mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
gst: sink: Whitespace fixups
This commit is contained in:
parent
9ece286c90
commit
800cd53c56
1 changed files with 2 additions and 2 deletions
|
|
@ -877,8 +877,8 @@ gst_pipewire_sink_render (GstBaseSink * bsink, GstBuffer * buffer)
|
|||
res = gst_buffer_pool_acquire_buffer (GST_BUFFER_POOL_CAST (pwsink->stream->pool),
|
||||
&b, ¶ms);
|
||||
if (res == GST_FLOW_CUSTOM_ERROR_1) {
|
||||
res = gst_base_sink_wait_preroll (bsink);
|
||||
if (res != GST_FLOW_OK)
|
||||
res = gst_base_sink_wait_preroll (bsink);
|
||||
if (res != GST_FLOW_OK)
|
||||
goto done;
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue