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-05-09Add libsodium-based encrypter/decrypter elementsJordan Petridis
2019-04-24tutorial/sinesrc: Simplify query handling codeSebastian Dröge
2019-04-24Update CI for 1.16Sebastian Dröge
2019-04-24tutorial: Add a Bin subclass exampleSebastian Dröge
2019-04-23threadshare/tcpclientsrc: Fix build of test with changes gst::Sample APISebastian Dröge
2019-04-22CI: build and test with all-features and examplesJordan Petridis
2019-04-22togglerecord: Update the gtk example to the exlicit-some api changesJordan Petridis
2019-04-16Update for gstreamer-rs/glib/etc API changes and add more explicit Some()Sebastian Dröge
2019-04-15threadshare: Don't drift slowly when throttling the main contextSebastian Dröge
2019-03-22mccparse: implement seekingMathieu Duponchelle
2019-03-13ts-udpsrc: Add retrieve-sender-address propertyAbdul Rehman
2019-02-22mccenc: Fix expected test output to contain the new version numberSebastian Dröge
2019-02-22Update versions to 0.5.0Sebastian 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