audiobasesink: Remove dead assignment

out_samples is set and used in the 'no_align' block.
Dead assignment since 3e312e6e16
This commit is contained in:
Edward Hervey 2018-12-17 08:50:44 +01:00 committed by Edward Hervey
parent f9176b8288
commit d42294114f

View file

@ -1863,7 +1863,6 @@ gst_audio_base_sink_render (GstBaseSink * bsink, GstBuffer * buf)
goto wrong_size;
samples = size / bpf;
out_samples = samples;
time = GST_BUFFER_TIMESTAMP (buf);