summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2vidorient.c
Commit message (Collapse)AuthorAgeFilesLines
* sys/v4l2/: Fix compilation with newer GIT kernels that deprecatedBastien Nocera2008-06-091-0/+8
| | | | | | | | | Original commit message from CVS: Patch by: Bastien Nocera <hadess at hadess dot net> * sys/v4l2/gstv4l2vidorient.c: * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists): Fix compilation with newer GIT kernels that deprecated V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
* docs/plugins/: Add v4l2 plugin to the docs.Wim Taymans2006-09-261-7/+7
| | | | | | | | | | | | | | Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: Add v4l2 plugin to the docs. * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read), (gst_v4l2src_get_mmap), (gst_v4l2src_create): * sys/v4l2/gstv4l2src.h: * sys/v4l2/gstv4l2vidorient.c: Fix docs. Remove some more externs.
* Add Video Orientation interface support to v4l2src.Edgard Lima2006-09-191-0/+96
Original commit message from CVS: Add Video Orientation interface support to v4l2src.