summaryrefslogtreecommitdiff
path: root/sys/decklink/gstdecklink.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/decklink/gstdecklink.h')
-rw-r--r--sys/decklink/gstdecklink.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/decklink/gstdecklink.h b/sys/decklink/gstdecklink.h
index 77c5cc43a..3b62b4f9b 100644
--- a/sys/decklink/gstdecklink.h
+++ b/sys/decklink/gstdecklink.h
@@ -108,6 +108,8 @@ GstCaps * gst_decklink_mode_get_caps (GstDecklinkModeEnum e);
GstCaps * gst_decklink_mode_get_template_caps (void);
IDeckLink * gst_decklink_get_nth_device (int n);
-
+IDeckLinkInput * gst_decklink_get_nth_input (int n);
+IDeckLinkOutput * gst_decklink_get_nth_output (int n);
+IDeckLinkConfiguration * gst_decklink_get_nth_config (int n);
#endif