[gst-devel] stopping decodebin before it decodes to raw video

Jon Burgess jkburges at gmail.com
Tue Nov 18 08:02:08 CET 2008


Mike,

Not with decodebin, no. You can use decodebin2 for this - it has some
> signals that the app can connect to to control the autoplugging
> process, or for simpler cases you can just tell it what caps it may
> output (via a property).
>

Thanks, that worked.  For anyone who wants know, this is the gst-launch
command I used (with ffdec_h264 and xvimagesink in place of my custom sink,
so that video is actually rendered to screen):

> gst-launch uridecodebin uri="rtsp://localhost:5554/test_small" ! queue !
decodebin2 caps="video/x-h264" ! ffdec_h264 ! xvimagesink

Regards,
Jono
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20081118/6d1b9b18/attachment.htm>


More information about the gstreamer-devel mailing list