[vlc-commits] [Git][videolan/vlc][master] dbus: fix unpause from KDE MPRIS

Steve Lhomme (@robUx4) gitlab at videolan.org
Mon Nov 17 19:54:21 UTC 2025



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
c5513cf9 by Joe Breuer at 2025-11-17T19:26:08+00:00
dbus: fix unpause from KDE MPRIS

- - - - -


1 changed file:

- modules/control/dbus/dbus.c


Changes:

=====================================
modules/control/dbus/dbus.c
=====================================
@@ -716,6 +716,10 @@ static void ProcessEvents( intf_thread_t *p_intf,
             break;
         case SIGNAL_STATE:
             vlc_dictionary_insert( &player_properties, "PlaybackStatus", NULL );
+            if ( p_intf->p_sys->b_can_play )
+            {
+                vlc_dictionary_insert( &player_properties, "CanPlay", NULL );
+            }
             break;
         case SIGNAL_RATE:
             vlc_dictionary_insert( &player_properties, "Rate", NULL );



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c5513cf900aaf59b048c3404fd3662f9a301259f

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c5513cf900aaf59b048c3404fd3662f9a301259f
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list