Skip to content

examples: playback-test: Fix for UI resize scenario on Windows

Seungha Yang requested to merge seungha.yang/gstreamer:playback-test-win32 into main

Application needs to notify videosink element of video widget resize via gst_video_overlay_set_render_rectangle() since WM_SIZE event wouldn't be notified.

Merge request reports