Rafał Dzięgiel
Results
472
comments of
Rafał Dzięgiel
Currently something like this: ```c #if CLAPPER_HAVE_MPRIS ClapperFeature *feature = CLAPPER_FEATURE (clapper_mpris_new ( mpris_name, APP_NAME, APP_ID)); clapper_mpris_set_queue_controllable (CLAPPER_MPRIS (feature), TRUE); clapper_player_add_feature (player, feature); gst_object_unref (feature); #endif ``` Becomes this: ```c...
> I expect API changes :) Just dropping here links to migration guide(s) in case you ever decide to continue with this PR. No rush. Even with latest Clapper version,...