summaryrefslogtreecommitdiffstats
path: root/gst/siren/gstsirendec.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-10 19:20:19 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-17 19:29:40 +0100
commit11328ad67f4b99195453b569e25e47bf47d6482f (patch)
treeecdeb0b157f83d57b983df851543f098c81aa140 /gst/siren/gstsirendec.h
parentb1efc2f9aaa722420577088eb8bdc2ca53a848ba (diff)
downloadgst-plugins-bad-11328ad67f4b99195453b569e25e47bf47d6482f.tar.gz
gst-plugins-bad-11328ad67f4b99195453b569e25e47bf47d6482f.tar.bz2
gst-plugins-bad-11328ad67f4b99195453b569e25e47bf47d6482f.zip
Re-indent the siren stuff to be gst style
Diffstat (limited to 'gst/siren/gstsirendec.h')
-rw-r--r--gst/siren/gstsirendec.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/gst/siren/gstsirendec.h b/gst/siren/gstsirendec.h
index bd1533b5..90321cf9 100644
--- a/gst/siren/gstsirendec.h
+++ b/gst/siren/gstsirendec.h
@@ -29,7 +29,6 @@
#include "siren7.h"
G_BEGIN_DECLS
-
/* #define's don't like whitespacey bits */
#define GST_TYPE_SIREN_DEC \
(gst_siren_dec_get_type())
@@ -43,7 +42,6 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_SIREN_DEC))
#define GST_IS_SIREN_DEC_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_SIREN_DEC))
-
typedef struct _GstSirenDec GstSirenDec;
typedef struct _GstSirenDecClass GstSirenDecClass;
typedef struct _GstSirenDecPrivate GstSirenDecPrivate;
@@ -53,7 +51,7 @@ struct _GstSirenDec
GstElement parent;
/* Protected by stream lock */
- SirenDecoder decoder;
+ SirenDecoder decoder;
GstPad *sinkpad;
GstPad *srcpad;
@@ -68,9 +66,7 @@ struct _GstSirenDecClass
GType gst_siren_dec_get_type (void);
-gboolean
-gst_siren_dec_plugin_init (GstPlugin *plugin);
+gboolean gst_siren_dec_plugin_init (GstPlugin * plugin);
G_END_DECLS
-
#endif /* __GST_SIREN_DEC_H__ */