GNOME Bugzilla – Bug 326711
[mpegdemux] does not negotiate source pads
Last modified: 2006-01-19 15:20:13 UTC
Mpeg demuxer do not set caps on the output buffers, therefore caps negotiation do not take place. This can be easily checked by linking mpegdemuxer to ffdec_mpeg2video
Created attachment 57211 [details] [review] Set capabilities on the otput buffers.
Looks like Edward has fixed this independently as well (sorry we're a bit slow reviewing patches at the moment): 2006-01-18 Edward Hervey <edward@fluendo.com> * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer): tss tss... always set caps on outgoing buffer.