1 2008-11-04 Stefan Kost <ensonic@users.sf.net>
4 Don't install static libs for plugins. Fixes #550851 for the template.
6 2008-10-30 Stefan Kost <ensonic@users.sf.net>
9 Don't replace GstPlugin.
11 2008-08-11 Stefan Kost <ensonic@users.sf.net>
14 * src/gstaudiofilter.c:
18 Integrate new template and improve search'n'replace ops. Update
19 templates to use current API.
21 2008-07-26 Stefan Kost <ensonic@users.sf.net>
24 Fix username detection. tries getent first and falls back to grep
25 passwd. Spotted by Karoly Segesdi.
27 2008-06-09 Jan Schmidt <jan.schmidt@sun.com>
30 Fix some memory leaks, and make the setcaps function actually
31 sets the caps on the other pad.
33 2008-05-08 Stefan Kost <ensonic@users.sf.net>
36 Add simple usage explanation and make it look like the other READMEs.
43 Add year, username and email fields. Update the templates here and
44 there a bit. Add more comments.
46 2007-08-01 Tim-Philipp Müller <tim at centricular dot net>
49 Include right header to avoid structure size mismatches etc.
51 2007-07-25 Tim-Philipp Müller <tim at centricular dot net>
53 Patch by: Steve Fink <sphink gmail com>
56 Use GST_DEBUG_FUNCPTR() macros where it makes sense.
58 2007-07-19 Stefan Kost <ensonic@users.sf.net>
61 Fix CVS-build detection.
63 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
66 Make clearer which Makefile variables need renaming if the plugin
67 name is changes (#399746) (pretty it is not, but it's the content
70 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
72 Patch by: Philip Jägenstedt <philipj at opera com>
75 Translate FOO_IS_MY_PLUGIN macro as well according to the template
78 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
81 Run autoheader to create config.h.in and fix the build.`
83 2006-07-03 Tim-Philipp Müller <tim at centricular dot net>
88 Throw an error if autotools versions are too old. We require
89 automake 1.7 or newer (#346054). Add gst-autogen.sh to check
93 Add placeholder COPYING file so it doesn't get overwritten
94 by a GPL one by automake.
96 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
98 Patch by: Philip Jägenstedt <philip at lysator liu se>
100 * src/gstplugin.c: (gst_plugin_template_base_init),
101 (gst_plugin_template_class_init), (gst_plugin_template_init),
103 Use GST_BOILERPLATE, add debug category (#345601).
105 2006-04-20 Stefan Kost <ensonic@users.sf.net>
107 Patch by: Johan Rydberg <jrydberg@gnu.org>
109 * src/gstplugin.c: (gst_plugin_template_get_type),
110 (gst_plugin_template_base_init), (gst_plugin_template_class_init),
111 (gst_plugin_template_set_property),
112 (gst_plugin_template_get_property):
114 * src/gsttransform.c: (gst_plugin_template_base_init),
115 (gst_plugin_template_set_property),
116 (gst_plugin_template_get_property):
117 * tools/make_element:
118 remove double gst_get_, fix '_' in names
121 2006-02-26 Tim-Philipp Müller <tim at centricular dot net>
123 * src/gstplugin.c: (gst_plugin_template_init),
124 (gst_plugin_template_chain):
125 Fix function declaration of _init() function.
126 Remove unnecessary assertion clutter in chain function
127 (that also failed to return a flow value, causing
130 2006-02-07 Stefan Kost <ensonic@users.sf.net>
132 * src/gstplugin.c: (gst_plugin_template_set_caps),
133 (gst_plugin_template_chain):
134 * src/gsttransform.c: (gst_plugin_template_transform_ip):
135 more code cleanups, more comments
137 2006-02-07 Stefan Kost <ensonic@users.sf.net>
140 allow installing to $HOME
141 * src/gstplugin.c: (gst_plugin_template_base_init),
142 (gst_plugin_template_init):
144 * src/gsttransform.c: (gst_plugin_template_base_init),
145 (gst_plugin_template_class_init), (gst_plugin_template_init),
146 (gst_plugin_template_transform_ip),
147 (gst_plugin_template_set_property),
148 (gst_plugin_template_get_property), (plugin_init):
149 * src/gsttransform.h:
151 * tools/make_element:
152 fix generator, when template (arg2) is given
154 2006-01-23 Tim-Philipp Müller <tim at centricular dot net>
157 FOO_BAR_CLASS(klass) should cast to FooBarClass*,
160 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
166 bring into the 0.10 world
169 2005-12-16 Jan Schmidt <thaytan@mad.scientist.com>
171 * src/gstplugin.c: (gst_plugin_template_class_init):
172 Need to have the set_property and get_property methods
173 before installing properties
175 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
178 Fix GST_IS_FOO_BAR_CLASS macro.
180 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
183 * src/gstplugin.c: (gst_plugin_template_set_caps),
184 (gst_plugin_template_init), (gst_plugin_template_chain):
185 Fix for GStreamer 0.9.
187 2004-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
193 use proper LDFLAGS for plugins
194 run in maintainer mode by default
196 2004-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
198 * configure.ac: ... and fix comments too
200 2004-04-03 Benjamin Otte <otte@gnome.org>
203 update for GStreamer 0.8
205 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
207 * src/gstplugin.c: (gst_plugin_template_link),
208 (gst_plugin_template_base_init), (gst_plugin_template_init):
209 Fix for GStreamer 0.7.x.
211 2003-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
213 * updated for GStreamer 0.6.0
215 2002-07-17 Thomas Vander Stichele <thomas at apestaart dot org>
217 * initial creation on a flight to New York