summaryrefslogtreecommitdiff
path: root/sys/v4l2/gstv4l2tuner.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-27Update Edgard Lima's emailEdgard Lima1-1/+1
2013-08-19v4l2: Use G_DEFINE_ macros for added thread safetyOlivier Crête1-63/+3
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2011-07-13v4l2: move capture code to device objectWim Taymans1-1/+0
2011-05-24v4l2: add norm propertyRob Clark1-1/+22
2011-01-02Revert "v4l2: add norm property"Tim-Philipp Müller1-22/+1
2010-12-29v4l2: add norm propertyRob Clark1-1/+22
2009-01-30Fix comparison of the tuner normsBrijesh Singh1-1/+1
2008-08-23sys/v4l2/gstv4l2tuner.c: v4l2src doesn't have a property named "norm" so don'...Filippo Argiolas1-0/+2
2007-07-18sys/v4l2/gstv4l2src.c: Use define here.Alexander Eichner1-0/+2
2007-05-30sys/v4l2/v4l2src_calls.*: Store the format list in the order that the driver ...Andy Wingo1-2/+3
2007-02-22Fix segfault when oppening a radio device.Edgard Lima1-19/+25
2006-10-18sys/v4l2/gstv4l2tuner.*: Fix _set_channel(): remove useless g_object_notify()...Fredrik Persson1-9/+0
2006-09-27sys/v4l2/: Renamed some properties to match the tuner interface naming.Wim Taymans1-8/+8
2006-09-27Some cleanups and comments.Edgard Lima1-10/+0
2006-09-02sys/v4l2/: Cleanup error messages and unify header commentsStefan Kost1-2/+3
2006-05-11Changes proposed by Wingo in bug #338818.Edgard Lima1-223/+71
2006-05-05Some changes proposed by wingo in bug #338818 (but not everything yet). Patch...Martin Rubli1-22/+173
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-2/+2
2006-03-25Just make few things more robust and also some identation.Edgard Lima1-7/+7
2006-03-11V4L2 ported to 0.10.Edgard Lima1-14/+8
2004-08-03compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friendsBenjamin Otte1-2/+2
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-9/+9
2004-03-14gst-indentThomas Vander Stichele1-60/+48
2004-01-12sys/v4l2/: add norm, channel and frequency properties.Benjamin Otte1-12/+20
2003-10-10Some interface implementations for video4linux/video4linux2 plugins: a Tuner ...Ronald S. Bultje1-0/+361