rtp, rtpmanager: Address unused but set variables
authorRobert Swain <robert.swain@collabora.co.uk>
Fri, 15 Apr 2011 12:57:20 +0000 (14:57 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 16 Apr 2011 11:49:16 +0000 (12:49 +0100)
commit5b18c652fbb683e0b15a8f7a662e0acb1c32bac4
tree919c1e0569455a8cfc51673bc7ebccd8a8d50705
parent1c6e8682ec12d77d14ac050c32db4cd9c9a97f3b
rtp, rtpmanager: Address unused but set variables

GCC 4.6.x spits warnings about variables that are unused but set. Such
variables have been removed where trivial but with comments left behind
for informational purposes in some cases.

gst_rtp_session_chain_recv_rtcp () was changed in commit 490113d4
to always return GST_FLOW_OK instead of the return value of
rtp_session_process_rtcp (), so we'll keep it that way.
13 files changed:
gst/rtp/gstrtpamrdepay.c
gst/rtp/gstrtpbvdepay.c
gst/rtp/gstrtpbvpay.c
gst/rtp/gstrtpg722pay.c
gst/rtp/gstrtpgstdepay.c
gst/rtp/gstrtpgstpay.c
gst/rtp/gstrtpj2kpay.c
gst/rtp/gstrtpmp4gpay.c
gst/rtp/gstrtpmp4vpay.c
gst/rtp/gstrtpmpadepay.c
gst/rtp/gstrtpqcelpdepay.c
gst/rtpmanager/gstrtpjitterbuffer.c
gst/rtpmanager/gstrtpsession.c