Difference between revisions of "Talk:SoC 2007 Project Mac OS X Framework"

From VideoLAN Wiki
Jump to navigation Jump to search
m
m
Line 6: Line 6:
  
 
==== Should I dump VLC playlist support in VLCMovieView? ====
 
==== Should I dump VLC playlist support in VLCMovieView? ====
It seems that implementing a -setMedia: for a single VLCMovieView would be really more sound. But then we redo VLC playlist handling in the VLCPlaylist obect. It is obviously not really hard to do, as it could be something like ten lines of code. From the draw back we might introduce new bugs, but the good point is the ability to use special transition between video, which is cool. --[[User:Pdherbemont|pdherbemont]] 14:36, 6 May 2007 (CEST)
+
It seems that implementing a -setMedia: for a single VLCMovieView would be really more sound. But then we redo VLC playlist handling in the VLCPlaylist obect. It is obviously not really hard to do, as it could be something like ten lines of code.
 +
* draw back
 +
** we might introduce new bugs
 +
* advantage
 +
** ability to use special transition between video, which is cool.
 +
** we don't have to implement more in mediacontrol
 +
--[[User:Pdherbemont|pdherbemont]] 14:36, 6 May 2007 (CEST)

Revision as of 12:38, 6 May 2007

What is the best place to put the framework sources?

I am thinking of extra/MacOSX. Any better idea? -- pdherbemont. --- Nope, that's the correct place for stuff like this. Putting there a subfolder for the framework is just fine. feepk 14:26, 14 April 2007 (CEST)

Should I dump VLCPlaylistDataSource in favor of Cocoa bindings?

The problem is that bindings are not complete enough on Tiger, and don't support as-is drag and dropping. Is it fixed in leopard? --pdherbemont 14:36, 6 May 2007 (CEST)

Should I dump VLC playlist support in VLCMovieView?

It seems that implementing a -setMedia: for a single VLCMovieView would be really more sound. But then we redo VLC playlist handling in the VLCPlaylist obect. It is obviously not really hard to do, as it could be something like ten lines of code.

  • draw back
    • we might introduce new bugs
  • advantage
    • ability to use special transition between video, which is cool.
    • we don't have to implement more in mediacontrol

--pdherbemont 14:36, 6 May 2007 (CEST)