summaryrefslogtreecommitdiffstats
path: root/gst/camerabin/camerabingeneral.h
AgeCommit message (Collapse)AuthorFilesLines
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