mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
taginject: fix sample pipeline in docs
https://bugzilla.gnome.org/show_bug.cgi?id=679571
This commit is contained in:
parent
681bab62e5
commit
5d14746792
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
* gst-launch-1.0 audiotestsrc num-buffers=100 ! taginject tags="title=testsrc,artist=gstreamer" ! vorbisenc ! oggmux ! filesink location=test.ogg
|
||||
* ]| set title and artist
|
||||
* |[
|
||||
* gst-launch-1.0 audiotestsrc num-buffers=100 ! taginject tags="keywords=\{\"testone\",\"audio\"\},title=\"audio testtone\"" ! vorbisenc ! oggmux ! filesink location=test.ogg
|
||||
* gst-launch-1.0 audiotestsrc num-buffers=100 ! taginject tags="keywords=\{\"testone\",\"audio\"\},title=\"audio\ testtone\"" ! vorbisenc ! oggmux ! filesink location=test.ogg
|
||||
* ]| set keywords and title demonstrating quoting of special chars and handling lists
|
||||
* </refsect2>
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue