summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2element.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-05Fix up all the state change functions.Jan Schmidt1-12/+12
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo1-2/+0
2004-12-19sys/: g_assert() can be a macro, don't use #ifdef inside it.Ronald S. Bultje1-3/+5
2004-11-11sys/v4l2/gstv4l2element.c: Fix compilation if HAVE_XVIDEO is not definedZaheer Abbas Merali1-1/+6
2004-10-25sys/: Remove client-side overlay handling, use the X-server v4l plugin for th...Ronald S. Bultje1-13/+10
2004-10-24sys/v4l2/gstv4l2element.c: Fix properties (channel, norm, frequency).Ronald S. Bultje1-11/+12
2004-10-24sys/v4l2/gstv4l2element.c: Flag typo.Ronald S. Bultje1-1/+1
2004-05-31gst-libs/gst/tuner/tunerchannel.h: - add a freq_multiplicator field to make t...Stéphane Loeuillet1-2/+2
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-66/+66
2004-03-14gst-indentThomas Vander Stichele1-376/+355
2004-01-12sys/v4l2/: add norm, channel and frequency properties.Benjamin Otte1-64/+124
2003-12-07Move over from GstInterface to GstImplementsInterface. Also adds some signals...Ronald S. Bultje1-4/+4
2003-11-09Fix device probing from multiple childs. It's done once in the parent class o...Ronald S. Bultje1-5/+8
2003-11-07Add device autodetectionRonald S. Bultje1-1/+175
2003-11-02hmm...Ronald S. Bultje1-24/+11
2003-10-10Some interface implementations for video4linux/video4linux2 plugins: a Tuner ...Ronald S. Bultje1-259/+173
2003-09-13Move all the several v4l/v4l2 plugins in one v4l and one v4l2 pluginRonald S. Bultje1-11/+2
2003-03-02Unification of the way to speak to v4l2 and v4l elements... Also fix a segfau...Ronald S. Bultje1-49/+50
2002-11-13v4l plugins: add open/close signals v4l2 plugins: add open/close signals move...Ronald S. Bultje1-16/+39
2002-09-28I'm such an idiot - these files should have been in a week agoRonald S. Bultje1-25/+4
2002-09-20This patch fixes some issues caused by design issues in video4linux, adds som...Ronald S. Bultje1-1/+2
2002-09-09this adds video4linux2 source and element plugins. The division in v4l2* plug...Ronald S. Bultje1-0/+493