summaryrefslogtreecommitdiff
path: root/omx/gstomxaudiosink.c
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomxaudiosink.c')
-rw-r--r--omx/gstomxaudiosink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomxaudiosink.c b/omx/gstomxaudiosink.c
index 0f1c23e..d4e684f 100644
--- a/omx/gstomxaudiosink.c
+++ b/omx/gstomxaudiosink.c
@@ -760,7 +760,7 @@ gst_omx_audio_sink_acquire_buffer (GstOMXAudioSink * self)
GstOMXBuffer *buf = NULL;
while (!buf) {
- acq_ret = gst_omx_port_acquire_buffer (port, &buf);
+ acq_ret = gst_omx_port_acquire_buffer (port, &buf, GST_OMX_WAIT);
if (acq_ret == GST_OMX_ACQUIRE_BUFFER_ERROR) {
goto component_error;
} else if (acq_ret == GST_OMX_ACQUIRE_BUFFER_FLUSHING) {