<font size="1" face="Arial"><span style="font-size: 9pt; font-family: Arial;" lang="EN-US">
<br>
Use &quot;queue2&quot; in place of&nbsp; &quot;queue&quot; it should work fine.<br><br>
I tried with the pipeline which u are using and it worked fine for me</span></font> with following small changes.<br>* i used &quot;mpegtsdemux&quot; in place of &quot;flutsdemux&quot;<br>* &quot;queue2&quot; in place of &quot;queue1&quot;<br>
<br>gst-launch filesrc location=/home/MpegTSFile.ts ! mpegtsdemux name=demuxer demuxer.! queue2 ! ffdec_mpeg2video ! ffmpegcolorspace ! videoscale ! xvimagesink force-aspect-ratio=TRUE demuxer.! queue2 ! a52dec ! audioconvert ! audioresample ! autoaudiosink&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
<br><br><br><div class="gmail_quote">On Thu, Feb 12, 2009 at 5:18 PM, Sumanth V <span dir="ltr">&lt;<a href="mailto:sumanth.v@allaboutif.com">sumanth.v@allaboutif.com</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;">
I tried the following pipeline and it worked fine.<br><br>&nbsp;gst-launch filesrc location=/home/Hellboy_small.ts ! mpegtsdemux name=dec dec. ! queue2 ! mpeg2dec ! ffmpegcolorspace ! xvimagesink force-aspect-ratio=TRUE dec. ! queue2 ! a52dec ! audioconvert ! alsasink<div>
<div></div><div class="Wj3C7c"><br>
<br><div class="gmail_quote">On Thu, Feb 12, 2009 at 4:13 PM, Zaheer Merali <span dir="ltr">&lt;<a href="mailto:zaheerabbas@merali.org" target="_blank">zaheerabbas@merali.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;">

queue sizes are too small so change each queue to this:<br>
<br>
queue max-size-buffers=0 max-size-time=0<br>
<div><div></div><div><br>
On Thu, Feb 12, 2009 at 5:35 AM, Zhao, Halley &lt;<a href="mailto:halley.zhao@intel.com" target="_blank">halley.zhao@intel.com</a>&gt; wrote:<br>
&gt; Hi all:<br>
&gt;<br>
&gt; For a mpeg2 TS stream, I can playback it by playbin:<br>
&gt;<br>
&gt; gst-launch -v -v playbin<br>
&gt; uri=file:///home/halley/media/video/mpeg2_ac3_ts.mpg<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; but when I assemble the pipeline with specified elements, video freeze after<br>
&gt; show the first frame, an no audio out.<br>
&gt;<br>
&gt; gst-launch -v -v filesrc location=/home/halley/media/video/ mpeg2_ac3_ts.mpg<br>
&gt; ! flutsdemux name=demuxer demuxer.! queue ! ffdec_mpeg2video !<br>
&gt; ffmpegcolorspace ! videoscale ! autovideosink demuxer.! queue ! a52dec !<br>
&gt; audioconvert ! audioresample ! autoaudiosink<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Could you kindly tell me where is wrong for my second pipeline, Great<br>
&gt; thanks.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ZHAO, Halley (Aihua)<br>
&gt;<br>
&gt; Email: <a href="mailto:halley.zhao@intel.com" target="_blank">halley.zhao@intel.com</a><br>
&gt;<br>
&gt; Tel: +86(21)61166476<br>
&gt;<br>
&gt; iNet: 8821-6476<br>
&gt;<br>
&gt; SSG/OTC/UMD 3W033<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div><div><div></div><div>&gt; ------------------------------------------------------------------------------<br>
&gt; Create and Deploy Rich Internet Apps outside the browser with<br>
&gt; Adobe(R)AIR(TM)<br>
&gt; software. With Adobe AIR, Ajax developers can use existing skills and code<br>
&gt; to<br>
&gt; build responsive, highly engaging applications that combine the power of<br>
&gt; local<br>
&gt; resources and data with the reach of the web. Download the Adobe AIR SDK and<br>
&gt; Ajax docs to start building applications today-<a href="http://p.sf.net/sfu/adobe-com" target="_blank">http://p.sf.net/sfu/adobe-com</a><br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">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>
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)<br>
software. With Adobe AIR, Ajax developers can use existing skills and code to<br>
build responsive, highly engaging applications that combine the power of local<br>
resources and data with the reach of the web. Download the Adobe AIR SDK and<br>
Ajax docs to start building applications today-<a href="http://p.sf.net/sfu/adobe-com" target="_blank">http://p.sf.net/sfu/adobe-com</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">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>
</div></div></blockquote></div><br>