[vlc-devel] commit: Typo ( Rafaël Carré )
git version control
git at videolan.org
Wed Mar 26 05:17:13 CET 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Mar 26 05:17:41 2008 +0100| [df95113d3e501442e5362c6d763e2decb6ec0211]
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=df95113d3e501442e5362c6d763e2decb6ec0211
---
modules/control/dbus.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/control/dbus.c b/modules/control/dbus.c
index 55e86d0..950b9ae 100644
--- a/modules/control/dbus.c
+++ b/modules/control/dbus.c
@@ -989,7 +989,7 @@ static int UpdateCaps( intf_thread_t* p_intf )
if( p_playlist->p_input )
{
- if( var_GetBoolean( p_playlist->p_input, "can-pause" ) )
+ if( var_GetBool( p_playlist->p_input, "can-pause" ) )
i_caps |= CAPS_CAN_PAUSE;
demux_t *p_demux = (demux_t*)vlc_object_find( p_playlist->p_input,
More information about the vlc-devel
mailing list