mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 09:04:15 +00:00
taginject: fix multi-value tag example
We need to use {} to specify a list.
This commit is contained in:
parent
ef343d8ad9
commit
f003fef3ad
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@
|
||||||
* gst-launch audiotestsrc num-buffers=100 ! taginject tags="title=testsrc,artist=gstreamer" ! vorbisenc ! oggmux ! filesink location=test.ogg
|
* gst-launch audiotestsrc num-buffers=100 ! taginject tags="title=testsrc,artist=gstreamer" ! vorbisenc ! oggmux ! filesink location=test.ogg
|
||||||
* ]| set title and artist
|
* ]| set title and artist
|
||||||
* |[
|
* |[
|
||||||
* gst-launch audiotestsrc num-buffers=100 ! taginject tags="keywords=\"testone,audio\",title=\"audio testtone\"" ! vorbisenc ! oggmux ! filesink location=test.ogg
|
* gst-launch 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
|
* ]| set keywords and title demonstrating quoting of special chars and handling lists
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue