[gst-devel] ogg pipeline

Michael Smith msmith at xiph.org
Mon Dec 6 20:28:54 CET 2010


You have an ogg file. You're using a quicktime demuxer. It should not
be a surprise that it says that it's an invalid file.

Try this instead:
  gst-launch-0.10 playbin2 uri=file:///path/to/file.ogg

Mike


On Thu, Dec 2, 2010 at 10:15 PM, rams k <krkrams27 at gmail.com> wrote:
> Hi,
>
> Can anybody let me know the correct pipeline to play the ogg(theora+vorbis)
> file.
>
> Im using the following pipeline but it is givng the error.
>
> $gst-launch filesrc location=<ogg file > ! qtdemux name=d d.video_00 ! queue
> !  theoradec ! xvimagesink d.audio_00 ! queue ! vorbisdec  ! audioconvert !
> audioresample ! alsasink
>
> (gst-launch-0.10:23114): GLib-WARNING **: g_set_prgname() called multiple
> times
> Setting pipeline to PAUSED ...
> Pipeline is PREROLLING ...
> ERROR: from element /GstPipeline:pipeline0/GstQTDemux:d: This file is
> invalid and cannot be played.
> Additional debug info:
> qtdemux.c(420): gst_qtdemux_pull_atom ():
> /GstPipeline:pipeline0/GstQTDemux:d:
> atom has bogus size 1332176723
> ERROR: pipeline doesn't want to preroll.
> Setting pipeline to NULL ...
> Freeing pipeline ...
>
>
> rgds,
> KR
>
> ------------------------------------------------------------------------------
> What happens now with your Lotus Notes apps - do you make another costly
> upgrade, or settle for being marooned without product support? Time to move
> off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
> use, and manage than apps on traditional platforms. Sign up for the Lotus
> Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>




More information about the gstreamer-devel mailing list