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:
Seungha Yang 2022-05-23 00:04:03 +09:00 committed by GStreamer Marge Bot
parent 4c384f8356
commit e22314a6bd

View file

@ -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;