tests: examples: Fix typo in QSV encoder example
Fixing width adjustment Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2467>
This commit is contained in:
parent
4c384f8356
commit
e22314a6bd
@ -146,8 +146,8 @@ keyboard_cb (gchar input, gboolean is_ascii, gpointer user_data)
|
||||
gst_println ("Decrease width to %d", width);
|
||||
break;
|
||||
case KB_ARROW_RIGHT:
|
||||
height += 2;
|
||||
gst_println ("Increase height to %d", height);
|
||||
width += 2;
|
||||
gst_println ("Increase width to %d", width);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user