summaryrefslogtreecommitdiff
path: root/gst/accurip
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-10-28 16:41:15 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-10-28 16:54:07 +0000
commit72353aeb7125548acd7223dfa50e20f6dd5a791e (patch)
tree04b2dfa5fe7b884b4728e5827fc3892dd1afac0d /gst/accurip
parent8c81e39de0d258978fc5487532f97c93a42d7bb6 (diff)
downloadgstreamer-plugins-bad-72353aeb7125548acd7223dfa50e20f6dd5a791e.tar.gz
docs: add new accurip element to docs
https://bugzilla.gnome.org/show_bug.cgi?id=685163
Diffstat (limited to 'gst/accurip')
-rw-r--r--gst/accurip/gstaccurip.c3
1 files changed, 2 insertions, 1 deletions
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 @@
* <refsect2>
* <title>Example launch line</title>
* |[
- * 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
* ]|
* </refsect2>
*/