From 96438b7b4f44c11c1a1131d998f2d0a0b930f028 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 25 Apr 2007 12:30:27 +0000 Subject: [PATCH] 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). --- ChangeLog | 8 ++++++++ gst/gstregistrybinary.h | 26 ++++++++++++++++++++------ 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index d87ab1b..54ed97c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2007-04-25 Stefan Kost + * 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). + +2007-04-25 Stefan Kost + * gst/gstregistrybinary.c: (gst_registry_binary_save_feature), (gst_registry_binary_load_feature): * gst/gstregistrybinary.h: diff --git a/gst/gstregistrybinary.h b/gst/gstregistrybinary.h index 1127274..c1b45ed 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; -- 2.7.4