From: David King Date: Mon, 14 Nov 2011 10:30:13 +0000 (+0100) Subject: camerabin: Document requirement for PLAYING state X-Git-Tag: 1.19.3~507^2~15935^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92f07e389813e8e6a1b30103d11bd02ad15df812;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/gst/camerabin/gstcamerabin.c b/gst/camerabin/gstcamerabin.c index 1a2b05f..be13b65 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. * * *