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-01-19onvif: Update for allocation query caps API changesSebastian Dröge
2023-01-15Update for caps/structure-related string API changesSebastian Dröge
2022-12-13Fix various new clippy warningsSebastian Dröge
2022-11-18Revert "Update for pango API changes"Sebastian Dröge
2022-11-18Update for pango API changesSebastian Dröge
2022-10-23Move from `imp.instance()` to `imp.obj()`Sebastian Dröge
2022-10-23Fix GObject type names, GStreamer debug category names and element factory namesSebastian Dröge
2022-10-21Take advantage of `Into<Option<_>>` argsFrançois Laignel
2022-10-21onvifmetadatacombiner: On timeout don't wait for metadata to arrive anymore b...Sebastian Dröge
2022-10-21onvifmetadatacombiner: Add a lot of trace debug outputSebastian Dröge
2022-10-18Update for GStreamer API changesSebastian Dröge
2022-10-18Use new format constructorsFrançois Laignel
2022-10-17Update for pango API changesSebastian Dröge
2022-10-14onvifmetadataoverlay, cea608overlay: Fix pangocairo::FontMap::new()Vivia Nikolaidou
2022-10-13onvif: Switch from minidom to xmltree for parsing ONVIF timed metadataSebastian Dröge
2022-10-12Update for pad default functions API changesSebastian Dröge
2022-10-10Change *Impl trait methods to only take &self and not Self::Type in additionSebastian Dröge
2022-09-29onvif: Fix for `gst::meta::CustomMeta::register()` API changeSebastian Dröge
2022-09-27onvifmetadataparse: Schedule EOS events after the last currently queued up frameSebastian Dröge
2022-09-27onvifmetadataparse: Handle negative running times in debug outputSebastian Dröge
2022-09-23onvifmetadataparse: Refactor clock/condvar waitingSebastian Dröge
2022-09-23onvifmetadataparse: Start source pad task on StreamStart if neededSebastian Dröge
2022-09-21net/onvif: update with new `gst::Signed` featuresFrançois Laignel
2022-09-16onvifmetadatacombiner: Drop gap metadata buffersSebastian Dröge
2022-09-16onvifmetadataparse: Simplify some codeSebastian Dröge
2022-09-16onvifmetadataparse: Drop initial buffers until an UTC/running time mapping ca...Sebastian Dröge
2022-09-16onvifmetadataparse: Drop initial buffers if their UTC time would be negativeSebastian Dröge
2022-09-16onvifmetadataparse: Push buffers from a separate source pad task to guarantee...Sebastian Dröge
2022-09-09onvifmetadatacombiner: Do not classify as MuxerThibault Saunier
2022-08-31onvifmetadataparse: Pass through other XML as is with the UTC times based on ...Sebastian Dröge
2022-08-31onvif: Rename onvif(de)pay to rtponvifmetadata(de)pay and include the metadat...Sebastian 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-24onvifmetadata: removing encoding fieldMathieu Duponchelle
2022-08-22plugins: Simplify code using ParamSpecBuilderVivia Nikolaidou
2022-08-16onvifmetadataparse: Use NTP reference timestamp metaSebastian Dröge
2022-08-16onvifmetadataparse: use NTP epoch everywhere instead of mixing UNIX/NTP epochsSebastian Dröge
2022-08-16onvifaggregator: refactor, expect parsed metadataMathieu Duponchelle
2022-08-12onvifmetadataparse: Only define the namespace prefix once for the top-level e...Sebastian Dröge
2022-08-12Remove unnecessary `unsafe` blocks for `Buffer::as_ptr()`Sebastian Dröge
2022-08-12onvif: Add onvifmetadataparse elementSebastian Dröge
2022-06-30Fix/silence a couple new clippy warningsSebastian Dröge
2022-06-15onvifoverlay: render polygons when presentMathieu Duponchelle
2022-06-15onvifaggregator: Add support for UNIX reference timestamp metadataSebastian Dröge
2022-05-25onvifaggregator: refactor to support duration-less media buffersMathieu Duponchelle
2022-05-25onvifaggregator: implement proper EOS supportMathieu Duponchelle
2022-05-13rtponvifdepay: Set caps on the source padSebastian Dröge
2022-05-10onvifaggregator: always push current media buffer on timeoutMathieu Duponchelle
2022-05-08onvifaggregator: Update for minor `PadTemplate` API changesSebastian Dröge
2022-05-06net/onvif: implement ONVIF metadata processing elementsMathieu Duponchelle