[vlc-devel] commit: Cosmetics. (Laurent Aimar )
git version control
git at videolan.org
Mon Nov 17 20:16:40 CET 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Nov 16 02:45:48 2008 +0100| [ec71b128447bac8f23b8c08411cd5c7754c86331] | committer: Laurent Aimar
Cosmetics.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec71b128447bac8f23b8c08411cd5c7754c86331
---
src/input/es_out_timeshift.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/input/es_out_timeshift.c b/src/input/es_out_timeshift.c
index 6859295..a67593f 100644
--- a/src/input/es_out_timeshift.c
+++ b/src/input/es_out_timeshift.c
@@ -625,12 +625,12 @@ static int TsStart( es_out_t *p_out )
vlc_object_set_destructor( p_ts, TsDestructor );
p_sys->b_delayed = true;
- if( vlc_thread_create( p_sys->p_thread, "es out timeshift",
+ if( vlc_thread_create( p_ts, "es out timeshift",
TsRun, VLC_THREAD_PRIORITY_INPUT, false ) )
{
msg_Err( p_sys->p_input, "cannot create input thread" );
- vlc_object_release( p_sys->p_thread );
+ vlc_object_release( p_ts );
p_sys->b_delayed = false;
return VLC_EGENERIC;
More information about the vlc-devel
mailing list