[gst-devel] Problem in playing video and audio together ...please help - DATHA

Michael Smith msmith at fluendo.com
Tue Aug 29 11:01:52 CEST 2006


On Fri, 2006-08-18 at 13:28 +0000, Datha wrote:
> Hello,
> I am using the following command to play mpg movie.
> ./gst-launch filesrc location=$HOME/cut_the-first.mpg ! decodebin
> name=decoder decoder. ! ffmpegcolorspace ! sdlvideosink decoder. !
> audioconvert ! audioresample ! Osssink
> When i play only video, its able to play. But when i try to use
> audioconvert---audioresample---osssink, it stops playing.
> I tried alsasink and sdlaudiosink, it also behaves same way.
> What could be the problem and solution.
> Thanks


You need to put 'queue' elements in your output, after decodebin (for
both the audio and video paths).

Mike






More information about the gstreamer-devel mailing list