summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis de Bethencourt <luisbg@osg.samsung.com>2017-05-20 11:40:33 +0100
committerLuis de Bethencourt <luisbg@osg.samsung.com>2017-05-20 11:51:33 +0100
commitfb00a357cd5d6b65fde6655b34906e2fcb843fd9 (patch)
tree588b0754dda896f64efbc0f8c42c754b0eeeb145
parent7348ed5faa16b501fd5c6d5df03054e7417d940a (diff)
multifilesink: fix property name in example pipeline
Since the move from CVS the property name of the documentation example has been filename instead of location. Users trying the gst-launch command as is will get: no property name "filename" in element Fixing it.
-rw-r--r--gst/multifile/gstmultifilesink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/multifile/gstmultifilesink.c b/gst/multifile/gstmultifilesink.c
index 902de28bf..8e2f439ff 100644
--- a/gst/multifile/gstmultifilesink.c
+++ b/gst/multifile/gstmultifilesink.c
@@ -109,7 +109,7 @@
* <title>Example launch line</title>
* |[
* gst-launch-1.0 audiotestsrc ! multifilesink
- * gst-launch-1.0 videotestsrc ! multifilesink post-messages=true filename="frame%d"
+ * gst-launch-1.0 videotestsrc ! multifilesink post-messages=true location="frame%d"
* ]|
* </refsect2>
*/