Skip to content

rtpbin: Initialize uninitialized variable correctly

last_out would be used uninitialized if the element has no set-active signal. Initialize it to -1 as that's what the "default" value is further below.

CID 1455443

Fixes #727 (closed)

Merge request reports