summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/v4l2_calls.c
Commit message (Expand)AuthorAgeFilesLines
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-20/+20
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-20/+20
* putting i18n in place for pluginsThomas Vander Stichele2004-01-191-18/+18
* updating v4l2 for new error handlingThomas Vander Stichele2004-01-191-60/+63
* sys/v4l2/: add norm, channel and frequency properties.Benjamin Otte2004-01-121-1/+47
* Proper device-capabilities check when openingRonald S. Bultje2003-11-101-0/+11
* Oops, input <-> output confusionRonald S. Bultje2003-10-261-1/+1
* Some interface implementations for video4linux/video4linux2 plugins: a Tuner ...Ronald S. Bultje2003-10-101-273/+206
* Fix missing config.h and unistd.h includes which were apparently removed from...Ronald S. Bultje2003-07-031-0/+1
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-1/+1
* Unification of the way to speak to v4l2 and v4l elements... Also fix a segfau...Ronald S. Bultje2003-03-021-153/+91
* v4l plugins: add open/close signals v4l2 plugins: add open/close signals move...Ronald S. Bultje2002-11-131-81/+86
* Let's use g_strerror() instead of strerror()Ronald S. Bultje2002-10-261-19/+19
* Use strerror() instead of sys_errlist[] (deprecated)Ronald S. Bultje2002-10-241-19/+19
* I'm such an idiot - these files should have been in a week agoRonald S. Bultje2002-09-281-10/+0
* This fixes the video4linux/video4linux2 debug output, which had one \n too muchRonald S. Bultje2002-09-171-1/+1
* this adds video4linux2 source and element plugins. The division in v4l2* plug...Ronald S. Bultje2002-09-091-0/+863