mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
audiobasesink: Remove dead assignment
out_samples is set and used in the 'no_align' block.
Dead assignment since 3e312e6e16
This commit is contained in:
parent
f9176b8288
commit
d42294114f
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue