[vlc-devel] commit: fetcher and preparser don't need object names ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Sep 7 19:48:14 CEST 2008


vlc | branch: 0.9-bugfix | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Sep  7 20:48:06 2008 +0300| [5eb793f93d55a5a48c0ee7c70833ba73857df230] | committer: Rémi Denis-Courmont 

fetcher and preparser don't need object names

(cherry picked from commit 62ab4ddeff33de47fe2e37c14a5ad0c8f220be6b)

Conflicts:

	src/playlist/thread.c

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5eb793f93d55a5a48c0ee7c70833ba73857df230
---

 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 4143494..64a5e26 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_preparse->psz_object_name = strdup( "preparser" );
     p_playlist->p_preparse->i_waiting = 0;
     p_playlist->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_fetcher->psz_object_name = strdup( "fetcher" );
     p_playlist->p_fetcher->i_waiting = 0;
     p_playlist->p_fetcher->pp_waiting = NULL;
     p_playlist->p_fetcher->i_art_policy = var_CreateGetInteger( p_playlist,




More information about the vlc-devel mailing list