From 72353aeb7125548acd7223dfa50e20f6dd5a791e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 28 Oct 2012 16:41:15 +0000 Subject: docs: add new accurip element to docs https://bugzilla.gnome.org/show_bug.cgi?id=685163 --- gst/accurip/gstaccurip.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/accurip') diff --git a/gst/accurip/gstaccurip.c b/gst/accurip/gstaccurip.c index d6b07a664..128e9722e 100644 --- a/gst/accurip/gstaccurip.c +++ b/gst/accurip/gstaccurip.c @@ -33,6 +33,7 @@ /** * SECTION:element-accurip + * @short_desc: Computes an AccurateRip CRC * * The accurip element calculates a CRC for an audio stream which can be used * to match the audio stream to a database hosted on @@ -42,7 +43,7 @@ * * Example launch line * |[ - * gst-launch -m uridecodebin uri=file:///path/to/song.flac ! audioconvert ! accurip ! fakesink + * gst-launch-1.0 -m uridecodebin uri=file:///path/to/song.flac ! audioconvert ! accurip ! fakesink * ]| * */ -- cgit v1.2.1