mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 20:25:25 +00:00
decklink: Make timestamp reference specifier driver specific
This commit is contained in:
parent
9ec2b7ce13
commit
f0b1b97b25
2 changed files with 2 additions and 2 deletions
|
@ -558,7 +558,7 @@ gst_decklink_audio_src_create (GstPushSrc * bsrc, GstBuffer ** buffer)
|
||||||
guint64 start_offset, end_offset;
|
guint64 start_offset, end_offset;
|
||||||
gboolean discont = FALSE;
|
gboolean discont = FALSE;
|
||||||
static GstStaticCaps stream_reference =
|
static GstStaticCaps stream_reference =
|
||||||
GST_STATIC_CAPS ("timestamp/x-stream");
|
GST_STATIC_CAPS ("timestamp/x-decklink-stream");
|
||||||
|
|
||||||
retry:
|
retry:
|
||||||
g_mutex_lock (&self->lock);
|
g_mutex_lock (&self->lock);
|
||||||
|
|
|
@ -748,7 +748,7 @@ gst_decklink_video_src_create (GstPushSrc * bsrc, GstBuffer ** buffer)
|
||||||
gboolean caps_changed = FALSE;
|
gboolean caps_changed = FALSE;
|
||||||
const GstDecklinkMode *mode;
|
const GstDecklinkMode *mode;
|
||||||
static GstStaticCaps stream_reference =
|
static GstStaticCaps stream_reference =
|
||||||
GST_STATIC_CAPS ("timestamp/x-stream");
|
GST_STATIC_CAPS ("timestamp/x-decklink-stream");
|
||||||
|
|
||||||
g_mutex_lock (&self->lock);
|
g_mutex_lock (&self->lock);
|
||||||
while (gst_queue_array_is_empty (self->current_frames) && !self->flushing) {
|
while (gst_queue_array_is_empty (self->current_frames) && !self->flushing) {
|
||||||
|
|
Loading…
Reference in a new issue