[vlc-devel] commit: typo in commit [53195e9fc7c31e8ae3aeead4879477aa950513b4] ( Derk-Jan Hartman )
git version control
git at videolan.org
Sun Feb 15 01:07:34 CET 2009
vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Sun Feb 15 01:05:44 2009 +0100| [e2a37bc10c2465620926b0a9c40093e10c6d002b] | committer: Derk-Jan Hartman
typo in commit [53195e9fc7c31e8ae3aeead4879477aa950513b4]
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e2a37bc10c2465620926b0a9c40093e10c6d002b
---
modules/control/http/rpn.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/control/http/rpn.c b/modules/control/http/rpn.c
index 73aee51..6872f64 100644
--- a/modules/control/http/rpn.c
+++ b/modules/control/http/rpn.c
@@ -1125,7 +1125,7 @@ void EvaluateRPN( intf_thread_t *p_intf, mvar_t *vars,
vout_thread_t *p_vout = input_GetVout( p_sys->p_input );
if( p_vout )
{
- vout_TriggerCallback( p_vout, "video-snapshot" );
+ var_TriggerCallback( p_vout, "video-snapshot" );
vlc_object_release( p_vout );
msg_Dbg( p_intf, "requested snapshot" );
}
More information about the vlc-devel
mailing list