[meego-commits] 24487: Changes to devel:tv:1.2/UMMS

zwu28 no_reply at build.meego.com
Fri Nov 4 05:50:43 UTC 2011


Hi,
I have made the following changes to UMMS in project devel:tv:1.2. Please review and accept ASAP.

Thank You,
zwu28

[This message was auto-generated]

---

Request #24487:

  submit:   home:zwu28:branches:devel:tv:1.2/UMMS(r26)(cleanup) -> devel:tv:1.2/UMMS


Message:
    - Fix Bug "No video shows out when HTML5 page sets the height and width properties of video less than video's frame height 
  and width"

State:   new          2011-11-03T22:36:24 zwu28
Comment: None



changes files:
--------------
--- umms.changes
+++ umms.changes
@@ -0,0 +1,4 @@
+Thu Nov 3 2011 Zhiwen Wu <zhiwen.wu at intel.com>- 0.0.1
+- Fix Bug "No video shows out when HTML5 page sets the height and width properties of video less than video's frame height 
+  and width"
+

spec files:
-----------

other changes:
--------------

++++++ umms-0.0.1.tar.gz
--- src/com.UMMS.service.in
+++ src/com.UMMS.service.in
@@ -1,4 +1,4 @@
 [D-BUS Service]
 Name=com.UMMS
 Exec=@dir@/umms-server
-User=root
+User=meego
--- src/engine-gst.c
+++ src/engine-gst.c
@@ -284,8 +284,8 @@
     return FALSE;
   }
 
-  g_sprintf (data, "tv-cutout-x=%d:tv-cutout-y=%d:tv-cutout-width=%d:"
-             "tv-cutout-height=%d:tv-half-trans=0:tv-full-window=0", x, y, w, h);
+  g_sprintf (data, "meego-tv-cutout-x=%d:meego-tv-cutout-y=%d:meego-tv-cutout-width=%d:"
+             "meego-tv-cutout-height=%d:meego-tv-half-trans=0:meego-tv-full-window=0", x, y, w, h);
 
   UMMS_DEBUG ("Hints to mtv-mutter = \"%s\"", data);
 



More information about the MeeGo-commits mailing list