summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-12-29 14:21:47 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-12-29 14:21:47 +0000
commitb4a20d3a308c5a6102ee45336a5eca368b9f6314 (patch)
tree6875fdf831321155457bc123be6ec37fe964590b /ChangeLog
parent363a7b761c7bad498745488fbc20676b96e5a5a3 (diff)
downloadgstreamer-plugins-bad-b4a20d3a308c5a6102ee45336a5eca368b9f6314.tar.gz
gst/rtpmanager/rtpsource.*: When no payload was specified on the caps but there was a clock-rate, assume the clock-ra...
Original commit message from CVS: * gst/rtpmanager/rtpsource.c: (rtp_source_init), (rtp_source_update_caps), (get_clock_rate): * gst/rtpmanager/rtpsource.h: When no payload was specified on the caps but there was a clock-rate, assume the clock-rate corresponds to the first payload type found in the RTP packets. Fixes #565509.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7057236fc..2846b84ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-12-29 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/rtpmanager/rtpsource.c: (rtp_source_init),
+ (rtp_source_update_caps), (get_clock_rate):
+ * gst/rtpmanager/rtpsource.h:
+ When no payload was specified on the caps but there was a clock-rate,
+ assume the clock-rate corresponds to the first payload type found in the
+ RTP packets. Fixes #565509.
+
2008-12-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* sys/dvb/gstdvbsrc.c: