[gst-devel] plugin cannot be encapsulated in a bin
Diqing Zhong
diqing.zhong at gmail.com
Thu Feb 8 09:40:59 CET 2007
Hi all,
I'm developed a deocder plugin, connect with other elements (demux,
videosink... ) and it works well.
But while I add this plugin into a bin and ghost its src and sink pads, link
this bin as before, it does not work...
e.g.,
the pipes
Pipe1: decoder->videosink
and
Pipe2: bin(containing decoder)->videosink
should be equivalent.
However the Pipe2 connection does not work.
I debugged and found that in decoder element chain_function, the buffer
received are all with 0 size. So is there anything I should do in the plugin
to support this??
Thanks in advance!!
- Max
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20070208/fc26f9c3/attachment.htm>
More information about the gstreamer-devel
mailing list