summaryrefslogtreecommitdiffstats
path: root/gst/camerabin/camerabinvideo.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-28camerabin: do not put video pipeline into READY when start recording ↵Tommi Myöhänen1-4/+44
camerabin: remember probe IDs and disconnect them when destroying pipelines
2009-07-20camerabin: remove unused variable assignmentStefan Kost1-4/+1
Result is not needed here, but variable is used later on. Also remove double new lines in function.
2009-07-15camerabin: use nonbuffered io to save memcopiesStefan Kost1-2/+2
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-26camerabin: insert a few blank lines for readabilityStefan Kost1-1/+3
2009-06-25camerabin: don't leak requestpadsStefan Kost1-0/+4
Requestpads need to be released and unreffed. Add a comment in one case where we intentionaly don't unref.
2009-06-24camerabin: fix setting mute when video bin elements haven't been createdLasse Laukkanen1-6/+14
2009-06-22camerabin: code cruft removal and debug logsStefan Kost1-13/+18
Remove unused code. Add lots of debug loging. Change comments for local functions to not use /** gtk-doc start style.
2009-06-05camerabin: add debug including dot graph writingLasse Laukkanen1-0/+8
2009-06-05camerabin: limit the size of video bin queue leading to view finderLasse Laukkanen1-1/+1
We don't want to show old buffers in view finder.
2009-02-09Add camerabin element.Nokia Corporation1-0/+826