sbc: Remove unused variable.

This commit is contained in:
Luiz Augusto von Dentz 2009-04-01 10:45:30 -03:00 committed by Tim-Philipp Müller
parent c985a85cf2
commit d4fd8f3ecd

View file

@ -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) {