rtpjitterbuffer: don't log all clock_rate changes as warnings.
authorStefan Sauer <ensonic@users.sf.net>
Sat, 4 Oct 2014 15:17:13 +0000 (17:17 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Sat, 4 Oct 2014 15:17:13 +0000 (17:17 +0200)
commit98222a67ffbe4a074d2c660c5f0f9c52f847c85a
tree7535d482f48a27bbe12ef03d4d93d76f165c605d
parentf35f3ccf7c9d659c070a636dbf62ce7d4127053b
rtpjitterbuffer: don't log all clock_rate changes as warnings.

We never initialize clock_rate explicitly, therefore it is 0 by default. The
parameter is a uint32 and the only caller ensure that it is >0, therefore it
won't become -1 ever.
gst/rtpmanager/rtpjitterbuffer.c