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
2024-07-08Update for new debug log macro syntaxSebastian Dröge
2024-06-19Use `Option::is_some_and(...)` instead of `Option::map_or(false, ...)`Sebastian Dröge
2024-06-14Fix various new clippy 1.79 warningsSebastian Dröge
2024-03-21Fix clippy warnings after upgrade to Rust 1.77Philippe Normand
2024-02-26closedcaption: Port from nom to winnowSebastian Dröge
2024-01-31Use once_cell crate directly againSebastian Dröge
2023-07-11Remove unnecessary `mut` everywhereSebastian Dröge
2023-07-06Use re-exported once_cellBilal Elmoussaoui
2023-06-15mccparse: Map timecode to PTS directly without offsetSeungha Yang
2023-05-12use Pad builders for optional name definitionFrançois Laignel
2023-04-10fix typosGuillaume Desmottes
2022-10-23Move from `imp.instance()` to `imp.obj()`Sebastian Dröge
2022-10-23Remove `&` for `obj` in log macrosFrançois Laignel
2022-10-23Fix GObject type names, GStreamer debug category names and element factory namesSebastian Dröge
2022-10-12Update for pad default functions API changesSebastian Dröge
2022-10-10Fix direct access to the inner specific formatted valuesFrançois Laignel
2022-10-10Change *Impl trait methods to only take &self and not Self::Type in additionSebastian Dröge
2022-07-11Simplify Formatted value handlingFrançois Laignel
2022-05-03mccparse/sccparse: Don't log gst::FlowError::Flushing or Eos as error to the ...Sebastian Dröge
2022-02-21Update to gst::_log_macro_François Laignel
2022-01-22Simplify some code around event/query viewsSebastian Dröge
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-15Re-license LGPL-2.1 plugins to MPL-2Sebastian Dröge
2022-01-12Fix various clippy warningsSebastian Dröge
2021-11-06Update for GLib/GStreamer API changesSebastian Dröge
2021-10-31Update to Rust edition 2021 and minimum supported Rust version to 1.56Sebastian Dröge
2021-10-23Update for GstObjectImpl API changeSebastian Dröge
2021-10-18Improve usability thanks to opt-opsFrançois Laignel
2021-10-17Update for event API changesSebastian Dröge
2021-07-30Fix various needless-borrow clippy warnings and othersSebastian Dröge
2021-06-05video: migrate to new ClockTime designFrançois Laignel
2021-06-03use gst::glib where applicableFrançois Laignel
2021-04-20fix-getters-calls 0.3.0 passFrançois Laignel
2021-04-20fix-getters-def 0.3.0 passFrançois Laignel
2021-04-12fix-getters-{def,calls} passFrançois Laignel
2021-03-09Update for the subclassing glib/gstreamer bindings API changesSebastian Dröge
2021-03-07Update for new #[glib::object_subclass] attribute macroSebastian Dröge
2021-01-25Update for glib/gstreamer bindings API changesSebastian Dröge
2020-12-30mccparse: Use the last known timecode as duration even if there were more inv...Sebastian Dröge
2020-12-20Update for macro renamesSebastian Dröge
2020-12-18Update everything for glib macro renamingsSebastian Dröge
2020-12-07mccparse/sccparse: Ignore if pausing a task that does not exist anymoreSebastian Dröge
2020-12-07sccparse, mccparse: fix deadlock on seekMathieu Duponchelle
2020-12-05Remove various unneeded unwrapsSebastian Dröge
2020-11-23video: Update to 2018 editionSebastian Dröge
2020-11-19closedcaption: Silence type complexity warningSebastian Dröge
2020-11-19closedcaption: Switch MCC parser from combine to nomSebastian Dröge
2020-11-15video: Update for subclassing API changesSebastian Dröge