summaryrefslogtreecommitdiffstats
path: root/gst/auparse/gstauparse.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-14 22:34:33 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-14 22:34:33 +0000
commit5d25c00e4b613b9cdf2c04fa3a68dffa03834a68 (patch)
tree74a5b1eaf3a324b520e64e87404fd0b3018a7829 /gst/auparse/gstauparse.h
parent1e83b097f7b732ae49e294a5a398bdc3e88854a8 (diff)
gst-indent
Original commit message from CVS: gst-indent
Diffstat (limited to 'gst/auparse/gstauparse.h')
-rw-r--r--gst/auparse/gstauparse.h43
1 files changed, 23 insertions, 20 deletions
diff --git a/gst/auparse/gstauparse.h b/gst/auparse/gstauparse.h
index d6e5a082..87508c5b 100644
--- a/gst/auparse/gstauparse.h
+++ b/gst/auparse/gstauparse.h
@@ -26,8 +26,9 @@
#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+extern "C"
+{
+#endif /* __cplusplus */
#define GST_TYPE_AUPARSE \
@@ -41,33 +42,35 @@ extern "C" {
#define GST_IS_AUPARSE_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_AUPARSE))
-typedef struct _GstAuParse GstAuParse;
-typedef struct _GstAuParseClass GstAuParseClass;
+ typedef struct _GstAuParse GstAuParse;
+ typedef struct _GstAuParseClass GstAuParseClass;
-struct _GstAuParse {
- GstElement element;
+ struct _GstAuParse
+ {
+ GstElement element;
- GstPad *sinkpad,*srcpad;
+ GstPad *sinkpad, *srcpad;
- guchar le;
- glong offset;
- glong size;
- glong encoding;
- glong frequency;
- glong channels;
+ guchar le;
+ glong offset;
+ glong size;
+ glong encoding;
+ glong frequency;
+ glong channels;
-};
+ };
-struct _GstAuParseClass {
- GstElementClass parent_class;
-};
+ struct _GstAuParseClass
+ {
+ GstElementClass parent_class;
+ };
-GType gst_auparse_get_type (void);
+ GType gst_auparse_get_type (void);
#ifdef __cplusplus
}
-#endif /* __cplusplus */
+#endif /* __cplusplus */
-#endif /* __GST_AUPARSE_H__ */
+#endif /* __GST_AUPARSE_H__ */