[vlc-devel] commit: Use pl_Yield and pl_Release instead of vlc_object_find. ( Rémi Duraffort )
Pierre d'Herbemont
pdherbemont at free.fr
Thu Jul 24 21:47:33 CEST 2008
Quoting git version control <git at videolan.org>:
> vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Thu Jul 24
> 12:54:21 2008 +0200| [ed3444539a2fb2c53303f63ddf8974066123e5d9]
>
> Use pl_Yield and pl_Release instead of vlc_object_find.
>
The policy on pl_Release() was to release, not the playlist object but, the
object that was passed to pl_Yield().
Would be nice to assert in pl_Release that object is not playlist, at least if
we want to stick to that rule.
Pierre.
More information about the vlc-devel
mailing list