mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
Add -v argument to fakesrc/fakesink gst-launch line, so that the promised output will actually show up
Original commit message from CVS: Add -v argument to fakesrc/fakesink gst-launch line, so that the promised output will actually show up
This commit is contained in:
parent
6a56e3080d
commit
757e3a96f3
2 changed files with 8 additions and 2 deletions
|
@ -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):
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue