summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2element.c
Commit message (Expand)AuthorAgeFilesLines
* sys/: g_assert() can be a macro, don't use #ifdef inside it.Ronald S. Bultje2004-12-191-3/+5
* sys/v4l2/gstv4l2element.c: Fix compilation if HAVE_XVIDEO is not definedZaheer Abbas Merali2004-11-111-1/+6
* sys/: Remove client-side overlay handling, use the X-server v4l plugin for th...Ronald S. Bultje2004-10-251-13/+10
* sys/v4l2/gstv4l2element.c: Fix properties (channel, norm, frequency).Ronald S. Bultje2004-10-241-11/+12
* sys/v4l2/gstv4l2element.c: Flag typo.Ronald S. Bultje2004-10-241-1/+1
* gst-libs/gst/tuner/tunerchannel.h: - add a freq_multiplicator field to make t...Stéphane Loeuillet2004-05-311-2/+2
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-66/+66
* gst-indentThomas Vander Stichele2004-03-141-376/+355
* sys/v4l2/: add norm, channel and frequency properties.Benjamin Otte2004-01-121-64/+124
* Move over from GstInterface to GstImplementsInterface. Also adds some signals...Ronald S. Bultje2003-12-071-4/+4
* Fix device probing from multiple childs. It's done once in the parent class o...Ronald S. Bultje2003-11-091-5/+8
* Add device autodetectionRonald S. Bultje2003-11-071-1/+175
* hmm...Ronald S. Bultje2003-11-021-24/+11
* Some interface implementations for video4linux/video4linux2 plugins: a Tuner ...Ronald S. Bultje2003-10-101-259/+173
* Move all the several v4l/v4l2 plugins in one v4l and one v4l2 pluginRonald S. Bultje2003-09-131-11/+2
* Unification of the way to speak to v4l2 and v4l elements... Also fix a segfau...Ronald S. Bultje2003-03-021-49/+50
* v4l plugins: add open/close signals v4l2 plugins: add open/close signals move...Ronald S. Bultje2002-11-131-16/+39
* I'm such an idiot - these files should have been in a week agoRonald S. Bultje2002-09-281-25/+4
* This patch fixes some issues caused by design issues in video4linux, adds som...Ronald S. Bultje2002-09-201-1/+2
* this adds video4linux2 source and element plugins. The division in v4l2* plug...Ronald S. Bultje2002-09-091-0/+493