Yes,I can play with playbin.<br>But ,I want to know the pipeline to play the ogg file using oggdemux,theoradec,and vorbisdec.<br><br>$gst-launch filesrc location=<oggfile> ! oggdemux name=d d.video_00 ! queue ! xvimagesink d.audio_00 ! queue ! alsasink <br>
<br>(gst-launch-0.10:24567): GLib-WARNING **: g_set_prgname() called multiple times<br>Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...<br>ERROR: from element /GstPipeline:pipeline0/GstOggDemux:d: Internal data stream error.<br>
Additional debug info:<br>gstoggdemux.c(3251): gst_ogg_demux_loop (): /GstPipeline:pipeline0/GstOggDemux:d:<br>stream stopped, reason not-linked<br>ERROR: pipeline doesn't want to preroll.<br>Setting pipeline to NULL ...<br>
Freeing pipeline ...<br><br><br>rgds,<br>Rk<br><br><div class="gmail_quote">On Tue, Dec 7, 2010 at 12:58 AM, Michael Smith <span dir="ltr"><<a href="mailto:msmith@xiph.org">msmith@xiph.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You have an ogg file. You're using a quicktime demuxer. It should not<br>
be a surprise that it says that it's an invalid file.<br>
<br>
Try this instead:<br>
gst-launch-0.10 playbin2 uri=file:///path/to/file.ogg<br>
<br>
Mike<br>
<div><div></div><div class="h5"><br>
<br>
On Thu, Dec 2, 2010 at 10:15 PM, rams k <<a href="mailto:krkrams27@gmail.com">krkrams27@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> Can anybody let me know the correct pipeline to play the ogg(theora+vorbis)<br>
> file.<br>
><br>
> Im using the following pipeline but it is givng the error.<br>
><br>
> $gst-launch filesrc location=<ogg file > ! qtdemux name=d d.video_00 ! queue<br>
> ! theoradec ! xvimagesink d.audio_00 ! queue ! vorbisdec ! audioconvert !<br>
> audioresample ! alsasink<br>
><br>
> (gst-launch-0.10:23114): GLib-WARNING **: g_set_prgname() called multiple<br>
> times<br>
> Setting pipeline to PAUSED ...<br>
> Pipeline is PREROLLING ...<br>
> ERROR: from element /GstPipeline:pipeline0/GstQTDemux:d: This file is<br>
> invalid and cannot be played.<br>
> Additional debug info:<br>
> qtdemux.c(420): gst_qtdemux_pull_atom ():<br>
> /GstPipeline:pipeline0/GstQTDemux:d:<br>
> atom has bogus size 1332176723<br>
> ERROR: pipeline doesn't want to preroll.<br>
> Setting pipeline to NULL ...<br>
> Freeing pipeline ...<br>
><br>
><br>
> rgds,<br>
> KR<br>
><br>
</div></div><div><div></div><div class="h5">> ------------------------------------------------------------------------------<br>
> What happens now with your Lotus Notes apps - do you make another costly<br>
> upgrade, or settle for being marooned without product support? Time to move<br>
> off Lotus Notes and onto the cloud with Force.com, apps are easier to build,<br>
> use, and manage than apps on traditional platforms. Sign up for the Lotus<br>
> Notes Migration Kit to learn more. <a href="http://p.sf.net/sfu/salesforce-d2d" target="_blank">http://p.sf.net/sfu/salesforce-d2d</a><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
><br>
><br>
<br>
------------------------------------------------------------------------------<br>
What happens now with your Lotus Notes apps - do you make another costly<br>
upgrade, or settle for being marooned without product support? Time to move<br>
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,<br>
use, and manage than apps on traditional platforms. Sign up for the Lotus<br>
Notes Migration Kit to learn more. <a href="http://p.sf.net/sfu/salesforce-d2d" target="_blank">http://p.sf.net/sfu/salesforce-d2d</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>