merge from release branch
[platform/upstream/gstreamer.git] / ext / alsa / gstalsa.c
index a12f332..5070cb5 100644 (file)
@@ -945,7 +945,6 @@ gst_alsa_src_process (GstAlsa *this, snd_pcm_uframes_t frames)
             
             if (pad->offset >= this->period_frames) {
                g_assert(pad->offset <= this->period_frames);
-                
                 buf = gst_buffer_new();
                 GST_BUFFER_DATA(buf)    = pad->buf;
                 GST_BUFFER_SIZE(buf)    = this->period_frames * unit;