mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Patch from #5436: fix input handling with gstreamer and vaapisink
This commit is contained in:
@@ -114,7 +114,7 @@ static GstBusSyncReply tsmf_platform_bus_sync_handler(GstBus *bus, GstMessage *m
|
||||
#if GST_VERSION_MAJOR > 0
|
||||
hdl->overlay = GST_VIDEO_OVERLAY (GST_MESSAGE_SRC (message));
|
||||
gst_video_overlay_set_window_handle(hdl->overlay, hdl->subwin);
|
||||
gst_video_overlay_handle_events(hdl->overlay, TRUE);
|
||||
gst_video_overlay_handle_events(hdl->overlay, FALSE);
|
||||
#else
|
||||
hdl->overlay = GST_X_OVERLAY (GST_MESSAGE_SRC (message));
|
||||
#if GST_CHECK_VERSION(0,10,31)
|
||||
|
||||
Reference in New Issue
Block a user