Overview

Request 6124 (accepted)

Bump

Submit package home:zait...sentials / gstreamer...y-codecs to package Essentials / gstreamer-plugins-ugly-codecs

gstreamer-plugins-ugly-codecs.changes Changed
x
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Mon Nov 18 08:49:08 UTC 2024 - Bjørn Lie <zaitor@opensuse.org>
4
+
5
+- Update to version 1.24.9
6
+
7
+-------------------------------------------------------------------
8
 Sat Sep 28 08:30:05 UTC 2024 - Bjørn Lie <zaitor@opensuse.org>
9
 
10
 - Update to version 1.24.8
11
gstreamer-plugins-ugly-codecs.spec Changed
10
 
1
@@ -7,7 +7,7 @@
2
 %define _version 1.24.0
3
 
4
 Name:           gstreamer-plugins-ugly-codecs
5
-Version:        1.24.8
6
+Version:        1.24.9
7
 Release:        0
8
 Summary:        Codecs/plugins for gstreamer-plugins-ugly
9
 License:        LGPL-2.1-or-later
10
gst-plugins-ugly-1.24.8.tar.xz/ChangeLog -> gst-plugins-ugly-1.24.9.tar.xz/ChangeLog Changed
21
 
1
@@ -1,3 +1,19 @@
2
+=== release 1.24.9 ===
3
+
4
+2024-10-30 20:33:30 +0000  Tim-Philipp Müller <tim@centricular.com>
5
+
6
+   * NEWS:
7
+   * RELEASE:
8
+   * gst-plugins-ugly.doap:
9
+   * meson.build:
10
+     Release 1.24.9
11
+
12
+2024-09-19 12:12:53 +0200  Tim-Philipp Müller <tim@centricular.com>
13
+
14
+   * meson.build:
15
+     Back to development after 1.24.8
16
+     Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7549>
17
+
18
 === release 1.24.8 ===
19
 
20
 2024-09-19 12:01:21 +0200  Tim-Philipp Müller <tim@centricular.com>
21
gst-plugins-ugly-1.24.8.tar.xz/NEWS -> gst-plugins-ugly-1.24.9.tar.xz/NEWS Changed
219
 
1
@@ -2,11 +2,11 @@
2
 
3
 GStreamer 1.24.0 was originally released on 4 March 2024.
4
 
5
-The latest bug-fix release in the stable 1.24 series is 1.24.8 and was released on 19 September 2024.
6
+The latest bug-fix release in the stable 1.24 series is 1.24.9 and was released on 30 October 2024.
7
 
8
 See https://gstreamer.freedesktop.org/releases/1.24/ for the latest version of this document.
9
 
10
-Last updated: Thursday 19 September 2024, 00:30 UTC (log)
11
+Last updated: Wednesday 30 October 2024, 20:00 UTC (log)
12
 
13
 ## Introduction
14
 
15
@@ -2450,8 +2450,6 @@
16
 -   decodebin3: Fix collection identity check
17
 -   encodebin: Fix pad removal
18
 -   glimagesink: Fix cannot resize viewport when video size changed in caps
19
--   v4l2bufferpool: actually queue back the empty buffer flagged LAST
20
--   v4l2videoenc: unref buffer pool after usage properly
21
 -   video: Don’t overshoot QoS earliest time by a factor of 2
22
 -   meson: gst-play: link to libm
23
 
24
@@ -2461,6 +2459,8 @@
25
 -   matroskamux: Include end padding in the block duration for Opus streams, fixing firefox compatibility
26
 -   osxaudio: Avoid dangling pointer on shutdown
27
 -   splitmuxsink: Override LATENCY query to pretend to downstream that we’re not live
28
+-   v4l2bufferpool: actually queue back the empty buffer flagged LAST
29
+-   v4l2videoenc: unref buffer pool after usage properly
30
 -   v4l2: encoder: Add dynamic framerate support
31
 
32
 gst-plugins-bad
33
@@ -2547,6 +2547,185 @@
34
 -   List of Merge Requests applied in 1.24.8
35
 -   List of Issues fixed in 1.24.8
36
 
37
+1.24.9
38
+
39
+The ninth 1.24 bug-fix release (1.24.9) was released on 30 October 2024.
40
+
41
+This release only contains bugfixes and a security fix and it should be safe to update from 1.24.x.
42
+
43
+Highlighted bugfixes in 1.24.9
44
+
45
+-   gst-rtsp-server security fix
46
+-   GstAggregator start time selection and latency query fixes for force-live mode
47
+-   audioconvert: fix dynamic handling of mix matrix, and accept custom upstream event for setting one
48
+-   encodebin: fix parser selection for encoders that support multiple codecs
49
+-   flvmux improvments for pipelines where timestamps don’t start at 0
50
+-   glcontext: egl: Unrestrict the support base DRM formats
51
+-   kms: Add IMX-DCSS auto-detection in sink and fix stride with planar formats in allocator
52
+-   macOS main application event loop fixes
53
+-   mpegtsdemux: Handle PTS/DTS wraparound with ignore-pcr=true
54
+-   playbin3, decodebin3, parsebin, urisourcebin: fix races, and improve stability and stream-collection handling
55
+-   rtpmanager: fix early RTCP SR generation for sparse streams like metadata
56
+-   qml6glsrc: Reduce capture delay
57
+-   qtdemux: fix parsing of rotation matrix with 180 degree rotation
58
+-   rtpav1depay: added wait-for-keyframe and request-keyframe properties
59
+-   srt: make work with newer libsrt versions and don’t re-connect on authentication failure
60
+-   v4l2 fixes and improvement
61
+-   webrtcsink, webrtcbin and whepsrc fixes
62
+-   cerbero: fix Python 3.13 compatibility, g-i with newer setuptools, bootstrap on Arch Linux; iOS build fixes
63
+-   Ship qroverlay plugin in binary packages - Various bug fixes, memory leak fixes, and other stability and reliability
64
+    improvements
65
+-   Various bug fixes, build fixes, memory leak fixes, and other stability and reliability improvements
66
+
67
+gstreamer
68
+
69
+-   aggregator: fix start time selection first with force-live
70
+-   aggregator: fix live query when force-live is TRUE
71
+-   parse-launch: Make sure children are bins before recursing in
72
+-   macos: Fix race conditions in cocoa/application main event loop
73
+-   multiqueue: Do not unref the query we get in pad->query
74
+
75
+gst-plugins-base
76
+
77
+-   audioconvert: fix dynamic handling of mix matrix, accept custom upstream event for setting one
78
+-   playback: Fix a variety of decodebin3/parsebin/urisourcebin races
79
+-   playbin3: prevent crashing trying to play a corrupted mp4 file (WARNING : HIGH PITCHED CORRUPTED SOUND)
80
+-   urisourcebin: Ensure all stream-start are handled
81
+-   urisourcebin: Allow more cases for posting stream-collection
82
+-   decodebin3: Make update/posting of collection messages atomic
83
+-   decodebin3: send selected stream message as long as not all the tracks can’t select decoders
84
+-   urisourcebin/parsebin: Improve collection creation and handling
85
+-   encodebasebin: Miscellaneous fixes
86
+-   allocators: drmdumb: Fix bpp value for P010
87
+-   gldownload: use gst_gl_sync_meta_wait_cpu()
88
+-   Revert “meson: Fix invalid include flag in uninstalled gl pc file”
89
+-   gl: Fix configure error when libdrm is a subproject
90
+-   glcontext: egl: Unrestrict the support base DRM formats
91
+-   exiftag: Check the result of gst_date_time_new_local_time(), fixes criticals with malformed EXIF tags
92
+
93
+gst-plugins-good
94
+
95
+-   flvmux: Use first running time on the initial header instead of 0
96
+-   rtpmanager: skip RTPSources which are not ready in the RTCP generation
97
+-   rtppassthroughpay: Fix reading clock-rate and payload type from caps
98
+-   qml6glsrc: Reduce capture delay
99
+-   qtdemux: fix parsing of matrix with 180 rotation
100
+-   qtdemux: Check fourcc of a second CEA608 atom instead of assuming it’s cdt2
101
+-   qtdemux: Skip zero-sized boxes instead of stopping to look at further boxes
102
+-   twcc: Handle wrapping of reference time
103
+-   v4l2object: append non colorimetry structure to probed caps
104
+-   v4l2: Various fixes and improvement
105
+
106
+gst-plugins-bad
107
+
108
+-   avfdeviceprovider: Fix leak from the GstCaps
109
+-   codecparsers: add debug categories to bitwriters
110
+-   codectimestamper: Fix gint wraparound in pts_compare_func
111
+-   dvxa: Explicitly use cpp_std=c++11
112
+-   GstPlay: message parsing and documentation improvements
113
+-   h26xbitwriter: false have_space if aligning fails on aud
114
+-   kmsallocator: fix stride with planar formats
115
+-   kmssink: Add IMX-DCSS auto-detection
116
+-   mpegtsdemux: Handle PTS/DTS wraparound with ignore-pcr=true
117
+-   rtmp2sink: Initialize base_ts / last_ts with the actual first observed timestamp
118
+-   scenechange: fix memory leak
119
+-   srtsink: Register SRT listen callback before binding socket
120
+-   srt: Don’t attempt to reconnect on authentication failures
121
+-   tests: va: fix vapostproc test for DMABuf
122
+-   tests: lc3: Allocate the same size for the buffer and the data
123
+-   va: Fix libdrm include, plus meson and wrap changes
124
+-   vaav1enc: Do not enable palette mode by default
125
+-   vp8decoder: Fix resolution change handling
126
+-   vtdec: add support for level 6 6.1 and 6.2
127
+-   wayland: Add NV15 support
128
+-   webrtcbin: Clean up bin elements when datachannel is removed
129
+
130
+gst-plugins-ugly
131
+
132
+-   No changes
133
+
134
+GStreamer Rust plugins
135
+
136
+-   Build: turn lto off for dev profile for faster dev builds
137
+-   fmp4 hls_live example: Don’t set header-update-mode=update, no need to update the header in live mode
138
+-   gtk4paintablesink: Don’t check for a GL context when filtering dmabuf caps
139
+-   livesync: Log latency query results when handling latency query too
140
+-   onvifmetadatapay: Set output caps earlier, so upstream can send gap events earlier
141
+-   rtpav1depay: Add wait-for-keyframe and request-keyframe properties
142
+-   spotify: tweak dependencies
143
+-   transcriberbin: fix panic during gst-inspect-1.0 -u
144
+-   webrtcsink: fix segment format mismatch with remote offer
145
+-   webrtcsink: fix assertions when finalizing
146
+-   webrtcsink: Fix typo in “turn-servers” property description
147
+-   whepsrc: Fix incorrect default caps
148
+
149
+gst-libav
150
+
151
+-   avviddec: Unlock video decoder stream lock temporarily while finishing frames
152
+
153
+gst-rtsp-server
154
+
155
+-   rtsp-server: Remove pointless assertions that can happen if client provides invalid rates (security fix)
156
+
157
+gstreamer-vaapi
158
+
159
+-   No changes
160
+
161
+gstreamer-sharp
162
+
163
+-   No changes
164
+
165
+gst-omx
166
+
167
+-   No changes
168
+
169
+gst-python
170
+
171
+-   No changes
172
+
173
+gst-editing-services
174
+
175
+-   ges: Fix name of GESFrameCompositionMeta API type (which caused gobject-introspection failures at build time)
176
+
177
+gst-devtools, gst-validate + gst-integration-testsuites
178
+
179
+-   validate: Ignore flaky dash playbin3 issue
180
+-   validate: Blacklist more netsim tests
181
+
182
+gst-examples
183
+
184
+-   No changes
185
+
186
+Development build environment
187
+
188
+-   No changes
189
+
190
+Cerbero build tool and packaging changes in 1.24.9
191
+
192
+-   Fix Python 3.13 compatibility
193
+-   gobject-introspection: Import patch to build against newer setuptools
194
+-   Switch from wget to curl on Fedora 40 and newer
195
+-   bootstrap: Add missing dependencies on Arch Linux
196
+-   harfbuzz: Add CXXFLAGS to fix broken build on iOS
197
+-   openssl.recipe: Stop using non-existent domain in primary tarball url
198
+-   gst-plugins-bad: ship qroverlay plugin
199
+
200
+Contributors to 1.24.9
201
+
202
+Andoni Morales Alastruey, Arun Raghavan, Benjamin Gaignard, Corentin Damman, Dave Lucia, Edward Hervey, Elliot Chen, eri,
203
+Francisco Javier Velázquez-García, Guillaume Desmottes, He Junyan, Hugues Fruchet, Jakub Adam, James Cowgill, Jan Alexander
204
+Steffens (heftig), Jan Schmidt, Johan Sternerup, Jordan Petridis, L. E. Segovia, Mathieu Duponchelle, Nick Steel, Nicolas
205
+Dufresne, Nirbheek Chauhan, Ognyan Tonchev, Olivier Crête, Peter Stensson, Philippe Normand, Piotr Brzeziński, Sanchayan Maity,
206
+Sebastian Dröge, Shengqi Yu, Stéphane Cerveau, Théo Maillart, Thibault Saunier, Tim-Philipp Müller, Víctor Manuel Jáquez Leal,
207
+Weijian Pan, Xavier Claessens,
208
+
209
+… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
210
+
211
+List of merge requests and issues fixed in 1.24.9
212
+
213
+-   List of Merge Requests applied in 1.24.9
214
+-   List of Issues fixed in 1.24.9
215
+
216
 Schedule for 1.26
217
 
218
 Our next major feature release will be 1.26, and 1.25 will be the unstable development version leading up to the stable 1.26
219
gst-plugins-ugly-1.24.8.tar.xz/RELEASE -> gst-plugins-ugly-1.24.9.tar.xz/RELEASE Changed
7
 
1
@@ -1,4 +1,4 @@
2
-This is GStreamer gst-plugins-ugly 1.24.8.
3
+This is GStreamer gst-plugins-ugly 1.24.9.
4
 
5
 The GStreamer team is thrilled to announce a new major feature release
6
 of your favourite cross-platform multimedia framework!
7
gst-plugins-ugly-1.24.8.tar.xz/gst-plugins-ugly.doap -> gst-plugins-ugly-1.24.9.tar.xz/gst-plugins-ugly.doap Changed
18
 
1
@@ -35,6 +35,16 @@
2
 
3
  <release>
4
   <Version>
5
+   <revision>1.24.9</revision>
6
+   <branch>1.24</branch>
7
+   <name></name>
8
+   <created>2024-10-30</created>
9
+   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.24.9.tar.xz" />
10
+  </Version>
11
+ </release>
12
+
13
+ <release>
14
+  <Version>
15
    <revision>1.24.8</revision>
16
    <branch>1.24</branch>
17
    <name></name>
18
gst-plugins-ugly-1.24.8.tar.xz/meson.build -> gst-plugins-ugly-1.24.9.tar.xz/meson.build Changed
8
 
1
@@ -1,5 +1,5 @@
2
 project('gst-plugins-ugly', 'c',
3
-  version : '1.24.8',
4
+  version : '1.24.9',
5
   meson_version : '>= 1.1',
6
   default_options :  'warning_level=1',
7
                       'buildtype=debugoptimized' )
8
gst-plugins-ugly-1.24.8.tar.xz/po/gst-plugins-ugly-1.0.pot -> gst-plugins-ugly-1.24.9.tar.xz/po/gst-plugins-ugly-1.0.pot Changed
13
 
1
@@ -6,9 +6,9 @@
2
 #, fuzzy
3
 msgid ""
4
 msgstr ""
5
-"Project-Id-Version: gst-plugins-ugly-1.24.8\n"
6
+"Project-Id-Version: gst-plugins-ugly-1.24.9\n"
7
 "Report-Msgid-Bugs-To: \n"
8
-"POT-Creation-Date: 2024-09-19 12:02+0200\n"
9
+"POT-Creation-Date: 2024-10-30 20:34+0000\n"
10
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
 "Language-Team: LANGUAGE <LL@li.org>\n"
13
gst-plugins-ugly-1.24.8.tar.xz/po/gst-plugins-ugly.pot -> gst-plugins-ugly-1.24.9.tar.xz/po/gst-plugins-ugly.pot Changed
13
 
1
@@ -6,9 +6,9 @@
2
 #, fuzzy
3
 msgid ""
4
 msgstr ""
5
-"Project-Id-Version: gst-plugins-ugly-1.24.8\n"
6
+"Project-Id-Version: gst-plugins-ugly-1.24.9\n"
7
 "Report-Msgid-Bugs-To: \n"
8
-"POT-Creation-Date: 2024-09-19 12:02+0200\n"
9
+"POT-Creation-Date: 2024-10-30 20:34+0000\n"
10
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
 "Language-Team: LANGUAGE <LL@li.org>\n"
13
Refresh

No build results available

Refresh

No rpmlint results available

Request History
Bjørn Lie's avatar

zaitor created request 3 months ago

Bump


Bjørn Lie's avatar

zaitor accepted request 3 months ago

Xin