Author: dmeyer
Date: Thu Dec 21 14:42:21 2006
New Revision: 2270

Modified:
   trunk/popcorn/src/generic.py

Log:
add some brainstorming ideas

Modified: trunk/popcorn/src/generic.py
==============================================================================
--- trunk/popcorn/src/generic.py        (original)
+++ trunk/popcorn/src/generic.py        Thu Dec 21 14:42:21 2006
@@ -87,6 +87,15 @@
         self.set_window(window)
 
         self._config = config
+
+        # Some brainstorming here. What else do we need as a property
+        # of a stream? One would be the audio track, but the user may
+        # need an interface to get the list of possible tracks
+        # first. How do we want to start a dvd at a specific chapter?
+        # Is chapter a property or maybe an option to play? Is the
+        # pixel aspect of the putput window a property? Would be easy
+        # with 1:1 as default value.
+
         self._properties = {
             'deinterlace': 'auto',
             'postprocessing': True,

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to