summaryrefslogtreecommitdiffstats
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
commitbd3a91a8d45e202750bd1aa632154cac5ce5c51b (patch)
tree59f6e646c4839802f5bfdde9b37d047e17248ecd /ext
parent2be1dc6b0f3820481880afcbce75ff3aad7f0d23 (diff)
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 97e3fb88..c1e733f3 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>