[Bug 763630] appsrc: If do-timestamp=true should take the timestamp when queueing the buffer

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 16 22:23:20 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=763630

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
This has the main problem that a buffer might be pushed to the source when it
is not PLAYING yet (-> no clock). In that case, basesrc will timestamp the
buffer just before pushing. But future buffers that are pushed to appsrc by the
application might be timestamp by appsrc before basesrc timestamps the previous
buffer, causing timestamps to be misordered.

-- 
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