initial import from CVS gstreamer/gst-template/gst-plugin
[gst-scaletempo-rj.git] / ChangeLog
blob832f699f4502161e07efabacd15bcfe53cdc8c5d
1 2007-08-01  Tim-Philipp Müller  <tim at centricular dot net>
3         * src/gsttransform.c:
4           Include right header to avoid structure size mismatches etc.
6 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8         Patch by: Steve Fink  <sphink gmail com>
10         * src/gstplugin.c:
11           Use GST_DEBUG_FUNCPTR() macros where it makes sense.
13 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
15         * configure.ac:
16           Fix CVS-build detection.
18 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
20         * src/Makefile.am:
21           Make clearer which Makefile variables need renaming if the plugin
22           name is changes (#399746) (pretty it is not, but it's the content
23           that counts, right?)
25 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
27         Patch by: Philip Jägenstedt  <philipj at opera com>
29         * tools/make_element:
30           Translate FOO_IS_MY_PLUGIN macro as well according to the template
31           (#399323).
33 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
35         * autogen.sh:
36           Run autoheader to create config.h.in and fix the build.`
38 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
40         * Makefile.am:
41         * autogen.sh:
42         * gst-autogen.sh:
43           Throw an error if autotools versions are too old. We require
44           automake 1.7 or newer (#346054). Add gst-autogen.sh to check
45           for this.
47         * COPYING:
48           Add placeholder COPYING file so it doesn't get overwritten
49           by a GPL one by automake.
51 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
53         Patch by: Philip Jägenstedt <philip at lysator liu se>
55         * src/gstplugin.c: (gst_plugin_template_base_init),
56         (gst_plugin_template_class_init), (gst_plugin_template_init),
57         (plugin_init):
58           Use GST_BOILERPLATE, add debug category (#345601).
60 2006-04-20  Stefan Kost  <ensonic@users.sf.net>
62         Patch by: Johan Rydberg <jrydberg@gnu.org>
64         * src/gstplugin.c: (gst_plugin_template_get_type),
65         (gst_plugin_template_base_init), (gst_plugin_template_class_init),
66         (gst_plugin_template_set_property),
67         (gst_plugin_template_get_property):
68         * src/gstplugin.h:
69         * src/gsttransform.c: (gst_plugin_template_base_init),
70         (gst_plugin_template_set_property),
71         (gst_plugin_template_get_property):
72         * tools/make_element:
73         remove double gst_get_, fix '_' in names
74         
76 2006-02-26  Tim-Philipp Müller  <tim at centricular dot net>
78         * src/gstplugin.c: (gst_plugin_template_init),
79         (gst_plugin_template_chain):
80           Fix function declaration of  _init() function.
81           Remove unnecessary assertion clutter in chain function
82           (that also failed to return a flow value, causing
83           compiler warnings).
85 2006-02-07  Stefan Kost  <ensonic@users.sf.net>
87         * src/gstplugin.c: (gst_plugin_template_set_caps),
88         (gst_plugin_template_chain):
89         * src/gsttransform.c: (gst_plugin_template_transform_ip):
90           more code cleanups, more comments
92 2006-02-07  Stefan Kost  <ensonic@users.sf.net>
94         * configure.ac:
95           allow installing to $HOME
96         * src/gstplugin.c: (gst_plugin_template_base_init),
97         (gst_plugin_template_init):
98         * src/gstplugin.h:
99         * src/gsttransform.c: (gst_plugin_template_base_init),
100         (gst_plugin_template_class_init), (gst_plugin_template_init),
101         (gst_plugin_template_transform_ip),
102         (gst_plugin_template_set_property),
103         (gst_plugin_template_get_property), (plugin_init):
104         * src/gsttransform.h:
105           add another template
106         * tools/make_element:
107           fix generator, when template (arg2) is given
109 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
111         * src/gstplugin.h:
112           FOO_BAR_CLASS(klass) should cast to FooBarClass*,
113           not FooBar*.
115 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
117         * autogen.sh:
118         * configure.ac:
119         * src/Makefile.am:
120         * src/gstplugin.c:
121           bring into the 0.10 world
122           Fix #315582
124 2005-12-16  Jan Schmidt  <thaytan@mad.scientist.com>
126         * src/gstplugin.c: (gst_plugin_template_class_init):
127           Need to have the set_property and get_property methods
128           before installing properties
130 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
132         * src/gstplugin.h:
133           Fix GST_IS_FOO_BAR_CLASS macro.
135 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
137         * configure.ac:
138         * src/gstplugin.c: (gst_plugin_template_set_caps),
139         (gst_plugin_template_init), (gst_plugin_template_chain):
140           Fix for GStreamer 0.9.
142 2004-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
144         * Makefile.am:
145         * autogen.sh:
146         * configure.ac:
147         * src/Makefile.am:
148           use proper LDFLAGS for plugins
149           run in maintainer mode by default
151 2004-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
153         * configure.ac: ... and fix comments too
155 2004-04-03  Benjamin Otte  <otte@gnome.org>
157         * configure.ac:
158           update for GStreamer 0.8
160 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
162         * src/gstplugin.c: (gst_plugin_template_link),
163         (gst_plugin_template_base_init), (gst_plugin_template_init):
164           Fix for GStreamer 0.7.x.
166 2003-02-06  Thomas Vander Stichele <thomas at apestaart dot org>
168         * updated for GStreamer 0.6.0
170 2002-07-17  Thomas Vander Stichele <thomas at apestaart dot org>
172         * initial creation on a flight to New York