summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2015-07-03 11:45:19 +0200
committerStefan Sauer <ensonic@users.sf.net>2015-07-03 11:52:22 +0200
commitfeadd6a1f10a4519999a6464c39cc343c20ad575 (patch)
tree9be94422dd602a9680a52ac6fbc7c6c3b323abe4 /plugins
parent1a67066ddc8299392ddc21672424172a353b77f7 (diff)
docs: order and canonicalize the -sections.txt file
Have all sections in alphabetical order. Also make the macro order consistent. This is a preparation for generating the file. Remove GET_CLASS macro for typefine element, since it is not used and the header is not installed.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/elements/gsttypefindelement.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/elements/gsttypefindelement.h b/plugins/elements/gsttypefindelement.h
index bf92b4d47..0152622ab 100644
--- a/plugins/elements/gsttypefindelement.h
+++ b/plugins/elements/gsttypefindelement.h
@@ -34,7 +34,6 @@ G_BEGIN_DECLS
#define GST_IS_TYPE_FIND_ELEMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_TYPE_FIND_ELEMENT))
#define GST_TYPE_FIND_ELEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_TYPE_FIND_ELEMENT, GstTypeFindElementClass))
#define GST_IS_TYPE_FIND_ELEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_TYPE_FIND_ELEMENT))
-#define GST_TYPE_FIND_ELEMENT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GST_TYPE_TYPE_FIND_ELEMENT, GstTypeFindElementClass))
typedef struct _GstTypeFindElement GstTypeFindElement;
typedef struct _GstTypeFindElementClass GstTypeFindElementClass;