mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 14:32:31 +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;
|
goto wrong_size;
|
||||||
|
|
||||||
samples = size / bpf;
|
samples = size / bpf;
|
||||||
out_samples = samples;
|
|
||||||
|
|
||||||
time = GST_BUFFER_TIMESTAMP (buf);
|
time = GST_BUFFER_TIMESTAMP (buf);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue