aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Santos2010-11-24 14:28:57 -0600
committerThiago Santos2010-12-08 12:38:26 -0600
commit67415fc4128ba17cf1837135881c2e5fffa924c2 (patch)
treeb3d6d6f7a48b295feddf3e4abb719e2f06636ce5 /configure.ac
parent5c097c447b397647e6857936bb7cd0eed4ce46f0 (diff)
downloadgst-plugins-bad0-10-67415fc4128ba17cf1837135881c2e5fffa924c2.tar.gz
gst-plugins-bad0-10-67415fc4128ba17cf1837135881c2e5fffa924c2.tar.xz
gst-plugins-bad0-10-67415fc4128ba17cf1837135881c2e5fffa924c2.zip
camerabin2: viewfinderbin: Adds viewfinderbin element
Adds viewfinder bin element, one of the modules of camerabin2 that is responsible for displaying the video from the camera. For now it is only a bin with ffmpegcolorspace ! videoscale ! autovideosink
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 674f02959..51b6d0e2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -293,6 +293,7 @@ AG_GST_CHECK_PLUGIN(audioparsers)
293AG_GST_CHECK_PLUGIN(autoconvert) 293AG_GST_CHECK_PLUGIN(autoconvert)
294AG_GST_CHECK_PLUGIN(bayer) 294AG_GST_CHECK_PLUGIN(bayer)
295AG_GST_CHECK_PLUGIN(camerabin) 295AG_GST_CHECK_PLUGIN(camerabin)
296AG_GST_CHECK_PLUGIN(camerabin2)
296AG_GST_CHECK_PLUGIN(cdxaparse) 297AG_GST_CHECK_PLUGIN(cdxaparse)
297AG_GST_CHECK_PLUGIN(coloreffects) 298AG_GST_CHECK_PLUGIN(coloreffects)
298AG_GST_CHECK_PLUGIN(colorspace) 299AG_GST_CHECK_PLUGIN(colorspace)
@@ -1719,6 +1720,7 @@ gst/audioparsers/Makefile
1719gst/autoconvert/Makefile 1720gst/autoconvert/Makefile
1720gst/bayer/Makefile 1721gst/bayer/Makefile
1721gst/camerabin/Makefile 1722gst/camerabin/Makefile
1723gst/camerabin2/Makefile
1722gst/cdxaparse/Makefile 1724gst/cdxaparse/Makefile
1723gst/colorspace/Makefile 1725gst/colorspace/Makefile
1724gst/coloreffects/Makefile 1726gst/coloreffects/Makefile