aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Clark2012-06-12 09:41:31 -0500
committerNikhil Devshatwar2013-05-15 08:17:52 -0500
commit21079515c6b94f01cb96bd7ddbfdf188b74def4c (patch)
treedfa348eb39c6fe00fac38feda2e498e6f93efdf9 /configure.ac
parent1c957dc4a5beb6bc58cf2c925728ee4c3a62703d (diff)
downloadgst-plugins-bad0-10-21079515c6b94f01cb96bd7ddbfdf188b74def4c.tar.gz
gst-plugins-bad0-10-21079515c6b94f01cb96bd7ddbfdf188b74def4c.tar.xz
gst-plugins-bad0-10-21079515c6b94f01cb96bd7ddbfdf188b74def4c.zip
drm: add GstDRMBufferPool
A re-usable bufferpool for elements which are using DRM buffers. TODO: remove omap dependencies.. not sure how to handle allocation since that part still needs a driver specific ioctl, but for the rest we could probably add some gst drm helpers and use that instead of libdrm_omap.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6cd9657ae..27bd5bcd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2005,6 +2005,7 @@ gst-libs/gst/interfaces/Makefile
2005gst-libs/gst/signalprocessor/Makefile 2005gst-libs/gst/signalprocessor/Makefile
2006gst-libs/gst/codecparsers/Makefile 2006gst-libs/gst/codecparsers/Makefile
2007gst-libs/gst/video/Makefile 2007gst-libs/gst/video/Makefile
2008gst-libs/gst/drm/Makefile
2008sys/Makefile 2009sys/Makefile
2009sys/dshowdecwrapper/Makefile 2010sys/dshowdecwrapper/Makefile
2010sys/acmenc/Makefile 2011sys/acmenc/Makefile