From f7f5946fd3e6fe8450796d50e08c0954e7cc4f99 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 26 Apr 2011 14:21:25 +0300 Subject: element-maker: fixup gobject template a bit but disable for now The template contains things we already define by default. --- tools/Makefile.am | 2 +- tools/element-templates/gobject | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'tools') 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 -- cgit v1.2.1