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.
This commit is contained in:
Luis de Bethencourt 2017-05-20 11:40:33 +01:00
parent 7348ed5faa
commit fb00a357cd

View file

@ -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>
*/