[gst-cvs] CVS: gstreamer/docs/gst Makefile.am,1.30,1.31 gstreamer.hierarchy,1.18,1.19 gstreamer.types.in,1.11,1.12
Wim Taymans
wtay at users.sourceforge.net
Wed Oct 24 12:56:06 PDT 2001
- Previous message: [gst-cvs] CVS: www admin.php,1.4,1.5
- Next message: [gst-cvs] CVS: gstreamer/docs/gst/tmpl gstautoplug.sgml,1.8,1.9 gstelement.sgml,1.28,1.29 gstobject.sgml,1.14,1.15 gsttypefactory.sgml,1.2,1.3 gstxml.sgml,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/gstreamer/gstreamer/docs/gst
In directory usw-pr-cvs1:/tmp/cvs-serv7014
Modified Files:
Makefile.am gstreamer.hierarchy gstreamer.types.in
Log Message:
Added some more object to the object hierarchy
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/docs/gst/Makefile.am,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Makefile.am 2001/10/15 19:05:47 1.30
+++ Makefile.am 2001/10/24 19:55:12 1.31
@@ -16,7 +16,9 @@
HTML_DIR=$(datadir)/gstreamer/html
-GST_LIBS += $(top_builddir)/gst/elements/libgstelements.la
+GST_LIBS += $(top_builddir)/gst/elements/libgstelements.la \
+ $(top_builddir)/gst/autoplug/libgststaticautoplug.la \
+ $(top_builddir)/gst/autoplug/libgststaticautoplugrender.la
TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
Index: gstreamer.hierarchy
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/docs/gst/gstreamer.hierarchy,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- gstreamer.hierarchy 2001/10/19 22:49:34 1.18
+++ gstreamer.hierarchy 2001/10/24 19:55:12 1.19
@@ -47,3 +47,11 @@
GstQueue
GstTypeFind
GstPad
+ GstPluginFeature
+ GstAutoplugFactory
+ GstTypeFactory
+ GstElementFactory
+ GstSchedule
+ GstAutoplug
+ GstStaticAutoplug
+ GstStaticAutoplugRender
Index: gstreamer.types.in
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/docs/gst/gstreamer.types.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gstreamer.types.in 2001/10/19 22:49:34 1.11
+++ gstreamer.types.in 2001/10/24 19:55:12 1.12
@@ -9,6 +9,12 @@
gst_pad_get_type
gst_thread_get_type
gst_tee_get_type
+gst_plugin_feature_get_type
+gst_schedule_get_type
+gst_autoplugfactory_get_type
+gst_typefactory_get_type
+gst_elementfactory_get_type
+gst_xml_get_type
gst_aggregator_get_type
gst_fakesrc_get_type
- Previous message: [gst-cvs] CVS: www admin.php,1.4,1.5
- Next message: [gst-cvs] CVS: gstreamer/docs/gst/tmpl gstautoplug.sgml,1.8,1.9 gstelement.sgml,1.28,1.29 gstobject.sgml,1.14,1.15 gsttypefactory.sgml,1.2,1.3 gstxml.sgml,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Gstreamer-commits
mailing list