Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-14hlssink3: Allow GIOStream signal handlers to return NoneArun Raghavan
2023-02-11hlssink3: Fix case on unspecified playlist type nick for consistencyArun Raghavan
2023-02-08hlssink3: Allow setting i-frame-only playlist.rajneeshksoni
2023-01-25Fix various new clippy warningsSebastian Dröge
2023-01-21Update for glib API changesSebastian Dröge
2023-01-15Update for caps/structure-related string API changesSebastian Dröge
2023-01-05Update for API changesSebastian Dröge
2022-12-13Fix various new clippy warningsSebastian Dröge
2022-10-23Move from `imp.instance()` to `imp.obj()`Sebastian Dröge
2022-10-21Take advantage of `Into<Option<_>>` argsFrançois Laignel
2022-10-19Update everything for element factory builder API changesSebastian Dröge
2022-10-18Use new format constructorsFrançois Laignel
2022-10-13hlssink3: Use #[cfg(feature = "doc")] on gst::prelude importVivia Nikolaidou
2022-10-10Change *Impl trait methods to only take &self and not Self::Type in additionSebastian Dröge
2022-09-22Fixes for removal of SpecificFormattedValues ops on refFrançois Laignel
2022-09-05Update for GLib ParamSpec builder API changesSebastian Dröge
2022-08-30Allow "unused_doc_comments" as we use hotdoc and not rustdocThibault Saunier
2022-08-30Generate plugins documentation using hotdocThibault Saunier
2022-08-22plugins: Simplify code using ParamSpecBuilderVivia Nikolaidou
2022-08-17Fix build after glib SignalBuilder::param_types() API changeSebastian Dröge
2022-08-09hlssink3: Update to m3u8-rs 5Sebastian Dröge
2022-07-21Update per glib::SignalBuilder changesBilal Elmoussaoui
2022-07-08hlssink3: convert playlist type to an enumRafael Caricio
2022-07-04hlssink3: Put EXT-X-ENDLIST for vod playlist-type.Rajneesh Soni
2022-07-04hlssink3: Dont reset end_list after stop is called.Rajneesh Soni
2022-06-30Fix/silence a couple new clippy warningsSebastian Dröge
2022-05-08hlssink3: `PadTemplate::name_template()` returns a `&str` now instead of `Opt...Sebastian Dröge
2022-04-14Update to m3u8-rs 4.0Sebastian Dröge
2022-02-28Remove now unnecessary `Send+Sync` impls for element/etc subclassesSebastian Dröge
2022-02-21Update to gst::_log_macro_François Laignel
2022-01-19Update for event/message/query view API changesSebastian Dröge
2022-01-17Replace `Foo::from_instance(foo)` with `foo.imp()`Sebastian Dröge
2022-01-14Ignore `clippy::non_send_fields_in_send_ty` lintSebastian Dröge
2021-12-09hlssink3: fix segment paths in playlist fileRafael Caricio
2021-11-21hlssink3: Minor cleanup of debug outputSebastian Dröge
2021-11-21Update for GLib signal `emit_by_name()` API changesSebastian Dröge
2021-11-20Update for glib constructor renamesSebastian Dröge
2021-11-18hlssink3: Update to m3u8-rs 3Sebastian Dröge
2021-11-16Fix license in hlssink3 pluginRafael Caricio
2021-11-16Add hlssink3 pluginRafael Caricio