gstdoc-scanobj: skip static coreelements plugin with bin and pipeline factories
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 17 Jun 2010 12:15:20 +0000 (13:15 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 17 Jun 2010 12:15:45 +0000 (13:15 +0100)
Same as we did before. It's best not to expose GstBin and GstPipeline here to
avoid confusion. People are better off consulting the GstBin and GstPipeline
API docs and constructing bins and pipelines using the API provided there.

gstdoc-scangobj

index 8b38d64..9cd5018 100755 (executable)
@@ -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",