gtkwaylandsink test: Add navigationtest to example

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1515>
This commit is contained in:
Olivier Crête 2022-04-11 15:35:45 -05:00 committed by GStreamer Marge Bot
parent 7e18fc1b1f
commit fed0dfdd46

View 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);
}
}