summaryrefslogtreecommitdiffstats
path: root/ext/taglib
diff options
context:
space:
mode:
Diffstat (limited to 'ext/taglib')
-rw-r--r--ext/taglib/gstapev2mux.h4
-rw-r--r--ext/taglib/gstid3v2mux.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/taglib/gstapev2mux.h b/ext/taglib/gstapev2mux.h
index b7f89f1e..8dd9333d 100644
--- a/ext/taglib/gstapev2mux.h
+++ b/ext/taglib/gstapev2mux.h
@@ -29,11 +29,11 @@ G_BEGIN_DECLS
typedef struct _GstApev2Mux GstApev2Mux;
typedef struct _GstApev2MuxClass GstApev2MuxClass;
-typedef struct _GstApev2Mux {
+struct _GstApev2Mux {
GstTagLibMux taglibmux;
};
-typedef struct _GstApev2MuxClass {
+struct _GstApev2MuxClass {
GstTagLibMuxClass taglibmux_class;
};
diff --git a/ext/taglib/gstid3v2mux.h b/ext/taglib/gstid3v2mux.h
index f3d3124e..9d47d30d 100644
--- a/ext/taglib/gstid3v2mux.h
+++ b/ext/taglib/gstid3v2mux.h
@@ -28,11 +28,11 @@ G_BEGIN_DECLS
typedef struct _GstId3v2Mux GstId3v2Mux;
typedef struct _GstId3v2MuxClass GstId3v2MuxClass;
-typedef struct _GstId3v2Mux {
+struct _GstId3v2Mux {
GstTagLibMux taglibmux;
};
-typedef struct _GstId3v2MuxClass {
+struct _GstId3v2MuxClass {
GstTagLibMuxClass taglibmux_class;
};