mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-12 09:15:29 +00:00
androidmedia: Remove unused label/variable
This commit is contained in:
parent
a8604bc4f8
commit
4b5d3a97ba
1 changed files with 0 additions and 2 deletions
|
@ -492,7 +492,6 @@ retry:
|
||||||
is_eos = ! !(buffer_info.flags & BUFFER_FLAG_END_OF_STREAM);
|
is_eos = ! !(buffer_info.flags & BUFFER_FLAG_END_OF_STREAM);
|
||||||
|
|
||||||
if (buffer_info.size > 0) {
|
if (buffer_info.size > 0) {
|
||||||
GstAmcAudioDecClass *klass = GST_AMC_AUDIO_DEC_GET_CLASS (self);
|
|
||||||
GstBuffer *outbuf;
|
GstBuffer *outbuf;
|
||||||
GstAmcBuffer *buf;
|
GstAmcBuffer *buf;
|
||||||
GstMapInfo minfo;
|
GstMapInfo minfo;
|
||||||
|
@ -550,7 +549,6 @@ retry:
|
||||||
nframes);
|
nframes);
|
||||||
}
|
}
|
||||||
|
|
||||||
done:
|
|
||||||
if (!gst_amc_codec_release_output_buffer (self->codec, idx, &err)) {
|
if (!gst_amc_codec_release_output_buffer (self->codec, idx, &err)) {
|
||||||
if (self->flushing) {
|
if (self->flushing) {
|
||||||
g_clear_error (&err);
|
g_clear_error (&err);
|
||||||
|
|
Loading…
Reference in a new issue