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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/decklink/gstdecklink.h b/sys/decklink/gstdecklink.h
index 5b940334d..df1971ec2 100644
--- a/sys/decklink/gstdecklink.h
+++ b/sys/decklink/gstdecklink.h
@@ -209,7 +209,7 @@ struct _GstDecklinkInput {
GMutex lock;
/* Set by the video source */
- void (*got_video_frame) (GstElement *videosrc, IDeckLinkVideoInputFrame * frame, GstDecklinkModeEnum mode, GstClockTime capture_time, GstClockTime stream_time, GstClockTime stream_duration, guint hours, guint minutes, guint seconds, guint frames, BMDTimecodeFlags bflags, gboolean no_signal);
+ void (*got_video_frame) (GstElement *videosrc, IDeckLinkVideoInputFrame * frame, GstDecklinkModeEnum mode, GstClockTime capture_time, GstClockTime stream_time, GstClockTime stream_duration, IDeckLinkTimecode *dtc, gboolean no_signal);
/* Configured mode or NULL */
const GstDecklinkMode *mode;
BMDPixelFormat format;