[aravis] introspection: API rename fix.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis] introspection: API rename fix.
- Date: Thu, 20 May 2010 17:11:41 +0000 (UTC)
commit ab443ffaa4e91a365b88bf2ffd8c434641db4f7b
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Thu May 20 19:11:06 2010 +0200
introspection: API rename fix.
test/arv-camera-test.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/test/arv-camera-test.js b/test/arv-camera-test.js
index 6079543..87be757 100755
--- a/test/arv-camera-test.js
+++ b/test/arv-camera-test.js
@@ -28,7 +28,8 @@
export GI_TYPELIB_PATH=$GI_TYPELIB_PATH:/opt/bin/lib/girepositry-1.0/
- You may also have to give the path to libaravis.so, using LD_PRELOAD.
+ You may also have to give the path to libaravis.so, using LD_PRELOAD or
+ LD_LIBRARY_PATH.
*/
const GLib = imports.gi.GLib;
@@ -38,7 +39,7 @@ let camera = Aravis.Camera.new ("Fake_1");
camera.set_region (0,0,128,128);
camera.set_pixel_format (Aravis.PixelFormat.MONO_8);
-camera.set_fixed_frame_rate (10.0);
+camera.set_frame_rate (10.0);
let [x,y,width,height] = camera.get_region ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]