[gst-devel] MPEG Video broken

Ronald Bultje rbultje at ronald.bitfreak.net
Tue Jul 8 22:45:10 CEST 2003


Hey,

On Wed, 2003-07-09 at 06:35, mystic decoder wrote:
> how stable is MPEG video  decoder on gstreamer ?

It just works.

> i tried playing a MPEG1 file (video + Layer2 audio )  on gst-0.6.2
> Each time the execution ends abruptly around 55xx iterations & gst quits...
> but xine is able to play the same file fully...
[..]
> gst-launch filesrc location="videos/Minnale - Vaseegara.mpeg" ! mpegdemux 
> video_%02d! { queue ! mpeg2dec ! colorspace ! xvideosink } 
> mpegdemux0.audio_%02d! { queue ! mad ! osssink }
[..]
> execution ended after 5575 iterations (sum 42886633000 ns, average 7692669 
> ns, min 5000 ns, max 7116059000 ns)

HEAD? Or 0.6.x? HEAD gst-launch has a slightly different syntax (see the
gst-launch man page - basically, put a space between pad names
('video_%02d') and the exclamation mark ('!'), and use the actual pad
name ('video_00') instead of the template name ('video_%02d'). It can
also be omitted completely.).
In 0.6.x, this should just work.

Ronald

-- 
Ronald Bultje <rbultje at ronald.bitfreak.net>





More information about the gstreamer-devel mailing list