Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gstreamer-plugins-bad for 
openSUSE:Factory checked in at 2023-03-12 16:22:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-bad"

Sun Mar 12 16:22:28 2023 rev:138 rq:1070788 version:1.22.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes  
    2023-02-17 16:43:59.286519022 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.31432/gstreamer-plugins-bad.changes
   2023-03-12 16:22:32.516314526 +0100
@@ -1,0 +2,49 @@
+Thu Mar  9 18:03:37 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 1.22.1:
+  + aom: Include stream-format and alignment in the AV1 caps
+  + av1parser: Don't consider unknown metadata OBUs a bitstream error
+  + av1parser, h265parser: Fix some code defects
+  + avfvideosrc: Don't wait on main thread for permissions request
+  + ccconverter: don't debug a potentially freed filter caps
+  + closedcaption: Don't leak caps event
+  + codecparsers: {h264, h265}bitwriter: Remove redundant condition
+    checks
+  + codecs: decoders: fail early if no input caps have been
+    provided for all new decoder base classes
+  + codectimestamper: Fix timestamping on sequence update
+  + curlhttpsrc: Add curl anyauth option
+  + d3d11overlaycompositor: fix texture width and height
+  + d3d11videosink: Fix rendering on external handle
+  + h265parse: Always set profile on src caps
+  + msdkav1enc: fix the category for msdkav1enc debug
+  + nvcodec: improve error reporting on plugin init
+  + nvencoder:
+    - Fix b-frame encoding on Linux
+    - Fix min buffers parameter of allocation query in auto GPU
+      mode
+  + nvvp9dec: Fix return value
+  + qsvav1enc, amfav1enc: Set stream-format on caps
+  + va:
+    - Avoid the array index overflow when filling 8x8 scaling list.
+    - Fix some code defects
+  + vah265enc: Use helper to update properties.
+  + vtdec:
+    - Fix DPB size calculations not taking values from SPS into
+      account
+    - Fix not waiting for async frames when flushing
+    - Jittery playback of H.264 Level 4.1 movies in macOS (both
+      x86_64 and arm64)
+  + vtenc:
+    - Disable ARGB/RGBA64 caps on M1 Pro/Max with macOS <13
+    - Disable HW acceleration for interlaced ProRes
+    - Fix checking for certain CPU variants when running in VMs
+  + vulkan: memory: Flush non coherent memory after write.
+  + wasapi2src: Fix loopback capture on Windows 10 Anniversary
+    Update
+  + webrtcbin: small stats improvements
+  + win32ipcutils: Add missing include
+  + wpe: Logging fixes for the WebExtension
+- Rebase patches with quilt.
+
+-------------------------------------------------------------------

Old:
----
  gst-plugins-bad-1.22.0.tar.xz

New:
----
  gst-plugins-bad-1.22.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.yJdMHx/_old  2023-03-12 16:22:33.436318577 +0100
+++ /var/tmp/diff_new_pack.yJdMHx/_new  2023-03-12 16:22:33.440318595 +0100
@@ -68,7 +68,7 @@
 %endif
 
 Name:           gstreamer-plugins-bad
-Version:        1.22.0
+Version:        1.22.1
 Release:        0
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 License:        LGPL-2.1-or-later

++++++ fix-build-with-srt-1.3.4.patch ++++++
--- /var/tmp/diff_new_pack.yJdMHx/_old  2023-03-12 16:22:33.468318718 +0100
+++ /var/tmp/diff_new_pack.yJdMHx/_new  2023-03-12 16:22:33.472318736 +0100
@@ -5,11 +5,11 @@
 SRTO_PACKETFILTER was introduced in 1.4.0 so we can't support urls
 specifying a value for it in the url.
 
-Index: gst-plugins-bad-1.20.1/ext/srt/gstsrtobject.c
+Index: gst-plugins-bad-1.22.1/ext/srt/gstsrtobject.c
 ===================================================================
---- gst-plugins-bad-1.20.1.orig/ext/srt/gstsrtobject.c
-+++ gst-plugins-bad-1.20.1/ext/srt/gstsrtobject.c
-@@ -189,13 +189,13 @@ SrtOption srt_options[] = {
+--- gst-plugins-bad-1.22.1.orig/ext/srt/gstsrtobject.c
++++ gst-plugins-bad-1.22.1/ext/srt/gstsrtobject.c
+@@ -177,13 +177,13 @@ SrtOption srt_options[] = {
    {"transtype", SRTO_TRANSTYPE, G_TYPE_INT},
    {"kmrefreshrate", SRTO_KMREFRESHRATE, G_TYPE_INT},
    {"kmpreannounce", SRTO_KMPREANNOUNCE, G_TYPE_INT},

++++++ gst-plugins-bad-1.22.0.tar.xz -> gst-plugins-bad-1.22.1.tar.xz ++++++
++++ 3120 lines of diff (skipped)

++++++ reduce-required-meson.patch ++++++
--- /var/tmp/diff_new_pack.yJdMHx/_old  2023-03-12 16:22:35.328326909 +0100
+++ /var/tmp/diff_new_pack.yJdMHx/_new  2023-03-12 16:22:35.332326927 +0100
@@ -1,10 +1,10 @@
-Index: gst-plugins-bad-1.22.0/meson.build
+Index: gst-plugins-bad-1.22.1/meson.build
 ===================================================================
---- gst-plugins-bad-1.22.0.orig/meson.build
-+++ gst-plugins-bad-1.22.0/meson.build
+--- gst-plugins-bad-1.22.1.orig/meson.build
++++ gst-plugins-bad-1.22.1/meson.build
 @@ -1,6 +1,6 @@
  project('gst-plugins-bad', 'c', 'cpp',
-   version : '1.22.0',
+   version : '1.22.1',
 -  meson_version : '>= 0.62',
 +  meson_version : '>= 0.61',
    default_options : [ 'warning_level=1',

Reply via email to