summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/dvdspu/gstdvdspu.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/gst/dvdspu/gstdvdspu.h b/gst/dvdspu/gstdvdspu.h
index e4b88488..0432a3af 100644
--- a/gst/dvdspu/gstdvdspu.h
+++ b/gst/dvdspu/gstdvdspu.h
@@ -37,8 +37,8 @@ G_BEGIN_DECLS
#define DVD_SPU_LOCK(s) g_mutex_lock ((s)->spu_lock);
#define DVD_SPU_UNLOCK(s) g_mutex_unlock ((s)->spu_lock);
-typedef struct GstDVDSpu GstDVDSpu;
-typedef struct GstDVDSpuClass GstDVDSpuClass;
+typedef struct _GstDVDSpu GstDVDSpu;
+typedef struct _GstDVDSpuClass GstDVDSpuClass;
typedef struct SpuRect SpuRect;
typedef struct SpuPixCtrlI SpuPixCtrlI;
@@ -183,8 +183,7 @@ struct SpuPacket {
GstEvent *event;
};
-struct GstDVDSpu
-{
+struct _GstDVDSpu {
GstElement element;
GstPad *videosinkpad;
@@ -213,8 +212,7 @@ struct GstDVDSpu
GstBuffer *pending_frame;
};
-struct GstDVDSpuClass
-{
+struct _GstDVDSpuClass {
GstElementClass parent_class;
};