[gst-devel] ximagesink

Michael Smith msmith at xiph.org
Tue May 5 09:08:34 CEST 2009


On Mon, May 4, 2009 at 11:59 PM, nikhil almalkar
<nikhil.almalkar at gmail.com> wrote:
> Hi all,
> I have a pipeline with an encoder plugin and decodebin (with required
> decoder plugins available). I use ximagesink for display.
> It works fine in gst-launch.. but when I put it in a pipeline that looks
> like this :
> (source, encoder, decoder, ffmpegcolorspace, ximagsink)
> and try to play this, it does not show the xvideo output. What may be the
> issue ?

Be more specific. What _exactly_ are the source, encoder, and decoder?
Maybe you need a videoscale? What errors are you getting? What does
your code look like?

> The source is a filesource, location provided, blocksize provided. The
> encoder properties are set all right.

You shouldn't need to specify the blocksize. If you DO need to do
that, you're probably doing something else wrong.

Mike




More information about the gstreamer-devel mailing list