[gstreamer-bugs] [Bug 577843] input-selector causes problems with DVD menus in playbin2

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Apr 22 11:00:02 PDT 2009


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

  GStreamer | gst-plugins-bad | Ver: git




------- Comment #7 from Jan Schmidt  2009-04-22 18:00 UTC -------
I think you've misread my patch. It does two things:

1) If a segment with update == TRUE is received, and there's no active pad,
activate the pad we're receiving the incoming segment on, and send a segment
start (with update=FALSE) to kick things off, then do 2) because it's now the
active pad.
2) If any newsegment (update can be either TRUE or FALSE) is received on the
*active* sink pad, forward it immediately, don't defer it to the streaming
thread (this is the if (!active_pad) { forward=FALSE } part of the patch).

For your use case, I think downstream will receive the events it needs.


-- 
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=577843.




More information about the Gstreamer-bugs mailing list