mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
textoverlay: add example for feeding from stdin
This commit is contained in:
parent
ed1f02e2a1
commit
5d5ab90e51
1 changed files with 6 additions and 0 deletions
|
@ -65,6 +65,12 @@
|
||||||
* Uh? What are you talking about?
|
* Uh? What are you talking about?
|
||||||
* I don't understand (18-62s)
|
* 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>
|
* </para>
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue