[gst-devel] continuous streaming of a single image frame
Gergely Nagy
algernon at bonehunter.rulez.org
Wed Jul 13 00:55:45 CEST 2005
> i'd like to display continuously an image to mix it with a video stream,
> but it always ends after the first iteration:
>
> gst-launch-0.8 filesrc location=test.jpg ! jpegdec ! videorate !
> 'video/x-raw-yuv,framerate=(double)25.0' ! xvimagesink
>
> Is there an issue for that ?
The freeze element was invented exactly for this purpose. Place it
between videorate and xvimagesink, and it should JustWork(tm).
Cheers,
--
Gergely Nagy
More information about the gstreamer-devel
mailing list