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/cddabasesrc \
|
||||
element-templates/element \
|
||||
element-templates/gobject \
|
||||
element-templates/pushsrc \
|
||||
element-templates/tagdemux \
|
||||
element-templates/videofilter2 \
|
||||
|
@ -20,6 +19,7 @@ templatefiles=\
|
|||
|
||||
broken_templatefiles = \
|
||||
element-templates/base \
|
||||
element-templates/gobject \
|
||||
element-templates/sinkpad \
|
||||
element-templates/sinkpad-simple \
|
||||
element-templates/srcpad \
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
/* vim: set filetype=c: */
|
||||
|
||||
% ClassName
|
||||
GstObject
|
||||
% TYPE_CLASS_NAME
|
||||
GST_TYPE_OBJECT
|
||||
% includes
|
||||
% prototypes
|
||||
|
||||
|
|
Loading…
Reference in a new issue