diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-03-07 02:09:45 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-03-07 02:09:45 +0000 |
commit | 3209679ec03833a11fbb4b2f12db31fbeadb09f7 (patch) | |
tree | 658a705f6614a763951b46f0362a370fbfd5bb20 | |
parent | f8781e3de80c7602f854e98d16ba72e7427e8887 (diff) | |
download | gst-plugins-bad-3209679ec03833a11fbb4b2f12db31fbeadb09f7.tar.gz gst-plugins-bad-3209679ec03833a11fbb4b2f12db31fbeadb09f7.tar.bz2 gst-plugins-bad-3209679ec03833a11fbb4b2f12db31fbeadb09f7.zip |
sys/oss/gstosssink.c: get_delay() may return values lower than 0. In those cases, we should not actually cast to *uns...
Original commit message from CVS:
* sys/oss/gstosssink.c: (gst_osssink_get_delay),
(gst_osssink_get_time):
get_delay() may return values lower than 0. In those cases, we
should not actually cast to *unsigned* int64, that will break
stuff horribly. In my case, it screwed up A/V sync in movies
in totem rather badly.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net> + + * sys/oss/gstosssink.c: (gst_osssink_get_delay), + (gst_osssink_get_time): + get_delay() may return values lower than 0. In those cases, we + should not actually cast to *unsigned* int64, that will break + stuff horribly. In my case, it screwed up A/V sync in movies + in totem rather badly. + 2004-03-06 Christophe Fergeau <teuf@gnome.org> * ext/faac/gstfaac.c: (gst_faac_chain): |