Add -v argument to fakesrc/fakesink gst-launch line, so that the promised output...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 8 Feb 2005 16:42:21 +0000 (16:42 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 8 Feb 2005 16:42:21 +0000 (16:42 +0000)
Original commit message from CVS:
Add -v argument to fakesrc/fakesink gst-launch line, so that the promised output will actually show up

ChangeLog
docs/faq/using.xml

index 9d9a404..8fb55c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * docs/faq/using.xml:
+         Add -v argument to fakesrc/fakesink gst-launch line,
+         so that the promised output will actually show up.
+
 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
 
        * gst/gstthread.c: (gst_thread_change_state):
index 3fa0500..4778062 100644 (file)
@@ -26,11 +26,11 @@ It's time to try out a few things.  Start with gst-launch and two plug-ins
 that you really should have : fakesrc and fakesink.  They do nothing except
 pass empty buffers. Type this at the command-line :
 <programlisting>
-$ gst-launch fakesrc num-buffers=3 ! fakesink
+$ gst-launch -v fakesrc num-buffers=3 ! fakesink
 </programlisting>
 This will print out output that looks similar to this :
 <programlisting>
-RUNNING pipeline
+RUNNING pipeline ...
 fakesrc0: last-message = "get      ******* (fakesrc0:src)gt; (0 bytes, 0) 0x8057510"
 fakesink0: last-message = "chain   ******* (fakesink0:sink)lt; (0 bytes, 0) 0x8057510"
 fakesrc0: last-message = "get      ******* (fakesrc0:src)gt; (0 bytes, 1) 0x8057510"