summaryrefslogtreecommitdiffstats
path: root/gst/camerabin/camerabinimage.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-15camerabin: use nonbuffered io to save memcopiesStefan Kost1-5/+3
We write large blocks anyway, so no extra buffering please. Also use one g_object_set to set multiple properties on same object.
2009-06-22camerabin: code cruft removal and debug logsStefan Kost1-8/+16
Remove unused code. Add lots of debug loging. Change comments for local functions to not use /** gtk-doc start style.
2009-06-16camerabin: reset filename after capture to avoid racy when capturing againStefan Kost1-0/+1
If we don't reset the filename we cannot check if we still expect the filename for a subsequent capture pass. The imagebin would good to paused and we set the filename in that state. This trigers an error-message and would capture to the old filename.
2009-06-14camerabin: set imagebin to PAUSED on capture and delayed filename settingStefan Kost1-5/+21
We need to set imagebin to PAUSED to not fail the bufferalloc. We also need to keep the filesinks state locked until we have the filename for the run.
2009-06-05camerabin: preview image sending optimizationLasse Laukkanen1-60/+12
* decouple image capturing from image post-processing and encoding * post image-captured message after image is captured * post preview-image message with snapshot of captured image
2009-06-05camerabin: don't lose post processing element in first resetLasse Laukkanen1-1/+0
2009-06-05camerabin: add debug including dot graph writingLasse Laukkanen1-0/+11
2009-02-09Add camerabin element.Nokia Corporation1-0/+571