mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
element-maker: fixup gobject template a bit but disable for now
The template contains things we already define by default.
This commit is contained in:
parent
795bf6c53b
commit
f7f5946fd3
2 changed files with 5 additions and 2 deletions
|
@ -12,7 +12,6 @@ templatefiles=\
|
||||||
element-templates/basetransform \
|
element-templates/basetransform \
|
||||||
element-templates/cddabasesrc \
|
element-templates/cddabasesrc \
|
||||||
element-templates/element \
|
element-templates/element \
|
||||||
element-templates/gobject \
|
|
||||||
element-templates/pushsrc \
|
element-templates/pushsrc \
|
||||||
element-templates/tagdemux \
|
element-templates/tagdemux \
|
||||||
element-templates/videofilter2 \
|
element-templates/videofilter2 \
|
||||||
|
@ -20,6 +19,7 @@ templatefiles=\
|
||||||
|
|
||||||
broken_templatefiles = \
|
broken_templatefiles = \
|
||||||
element-templates/base \
|
element-templates/base \
|
||||||
|
element-templates/gobject \
|
||||||
element-templates/sinkpad \
|
element-templates/sinkpad \
|
||||||
element-templates/sinkpad-simple \
|
element-templates/sinkpad-simple \
|
||||||
element-templates/srcpad \
|
element-templates/srcpad \
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
/* vim: set filetype=c: */
|
/* vim: set filetype=c: */
|
||||||
|
% ClassName
|
||||||
|
GstObject
|
||||||
|
% TYPE_CLASS_NAME
|
||||||
|
GST_TYPE_OBJECT
|
||||||
% includes
|
% includes
|
||||||
% prototypes
|
% prototypes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue