summaryrefslogtreecommitdiffstats
path: root/audio/gstsbcenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gstsbcenc.c')
-rw-r--r--audio/gstsbcenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gstsbcenc.c b/audio/gstsbcenc.c
index 789bf78f..0ecf39c8 100644
--- a/audio/gstsbcenc.c
+++ b/audio/gstsbcenc.c
@@ -371,7 +371,7 @@ static GstFlowReturn sbc_enc_chain(GstPad *pad, GstBuffer *buffer)
gst_adapter_push(adapter, buffer);
while (gst_adapter_available(adapter) >= enc->codesize &&
- res == GST_FLOW_OK) {
+ res == GST_FLOW_OK) {
GstBuffer *output;
GstCaps *caps;
const guint8 *data;