Skip to content

grilo: Port test-grilo.py to the 0.3 API

Emanuele Aina requested to merge wip/em/grilo-port-to-0.3-api into apertis/v2019dev0

Update the test program from the Grilo 0.2 API to the 0.3 one shipped in the Buster-based v2019dev0 release.

  • replace Registry.load_plugin_by_id() with Registry.load_all_plugins() and Rregistry.activate_plugin_by_id()
  • replace check of MediaBox subclassing with Media.is_container()

Merge request reports