[Bug 763630] appsrc: If do-timestamp=true should take the timestamp when queueing the buffer
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Mar 17 00:13:12 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=763630
--- Comment #4 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Review of attachment 324147:
--> (https://bugzilla.gnome.org/review?bug=763630&attachment=324147)
::: gst-libs/gst/app/gstappsrc.c
@@ +1620,3 @@
+ if (GST_BUFFER_DTS (buffer) == GST_CLOCK_TIME_NONE &&
+ GST_BUFFER_PTS (buffer) == GST_CLOCK_TIME_NONE &&
+ gst_base_src_get_do_timestamp (GST_BASE_SRC_CAST (appsrc))) {
That makes do-timestamp conditional to not having timestamp on the buffers, is
this consistent with other do-timestamp implementation ?
--
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