audiodecoder: Remove pointless else{} around some code

This commit is contained in:
Jan Schmidt 2015-01-31 05:12:10 +11:00
parent 7c0f885ad2
commit c35e3e7c7d

View File

@ -1443,7 +1443,7 @@ gst_audio_decoder_drain (GstAudioDecoder * dec)
if (dec->priv->drained && !dec->priv->gather)
return GST_FLOW_OK;
else {
/* Send any pending events before draining, as that
* may update the pending segment info */
send_pending_events (dec);
@ -1477,7 +1477,6 @@ gst_audio_decoder_drain (GstAudioDecoder * dec)
gst_adapter_clear (dec->priv->adapter);
return ret;
}
}
/* hard == FLUSH, otherwise discont */
static GstFlowReturn