If by RTCP stats you mean the "stats" property of rtpsession (gst-inspect-1.0 rtpsession), then you could emit the "get-session" signal on rtpbin for each of the session it holds, and access the stats property on the returned object. I am not sure however how well pygobject supports action signals.