From fb00a357cd5d6b65fde6655b34906e2fcb843fd9 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Sat, 20 May 2017 11:40:33 +0100 Subject: [PATCH] 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. --- gst/multifile/gstmultifilesink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/multifile/gstmultifilesink.c b/gst/multifile/gstmultifilesink.c index 902de28bfc..8e2f439ffa 100644 --- a/gst/multifile/gstmultifilesink.c +++ b/gst/multifile/gstmultifilesink.c @@ -109,7 +109,7 @@ * Example launch line * |[ * 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" * ]| * */