mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
pitch: remove trailing whitespaces from previous commit
This commit is contained in:
parent
68052a7bc3
commit
85406b9827
1 changed files with 2 additions and 2 deletions
|
@ -390,10 +390,10 @@ static GstFlowReturn
|
||||||
gst_pitch_flush_buffer (GstPitch * pitch, gboolean send)
|
gst_pitch_flush_buffer (GstPitch * pitch, gboolean send)
|
||||||
{
|
{
|
||||||
GstBuffer *buffer;
|
GstBuffer *buffer;
|
||||||
|
|
||||||
if (pitch->priv->st->numUnprocessedSamples() != 0) {
|
if (pitch->priv->st->numUnprocessedSamples() != 0) {
|
||||||
GST_DEBUG_OBJECT (pitch, "flushing buffer");
|
GST_DEBUG_OBJECT (pitch, "flushing buffer");
|
||||||
pitch->priv->st->flush ();
|
pitch->priv->st->flush ();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!send)
|
if (!send)
|
||||||
|
|
Loading…
Reference in a new issue