summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThijs Vermeir <thijsvermeir@gmail.com>2008-01-29 18:57:27 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-01-29 18:57:27 +0000
commit7460bb6d910201c1b97db893e1d5a0186366717e (patch)
tree2dfad7be8917e9f0ac1300dd07d144ff64f89f94 /ChangeLog
parentde592925a7ed5f413bb4a1d504f08bb9cdce0c45 (diff)
downloadgst-plugins-bad-7460bb6d910201c1b97db893e1d5a0186366717e.tar.gz
gst-plugins-bad-7460bb6d910201c1b97db893e1d5a0186366717e.tar.bz2
gst-plugins-bad-7460bb6d910201c1b97db893e1d5a0186366717e.zip
gst/rtpmanager/gstrtpjitterbuffer.c: Try to get the new clock-rate from the buffer caps when we receive a new payload...
Original commit message from CVS: Patch by: Thijs Vermeir <thijsvermeir at gmail dot com> * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_chain): Try to get the new clock-rate from the buffer caps when we receive a new payload type instead of always firing the signal. Fixes #512774.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ce784e6..6dc80baa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-01-29 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
+
+ * gst/rtpmanager/gstrtpjitterbuffer.c:
+ (gst_rtp_jitter_buffer_chain):
+ Try to get the new clock-rate from the buffer caps when we receive a new
+ payload type instead of always firing the signal. Fixes #512774.
+
2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
* ext/mpeg2enc/gstmpeg2enc.cc:
@@ -247,7 +256,7 @@
(gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
Remove old unused variable.
Track pt on input buffers and get the clock-rate when it changes.
- Ignore packets with unknown clock-rate. See #511686.
+ Ignore packets with unknown clock-rate. Fixes #511146.
2008-01-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>