From 96438b7b4f44c11c1a1131d998f2d0a0b930f028 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 25 Apr 2007 12:30:27 +0000 Subject: gst/gstregistrybinary.h (GstBinaryPluginElement, Original commit message from CVS: * gst/gstregistrybinary.h (GstBinaryPluginElement, GstBinaryPluginFeature, _GstBinaryElementFactory, plugin_feature, GstBinaryElementFactory, _GstBinaryTypeFindFactory, plugin_feature): Comment structs and reformat to fix the build (that stuff should go into a priv. header). --- gst/gstregistrybinary.h | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'gst') diff --git a/gst/gstregistrybinary.h b/gst/gstregistrybinary.h index 11272748e6..c1b45eda42 100644 --- a/gst/gstregistrybinary.h +++ b/gst/gstregistrybinary.h @@ -101,10 +101,7 @@ typedef struct _GstBinaryPluginElement /* * GstBinaryPluginFeature: - * @npadtemplates: stores the number of GstBinaryPadTemplate structures - * following the structure - * @ninterfaces: stores the number of interface names following the structure - * @nuriprotocols: stores the number of protocol strings following the structure + * @rank: rank of the feature * * A structure containing the plugin features */ @@ -113,7 +110,17 @@ typedef struct _GstBinaryPluginFeature gulong rank; } GstBinaryPluginFeature; -typedef struct _GstBinaryElementFactory { +/* + * GstBinaryElementFactory: + * @npadtemplates: stores the number of GstBinaryPadTemplate structures + * following the structure + * @ninterfaces: stores the number of interface names following the structure + * @nuriprotocols: stores the number of protocol strings following the structure + * + * A structure containing the element factory fields + */ +typedef struct _GstBinaryElementFactory +{ GstBinaryPluginFeature plugin_feature; guint npadtemplates; @@ -121,7 +128,14 @@ typedef struct _GstBinaryElementFactory { guint nuriprotocols; } GstBinaryElementFactory; -typedef struct _GstBinaryTypeFindFactory { +/* + * GstBinaryTypeFindFactory: + * @nextensions: stores the number of typefind extensions + * + * A structure containing the element factory fields + */ +typedef struct _GstBinaryTypeFindFactory +{ GstBinaryPluginFeature plugin_feature; guint nextensions; -- cgit v1.2.1