mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +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;
|
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…
Reference in a new issue