summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtptheoradepay.c
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-04-18 18:43:31 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-04-18 18:51:29 +0200
commit8cf696a1f1e8264bc14b08a25946a9992d2f8c60 (patch)
tree982a68eabcd4f88249f90401caba30c27a640ae1 /gst/rtp/gstrtptheoradepay.c
parent45c6690e26141f1a1747eb3631f04d483e6a2458 (diff)
rtptheoradepay: Remove unused variable, it's never being read.
Diffstat (limited to 'gst/rtp/gstrtptheoradepay.c')
-rw-r--r--gst/rtp/gstrtptheoradepay.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/rtp/gstrtptheoradepay.c b/gst/rtp/gstrtptheoradepay.c
index 49e6284e..9af96680 100644
--- a/gst/rtp/gstrtptheoradepay.c
+++ b/gst/rtp/gstrtptheoradepay.c
@@ -388,7 +388,6 @@ gst_rtp_theora_depay_process (GstBaseRTPDepayload * depayload, GstBuffer * buf)
guint32 timestamp;
guint32 header, ident;
guint8 F, TDT, packets;
- gboolean free_payload;
rtptheoradepay = GST_RTP_THEORA_DEPAY (depayload);
@@ -401,7 +400,6 @@ gst_rtp_theora_depay_process (GstBaseRTPDepayload * depayload, GstBuffer * buf)
goto packet_short;
payload = gst_rtp_buffer_get_payload (buf);
- free_payload = FALSE;
header = GST_READ_UINT32_BE (payload);
/*