gstreamer/subprojects/gst-plugins-base/ext
Jan Schmidt c668f6fc22 basetextoverlay: Don't miscalculate text running times
When a new segment event arrives, it immediately updates
the current stored segment, which was used for calculating
the running time of the current text buffer for every
passing video frame. This means a segment that arrives
after the text buffer might get used to (mis)calculate
the running times subsequently.

Instead, calculate and store the right running time
using the current segment when storing the buffer. Later
the stored segment can get freely updated.

This fixes the case where pieces of video and text streams
are seamlessly concatenated and fed through the text overlay.
Previously, it could lead to the current text buffer suddenly
have a massive running time and blocking all further input.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2802>
2022-08-12 12:08:18 +00:00
..
alsa gstalsaplugin: return the result of the element registration 2022-08-03 20:35:59 +00:00
cdparanoia Replace gst-i18n-*.h with gi18n-lib.h 2022-04-19 18:01:06 +00:00
gl glimagesink: only allow setting the GL display/context if it is a valid value 2022-07-13 01:20:00 +00:00
libvisual Remove glib and gobject dependencies everywhere 2022-04-01 16:32:17 +00:00
ogg oggdemux: Protect against invalid framerates 2022-04-26 09:29:39 +02:00
opus opusenc: improve inband-fec property documentation 2022-08-09 23:34:59 +00:00
pango basetextoverlay: Don't miscalculate text running times 2022-08-12 12:08:18 +00:00
theora Remove glib and gobject dependencies everywhere 2022-04-01 16:32:17 +00:00
vorbis Remove glib and gobject dependencies everywhere 2022-04-01 16:32:17 +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