Skip to content
  • Wim Taymans's avatar
    Add RTSP channel object for async io · a6d75bd3
    Wim Taymans authored
    Add a GstRTSPChannel object that wraps a GSource around the RTSP connection so
    that the connection can be monitored from a maincontext. This allows us to
    operate in ASYNC mode, which is handy when building a server.
    
    Rework the old code to use the async code under the hood.
    
    API: gst_rtsp_channel_new()
    API: gst_rtsp_channel_unref()
    API: gst_rtsp_channel_attach()
    API: gst_rtsp_channel_queue_message()
    a6d75bd3