summaryrefslogtreecommitdiffstats
path: root/gst/camerabin/camerabingeneral.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-22camerabin: code cruft removal and debug logsStefan Kost1-29/+3
Remove unused code. Add lots of debug loging. Change comments for local functions to not use /** gtk-doc start style.
2009-02-22camerabin: Fix compilation on Windows with Visual StudioAndoni Morales1-0/+2
Windows doesn't have strcasecmp so we should use g_ascii_strcasecmp here instead. Also Windows doesn't have sys/time.h so we first need to check if it actually exists and if not we should not include it. Fixes bug #572315.
2009-02-09Add camerabin element.Nokia Corporation1-0/+62