use queue element before audio and video decoders<br><br>BR,<br>Praveen Pandey<br><br><div class="gmail_quote">On Mon, Dec 27, 2010 at 8:45 PM, stojnovsky <span dir="ltr">&lt;<a href="mailto:emil@stinetworks.eu">emil@stinetworks.eu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><br>
Hi All,<br>
I&#39;m really newer with Gstreamer.<br>
I start to make one simple test, play webm movie.<br>
When I try to play only video or audio it works, but not work audio+video.<br>
when I start:<br>
<br>
gst-launch-0.10 -v filesrc location=bilqna.webm ! matroskademux name=d<br>
d.audio_00 ! vorbisdec ! audioconvert ! pulsesink d.video_00 ! vp8dec !<br>
xvimagesink<br>
<br>
I see maybe first frame of video and the picture is stay freeze and audio<br>
isn&#39;t start and in console i get:<br>
ERROR: pipeline doesn&#39;t want to preroll.<br>
<br>
<br>
<br>
when i start:<br>
gst-launch-0.10 -v filesrc location=bilqna.webm ! matroskademux name=d<br>
d.audio_00 ! vorbisdec ! audioconvert ! pulsesink filesrc<br>
location=bilqna.webm ! matroskademux ! vp8dec ! xvimagesink<br>
I have video and audio but i think this is not a good solution.<br>
<br>
So, can you help me, what is wrong in my first command, or maybe this is a<br>
bug, or i miss do something when install my environment ?<br>
Thanks in advance.<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/matroska-tp3165093p3165093.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/matroska-tp3165093p3165093.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
------------------------------------------------------------------------------<br>
Gaining the trust of online customers is vital for the success of any company<br>
that requires sensitive data to be transmitted over the Web.   Learn how to<br>
best implement a security strategy that keeps consumers&#39; information secure<br>
and instills the confidence they need to proceed with transactions.<br>
<a href="http://p.sf.net/sfu/oracle-sfdevnl" target="_blank">http://p.sf.net/sfu/oracle-sfdevnl</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>
</blockquote></div><br>