blob: e28d38509d9c680b33fa4073916d911505ee9372 (
plain)
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
|
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 <thaytan@mad.scientist.com>
* 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 <rbultje@ronald.bitfreak.net>
* 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 <otte@gnome.org>
* configure.ac:
update for GStreamer 0.8
2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
* 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
|