summaryrefslogtreecommitdiffstats
path: root/gst/mpegdemux/gstmpegdemux.h
diff options
context:
space:
mode:
authorJosep Torra <n770galaxy@gmail.com>2009-02-04 16:11:23 +0100
committerJosep Torra <n770galaxy@gmail.com>2009-02-04 16:11:23 +0100
commit5d1abdbe2c998a5f563928b9b885b2fe6df686a1 (patch)
tree5ef78ee8568b8fb71730e316b564b7c421cd9d5e /gst/mpegdemux/gstmpegdemux.h
parent9e2dc060a44971af862ce9a8cc13f4e3f8ece743 (diff)
downloadgst-plugins-bad-5d1abdbe2c998a5f563928b9b885b2fe6df686a1.tar.gz
gst-plugins-bad-5d1abdbe2c998a5f563928b9b885b2fe6df686a1.tar.bz2
gst-plugins-bad-5d1abdbe2c998a5f563928b9b885b2fe6df686a1.zip
Improved seeking in pull mode. Some refactoring and small fixes
Diffstat (limited to 'gst/mpegdemux/gstmpegdemux.h')
-rw-r--r--gst/mpegdemux/gstmpegdemux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/mpegdemux/gstmpegdemux.h b/gst/mpegdemux/gstmpegdemux.h
index 9096e458..1a848d61 100644
--- a/gst/mpegdemux/gstmpegdemux.h
+++ b/gst/mpegdemux/gstmpegdemux.h
@@ -117,6 +117,7 @@ struct _GstFluPSDemux
guint64 scr_rate_d;
guint64 first_scr_offset;
guint64 last_scr_offset;
+ guint64 cur_scr_offset;
guint64 first_pts;
guint64 last_pts;