| commit | 0eae51d333e88afa79147a4fd8af28b91a8705dc | [log] [tgz] |
|---|---|---|
| author | Marco Nelissen <marcone@google.com> | Tue Jan 12 09:44:39 2010 -0800 |
| committer | Marco Nelissen <marcone@google.com> | Tue Jan 12 09:44:39 2010 -0800 |
| tree | 721ff3e2c9ae64f4056a9b6a062f9989cbbb57a4 | |
| parent | 8aa948e7e0c291a66b5a037726b9ece8e63b9c14 [diff] |
Set the property to enable stagefright in the simulator.
diff --git a/simulator/app/PropertyServer.cpp b/simulator/app/PropertyServer.cpp index 7a211ea..a358856 100644 --- a/simulator/app/PropertyServer.cpp +++ b/simulator/app/PropertyServer.cpp
@@ -147,6 +147,8 @@ { "debug.sf.showbackground", "0" }, { "debug.sf.showfps", "0" }, { "default", "default" }, + + { "media.stagefright.enable-player", "true" }, }; for (int i = 0; i < NELEM(propList); i++)