[Bug 729887] decklinksrc requires output sinks to run with sync=FALSE.
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jul 8 08:13:48 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=729887
GStreamer | gst-plugins-bad | 1.2.4
--- Comment #10 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2014-07-08 15:13:39 UTC ---
Interesting, we completely ignore provided timestamp, and craft our own:
GST_BUFFER_TIMESTAMP (buffer) =
gst_util_uint64_scale_int (decklinksrc->frame_num * GST_SECOND,
mode->fps_d, mode->fps_n);
GST_BUFFER_DURATION (buffer) =
gst_util_uint64_scale_int ((decklinksrc->frame_num + 1) * GST_SECOND,
mode->fps_d, mode->fps_n) - GST_BUFFER_TIMESTAMP (buffer);
If there is a drift between the decklink and the pipeline clock it won't work
well. This need fixing.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list