From a7a3f969b306c1747972f5e662fd4b186cd6ecaa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 23 Nov 2011 00:31:18 +0000 Subject: [PATCH] video: hide private video-blend.[ch] from gobject-introspection And remove unused fields from helper structure. --- gst-libs/gst/video/Makefile.am | 5 +++-- gst-libs/gst/video/video-blend.h | 6 +----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/gst-libs/gst/video/Makefile.am b/gst-libs/gst/video/Makefile.am index 5ab524f..f5a12ba 100644 --- a/gst-libs/gst/video/Makefile.am +++ b/gst-libs/gst/video/Makefile.am @@ -51,8 +51,9 @@ BUILT_GIRSOURCES = GstVideo-@GST_MAJORMINOR@.gir gir_headers=$(patsubst %,$(srcdir)/%, $(libgstvideo_@GST_MAJORMINOR@include_HEADERS)) gir_headers+=$(patsubst %,$(builddir)/%, $(built_headers)) -gir_sources=$(patsubst %,$(srcdir)/%, $(libgstvideo_@GST_MAJORMINOR@_la_SOURCES)) -gir_sources+=$(patsubst %,$(builddir)/%, $(built_sources)) +video_gir_sources=$(patsubst %,$(srcdir)/%, $(libgstvideo_@GST_MAJORMINOR@_la_SOURCES)) +video_gir_sources+=$(patsubst %,$(builddir)/%, $(built_sources)) +gir_sources=$(subst $(srcdir)/video-blend.h,,$(subst $(srcdir)/video-blend.c,,$(video_gir_sources))) gir_cincludes=$(patsubst %,--c-include='gst/video/%',$(libgstvideo_@GST_MAJORMINOR@include_HEADERS)) gir_cincludes+=$(patsubst %,--c-include='gst/video/%',$(nodist_libgstvideo_@GST_MAJORMINOR@include_HEADERS)) diff --git a/gst-libs/gst/video/video-blend.h b/gst-libs/gst/video/video-blend.h index 3d9402e..3f5e0cd 100644 --- a/gst-libs/gst/video/video-blend.h +++ b/gst-libs/gst/video/video-blend.h @@ -31,8 +31,7 @@ typedef struct _GstBlendVideoFormatInfo GstBlendVideoFormatInfo; -/** - * GstBlendVideoFormatInfo: +/* GstBlendVideoFormatInfo: * @fmt: The #GstVideoFormat describing the video format * @width: The width of the video * @height: The height of the video @@ -51,9 +50,6 @@ struct _GstBlendVideoFormatInfo gint width; gint height; - gint dest_width; - gint dest_height; - guint8 * pixels; gsize size; -- 2.7.4