summaryrefslogtreecommitdiffstats
path: root/ext/sndfile/gstsf.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sndfile/gstsf.h')
-rw-r--r--ext/sndfile/gstsf.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/sndfile/gstsf.h b/ext/sndfile/gstsf.h
index 54ef6297..c415ff85 100644
--- a/ext/sndfile/gstsf.h
+++ b/ext/sndfile/gstsf.h
@@ -66,8 +66,8 @@ typedef struct _GstSF GstSF;
typedef struct _GstSFClass GstSFClass;
typedef enum {
- GST_SF_OPEN = (GST_ELEMENT_FLAG_LAST << 0),
- GST_SF_FLAG_LAST = (GST_ELEMENT_FLAG_LAST << 2),
+ GST_SF_OPEN = (GST_ELEMENT_FLAG_LAST << 0),
+ GST_SF_FLAG_LAST = (GST_ELEMENT_FLAG_LAST << 2),
} GstSFlags;
typedef struct {
@@ -106,9 +106,9 @@ struct _GstSFClass {
GstElementClass parent_class;
};
-GType gst_sf_get_type (void);
-GType gst_sfsrc_get_type (void);
-GType gst_sfsink_get_type (void);
+GType gst_sf_get_type (void);
+GType gst_sfsrc_get_type (void);
+GType gst_sfsink_get_type (void);
G_END_DECLS