]> git.sesse.net Git - vlc/log
vlc
15 years agoCorrect location for mpeg2
Jean-Baptiste Kempf [Sat, 19 Jul 2008 22:04:38 +0000 (00:04 +0200)]
Correct location for mpeg2

15 years agojvlc: fix the native type for drawable
Filippo Carone [Sat, 19 Jul 2008 21:48:55 +0000 (23:48 +0200)]
jvlc: fix the native type for drawable

15 years agojava bindings: specify hudson as continuus integration engine
Filippo Carone [Sat, 19 Jul 2008 21:46:49 +0000 (23:46 +0200)]
java bindings: specify hudson as continuus integration engine

15 years agolibMpeg2 0.5.1 bump
Jean-Baptiste Kempf [Sat, 19 Jul 2008 21:41:08 +0000 (23:41 +0200)]
libMpeg2 0.5.1 bump

15 years agoTypo
Jean-Baptiste Kempf [Wed, 9 Jul 2008 21:29:50 +0000 (23:29 +0200)]
Typo

15 years agoquicktime decoder: fix a cast warning
Derk-Jan Hartman [Sat, 19 Jul 2008 20:25:05 +0000 (22:25 +0200)]
quicktime decoder: fix a cast warning

15 years agoquicktime codec: prevent malloc(0)
Derk-Jan Hartman [Sat, 19 Jul 2008 20:21:38 +0000 (22:21 +0200)]
quicktime codec: prevent malloc(0)

15 years agoquicktime decoder: I don't trust this codec enough to have it as priority 100 resetti...
Derk-Jan Hartman [Sat, 19 Jul 2008 20:17:04 +0000 (22:17 +0200)]
quicktime decoder: I don't trust this codec enough to have it as priority 100 resetting back to 10. Besides, shouldn't we encourage ffmpeg codec usage over proprietary codecs ?

15 years agoMac OS X framework: libvlc_MediaPlayerPlayed -> libvlc_MediaPlayerPlaying.
Derk-Jan Hartman [Sat, 19 Jul 2008 19:44:36 +0000 (21:44 +0200)]
Mac OS X framework: libvlc_MediaPlayerPlayed -> libvlc_MediaPlayerPlaying.

15 years agoRemoved some useless dgb msgs and added some more useful localised error msgs
Felix Paul Kühne [Sat, 19 Jul 2008 18:39:01 +0000 (20:39 +0200)]
Removed some useless dgb msgs and added some more useful localised error msgs

15 years agoUse pl_Locked and pl_Unlocked.
Rémi Duraffort [Sat, 19 Jul 2008 12:38:10 +0000 (14:38 +0200)]
Use pl_Locked and pl_Unlocked.

15 years agoCosmetic.
Rémi Duraffort [Sat, 19 Jul 2008 11:12:33 +0000 (13:12 +0200)]
Cosmetic.

15 years agoUse block_Release instead of pf_release directly.
Laurent Aimar [Sat, 19 Jul 2008 11:23:57 +0000 (13:23 +0200)]
Use block_Release instead of pf_release directly.

15 years agoFixed buffer overread in equalizer BandCallback.
Laurent Aimar [Sat, 19 Jul 2008 11:22:41 +0000 (13:22 +0200)]
Fixed buffer overread in equalizer BandCallback.

15 years agoFixed a segfault in aout_EnableFilter.
Laurent Aimar [Sat, 19 Jul 2008 11:19:16 +0000 (13:19 +0200)]
Fixed a segfault in aout_EnableFilter.
Fixed missing lock in aout callbacks !
Factorized duplicated code.

15 years agoAdded filter_NewPicture/Subpicture/AudioBuffer helpers.
Laurent Aimar [Sat, 19 Jul 2008 11:17:38 +0000 (13:17 +0200)]
Added filter_NewPicture/Subpicture/AudioBuffer helpers.

15 years agoFixed vout_Create documentation.
Laurent Aimar [Sat, 19 Jul 2008 11:16:37 +0000 (13:16 +0200)]
Fixed vout_Create documentation.

15 years agoFixed a few buffer overflow by not using sprintf...
Laurent Aimar [Sat, 19 Jul 2008 11:14:46 +0000 (13:14 +0200)]
Fixed a few buffer overflow by not using sprintf...

15 years agolibvlc: Don't raise an exception if there is no vout in set_drawable.
Pierre d'Herbemont [Sat, 19 Jul 2008 10:56:53 +0000 (12:56 +0200)]
libvlc: Don't raise an exception if there is no vout in set_drawable.

15 years agoplaylist: playlist_NodeAddInput was noted as deprecated in docs, remove it from expor...
Pierre d'Herbemont [Sat, 19 Jul 2008 09:27:45 +0000 (11:27 +0200)]
playlist: playlist_NodeAddInput was noted as deprecated in docs, remove it from exported symbols.

15 years agoplaylist: playlist_DeleteFromInputInParent wasn't used by modules, don't export it.
Pierre d'Herbemont [Sat, 19 Jul 2008 09:18:51 +0000 (11:18 +0200)]
playlist: playlist_DeleteFromInputInParent wasn't used by modules, don't export it.

15 years agoplaylist: playlist_DeleteInputInParent->playlist_DeleteFromInputInParent to match...
Pierre d'Herbemont [Sat, 19 Jul 2008 09:16:32 +0000 (11:16 +0200)]
playlist: playlist_DeleteInputInParent->playlist_DeleteFromInputInParent to match playlist_DeleteFromInput.

15 years agoQt4: We must lock the playlist before calling UpdateTreeItem()
Rémi Duraffort [Sat, 19 Jul 2008 10:49:37 +0000 (12:49 +0200)]
Qt4: We must lock the playlist before calling UpdateTreeItem()

15 years agoFix a compilation warning.
Rémi Duraffort [Sat, 19 Jul 2008 10:48:17 +0000 (12:48 +0200)]
Fix a compilation warning.

15 years agoExtra info about compiler and revision name added binded from libvlc
Filippo Carone [Sat, 19 Jul 2008 10:00:24 +0000 (12:00 +0200)]
Extra info about compiler and revision name added binded from libvlc

15 years agoClean up gaussianblur. There is no need to nearly duplicate all code the to
Laurent Aimar [Fri, 18 Jul 2008 20:34:03 +0000 (22:34 +0200)]
Clean up gaussianblur. There is no need to nearly duplicate all code the to
handle int/float...

15 years agoUse picture helpers.
Laurent Aimar [Fri, 18 Jul 2008 20:00:16 +0000 (22:00 +0200)]
Use picture helpers.

15 years agoAnother typo.
Laurent Aimar [Fri, 18 Jul 2008 19:52:58 +0000 (21:52 +0200)]
Another typo.

15 years agoFixed a typo.
Laurent Aimar [Fri, 18 Jul 2008 19:39:42 +0000 (21:39 +0200)]
Fixed a typo.

15 years agoUse picture helpers.
Laurent Aimar [Fri, 18 Jul 2008 19:35:44 +0000 (21:35 +0200)]
Use picture helpers.

15 years agoDo not return title if no chapters in mkv.
Laurent Aimar [Fri, 18 Jul 2008 19:24:54 +0000 (21:24 +0200)]
Do not return title if no chapters in mkv.

15 years agoUse picture helpers (Yield,Release,CopyProperties).
Laurent Aimar [Fri, 18 Jul 2008 19:18:36 +0000 (21:18 +0200)]
Use picture helpers (Yield,Release,CopyProperties).

15 years agoAdded new picture helpers (picture_Yield, picture_Release,
Laurent Aimar [Fri, 18 Jul 2008 18:47:20 +0000 (20:47 +0200)]
Added new picture helpers (picture_Yield, picture_Release,
picture_CopyProperties) and use them inside vlc core.

15 years agoThe playlist is not locked so don't pretend that the case.
Rémi Duraffort [Fri, 18 Jul 2008 17:57:42 +0000 (19:57 +0200)]
The playlist is not locked so don't pretend that the case.

15 years agoThe playlist it not lock here.
Rémi Duraffort [Fri, 18 Jul 2008 17:33:39 +0000 (19:33 +0200)]
The playlist it not lock here.

15 years agoThe playlist is not lock for the moment.
Rémi Duraffort [Fri, 18 Jul 2008 17:25:56 +0000 (19:25 +0200)]
The playlist is not lock for the moment.

15 years agoLock the playlist so we can add SAP item to the playlist without asserting.
Rémi Duraffort [Fri, 18 Jul 2008 17:04:12 +0000 (19:04 +0200)]
Lock the playlist so we can add SAP item to the playlist without asserting.

15 years agoAdd new x-content to desktop file. Patch by Nicolas Chauvet.
Pavlov Konstantin [Fri, 18 Jul 2008 07:19:24 +0000 (11:19 +0400)]
Add new x-content to desktop file. Patch by Nicolas Chauvet.

15 years agoRevert "qtcapture: Use a direct block buffer, and remove a memcpy."
Pierre d'Herbemont [Thu, 17 Jul 2008 22:42:53 +0000 (00:42 +0200)]
Revert "qtcapture: Use a direct block buffer, and remove a memcpy."

This reverts commit b65ca27b5b5445bf4814dcbc22985cfc24f0900b.

It doesn't work well enough.

15 years agoqtcapture: Use a direct block buffer, and remove a memcpy.
Pierre d'Herbemont [Thu, 17 Jul 2008 22:17:17 +0000 (00:17 +0200)]
qtcapture: Use a direct block buffer, and remove a memcpy.

15 years agovout: Make sure vout_Close() has been called before the object destruction.
Pierre d'Herbemont [Thu, 17 Jul 2008 21:06:01 +0000 (23:06 +0200)]
vout: Make sure vout_Close() has been called before the object destruction.

15 years agovout: Rename vout_Destroy to vout_CloseAndDestroy.
Pierre d'Herbemont [Thu, 17 Jul 2008 21:03:08 +0000 (23:03 +0200)]
vout: Rename vout_Destroy to vout_CloseAndDestroy.

15 years agomacosx: Fix motionblur and zoom in extended panel.
Pierre d'Herbemont [Thu, 17 Jul 2008 20:37:49 +0000 (22:37 +0200)]
macosx: Fix motionblur and zoom in extended panel.

15 years agoDo not increase refcount when the release callback is not present.
Laurent Aimar [Thu, 17 Jul 2008 20:45:03 +0000 (22:45 +0200)]
Do not increase refcount when the release callback is not present.

15 years agoRevert "Fixed image_Convert by properly overriding release policy."
Laurent Aimar [Thu, 17 Jul 2008 20:44:07 +0000 (22:44 +0200)]
Revert "Fixed image_Convert by properly overriding release policy."
A simpler way is comming.
This reverts commit 796e72022f71598de3a162998a240632e65fed60.

15 years agoUse the correct test
Christophe Mutricy [Wed, 16 Jul 2008 23:21:02 +0000 (00:21 +0100)]
Use the correct test

Refs #791

15 years agoFix building when VLM is disable
Christophe Mutricy [Thu, 17 Jul 2008 19:25:18 +0000 (20:25 +0100)]
Fix building when VLM is disable

Closes #1718

15 years agoAdd Matroska mmime types
Christophe Mutricy [Wed, 16 Jul 2008 22:27:02 +0000 (23:27 +0100)]
Add Matroska mmime types

15 years agoFixed image_Convert by properly overriding release policy.
Laurent Aimar [Thu, 17 Jul 2008 19:23:19 +0000 (21:23 +0200)]
Fixed image_Convert by properly overriding release policy.

15 years agomacosx: Remember the detached vout position.
Pierre d'Herbemont [Thu, 17 Jul 2008 19:12:22 +0000 (21:12 +0200)]
macosx: Remember the detached vout position.

15 years agoEnabled fullscreen controler by default.
Laurent Aimar [Thu, 17 Jul 2008 18:02:00 +0000 (20:02 +0200)]
Enabled fullscreen controler by default.

15 years agoFixed filters implemented as vout (Init/End can be called multiple times
Laurent Aimar [Thu, 17 Jul 2008 17:58:44 +0000 (19:58 +0200)]
Fixed filters implemented as vout (Init/End can be called multiple times
+ use vout_Destroy where it should be)
It closes #1722.

15 years agoRevived vout_Destroy from the dead.
Laurent Aimar [Thu, 17 Jul 2008 17:53:47 +0000 (19:53 +0200)]
Revived vout_Destroy from the dead.
No you CANNOT release a vout by vlc_object_release if you have created
it by vout_Request or vout_Create.

15 years agomacosx: Work-around a NSUIHeartBeat crash on quit by not allowing the sprefs window...
Felix Paul Kühne [Thu, 17 Jul 2008 12:20:19 +0000 (14:20 +0200)]
macosx: Work-around a NSUIHeartBeat crash on quit by not allowing the sprefs window to be minimised

No, better don't ask oO

15 years agomacosx: make sure that the info-panel doesn't float.
Felix Paul Kühne [Thu, 17 Jul 2008 11:53:40 +0000 (13:53 +0200)]
macosx: make sure that the info-panel doesn't float.

Additionally, fixed an inconsistency in the nib-file.

15 years agomacosx: Make sure we update the information panel, if the playlist changes.
Felix Paul Kühne [Thu, 17 Jul 2008 11:43:22 +0000 (13:43 +0200)]
macosx: Make sure we update the information panel, if the playlist changes.

We shouldn't think that we are the only one who can change the pl ;-)

15 years agoDon't unlock the playlist to lock it the next instruction.
Rémi Duraffort [Thu, 17 Jul 2008 17:03:43 +0000 (19:03 +0200)]
Don't unlock the playlist to lock it the next instruction.

15 years agoThe playlist is not lock at this stage so let it lock itself.
Rémi Duraffort [Thu, 17 Jul 2008 15:58:33 +0000 (17:58 +0200)]
The playlist is not lock at this stage so let it lock itself.

15 years agoqt4: Hopefully blindely fix the qt4 build, by defining the std p_playlist.
Pierre d'Herbemont [Wed, 16 Jul 2008 22:15:06 +0000 (00:15 +0200)]
qt4: Hopefully blindely fix the qt4 build, by defining the std p_playlist.

15 years agoqt4: Forgotten lock. Reported by ahoka.
Pierre d'Herbemont [Wed, 16 Jul 2008 21:46:30 +0000 (23:46 +0200)]
qt4: Forgotten lock. Reported by ahoka.

Anyway this is broken, qt4 shouldn't assume that the playlist_item_t can't be deleted. We need to implement refcounting here, or a sound garbage collection. Refcounting would be safer.

15 years agomacosx: Properly inherit variables if they don't exist.
Pierre d'Herbemont [Wed, 16 Jul 2008 21:26:53 +0000 (23:26 +0200)]
macosx: Properly inherit variables if they don't exist.

15 years agoUse pkg-config to get the flags for libmpeg2
Christophe Mutricy [Wed, 16 Jul 2008 18:32:13 +0000 (19:32 +0100)]
Use pkg-config to get the flags for libmpeg2

15 years agomacosx: Make sure the detached window is movable by background.
Pierre d'Herbemont [Wed, 16 Jul 2008 21:20:41 +0000 (23:20 +0200)]
macosx: Make sure the detached window is movable by background.

15 years agoFixed a rare sent-msg-to-freed-object issue
Felix Paul Kühne [Wed, 16 Jul 2008 21:13:49 +0000 (23:13 +0200)]
Fixed a rare sent-msg-to-freed-object issue

15 years agoAnother translation update
Felix Paul Kühne [Wed, 16 Jul 2008 18:44:57 +0000 (20:44 +0200)]
Another translation update

15 years agoFixed l10n msg
Felix Paul Kühne [Wed, 16 Jul 2008 18:44:15 +0000 (20:44 +0200)]
Fixed l10n msg

15 years agoWe agreed not to put sentences aka dots in non-longtext option descriptions
Felix Paul Kühne [Wed, 16 Jul 2008 18:10:34 +0000 (20:10 +0200)]
We agreed not to put sentences aka dots in non-longtext option descriptions

15 years agomacosx: Remove a NSLog.
Pierre d'Herbemont [Wed, 16 Jul 2008 21:02:45 +0000 (23:02 +0200)]
macosx: Remove a NSLog.

15 years agomacosx: Fix the detached window. Fix fullscreen. Use a borderless window.
Pierre d'Herbemont [Wed, 16 Jul 2008 20:59:18 +0000 (22:59 +0200)]
macosx: Fix the detached window. Fix fullscreen. Use a borderless window.

The borderless window is nicer IMO. Feel free to object, but this also saves some overhead with fullscreen changing.

15 years agoqtcapture: Don't release objects when libvlc quit, else we may loose our main thread...
Pierre d'Herbemont [Wed, 16 Jul 2008 18:49:23 +0000 (20:49 +0200)]
qtcapture: Don't release objects when libvlc quit, else we may loose our main thread, and dead lock.

15 years agodirectory: Make sure we can exit and interrupt the access.
Pierre d'Herbemont [Tue, 15 Jul 2008 18:02:36 +0000 (20:02 +0200)]
directory: Make sure we can exit and interrupt the access.

15 years agoDon't send blocks from qtcapture Demux that we have already sent before. Avoid excess...
Derk-Jan Hartman [Wed, 16 Jul 2008 15:14:22 +0000 (17:14 +0200)]
Don't send blocks from qtcapture Demux that we have already sent before. Avoid excessive CPU usage while there are no new blocks.

15 years agoUse the actual pts in qtcapture.
Derk-Jan Hartman [Wed, 16 Jul 2008 14:58:05 +0000 (16:58 +0200)]
Use the actual pts in qtcapture.
This works, but perhaps i'm loosing too much precission here. Are there better ways to change timevalue + scale into walltime ?

15 years agoSpecifying any CFLAGS clobbers any that liboil's configure script would
Jonathan Rosser [Tue, 15 Jul 2008 11:41:32 +0000 (12:41 +0100)]
Specifying any CFLAGS clobbers any that liboil's configure script would
naturally choose.  With only an effective -O0 gcc 4.0.1 doesn't produce
code as intented for copy_u8_altivec, causing liboil to fail at runtime.

Summary, liboil really needs -O2 (always).

Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
15 years agoUse good default value for font weigh/slan (subtitle rendering).
Laurent Aimar [Tue, 15 Jul 2008 20:35:17 +0000 (22:35 +0200)]
Use good default value for font weigh/slan (subtitle rendering).

15 years agoDownload pcre before compiling asa
Felix Paul Kühne [Tue, 15 Jul 2008 20:33:58 +0000 (22:33 +0200)]
Download pcre before compiling asa

15 years agoFixed fullscreen controler race conditions and ugly static variables.
Laurent Aimar [Tue, 15 Jul 2008 19:29:54 +0000 (21:29 +0200)]
Fixed fullscreen controler race conditions and ugly static variables.
It is disabled by default, look for the two lines with
//XXX uncomment for fullscreen controler
to enable it. Please report success/failure in order to enable it by
default (linux/win32).

15 years agoPass vout_thread_t to releaseVideo.
Laurent Aimar [Tue, 15 Jul 2008 17:57:44 +0000 (19:57 +0200)]
Pass vout_thread_t to releaseVideo.

15 years agoSimplify vlc fourcc/ffmpeg pix format conversion.
Laurent Aimar [Mon, 14 Jul 2008 14:17:34 +0000 (16:17 +0200)]
Simplify vlc fourcc/ffmpeg pix format conversion.

15 years agoAsk the playlist to lock itself as it isn't done before.
Rémi Duraffort [Tue, 15 Jul 2008 18:22:42 +0000 (20:22 +0200)]
Ask the playlist to lock itself as it isn't done before.

15 years agoCheck asprintf return value and fix a potential memleak.
Rémi Duraffort [Tue, 15 Jul 2008 17:59:08 +0000 (19:59 +0200)]
Check asprintf return value and fix a potential memleak.

15 years agoFix a compilation warning.
Rémi Duraffort [Tue, 15 Jul 2008 17:48:38 +0000 (19:48 +0200)]
Fix a compilation warning.

15 years agoplaylist: Use pl_Locked in vlc_playlist.h.
Pierre d'Herbemont [Tue, 15 Jul 2008 17:41:43 +0000 (19:41 +0200)]
playlist: Use pl_Locked in vlc_playlist.h.

15 years agoservices_discovery: Don't forget a PL_LOCK.
Pierre d'Herbemont [Tue, 15 Jul 2008 17:38:51 +0000 (19:38 +0200)]
services_discovery: Don't forget a PL_LOCK.

Spotted by 3af47f42e2ac5cfd6ab35bee5320788270a10a29 and ivoire.

15 years agomacosx: Fix a dead lock.
Pierre d'Herbemont [Tue, 15 Jul 2008 17:31:14 +0000 (19:31 +0200)]
macosx: Fix a dead lock.

15 years agointeraction: Fix a interaction leak.
Pierre d'Herbemont [Tue, 15 Jul 2008 17:24:55 +0000 (19:24 +0200)]
interaction: Fix a interaction leak.

15 years agomacosx: Use pl_Locked for better readability.
Pierre d'Herbemont [Tue, 15 Jul 2008 17:24:34 +0000 (19:24 +0200)]
macosx: Use pl_Locked for better readability.

15 years agoplaylist: Defines pl_Locked, pl_Locked to pass to as b_locked.
Pierre d'Herbemont [Tue, 15 Jul 2008 11:48:57 +0000 (13:48 +0200)]
playlist: Defines pl_Locked, pl_Locked to pass to as b_locked.

15 years agomacosx: Fix a deadlock in the broken -[VLCPlaylist isItem: inNode: checkItemExistence...
Pierre d'Herbemont [Tue, 15 Jul 2008 11:42:52 +0000 (13:42 +0200)]
macosx: Fix a deadlock in the broken -[VLCPlaylist isItem: inNode: checkItemExistence:]. Fixes #1711 (Deleting a playing item's parent item result in a trivial deadlock on Mac OS X.)

15 years agoUse new libmpeg2
Christophe Mutricy [Tue, 15 Jul 2008 14:00:56 +0000 (15:00 +0100)]
Use new libmpeg2

Kudoz to sam and Meuuh

15 years agoplaylist: Fix a legitimate warning.
Pierre d'Herbemont [Tue, 15 Jul 2008 11:17:36 +0000 (13:17 +0200)]
playlist: Fix a legitimate warning.

15 years agoplaylist: playlist_Get*Leaf are already defined in vlc_playlist.h.
Pierre d'Herbemont [Tue, 15 Jul 2008 11:16:29 +0000 (13:16 +0200)]
playlist: playlist_Get*Leaf are already defined in vlc_playlist.h.

15 years agoplaylist: Remove playlist_GetAllEnabledChildren as it wasn't used.
Pierre d'Herbemont [Tue, 15 Jul 2008 11:15:15 +0000 (13:15 +0200)]
playlist: Remove playlist_GetAllEnabledChildren as it wasn't used.

15 years agoplaylist: Use PL_ASSERT_LOCKED where the playlist lock should be held.
Pierre d'Herbemont [Tue, 15 Jul 2008 10:59:27 +0000 (12:59 +0200)]
playlist: Use PL_ASSERT_LOCKED where the playlist lock should be held.

Note, this commit may create some assert in previously working code. That does mean that this code wasn't properly working, and that it lacks a PL_LOCK. I prefer nice assert() over races.

15 years agodirectory: playlist_NodeCreate needs a lock.
Pierre d'Herbemont [Tue, 15 Jul 2008 11:10:02 +0000 (13:10 +0200)]
directory: playlist_NodeCreate needs a lock.

15 years agoservices_discovery: playlist_NodesPairCreate needs a lock.
Pierre d'Herbemont [Tue, 15 Jul 2008 11:07:23 +0000 (13:07 +0200)]
services_discovery: playlist_NodesPairCreate needs a lock.

Should fix #1708 (Adding a folder in the Mac OS X VLC *media library* result in an assertion failure). Thanks to upcoming commit "playlist: Use PL_ASSERT_LOCKED where the playlist lock should be held.".

15 years agoplaylist: Hold the lock at creation time to conform to playlist_NodesPairCreate requi...
Pierre d'Herbemont [Tue, 15 Jul 2008 11:03:51 +0000 (13:03 +0200)]
playlist: Hold the lock at creation time to conform to playlist_NodesPairCreate requirement to have the pl lock held.

15 years agoplaylist: Use PL_LOCK_IF and PL_UNLOCK_IF to perform some more checks on lock state...
Pierre d'Herbemont [Tue, 15 Jul 2008 07:40:39 +0000 (09:40 +0200)]
playlist: Use PL_LOCK_IF and PL_UNLOCK_IF to perform some more checks on lock state. And fix a unlocked usage of get_current_status_item().

15 years agoplaylist: Use PL_ASSERT_LOCKED.
Pierre d'Herbemont [Tue, 15 Jul 2008 07:24:40 +0000 (09:24 +0200)]
playlist: Use PL_ASSERT_LOCKED.

15 years agoplaylist: Use an accessor for current status item and current status node.
Pierre d'Herbemont [Tue, 15 Jul 2008 07:17:37 +0000 (09:17 +0200)]
playlist: Use an accessor for current status item and current status node.

That may fix or help to fix some input item leaks.