decklink: Mark internal function as static

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1721>
This commit is contained in:
Sebastian Dröge 2020-10-25 13:14:11 +02:00 committed by GStreamer Merge Bot
parent 1ea2796cfc
commit d1df412d70

View file

@ -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;