diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-11-22 09:08:27 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-11-22 09:08:27 +0000 |
commit | f219caaf015cf4bec440519008cba304e2270199 (patch) | |
tree | 43868d793e8f96c99f49a4ec0c5f595fb3fa6642 /ChangeLog | |
parent | 82cde22e4ddcc42043b353f62304ba642ab2d4b7 (diff) | |
download | gst-plugins-bad-f219caaf015cf4bec440519008cba304e2270199.tar.gz gst-plugins-bad-f219caaf015cf4bec440519008cba304e2270199.tar.bz2 gst-plugins-bad-f219caaf015cf4bec440519008cba304e2270199.zip |
gst/rtpmanager/gstrtpjitterbuffer.c: jitterbuffer can buffer an unlimited amount of time and thus has no max_latency ...
Original commit message from CVS:
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_query):
jitterbuffer can buffer an unlimited amount of time and thus has no
max_latency requirements.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-11-22 Wim Taymans <wim.taymans@gmail.com> + + * gst/rtpmanager/gstrtpjitterbuffer.c: + (gst_rtp_jitter_buffer_query): + jitterbuffer can buffer an unlimited amount of time and thus has no + max_latency requirements. + 2007-11-21 Sebastian Dröge <slomo@circular-chaos.org> * gst/speexresample/README: |