summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-04-25 12:30:27 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-04-25 12:30:27 +0000
commit96438b7b4f44c11c1a1131d998f2d0a0b930f028 (patch)
treea3b90c2c7a7ac3ca2c23d8b125bda2c5b0462352 /gst
parent577034f17028296441f5df0826ee19de198b24a9 (diff)
downloadgstreamer-96438b7b4f44c11c1a1131d998f2d0a0b930f028.tar.gz
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).
Diffstat (limited to 'gst')
-rw-r--r--gst/gstregistrybinary.h26
1 files changed, 20 insertions, 6 deletions
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;