Skip to content
  • Soomin Lee's avatar
    VLCRendererDiscoverer: Track discovered renderer items · 9d24ab8b
    Soomin Lee authored
    Creating a new instance of `VLCRendererItem` each time we got an event
    from libvlc led to duplication and issues with item deletions. Thus,
    this patch checks before creating a new instance, if a `VLCRendererItem`
    exist with a `libvlc_renderer_item_t *`.
    9d24ab8b