diff options
author | Matthew Waters <matthew@centricular.com> | 2015-01-19 12:43:23 +1100 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2015-02-24 19:12:10 +1100 |
commit | e505f6257cb938483f675891967cbb2810c9531c (patch) | |
tree | 527f99ddb0fa48397568ffbd50d1613feb3571f6 /configure.ac | |
parent | beac1410578af50e9a87590c0b791096b2cd2d63 (diff) | |
download | gstreamer-plugins-bad-e505f6257cb938483f675891967cbb2810c9531c.tar.gz |
applemedia: new AVSampleBufferLayerSink
Renders buffers using the CALayer subclass AVSampleBufferDisplayLayer
which can be placed inside a Core Animation render tree.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c8c0739af..584e9078e 100644 --- a/configure.ac +++ b/configure.ac @@ -3237,6 +3237,7 @@ tests/Makefile tests/check/Makefile tests/files/Makefile tests/examples/Makefile +tests/examples/avsamplesink/Makefile tests/examples/camerabin2/Makefile tests/examples/directfb/Makefile tests/examples/gl/Makefile |