summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2src.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-03moved to gst-plugins-goodThomas Vander Stichele1-987/+0
2006-10-03sys/v4l2/gstv4l2src.c: Improve docs.Zaheer Abbas Merali1-8/+3
2006-09-28sys/v4l2/: Framerate can be 0/1 too.Wim Taymans1-2/+2
2006-09-27Removed set-undef-fps.Edgard Lima1-33/+1
2006-09-27sys/v4l2/: Renamed some properties to match the tuner interface naming.Wim Taymans1-5/+4
2006-09-27Small cleanups.Wim Taymans1-4/+4
2006-09-27Some cleanups and comments.Edgard Lima1-26/+39
2006-09-26docs/plugins/: Add v4l2 plugin to the docs.Wim Taymans1-1/+1
2006-09-26sys/v4l2/Makefile.am: Fix makefile, list libs in stack order.Wim Taymans1-4/+4
2006-09-26sys/v4l2/: Fix pass at code cleanups, move errors cases out of the normal flo...Wim Taymans1-50/+63
2006-09-19Add Video Orientation interface support to v4l2src.Edgard Lima1-2/+14
2006-09-15The test application and the plgind error messages has been improved.Edgard Lima1-7/+5
2006-09-02sys/v4l2/: Whitespace cleanups, dashify property-names.Stefan Kost1-1/+1
2006-09-02sys/v4l2/: Cleanup error messages and unify header commentsStefan Kost1-3/+3
2006-08-30Another small fix to set_caps function.Edgard Lima1-6/+2
2006-08-30Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.Edgard Lima1-0/+1
2006-08-30A small fix to set_caps function.Edgard Lima1-2/+1
2006-08-29Fixed framerate negotiation.Edgard Lima1-12/+43
2006-08-24Fix set_caps to set width and height to the values the driver is really worki...Edgard Lima1-3/+7
2006-08-22Fixed query size to work with drivers that uses intermediate step like "width...Edgard Lima1-2/+2
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