rtpjitterbuffer: Constify timer pointers where possible
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 6 Jun 2019 17:09:29 +0000 (13:09 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 27 Sep 2019 17:02:16 +0000 (13:02 -0400)
commit9b706b62201983e7c3df79b5cc809f64ad857a15
treed7fc02b787e36f7045155faba83a9c7caccb60f3
parent5c8d8723d2d04f9503126b43bd386bf5c67ceb45
rtpjitterbuffer: Constify timer pointers where possible

This helps understanding which function modify the Timerdata
and which one does not. This is not always obvious from thelper
name considering recalculate_timer() does not.
gst/rtpmanager/gstrtpjitterbuffer.c