mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
rtcpbuffer: add missing break in handling of GST_RTCP_TYPE_PSFB
Fixes #594258
This commit is contained in:
parent
2a5cd16eb1
commit
f0f72088bc
1 changed files with 1 additions and 0 deletions
|
@ -454,6 +454,7 @@ gst_rtcp_buffer_add_packet (GstBuffer * buffer, GstRTCPType type,
|
|||
break;
|
||||
case GST_RTCP_TYPE_PSFB:
|
||||
len = 12;
|
||||
break;
|
||||
default:
|
||||
goto unknown_type;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue