[gst-devel] xvimagesink question
Ronald S. Bultje
rbultje at ronald.bitfreak.net
Mon Sep 27 07:22:10 CEST 2004
On Thu, 2004-09-09 at 23:05, Robert Stewart wrote:
> PS: The video stream is being presented to xvimagesink as a stream
> of YUV (FourCC I420) encoded video buffers. I have not had any luck
> at getting an RGB encoded stream to work at all...
That should be a good start, though. Not getting RGB to work might mean
negotiation issues. I won't ask for code (although it'd help if you
could give the negotiation code of your decoder), but you really want to
check that.
gst-launch filesrc location=$file ! yourdemuxer .video_00 ! { queue !
yourdecoder ! ffmpegcolorspace ! ximagesink } or gst-launch filesrc
location=$file ! yourdemuxer .video_00 ! { queue ! yourdecoder !
xvimagesink } should give the same image. It all works fine here...
Cheers,
Ronald
--
Ronald S. Bultje <rbultje at ronald.bitfreak.net>
More information about the gstreamer-devel
mailing list