summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: cce8f0e7981483c08c0f1cfb82092cb63c15d237 (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
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
2007-07-06  Emmanuele Bassi  <ebassi@openedhand.com>

	* clutter-gst/clutter-gst-video-sink.c: Code style
	consistency check here, too. And leak plugging as well. The
	video sink keeps a reference on the texture, so it's always
	present; this should work, because the texture itself does
	not keep a reference on the video sink (GStreamer does), so
	it's not a circular reference.

2007-07-06  Emmanuele Bassi  <ebassi@openedhand.com>

	* clutter-gst/clutter-gst-video-texture.c: General code clean
	up and code style consistency check. Fix a memory leak, where
	we allocated the space of the private data structure but never
	freed it inside the ::finalize method; use GObject private
	data pointer instead.

2007-07-06  Emmanuele Bassi  <ebassi@openedhand.com>

	* configure.ac: Use the same M4 macros clutter-core uses to set
	the various libtool flags and simplify the release process.

	* clutter-gst/clutter-gst.h:
	* clutter-gst/clutter-gst-version.h.in: Add version header and
	macros for clutter-gst.

	* clutter-gst/*.[ch]: Fix copyright and attributions.

	* clutter-gst/clutter-gst-util.[hc]: Fix second argument of
	clutter_gst_init() function call: the underlying libraries
	require a pointer to the arguments vector to remove their own
	arguments from it.

	* README: Flesh out the description a little.

2007-07-05  Emmanuele Bassi  <ebassi@openedhand.com>

	* clutter-gst.pc.in: Bump to use Clutter 0.3 here, too.

2007-06-22  Matthew Allum  <mallum@openedhand.com>

	* configure.ac:
	Bump up to use Clutter 0.3 (trunk)

	* clutter-gst/clutter-gst-video-sink.c:
	Improve caps usage and switch to BGRA data, taking advantage
	of newer texture api and thus giving an alpha channel to video 
	textures.
	Collect pixel aspect ratio info but do not expose as yet.

	* clutter-gst/clutter-gst-video-texture.c:
	Minor change to object creation.

	* examples/Makefile.am:
	* examples/audio.c:
	* examples/video-player.c:
	* examples/video-sink.c:
	Update for 0.3 API

2007-04-26  Matthew Allum  <mallum@openedhand.com>

	* clutter-gst/Makefile.am:
	* clutter-gst/clutter-gst-util.c:
	* clutter-gst/clutter-gst-util.h:
	* clutter-gst/clutter-gst.h:
	Add a clutter_gst_init() call mainly for binding usage.

	* clutter-gst/clutter-gst-video-sink.c:
	* clutter-gst/clutter-gst-video-sink.h:
	* clutter-gst/clutter-gst-video-texture.c:
	* examples/Makefile.am:
	* examples/README:
	* examples/video-sink.c:
	Addition of clutter texture gstreamer video sink from
	Jonathan Matthew (#296)

2007-03-20  Matthew Allum  <mallum@openedhand.com>

	* clutter-gst/clutter-gst-audio.c: (bus_message_eos_cb):
	Patch from Iain to reset audio pipeline on EOS and thus
	allow for easy re-playback of sounds.

2007-01-18 =================== 0.1.1 Released ===========================

2007-03-19  Matthew Allum  <mallum@openedhand.com>

	* NEWS:
	* configure.ac:
	Prepare for 0.1.1 release

2007-03-19  Matthew Allum  <mallum@openedhand.com>

	* clutter-gst/clutter-gst-video-texture.c: (fakesink_handoff_cb):
	Fix via Iain for leaking on dropped frames (fixes #242) 

2007-02-18  Matthew Allum  <mallum@openedhand.com>

	* clutter-gst.pc.in:
	Fix requires to point at clutter-0.2 (Fixes #219)

2007-01-18  Emmanuele Bassi  <ebassi@openedhand.com>

	* configure.ac: Post release bump to 0.2.0

2007-01-18 =================== 0.1.0 Released ===========================

2007-01-18  Matthew Allum  <mallum@openedhand.com>

	* configure.ac:
	Check for clutter-0.2.pc

2007-01-18  Emmanuele Bassi  <ebassi@openedhand.com>

	* configure.ac: Fix summary.

2007-01-18  Matthew Allum  <mallum@openedhand.com>

	* doc/reference/clutter-gst-docs.sgml:
	Add missing docs file.

2007-01-04  Matthew Allum  <mallum@openedhand.com>

	* clutter-gst.pc.in:
	Fix version substitution

2006-12-04  Emmanuele Bassi  <ebassi@openedhand.com>

	A examples/clutter-logo-800x600.png

	* examples/clutter-logo-800x600.png: Add back the
	background image.

2006-11-30  Matthew Allum  <mallum@openedhand.com>

	* clutter-gst.doap:
	Update.

2006-09-23  Jorn Baayen  <jorn@openedhand.com>

	* examples/video-player.c:

	Preserve aspect ratio in all cases. Fixes #158.

2006-09-23  Jorn Baayen  <jorn@openedhand.com>

	* clutter-gst/clutter-gst-video-texture.c:

	Remove traces of unused force-aspect-ratio prop.
	
	* examples/video-player.c: (size_change):

	Remove redundant call to clutter_texture_get_base_size().

2006-09-22  Jorn Baayen  <jorn@openedhand.com>

	* clutter-gst/clutter-gst-video-texture.c: (lay_pipeline):

	Unref video_filtercaps only once.

2006-09-16  Jorn Baayen  <jorn@openedhand.com>

	* clutter-gst/clutter-gst-video-texture.h:

	s/GstVideoTexture/ClutterGstVideoTexture

2006-09-01  Matthew Allum  <mallum@openedhand.com>

	* clutter-gst/Makefile.am:
	* clutter-gst/clutter-gst-audio.c:
	* clutter-gst/clutter-gst-audio.h:
	* clutter-gst/clutter-gst-media.c:
	* clutter-gst/clutter-gst-media.h:
	* clutter-gst/clutter-gst-video-texture.c:
	* clutter-gst/clutter-gst-video-texture.h:
	* clutter-gst/clutter-gst.h:
	* examples/audio.c:
	* examples/video-cube.c:
	* examples/video-player.c:
	clutter-gst-media -> clutter-media

2006-08-30  Jorn Baayen  <jorn@openedhand.com>

	* examples/audio.c: (main):
	* examples/video-cube.c: (main):
	* examples/video-player.c: (main):

	Call gst_init().

2006-08-30  Jorn Baayen  <jorn@openedhand.com>

	* Split off from clutter