Caps negotiation

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Caps negotiation

Siber
   Hello everybody!
   I'm trying to implement my decoder. I took efence as a basement, and everything seemed to be ok. Following pipeline worked well: filesrc -> mydecoder -> ffmpegcolorspace -> ximagesink.
   But when I insert demuxer between filesrc and mydecoder pipeline doesn't preroll telling "couldn't link to ffmpegcolorspace". I use GST_STATIC_PAD_TEMPLATE for both pads.
   Thank you!