mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
wasapi2ringbuffer: Run gst-indent
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2402>
This commit is contained in:
parent
d0e614b354
commit
fa4fb4c47f
1 changed files with 2 additions and 2 deletions
|
@ -1112,7 +1112,7 @@ gst_wasapi2_ring_buffer_release (GstAudioRingBuffer * buf)
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
gst_wasapi2_ring_buffer_start_internal (GstWasapi2RingBuffer *self)
|
gst_wasapi2_ring_buffer_start_internal (GstWasapi2RingBuffer * self)
|
||||||
{
|
{
|
||||||
IAudioClient *client_handle;
|
IAudioClient *client_handle;
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
|
@ -1211,7 +1211,7 @@ gst_wasapi2_ring_buffer_resume (GstAudioRingBuffer * buf)
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
gst_wasapi2_ring_buffer_stop_internal (GstWasapi2RingBuffer *self)
|
gst_wasapi2_ring_buffer_stop_internal (GstWasapi2RingBuffer * self)
|
||||||
{
|
{
|
||||||
IAudioClient *client_handle;
|
IAudioClient *client_handle;
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
|
|
Loading…
Reference in a new issue