From 51e93408a9e744771dfbdf39f3670ce10afc8472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Wed, 5 Jan 2022 10:53:55 +0100 Subject: [PATCH] alphacombine: update example launch line Fix typos and missing videoconvert element to demonstrate the alphacombine element. Part-of: --- subprojects/gst-plugins-bad/gst/codecalpha/gstalphacombine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-bad/gst/codecalpha/gstalphacombine.c b/subprojects/gst-plugins-bad/gst/codecalpha/gstalphacombine.c index b5f2bc8beb..d9149f7f89 100644 --- a/subprojects/gst-plugins-bad/gst/codecalpha/gstalphacombine.c +++ b/subprojects/gst-plugins-bad/gst/codecalpha/gstalphacombine.c @@ -29,8 +29,8 @@ * * ## Example launch line * |[ - * gst-launch-1.0 -v videotestsrc ! .c videotestsrc pattern=ball ! .c - * alphacombine name=c ! compositor ! autovideosink + * gst-launch-1.0 -v videotestsrc ! c. videotestsrc pattern=ball ! c. + * alphacombine name=c ! compositor ! videoconvert ! autovideosink * ]| This pipeline uses luma of a ball test pattern as alpha, combined with * default test pattern and renders the resulting moving ball on a checker * board.