gstreamer/subprojects/gst-plugins-base/ext
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
..
alsa alsasink: Fix for being stuck in stop_streaming_threads state 2023-03-31 16:51:11 +00:00
cdparanoia cdparanoia: Ignore compiler warning coming from the cdparanoia header 2022-10-19 08:18:45 +00:00
gl glvideomixer: Implement force-live and min-upstream-latency properties 2023-05-02 22:47:38 +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: drop use of GSlice 2023-01-24 15:25:06 +00:00
opus opusdec: Add support for decoding >8 channels 2023-03-23 08:46:50 +00:00
pango timeoverlay: add buffer-count mode 2023-03-10 16:00:53 +00:00
theora theoradec: make sure the selected pool accepts the new config 2023-05-12 14:37:06 +02: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