expanding README: copyright
[sparrow.git] / ChangeLog
blob5c257462122b024a6e788222493a538a4f4d564f
1 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
3         * src/Makefile.am:
4           Don't install static libs for plugins. Fixes #550851 for the template.
6 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
8         * tools/make_element:
9           Don't replace GstPlugin.
11 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
13         * README:
14         * src/gstaudiofilter.c:
15         * src/gstplugin.c:
16         * src/gsttransform.c:
17         * tools/make_element:
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>
23         * tools/make_element:
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>
29         * src/gstplugin.c:
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>
35         * README:
36           Add simple usage explanation and make it look like the other READMEs.
38         * src/gstplugin.c:
39         * src/gstplugin.h:
40         * src/gsttransform.c:
41         * src/gsttransform.h:
42         * tools/make_element:
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>
48         * src/gsttransform.c:
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>
55         * src/gstplugin.c:
56           Use GST_DEBUG_FUNCPTR() macros where it makes sense.
58 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
60         * configure.ac:
61           Fix CVS-build detection.
63 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
65         * src/Makefile.am:
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
68           that counts, right?)
70 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
72         Patch by: Philip Jägenstedt  <philipj at opera com>
74         * tools/make_element:
75           Translate FOO_IS_MY_PLUGIN macro as well according to the template
76           (#399323).
78 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
80         * autogen.sh:
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>
85         * Makefile.am:
86         * autogen.sh:
87         * gst-autogen.sh:
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
90           for this.
92         * COPYING:
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),
102         (plugin_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):
113         * src/gstplugin.h:
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
119         
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
128           compiler warnings).
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>
139         * configure.ac:
140           allow installing to $HOME
141         * src/gstplugin.c: (gst_plugin_template_base_init),
142         (gst_plugin_template_init):
143         * src/gstplugin.h:
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:
150           add another template
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>
156         * src/gstplugin.h:
157           FOO_BAR_CLASS(klass) should cast to FooBarClass*,
158           not FooBar*.
160 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
162         * autogen.sh:
163         * configure.ac:
164         * src/Makefile.am:
165         * src/gstplugin.c:
166           bring into the 0.10 world
167           Fix #315582
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>
177         * src/gstplugin.h:
178           Fix GST_IS_FOO_BAR_CLASS macro.
180 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
182         * configure.ac:
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>
189         * Makefile.am:
190         * autogen.sh:
191         * configure.ac:
192         * src/Makefile.am:
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>
202         * configure.ac:
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