summaryrefslogtreecommitdiff
path: root/ext/flac/gstflactag.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/flac/gstflactag.c')
-rw-r--r--ext/flac/gstflactag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flac/gstflactag.c b/ext/flac/gstflactag.c
index 3dffc6a1d..69c4716c6 100644
--- a/ext/flac/gstflactag.c
+++ b/ext/flac/gstflactag.c
@@ -37,7 +37,7 @@
* <refsect2>
* <title>Example pipelines</title>
* |[
- * gst-launch -v filesrc location=foo.flac ! flactag ! filesink location=bar.flac
+ * gst-launch-1.0 -v filesrc location=foo.flac ! flactag ! filesink location=bar.flac
* ]| This element is not useful with gst-launch, because it does not support
* setting the tags on a #GstTagSetter interface. Conceptually, the element
* will usually be used in this order though.