[gst-devel] GStreamer / C++ example ?
fabien
fabien.castan at free.fr
Mon Apr 30 14:35:46 CEST 2007
Thank you for your answer, I will try...
Is fakesink and appsink exactly the same thing ?
If I succeed to open a video... how can I go to the next or previous
frame ? And go to a precise position in a movie ?
Can I use the status PAUSED and move in the movie ?
Stefan Kost a écrit :
> Hi Fabien,
>
> in GStreamer you usually do not take out data, you write own plugins
> and add them to the processing pipeline. If you still need to take the
> data, you can use fakesink/appsink (and vice versa fakesrc/appsrc to
> inject).
>
> To decode any video use decodebin and connect fakesink's to the
> output-pads. Grepping the sources for decodebin should help you to
> locate some examples.
>
> Stefan
>>
More information about the gstreamer-devel
mailing list