Skip to content
Snippets Groups Projects

Draft: lib: media_player: add a detach_window callback

  1. Nov 27, 2024
    • Alexandre Janniaux's avatar
      lib: media_player: add a detach_window callback · 474dc100
      Alexandre Janniaux authored
      The callback allows setting back the original values before adding a new
      configuration for the video output (either window provider functions or
      output and video callbacks). There are some duplications between
      variable set by the callback to reset back to the old values and
      potential variable set by the new callback that would have overriden
      those, but it allows having a centralized callback instead of ensuring
      every configuration has been removed from everywhere and maintain this
      kind of list at every setter location.
      
      This effectively allows setting vout, dec-dev and OpenGL implementations
      from the libvlc configuration.
      474dc100
Loading