decodebin: Link Parser/Converter directly and already connect to pad-added and other...
authorSebastian Dröge <sebastian@centricular.com>
Thu, 10 Jul 2014 14:24:36 +0000 (16:24 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 21 Jul 2014 07:35:36 +0000 (09:35 +0200)
commitb15a47aa19507edb48124f32a055fe849b1004f5
tree19f8d3a7ec14a6a2143e34b97f4debbaf4511070
parent57999c28fd7720f5f3e9b3adf55528ddad21cc9c
decodebin: Link Parser/Converter directly and already connect to pad-added and other signals before setting elements to PAUSED

otherwise we're going to
a) start Parser/Converter before they are linked to their capsfilter,
   breaking their negotiation of a proper stream format
b) start demuxers without having connected to their pad-added signals. We
   miss pads and in the worst case don't link any pads at all
gst/playback/gstdecodebin2.c