mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
rtp: rtcpbuffer: fix indentation
https://bugzilla.gnome.org/show_bug.cgi?id=761944
This commit is contained in:
parent
5377088f1e
commit
3ab183c758
1 changed files with 4 additions and 4 deletions
|
@ -957,8 +957,8 @@ gst_rtcp_packet_add_rb (GstRTCPPacket * packet, guint32 ssrc,
|
|||
g_return_val_if_fail (packet->rtcp != NULL, FALSE);
|
||||
g_return_val_if_fail (packet->rtcp->map.flags & GST_MAP_WRITE, FALSE);
|
||||
/* if profile-specific extension is added, fail for now!? */
|
||||
g_return_val_if_fail (
|
||||
gst_rtcp_packet_get_profile_specific_ext_length (packet) == 0, FALSE);
|
||||
g_return_val_if_fail (gst_rtcp_packet_get_profile_specific_ext_length (packet)
|
||||
== 0, FALSE);
|
||||
|
||||
if (packet->count >= GST_RTCP_MAX_RB_COUNT)
|
||||
goto no_space;
|
||||
|
|
Loading…
Reference in a new issue