gstreamer/subprojects/gst-plugins-base/tests
Guillaume Desmottes 84dea99132 appsrc: properly handle events received before sending the segment
The first serialized events that can be send on a src pad are a CAPS and then a
SEGMENT event.

When handling events from user in appsrc, we used to send a segment
automatically if the SEGMENT has not been sent yet.
This breaks if the CAPS event was not send either as we were now sending
a SEGMENT before the CAPS.

Fix this by delaying such events until the CAPS has been configured.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4297>
2023-04-05 11:11:46 +00:00
..
check appsrc: properly handle events received before sending the segment 2023-04-05 11:11:46 +00:00
examples gst-plugins-base: re-indent with GNU indent 2.2.12 2023-03-17 03:18:53 +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 tests: interactive: test-effect-switch: use autovideosink 2023-01-10 13:28:30 +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