diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-30 15:32:13 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-30 15:32:13 +0000 |
commit | 8c59076092c24365d58912edecbb09af322a6c48 (patch) | |
tree | 10fc9702653be1fc23e436b639ae94dc159faaca /ext | |
parent | 63cc9dec7a283329ccb0c114de313997a86973cb (diff) | |
download | gst-plugins-bad-8c59076092c24365d58912edecbb09af322a6c48.tar.gz gst-plugins-bad-8c59076092c24365d58912edecbb09af322a6c48.tar.bz2 gst-plugins-bad-8c59076092c24365d58912edecbb09af322a6c48.zip |
fix docs
Original commit message from CVS:
fix docs
Diffstat (limited to 'ext')
-rw-r--r-- | ext/taglib/gstid3v2mux.cc | 2 |
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¨ /dev/null | grep taglist + * gst-launch -m filesrc location=foo.mp3 ! id3demux ! fakesink silent=TRUE 2> /dev/null | grep taglist * </programlisting> * </para> * </refsect2> |