You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RELEASE_ASSERT_WITH_MESSAGE(isEnabled() && m_holePunchQuirk, "createHolePunchVideoSink() should be called only if one hole-punch quirk was requested");
165
-
if (!isEnabled() || !m_holePunchQuirk) {
167
+
if (!m_holePunchQuirk) {
166
168
GST_DEBUG("None of the quirks requested a HolePunchSink");
0 commit comments