mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +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:
|
ignore_reserved:
|
||||||
{
|
{
|
||||||
GST_WARNING_OBJECT (rtpvorbisdepay, "reserved VDT ignored");
|
GST_WARNING_OBJECT (rtpvorbisdepay, "reserved VDT ignored");
|
||||||
if (payload_buffer) {
|
|
||||||
gst_buffer_unmap (payload_buffer, &map);
|
|
||||||
gst_buffer_unref (payload_buffer);
|
|
||||||
}
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
length_short:
|
length_short:
|
||||||
|
|
Loading…
Reference in a new issue