Implementing a media player using Gstreamer: Mapping the STOPPED state
Mandeep Sandhu
mandeepsandhu.chd at gmail.com
Wed Dec 5 00:46:01 PST 2012
>
> So whats preventing it from getting picked up by the uridecodebin ? Is
> there some sort of 'registration' required for these proprietary
> plugins?
I think I _might_ have figured this out.
If I just run gst-instpect-0.10, it dumps all the available
plugins/elements. And if I go through all the 'typefindfunctions',
then there's no typefind registered for the caps type
'video/x-decoded-ismd'.
Is this the reason why playbin/uridecodebin is not able to find the
sink element to connect to?
-mandeep
More information about the gstreamer-devel
mailing list