From 89b7cfd505b3e62aceae7d162baa1eee1a8e52c4b3c7ea6277375249f1504aa1 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 12 Jul 2023 12:22:07 +0000 Subject: [PATCH] Accepting request 1096955 from home:iznogood:branches:multimedia:libs - Update to version 0.10.9: + Fixed: - mp4mux/fmp4mux: Fix byte order in Opus extension box. - webrtcsrc: Add twcc extension to the codec-preferences when present. - webrtcsink: Don't try using cudaconvert if it is not present. - mccparse: Don't offset the first timecode to a zero PTS. - Correctly use MPL as license specifier instead of MPL-2 for plugins that compile with GStreamer < 1.20. + Added: fallbackswitch: Add stop-on-eos property. - Changes from version 0.10.8: + Fixed: - fmp4mux: . Use updated start PTS when checking if a stream is filled instead of a stale one. . Fix various issues with stream gaps, especially in the beginning. . Fix waiting in live pipelines. - uriplaylistbin: Prevent deadlocks during property notifications. - webrtcsink: Fix panics during twcc-stats callback and related issues. - awstranscriber: Handle stream disconts correctly. - roundedcorners: Fix caps negotiation to not use I420 if a border radius is configured. - whipsink: Use the correct pad template to request pads from the internal webrtcbin. - fallbacksrc: Don't apply fallback audio caps to the main stream. - webrtcsrc: Fix caps handling during transceiver creation. + Changed: rtpgccbwe: Improve packet handling. - Changes from version 0.10.7: + Fixed: - ffv1dec: Drop rank until the implementation is feature-complete. - spotifyaudiosrc: Check cached credentials before use and fix usage of credentials cache. - tttocea608: Specify raw CEA608 field. - gtk4paintablesink: Fix compilation on non-Linux UNIX systems. - webrtcsrc: Don't set stun-server to the empty string if none was set. - webrtcsink: Abort statistics collection before stopping the signaller. - rtpgccbwe: Don't process empty lists. + Changed: - ndi: Update to libloading 0.8. - aws: Update to AWS SDK 0.55/0.27. - webrtcsink: Order pads by serial number. - Update to async-tungstenite 0.22. + Added: webrtcsink/webrtcsrc: Add request-encoded-filter signal to add support for inserting custom filters between encoder/payloader or depayloader/decoder. This allows interacting with the "insertable streams" API from Chrome. - Disable cargo audit service for now, something is not working correctly in the service. - Use %build_rustflags instead of the deprecated %__default_rustflags macro. Requires at least cargo-packaging 1.2.0+3. OBS-URL: https://build.opensuse.org/request/show/1096955 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-rs?expand=0&rev=49 --- _service | 7 ++-- gst-plugins-rs-0.10.6.obscpio | 3 -- gst-plugins-rs-0.10.9.obscpio | 3 ++ gst-plugins-rs.obsinfo | 6 ++-- gstreamer-plugins-rs.changes | 62 +++++++++++++++++++++++++++++++++++ gstreamer-plugins-rs.spec | 8 ++--- vendor.tar.zst | 4 +-- 7 files changed, 76 insertions(+), 17 deletions(-) delete mode 100644 gst-plugins-rs-0.10.6.obscpio create mode 100644 gst-plugins-rs-0.10.9.obscpio diff --git a/_service b/_service index 733b4ce..93e9c67 100644 --- a/_service +++ b/_service @@ -6,8 +6,8 @@ @PARENT_TAG@ (.*)\+0 \1 - refs/tags/0.10.6 - + refs/tags/0.10.9 + git @@ -20,7 +20,4 @@ gst-plugins-rs true - - gst-plugins-rs - diff --git a/gst-plugins-rs-0.10.6.obscpio b/gst-plugins-rs-0.10.6.obscpio deleted file mode 100644 index 150fc36..0000000 --- a/gst-plugins-rs-0.10.6.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1875979f503de3434fdeb1c76681c934b1c6925008a7f2dc7581b5bc1551342 -size 8151565 diff --git a/gst-plugins-rs-0.10.9.obscpio b/gst-plugins-rs-0.10.9.obscpio new file mode 100644 index 0000000..95423f5 --- /dev/null +++ b/gst-plugins-rs-0.10.9.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797a26fd4613798e5150f60803753b0bcf1560db7270008ea3a0575152d56b30 +size 8171021 diff --git a/gst-plugins-rs.obsinfo b/gst-plugins-rs.obsinfo index 558bb2e..0425675 100644 --- a/gst-plugins-rs.obsinfo +++ b/gst-plugins-rs.obsinfo @@ -1,4 +1,4 @@ name: gst-plugins-rs -version: 0.10.6 -mtime: 1680769465 -commit: 88548f41b661c26e6e15035e83884542968f67be +version: 0.10.9 +mtime: 1687196602 +commit: f4324fd30e3bae4cb81ef6debe0e17270604cb54 diff --git a/gstreamer-plugins-rs.changes b/gstreamer-plugins-rs.changes index 86a8283..249c3d9 100644 --- a/gstreamer-plugins-rs.changes +++ b/gstreamer-plugins-rs.changes @@ -1,3 +1,65 @@ +------------------------------------------------------------------- +Wed Jul 5 10:49:41 UTC 2023 - Bjørn Lie + +- Update to version 0.10.9: + + Fixed: + - mp4mux/fmp4mux: Fix byte order in Opus extension box. + - webrtcsrc: Add twcc extension to the codec-preferences when + present. + - webrtcsink: Don't try using cudaconvert if it is not present. + - mccparse: Don't offset the first timecode to a zero PTS. + - Correctly use MPL as license specifier instead of MPL-2 for + plugins that compile with GStreamer < 1.20. + + Added: fallbackswitch: Add stop-on-eos property. +- Changes from version 0.10.8: + + Fixed: + - fmp4mux: + . Use updated start PTS when checking if a stream is filled + instead of a stale one. + . Fix various issues with stream gaps, especially in the + beginning. + . Fix waiting in live pipelines. + - uriplaylistbin: Prevent deadlocks during property + notifications. + - webrtcsink: Fix panics during twcc-stats callback and related + issues. + - awstranscriber: Handle stream disconts correctly. + - roundedcorners: Fix caps negotiation to not use I420 if a + border radius is configured. + - whipsink: Use the correct pad template to request pads from + the internal webrtcbin. + - fallbacksrc: Don't apply fallback audio caps to the main + stream. + - webrtcsrc: Fix caps handling during transceiver creation. + + Changed: rtpgccbwe: Improve packet handling. +- Changes from version 0.10.7: + + Fixed: + - ffv1dec: Drop rank until the implementation is + feature-complete. + - spotifyaudiosrc: Check cached credentials before use and fix + usage of credentials cache. + - tttocea608: Specify raw CEA608 field. + - gtk4paintablesink: Fix compilation on non-Linux UNIX systems. + - webrtcsrc: Don't set stun-server to the empty string if none + was set. + - webrtcsink: Abort statistics collection before stopping the + signaller. + - rtpgccbwe: Don't process empty lists. + + Changed: + - ndi: Update to libloading 0.8. + - aws: Update to AWS SDK 0.55/0.27. + - webrtcsink: Order pads by serial number. + - Update to async-tungstenite 0.22. + + Added: webrtcsink/webrtcsrc: Add request-encoded-filter signal + to add support for inserting custom filters between + encoder/payloader or depayloader/decoder. This allows + interacting with the "insertable streams" API from Chrome. +- Disable cargo audit service for now, something is not working + correctly in the service. +- Use %build_rustflags instead of the deprecated + %__default_rustflags macro. Requires at least cargo-packaging + 1.2.0+3. + ------------------------------------------------------------------- Wed Apr 12 11:50:33 UTC 2023 - Bjørn Lie diff --git a/gstreamer-plugins-rs.spec b/gstreamer-plugins-rs.spec index 0309014..4d276ab 100644 --- a/gstreamer-plugins-rs.spec +++ b/gstreamer-plugins-rs.spec @@ -29,7 +29,7 @@ %endif Name: gstreamer-plugins-rs -Version: 0.10.6 +Version: 0.10.9 Release: 0 Summary: GStreamer Streaming-Media Framework Plug-Ins License: LGPL-2.1-or-later @@ -42,7 +42,7 @@ Source3: cargo_config Source4: gstreamer-plugins-rs.appdata.xml BuildRequires: cargo-c -BuildRequires: cargo-packaging +BuildRequires: cargo-packaging >= 1.2.0+3 BuildRequires: clang # Disable csound for now, bring issue upstream #BuildRequires: csound-devel @@ -104,7 +104,7 @@ cp %{SOURCE3} .cargo/config %build # Disable csound for now, bring issue upstream #export CSOUND_LIB_DIR=%%{_libdir} -export RUSTFLAGS="%{__rustflags}" +export RUSTFLAGS="%{build_rustflags}" %meson \ --default-library=shared \ @@ -119,7 +119,7 @@ export RUSTFLAGS="%{__rustflags}" %meson_build %install -export RUSTFLAGS="%{__rustflags}" +export RUSTFLAGS="%{build_rustflags}" %meson_install mkdir -p %{buildroot}%{_datadir}/appdata cp %{SOURCE4} %{buildroot}%{_datadir}/appdata/ diff --git a/vendor.tar.zst b/vendor.tar.zst index fa82bd5..c9ea3c5 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ecbbb5cc10e7cc7415239496b974f979b7e990906f5bd3b6b70814f310da228b -size 95032018 +oid sha256:5bd8312154c15d83377d936b59f7ec503bb97177312a8ec25b2760e16c2cef2b +size 86499608