Nirbheek Chauhan
52d7370311
x11: Fix unused variable warnings
These are emitted when XInput 2 is not available.
```
../subprojects/gst-plugins-base/sys/ximage/ximagesink.c: In function ‘gst_x_image_sink_handle_xevents’:
../subprojects/gst-plugins-base/sys/ximage/ximagesink.c:696:29: warning: unused variable ‘state’ [-Wunused-variable]
696 | GstNavigationModifierType state = GST_NAVIGATION_MODIFIER_NONE;
| ^~~~~
../subprojects/gst-plugins-base/sys/ximage/ximagesink.c:694:35: warning: unused variable ‘touch_frame_open’ [-Wunused-variable]
694 | gboolean pointer_moved = FALSE, touch_frame_open = FALSE;
| ^~~~~~~~~~~~~~~~
../subprojects/gst-plugins-base/sys/xvimage/xvimagesink.c: In function ‘gst_xv_image_sink_handle_xevents’:
../subprojects/gst-plugins-base/sys/xvimage/xvimagesink.c:427:35: warning: unused variable ‘touch_frame_open’ [-Wunused-variable]
427 | gboolean pointer_moved = FALSE, touch_frame_open = FALSE;
| ^~~~~~~~~~~~~~~~
../subprojects/gst-plugins-base/sys/xvimage/xvimagesink.c:426:29: warning: unused variable ‘state’ [-Wunused-variable]
426 | GstNavigationModifierType state = GST_NAVIGATION_MODIFIER_NONE;
| ^~~~~
```
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2093>
2022-04-22 12:26:55 +00:00
..
2022-04-21 12:50:43 -04:00
2022-04-21 09:18:56 -04:00
2022-04-01 16:32:17 +00:00
2022-04-21 09:18:56 -04:00
2022-04-18 11:00:29 +00:00
2022-04-18 07:13:09 +00:00
2022-04-01 16:32:17 +00:00
2022-04-22 07:35:17 +00:00
2022-04-22 12:26:55 +00:00
2022-04-22 10:43:13 +00:00
2022-04-19 18:01:06 +00:00
2022-04-16 02:56:36 +00:00
2022-04-20 14:40:25 +00:00
2022-04-22 11:53:31 +00:00
2022-04-05 08:28:50 +00:00
2022-04-12 12:43:08 +00:00
2022-03-18 22:49:16 +00:00
2022-03-31 14:19:46 -04:00
2022-03-31 14:19:46 -04:00
2022-04-09 21:44:42 +01:00