diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-01-11 17:02:30 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-01-11 17:02:30 +0000 |
commit | 59d2dce4fd9bfc782bdc51a0a65fb25a577fbe0b (patch) | |
tree | 41b0dedca581a749466bb73c0c7763a9f38b628e /ChangeLog | |
parent | 2e0d1efb0ea5863bfccbf40bf96fc6ef15ad8ae9 (diff) | |
download | gst-plugins-bad-59d2dce4fd9bfc782bdc51a0a65fb25a577fbe0b.tar.gz gst-plugins-bad-59d2dce4fd9bfc782bdc51a0a65fb25a577fbe0b.tar.bz2 gst-plugins-bad-59d2dce4fd9bfc782bdc51a0a65fb25a577fbe0b.zip |
gst/rtpmanager/gstrtpsession.c: If we find the caps in the cache, use it to parse the clock-rate instead of returning...
Original commit message from CVS:
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
If we find the caps in the cache, use it to parse the clock-rate instead
of returning an error. Fixes a TODO as found by Youness Alaoui.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2008-01-11 Wim Taymans <wim.taymans@collabora.co.uk> + * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate): + If we find the caps in the cache, use it to parse the clock-rate instead + of returning an error. Fixes a TODO as found by Youness Alaoui. + +2008-01-11 Wim Taymans <wim.taymans@collabora.co.uk> + Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk> * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate): |