diff options
Diffstat (limited to 'gst/inter/gstintersubsink.c')
-rw-r--r-- | gst/inter/gstintersubsink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/inter/gstintersubsink.c b/gst/inter/gstintersubsink.c index b907c0a28..77bc4849f 100644 --- a/gst/inter/gstintersubsink.c +++ b/gst/inter/gstintersubsink.c @@ -25,10 +25,10 @@ * <refsect2> * <title>Example launch line</title> * |[ - * gst-launch -v ... ! intersubsink + * gst-launch-1.0 -v ... ! intersubsink * ]| * - * The intersubsink element cannot be used effectively with gst-launch, + * The intersubsink element cannot be used effectively with gst-launch-1.0, * as it requires a second pipeline in the application to send audio. * See the gstintertest.c example in the gst-plugins-bad source code for * more details. |