mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
rtpvorbisdepay: remove dead code
payload_buffer must be NULL in ignore_reserved. Check will always be false.
Introduced by b1089fb520
CID #1316476
This commit is contained in:
parent
1328289474
commit
1aee15050c
1 changed files with 0 additions and 4 deletions
|
@ -640,10 +640,6 @@ packet_short:
|
|||
ignore_reserved:
|
||||
{
|
||||
GST_WARNING_OBJECT (rtpvorbisdepay, "reserved VDT ignored");
|
||||
if (payload_buffer) {
|
||||
gst_buffer_unmap (payload_buffer, &map);
|
||||
gst_buffer_unref (payload_buffer);
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
length_short:
|
||||
|
|
Loading…
Reference in a new issue