[gstreamer-bugs] [Bug 574408] Adder element disregards timestamp of incoming buffers.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Dec 24 10:06:57 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=574408
  GStreamer | gst-plugins-base | 0.10.22

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com

--- Comment #3 from Wim Taymans <wim.taymans at gmail.com> 2009-12-24 18:06:51 UTC ---
Almost all elements reset their timestamps to zero when going to READY so this
is not so much different from, say, audiotestsrc.

If adder is supposed to preserve incomming timestamps it needs to be configured
in sync mode (not implemented yet) where it would only mix incomming samples
with the same timestamps to produce an  
outgoing stream with those timestamps.

If streams that don't need sync need to be mixed with streams that need sync,
then 2 adders should be used, one configured with sync and the other without.

I think that would make most sense.

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