camerabin: Adds 'idle' property
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Thu, 26 Aug 2010 20:08:19 +0000 (17:08 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Fri, 5 Nov 2010 01:48:02 +0000 (22:48 -0300)
commit60a6eca2a1e8b88c9c982dd5d5ef9272da4d9cf3
treea0cda850835346792bcf76e540e86911891da76f
parentbc1b09c1c4d48f541235f0da4927c4eb352371fd
camerabin: Adds 'idle' property

Adds 'idle', a read-only boolean property that tells applications
if there is any capturing/saving/encoding going on in camerabin. If
not, it is safe to set it to NULL and release resources without
losing data.
gst/camerabin/gstcamerabin-enum.h
gst/camerabin/gstcamerabin.c
gst/camerabin/gstcamerabin.h
tests/check/elements/camerabin.c