[gstreamer-bugs] [Bug 341524] [decodebin] can't handle decoders with always src pads with ANY caps

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Oct 10 08:40:26 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=341524

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





------- Comment #18 from Wim Taymans  2006-10-10 15:39 UTC -------
Decodebin can now handle delaying the plugging of pads until they have fixed
caps set on them (using the "notify::caps" on pads).

Not quite the same but needed for some RTP depayloaders.

As a general note, I prefer elements to use the typefind helpers as much as
possible instead of plugging typefind elements (or worse decodebins). The
reason being that when a pad has non caps, it's unclear that the type is not
known to gstreamer, not yet known to the element, or never known to the element
and thus external typefinding is needed (which might lead again to the above
three situations).


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list