diff options
author | Thibault Saunier <tsaunier@igalia.com> | 2020-06-19 22:55:54 -0400 |
---|---|---|
committer | Thibault Saunier <tsaunier@igalia.com> | 2020-06-23 12:08:40 -0400 |
commit | 289350572dc5f452d00c99fe65c5f5e29200fec9 (patch) | |
tree | b93d0cd2d77a750be0f4ec13081f5ca876ea2de0 | |
parent | 0696b699aba9e0c36e08df51cec661e33f6de9f6 (diff) |
doc: Stop documenting properties from parents
-rw-r--r-- | docs/gst_plugins_cache.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json index e4871e3..ce38d11 100644 --- a/docs/gst_plugins_cache.json +++ b/docs/gst_plugins_cache.json @@ -28,18 +28,6 @@ } }, "properties": { - "async-handling": { - "blurb": "The bin will handle Asynchronous state changes", - "conditionally-available": false, - "construct": false, - "construct-only": false, - "controllable": false, - "default": "false", - "mutable": "null", - "readable": true, - "type": "gboolean", - "writable": true - }, "debug": { "blurb": "Dump request and response messages to stdout", "conditionally-available": false, @@ -90,18 +78,6 @@ "type": "gchararray", "writable": true }, - "message-forward": { - "blurb": "Forwards all children messages", - "conditionally-available": false, - "construct": false, - "construct-only": false, - "controllable": false, - "default": "false", - "mutable": "null", - "readable": true, - "type": "gboolean", - "writable": true - }, "multicast-iface": { "blurb": "The network interface on which to join the multicast group", "conditionally-available": false, |