gstreamer/subprojects/gst-plugins-base/tests
Michael Olbrich b660f258a6 theoradec: make sure the selected pool accepts the new config
If gst_buffer_pool_set_config() fails then the pool will use its old
config. This may include different width or height when
pic_width/pic_height != frame_width/frame_height.
As a result, the assertions in theora_handle_image() will fail.

So check the result of gst_buffer_pool_set_config() and only use the pool
if it succeeds. Otherwise let the parrent decide_allocation() create a new
pool.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4600>
2023-05-12 14:37:06 +02:00
..
check theoradec: make sure the selected pool accepts the new config 2023-05-12 14:37:06 +02:00
examples gst-plugins-base: re-indent with GNU indent 2.2.12 2023-03-17 03:18:53 +00:00
files theoradec: make sure the selected pool accepts the new config 2023-05-12 14:37:06 +02: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