mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
sbc: Remove unused variable.
This commit is contained in:
parent
c985a85cf2
commit
d4fd8f3ecd
1 changed files with 0 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue