rtprtx{send,receive}: improve the debug messages
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Thu, 7 Sep 2017 11:33:57 +0000 (14:33 +0300)
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Thu, 7 Sep 2017 11:43:32 +0000 (14:43 +0300)
commit286e1e62be254be358bebaba432fd49dbe752cdf
tree0297ffce2fbad0bbe3da1ed6efade85cf6f02d68
parent85ec6430d93e53f359c35c58e4e63611d3ab9297
rtprtx{send,receive}: improve the debug messages

* use INFO/DEBUG/LOG/TRACE equaly and meaningfully;
  previously rtprtxsend:LOG and rtprtxreceive:LOG would generate
  a totally different amount of log traffic and sometimes it was
  impossible to see the information you wanted without useless
  spam being printed around
* improve the wording, give a reasonable and self-explanatory
  amount of information
* print SSRCs in hex
* avoid G_FOO_FORMAT for readability (we are just printing integers)
gst/rtpmanager/gstrtprtxreceive.c
gst/rtpmanager/gstrtprtxsend.c