[vlc-devel] commit: playlist: playlist_LiveSearchUpdate is locked, no need to signal_maybe(). (Pierre d'Herbemont )

git version control git at videolan.org
Wed Aug 13 00:54:36 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed Aug 13 00:19:11 2008 +0200| [63c9675b0ea598fc25b61b214f1c99be022d89e5] | committer: Pierre d'Herbemont 

playlist: playlist_LiveSearchUpdate is locked, no need to signal_maybe().

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

 src/playlist/search.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/playlist/search.c b/src/playlist/search.c
index b3f8223..6f81a3d 100644
--- a/src/playlist/search.c
+++ b/src/playlist/search.c
@@ -172,6 +172,6 @@ int playlist_LiveSearchUpdate( playlist_t *p_playlist, playlist_item_t *p_root,
     PL_ASSERT_LOCKED;
     p_playlist->b_reset_currently_playing = true;
     playlist_LiveSearchUpdateInternal( p_playlist, p_root, psz_string );
-    vlc_object_signal_maybe( VLC_OBJECT(p_playlist) );
+    vlc_object_signal_unlocked( p_playlist );
     return VLC_SUCCESS;
 }




More information about the vlc-devel mailing list