[gst-devel] ffdec_h264 with ximagesink

Tim Müller t.i.m at zen.co.uk
Tue Aug 28 09:45:31 CEST 2007


On Tue, 2007-08-28 at 12:51 +0530, Vinay wrote:

> I am trying to link ffdec_h264 and ximagesink for an avi pipeline. My
> pipeline is,
> gst-launch-0.10 filesrc location=test.avi ! avidemux ! ffdec_h264 !
> ffmpegcolorspace ! ximagesink.
> However, when I run this pipeline, I get the following error,
> 
> ERROR: from element /pipeline0/avidemux0: Internal data stream error.
> streaming stopped, reason not-negotiated

> I then tried linking it with sdlvideosink. I could link it properly,
> but I could not see the displayed image properly. Is there something
> wrong in my linux "X" settings? I am using vmware for my development.

You'll also need a videoscale in the above pipeline to fix up the
pixel-aspect-ratio (xvimagesink and other videosinks whicih support
scaling don't need that).

Cheers
 -Tim






More information about the gstreamer-devel mailing list