Skip to content
  • Mark Nauwelaerts's avatar
    rtspsrc: reset connection info to non-flushing when closing · 73592423
    Mark Nauwelaerts authored
    This solves a hanging mainloop in following scenario:
    * connect to source
    * network/server drops
    * pipeline set to NULL (and connection to flushing as part)
    * pipeline set to PAUSED/PLAYING (connection to non-flushing, but not recorded)
    * [connecting still not possible]
    * pipeline set to NULL => mainloop hangs (since no actual flushing is done)
    73592423