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

From VideoLAN Wiki
Jump to navigation Jump to search
(Should I dump VLCPlaylistDataSource in favor of Cocoa bindings?)
(Should I dump VLC playlist support in VLCMovieView?)
Line 3: Line 3:
  
 
==== Should I dump VLCPlaylistDataSource in favor of Cocoa bindings? ====
 
==== 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?
+
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? --[[User:Pdherbemont|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. 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)

Revision as of 12:36, 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. 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. --Pdherbemont 14:36, 6 May 2007 (CEST)