summaryrefslogtreecommitdiffstats
path: root/gst/cdxaparse/gstcdxaparse.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
commit7a778ee4b7ec09a1f5b2185c9cceee3910dfbdf2 (patch)
treef863b467dea9559a6ec9c48affbfae11f8104164 /gst/cdxaparse/gstcdxaparse.h
parenta19db4bbdc4a15ea0d8f4d28e9a1302c9c3d1657 (diff)
downloadgst-plugins-bad-7a778ee4b7ec09a1f5b2185c9cceee3910dfbdf2.tar.gz
gst-plugins-bad-7a778ee4b7ec09a1f5b2185c9cceee3910dfbdf2.tar.bz2
gst-plugins-bad-7a778ee4b7ec09a1f5b2185c9cceee3910dfbdf2.zip
gst-indent
Original commit message from CVS: gst-indent
Diffstat (limited to 'gst/cdxaparse/gstcdxaparse.h')
-rw-r--r--gst/cdxaparse/gstcdxaparse.h53
1 files changed, 28 insertions, 25 deletions
diff --git a/gst/cdxaparse/gstcdxaparse.h b/gst/cdxaparse/gstcdxaparse.h
index 32af5527..ef1475b2 100644
--- a/gst/cdxaparse/gstcdxaparse.h
+++ b/gst/cdxaparse/gstcdxaparse.h
@@ -26,8 +26,9 @@
#include <gst/bytestream/bytestream.h>
#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+extern "C"
+{
+#endif /* __cplusplus */
#define GST_TYPE_CDXA_PARSE \
(gst_cdxa_parse_get_type())
@@ -43,38 +44,40 @@ extern "C" {
#define CDXA_SECTOR_SIZE 2352
#define CDXA_DATA_SIZE 2324
-typedef enum
-{
- CDXA_PARSE_HEADER,
- CDXA_PARSE_DATA,
-} GstCDXAParseState;
+ typedef enum
+ {
+ CDXA_PARSE_HEADER,
+ CDXA_PARSE_DATA,
+ } GstCDXAParseState;
-typedef struct _GstCDXAParse GstCDXAParse;
-typedef struct _GstCDXAParseClass GstCDXAParseClass;
+ typedef struct _GstCDXAParse GstCDXAParse;
+ typedef struct _GstCDXAParseClass GstCDXAParseClass;
-struct _GstCDXAParse {
- GstElement element;
+ struct _GstCDXAParse
+ {
+ GstElement element;
- /* pads */
- GstPad *sinkpad, *srcpad;
+ /* pads */
+ GstPad *sinkpad, *srcpad;
- GstByteStream *bs;
+ GstByteStream *bs;
- GstCDXAParseState state;
+ GstCDXAParseState state;
- guint32 riff_size;
- guint32 data_size;
- guint32 sectors;
-};
+ guint32 riff_size;
+ guint32 data_size;
+ guint32 sectors;
+ };
-struct _GstCDXAParseClass {
- GstElementClass parent_class;
-};
+ struct _GstCDXAParseClass
+ {
+ GstElementClass parent_class;
+ };
-GType gst_cdxa_parse_get_type (void);
+ GType gst_cdxa_parse_get_type (void);
#ifdef __cplusplus
}
-#endif /* __cplusplus */
+#endif /* __cplusplus */
-#endif /* __GST_CDXA_PARSE_H__ */
+#endif /* __GST_CDXA_PARSE_H__ */