diff options
author | Stefan Kost <ensonic@users.sf.net> | 2011-04-26 14:21:25 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2011-04-26 15:21:47 +0300 |
commit | f7f5946fd3e6fe8450796d50e08c0954e7cc4f99 (patch) | |
tree | c5ce881ad57682705adc8da2f8e5e06311b20057 /tools | |
parent | 795bf6c53ba24b4608fce1fafea7953e0daa796d (diff) | |
download | gstreamer-plugins-bad-f7f5946fd3e6fe8450796d50e08c0954e7cc4f99.tar.gz |
element-maker: fixup gobject template a bit but disable for now
The template contains things we already define by default.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 | ||||
-rw-r--r-- | tools/element-templates/gobject | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 67e1d5fb7..9cc82c862 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -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 \ diff --git a/tools/element-templates/gobject b/tools/element-templates/gobject index 18183feaf..85d7d3714 100644 --- a/tools/element-templates/gobject +++ b/tools/element-templates/gobject @@ -1,5 +1,8 @@ /* vim: set filetype=c: */ - +% ClassName +GstObject +% TYPE_CLASS_NAME +GST_TYPE_OBJECT % includes % prototypes |