diff --git a/_service b/_service index 261ef19..b581ef7 100644 --- a/_service +++ b/_service @@ -3,10 +3,10 @@ https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git gstreamer-plugins-rs - 0.9.alpha.1+git%cd.%h + 0.9+git%cd.%h (.*)\+0 \1 - 5c89c3db + 0.9 enable git @@ -17,9 +17,9 @@ xz - gst-plugins-rs + gstreamer-plugins-rs - gst-plugins-rs + gstreamer-plugins-rs diff --git a/_servicedata b/_servicedata index 97cdb6f..b65e286 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - 5c89c3db69f0160b71cb1e17eaf2f8b32bffa5fe \ No newline at end of file + 274e57a536e5e5c29c92dd0d4485a787c8fec395 \ No newline at end of file diff --git a/cargo_config b/cargo_config index 38e1aa3..fb70dd1 100644 --- a/cargo_config +++ b/cargo_config @@ -3,10 +3,12 @@ replace-with = "vendored-sources" [source."https://github.com/gtk-rs/gtk-rs-core"] git = "https://github.com/gtk-rs/gtk-rs-core" +branch = "0.16" replace-with = "vendored-sources" [source."https://github.com/gtk-rs/gtk4-rs"] git = "https://github.com/gtk-rs/gtk4-rs" +branch = "0.5" replace-with = "vendored-sources" [source."https://github.com/rust-av/ffv1.git"] @@ -20,6 +22,7 @@ replace-with = "vendored-sources" [source."https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"] git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" +branch = "0.19" replace-with = "vendored-sources" [source.vendored-sources] diff --git a/gstreamer-plugins-rs-0.9+git20221113.274e57a.obscpio b/gstreamer-plugins-rs-0.9+git20221113.274e57a.obscpio new file mode 100644 index 0000000..98e6043 --- /dev/null +++ b/gstreamer-plugins-rs-0.9+git20221113.274e57a.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f03286933a6bad1bf6a9345107f4b815a8a5e4a3f85d7eba3f2a99c9dde3798 +size 7069197 diff --git a/gstreamer-plugins-rs-0.9.alpha.1+git20221020.5c89c3d.obscpio b/gstreamer-plugins-rs-0.9.alpha.1+git20221020.5c89c3d.obscpio deleted file mode 100644 index 17ec00b..0000000 --- a/gstreamer-plugins-rs-0.9.alpha.1+git20221020.5c89c3d.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:427efc94050e9a052ec0271472b0908babcc84ff514ab4595dbe605b09fdbdbe -size 6870541 diff --git a/gstreamer-plugins-rs.changes b/gstreamer-plugins-rs.changes index 9c46ae4..c6f6f7c 100644 --- a/gstreamer-plugins-rs.changes +++ b/gstreamer-plugins-rs.changes @@ -1,3 +1,73 @@ +------------------------------------------------------------------- +Thu Nov 17 16:19:32 UTC 2022 - alarrosa@suse.com + +- Update to version 0.9+git20221113.274e57a: + * Update Cargo.lock + * Update versions to 0.9.1 + * closedcaption: Update for deprecated chrono functions + * version-helper: Update for deprecated chrono functions + * Update Cargo.lock + * webrtc: README: fix couple of links + * webrtcsink: improve debug + * ci: add trigger job and only run documentation job post-merge + * ci: add integration stage and move documentation job to that + * ts/udpsink: handle items in the PadSinkHandler + * ts: introduce ts-audiotestsrc + * ts/standalone: add new Sinks + * ts/standalone: move current sink under task_sink + * deny: Update + * Add missing `doc` features to WebRTC plugins + * fmp4mux: Make media/trak timescales configurable + * ci: Update to cargo-c 0.9.14 + * meson: optionalize pango dependency used by net/onvif + * ndi: provide Unix fallback after 3fe9e4a207f8 + * fmp4mux: Don't allow VP9 for CMAF + * fmp4mux: Add initial Opus support + * docs: Remove some stale entries of renamed elements + * aws: Skip s3 test on Windows until we figure out why it times out + * Fix various new clippy warnings + * fmp4mux: For VP9, write resolution into the tkhd and include a stss box to signal that not all frames are sync samples + * webrtc: Update to human_bytes 0.4 + * aws: Update to aws 0.21/0.51 + * fmp4mux: Remove unused uuid dependency + * Update Cargo.lock + * fmp4mux: Clip negative PTS to zero/last PTS instead of erroring out + * fmp4mux: Send force-keyunit events for now if the ideal position has already passed + * fmp4mux: Add debug log when writing the mfra box + * fmp4mux: Reset timing infos to None if a stream only contained gap events for a whole fragment + * fmp4mux: If a stream is longer than the main stream at EOS, simply include all of its buffers in the last fragment nonetheless + * whipsink: Add object to debug logs + * fmp4mux: don't require dts for predictive-only formats like vp9 + * aws: fix title in README + * deny: Update + * fmp4: add support for muxing VP9 streams in cmaf, dash and iso fmp4 + * Add Cargo.lock + * Update to release versions of gtk-rs and gstreamer-rs + * Update versions to 0.9.0 + * Update to async-tungstenite 0.18 + * pngenc: Encode every frame individually + * ts/pad: use `gst::Pad` in handlers trait functions... + * ts/pad: don't pass self as ref in remaining handler traits functions + * textwrap: Update to textwrap 0.16 + * Move from `imp.instance()` to `imp.obj()` + * Remove `&` for `obj` in log macros + * Update docs + * Add all missing plugins/elements to the README.md + * Fix GObject type names, GStreamer debug category names and element factory names + * Add new mux subdirectory for container formats + * rtp: Move GCC bandwidth estimation element from webrtc to rtp plugin + * Make GStreamer plugin/crate/library/directory names and descriptions consistent + * Rename rtpav1 plugin to just rtp + * videocompare: Update README with reference + * Sort members in Cargo.toml and meson.build alphabetically and the same in both files + * Various minor cleanups + * meson: Fix warning + * videocompare: Fix warning + * Take advantage of `Into>` args + * onvifmetadatacombiner: On timeout don't wait for metadata to arrive anymore but output the current video frame + * onvifmetadatacombiner: Add a lot of trace debug output + * spotifyaudiosrc: convert to PushSrc + ------------------------------------------------------------------- Fri Oct 21 06:18:44 UTC 2022 - bjorn.lie@gmail.com diff --git a/gstreamer-plugins-rs.obsinfo b/gstreamer-plugins-rs.obsinfo index f4c10ee..8ea6b41 100644 --- a/gstreamer-plugins-rs.obsinfo +++ b/gstreamer-plugins-rs.obsinfo @@ -1,4 +1,4 @@ name: gstreamer-plugins-rs -version: 0.9.alpha.1+git20221020.5c89c3d -mtime: 1666290015 -commit: 5c89c3db69f0160b71cb1e17eaf2f8b32bffa5fe +version: 0.9+git20221113.274e57a +mtime: 1668363981 +commit: 274e57a536e5e5c29c92dd0d4485a787c8fec395 diff --git a/gstreamer-plugins-rs.spec b/gstreamer-plugins-rs.spec index 0a262f3..dfa0e46 100644 --- a/gstreamer-plugins-rs.spec +++ b/gstreamer-plugins-rs.spec @@ -25,7 +25,7 @@ #%%global __requires_exclude pkgconfig\\(csound\\) Name: gstreamer-plugins-rs -Version: 0.9.alpha.1+git20221020.5c89c3d +Version: 0.9+git20221113.274e57a Release: 0 Summary: GStreamer Streaming-Media Framework Plug-Ins License: LGPL-2.1-or-later @@ -141,25 +141,25 @@ cp %{SOURCE3} %{buildroot}%{_datadir}/appdata/ %{_libdir}/gstreamer-%{gst_branch}/libgstreqwest.so %{_libdir}/gstreamer-%{gst_branch}/libgstrsaudiofx.so %{_libdir}/gstreamer-%{gst_branch}/libgstrsclosedcaption.so -%{_libdir}/gstreamer-%{gst_branch}/libgstrsdav1d.so +%{_libdir}/gstreamer-%{gst_branch}/libgstdav1d.so %{_libdir}/gstreamer-%{gst_branch}/libgstrsfile.so %{_libdir}/gstreamer-%{gst_branch}/libgstrsflv.so -%{_libdir}/gstreamer-%{gst_branch}/libgstrsjson.so +%{_libdir}/gstreamer-%{gst_branch}/libgstjson.so %{_libdir}/gstreamer-%{gst_branch}/libgstrsonvif.so %{_libdir}/gstreamer-%{gst_branch}/libgstrspng.so -%{_libdir}/gstreamer-%{gst_branch}/libgstrsregex.so -%{_libdir}/gstreamer-%{gst_branch}/libgstrstextwrap.so +%{_libdir}/gstreamer-%{gst_branch}/libgstregex.so +%{_libdir}/gstreamer-%{gst_branch}/libgsttextwrap.so %{_libdir}/gstreamer-%{gst_branch}/libgstrstracers.so %{_libdir}/gstreamer-%{gst_branch}/libgstrswebp.so %{_libdir}/gstreamer-%{gst_branch}/libgstrswebrtc.so -%{_libdir}/gstreamer-%{gst_branch}/libgstrtpav1.so +%{_libdir}/gstreamer-%{gst_branch}/libgstrsrtp.so %{_libdir}/gstreamer-%{gst_branch}/libgstsodium.so %{_libdir}/gstreamer-%{gst_branch}/libgstspotify.so %{_libdir}/gstreamer-%{gst_branch}/libgsttextahead.so %{_libdir}/gstreamer-%{gst_branch}/libgstthreadshare.so %{_libdir}/gstreamer-%{gst_branch}/libgsttogglerecord.so %{_libdir}/gstreamer-%{gst_branch}/libgsturiplaylistbin.so -%{_libdir}/gstreamer-%{gst_branch}/libgstvideofx.so +%{_libdir}/gstreamer-%{gst_branch}/libgstrsvideofx.so %{_libdir}/gstreamer-%{gst_branch}/libgstwebrtchttp.so %dir %{_datadir}/appdata %{_datadir}/appdata/gstreamer-plugins-rs.appdata.xml diff --git a/vendor.tar.xz b/vendor.tar.xz index 83a18c1..d78cd50 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e22dd739140c1dd127ea1ac6855eca80a18e3d77c28eccba74bfe242eb081a8 -size 76036668 +oid sha256:9641f93b9b500c073c7fca7915486b2a6d9b094bf472b59e1da1a28460d397b4 +size 76296044