[vlc-devel] commit: fetcher and preparser don't need object names ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Sep 6 13:23:48 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Sep 6 14:24:56 2008 +0300| [62ab4ddeff33de47fe2e37c14a5ad0c8f220be6b] | committer: Rémi Denis-Courmont
fetcher and preparser don't need object names
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=62ab4ddeff33de47fe2e37c14a5ad0c8f220be6b
---
src/playlist/thread.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/playlist/thread.c b/src/playlist/thread.c
index 5c23a0c..67624e0 100644
--- a/src/playlist/thread.c
+++ b/src/playlist/thread.c
@@ -69,7 +69,6 @@ void __playlist_ThreadCreate( vlc_object_t *p_parent )
vlc_object_release( p_playlist );
return;
}
- p_playlist->p->p_preparse->psz_object_name = strdup( "preparser" );
p_playlist->p->p_preparse->i_waiting = 0;
p_playlist->p->p_preparse->pp_waiting = NULL;
@@ -95,7 +94,6 @@ void __playlist_ThreadCreate( vlc_object_t *p_parent )
vlc_object_release( p_playlist );
return;
}
- p_playlist->p->p_fetcher->psz_object_name = strdup( "fetcher" );
p_playlist->p->p_fetcher->i_waiting = 0;
p_playlist->p->p_fetcher->pp_waiting = NULL;
p_playlist->p->p_fetcher->i_art_policy = var_CreateGetInteger( p_playlist,
More information about the vlc-devel
mailing list