If a file includes a new version of a plugin that exits in the
registry, the output of gst-inspect is incorrect. The output has the
correct version but incorrect filename, and element description.
This seems to have also fixed some documentation issues.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1344>
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "true",
+ "default": "false",
"mutable": "null",
"readable": true,
"type": "gboolean",
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "top (2)",
+ "default": "baseline (0)",
"mutable": "null",
"readable": true,
"type": "GstBaseTextOverlayVAlign",
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "24",
+ "default": "0",
"max": "2147483647",
"min": "-2147483648",
"mutable": "null",
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "80",
+ "default": "0",
"max": "2147483647",
"min": "-2147483648",
"mutable": "null",
/* already loaded */
g_mutex_unlock (&gst_plugin_loading_mutex);
return plugin;
- } else {
+ } else if (g_strcmp0 (plugin->filename, filename) == 0) {
/* load plugin and update fields */
new_plugin = FALSE;
}