mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue