summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-08-07 16:55:25 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-08-08 14:12:15 +0100
commitfd448502b96575c4619ec87fd7121506d8fe17be (patch)
tree00617d86fc0e0a6f6113bb081ec509e3fbbbc740 /android
parent24a7a6be1eb82dd46a45bd2ff9a609c999edcbbd (diff)
interfaces: rename GstXOverlay interface to GstVideoOverlay
And remove deprecated methods, and fix up some cruft.
Diffstat (limited to 'android')
-rw-r--r--android/interfaces.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/interfaces.mk b/android/interfaces.mk
index 4f43a820f..6e0387a0a 100644
--- a/android/interfaces.mk
+++ b/android/interfaces.mk
@@ -15,7 +15,7 @@ gst_interfaces_COPY_HEADERS_BASE := \
gst-libs/gst/interfaces/tunerchannel.h \
gst-libs/gst/interfaces/tunernorm.h \
gst-libs/gst/interfaces/videoorientation.h \
- gst-libs/gst/interfaces/xoverlay.h \
+ gst-libs/gst/interfaces/videooverlay.h \
gst-libs/gst/interfaces/interfaces-enumtypes.h
gst_interfaces_COPY_HEADERS := $(addprefix ../,$(gst_interfaces_COPY_HEADERS_BASE))
@@ -37,7 +37,7 @@ interfaces_LOCAL_SRC_FILES_BASE:= \
gst-libs/gst/interfaces/tunernorm.c \
gst-libs/gst/interfaces/tunerchannel.c \
gst-libs/gst/interfaces/videoorientation.c \
- gst-libs/gst/interfaces/xoverlay.c \
+ gst-libs/gst/interfaces/videooverlay.c \
gst-libs/gst/interfaces/interfaces-marshal.c \
gst-libs/gst/interfaces/interfaces-enumtypes.c