summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2src.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-26gst/spectrum/: added another exampleStefan Kost1-1/+1
2006-05-19Some clean-ups requested by wingo in bug #338818.Edgard Lima1-6/+6
2006-05-18configure.ac: Check for X11Stefan Kost1-14/+17
2006-05-11Changes proposed by Wingo in bug #338818.Edgard Lima1-59/+137
2006-05-08Fix fourcc name printed out. Patch from Martin Rubli.Martin Rubli1-1/+1
2006-05-05Some changes proposed by wingo in bug #338818 (but not everything yet). Patch...Martin Rubli1-5/+6
2006-05-02Fix get_caps func to work when no framerate is available and the caps isn't s...Edgard Lima1-5/+3
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-20Added a couple of ifdefs to make it compile with other kernels.Edgard Lima1-4/+13
2006-04-17Just added a gtk-doc comment.Edgard Lima1-0/+21
2006-04-13Fixed some memory leaks.Edgard Lima1-0/+19
2006-04-12Fix to work in read mode.Edgard Lima1-1/+0
2006-03-25sys/v4l2/gstv4l2src.c: Older kernels don't seem to have this particular v4l2 ...Tim-Philipp Müller1-2/+2
2006-03-25Just make few things more robust and also some identation.Edgard Lima1-6/+18
2006-03-14sys/v4l2/gstv4l2src.c: Initialization of the debugging category should be as ...Edward Hervey1-2/+2
2006-03-11V4L2 ported to 0.10.Edgard Lima1-631/+369
2005-11-21Update for GST_FOURCC_FORMAT API change.Tim-Philipp Müller1-1/+1
2005-11-21Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027)Jan Schmidt1-4/+2
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-1/+1
2005-09-05Fix up all the state change functions.Jan Schmidt1-19/+20
2005-01-07sys/v4l2/gstv4l2src.c: Fix against template (#150576).Ronald S. Bultje1-0/+9
2004-10-25sys/oss/gstosssrc.*: OK, so people want offset in DEFAULT. This time, actuall...Ronald S. Bultje1-1/+3
2004-10-24sys/v4l2/gstv4l2element.h: Yet Another Hack (tm) for kernel header borkedness.Ronald S. Bultje1-6/+19
2004-05-07sys/v4l2/gstv4l2src.c: Ronald S. Bultje1-0/+1
2004-04-10sys/v4l2/gstv4l2src.c: fix Y41P (was typo'ed toRonald S. Bultje1-37/+42
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-278/+279
2004-03-14gst-indentThomas Vander Stichele1-436/+420
2004-03-04fix headers fix signals to use - instead of _Thomas Vander Stichele1-3/+3
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele1-1/+1
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-1/+1
2004-01-18use new error signal and classificationThomas Vander Stichele1-1/+1
2004-01-12sys/v4l2/: add norm, channel and frequency properties.Benjamin Otte1-627/+621
2004-01-07Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...Ronald S. Bultje1-1/+1
2003-12-22Merge CAPS branchDavid Schleef1-142/+86
2003-12-21configure.ac: Improve mpeg2enc detection. This is for distributions that do s...Ronald S. Bultje1-45/+96
2003-11-02hmm...Ronald S. Bultje1-28/+18
2003-10-10Some interface implementations for video4linux/video4linux2 plugins: a Tuner ...Ronald S. Bultje1-7/+10
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-3/+3
2003-09-13Move all the several v4l/v4l2 plugins in one v4l and one v4l2 pluginRonald S. Bultje1-11/+2
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-24/+66
2003-07-03Fix missing config.h and unistd.h includes which were apparently removed from...Ronald S. Bultje1-0/+4
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-1/+1
2003-05-24- UNITS -> DEFAULTWim Taymans1-7/+1
2003-05-21Some final fixes for the v4lsrc elements. remove software sync thread (use GS...Ronald S. Bultje1-12/+15
2003-05-10This implements filtered-caps negotiation for all the v4l*src elements, and r...Ronald S. Bultje1-371/+318
2003-05-02Implement element synchronization (#108301)Ronald S. Bultje1-28/+209
2003-03-02Unification of the way to speak to v4l2 and v4l elements... Also fix a segfau...Ronald S. Bultje1-33/+2
2003-01-10PadConnect -> PadLinkThomas Vander Stichele1-3/+3
2003-01-10another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele1-10/+10
2002-11-13v4l plugins: add open/close signals v4l2 plugins: add open/close signals move...Ronald S. Bultje1-13/+43