Overview

Request 6099 (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
+Sat Sep 28 08:30:05 UTC 2024 - Bjørn Lie <zaitor@opensuse.org>
4
+
5
+- Update to version 1.24.8
6
+
7
+-------------------------------------------------------------------
8
 Sat Aug 24 19:52:12 UTC 2024 - Bjørn Lie <zaitor@opensuse.org>
9
 
10
 - Update to version 1.24.7
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.7
6
+Version:        1.24.8
7
 Release:        0
8
 Summary:        Codecs/plugins for gstreamer-plugins-ugly
9
 License:        LGPL-2.1-or-later
10
gst-plugins-ugly-1.24.7.tar.xz/ChangeLog -> gst-plugins-ugly-1.24.8.tar.xz/ChangeLog Changed
20
 
1
@@ -1,3 +1,18 @@
2
+=== release 1.24.8 ===
3
+
4
+2024-09-19 12:01:21 +0200  Tim-Philipp Müller <tim@centricular.com>
5
+
6
+   * NEWS:
7
+   * RELEASE:
8
+   * gst-plugins-ugly.doap:
9
+   * meson.build:
10
+     Release 1.24.8
11
+
12
+2024-08-21 12:33:28 +0100  Tim-Philipp Müller <tim@centricular.com>
13
+
14
+   * meson.build:
15
+     Back to development after 1.24.7
16
+
17
 === release 1.24.7 ===
18
 
19
 2024-08-21 12:25:15 +0100  Tim-Philipp Müller <tim@centricular.com>
20
gst-plugins-ugly-1.24.7.tar.xz/NEWS -> gst-plugins-ugly-1.24.8.tar.xz/NEWS Changed
153
 
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.6 and was released on 21 August 2024.
6
+The latest bug-fix release in the stable 1.24 series is 1.24.8 and was released on 19 September 2024.
7
 
8
 See https://gstreamer.freedesktop.org/releases/1.24/ for the latest version of this document.
9
 
10
-Last updated: Tuesday 20 August 2024, 20:30 UTC (log)
11
+Last updated: Thursday 19 September 2024, 00:30 UTC (log)
12
 
13
 ## Introduction
14
 
15
@@ -2416,6 +2416,137 @@
16
 -   List of Merge Requests applied in 1.24.7
17
 -   List of Issues fixed in 1.24.7
18
 
19
+1.24.8
20
+
21
+The eigth 1.24 bug-fix release (1.24.8) was released on 19 September 2024.
22
+
23
+This release only contains bugfixes and it should be safe to update from 1.24.x.
24
+
25
+Highlighted bugfixes in 1.24.8
26
+
27
+-   decodebin3: collection handling fixes
28
+-   encodebin: Fix pad removal (and smart rendering in gst-editing-services)
29
+-   glimagesink: Fix cannot resize viewport when video size changed in caps
30
+-   matroskamux, webmmux: fix firefox compatibility issue with Opus audio streams
31
+-   mpegtsmux: Wait for data on all pads before deciding on a best pad unless timing out
32
+-   splitmuxsink: Override LATENCY query to pretend to downstream that we’re not live
33
+-   video: QoS event handling improvements
34
+-   voamrwbenc: fix list of bitrates
35
+-   vtenc: Restart encoding session when certain errors are detected
36
+-   wayland: Fix ABI break in WL context type name
37
+-   webrtcbin: Prevent crash when attempting to set answer on invalid SDP
38
+-   cerbero: ship vp8/vp9 software encoders again, which went missing in 1.24.7; ship transcode plugin
39
+-   Various bug fixes, memory leak fixes, and other stability and reliability improvements
40
+
41
+gstreamer
42
+
43
+-   clock: Fix unchecked overflows in linear regression code
44
+-   meta: Add missing include of gststructure.h
45
+-   pad: Check data NULL-ness when probes are stopped
46
+-   aggregator: Immediately return NONE from simple_get_next_time() on non-TIME segments
47
+
48
+gst-plugins-base
49
+
50
+-   decodebin3: Fix collection identity check
51
+-   encodebin: Fix pad removal
52
+-   glimagesink: Fix cannot resize viewport when video size changed in caps
53
+-   v4l2bufferpool: actually queue back the empty buffer flagged LAST
54
+-   v4l2videoenc: unref buffer pool after usage properly
55
+-   video: Don’t overshoot QoS earliest time by a factor of 2
56
+-   meson: gst-play: link to libm
57
+
58
+gst-plugins-good
59
+
60
+-   jackaudiosrc: actually use the queried ports from JACK
61
+-   matroskamux: Include end padding in the block duration for Opus streams, fixing firefox compatibility
62
+-   osxaudio: Avoid dangling pointer on shutdown
63
+-   splitmuxsink: Override LATENCY query to pretend to downstream that we’re not live
64
+-   v4l2: encoder: Add dynamic framerate support
65
+
66
+gst-plugins-bad
67
+
68
+-   GstPlay: Name the different bus
69
+-   GstPlay: check whether stream is seekable before seeking when state change
70
+-   GstPlayer: Check GstPlayerSignalDispatcher type
71
+-   mpegtsmux: Wait for data on all pads before deciding on a best pad unless timing out
72
+-   mpegtsmux: Fix refcounting issue when selecting the best pad
73
+-   uvcsink: fix caps event handling
74
+-   v4l2codecs: h265: Minimize memory allocation
75
+-   voamrwbenc: fix list of bitrates
76
+-   vtenc: Restart encoding session when certain errors are detected
77
+-   wayland: Fix ABI break in WL context type name
78
+-   webrtcbin: Prevent crash when attempting to set answer on invalid SDP
79
+-   wpe: fix gst-launch example
80
+
81
+gst-plugins-ugly
82
+
83
+-   No changes
84
+
85
+GStreamer Rust plugins
86
+
87
+-   No changes
88
+
89
+gst-libav
90
+
91
+-   No changes
92
+
93
+gst-rtsp-server
94
+
95
+-   No changes
96
+
97
+gstreamer-vaapi
98
+
99
+-   No changes
100
+
101
+gstreamer-sharp
102
+
103
+-   No changes
104
+
105
+gst-omx
106
+
107
+-   No changes
108
+
109
+gst-python
110
+
111
+-   No changes
112
+
113
+gst-editing-services
114
+
115
+-   discoverer-manager: Fix race leading to assertion when stopping
116
+-   structured-interface: Fix memory leak of invalid fields GList
117
+
118
+gst-devtools, gst-validate + gst-integration-testsuites
119
+
120
+-   pad-monitor: Fix remaining pad function data handling
121
+-   pad-monitor: Fix pad function data properly
122
+
123
+gst-examples
124
+
125
+-   No changes
126
+
127
+Development build environment
128
+
129
+-   meson: Update openjpeg wrap to 2.5.2, fixes a warning
130
+
131
+Cerbero build tool and packaging changes in 1.24.8
132
+
133
+-   No vp8 / vp9 encoders packaged (regression)
134
+-   libvpx: Fix codec detection to fix vp8enc/vp9enc elements not being shipped
135
+-   gst-plugins-bad: Add missing transcode plugin
136
+
137
+Contributors to 1.24.8
138
+
139
+Andoni Morales Alastruey, Arun Raghavan, Benjamin Gaignard, Carlos Bentzen, Chao Guo, Edward Hervey, Francis Quiers, Guillaume
140
+Desmottes, Hou Qi, Jan Schmidt,, L. E. Segovia, Michael Tretter, Nicolas Dufresne, Nirbheek Chauhan, Peter Kjellerstedt,
141
+Philippe Normand, Piotr Brzeziński, Randy Li (ayaka), Sebastian Dröge, Thibault Saunier, Tim-Philipp Müller, Wim Taymans,
142
+
143
+… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
144
+
145
+List of merge requests and issues fixed in 1.24.8
146
+
147
+-   List of Merge Requests applied in 1.24.8
148
+-   List of Issues fixed in 1.24.8
149
+
150
 Schedule for 1.26
151
 
152
 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
153
gst-plugins-ugly-1.24.7.tar.xz/RELEASE -> gst-plugins-ugly-1.24.8.tar.xz/RELEASE Changed
7
 
1
@@ -1,4 +1,4 @@
2
-This is GStreamer gst-plugins-ugly 1.24.7.
3
+This is GStreamer gst-plugins-ugly 1.24.8.
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.7.tar.xz/gst-plugins-ugly.doap -> gst-plugins-ugly-1.24.8.tar.xz/gst-plugins-ugly.doap Changed
18
 
1
@@ -35,6 +35,16 @@
2
 
3
  <release>
4
   <Version>
5
+   <revision>1.24.8</revision>
6
+   <branch>1.24</branch>
7
+   <name></name>
8
+   <created>2024-09-19</created>
9
+   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.24.8.tar.xz" />
10
+  </Version>
11
+ </release>
12
+
13
+ <release>
14
+  <Version>
15
    <revision>1.24.7</revision>
16
    <branch>1.24</branch>
17
    <name></name>
18
gst-plugins-ugly-1.24.7.tar.xz/meson.build -> gst-plugins-ugly-1.24.8.tar.xz/meson.build Changed
8
 
1
@@ -1,5 +1,5 @@
2
 project('gst-plugins-ugly', 'c',
3
-  version : '1.24.7',
4
+  version : '1.24.8',
5
   meson_version : '>= 1.1',
6
   default_options :  'warning_level=1',
7
                       'buildtype=debugoptimized' )
8
gst-plugins-ugly-1.24.7.tar.xz/po/gst-plugins-ugly-1.0.pot -> gst-plugins-ugly-1.24.8.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.7\n"
6
+"Project-Id-Version: gst-plugins-ugly-1.24.8\n"
7
 "Report-Msgid-Bugs-To: \n"
8
-"POT-Creation-Date: 2024-08-21 12:26+0100\n"
9
+"POT-Creation-Date: 2024-09-19 12:02+0200\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.7.tar.xz/po/gst-plugins-ugly.pot -> gst-plugins-ugly-1.24.8.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.7\n"
6
+"Project-Id-Version: gst-plugins-ugly-1.24.8\n"
7
 "Report-Msgid-Bugs-To: \n"
8
-"POT-Creation-Date: 2024-08-21 12:26+0100\n"
9
+"POT-Creation-Date: 2024-09-19 12:02+0200\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
Refresh
Request History
Bjørn Lie's avatar

zaitor created request 5 months ago

Bump


Bjørn Lie's avatar

zaitor accepted request 5 months ago

Xin