summaryrefslogtreecommitdiffstats
path: root/gst/camerabin/Makefile.am
diff options
context:
space:
mode:
authorLasse Laukkanen <ext-lasse.2.laukkanen@nokia.com>2009-04-22 12:29:14 +0300
committerStefan Kost <ensonic@users.sf.net>2009-06-05 15:51:30 +0300
commit3ff71282937b7ab749d2445496ccba4d3b680a5e (patch)
tree41b8f58f98048a553108336f27c0b7af69efce9e /gst/camerabin/Makefile.am
parent710faaef6874b95ab629e6ed89a505469abe93e5 (diff)
downloadgst-plugins-bad-3ff71282937b7ab749d2445496ccba4d3b680a5e.tar.gz
gst-plugins-bad-3ff71282937b7ab749d2445496ccba4d3b680a5e.tar.bz2
gst-plugins-bad-3ff71282937b7ab749d2445496ccba4d3b680a5e.zip
camerabin: don't proxy gst xoverlay interface
Default view finder sink in camerabin is autovideosink which doesn't support xoverlay iface. If application decides to use another sink that supports xoverlay, then it can use the interface directly.
Diffstat (limited to 'gst/camerabin/Makefile.am')
-rw-r--r--gst/camerabin/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/camerabin/Makefile.am b/gst/camerabin/Makefile.am
index 3691af85..060de0c4 100644
--- a/gst/camerabin/Makefile.am
+++ b/gst/camerabin/Makefile.am
@@ -14,7 +14,6 @@ EXTRA_DIST = gstcamerabin-marshal.list
plugin_LTLIBRARIES = libgstcamerabin.la
libgstcamerabin_la_SOURCES = gstcamerabin.c \
- gstcamerabinxoverlay.c \
gstcamerabincolorbalance.c \
camerabinimage.c \
camerabinvideo.c \
@@ -33,7 +32,6 @@ libgstcamerabin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstcamerabin_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gstcamerabin.h \
- gstcamerabinxoverlay.h \
gstcamerabincolorbalance.h \
camerabinimage.h \
camerabinvideo.h \