[gstreamer-bugs] [Bug 480222] mpegdemux does not emit no-more-pads signal

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Sep 27 03:17:23 PDT 2007


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

  GStreamer | gst-plugins-ugly | Ver: 0.10.6




------- Comment #3 from Tim-Philipp Müller  2007-09-27 10:17 UTC -------
We could make mpegdemux/dvddemux emit no-more-pads.  It already contains logic
to guess when that can be done (currently only in order to know when to
aggregate multiple downstream FLOW_NOT_LINKED into an upstream FLOW_NOT_LINKED
and when to just ignore the downstream FLOW_NOT_LINKED).

However, I don't think it will simplify your code a lot, because if you link
pads only in the no-more-pads handler it is likely that things like newsegment
events, tag events or buffers get dropped before you connect those pads.


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




More information about the Gstreamer-bugs mailing list