From 92f07e389813e8e6a1b30103d11bd02ad15df812 Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 14 Nov 2011 11:30:13 +0100 Subject: [PATCH] camerabin: Document requirement for PLAYING state As described in GNOME bug 663998, the element must be in the PLAYING state before calling capture-start. https://bugzilla.gnome.org/show_bug.cgi?id=664048 --- gst/camerabin/gstcamerabin.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/camerabin/gstcamerabin.c b/gst/camerabin/gstcamerabin.c index 1a2b05f76a..be13b65d7c 100644 --- a/gst/camerabin/gstcamerabin.c +++ b/gst/camerabin/gstcamerabin.c @@ -84,6 +84,8 @@ * unreffed or replaced by a new user set element. Initially only elements * needed for view finder mode are created to speed up startup. Image bin and * video bin elements are created when setting the mode or starting capture. + * GstCameraBin must be in the PLAYING state before #GstCameraBin::capture-start + * is called. * * *