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
This commit is contained in:
parent
7208ddddea
commit
3025e6d9ef
@ -136,7 +136,7 @@ WebRtc_Word32 VideoCaptureAndroid::SetAndroidObjects(void* javaVM,
|
||||
// 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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user