gstreamer/subprojects/gst-plugins-base/tests
Thibault Saunier 11b83fb2fc videorate: Handle closing segment on EOS right after caps event
The scenario is what we try in the tests:
- we have a segment with .stop set
- some frame(s) flow
- we get a CAPS event
- we get an EOS (before getting buffers after the CAPS event)

in that case, without that patch, the segment is not properly closed
which is not correct. In this patch we keep track of previous caps until
a new buffer arrives, this way in that situation we set previous caps
again, and close the segment with the previous buffer.

Fixes: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1352
in this specific case

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3059>
2022-10-11 11:48:09 -03:00
..
check pbutils: descriptions: add meta/x-klv 2022-09-30 11:08:45 +03:00
examples examples: fix build on macOS with gtk+-quartz-3.0 2022-04-04 16:27:45 +00:00
files Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
interactive test-effect-switch: Fix some memory leaks and make effect element ownership clearer 2022-09-29 22:34:37 +00:00
validate videorate: Handle closing segment on EOS right after caps event 2022-10-11 11:48:09 -03:00
meson.build tests: rename 'icles' subdir to be more descriptive 2022-04-14 11:57:11 +00:00