Author: dmeyer
Date: Fri Dec 22 18:18:03 2006
New Revision: 2281

Modified:
   trunk/popcorn/src/backends/gstreamer/child.py

Log:
more ideas doc

Modified: trunk/popcorn/src/backends/gstreamer/child.py
==============================================================================
--- trunk/popcorn/src/backends/gstreamer/child.py       (original)
+++ trunk/popcorn/src/backends/gstreamer/child.py       Fri Dec 22 18:18:03 2006
@@ -146,6 +146,14 @@
             # For popcorn we should either get both values to the player
             # (xaspect, yaspect) or both variables. The later is much easier
             # for the user to configure.
+            #
+            # Maybe we should create a config option for the monitor aspect
+            # 16/9, 15/9 or 4/3. This is what the user needs. The fullscreen
+            # values could be get during runtime. Maybe we can ask the x server
+            # for the resolution or for non x based code we could ask the given
+            # kaa.display display (fb, dfb). This would be the best choice for
+            # the user.
+
             goom = gst.element_factory_make("goom", "goom0")
             self._gst.set_property('vis-plugin', goom)
         elif driver == 'none':

-------------------------------------------------------------------------
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