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 (Expand)Author
2019-02-22Update versions of everything and use releases instead of GIT0.4.00.4Sebastian Dröge
2019-02-22Update dependency versionsSebastian Dröge
2019-02-21Fix various clippy warningsSebastian Dröge
2019-02-21closedcaption: Increase recursion limit to 128 to fix compilation with latest...Sebastian Dröge
2019-02-13Fix call parent from Ext traitFrançois Laignel
2019-02-12scc_enc: Don't assert if we're trying to write a line without anything bufferedSebastian Dröge
2019-02-12scc_parse: Don't send a new caps event for every new lineSebastian Dröge
2019-02-09closedcaption: Add SCC parser and encoder pluginsJordan Petridis
2019-02-09mcc_parse: On FlushStop reset all of the stateJordan Petridis
2019-02-08flvdemux: Use 8kHz sample rate for alaw/mulawSebastian Dröge
2019-02-07mcc_enc: Set buffer metadata for outgoing buffersJordan Petridis
2019-02-07mcc_enc: Remove unused fieldsJordan Petridis
2019-02-07mcc_parse: save the last_timecode to have a fallbackJordan Petridis
2019-02-07ts-udpsrc: Fix build on WindowsSebastian Dröge
2019-02-07ts-udpsrc: Fix build on WindowsSebastian Dröge
2019-02-07Fix build with GLib and GTK changesSebastian Dröge
2019-02-06flvdemux: Update to nom 4Sebastian Dröge
2019-02-01Update transform_caps signatureFrançois Laignel
2019-01-29Fixes for gstreamer-rs API changesSebastian Dröge
2019-01-26Update signatures further to gstreamer-base changesFrançois Laignel
2019-01-26Update to LoggedError signaturesFrançois Laignel
2019-01-25tutorial: Use chunks_exact/chunks_exact_mut instead of the normal chunks iter...Sebastian Dröge
2019-01-24file plugin: starting an already started element is a bugFrançois Laignel
2019-01-22mccparse: Refactor huge line-handling function into smaller separate functionsJordan Petridis
2019-01-21plugin::register_static() can fail so don't let it silently failSebastian Dröge
2019-01-21Set caps on the harness in tests before pushing the first bufferSebastian Dröge
2019-01-18Enable 1.31 test job now that 1.32 is releasedSebastian Dröge
2019-01-18Update gstreamer-rs/gstreamer bool to Result changesFrançois Laignel
2019-01-16threadshare: Update for GLib API changesSebastian Dröge
2019-01-14flvdemux: Handle parsing errors correctlySebastian Dröge
2019-01-13closedcaption: remove unnecessary extern crate declarationsJordan Petridis
2019-01-13closedcaption: Add closed caption plugin with an MCC parser and encoderSebastian Dröge
2019-01-12Update for gstreamer-rs MR 200François Laignel
2019-01-04Remove gst-plugin and gst-plugin-simple cratesSebastian Dröge
2019-01-04flvdemux: Port to new subclassing APISebastian Dröge
2018-12-30httpsrc: Port to new subclassing APISebastian Dröge
2018-12-30filesrc: Use BaseSrc::fill() instead of ::create()Sebastian Dröge
2018-12-30filesrc: Set format as gst::Format::Bytes in basesrcSebastian Dröge
2018-12-30file: Always return glib::Error with domain gst::URIError from set_uri()Sebastian Dröge
2018-12-29filesrc: This is a source, not a sink elementSebastian Dröge
2018-12-27flv: Fix compilation after change to Buffer::from_mut_slice()Sebastian Dröge
2018-12-19Update to reqwest 0.9, rand 0.6 and parking_lot 0.7Sebastian Dröge
2018-12-19Remove unneeded ObjectSubclass::new() functions where not neededSebastian Dröge
2018-12-19Use new GLib API for generically implementing GObject interfacesSebastian Dröge
2018-12-19rsfilesrc: Fix typo in previous commitSebastian Dröge
2018-12-19Switch to Rust 1.31 as minimum supported versionSebastian Dröge
2018-12-18Update for glib property API changesSebastian Dröge
2018-12-15gst-plugin-file: port filesink to new subclass architectureFrançois Laignel
2018-12-13Remove some historical cruft from the README.mdSebastian Dröge
2018-12-13ts-appsrc: Fix deadlock during shutdownSebastian Dröge