Skip to content

rist: Use g_signal_connect_object()

rtpbin can still emit signals when it is being disposed, and while rtpbin is inside ristsrc/ristsink it can still live longer.

So we either have disconnect all signals at some point, or let GObject take care of that automatically.

Related to !1412 (merged)

cc @slomo

Merge request reports