summaryrefslogtreecommitdiff
path: root/sys/decklink
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-10-25 13:14:11 +0200
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-10-30 13:47:51 +0000
commitd1df412d7009ffad30cf62a2035e21f1859193a9 (patch)
tree215ff0eb00fd0292cd7dea8788ca2ab4e1cbec39 /sys/decklink
parent1ea2796cfc929306932e75d4fa8aa42e12ff7279 (diff)
downloadgstreamer-plugins-bad-d1df412d7009ffad30cf62a2035e21f1859193a9.tar.gz
decklink: Mark internal function as static
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1721>
Diffstat (limited to 'sys/decklink')
-rw-r--r--sys/decklink/gstdecklink.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/decklink/gstdecklink.cpp b/sys/decklink/gstdecklink.cpp
index 2dd0a3439..40228292b 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;