textoverlay: add example for feeding from stdin

This commit is contained in:
Stefan Sauer 2011-07-23 14:21:27 +02:00
parent ed1f02e2a1
commit 5d5ab90e51

View file

@ -65,6 +65,12 @@
* Uh? What are you talking about?
* I don't understand (18-62s)
* ]|
* one can also feed live text into the element
* |[
* gst-launch fdsrc fd=0 ! text/plain ! txt. videotestsrc ! \
* textoverlay name=txt shaded-background=yes font-desc="Serif 40" wait-text=false ! \
* xvimagesink
* ]| This shows new text as entered on the terminal (stdin).
* </para>
* </refsect2>
*/