[vlc-devel] commit: osd: Remove a yield() that doesn't make sense. (Pierre d'Herbemont )
git version control
git at videolan.org
Sat Jul 12 22:24:49 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Jul 12 21:35:07 2008 +0200| [6224fcbc43874c20a1bfd6227d8374b7573f7e63]
osd: Remove a yield() that doesn't make sense.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6224fcbc43874c20a1bfd6227d8374b7573f7e63
---
src/osd/osd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/osd/osd.c b/src/osd/osd.c
index b36d4a5..4eb576d 100644
--- a/src/osd/osd.c
+++ b/src/osd/osd.c
@@ -73,7 +73,7 @@ static osd_menu_t *osd_ParserLoad( vlc_object_t *p_this, const char *psz_file )
osdmenu_name );
if( !p_menu )
return NULL;
- vlc_object_yield( p_menu );
+
vlc_object_attach( p_menu, p_this->p_libvlc );
/* Stuff needed for Parser */
More information about the vlc-devel
mailing list