mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
018fdf36b1
As we don't render into the widget directly, there is no "initial" draw happening. As a side effect, the internal aspect ratio adapted display width/height is never initialize leading to assertions when handling navigation events. gst_video_center_rect: assertion 'src->h != 0' failed Simply queue a redraw after setting the widget format in order to fix the issue. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3801> |
||
---|---|---|
.. | ||
gstgtkutils.c | ||
gstgtkutils.h | ||
gstgtkwaylandsink.c | ||
gstgtkwaylandsink.h | ||
gstplugin.c | ||
gtkgstbasewidget.c | ||
gtkgstbasewidget.h | ||
gtkgstwaylandwidget.c | ||
gtkgstwaylandwidget.h | ||
meson.build |