document core plugins in a separate document just like all the others rename these... RELEASE-0_10_0 RELEASE-0_9_7
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 1 Dec 2005 12:29:33 +0000 (12:29 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 1 Dec 2005 12:29:33 +0000 (12:29 +0000)
Original commit message from CVS:
document core plugins in a separate document just like all the
others
rename these plugins to something starting with core

gst-xmlinspect.py
gtk-doc-plugins.mak

index abfb917..30c0cf8 100644 (file)
@@ -120,6 +120,9 @@ def main():
     for plugin in all:
         gst.debug("inspecting plugin %s from source %s" % (
             plugin.get_name(), plugin.get_source()))
+        # this skips gstcoreelements, with bin and pipeline
+        if plugin.get_filename() is None:
+            continue
         if plugin.get_source() != source:
             continue
 
index 66047b9..2163284 100644 (file)
@@ -112,7 +112,7 @@ $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(SCANOBJ_FILES_O): scan-build.stamp
 INSPECT_REGISTRY=$(top_builddir)/docs/plugins/inspect-registry.xml
 INSPECT_ENVIRONMENT=\
         GST_PLUGIN_SYSTEM_PATH= \
-        GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext \
+        GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(top_builddir)/plugins \
         GST_REGISTRY=$(INSPECT_REGISTRY)
 
 # update the element and plugin XML descriptions; store in inspect/