diff --git a/meson.build b/meson.build index 71670bfa68..629ab5260b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gstreamer-full', 'c', - version : '1.22.8.1', + version : '1.22.9', meson_version : '>= 0.62.0', default_options : ['buildtype=debugoptimized', # Needed due to https://github.com/mesonbuild/meson/issues/1889, diff --git a/subprojects/gst-devtools/NEWS b/subprojects/gst-devtools/NEWS index d561a390c3..7b31da80d3 100644 --- a/subprojects/gst-devtools/NEWS +++ b/subprojects/gst-devtools/NEWS @@ -2736,6 +2736,131 @@ List of merge requests and issues fixed in 1.22.8 - List of Merge Requests applied in 1.22.8 - List of Issues fixed in 1.22.8 +1.22.9 + +The ninth 1.22 bug-fix release (1.22.9) was released on 24 January 2024. + +This release only contains bugfixes and security fixes and it should be +safe to update from 1.22.x. + +Highlighted bugfixes in 1.22.9 + +- More Security fixes for the AV1 video codec parser +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- v4l2src: Consider framerate during caps selection +- v4l2codec: decoder fixes +- rtspsrc: multicast fixes +- camerabin viewfinder fixes +- various bug fixes, build fixes, memory leak fixes, and other + stability and reliability improvements + +gstreamer + +- aggregator: fix use-after-free in queries processing +- multiqueue: Ignore queue fullness for most events + +gst-plugins-base + +- audiobasesink: Don’t wait on gap events +- audioconvert: change gst_audio_convert_get_unit_size() log levels +- glcolorconvert: Correct transform_caps direction +- gloverlay: Apply updated overlay coordinates correctly +- videorate: keep pool if max_buffers is unlimited + +gst-plugins-good + +- rtpsession: Only warn once if configured latency needs to be known + but isn’t yet +- rtphdrext-clientaudiolevel: Fix level value being written by the + extension +- rtspsrc: set multicast-iface on udpsinks and fix RTCP sink TTL +- v4l2object: clear old fds when initializing poll during opening v4l2 + device +- v4l2src: Consider framerate during caps selection +- vpxdec: Use appropriate domain and code for decoding errors + +gst-plugins-bad + +- av1parser: Fix potential stack overflow during tile list parsing +- camerabin: Correctly relink viewfinderbin_queue +- GstPlay: Fix error details parsing +- h264decoder: Handle malformed avc/avc3 packets +- h264decoder: h265decoder: Align with wraparound fix +- vp8decoder: vp9decoder: av1decoder: mpeg2decoder: Fix multiplication + wraparound +- vah264enc/vah264dec issues after recent upgrade to 1.22.8 from + 1.22.7 +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- vp9parse: Fix critical warning during caps negotiation + +gst-plugins-ugly + +- No changes + +gst-plugins-rs + +- No changes + +gst-libav + +- No changes + +gst-rtsp-server + +- No changes + +gstreamer-vaapi + +- No changes + +gstreamer-sharp + +- No changes + +gst-omx + +- No changes + +gst-python + +- No changes + +gst-editing-services + +- No changes + +gst-validate + gst-integration-testsuites + +- No changes + +gst-examples + +- No changes + +Development build environment + +- No changes + +Cerbero build tool and packaging changes in 1.22.9 + +- No changes + +Contributors to 1.22.9 + +Alexander Slobodeniuk, Chao Guo, Damian Hobson-Garcia, Dan Searles, +Guillaume Desmottes, Jan Schmidt, Marek Vasut, Mengkejiergeli Ba, +Michael Tretter, Philippe Normand, Robert Mader, Sanchayan Maity, +Sebastian Dröge, Seungha Yang, Tim-Philipp Müller, Víctor Manuel Jáquez +Leal, Xavier Claessens, + +… and many others who have contributed bug reports, translations, sent +suggestions or helped testing. Thank you all! + +List of merge requests and issues fixed in 1.22.9 + +- List of Merge Requests applied in 1.22.9 +- List of Issues fixed in 1.22.9 + Schedule for 1.24 Our next major feature release will be 1.24, and 1.23 will be the @@ -2743,7 +2868,7 @@ unstable development version leading up to the stable 1.24 release. The development of 1.23/1.24 will happen in the git main branch of the GStreamer mono repository. -The plan for the 1.24 development cycle is yet to be confirmed. +The target for an initial 1.24 release is February 2024. 1.24 will be backwards-compatible to the stable 1.22, 1.20, 1.18, 1.16, 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series. diff --git a/subprojects/gst-devtools/RELEASE b/subprojects/gst-devtools/RELEASE index 9faf933e90..711d71f43f 100644 --- a/subprojects/gst-devtools/RELEASE +++ b/subprojects/gst-devtools/RELEASE @@ -1,4 +1,4 @@ -This is GStreamer gst-devtools 1.22.8. +This is GStreamer gst-devtools 1.22.9. The GStreamer team is thrilled to announce a new major feature release of your favourite cross-platform multimedia framework! diff --git a/subprojects/gst-devtools/gst-devtools.doap b/subprojects/gst-devtools/gst-devtools.doap index 6a780acef6..795074144a 100644 --- a/subprojects/gst-devtools/gst-devtools.doap +++ b/subprojects/gst-devtools/gst-devtools.doap @@ -53,6 +53,16 @@ + + + 1.22.9 + 1.22 + + 2024-01-24 + + + + 1.22.8 diff --git a/subprojects/gst-devtools/meson.build b/subprojects/gst-devtools/meson.build index 33ab873542..182168e30c 100644 --- a/subprojects/gst-devtools/meson.build +++ b/subprojects/gst-devtools/meson.build @@ -1,5 +1,5 @@ project('gst-devtools', 'c', - version : '1.22.8.1', + version : '1.22.9', meson_version : '>= 0.62', default_options : [ 'warning_level=1', 'c_std=gnu99', diff --git a/subprojects/gst-docs/meson.build b/subprojects/gst-docs/meson.build index 90bd56490c..27f6e6f6e1 100644 --- a/subprojects/gst-docs/meson.build +++ b/subprojects/gst-docs/meson.build @@ -1,5 +1,5 @@ project('GStreamer manuals and tutorials', 'c', - version: '1.22.8.1', + version: '1.22.9', meson_version : '>= 0.62') hotdoc_p = find_program('hotdoc') diff --git a/subprojects/gst-editing-services/NEWS b/subprojects/gst-editing-services/NEWS index d561a390c3..7b31da80d3 100644 --- a/subprojects/gst-editing-services/NEWS +++ b/subprojects/gst-editing-services/NEWS @@ -2736,6 +2736,131 @@ List of merge requests and issues fixed in 1.22.8 - List of Merge Requests applied in 1.22.8 - List of Issues fixed in 1.22.8 +1.22.9 + +The ninth 1.22 bug-fix release (1.22.9) was released on 24 January 2024. + +This release only contains bugfixes and security fixes and it should be +safe to update from 1.22.x. + +Highlighted bugfixes in 1.22.9 + +- More Security fixes for the AV1 video codec parser +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- v4l2src: Consider framerate during caps selection +- v4l2codec: decoder fixes +- rtspsrc: multicast fixes +- camerabin viewfinder fixes +- various bug fixes, build fixes, memory leak fixes, and other + stability and reliability improvements + +gstreamer + +- aggregator: fix use-after-free in queries processing +- multiqueue: Ignore queue fullness for most events + +gst-plugins-base + +- audiobasesink: Don’t wait on gap events +- audioconvert: change gst_audio_convert_get_unit_size() log levels +- glcolorconvert: Correct transform_caps direction +- gloverlay: Apply updated overlay coordinates correctly +- videorate: keep pool if max_buffers is unlimited + +gst-plugins-good + +- rtpsession: Only warn once if configured latency needs to be known + but isn’t yet +- rtphdrext-clientaudiolevel: Fix level value being written by the + extension +- rtspsrc: set multicast-iface on udpsinks and fix RTCP sink TTL +- v4l2object: clear old fds when initializing poll during opening v4l2 + device +- v4l2src: Consider framerate during caps selection +- vpxdec: Use appropriate domain and code for decoding errors + +gst-plugins-bad + +- av1parser: Fix potential stack overflow during tile list parsing +- camerabin: Correctly relink viewfinderbin_queue +- GstPlay: Fix error details parsing +- h264decoder: Handle malformed avc/avc3 packets +- h264decoder: h265decoder: Align with wraparound fix +- vp8decoder: vp9decoder: av1decoder: mpeg2decoder: Fix multiplication + wraparound +- vah264enc/vah264dec issues after recent upgrade to 1.22.8 from + 1.22.7 +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- vp9parse: Fix critical warning during caps negotiation + +gst-plugins-ugly + +- No changes + +gst-plugins-rs + +- No changes + +gst-libav + +- No changes + +gst-rtsp-server + +- No changes + +gstreamer-vaapi + +- No changes + +gstreamer-sharp + +- No changes + +gst-omx + +- No changes + +gst-python + +- No changes + +gst-editing-services + +- No changes + +gst-validate + gst-integration-testsuites + +- No changes + +gst-examples + +- No changes + +Development build environment + +- No changes + +Cerbero build tool and packaging changes in 1.22.9 + +- No changes + +Contributors to 1.22.9 + +Alexander Slobodeniuk, Chao Guo, Damian Hobson-Garcia, Dan Searles, +Guillaume Desmottes, Jan Schmidt, Marek Vasut, Mengkejiergeli Ba, +Michael Tretter, Philippe Normand, Robert Mader, Sanchayan Maity, +Sebastian Dröge, Seungha Yang, Tim-Philipp Müller, Víctor Manuel Jáquez +Leal, Xavier Claessens, + +… and many others who have contributed bug reports, translations, sent +suggestions or helped testing. Thank you all! + +List of merge requests and issues fixed in 1.22.9 + +- List of Merge Requests applied in 1.22.9 +- List of Issues fixed in 1.22.9 + Schedule for 1.24 Our next major feature release will be 1.24, and 1.23 will be the @@ -2743,7 +2868,7 @@ unstable development version leading up to the stable 1.24 release. The development of 1.23/1.24 will happen in the git main branch of the GStreamer mono repository. -The plan for the 1.24 development cycle is yet to be confirmed. +The target for an initial 1.24 release is February 2024. 1.24 will be backwards-compatible to the stable 1.22, 1.20, 1.18, 1.16, 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series. diff --git a/subprojects/gst-editing-services/RELEASE b/subprojects/gst-editing-services/RELEASE index 8cf01b2b19..279cd689a2 100644 --- a/subprojects/gst-editing-services/RELEASE +++ b/subprojects/gst-editing-services/RELEASE @@ -1,4 +1,4 @@ -This is GStreamer gst-editing-services 1.22.8. +This is GStreamer gst-editing-services 1.22.9. The GStreamer team is thrilled to announce a new major feature release of your favourite cross-platform multimedia framework! diff --git a/subprojects/gst-editing-services/gst-editing-services.doap b/subprojects/gst-editing-services/gst-editing-services.doap index fe8b11db73..08f3b1ce10 100644 --- a/subprojects/gst-editing-services/gst-editing-services.doap +++ b/subprojects/gst-editing-services/gst-editing-services.doap @@ -30,6 +30,16 @@ GStreamer library for creating audio and video editors + + + 1.22.9 + 1.22 + + 2024-01-24 + + + + 1.22.8 diff --git a/subprojects/gst-editing-services/meson.build b/subprojects/gst-editing-services/meson.build index 779367ba1c..720299b1de 100644 --- a/subprojects/gst-editing-services/meson.build +++ b/subprojects/gst-editing-services/meson.build @@ -1,5 +1,5 @@ project('gst-editing-services', 'c', - version : '1.22.8.1', + version : '1.22.9', meson_version : '>= 0.62', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-examples/meson.build b/subprojects/gst-examples/meson.build index 3bb5ae67d9..b8d18c0a7c 100644 --- a/subprojects/gst-examples/meson.build +++ b/subprojects/gst-examples/meson.build @@ -1,4 +1,4 @@ -project('gst-examples', 'c', version : '1.22.8.1', license : 'LGPL') +project('gst-examples', 'c', version : '1.22.9', license : 'LGPL') cc = meson.get_compiler('c') m_dep = cc.find_library('m', required : false) diff --git a/subprojects/gst-integration-testsuites/meson.build b/subprojects/gst-integration-testsuites/meson.build index a49dff2e59..1085b42462 100644 --- a/subprojects/gst-integration-testsuites/meson.build +++ b/subprojects/gst-integration-testsuites/meson.build @@ -1 +1 @@ -project('gst-integration-testsuites', [], version: '1.22.8.1', meson_version : '>= 0.62', license: 'LGPL') +project('gst-integration-testsuites', [], version: '1.22.9', meson_version : '>= 0.62', license: 'LGPL') diff --git a/subprojects/gst-libav/NEWS b/subprojects/gst-libav/NEWS index d561a390c3..7b31da80d3 100644 --- a/subprojects/gst-libav/NEWS +++ b/subprojects/gst-libav/NEWS @@ -2736,6 +2736,131 @@ List of merge requests and issues fixed in 1.22.8 - List of Merge Requests applied in 1.22.8 - List of Issues fixed in 1.22.8 +1.22.9 + +The ninth 1.22 bug-fix release (1.22.9) was released on 24 January 2024. + +This release only contains bugfixes and security fixes and it should be +safe to update from 1.22.x. + +Highlighted bugfixes in 1.22.9 + +- More Security fixes for the AV1 video codec parser +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- v4l2src: Consider framerate during caps selection +- v4l2codec: decoder fixes +- rtspsrc: multicast fixes +- camerabin viewfinder fixes +- various bug fixes, build fixes, memory leak fixes, and other + stability and reliability improvements + +gstreamer + +- aggregator: fix use-after-free in queries processing +- multiqueue: Ignore queue fullness for most events + +gst-plugins-base + +- audiobasesink: Don’t wait on gap events +- audioconvert: change gst_audio_convert_get_unit_size() log levels +- glcolorconvert: Correct transform_caps direction +- gloverlay: Apply updated overlay coordinates correctly +- videorate: keep pool if max_buffers is unlimited + +gst-plugins-good + +- rtpsession: Only warn once if configured latency needs to be known + but isn’t yet +- rtphdrext-clientaudiolevel: Fix level value being written by the + extension +- rtspsrc: set multicast-iface on udpsinks and fix RTCP sink TTL +- v4l2object: clear old fds when initializing poll during opening v4l2 + device +- v4l2src: Consider framerate during caps selection +- vpxdec: Use appropriate domain and code for decoding errors + +gst-plugins-bad + +- av1parser: Fix potential stack overflow during tile list parsing +- camerabin: Correctly relink viewfinderbin_queue +- GstPlay: Fix error details parsing +- h264decoder: Handle malformed avc/avc3 packets +- h264decoder: h265decoder: Align with wraparound fix +- vp8decoder: vp9decoder: av1decoder: mpeg2decoder: Fix multiplication + wraparound +- vah264enc/vah264dec issues after recent upgrade to 1.22.8 from + 1.22.7 +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- vp9parse: Fix critical warning during caps negotiation + +gst-plugins-ugly + +- No changes + +gst-plugins-rs + +- No changes + +gst-libav + +- No changes + +gst-rtsp-server + +- No changes + +gstreamer-vaapi + +- No changes + +gstreamer-sharp + +- No changes + +gst-omx + +- No changes + +gst-python + +- No changes + +gst-editing-services + +- No changes + +gst-validate + gst-integration-testsuites + +- No changes + +gst-examples + +- No changes + +Development build environment + +- No changes + +Cerbero build tool and packaging changes in 1.22.9 + +- No changes + +Contributors to 1.22.9 + +Alexander Slobodeniuk, Chao Guo, Damian Hobson-Garcia, Dan Searles, +Guillaume Desmottes, Jan Schmidt, Marek Vasut, Mengkejiergeli Ba, +Michael Tretter, Philippe Normand, Robert Mader, Sanchayan Maity, +Sebastian Dröge, Seungha Yang, Tim-Philipp Müller, Víctor Manuel Jáquez +Leal, Xavier Claessens, + +… and many others who have contributed bug reports, translations, sent +suggestions or helped testing. Thank you all! + +List of merge requests and issues fixed in 1.22.9 + +- List of Merge Requests applied in 1.22.9 +- List of Issues fixed in 1.22.9 + Schedule for 1.24 Our next major feature release will be 1.24, and 1.23 will be the @@ -2743,7 +2868,7 @@ unstable development version leading up to the stable 1.24 release. The development of 1.23/1.24 will happen in the git main branch of the GStreamer mono repository. -The plan for the 1.24 development cycle is yet to be confirmed. +The target for an initial 1.24 release is February 2024. 1.24 will be backwards-compatible to the stable 1.22, 1.20, 1.18, 1.16, 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series. diff --git a/subprojects/gst-libav/RELEASE b/subprojects/gst-libav/RELEASE index 6266c61421..f84648af04 100644 --- a/subprojects/gst-libav/RELEASE +++ b/subprojects/gst-libav/RELEASE @@ -1,4 +1,4 @@ -This is GStreamer gst-libav 1.22.8. +This is GStreamer gst-libav 1.22.9. The GStreamer team is thrilled to announce a new major feature release of your favourite cross-platform multimedia framework! diff --git a/subprojects/gst-libav/gst-libav.doap b/subprojects/gst-libav/gst-libav.doap index 17a37e11ce..8c7bc187be 100644 --- a/subprojects/gst-libav/gst-libav.doap +++ b/subprojects/gst-libav/gst-libav.doap @@ -32,6 +32,16 @@ colorspace conversion elements. + + + 1.22.9 + 1.22 + + 2024-01-24 + + + + 1.22.8 diff --git a/subprojects/gst-libav/meson.build b/subprojects/gst-libav/meson.build index b10945d6ed..ae0e387772 100644 --- a/subprojects/gst-libav/meson.build +++ b/subprojects/gst-libav/meson.build @@ -1,5 +1,5 @@ project('gst-libav', 'c', - version : '1.22.8.1', + version : '1.22.9', meson_version : '>= 0.62', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-omx/NEWS b/subprojects/gst-omx/NEWS index d561a390c3..7b31da80d3 100644 --- a/subprojects/gst-omx/NEWS +++ b/subprojects/gst-omx/NEWS @@ -2736,6 +2736,131 @@ List of merge requests and issues fixed in 1.22.8 - List of Merge Requests applied in 1.22.8 - List of Issues fixed in 1.22.8 +1.22.9 + +The ninth 1.22 bug-fix release (1.22.9) was released on 24 January 2024. + +This release only contains bugfixes and security fixes and it should be +safe to update from 1.22.x. + +Highlighted bugfixes in 1.22.9 + +- More Security fixes for the AV1 video codec parser +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- v4l2src: Consider framerate during caps selection +- v4l2codec: decoder fixes +- rtspsrc: multicast fixes +- camerabin viewfinder fixes +- various bug fixes, build fixes, memory leak fixes, and other + stability and reliability improvements + +gstreamer + +- aggregator: fix use-after-free in queries processing +- multiqueue: Ignore queue fullness for most events + +gst-plugins-base + +- audiobasesink: Don’t wait on gap events +- audioconvert: change gst_audio_convert_get_unit_size() log levels +- glcolorconvert: Correct transform_caps direction +- gloverlay: Apply updated overlay coordinates correctly +- videorate: keep pool if max_buffers is unlimited + +gst-plugins-good + +- rtpsession: Only warn once if configured latency needs to be known + but isn’t yet +- rtphdrext-clientaudiolevel: Fix level value being written by the + extension +- rtspsrc: set multicast-iface on udpsinks and fix RTCP sink TTL +- v4l2object: clear old fds when initializing poll during opening v4l2 + device +- v4l2src: Consider framerate during caps selection +- vpxdec: Use appropriate domain and code for decoding errors + +gst-plugins-bad + +- av1parser: Fix potential stack overflow during tile list parsing +- camerabin: Correctly relink viewfinderbin_queue +- GstPlay: Fix error details parsing +- h264decoder: Handle malformed avc/avc3 packets +- h264decoder: h265decoder: Align with wraparound fix +- vp8decoder: vp9decoder: av1decoder: mpeg2decoder: Fix multiplication + wraparound +- vah264enc/vah264dec issues after recent upgrade to 1.22.8 from + 1.22.7 +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- vp9parse: Fix critical warning during caps negotiation + +gst-plugins-ugly + +- No changes + +gst-plugins-rs + +- No changes + +gst-libav + +- No changes + +gst-rtsp-server + +- No changes + +gstreamer-vaapi + +- No changes + +gstreamer-sharp + +- No changes + +gst-omx + +- No changes + +gst-python + +- No changes + +gst-editing-services + +- No changes + +gst-validate + gst-integration-testsuites + +- No changes + +gst-examples + +- No changes + +Development build environment + +- No changes + +Cerbero build tool and packaging changes in 1.22.9 + +- No changes + +Contributors to 1.22.9 + +Alexander Slobodeniuk, Chao Guo, Damian Hobson-Garcia, Dan Searles, +Guillaume Desmottes, Jan Schmidt, Marek Vasut, Mengkejiergeli Ba, +Michael Tretter, Philippe Normand, Robert Mader, Sanchayan Maity, +Sebastian Dröge, Seungha Yang, Tim-Philipp Müller, Víctor Manuel Jáquez +Leal, Xavier Claessens, + +… and many others who have contributed bug reports, translations, sent +suggestions or helped testing. Thank you all! + +List of merge requests and issues fixed in 1.22.9 + +- List of Merge Requests applied in 1.22.9 +- List of Issues fixed in 1.22.9 + Schedule for 1.24 Our next major feature release will be 1.24, and 1.23 will be the @@ -2743,7 +2868,7 @@ unstable development version leading up to the stable 1.24 release. The development of 1.23/1.24 will happen in the git main branch of the GStreamer mono repository. -The plan for the 1.24 development cycle is yet to be confirmed. +The target for an initial 1.24 release is February 2024. 1.24 will be backwards-compatible to the stable 1.22, 1.20, 1.18, 1.16, 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series. diff --git a/subprojects/gst-omx/RELEASE b/subprojects/gst-omx/RELEASE index 6ce0b32833..7f9225d554 100644 --- a/subprojects/gst-omx/RELEASE +++ b/subprojects/gst-omx/RELEASE @@ -1,4 +1,4 @@ -This is GStreamer gst-omx 1.22.8. +This is GStreamer gst-omx 1.22.9. The GStreamer team is thrilled to announce a new major feature release of your favourite cross-platform multimedia framework! diff --git a/subprojects/gst-omx/gst-omx.doap b/subprojects/gst-omx/gst-omx.doap index 40249d7587..d68559fb3c 100644 --- a/subprojects/gst-omx/gst-omx.doap +++ b/subprojects/gst-omx/gst-omx.doap @@ -31,6 +31,16 @@ a basic collection of elements + + + 1.22.9 + 1.22 + + 2024-01-24 + + + + 1.22.8 diff --git a/subprojects/gst-omx/meson.build b/subprojects/gst-omx/meson.build index 8b46cbeb53..272d4f62de 100644 --- a/subprojects/gst-omx/meson.build +++ b/subprojects/gst-omx/meson.build @@ -1,5 +1,5 @@ project('gst-omx', 'c', - version : '1.22.8.1', + version : '1.22.9', meson_version : '>= 0.62', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-plugins-bad/NEWS b/subprojects/gst-plugins-bad/NEWS index d561a390c3..7b31da80d3 100644 --- a/subprojects/gst-plugins-bad/NEWS +++ b/subprojects/gst-plugins-bad/NEWS @@ -2736,6 +2736,131 @@ List of merge requests and issues fixed in 1.22.8 - List of Merge Requests applied in 1.22.8 - List of Issues fixed in 1.22.8 +1.22.9 + +The ninth 1.22 bug-fix release (1.22.9) was released on 24 January 2024. + +This release only contains bugfixes and security fixes and it should be +safe to update from 1.22.x. + +Highlighted bugfixes in 1.22.9 + +- More Security fixes for the AV1 video codec parser +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- v4l2src: Consider framerate during caps selection +- v4l2codec: decoder fixes +- rtspsrc: multicast fixes +- camerabin viewfinder fixes +- various bug fixes, build fixes, memory leak fixes, and other + stability and reliability improvements + +gstreamer + +- aggregator: fix use-after-free in queries processing +- multiqueue: Ignore queue fullness for most events + +gst-plugins-base + +- audiobasesink: Don’t wait on gap events +- audioconvert: change gst_audio_convert_get_unit_size() log levels +- glcolorconvert: Correct transform_caps direction +- gloverlay: Apply updated overlay coordinates correctly +- videorate: keep pool if max_buffers is unlimited + +gst-plugins-good + +- rtpsession: Only warn once if configured latency needs to be known + but isn’t yet +- rtphdrext-clientaudiolevel: Fix level value being written by the + extension +- rtspsrc: set multicast-iface on udpsinks and fix RTCP sink TTL +- v4l2object: clear old fds when initializing poll during opening v4l2 + device +- v4l2src: Consider framerate during caps selection +- vpxdec: Use appropriate domain and code for decoding errors + +gst-plugins-bad + +- av1parser: Fix potential stack overflow during tile list parsing +- camerabin: Correctly relink viewfinderbin_queue +- GstPlay: Fix error details parsing +- h264decoder: Handle malformed avc/avc3 packets +- h264decoder: h265decoder: Align with wraparound fix +- vp8decoder: vp9decoder: av1decoder: mpeg2decoder: Fix multiplication + wraparound +- vah264enc/vah264dec issues after recent upgrade to 1.22.8 from + 1.22.7 +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- vp9parse: Fix critical warning during caps negotiation + +gst-plugins-ugly + +- No changes + +gst-plugins-rs + +- No changes + +gst-libav + +- No changes + +gst-rtsp-server + +- No changes + +gstreamer-vaapi + +- No changes + +gstreamer-sharp + +- No changes + +gst-omx + +- No changes + +gst-python + +- No changes + +gst-editing-services + +- No changes + +gst-validate + gst-integration-testsuites + +- No changes + +gst-examples + +- No changes + +Development build environment + +- No changes + +Cerbero build tool and packaging changes in 1.22.9 + +- No changes + +Contributors to 1.22.9 + +Alexander Slobodeniuk, Chao Guo, Damian Hobson-Garcia, Dan Searles, +Guillaume Desmottes, Jan Schmidt, Marek Vasut, Mengkejiergeli Ba, +Michael Tretter, Philippe Normand, Robert Mader, Sanchayan Maity, +Sebastian Dröge, Seungha Yang, Tim-Philipp Müller, Víctor Manuel Jáquez +Leal, Xavier Claessens, + +… and many others who have contributed bug reports, translations, sent +suggestions or helped testing. Thank you all! + +List of merge requests and issues fixed in 1.22.9 + +- List of Merge Requests applied in 1.22.9 +- List of Issues fixed in 1.22.9 + Schedule for 1.24 Our next major feature release will be 1.24, and 1.23 will be the @@ -2743,7 +2868,7 @@ unstable development version leading up to the stable 1.24 release. The development of 1.23/1.24 will happen in the git main branch of the GStreamer mono repository. -The plan for the 1.24 development cycle is yet to be confirmed. +The target for an initial 1.24 release is February 2024. 1.24 will be backwards-compatible to the stable 1.22, 1.20, 1.18, 1.16, 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series. diff --git a/subprojects/gst-plugins-bad/RELEASE b/subprojects/gst-plugins-bad/RELEASE index e1852a1a83..e791c855a6 100644 --- a/subprojects/gst-plugins-bad/RELEASE +++ b/subprojects/gst-plugins-bad/RELEASE @@ -1,4 +1,4 @@ -This is GStreamer gst-plugins-bad 1.22.8. +This is GStreamer gst-plugins-bad 1.22.9. The GStreamer team is thrilled to announce a new major feature release of your favourite cross-platform multimedia framework! diff --git a/subprojects/gst-plugins-bad/gst-plugins-bad.doap b/subprojects/gst-plugins-bad/gst-plugins-bad.doap index 0f3ae2ddd9..110b2564e5 100644 --- a/subprojects/gst-plugins-bad/gst-plugins-bad.doap +++ b/subprojects/gst-plugins-bad/gst-plugins-bad.doap @@ -33,6 +33,16 @@ real live maintainer, or some actual wide use. + + + 1.22.9 + 1.22 + + 2024-01-24 + + + + 1.22.8 diff --git a/subprojects/gst-plugins-bad/meson.build b/subprojects/gst-plugins-bad/meson.build index a3d71e2d2c..ce7638d0fd 100644 --- a/subprojects/gst-plugins-bad/meson.build +++ b/subprojects/gst-plugins-bad/meson.build @@ -1,5 +1,5 @@ project('gst-plugins-bad', 'c', 'cpp', - version : '1.22.8.1', + version : '1.22.9', meson_version : '>= 0.62', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-plugins-base/NEWS b/subprojects/gst-plugins-base/NEWS index d561a390c3..7b31da80d3 100644 --- a/subprojects/gst-plugins-base/NEWS +++ b/subprojects/gst-plugins-base/NEWS @@ -2736,6 +2736,131 @@ List of merge requests and issues fixed in 1.22.8 - List of Merge Requests applied in 1.22.8 - List of Issues fixed in 1.22.8 +1.22.9 + +The ninth 1.22 bug-fix release (1.22.9) was released on 24 January 2024. + +This release only contains bugfixes and security fixes and it should be +safe to update from 1.22.x. + +Highlighted bugfixes in 1.22.9 + +- More Security fixes for the AV1 video codec parser +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- v4l2src: Consider framerate during caps selection +- v4l2codec: decoder fixes +- rtspsrc: multicast fixes +- camerabin viewfinder fixes +- various bug fixes, build fixes, memory leak fixes, and other + stability and reliability improvements + +gstreamer + +- aggregator: fix use-after-free in queries processing +- multiqueue: Ignore queue fullness for most events + +gst-plugins-base + +- audiobasesink: Don’t wait on gap events +- audioconvert: change gst_audio_convert_get_unit_size() log levels +- glcolorconvert: Correct transform_caps direction +- gloverlay: Apply updated overlay coordinates correctly +- videorate: keep pool if max_buffers is unlimited + +gst-plugins-good + +- rtpsession: Only warn once if configured latency needs to be known + but isn’t yet +- rtphdrext-clientaudiolevel: Fix level value being written by the + extension +- rtspsrc: set multicast-iface on udpsinks and fix RTCP sink TTL +- v4l2object: clear old fds when initializing poll during opening v4l2 + device +- v4l2src: Consider framerate during caps selection +- vpxdec: Use appropriate domain and code for decoding errors + +gst-plugins-bad + +- av1parser: Fix potential stack overflow during tile list parsing +- camerabin: Correctly relink viewfinderbin_queue +- GstPlay: Fix error details parsing +- h264decoder: Handle malformed avc/avc3 packets +- h264decoder: h265decoder: Align with wraparound fix +- vp8decoder: vp9decoder: av1decoder: mpeg2decoder: Fix multiplication + wraparound +- vah264enc/vah264dec issues after recent upgrade to 1.22.8 from + 1.22.7 +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- vp9parse: Fix critical warning during caps negotiation + +gst-plugins-ugly + +- No changes + +gst-plugins-rs + +- No changes + +gst-libav + +- No changes + +gst-rtsp-server + +- No changes + +gstreamer-vaapi + +- No changes + +gstreamer-sharp + +- No changes + +gst-omx + +- No changes + +gst-python + +- No changes + +gst-editing-services + +- No changes + +gst-validate + gst-integration-testsuites + +- No changes + +gst-examples + +- No changes + +Development build environment + +- No changes + +Cerbero build tool and packaging changes in 1.22.9 + +- No changes + +Contributors to 1.22.9 + +Alexander Slobodeniuk, Chao Guo, Damian Hobson-Garcia, Dan Searles, +Guillaume Desmottes, Jan Schmidt, Marek Vasut, Mengkejiergeli Ba, +Michael Tretter, Philippe Normand, Robert Mader, Sanchayan Maity, +Sebastian Dröge, Seungha Yang, Tim-Philipp Müller, Víctor Manuel Jáquez +Leal, Xavier Claessens, + +… and many others who have contributed bug reports, translations, sent +suggestions or helped testing. Thank you all! + +List of merge requests and issues fixed in 1.22.9 + +- List of Merge Requests applied in 1.22.9 +- List of Issues fixed in 1.22.9 + Schedule for 1.24 Our next major feature release will be 1.24, and 1.23 will be the @@ -2743,7 +2868,7 @@ unstable development version leading up to the stable 1.24 release. The development of 1.23/1.24 will happen in the git main branch of the GStreamer mono repository. -The plan for the 1.24 development cycle is yet to be confirmed. +The target for an initial 1.24 release is February 2024. 1.24 will be backwards-compatible to the stable 1.22, 1.20, 1.18, 1.16, 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series. diff --git a/subprojects/gst-plugins-base/RELEASE b/subprojects/gst-plugins-base/RELEASE index ed96554826..5f62c44478 100644 --- a/subprojects/gst-plugins-base/RELEASE +++ b/subprojects/gst-plugins-base/RELEASE @@ -1,4 +1,4 @@ -This is GStreamer gst-plugins-base 1.22.8. +This is GStreamer gst-plugins-base 1.22.9. The GStreamer team is thrilled to announce a new major feature release of your favourite cross-platform multimedia framework! diff --git a/subprojects/gst-plugins-base/gst-plugins-base.doap b/subprojects/gst-plugins-base/gst-plugins-base.doap index 8e9e9607aa..ccd83a8b6d 100644 --- a/subprojects/gst-plugins-base/gst-plugins-base.doap +++ b/subprojects/gst-plugins-base/gst-plugins-base.doap @@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included. + + + 1.22.9 + 1.22 + + 2024-01-24 + + + + 1.22.8 diff --git a/subprojects/gst-plugins-base/meson.build b/subprojects/gst-plugins-base/meson.build index febb5a05ac..150d6d6068 100644 --- a/subprojects/gst-plugins-base/meson.build +++ b/subprojects/gst-plugins-base/meson.build @@ -1,5 +1,5 @@ project('gst-plugins-base', 'c', - version : '1.22.8.1', + version : '1.22.9', meson_version : '>= 0.62', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-plugins-good/NEWS b/subprojects/gst-plugins-good/NEWS index d561a390c3..7b31da80d3 100644 --- a/subprojects/gst-plugins-good/NEWS +++ b/subprojects/gst-plugins-good/NEWS @@ -2736,6 +2736,131 @@ List of merge requests and issues fixed in 1.22.8 - List of Merge Requests applied in 1.22.8 - List of Issues fixed in 1.22.8 +1.22.9 + +The ninth 1.22 bug-fix release (1.22.9) was released on 24 January 2024. + +This release only contains bugfixes and security fixes and it should be +safe to update from 1.22.x. + +Highlighted bugfixes in 1.22.9 + +- More Security fixes for the AV1 video codec parser +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- v4l2src: Consider framerate during caps selection +- v4l2codec: decoder fixes +- rtspsrc: multicast fixes +- camerabin viewfinder fixes +- various bug fixes, build fixes, memory leak fixes, and other + stability and reliability improvements + +gstreamer + +- aggregator: fix use-after-free in queries processing +- multiqueue: Ignore queue fullness for most events + +gst-plugins-base + +- audiobasesink: Don’t wait on gap events +- audioconvert: change gst_audio_convert_get_unit_size() log levels +- glcolorconvert: Correct transform_caps direction +- gloverlay: Apply updated overlay coordinates correctly +- videorate: keep pool if max_buffers is unlimited + +gst-plugins-good + +- rtpsession: Only warn once if configured latency needs to be known + but isn’t yet +- rtphdrext-clientaudiolevel: Fix level value being written by the + extension +- rtspsrc: set multicast-iface on udpsinks and fix RTCP sink TTL +- v4l2object: clear old fds when initializing poll during opening v4l2 + device +- v4l2src: Consider framerate during caps selection +- vpxdec: Use appropriate domain and code for decoding errors + +gst-plugins-bad + +- av1parser: Fix potential stack overflow during tile list parsing +- camerabin: Correctly relink viewfinderbin_queue +- GstPlay: Fix error details parsing +- h264decoder: Handle malformed avc/avc3 packets +- h264decoder: h265decoder: Align with wraparound fix +- vp8decoder: vp9decoder: av1decoder: mpeg2decoder: Fix multiplication + wraparound +- vah264enc/vah264dec issues after recent upgrade to 1.22.8 from + 1.22.7 +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- vp9parse: Fix critical warning during caps negotiation + +gst-plugins-ugly + +- No changes + +gst-plugins-rs + +- No changes + +gst-libav + +- No changes + +gst-rtsp-server + +- No changes + +gstreamer-vaapi + +- No changes + +gstreamer-sharp + +- No changes + +gst-omx + +- No changes + +gst-python + +- No changes + +gst-editing-services + +- No changes + +gst-validate + gst-integration-testsuites + +- No changes + +gst-examples + +- No changes + +Development build environment + +- No changes + +Cerbero build tool and packaging changes in 1.22.9 + +- No changes + +Contributors to 1.22.9 + +Alexander Slobodeniuk, Chao Guo, Damian Hobson-Garcia, Dan Searles, +Guillaume Desmottes, Jan Schmidt, Marek Vasut, Mengkejiergeli Ba, +Michael Tretter, Philippe Normand, Robert Mader, Sanchayan Maity, +Sebastian Dröge, Seungha Yang, Tim-Philipp Müller, Víctor Manuel Jáquez +Leal, Xavier Claessens, + +… and many others who have contributed bug reports, translations, sent +suggestions or helped testing. Thank you all! + +List of merge requests and issues fixed in 1.22.9 + +- List of Merge Requests applied in 1.22.9 +- List of Issues fixed in 1.22.9 + Schedule for 1.24 Our next major feature release will be 1.24, and 1.23 will be the @@ -2743,7 +2868,7 @@ unstable development version leading up to the stable 1.24 release. The development of 1.23/1.24 will happen in the git main branch of the GStreamer mono repository. -The plan for the 1.24 development cycle is yet to be confirmed. +The target for an initial 1.24 release is February 2024. 1.24 will be backwards-compatible to the stable 1.22, 1.20, 1.18, 1.16, 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series. diff --git a/subprojects/gst-plugins-good/RELEASE b/subprojects/gst-plugins-good/RELEASE index b4947707b4..9bf5815aad 100644 --- a/subprojects/gst-plugins-good/RELEASE +++ b/subprojects/gst-plugins-good/RELEASE @@ -1,4 +1,4 @@ -This is GStreamer gst-plugins-good 1.22.8. +This is GStreamer gst-plugins-good 1.22.9. The GStreamer team is thrilled to announce a new major feature release of your favourite cross-platform multimedia framework! diff --git a/subprojects/gst-plugins-good/docs/gst_plugins_cache.json b/subprojects/gst-plugins-good/docs/gst_plugins_cache.json index 778a31ba29..def860e073 100644 --- a/subprojects/gst-plugins-good/docs/gst_plugins_cache.json +++ b/subprojects/gst-plugins-good/docs/gst_plugins_cache.json @@ -7027,7 +7027,7 @@ "construct": false, "construct-only": false, "controllable": false, - "default": "GStreamer 1.22.8.1 FLV muxer", + "default": "GStreamer 1.22.9 FLV muxer", "mutable": "null", "readable": true, "type": "gchararray", @@ -7039,7 +7039,7 @@ "construct": false, "construct-only": false, "controllable": false, - "default": "GStreamer 1.22.8.1 FLV muxer", + "default": "GStreamer 1.22.9 FLV muxer", "mutable": "null", "readable": true, "type": "gchararray", @@ -21257,7 +21257,7 @@ "construct": false, "construct-only": false, "controllable": false, - "default": "GStreamer/1.22.8.1", + "default": "GStreamer/1.22.9", "mutable": "null", "readable": true, "type": "gchararray", @@ -21816,7 +21816,7 @@ "construct": false, "construct-only": false, "controllable": false, - "default": "GStreamer 1.22.8.1", + "default": "GStreamer 1.22.9", "mutable": "null", "readable": true, "type": "gchararray", @@ -23253,7 +23253,7 @@ "construct": false, "construct-only": false, "controllable": false, - "default": "GStreamer souphttpsrc 1.22.8.1 ", + "default": "GStreamer souphttpsrc 1.22.9 ", "mutable": "null", "readable": true, "type": "gchararray", diff --git a/subprojects/gst-plugins-good/gst-plugins-good.doap b/subprojects/gst-plugins-good/gst-plugins-good.doap index 1fe7818469..71dc4d8c42 100644 --- a/subprojects/gst-plugins-good/gst-plugins-good.doap +++ b/subprojects/gst-plugins-good/gst-plugins-good.doap @@ -32,6 +32,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library). + + + 1.22.9 + 1.22 + + 2024-01-24 + + + + 1.22.8 diff --git a/subprojects/gst-plugins-good/meson.build b/subprojects/gst-plugins-good/meson.build index 04e012999e..116f8ba6bf 100644 --- a/subprojects/gst-plugins-good/meson.build +++ b/subprojects/gst-plugins-good/meson.build @@ -1,5 +1,5 @@ project('gst-plugins-good', 'c', - version : '1.22.8.1', + version : '1.22.9', meson_version : '>= 0.62', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-plugins-rs.wrap b/subprojects/gst-plugins-rs.wrap index f4d0b23f8d..8dfd2ba41c 100644 --- a/subprojects/gst-plugins-rs.wrap +++ b/subprojects/gst-plugins-rs.wrap @@ -2,4 +2,4 @@ directory=gst-plugins-rs url=https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git push-url=git@gitlab.freedesktop.org:gstreamer/gst-plugins-rs.git -revision=0.9 +revision=gstreamer-1.22.9 diff --git a/subprojects/gst-plugins-ugly/NEWS b/subprojects/gst-plugins-ugly/NEWS index d561a390c3..7b31da80d3 100644 --- a/subprojects/gst-plugins-ugly/NEWS +++ b/subprojects/gst-plugins-ugly/NEWS @@ -2736,6 +2736,131 @@ List of merge requests and issues fixed in 1.22.8 - List of Merge Requests applied in 1.22.8 - List of Issues fixed in 1.22.8 +1.22.9 + +The ninth 1.22 bug-fix release (1.22.9) was released on 24 January 2024. + +This release only contains bugfixes and security fixes and it should be +safe to update from 1.22.x. + +Highlighted bugfixes in 1.22.9 + +- More Security fixes for the AV1 video codec parser +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- v4l2src: Consider framerate during caps selection +- v4l2codec: decoder fixes +- rtspsrc: multicast fixes +- camerabin viewfinder fixes +- various bug fixes, build fixes, memory leak fixes, and other + stability and reliability improvements + +gstreamer + +- aggregator: fix use-after-free in queries processing +- multiqueue: Ignore queue fullness for most events + +gst-plugins-base + +- audiobasesink: Don’t wait on gap events +- audioconvert: change gst_audio_convert_get_unit_size() log levels +- glcolorconvert: Correct transform_caps direction +- gloverlay: Apply updated overlay coordinates correctly +- videorate: keep pool if max_buffers is unlimited + +gst-plugins-good + +- rtpsession: Only warn once if configured latency needs to be known + but isn’t yet +- rtphdrext-clientaudiolevel: Fix level value being written by the + extension +- rtspsrc: set multicast-iface on udpsinks and fix RTCP sink TTL +- v4l2object: clear old fds when initializing poll during opening v4l2 + device +- v4l2src: Consider framerate during caps selection +- vpxdec: Use appropriate domain and code for decoding errors + +gst-plugins-bad + +- av1parser: Fix potential stack overflow during tile list parsing +- camerabin: Correctly relink viewfinderbin_queue +- GstPlay: Fix error details parsing +- h264decoder: Handle malformed avc/avc3 packets +- h264decoder: h265decoder: Align with wraparound fix +- vp8decoder: vp9decoder: av1decoder: mpeg2decoder: Fix multiplication + wraparound +- vah264enc/vah264dec issues after recent upgrade to 1.22.8 from + 1.22.7 +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- vp9parse: Fix critical warning during caps negotiation + +gst-plugins-ugly + +- No changes + +gst-plugins-rs + +- No changes + +gst-libav + +- No changes + +gst-rtsp-server + +- No changes + +gstreamer-vaapi + +- No changes + +gstreamer-sharp + +- No changes + +gst-omx + +- No changes + +gst-python + +- No changes + +gst-editing-services + +- No changes + +gst-validate + gst-integration-testsuites + +- No changes + +gst-examples + +- No changes + +Development build environment + +- No changes + +Cerbero build tool and packaging changes in 1.22.9 + +- No changes + +Contributors to 1.22.9 + +Alexander Slobodeniuk, Chao Guo, Damian Hobson-Garcia, Dan Searles, +Guillaume Desmottes, Jan Schmidt, Marek Vasut, Mengkejiergeli Ba, +Michael Tretter, Philippe Normand, Robert Mader, Sanchayan Maity, +Sebastian Dröge, Seungha Yang, Tim-Philipp Müller, Víctor Manuel Jáquez +Leal, Xavier Claessens, + +… and many others who have contributed bug reports, translations, sent +suggestions or helped testing. Thank you all! + +List of merge requests and issues fixed in 1.22.9 + +- List of Merge Requests applied in 1.22.9 +- List of Issues fixed in 1.22.9 + Schedule for 1.24 Our next major feature release will be 1.24, and 1.23 will be the @@ -2743,7 +2868,7 @@ unstable development version leading up to the stable 1.24 release. The development of 1.23/1.24 will happen in the git main branch of the GStreamer mono repository. -The plan for the 1.24 development cycle is yet to be confirmed. +The target for an initial 1.24 release is February 2024. 1.24 will be backwards-compatible to the stable 1.22, 1.20, 1.18, 1.16, 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series. diff --git a/subprojects/gst-plugins-ugly/RELEASE b/subprojects/gst-plugins-ugly/RELEASE index a91ed0eed1..e10a7876ef 100644 --- a/subprojects/gst-plugins-ugly/RELEASE +++ b/subprojects/gst-plugins-ugly/RELEASE @@ -1,4 +1,4 @@ -This is GStreamer gst-plugins-ugly 1.22.8. +This is GStreamer gst-plugins-ugly 1.22.9. The GStreamer team is thrilled to announce a new major feature release of your favourite cross-platform multimedia framework! diff --git a/subprojects/gst-plugins-ugly/gst-plugins-ugly.doap b/subprojects/gst-plugins-ugly/gst-plugins-ugly.doap index 7cfa0aa2bd..ad74d5bd34 100644 --- a/subprojects/gst-plugins-ugly/gst-plugins-ugly.doap +++ b/subprojects/gst-plugins-ugly/gst-plugins-ugly.doap @@ -33,6 +33,16 @@ might be widely known to present patent problems. + + + 1.22.9 + 1.22 + + 2024-01-24 + + + + 1.22.8 diff --git a/subprojects/gst-plugins-ugly/meson.build b/subprojects/gst-plugins-ugly/meson.build index ceadf5c473..8bae4e5fa5 100644 --- a/subprojects/gst-plugins-ugly/meson.build +++ b/subprojects/gst-plugins-ugly/meson.build @@ -1,5 +1,5 @@ project('gst-plugins-ugly', 'c', - version : '1.22.8.1', + version : '1.22.9', meson_version : '>= 0.62', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gst-python/NEWS b/subprojects/gst-python/NEWS index d561a390c3..7b31da80d3 100644 --- a/subprojects/gst-python/NEWS +++ b/subprojects/gst-python/NEWS @@ -2736,6 +2736,131 @@ List of merge requests and issues fixed in 1.22.8 - List of Merge Requests applied in 1.22.8 - List of Issues fixed in 1.22.8 +1.22.9 + +The ninth 1.22 bug-fix release (1.22.9) was released on 24 January 2024. + +This release only contains bugfixes and security fixes and it should be +safe to update from 1.22.x. + +Highlighted bugfixes in 1.22.9 + +- More Security fixes for the AV1 video codec parser +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- v4l2src: Consider framerate during caps selection +- v4l2codec: decoder fixes +- rtspsrc: multicast fixes +- camerabin viewfinder fixes +- various bug fixes, build fixes, memory leak fixes, and other + stability and reliability improvements + +gstreamer + +- aggregator: fix use-after-free in queries processing +- multiqueue: Ignore queue fullness for most events + +gst-plugins-base + +- audiobasesink: Don’t wait on gap events +- audioconvert: change gst_audio_convert_get_unit_size() log levels +- glcolorconvert: Correct transform_caps direction +- gloverlay: Apply updated overlay coordinates correctly +- videorate: keep pool if max_buffers is unlimited + +gst-plugins-good + +- rtpsession: Only warn once if configured latency needs to be known + but isn’t yet +- rtphdrext-clientaudiolevel: Fix level value being written by the + extension +- rtspsrc: set multicast-iface on udpsinks and fix RTCP sink TTL +- v4l2object: clear old fds when initializing poll during opening v4l2 + device +- v4l2src: Consider framerate during caps selection +- vpxdec: Use appropriate domain and code for decoding errors + +gst-plugins-bad + +- av1parser: Fix potential stack overflow during tile list parsing +- camerabin: Correctly relink viewfinderbin_queue +- GstPlay: Fix error details parsing +- h264decoder: Handle malformed avc/avc3 packets +- h264decoder: h265decoder: Align with wraparound fix +- vp8decoder: vp9decoder: av1decoder: mpeg2decoder: Fix multiplication + wraparound +- vah264enc/vah264dec issues after recent upgrade to 1.22.8 from + 1.22.7 +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- vp9parse: Fix critical warning during caps negotiation + +gst-plugins-ugly + +- No changes + +gst-plugins-rs + +- No changes + +gst-libav + +- No changes + +gst-rtsp-server + +- No changes + +gstreamer-vaapi + +- No changes + +gstreamer-sharp + +- No changes + +gst-omx + +- No changes + +gst-python + +- No changes + +gst-editing-services + +- No changes + +gst-validate + gst-integration-testsuites + +- No changes + +gst-examples + +- No changes + +Development build environment + +- No changes + +Cerbero build tool and packaging changes in 1.22.9 + +- No changes + +Contributors to 1.22.9 + +Alexander Slobodeniuk, Chao Guo, Damian Hobson-Garcia, Dan Searles, +Guillaume Desmottes, Jan Schmidt, Marek Vasut, Mengkejiergeli Ba, +Michael Tretter, Philippe Normand, Robert Mader, Sanchayan Maity, +Sebastian Dröge, Seungha Yang, Tim-Philipp Müller, Víctor Manuel Jáquez +Leal, Xavier Claessens, + +… and many others who have contributed bug reports, translations, sent +suggestions or helped testing. Thank you all! + +List of merge requests and issues fixed in 1.22.9 + +- List of Merge Requests applied in 1.22.9 +- List of Issues fixed in 1.22.9 + Schedule for 1.24 Our next major feature release will be 1.24, and 1.23 will be the @@ -2743,7 +2868,7 @@ unstable development version leading up to the stable 1.24 release. The development of 1.23/1.24 will happen in the git main branch of the GStreamer mono repository. -The plan for the 1.24 development cycle is yet to be confirmed. +The target for an initial 1.24 release is February 2024. 1.24 will be backwards-compatible to the stable 1.22, 1.20, 1.18, 1.16, 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series. diff --git a/subprojects/gst-python/RELEASE b/subprojects/gst-python/RELEASE index 715a1ed48f..e42829c19a 100644 --- a/subprojects/gst-python/RELEASE +++ b/subprojects/gst-python/RELEASE @@ -1,4 +1,4 @@ -This is GStreamer gst-python 1.22.8. +This is GStreamer gst-python 1.22.9. The GStreamer team is thrilled to announce a new major feature release of your favourite cross-platform multimedia framework! diff --git a/subprojects/gst-python/gst-python.doap b/subprojects/gst-python/gst-python.doap index 300aaaf3a7..14b6c33821 100644 --- a/subprojects/gst-python/gst-python.doap +++ b/subprojects/gst-python/gst-python.doap @@ -30,6 +30,16 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli + + + 1.22.9 + 1.22 + + 2024-01-24 + + + + 1.22.8 diff --git a/subprojects/gst-python/meson.build b/subprojects/gst-python/meson.build index 75f764ec48..af898157ab 100644 --- a/subprojects/gst-python/meson.build +++ b/subprojects/gst-python/meson.build @@ -1,5 +1,5 @@ project('gst-python', 'c', - version : '1.22.8.1', + version : '1.22.9', meson_version : '>= 0.62', default_options : [ 'warning_level=1', 'c_std=gnu99', diff --git a/subprojects/gst-rtsp-server/NEWS b/subprojects/gst-rtsp-server/NEWS index d561a390c3..7b31da80d3 100644 --- a/subprojects/gst-rtsp-server/NEWS +++ b/subprojects/gst-rtsp-server/NEWS @@ -2736,6 +2736,131 @@ List of merge requests and issues fixed in 1.22.8 - List of Merge Requests applied in 1.22.8 - List of Issues fixed in 1.22.8 +1.22.9 + +The ninth 1.22 bug-fix release (1.22.9) was released on 24 January 2024. + +This release only contains bugfixes and security fixes and it should be +safe to update from 1.22.x. + +Highlighted bugfixes in 1.22.9 + +- More Security fixes for the AV1 video codec parser +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- v4l2src: Consider framerate during caps selection +- v4l2codec: decoder fixes +- rtspsrc: multicast fixes +- camerabin viewfinder fixes +- various bug fixes, build fixes, memory leak fixes, and other + stability and reliability improvements + +gstreamer + +- aggregator: fix use-after-free in queries processing +- multiqueue: Ignore queue fullness for most events + +gst-plugins-base + +- audiobasesink: Don’t wait on gap events +- audioconvert: change gst_audio_convert_get_unit_size() log levels +- glcolorconvert: Correct transform_caps direction +- gloverlay: Apply updated overlay coordinates correctly +- videorate: keep pool if max_buffers is unlimited + +gst-plugins-good + +- rtpsession: Only warn once if configured latency needs to be known + but isn’t yet +- rtphdrext-clientaudiolevel: Fix level value being written by the + extension +- rtspsrc: set multicast-iface on udpsinks and fix RTCP sink TTL +- v4l2object: clear old fds when initializing poll during opening v4l2 + device +- v4l2src: Consider framerate during caps selection +- vpxdec: Use appropriate domain and code for decoding errors + +gst-plugins-bad + +- av1parser: Fix potential stack overflow during tile list parsing +- camerabin: Correctly relink viewfinderbin_queue +- GstPlay: Fix error details parsing +- h264decoder: Handle malformed avc/avc3 packets +- h264decoder: h265decoder: Align with wraparound fix +- vp8decoder: vp9decoder: av1decoder: mpeg2decoder: Fix multiplication + wraparound +- vah264enc/vah264dec issues after recent upgrade to 1.22.8 from + 1.22.7 +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- vp9parse: Fix critical warning during caps negotiation + +gst-plugins-ugly + +- No changes + +gst-plugins-rs + +- No changes + +gst-libav + +- No changes + +gst-rtsp-server + +- No changes + +gstreamer-vaapi + +- No changes + +gstreamer-sharp + +- No changes + +gst-omx + +- No changes + +gst-python + +- No changes + +gst-editing-services + +- No changes + +gst-validate + gst-integration-testsuites + +- No changes + +gst-examples + +- No changes + +Development build environment + +- No changes + +Cerbero build tool and packaging changes in 1.22.9 + +- No changes + +Contributors to 1.22.9 + +Alexander Slobodeniuk, Chao Guo, Damian Hobson-Garcia, Dan Searles, +Guillaume Desmottes, Jan Schmidt, Marek Vasut, Mengkejiergeli Ba, +Michael Tretter, Philippe Normand, Robert Mader, Sanchayan Maity, +Sebastian Dröge, Seungha Yang, Tim-Philipp Müller, Víctor Manuel Jáquez +Leal, Xavier Claessens, + +… and many others who have contributed bug reports, translations, sent +suggestions or helped testing. Thank you all! + +List of merge requests and issues fixed in 1.22.9 + +- List of Merge Requests applied in 1.22.9 +- List of Issues fixed in 1.22.9 + Schedule for 1.24 Our next major feature release will be 1.24, and 1.23 will be the @@ -2743,7 +2868,7 @@ unstable development version leading up to the stable 1.24 release. The development of 1.23/1.24 will happen in the git main branch of the GStreamer mono repository. -The plan for the 1.24 development cycle is yet to be confirmed. +The target for an initial 1.24 release is February 2024. 1.24 will be backwards-compatible to the stable 1.22, 1.20, 1.18, 1.16, 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series. diff --git a/subprojects/gst-rtsp-server/RELEASE b/subprojects/gst-rtsp-server/RELEASE index e8a4243173..0a32d032fb 100644 --- a/subprojects/gst-rtsp-server/RELEASE +++ b/subprojects/gst-rtsp-server/RELEASE @@ -1,4 +1,4 @@ -This is GStreamer gst-rtsp-server 1.22.8. +This is GStreamer gst-rtsp-server 1.22.9. The GStreamer team is thrilled to announce a new major feature release of your favourite cross-platform multimedia framework! diff --git a/subprojects/gst-rtsp-server/docs/plugins/gst_plugins_cache.json b/subprojects/gst-rtsp-server/docs/plugins/gst_plugins_cache.json index 9b2a3a5b95..55fa1a5a83 100644 --- a/subprojects/gst-rtsp-server/docs/plugins/gst_plugins_cache.json +++ b/subprojects/gst-rtsp-server/docs/plugins/gst_plugins_cache.json @@ -333,7 +333,7 @@ "construct": false, "construct-only": false, "controllable": false, - "default": "GStreamer/1.22.8.1", + "default": "GStreamer/1.22.9", "mutable": "null", "readable": true, "type": "gchararray", diff --git a/subprojects/gst-rtsp-server/gst-rtsp-server.doap b/subprojects/gst-rtsp-server/gst-rtsp-server.doap index 45790a1ebb..23ebff5877 100644 --- a/subprojects/gst-rtsp-server/gst-rtsp-server.doap +++ b/subprojects/gst-rtsp-server/gst-rtsp-server.doap @@ -30,6 +30,16 @@ RTSP server library based on GStreamer + + + 1.22.9 + 1.22 + + 2024-01-24 + + + + 1.22.8 diff --git a/subprojects/gst-rtsp-server/meson.build b/subprojects/gst-rtsp-server/meson.build index c0afc4c626..547bcb2440 100644 --- a/subprojects/gst-rtsp-server/meson.build +++ b/subprojects/gst-rtsp-server/meson.build @@ -1,5 +1,5 @@ project('gst-rtsp-server', 'c', - version : '1.22.8.1', + version : '1.22.9', meson_version : '>= 0.62', default_options : ['warning_level=1', 'buildtype=debugoptimized']) diff --git a/subprojects/gstreamer-sharp/meson.build b/subprojects/gstreamer-sharp/meson.build index 92e47ae94e..bd7b53cd60 100644 --- a/subprojects/gstreamer-sharp/meson.build +++ b/subprojects/gstreamer-sharp/meson.build @@ -1,4 +1,4 @@ -project('gstreamer-sharp', ['cs', 'c'], version: '1.22.8.1', +project('gstreamer-sharp', ['cs', 'c'], version: '1.22.9', meson_version : '>= 0.62', license: 'LGPL') if host_machine.system() == 'osx' diff --git a/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs b/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs index 9bca4accdb..210f0dcb36 100644 --- a/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs +++ b/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs @@ -17,9 +17,9 @@ namespace Gst.PbUtils { public const string ENCODING_CATEGORY_ONLINE_SERVICE = @"online-service"; public const string ENCODING_CATEGORY_STORAGE_EDITING = @"storage-editing"; public const int PLUGINS_BASE_VERSION_MAJOR = 1; - public const int PLUGINS_BASE_VERSION_MICRO = 8; + public const int PLUGINS_BASE_VERSION_MICRO = 9; public const int PLUGINS_BASE_VERSION_MINOR = 22; - public const int PLUGINS_BASE_VERSION_NANO = 1; + public const int PLUGINS_BASE_VERSION_NANO = 0; #endregion } } diff --git a/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs b/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs index edb2a97bc8..d72ce0a513 100644 --- a/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs +++ b/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs @@ -170,9 +170,9 @@ namespace Gst { public const int VALUE_LESS_THAN = -1; public const int VALUE_UNORDERED = 2; public const int VERSION_MAJOR = 1; - public const int VERSION_MICRO = 8; + public const int VERSION_MICRO = 9; public const int VERSION_MINOR = 22; - public const int VERSION_NANO = 1; + public const int VERSION_NANO = 0; #endregion } } diff --git a/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml b/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml index 8bd39d087c..153253e823 100644 --- a/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml +++ b/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml @@ -12127,10 +12127,10 @@ - - - - + + + + @@ -21582,10 +21582,10 @@ - - - - + + + + diff --git a/subprojects/gstreamer-vaapi/NEWS b/subprojects/gstreamer-vaapi/NEWS index d561a390c3..7b31da80d3 100644 --- a/subprojects/gstreamer-vaapi/NEWS +++ b/subprojects/gstreamer-vaapi/NEWS @@ -2736,6 +2736,131 @@ List of merge requests and issues fixed in 1.22.8 - List of Merge Requests applied in 1.22.8 - List of Issues fixed in 1.22.8 +1.22.9 + +The ninth 1.22 bug-fix release (1.22.9) was released on 24 January 2024. + +This release only contains bugfixes and security fixes and it should be +safe to update from 1.22.x. + +Highlighted bugfixes in 1.22.9 + +- More Security fixes for the AV1 video codec parser +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- v4l2src: Consider framerate during caps selection +- v4l2codec: decoder fixes +- rtspsrc: multicast fixes +- camerabin viewfinder fixes +- various bug fixes, build fixes, memory leak fixes, and other + stability and reliability improvements + +gstreamer + +- aggregator: fix use-after-free in queries processing +- multiqueue: Ignore queue fullness for most events + +gst-plugins-base + +- audiobasesink: Don’t wait on gap events +- audioconvert: change gst_audio_convert_get_unit_size() log levels +- glcolorconvert: Correct transform_caps direction +- gloverlay: Apply updated overlay coordinates correctly +- videorate: keep pool if max_buffers is unlimited + +gst-plugins-good + +- rtpsession: Only warn once if configured latency needs to be known + but isn’t yet +- rtphdrext-clientaudiolevel: Fix level value being written by the + extension +- rtspsrc: set multicast-iface on udpsinks and fix RTCP sink TTL +- v4l2object: clear old fds when initializing poll during opening v4l2 + device +- v4l2src: Consider framerate during caps selection +- vpxdec: Use appropriate domain and code for decoding errors + +gst-plugins-bad + +- av1parser: Fix potential stack overflow during tile list parsing +- camerabin: Correctly relink viewfinderbin_queue +- GstPlay: Fix error details parsing +- h264decoder: Handle malformed avc/avc3 packets +- h264decoder: h265decoder: Align with wraparound fix +- vp8decoder: vp9decoder: av1decoder: mpeg2decoder: Fix multiplication + wraparound +- vah264enc/vah264dec issues after recent upgrade to 1.22.8 from + 1.22.7 +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- vp9parse: Fix critical warning during caps negotiation + +gst-plugins-ugly + +- No changes + +gst-plugins-rs + +- No changes + +gst-libav + +- No changes + +gst-rtsp-server + +- No changes + +gstreamer-vaapi + +- No changes + +gstreamer-sharp + +- No changes + +gst-omx + +- No changes + +gst-python + +- No changes + +gst-editing-services + +- No changes + +gst-validate + gst-integration-testsuites + +- No changes + +gst-examples + +- No changes + +Development build environment + +- No changes + +Cerbero build tool and packaging changes in 1.22.9 + +- No changes + +Contributors to 1.22.9 + +Alexander Slobodeniuk, Chao Guo, Damian Hobson-Garcia, Dan Searles, +Guillaume Desmottes, Jan Schmidt, Marek Vasut, Mengkejiergeli Ba, +Michael Tretter, Philippe Normand, Robert Mader, Sanchayan Maity, +Sebastian Dröge, Seungha Yang, Tim-Philipp Müller, Víctor Manuel Jáquez +Leal, Xavier Claessens, + +… and many others who have contributed bug reports, translations, sent +suggestions or helped testing. Thank you all! + +List of merge requests and issues fixed in 1.22.9 + +- List of Merge Requests applied in 1.22.9 +- List of Issues fixed in 1.22.9 + Schedule for 1.24 Our next major feature release will be 1.24, and 1.23 will be the @@ -2743,7 +2868,7 @@ unstable development version leading up to the stable 1.24 release. The development of 1.23/1.24 will happen in the git main branch of the GStreamer mono repository. -The plan for the 1.24 development cycle is yet to be confirmed. +The target for an initial 1.24 release is February 2024. 1.24 will be backwards-compatible to the stable 1.22, 1.20, 1.18, 1.16, 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series. diff --git a/subprojects/gstreamer-vaapi/RELEASE b/subprojects/gstreamer-vaapi/RELEASE index 57fee0ab99..4011c500bf 100644 --- a/subprojects/gstreamer-vaapi/RELEASE +++ b/subprojects/gstreamer-vaapi/RELEASE @@ -1,4 +1,4 @@ -This is GStreamer gstreamer-vaapi 1.22.8. +This is GStreamer gstreamer-vaapi 1.22.9. The GStreamer team is thrilled to announce a new major feature release of your favourite cross-platform multimedia framework! diff --git a/subprojects/gstreamer-vaapi/gstreamer-vaapi.doap b/subprojects/gstreamer-vaapi/gstreamer-vaapi.doap index 63205bf21e..942afd4be8 100644 --- a/subprojects/gstreamer-vaapi/gstreamer-vaapi.doap +++ b/subprojects/gstreamer-vaapi/gstreamer-vaapi.doap @@ -25,6 +25,16 @@ + + + 1.22.9 + 1.22 + + 2024-01-24 + + + + 1.22.8 diff --git a/subprojects/gstreamer-vaapi/meson.build b/subprojects/gstreamer-vaapi/meson.build index 186e27e7ea..366e997e8c 100644 --- a/subprojects/gstreamer-vaapi/meson.build +++ b/subprojects/gstreamer-vaapi/meson.build @@ -1,5 +1,5 @@ project('gstreamer-vaapi', 'c', - version : '1.22.8.1', + version : '1.22.9', meson_version : '>= 0.62', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff --git a/subprojects/gstreamer/NEWS b/subprojects/gstreamer/NEWS index d561a390c3..7b31da80d3 100644 --- a/subprojects/gstreamer/NEWS +++ b/subprojects/gstreamer/NEWS @@ -2736,6 +2736,131 @@ List of merge requests and issues fixed in 1.22.8 - List of Merge Requests applied in 1.22.8 - List of Issues fixed in 1.22.8 +1.22.9 + +The ninth 1.22 bug-fix release (1.22.9) was released on 24 January 2024. + +This release only contains bugfixes and security fixes and it should be +safe to update from 1.22.x. + +Highlighted bugfixes in 1.22.9 + +- More Security fixes for the AV1 video codec parser +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- v4l2src: Consider framerate during caps selection +- v4l2codec: decoder fixes +- rtspsrc: multicast fixes +- camerabin viewfinder fixes +- various bug fixes, build fixes, memory leak fixes, and other + stability and reliability improvements + +gstreamer + +- aggregator: fix use-after-free in queries processing +- multiqueue: Ignore queue fullness for most events + +gst-plugins-base + +- audiobasesink: Don’t wait on gap events +- audioconvert: change gst_audio_convert_get_unit_size() log levels +- glcolorconvert: Correct transform_caps direction +- gloverlay: Apply updated overlay coordinates correctly +- videorate: keep pool if max_buffers is unlimited + +gst-plugins-good + +- rtpsession: Only warn once if configured latency needs to be known + but isn’t yet +- rtphdrext-clientaudiolevel: Fix level value being written by the + extension +- rtspsrc: set multicast-iface on udpsinks and fix RTCP sink TTL +- v4l2object: clear old fds when initializing poll during opening v4l2 + device +- v4l2src: Consider framerate during caps selection +- vpxdec: Use appropriate domain and code for decoding errors + +gst-plugins-bad + +- av1parser: Fix potential stack overflow during tile list parsing +- camerabin: Correctly relink viewfinderbin_queue +- GstPlay: Fix error details parsing +- h264decoder: Handle malformed avc/avc3 packets +- h264decoder: h265decoder: Align with wraparound fix +- vp8decoder: vp9decoder: av1decoder: mpeg2decoder: Fix multiplication + wraparound +- vah264enc/vah264dec issues after recent upgrade to 1.22.8 from + 1.22.7 +- va: fixes for Mesa Gallium drivers in Mesa versions older than v23.2 +- vp9parse: Fix critical warning during caps negotiation + +gst-plugins-ugly + +- No changes + +gst-plugins-rs + +- No changes + +gst-libav + +- No changes + +gst-rtsp-server + +- No changes + +gstreamer-vaapi + +- No changes + +gstreamer-sharp + +- No changes + +gst-omx + +- No changes + +gst-python + +- No changes + +gst-editing-services + +- No changes + +gst-validate + gst-integration-testsuites + +- No changes + +gst-examples + +- No changes + +Development build environment + +- No changes + +Cerbero build tool and packaging changes in 1.22.9 + +- No changes + +Contributors to 1.22.9 + +Alexander Slobodeniuk, Chao Guo, Damian Hobson-Garcia, Dan Searles, +Guillaume Desmottes, Jan Schmidt, Marek Vasut, Mengkejiergeli Ba, +Michael Tretter, Philippe Normand, Robert Mader, Sanchayan Maity, +Sebastian Dröge, Seungha Yang, Tim-Philipp Müller, Víctor Manuel Jáquez +Leal, Xavier Claessens, + +… and many others who have contributed bug reports, translations, sent +suggestions or helped testing. Thank you all! + +List of merge requests and issues fixed in 1.22.9 + +- List of Merge Requests applied in 1.22.9 +- List of Issues fixed in 1.22.9 + Schedule for 1.24 Our next major feature release will be 1.24, and 1.23 will be the @@ -2743,7 +2868,7 @@ unstable development version leading up to the stable 1.24 release. The development of 1.23/1.24 will happen in the git main branch of the GStreamer mono repository. -The plan for the 1.24 development cycle is yet to be confirmed. +The target for an initial 1.24 release is February 2024. 1.24 will be backwards-compatible to the stable 1.22, 1.20, 1.18, 1.16, 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series. diff --git a/subprojects/gstreamer/RELEASE b/subprojects/gstreamer/RELEASE index dd4d443d8d..008dc8d06b 100644 --- a/subprojects/gstreamer/RELEASE +++ b/subprojects/gstreamer/RELEASE @@ -1,4 +1,4 @@ -This is GStreamer core 1.22.8. +This is GStreamer core 1.22.9. The GStreamer team is thrilled to announce a new major feature release of your favourite cross-platform multimedia framework! diff --git a/subprojects/gstreamer/gstreamer.doap b/subprojects/gstreamer/gstreamer.doap index 054b4377ba..e93641a7b8 100644 --- a/subprojects/gstreamer/gstreamer.doap +++ b/subprojects/gstreamer/gstreamer.doap @@ -38,6 +38,16 @@ hierarchy, and a set of media-agnostic core elements. + + + 1.22.9 + 1.22 + + 2024-01-24 + + + + 1.22.8 diff --git a/subprojects/gstreamer/meson.build b/subprojects/gstreamer/meson.build index 224dbc53f1..dd7de5c14f 100644 --- a/subprojects/gstreamer/meson.build +++ b/subprojects/gstreamer/meson.build @@ -1,5 +1,5 @@ project('gstreamer', 'c', - version : '1.22.8.1', + version : '1.22.9', meson_version : '>= 0.62', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ])