mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
video: hide private video-blend.[ch] from gobject-introspection
And remove unused fields from helper structure.
This commit is contained in:
parent
b0ff1d22e9
commit
a7a3f969b3
2 changed files with 4 additions and 7 deletions
|
@ -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))
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue