[gstreamer-bugs] [Bug 522203] [playbin] streamselector forwards NEWSEGMENT twice

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Mar 13 04:22:03 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=522203

  GStreamer | gst-plugins-base | Ver: HEAD CVS

Wim Taymans changed:

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




------- Comment #1 from Wim Taymans  2008-03-13 11:22 UTC -------
The current stream selector fails here (case 1):

 - sink0 receives segment, it's not active -> event dropped and pending = TRUE
 - sink0 receives data, it becomes active -> segment and data pushed
 - sink1 receives segment, it's not active -> event dropped and pending = TRUE
 - data on sink0 will push a new segment again

The current stream selector works here (case 2)

 - sink0 receives segment, it's not active -> event dropped and pending = TRUE
 - sink1 receives segment, it's not active -> event dropped and pending = TRUE
 - data on sink0 or sink1 is pushed after sending a segment

Reverting the patch makes case 1 work again but makes case 2 fail. I was
testing a file that requires case 2 to work.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=522203.




More information about the Gstreamer-bugs mailing list