Overview

Request 5750 (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
+Fri Apr 14 18:15:12 UTC 2023 - Bjørn Lie <zaitor@opensuse.org>
4
+
5
+- Update to version 1.22.2
6
+
7
+-------------------------------------------------------------------
8
 Mon Mar 20 18:05:49 UTC 2023 - Bjørn Lie <zaitor@opensuse.org>
9
 
10
 - Drop pkgconfig(opencore-amrnb) and pkgconfig(opencore-amrwb)
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.1
6
+Version:        1.22.2
7
 Release:        0
8
 Summary:        Codecs/plugins for gstreamer-plugins-ugly
9
 License:        LGPL-2.1-or-later
10
gst-plugins-ugly-1.22.1.tar.xz/ChangeLog -> gst-plugins-ugly-1.22.2.tar.xz/ChangeLog Changed
26
 
1
@@ -1,3 +1,24 @@
2
+=== release 1.22.2 ===
3
+
4
+2023-04-11 17:29:28 +0100  Tim-Philipp Müller <tim@centricular.com>
5
+
6
+   * NEWS:
7
+   * RELEASE:
8
+   * gst-plugins-ugly.doap:
9
+   * meson.build:
10
+     Release 1.22.2
11
+
12
+2023-03-17 16:32:45 +0200  Sebastian Dröge <sebastian@centricular.com>
13
+
14
+   * tests/check/elements/x264enc.c:
15
+     plugins: Fix various trivial clang compiler warnings
16
+     Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4221>
17
+
18
+2023-03-04 16:13:04 +0000  Tim-Philipp Müller <tim@centricular.com>
19
+
20
+   * meson.build:
21
+     Back to development
22
+
23
 === release 1.22.1 ===
24
 
25
 2023-03-04 13:42:32 +0000  Tim-Philipp Müller <tim@centricular.com>
26
gst-plugins-ugly-1.22.1.tar.xz/NEWS -> gst-plugins-ugly-1.22.2.tar.xz/NEWS Changed
219
 
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.1 and was
6
-released on 04 March 2023.
7
+The latest bug-fix release in the stable 1.22 series is 1.22.2 and was
8
+released on 11 April 2023.
9
 
10
 See https://gstreamer.freedesktop.org/releases/1.22/ for the latest
11
 version of this document.
12
 
13
-Last updated: Monday 04 March 2023, 13:00 UTC (log)
14
+Last updated: Tuesday 11 April 2023, 16:45 UTC (log)
15
 
16
 Introduction
17
 
18
@@ -1454,6 +1454,200 @@
19
 -   List of Merge Requests applied in 1.22.1
20
 -   List of Issues fixed in 1.22.1
21
 
22
+1.22.2
23
+
24
+The second 1.22 bug-fix release (1.22.2) was released on 11 April 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.2
30
+
31
+-   avdec_h264: fix decoder deadlocks with FFmpeg 6.0
32
+-   rtspsrc: fix regression with URI protocols in OPTIONS requests for
33
+    RTSP over TLS
34
+-   rtspsrc: improved control url handling compatibility for broken
35
+    servers
36
+-   decklink: fix 10 bit RGB (r210) format auto detection for capture
37
+    and fix playout if video caps are configured before audio caps
38
+-   d3d11videosink: Fix tearing in case of fullscreen mode
39
+-   playbin: fix deadlock when stopping stream with subtitles visible
40
+    (even more)
41
+-   typefinding: fix regression not detecting application/dash+xml in
42
+    some corner cases
43
+-   osxvideosink: fix broken aspect ratio and frame drawing region
44
+-   decodebin3, parsebin: Improve elementary stream handling when
45
+    decoders are not present and fix hang when removing a failing stream
46
+-   urisourcebin: Propagate sticky events from parsebin, so that the
47
+    STREAM_START event with the GstStream info is always available when
48
+    pads get exposed
49
+-   v4l2: Add support for YVU420M format; mark JPEG content as parsed
50
+-   h264decoder, h265decoder: DPB bumping process and latency reporting
51
+    fixes
52
+-   Opus: Fix reading of extended channel config in MPEG-TS and fix
53
+    missing sample rate when remuxing from RTP to Matroska
54
+-   zxing: add support for building against zxing-c++ 2.0
55
+-   cerbero: Fix packaging of Rust plugins on Android; fix modern Gentoo
56
+    distro detection
57
+-   various bug fixes, memory leak fixes, and other stability and
58
+    reliability improvements
59
+
60
+gstreamer
61
+
62
+-   datetime: Return G_MAXFLOAT instead of G_MAXDOUBLE for no timezone
63
+    offset
64
+-   inputselector: Wake up streaming thread before PLAYING_TO_PAUSED
65
+    transition
66
+-   tools: fix potential crash when passing command-line options on
67
+    Windows
68
+
69
+gst-plugins-base
70
+
71
+-   alsasink: Fix for being stuck in stop_streaming_threads state
72
+-   decodebin3: fix hang when removing a failing stream
73
+-   gl: wayland: cleanup on close
74
+-   parsebin: Improve elementary stream handling
75
+-   playbin: fix deadlock when stopping stream with subtitles visible
76
+    even more
77
+-   sdp: Skip source-specific caps fields when creating an SDP media
78
+    from caps
79
+-   urisourcebin: Propagate sticky events from parsebin
80
+-   urisourcebin: Activate pad before transferring sticky events
81
+-   typefinding: fix failure to recognize application/dash+xml in some
82
+    cases
83
+
84
+gst-plugins-good
85
+
86
+-   osxvideosink: fix broken aspect ratio and frame drawing region
87
+-   qtdemux: Fix seek adjustment with SNAP_AFTER flag
88
+-   rtpopusdepay, matroskamux: Fix invalid rate while muxing Opus in
89
+    Matroska
90
+-   rtpmanager: twcc: Fix duplicate packet handling
91
+-   rtsp: url: fix incorrect request URI scheme for TLS transport
92
+    methods (regression)
93
+-   rtspsrc: Consider “451: Parameter Not Understood” when handling
94
+    broken control urls
95
+-   rtspsrc: fix behavior change with URI protocols in OPTIONS requests
96
+-   rtspsrc: Skip PTs with caps incompatible to the global caps
97
+-   rtpjpegdepay: fix logic error when checking if an end of image (EOI)
98
+    tag is present
99
+-   v4l2: Add support for YVU420M format
100
+-   v4l2: mark JPEG as parsed
101
+
102
+gst-plugins-bad
103
+
104
+-   cea708overlay: fix HCR interpretation
105
+-   d3d11bufferpool: Fix invalid access in debug print loop
106
+-   d3d11compositor: Fix composition error on release_pad()
107
+-   d3d11converter: Fix conversion backend selection
108
+-   d3d11videosink: Fix tearing in case of fullscreen mode -
109
+    d3d11bufferpool: Fix invalid access in debug print loop
110
+-   d3d11window: fix memory leak
111
+-   decklink: fix 10 bit RGB (r210) format auto detection
112
+-   decklinkaudiosink: Fix playback when video caps is configured before
113
+    audio
114
+-   decklinkvideosrc: RGB 4:4:4 doesn’t work after GStreamer upgrade
115
+    (regression)
116
+-   decklinkvideosrc: unable to show HDMI stream that Blackmagic’s Media
117
+    Express is able to see
118
+-   debugqroverlay: fix string leak
119
+-   gtkwaylandsink: Destroy GstWlWindow when parent GtkWindow is
120
+    destroyed
121
+-   gtkwaylandsink: Fix crash when rendering after the window is closed
122
+-   ksvideo, directshow: Fix reference leaks in device providers
123
+-   h264decoder: Fix DPB bumping process
124
+-   h264decoder, h265decoder: Latency reporting related fixes
125
+-   h264parse: Validate VUI framerate
126
+-   jpegparse: reset parse state when the SOI is not the first marker
127
+-   nvencoder: Fix CQP option setting
128
+-   nvh264encoder: Fix template caps to include progressive mode as well
129
+-   openjpegdec: allow multithread decoding only in subframe mode
130
+-   tsdemux: Fix reading of extended Opus channel configuration
131
+-   vulkan: fix validation layer issues
132
+-   vulkanoverlaycompositor: fix potential use after free
133
+-   vulkanswapper: correctly handle force-aspect-ratio=false
134
+-   wasapi2: Fix potential crash on device activation failure
135
+-   webrtc: Fix segfault traversing ice transports
136
+-   webrtc: patch leak caused by early return
137
+-   zxing: add support for zxing-c++ 2.0
138
+
139
+gst-plugins-ugly
140
+
141
+-   No changes
142
+
143
+gst-libav
144
+
145
+-   avdec_h264 pipeline freeze with FFmpeg6
146
+-   avdeinterlace, avmux: fix element reference leak
147
+-   avviddec: Drop decoder stream lock when calling send_packet
148
+
149
+gst-rtsp-server
150
+
151
+-   rtsp-server: fix deadlock on shutdown with non-live pipeline if
152
+    media isn’t playing/prerolled yet and eos-shutdown is enabled for
153
+    the media
154
+
155
+gstreamer-vaapi
156
+
157
+-   No changes
158
+
159
+gstreamer-sharp
160
+
161
+-   No changes
162
+
163
+gst-omx
164
+
165
+-   No changes
166
+
167
+gst-python
168
+
169
+-   No changes
170
+
171
+gst-editing-services
172
+
173
+-   No changes
174
+
175
+gst-validate + gst-integration-testsuites
176
+
177
+-   No changes
178
+
179
+gst-examples
180
+
181
+-   No changes
182
+
183
+Development build environment
184
+
185
+-   git: prevent CRLF line ending conversion for patches to fix pango
186
+    subproject patching issues on Windows
187
+
188
+Cerbero build tool and packaging changes in 1.22.2
189
+
190
+-   build: retry rust build on SIGBUS errors too
191
+-   Fix packaging of rust plugins on Android
192
+-   Modern Gentoo distro adaptation
193
+-   sbc: update to 2.0
194
+-   speex: update to 1.2.1
195
+
196
+Contributors to 1.22.2
197
+
198
+Adrien De Coninck, Albert Sjölund, Alexande B, Antonio Rojas, Arun
199
+Raghavan, Bart Van Severen, Carlo Cabrera, Colin Kinloch, Edward Hervey,
200
+Guillaume Desmottes, Haihua Hu, He Junyan, Ilie Halip, Jordan Petridis,
201
+Josef Kolář, Lily Foster, Mathieu Duponchelle, Matt Feury, Matthew
202
+Waters, Maxim P. Dementyev, Michael Tretter, Nicolas Dufresne, Nirbheek
203
+Chauhan, Piotr Brzeziński, Robert Rosengren, Rouven Czerwinski,
204
+Sebastian Dröge, Seungha Yang, Shengqi Yu, Stéphane Cerveau, Talha Khan,
205
+Thibault Saunier, Tim-Philipp Müller, Víctor Manuel Jáquez Leal, Vivia
206
+Nikolaidou, Wang Chuan, Wojciech Kapsa,
207
+
208
+… and many others who have contributed bug reports, translations, sent
209
+suggestions or helped testing. Thank you all!
210
+
211
+List of merge requests and issues fixed in 1.22.2
212
+
213
+-   List of Merge Requests applied in 1.22.2
214
+-   List of Issues fixed in 1.22.2
215
+
216
 Schedule for 1.24
217
 
218
 Our next major feature release will be 1.24, and 1.23 will be the
219
gst-plugins-ugly-1.22.1.tar.xz/RELEASE -> gst-plugins-ugly-1.22.2.tar.xz/RELEASE Changed
7
 
1
@@ -1,4 +1,4 @@
2
-This is GStreamer gst-plugins-ugly 1.22.1.
3
+This is GStreamer gst-plugins-ugly 1.22.2.
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.1.tar.xz/gst-plugins-ugly.doap -> gst-plugins-ugly-1.22.2.tar.xz/gst-plugins-ugly.doap Changed
18
 
1
@@ -35,6 +35,16 @@
2
 
3
  <release>
4
   <Version>
5
+   <revision>1.22.2</revision>
6
+   <branch>1.22</branch>
7
+   <name></name>
8
+   <created>2023-04-11</created>
9
+   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.22.2.tar.xz" />
10
+  </Version>
11
+ </release>
12
+
13
+ <release>
14
+  <Version>
15
    <revision>1.22.1</revision>
16
    <branch>1.22</branch>
17
    <name></name>
18
gst-plugins-ugly-1.22.1.tar.xz/meson.build -> gst-plugins-ugly-1.22.2.tar.xz/meson.build Changed
8
 
1
@@ -1,5 +1,5 @@
2
 project('gst-plugins-ugly', 'c',
3
-  version : '1.22.1',
4
+  version : '1.22.2',
5
   meson_version : '>= 0.62',
6
   default_options :  'warning_level=1',
7
                       'buildtype=debugoptimized' )
8
gst-plugins-ugly-1.22.1.tar.xz/po/gst-plugins-ugly-1.0.pot -> gst-plugins-ugly-1.22.2.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.1\n"
6
+"Project-Id-Version: gst-plugins-ugly-1.22.2\n"
7
 "Report-Msgid-Bugs-To: \n"
8
-"POT-Creation-Date: 2023-03-04 13:45+0000\n"
9
+"POT-Creation-Date: 2023-04-11 17:31+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.1.tar.xz/po/gst-plugins-ugly.pot -> gst-plugins-ugly-1.22.2.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.1\n"
6
+"Project-Id-Version: gst-plugins-ugly-1.22.2\n"
7
 "Report-Msgid-Bugs-To: \n"
8
-"POT-Creation-Date: 2023-03-04 13:45+0000\n"
9
+"POT-Creation-Date: 2023-04-11 17:31+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.1.tar.xz/tests/check/elements/x264enc.c -> gst-plugins-ugly-1.22.2.tar.xz/tests/check/elements/x264enc.c Changed
26
 
1
@@ -276,7 +276,7 @@
2
     switch (i) {
3
       case 0:
4
       {
5
-        gint nsize, npos, j, type, next_type;
6
+        gint nsize, npos, type, next_type;
7
         GstMapInfo map;
8
         const guint8 *data;
9
         gsize size;
10
@@ -286,7 +286,6 @@
11
         size = map.size;
12
 
13
         npos = 0;
14
-        j = 0;
15
         /* need SPS first */
16
         next_type = 7;
17
         /* loop through NALs */
18
@@ -311,7 +310,6 @@
19
               default:
20
                 break;
21
             }
22
-            j++;
23
           }
24
           npos += nsize + 4;
25
         }
26
Refresh

No build results available

Refresh
Request History
Bjørn Lie's avatar

zaitor created request almost 2 years ago

Bump


Bjørn Lie's avatar

zaitor accepted request almost 2 years ago

Xin