diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-12-29 14:21:47 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-12-29 14:21:47 +0000 |
commit | b4a20d3a308c5a6102ee45336a5eca368b9f6314 (patch) | |
tree | 6875fdf831321155457bc123be6ec37fe964590b /ChangeLog | |
parent | 363a7b761c7bad498745488fbc20676b96e5a5a3 (diff) | |
download | gst-plugins-bad-b4a20d3a308c5a6102ee45336a5eca368b9f6314.tar.gz gst-plugins-bad-b4a20d3a308c5a6102ee45336a5eca368b9f6314.tar.bz2 gst-plugins-bad-b4a20d3a308c5a6102ee45336a5eca368b9f6314.zip |
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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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: |