-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
217 lines (153 loc) · 6.09 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
2008-11-04 Stefan Kost <[email protected]>
* src/Makefile.am:
Don't install static libs for plugins. Fixes #550851 for the template.
2008-10-30 Stefan Kost <[email protected]>
* tools/make_element:
Don't replace GstPlugin.
2008-08-11 Stefan Kost <[email protected]>
* README:
* src/gstaudiofilter.c:
* src/gstplugin.c:
* src/gsttransform.c:
* tools/make_element:
Integrate new template and improve search'n'replace ops. Update
templates to use current API.
2008-07-26 Stefan Kost <[email protected]>
* tools/make_element:
Fix username detection. tries getent first and falls back to grep
passwd. Spotted by Karoly Segesdi.
2008-06-09 Jan Schmidt <[email protected]>
* src/gstplugin.c:
Fix some memory leaks, and make the setcaps function actually
sets the caps on the other pad.
2008-05-08 Stefan Kost <[email protected]>
* README:
Add simple usage explanation and make it look like the other READMEs.
* src/gstplugin.c:
* src/gstplugin.h:
* src/gsttransform.c:
* src/gsttransform.h:
* tools/make_element:
Add year, username and email fields. Update the templates here and
there a bit. Add more comments.
2007-08-01 Tim-Philipp Müller <tim at centricular dot net>
* src/gsttransform.c:
Include right header to avoid structure size mismatches etc.
2007-07-25 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Steve Fink <sphink gmail com>
* src/gstplugin.c:
Use GST_DEBUG_FUNCPTR() macros where it makes sense.
2007-07-19 Stefan Kost <[email protected]>
* configure.ac:
Fix CVS-build detection.
2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
* src/Makefile.am:
Make clearer which Makefile variables need renaming if the plugin
name is changes (#399746) (pretty it is not, but it's the content
that counts, right?)
2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Philip Jägenstedt <philipj at opera com>
* tools/make_element:
Translate FOO_IS_MY_PLUGIN macro as well according to the template
(#399323).
2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
* autogen.sh:
Run autoheader to create config.h.in and fix the build.`
2006-07-03 Tim-Philipp Müller <tim at centricular dot net>
* Makefile.am:
* autogen.sh:
* gst-autogen.sh:
Throw an error if autotools versions are too old. We require
automake 1.7 or newer (#346054). Add gst-autogen.sh to check
for this.
* COPYING:
Add placeholder COPYING file so it doesn't get overwritten
by a GPL one by automake.
2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Philip Jägenstedt <philip at lysator liu se>
* src/gstplugin.c: (gst_plugin_template_base_init),
(gst_plugin_template_class_init), (gst_plugin_template_init),
(plugin_init):
Use GST_BOILERPLATE, add debug category (#345601).
2006-04-20 Stefan Kost <[email protected]>
Patch by: Johan Rydberg <[email protected]>
* src/gstplugin.c: (gst_plugin_template_get_type),
(gst_plugin_template_base_init), (gst_plugin_template_class_init),
(gst_plugin_template_set_property),
(gst_plugin_template_get_property):
* src/gstplugin.h:
* src/gsttransform.c: (gst_plugin_template_base_init),
(gst_plugin_template_set_property),
(gst_plugin_template_get_property):
* tools/make_element:
remove double gst_get_, fix '_' in names
2006-02-26 Tim-Philipp Müller <tim at centricular dot net>
* src/gstplugin.c: (gst_plugin_template_init),
(gst_plugin_template_chain):
Fix function declaration of _init() function.
Remove unnecessary assertion clutter in chain function
(that also failed to return a flow value, causing
compiler warnings).
2006-02-07 Stefan Kost <[email protected]>
* src/gstplugin.c: (gst_plugin_template_set_caps),
(gst_plugin_template_chain):
* src/gsttransform.c: (gst_plugin_template_transform_ip):
more code cleanups, more comments
2006-02-07 Stefan Kost <[email protected]>
* configure.ac:
allow installing to $HOME
* src/gstplugin.c: (gst_plugin_template_base_init),
(gst_plugin_template_init):
* src/gstplugin.h:
* src/gsttransform.c: (gst_plugin_template_base_init),
(gst_plugin_template_class_init), (gst_plugin_template_init),
(gst_plugin_template_transform_ip),
(gst_plugin_template_set_property),
(gst_plugin_template_get_property), (plugin_init):
* src/gsttransform.h:
add another template
* tools/make_element:
fix generator, when template (arg2) is given
2006-01-23 Tim-Philipp Müller <tim at centricular dot net>
* src/gstplugin.h:
FOO_BAR_CLASS(klass) should cast to FooBarClass*,
not FooBar*.
2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
* autogen.sh:
* configure.ac:
* src/Makefile.am:
* src/gstplugin.c:
bring into the 0.10 world
Fix #315582
2005-12-16 Jan Schmidt <[email protected]>
* src/gstplugin.c: (gst_plugin_template_class_init):
Need to have the set_property and get_property methods
before installing properties
2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
* src/gstplugin.h:
Fix GST_IS_FOO_BAR_CLASS macro.
2005-06-30 Ronald S. Bultje <[email protected]>
* configure.ac:
* src/gstplugin.c: (gst_plugin_template_set_caps),
(gst_plugin_template_init), (gst_plugin_template_chain):
Fix for GStreamer 0.9.
2004-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
* Makefile.am:
* autogen.sh:
* configure.ac:
* src/Makefile.am:
use proper LDFLAGS for plugins
run in maintainer mode by default
2004-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac: ... and fix comments too
2004-04-03 Benjamin Otte <[email protected]>
* configure.ac:
update for GStreamer 0.8
2004-01-25 Ronald Bultje <[email protected]>
* src/gstplugin.c: (gst_plugin_template_link),
(gst_plugin_template_base_init), (gst_plugin_template_init):
Fix for GStreamer 0.7.x.
2003-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
* updated for GStreamer 0.6.0
2002-07-17 Thomas Vander Stichele <thomas at apestaart dot org>
* initial creation on a flight to New York