gtkwaylandsink test: Add navigationtest to example
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1515>
This commit is contained in:
parent
7e18fc1b1f
commit
fed0dfdd46
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user