------------------------------------------------------------------- Mon Aug 29 23:16:32 UTC 2022 - bjorn.lie@gmail.com - Update to version 0.8.4+git20220824.052092cd: * Add RaptorQ RTP FEC plugins * audioloudnorm: Drain on segment event * audio: Use gst_audio::AudioCapsBuilder in some plugins * audio, video: Use AudioCapsBuilder::new_interleaved where applicable * aws: Document the s3hlssink element in README * aws: s3sink: Add a deprecation warning for retry duration properties * aws: s3sink,s3src,transcriber: Add property to set temporary credentials * aws_transcriber: expose filtering related properties * aws_transcriber: Fix regression with credentials mechanism * aws: Update to aws 0.17/0.47 * ci: Update image version * ci: Update to cargo-c 0.9.11 * deny: Update * fallbackswitch: fix gap processing regression * fallbackswitch: Remove unused libc dependency/feature * Fix a couple of new 1.62 clippy warnings * Fix build after glib SignalBuilder::param_types() API change * Fix/silence a couple new clippy warnings * fmp4mux: Add debug output for each fragment's start PTS * fmp4mux: Consider invalid running times as zero and before anything else * fmp4mux: Dequeue as many buffers as are available in each aggregate call * fmp4mux: Dequeue the earliest buffer from any pad first instead of dequeueing up to a whole fragment from the same pad * fmp4mux: Ensure that DTS (or PTS for intra-only streams) are monotonically increasing * fmp4mux: Fix draining if there are no GOPs for a stream * fmp4mux: Fix some clippy warnings * fmp4mux: Fix usage of first_sample_flags/default_sample_flags * fmp4mux: Handle PTS` * hrtfrender: Switch back to hrtf 0.7 * m3u8-rs: Depend on version exactly 3.0.0 * mccparse/sccparse: Don't log gst::FlowError::Flushing or Eos as error to the debug logs * meson: - Cleanup our meson integration - Fix building when git isn't available * net/onvif: implement ONVIF metadata processing elements * onvifaggregator: - always push current media buffer on timeout - implement proper EOS support - refactor to support duration-less media buffers - Update for minor `PadTemplate` API changes * rav1enc: - Use `AtomicRefCell` instead of `Mutex` for the state - Don't handle `NeedMoreData` as "soft" error - Expose various new settings - Include stream-format and alignment in the caps - Put container sequence header into the caps - Set mastering display info, content light level and HDR related colorimetry - Simplify code - Support 8 bit grayscale input - Switch from speed preset 5 to 6 as default * README: Mention the colordetect element * Re-license LGPL-2.1 plugins to MPL-2 * Remove now unnecessary `Send+Sync` impls for element/etc subclasses * Rename `self_` variables to `imp` for consistency * Replace `Foo::from_instance(foo)` with `foo.imp()` * reqwest: Don't unnecessarily borrow dereferenced values explicitly * Revert - "fallbackswitch: Forward custom downstream events from active sinkpad" - "Revert "uriplaylistbin: disable test deadlocking"" - "uriplaylistbin: disable test deadlocking" * rtponvifdepay: Set caps on the source pad * rusoto: - Add missing license file - Export AwsTranscriberResultStability enum - s3sink: Expose property to control all timeout/retry durations - s3sink: Implement timeout/retry for part uploads - s3sink: Make remaining requests bounded in time - s3sink, s3src: Retry on server errors - s3src: Implement timeout and retries - Update async-tungstenite dependency to 0.17 - Update to crc 3 and rusoto 0.48 * rustfmt.toml: Add file * s3src: Consolidate stream reading into get object retries * Simplify some code around event/query views * spotifyaudiosrc: Update to librespot 0.4 * textahead: `PadTemplate::caps()` returns a caps reference now * textwrap: Update for textwrap 0.15 API changes * threadshare: - fix build on Windows - Remove glib::SendUnique usage - Use `into_glib_ptr()` instead of `into_ptr()` * transcriberbin: - Add caption-source property - Don't notify signal inside lock - Fix deadlock - make audioqueue leaky - Protect runtime "passthrough=false" change * ts/examples: add rtp mode with jitter-buffer & trace stop duration * ts/jitterbuffer: - don't wake up immediately... - set jbuf delay when instantiating it * ts: log max throttling when creating Context * ts/rt/Task: - awake the iteration loop when it needs to be aborted - use light weight executor blocking on ack or join handle * tttocea608: expose roll-up timeout property * tutorial/sinesrc: Use pushsrc as direct superclass in the glib::wrapper macro too * Update for event/message/query view API changes * Update license text in the README.md * Update minimum supported GStreamer version to 1.14 * Update minimum supported Rust version to 1.57 * Update README.md with all the new plugins/elements * Update to gst::_log_macro_ * Update to m3u8-rs 4.0 * Update to parking_lot 0.12 and hrtf 0.8 * Update versions to 0.9.0 * uridecodebin: stop using crossbeam_channel * uriplaylistbin: - add Status::ShuttingDown - break reference cycle - disable more tests - disable more tests - disable test deadlocking - display invalid state when panicing - fix deadlock when shutting down - fix number of streaming items - fix race when handling topology change - handle waiting items no longer being set - implement Debug on State - remove pad probe when shutting down - remove useless uridecodebin clone - replace errored with Status enum - skip missing_http test - Update to more-asserts 0.3 * Use SPDX license format in Cargo.toml * videofx: Add colordetect video filter ------------------------------------------------------------------- Thu Jun 09 15:47:40 UTC 2022 - bjorn.lie@gmail.com - Update to version 0.8.4: * audiofx: Update nnoiseless dependency to 0.4 * awstranscribe: increase presisigned url duration to 5 mins from 60s * cea608tott: Don't zero-pad SRT indices but zero-pad hours to at least two digits * ci: cargo test --all-features too... * ci: run tests with RUST_BACKTRACE * closedcaption: Update to uuid 1.0 * Correctly check for the `DISCONT` buffer flag to be set * deny: Ignore duplicated wasi dependency * fallbacksrc: - Changing the URI of the video fallback is supported in NULL state - Disconnect signals on ReadyToNull - Flush source before restarting on errors * fallbackswitch: - Add missing requires_private - add support for buffers without pts - export GEnum used in properties - factor out handle_main_timed_item() - properly handle GAP events * generic/threadshare: fix for nightly build * meson: - Cleanup our meson integration - Fix building when git isn't available * rusoto: s3sink: - Expose property to control all timeout/retry durations - Implement timeout/retry for part uploads - Make remaining requests bounded in time - s3src: Retry on server errors * rusoto: s3src: Implement timeout and retries * rusoto: - Update async-tungstenite dependency to 0.17 - Update to crc 3 and rusoto 0.48 * rustfmt.toml: Add file * s3src: Consolidate stream reading into get object retries * textwrap: Update for textwrap 0.15 API changes * transcriberbin: - Add caption-source property - Don't notify signal inside lock - Fix deadlock - make audioqueue leaky - Protect runtime "passthrough=false" change * ts/examples: add rtp mode with jitter-buffer & trace stop duration * ts/jitterbuffer: don't wake up immediately... * ts: log max throttling when creating Context * ts/rt/Task: - awake the iteration loop when it needs to be aborted - use light weight executor blocking on ack or join handle * Update Cargo.lock * Update license text in the README.md * Update to m3u8-rs 4.0 * uridecodebin: stop using crossbeam_channel * uriplaylistbin: - add Status::ShuttingDown - break reference cycle - disable more tests - disable test deadlocking - display invalid state when panicing - fix deadlock when shutting down - fix number of streaming items - fix race when handling topology change - handle waiting items no longer being set - implement Debug on State - remove pad probe when shutting down - remove useless uridecodebin clone - replace errored with Status enum - skip missing_http test * Use SPDX license format in Cargo.toml ------------------------------------------------------------------- Wed Mar 23 08:59:08 UTC 2022 - Andreas Schwab - Update constraints for riscv64 ------------------------------------------------------------------- Mon Feb 28 12:39:44 UTC 2022 - bjorn.lie@gmail.com - Update to version 0.8.2: * Update Cargo.lock * ci: Use correct gstreamer-rs images template * deny: Remove num-rational override * dav1ddec: - Use `AtomicRefCell` instead of `Mutex` for the state - Fix compilation after some API changes - Release input frames that immediately caused a decoding error ------------------------------------------------------------------- Fri Feb 04 20:27:29 UTC 2022 - bjorn.lie@gmail.com - Update to version 0.8.1: * Update Cargo.lock * Update versions to 0.8.1 * cdg: update image and cdg_renderer * gtk4: Attach main context receiver from the main context's thread * dav1ddec: Add 8/16 bit grayscale support * rav1enc: Support 8 bit grayscale input * dav1ddec: Require correct alignment and stream format when running with GStreamer 1.20 * rav1enc: Include stream-format and alignment in the caps * dav1ddec: Clean up state tracking a bit - Add automatic .changes generation to service, as upstream seems to not want to make release notes or changelogs. ------------------------------------------------------------------- Wed Jan 19 14:17:20 UTC 2022 - Antonio Larrosa - Add a BuildRequires: pkgconfig(libwebp) to fix loading libgstrswebp.so which was failing with an `undefined symbol: WebPAnimDecoderDelete` error. ------------------------------------------------------------------- Tue Jan 18 09:04:54 UTC 2022 - Antonio Larrosa - Increase the disk constraint since i586 builds take ~15.6 GB, s390x over 22 GB and other archs ~18.8 GB. ------------------------------------------------------------------- Mon Jan 17 16:22:51 UTC 2022 - Antonio Larrosa - Update to version 0.8.0: * No changelog provided by upstream ------------------------------------------------------------------- Wed Nov 10 18:52:14 UTC 2021 - Bjørn Lie - Disable csound plugin for now, mask all macros, BuildRequires and set option passed to meson to disabled (was auto), wait for upstream to fix the issues identified. ------------------------------------------------------------------- Tue Nov 2 19:51:56 UTC 2021 - Bjørn Lie - Filter out pkgconfig(csound) Requires, add manual csound-devel BuildRequires to devel package. csound-devel does not provide a .pc file so the autogenerated Requires on pkconfig(csound) is wrong. ------------------------------------------------------------------- Tue Nov 2 11:00:09 UTC 2021 - Bjørn Lie - Drop baselibs.conf, this is a new package, lets not build 32bit unless we have to. ------------------------------------------------------------------- Sat Oct 16 10:54:15 UTC 2021 - Bjørn Lie - No longer disabled LTO, drop macro. ------------------------------------------------------------------- Sat Sep 4 23:21:39 UTC 2021 - Bjørn Lie - Update to version 0.7.2: - Switch service to using an explicit released tag. - Drop 0001-Fix-cast-to-f64-so-it-builds-in-i586.patch: Fixed upstream. ------------------------------------------------------------------- Mon Apr 19 15:00:36 UTC 2021 - Antonio Larrosa - Update to 0.6.0+git20210412.c3fb55f - Add patch to fix build in the i586 architecture (Submitted in glfo#gstreamer/gst-plugins-rs#502): * 0001-Fix-cast-to-f64-so-it-builds-in-i586.patch ------------------------------------------------------------------- Thu Dec 24 13:28:20 UTC 2020 - Bjørn Lie - Enable build of dav1d plugin, do this via: + Disable LTO via macro. + Add clang and pkgconfig(dav1d) BuildRequires. + No longer pass dav1d=disabled to meson, nor remove dav1d from cargo.toml via sed call. - Add pkgconfig(libsodium) BuildRequires and pass sodium=system to meson, do not use package internal version of sodium. - Drop pkgconfig(gtk+-3.0) BuildRequires, not needed. - Add pkgconfig(pango) BuildRequires: Mandatory, previously pulled in by pkgconfig(gtk+-3.0), and add optional nasm BuildRequires. - Drop gcc-c++ BuildRequires, no longer needed, nor used. - Replace llvm-devel with llvm BuildRequires, this is sufficent. - Do general cleanup of spec, make package ready for submit to TW. Use normal meson macros. - Add _constraints, ensure the build have enough harddisk space. ------------------------------------------------------------------- Tue Dec 1 11:28:33 UTC 2020 - Antonio Larrosa - Update to git version 0.6.0+git20201201.58786fa - Use obs-service-cargo_vendor in the _service file and replace vendor-cargo-config with cargo_config - Enable the build of sodium and threadshare plugins - Remove special Cargo.lock source file which is not needed anymore ------------------------------------------------------------------- Wed Oct 28 16:42:07 UTC 2020 - Antonio Larrosa - Fix version, since the initial release wasn't 1.18.0 but 0.6.0 - Update to git version 0.6.0+git20201026.d16e7d1 ------------------------------------------------------------------- Sat Oct 24 12:59:22 UTC 2020 - Dominique Leuenberger - Use %_vpath_builddir instead of hardcoded 'build' directory name: meson allows for the path to be changed. ------------------------------------------------------------------- Wed Sep 16 11:14:49 UTC 2020 - Antonio Larrosa - Initial release of gstreamer-plugins-rs 1.18.0