gtkwaylandsink test: Add navigationtest to example
authorOlivier CrĂȘte <olivier.crete@collabora.com>
Mon, 11 Apr 2022 20:35:45 +0000 (15:35 -0500)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 2 Aug 2022 16:34:13 +0000 (16:34 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1515>

subprojects/gst-plugins-bad/tests/examples/gtk/gtkwaylandsink.c

index 8cada2a..20bdb87 100644 (file)
@@ -219,11 +219,12 @@ main (int argc, char **argv)
   } else {
     if (live) {
       d->pipeline = gst_parse_launch ("videotestsrc pattern=18 "
-          "background-color=0xFF0062FF is-live=true ! "
-          "gtkwaylandsink name=vsink", NULL);
+          "background-color=0xFF0062FF is-live=true ! navigationtest ! "
+          "videoconvert ! gtkwaylandsink name=vsink", NULL);
     } else {
       d->pipeline = gst_parse_launch ("videotestsrc pattern=18 "
-          "background-color=0xFF0062FF ! gtkwaylandsink name=vsink", NULL);
+          "background-color=0xFF0062FF ! navigationtest ! videoconvert ! "
+          "gtkwaylandsink name=vsink", NULL);
     }
   }