GNOME Bugzilla – Bug 756641
rtpbuffer: increase logging level when map fails
Last modified: 2015-10-15 19:41:37 UTC
Created attachment 313370 [details] [review] rtpbuffer: increase logging level when map fails I think that it is important to log as WARNING messages when mapping an RtpBuffer fails.
commit e3c8a820176ba39dfae85944fa9c6ae202ec681d Author: Miguel París Díaz <mparisdiaz@gmail.com> Date: Thu Oct 15 15:32:58 2015 +0200 rtpbuffer: increase logging level when map fails https://bugzilla.gnome.org/show_bug.cgi?id=756641
(Note that this allows outsiders to spam your log by sending invalid packets if you log this, so there's a trade-off here.)
You are right. Moreover, map function is used by some elements to verify if a buffer is RTP or RTCP, so this warning appears too often. So, we could revert the patch. Sorry for the noise :S.