summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2src.c
Commit message (Expand)AuthorAgeFilesLines
* sys/v4l2/: Implement LATENCY queries in the crudest way possible so I don't h...Tim-Philipp Müller2007-09-051-5/+73
* sys/v4l2/gstv4l2src.c: Restructure the setcaps function so that we can also c...Wim Taymans2007-09-041-97/+166
* sys/v4l2/gstv4l2src.c: Add another example pipeline.Stefan Kost2007-07-181-1/+8
* sys/v4l2/gstv4l2src.c: Use define here.Alexander Eichner2007-07-181-1/+1
* sys/v4l2/gstv4l2src.c: Initialize num_buffers with minimum value.Stefan Kost2007-07-171-1/+3
* sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize) (gst_v4l2_buffer_class_in...Andy Wingo2007-06-121-48/+31
* sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add some useless...Andy Wingo2007-06-051-0/+2
* sys/v4l2/v4l2src_calls.*: Store the format list in the order that the driver ...Andy Wingo2007-05-301-123/+66
* sys/v4l2/gstv4l2src.c: Add support for Bayer images as video/x-raw-bayer. Fi...David Schleef2007-05-151-0/+3
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-0/+9
* sys/v4l2/: More FIXME comments and messaging changes.Stefan Kost2007-02-121-0/+10
* sys/v4l2/: Fix EIO handing when capturing. Add new property to specify the nu...Stefan Kost2007-01-171-1/+16
* Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to xoverlay code...Edgard Lima2006-11-011-8/+10
* sys/v4l2/gstv4l2src.c: Improve docs.Zaheer Abbas Merali2006-10-031-8/+3
* sys/v4l2/: Framerate can be 0/1 too.Wim Taymans2006-09-281-2/+2
* Removed set-undef-fps.Edgard Lima2006-09-271-33/+1
* sys/v4l2/: Renamed some properties to match the tuner interface naming.Wim Taymans2006-09-271-5/+4
* Small cleanups.Wim Taymans2006-09-271-4/+4
* Some cleanups and comments.Edgard Lima2006-09-271-26/+39
* docs/plugins/: Add v4l2 plugin to the docs.Wim Taymans2006-09-261-1/+1
* sys/v4l2/Makefile.am: Fix makefile, list libs in stack order.Wim Taymans2006-09-261-4/+4
* sys/v4l2/: Fix pass at code cleanups, move errors cases out of the normal flo...Wim Taymans2006-09-261-50/+63
* Add Video Orientation interface support to v4l2src.Edgard Lima2006-09-191-2/+14
* The test application and the plgind error messages has been improved.Edgard Lima2006-09-151-7/+5
* sys/v4l2/: Whitespace cleanups, dashify property-names.Stefan Kost2006-09-021-1/+1
* sys/v4l2/: Cleanup error messages and unify header commentsStefan Kost2006-09-021-3/+3
* Another small fix to set_caps function.Edgard Lima2006-08-301-6/+2
* Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.Edgard Lima2006-08-301-0/+1
* A small fix to set_caps function.Edgard Lima2006-08-301-2/+1
* Fixed framerate negotiation.Edgard Lima2006-08-291-12/+43
* Fix set_caps to set width and height to the values the driver is really worki...Edgard Lima2006-08-241-3/+7
* Fixed query size to work with drivers that uses intermediate step like "width...Edgard Lima2006-08-221-2/+2
* gst/spectrum/: added another exampleStefan Kost2006-05-261-1/+1
* Some clean-ups requested by wingo in bug #338818.Edgard Lima2006-05-191-6/+6
* configure.ac: Check for X11Stefan Kost2006-05-181-14/+17
* Changes proposed by Wingo in bug #338818.Edgard Lima2006-05-111-59/+137
* Fix fourcc name printed out. Patch from Martin Rubli.Martin Rubli2006-05-081-1/+1
* Some changes proposed by wingo in bug #338818 (but not everything yet). Patch...Martin Rubli2006-05-051-5/+6
* Fix get_caps func to work when no framerate is available and the caps isn't s...Edgard Lima2006-05-021-5/+3
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Added a couple of ifdefs to make it compile with other kernels.Edgard Lima2006-04-201-4/+13
* Just added a gtk-doc comment.Edgard Lima2006-04-171-0/+21
* Fixed some memory leaks.Edgard Lima2006-04-131-0/+19
* Fix to work in read mode.Edgard Lima2006-04-121-1/+0
* sys/v4l2/gstv4l2src.c: Older kernels don't seem to have this particular v4l2 ...Tim-Philipp Müller2006-03-251-2/+2
* Just make few things more robust and also some identation.Edgard Lima2006-03-251-6/+18
* sys/v4l2/gstv4l2src.c: Initialization of the debugging category should be as ...Edward Hervey2006-03-141-2/+2
* V4L2 ported to 0.10.Edgard Lima2006-03-111-631/+369
* Update for GST_FOURCC_FORMAT API change.Tim-Philipp Müller2005-11-211-1/+1
* Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027)Jan Schmidt2005-11-211-4/+2