mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 23:12:42 +00:00
avauddec: Don't warn if drain is successful
This commit is contained in:
parent
1e8e040fbc
commit
6382be0996
1 changed files with 2 additions and 0 deletions
|
@ -615,6 +615,8 @@ gst_ffmpegauddec_drain (GstFFMpegAudDec * ffmpegdec)
|
||||||
if (got_any_frames)
|
if (got_any_frames)
|
||||||
gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (ffmpegdec), NULL, 1);
|
gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (ffmpegdec), NULL, 1);
|
||||||
|
|
||||||
|
return;
|
||||||
|
|
||||||
send_packet_failed:
|
send_packet_failed:
|
||||||
GST_WARNING_OBJECT (ffmpegdec, "send packet failed, could not drain decoder");
|
GST_WARNING_OBJECT (ffmpegdec, "send packet failed, could not drain decoder");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue