diff options
author | Stefan Kost <ensonic@users.sf.net> | 2008-03-11 10:43:32 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-03-11 10:43:32 +0000 |
commit | 4e64ace7122a861cbc8d36f1960f241ead49a0e5 (patch) | |
tree | e7022d7d9add978aebffa3d9ed237ecd04ca79b9 /ChangeLog | |
parent | e92772a7e9561a39775229d79fcded9845b26ea8 (diff) | |
download | gst-plugins-bad-4e64ace7122a861cbc8d36f1960f241ead49a0e5.tar.gz gst-plugins-bad-4e64ace7122a861cbc8d36f1960f241ead49a0e5.tar.bz2 gst-plugins-bad-4e64ace7122a861cbc8d36f1960f241ead49a0e5.zip |
gst/rtpmanager/rtpjitterbuffer.c: Don't try to reset the clock skew when we have no timestamps.
Original commit message from CVS:
Patch by: Stefan Kost <ensonic@users.sf.net>
* gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
Don't try to reset the clock skew when we have no timestamps.
Fixes #519005.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-03-11 Wim Taymans <wim.taymans@collabora.co.uk> + + Patch by: Stefan Kost <ensonic@users.sf.net> + + * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew): + Don't try to reset the clock skew when we have no timestamps. + Fixes #519005. + 2008-03-08 Sebastian Dröge <slomo@circular-chaos.org> Patch by: Sjoerd Simons <sjoerd at luon dot net> |