decklink: Make timestamp reference specifier driver specific

This commit is contained in:
Sebastian Dröge 2017-06-07 17:50:09 +03:00
parent 9ec2b7ce13
commit f0b1b97b25
2 changed files with 2 additions and 2 deletions

View file

@ -558,7 +558,7 @@ gst_decklink_audio_src_create (GstPushSrc * bsrc, GstBuffer ** buffer)
guint64 start_offset, end_offset;
gboolean discont = FALSE;
static GstStaticCaps stream_reference =
GST_STATIC_CAPS ("timestamp/x-stream");
GST_STATIC_CAPS ("timestamp/x-decklink-stream");
retry:
g_mutex_lock (&self->lock);

View file

@ -748,7 +748,7 @@ gst_decklink_video_src_create (GstPushSrc * bsrc, GstBuffer ** buffer)
gboolean caps_changed = FALSE;
const GstDecklinkMode *mode;
static GstStaticCaps stream_reference =
GST_STATIC_CAPS ("timestamp/x-stream");
GST_STATIC_CAPS ("timestamp/x-decklink-stream");
g_mutex_lock (&self->lock);
while (gst_queue_array_is_empty (self->current_frames) && !self->flushing) {