diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-09 16:20:26 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-09 16:20:26 +0000 |
commit | 1f6ba1d28011929789612b51ddb888ca8353ceb7 (patch) | |
tree | 019b1f1d06f2b4cc0b096bd7f73f80b0a6123e2c /ChangeLog | |
parent | d411f8d1d7d5d5da9e1213ddc9387cba88768abb (diff) | |
download | gst-plugins-bad-1f6ba1d28011929789612b51ddb888ca8353ceb7.tar.gz gst-plugins-bad-1f6ba1d28011929789612b51ddb888ca8353ceb7.tar.bz2 gst-plugins-bad-1f6ba1d28011929789612b51ddb888ca8353ceb7.zip |
gst/flv/: Get an approximate duration of the file by looking at the timestamp of the last tag in pull mode. If we get...
Original commit message from CVS:
* gst/flv/gstflvdemux.c: (gst_flv_demux_loop):
* gst/flv/gstflvparse.c: (gst_flv_parse_tag_timestamp):
* gst/flv/gstflvparse.h:
Get an approximate duration of the file by looking at the timestamp
of the last tag in pull mode. If we get (maybe better) duration from
metadata later we'll use that instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2008-10-09 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/flv/gstflvdemux.c: (gst_flv_demux_loop): + * gst/flv/gstflvparse.c: (gst_flv_parse_tag_timestamp): + * gst/flv/gstflvparse.h: + Get an approximate duration of the file by looking at the timestamp + of the last tag in pull mode. If we get (maybe better) duration from + metadata later we'll use that instead. + +2008-10-09 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range), (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header): Refactor _pull_range() logic with checks into a seperate function |