summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2008-12-23 11:39:59 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-12-23 11:39:59 +0000
commit21ce049f2a444409eddd1a1599bf7e5a39682b14 (patch)
treeadee26f025e3a83131451b5134a3f9048fb1616d /ChangeLog
parent9488ef376435486d8e9bcaceb3046cb302396b3a (diff)
downloadgst-plugins-bad-21ce049f2a444409eddd1a1599bf7e5a39682b14.tar.gz
gst-plugins-bad-21ce049f2a444409eddd1a1599bf7e5a39682b14.tar.bz2
gst-plugins-bad-21ce049f2a444409eddd1a1599bf7e5a39682b14.zip
gst/rtpmanager/rtpjitterbuffer.*: Keep track of the last outgoing timestamp and of the last sender-side time. Timest...
Original commit message from CVS: Patch by: Arnout Vandecappelle <arnout at mind dot be> * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew), (calculate_skew): * gst/rtpmanager/rtpjitterbuffer.h: Keep track of the last outgoing timestamp and of the last sender-side time. Timestamps can only go forward if they do at the sender side, can only go back if they do at the sender side, and remain the same if they remain the same at the sender side. Fixes #565319.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02b5133d..eba4c355 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-12-23 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: Arnout Vandecappelle <arnout at mind dot be>
+
+ * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
+ (calculate_skew):
+ * gst/rtpmanager/rtpjitterbuffer.h:
+ Keep track of the last outgoing timestamp and of the last sender-side
+ time. Timestamps can only go forward if they do at the sender
+ side, can only go back if they do at the sender side, and remain the
+ same if they remain the same at the sender side. Fixes #565319.
+
2008-12-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/mxf/mxfmpeg.c: (mxf_mpeg_es_create_caps),