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

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-09Update versions to 0.8.0 for the master branchSebastian Dröge
2021-07-09Update versions to 0.7.0Sebastian Dröge
2021-06-05video: migrate to new ClockTime designFrançois Laignel
2021-06-03use gst::glib where applicableFrançois Laignel
2021-05-13Update repository URL for gtk-rs "core" cratesSebastian Dröge
2021-04-20fix-getters-calls 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-09Update pretty-assertions to 0.7, async-tungstenite to 0.13 and num-rational ↵Sebastian Dröge
to 0.4 Also get rid of the funty workaround as nom now depends on the right version.
2021-03-07Update for new #[glib::object_subclass] attribute macroSebastian Dröge
2021-02-14Temporarily depend on funty 1.1.0 to work around breakage in 1.2.0Sebastian Dröge
See https://github.com/myrrlyn/funty/issues/3
2021-02-09Fix various warnings from clippy 1.50Sebastian Dröge
2021-01-25Update for glib/gstreamer bindings API changesSebastian Dröge
2021-01-04use cargo-c to produce cdy and static libsGuillaume Desmottes
cargo-c will produce a pkg-config file making it easier to statically link plugins. Also add 'static' features for plugins depending on < 1.14 as this is the minimal required version to use static linking because of ABI changes in core.
2020-12-20Update for macro renamesSebastian Dröge
2020-12-18Update everything for glib macro renamingsSebastian Dröge
2020-12-05Remove various unneeded unwrapsSebastian Dröge
2020-11-23video: Update to 2018 editionSebastian Dröge
2020-11-19flavors: Update to nom 6Sebastian Dröge
2020-11-16meson: add support for static buildGuillaume Desmottes
There is no way to dynamically ask Cargo to build static or dynamic lib so we have to build both and pick the one we care when doing the meson processing. Fix #88
2020-11-15video: Update for subclassing API changesSebastian Dröge
2020-11-03flavors: Pin to a version that doesn't require nom 6 yetSebastian Dröge
See https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/423
2020-11-01Switch to the combined gtk-rs and gstreamer-rs repositoriesSebastian Dröge
2020-10-21Fix ClockTime comparisons not being Ord and use saturating_subFrançois Laignel
See: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/607
2020-10-13Update muldiv dependency to 1.0Sebastian Dröge
2020-07-26Update for removal of ObjectImpl::get_type_data()Sebastian Dröge
2020-07-10Add LICENSE files to each individual crateSebastian Dröge
2020-07-01Update for Element::post_message() signature changeSebastian Dröge
2020-06-25event,message,query: update instantiationFrançois Laignel
See https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/532
2020-06-22Remove a few unused dependenciesSebastian Dröge
2020-06-22Update to use the new pad builders for safely setting pad functionsSebastian Dröge
Only two uses of unsafely setting the pad functions is left: - fallbacksrc for overriding the chain function of the proxy pad of a ghost pad - threadshare for overriding the pad functions after creationg, which probably needs some fixing at some point
2020-06-18flavors: Update num-rational dependency to 0.3Sebastian Dröge
2020-06-16Update for new_with_XXX/new_from_XXX function renamingSebastian Dröge
2020-06-11use new constructor namesGuillaume Desmottes
2020-04-24Configure crate-type to cdylib/rlib consistently in Cargo.tomlSebastian Dröge
And not in the source code, it's a build decision.
2020-04-24Fix various new clippy warnings with clippy 1.43Sebastian Dröge
2020-04-16flavors: remove git suffix from git depGuillaume Desmottes
Not needed and will make cargo deny sources list homogeneous.
2020-04-05Rename flv directory as flavorsArun Raghavan
Follows the same convention as all the other plugins.