mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +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 != NULL, FALSE);
|
||||||
g_return_val_if_fail (packet->rtcp->map.flags & GST_MAP_WRITE, FALSE);
|
g_return_val_if_fail (packet->rtcp->map.flags & GST_MAP_WRITE, FALSE);
|
||||||
/* if profile-specific extension is added, fail for now!? */
|
/* if profile-specific extension is added, fail for now!? */
|
||||||
g_return_val_if_fail (
|
g_return_val_if_fail (gst_rtcp_packet_get_profile_specific_ext_length (packet)
|
||||||
gst_rtcp_packet_get_profile_specific_ext_length (packet) == 0, FALSE);
|
== 0, FALSE);
|
||||||
|
|
||||||
if (packet->count >= GST_RTCP_MAX_RB_COUNT)
|
if (packet->count >= GST_RTCP_MAX_RB_COUNT)
|
||||||
goto no_space;
|
goto no_space;
|
||||||
|
|
Loading…
Reference in a new issue