pulsesink: Trivial indentation fix
This commit is contained in:
parent
799c8e3d04
commit
bd604175c5
@ -1490,7 +1490,7 @@ gst_pulseringbuffer_commit (GstRingBuffer * buf, guint64 * sample,
|
|||||||
/* Recalculate what we can write in the next chunk */
|
/* Recalculate what we can write in the next chunk */
|
||||||
towrite = out_samples * bps;
|
towrite = out_samples * bps;
|
||||||
if (pbuf->m_writable > towrite)
|
if (pbuf->m_writable > towrite)
|
||||||
pbuf->m_writable = towrite;
|
pbuf->m_writable = towrite;
|
||||||
|
|
||||||
GST_LOG_OBJECT (psink, "requesting %" G_GSIZE_FORMAT " bytes of "
|
GST_LOG_OBJECT (psink, "requesting %" G_GSIZE_FORMAT " bytes of "
|
||||||
"shared memory", pbuf->m_writable);
|
"shared memory", pbuf->m_writable);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user