decklink: Mark internal function as static
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1721>
This commit is contained in:
parent
1ea2796cfc
commit
d1df412d70
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user