mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
pulsesink: Trivial indentation fix
This commit is contained in:
parent
799c8e3d04
commit
bd604175c5
1 changed files with 1 additions and 1 deletions
|
@ -1490,7 +1490,7 @@ gst_pulseringbuffer_commit (GstRingBuffer * buf, guint64 * sample,
|
|||
/* Recalculate what we can write in the next chunk */
|
||||
towrite = out_samples * bps;
|
||||
if (pbuf->m_writable > towrite)
|
||||
pbuf->m_writable = towrite;
|
||||
pbuf->m_writable = towrite;
|
||||
|
||||
GST_LOG_OBJECT (psink, "requesting %" G_GSIZE_FORMAT " bytes of "
|
||||
"shared memory", pbuf->m_writable);
|
||||
|
|
Loading…
Reference in a new issue