From d1df412d7009ffad30cf62a2035e21f1859193a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 25 Oct 2020 13:14:11 +0200 Subject: [PATCH] decklink: Mark internal function as static Part-of: --- sys/decklink/gstdecklink.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/decklink/gstdecklink.cpp b/sys/decklink/gstdecklink.cpp index 2dd0a34398..40228292b3 100644 --- a/sys/decklink/gstdecklink.cpp +++ b/sys/decklink/gstdecklink.cpp @@ -884,7 +884,7 @@ struct _Device GstDecklinkDevice *devices[4]; }; -ProfileSetOperationResult gst_decklink_configure_profile (Device * device, +static ProfileSetOperationResult gst_decklink_configure_profile (Device * device, BMDProfileID profile_id); class GStreamerDecklinkInputCallback:public IDeckLinkInputCallback @@ -1825,7 +1825,7 @@ gst_decklink_release_nth_input (gint n, GstElement * src, gboolean is_audio) g_mutex_unlock (&input->lock); } -ProfileSetOperationResult +static ProfileSetOperationResult gst_decklink_configure_profile (Device * device, BMDProfileID profile_id) { HRESULT res;