Overview

Request 5789 (accepted)

New stable release

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
+Thu May 25 17:07:31 UTC 2023 - Bjørn Lie <zaitor@opensuse.org>
4
+
5
+- Update to version 1.22.3
6
+
7
+-------------------------------------------------------------------
8
 Fri Apr 14 18:15:12 UTC 2023 - Bjørn Lie <zaitor@opensuse.org>
9
 
10
 - Update to version 1.22.2
11
gstreamer-plugins-ugly-codecs.spec Changed
10
 
1
@@ -7,7 +7,7 @@
2
 %define _version 1.22.0
3
 
4
 Name:           gstreamer-plugins-ugly-codecs
5
-Version:        1.22.2
6
+Version:        1.22.3
7
 Release:        0
8
 Summary:        Codecs/plugins for gstreamer-plugins-ugly
9
 License:        LGPL-2.1-or-later
10
gst-plugins-ugly-1.22.2.tar.xz/ChangeLog -> gst-plugins-ugly-1.22.3.tar.xz/ChangeLog Changed
21
 
1
@@ -1,3 +1,19 @@
2
+=== release 1.22.3 ===
3
+
4
+2023-05-19 09:23:19 +0100  Tim-Philipp Müller <tim@centricular.com>
5
+
6
+   * NEWS:
7
+   * README.md:
8
+   * RELEASE:
9
+   * gst-plugins-ugly.doap:
10
+   * meson.build:
11
+     Release 1.22.3
12
+
13
+2023-04-12 00:31:17 +0100  Tim-Philipp Müller <tim@centricular.com>
14
+
15
+   * meson.build:
16
+     Back to development
17
+
18
 === release 1.22.2 ===
19
 
20
 2023-04-11 17:29:28 +0100  Tim-Philipp Müller <tim@centricular.com>
21
gst-plugins-ugly-1.22.2.tar.xz/NEWS -> gst-plugins-ugly-1.22.3.tar.xz/NEWS Changed
208
 
1
@@ -2,13 +2,13 @@
2
 
3
 GStreamer 1.22.0 was originally released on 23 January 2023.
4
 
5
-The latest bug-fix release in the stable 1.22 series is 1.22.2 and was
6
-released on 11 April 2023.
7
+The latest bug-fix release in the stable 1.22 series is 1.22.3 and was
8
+released on 19 May 2023.
9
 
10
 See https://gstreamer.freedesktop.org/releases/1.22/ for the latest
11
 version of this document.
12
 
13
-Last updated: Tuesday 11 April 2023, 16:45 UTC (log)
14
+Last updated: Friday 19 May 2023, 01:00 UTC (log)
15
 
16
 Introduction
17
 
18
@@ -1648,6 +1648,189 @@
19
 -   List of Merge Requests applied in 1.22.2
20
 -   List of Issues fixed in 1.22.2
21
 
22
+1.22.3
23
+
24
+The third 1.22 bug-fix release (1.22.3) was released on 19 May 2023.
25
+
26
+This release only contains bugfixes and it should be safe to update from
27
+1.22.x.
28
+
29
+Highlighted bugfixes in 1.22.3
30
+
31
+-   avdec: fix occasional video decoder deadlock on seeking with FFmpeg
32
+    6.0
33
+-   decodebin3: fix regression handling input streams without CAPS or
34
+    TIME segment such as e.g. udpsrc or `pushfilesrc
35
+-   bluez: a2dpsink: fix Bluetooth SIG Certification test failures
36
+-   osxvideosink: fix deadlock upon closing output window
37
+-   qtdemux: fix edit list handling regression and AV1 codec box parsing
38
+-   qtmux: fix extraction of CEA608 closed caption data from S334-1A
39
+    packets
40
+-   rtspsrc: Fix handling of * control path
41
+-   splitmux: timestamp handling improvements
42
+-   v4l2videodec: Rework dynamic resolution change handling (needed for
43
+    IMX6 mainline codec)
44
+-   videoflip: fix regression with automatically rotating video based on
45
+    tags
46
+-   d3d11: many d3d11videosink and d3d11compositor fixes
47
+-   webrtc, rtp: numerous data race fixes and stability fixes
48
+-   various bug fixes, memory leak fixes, and other stability and
49
+    reliability improvements
50
+
51
+gstreamer
52
+
53
+-   tracing: Initialize tracing infrastructure even if the debug system
54
+    is not compiled in
55
+-   parse-launch: fix missing unref of looked-up child element
56
+-   gstutils: Add category and object to most logging messages
57
+
58
+gst-plugins-base
59
+
60
+-   allocators: Fix fdmem unit test with recent GLib versions
61
+-   audiotestsrc: Initialize all samples in wave=ticks mode
62
+-   decodebin3: Handle input streams without CAPS or TIME segment such
63
+    as e.g. udpsrc or pushfilesrc
64
+-   decodebin3: fix regression handling streams without caps
65
+-   decodebin3: fix random hang when remove failing stream
66
+-   uridecodebin3: Ensure atomic urisourcebin state change
67
+-   glvideoflip: fix leaked caps
68
+-   glcontext_wgl: fix missing unref
69
+-   playsink: Fix volume leak
70
+
71
+gst-plugins-good
72
+
73
+-   adaptivedemux2: fix critical when using an unsupported URI
74
+-   dashdemux2: mpdclient: fix divide by 0 if segment has no duration
75
+-   imagesequencesrc: Properly set default location
76
+-   multifile: error out if no filename was set
77
+-   osxvideosink: fix deadlock upon closing output window
78
+-   rtpmanager: rtpsession: data race leading to critical warnings
79
+-   rtpmanager: rtpsession: race conditions leading to critical warnings
80
+-   rtspsrc: Fix handling of * control path
81
+-   splitmuxsink: Catch invalid DTS to avoid running into problems later
82
+-   splitmuxsrc: Make PTS contiguous by preference
83
+-   qtdemux: emit no-more-pads after pruning old pads
84
+-   Revert “qtdemux: fix conditions for end of segment in reverse
85
+    playback” to fix edit list regression
86
+-   qtdemux: Fix av1C parsing
87
+-   qtmux: Fix extraction of CEA608 data from S334-1A packets
88
+-   qtwindow: unref caps in destructor
89
+-   v4l2: device provider: Fix GMainLoop leak
90
+-   v4l2: videodec: Rework dynamic resolution change handling
91
+-   v4l2: videodec: Prefer acquired caps over anything downstream
92
+-   videoflip: fix setting of method property at construction time
93
+-   videoflip 1.22.2 not rotating video when extracting frames
94
+
95
+gst-plugins-bad
96
+
97
+-   a2dpsink: Fails many tests in Bluetooth SIG Certification
98
+-   avdtputil: Use int instead of int range for fixed bitpool values
99
+-   ccconverter: reintroduce frame count reset on cycle completion
100
+-   ccconverter: integer overflow & crashing
101
+-   codectimestamper: remove PC file generation from plugin’s own
102
+    meson.build
103
+-   cudamemory: Fix for semi planar YUV memory size decision
104
+-   d3d11compositor: Reconfigure resource only when output caps is
105
+    changed
106
+-   d3d11compositor: Skip zero alpha input
107
+-   d3d11convert: Fix for runtime property update
108
+-   d3d11memory: Don’t clear wrapped texture memory
109
+-   d3d11videosink: Fix for ignored initial render rectangle
110
+-   d3d11videosink: fix race condition in window unprepare
111
+-   d3d11videosink: Enhancement for initial window size decision
112
+-   d3d11videosink: Don’t clear prepared buffer on unlock_stop()
113
+-   dashdemux: mpdclient: fix divide by 0 if segment has no duration
114
+-   dtlstransport: Keep strong ref of dtls encoder/decoder
115
+-   GstPlay: avoid getting property of playbin2 if subtitle_sid is null
116
+-   GstPlay: fix critical log when using playbin3
117
+-   h264decoder: Drop nonexisting picture silently without error
118
+-   dtmf: element classification improvements
119
+-   mfvideoenc: Allow only even resolution numbers
120
+-   sctpenc: Fix potential shutdown deadlock
121
+-   srtpdec: fix “srtp-key” check
122
+-   tests: disable dtls test if openssl is not present
123
+-   tsdemux: Set number of channels to 2 for dual mono Opus
124
+-   va: Various fixes for defects found with MSVC
125
+-   wasapi2: Allows process loopback capture on Windows 10
126
+-   webrtcdatachannel: Bind to parent webrtcbin using a weak reference
127
+-   webrtcbin: Fix potential deadlock when closing before any data was
128
+    sent
129
+-   webrtc: Plug leaks of resolved ICE addresses
130
+-   webrtc: do not tear down data channel before data is flushed
131
+
132
+gst-plugins-ugly
133
+
134
+-   mpegpsdemux: Rework gap sending
135
+
136
+gst-libav
137
+
138
+-   avviddec: Temporarily unlock stream lock while flushing buffers
139
+-   Random freeze and deadlock in ffmpegviddec flush and get_buffer
140
+    while seeking
141
+
142
+gst-rtsp-server
143
+
144
+-   No changes
145
+
146
+gstreamer-vaapi
147
+
148
+-   No changes
149
+
150
+gstreamer-sharp
151
+
152
+-   No changes
153
+
154
+gst-omx
155
+
156
+-   No changes
157
+
158
+gst-python
159
+
160
+-   No changes
161
+
162
+gst-editing-services
163
+
164
+-   ges: base-xml-formatter: Don’t pass non-GObject pointers to
165
+    GST_DEBUG_OBJECT
166
+
167
+gst-validate + gst-integration-testsuites
168
+
169
+-   No changes
170
+
171
+gst-examples
172
+
173
+-   No changes
174
+
175
+Development build environment
176
+
177
+-   No changes
178
+
179
+Cerbero build tool and packaging changes in 1.22.3
180
+
181
+-   glib: Ship Windows process spawning helpers
182
+-   recipes: add recipe for libltc for timecodestamper element
183
+-   Add support for RHEL9 and Rocky Linux
184
+
185
+Contributors to 1.22.3
186
+
187
+Aleksandr Slobodeniuk, Antonio Kevo, Arun Raghavan, Carlos Rafael Giani,
188
+Daniel Moberg, Edward Hervey, Elliot Chen, François Laignel, Guillaume
189
+Desmottes, Haihua Hu, Jan Alexander Steffens (heftig), Jan Beich, Jan
190
+Schmidt, Johan Sternerup, John King, Jordan Petridis, Juan Navarro, Lily
191
+Foster, Martin Nordholts, Mathieu Duponchelle, Matthew Waters, Matthias
192
+Fuchs, Michael Olbrich, Mihail Ivanchev, Nick Steel, Nicolas Dufresne,
193
+Nirbheek Chauhan, Patricia Muscalu, Philippe Normand, Piotr Brzeziński,
194
+Sanchayan Maity, Sebastian Dröge, Seungha Yang, Stéphane Cerveau,
195
+Thibault Saunier, Tim-Philipp Müller, Xabier Rodriguez Calvar,
196
+
197
+… and many others who have contributed bug reports, translations, sent
198
+suggestions or helped testing. Thank you all!
199
+
200
+List of merge requests and issues fixed in 1.22.3
201
+
202
+-   List of Merge Requests applied in 1.22.3
203
+-   List of Issues fixed in 1.22.3
204
+
205
 Schedule for 1.24
206
 
207
 Our next major feature release will be 1.24, and 1.23 will be the
208
gst-plugins-ugly-1.22.2.tar.xz/README.md -> gst-plugins-ugly-1.22.3.tar.xz/README.md Changed
7
 
1
@@ -1,4 +1,4 @@
2
-GStreamer 1.20.x stable series
3
+GStreamer 1.22.x stable series
4
 
5
 WHAT IT IS
6
 ----------
7
gst-plugins-ugly-1.22.2.tar.xz/RELEASE -> gst-plugins-ugly-1.22.3.tar.xz/RELEASE Changed
7
 
1
@@ -1,4 +1,4 @@
2
-This is GStreamer gst-plugins-ugly 1.22.2.
3
+This is GStreamer gst-plugins-ugly 1.22.3.
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.22.2.tar.xz/gst-plugins-ugly.doap -> gst-plugins-ugly-1.22.3.tar.xz/gst-plugins-ugly.doap Changed
18
 
1
@@ -35,6 +35,16 @@
2
 
3
  <release>
4
   <Version>
5
+   <revision>1.22.3</revision>
6
+   <branch>1.22</branch>
7
+   <name></name>
8
+   <created>2023-05-19</created>
9
+   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.22.3.tar.xz" />
10
+  </Version>
11
+ </release>
12
+
13
+ <release>
14
+  <Version>
15
    <revision>1.22.2</revision>
16
    <branch>1.22</branch>
17
    <name></name>
18
gst-plugins-ugly-1.22.2.tar.xz/meson.build -> gst-plugins-ugly-1.22.3.tar.xz/meson.build Changed
8
 
1
@@ -1,5 +1,5 @@
2
 project('gst-plugins-ugly', 'c',
3
-  version : '1.22.2',
4
+  version : '1.22.3',
5
   meson_version : '>= 0.62',
6
   default_options :  'warning_level=1',
7
                       'buildtype=debugoptimized' )
8
gst-plugins-ugly-1.22.2.tar.xz/po/gst-plugins-ugly-1.0.pot -> gst-plugins-ugly-1.22.3.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.22.2\n"
6
+"Project-Id-Version: gst-plugins-ugly-1.22.3\n"
7
 "Report-Msgid-Bugs-To: \n"
8
-"POT-Creation-Date: 2023-04-11 17:31+0100\n"
9
+"POT-Creation-Date: 2023-05-19 09:25+0100\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.22.2.tar.xz/po/gst-plugins-ugly.pot -> gst-plugins-ugly-1.22.3.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.22.2\n"
6
+"Project-Id-Version: gst-plugins-ugly-1.22.3\n"
7
 "Report-Msgid-Bugs-To: \n"
8
-"POT-Creation-Date: 2023-04-11 17:31+0100\n"
9
+"POT-Creation-Date: 2023-05-19 09:25+0100\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 almost 2 years ago

New stable release


Bjørn Lie's avatar

zaitor accepted request over 1 year ago

Xin, gst 1.22.3 released in oss