mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
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
1 changed files with 4 additions and 3 deletions
|
@ -219,11 +219,12 @@ main (int argc, char **argv)
|
||||||
} else {
|
} else {
|
||||||
if (live) {
|
if (live) {
|
||||||
d->pipeline = gst_parse_launch ("videotestsrc pattern=18 "
|
d->pipeline = gst_parse_launch ("videotestsrc pattern=18 "
|
||||||
"background-color=0xFF0062FF is-live=true ! "
|
"background-color=0xFF0062FF is-live=true ! navigationtest ! "
|
||||||
"gtkwaylandsink name=vsink", NULL);
|
"videoconvert ! gtkwaylandsink name=vsink", NULL);
|
||||||
} else {
|
} else {
|
||||||
d->pipeline = gst_parse_launch ("videotestsrc pattern=18 "
|
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…
Reference in a new issue