taginject: fix sample pipeline in docs
authorTim-Philipp Müller <tim@centricular.com>
Thu, 21 Jan 2016 15:29:46 +0000 (15:29 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 21 Jan 2016 15:30:42 +0000 (15:30 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=679571

gst/debugutils/gsttaginject.c

index b9b2727..1430d22 100644 (file)
@@ -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>
  */