summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/v4l2src_calls.c
Commit message (Expand)AuthorAgeFilesLines
...
* sys/v4l2/v4l2src_calls.c: Readd GST_ELEMENT_ERROR if we can't reenque buffers...Stefan Kost2007-02-191-3/+10
* sys/v4l2/: Fix EIO handing when capturing. Add new property to specify the nu...Stefan Kost2007-01-171-23/+41
* sys/v4l2/v4l2src_calls.c: cleanup the error message a bit moreStefan Kost2006-11-301-19/+32
* sys/v4l2/v4l2src_calls.c: Add missing curly brackets.Tim-Philipp Müller2006-11-181-2/+3
* Fix capture_deinit.Edgard Lima2006-11-171-8/+16
* sys/v4l2/v4l2src_calls.c: we do not translate debug messagesStefan Kost2006-11-101-2/+2
* Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to xoverlay code...Edgard Lima2006-11-011-35/+46
* sys/v4l2/: dear stefan, framespersecond is not frameperiod, reverting but add...Stefan Kost2006-10-171-6/+8
* sys/v4l2/: Numerator is numerator and denominator is denominator. Say that al...Stefan Kost2006-10-171-8/+8
* sys/v4l2/: Renamed some properties to match the tuner interface naming.Wim Taymans2006-09-271-4/+4
* Small cleanups.Wim Taymans2006-09-271-22/+45
* Some cleanups and comments.Edgard Lima2006-09-271-26/+2
* sys/v4l2/: Fix pass at code cleanups, move errors cases out of the normal flo...Wim Taymans2006-09-261-167/+275
* Fix GST_BUFFER_DURATION.Edgard Lima2006-09-181-1/+1
* The test application and the plgind error messages has been improved.Edgard Lima2006-09-151-124/+63
* sys/v4l2/: Cleanup error messages and unify header commentsStefan Kost2006-09-021-6/+9
* Fixed framerate negotiation.Edgard Lima2006-08-291-1/+57
* Fix set_caps to set width and height to the values the driver is really worki...Edgard Lima2006-08-241-8/+36
* Fixed query size to work with drivers that uses intermediate step like "width...Edgard Lima2006-08-221-2/+2
* Changes proposed by Wingo in bug #338818.Edgard Lima2006-05-111-60/+65
* Fix fourcc name printed out. Patch from Martin Rubli.Martin Rubli2006-05-081-5/+7
* Some changes proposed by wingo in bug #338818 (but not everything yet). Patch...Martin Rubli2006-05-051-12/+30
* Fixed some memory leaks.Edgard Lima2006-04-131-5/+5
* Small fix, now pwc driver can tell about its buffers.Edgard Lima2006-03-271-2/+4
* Just make few things more robust and also some identation.Edgard Lima2006-03-251-17/+34
* sys/v4l2/v4l2src_calls.c: g_atomic_int_set is only available in glib-0.10, us...Edward Hervey2006-03-121-4/+4
* V4L2 ported to 0.10.Edgard Lima2006-03-111-111/+398
* expand tabsThomas Vander Stichele2005-12-061-3/+3
* Update for GST_FOURCC_FORMAT API change.Tim-Philipp Müller2005-11-211-3/+4
* sys/v4l2/v4l2src_calls.c: Fix hang.Ronald S. Bultje2004-10-241-0/+1
* sys/v4l2/gstv4l2element.h: Yet Another Hack (tm) for kernel header borkedness.Ronald S. Bultje2004-10-241-0/+4
* 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