From d4fd8f3ecdafec45700f18e6c7c00f62c1973180 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 1 Apr 2009 10:45:30 -0300 Subject: [PATCH] sbc: Remove unused variable. --- ext/sbc/gstsbcparse.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ext/sbc/gstsbcparse.c b/ext/sbc/gstsbcparse.c index 00fd7e0536..805750caf8 100644 --- a/ext/sbc/gstsbcparse.c +++ b/ext/sbc/gstsbcparse.c @@ -63,9 +63,6 @@ sbc_parse_chain (GstPad * pad, GstBuffer * buffer) GstFlowReturn res = GST_FLOW_OK; guint size, offset = 0; guint8 *data; - GstClockTime timestamp; - - timestamp = GST_BUFFER_TIMESTAMP (buffer); /* FIXME use a gstadpter */ if (parse->buffer) {