sbc: Remove unused variable.
This commit is contained in:
parent
c985a85cf2
commit
d4fd8f3ecd
@ -63,9 +63,6 @@ sbc_parse_chain (GstPad * pad, GstBuffer * buffer)
|
|||||||
GstFlowReturn res = GST_FLOW_OK;
|
GstFlowReturn res = GST_FLOW_OK;
|
||||||
guint size, offset = 0;
|
guint size, offset = 0;
|
||||||
guint8 *data;
|
guint8 *data;
|
||||||
GstClockTime timestamp;
|
|
||||||
|
|
||||||
timestamp = GST_BUFFER_TIMESTAMP (buffer);
|
|
||||||
|
|
||||||
/* FIXME use a gstadpter */
|
/* FIXME use a gstadpter */
|
||||||
if (parse->buffer) {
|
if (parse->buffer) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user