fixed wrong classname usage, http://webrtc-codereview.appspot.com/28012/

git-svn-id: http://webrtc.googlecode.com/svn/trunk@31 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/modules/video_capture/main/source/Android/video_capture_android.cc b/modules/video_capture/main/source/Android/video_capture_android.cc
index 9fcfc1a..a2ae08e 100644
--- a/modules/video_capture/main/source/Android/video_capture_android.cc
+++ b/modules/video_capture/main/source/Android/video_capture_android.cc
@@ -136,7 +136,7 @@
         // get the method ID for the Android Java CaptureClass static
         //CreateVideoCaptureAndroid factory method.
         jmethodID cid = env->GetStaticMethodID(g_javaCmDevInfoClass,
-                                               "CreateAndroid",
+                                               "CreateVideoCaptureDeviceInfoAndroid",
                                                "(ILandroid/content/Context;)"
                                                "Lorg/webrtc/videoengine/VideoCaptureDeviceInfoAndroid;");
         if (cid == NULL)