andrew@webrtc.org 81cf5e4752 Move test to src/test.
- Refer to top-level directories by <(DEPTH), e.g. <(DEPTH)/testing.
- Remove now unneeded third_party_root.

TBR=henrike@webrtc.org
BUG=none
TEST=trybots

Review URL: https://webrtc-codereview.appspot.com/669007

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2446 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-06-27 01:41:54 +00:00
..
2012-06-27 01:41:54 +00:00
2012-06-27 01:41:54 +00:00
2012-06-27 01:41:54 +00:00

This is a simple program which can feed raw video data into a V4L2 sink, such as
the v4l2loopback driver. See the .c file for implementation notes and how to run
the program.

You will require the gstreamer developer package and the "bad" plugin set for
gstreamer. The easiest way to get this is to run

sudo apt-get install gstreamer0.10-plugins-bad libgstreamer0.10-dev

Then just build using make in this directory.