From c229127b43c7a9ae5d11bafc2504f67691a2ea6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 1 Jul 2020 12:35:32 +0100 Subject: avtp: documentation fixes Unclear why hotdoc wants 'gstavtp' as the plugin name here, that's just wrong. Add since marker and mark private subclasses as plugin API so hotdoc knows they belong to the plugin and aren't external. Fix GstAvtpAafTstampMode get_type() function. --- docs/plugins/gst_plugins_cache.json | 163 +++++++++++++++++++++++++++++++++++- 1 file changed, 162 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index a89c8fe1c..cc487a4b0 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -2002,7 +2002,168 @@ }, "filename": "gstavtp", "license": "LGPL", - "other-types": {}, + "other-types": { + "GstAvtpAafTstampMode": { + "kind": "enum", + "values": [ + { + "desc": "Normal timestamping mode", + "name": "normal", + "value": "0" + }, + { + "desc": "Sparse timestamping mode", + "name": "sparse", + "value": "1" + } + ] + }, + "GstAvtpBaseDepayload": { + "hierarchy": [ + "GstAvtpBaseDepayload", + "GstElement", + "GstObject", + "GInitiallyUnowned", + "GObject" + ], + "kind": "object", + "properties": { + "streamid": { + "blurb": "Stream ID associated with the AVTPDU", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "12302652060662169600", + "max": "18446744073709551615", + "min": "0", + "mutable": "paused", + "readable": true, + "type": "guint64", + "writable": true + } + } + }, + "GstAvtpBasePayload": { + "hierarchy": [ + "GstAvtpBasePayload", + "GstElement", + "GstObject", + "GInitiallyUnowned", + "GObject" + ], + "kind": "object", + "properties": { + "mtt": { + "blurb": "Maximum Transit Time (MTT) in nanoseconds", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "50000000", + "max": "-1", + "min": "0", + "mutable": "null", + "readable": true, + "type": "guint", + "writable": true + }, + "processing-deadline": { + "blurb": "Maximum amount of time (in ns) the pipeline can take for processing the buffer", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "20000000", + "max": "18446744073709551615", + "min": "0", + "mutable": "null", + "readable": true, + "type": "guint64", + "writable": true + }, + "streamid": { + "blurb": "Stream ID associated with the AVTPDU", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "12302652060662169600", + "max": "18446744073709551615", + "min": "0", + "mutable": "ready", + "readable": true, + "type": "guint64", + "writable": true + }, + "tu": { + "blurb": "Timing Uncertainty (TU) in nanoseconds", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "1000000", + "max": "-1", + "min": "0", + "mutable": "null", + "readable": true, + "type": "guint", + "writable": true + } + } + }, + "GstAvtpCrfBase": { + "hierarchy": [ + "GstAvtpCrfBase", + "GstBaseTransform", + "GstElement", + "GstObject", + "GInitiallyUnowned", + "GObject" + ], + "kind": "object", + "properties": { + "address": { + "blurb": "Destination MAC address expected on the Ethernet frames", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "01:AA:AA:AA:AA:AA", + "mutable": "ready", + "readable": true, + "type": "gchararray", + "writable": true + }, + "ifname": { + "blurb": "Network interface utilized to receive CRF AVTPDUs", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "eth0", + "mutable": "ready", + "readable": true, + "type": "gchararray", + "writable": true + }, + "streamid": { + "blurb": "Stream ID associated with the CRF AVTPDU", + "conditionally-available": false, + "construct": false, + "construct-only": false, + "controllable": false, + "default": "12302652060662173696", + "max": "18446744073709551615", + "min": "0", + "mutable": "ready", + "readable": true, + "type": "guint64", + "writable": true + } + } + } + }, "package": "GStreamer Bad Plug-ins", "source": "gst-plugins-bad", "tracers": {}, -- cgit v1.2.1