summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpmpegdecoder.h
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-06-05 17:43:49 +0200
committerJan Schmidt <thaytan@noraisin.net>2009-06-20 15:21:42 +0100
commit7316cfa186322a4b3c2e6df558a41e1ecc8c6e91 (patch)
tree1826ed54abf4be26d622a1e80b6c8657d89b7eee /sys/vdpau/gstvdpmpegdecoder.h
parent016f24f8be5a441e070a8e0c941ab050079f3ec9 (diff)
downloadgst-plugins-bad-7316cfa186322a4b3c2e6df558a41e1ecc8c6e91.tar.gz
gst-plugins-bad-7316cfa186322a4b3c2e6df558a41e1ecc8c6e91.tar.bz2
gst-plugins-bad-7316cfa186322a4b3c2e6df558a41e1ecc8c6e91.zip
vdpaumpegdec: implement seeking
Diffstat (limited to 'sys/vdpau/gstvdpmpegdecoder.h')
-rw-r--r--sys/vdpau/gstvdpmpegdecoder.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/vdpau/gstvdpmpegdecoder.h b/sys/vdpau/gstvdpmpegdecoder.h
index 37b7ead3..9a57e283 100644
--- a/sys/vdpau/gstvdpmpegdecoder.h
+++ b/sys/vdpau/gstvdpmpegdecoder.h
@@ -62,6 +62,11 @@ struct _GstVdpMpegDecoder
GstClockTime duration;
GstClockTime next_timestamp;
+ guint64 gop_frame;
+ guint64 frame_nr;
+
+ GstSegment segment;
+ gboolean seeking;
gint64 byterate;
GstAdapter *adapter;