From 9cf73bdd8f18505269fa4b6d1d80127945e735b1 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 28 Jan 2009 17:46:06 +0200 Subject: Update and add documentation for plugins with deps (ext). Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered. Fix warnings that gtk-doc points out. --- gst/matroska/matroska-mux.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gst/matroska') diff --git a/gst/matroska/matroska-mux.h b/gst/matroska/matroska-mux.h index 4ca0035f..22ee9352 100644 --- a/gst/matroska/matroska-mux.h +++ b/gst/matroska/matroska-mux.h @@ -137,8 +137,6 @@ typedef struct _GstMatroskaMuxClass { GstElementClass parent; } GstMatroskaMuxClass; -GType gst_matroska_mux_get_type (void); - gboolean gst_matroska_mux_plugin_init (GstPlugin *plugin); G_END_DECLS -- cgit