I tried the following pipeline and it worked fine.<br><br> 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<br>
<br><div class="gmail_quote">On Thu, Feb 12, 2009 at 4:13 PM, Zaheer Merali <span dir="ltr"><<a href="mailto:zaheerabbas@merali.org">zaheerabbas@merali.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;">
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 class="Wj3C7c"><br>
On Thu, Feb 12, 2009 at 5:35 AM, Zhao, Halley <<a href="mailto:halley.zhao@intel.com">halley.zhao@intel.com</a>> wrote:<br>
> Hi all:<br>
><br>
> For a mpeg2 TS stream, I can playback it by playbin:<br>
><br>
> gst-launch -v -v playbin<br>
> uri=file:///home/halley/media/video/mpeg2_ac3_ts.mpg<br>
><br>
><br>
><br>
> but when I assemble the pipeline with specified elements, video freeze after<br>
> show the first frame, an no audio out.<br>
><br>
> gst-launch -v -v filesrc location=/home/halley/media/video/ mpeg2_ac3_ts.mpg<br>
> ! flutsdemux name=demuxer demuxer.! queue ! ffdec_mpeg2video !<br>
> ffmpegcolorspace ! videoscale ! autovideosink demuxer.! queue ! a52dec !<br>
> audioconvert ! audioresample ! autoaudiosink<br>
><br>
><br>
><br>
> Could you kindly tell me where is wrong for my second pipeline, Great<br>
> thanks.<br>
><br>
><br>
><br>
><br>
><br>
> ZHAO, Halley (Aihua)<br>
><br>
> Email: <a href="mailto:halley.zhao@intel.com">halley.zhao@intel.com</a><br>
><br>
> Tel: +86(21)61166476<br>
><br>
> iNet: 8821-6476<br>
><br>
> SSG/OTC/UMD 3W033<br>
><br>
><br>
><br>
</div></div><div><div></div><div class="Wj3C7c">> ------------------------------------------------------------------------------<br>
> Create and Deploy Rich Internet Apps outside the browser with<br>
> Adobe(R)AIR(TM)<br>
> software. With Adobe AIR, Ajax developers can use existing skills and code<br>
> to<br>
> build responsive, highly engaging applications that combine the power of<br>
> 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">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>
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">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>