v4l2src: Adding a pre-set-format signal
authorYouness Alaoui <youness.alaoui@collabora.co.uk>
Mon, 16 Apr 2012 22:06:21 +0000 (22:06 +0000)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 19 Apr 2012 07:45:49 +0000 (09:45 +0200)
commit06d64c7792f964ebb08dd84de0fb51fea7eac4f4
tree0dfffb0e85874bf58675f67bdb8a8628a221699f
parent38d571fa57383beef31d946c20e884a057ca199c
v4l2src: Adding a pre-set-format signal

In order to support UVC H264 encoding cameras, an H264 Probe&Commit
must happen before the normal v4l2 set-format. This new signal is
meant to allow an external application or bin to do it.
It also serves to expose the file descriptor used by v4l2src in case
some custom ioctls need to be called.

Conflicts:

sys/v4l2/Makefile.am
sys/v4l2/gstv4l2src.c
sys/v4l2/v4l2src_calls.c
sys/v4l2/.gitignore
sys/v4l2/gstv4l2-marshal.list [new file with mode: 0644]
sys/v4l2/gstv4l2src.c
sys/v4l2/v4l2src_calls.c [new file with mode: 0644]