summaryrefslogtreecommitdiffstats
path: root/gst/debug/gsttaginject.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debug/gsttaginject.c')
-rw-r--r--gst/debug/gsttaginject.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/debug/gsttaginject.c b/gst/debug/gsttaginject.c
index 840aa2a4..3429fb14 100644
--- a/gst/debug/gsttaginject.c
+++ b/gst/debug/gsttaginject.c
@@ -23,12 +23,16 @@
*
* Element that injects new metadata tags, but passes incomming data through
* unmodified.
+ *
+ * <refsect2>
+ * <title>Example launch lines</title>
* |[
* gst-launch audiotestsrc num-buffers=100 ! taginject tags="title=testsrc,artist=gstreamer" ! vorbisenc ! oggmux ! filesink location=test.ogg
* ]| set title and artist
* |[
* 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
+ * </refsect2>
*/
#ifdef HAVE_CONFIG_H