From 63efb534b9dadf2215e1175d0641d17c6437176a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 1 Sep 2005 17:55:14 +0000 Subject: add docs to build Original commit message from CVS: * Makefile.am: * configure.ac: add docs to build * common/plugins.xsl: wrap Description into a refsect2 * docs/Makefile.am: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * gst/goom/Makefile.am: * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init), (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose), (gst_goom_sink_setcaps), (gst_goom_src_setcaps), (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain), (gst_goom_change_state): * gst/goom/gstgoom.h: GstGOOM -> GstGoom add an example launch line * gst/level/gstlevel.h: * gst/monoscope/gstmonoscope.c: cleanups --- gst/level/gstlevel.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gst/level') diff --git a/gst/level/gstlevel.h b/gst/level/gstlevel.h index 40862c0b..5a9a1042 100644 --- a/gst/level/gstlevel.h +++ b/gst/level/gstlevel.h @@ -77,8 +77,7 @@ struct _GstLevelClass { GstBaseTransformClass parent_class; }; - -GType gst_level_get_type(void); +GType gst_level_get_type (void); G_END_DECLS -- cgit