summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-30 15:32:13 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-30 15:32:13 +0000
commit8c59076092c24365d58912edecbb09af322a6c48 (patch)
tree10fc9702653be1fc23e436b639ae94dc159faaca /ext
parent63cc9dec7a283329ccb0c114de313997a86973cb (diff)
downloadgstreamer-plugins-bad-8c59076092c24365d58912edecbb09af322a6c48.tar.gz
fix docs
Original commit message from CVS: fix docs
Diffstat (limited to 'ext')
-rw-r--r--ext/taglib/gstid3v2mux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/taglib/gstid3v2mux.cc b/ext/taglib/gstid3v2mux.cc
index 97e3fb88c..c1e733f3a 100644
--- a/ext/taglib/gstid3v2mux.cc
+++ b/ext/taglib/gstid3v2mux.cc
@@ -43,7 +43,7 @@
* Make sure the Ogg/Vorbis file actually has comments to preserve.
* You can verify the tags were written using:
* <programlisting>
- * gst-launch -m filesrc location=foo.mp3 ! id3demux ! fakesink silent=TRUE 2&uml; /dev/null | grep taglist
+ * gst-launch -m filesrc location=foo.mp3 ! id3demux ! fakesink silent=TRUE 2&gt; /dev/null | grep taglist
* </programlisting>
* </para>
* </refsect2>