[Bug 660752] [decodebin2] can't parse mpeg4 tcp stream on client side

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 3 01:48:05 PDT 2011


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

--- Comment #4 from Sebastian Dröge <slomo at circular-chaos.org> 2011-10-03 08:48:00 UTC ---
(In reply to comment #3)

> As I see the caps on multipartdemux's srcpad is only "video/mpeg".

That's the problem then. decodebin2 will autoplug the first factory that
matches this, which is mpegvideoparse. mpegvideoparse will only work with
MPEG1/2 though.

To fix this either set correct caps on the stream or don't set any caps at all
and let the typefinder in decodebin2 do its job.

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