diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2009-01-08 12:42:18 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2009-01-08 12:42:18 +0000 |
commit | 672051c5eb79ca9acaa6f2d056322d2ad0f3ea31 (patch) | |
tree | 1555e14719db3e7ed20f54d7b428c53df8a572f1 /ext/resindvd/resindvdsrc.h | |
parent | acd634eafa71e5688ba707962612357470f6c97c (diff) | |
download | gst-plugins-bad-672051c5eb79ca9acaa6f2d056322d2ad0f3ea31.tar.gz gst-plugins-bad-672051c5eb79ca9acaa6f2d056322d2ad0f3ea31.tar.bz2 gst-plugins-bad-672051c5eb79ca9acaa6f2d056322d2ad0f3ea31.zip |
ext/resindvd/: Add support for time based seeking.
Original commit message from CVS:
* ext/resindvd/resindvdbin.c:
* ext/resindvd/resindvdsrc.c:
* ext/resindvd/resindvdsrc.h:
* ext/resindvd/rsnaudiomunge.c:
Add support for time based seeking.
Make setting dvd:// reset to the default device.
Make the 'audiomunge' element send any new segment start before
the 'gap filler' buffer it generates, and any segment closes
after.
Fixes: #566957
Diffstat (limited to 'ext/resindvd/resindvdsrc.h')
-rw-r--r-- | ext/resindvd/resindvdsrc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/resindvd/resindvdsrc.h b/ext/resindvd/resindvdsrc.h index ae88b134..9bd53413 100644 --- a/ext/resindvd/resindvdsrc.h +++ b/ext/resindvd/resindvdsrc.h @@ -85,6 +85,7 @@ struct _resinDvdSrc gboolean running; gboolean discont; + gboolean first_seek; gboolean flushing_seek; gboolean need_segment; gboolean active_highlight; |