diff options
author | David Moore <dcm@acm.org> | 2004-05-17 00:25:30 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-17 00:25:30 +0000 |
commit | 31f4242e94982553999926e5a83214d5e3990110 (patch) | |
tree | d351063a5f651f63c9442bea5576f4c8aa5be212 /ChangeLog | |
parent | ff883850b8486fb7c9cb42617094a281417b7552 (diff) | |
download | gst-plugins-bad-31f4242e94982553999926e5a83214d5e3990110.tar.gz gst-plugins-bad-31f4242e94982553999926e5a83214d5e3990110.tar.bz2 gst-plugins-bad-31f4242e94982553999926e5a83214d5e3990110.zip |
compute offsets correctly for internal buffers so timestamps are set correctly when we can't seek. Also handle cases ...
Original commit message from CVS:
* autogen.sh:
* configure.ac:
* ext/mad/gstid3tag.c: (gst_id3_tag_chain):
compute offsets correctly for internal buffers so timestamps are set
correctly when we can't seek. Also handle cases where there are no
offsets. (based on a patch by David Moore, fixes #142507)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2004-05-17 Benjamin Otte <otte@gnome.org> + * autogen.sh: + * configure.ac: + * ext/mad/gstid3tag.c: (gst_id3_tag_chain): + compute offsets correctly for internal buffers so timestamps are set + correctly when we can't seek. Also handle cases where there are no + offsets. (based on a patch by David Moore, fixes #142507) + +2004-05-17 Benjamin Otte <otte@gnome.org> + * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop): use correct variable when determining amount of data to skip so we don't skip into the void and segfault |