docs: Update gst_plugins_cache.json

This commit is contained in:
Sebastian Dröge 2020-05-27 16:03:35 +03:00 committed by Thibault Saunier
parent a90f9dc257
commit 18a4b109de

View file

@ -1,7 +1,6 @@
{ {
"ges": { "ges": {
"description": "GStreamer Editing Services Plugin", "description": "GStreamer Editing Services Plugin",
"device-providers": {},
"elements": { "elements": {
"gesdemux": { "gesdemux": {
"author": "Thibault Saunier <tsaunier@igalia.com", "author": "Thibault Saunier <tsaunier@igalia.com",
@ -15,6 +14,9 @@
"GInitiallyUnowned", "GInitiallyUnowned",
"GObject" "GObject"
], ],
"interfaces": [
"GstChildProxy"
],
"klass": "Codec/Demux/Editing", "klass": "Codec/Demux/Editing",
"long-name": "GStreamer Editing Services based 'demuxer'", "long-name": "GStreamer Editing Services based 'demuxer'",
"pad-templates": { "pad-templates": {
@ -40,7 +42,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "false", "default": "false",
"type-name": "gboolean", "readable": true,
"type": "gboolean",
"writable": true "writable": true
}, },
"message-forward": { "message-forward": {
@ -48,14 +51,16 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "false", "default": "false",
"type-name": "gboolean", "readable": true,
"type": "gboolean",
"writable": true "writable": true
}, },
"timeline": { "timeline": {
"blurb": "Timeline to use in this src.", "blurb": "Timeline to use in this src.",
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"type-name": "GESTimeline", "readable": true,
"type": "GESTimeline",
"writable": true "writable": true
} }
}, },
@ -63,19 +68,28 @@
"signals": { "signals": {
"no-more-pads": { "no-more-pads": {
"args": [], "args": [],
"retval": "void" "return-type": "void",
"when": "last"
}, },
"pad-added": { "pad-added": {
"args": [ "args": [
"GstPad" {
"name": "arg0",
"type": "GstPad"
}
], ],
"retval": "void" "return-type": "void",
"when": "last"
}, },
"pad-removed": { "pad-removed": {
"args": [ "args": [
"GstPad" {
"name": "arg0",
"type": "GstPad"
}
], ],
"retval": "void" "return-type": "void",
"when": "last"
} }
} }
}, },
@ -91,6 +105,10 @@
"GInitiallyUnowned", "GInitiallyUnowned",
"GObject" "GObject"
], ],
"interfaces": [
"GstChildProxy",
"GstURIHandler"
],
"klass": "Codec/Source/Editing", "klass": "Codec/Source/Editing",
"long-name": "GStreamer Editing Services based 'source'", "long-name": "GStreamer Editing Services based 'source'",
"pad-templates": { "pad-templates": {
@ -111,7 +129,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "false", "default": "false",
"type-name": "gboolean", "readable": true,
"type": "gboolean",
"writable": true "writable": true
}, },
"message-forward": { "message-forward": {
@ -119,14 +138,16 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "false", "default": "false",
"type-name": "gboolean", "readable": true,
"type": "gboolean",
"writable": true "writable": true
}, },
"timeline": { "timeline": {
"blurb": "Timeline to use in this src.", "blurb": "Timeline to use in this src.",
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"type-name": "GESTimeline", "readable": true,
"type": "GESTimeline",
"writable": true "writable": true
} }
}, },
@ -134,25 +155,35 @@
"signals": { "signals": {
"no-more-pads": { "no-more-pads": {
"args": [], "args": [],
"retval": "void" "return-type": "void",
"when": "last"
}, },
"pad-added": { "pad-added": {
"args": [ "args": [
"GstPad" {
"name": "arg0",
"type": "GstPad"
}
], ],
"retval": "void" "return-type": "void",
"when": "last"
}, },
"pad-removed": { "pad-removed": {
"args": [ "args": [
"GstPad" {
"name": "arg0",
"type": "GstPad"
}
], ],
"retval": "void" "return-type": "void",
"when": "last"
} }
} }
} }
}, },
"filename": "gstges", "filename": "gstges",
"license": "LGPL", "license": "LGPL",
"other-types": {},
"package": "GStreamer Editing Services", "package": "GStreamer Editing Services",
"source": "gst-editing-services", "source": "gst-editing-services",
"tracers": {}, "tracers": {},
@ -173,9 +204,11 @@
"GInitiallyUnowned", "GInitiallyUnowned",
"GObject" "GObject"
], ],
"interfaces": [
"GstChildProxy"
],
"klass": "Filter/Editor", "klass": "Filter/Editor",
"long-name": "GNonLin Composition", "long-name": "GNonLin Composition",
"name": "nlecomposition",
"pad-templates": { "pad-templates": {
"src": { "src": {
"caps": "ANY", "caps": "ANY",
@ -189,7 +222,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "true", "default": "true",
"type-name": "gboolean", "readable": true,
"type": "gboolean",
"writable": true "writable": true
}, },
"async-handling": { "async-handling": {
@ -197,7 +231,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "false", "default": "false",
"type-name": "gboolean", "readable": true,
"type": "gboolean",
"writable": true "writable": true
}, },
"caps": { "caps": {
@ -205,7 +240,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "ANY", "default": "ANY",
"type-name": "GstCaps", "readable": true,
"type": "GstCaps",
"writable": true "writable": true
}, },
"duration": { "duration": {
@ -215,7 +251,8 @@
"default": "0", "default": "0",
"max": "9223372036854775807", "max": "9223372036854775807",
"min": "0", "min": "0",
"type-name": "gint64", "readable": true,
"type": "gint64",
"writable": true "writable": true
}, },
"expandable": { "expandable": {
@ -223,15 +260,17 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "false", "default": "false",
"type-name": "gboolean", "readable": true,
"type": "gboolean",
"writable": true "writable": true
}, },
"id": { "id": {
"blurb": "The stream-id of the composition", "blurb": "The stream-id of the composition",
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "08b803d370ed02669347d0152504d701", "default": "6a0fa13827e3ac0bd51c97439086d1d9",
"type-name": "gchararray", "readable": true,
"type": "gchararray",
"writable": true "writable": true
}, },
"inpoint": { "inpoint": {
@ -241,7 +280,8 @@
"default": "18446744073709551615", "default": "18446744073709551615",
"max": "18446744073709551615", "max": "18446744073709551615",
"min": "0", "min": "0",
"type-name": "guint64", "readable": true,
"type": "guint64",
"writable": true "writable": true
}, },
"media-duration-factor": { "media-duration-factor": {
@ -251,7 +291,8 @@
"default": "1", "default": "1",
"max": "1.79769e+308", "max": "1.79769e+308",
"min": "0.01", "min": "0.01",
"type-name": "gdouble", "readable": true,
"type": "gdouble",
"writable": true "writable": true
}, },
"message-forward": { "message-forward": {
@ -259,23 +300,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "false", "default": "false",
"type-name": "gboolean", "readable": true,
"writable": true "type": "gboolean",
},
"name": {
"blurb": "The name of the object",
"construct": true,
"construct-only": false,
"default": "NULL",
"hotdoc-fixed-default": true,
"type-name": "gchararray",
"writable": true
},
"parent": {
"blurb": "The parent of the object",
"construct": false,
"construct-only": false,
"type-name": "GstObject",
"writable": true "writable": true
}, },
"priority": { "priority": {
@ -285,7 +311,8 @@
"default": "0", "default": "0",
"max": "-1", "max": "-1",
"min": "0", "min": "0",
"type-name": "guint", "readable": true,
"type": "guint",
"writable": true "writable": true
}, },
"start": { "start": {
@ -295,7 +322,8 @@
"default": "0", "default": "0",
"max": "18446744073709551615", "max": "18446744073709551615",
"min": "0", "min": "0",
"type-name": "guint64", "readable": true,
"type": "guint64",
"writable": true "writable": true
}, },
"stop": { "stop": {
@ -305,27 +333,33 @@
"default": "0", "default": "0",
"max": "18446744073709551615", "max": "18446744073709551615",
"min": "0", "min": "0",
"type-name": "guint64", "readable": true,
"type": "guint64",
"writable": false "writable": false
} }
}, },
"rank": "none", "rank": "none",
"signals": { "signals": {
"commit": { "commit": {
"action": true,
"args": [ "args": [
"gboolean" {
"name": "arg0",
"type": "gboolean"
}
], ],
"retval": "gboolean" "return-type": "gboolean",
"when": "last"
}, },
"commited": { "commited": {
"args": [ "args": [
"gboolean" {
"name": "arg0",
"type": "gboolean"
}
], ],
"retval": "void" "return-type": "void",
}, "when": "first"
"query-position": {
"args": [],
"retval": "guint64"
} }
} }
}, },
@ -341,9 +375,11 @@
"GInitiallyUnowned", "GInitiallyUnowned",
"GObject" "GObject"
], ],
"interfaces": [
"GstChildProxy"
],
"klass": "Filter/Editor", "klass": "Filter/Editor",
"long-name": "GNonLin Operation", "long-name": "GNonLin Operation",
"name": "nleoperation",
"pad-templates": { "pad-templates": {
"sink%%d": { "sink%%d": {
"caps": "ANY", "caps": "ANY",
@ -362,7 +398,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "true", "default": "true",
"type-name": "gboolean", "readable": true,
"type": "gboolean",
"writable": true "writable": true
}, },
"async-handling": { "async-handling": {
@ -370,7 +407,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "false", "default": "false",
"type-name": "gboolean", "readable": true,
"type": "gboolean",
"writable": true "writable": true
}, },
"caps": { "caps": {
@ -378,7 +416,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "ANY", "default": "ANY",
"type-name": "GstCaps", "readable": true,
"type": "GstCaps",
"writable": true "writable": true
}, },
"duration": { "duration": {
@ -388,7 +427,8 @@
"default": "0", "default": "0",
"max": "9223372036854775807", "max": "9223372036854775807",
"min": "0", "min": "0",
"type-name": "gint64", "readable": true,
"type": "gint64",
"writable": true "writable": true
}, },
"expandable": { "expandable": {
@ -396,7 +436,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "false", "default": "false",
"type-name": "gboolean", "readable": true,
"type": "gboolean",
"writable": true "writable": true
}, },
"inpoint": { "inpoint": {
@ -406,7 +447,8 @@
"default": "18446744073709551615", "default": "18446744073709551615",
"max": "18446744073709551615", "max": "18446744073709551615",
"min": "0", "min": "0",
"type-name": "guint64", "readable": true,
"type": "guint64",
"writable": true "writable": true
}, },
"media-duration-factor": { "media-duration-factor": {
@ -416,7 +458,8 @@
"default": "1", "default": "1",
"max": "1.79769e+308", "max": "1.79769e+308",
"min": "0.01", "min": "0.01",
"type-name": "gdouble", "readable": true,
"type": "gdouble",
"writable": true "writable": true
}, },
"message-forward": { "message-forward": {
@ -424,23 +467,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "false", "default": "false",
"type-name": "gboolean", "readable": true,
"writable": true "type": "gboolean",
},
"name": {
"blurb": "The name of the object",
"construct": true,
"construct-only": false,
"default": "NULL",
"hotdoc-fixed-default": true,
"type-name": "gchararray",
"writable": true
},
"parent": {
"blurb": "The parent of the object",
"construct": false,
"construct-only": false,
"type-name": "GstObject",
"writable": true "writable": true
}, },
"priority": { "priority": {
@ -450,7 +478,8 @@
"default": "0", "default": "0",
"max": "-1", "max": "-1",
"min": "0", "min": "0",
"type-name": "guint", "readable": true,
"type": "guint",
"writable": true "writable": true
}, },
"sinks": { "sinks": {
@ -460,7 +489,8 @@
"default": "1", "default": "1",
"max": "2147483647", "max": "2147483647",
"min": "-1", "min": "-1",
"type-name": "gint", "readable": true,
"type": "gint",
"writable": true "writable": true
}, },
"start": { "start": {
@ -470,7 +500,8 @@
"default": "0", "default": "0",
"max": "18446744073709551615", "max": "18446744073709551615",
"min": "0", "min": "0",
"type-name": "guint64", "readable": true,
"type": "guint64",
"writable": true "writable": true
}, },
"stop": { "stop": {
@ -480,24 +511,37 @@
"default": "0", "default": "0",
"max": "18446744073709551615", "max": "18446744073709551615",
"min": "0", "min": "0",
"type-name": "guint64", "readable": true,
"type": "guint64",
"writable": false "writable": false
} }
}, },
"rank": "none", "rank": "none",
"signals": { "signals": {
"commit": { "commit": {
"action": true,
"args": [ "args": [
"gboolean" {
"name": "arg0",
"type": "gboolean"
}
], ],
"retval": "gboolean" "return-type": "gboolean",
"when": "last"
}, },
"input-priority-changed": { "input-priority-changed": {
"args": [ "args": [
"GstPad", {
"guint" "name": "arg0",
"type": "GstPad"
},
{
"name": "arg1",
"type": "guint"
}
], ],
"retval": "void" "return-type": "void",
"when": "last"
} }
} }
}, },
@ -513,9 +557,11 @@
"GInitiallyUnowned", "GInitiallyUnowned",
"GObject" "GObject"
], ],
"interfaces": [
"GstChildProxy"
],
"klass": "Filter/Editor", "klass": "Filter/Editor",
"long-name": "GNonLin Source", "long-name": "GNonLin Source",
"name": "nlesource",
"pad-templates": { "pad-templates": {
"src": { "src": {
"caps": "ANY", "caps": "ANY",
@ -529,7 +575,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "true", "default": "true",
"type-name": "gboolean", "readable": true,
"type": "gboolean",
"writable": true "writable": true
}, },
"async-handling": { "async-handling": {
@ -537,7 +584,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "true", "default": "true",
"type-name": "gboolean", "readable": true,
"type": "gboolean",
"writable": true "writable": true
}, },
"caps": { "caps": {
@ -545,7 +593,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "ANY", "default": "ANY",
"type-name": "GstCaps", "readable": true,
"type": "GstCaps",
"writable": true "writable": true
}, },
"duration": { "duration": {
@ -555,7 +604,8 @@
"default": "0", "default": "0",
"max": "9223372036854775807", "max": "9223372036854775807",
"min": "0", "min": "0",
"type-name": "gint64", "readable": true,
"type": "gint64",
"writable": true "writable": true
}, },
"expandable": { "expandable": {
@ -563,7 +613,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "false", "default": "false",
"type-name": "gboolean", "readable": true,
"type": "gboolean",
"writable": true "writable": true
}, },
"inpoint": { "inpoint": {
@ -573,7 +624,8 @@
"default": "18446744073709551615", "default": "18446744073709551615",
"max": "18446744073709551615", "max": "18446744073709551615",
"min": "0", "min": "0",
"type-name": "guint64", "readable": true,
"type": "guint64",
"writable": true "writable": true
}, },
"media-duration-factor": { "media-duration-factor": {
@ -583,7 +635,8 @@
"default": "1", "default": "1",
"max": "1.79769e+308", "max": "1.79769e+308",
"min": "0.01", "min": "0.01",
"type-name": "gdouble", "readable": true,
"type": "gdouble",
"writable": true "writable": true
}, },
"message-forward": { "message-forward": {
@ -591,23 +644,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "false", "default": "false",
"type-name": "gboolean", "readable": true,
"writable": true "type": "gboolean",
},
"name": {
"blurb": "The name of the object",
"construct": true,
"construct-only": false,
"default": "NULL",
"hotdoc-fixed-default": true,
"type-name": "gchararray",
"writable": true
},
"parent": {
"blurb": "The parent of the object",
"construct": false,
"construct-only": false,
"type-name": "GstObject",
"writable": true "writable": true
}, },
"priority": { "priority": {
@ -617,7 +655,8 @@
"default": "0", "default": "0",
"max": "-1", "max": "-1",
"min": "0", "min": "0",
"type-name": "guint", "readable": true,
"type": "guint",
"writable": true "writable": true
}, },
"start": { "start": {
@ -627,7 +666,8 @@
"default": "0", "default": "0",
"max": "18446744073709551615", "max": "18446744073709551615",
"min": "0", "min": "0",
"type-name": "guint64", "readable": true,
"type": "guint64",
"writable": true "writable": true
}, },
"stop": { "stop": {
@ -637,17 +677,23 @@
"default": "0", "default": "0",
"max": "18446744073709551615", "max": "18446744073709551615",
"min": "0", "min": "0",
"type-name": "guint64", "readable": true,
"type": "guint64",
"writable": false "writable": false
} }
}, },
"rank": "none", "rank": "none",
"signals": { "signals": {
"commit": { "commit": {
"action": true,
"args": [ "args": [
"gboolean" {
"name": "arg0",
"type": "gboolean"
}
], ],
"retval": "gboolean" "return-type": "gboolean",
"when": "last"
} }
} }
}, },
@ -664,9 +710,11 @@
"GInitiallyUnowned", "GInitiallyUnowned",
"GObject" "GObject"
], ],
"interfaces": [
"GstChildProxy"
],
"klass": "Filter/Editor", "klass": "Filter/Editor",
"long-name": "GNonLin URI Source", "long-name": "GNonLin URI Source",
"name": "nleurisource",
"pad-templates": { "pad-templates": {
"src": { "src": {
"caps": "ANY", "caps": "ANY",
@ -680,7 +728,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "true", "default": "true",
"type-name": "gboolean", "readable": true,
"type": "gboolean",
"writable": true "writable": true
}, },
"async-handling": { "async-handling": {
@ -688,7 +737,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "true", "default": "true",
"type-name": "gboolean", "readable": true,
"type": "gboolean",
"writable": true "writable": true
}, },
"caps": { "caps": {
@ -696,7 +746,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "ANY", "default": "ANY",
"type-name": "GstCaps", "readable": true,
"type": "GstCaps",
"writable": true "writable": true
}, },
"duration": { "duration": {
@ -706,7 +757,8 @@
"default": "0", "default": "0",
"max": "9223372036854775807", "max": "9223372036854775807",
"min": "0", "min": "0",
"type-name": "gint64", "readable": true,
"type": "gint64",
"writable": true "writable": true
}, },
"expandable": { "expandable": {
@ -714,7 +766,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "false", "default": "false",
"type-name": "gboolean", "readable": true,
"type": "gboolean",
"writable": true "writable": true
}, },
"inpoint": { "inpoint": {
@ -724,7 +777,8 @@
"default": "18446744073709551615", "default": "18446744073709551615",
"max": "18446744073709551615", "max": "18446744073709551615",
"min": "0", "min": "0",
"type-name": "guint64", "readable": true,
"type": "guint64",
"writable": true "writable": true
}, },
"media-duration-factor": { "media-duration-factor": {
@ -734,7 +788,8 @@
"default": "1", "default": "1",
"max": "1.79769e+308", "max": "1.79769e+308",
"min": "0.01", "min": "0.01",
"type-name": "gdouble", "readable": true,
"type": "gdouble",
"writable": true "writable": true
}, },
"message-forward": { "message-forward": {
@ -742,23 +797,8 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "false", "default": "false",
"type-name": "gboolean", "readable": true,
"writable": true "type": "gboolean",
},
"name": {
"blurb": "The name of the object",
"construct": true,
"construct-only": false,
"default": "NULL",
"hotdoc-fixed-default": true,
"type-name": "gchararray",
"writable": true
},
"parent": {
"blurb": "The parent of the object",
"construct": false,
"construct-only": false,
"type-name": "GstObject",
"writable": true "writable": true
}, },
"priority": { "priority": {
@ -768,7 +808,8 @@
"default": "0", "default": "0",
"max": "-1", "max": "-1",
"min": "0", "min": "0",
"type-name": "guint", "readable": true,
"type": "guint",
"writable": true "writable": true
}, },
"start": { "start": {
@ -778,7 +819,8 @@
"default": "0", "default": "0",
"max": "18446744073709551615", "max": "18446744073709551615",
"min": "0", "min": "0",
"type-name": "guint64", "readable": true,
"type": "guint64",
"writable": true "writable": true
}, },
"stop": { "stop": {
@ -788,7 +830,8 @@
"default": "0", "default": "0",
"max": "18446744073709551615", "max": "18446744073709551615",
"min": "0", "min": "0",
"type-name": "guint64", "readable": true,
"type": "guint64",
"writable": false "writable": false
}, },
"uri": { "uri": {
@ -796,39 +839,55 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"default": "NULL", "default": "NULL",
"type-name": "gchararray", "readable": true,
"type": "gchararray",
"writable": true "writable": true
} }
}, },
"rank": "none", "rank": "none",
"signals": { "signals": {
"commit": { "commit": {
"action": true,
"args": [ "args": [
"gboolean" {
"name": "arg0",
"type": "gboolean"
}
], ],
"retval": "gboolean" "return-type": "gboolean",
"when": "last"
}, },
"no-more-pads": { "no-more-pads": {
"args": [], "args": [],
"retval": "void" "return-type": "void",
"when": "last"
}, },
"pad-added": { "pad-added": {
"args": [ "args": [
"GstPad" {
"name": "arg0",
"type": "GstPad"
}
], ],
"retval": "void" "return-type": "void",
"when": "last"
}, },
"pad-removed": { "pad-removed": {
"args": [ "args": [
"GstPad" {
"name": "arg0",
"type": "GstPad"
}
], ],
"retval": "void" "return-type": "void",
"when": "last"
} }
} }
} }
}, },
"filename": "gstnle", "filename": "gstnle",
"license": "LGPL", "license": "LGPL",
"other-types": {},
"package": "GStreamer Editing Services", "package": "GStreamer Editing Services",
"source": "gst-editing-services", "source": "gst-editing-services",
"tracers": {}, "tracers": {},