gstreamer/subprojects/gst-plugins-base/ext
Piotr Brzeziński 3dcb02ac64 basetextoverlay: Fix overlay never rendering again if width reaches 1px
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/5623>
2023-11-08 14:49:31 +00:00
..
alsa alsasink: Fix stall for transition of alsasink from PAUSED to READY with USB speakerphone 2023-05-24 14:01:05 +01:00
cdparanoia cdparanoia: Ignore compiler warning coming from the cdparanoia header 2022-10-19 08:18:45 +00:00
gl gldownload: handle passthrough without a critical 2023-06-08 19:46:56 +00:00
libvisual meson: Call pkgconfig.generate in the loop where we declare plugins dependencies 2022-09-01 21:17:35 +00:00
ogg oggdemux: vp8: Detect keyframe packets 2023-06-01 17:00:44 +00:00
opus opus: Fix crash when getting unexpected channel position 2023-06-13 09:23:59 +01:00
pango basetextoverlay: Fix overlay never rendering again if width reaches 1px 2023-11-08 14:49:31 +00:00
theora meson: Call pkgconfig.generate in the loop where we declare plugins dependencies 2022-09-01 21:17:35 +00:00
vorbis meson: Call pkgconfig.generate in the loop where we declare plugins dependencies 2022-09-01 21:17:35 +00:00
meson.build Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00