summaryrefslogtreecommitdiff
path: root/gst/dvdspu/gstdvdspu.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/dvdspu/gstdvdspu.h')
-rw-r--r--gst/dvdspu/gstdvdspu.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gst/dvdspu/gstdvdspu.h b/gst/dvdspu/gstdvdspu.h
index 051208243..aa8ae77ca 100644
--- a/gst/dvdspu/gstdvdspu.h
+++ b/gst/dvdspu/gstdvdspu.h
@@ -71,6 +71,10 @@ struct SpuState {
GstVideoInfo info;
+ guint32 *comp_bufs[3]; /* Compositing buffers for U+V & A */
+ guint16 comp_left;
+ guint16 comp_right;
+
SpuVobsubState vobsub;
SpuPgsState pgs;
};
@@ -112,9 +116,6 @@ struct _GstDVDSpu {
/* Buffer to push after handling a DVD event, if any */
GstBuffer *pending_frame;
-
- /* Overlay composition */
- gboolean attach_compo_to_buffer;
};
struct _GstDVDSpuClass {