Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit d848442

Browse files
committed
CallStream: Readability: Use 100'000'000 instead of 100000000
1 parent f5cb043 commit d848442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/QXmppCallStream.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ QXmppCallStreamPrivate::QXmppCallStreamPrivate(QXmppCallStream *parent, GstEleme
9797
// We need frequent RTCP reports for the bandwidth controller
9898
GstElement *rtpSession;
9999
g_signal_emit_by_name(rtpbin, "get-session", static_cast<uint>(id), &rtpSession);
100-
g_object_set(rtpSession, "rtcp-min-interval", 100000000, nullptr);
100+
g_object_set(rtpSession, "rtcp-min-interval", 100'000'000, nullptr);
101101

102102
gst_element_sync_state_with_parent(iceReceiveBin);
103103
gst_element_sync_state_with_parent(iceSendBin);

0 commit comments

Comments
 (0)