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
path: root/net/onvif
AgeCommit message (Expand)Author
2023-11-02Update for `gst::Rank` API changesSebastian Dröge
2023-09-16onvifmetadataparse: Skip metadata frames with unrepresentable UTC timeSebastian Dröge
2023-08-10Update versions to 0.12.0-alpha.1Sebastian Dröge
2023-08-09Don't generate .def files for pluginsSebastian Dröge
2023-07-19Update minimum supported Rust version to 1.70Sebastian Dröge
2023-07-06Use re-exported once_cellBilal Elmoussaoui
2023-07-06Adapt to glib::Continue renameBilal Elmoussaoui
2023-06-07Use MPL as license specifier for plugins only requiring GStreamer < 1.20Sebastian Dröge
2023-05-12use Pad builders for optional name definitionFrançois Laignel
2023-04-04git: replace LICENSE file symlinks with copiesTim-Philipp Müller
2023-02-20Update minimum supported Rust version to 1.66Sebastian Dröge
2023-02-10Update versions to 0.11.0-alpha.1Sebastian Dröge
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-24Update versions to 0.10.0-alpha.1Sebastian 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-23Make GStreamer plugin/crate/library/directory names and descriptions consistentSebastian 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-10-04build: Update versions to be 0.9.0-alpha.1Nirbheek Chauhan
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-09-04Update minimum supported Rust version to 1.63Sebastian Dröge
2022-09-03Fix missing pkgconfig requiresXavier Claessens
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