<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/5 nicksonsix <span dir="ltr"><<a href="mailto:nicksonsix@gmail.com" target="_blank">nicksonsix@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br>
<br>
Sometimes it is nice to see what is going on in the pipeline. I installed<br>
GStreamer 1.2.0 for OS X and I noticed that verbose mode does not work<br>
correctly.<br>
<br>
Test pipeline:<br>
gst-launch-1.0 -v fakesrc num-buffers=3 ! fakesink<br></blockquote><div><br></div><div>By default fakesink is silent=true in 1.x, so add fakesink silent=false.<br><br>Cheers,<br></div><div>Andoni <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<br>
And log:<br>
"Setting pipeline to PAUSED ...<br>
Pipeline is PREROLLING ...<br>
Pipeline is PREROLLED ...<br>
Setting pipeline to PLAYING ...<br>
New clock: GstSystemClock<br>
Got EOS from element "pipeline0".<br>
Execution ended after 0:00:00.000180000<br>
Setting pipeline to PAUSED ...<br>
Setting pipeline to READY ...<br>
Setting pipeline to NULL ...<br>
Freeing pipeline ..."<br>
<br>
But when I use gst-launch-0.10 (included in GStreamer 0.10.36):<br>
gst-launch-0.10 -v fakesrc num-buffers=3 ! fakesink<br>
<br>
My log is:<br>
"Setting pipeline to PAUSED ...<br>
Pipeline is PREROLLING ...<br>
/GstPipeline:pipeline0/GstFakeSrc:fakesrc0: last-message = "create   *******<br>
(fakesrc0:src) (0 bytes, timestamp: none, duration: none, offset: 0,<br>
offset_end: -1, flags: 0 ) 0x1008b0830"<br>
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "preroll<br>
******* "<br>
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "event<br>
******* (fakesink0:sink) E (type: 102, GstEventNewsegment,<br>
update=(boolean)false, rate=(double)1, applied-rate=(double)1,<br>
format=(GstFormat)GST_FORMAT_BYTES, start=(gint64)0, stop=(gint64)-1,<br>
position=(gint64)0;) 0x10182b0a0"<br>
Pipeline is PREROLLED ...<br>
Setting pipeline to PLAYING ...<br>
/GstPipeline:pipeline0/GstFakeSrc:fakesrc0: last-message = "event   *******<br>
(fakesrc0:src) E (type: 289, GstEventLatency, latency=(guint64)0;)<br>
0x10182b190"<br>
New clock: GstSystemClock<br>
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain<br>
******* (fakesink0:sink) (0 bytes, timestamp: 0:00:00.000000000, duration:<br>
none, offset: 0, offset_end: -1, flags: 32 discont ) 0x1008b0830"<br>
/GstPipeline:pipeline0/GstFakeSrc:fakesrc0: last-message = "create   *******<br>
(fakesrc0:src) (0 bytes, timestamp: none, duration: none, offset: 1,<br>
offset_end: -1, flags: 0 ) 0x1008b08d0"<br>
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain<br>
******* (fakesink0:sink) (0 bytes, timestamp: 0:00:00.000000000, duration:<br>
none, offset: 1, offset_end: -1, flags: 0 ) 0x1008b08d0"<br>
/GstPipeline:pipeline0/GstFakeSrc:fakesrc0: last-message = "create   *******<br>
(fakesrc0:src) (0 bytes, timestamp: none, duration: none, offset: 2,<br>
offset_end: -1, flags: 0 ) 0x1008b0970"<br>
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain<br>
******* (fakesink0:sink) (0 bytes, timestamp: 0:00:00.000000000, duration:<br>
none, offset: 2, offset_end: -1, flags: 0 ) 0x1008b0970"<br>
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "event<br>
******* (fakesink0:sink) E (type: 86, ) 0x10182b0a0"<br>
Got EOS from element "pipeline0".<br>
Execution ended after 686000 ns.<br>
Setting pipeline to PAUSED ...<br>
Setting pipeline to READY ...<br>
Setting pipeline to NULL ...<br>
Freeing pipeline ..."<br>
<br>
Am I missing something or maybe today is not my day to struggle with<br>
GStreamer...<br>
Sorry for so many questions but it is hard to find complete documentation<br>
containing information about the newest GStreamer version.<br>
<br>
Thanks in advance.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/No-verbose-mode-in-gst-launch-1-0-tp4663116.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/No-verbose-mode-in-gst-launch-1-0-tp4663116.html</a><br>


Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Andoni Morales Alastruey<br><br>LongoMatch:The Digital Coach<br><a href="http://www.longomatch.ylatuya.es">http://www.longomatch.ylatuya.es</a>
</div></div>