mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
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
This commit is contained in:
parent
316091d452
commit
92f07e3898
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
* </para>
|
||||
* </refsect2>
|
||||
* <refsect2>
|
||||
|
|
Loading…
Reference in a new issue