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=&lt;oggfile&gt; ! 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&#39;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">&lt;<a href="mailto:msmith@xiph.org">msmith@xiph.org</a>&gt;</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&#39;re using a quicktime demuxer. It should not<br>
be a surprise that it says that it&#39;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 &lt;<a href="mailto:krkrams27@gmail.com">krkrams27@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; Can anybody let me know the correct pipeline to play the ogg(theora+vorbis)<br>
&gt; file.<br>
&gt;<br>
&gt; Im using the following pipeline but it is givng the error.<br>
&gt;<br>
&gt; $gst-launch filesrc location=&lt;ogg file &gt; ! qtdemux name=d d.video_00 ! queue<br>
&gt; !  theoradec ! xvimagesink d.audio_00 ! queue ! vorbisdec  ! audioconvert !<br>
&gt; audioresample ! alsasink<br>
&gt;<br>
&gt; (gst-launch-0.10:23114): GLib-WARNING **: g_set_prgname() called multiple<br>
&gt; times<br>
&gt; Setting pipeline to PAUSED ...<br>
&gt; Pipeline is PREROLLING ...<br>
&gt; ERROR: from element /GstPipeline:pipeline0/GstQTDemux:d: This file is<br>
&gt; invalid and cannot be played.<br>
&gt; Additional debug info:<br>
&gt; qtdemux.c(420): gst_qtdemux_pull_atom ():<br>
&gt; /GstPipeline:pipeline0/GstQTDemux:d:<br>
&gt; atom has bogus size 1332176723<br>
&gt; ERROR: pipeline doesn&#39;t want to preroll.<br>
&gt; Setting pipeline to NULL ...<br>
&gt; Freeing pipeline ...<br>
&gt;<br>
&gt;<br>
&gt; rgds,<br>
&gt; KR<br>
&gt;<br>
</div></div><div><div></div><div class="h5">&gt; ------------------------------------------------------------------------------<br>
&gt; What happens now with your Lotus Notes apps - do you make another costly<br>
&gt; upgrade, or settle for being marooned without product support? Time to move<br>
&gt; off Lotus Notes and onto the cloud with Force.com, apps are easier to build,<br>
&gt; use, and manage than apps on traditional platforms. Sign up for the Lotus<br>
&gt; 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>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br>
&gt;<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>