Skip to content
  • Nicolas Dufresne's avatar
    rist: Use g_signal_connect_object() · af741f07
    Nicolas Dufresne authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
    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
    
    Part-of: <!1413>
    af741f07