summaryrefslogtreecommitdiff
path: root/gst/camerabin2
diff options
context:
space:
mode:
authorLasse Laukkanen <ext-lasse.2.laukkanen@nokia.com>2010-10-08 11:33:31 +0300
committerTim-Philipp Müller <tim@centricular.net>2012-07-11 00:10:55 +0100
commit8fd2fc662a7c36a2df4c2621dd88a0951395a820 (patch)
tree7a2577261e42960b32a7d8978da402bed144451f /gst/camerabin2
parent7d41bc7825049dcb4e6902c5bdef851633969188 (diff)
downloadgstreamer-plugins-bad-8fd2fc662a7c36a2df4c2621dd88a0951395a820.tar.gz
photography: Add GstPhotography prefix and fix spelling colour->color
https://bugzilla.gnome.org/show_bug.cgi?id=622482
Diffstat (limited to 'gst/camerabin2')
-rw-r--r--gst/camerabin2/gstwrappercamerabinsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/camerabin2/gstwrappercamerabinsrc.c b/gst/camerabin2/gstwrappercamerabinsrc.c
index 3a4bab6f8..1e3d3989a 100644
--- a/gst/camerabin2/gstwrappercamerabinsrc.c
+++ b/gst/camerabin2/gstwrappercamerabinsrc.c
@@ -716,7 +716,7 @@ start_image_capture (GstWrapperCameraBinSrc * self)
GST_DEBUG_OBJECT (self, "prepare image capture caps %" GST_PTR_FORMAT,
self->image_capture_caps);
ret = gst_photography_prepare_for_capture (photography,
- (GstPhotoCapturePrepared) img_capture_prepared,
+ (GstPhotographyCapturePrepared) img_capture_prepared,
self->image_capture_caps, self);
} else {
g_mutex_unlock (&bcamsrc->capturing_mutex);