mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
49865826b0
If text width ever reached 1px, for example after resizing the output window, the overlay would stop rendering and never return again. The 1px condition itself does not seem to make much sense here anyway. This was a chain of events: width reached 1, so the composition was set to NULL. Then, after resizing the output window, push_frame() was called but would not attempt to renegotiate because composition is NULL. This caused the width/height to never be updated again, as that only happens during negotiation, so the overlay was gone for good. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5614> |
||
---|---|---|
.. | ||
gstbasetextoverlay.c | ||
gstbasetextoverlay.h | ||
gstclockoverlay.c | ||
gstclockoverlay.h | ||
gstpangoelement.c | ||
gstpangoelements.h | ||
gstpangoplugin.c | ||
gsttextoverlay.c | ||
gsttextoverlay.h | ||
gsttextrender.c | ||
gsttextrender.h | ||
gsttimeoverlay.c | ||
gsttimeoverlay.h | ||
meson.build |