mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue