alphacombine: update example launch line
authorStéphane Cerveau <scerveau@collabora.com>
Wed, 5 Jan 2022 09:53:55 +0000 (10:53 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 6 Jan 2022 14:59:02 +0000 (14:59 +0000)
Fix typos and missing videoconvert element to demonstrate
the alphacombine element.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1494>

subprojects/gst-plugins-bad/gst/codecalpha/gstalphacombine.c

index b5f2bc8..d9149f7 100644 (file)
@@ -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.