diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-10-08 15:16:25 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-10-08 15:16:25 +0200 |
commit | 11a7e26fd85c777b63138e39a80ad1c776ecb08c (patch) | |
tree | 61037fe77572bf79134e144599aeb232caef38ba /gst/dvdspu/gstdvdspu.h | |
parent | a9fc805e36dbbe7a9209e25a53a0fe7e802d3f87 (diff) |
dvdspu: port to 0.11
Diffstat (limited to 'gst/dvdspu/gstdvdspu.h')
-rw-r--r-- | gst/dvdspu/gstdvdspu.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gst/dvdspu/gstdvdspu.h b/gst/dvdspu/gstdvdspu.h index 22b48d1da..747b00259 100644 --- a/gst/dvdspu/gstdvdspu.h +++ b/gst/dvdspu/gstdvdspu.h @@ -69,10 +69,7 @@ struct SpuState { GstClockTime next_ts; /* Next event TS in running time */ SpuStateFlags flags; - gint fps_n, fps_d; - gint16 vid_width, vid_height; - gint16 Y_stride, UV_stride; - gint16 Y_height, UV_height; + GstVideoInfo info; guint32 *comp_bufs[3]; /* Compositing buffers for U+V & A */ guint16 comp_left; |