summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgstdoc-scangobj5
1 files changed, 5 insertions, 0 deletions
diff --git a/gstdoc-scangobj b/gstdoc-scangobj
index 8b38d64..9cd5018 100755
--- a/gstdoc-scangobj
+++ b/gstdoc-scangobj
@@ -198,6 +198,11 @@ get_object_types (void)
if (!source || strcmp (source, "$SOURCE") != 0) {
continue;
}
+
+ /* skip static coreelements plugin with pipeline and bin element factory */
+ if (gst_plugin_get_filename (plugin) == NULL)
+ continue;
+
g_print ("plugin: %s source: %s\\n", plugin->desc.name, source);
inspect_name = g_strdup_printf ("$INSPECT_DIR" G_DIR_SEPARATOR_S "plugin-%s.xml",