diff options
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> |