summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/v4l2src_calls.c
Commit message (Expand)AuthorAgeFilesLines
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-41/+41
* gst-indentThomas Vander Stichele2004-03-141-144/+160
* code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef2004-02-021-1/+1
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-11/+11
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-11/+11
* another fixThomas Vander Stichele2004-01-191-1/+1
* use new error signal and classificationThomas Vander Stichele2004-01-181-26/+30
* sys/v4l2/: add norm, channel and frequency properties.Benjamin Otte2004-01-121-368/+244
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-071-0/+4
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-2/+2
* Actually, I didn't read the spec correctly. dohRonald S. Bultje2003-05-221-16/+2
* Fix for bttv driver (which doesn't seem to follow the v4l2 spec 100%?Ronald S. Bultje2003-05-221-1/+6
* Some final fixes for the v4lsrc elements. remove software sync thread (use GS...Ronald S. Bultje2003-05-211-34/+190
* This implements filtered-caps negotiation for all the v4l*src elements, and r...Ronald S. Bultje2003-05-101-0/+45
* Implement element synchronization (#108301)Ronald S. Bultje2003-05-021-0/+10
* Unification of the way to speak to v4l2 and v4l elements... Also fix a segfau...Ronald S. Bultje2003-03-021-46/+4
* v4l plugins: add open/close signals v4l2 plugins: add open/close signals move...Ronald S. Bultje2002-11-131-14/+64
* Let's use g_strerror() instead of strerror()Ronald S. Bultje2002-10-261-8/+8
* Use strerror() instead of sys_errlist[] (deprecated)Ronald S. Bultje2002-10-241-8/+8
* 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/+397