summaryrefslogtreecommitdiffstats
path: root/gst/camerabin/gstcamerabin.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-05camerabin: preview image sending optimizationLasse Laukkanen1-7/+15
* 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: allow configuring photography settings when in NULL stateLasse Laukkanen1-0/+3
Cache the photography settings if set in NULL state and apply them later
2009-04-16camerabin: change img-done signal parameter from GString* to const gchar*Lasse Laukkanen1-4/+1
Don't allow setting filename via img-done signal parameter but force app use filename property. Don't stop capture when setting filename property. Update check unit test based on the change.
2009-02-23camerabin: Add aspect ratio capsfilter for view finderLasse Laukkanen1-0/+2
If dealing with larger frame sizes than view finder sink element accepts then maintain aspect ratio when scaling frames to fit.
2009-02-09Add camerabin element.Nokia Corporation1-0/+168