mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
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.
This commit is contained in:
parent
f19f84b5c2
commit
10b2edae1a
1 changed files with 9 additions and 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>
|
2004-03-06 Christophe Fergeau <teuf@gnome.org>
|
||||||
|
|
||||||
* ext/faac/gstfaac.c: (gst_faac_chain):
|
* ext/faac/gstfaac.c: (gst_faac_chain):
|
||||||
|
|
Loading…
Reference in a new issue