mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +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);
|
||||
|
||||
if (buffer_info.size > 0) {
|
||||
GstAmcAudioDecClass *klass = GST_AMC_AUDIO_DEC_GET_CLASS (self);
|
||||
GstBuffer *outbuf;
|
||||
GstAmcBuffer *buf;
|
||||
GstMapInfo minfo;
|
||||
|
@ -550,7 +549,6 @@ retry:
|
|||
nframes);
|
||||
}
|
||||
|
||||
done:
|
||||
if (!gst_amc_codec_release_output_buffer (self->codec, idx, &err)) {
|
||||
if (self->flushing) {
|
||||
g_clear_error (&err);
|
||||
|
|
Loading…
Reference in a new issue