Skip to content

webrtc: Fix trace log 'from' value

Eva Pace requested to merge eva/gstreamer:fix/webrtc-incorrect-logging into main

As described in issue #1802 (closed), the webrtc->signaling_state and new_signaling_state values were the same when printed in the trace log.

Since this is just an enum, I've added a old_signaling_state variable to hold the previous value, so that the print statement works as intented.

Edited by Eva Pace

Merge request reports