57f37bd1e86420847c26e1589eaba87690937e46
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-04-18  Andy Wingo  <wingo@pobox.com>
2
3         * gst/elements/gstfakesrc.c: s/ARG_/PROP_/.
4
5         * gst/base/gstbasesrc.c (gst_basesrc_set_property) 
6         (gst_basesrc_get_property): BLOCKSIZE is a ULONG. Rename ARG_...
7         to PROP_....
8
9 2005-04-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10
11         * docs/faq/using.xml:
12           Add note on gstreamer-properties (#154996).
13
14 2005-04-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15
16         * docs/random/bbb/optional-properties:
17           Some analysis on optional properties.
18
19 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20
21         * docs/gst/tmpl/gstelementfactory.sgml:
22         * gst/gstelement.h:
23         * gst/gstelementfactory.c: (gst_element_factory_init),
24         (gst_element_factory_cleanup), (gst_element_register),
25         (__gst_element_factory_add_static_pad_template),
26         (gst_element_factory_get_static_pad_templates),
27         (gst_element_factory_can_src_caps),
28         (gst_element_factory_can_sink_caps):
29         * gst/registries/Makefile.am:
30         * gst/registries/gstlibxmlregistry.c: (gst_xml_registry_get_type),
31         (gst_xml_registry_class_init), (gst_xml_registry_init),
32         (gst_xml_registry_new), (gst_xml_registry_set_property),
33         (gst_xml_registry_get_property), (get_time), (make_dir),
34         (gst_xml_registry_get_perms_func),
35         (plugin_times_older_than_recurse), (plugin_times_older_than),
36         (gst_xml_registry_open_func), (gst_xml_registry_load_func),
37         (gst_xml_registry_save_func), (gst_xml_registry_close_func),
38         (add_to_char_array), (read_string), (read_uint), (read_enum),
39         (load_pad_template), (load_feature), (load_plugin), (load_paths),
40         (gst_xml_registry_load), (gst_xml_registry_load_plugin),
41         (gst_xml_registry_save_caps), (gst_xml_registry_save_pad_template),
42         (gst_xml_registry_save_feature), (gst_xml_registry_save_plugin),
43         (gst_xml_registry_save), (gst_xml_registry_rebuild_recurse),
44         (gst_xml_registry_rebuild):
45         * gst/registries/gstlibxmlregistry.h:
46         * tools/gst-compprep.c: (main):
47         * tools/gst-inspect.c: (print_pad_templates_info):
48         * tools/gst-xmlinspect.c: (print_element_info):
49           Use libxml2 for registry parsing, use staticpadtemplates in
50           elementfactories. Makes gst_init() +/- 10x faster.
51
52 2005-04-12  Wim Taymans  <wim@fluendo.com>
53
54         * gst/base/Makefile.am:
55         * gst/base/gstbasesink.c: (gst_basesink_base_init),
56         (gst_basesink_pad_getcaps), (gst_basesink_init),
57         (gst_basesink_event), (gst_basesink_change_state):
58         * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
59         (gst_basesrc_init), (gst_basesrc_query),
60         (gst_basesrc_get_event_mask), (gst_basesrc_do_seek),
61         (gst_basesrc_event_handler), (gst_basesrc_get_range_unlocked),
62         (gst_basesrc_check_get_range), (gst_basesrc_loop),
63         (gst_basesrc_unlock), (gst_basesrc_get_size), (gst_basesrc_start),
64         (gst_basesrc_stop), (gst_basesrc_activate),
65         (gst_basesrc_change_state):
66         * gst/base/gsttypefindhelper.c: (helper_find_peek),
67         (helper_find_suggest), (gst_type_find_helper):
68         * gst/base/gsttypefindhelper.h:
69         * gst/elements/Makefile.am:
70         * gst/elements/gstelements.c:
71         * gst/elements/gstfakesink.c: (gst_fakesink_class_init),
72         (gst_fakesink_get_times), (gst_fakesink_event),
73         (gst_fakesink_preroll), (gst_fakesink_render):
74         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
75         (gst_fakesrc_init), (gst_fakesrc_event_handler),
76         (gst_fakesrc_get_property), (gst_fakesrc_create),
77         (gst_fakesrc_start), (gst_fakesrc_stop):
78         * gst/elements/gstfakesrc.h:
79         * gst/elements/gstfilesrc.c: (gst_filesrc_class_init),
80         (gst_filesrc_free_parent_mmap), (gst_filesrc_map_region),
81         (gst_filesrc_map_small_region), (gst_filesrc_create_mmap),
82         (gst_filesrc_create_read), (gst_filesrc_create),
83         (gst_filesrc_is_seekable), (gst_filesrc_get_size),
84         (gst_filesrc_start):
85         * gst/elements/gsttypefindelement.c:
86         (gst_type_find_element_have_type), (gst_type_find_element_init),
87         (start_typefinding), (stop_typefinding), (push_buffer_store),
88         (gst_type_find_element_handle_event),
89         (gst_type_find_element_chain),
90         (gst_type_find_element_checkgetrange),
91         (gst_type_find_element_getrange), (do_typefind),
92         (gst_type_find_element_activate),
93         (gst_type_find_element_change_state):
94         * gst/elements/gsttypefindelement.h:
95         * gst/gstpipeline.c: (pipeline_bus_handler):
96         Added typefind helper.
97         Small preroll fix in the base sink.
98         Disable typefind code in basesrc.
99         Crude port of typefindelement.
100         Fakesrc cleanups.
101
102
103 2005-04-11  Wim Taymans  <wim@fluendo.com>
104
105         * check/gst/gstbus.c: (gstbus_suite):
106         * check/gst/gstdata.c: (thread_ref), (gst_data_suite):
107         * check/gstcheck.h:
108         Fix up the timeout so that the test does not fail.
109
110 2005-04-06  Wim Taymans  <wim@fluendo.com>
111
112         * gst/base/README:
113         * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
114         (gst_basesrc_init), (gst_basesrc_get_formats), (gst_basesrc_query),
115         (gst_basesrc_get_event_mask), (gst_basesrc_do_seek),
116         (gst_basesrc_event_handler), (gst_basesrc_get_range_unlocked),
117         (gst_basesrc_check_get_range), (gst_basesrc_loop),
118         (gst_basesrc_unlock), (gst_basesrc_get_size), (gst_basesrc_start),
119         (gst_basesrc_stop), (gst_basesrc_activate),
120         (gst_basesrc_change_state), (basesrc_find_peek),
121         (basesrc_find_suggest), (gst_basesrc_type_find):
122         * gst/base/gstbasesrc.h:
123         * gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
124         (gst_filesrc_class_init), (gst_filesrc_init),
125         (gst_filesrc_finalize), (gst_filesrc_set_location),
126         (gst_filesrc_set_property), (gst_filesrc_get_property),
127         (gst_filesrc_free_parent_mmap), (gst_filesrc_map_region),
128         (gst_filesrc_map_small_region), (gst_filesrc_create_mmap),
129         (gst_filesrc_create_read), (gst_filesrc_create),
130         (gst_filesrc_get_size), (gst_filesrc_start), (gst_filesrc_stop):
131         * gst/elements/gstfilesrc.h:
132         * gst/gstelement.c: (gst_element_get_state_func),
133         (gst_element_lost_state), (gst_element_pads_activate):
134         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
135         (gst_pad_set_checkgetrange_function), (gst_pad_check_pull_range),
136         (gst_pad_pull_range):
137         * gst/gstpad.h:
138         More work on the generic source base class, implement seeking,
139         query.
140         Make filesrc extend the base source class.
141         Added gst_pad_set_checkgetrange_function to GstPad.
142
143 2005-04-06  Andy Wingo  <wingo@pobox.com>
144
145         * pkgconfig/gstreamer-base.pc.in:
146         * pkgconfig/gstreamer-base-uninstalled.pc.in: New files.
147
148         * pkgconfig/Makefile.am:
149         * configure.ac (AC_OUTPUT): Add gstreamer-base pkgconfig files.
150
151 2005-04-04  Wim Taymans  <wim@fluendo.com>
152
153         * gst/base/Makefile.am:
154         * gst/base/README:
155         * gst/base/gstbasesink.c: (gst_basesink_base_init),
156         (gst_basesink_pad_getcaps), (gst_basesink_pad_setcaps),
157         (gst_basesink_pad_buffer_alloc), (gst_basesink_init),
158         (gst_basesink_do_sync), (gst_basesink_chain_unlocked):
159         * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
160         (gst_basesrc_base_init), (gst_basesrc_class_init),
161         (gst_basesrc_init), (gst_basesrc_get_formats),
162         (gst_basesrc_get_query_types), (gst_basesrc_query),
163         (gst_basesrc_get_event_mask), (gst_basesrc_event_handler),
164         (gst_basesrc_set_property), (gst_basesrc_get_property),
165         (gst_basesrc_get_range_unlocked), (gst_basesrc_get_range),
166         (gst_basesrc_loop), (gst_basesrc_activate),
167         (gst_basesrc_change_state):
168         * gst/base/gstbasesrc.h:
169         * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
170         (gst_fakesrc_class_init), (gst_fakesrc_init),
171         (gst_fakesrc_event_handler), (gst_fakesrc_set_property),
172         (gst_fakesrc_get_property), (gst_fakesrc_create):
173         * gst/elements/gstfakesrc.h:
174         * gst/elements/gstfilesrc.c: (gst_filesrc_getrange),
175         (gst_filesrc_open_file), (gst_filesrc_loop),
176         (gst_filesrc_activate), (filesrc_find_peek),
177         (gst_filesrc_type_find):
178         Made base source class, make fakesrc extend it.
179         Add comments to basesink class.
180         Some filesrc cleanup.
181
182 2005-03-31  David Schleef  <ds@schleef.org>
183
184         * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
185         Switch to using G_MODULE_BIND_LOCAL, which means plugins are now
186         expected to link against libgstreamer.
187         * gst/base/Makefile.am: link against libgstreamer
188         * gst/elements/Makefile.am: same
189
190 2005-03-31  Andy Wingo  <wingo@pobox.com>
191
192         * tests/instantiate/Makefile.am:
193         * tests/instantiate/caps.c: Add test to test speed of caps copy
194         and free.
195
196         * tests/memchunk/gmemchunktest.c (main): Use alloc only on the
197         GMemChunk to be fair.
198
199         * gst/gsttrashstack.h: Remove warning about using the fallback
200         trash stack implementation, it's still faster than malloc.
201
202 2005-03-30  Andy Wingo  <wingo@pobox.com>
203
204         * tests/complexity.c: Add a copyright.
205
206 2005-03-31  Wim Taymans  <wim@fluendo.com>
207
208         * gst/base/gstbasetransform.c: (gst_base_transform_base_init),
209         (gst_base_transform_class_init), (gst_base_transform_init),
210         (gst_base_transform_setcaps), (gst_base_transform_handle_buffer),
211         (gst_base_transform_get_property),
212         (gst_base_transform_sink_activate),
213         (gst_base_transform_src_activate),
214         (gst_base_transform_change_state):
215         * gst/base/gstbasetransform.h:
216         * gst/elements/gstidentity.c: (gst_identity_class_init),
217         (gst_identity_event), (gst_identity_check_perfect),
218         (gst_identity_transform), (gst_identity_start),
219         (gst_identity_stop):
220         Added start/stop methods to transform base class so subclasses 
221         don't need to deal with state changes even.
222
223 2005-03-31  Wim Taymans  <wim@fluendo.com>
224
225         * gst/gstevent.c: (gst_event_new_discontinuous_valist),
226         (gst_event_new_discontinuous), (gst_event_discont_get_value):
227         * gst/gstevent.h:
228         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
229         (gst_pad_pull_range):
230         Added rate to the discont event to prepare for variable speed
231         and reverse playback.
232
233 2005-03-29  David Schleef  <ds@schleef.org>
234
235         * configure.ac:
236         * testsuite/trigger/Makefile.am:
237         * testsuite/trigger/trigger.c: A little example program to show
238         how trigger-based elements can work.
239
240 2005-03-29  Wim Taymans  <wim@fluendo.com>
241
242         * gst/base/Makefile.am:
243         * gst/base/README:
244         * gst/base/gstbasesink.c: (gst_basesink_get_type),
245         (gst_basesink_base_init), (gst_basesink_class_init),
246         (gst_basesink_pad_getcaps), (gst_basesink_init),
247         (gst_basesink_activate), (gst_basesink_change_state):
248         * gst/base/gstbasesink.h:
249         * gst/base/gstbasetransform.c: (gst_base_transform_get_type),
250         (gst_base_transform_base_init), (gst_base_transform_finalize),
251         (gst_base_transform_class_init), (gst_base_transform_init),
252         (gst_base_transform_proxy_getcaps), (gst_base_transform_setcaps),
253         (gst_base_transform_event), (gst_base_transform_getrange),
254         (gst_base_transform_chain), (gst_base_transform_handle_buffer),
255         (gst_base_transform_set_property),
256         (gst_base_transform_get_property),
257         (gst_base_transform_sink_activate),
258         (gst_base_transform_src_activate),
259         (gst_base_transform_change_state):
260         * gst/base/gstbasetransform.h:
261         * gst/elements/gstidentity.c: (gst_identity_finalize),
262         (gst_identity_class_init), (gst_identity_init),
263         (gst_identity_event), (gst_identity_check_perfect),
264         (gst_identity_transform), (gst_identity_set_property),
265         (gst_identity_get_property), (gst_identity_change_state):
266         * gst/elements/gstidentity.h:
267         * gst/gstelement.c: (gst_element_get_state_func),
268         (gst_element_lost_state), (gst_element_pads_activate):
269         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
270         (gst_pad_check_pull_range), (gst_pad_pull_range):
271         * gst/gstpad.h:
272         Simplify pad activation.
273         Added function to check if pull_range can be performed.
274         Error out when pulling inactive or flushing pads.
275         Removed const from refcounted types as it does not make sense.
276         Simplify pad templates in basesink
277         Added base class for simple 1-to-1 transforms.
278         Make identity subclass the base transform.
279
280 2005-03-29  Andy Wingo  <wingo@pobox.com>
281
282         * docs/libs/gstreamer-libs-overrides.txt: 
283         * docs/gst/gstreamer-overrides.txt: Add these files to CVS. Now I
284         really don't understand what's going on, but like whatever. I want
285         green buildbot!
286
287         * docs/gst/Makefile.am:
288         * docs/libs/Makefile.am: Dist the overrides files.
289
290         * check/Makefile.am (clean-local): Remove .libs directories.
291
292         * gst/elements/Makefile.am (EXTRA_DIST): Add all the attic
293         elements to EXTRA_DIST, so po/ files are happy.
294
295         * po/POTFILES.in: Er, remove it here.
296
297         * po/POTFILES: Remove gstspider.c.
298
299         * configure.ac (AC_OUTPUT): Add missing testsuite makefiles.
300
301         * docs/libs/gstreamer-libs-docs.sgml: 
302         * docs/libs/gstreamer-libs-sections.txt: Remove the section on
303         bytestream.
304
305         * tests/complexity.c (main): Set the length of the preroll queue
306         on the sinks to prevent a lockup.
307
308         * libs/gst/dataprotocol/Makefile.am: 
309         * libs/gst/dataprotocol/dataprotocol-test.c: Remove test, it's
310         the same as the one in check/gst-libs/gdp.c.
311
312         * po/, docs/gst/: Commit automatic changes to docs and po files.
313
314         * gst/elements/Makefile.am (libgstelements_la_LDFLAGS): Link to
315         the versioned libgstbase.
316
317         * check/Makefile.am: Depend on an unversioned gst-register, seems
318         to make autoconf happier.
319
320         * gst/base/Makefile.am: Make libgstbase a versioned lib.
321
322 2005-03-28  Wim Taymans  <wim@fluendo.com>
323
324         * configure.ac:
325         * docs/design/part-gstelement.txt:
326         * docs/design/part-negotiation.txt:
327         * docs/design/part-preroll.txt:
328         * docs/design/part-scheduling.txt:
329         * docs/design/part-states.txt:
330         * gst/Makefile.am:
331         * gst/base/Makefile.am:
332         * gst/base/README:
333         * gst/base/gstbasesink.c: (gst_basesink_get_template),
334         (gst_basesink_base_init), (gst_basesink_class_init),
335         (gst_basesink_pad_getcaps), (gst_basesink_pad_setcaps),
336         (gst_basesink_pad_buffer_alloc), (gst_basesink_init),
337         (gst_basesink_set_pad_functions),
338         (gst_basesink_set_all_pad_functions), (gst_basesink_set_clock),
339         (gst_basesink_set_property), (gst_basesink_get_property),
340         (gst_base_sink_get_template), (gst_base_sink_get_caps),
341         (gst_base_sink_set_caps), (gst_base_sink_buffer_alloc),
342         (gst_basesink_preroll_queue_push),
343         (gst_basesink_preroll_queue_empty),
344         (gst_basesink_preroll_queue_flush), (gst_basesink_finish_preroll),
345         (gst_basesink_event), (gst_basesink_get_times),
346         (gst_basesink_do_sync), (gst_basesink_handle_buffer),
347         (gst_basesink_chain_unlocked), (gst_basesink_chain),
348         (gst_basesink_loop), (gst_basesink_activate),
349         (gst_basesink_change_state):
350         * gst/base/gstbasesink.h:
351         * gst/elements/Makefile.am:
352         * gst/elements/gstfakesink.c: (gst_fakesink_base_init),
353         (gst_fakesink_class_init), (gst_fakesink_init),
354         (gst_fakesink_set_property), (gst_fakesink_get_property),
355         (gst_fakesink_get_times), (gst_fakesink_event),
356         (gst_fakesink_preroll), (gst_fakesink_render),
357         (gst_fakesink_change_state):
358         * gst/elements/gstfakesink.h:
359         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_manager),
360         (gst_bin_get_state), (gst_bin_change_state), (gst_bin_send_event):
361         * gst/gstelement.c: (gst_element_add_pad),
362         (gst_element_get_state_func), (gst_element_abort_state),
363         (gst_element_commit_state), (gst_element_lost_state),
364         (gst_element_set_state), (gst_element_pads_activate):
365         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_event_default):
366         * gst/gstpipeline.c: (gst_pipeline_send_event),
367         (gst_pipeline_change_state):
368         Added state change code.
369         Added/updated docs.
370         Added sink base class, make fakesink extend the base class.
371         Small cleanups in GstPipeline.
372
373 2005-03-26  David Schleef  <ds@schleef.org>
374
375         * gst/Makefile.am: remove gstcpu.[ch].  The gst_cpu functionality
376         is broken and should be implemented in a different library.
377         * gst/gst.c: (init_post): don't call _gst_cpu_initialize()
378         * gst/gst.h: remove gstcpu.h
379         * gst/gstcpu.c: remove
380         * gst/gstcpu.h: remove
381         * gst/Makefile.am.future: Remove this file.  It's ancient.
382
383 2005-03-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
384
385         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_manager),
386         (gst_bin_send_event):
387           Add default event/set_manager handlers. The set_manager handler
388           takes care that the manager is distributed over kids that were
389           already in the bin before the manager was set. The event handler
390           is a utility virtual function that sends the event over all sinks,
391           so that gst_element_send_event (bin, event); has the expected
392           behaviour.
393         * gst/gstpad.c: (gst_pad_event_default):
394           Re-install default event handling for discontinuities, so that
395           seeking works without requiring hacks in applications or extra
396           code in sinks.
397         * gst/gstpipeline.c: (gst_pipeline_class_init),
398         (gst_pipeline_send_event):
399           Half hack, half utility: set a pipeline to PAUSED for seek events,
400           since that is the only way we can guarantee a/v sync. Means that
401           you can do gst_element_seek (pipeline, method, pos); on a pipeline
402           and it "just works".
403
404 2005-03-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
405
406         * gst/gstpipeline.c: (gst_pipeline_use_clock):
407           Lock/unlock mismatch.
408
409 2005-03-25  Thomas Vander Stichele  <thomas at apestaart dot org>
410
411         * docs/faq/gst-uninstalled:
412           add gst-plugins-base
413         * docs/gst/Makefile.am:
414           don't error out until docs are fixed
415         * docs/gst/gstreamer.types:
416           remove thread
417
418 2005-03-22  Wim Taymans  <wim@fluendo.com>
419
420         * check/Makefile.am:
421         * check/gst/gstmessage.c: (START_TEST), (gst_data_suite), (main):
422         * gst/gststructure.c: (gst_structure_set_valist),
423         (gst_structure_copy_conditional):
424         Activated more tests.
425         Added message test.
426         Added G_TYPE_POINTER to GstStructure.
427         
428
429 2005-03-22  Wim Taymans  <wim@fluendo.com>
430
431         * docs/design/part-TODO.txt:
432         * docs/design/part-events.txt:
433         * docs/design/part-gstbin.txt:
434         * docs/design/part-gstbus.txt:
435         * docs/design/part-gstpipeline.txt:
436         * docs/design/part-messages.txt:
437         * gst/gstbus.c:
438         * gst/gstmessage.c:
439         Docs updates
440
441 2005-03-21  Wim Taymans  <wim@fluendo.com>
442
443         * gst/gstbus.c: (gst_bus_post):
444         Fix copy-and-paste error.
445
446 2005-03-21  Wim Taymans  <wim@fluendo.com>
447
448         * check/Makefile.am:
449         * gst/Makefile.am:
450         * gst/elements/Makefile.am:
451         * gst/elements/gstelements.c:
452         * gst/elements/gstfakesink.c: (gst_fakesink_init),
453         (gst_fakesink_event), (gst_fakesink_chain):
454         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
455         (gst_fakesrc_init), (gst_fakesrc_get_event_mask),
456         (gst_fakesrc_event_handler), (gst_fakesrc_set_pad_functions),
457         (gst_fakesrc_set_all_pad_functions), (gst_fakesrc_request_new_pad),
458         (gst_fakesrc_set_property), (gst_fakesrc_get_property),
459         (gst_fakesrc_get_range_unlocked), (gst_fakesrc_get_range),
460         (gst_fakesrc_loop), (gst_fakesrc_activate),
461         (gst_fakesrc_change_state):
462         * gst/elements/gstfakesrc.h:
463         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
464         (gst_filesrc_get_read), (gst_filesrc_getrange), (gst_filesrc_get),
465         (gst_filesrc_open_file), (gst_filesrc_loop),
466         (gst_filesrc_activate), (gst_filesrc_change_state),
467         (filesrc_find_peek), (filesrc_find_suggest),
468         (gst_filesrc_type_find):
469         * gst/elements/gstidentity.c: (gst_identity_finalize),
470         (gst_identity_class_init), (gst_identity_init),
471         (gst_identity_proxy_getcaps), (identity_queue_push),
472         (identity_queue_pop), (identity_queue_flush), (gst_identity_event),
473         (gst_identity_getrange), (gst_identity_chain),
474         (gst_identity_sink_loop), (gst_identity_src_loop),
475         (gst_identity_handle_buffer), (gst_identity_set_dataflow_funcs),
476         (gst_identity_set_property), (gst_identity_get_property),
477         (gst_identity_change_state):
478         * gst/elements/gstidentity.h:
479         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init),
480         (gst_tee_update_pad_functions), (gst_tee_request_new_pad),
481         (gst_tee_set_property), (gst_tee_get_property), (gst_tee_do_push),
482         (gst_tee_handle_buffer), (gst_tee_chain), (gst_tee_loop),
483         (gst_tee_sink_activate):
484         * gst/elements/gsttee.h:
485         * gst/gst.c: (gst_register_core_elements), (init_post):
486         * gst/gst.h:
487         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_bus),
488         (gst_bin_set_scheduler), (gst_bin_add_func), (gst_bin_add),
489         (gst_bin_remove_func), (gst_bin_remove), (gst_bin_get_state),
490         (gst_bin_change_state):
491         * gst/gstbin.h:
492         * gst/gstbus.c: (gst_bus_get_type), (gst_bus_class_init),
493         (gst_bus_init), (gst_bus_dispose), (gst_bus_set_property),
494         (gst_bus_get_property), (gst_bus_new), (gst_bus_post),
495         (gst_bus_have_pending), (gst_bus_pop), (gst_bus_peek),
496         (gst_bus_set_sync_handler), (gst_bus_create_watch),
497         (bus_watch_callback), (bus_watch_destroy),
498         (gst_bus_add_watch_full), (gst_bus_add_watch), (poll_handler),
499         (poll_timeout), (gst_bus_poll):
500         * gst/gstbus.h:
501         * gst/gstcaps.h:
502         * gst/gstdata.h:
503         * gst/gstelement.c: (gst_element_class_init), (gst_element_init),
504         (gst_element_post_message), (gst_element_message_full),
505         (gst_element_get_state_func), (gst_element_get_state),
506         (gst_element_abort_state), (gst_element_commit_state),
507         (gst_element_lost_state), (gst_element_set_state),
508         (gst_element_pads_activate), (gst_element_change_state),
509         (gst_element_dispose), (gst_element_set_manager_func),
510         (gst_element_set_bus_func), (gst_element_set_scheduler_func),
511         (gst_element_set_manager), (gst_element_get_manager),
512         (gst_element_set_bus), (gst_element_get_bus),
513         (gst_element_set_scheduler), (gst_element_get_scheduler):
514         * gst/gstelement.h:
515         * gst/gstevent.c: (gst_event_new_segment_seek),
516         (gst_event_new_flush):
517         * gst/gstevent.h:
518         * gst/gstmessage.c: (_gst_message_initialize), (_gst_message_copy),
519         (_gst_message_free), (gst_message_get_type), (gst_message_new),
520         (gst_message_new_eos), (gst_message_new_error),
521         (gst_message_new_warning), (gst_message_new_tag),
522         (gst_message_new_state_changed), (gst_message_new_application),
523         (gst_message_get_structure), (gst_message_parse_tag),
524         (gst_message_parse_state_changed), (gst_message_parse_error),
525         (gst_message_parse_warning):
526         * gst/gstmessage.h:
527         * gst/gstpad.c: (gst_real_pad_class_init), (gst_real_pad_init),
528         (gst_real_pad_set_property), (gst_pad_set_active),
529         (gst_pad_is_active), (gst_pad_set_blocked_async),
530         (gst_pad_set_blocked), (gst_pad_is_blocked),
531         (gst_pad_set_activate_function), (gst_pad_set_loop_function),
532         (gst_pad_set_getrange_function), (gst_pad_set_acceptcaps_function),
533         (gst_pad_set_fixatecaps_function), (gst_pad_set_setcaps_function),
534         (gst_pad_unlink), (gst_pad_link_prepare_filtered),
535         (gst_pad_link_filtered), (gst_pad_relink_filtered),
536         (gst_real_pad_get_caps_unlocked), (gst_pad_get_caps),
537         (gst_pad_peer_get_caps), (gst_pad_fixate_caps),
538         (gst_pad_accept_caps), (gst_pad_peer_accept_caps),
539         (gst_pad_set_caps), (gst_pad_configure_sink),
540         (gst_pad_configure_src), (gst_pad_get_negotiated_caps),
541         (gst_pad_get_filter_caps), (gst_pad_alloc_buffer),
542         (gst_real_pad_dispose), (gst_real_pad_finalize),
543         (handle_pad_block), (gst_pad_push), (gst_pad_pull_range),
544         (gst_pad_event_default_dispatch), (gst_pad_event_default),
545         (gst_pad_push_event), (gst_pad_send_event), (gst_pad_get_formats):
546         * gst/gstpad.h:
547         * gst/gstpipeline.c: (gst_pipeline_init), (is_eos),
548         (pipeline_bus_handler), (gst_pipeline_change_state),
549         (gst_pipeline_get_scheduler), (gst_pipeline_get_bus):
550         * gst/gstpipeline.h:
551         * gst/gstprobe.h:
552         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_init),
553         (gst_queue_finalize), (gst_queue_getcaps), (gst_queue_link_sink),
554         (gst_queue_link_src), (gst_queue_bufferalloc),
555         (gst_queue_locked_flush), (gst_queue_handle_sink_event),
556         (gst_queue_is_empty), (gst_queue_is_filled), (gst_queue_chain),
557         (gst_queue_loop), (gst_queue_handle_src_event),
558         (gst_queue_handle_src_query), (gst_queue_src_activate),
559         (gst_queue_change_state):
560         * gst/gstqueue.h:
561         * gst/gstscheduler.c: (gst_scheduler_init),
562         (gst_scheduler_dispose), (gst_scheduler_create_task),
563         (gst_scheduler_factory_create):
564         * gst/gstscheduler.h:
565         * gst/gststructure.c: (gst_structure_get_type),
566         (gst_structure_copy_conditional):
567         * gst/gststructure.h:
568         * gst/gsttaginterface.h:
569         * gst/gsttask.c: (gst_task_get_type), (gst_task_class_init),
570         (gst_task_init), (gst_task_dispose), (gst_task_create),
571         (gst_task_get_state), (gst_task_start), (gst_task_stop),
572         (gst_task_pause):
573         * gst/gsttask.h:
574         * gst/gstthread.c:
575         * gst/gstthread.h:
576         * gst/gsttypes.h:
577         * gst/schedulers/Makefile.am:
578         * gst/schedulers/cothreads_compat.h:
579         * gst/schedulers/entryscheduler.c:
580         * gst/schedulers/faircothreads.c:
581         * gst/schedulers/faircothreads.h:
582         * gst/schedulers/fairscheduler.c:
583         * gst/schedulers/gstbasicscheduler.c:
584         * gst/schedulers/gstoptimalscheduler.c:
585         * gst/schedulers/gthread-cothreads.h:
586         * gst/schedulers/threadscheduler.c:
587         (gst_thread_scheduler_task_get_type),
588         (gst_thread_scheduler_task_class_init),
589         (gst_thread_scheduler_task_init),
590         (gst_thread_scheduler_task_start),
591         (gst_thread_scheduler_task_stop),
592         (gst_thread_scheduler_task_pause), (gst_thread_scheduler_get_type),
593         (gst_thread_scheduler_class_init), (gst_thread_scheduler_func),
594         (gst_thread_scheduler_init), (gst_thread_scheduler_create_task),
595         (gst_thread_scheduler_setup), (gst_thread_scheduler_reset),
596         (plugin_init):
597         * libs/gst/Makefile.am:
598         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf):
599         * libs/gst/bytestream/filepad.c: (gst_file_pad_init),
600         (gst_file_pad_parent_set):
601         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_event),
602         (gst_dp_event_from_packet):
603         * tests/complexity.c: (main):
604         * tests/mass_elements.c: (main):
605         * testsuite/states/locked.c: (message_received), (main):
606         * testsuite/states/parent.c: (main):
607         * tools/gst-inspect.c: (print_element_flag_info),
608         (print_implementation_info), (print_pad_info):
609         * tools/gst-launch.c: (check_intr), (play_handler), (event_loop),
610         (main):
611         * tools/gst-md5sum.c: (event_loop), (main):
612         * tools/gst-typefind.c: (main):
613         * tools/gst-xmlinspect.c: (print_element_info):
614         Next big merge.
615         Added GstBus for mainloop integration.
616         Added GstMessage for sending notifications on the bus.
617         Added GstTask as an abstraction for pipeline entry points.
618         Removed GstThread.
619         Removed Schedulers.
620         Simplified GstQueue for multithreaded core.
621         Made _link threadsafe, removed old capsnego.
622         Added STREAM_LOCK and PREROLL_LOCK in GstPad.
623         Added pad blocking functions.
624         Reworked scheduling functions in GstPad to prepare for
625         scheduling updates soon.
626         Moved events out of data stream.
627         Simplified GstEvent types.
628         Added return values to push/pull.
629         Removed clocking from GstElement.
630         Added prototypes for state change function for next merge.
631         Removed iterate from bins and state change management.
632         Fixed some elements, disabled others for now.
633         Fixed -inspect and -launch.
634         Added check for GstBus.
635
636 2005-03-10  Wim Taymans  <wim@fluendo.com>
637
638         * docs/design/part-MT-refcounting.txt:
639         * docs/design/part-clocks.txt:
640         * docs/design/part-gstelement.txt:
641         * docs/design/part-gstobject.txt:
642         * docs/design/part-standards.txt:
643         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
644         (gst_bin_remove_func), (gst_bin_remove):
645         * gst/gstbin.h:
646         * gst/gstbuffer.c:
647         * gst/gstcaps.h:
648         * testsuite/clock/clock1.c: (main):
649         * testsuite/clock/clock2.c: (gst_clock_debug), (element_wait),
650         (main):
651         * testsuite/dlopen/loadgst.c: (do_test):
652         * testsuite/refcounting/bin.c: (add_remove_test1),
653         (add_remove_test2), (main):
654         * testsuite/refcounting/element.c: (main):
655         * testsuite/refcounting/element_pad.c: (main):
656         * testsuite/refcounting/pad.c: (main):
657         * tools/gst-launch.c: (sigint_handler_sighandler):
658         * tools/gst-typefind.c: (main):
659         Doc updates.
660         Added doc about clock.
661         removed gst_bin_iterate_recurse_up(), marked methods
662         for removal.
663         Fix more testsuites.
664
665 2005-03-09  Wim Taymans  <wim@fluendo.com>
666
667         * gst/gstpad.c: (gst_pad_get_direction),
668         (_gst_pad_default_fixate_foreach), (gst_pad_collectv),
669         (gst_pad_collect_valist):
670         * testsuite/bins/interface.c: (main):
671         * testsuite/caps/audioscale.c: (test_caps):
672         * testsuite/caps/caps.c: (test1), (test2), (test3):
673         * testsuite/caps/deserialize.c: (main):
674         * testsuite/caps/enumcaps.c: (main):
675         * testsuite/caps/filtercaps.c: (main):
676         * testsuite/caps/intersect2.c: (main):
677         * testsuite/caps/random.c: (main):
678         * testsuite/caps/renegotiate.c: (my_fixate), (main):
679         * testsuite/caps/sets.c: (check_caps):
680         * testsuite/caps/simplify.c: (check_caps), (main):
681         * testsuite/caps/subtract.c: (check_caps):
682         Fix _pad_get_direction wrt ghostpads.
683         Fix caps testsuite.
684
685 2005-03-09  Wim Taymans  <wim@fluendo.com>
686
687         * check/Makefile.am:
688         * check/gst/gstbin.c: (START_TEST), (gst_bin_suite), (main):
689         * check/gst/gstsystemclock.c: (START_TEST), (gst_clock_debug),
690         (ok_callback), (error_callback), (gst_systemclock_suite), (main):
691         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_index_func),
692         (gst_bin_set_clock_func), (gst_bin_get_clock_func),
693         (gst_bin_add_func), (gst_bin_add), (gst_bin_remove_func),
694         (gst_bin_remove), (gst_bin_iterate_recurse_up),
695         (bin_element_is_sink), (gst_bin_iterate_sinks),
696         (gst_bin_iterate_all_by_interface):
697         * gst/gstbin.h:
698         * gst/gstelement.c: (gst_element_init), (gst_element_error_full),
699         (gst_element_change_state), (gst_element_dispose),
700         (gst_element_finalize), (gst_element_set_loop_function):
701         * gst/gstelement.h:
702         * gst/gstiterator.c: (find_custom_fold_func):
703         * gst/gstpad.c: (_gst_pad_default_fixate_foreach),
704         (gst_pad_collectv), (gst_pad_collect_valist),
705         (gst_pad_template_new):
706         * gst/gstpipeline.c: (gst_pipeline_class_init),
707         (gst_pipeline_dispose), (gst_pipeline_set_property),
708         (gst_pipeline_get_property), (gst_pipeline_get_clock_func),
709         (gst_pipeline_get_clock), (gst_pipeline_use_clock),
710         (gst_pipeline_set_clock), (gst_pipeline_auto_clock):
711         * gst/gstutils.h:
712         * gst/schedulers/entryscheduler.c:
713         * gst/schedulers/gstbasicscheduler.c:
714         (gst_basic_scheduler_cothreaded_chain),
715         (gst_basic_scheduler_chain_add_element):
716         * testsuite/bins/interface.c: (main):
717         Added GstBin test.
718         Added GstSystemClock test.
719         Implemented clock distribution code in GstBin.
720         Implemented iterate sinks method for future use.
721         Rearranged gstelement.h
722         Fix GstIterator comparison bug.
723         Moved some code to GstPipeline, mostly clocking related.
724
725 2005-03-09  Wim Taymans  <wim@fluendo.com>
726
727         * configure.ac:
728         * gst/gst_private.h:
729         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
730         (gst_bin_remove_func), (gst_bin_remove),
731         (gst_bin_get_by_name_recurse_up):
732         * gst/gstclock.c: (gst_clock_id_ref), (gst_clock_id_unref),
733         (gst_clock_id_compare_func), (gst_clock_id_wait),
734         (gst_clock_id_wait_async), (gst_clock_init),
735         (gst_clock_adjust_unlocked), (gst_clock_get_time):
736         * gst/gstelement.h:
737         * gst/gstinfo.c: (_gst_debug_init):
738         * gst/gstobject.h:
739         * gst/gstpad.c: (_gst_pad_default_fixate_foreach),
740         (gst_pad_collectv), (gst_pad_collect_valist), (gst_pad_query):
741         * gst/gstpad.h:
742         Bump version number, we're now 0.9.0
743         Add future debugging category.
744         Fix NULL _unref() in _get_by_name_recurse_up
745         Rearrange gstpad.h.
746         Update some docs.
747
748 2005-03-08  Wim Taymans  <wim@fluendo.com>
749
750         * gst/elements/gstaggregator.c: (gst_aggregator_class_init):
751         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
752         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
753         * gst/elements/gstfdsink.c: (gst_fdsink_class_init):
754         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init):
755         * gst/elements/gstfilesink.c: (gst_filesink_class_init):
756         * gst/elements/gstfilesrc.c: (gst_filesrc_class_init):
757         * gst/elements/gstidentity.c: (gst_identity_class_init):
758         * gst/elements/gstmd5sink.c: (gst_md5sink_class_init):
759         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
760         * gst/elements/gstshaper.c: (gst_shaper_class_init):
761         * gst/elements/gststatistics.c: (gst_statistics_class_init):
762         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_getcaps),
763         (gst_tee_link):
764         * gst/gstelement.c: (gst_element_class_init),
765         (gst_element_base_class_init), (gst_element_init),
766         (gst_element_get_random_pad), (gst_element_wait_state_change),
767         (gst_element_change_state), (gst_element_dispose),
768         (gst_element_finalize), (gst_element_set_loop_function):
769         * gst/gstelement.h:
770         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_link_src):
771         * gst/gstthread.c: (gst_thread_class_init),
772         (gst_thread_release_children_locks), (gst_thread_change_state):
773         * gst/schedulers/gstbasicscheduler.c:
774         (gst_basic_scheduler_loopfunc_wrapper),
775         (gst_basic_scheduler_chain_wrapper),
776         (gst_basic_scheduler_src_wrapper),
777         (gst_basic_scheduler_remove_element):
778         * gst/schedulers/gstoptimalscheduler.c: (schedule_group):
779         Remove threadsafe properties. Fix elements because GObject
780         complains when installing a property before declaring a
781         set/get_property handler.
782         Rearrange gstelement.h file, use STATE macros for state locks.
783         Free mutexes in the finalize method instead of dispose.
784
785 2005-03-08  Wim Taymans  <wim@fluendo.com>
786
787         * check/gst/gstobject.c: (START_TEST), (gst_object_suite):
788         * gst/gstthread.c: (gst_thread_release_children_locks):
789         Added parentage check.
790         Fix build og GstThread again.
791
792 2005-03-08  Wim Taymans  <wim@fluendo.com>
793
794         * docs/design/part-MT-refcounting.txt:
795         * docs/design/part-conventions.txt:
796         * docs/design/part-gstobject.txt:
797         * docs/design/part-relations.txt:
798         * docs/design/part-standards.txt:
799         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
800         (gst_bin_remove_func), (gst_bin_remove), (gst_bin_iterate_recurse),
801         (gst_bin_get_by_name), (gst_bin_get_by_interface),
802         (gst_bin_iterate_all_by_interface):
803         * gst/gstbuffer.h:
804         * gst/gstclock.h:
805         * gst/gstelement.c: (gst_element_class_init),
806         (gst_element_change_state), (gst_element_set_loop_function):
807         * gst/gstelement.h:
808         * gst/gstiterator.c:
809         * gst/gstobject.c: (gst_object_class_init), (gst_object_ref),
810         (gst_object_unref), (gst_object_sink), (gst_object_dispose),
811         (gst_object_dispatch_properties_changed), (gst_object_set_name),
812         (gst_object_set_parent), (gst_object_unparent),
813         (gst_object_check_uniqueness):
814         * gst/gstobject.h:
815         Docs updates, clean up some headers.
816
817 2005-03-07  Wim Taymans  <wim@fluendo.com>
818
819         * check/.cvsignore:
820         * check/Makefile.am:
821         * check/gst-libs/.cvsignore:
822         * check/gst-libs/gdp.c: (START_TEST), (gst_object_suite), (main):
823         * check/gst/.cvsignore:
824         * check/gst/gstbus.c: (pound_bus_with_messages), (pull_messages),
825         (START_TEST), (gstbus_suite), (main):
826         * check/gst/gstcaps.c: (START_TEST), (gst_caps_suite), (main):
827         * check/gst/gstdata.c: (START_TEST), (thread_ref), (thread_unref),
828         (gst_data_suite), (main):
829         * check/gst/gstiterator.c: (make_list_of_ints), (START_TEST),
830         (add_fold_func), (gstiterator_suite), (main):
831         * check/gst/gstobject.c: (gst_fake_object_get_type), (START_TEST),
832         (thread_name_object), (thread_name_object_default),
833         (gst_object_name_compare), (gst_object_suite), (main):
834         * check/gst/gstpad.c: (START_TEST), (thread_link_unlink),
835         (gst_pad_suite), (main):
836         * check/gstcheck.c: (gst_check_log_message_func),
837         (gst_check_log_critical_func), (gst_check_init):
838         * check/gstcheck.h:
839         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
840         (run_pipeline), (START_TEST), (simple_launch_lines_suite), (main):
841         Added checks.
842
843 2005-03-07  Wim Taymans  <wim@fluendo.com>
844
845         * gst/gstiterator.c: (gst_iterator_init), (gst_iterator_new),
846         (gst_list_iterator_next), (gst_list_iterator_resync),
847         (gst_list_iterator_free), (gst_iterator_new_list),
848         (gst_iterator_pop), (gst_iterator_next), (gst_iterator_resync),
849         (gst_iterator_free), (gst_iterator_push), (filter_next),
850         (filter_resync), (filter_uninit), (filter_free),
851         (gst_iterator_filter), (gst_iterator_fold), (foreach_fold_func),
852         (gst_iterator_foreach), (find_custom_fold_func),
853         (gst_iterator_find_custom):
854         * gst/gstiterator.h:
855         Added missing files.
856
857 2005-03-07  Wim Taymans  <wim@fluendo.com>
858
859         * Makefile.am:
860         * configure.ac:
861         * docs/design/part-MT-refcounting.txt:
862         * docs/design/part-conventions.txt:
863         * docs/design/part-gstobject.txt:
864         * docs/design/part-relations.txt:
865         * examples/mixer/mixer.c: (main):
866         * examples/thread/thread.c: (eos), (main):
867         * gst/Makefile.am:
868         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
869         * gst/autoplug/gstspider.c: (gst_spider_identity_plug),
870         (gst_spider_plug_from_srcpad):
871         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps),
872         (gst_spider_identity_change_state),
873         (gst_spider_identity_sink_loop_type_finding):
874         * gst/elements/gstfakesrc.c: (gst_fakesrc_loop):
875         * gst/elements/gstidentity.c: (gst_identity_init):
876         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_getcaps),
877         (gst_tee_link), (gst_tee_request_new_pad), (gst_tee_chain):
878         * gst/elements/gsttypefindelement.c: (free_entry):
879         * gst/gst.c:
880         * gst/gst.h:
881         * gst/gstbin.c: (gst_bin_init), (gst_bin_get_clock_func),
882         (gst_bin_set_clock_func), (gst_bin_auto_clock),
883         (gst_bin_set_index), (gst_bin_set_element_sched),
884         (gst_bin_unset_element_sched), (gst_bin_add_func), (gst_bin_add),
885         (gst_bin_remove_func), (gst_bin_remove), (iterate_child),
886         (gst_bin_iterate_elements), (iterate_child_recurse),
887         (gst_bin_iterate_recurse), (gst_bin_dispose), (compare_name),
888         (gst_bin_get_by_name), (gst_bin_get_by_name_recurse_up),
889         (compare_interface), (gst_bin_get_by_interface),
890         (gst_bin_iterate_all_by_interface), (gst_bin_iterate_func):
891         * gst/gstbin.h:
892         * gst/gstbuffer.c: (gst_buffer_get_type), (_gst_buffer_sub_free),
893         (gst_buffer_default_free), (gst_buffer_default_copy),
894         (gst_buffer_new), (gst_buffer_get_caps), (gst_buffer_set_caps),
895         (gst_buffer_create_sub):
896         * gst/gstbuffer.h:
897         * gst/gstcaps.c: (gst_caps_get_type), (gst_caps_new_empty),
898         (_gst_caps_free), (gst_caps_make_writable), (gst_caps_ref),
899         (gst_caps_unref), (gst_static_caps_get),
900         (gst_caps_remove_and_get_structure), (gst_caps_append),
901         (gst_caps_append_structure), (gst_caps_remove_structure),
902         (gst_caps_copy_nth), (gst_caps_set_simple),
903         (gst_caps_set_simple_valist), (gst_caps_is_fixed_foreach),
904         (gst_structure_is_equal_foreach), (gst_caps_is_subset),
905         (gst_caps_structure_intersect_field), (gst_caps_intersect),
906         (gst_caps_structure_subtract_field), (gst_caps_subtract),
907         (gst_caps_normalize_foreach), (gst_caps_compare_structures),
908         (gst_caps_structure_figure_out_union),
909         (gst_caps_switch_structures), (gst_caps_do_simplify),
910         (gst_caps_replace), (gst_caps_from_string),
911         (gst_caps_copy_conditional):
912         * gst/gstcaps.h:
913         * gst/gstclock.c: (gst_clock_entry_new), (gst_clock_id_ref),
914         (_gst_clock_id_free), (gst_clock_id_unref),
915         (gst_clock_id_compare_func), (gst_clock_id_wait),
916         (gst_clock_id_wait_async), (gst_clock_class_init),
917         (gst_clock_init), (gst_clock_dispose), (gst_clock_adjust_unlocked),
918         (gst_clock_get_time), (gst_clock_set_time_adjust),
919         (gst_clock_set_property), (gst_clock_get_property):
920         * gst/gstclock.h:
921         * gst/gstcompat.h:
922         * gst/gstcpu.c: (_gst_cpu_initialize_i386), (gst_cpu_get_flags):
923         * gst/gstdata.c: (gst_data_is_writable), (gst_data_copy_on_write):
924         * gst/gstdata.h:
925         * gst/gstelement.c: (gst_element_class_init), (gst_element_init),
926         (gst_element_requires_clock), (gst_element_provides_clock),
927         (gst_element_set_clock), (gst_element_clock_wait),
928         (gst_element_wait), (gst_element_set_time_delay),
929         (gst_element_is_indexable), (gst_element_add_pad),
930         (gst_element_add_ghost_pad), (gst_element_remove_pad),
931         (pad_compare_name), (gst_element_get_static_pad),
932         (gst_element_request_pad), (gst_element_get_request_pad),
933         (gst_element_get_pad), (iterate_pad), (gst_element_iterate_pads),
934         (gst_element_class_get_pad_template_list),
935         (gst_element_class_get_pad_template), (gst_element_error_func),
936         (gst_element_get_random_pad), (gst_element_get_event_masks),
937         (gst_element_send_event), (gst_element_seek),
938         (gst_element_get_query_types), (gst_element_query),
939         (gst_element_get_formats), (gst_element_convert),
940         (gst_element_is_locked_state), (gst_element_set_locked_state),
941         (gst_element_sync_state_with_parent), (gst_element_change_state),
942         (gst_element_finalize), (gst_element_yield),
943         (gst_element_interrupt), (gst_element_set_scheduler),
944         (gst_element_get_scheduler), (gst_element_set_loop_function):
945         * gst/gstelement.h:
946         * gst/gstevent.h:
947         * gst/gstformat.c: (_gst_format_initialize), (gst_format_register),
948         (gst_format_get_by_nick), (gst_format_get_details),
949         (gst_format_iterate_definitions):
950         * gst/gstformat.h:
951         * gst/gstindex.c: (gst_index_gtype_resolver):
952         * gst/gstinfo.c:
953         * gst/gstinfo.h:
954         * gst/gstmemchunk.c: (gst_mem_chunk_alloc), (gst_mem_chunk_alloc0),
955         (gst_mem_chunk_free):
956         * gst/gstobject.c: (gst_object_class_init), (gst_object_init),
957         (gst_object_ref), (gst_object_unref), (gst_object_sink),
958         (gst_object_replace), (gst_object_dispose), (gst_object_finalize),
959         (gst_object_dispatch_properties_changed),
960         (gst_object_set_name_default), (gst_object_set_name),
961         (gst_object_get_name), (gst_object_set_name_prefix),
962         (gst_object_get_name_prefix), (gst_object_set_parent),
963         (gst_object_get_parent), (gst_object_unparent),
964         (gst_object_check_uniqueness), (gst_object_save_thyself),
965         (gst_object_restore_thyself), (gst_object_real_restore_thyself),
966         (gst_object_set_property), (gst_object_get_property),
967         (gst_object_get_path_string):
968         * gst/gstobject.h:
969         * gst/gstpad.c: (gst_pad_dispose), (gst_real_pad_class_init),
970         (gst_real_pad_init), (gst_real_pad_get_property),
971         (gst_pad_custom_new), (gst_pad_get_direction),
972         (gst_pad_set_active), (gst_pad_is_active),
973         (gst_pad_set_event_function), (gst_pad_is_linked),
974         (gst_pad_link_free), (gst_pad_link_intersect),
975         (gst_pad_link_fixate), (gst_pad_set_caps),
976         (gst_pad_try_set_caps_nonfixed), (gst_pad_set_pad_template),
977         (gst_pad_get_real_parent), (gst_pad_add_ghost_pad),
978         (gst_pad_remove_ghost_pad), (_gst_pad_default_fixate_foreach),
979         (gst_pad_link_unnegotiate), (gst_pad_proxy_fixate),
980         (gst_pad_get_caps), (gst_pad_peer_get_caps),
981         (gst_pad_get_pad_template_caps), (gst_pad_get_peer),
982         (gst_pad_realize), (gst_pad_get_allowed_caps),
983         (gst_real_pad_dispose), (gst_real_pad_finalize),
984         (gst_pad_collectv), (gst_pad_collect_valist),
985         (gst_pad_template_dispose), (gst_pad_template_new),
986         (gst_pad_get_internal_links):
987         * gst/gstpad.h:
988         * gst/gstpipeline.c: (gst_pipeline_dispose),
989         (gst_pipeline_change_state):
990         * gst/gstpipeline.h:
991         * gst/gstplugin.c:
992         * gst/gstpluginfeature.c: (gst_plugin_feature_get_name),
993         (gst_plugin_feature_set_rank), (gst_plugin_feature_get_rank):
994         * gst/gstpluginfeature.h:
995         * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
996         * gst/gstquery.c: (_gst_query_type_initialize),
997         (gst_query_type_register), (gst_query_type_get_by_nick),
998         (gst_query_type_get_details), (gst_query_type_iterate_definitions):
999         * gst/gstquery.h:
1000         * gst/gstqueue.c: (gst_queue_link_sink), (gst_queue_link_src):
1001         * gst/gstscheduler.c: (gst_scheduler_add_element),
1002         (gst_scheduler_factory_create):
1003         * gst/gststructure.c: (gst_structure_set_parent_refcount),
1004         (gst_structure_free), (gst_structure_set_name),
1005         (gst_structure_id_set_value), (gst_structure_set_value),
1006         (gst_structure_set_valist), (gst_structure_remove_field),
1007         (gst_structure_remove_fields),
1008         (gst_structure_remove_fields_valist),
1009         (gst_structure_remove_all_fields), (gst_structure_foreach),
1010         (gst_structure_map_in_place),
1011         (gst_caps_structure_fixate_field_nearest_int),
1012         (gst_caps_structure_fixate_field_nearest_double):
1013         * gst/gststructure.h:
1014         * gst/gstsystemclock.c: (gst_system_clock_class_init),
1015         (gst_system_clock_init), (gst_system_clock_dispose),
1016         (gst_system_clock_async_thread),
1017         (gst_system_clock_id_wait_unlocked), (gst_system_clock_id_wait),
1018         (gst_system_clock_id_wait_async), (gst_system_clock_id_unschedule):
1019         * gst/gstsystemclock.h:
1020         * gst/gsttag.c: (gst_tag_list_add_value_internal),
1021         (gst_tag_list_copy_foreach), (structure_foreach_wrapper):
1022         * gst/gsttaginterface.c:
1023         * gst/gstthread.c: (gst_thread_dispose),
1024         (gst_thread_release_children_locks), (gst_thread_change_state),
1025         (gst_thread_main_loop):
1026         * gst/gsttrashstack.h:
1027         * gst/gsttypefind.c: (gst_type_find_factory_dispose):
1028         * gst/gsttypes.h:
1029         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
1030         (gst_element_request_pad), (gst_element_get_pad_from_template),
1031         (gst_element_request_compatible_pad),
1032         (gst_element_get_compatible_pad_filtered),
1033         (gst_element_get_compatible_pad), (gst_element_state_get_name),
1034         (gst_element_link_pads_filtered), (gst_element_link_filtered),
1035         (gst_element_link_many), (gst_element_link),
1036         (gst_element_link_pads), (gst_element_unlink_pads),
1037         (gst_element_unlink_many), (gst_element_unlink),
1038         (gst_pad_can_link_filtered), (gst_pad_can_link),
1039         (gst_pad_use_fixed_caps), (gst_pad_get_fixed_caps_func),
1040         (gst_object_default_error), (gst_bin_add_many),
1041         (gst_bin_remove_many), (gst_element_populate_std_props),
1042         (gst_element_class_install_std_props), (gst_buffer_merge),
1043         (gst_buffer_stamp), (intersect_caps_func), (gst_pad_proxy_getcaps),
1044         (link_fold_func), (gst_pad_proxy_setcaps):
1045         * gst/gstutils.h:
1046         * gst/gstvalue.c: (gst_value_deserialize_string):
1047         * gst/parse/grammar.y:
1048         * gst/schedulers/gstbasicscheduler.c:
1049         (gst_basic_scheduler_cothreaded_chain),
1050         (gst_basic_scheduler_chain_recursive_add),
1051         (gst_basic_scheduler_pad_link):
1052         * gst/schedulers/gstoptimalscheduler.c:
1053         (get_group_schedule_function),
1054         (gst_opt_scheduler_state_transition),
1055         (gst_opt_scheduler_add_element), (element_get_reachables_func):
1056         * libs/gst/bytestream/bytestream.c:
1057         * libs/gst/dataprotocol/dataprotocol.c:
1058         (gst_dp_header_from_buffer):
1059         * po/nb.po:
1060         * po/ru.po:
1061         * tests/threadstate/threadstate2.c: (eos):
1062         * tools/gst-compprep.c: (main):
1063         * tools/gst-inspect.c: (print_field), (print_element_flag_info),
1064         (print_pad_info), (print_children_info):
1065         * tools/gst-launch.c: (idle_func), (main):
1066         * tools/gst-md5sum.c: (idle_func), (main):
1067         * tools/gst-xmlinspect.c: (print_element_info):
1068         First THREADED backport attempt, focusing on adding locks and
1069         making sure the API is threadsafe. Needs more work. More docs
1070         follow this week.
1071
1072 2005-02-24  Andy Wingo  <wingo@pobox.com>
1073
1074         * tests/bench-complexity.scm:
1075         * tests/complexity.gnuplot: New files, good for running complexity
1076         benchmarks.
1077
1078         * tests/Makefile.am:
1079         * tests/complexity.c: New test, sets up N elements, at each level
1080         teeing into M streams per element. Eeeenteresting.
1081
1082         * tests/mass_elements.gnuplot: gnuplot file for the mass_elements
1083         benchmark. Run as gnuplot mass_elements.gnuplot > foo.ps, after
1084         running bench-mass_elements.scm.
1085
1086         * tests/bench-mass_elements.scm: New script, runs mass_elements
1087         for various numbers of identities, outputting the results to a
1088         file. Requires guile 1.6. Just for testing.
1089
1090 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1091
1092         * gst/schedulers/fairscheduler.c:
1093           compile with debug disabled
1094
1095 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1096
1097         * configure.ac:
1098           hunting season on 0.9 is now OPEN
1099
1100 2005-02-22  Stefan Kost  <ensonic@users.sf.net>
1101
1102         * docs/libs/tmpl/gstcontrol.sgml:
1103         * docs/libs/tmpl/gstdparam.sgml:
1104         * docs/libs/tmpl/gstdplinint.sgml:
1105         * docs/libs/tmpl/gstdpman.sgml:
1106         * docs/libs/tmpl/gstdpsmooth.sgml:
1107         * docs/libs/tmpl/gstunitconvert.sgml:
1108           more docs for the state of dparams
1109
1110 2005-02-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1111
1112         * gst/gstelementfactory.c: (gst_element_factory_create):
1113         * gst/gstobject.c: (gst_object_init),
1114         (gst_object_set_name_default), (gst_object_set_name):
1115           name objects by default, not in gst_element_factory_create. Allows
1116           using elements created with g_object_new. (fixes #167283)
1117
1118 2005-02-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1119
1120         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_log_default):
1121           make the time that debugging functions print relative to when
1122           gst_init was called
1123
1124 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
1125
1126         * gst/gsttaginterface.c:
1127           Fix inline docs: tag setter vararg functions are NULL-terminated,
1128           GST_TAG_INVALID doesn't exist any more.
1129
1130 2005-02-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1131
1132         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_dump_byte_array):
1133         Allocate the 1 byte more memory that was forgotten!!!!!
1134         fixes memory corruption on 64bit platforms
1135
1136 2005-02-15  Stefan Kost  <ensonic@users.sf.net>
1137
1138         * docs/pwg/building-pads.xml:
1139         * docs/pwg/intro-basics.xml:
1140       fixed a few typos, relabeled introductionary list of types
1141         * docs/random/ensonic/dparams.txt:
1142       more notes abut dparam changes
1143         * libs/gst/control/dparam.c: (gst_dparam_attach):
1144         * libs/gst/control/dparammanager.c:
1145         * libs/gst/control/dparammanager.h:
1146       - many comments and notes on dparam implementation
1147       - new dparams are were not initialized to the default value
1148         from param spec
1149
1150 2005-02-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1151
1152         submitted by: Peter Astakhov
1153
1154         * po/LINGUAS:
1155         * po/ru.po:
1156           adding Russian translation
1157
1158 2005-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1159
1160         * configure.ac:
1161         * docs/gst/Makefile.am:
1162         * docs/libs/Makefile.am:
1163           make sure popt is added to gtk-doc flags.  Fixes #147782.
1164
1165 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
1166
1167         * docs/faq/using.xml:
1168           Fix typo in FAQ (artssink => artsdsink)
1169
1170 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1171
1172         * tools/gst-launch.1.in:
1173           Fix typo (#166699).
1174
1175 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
1176
1177         * docs/faq/using.xml:
1178           Add -v argument to fakesrc/fakesink gst-launch line,
1179           so that the promised output will actually show up.
1180
1181 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1182
1183         * gst/gstthread.c: (gst_thread_change_state):
1184           Implement state-change error handling (#166073).
1185
1186 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1187
1188         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
1189           Release interrupt after handling (#166250).
1190
1191 2005-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1192
1193         * configure.ac:
1194           back to HEAD
1195
1196 === release 0.8.9 ===
1197
1198 2005-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1199
1200         * NEWS:
1201         * RELEASE:
1202         * configure.ac:
1203           releasing 0.8.9, "Like Eating Glass"
1204
1205 2005-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1206
1207         submitted by: Clytie Siddall
1208
1209         * po/vi.po: Added Vietnamese translation
1210
1211 2005-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
1212
1213         patch by: Tim Philipp-Müller
1214
1215         * configure.ac:
1216         * gst/gstpad.c:
1217           unref data when probe function returns FALSE.  Fixes #166362
1218
1219 2005-02-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1220
1221         * gst/gst.c: (gst_init_get_popt_table):
1222           Fix typo (#166269).
1223
1224 2005-02-04  Andy Wingo  <wingo@pobox.com>
1225
1226         * gst/gstelement.c (gst_element_get_compatible_pad_template): Fix
1227         the debugging on whether the caps are compatible.
1228
1229 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1230
1231         * docs/manual/basics-elements.xml:
1232           Fix two typos.
1233
1234 2005-02-02  Wim Taymans  <wim@fluendo.com>
1235
1236         * gst/schedulers/gstoptimalscheduler.c: (remove_decoupled),
1237         (schedule_chain), (get_invalid_call), (chain_invalid_call),
1238         (loop_group_schedule_function), (gst_opt_scheduler_iterate):
1239         Remove some FIXMEs after analysing and commenting why they
1240         are not issues.
1241
1242 2005-02-02  Wim Taymans  <wim@fluendo.com>
1243
1244         * gst/schedulers/gstoptimalscheduler.c:
1245         (gst_opt_scheduler_class_init), (gst_opt_scheduler_init),
1246         (gst_opt_scheduler_finalize), (remove_decoupled), (schedule_chain),
1247         (get_invalid_call), (chain_invalid_call),
1248         (get_group_schedule_function), (loop_group_schedule_function),
1249         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
1250         (gst_opt_scheduler_state_transition),
1251         (gst_opt_scheduler_add_element),
1252         (gst_opt_scheduler_remove_element), (gst_opt_scheduler_interrupt),
1253         (gst_opt_scheduler_error), (gst_opt_scheduler_pad_link),
1254         (gst_opt_scheduler_pad_unlink), (gst_opt_scheduler_iterate),
1255         (gst_opt_scheduler_show):
1256         Added lock to protect scheduler data structures.
1257
1258 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1259
1260         * testsuite/threads/threadi.c: (cb_data):
1261           Fix buglet in test.
1262
1263 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1264
1265         * testsuite/threads/Makefile.am:
1266         * testsuite/threads/threadi.c: (cb_data), (cb_play), (main):
1267           On Wim's request, split the test in three separately-compiled
1268           tests that each test a very specific bug. Two of them still fail,
1269           will create bugs for those. threadi.c indicates why they fail.
1270
1271 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1272
1273         * gst/schedulers/gstoptimalscheduler.c:
1274         (get_group_schedule_function):
1275           Try to work with the threading mess that queue_link is.
1276
1277 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1278
1279         * gst/gstbin.c: (gst_bin_remove_func):
1280           Explicitely make an element release locks in a group when being
1281           remove from a bin.
1282         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
1283           If there's no scheduler, always return immediately (similar to
1284           gst_element_interrupt).
1285
1286 2005-01-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1287
1288         * gst/gstbin.c: (gst_bin_child_state_change_func):
1289           Remove a piece of code that could never be reached.
1290         * docs/gst/gstreamer-sections.txt:
1291         * gst/gstpad.c: (gst_pad_push), (gst_pad_pull),
1292         (gst_pad_call_get_function):
1293         * gst/gstpad.h:
1294         * testsuite/pad/Makefile.am:
1295           Fix #150546, enable tests.
1296
1297 2005-01-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1298
1299         * docs/pwg/advanced-types.xml:
1300           Fix description for buffer-frames=0.
1301         * docs/gst/tmpl/gstbin.sgml:
1302         * gst/gstbin.c: (gst_bin_child_state_change_func),
1303         (gst_bin_change_state), (gst_bin_change_state_norecurse):
1304         * gst/gstbin.h:
1305         * testsuite/threads/Makefile.am:
1306         * testsuite/threads/threadi.c: (cb_timeout), (cb_quit), (cb_eos),
1307         (cb_state), (cb_play), (main):
1308           Fix non-recursive state changes to *really* change the state
1309           of the object, and not just call parent_class->state_change.
1310           Fix a lot of lockups caused by this. Fixes #132775. Add test
1311           for the problem. Also enable test to show #142588 (fixed).
1312         * gst/gstthread.c: (gst_thread_change_state),
1313         (gst_thread_child_state_change):
1314           Don't exit the thread if we go to NULL and are inside thread
1315           context. Instead, return control to the main thread context
1316           and exit from there.
1317         * gst/gstelement.c: (gst_element_disable_threadsafe_properties):
1318           Don't unset virtual functions, since those may still be used.
1319           That's not necessarily correct, but suffices for now.
1320         * configure.ac:
1321         * testsuite/Makefile.am:
1322         * testsuite/pad/Makefile.am:
1323         * testsuite/pad/chainnopull.c: (gst_test_sink_class_init),
1324         (gst_test_sink_base_init), (gst_test_sink_chain),
1325         (gst_test_sink_init), (main):
1326         * testsuite/pad/getnopush.c: (gst_test_src_class_init),
1327         (gst_test_src_base_init), (gst_test_src_get), (gst_test_src_init),
1328         (main):
1329         * testsuite/pad/link.c: (gst_test_element_class_init),
1330         (gst_test_element_base_init), (gst_test_src_get),
1331         (gst_test_src_loop), (gst_test_src_init), (gst_test_filter_chain),
1332         (gst_test_filter_loop), (gst_test_filter_init),
1333         (gst_test_sink_chain), (gst_test_sink_loop), (gst_test_sink_init),
1334         (cb_error), (main):
1335           Add tests to show #150546. Pass, but should fail (currently
1336           disabled from the testsuite).
1337         * gst/gstscheduler.c: (gst_scheduler_dispose):
1338           Dereference child schedulers on dispose (#94464).
1339         * testsuite/bytestream/filepadsink.c: (gst_fp_sink_init):
1340           Fix typo.
1341         * testsuite/threads/thread.c: (main):
1342           Add more debug.
1343
1344 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1345
1346         * gst/gstpad.c: (gst_pad_push):
1347           Oops, revert previous commit, broke testsuite...
1348
1349 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1350
1351         * gst/gstpad.c: (gst_pad_push):
1352           Add check that the pad on which the push is performed is not a
1353           get-based pad (#150546).
1354
1355 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1356
1357         * gst/elements/gsttypefindelement.c:
1358         (gst_type_find_element_handle_event):
1359           Fix buffer pushing if stream EOSes during typefinding.
1360
1361 2005-01-28  Edward Hervey  <bilboed@bilboed.com>
1362
1363         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1364
1365         * gst/gstvalue.c: (gst_string_wrap):
1366           Allow NULL-strings as argument (#165365).
1367
1368 2005-01-27  Stephane Wirtel  <stephane.wirtel@belgacom.net>
1369
1370         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1371
1372         * gst/schedulers/faircothreads.c:
1373         (gst_fair_scheduler_cothread_queue_show):
1374           Fix build without debug enabled.
1375
1376 2005-01-26  Stefan Kost  <ensonic@users.sf.net>
1377
1378         * docs/gst/gstreamer-sections.txt:
1379         * docs/libs/gstreamer-libs-docs.sgml:
1380         * docs/libs/gstreamer-libs-sections.txt:
1381         * docs/libs/tmpl/gstcontrol.sgml:
1382         * docs/libs/tmpl/gstdparam.sgml:
1383         * docs/libs/tmpl/gstdplinint.sgml:
1384         * docs/libs/tmpl/gstdpman.sgml:
1385         * docs/libs/tmpl/gstdpsmooth.sgml:
1386         * docs/libs/tmpl/gstputbits.sgml:
1387         * docs/libs/tmpl/gstunitconvert.sgml:
1388         * libs/gst/control/dparam.c:
1389         * libs/gst/control/dparam.h:
1390         * libs/gst/control/dparammanager.c:
1391         (gst_dpman_add_required_dparam_callback),
1392         (gst_dpman_add_required_dparam_direct),
1393         (gst_dpman_add_required_dparam_array),
1394         (gst_dpman_remove_required_dparam), (gst_dpman_attach_dparam),
1395         (gst_dpman_get_dparam), (gst_dpman_get_dparam_type),
1396         (gst_dpman_get_manager)
1397           restructured DParam docs
1398
1399 2005-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1400
1401         * gst-element-check.m4:
1402           Only check for gst-inspect if we haven't already
1403           found it in previous element check runs
1404
1405 2005-01-25  Stefan Kost  <ensonic@users.sf.net>
1406
1407         * docs/gst/Makefile.am:
1408         * docs/libs/Makefile.am:
1409           fixed install rules to treat style.css as optional
1410
1411 2005-01-24  Stefan Kost  <ensonic@users.sf.net>
1412
1413         * docs/gst/Makefile.am:
1414         * docs/libs/Makefile.am:
1415           install style.css along with docs
1416         * docs/gst/tmpl/gstbin.sgml:
1417         * docs/gst/tmpl/gstclock.sgml:
1418         * docs/gst/tmpl/gstdata.sgml:
1419         * docs/gst/tmpl/gstelement.sgml:
1420         * gst/gstbin.h:
1421         * gst/gstelement.c: (gst_element_class_init):
1422         * gst/gstelement.h:
1423           fixing incomplete docs
1424
1425 2005-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1426
1427         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
1428           Don't unref seek event twice when fflush() fails
1429           
1430 2005-01-22  David Schleef  <ds@schleef.org>
1431
1432         * configure.ac: Add --disable-valgrind. (partial fix for #164890)
1433
1434 2005-01-21  Stefan Kost  <ensonic@users.sf.net>
1435
1436         * docs/gst/Makefile.am:
1437         * docs/libs/Makefile.am:
1438           added params for deprecation guards
1439         * gst/gst.c:
1440         * gst/gst.h:
1441         * gst/gsterror.c: (_gst_resource_errors_init),
1442         (_gst_stream_errors_init):
1443         * gst/gsterror.h:
1444           documented some more enums
1445
1446 2005-01-19  Jan Schmidt  <thaytan@mad.scientist.com>
1447         * gst/autoplug/gstspideridentity.c:
1448         Cosmetic fix - spider_find_peek should be static
1449         * gst/parse/parse.l:
1450         Applying fix for #164261
1451
1452 2005-01-18  Stefan Kost  <ensonic@users.sf.net>
1453
1454         * docs/gst/gstreamer-sections.txt:
1455         * docs/gst/tmpl/gstplugin.sgml:
1456         * docs/libs/gstreamer-libs-sections.txt:
1457         * docs/libs/tmpl/gstcontrol.sgml:
1458         * gst/gstbuffer.h:
1459         * gst/gsttag.h:
1460         * gst/gstvalue.c:
1461           added docs for the TAG defines
1462
1463 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1464
1465         * gst/schedulers/gstoptimalscheduler.c: (schedule_group):
1466           Only unref entry if there is an entry.
1467
1468 2005-01-17  Wim Taymans  <wim@fluendo.com>
1469
1470         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
1471         (remove_from_group), (schedule_group), (normalize_group),
1472         (gst_opt_scheduler_iterate):
1473         Also ref/unref decoupled elements before iterating the
1474         group since they are not added to the list of elements.
1475
1476 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1477
1478         * docs/manual/highlevel-components.xml:
1479           Add subtitle/streamselection as new features to playbin.
1480
1481 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1482
1483         * docs/manual/manual.xml:
1484           Re-enable dataaccess docs (oops).
1485
1486 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1487
1488         * docs/pwg/advanced-types.xml:
1489         * docs/random/mimetypes:
1490           Add documentation on libsndfile types (#163309), by Steve Baker
1491           <steve@stevebaker.org>.
1492         * gst/gstelement.c: (gst_element_release_request_pad):
1493           If an element has no explicit function, just remove the pad.
1494
1495 2005-01-17  Luca Ognibene  <luogni@tin.it>
1496
1497         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1498
1499         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
1500           Fix memleak (#163801).
1501
1502 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1503
1504         * gst/elements/gsttee.c: (gst_tee_getcaps), (gst_tee_link):
1505           I think this is actually more correct...
1506
1507 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1508
1509         * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
1510           Another workaround for memory access while destroyed in callback.
1511           Please, someone with refcount knowledge, have a look at this.
1512
1513 2005-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1514
1515         * docs/faq/faq.xml:
1516         * docs/faq/legal.xml:
1517           move the legal Q&A here
1518
1519 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1520
1521         * gst/elements/gsttee.c: (gst_tee_getcaps), (gst_tee_link),
1522         (gst_tee_request_new_pad):
1523           Fix negotiation.
1524
1525 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1526
1527         * docs/random/omega/caps2:
1528         * testsuite/caps/caps_strings:
1529           replace framerate aproximations by their real value
1530           (24000/1001, 30000/1001, 60000/1001)
1531           Partially fixes bug #164049
1532
1533 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1534
1535         * docs/gst/Makefile.am:
1536           don't fail on the stupid GstPoptOption
1537
1538 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1539
1540         * gst/gstpad.h:
1541         * gst/gstprobe.c:
1542           allow probes to work on ghost pads by realizing the pad
1543           probe debugging
1544
1545 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1546
1547         * docs/gst/gstreamer-sections.txt:
1548         * docs/gst/tmpl/gstpad.sgml:
1549         * gst/gstpad.c: (gst_pad_set_active_recursive):
1550         * gst/gstpad.h:
1551           Add gst_pad_set_active_recursive().
1552
1553 2005-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1554
1555         * docs/random/release:
1556           updates
1557         * gst/gst_private.h:
1558         * gst/gstinfo.c:
1559         * gst/gstobject.c:
1560           move deep_notify logging to a new category
1561         * gst/gstprobe.c:
1562         * gst/gstprobe.h:
1563           add stuff so bindings can wrap probes
1564
1565 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1566
1567         * gst/gstplugin.c: (gst_plugin_load):
1568           Fix plugin loading if plugin/lib was already loaded. Fixes
1569           #163383
1570
1571 2005-01-09  Sebastien Cote  <sc5@hermes.usherb.ca>
1572
1573         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1574
1575         * gst/gstpluginfeature.c: (gst_plugin_feature_ensure_loaded):
1576           Protect plugin loading by a mutex so it's threadsafe. Fixes
1577           #163234.
1578
1579 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1580
1581         * gst/gstevent.c: (_gst_event_copy):
1582           Reference source object when copying events, since it'll be
1583           dereferenced on event dereferencing as well.
1584
1585 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1586
1587         * docs/gst/gstreamer-sections.txt:
1588         * docs/gst/tmpl/gstevent.sgml:
1589         * gst/gstevent.c: (gst_event_new_filler_stamped),
1590         (gst_event_filler_get_duration):
1591         * gst/gstevent.h:
1592           Add two new functions for filler events (which are used to
1593           synchronize streams if one of them is not having any data
1594           for a while) without interrupting the actual data-stream.
1595           Basically a no-op.
1596         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
1597         (gst_queue_link_sink), (gst_queue_link_src),
1598         (gst_queue_change_state):
1599           Allow for renegotiation while filled. Required for stream
1600           switching while playing.
1601
1602 2005-01-08  Benjamin Otte  <otte@gnome.org>
1603
1604         * gst/gstelement.c: (gst_element_link_many):
1605           fix up g_return_if_fail's
1606         * po/LINGUAS:
1607         * po/de.po:
1608           add German translation, that was somehow not included
1609
1610 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
1611
1612         * docs/random/mimetypes:
1613           add 2 more 4CC code for DV (HDTV and SDTV-LongPlay profiles)
1614           do not add them to riff-lib as they are not common
1615
1616 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1617
1618         * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
1619           Check for existence of probe after performing the probe before
1620           re-accessing it to prevent segfaults caused by removal of the
1621           probe in the callback.
1622
1623 2005-01-05  David Schleef  <ds@schleef.org>
1624
1625         * testsuite/registry/Makefile.am:
1626         * testsuite/registry/gst-print-formats.c:
1627         (print_pad_templates_info), (print_element_list),
1628         (print_typefind_list), (list_sort_func), (get_typefind_mime_list),
1629         (g_list_uniqify), (get_pad_templates_info),
1630         (get_element_mime_list), (print_mime_list), (main): A little
1631         program that looks through the registry to find elements of
1632         a given type.  Not particularly interesting as a test, except
1633         that there's no other test covering the same area.
1634
1635 2005-01-05  David Schleef  <ds@schleef.org>
1636
1637         * tools/gst-launch.c: (idle_func), (fault_handler_sighandler),
1638         (fault_handler_sigaction), (fault_spin),
1639         (sigint_handler_sighandler), (play_handler), (main): Fix deadlocks
1640         in signal.h-type signal handlers by not calling forbidden functions,
1641         including gst_element_set_state().
1642
1643 2005-01-05  David Schleef  <ds@schleef.org>
1644
1645         * gst/gstvalue.h: Mark _gst_reserved[] as private
1646
1647 2005-01-05  David Schleef  <ds@schleef.org>
1648
1649         * gst/gstvalue.c: Fix doc build problem.
1650
1651 2005-01-05  David Schleef  <ds@schleef.org>
1652
1653         * gst/gstvalue.c: Add some documentation
1654
1655 2005-01-05  Stefan Kost  <ensonic@users.sf.net>
1656
1657         * docs/README:
1658           another shell oneliner for empty return value docs
1659         * gst/gstcaps.c:
1660         * gst/gstvalue.c:
1661         * libs/gst/control/dparam.c:
1662           more doc fixes (parameters and return values)
1663
1664 2005-01-05  Vincent Torri  <torri@iecn.u-nancy.fr>
1665
1666         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1667
1668         * gst/gstregistry.h:
1669         * gst/registries/gstxmlregistry.c:
1670           Fix macro's for Mingw (fixes #162276).
1671
1672 2005-01-04  Stefan Kost  <ensonic@users.sf.net>
1673
1674         * docs/README:
1675           quick shell oneliner to find undocumented members
1676         * docs/gst/tmpl/gstplugin.sgml:
1677         * docs/gst/tmpl/gstscheduler.sgml:
1678         * docs/gst/tmpl/gstthread.sgml:
1679           more enumtypes cleanup
1680         * gst/gsterror.h:
1681           activated documentation comments, now someone needs to document
1682           the enums :(
1683
1684 2005-01-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1685
1686         * docs/manual/manual.xml:
1687           Add dataaccess part (doh!).
1688
1689 2005-01-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1690
1691         * docs/manual/advanced-autoplugging.xml:
1692           Fix typo (intiate -> initiate).
1693
1694 2005-01-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1695
1696         * docs/random/bbb/streamselection:
1697           Add some notes on how to handle multi-subtitle/-audio streams.
1698
1699 2004-12-30  Stefan Kost  <ensonic@users.sf.net>
1700
1701         * docs/gst/gstreamer-docs.sgml:
1702         * docs/gst/gstreamer-sections.txt:
1703         * docs/gst/tmpl/gstenumtypes.sgml:
1704         * docs/gst/tmpl/gsterror.sgml:
1705         * docs/gst/tmpl/gstevent.sgml:
1706         * docs/gst/tmpl/gstpad.sgml:
1707         * docs/gst/tmpl/gstpadtemplate.sgml:
1708         * docs/gst/tmpl/gstthread.sgml:
1709           removed gstenumtypes section from docs and put all the enums into
1710           their sections
1711
1712 2004-12-27  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1713
1714         * gst/gstplugin.c:
1715           document gst_library_load a bit more (riff special case + return
1716           value if already loaded)
1717         * testsuite/bytestream/filepadsink.c:
1718           plugin name is 'gstbytestream', not 'bytestream'
1719
1720 2004-12-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1721
1722         * docs/random/bbb/subtitles:
1723           Add some first mind rumblings on proper subtitle support.
1724
1725 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1726
1727         * po/ca.po:
1728         * po/sv.po:
1729           updated translations
1730
1731 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1732
1733         * docs/manual/advanced-dataaccess.xml:
1734           Add section on how to use fakesrc/fakesink/identity in your
1735           application, plus section on how to embed plugins. Also mention
1736           probes.
1737         * docs/manual/appendix-checklist.xml:
1738         * docs/manual/appendix-debugging.xml:
1739         * docs/manual/appendix-gnome.xml:
1740         * docs/manual/appendix-integration.xml:
1741           Debug -> checklist, GNOME -> integration, add sections on Linux,
1742           KDE integration and add other things useful for application
1743           development.
1744         * docs/manual/manual.xml:
1745           Remove some fixmes, update some file pointers.
1746         * docs/pwg/appendix-checklist.xml:
1747           Fix typo.
1748         * docs/pwg/building-boiler.xml:
1749           Remove ugly header and add commented fixme.
1750         * docs/pwg/pwg.xml:
1751           Add fixme.
1752         * examples/manual/Makefile.am:
1753           Add example for added docs.
1754
1755 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1756
1757         * configure.ac:
1758           back to HEAD
1759
1760 === release 0.8.8 ===
1761
1762 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1763
1764         * NEWS:
1765         * RELEASE:
1766         * configure.ac:
1767           Releasing 0.8.8, "I'll Take Care Of You"
1768
1769 2004-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1770
1771         * configure.ac:
1772           second prerelease
1773
1774 2004-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1775
1776         patch by: Wim Taymans
1777
1778         * gst/gstbin.c:
1779           Fix for #159852 - make iterate emission threadsafe
1780
1781 2004-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1782
1783         * docs/faq/cvs.xml:
1784           notes about new fdo account request
1785
1786 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
1787
1788         * docs/gst/gstreamer-docs.sgml:
1789         * docs/gst/tmpl/gstenumtypes.sgml:
1790         * docs/gst/tmpl/gstplugin.sgml:
1791         * docs/libs/gstreamer-libs-docs.sgml:
1792           Added missing short docs. Added ids for navigation.
1793
1794 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1795
1796         * docs/manual/advanced-autoplugging.xml:
1797         * docs/manual/advanced-schedulers.xml:
1798         * docs/manual/advanced-threads.xml:
1799           Rewrites. Remove cothreads, go a bit into opt specifically,
1800           document threads and their gotchas, and do some technical stuff
1801           on autoplugging plus add some working examples. Fixes #157395.
1802         * examples/manual/Makefile.am:
1803           Add typefind/autoplugger example (one that actually works).
1804           Remove queue example since it's a duplicate of the thread one.
1805
1806 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1807
1808         * gst/gstvalue.c: (gst_value_deserialize_string):
1809           use deprecated g_value_set_string_take_ownership to keep compatible
1810           with glib 2.2
1811
1812 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1813
1814         * gst/gstvalue.c: (gst_value_deserialize_string):
1815           revert last patch, only dom a g_utf8_validate now before accepting
1816           the string - caps parsing strips " from strings so we can't rely on
1817           them
1818         * testsuite/caps/value_serialize.c: (test_string_deserialization):
1819           disable a test that tested the above and comment it
1820
1821 2004-12-16  Steve Lhomme <steve.lhomme@free.fr>
1822
1823         Patch reviewed by David Schleef  <ds@schleef.org>
1824
1825         * win32/gstenumtypes.c: Update from gst/gstenumtypes.c (See
1826         bug #153882)
1827         * win32/gstenumtypes.h: same
1828
1829 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1830
1831         * gst/gstpad.c: (gst_pad_query):
1832           Do query on realized pad, similar to how convert/send_event handle
1833           this. Also makes sense, since this pad belongs to the function to
1834           which this query will be sent. Fixes #158163.
1835
1836 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
1837
1838         * docs/manual/appendix-programs.xml: fix pipeline to actually work
1839
1840 2004-12-16  Christian Fredrik Kalager Schaller  <christian@fluendo.com>
1841
1842         * docs/faq/general.xml: fix pipeline to actually work
1843
1844 2004-12-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1845
1846         * gst/gstvalue.c: (gst_value_deserialize_string):
1847           check that a simple string that gets deserialized does not contain
1848           invalid characters
1849         * testsuite/caps/value_serialize.c: (test_string_deserialization):
1850           remove a test that tested a wring behaviour
1851
1852 2004-12-16  Matt Kraai  <kraai@alumni.cmu.edu>
1853
1854         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1855
1856         * docs/manual/intro-motivation.xml:
1857           Fix typos.
1858
1859 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
1860
1861         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1862
1863         * docs/gst/tmpl/gstprobe.sgml:
1864           Fix documentation of probe callback - it is supposed to return
1865           FALSE, not TRUE, to remove data from the stream (#159087).
1866
1867 2004-12-16  Daniel Gazard  <dany42@free.fr>
1868
1869         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1870
1871         * gst/gstelementfactory.c: (gst_element_factory_create):
1872           Fix compile failure if compiling without libxml2 support (#149936).
1873
1874 2004-12-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1875
1876         * docs/manual/advanced-autoplugging.xml:
1877         * docs/manual/highlevel-components.xml:
1878           Move spider from autoplugging to components. Autoplugging is for
1879           internals, not for solutions. ;-).
1880
1881 2004-12-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1882
1883         * docs/random/ds/0.9-suggested-changes:
1884           Make note on device/location/uri property names.
1885
1886 2004-12-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1887
1888         * docs/manual/advanced-autoplugging.xml:
1889         * docs/manual/advanced-clocks.xml:
1890         * docs/manual/advanced-interfaces.xml:
1891         * docs/manual/advanced-metadata.xml:
1892         * docs/manual/advanced-position.xml:
1893         * docs/manual/advanced-schedulers.xml:
1894         * docs/manual/advanced-threads.xml:
1895         * docs/manual/appendix-gnome.xml:
1896         * docs/manual/appendix-programs.xml:
1897         * docs/manual/appendix-quotes.xml:
1898         * docs/manual/autoplugging.xml:
1899         * docs/manual/basics-bins.xml:
1900         * docs/manual/basics-data.xml:
1901         * docs/manual/basics-elements.xml:
1902         * docs/manual/basics-helloworld.xml:
1903         * docs/manual/basics-init.xml:
1904         * docs/manual/basics-pads.xml:
1905         * docs/manual/basics-plugins.xml:
1906         * docs/manual/bins-api.xml:
1907         * docs/manual/bins.xml:
1908         * docs/manual/buffers-api.xml:
1909         * docs/manual/buffers.xml:
1910         * docs/manual/clocks.xml:
1911         * docs/manual/components.xml:
1912         * docs/manual/cothreads.xml:
1913         * docs/manual/debugging.xml:
1914         * docs/manual/dparams-app.xml:
1915         * docs/manual/dynamic.xml:
1916         * docs/manual/elements-api.xml:
1917         * docs/manual/elements.xml:
1918         * docs/manual/factories.xml:
1919         * docs/manual/gnome.xml:
1920         * docs/manual/goals.xml:
1921         * docs/manual/helloworld.xml:
1922         * docs/manual/helloworld2.xml:
1923         * docs/manual/highlevel-components.xml:
1924         * docs/manual/highlevel-xml.xml:
1925         * docs/manual/init-api.xml:
1926         * docs/manual/intro-basics.xml:
1927         * docs/manual/intro-motivation.xml:
1928         * docs/manual/intro-preface.xml:
1929         * docs/manual/intro.xml:
1930         * docs/manual/links-api.xml:
1931         * docs/manual/links.xml:
1932         * docs/manual/manual.xml:
1933         * docs/manual/motivation.xml:
1934         * docs/manual/pads-api.xml:
1935         * docs/manual/pads.xml:
1936         * docs/manual/plugins-api.xml:
1937         * docs/manual/plugins.xml:
1938         * docs/manual/programs.xml:
1939         * docs/manual/queues.xml:
1940         * docs/manual/quotes.xml:
1941         * docs/manual/schedulers.xml:
1942         * docs/manual/states-api.xml:
1943         * docs/manual/states.xml:
1944         * docs/manual/threads.xml:
1945         * docs/manual/typedetection.xml:
1946         * docs/manual/win32.xml:
1947         * docs/manual/xml.xml:
1948           Try 2. This time, include a short preface as a "general
1949           introduction", also add code blocks around all code samples
1950           so they get compiled. We still need a way to tell readers
1951           the filename of the code sample. In some cases, don't show
1952           all code in the documentation, but do include it in the generated
1953           code. This allows for focussing on specific bits in the docs,
1954           while still having a full test application available.
1955         * examples/manual/Makefile.am:
1956           Fix up examples for new ADM. Add several of the new examples that
1957           were either added or were missing from the build system.
1958         * examples/manual/extract.pl:
1959           Allow nameless blocks.
1960
1961 2004-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1962
1963         * docs/manual/elements-api.xml:
1964         * docs/manual/helloworld.xml:
1965         * examples/manual/extract.pl:
1966           fix last example.  Add example of adding code blocks that are not
1967           shown in docbook output.
1968
1969 2004-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1970
1971         * docs/manual/dynamic.xml:
1972         * docs/manual/elements-api.xml:
1973         * docs/manual/gnome.xml:
1974         * docs/manual/helloworld2.xml:
1975         * docs/manual/init-api.xml:
1976         * docs/manual/queues.xml:
1977         * docs/manual/threads.xml:
1978         * docs/manual/xml.xml:
1979         * examples/manual/extract.pl:
1980           Make it possible to extract example code from separate blocks.
1981           Should make Ronald happy.
1982
1983 2004-12-15  Wim Taymans  <wim@fluendo.com>
1984
1985         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
1986         (remove_from_group), (group_elements_set_visited),
1987         (normalize_group), (gst_opt_scheduler_iterate):
1988         Fix bug where a flag was not updated on a decoupled entry point 
1989         because we were just checking the group element list and decoupled
1990         elements are not in that list..
1991
1992 2004-12-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1993
1994         * docs/manual/advanced-autoplugging.xml:
1995         * docs/manual/advanced-clocks.xml:
1996         * docs/manual/advanced-dparams.xml:
1997         * docs/manual/advanced-interfaces.xml:
1998         * docs/manual/advanced-metadata.xml:
1999         * docs/manual/advanced-position.xml:
2000         * docs/manual/advanced-schedulers.xml:
2001         * docs/manual/advanced-threads.xml:
2002         * docs/manual/appendix-debugging.xml:
2003         * docs/manual/appendix-gnome.xml:
2004         * docs/manual/appendix-programs.xml:
2005         * docs/manual/appendix-quotes.xml:
2006         * docs/manual/appendix-win32.xml:
2007         * docs/manual/autoplugging.xml:
2008         * docs/manual/basics-bins.xml:
2009         * docs/manual/basics-data.xml:
2010         * docs/manual/basics-elements.xml:
2011         * docs/manual/basics-helloworld.xml:
2012         * docs/manual/basics-init.xml:
2013         * docs/manual/basics-pads.xml:
2014         * docs/manual/basics-plugins.xml:
2015         * docs/manual/bins-api.xml:
2016         * docs/manual/bins.xml:
2017         * docs/manual/buffers-api.xml:
2018         * docs/manual/buffers.xml:
2019         * docs/manual/clocks.xml:
2020         * docs/manual/components.xml:
2021         * docs/manual/cothreads.xml:
2022         * docs/manual/debugging.xml:
2023         * docs/manual/dparams-app.xml:
2024         * docs/manual/dynamic.xml:
2025         * docs/manual/elements-api.xml:
2026         * docs/manual/elements.xml:
2027         * docs/manual/factories.xml:
2028         * docs/manual/gnome.xml:
2029         * docs/manual/goals.xml:
2030         * docs/manual/helloworld.xml:
2031         * docs/manual/helloworld2.xml:
2032         * docs/manual/highlevel-components.xml:
2033         * docs/manual/highlevel-xml.xml:
2034         * docs/manual/init-api.xml:
2035         * docs/manual/intro-motivation.xml:
2036         * docs/manual/intro-preface.xml:
2037         * docs/manual/intro.xml:
2038         * docs/manual/links-api.xml:
2039         * docs/manual/links.xml:
2040         * docs/manual/manual.xml:
2041         * docs/manual/motivation.xml:
2042         * docs/manual/pads-api.xml:
2043         * docs/manual/pads.xml:
2044         * docs/manual/plugins-api.xml:
2045         * docs/manual/plugins.xml:
2046         * docs/manual/programs.xml:
2047         * docs/manual/queues.xml:
2048         * docs/manual/quotes.xml:
2049         * docs/manual/schedulers.xml:
2050         * docs/manual/states-api.xml:
2051         * docs/manual/states.xml:
2052         * docs/manual/threads.xml:
2053         * docs/manual/typedetection.xml:
2054         * docs/manual/win32.xml:
2055         * docs/manual/xml.xml:
2056           First try at rewriting the ADM. Needs lotsamore work, but some
2057           parts might already be somewhat useful.
2058         * docs/pwg/advanced-interfaces.xml:
2059           Remove properties interface, it never actually existed (except for
2060           on my HD...).
2061
2062 2004-12-13  David Schleef  <ds@schleef.org>
2063
2064         * gst/gstpad.c: (gst_pad_set_explicit_caps): Allow caps to
2065         be NULL (bug #160220).
2066
2067 2004-12-13  David Schleef  <ds@schleef.org>
2068
2069         * configure.ac: remove all mmx stuff, because it's not used.
2070         * docs/random/ds/0.9-suggested-changes: additional notes
2071         * include/Makefile.am: we don't use these anymore
2072         * include/mmx.h: remove
2073         * include/sse.h: remove
2074
2075 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2076
2077         * docs/random/mimetypes:
2078           Add FOURCC code for h264 codec (VSSH)
2079           Add alternate FOURCC codes for h263 related codecs
2080
2081 2004-12-10  Stefan Kost  <ensonic@users.sf.net>
2082
2083         * docs/manual/programs.xml:
2084           Added more gst-launch examples.
2085
2086 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2087
2088         * gst/gstqueue.c: (gst_queue_handle_src_query):
2089           Check for availability again.
2090
2091 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2092
2093         * gst/gstcaps.c: (gst_caps_compare_structures):
2094           Simple caps go first. This has the nice side-effect of fixing an
2095           obscure warning.
2096
2097 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2098
2099         * gst/gstversion.h.in:
2100           Protect header.
2101
2102 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2103
2104         * gst/schedulers/gstoptimalscheduler.c:
2105         (gst_opt_scheduler_schedule_run_queue), (schedule_chain),
2106         (gst_opt_scheduler_get_wrapper):
2107           When we're recursing into a chain run, only run the directly
2108           related group, not all queued ones. This will fix a possible
2109           deadlock in chains with more than two groups.
2110
2111 2004-12-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2112
2113         * autogen.sh:
2114           remove patch if autopoint fails
2115
2116 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2117
2118         * docs/gst/gstreamer-sections.txt:
2119           Document Thomas' addition, fix build, make Luis the sheriff happy.
2120
2121 2004-12-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2122
2123         * gst/gstplugin.c:
2124         * gst/gstplugin.h:
2125           add accessor for version field
2126
2127 2004-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2128
2129         submitted by: Luca Ferretti <elle.uca@infinito.it>
2130
2131         * po/LINGUAS:
2132         * po/it.po:
2133           New tranlation added: Italian
2134
2135 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2136
2137         * gst/gstpad.c: (gst_pad_is_negotiated),
2138         (gst_pad_get_negotiated_caps):
2139           GST_RPAD_* will only operate on a RealPad (it casts the pointer,
2140           it doesn't actually check the contents), so be sure to hand it
2141           a RealPad else we'll crash.
2142
2143 2004-12-03  Wim Taymans  <wim@fluendo.com>
2144
2145         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
2146         (gst_queue_link), (gst_queue_handle_src_query):
2147         Reverted to 1.110 until this makes the testsuite and various
2148         apps work.
2149
2150 2004-12-01  Christian Fredrik Kalager Schaller <christian@fluendo.com>
2151
2152         * docs/upload.mak: fix included CVS conflict strings
2153
2154 2004-12-01  William Jon McCann  <mccann@jhu.edu>
2155
2156         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2157
2158         * gst/gstelement.c: (gst_element_error_full):
2159           Use g_error_new_literal because error text may have
2160           percentage signs in it. Fixes #160019.
2161
2162 2004-12-01  Benjamin Otte  <otte@gnome.org>
2163
2164         * gst/elements/gstbufferstore.c:
2165         (gst_buffer_store_add_buffer_func):
2166           don't try to make subbuffers bigger than they can be. (fixes
2167           #159970)
2168
2169 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2170
2171         * docs/gst/gstreamer-sections.txt:
2172         * docs/gst/tmpl/gstvalue.sgml:
2173           Add new function to docs to fix build.
2174
2175 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2176
2177         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
2178         * gst/gstpad.c: (_gst_pad_default_fixate_value),
2179         (_gst_pad_default_fixate_foreach):
2180         * gst/gstvalue.c: (gst_type_is_fixed), (gst_value_is_fixed):
2181         * gst/gstvalue.h:
2182           Deprecate _type_is_fixed, use _value_is_fixed instead, since
2183           in some cases (arrays), the fixedness depends on the content.
2184         * gst/gstqueue.c: (gst_queue_handle_src_query):
2185           Check for availability before doing something.
2186
2187 2004-11-29  Wim Taymans  <wim@fluendo.com>
2188
2189         * testsuite/threads/Makefile.am:
2190         * testsuite/threads/signals.c: (gst_test_get_type),
2191         (gst_test_class_init), (gst_test_init), (gst_test_dispose),
2192         (gst_test_set_property), (gst_test_get_property),
2193         (gst_test_do_signal1), (signal2_handler), (gst_test_do_signal2),
2194         (gst_test_do_prop), (run_thread), (main):
2195         Added a bunch of testcases that show threadsafety bugs in glib.
2196
2197 2004-11-29  Stefan Kost  <ensonic@users.sf.net>
2198
2199         * docs/manual/programs.xml:
2200           Added a first batch of gst-launch examples, as provided by Ronald
2201           and others from the devel-mlist
2202
2203 2004-11-28  Benjamin Otte  <otte@gnome.org>
2204
2205         * gst/gstelement.c: (gst_element_negotiate_pads):
2206           simplify
2207         * gst/gstvalue.c: (gst_string_wrap), (gst_string_unwrap),
2208         (gst_value_serialize_string), (gst_value_deserialize_string):
2209           add unwrapping of previously wrapped strings. Fix bug in wrapping
2210           while at it.
2211         * testsuite/caps/value_serialize.c: (test1),
2212         (test_string_serialization), (test_string_deserialization), (main):
2213           add tests for string (de)serialization
2214
2215 2004-11-26  Wim Taymans  <wim@fluendo.com>
2216
2217         * testsuite/threads/159566.c: (object_deep_notify), (main):
2218         * testsuite/threads/Makefile.am:
2219         Added testsuite to show bug #159566
2220
2221 2004-11-25  Wim Taymans  <wim@fluendo.com>
2222
2223         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_change_state),
2224         (gst_thread_child_state_change), (gst_thread_main_loop):
2225         Ref the thread object in the GThread mainloop. Break out of the
2226         thread mainloop if it holds the last ref. This properly exits
2227         the threads when disposing the thread from its own context. It
2228         also avoids possible deadlocks in the dispose function.
2229
2230 2004-11-24  Martin Soto  <martinsoto@users.sourceforge.net>
2231
2232         * gst/gstqueue.c (gst_queue_link_sink): Grab the lock only when
2233         it is necessary to wait.
2234
2235 2004-11-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2236
2237         * docs/pwg/building-boiler.xml:
2238           Make description somewhat clearer.
2239
2240 2004-11-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2241
2242         * docs/upload.mak:
2243           Apparently docs changed location on FDO's server.
2244
2245 2004-11-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2246
2247         * docs/pwg/appendix-checklist.xml:
2248           Add some random notes on things to check when writing an element.
2249           This list can be extended as people see fit.
2250
2251 2004-11-23  Martin Soto  <martinsoto@users.sourceforge.net>
2252
2253         * gst/gstqueue.c (gst_queue_init, gst_queue_link_sink)
2254         (gst_queue_link_src): Allow for renegotiating the caps of the sink
2255         pad. The queue will now wait until it is empty and forward the new
2256         caps to the source.
2257         * gst/gstbin.c (gst_bin_set_element_sched)
2258         (gst_bin_unset_element_sched): Make sure that all elements and
2259         links are registered and unregistered with the scheduler exactly
2260         once. This elaborates on a fix by Benjamin Otte, but
2261         guarantees that decoupled elements are also registered.
2262
2263 2004-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2264
2265         * docs/manual/quotes.xml:
2266           add a quote
2267         * configure.ac:
2268         * gst/gst.c:
2269         * gst/gstinfo.c:
2270           add LIBDIR and move init message higher up so it's at the start
2271
2272 2004-11-08  Christian Fredrik Kalager Schaller  <christian@fluendo.com>
2273
2274         * gst/schedulers/Makefile.am: fix disted build fair by including .h file
2275         * gstreamer.spec.in: add fair
2276
2277 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2278
2279         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
2280         * gst/elements/gstidentity.c: (gst_identity_class_init):
2281           Use G_SIGNAL_TYPE_STATIC_SCOPE, patch by Christophe Fergeau
2282           <teuf@gnome.org> (#157263).
2283         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
2284         (gst_type_find_handle_src_query):
2285           Subtract size of internally stored data from position queries.
2286
2287 2004-11-07  Martin Soto  <martinsoto@users.sourceforge.net>
2288
2289         * gst/schedulers/fairscheduler.c:
2290         * gst/schedulers/faircothreads.c:
2291         * gst/schedulers/faircothreads.h:
2292         New cothread based scheduler: Fair scheduler.
2293         * gst/schedulers/gthread-cothreads.h: 
2294         Add the standard #if around the whole file.
2295         Defining symbol GTHREAD_COTHREADS_NO_DEFINITIONS will now prevent
2296         compilation of the functions defined in this file. This is
2297         necessary to be able to use this file as a normal header.
2298         * gst/schedulers/Makefile.am: Add compiling support for fair
2299         scheduler.
2300         * docs/gst/Makefile.am (IGNORE_HFILES): Exclude internal fair
2301         scheduler cothreads layer from documentation generation.
2302
2303 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2304
2305         * gst/autoplug/gstspideridentity.c:
2306         (gst_spider_identity_sink_loop_type_finding):
2307           Don't crash if that function is not implemented.
2308
2309 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2310
2311         * docs/pwg/advanced-types.xml:
2312           Another typo.
2313
2314 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2315
2316         * docs/pwg/intro-preface.xml:
2317           Hm, ok, so the brackets weren't really useful...
2318         * docs/pwg/other-ntoone.xml:
2319           Fix embarassing typo.
2320
2321 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2322
2323         * docs/pwg/intro-preface.xml:
2324           Rewrite preface.
2325
2326 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2327
2328         * docs/pwg/advanced-scheduling.xml:
2329         * docs/pwg/advanced-tagging.xml:
2330         * docs/pwg/advanced-types.xml:
2331         * docs/pwg/building-boiler.xml:
2332         * docs/pwg/building-chainfn.xml:
2333         * docs/pwg/building-signals.xml:
2334         * docs/pwg/building-state.xml:
2335         * docs/pwg/building-testapp.xml:
2336         * docs/pwg/intro-basics.xml:
2337         * docs/pwg/other-manager.xml:
2338         * docs/pwg/other-source.xml:
2339           Typo fixes.
2340         * docs/pwg/other-manager.xml:
2341           Add some first content. No example code yet.
2342         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
2343           Remove double newlines.
2344
2345 2004-11-04  Wim Taymans  <wim@fluendo.com>
2346
2347         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
2348         (remove_from_group), (normalize_group), (group_migrate_connected),
2349         (gst_opt_scheduler_iterate):
2350         * testsuite/schedulers/.cvsignore:
2351         * testsuite/schedulers/Makefile.am:
2352         * testsuite/schedulers/queue_link.c: (main):
2353         Added testcase for scheduler segfault.
2354         Fix scheduler segfault when removing a decoupled
2355         entry point as the last element from a group.
2356
2357 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
2358
2359         * gst/gstmarshal.list: add missing marshaller, fixes build
2360
2361 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
2362
2363         * docs/random/signal: added notes about using BOXED for GstBuffer
2364         signal marshallers, not POINTER
2365
2366 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
2367
2368         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
2369         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init): more
2370         POINTER=>BOXED changes to marshal GstBuffers
2371
2372 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
2373
2374         * gst/elements/gstidentity.c: (gst_identity_class_init): GstBuffer is 
2375         a boxed type, marshal the signal with VOID__BOXED, not VOID__POINTER
2376
2377 2004-11-03  Stefan Kost  <ensonic@users.sf.net>
2378
2379         * docs/gst/gstreamer-sections.txt:
2380         * docs/gst/tmpl/gstcaps.sgml:
2381         * docs/gst/tmpl/gsterror.sgml:
2382         * docs/gst/tmpl/gstinfo.sgml:
2383         * docs/gst/tmpl/gstmacros.sgml:
2384         * docs/gst/tmpl/gstutils.sgml:
2385         * docs/random/ensonic/interfaces.txt:
2386         * gst/gstinfo.h:
2387           added some more docs, removed two obsolete defines
2388
2389 2004-11-02  Kjartan Maraas <as at gnome.org>
2390
2391         reviewed by: Wim Taymans, Ronald Bultje.
2392
2393         * gst/cothreads.c: (cothread_create):
2394         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
2395         (gst_bin_child_state_change_func):
2396         * gst/gstbuffer.c: (gst_buffer_span):
2397         * gst/gstelement.c: (gst_element_get_index),
2398         (gst_element_get_event_masks), (gst_element_get_query_types),
2399         (gst_element_get_formats):
2400         * gst/gsterror.c: (_gst_core_errors_init),
2401         (_gst_library_errors_init), (_gst_resource_errors_init),
2402         (_gst_stream_errors_init):
2403         * gst/gstobject.c: (gst_object_default_deep_notify):
2404         * gst/gstpad.c: (gst_pad_get_event_masks),
2405         (gst_pad_get_internal_links_default):
2406         * gst/gstplugin.c: (gst_plugin_register_func),
2407         (gst_plugin_get_module):
2408         * gst/gststructure.c: (gst_structure_get_string),
2409         (gst_structure_get_abbrs), (gst_structure_from_abbr),
2410         (gst_structure_to_abbr):
2411         * gst/gstutils.c: (gst_print_element_args):
2412         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
2413         (setup_group_scheduler), (gst_opt_scheduler_iterate):
2414         Aplied part of patch #157127: Cleanup of issues reported by 
2415         sparse.
2416         Also do not try to use cothreads when there is no cothread
2417         context yet.
2418
2419 2004-11-02  Sebastien Cote <sc5 at hermes.usherb.ca>
2420
2421         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
2422         (gst_opt_scheduler_iterate):
2423         Applied patch #154061. Running a pipeline in which an element 
2424         calls GST_ELEMENT_ERROR in the chain function, the opt 
2425         scheduler doesn't unref the chain so it never gets freed.
2426
2427 2004-11-02  Wim Taymans  <wim@fluendo.com>
2428
2429         * gst/gststructure.c: (gst_structure_get_abbrs),
2430         (gst_structure_from_abbr), (gst_structure_to_abbr):
2431         Remove that ugly if-then thing in the code that converts
2432         between strings and types.
2433
2434 2004-11-02  Wim Taymans  <wim@fluendo.com>
2435
2436         * gst/gstscheduler.c: (gst_scheduler_add_element),
2437         (gst_scheduler_remove_element), (gst_scheduler_state_transition):
2438         Aplied clock distribution patch, this should fix bug
2439         #148787.
2440
2441 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2442
2443         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
2444
2445         * po/LINGUAS:
2446         * po/nb.po:
2447           Added Norwegian Bokmaal translation
2448
2449 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2450
2451         * tools/gst-inspect.c: (print_signal_info):
2452           print signal arguments as pointers if they are
2453
2454 2004-10-22  Stefan Kost  <ensonic@users.sf.net>
2455
2456         * docs/pwg/building-boiler.xml:
2457           exchanged GTK_ macros with G_TYPE macros (as pointed out by mathrick)
2458
2459 2004-10-19  Wim Taymans  <wim at fluendo dot com>
2460
2461         * gst/parse/parse.l:
2462         * testsuite/parse/parse1.c: (main):
2463         Since parse can do 'element name=a:b' make 'a:b.' work as
2464         well. 
2465         Added testcase to verify fix.
2466
2467 2004-10-19  Wim Taymans  <wim at fluendo dot com>
2468
2469         * tools/gst-inspect.c: (print_pad_info), (print_plugin_features):
2470         Use the realpad when printing the direction.
2471         Add extra \n when printing extensions of typefind factories.
2472
2473 2004-10-13  David Schleef  <ds@schleef.org>
2474
2475         * examples/manual/Makefile.am: $< isn't portable in Makefile
2476         rules.
2477
2478 2004-10-13  Stefan Kost  <ensonic@users.sf.net>
2479
2480         * docs/gst/tmpl/gstobject.sgml:
2481         * docs/gst/tmpl/gstplugin.sgml:
2482         * docs/gst/tmpl/gstpluginfeature.sgml:
2483         * docs/gst/tmpl/gstregistry.sgml:
2484         * docs/gst/tmpl/gstversion.sgml:
2485         * gst/gstbin.c:
2486           more api documentation
2487         * gst/gstplugin.c: (gst_plugin_register_func),
2488         (gst_plugin_check_file), (gst_plugin_load_file):
2489           better error signaling and logging
2490
2491 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2492
2493         * gst/gstqueue.c: (gst_queue_init), (gst_queue_handle_src_query):
2494           Subtract current queue contents from position queries.
2495
2496 2004-10-11  Johan Dahlin  <johan@gnome.org>
2497
2498         * gst/gsturi.c (gst_uri_get_location): unescape string
2499         (gst_uri_construct): escape string.
2500
2501 2004-10-11  Benjamin Otte  <otte@gnome.org>
2502
2503         * gst/gstpad.c: (gst_pad_renegotiate), (gst_pad_try_set_caps),
2504         (gst_pad_try_set_caps_nonfixed):
2505           allow renegotiation of unconnected pads (as inside spider). Simply
2506           return OK if unconnected - mimic try_set_caps there.
2507
2508 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2509
2510         * gst/gstbin.c: (gst_bin_sync_children_state):
2511           Add missing break.
2512
2513 2004-10-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2514
2515         * gst/elements/gstfakesrc.c: (gst_fakesrc_get):
2516         Set element to EOS before sending EOS event
2517
2518 2004-10-08  Wim Taymans  <wim at fluendo dot com>
2519
2520         * gst/elements/gsttypefindelement.c:
2521         (gst_type_find_element_handle_event):
2522         Handle EOS events when doing the transition from
2523         typefind to data passing. This should fix the
2524         infinite loops in short files.
2525
2526 2004-10-07  Wim Taymans  <wim at fluendo dot com>
2527
2528         * gst/gstthread.c: (gst_thread_change_state),
2529         (gst_thread_child_state_change):
2530         Make sure no iteration happens while performing
2531         the state change as it could mess up the internal
2532         consistency of the thread state.
2533
2534 2004-10-07  Wim Taymans  <wim at fluendo dot com>
2535
2536         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_sync),
2537         (gst_thread_change_state), (gst_thread_child_state_change):
2538         Do not try to grab the iterate lock in the state change method
2539         when we are in the same thread as the iterate or else we
2540         could deadlock. Some other cleanups.
2541
2542 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2543
2544         * configure.ac:
2545           bump nano to cvs
2546
2547 === release 0.8.7 ===
2548
2549 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2550
2551         * configure.ac:
2552         * NEWS:
2553         * RELEASE:
2554         * configure.ac:
2555           releasing 0.8.7, "A Cruise"
2556
2557 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2558
2559         * docs/random/mimetypes:
2560         Add an entry for Sony ATRAC3 audio format with mime-type
2561         used by rmdemux et riff-read
2562
2563 2004-10-06  Wim Taymans  <wim at fluendo dot com>
2564
2565         * gst/elements/gsttypefindelement.c: (stop_typefinding):
2566         Push the buffer store instead of clearing it in case that
2567         the stream is not seekable.
2568
2569 2004-10-06  Wim Taymans  <wim at fluendo dot com>
2570
2571         * gst/gstthread.c: (gst_thread_init), (gst_thread_change_state),
2572         (gst_thread_main_loop):
2573         Lock the iteration and the state change so that automatic
2574         negotiation and fixation does not happen at the same time
2575         as the in stream negotiation.
2576
2577 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2578
2579         * configure.ac:
2580           bump nano to cvs
2581
2582 === release 0.8.6 ===
2583
2584 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2585
2586         * configure.ac:
2587         * NEWS:
2588         * RELEASE:
2589         * configure.ac:
2590           releasing 0.8.6, "Narc"
2591
2592 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2593
2594         * configure.ac:
2595           prerel bump
2596
2597 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2598
2599         patch by: Steve Lhomme
2600
2601         * gst/elements/gstfakesrc.c:
2602         * gst/elements/gstidentity.c:
2603         * gst/gstthread.c:
2604           Fix for #153881
2605
2606 2004-10-01  Wim Taymans  <wim at fluendo dot com>
2607
2608         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc):
2609         Fix threadsafety of the crc checking function.
2610
2611 2004-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2612
2613         patch by: Ronald Bultje
2614
2615         * gst/elements/gsttypefindelement.c: (stop_typefinding),
2616         (gst_type_find_element_handle_event),
2617         (gst_type_find_element_chain):
2618         * gst/elements/gsttypefindelement.h:
2619          #153657.
2620          Filter out discont event from seekable sources when typefind
2621          asks them to seek.  Fixes typefind with demuxers for
2622          avi, asf and matroska.
2623
2624 2004-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2625
2626         * docs/gst/gstreamer-sections.txt:
2627         * gst/gstcaps.c:
2628         * gst/gstcaps.h:
2629         * gst/gstpad.c:
2630           Revert preferred caps: (#147789)
2631
2632 2004-09-19  Steve Lhomme  <steve.lhomme@free.fr>
2633
2634         * win32/dirent.c:
2635           fix a memory leak
2636
2637 2004-09-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2638
2639         * configure.ac:
2640           bump for prerelease
2641
2642 2004-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2643
2644         * docs/Makefile.am:
2645         * docs/manual/elements-api.xml:
2646           restructure so that common stuff is shown first
2647         * docs/manual/init-api.xml:
2648           convert to examples
2649         * docs/manual/manual.xml:
2650         * docs/manuals.mak:
2651         * docs/url.entities:
2652           link to API on the website, possibly override later in build
2653         * examples/manual/.cvsignore:
2654           ignore more
2655         * examples/manual/Makefile.am:
2656           add more examples
2657         * examples/manual/extract.pl:
2658           error out on failure
2659
2660 2004-09-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2661
2662         * docs/gst/tmpl/gstthread.sgml:
2663         * docs/manual/init-api.xml:
2664         * examples/manual/Makefile.am:
2665           convert two code bits to examples
2666
2667 2004-09-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2668
2669         * gst/gstelement.c: (gst_element_change_state):
2670           Well, actually, I was about to remove this insane assert when
2671           I noticed Wim already did that. A warning is nice so we can
2672           fix actual ugs (using --g-fatal-warnings and backtraces), so
2673           I added that instead.
2674
2675 2004-09-06  Wim Taymans  <wim@fluendo.com>
2676
2677         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
2678         (gst_element_threadsafe_properties_post_run),
2679         (gst_element_set_state), (gst_element_change_state):
2680         Added extra refcounting around various places. 
2681
2682 2004-09-06  Wim Taymans  <wim@fluendo.com>
2683
2684         * gst/gstpad.c: (gst_pad_link_call_link_functions):
2685         Fix debug info.
2686
2687 2004-09-06  Wim Taymans  <wim@fluendo.com>
2688
2689         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
2690         (remove_from_group):
2691         Some more debug info.
2692
2693 2004-09-03  Wim Taymans  <wim@fluendo.com>
2694
2695         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
2696         (gst_fakesrc_init), (gst_fakesrc_set_clock),
2697         (gst_fakesrc_set_property), (gst_fakesrc_get_property),
2698         (gst_fakesrc_get), (gst_fakesrc_change_state):
2699         * gst/elements/gstfakesrc.h:
2700         * gst/elements/gstidentity.c: (gst_identity_class_init),
2701         (gst_identity_init), (gst_identity_chain),
2702         (gst_identity_set_property), (gst_identity_get_property),
2703         (gst_identity_change_state):
2704         * gst/elements/gstidentity.h:
2705         Added datarate properties to limit the datarate.
2706
2707 >>>>>>> 1.808
2708 2004-08-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2709
2710         * gst/autoplug/gstspider.c: (plugin_init):
2711           don't set a rank. We don't want to autoplug by inserting spiders.
2712
2713 2004-08-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2714
2715         * gst/autoplug/gstspider.c: (gst_spider_class_init),
2716         (gst_spider_identity_plug):
2717           add a template for spider's sink
2718         * gst/gst.c: (gst_register_core_elements):
2719           queue's rank should be NULL, we don't want spider to add it.
2720
2721 2004-08-18  David Schleef  <ds@schleef.org>
2722
2723         * docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331)
2724         * docs/libs/Makefile.am: same
2725         * docs/gst/tmpl/gstxml.sgml: Remove GstXMLNs
2726         * docs/random/ds/0.9-planning: random additions
2727         * docs/random/ds/0.9-suggested-changes: same
2728         * gst/gstxml.h: remove vestigal GstXMLNs definition
2729
2730         Preferred caps: (#147789)
2731         * docs/gst/gstreamer-sections.txt: Add symbols
2732         * docs/gst/tmpl/gstcaps.sgml: Add symbols
2733         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
2734         (gst_caps_append), (gst_caps_copy_1), (gst_caps_intersect),
2735         (gst_caps_union), (gst_caps_save_thyself), (gst_caps_load_thyself),
2736         (gst_caps_get_preferred), (gst_caps_set_preferred),
2737         (gst_caps_get_structure_by_id), (gst_caps_prefer_foreach),
2738         (gst_caps_use_preferred): Handle caps preferences
2739         * gst/gstcaps.h: Add caps preferences
2740         * gst/gstpad.c: (gst_pad_link_get_preferred),
2741         (gst_pad_link_fixate), (gst_pad_link_call_link_functions),
2742         (gst_pad_renegotiate), (gst_pad_guess_preferred),
2743         (gst_pad_get_caps), (gst_pad_push):  Use caps preferences for
2744         negotiation.
2745
2746 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2747
2748         * gst/autoplug/gstspideridentity.c:
2749         (gst_spider_identity_request_new_pad):
2750         * gst/elements/gstaggregator.c: (gst_aggregator_base_init),
2751         (gst_aggregator_init):
2752         * gst/elements/gstfakesink.c: (gst_fakesink_base_init),
2753         (gst_fakesink_init):
2754         * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
2755         (gst_fakesrc_init):
2756         * gst/elements/gstfdsink.c: (gst_fdsink_base_init),
2757         (gst_fdsink_init):
2758         * gst/elements/gstfdsrc.c: (gst_fdsrc_base_init), (gst_fdsrc_init):
2759         * gst/elements/gstfilesink.c: (gst_filesink_base_init),
2760         (gst_filesink_init):
2761         * gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
2762         (gst_filesrc_init):
2763         * gst/elements/gstidentity.c: (gst_identity_base_init),
2764         (gst_identity_init):
2765         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
2766         (gst_multifilesrc_init):
2767         * gst/elements/gstpipefilter.c: (gst_pipefilter_base_init),
2768         (gst_pipefilter_init):
2769         * gst/elements/gststatistics.c: (gst_statistics_base_init),
2770         (gst_statistics_init):
2771         * gst/elements/gsttee.c: (gst_tee_base_init), (gst_tee_init):
2772         * gst/gstqueue.c: (gst_queue_base_init), (gst_queue_init):
2773           s/gst_pad_new/&_from_template/
2774           register pad templates in the base_init function
2775           add static pad template definitions
2776
2777 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2778
2779         * testsuite/bytestream/gstbstest.c: (gst_bstest_init):
2780         * testsuite/dynparams/dparamstest.c: (gst_dptest_init):
2781         * testsuite/refcounting/pad.c: (main):
2782         * testsuite/refcounting/thread.c: (create_thread_ghostpads):
2783           s/gst_pad_new/&_from_template/
2784           prepare deprecation of gst_pad_new
2785
2786 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2787
2788         patch by: Luca Ognibene <skaboy81@virgilio.it>
2789
2790         * gst/gstcaps.c:
2791         * gst/gstelement.c:
2792         * gst/gstpad.c:
2793         * gst/gstxml.c:
2794           fix memleaks.  Fixes #150001
2795
2796 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2797
2798         * docs/random/ds/0.9-suggested-changes:
2799           add notes - mostly about pad templates
2800
2801 2004-08-16  Steve Lhomme  <steve.lhomme@free.fr>
2802
2803         * win32/GStreamer.vcproj:
2804           temporary locale files are .gmo not .mo
2805
2806 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2807
2808         * configure.ac: bump nano to cvs
2809
2810 === release 0.8.5 ===
2811
2812 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2813
2814         * configure.ac:
2815           releasing 0.8.5, "Stuttgart"
2816         * NEWS:
2817         * RELEASE:
2818         * configure.ac:
2819         * docs/random/release:
2820           updates for release
2821
2822 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2823
2824         patch by: Wim Taymans (wim@fluendo.com)
2825
2826         * gst/gstbuffer.c:
2827         * gst/gstindex.h:
2828         * libs/gst/dataprotocol/dataprotocol.c:
2829           copy KEY_UNIT and DELTA_UNIT flags correctly.  Fixes #150242
2830
2831 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2832
2833         * Makefile.am:
2834         * win32/MANIFEST:
2835           add win32 dir to the build.  Fixes #149981.
2836
2837 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2838
2839         * configure.ac:
2840           bump libtool versioning
2841         * gst/gststructure.c:
2842           mark function as static
2843         * po/af.po:
2844         * po/az.po:
2845         * po/ca.po:
2846         * po/cs.po:
2847         * po/en_GB.po:
2848         * po/fr.po:
2849         * po/nl.po:
2850         * po/sq.po:
2851         * po/sr.po:
2852         * po/sv.po:
2853         * po/tr.po:
2854         * po/uk.po:
2855           translations update
2856         * win32/README.txt:
2857           trademark protection
2858
2859 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2860
2861         * configure.ac:
2862           fix GST_ORIGIN
2863           set GST_PACKAGE to source, and distinguish between release and other
2864         * tools/gst-inspect.c:
2865           print out plugin an element factory is part of so we see this info
2866
2867 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2868
2869         * docs/gst/gstreamer-sections.txt:
2870         * docs/gst/tmpl/gstbuffer.sgml:
2871         * docs/gst/tmpl/gstschedulerfactory.sgml:
2872           reorder docs a little, make GstBuffer's more sensible.
2873         * gst/gstbuffer.h:
2874           API: added GST_BUFFER_FLAG_DELTA_UNIT
2875         * gst/gstscheduler.c:
2876           comment API addition
2877
2878 2004-08-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2879
2880         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
2881           work with non-regular files that can be mmapped (like /dev/zero)
2882         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
2883           get rid of typefinds that require a seek when we can't seek instead
2884           of trying them over and over again
2885         * tools/gst-launch.c: (idle_func), (error_cb), (main):
2886           return non-zero failure value when the pipeline was interrupted or
2887           an error occurred
2888
2889 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
2890
2891         * win32/config.h:
2892         * win32/GStreamer.vcproj:
2893           compile and install the locales
2894
2895 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
2896
2897         * gst/gstvalue.c:
2898           fix a possible memory leak under Windows
2899
2900 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
2901
2902         * win32/GStreamer.vcproj:
2903           fix a memory leak that occured under Windows
2904         * win32/gstreamer.def:
2905           add gst_scheduler_register
2906
2907 2004-08-11  Benjamin Otte  <otte@gnome.org>
2908
2909         * docs/gst/gstreamer-sections.txt:
2910         * gst/gstscheduler.c: (gst_scheduler_register):
2911         * gst/gstscheduler.h:
2912           API:
2913           add gst_scheduler_register shortcut similar to gst_element_register
2914         * gst/schedulers/entryscheduler.c: (plugin_init):
2915         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
2916         * gst/schedulers/gstoptimalscheduler.c: (plugin_init):
2917           use it
2918
2919 2004-08-10  Steve Lhomme  <steve.lhomme@free.fr>
2920
2921         * gst/gstvalue.h:
2922           fix a memory leak that occured under Windows
2923
2924 2004-08-10  Colin Walters  <walters@redhat.com>
2925
2926         * gst/registries/gstxmlregistry.c (gst_xml_registry_open_func):
2927         Don't use O_EXCL to open temporary registry.  It will prevent
2928         registry creation if a temporary one already exists, which
2929         is unnecessary.
2930
2931 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
2932
2933         * docs/gst/gstreamer-sections.txt:
2934         * docs/gst/tmpl/gstvalue.sgml:
2935           remove some valuable stuff from the documentation due to the use of GST_EXPORT
2936
2937 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
2938
2939         * win32/gstbytestream.vcproj:
2940         * win32/gstelements.vcproj:
2941         * win32/gstgetbits.vcproj:
2942         * win32/gst-inspect.vcproj:
2943         * win32/gst-launch.vcproj:
2944         * win32/gstoptimalscheduler.vcproj:
2945         * win32/GStreamer.vcproj:
2946         * win32/gst-register.vcproj:
2947         * win32/gstspider.vcproj:
2948           update the include and lib dirs to fit standard libraries as
2949           described in the Win32 manual
2950
2951 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
2952
2953         * win32/config.h:
2954         * win32/gstversion.h:
2955           enable NLS again, push the version number for the coming 0.8.5 release
2956
2957 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
2958
2959         * gst/gstvalue.h:
2960           export gst_type_XXX for windows DLLs
2961
2962 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2963
2964         * docs/faq/gst-uninstalled:
2965           fix PKG_CONFIG_PATH and PYTHONPATH
2966         * gst/schedulers/Makefile.am:
2967           cleanup
2968         * libs/gst/bytestream/bytestream.c:
2969           remove newline
2970         * po/LINGUAS:
2971         * po/sq.po:
2972           adding Albanian translation (Laurent Dhima)
2973         * po/cs.po:
2974           updated
2975
2976 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2977
2978         * po/ca.po:
2979         * po/sv.po:
2980           updated translations
2981
2982 2004-08-04  Benjamin Otte  <otte@gnome.org>
2983
2984         * tests/mass_elements.c: (main):
2985           allow specifying src and sink element explicitly, so I can test
2986           videotestsrc instead of fakesrc
2987
2988 2004-08-04  Benjamin Otte  <otte@gnome.org>
2989
2990         * gst/gststructure.c: (gst_structure_id_empty_new_with_size),
2991         (gst_structure_id_empty_new), (gst_structure_empty_new),
2992         (gst_structure_copy):
2993           add gst_structure_id_empty_new_with_size to allow preallocating
2994           value array sizes. Use this in gst_structure_copy to get rid of
2995           reallocs.
2996           don't do quark=>string=>quark when copying structures
2997
2998 2004-08-03  Steve Lhomme  <steve.lhomme@free.fr>
2999
3000         * docs/manual/win32.xml:
3001         * win32/README.txt:
3002           update documentation with the clean version of dependencies
3003
3004 2004-08-03  Benjamin Otte  <otte@gnome.org>
3005
3006         * gst/schedulers/entryscheduler.c:
3007         (gst_entry_scheduler_remove_element):
3008           fix for GST_DISABLE_DEBUG
3009         * tools/gst-launch.c: (print_tag):
3010           fixes for G_DISABLE_ASSERT
3011
3012 2004-08-03  Benjamin Otte  <otte@gnome.org>
3013
3014         * gst/gst.c: (gst_register_core_elements):
3015           fix for G_DISABLE_ASSERT
3016         * gst/gstinfo.c: (__gst_in_valgrind):
3017           add for GST_DISABLE_DEBUG
3018
3019 2004-08-03  Benjamin Otte  <otte@gnome.org>
3020
3021         * gst/parse/parse.l:
3022           fix for G_DISABLE_ASSERT
3023
3024 2004-08-03  Wim Taymans  <wim@fluendo.com>
3025
3026         * gst/gstbin.c: (gst_bin_get_type),
3027         (gst_bin_child_state_change_func):
3028         * gst/gstthread.c: (gst_thread_change_state):
3029         Backported some debug logging from a reverted patch
3030         Don't try to destroy the thread twice. Added some more
3031         debugging in GstThread. Unlock and signal even if we
3032         are in the thread context.
3033
3034 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3035
3036         * po/uk.po:
3037           updated translation
3038
3039 2004-07-30  David Schleef  <ds@schleef.org>
3040
3041         * gst/gstatomic_impl.h: Enable atomic code for x86_64
3042
3043 2004-07-29  David Schleef  <ds@schleef.org>
3044
3045         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test):
3046         Use GST_READ_GUINTxx_BE(), since it accesses unaligned memory.
3047
3048 2004-07-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3049
3050         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
3051         (gst_bin_add_func), (gst_bin_remove_func),
3052         (gst_bin_child_state_change), (gst_bin_child_state_change_func),
3053         (set_kid_state_func), (gst_bin_change_state), (gst_bin_set_state),
3054         (gst_bin_change_state_norecurse), (gst_bin_dispose),
3055         (gst_bin_sync_children_state):
3056         * gst/gstbin.h:
3057         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_release),
3058         (gst_thread_change_state):
3059         * testsuite/states/Makefile.am:
3060           revert state change patches as agreed so we can rework them
3061           gradually
3062
3063 2004-07-29  Benjamin Otte  <otte@gnome.org>
3064
3065         * libs/gst/control/Makefile.am:
3066           link to libgstreamer (fixes Debian bug 262019, see
3067           http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=262019 )
3068
3069 2004-07-29  Wim Taymans  <wim@fluendo.com>
3070
3071         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
3072         (check_from_fraction_convert), (transform_test), (main):
3073         Make the test less pedantic about float roundoff errors.
3074
3075 2004-07-29  Benjamin Otte  <otte@gnome.org>
3076
3077         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file),
3078         (gst_filesrc_srcpad_event):
3079           make seek events to before start/after end of file not fail, but
3080           seek to start/end instead
3081         * testsuite/caps/fraction-convert.c: (check_from_double_convert):
3082           add more output
3083
3084 2004-07-29  Benjamin Otte  <otte@gnome.org>
3085
3086         * gst/gstpad.c: (gst_pad_set_explicit_caps):
3087           check that caps are fixed
3088         * gst/gstpad.c: (gst_pad_template_new):
3089           don't try to simplify caps, costs too much time on gst_init
3090         * gst/gstplugin.c: (gst_plugin_add_feature):
3091           G_ERROR if features are added twice
3092         * gst/gsttypefind.c: (gst_type_find_register):
3093         * gst/gstelementfactory.c: (gst_element_register):
3094           don't add features twice
3095         * docs/random/ds/0.9-suggested-changes:
3096           add note about possible gst_init optimization
3097
3098 2004-07-28  David Schleef  <ds@schleef.org>
3099
3100         * testsuite/elements/Makefile.am:
3101         * testsuite/elements/struct_i386.h:
3102         * testsuite/elements/struct_size.c: (main):  A little test
3103         to keep distcheck from working if someone changes a structure
3104         size accidentally.
3105
3106 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3107
3108         * docs/libs/Makefile.am:
3109         * docs/libs/gstreamer-libs-docs.sgml:
3110         * docs/libs/gstreamer-libs-sections.txt:
3111         * docs/libs/tmpl/gstbytestream.sgml:
3112         * docs/libs/tmpl/gstcontrol.sgml:
3113         * docs/libs/tmpl/gstdataprotocol.sgml:
3114         * docs/libs/tmpl/gstgetbits.sgml:
3115         * libs/gst/bytestream/Makefile.am:
3116         * libs/gst/bytestream/bytestream.c:
3117         * libs/gst/bytestream/bytestream.h:
3118         * libs/gst/control/Makefile.am:
3119         * libs/gst/dataprotocol/Makefile.am:
3120         * libs/gst/getbits/Makefile.am:
3121         * libs/gst/getbits/getbits.h:
3122           various doc and style fixes, adding bytestream to libs docs.
3123
3124 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3125
3126         * docs/gst/gstreamer-docs.sgml:
3127         * docs/libs/Makefile.am:
3128         * docs/libs/gstreamer-libs-docs.sgml:
3129         * docs/libs/gstreamer-libs-sections.txt:
3130         * libs/gst/control/dparam.c:
3131           more doc fixes.  gst-libs docs now build the same way as gst.
3132
3133 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3134
3135         * configure.ac:
3136         * testsuite/Makefile.am:
3137         * testsuite/bins/Makefile.am:
3138         * testsuite/caps/Makefile.am:
3139         * testsuite/cleanup/Makefile.am:
3140         * testsuite/clock/Makefile.am:
3141         * testsuite/debug/Makefile.am:
3142         * testsuite/dlopen/Makefile.am:
3143         * testsuite/dynparams/Makefile.am:
3144         * testsuite/elements/.cvsignore:
3145         * testsuite/elements/Makefile.am:
3146         * testsuite/enumcaps/Makefile.am:
3147         * testsuite/enumcaps/enumcaps.c:
3148         * testsuite/ghostpads/Makefile.am:
3149         * testsuite/indexers/Makefile.am:
3150         * testsuite/negotiation/Makefile.am:
3151         * testsuite/parse/Makefile.am:
3152         * testsuite/plugin/Makefile.am:
3153         * testsuite/refcounting/Makefile.am:
3154         * testsuite/schedulers/.cvsignore:
3155         * testsuite/states/Makefile.am:
3156         * testsuite/tags/Makefile.am:
3157         * testsuite/threads/Makefile.am:
3158           fold enumcaps into caps dir
3159           clean up Makefile.am's for testsuite
3160
3161 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3162
3163         * docs/gst/Makefile.am:
3164         * docs/libs/Makefile.am:
3165           clean up docs build.  Fixes needless rebuilding of template files.
3166
3167 2004-07-28  Wim Taymans  <wim@fluendo.com>
3168
3169         * gst/gstbin.c: (set_kid_state_func), (gst_bin_set_state):
3170         * gst/gstthread.c: (gst_thread_release), (gst_thread_set_state):
3171         Make sure that a bin state change tries to keep the children
3172         in sync. 
3173         Added debug logging to the thread.
3174
3175 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
3176
3177         * win32/GStreamer.vcproj:
3178         * win32/gstreamer.def:
3179           more exports for the plugins
3180
3181 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
3182
3183         * win32/gstgetbits.vcproj:
3184         * win32/gstgetbits.def:
3185         * win32/msvc71.sln:
3186           add support for the getbits plugin
3187
3188 2004-07-27  Wim Taymans  <wim@fluendo.com>
3189
3190         * gst/gstvalue.c: (gst_value_transform_double_fraction),
3191         (gst_value_transform_fraction_double), (_gst_value_initialize):
3192         * testsuite/caps/Makefile.am:
3193         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
3194         (check_from_fraction_convert), (transform_test), (main):
3195         Added transform functions between double and fraction.
3196         Added testcase to verify transforms
3197
3198 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3199
3200         * win32/GStreamer.vcproj:
3201           rename GStreamer-0.8.lib to libgstreamer.lib
3202
3203 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3204
3205         * win32/gstelements.vcproj:
3206         * win32/gstoptimalscheduler.vcproj:
3207           fixes for the Release build
3208
3209 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3210
3211         * win32/config.h:
3212           update the version number
3213
3214 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3215
3216         * win32/GStreamer.vcproj:
3217           add gstinterface to the build
3218
3219 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3220
3221         * win32/gstreamer.def:
3222           add many definitions needed by plugins,
3223           GST_CAT_DEFAULT only available in the Debug build ?
3224
3225 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3226
3227         * gst/gstelement.c: (gst_element_set_eos_recursive):
3228           various whitespace fixes.
3229           doc fix, fixes #148497
3230
3231 2004-07-25  Benjamin Otte  <otte@gnome.org>
3232
3233         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
3234           don't delay links on the sink elements, it causes unnegotiated
3235           links.
3236         * gst/elements/gsttypefindelement.c:
3237         (gst_type_find_element_base_init):
3238           add our padtemplates, we indeed do have some.
3239         * gst/elements/gsttypefindelement.c:
3240         (gst_type_find_element_handle_event),
3241         (gst_type_find_element_chain):
3242           don't push data when typefinding failed.
3243         * gst/gstpad.c: (gst_pad_link_fixate):
3244           check that no fixate function returns empty caps.
3245         * gst/gstpad.c: (gst_pad_push):
3246           check that the link is negotiated before data gets pushed.
3247         * tools/gst-register.c: (main):
3248           don't assert (fixes #148283)
3249
3250 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3251
3252         * docs/gst/gstreamer-sections.txt:
3253         * docs/gst/tmpl/gstconfig.sgml:
3254           add GST_PLUGIN_EXPORT definition
3255
3256 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3257
3258         * gst/gstplugin.h:
3259         * gst/gstconfig.h.in:
3260         * win32/gstconfig.h:
3261         * win32/gstelements.def:
3262         * win32/gstelements.vcproj:
3263         * win32/gstoptimalscheduler.def:
3264         * win32/gstoptimalscheduler.vcproj:
3265         * win32/gstspider.def:
3266         * win32/gstspider.vcproj:
3267           remove unused .def files and export symbols using GST_PLUGIN_DEFINE
3268
3269 2004-07-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3270
3271         * docs/gst/gstreamer-sections.txt:
3272           remove GST_CAT_DEFAULT because the type has changed
3273
3274 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3275
3276         * win32/gstbytestream.vcproj:
3277         * win32/gstelements.vcproj:
3278         * win32/gst-inspect.vcproj:
3279         * win32/gst-launch.vcproj:
3280         * win32/gstoptimalscheduler.vcproj:
3281         * win32/GStreamer.vcproj:
3282         * win32/gst-register.vcproj:
3283         * win32/gstspider.vcproj:
3284         * win32/msvc71.sln:
3285           Copy the files where needed after building, The testsuite will be
3286           built separately
3287
3288 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3289
3290         * win32/config.h:
3291         * win32/README.txt:
3292         * docs/manual/win32.xml:
3293         Fixed the plugin and GStreamer location
3294
3295 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
3296
3297         * win32/gstreamer.def:
3298         More exports for the plugins
3299
3300 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
3301
3302         * gst/gstinfo.h:
3303         Marc was right, we need to export literally GST_CAT_DEFAULT
3304
3305 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
3306
3307         * win32/config.h:
3308         NLS crashes in gettext, disabled until this is solved
3309
3310 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
3311
3312         * win32/gst-inspect.vcproj:
3313         * win32/gst-launch.vcproj:
3314         Should use NLS when available
3315
3316 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
3317
3318         * gst/registries/gstxmlregistry.c:
3319         removing the file doesn't seem to be a good idea on Linux
3320
3321 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
3322
3323         * gst/registries/gstxmlregistry.c:
3324         Remove the registry before renaming the tempfile (needed for Windows)
3325
3326 2004-07-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3327
3328         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init),
3329         (gst_multifilesrc_init), (gst_multifilesrc_set_property),
3330         (gst_multifilesrc_get_property), (gst_multifilesrc_get):
3331         * gst/elements/gstmultifilesrc.h:
3332         Added newmedia property so it generates newmedia events between each
3333         file when property is set, as well as fixed eos handling
3334
3335 2004-07-22  David Schleef  <ds@schleef.org>
3336
3337         * gst/gststructure.c: (gst_structure_id_empty_new),
3338         (gst_structure_empty_new):  Set type field correctly.
3339         * gst/gststructure.h: Check type field correctly.
3340         * testsuite/caps/Makefile.am:
3341         * testsuite/caps/structure.c: (test1), (main): Add a very small
3342         test for structures.
3343
3344 2004-07-22  David Schleef  <ds@schleef.org>
3345
3346         * docs/random/ds/0.9-suggested-changes: more comments
3347         * tools/gst-launch.c: (idle_func): Fix hard-to-translate string.
3348
3349 2004-07-22  Benjamin Otte  <otte@gnome.org>
3350
3351         * gst/gstelementfactory.c: (gst_element_register):
3352           set the factory in the class struct, so gst_element_get_factory
3353           actually works
3354         * gst/parse/grammar.y:
3355           set element to playing when it gets unlocked as we can't rely on the
3356           bin state - all elements in the bin state might still be locked in
3357           NULL)
3358
3359 2004-07-22  Benjamin Otte  <otte@gnome.org>
3360
3361         * gst/gstelement.c: (gst_element_set_state_func):
3362           make this a static function
3363
3364 2004-07-22  Wim Taymans  <wim@fluendo.com>
3365
3366         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
3367         (gst_opt_scheduler_pad_link):
3368         fix 147894-2 and the group_link problem.
3369
3370 2004-07-22  Wim Taymans  <wim@fluendo.com>
3371
3372         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
3373         (handoff_identity), (main):
3374         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
3375         (handoff_identity), (main):
3376         * testsuite/schedulers/Makefile.am:
3377         * testsuite/schedulers/group_link.c: (main):
3378         Show bug in scheduler when linking chain and loop based element 
3379         where the chain based element was not yet in a group.
3380
3381 2004-07-21  Benjamin Otte  <otte@gnome.org>
3382
3383         * gst/.cvsignore:
3384         * gst/autoplug/.cvsignore:
3385         * gst/elements/.cvsignore:
3386         * gst/indexers/.cvsignore:
3387         * libs/gst/bytestream/.cvsignore:
3388         * libs/gst/control/.cvsignore:
3389         * libs/gst/getbits/.cvsignore:
3390         * testsuite/states/.cvsignore:
3391         * testsuite/threads/.cvsignore:
3392           keep this up to date, since I seem to be the only one who cares
3393           about not missing files on commits (editor's note: no you don't,
3394           but feel free to change them at the time you add stuff instead
3395           of later on)
3396
3397 2004-07-21  Benjamin Otte  <otte@gnome.org>
3398
3399         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
3400         (gst_bin_fix_state), (gst_bin_add_func), (gst_bin_remove_func),
3401         (gst_bin_child_state_change_func), (set_kid_state_func),
3402         (gst_bin_set_state), (gst_bin_change_state_norecurse):
3403           make state changes work correctly and reentrant (so removing
3404           elements from bins during state changes of bins doesn't cause
3405           segfaults or even wrong states)
3406           add debugging category and debugging output to print children states
3407         * gst/gstbin.c: (gst_bin_dispose): 
3408           add some assertion checks
3409         * gst/gstbin.h:
3410         * gst/gstbin.c: (gst_bin_sync_children_state):
3411           deprecate this function - it just does gst_bin_set_state (bin,
3412           GST_STATE (bin)) 
3413         * testsuite/threads/queue.c: (main):
3414           don't use gst_bin_sync_children_state anymore
3415         * testsuite/states/Makefile.am:
3416         * testsuite/states/bin.c:
3417           test that the state changes of bins work as expected
3418         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_set_state):
3419           some adjustments to change states correctly, too
3420         * gst/gstthread.c: (gst_thread_change_state):
3421           don't enable/disable "threadsafe" properties, they're unused and
3422           cause random segfaults
3423         * testsuite/threads/Makefile.am:
3424           the queue check randomly passes now, ignore it
3425
3426 2004-07-21  Benjamin Otte  <otte@gnome.org>
3427
3428         * gst/gstpad.c:
3429           check if data is NULL before outputting debug info. (fixes #145100)
3430
3431 2004-07-21  Benjamin Otte  <otte@gnome.org>
3432
3433         * gst/schedulers/entryscheduler.c:
3434         (gst_entry_scheduler_loop_wrapper),
3435         (gst_entry_scheduler_chain_wrapper),
3436         (gst_entry_scheduler_get_wrapper):
3437           reset the state when the cothread starts, so we don't get assertion
3438           failures on restarting of cothreads
3439
3440 2004-07-20  Benjamin Otte  <otte@gnome.org>
3441
3442         * gst/gstelement.c: (gst_element_link_pads_filtered):
3443           use correct sinkpad, if only sinkpad is specified, but not srcpad
3444           (fixes #147889)
3445         * gst/gstelement.c: (gst_element_set_state_func),
3446         (gst_element_change_state): ref/unref the element, signal handlers
3447         could get rid of the element otherwise
3448
3449 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3450
3451         * docs/random/ds/0.9-suggested-changes:
3452           Make note about renaming fixed-list to array.
3453         * gst/gstvalue.c: (gst_value_intersect_fixed_list),
3454         (_gst_value_initialize):
3455           Add array intersections.
3456         * testsuite/caps/intersect2.c: (main):
3457           Add test for array intersections.
3458
3459 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3460
3461         * configure.ac: back to cvs
3462
3463 === release 0.8.4 ===
3464
3465 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3466
3467         * configure.ac:
3468           releasing 0.8.4, "Paella"
3469           bump libtool versioning
3470
3471 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3472
3473         * po/LINGUAS:
3474         * po/ca.po:
3475           adding Catalan translation (Jordi Mallach)
3476
3477 2004-07-20  Wim Taymans  <wim@fluendo.com>
3478
3479         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
3480         (handoff_identity), (main):
3481         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
3482         (handoff_identity), (main):
3483         * testsuite/schedulers/Makefile.am:
3484         Added failing testcase for variant of #147894
3485
3486 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3487
3488         patch by: David Moore
3489
3490         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
3491         (schedule_group), (gst_opt_scheduler_schedule_run_queue),
3492         (group_migrate_connected):
3493         * testsuite/schedulers/Makefile.am:
3494           fix for #142813 (Deadlock in optimal scheduler)
3495
3496 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3497
3498         patch by: Wim Taymans
3499
3500         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
3501         (gst_opt_scheduler_schedule_run_queue),
3502         (gst_opt_scheduler_get_wrapper), (get_group),
3503         (group_migrate_connected):
3504         * testsuite/schedulers/Makefile.am:
3505           fix for #147819 (Add some checks in the opt scheduler)
3506
3507 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3508
3509         patch by: Benjamin Otte
3510
3511         * gst/gstelementfactory.c: (__gst_element_details_set):
3512           fix for #147929: running gst-register in non-utf8 locale can cause
3513           invalid registry
3514
3515 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3516
3517         patch by: Wim Taymans
3518
3519         * gst/schedulers/gstoptimalscheduler.c: (group_num_elements),
3520         (group_has_element), (element_get_reachables_func),
3521         (group_migrate_connected):
3522           fix for #147894 (opt scheduler decoupled elements mismanagement)
3523         * testsuite/schedulers/Makefile.am:
3524           testsuite app now passes
3525
3526 2004-07-19  Wim Taymans  <wim@fluendo.com>
3527
3528         * testsuite/schedulers/147819.c: (handoff_identity1),
3529         (handoff_identity2), (main):
3530         * testsuite/schedulers/Makefile.am:
3531         Added testcase for bug 147819
3532
3533 2004-07-19  Wim Taymans  <wim@fluendo.com>
3534
3535         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
3536         (handoff_identity), (main):
3537         * testsuite/schedulers/Makefile.am:
3538         Added testcase for bug 147894
3539
3540 2004-07-16  Wim Taymans  <wim@fluendo.com>
3541
3542         * testsuite/schedulers/142183-2.c: (handoff_identity), (main):
3543         * testsuite/schedulers/142183.c: (handoff_identity), (main):
3544         * testsuite/schedulers/Makefile.am:
3545         Added testsuite for bug 142183 in its two incarnations. Refcount
3546         is not increased for scheduled elements and threadsafe properties
3547         mutexes are not properly unlocked.
3548
3549 2004-07-16  Wim Taymans  <wim@fluendo.com>
3550
3551         * gst/schedulers/gstoptimalscheduler.c: (gst_opt_scheduler_init),
3552         (create_chain), (destroy_chain), (create_group), (destroy_group),
3553         (add_to_group), (merge_groups), (group_elements), (group_inc_link),
3554         (group_dec_link), (gst_opt_scheduler_pad_link),
3555         (group_inc_links_for_element), (group_migrate_connected):
3556         Call group_inc_link with the proper src->sink ordering -- 
3557         break this, and we break sort_chain. patch from wingo for bug
3558         147713.
3559         Partially revert patch 1.89. When adding a loop based element to 
3560         the scheduler, the links to other groups are automatically followed
3561         and incremented. This should not happen because the bin will call
3562         pad_link explicitly for those connection, resulting in them counted 
3563         twice. Results in assertion failure on pipeline cleanup.
3564
3565 2004-07-16  Wim Taymans  <wim@fluendo.com>
3566
3567         * testsuite/schedulers/143777-2.c: (main):
3568         * testsuite/schedulers/147713.c: (handoff_src), (handoff_sink),
3569         (main):
3570         * testsuite/schedulers/Makefile.am:
3571         Added cleanup code to testcase 143777-2.
3572         Added testcase to show bug 147713, does not really show the
3573         deadlock as I can't figure out how to trigger it, but it does
3574         demonstrate bad ordering in the scheduler.
3575
3576 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3577
3578         * gst/gstvalue.c: (gst_value_deserialize_fraction):
3579           change strndup to g_strndup.  Fixes #147707
3580
3581 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3582
3583         * po/af.po:
3584         * po/az.po:
3585         * po/cs.po:
3586         * po/en_GB.po:
3587         * po/fr.po:
3588         * po/nl.po:
3589         * po/sr.po:
3590         * po/sv.po:
3591         * po/tr.po:
3592         * po/uk.po:
3593           updated translations
3594
3595 2004-07-16  Benjamin Otte  <otte@gnome.org>
3596
3597         * gst/gstvalue.c: (gst_greatest_common_divisor):
3598           use ints and return ints, fractions only use ints, too, so this
3599           avoids accidently casting multiplications to unsigned
3600         (gst_value_lcopy_fraction): it's ints, not uint32
3601         (gst_value_set_fraction): disallow minint, multiplying and negation
3602           are broken with it
3603         (gst_value_fraction_multiply): fix to make large numbers work and get
3604         rid of the assumption that the multiplication of two ints fits an
3605         int64 - dunno if that's true for all systems
3606         * testsuite/caps/Makefile.am:
3607         * testsuite/caps/fraction-multiply-and-zero.c:
3608         (check_multiplication), (check_equal), (zero_test), (main):
3609           add tests for all the stuff above
3610         * testsuite/caps/value_compare.c: (test1):
3611           fix comment
3612         * tests/.cvsignore:
3613         * testsuite/caps/.cvsignore:
3614         * testsuite/debug/.cvsignore:
3615         * testsuite/dlopen/.cvsignore:
3616         * testsuite/states/.cvsignore:
3617           get up to date
3618
3619 2004-07-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3620
3621         * docs/manual/bins-api.xml:
3622         * docs/manual/factories.xml:
3623         * docs/manual/helloworld.xml:
3624         * docs/manual/links-api.xml: 
3625           fixes for out of date info, incorrect info and grammar
3626
3627 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3628
3629         * docs/manual/pads.xml:
3630         * docs/manual/pads-api.xml: grammar fix
3631
3632 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3633
3634         * docs/manual/pads-api.xml: typo + grammar fix
3635
3636 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3637
3638         * docs/gst/gstreamer-sections.txt:
3639           add new symbols
3640         * docs/gst/tmpl/gstelement.sgml:
3641         * docs/gst/tmpl/gstpad.sgml:
3642         * docs/gst/tmpl/gsttypes.sgml:
3643         * docs/gst/tmpl/gstvalue.sgml:
3644           update docs
3645         * gst/gststructure.c: (gst_structure_set_valist),
3646         (gst_structure_from_abbr), (gst_structure_to_abbr):
3647         * gst/gstvalue.c: (gst_value_compare_double), (gst_type_is_fixed),
3648         (gst_greatest_common_divisor), (gst_value_init_fraction),
3649         (gst_value_copy_fraction), (gst_value_collect_fraction),
3650         (gst_value_lcopy_fraction), (gst_value_set_fraction),
3651         (gst_value_get_fraction_numerator),
3652         (gst_value_get_fraction_denominator),
3653         (gst_value_fraction_multiply), (gst_value_serialize_fraction),
3654         (gst_value_deserialize_fraction),
3655         (gst_value_transform_fraction_string),
3656         (gst_value_transform_string_fraction),
3657         (gst_value_compare_fraction), (_gst_value_initialize):
3658         * gst/gstvalue.h:
3659           adding GstFraction GValue type, get/set, and multiply
3660         * testsuite/caps/Makefile.am:
3661         * testsuite/caps/fraction.c: (test), (main):
3662         * testsuite/caps/string-conversions.c: (main):
3663         * testsuite/caps/value_compare.c: (test1), (main):
3664           add regression tests for GstFraction
3665
3666 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3667         
3668         * docs/manual/init-api.xml: Grammar fix
3669
3670 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3671
3672         * docs/manual/states.xml: Fix inconsistent information
3673
3674 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3675
3676         * gst/gstelement.c: (gst_element_set_state):
3677         * gst/gstpad.c: (gst_pad_try_set_caps):
3678         * gst/gststructure.c:
3679         * gst/gstthread.c: (gst_thread_child_state_change):
3680         * gst/gstvalue.c: (gst_value_compare_double):
3681         * gst/gstvalue.h:
3682         * testsuite/parse/parse1.c: (main):
3683           debugging additions and style cleanups
3684
3685 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3686
3687         * docs/manual/states.xml: Grammar fix
3688
3689 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3690
3691         * docs/manual/pads.xml: Grammar fix
3692
3693 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3694
3695         * docs/manual/elements.xml: Fixed image reference
3696
3697 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3698
3699         * docs/manual/goals.xml: Grammar fix
3700
3701 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3702
3703         * docs/manual/motivation.xml:
3704         Bonobo is no longer "emerging" and added sentence regarding tcp plugins
3705
3706 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3707
3708         * docs/manual/motivation.xml: Fix spelling
3709
3710 2004-07-15  Benjamin Otte  <otte@gnome.org>
3711
3712         * gst/gstelement.h: 
3713           Don't GST_ERROR_OBJECT empty strings - Solaris doesn't like NULL
3714           strings.
3715         * gst/gstelement.c (gst_element_class_init):
3716           GError's are boxed, not objects
3717         * gst/gstmarshal.list:
3718           update list for the fixed error signal
3719
3720 2004-07-14  Andy Wingo  <wingo@pobox.com>
3721
3722         * gst/gsttag.c: Add a tag merge func for pointers. The header was
3723         there all along, but the function wasn't. (guile-gstreamer's build
3724         system uses the address of the function -- I wasn't actually
3725         trying to use this.)
3726
3727 2004-07-14  Andy Wingo  <wingo@pobox.com>
3728
3729         * gst/gstpad.c (gst_pad_try_set_caps): Naive link functions (such
3730         as gst_pad_proxy_pad_link) just link to every other pad when they
3731         are called. In the case where the graph has cycles, this will mean
3732         that a call to try_set_caps will recurse. Allow this recursion
3733         and return OK, while we wait for the first try_set_caps to give a
3734         proper return value.
3735         (gst_pad_link_call_link_functions): Since this function is the
3736         only one to set the NEGOTIATING flag on a pad, if the flag is set
3737         it means that the link functions have indirectly recursed. If this
3738         happens, error out to avoid infinite recursion and an eventual
3739         SEGV.
3740         (gst_real_pad_class_init): Remove a crufty GtkObject comment.
3741         (gst_pad_proxy_getcaps): Intersect the result with the template
3742         caps to ensure that the return value is valid.
3743
3744 2004-07-14  Andy Wingo  <wingo@pobox.com>
3745
3746         * gst/gstdata.c (gst_data_is_writable): s/>=/>/. If there is only
3747         one refcount, the calling function is the owner of the buffer.
3748
3749 2004-07-14  Wim Taymans  <wim@fluendo.com>
3750
3751         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
3752         (gst_opt_scheduler_pad_link), (group_migrate_connected):
3753         Fix stupid warning when an element is to be migrated but
3754         is already migrated.
3755
3756 2004-07-14  Wim Taymans  <wim@fluendo.com>
3757
3758         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
3759         (gst_opt_scheduler_pad_link), (group_migrate_connected):
3760         Make sure that a single non-loop-based element does not 
3761         end up in a group. This fixes the testsuite again.
3762
3763 2004-07-14  Wim Taymans  <wim@fluendo.com>
3764
3765         * gst/schedulers/gstoptimalscheduler.c: (create_group),
3766         (add_to_group), (merge_groups), (schedule_group),
3767         (gst_opt_scheduler_get_wrapper), (group_elements),
3768         (group_dec_link), (gst_opt_scheduler_pad_link),
3769         (group_migrate_connected), (gst_opt_scheduler_pad_unlink),
3770         (gst_opt_scheduler_iterate):
3771         move isolated groups to a new chain.
3772         Emit a warning instead of segfaulting in some error cases.
3773         Fix a bug where the link count between groups was not calculated 
3774         correctly. Fixes #144510.
3775
3776 2004-07-13  Steve Lhomme  <steve.lhomme@free.fr>
3777         * gst/elements/gstfilesrc.c:
3778           Binary files support under Windows now OK
3779       
3780 2004-07-13  Benjamin Otte  <otte@gnome.org>
3781
3782           compatibility fixes for Solaris 8/gcc 2.95
3783         * configure.ac:
3784           include libintl libs in LDFLAGS
3785         * gstvalue.c (gst_value_deserialize_buffer):
3786           cast isxdigit stuff to int to silence compiler warning
3787
3788 2004-07-12  Benjamin Otte  <otte@gnome.org>
3789
3790         * gst/gsttypes.h:
3791           get rid of GST_O_READONLY, GST_FILE_MODE_READ and
3792           GST_FILE_MODE_WRITE, I don't want them in the exported headers. It
3793           just causes support madness
3794         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
3795           make it work without this
3796         * gst/indexers/gstfileindex.c: (_file_index_id_save_entries),
3797         (gst_file_index_commit):
3798           glib IO channels don't want binary mode
3799         * testsuite/bytestream/filepadsink.c: (main):
3800         * testsuite/bytestream/test1.c: (read_param_file):
3801           use "rb" instead of GST_FILE_MODE_READ, it works on POSIX systems
3802
3803 2004-07-12  Benjamin Otte  <otte@gnome.org>
3804
3805         * gst/gstelement.c: (gst_element_class_init),
3806         (gst_element_set_state), (gst_element_set_state_func):
3807           virutalize gst_element_set_state, use set_state member in class
3808           struct that was already added in 0.7 for this.
3809         * gst/gstbin.c: (gst_bin_foreach), (set_kid_state_func), 
3810         (gst_bin_change_state):
3811           make gst_bin_foreach works similar to other foreach functions, plug
3812           memleaks in it. Make functions using it work with the new approach.
3813           Document gst_bin_foreach, so it can be exported if we want to
3814         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_state):
3815           use virtualized set_state to make set_state on bins set the state of
3816           all its children.
3817
3818 2004-07-12  Benjamin Otte  <otte@gnome.org>
3819
3820         * configure.ac:
3821           require valgrind >= 2.1 (fixes Gentoo bug 53967, see
3822           http://bugs.gentoo.org/show_bug.cgi?id=53967)
3823         * gst/gstpad.c: (gst_pad_alloc_buffer):
3824           allow buffer_alloc functions to return NULL and allocate a normal
3825           buffer in that case
3826
3827 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
3828         * gst/elements/gstfilesink.c:
3829         * gst/elements/gstfilesrc.c:
3830         * gst/indexers/gstfileindex.c:
3831         * gst/gsttypes.h:
3832         * testsuite/bytestream/filepadsink.c:
3833         * testsuite/bytestream/test1.c:
3834           Handle binary files under Windows
3835
3836 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
3837         * docs/manual/win32.xml:
3838         * win32/config.h:
3839         * win32/gst-register.vcproj:
3840         * win32/gstreamer.def:
3841           Update to another gettext public build
3842
3843 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
3844         * gst/gstplugin.c:
3845           Fix an impossible C syntax
3846         * win32/config.h:
3847           Disable i18n under Windows for the moment
3848         * win32/gst-register.vcproj:
3849           Use this configuration
3850
3851 2004-07-12  Jan Schmidt  <thaytan@mad.scientis.com>
3852         * docs/manual/quotes.xml:
3853           Keep the quotes file alive
3854         * docs/random/ds/0.9-suggested-changes:
3855           Add the suggestion of including a 'rowstride' as part of video
3856           format caps
3857
3858 2004-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3859
3860         * gst/gstelement.c: (gst_element_set_state),
3861         (gst_element_change_state):
3862           d'oh.  Set PENDING state correctly before forcing bin to change.
3863         * gst/gststructure.c: (gst_structure_value_get_generic_type),
3864         (gst_structure_parse_fixed_list):
3865         * gst/schedulers/gstoptimalscheduler.c:
3866         (gst_opt_scheduler_state_transition):
3867         * testsuite/states/parent.c: (main):
3868           remove comment now that it's fixed.
3869
3870 2004-07-11  Benjamin Otte  <otte@gnome.org>
3871
3872         * gst/gstclock.h:
3873           GST_SECOND shouldn't cause a conversion to unsigned.
3874         * testsuite/clock/.cvsignore:
3875         * testsuite/clock/Makefile.am:
3876         * testsuite/clock/signedness.c: (main):
3877           make sure it never will again
3878
3879 2004-07-11  Andy Wingo  <wingo@pobox.com>
3880
3881         * gst/gstbin.c (gst_bin_add_func): If we're adding an element
3882         whose state is higher than the bin state, raise the bin state to
3883         ensure that bin state := highest child state.
3884         
3885 2004-07-11  Andy Wingo  <wingo@pobox.com>
3886
3887         * gst/gstbin.c (gst_bin_foreach): New static function. Calls a
3888         procedure on the children of a bin. Assumes that the procedure can
3889         change the set of children.
3890         (set_kid_state_func): New static function.
3891         (gst_bin_change_state): Use gst_bin_foreach to call
3892         set_kid_state_func. Fixes a bug: if a child had a state-change
3893         handler that removes it from the bin, there would be a segfault.
3894         Hopefully it should also work in the case where the state-change
3895         handler on one child adds or removes other children. In any case,
3896         fixes should go to gst_bin_foreach.
3897
3898 2004-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3899
3900         * gst/gstelement.c: (gst_element_set_state):
3901           compatibility fix for latest plugins release.  Change loop back
3902           to while {}
3903
3904 2004-07-09  Wim Taymans  <wim@fluendo.com>
3905
3906         * gst/gstbin.c: (gst_bin_remove), (gst_bin_dispose):
3907         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_catch),
3908         (gst_thread_main_loop):
3909         Since remove is virtual in GstBin we must not assume the 
3910         elements GList to have anothing useful.
3911         Add some more logging to GstThread and be a bit more paranoid
3912         when resetting the scheduler.
3913         Set the state of the bin to NULL before removing the children.
3914
3915 2004-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3916
3917         * testsuite/threads/Makefile.am:
3918         * testsuite/threads/threadg.c:
3919           added test to check if problem when removing all elements from a
3920           GstThread before setting GstThread state to NULL
3921
3922 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3923
3924         * docs/gst/tmpl/gstelement.sgml:
3925         * docs/gst/tmpl/gsttypes.sgml:
3926         * gst/gstbin.c: (gst_bin_change_state):
3927         * gst/gstelement.c: (gst_element_set_state),
3928         (gst_element_change_state):
3929           rework so that for bins we try to set the state on all children
3930           as well even if the bin is in the correct state already.
3931           change while to do so at least one iteration is done.
3932           For regular elements, we fall back to the previous behaviour for
3933           now since we first need a new plugins release.
3934         * testsuite/states/parent.c: (main):
3935           test for this case
3936           Fixes #123774
3937
3938 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3939
3940         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_finalize),
3941         (gst_queue_chain), (gst_queue_get), (gst_queue_handle_src_event),
3942         (gst_queue_release_locks), (gst_queue_change_state),
3943         (gst_queue_set_property):
3944           add proper lock debugging.  Change dispose to finalize, since
3945           we're freeing mutexes and other stuff which should happen only once.
3946
3947 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3948
3949         * docs/gst/tmpl/gstelement.sgml:
3950         * docs/gst/tmpl/gstplugin.sgml:
3951         * docs/gst/tmpl/gsttypes.sgml:
3952         * docs/pwg/building-state.xml:
3953         * gst/elements/gstfakesrc.c: (gst_fakesrc_change_state):
3954         * gst/gstelement.c: (gst_element_change_state):
3955         * gst/gstthread.c: (gst_thread_change_state):
3956           catch wrong state changes in element base class.
3957
3958 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3959
3960         * gst/gstinfo.h:
3961           clean up layout a little.
3962
3963 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3964
3965         * configure.ac:
3966         * testsuite/Makefile.am:
3967         * testsuite/states/Makefile.am:
3968         * testsuite/states/parent.c: (main):
3969           re-enable states testsuite dir.  Add test for state changes and
3970           parent behaviour
3971
3972 2004-07-09  Wim Taymans  <wim@fluendo.com>
3973
3974         * gst/schedulers/gstoptimalscheduler.c:
3975         (gst_opt_scheduler_pad_link), (group_elements_set_visited),
3976         (element_get_reachables_func), (element_get_reachables),
3977         (debug_element), (rechain_group), (group_migrate_connected),
3978         (gst_opt_scheduler_pad_unlink):
3979         Do not try to migrate decoupled elements to a new group since
3980         they are not added to groups.
3981
3982 2004-07-08  Benjamin Otte  <otte@gnome.org>
3983
3984         * gst/gstelement.c: (gst_element_error_func):
3985           make reentrant (= allow removing elements in error handler)
3986
3987 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3988
3989         * gst/gstpad.c: (gst_pad_event_default_dispatch),
3990         (gst_pad_send_event), (gst_pad_call_chain_function):
3991           events sent to elements below PAUSED cannot be handled, so
3992           don't try to
3993
3994 2004-07-08  Wim Taymans  <wim@fluendo.com>
3995
3996         * gst/schedulers/gstoptimalscheduler.c:
3997         (chain_recursively_migrate_group), (create_group),
3998         (schedule_group), (gst_opt_scheduler_pad_link),
3999         (group_elements_set_visited), (element_get_reachables_func),
4000         (element_get_reachables), (group_can_reach_group), (debug_element),
4001         (rechain_group), (group_migrate_connected),
4002         (gst_opt_scheduler_pad_unlink):
4003         * testsuite/schedulers/Makefile.am:
4004         Implemented group splitting and rechaining.
4005         Fixes 143777 and 143777-2 in the testsuite.
4006
4007 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4008
4009         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
4010           extra debugging
4011         * gst/gstevent.h:
4012         * gst/gstinfo.c: (gst_debug_log_default):
4013           print time nicely.  add thread pointer until someone figures out
4014           a completely portable way of getting at thread id's.
4015         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_try),
4016         (_invent_event), (gst_pad_pull), (gst_pad_event_default_dispatch),
4017         (gst_pad_call_chain_function):
4018           extra debugging
4019         * gst/schedulers/gstoptimalscheduler.c:
4020         (get_group_schedule_function), (loop_group_schedule_function),
4021         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
4022         (pad_clear_queued), (gst_opt_scheduler_iterate):
4023           rename BUFPEN and friends to DATAPEN since that's what they are.
4024
4025 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4026
4027         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
4028         * gst/gstbuffer.h:
4029         * gst/gstpad.c:
4030           cleanups and debugging
4031
4032 2004-07-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4033
4034         * configure.ac:
4035         * gst/gstvalue.c: (gst_value_compare_enum),
4036         (gst_value_serialize_enum), (gst_value_deserialize_enum),
4037         (gst_value_can_compare), (gst_value_compare):
4038         * testsuite/Makefile.am:
4039         * testsuite/enumcaps/Makefile.am:
4040         * testsuite/enumcaps/enumcaps.c:
4041           Fix enum serialization, deserialization, comparison in caps, add
4042           a test to ensure that this continues working in the future.
4043
4044 2004-07-06  David Schleef  <ds@schleef.org>
4045
4046         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
4047         Fix memleak.
4048
4049 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4050
4051         * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
4052         * gst/gstplugin.h:
4053         * gst/registries/gstxmlregistry.c:
4054         (plugin_times_older_than_recurse), (plugin_times_older_than),
4055         (gst_xml_registry_parse_padtemplate):
4056           only rebuild registry when actual plugins have a newer time than
4057           the registry.  Fixes #145520
4058
4059 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4060
4061         * docs/manual/manual.xml:
4062         * docs/manual/win32.xml:
4063           add chapter on win32 building.  fixes #142422
4064
4065 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4066
4067         patch by: Sebastien Cote <sc5 at hermes.usherb.ca>
4068
4069         * gst/autoplug/gstspider.c: (gst_spider_init),
4070         (gst_spider_dispose):
4071           fix spider memleaks.  fixes #137863
4072
4073 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4074
4075         patch by: Joe Marcus Clarke <marcus at freebsd dot org>
4076
4077         * gst/schedulers/gstoptimalscheduler.c:
4078         (gst_opt_scheduler_pad_unlink):
4079           fix SIGBUS error, fixes #145338
4080
4081 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4082
4083         * gst/gstobject.c: (gst_object_replace):
4084         * gst/gstscheduler.c: (gst_scheduler_get_clock):
4085         * gst/gstsystemclock.c: (gst_system_clock_obtain):
4086           clean up clock lifecycle.  Fixes #109831
4087
4088 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4089
4090         * po/LINGUAS:
4091         * po/cs.po:
4092           added Czech translation (Miloslav Trmac)
4093
4094 2004-07-04  David Schleef  <ds@schleef.org>
4095
4096         * tools/Makefile.am:
4097         * tools/gst-xmlinspect.1.in:  Add man page. (bug #140219)
4098
4099 2004-07-04  David Schleef  <ds@schleef.org>
4100
4101         * common/m4/gst-doc.m4: Check for docbook2html 0.6.10 (bug #139909)
4102
4103 2004-07-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4104
4105         * gst/gstbin.c: (gst_bin_restore_thyself):
4106           chain to parent restore so the bins get restored correctly
4107           in the editor
4108
4109 2004-07-03  David Schleef  <ds@schleef.org>
4110
4111         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
4112         Actually do something in these functions, like before the big
4113         caps change.  (bug #145137)
4114
4115 2004-07-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4116
4117         * gst/gstelement.c: (gst_element_get_compatible_pad_template),
4118         (gst_element_get_compatible_pad_filtered):
4119         * gst/gstthread.c: (gst_thread_main_loop):
4120           more debugging
4121
4122 2004-07-02  David Schleef  <ds@schleef.org>
4123
4124         * gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler
4125         * gst/gstobject.h:
4126         * gst/gstparse.h:
4127         * gst/gsttrace.h:
4128         * gst/gstxml.h:
4129
4130 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4131
4132         * gst/gstpad.c: (gst_pad_check_schedulers),
4133         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
4134         (gst_pad_link_prepare):
4135           revert until testsuite is fixed
4136
4137 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4138
4139         * testsuite/Makefile.am:
4140         * testsuite/caps/filtercaps.c: (main):
4141         * testsuite/clock/clock1.c: (main):
4142         * testsuite/dynparams/dparamstest.c: (gst_dptest_chain), (main):
4143           fix some more tests
4144
4145 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4146
4147         * testsuite/cleanup/cleanup1.c: (create_pipeline):
4148         * testsuite/cleanup/cleanup2.c: (create_pipeline):
4149         * testsuite/cleanup/cleanup4.c: (main):
4150           fix testsuite
4151
4152 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4153
4154         * libs/gst/control/control.c:
4155         * libs/gst/control/dparam.c:
4156         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_get_type):
4157         * libs/gst/control/dparammanager.c:
4158         * libs/gst/control/dparammanager.h:
4159         * testsuite/dynparams/Makefile.am:
4160         * testsuite/dynparams/dparamstest.c: (gst_dptest_base_init),
4161         (gst_dptest_change_state), (gst_dptest_chain), (main):
4162           fix testcase for dparams
4163           add debugging category
4164
4165 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4166
4167         * testsuite/Rules:
4168           change path
4169
4170 2004-07-02  Benjamin Otte  <otte@gnome.org>
4171
4172         * tests/.cvsignore:
4173         * tests/Makefile.am:
4174         * tests/mass_elements.c: (gst_get_current_time), (main):
4175           add simple benchmark to test various speeds of fakesrc ! identity !
4176           identity ! ... ! fakesink.
4177           Usage: mass_elements [num_identities] [num_buffers]
4178           If not specified they default to 1000.
4179
4180 2004-07-02  Benjamin Otte  <otte@gnome.org>
4181
4182         * gst/gstpad.c: (gst_pad_check_schedulers),
4183         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
4184         (gst_pad_link_prepare):
4185           check that pads that get linked belong to the same manager. The old
4186           code allowed linking elements before putting them into bins, so it
4187           worked to link them and then put them in different threads, which
4188           lead to weird behaviour.
4189           Since this effectively disallows linking elements before putting
4190           them in a bin, some applications might not work after this and error
4191           out. If these applications are too critical, we might need to revert
4192           that patch. Please test this before the next release...
4193
4194 2004-06-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4195
4196         * gst/gstpad.c: (gst_pad_get_caps):
4197           throw an error if the getcaps function does not return a subset of
4198           the template caps.
4199         * libs/gst/bytestream/filepad.c: (gst_file_pad_chain):
4200           make disconts without position info an error in debugging
4201         * tests/spidey_bench.c: (handoff), (main):
4202           don't count first try when averaging
4203
4204 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4205
4206         * gst/gstplugin.c: (gst_plugin_load_file):
4207           figure out problem with dynamic test
4208
4209 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4210
4211         * docs/gst/Makefile.am:
4212           fix docs build
4213
4214 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4215
4216         * po/POTFILES.in:
4217         * po/af.po:
4218         * po/az.po:
4219         * po/en_GB.po:
4220         * po/fr.po:
4221         * po/nl.po:
4222         * po/sr.po:
4223         * po/sv.po:
4224         * po/tr.po:
4225         * po/uk.po:
4226         * tools/gst-register.c: (plugin_added_func), (main):
4227           i18n-ize -register, fix plural
4228
4229 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4230
4231         * gst/elements/gstidentity.c: (gst_identity_class_init),
4232         (gst_identity_init), (gst_identity_chain),
4233         (gst_identity_set_property), (gst_identity_get_property):
4234         * gst/elements/gstidentity.h:
4235           check for perfect stream
4236
4237 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4238
4239         * gst/elements/gstidentity.c: (gst_identity_chain):
4240           print offset_end
4241
4242 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4243
4244         * docs/gst/Makefile.am:
4245         * docs/gst/gstreamer-docs.sgml:
4246           doc fixes
4247
4248 2004-06-24  David Schleef  <ds@schleef.org>
4249
4250         * autogen.sh:  Remove call to env, since the buildbot isn't
4251         broken anymore.
4252
4253 2004-06-24  Wim Taymans  <wim@fluendo.com>
4254
4255         * gst/elements/Makefile.am:
4256         * gst/elements/gstelements.c:
4257         * gst/elements/gstmultifdsink.c: (gst_multifdsink_base_init),
4258         (gst_multifdsink_class_init), (gst_multifdsink_init),
4259         (gst_multifdsink_add), (gst_multifdsink_remove),
4260         (gst_multifdsink_clear), (gst_multifdsink_chain),
4261         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
4262         * gst/elements/gstmultifdsink.h:
4263         Added an element that writes to multiple filedescriptors at once.
4264
4265 2004-06-24  Benjamin Otte  <otte@gnome.org>
4266
4267         * gst/parse/grammar.y:
4268           don't try to link elements before they have been added to bins
4269
4270 2004-06-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4271
4272         * libs/gst/bytestream/filepad.c: (gst_file_pad_available),
4273         (gst_file_pad_get_length):
4274         * libs/gst/bytestream/filepad.h:
4275           add 2 new functions
4276
4277 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4278
4279         * docs/gst/gstreamer-sections.txt:
4280         remove from docs, the define that Benjamin removed from gstelement.h
4281
4282 2004-06-22  Benjamin Otte  <otte@gnome.org>
4283
4284         * gst/gstelement.h:
4285           remove define that referenced a nonexisting GstElement struct member
4286
4287 2004-06-20  Benjamin Otte  <otte@gnome.org>
4288
4289         * gst/gstdata.c: (gst_data_is_writable):
4290           whoops, return values were wrong, so writable data was marked as
4291           non-writable and vice versa. (fixes #143953, spotted by Francis
4292           Labonte)
4293           Shows how rarely we need to copy data ;)
4294
4295 2004-06-20  Benjamin Otte  <otte@gnome.org>
4296
4297         * testsuite/schedulers/.cvsignore:
4298         * testsuite/schedulers/Makefile.am:
4299         * testsuite/schedulers/143777-2.c: (main):
4300           add test for opt breakage in bug #143777
4301
4302 2004-06-20  Benjamin Otte  <otte@gnome.org>
4303
4304         * gst/gstpad.c: (gst_pad_call_chain_function):
4305           check for if we were unlinked while inside the chainfunction (fixes
4306           entrygthread having issues with #143777)
4307         * testsuite/schedulers/143777.c: (main):
4308         * testsuite/schedulers/Makefile.am:
4309           add a test for that fix
4310
4311 2004-06-20  Benjamin Otte  <otte@gnome.org>
4312
4313         * gst/gstvalue.c: (gst_value_set_int_range):
4314           test that start is smaller then end
4315         * libs/gst/bytestream/Makefile.am:
4316         * libs/gst/bytestream/filepad.c: 
4317         * libs/gst/bytestream/filepad.h:
4318           add GstFilePad - a pad that behaves like a FILE*
4319         * testsuite/bytestream/.cvsignore:
4320         * testsuite/bytestream/Makefile.am:
4321         * testsuite/bytestream/filepadsink.c: 
4322           test for the GstFilePad
4323
4324 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4325
4326         * gst/elements/gstidentity.c: (gst_identity_class_init),
4327         (gst_identity_init), (gst_identity_set_clock),
4328         (gst_identity_chain), (gst_identity_set_property),
4329         (gst_identity_get_property):
4330         * gst/elements/gstidentity.h:
4331         * gst/gstclock.c: (gst_clock_id_wait):
4332           add a "sync" property to sync to the clock
4333
4334 2004-06-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4335
4336         * gst/gstelementfactory.c: (gst_element_factory_create):
4337           make the freakin "elementfactory bla has no type" message more
4338           useful. So we actually can do something when someone shows up
4339           complaining about it.
4340
4341 2004-06-15  Johan Dahlin  <johan@gnome.org>
4342
4343         * tools/gst-inspect.c (main): Fallback to plugin if no element is
4344         found. This matches the old behavior better. Thanks to Thomas for
4345         pointing out.
4346
4347 2004-06-14  David Schleef  <ds@schleef.org>
4348
4349         * gst/gstcpu.c: (gst_cpuid_i386): Fix problem when using
4350         -fomit-frame-pointer.  Appears to generate correct code in
4351         other cases as well.
4352
4353 2004-06-14  Johan Dahlin  <johan@gnome.org>
4354
4355         * tools/gst-inspect.c (main): Add two new command line options: -a
4356         to print all elements and -n to print the name on each line. Also
4357         fix some error reporting.
4358         (main): Simplify, remove -n and always print names if -a is specified
4359
4360 2004-06-13  Steve Lhomme  <steve.lhomme@free.fr>
4361
4362         * win32/gstconfig.h:
4363         * win32/GSTreamer.vcproj:
4364         * win32/Makefile:
4365         * gst/gstconfig.h.in:
4366         * gst/gst.h:
4367         * gst/gstbin.h:
4368         * gst/gstelement.h:
4369         * gst/gstevent.h:
4370         * gst/gstobject.h:
4371         * gst/gstpad.h:
4372         * docs/gst/gstreamer-sections.txt:
4373         * docs/gst/tmpl/gstconfig.sgml:
4374           rename GSTREAMER_EXPORT(S) to GST_EXPORT(S)
4375
4376 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
4377         * docs/gst/gstreamer-sections.txt:
4378         * docs/gst/tmpl/gstconfig.sgml:
4379         Add the GSTREAMER_EXPORT macro to the docs
4380
4381 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
4382
4383         * tools/gst-compprep.c: (handle_xmlerror), (main):
4384         Add a check for the version that introduced SetStructuredError to fix
4385         the build on FC1
4386
4387 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
4388
4389         * win32/msvc71.sln:
4390         * win32/testsuite/:
4391           prepare to compile the testsuite with MSVC
4392
4393 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
4394
4395         * docs/manual/win32.xml:
4396           attempt to transform the Win32 README into an XML doc
4397
4398 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
4399
4400         * gst/gst.c:
4401         * gst/gstbin.*:
4402         * gst/config.h.in:
4403         * gst/gstelement.*:
4404         * gst/gstevent.h:
4405         * gst/gstobject.*:
4406         * gst/gstpad.h:
4407         * tools/gst-register.c:
4408         * win32/gstreamer.def:
4409           extern symbols are now exported for the Windows DLL
4410
4411 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
4412
4413         * gst/gstinfo.h:
4414           fix a problem to enable/disable DEBUG under MSVC
4415
4416 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
4417
4418         * win32/:
4419           enable more debug code in DEBUG build
4420
4421 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
4422
4423         * win32/config.h:
4424         * gst/gst-i18n-app.h:
4425           enable NLS under Windows
4426
4427 2004-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
4428         * tools/gst-compprep.c: (handle_xmlerror), (main):
4429           Make an error that baffled me a bit clearer
4430
4431 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4432
4433         * gst/gstqueue.c:
4434           don't use g_queue_get_length () because it's 2.4, use ->length
4435
4436 2004-06-11  Steve Lhomme  <steve.lhomme@free.fr>
4437
4438         reviewed by Benjamin Otte  <in7y118@public.uni-hamburg.de>
4439
4440         * tools/gst-inspect.c: (print_signal_info):
4441           don't free random data twice. (fixes #144185)
4442
4443 2004-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4444
4445         * gst/gstqueue.c:
4446         * gst/gstqueue.h:
4447           fix removing from the wrong queue on event timeout
4448           fix disposing of the event queue by casting correctly
4449           add mutexes for handling the event queue
4450           someone was sleeping when fixing queue last time around :)
4451
4452 2004-06-10  Johan Dahlin  <johan@gnome.org>
4453
4454         * gst/gst.c (gst_init_check_with_popt_table): Do not fail on
4455         errors, like gtk. It makes it more useful in bindings.  Fixes #141692.
4456
4457 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4458
4459         * docs/random/gdp:
4460         * libs/gst/dataprotocol/dataprotocol-test.c: (buffer_test):
4461         * libs/gst/dataprotocol/dataprotocol.c:
4462         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
4463         (gst_dp_buffer_from_header):
4464         * libs/gst/dataprotocol/dataprotocol.h:
4465         * libs/gst/dataprotocol/dp-private.h:
4466           rev version to 0.1, add buffer flags and copy them
4467
4468 2004-06-09  Johan Dahlin  <johan@gnome.org>
4469
4470         * gst/gstbuffer.c (gst_buffer_default_copy): Don't forget to merge
4471         the flags from the buffer we're copying.
4472
4473 2004-06-09  Wim Taymans  <wim@fluendo.com>
4474
4475         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
4476         * gst/elements/gstidentity.c: (gst_identity_init),
4477         (gst_identity_chain):
4478         Print more buffer info in fakesink.
4479         Make identity output similar to fakesink.
4480
4481 2004-06-07  Daniel Gazard  <dany42@free.fr>
4482
4483         reviewed by Benjamin Otte  <otte@gnome.org>
4484
4485         * configure.ac:
4486           fix cross compiling not working. (fixes #143741)
4487
4488 2004-06-07  Benjamin Otte  <otte@gnome.org>
4489
4490         * gst/gstelement.c: (gst_element_set_time_delay):
4491           add failure check
4492         * gst/gstinfo.h:
4493           put brackets around macro arguments of GST_TIME_ARGS, add note to
4494           move it to correct header in 0.9
4495
4496 2004-06-07  Benjamin Otte  <otte@gnome.org>
4497
4498         * gst/indexers/gstfileindex.c: (gst_file_index_get_writer_id),
4499         (gst_file_index_load), (_file_index_id_save_entries),
4500         (gst_file_index_commit), (gst_file_index_add_association),
4501         (gst_file_index_add_entry), (gst_file_index_get_assoc_entry),
4502         (gst_file_index_plugin_init):
4503           make debugging use a default category
4504
4505 2004-06-06  David Moore  <dcm@acm.org>
4506
4507         reviewed by Benjamin Otte  <otte@gnome.org>
4508
4509         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
4510         (gst_fdsrc_change_state):
4511           reset offset counter when going READY => PAUSED. (fixes #142903)
4512
4513 2004-06-06  ed@catmur.co.uk
4514
4515         reviewed by Benjamin Otte  <otte@gnome.org>
4516
4517         * gst/registries/gstxmlregistry.c:
4518         (gst_xml_registry_rebuild_recurse):
4519           don't rely on g_dir_open to figure out if a file is a directory, use
4520           explicit G_TEST_IS_DIR. Reiserfs4 allows opening files as
4521           directories. (fixes #142850)
4522
4523 2004-06-06  Benjamin Otte  <otte@gnome.org>
4524
4525         * gst/gstqueue.c: (gst_queue_dispose), (gst_queue_change_state):
4526           fix memory leaks (fixes #142795). Initial patch by Sebastien Cote
4527         * libs/gst/bytestream/adapter.c:
4528         * libs/gst/bytestream/adapter.h:
4529           fix copyright in header and typo in debugging category name
4530
4531 2004-06-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4532
4533         * configure.ac:
4534           bump nano to cvs
4535
4536 === release 0.8.3 ===
4537
4538 2004-06-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4539
4540         * configure.ac:
4541           update libtool versioning
4542           do a new release
4543         * docs/gst/tmpl/gstelement.sgml:
4544         * docs/gst/tmpl/gsttypes.sgml:
4545         * gst/gstinfo.c: (_gst_debug_init):
4546           put back GST_CAT_DATAFLOW to fix API breakage
4547
4548 2004-06-04  David Schleef  <ds@schleef.org>
4549
4550         * autogen.sh: Add a temporary 'env' to test buildbot problems.
4551
4552 2004-06-04  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4553
4554         * configure.ac:
4555           bump nano to cvs
4556
4557 === release 0.8.2 ===
4558
4559 2004-06-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4560
4561         * gst/gst.c: (parse_debug_list), (gst_init_check_with_popt_table):
4562           check GST_DEBUG environment variable which is parsed the same way
4563           as --gst-debug=
4564
4565 2004-05-28  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4566
4567         * gst/elements    : gstaggregator.c gstfakesink.c gstfakesrc.c
4568                             gstmd5sink.c gstshaper.c gsttee.c
4569                             gsttypefindelement.c
4570         * gst/schedulers  : gstbasicscheduler.c gstoptimalscheduler.c
4571
4572           - removing trailing commas at end of enums
4573             it is correct C99 code but C90 compilers would complain
4574             (AIX, Forte, ...)
4575             ('should' fix #143290, at least partially)
4576
4577 2004-05-27  Wim Taymans  <wim@fluendo.com>
4578
4579         * gst/schedulers/gstoptimalscheduler.c: (remove_from_chain),
4580         (chain_group_set_enabled), (create_group), (add_to_group),
4581         (merge_groups), (setup_group_scheduler), (group_elements),
4582         (gst_opt_scheduler_iterate), (gst_opt_scheduler_show):
4583         Don't try to follow the pad connections with other groups
4584         when a loop based element is added to the scheduler because
4585         the bin will inform the scheduler about the pad links a little
4586         later.
4587
4588 2004-05-27  Wim Taymans  <wim@fluendo.com>
4589
4590         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
4591         (remove_from_chain), (chain_group_set_enabled),
4592         (setup_group_scheduler), (group_element_set_enabled),
4593         (gst_opt_scheduler_state_transition), (gst_opt_scheduler_iterate),
4594         (gst_opt_scheduler_show):
4595         Elements without a group can do a state change as well, just wait
4596         with the setup of the scheduling function when it is added to a
4597         chain.
4598
4599 2004-05-27  Wim Taymans  <wim@fluendo.com>
4600
4601         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
4602         (remove_from_chain), (chain_group_set_enabled), (add_to_group),
4603         (merge_groups), (setup_group_scheduler),
4604         (group_inc_links_for_element), (gst_opt_scheduler_iterate),
4605         (gst_opt_scheduler_show):
4606         Fixes to maintain internal consistency of the scheduler data
4607         structures. 
4608          - adding an enabled group to a chain should increment the
4609            number of enabled elements in that chain.
4610          - removing an enabled group from a chain could disable the
4611            chain.
4612          - removing a disabled group from a chain could enable the
4613            chain.
4614          - add g_assert when internal inconsistency is detected.
4615          - adding an element to a group could increase the number of
4616            links this group has with other groups.
4617          - merging two groups also merges the chains.
4618          - also show group links in the _show method.
4619            
4620
4621 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4622
4623         * gst/gstcaps.c: (gst_caps_structure_simplify):
4624           don't print error messages when there is no error
4625         * gst/gstvalue.c: (gst_value_compare_int_range):
4626           compare the second value, too
4627         * testsuite/caps/Makefile.am:
4628         * testsuite/caps/random.c: (assert_on_error), (main):
4629           add tests to make sure the two things above are checked for
4630
4631 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4632
4633         * configure.ac:
4634         * libs/gst/dataprotocol/Makefile.am:
4635         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps):
4636         * libs/gst/dataprotocol/dataprotocol.h:
4637           wrap header in GST_ENABLE_NEW.  make code use it
4638
4639 2004-05-23  Johan Dahlin  <johan@gnome.org>
4640
4641         * tools/gst-inspect.c (main): Cleanup most parts of it, don't be
4642         so verbose and print GstElement signal names all the time.
4643
4644 2004-05-22  David Schleef  <ds@schleef.org>
4645
4646         * gst/registries/gstxmlregistry.c:
4647         (gst_xml_registry_parse_padtemplate): Fix warning on OS X.
4648         (bug #142957)
4649
4650 2004-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4651
4652         * configure.ac:
4653           scrub cflags for glib2 so gcc doesn't complain when glib is in
4654           /usr/local
4655
4656 2004-05-21  Johan Dahlin  <johan@gnome.org>
4657
4658         * gst/gstcpu.c (gst_cpuid_i386): Protect some gcc asm stuff with
4659         __GNUC__, patch from Brian Cameron, fixes bug #142804
4660
4661 2004-05-20  David Schleef  <ds@schleef.org>
4662
4663         * gst/gstindex.c: (gst_index_compare_func): Fix overflows in
4664         comparison code.  (bug #142819)
4665
4666 2004-05-20  Wim Taymans  <wim@fluendo.com>
4667
4668         * gst/gstbuffer.c: (gst_buffer_default_copy):
4669         * gst/gstbuffer.h:
4670         Added Comment to a flag.
4671         copy relevant flags in _buffer_copy.
4672
4673 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4674
4675         reviewed by: Wim Taymans <wim at fluendo dot com>
4676
4677         * gst/gstbuffer.h:
4678           add GST_BUFFER_IN_CAPS buffer flag
4679         * gst/gststructure.c: (gst_structure_value_get_generic_type),
4680         (gst_structure_parse_any_list), (gst_structure_parse_list),
4681         (gst_structure_parse_fixed_list), (gst_structure_parse_value):
4682         * gst/gstvalue.c: (gst_value_serialize_any_list),
4683         (gst_value_transform_any_list_string),
4684         (gst_value_list_prepend_value), (gst_value_list_append_value),
4685         (gst_value_list_get_size), (gst_value_list_get_value),
4686         (gst_value_transform_list_string),
4687         (gst_value_transform_fixed_list_string),
4688         (gst_value_serialize_list), (gst_value_serialize_fixed_list),
4689         (gst_value_deserialize_fixed_list), (gst_type_is_fixed),
4690         (_gst_value_initialize):
4691         * gst/gstvalue.h:
4692           add a GST_TYPE_FIXED_LIST which is fixed by definition and uses
4693           < , > as a format.
4694         * testsuite/caps/string-conversions.c: (main):
4695           add regression tests for < >
4696
4697 2004-05-20  Johan Dahlin  <johan@gnome.org>
4698
4699         * docs/gst/Makefile.am (all-local): Re-add
4700
4701 2004-05-20  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4702
4703         * docs/gst/Makefile.am:
4704         * docs/gst/gstreamer-docs.sgml:
4705         * docs/libs/Makefile.am:
4706         * docs/libs/gstreamer-libs-docs.sgml:
4707           fix distcheck issues
4708
4709 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4710
4711         * libs/gst/dataprotocol/Makefile.am:
4712           add to autotest
4713
4714 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4715
4716         * libs/gst/dataprotocol/Makefile.am:
4717         * libs/gst/dataprotocol/dataprotocol.c:
4718         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
4719         (gst_dp_packet_from_event), (gst_dp_event_from_packet):
4720         * libs/gst/dataprotocol/dp-private.h:
4721           use GST macros to read/write fixed length ints
4722           add some more asserts
4723
4724 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4725
4726         * docs/libs/gstreamer-libs-docs.sgml:
4727         * docs/libs/gstreamer-libs-sections.txt:
4728           remove idct and putbits
4729         * configure.ac:
4730         * docs/libs/tmpl/gstdataprotocol.sgml:
4731         * libs/gst/Makefile.am:
4732         * libs/gst/dataprotocol/Makefile.am:
4733         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test),
4734         (buffer_test), (caps_test), (event_test), (main):
4735         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
4736         (gst_dp_dump_byte_array), (gst_dp_init),
4737         (gst_dp_header_payload_length), (gst_dp_header_payload_type),
4738         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
4739         (gst_dp_packet_from_event), (gst_dp_buffer_from_header),
4740         (gst_dp_caps_from_packet), (gst_dp_event_from_packet),
4741         (gst_dp_validate_header), (gst_dp_validate_payload),
4742         (gst_dp_validate_packet), (plugin_init):
4743         * libs/gst/dataprotocol/dataprotocol.h:
4744         * libs/gst/dataprotocol/dp-private.h:
4745           add dataprotocol
4746
4747 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4748
4749         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
4750           fix int variable deserialization and add a helper so we can actually
4751           debug this.
4752
4753 2004-05-18  David Schleef  <ds@schleef.org>
4754
4755         * testsuite/debug/commandline.c: (main): Call ./commandline, not
4756           argv[0].  Calling yourself is probably not the best way to
4757           construct a test like this, btw.
4758
4759 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4760
4761         * gst/gstbin.c: (gst_bin_iterate_func), (gst_bin_iterate):
4762           don't claim to be more intelligent than a scheduler when the
4763           scheduler claims the pipeline is stopped
4764         * gst/schedulers/entryscheduler.c: (safe_cothread_switch),
4765         (safe_cothread_destroy),
4766         (gst_entry_scheduler_remove_all_cothreads),
4767         (gst_entry_scheduler_reset), (_remove_cothread),
4768         (gst_entry_scheduler_state_transition):
4769           hold off cothread destruction if we're not in main cothread
4770         * configure.ac:
4771         * testsuite/Makefile.am:
4772           add new test dir
4773         * testsuite/schedulers/.cvsignore:
4774         * testsuite/schedulers/Makefile.am:
4775           add tests
4776         * testsuite/schedulers/relink.c: (cb_handoff), (main):
4777           check relinking and adding/removing elements from a running pipeline
4778         * testsuite/schedulers/unlink.c: (cb_handoff), (main):
4779           check unlinking in a running pipeline
4780         * testsuite/schedulers/unref.c: (cb_handoff), (main):
4781           check unreffing a running pipeline
4782         * testsuite/schedulers/useless_iteration.c: (main):
4783           check iterating a pipeline that contains running threads works
4784
4785 2004-05-18  David Schleef  <ds@schleef.org>
4786
4787         * docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC
4788           is false.
4789
4790 2004-05-18  Wim Taymans  <wim@fluendo.com>
4791
4792         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
4793         (setup_group_scheduler), (gst_opt_scheduler_pad_link):
4794         Fixed an error introduced with patch for 1.63. When setting
4795         a get based element as the entry point in a group, make sure
4796         to mark the group as GET based.
4797
4798 2004-05-18  Wim Taymans  <wim@fluendo.com>
4799
4800         * gst/schedulers/gstoptimalscheduler.c: (create_group),
4801         (setup_group_scheduler), (loop_group_schedule_function),
4802         (gst_opt_scheduler_pad_link):
4803         Added some more debug info and fixed a bug where the group
4804         type was set to LOOP but it was in fact unknown.
4805
4806 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4807
4808         * gst/schedulers/entryscheduler.c: (gst_entry_scheduler_reset):
4809           make resetting scheduler work twice in a row
4810
4811 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4812
4813         * gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
4814         (CREATE_USERIALIZATION), (_gst_value_initialize),
4815         (gst_value_compare_float), (gst_value_serialize_float),
4816         (gst_value_deserialize_float), (gst_value_compare_enum),
4817         (gst_value_serialize_enum), (gst_value_deserialize_enum):
4818           add serialization and comparison functions for long, int64, enum and
4819           float values
4820         * gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
4821           use best serialization function in type hierarchy instead of only a
4822           matching one. This is required for enums to work.
4823         * gst/parse/grammar.y:
4824           use gst_caps_deserialize
4825         * testsuite/parse/Makefile.am:
4826           parse1 now works
4827         * testsuite/parse/parse1.c: (main):
4828           remove aggregator check, aggregator is broken, this test works now
4829           but fails because of bug #138012
4830         * testsuite/parse/parse2.c: (main):
4831           s/xvideosink/xvimagesink - this test looks a lot like we should
4832           disable it
4833
4834 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4835
4836         * gst/gstelement.c: (gst_element_class_init):
4837           whoops, store the signal id correctly
4838         * gst/schedulers/gstbasicscheduler.c:
4839         (gst_basic_scheduler_chain_wrapper):
4840           detect infinfinfinfinfinf^Cinite loops in chain wrapper when the
4841           chain function isn't linked
4842
4843 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
4844         * configure.ac:
4845         Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file
4846         support until we decide where the flags should be used
4847         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_query):
4848         Use GST_FORMAT_BYTES when GST_FORMAT_DEFAULT is passed
4849         * gst/gstpad.c: (gst_pad_link_call_link_functions):
4850         Output refused caps in the debug info
4851
4852 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4853
4854         * gst/elements/gstidentity.c: (gst_identity_chain):
4855           add duration debug
4856         * gst/gstinfo.c: (gst_debug_log_default):
4857           add timestamp
4858
4859 2004-05-13  Benjamin Otte  <otte@gnome.org>
4860
4861         * gst/gstpipeline.c: (gst_pipeline_dispose),
4862         (gst_pipeline_change_state):
4863           call gst_scheduler_reset on dispose (fixes #141416)
4864
4865 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4866
4867         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
4868           compute mapsize correctly
4869         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
4870           use correct datatypes when calling a varargs function
4871         * gst/elements/gsttypefindelement.c: (stop_typefinding):
4872           push a DISCONT event as first thing
4873         * gst/gst_private.h:
4874         * gst/gstinfo.c: (_gst_debug_init):
4875           remove GST_DATAFLOW debugging category
4876         * gst/gstbin.c: (gst_bin_iterate):
4877           use GST_SCHEDULING category
4878         * gst/gstpad.c: (gst_pad_get_type), (_invent_event),
4879         (gst_pad_push), (gst_pad_pull), (gst_pad_call_chain_function),
4880         (gst_pad_call_get_function):
4881           add GST_DATAFLOW to easily track flow of buffers or events.
4882         * gst/gstqueue.c: (gst_queue_get_type),
4883         (gst_queue_handle_pending_events), (gst_queue_chain),
4884         (gst_queue_get), (gst_queue_handle_src_event):
4885           use own static debugging category GST_DATAFLOW for dataflow,
4886           use DEBUG category for showing which path events go, use LOG
4887           category for buffers.
4888
4889 2004-05-10  David Schleef  <ds@schleef.org>
4890
4891         * docs/gst/gstreamer-sections.txt: Add gst_element_no_more_pads.
4892
4893 2004-05-10  David Schleef  <ds@schleef.org>
4894
4895         * docs/gst/Makefile.am: Dear gtk-doc, please print out the unused
4896         symbols, because otherwise we don't know what they are.  Thanks,
4897         the GStreamer team.
4898         * gst/registries/gstxmlregistry.c: (make_dir): Remove a spurious ;
4899
4900 2004-05-10  David Schleef  <ds@schleef.org>
4901
4902         (from Steve Lhomme)
4903         * win32/Makefile: When using make clean the MS Visual Studio makefiles
4904         are deleted.  Fix.
4905         * win32/Makefile.inspect:
4906         * win32/Makefile.launch:
4907         * win32/Makefile.register:
4908
4909 2004-05-10  David Schleef  <ds@schleef.org>
4910
4911         * gst/gstinfo.h: Add missing inline function.
4912         * gst/gsttrace.c: add include
4913         * gst/parse/grammar.y: remove unused code
4914         * gst/registries/gstxmlregistry.c: (make_dir): make mkdir call
4915         more portable.
4916         * tools/gst-register.c: wrap unistd.h
4917         
4918         More additions/fixes from Steve for the MSVC build.
4919         * win32/GStreamer.vcproj:
4920         * win32/Makefile:
4921         * win32/Makefile.inspect:
4922         * win32/Makefile.launch:
4923         * win32/Makefile.register:
4924         * win32/README.txt:
4925         * win32/gst-inspect.vcproj:
4926         * win32/gst-launch.vcproj:
4927         * win32/gst-register.vcproj:
4928         * win32/gstbytestream.def:
4929         * win32/gstbytestream.vcproj:
4930         * win32/gstconfig.h:
4931         * win32/gstelements.def:
4932         * win32/gstelements.vcproj:
4933         * win32/gstenumtypes.c:
4934         * win32/gstenumtypes.h:
4935         * win32/gstoptimalscheduler.def:
4936         * win32/gstoptimalscheduler.vcproj:
4937         * win32/gstreamer.def:
4938         * win32/gstspider.def:
4939         * win32/gstspider.vcproj:
4940         * win32/gstversion.h:
4941         * win32/msvc71.sln:
4942
4943 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4944
4945         * gst/gstelement.c: (gst_element_class_init),
4946         (gst_element_no_more_pads):
4947         * gst/gstelement.h:
4948           add gst_element_no_more_pads and the "no-more-pads" signal
4949
4950 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4951
4952         * gst/gstregistry.c: (gst_registry_add_plugin):
4953           refuse to add plugins when a plugin with same name is already
4954           registered. Fixes a bunch of "How to remove plugins?" issues.
4955           May lead to other problems though, let's test
4956
4957 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
4958
4959         * testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
4960         * docs/manual/pads-api.xml : audio/wav => audio/x-wav
4961         * docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav
4962
4963 2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4964
4965         * tests/Makefile.am: fix am16 issue
4966
4967 2004-05-09  Benjamin Otte  <otte@gnome.org>
4968
4969         * libs/gst/bytestream/Makefile.am:
4970           we should indeed add .c files to makefiles or they won't be built
4971           (d'oh)
4972
4973 2004-05-08  Benjamin Otte  <otte@gnome.org>
4974
4975         * gst/gstpad.c: (gst_pad_proxy_fixate):
4976           really reduce the set of caps
4977
4978 2004-05-08  Benjamin Otte  <otte@gnome.org>
4979
4980         * tests/Makefile.am:
4981         * tests/spidey_bench.c: (handoff), (main):
4982           add benchmark to test how long spider needs to create a pipeline
4983
4984 2004-05-08  Benjamin Otte  <otte@gnome.org>
4985
4986         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_unnegotiate):
4987           mark links as unengaged when unnegotiating instead of deactivating.
4988           This way pads aren't marked as unengaged when going PLAYING=>PAUSED
4989
4990 2004-05-08  Benjamin Otte  <otte@gnome.org>
4991
4992         * docs/manual/helloworld.xml:
4993           s/audiosink/osssink (patch by Patrick Guimond)
4994
4995 2004-05-07  David Schleef  <ds@schleef.org>
4996
4997         * configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
4998         since it contains important stuff.
4999
5000 2004-05-07  David Schleef  <ds@schleef.org>
5001
5002         * testsuite/caps/caps.c: (test3), (main): A check for appending
5003         ANY caps.
5004
5005 2004-05-07  David Schleef  <ds@schleef.org>
5006
5007         * common/m4/as-compiler-flag.m4: Properly quote arguments,
5008         which may contain commas.  Fixes detection of -Wa,-mregnames
5009
5010 2004-05-06  David Schleef  <ds@schleef.org>
5011
5012         Changes to handle compilers that don't have variadic macro
5013         support.  In particular, glib headers define some inlines
5014         that need G_LOG_DOMAIN defined.  Additional fixes for MSVC
5015         builds.
5016         * gst/Makefile.am:
5017         * gst/cothreads.c:
5018         * gst/elements/gstfdsink.c:
5019         * gst/elements/gstfdsrc.c:
5020         * gst/elements/gstfilesink.c:
5021         * gst/elements/gstfilesrc.c:
5022         * gst/gst_private.h:
5023         * gst/gstatomic.c:
5024         * gst/gstcaps.c: (gst_caps_append):
5025         * gst/gstcpu.c: (gst_cpuid_i386):
5026         * gst/gstelement.c:
5027         * gst/gsterror.c:
5028         * gst/gstfilter.c:
5029         * gst/gstinfo.h:
5030         * gst/gstprobe.c:
5031         * gst/gstquery.c:
5032         * gst/gstregistry.c:
5033         * gst/gststructure.c:
5034         * gst/gsttaginterface.c:
5035         * gst/gsttrace.c: (gst_trace_new):
5036         * gst/gsttrashstack.c:
5037         * gst/gsturi.c:
5038         * gst/gstvalue.c:
5039         * gst/parse/grammar.y:
5040         * gst/parse/parse.l:
5041         * tools/gst-inspect.c: (main):
5042         * tools/gst-launch.c: (main):
5043         * tools/gst-xmlinspect.c: (PUT_STRING):
5044
5045 2004-05-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5046
5047         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
5048         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
5049         * gst/elements/gstfilesrc.h:
5050           send NEW_MEDIA events correctly
5051         * gst/elements/gsttypefindelement.c: (start_typefinding),
5052         (gst_type_find_element_handle_event):
5053           restart typefinding when we get a NEW_MEDIA event
5054         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_change_state),
5055         (gst_bin_dispose):
5056           don't die when someone removes elements in callbacks
5057         * gst/gstelement.c: (gst_element_change_state):
5058           improve debugging
5059         * gst/gstpad.c: (gst_pad_pull), (gst_pad_call_chain_function):
5060           we need a NEW_MEDIA event to engage a link
5061         * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
5062           don't g_print debugging stuff
5063         * testsuite/caps/simplify.c: (check_caps):
5064
5065 2004-05-04  Benjamin Otte  <otte@gnome.org>
5066
5067         * gst/parse/grammar.y:
5068           use GST_ERROR instead of g_warning, and always throw a GST_ERROR 
5069
5070 2004-05-04  Benjamin Otte  <otte@gnome.org>
5071
5072         * testsuite/caps/renegotiate.c: (main):
5073           improve output in error case
5074
5075 2004-05-04  Benjamin Otte  <otte@gnome.org>
5076
5077         * gst/parse/grammar.y:
5078           fix assert to not trigger when there's no error argument
5079         * gst/parse/parse.l:
5080           fix definition of caps to allow more than two structures
5081         * testsuite/caps/Makefile.am:
5082         * testsuite/caps/renegotiate.c: (main):
5083           it's sinesrc and works in that case
5084
5085 2004-05-04  Wim Taymans  <wim@fluendo.com>
5086
5087         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
5088         (group_dec_link), (gst_opt_scheduler_pad_unlink):
5089         when removing an element from a group, we always need to
5090         decrement the link count that this group had with other 
5091         groups through the element.
5092         added an extra assert to catch inconsistencies when decrementing
5093         the link count.
5094
5095 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5096
5097         * configure.ac:
5098         * docs/gst/Makefile.am:
5099         * docs/gst/gstreamer-sections.txt:
5100         * docs/gst/tmpl/gstcompat.sgml:
5101         * examples/appreader/Makefile.am:
5102         * examples/cutter/Makefile.am:
5103         * examples/events/Makefile.am:
5104         * examples/helloworld/Makefile.am:
5105         * examples/helloworld2/Makefile.am:
5106         * examples/launch/Makefile.am:
5107         * examples/manual/Makefile.am:
5108         * examples/mixer/Makefile.am:
5109         * examples/pingpong/Makefile.am:
5110         * examples/plugins/Makefile.am:
5111         * examples/queue/Makefile.am:
5112         * examples/queue2/Makefile.am:
5113         * examples/queue3/Makefile.am:
5114         * examples/queue4/Makefile.am:
5115         * examples/retag/Makefile.am:
5116         * examples/thread/Makefile.am:
5117         * examples/typefind/Makefile.am:
5118         * examples/xml/Makefile.am:
5119         * gst/Makefile.am:
5120         * gst/autoplug/Makefile.am:
5121         * gst/elements/Makefile.am:
5122         * gst/gstcompat.h:
5123         * gst/indexers/Makefile.am:
5124         * gst/parse/Makefile.am:
5125         * gst/registries/Makefile.am:
5126         * gst/schedulers/Makefile.am:
5127         * libs/gst/bytestream/Makefile.am:
5128         * libs/gst/control/Makefile.am:
5129         * libs/gst/getbits/Makefile.am:
5130         * po/af.po:
5131         * po/az.po:
5132         * po/en_GB.po:
5133         * po/fr.po:
5134         * po/nl.po:
5135         * po/sr.po:
5136         * po/sv.po:
5137         * po/tr.po:
5138         * po/uk.po:
5139         * tests/Makefile.am:
5140         * tests/bufspeed/Makefile.am:
5141         * tests/instantiate/Makefile.am:
5142         * tests/memchunk/Makefile.am:
5143         * tests/muxing/Makefile.am:
5144         * tests/negotiation/Makefile.am:
5145         * tests/probes/Makefile.am:
5146         * tests/sched/Makefile.am:
5147         * tests/seeking/Makefile.am:
5148         * tests/threadstate/Makefile.am:
5149         * testsuite/caps/Makefile.am:
5150         * testsuite/cleanup/Makefile.am:
5151         * testsuite/dlopen/Makefile.am:
5152         * testsuite/dynparams/Makefile.am:
5153         * testsuite/plugin/Makefile.am:
5154         * testsuite/states/Makefile.am:
5155         * tools/Makefile.am:
5156           reorganize compile/link flags to be consistent
5157           put gst_info in gstcompat.h and actually use GST_DISABLE_DEPRECATED
5158
5159 2004-05-04  David Schleef  <ds@schleef.org>
5160
5161         The "once more, with feeling" check-in.
5162         * testsuite/caps/Makefile.am: dist caps_strings
5163         * testsuite/caps/renegotiate.c: (main): This test triggers a
5164           segfault in the core.  Marking as failing.
5165
5166 2004-05-03  David Schleef  <ds@schleef.org>
5167
5168         * testsuite/caps/deserialize.c: (main): Fix problems noticed
5169           by the build bots.
5170         * testsuite/caps/renegotiate.c: (main): Same.
5171
5172 2004-05-03  David Schleef  <ds@schleef.org>
5173
5174         * testsuite/caps/renegotiate.c: (my_fixate), (main): Another test.
5175
5176 2004-05-03  David Schleef  <ds@schleef.org>
5177
5178         * testsuite/caps/deserialize.c: (main): Use the srcdir environment
5179           variable to find our source file.
5180
5181 2004-05-03  David Schleef  <ds@schleef.org>
5182
5183         * configure.ac:  Link plugins with libgstreamer and dependent
5184           libraries
5185         * testsuite/caps/Makefile.am:
5186         * testsuite/caps/caps_strings:
5187         * testsuite/caps/deserialize.c: (main): Add a little test to slog
5188           through a file of caps strings and test each one
5189
5190 2004-05-04  Benjamin Otte  <otte@gnome.org>
5191
5192         * libs/gst/bytestream/Makefile.am:
5193         * libs/gst/bytestream/adapter.c: 
5194         * libs/gst/bytestream/adapter.h:
5195           add GstAdapter, similar to bytestream, but doesn't require ugly event
5196           handling or uglier loopbased elements
5197
5198 2004-05-03  David Schleef  <ds@schleef.org>
5199
5200         * testsuite/caps/Makefile.am: Fix spelling of Ηρατοσθενες
5201         * testsuite/caps/erathostenes.c:
5202         * testsuite/caps/eratosthenes.c: (eratosthenes), (main):
5203
5204 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5205
5206         * docs/pwg/pwg.xml:
5207           remove hardcoded stylesheet path (duh)
5208         * docs/random/release:
5209         * docs/gst/gstreamer-sections.txt:
5210         * gst/Makefile.am:
5211         * gst/gst.h:
5212         * gst/gst_private.h:
5213         * gst/gstcaps.c:
5214         * gst/gstevent.c:
5215         * gst/gstformat.c:
5216         * gst/gstinfo.c:
5217         * gst/gstinfo.h:
5218         * gst/gstinterface.c:
5219         * gst/gstmemchunk.c:
5220         * gst/gstprobe.c:
5221         * gst/gstquery.c:
5222         * gst/gstregistry.c:
5223         * gst/gstregistrypool.c:
5224         * gst/gststructure.c:
5225         * gst/gsttaginterface.c:
5226         * gst/gstthread.c:
5227         * gst/gsttrace.c:
5228         * gst/gsttypefind.c: (gst_type_find_factory_get_type):
5229         * gst/gsturi.c:
5230         * gst/gstvalue.c:
5231           deprecate gst_info; remove gstlog.h
5232    
5233
5234 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5235
5236         * Makefile.am:
5237         * po/en_GB.po:
5238         * po/sv.po:
5239         * po/uk.po:
5240           updated translations
5241
5242 2004-05-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5243
5244         * gst/gstbin.c: (gst_bin_dispose):
5245           better debugging
5246
5247 2004-05-03  Johan Dahlin  <johan@gnome.org>
5248
5249         * gst/schedulers/gstoptimalscheduler.c
5250         (gst_opt_scheduler_pad_unlink): Check if element is non-NULL and
5251         really is a GstElement. Avoids critical when running gst-launch -v
5252         and a oggdemux/decoding pipeline.
5253
5254 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5255
5256         * docs/gst/tmpl/gstpipeline.sgml :
5257         * docs/manual/elements-api.xml :
5258                 doc fix by Patrick Guimond (Protector) from devel ML
5259                 reviewed by ronald
5260
5261 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5262
5263         * docs/gst/Makefile.am :
5264         * docs/libs/Makefile.am :
5265                 apply a patch from Arwed v. Merkatz so that gtk-doc
5266                 generated docs install (same for .devhelp file)
5267                 (fixes part 1 of #138836)
5268
5269 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5270
5271         * docs/faq/dependencies.xml: typo
5272         * docs/faq/getting.xml :
5273             - fix download URL for new gstreamer site
5274             - hide sf.net download page as latest version aren't there
5275             - fix apt URLs
5276             - fill "get via CVS" paragraph (link to dev page on the site)
5277         * docs/faq/general.xml:
5278             hide status tables as they no more exists
5279             change case on plugins license file to reflect reality
5280         * docs/faq/troubleshooting.xml:
5281             remove the wiki question/answer as there is no more wiki
5282
5283 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5284
5285         * gst/gsterror.h:
5286           include the headers needed for declarations used in this header
5287
5288 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5289
5290         * docs/random/uraeus/gstreamer_and_midi.txt :
5291           add .kar (midi + karaoke/lyrics 'track') doc to midi doc.
5292           (fixes #132288)
5293
5294 2004-04-30  Sebastien Cote  <sc5@hermes.usherb.ca>
5295
5296         reviewed by Benjamin Otte  <otte@gnome.org>
5297
5298         * gst/schedulers/gthread-cothreads.h:
5299           free allocated data for main cothread, too when destroying context
5300           (fixes #141417)
5301
5302 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5303
5304         * docs/manual/goals.xml : remove duplicated paragraph at end 
5305         of doc page (fixes #141448)
5306
5307 2004-04-29  David Schleef  <ds@schleef.org>
5308
5309         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
5310         Patch from Sebastien Cote to fix leakage of events. (bug #141414)
5311
5312 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5313
5314         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
5315           fix property
5316         * gst/gstcaps.c:
5317           fix doc string
5318         * po/POTFILES.in:
5319           rename typefind source file
5320
5321 2004-04-28  David Schleef  <ds@schleef.org>
5322
5323         Several new files from Steve Lhomme's MSVC patch (bug #141317):
5324         * win32/GStreamer.vcproj:
5325         * win32/Makefile:
5326         * win32/config.h:
5327         * win32/dirent.c: (_topendir), (_treaddir), (_tclosedir),
5328         (_trewinddir), (_ttelldir), (_tseekdir):
5329         * win32/dirent.h:
5330         * win32/gst-inspect.vcproj:
5331         * win32/gst-launch.vcproj:
5332         * win32/gst-register.vcproj:
5333         * win32/gstbytestream.vcproj:
5334         * win32/gstelements.vcproj:
5335         * win32/gstoptimalscheduler.vcproj:
5336         * win32/gstspider.vcproj:
5337         * win32/gtchar.h:
5338         * win32/mman.c: (mmap), (mprotect), (msync), (munmap):
5339         * win32/mman.h:
5340         * win32/mman.inl:
5341         * win32/msvc71.sln:
5342
5343 2004-04-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5344
5345         * gst/gst.c: (init_post):
5346         * gst/gstinfo.c:
5347           remove useless _gst_progname stuff
5348         * tools/gst-inspect.c: (print_field), (print_caps):
5349           improve caps output
5350
5351 2004-04-28  David Schleef  <ds@schleef.org>
5352
5353         Disable parsing of a lot of files that aren't part of the
5354         exported API.  Move corresponding template files to old/,
5355         waiting for removal when they don't contain anything
5356         interesting.
5357         * docs/gst/Makefile.am:
5358         * docs/gst/gstreamer-sections.txt:
5359         * docs/gst/tmpl/cothreads.sgml:
5360         * docs/gst/tmpl/cothreads_compat.sgml:
5361         * docs/gst/tmpl/gettext.sgml:
5362         * docs/gst/tmpl/gobject2gtk.sgml:
5363         * docs/gst/tmpl/grammar.tab.sgml:
5364         * docs/gst/tmpl/gst-i18n-app.sgml:
5365         * docs/gst/tmpl/gst-i18n-lib.sgml:
5366         * docs/gst/tmpl/gst_private.sgml:
5367         * docs/gst/tmpl/gstaggregator.sgml:
5368         * docs/gst/tmpl/gstarch.sgml:
5369         * docs/gst/tmpl/gstatomic_impl.sgml:
5370         * docs/gst/tmpl/gstbufferstore.sgml:
5371         * docs/gst/tmpl/gstdata_private.sgml:
5372         * docs/gst/tmpl/gstdisksink.sgml:
5373         * docs/gst/tmpl/gstdisksrc.sgml:
5374         * docs/gst/tmpl/gstelementfactory.sgml:
5375         * docs/gst/tmpl/gstextratypes.sgml:
5376         * docs/gst/tmpl/gstfakesink.sgml:
5377         * docs/gst/tmpl/gstfakesrc.sgml:
5378         * docs/gst/tmpl/gstfdsink.sgml:
5379         * docs/gst/tmpl/gstfdsrc.sgml:
5380         * docs/gst/tmpl/gstfilesink.sgml:
5381         * docs/gst/tmpl/gstfilesrc.sgml:
5382         * docs/gst/tmpl/gsthttpsrc.sgml:
5383         * docs/gst/tmpl/gstidentity.sgml:
5384         * docs/gst/tmpl/gstindexfactory.sgml:
5385         * docs/gst/tmpl/gstmarshal.sgml:
5386         * docs/gst/tmpl/gstmd5sink.sgml:
5387         * docs/gst/tmpl/gstmultidisksrc.sgml:
5388         * docs/gst/tmpl/gstmultifilesrc.sgml:
5389         * docs/gst/tmpl/gstpadtemplate.sgml:
5390         * docs/gst/tmpl/gstpipefilter.sgml:
5391         * docs/gst/tmpl/gstschedulerfactory.sgml:
5392         * docs/gst/tmpl/gstsearchfuncs.sgml:
5393         * docs/gst/tmpl/gstshaper.sgml:
5394         * docs/gst/tmpl/gstspider.sgml:
5395         * docs/gst/tmpl/gstspideridentity.sgml:
5396         * docs/gst/tmpl/gststatistics.sgml:
5397         * docs/gst/tmpl/gsttee.sgml:
5398         * docs/gst/tmpl/gsttimecache.sgml:
5399         * docs/gst/tmpl/gsttypefind.sgml:
5400         * docs/gst/tmpl/gsttypefindfactory.sgml:
5401         * docs/gst/tmpl/gstxmlregistry.sgml:
5402         * docs/gst/tmpl/gthread-cothreads.sgml:
5403         * docs/gst/tmpl/old/cothreads.sgml:
5404         * docs/gst/tmpl/old/cothreads_compat.sgml:
5405         * docs/gst/tmpl/old/gettext.sgml:
5406         * docs/gst/tmpl/old/gobject2gtk.sgml:
5407         * docs/gst/tmpl/old/grammar.tab.sgml:
5408         * docs/gst/tmpl/old/gst-i18n-app.sgml:
5409         * docs/gst/tmpl/old/gst-i18n-lib.sgml:
5410         * docs/gst/tmpl/old/gst_private.sgml:
5411         * docs/gst/tmpl/old/gstaggregator.sgml:
5412         * docs/gst/tmpl/old/gstarch.sgml:
5413         * docs/gst/tmpl/old/gstatomic_impl.sgml:
5414         * docs/gst/tmpl/old/gstbufferstore.sgml:
5415         * docs/gst/tmpl/old/gstdata_private.sgml:
5416         * docs/gst/tmpl/old/gstdisksink.sgml:
5417         * docs/gst/tmpl/old/gstdisksrc.sgml:
5418         * docs/gst/tmpl/old/gstelementfactory.sgml:
5419         * docs/gst/tmpl/old/gstextratypes.sgml:
5420         * docs/gst/tmpl/old/gstfakesink.sgml:
5421         * docs/gst/tmpl/old/gstfakesrc.sgml:
5422         * docs/gst/tmpl/old/gstfdsink.sgml:
5423         * docs/gst/tmpl/old/gstfdsrc.sgml:
5424         * docs/gst/tmpl/old/gstfilesink.sgml:
5425         * docs/gst/tmpl/old/gstfilesrc.sgml:
5426         * docs/gst/tmpl/old/gsthttpsrc.sgml:
5427         * docs/gst/tmpl/old/gstidentity.sgml:
5428         * docs/gst/tmpl/old/gstindexfactory.sgml:
5429         * docs/gst/tmpl/old/gstmarshal.sgml:
5430         * docs/gst/tmpl/old/gstmd5sink.sgml:
5431         * docs/gst/tmpl/old/gstmultidisksrc.sgml:
5432         * docs/gst/tmpl/old/gstmultifilesrc.sgml:
5433         * docs/gst/tmpl/old/gstpadtemplate.sgml:
5434         * docs/gst/tmpl/old/gstpipefilter.sgml:
5435         * docs/gst/tmpl/old/gstschedulerfactory.sgml:
5436         * docs/gst/tmpl/old/gstsearchfuncs.sgml:
5437         * docs/gst/tmpl/old/gstshaper.sgml:
5438         * docs/gst/tmpl/old/gstspider.sgml:
5439         * docs/gst/tmpl/old/gstspideridentity.sgml:
5440         * docs/gst/tmpl/old/gststatistics.sgml:
5441         * docs/gst/tmpl/old/gsttee.sgml:
5442         * docs/gst/tmpl/old/gsttimecache.sgml:
5443         * docs/gst/tmpl/old/gsttypefindfactory.sgml:
5444         * docs/gst/tmpl/old/gstxmlregistry.sgml:
5445         * docs/gst/tmpl/old/gthread-cothreads.sgml:
5446         * docs/gst/tmpl/old/types.sgml:
5447         * docs/gst/tmpl/types.sgml:
5448
5449         Rename gsttypefind.[ch] back to gsttypefindelement.[ch], since
5450         gtkdoc-scan doesn't like files with the same name in different
5451         directories.
5452         * gst/elements/Makefile.am:
5453         * gst/elements/gstelements.c:
5454         * gst/elements/gsttypefind.c: 
5455         * gst/elements/gsttypefind.h:
5456         * gst/elements/gsttypefindelement.c:
5457         * gst/elements/gsttypefindelement.h:
5458
5459 2004-04-28  David Schleef  <ds@schleef.org>
5460
5461         A bunch of portability fixes, derived from Steve Lhomme's MSVC
5462         patch (bug #141317):
5463         * gst/gst-i18n-lib.h: Allow disabling gettext.
5464         * gst/gstatomic_impl.h: disable warning when it's dumb.
5465         * gst/gstclock.c: fix include
5466         * gst/gstcompat.h: fix variadic macro
5467         * gst/gstinfo.c: fix include
5468         * gst/gstmacros.h: add defines for inlines on MSVC
5469         * gst/gstplugin.c: fix includes
5470         * gst/gstregistry.c: fix includes
5471         * gst/gstregistry.h: use S_IREAD, etc., if S_IRUSR isn't defined
5472         * gst/gstsystemclock.c: fix include
5473         * gst/gsttrace.c: (gst_trace_new), (gst_trace_text_flush): use
5474         S_IREAD if S_IRUSR isn't defined.  fix use of non-portable functions
5475         * gst/registries/gstxmlregistry.c:
5476         (gst_xml_registry_parse_element_factory): fix use of non-portable
5477         functions
5478         * libs/gst/control/dparam.h: Remove trailing comma in enum definition
5479         * libs/gst/control/dparammanager.h: same
5480
5481 2004-04-28  David Schleef  <ds@schleef.org>
5482
5483         Move a bunch of unused files to old/ with names that are
5484         not case-insensitive-unique.  These files still contain some
5485         useful information that needs to be merged into gstbin.sgml,
5486         etc., so they shouldn't be deleted yet.
5487         * docs/gst/tmpl/GstBin.sgml:
5488         * docs/gst/tmpl/GstBuffer.sgml:
5489         * docs/gst/tmpl/GstCaps.sgml:
5490         * docs/gst/tmpl/GstClock.sgml:
5491         * docs/gst/tmpl/GstCompat.sgml:
5492         * docs/gst/tmpl/GstData.sgml:
5493         * docs/gst/tmpl/GstElement.sgml:
5494         * docs/gst/tmpl/GstEvent.sgml:
5495         * docs/gst/tmpl/GstIndex.sgml:
5496         * docs/gst/tmpl/GstStructure.sgml:
5497         * docs/gst/tmpl/GstTag.sgml:
5498         * docs/gst/tmpl/old/GstBin.sgml:
5499         * docs/gst/tmpl/old/GstBuffer.sgml:
5500         * docs/gst/tmpl/old/GstCaps.sgml:
5501         * docs/gst/tmpl/old/GstClock.sgml:
5502         * docs/gst/tmpl/old/GstCompat.sgml:
5503         * docs/gst/tmpl/old/GstData.sgml:
5504         * docs/gst/tmpl/old/GstElement.sgml:
5505         * docs/gst/tmpl/old/GstEvent.sgml:
5506         * docs/gst/tmpl/old/GstIndex.sgml:
5507         * docs/gst/tmpl/old/GstStructure.sgml:
5508         * docs/gst/tmpl/old/GstTag.sgml:
5509
5510 2004-04-28  David Schleef  <ds@schleef.org>
5511
5512         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
5513         (gst_caps_append), (gst_caps_append_structure),
5514         (gst_caps_get_size), (gst_caps_get_structure), (gst_caps_copy_1),
5515         (gst_caps_set_simple), (gst_caps_set_simple_valist),
5516         (gst_caps_is_any), (gst_caps_is_empty), (gst_caps_is_chained),
5517         (gst_caps_is_fixed), (gst_caps_is_always_compatible),
5518         (gst_caps_intersect), (gst_caps_normalize),
5519         (gst_caps_transform_to_string):  Patch from Tim-Philipp Müller
5520         to fix GST_CAPS() and GST_IS_CAPS(). (bug #141304)
5521         * gst/gstcaps.h: use GST_IS_CAPS().
5522
5523 2004-04-26  David Schleef  <ds@schleef.org>
5524
5525         * gst/gstcpu.c: (gst_cpuid_i386): Don't clobber ebx in inline
5526         assembly.  gcc doesn't handle it correctly. (bug #141083)
5527         * gst/gsttrashstack.h: same
5528
5529 2004-04-25  Benjamin Otte  <otte@gnome.org>
5530
5531         * gst/gstelement.c: (gst_element_change_state):
5532           fix assertion to do an int comparison
5533
5534 2004-04-25  Benjamin Otte  <otte@gnome.org>
5535
5536         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
5537           better debugging output on error
5538
5539 2004-04-25  Benjamin Otte  <otte@gnome.org>
5540
5541         * gst/gstcaps.c: (gst_caps_subtract):
5542           fix memleak
5543
5544 2004-04-23  Benjamin Otte  <otte@gnome.org>
5545
5546         * gst/gstvalue.c: (gst_value_compare_buffer),
5547         (_gst_value_initialize):
5548           add comparison function for buffers
5549
5550 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5551
5552         * docs/pwg/pwg.xml:
5553           Just found out that this so-called "ima-wav" format is really
5554           just "dvi adpcm" (according to the MS WAV documentation). So
5555           renaming it. We didn't use it yet anyway.
5556
5557 2004-04-23  Benjamin Otte  <otte@gnome.org>
5558
5559         * gst/gstcaps.c: (gst_caps_is_always_compatible):
5560           call gst_caps_is_subset
5561
5562 2004-04-23  Benjamin Otte  <otte@gnome.org>
5563
5564         * gst/gstcaps.c: (gst_caps_subtract), (gst_caps_is_equal), 
5565         (gst_caps_is_subset):
5566           add documentation
5567
5568 2004-04-23  Benjamin Otte  <otte@gnome.org>
5569           
5570         * gst/gstcaps.c: (gst_caps_structure_subtract_field),
5571         (gst_caps_structure_subtract), (gst_caps_subtract),
5572         (gst_caps_structure_figure_out_union),
5573         (gst_caps_structure_simplify), (gst_caps_do_simplify):
5574           fix simplifying and subtracting not working correctly with optional
5575           properties
5576           solve assorted problems that make it now simplify ebven more
5577         * docs/gst/tmpl/gstcaps.sgml:
5578         * gst/gstcaps.h:
5579           make gst_caps_do_simplify return a bool to indicate if it simplified
5580         * testsuite/caps/simplify.c: (main):
5581           add more checks. The tests is quite a bit useless right now because
5582           the core is heavily simplifying itself.
5583         * testsuite/caps/caps.h:
5584           fix caps to contain all optional properties
5585
5586 2004-04-22  Benjamin Otte  <otte@gnome.org>
5587
5588         * docs/gst/tmpl/gstcaps.sgml:
5589         * docs/gst/tmpl/gstfilesrc.sgml:
5590         * docs/gst/tmpl/gststructure.sgml:
5591         * docs/gst/tmpl/gstvalue.sgml:
5592           update for recent API changes
5593         * gst/gstcaps.c: (gst_caps_do_simplify):
5594           fix to stop trying with a freed structure
5595         * gst/gstpad.c: (gst_pad_link_fixate):
5596           simplify caps
5597         * gst/gstpad.c: (gst_pad_template_get_caps_by_name):
5598           remove C++ comment
5599         * gst/gstpad.h:
5600           deprecate gst_pad_template_get_caps_by_name, it doesn't work anyway
5601         * gst/gststructure.c: (gst_structure_value_get_generic_type),
5602         (gst_structure_to_string):
5603           keep the correct type when using lists of ranges
5604         * gst/gstvalue.c: (gst_value_list_prepend_value),
5605         (gst_value_list_append_value):
5606           copy the value before adding to the list (d'oh)
5607         * gst/gstvalue.c: (gst_value_subtract_int_range_int),
5608         (gst_value_subtract_int_range_int_range):
5609           handle overflows correctly
5610         * gst/gstvalue.c: (gst_value_subtract_from_list):
5611           fix memleak
5612         * testsuite/caps/caps.h:
5613           add a caps that caused segfaults
5614
5615 2004-04-22  Benjamin Otte  <otte@gnome.org>
5616
5617         * testsuite/refcounting/pad.c: (main):
5618           fix test
5619
5620 2004-04-22  Benjamin Otte  <otte@gnome.org>
5621
5622         * gst/gstcaps.c: (gst_caps_subtract):
5623           allow subtracting ANY and EMPTY from ANY caps
5624
5625 2004-04-22  Benjamin Otte  <otte@gnome.org>
5626
5627         * gst/gstcaps.c: (gst_caps_append), (gst_caps_intersect),
5628         (gst_caps_union):
5629           only simplify in functions that create new caps. Simplifying in
5630           gst_caps_append breaks tests.
5631
5632 2004-04-22  Benjamin Otte  <otte@gnome.org>
5633
5634         * gst/gstcaps.c: (gst_caps_structure_simplify):
5635           unset GValue after use
5636         * gst/gstcaps.c: (gst_caps_append), 
5637         * gst/gstpad.c: (gst_pad_link_fixate), (gst_pad_template_new):
5638           use gst_caps_simplify (reduces registry size by 30%)
5639         * gst/gstpad.c: (gst_pad_template_new):
5640           don't allow NULL caps
5641
5642 2004-04-22  Benjamin Otte  <otte@gnome.org>
5643
5644         * docs/gst/gstreamer-sections.txt:
5645           add gst_caps_do_simplify
5646         * gst/gstcaps.c:
5647           add documentation for gst_caps_do_simplify
5648         * gst/gstvalue.h:
5649           fix typo in gst_value_register_subtract_func declaration for gst-doc
5650
5651 2004-04-22  Benjamin Otte  <otte@gnome.org>
5652
5653         * gst/gstcaps.c: (gst_caps_from_string_inplace):
5654           fix bug when converting from empty string.
5655         * gst/gstcaps.c: (gst_caps_new_any), (gst_caps_new_simple),
5656         (gst_caps_new_full_valist), (gst_caps_copy), (gst_caps_copy_1):
5657           use gst_caps_new_empty to allocate a new caps. Only that function
5658           allocates memory for caps now.
5659         * gst/gstcaps.c: (gst_caps_remove_and_get_structure),
5660         (gst_caps_remove_structure):
5661           add ability to remove one structure (but not to header yet)
5662         * gst/gstcaps.c: (gst_caps_compare_structures),
5663         (gst_caps_simplify), (gst_caps_structure_figure_out_union),
5664         (gst_caps_structure_simplify), (gst_caps_do_simplify),
5665         * gst/gstcaps.h:
5666           add gst_caps_do_simplify that tries to simplify a caps in place.
5667           Deprecate old gst_caps_simplify function.
5668         * testsuite/caps/caps.h:
5669           add caps.h containing a common set of caps to test against.
5670         * testsuite/caps/sets.c: (check_caps), (main):
5671           use it.
5672         * testsuite/caps/.cvsignore:
5673         * testsuite/caps/Makefile.am:
5674         * testsuite/caps/simplify.c: (check_caps), (main):
5675           add test to check correctness and efficency of caps simplification.
5676
5677 2004-04-22  Sebastien Cote <sc5@hermes.usherb.ca>
5678
5679         reviewed by Benjamin Otte  <otte@gnome.org>
5680
5681         * gst/gstparse.c: (_gst_parse_escape):
5682           Free the GString used in _gst_parse_escape()
5683
5684 2004-04-21  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5685
5686         * gst/gstpad.c: (gst_pad_link_negotiate):
5687           refuse to link if the link is not possible
5688         * configure.ac:
5689         * testsuite/Makefile.am:
5690         * testsuite/negotiation/.cvsignore:
5691         * testsuite/negotiation/Makefile.am:
5692         * testsuite/negotiation/pad_link.c: (main):
5693           add test that checks the above behaviour
5694
5695 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5696
5697         * docs/gst/gstreamer-sections.txt:
5698           add newly added API
5699
5700 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5701
5702         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
5703         (gst_filesrc_get_mmap), (gst_filesrc_get_read), (gst_filesrc_get),
5704         (gst_filesrc_open_file), (gst_filesrc_close_file),
5705         (gst_filesrc_srcpad_query), (gst_filesrc_srcpad_event):
5706         * gst/elements/gstfilesrc.h:
5707           add support for non-regular files (#140734)
5708
5709 2004-04-21  Benjamin Otte  <otte@gnome.org>
5710
5711         * gst/gstpad.c: (gst_pad_link_fixate):
5712           add sophisticated error checking code to see if fixation functions
5713           did their fixation right
5714
5715 2004-04-21  Benjamin Otte  <otte@gnome.org>
5716
5717         * gst/gstcaps.c: (gst_caps_append), (gst_caps_union):
5718           check for ANY caps before appending/unioning
5719         * gst/gstcaps.c: (gst_caps_is_subset),
5720         (gst_caps_is_equal), (gst_caps_structure_subtract_field),
5721         (gst_caps_structure_subtract), (gst_caps_subtract):
5722         * gst/gstcaps.h:
5723           add gst_caps_is_equal, gst_caps_is_subset and gst_caps_subtract to
5724           the API. deprecate gst_caps_is_equal_fixed
5725         * gst/gstpad.c: (gst_pad_try_set_caps):
5726         * gst/gstqueue.c: (gst_queue_link):
5727           s/gst_caps_is_equal_fixed/gst_caps_is_equal/
5728         * gst/gststructure.c: (gst_structure_get_name_id):
5729         * gst/gststructure.h:
5730           add function gst_structure_get_name_id
5731         * gst/gstvalue.c: (gst_value_subtract_int_int_range),
5732         (gst_value_create_new_range), (gst_value_subtract_int_range_int),
5733         (gst_value_subtract_int_range_int_range),
5734         (gst_value_subtract_double_double_range),
5735         (gst_value_subtract_double_range_double),
5736         (gst_value_subtract_double_range_double_range),
5737         (gst_value_subtract_from_list), (gst_value_subtract_list),
5738         (gst_value_can_intersect), (gst_value_subtract),
5739         (gst_value_can_subtract), (gst_value_register_subtract_func),
5740         (_gst_value_initialize):
5741         * gst/gstvalue.h:
5742           add support for subtracting values from each other. Note that
5743           subtracting means subtracting as in set theory. Required for caps
5744           stuff above.
5745         * testsuite/caps/.cvsignore:
5746         * testsuite/caps/Makefile.am:
5747         * testsuite/caps/erathostenes.c: (erathostenes), (main):
5748         * testsuite/caps/sets.c: (check_caps), (main):
5749         * testsuite/caps/subtract.c: (check_caps), (main):
5750           add tests for subtraction and equality code.
5751
5752 2004-04-20  David Schleef  <ds@schleef.org>
5753
5754         * gst/autoplug/Makefile.am:  Fix some little buglets in last checkin.
5755         * gst/indexers/Makefile.am:
5756         * gst/schedulers/Makefile.am:
5757         * libs/gst/bytestream/Makefile.am:
5758         * libs/gst/control/Makefile.am:
5759         * libs/gst/getbits/Makefile.am:
5760
5761 2004-04-20  David Schleef  <ds@schleef.org>
5762
5763         * common/as-libtool.mak: Fine-tune DLL building.
5764         * configure.ac: Link plugins against libgstreamer.  Define plugindir
5765         (like gst-plugins)
5766         * examples/plugins/Makefile.am: remove plugindir
5767         * gst/autoplug/Makefile.am: DLL building fixes
5768         * gst/elements/Makefile.am: DLL building fixes.  Disable pipefilter on
5769         Windows.
5770         * gst/elements/gstelements.c: Conditionally disable pipefilter.
5771         * gst/indexers/Makefile.am: DLL building fixes
5772         * gst/schedulers/Makefile.am: DLL building fixes.
5773         * libs/gst/bytestream/Makefile.am: DLL building fixes.
5774         * libs/gst/control/Makefile.am: same
5775         * libs/gst/getbits/Makefile.am: same
5776         * testsuite/Makefile.am: New dlopen directory
5777         * testsuite/dlopen/Makefile.am: Tests to check if libgstreamer works
5778         when dlopened.
5779         * testsuite/dlopen/dlopen_gst.c: (main): same
5780         * testsuite/dlopen/loadgst.c: (do_test): same
5781
5782 2004-04-20  David Schleef  <ds@schleef.org>
5783
5784         * gst/parse/grammar.y:  Apply patch from Sebastien Cote
5785         <sc5@hermes.usherb.ca> to fix a memleak. (bug #140594)
5786
5787 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5788
5789         * gst/gstelement.c: (gst_element_wait),
5790         (gst_element_set_time_delay), (gst_element_change_state):
5791           Use GST_TIME_*
5792
5793 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5794
5795         * gst/autoplug/gstspider.c: (gst_spider_link_sometimes),
5796         (gst_spider_identity_plug):
5797           improve debugging messages
5798         * gst/gstbin.c: (gst_bin_remove_func):
5799           make sure the state_change function is only called with simple state
5800           transitions
5801
5802 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5803
5804         * gst/elements/gstfakesink.c: (gst_fakesink_state_error_get_type),
5805         (gst_fakesink_set_property), (gst_fakesink_chain):
5806         * gst/elements/gstfakesrc.c: (gst_fakesrc_set_property):
5807         * gst/elements/gstfdsrc.c: (gst_fdsrc_set_property):
5808         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property):
5809         * gst/elements/gstidentity.c: (gst_identity_chain),
5810         (gst_identity_set_property):
5811         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_set_property):
5812         * gst/elements/gstpipefilter.c: (gst_pipefilter_set_property):
5813           add warnings to _set_property for unknown arguments
5814           use GST_TIME_FORMAT/GST_TIME_ARGS for timestamp printing
5815
5816 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5817
5818         * Makefile.am:
5819         * docs/manuals.mak:
5820           add .po file download snippet
5821           fix a bug in the doc makefile
5822
5823 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5824
5825         * Makefile.am:
5826         * po/LINGUAS:
5827         * po/en_GB.po:
5828           Added en_GB translation (Gareth Owen)
5829
5830 2004-04-20  Johan Dahlin  <johan@gnome.org>
5831
5832         * gst/gstpad.c (_invent_event): Clean up
5833
5834 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5835
5836         * testsuite/caps/filtercaps.c: (main):
5837           fix test to test things correctly (caps are complicated)
5838
5839 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5840
5841         * testsuite/caps/Makefile.am:
5842         * testsuite/caps/filtercaps.c: (main):
5843           add test (that doesn't work right now, but should)
5844
5845 2004-04-19  David Schleef  <ds@schleef.org>
5846
5847         * configure.ac: Add test for allowing unaligned access.  Add define
5848         to put in gstconfig.h.
5849         * docs/gst/gstreamer-sections.txt: New symbols
5850         * docs/gst/tmpl/gstcompat.sgml: Check in changes made by gtkdoc
5851         * docs/gst/tmpl/gstfilesrc.sgml:
5852         * docs/gst/tmpl/gstparse.sgml:
5853         * docs/gst/tmpl/gsttypes.sgml:
5854         * docs/gst/tmpl/gstutils.sgml:
5855         * docs/gst/tmpl/gstvalue.sgml:
5856         * gst/gstconfig.h.in: Add GST_HAVE_UNALIGNED_ACCESS
5857         * gst/gstutils.h: Add macros for unaligned memory access.  Useful
5858         on most !i386/!powerpc architectures.  From Daniel Gazard
5859         <daniel.gazard@free.fr>.  (bug #140156)
5860         * po/af.po: Check in changes made by gettext.
5861         * po/az.po:
5862         * po/fr.po:
5863         * po/nl.po:
5864         * po/sr.po:
5865         * po/sv.po:
5866
5867 2004-04-20  Benjamin Otte  <otte@gnome.org>
5868
5869         * gst/schedulers/entryscheduler.c: 
5870         (gst_entry_scheduler_yield):
5871           refuse to yield when decoupled elements insist on doing that.
5872           At least it's better than crashing
5873
5874 2004-04-19  David Schleef  <ds@schleef.org>
5875
5876         * docs/libs/Makefile.am: Change sinclude to include
5877         * docs/gst/Makefile.am: same
5878         * pkgconfig/Makefile.am:  Remove GNU-ism from makefile target
5879
5880 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5881
5882         * po/LINGUAS:
5883         * po/uk.po:
5884           Added Ukrainian translation (Maxim V. Dziumanenko)
5885
5886 2004-04-19  Johan Dahlin  <johan@gnome.org>
5887
5888         * gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
5889         checking here, do it before calling the function.
5890         Clean up, use for loops instead of while loops while iterating
5891         over lists.
5892
5893         * gst/autoplug/gstspider.c (gst_spider_request_new_pad): Fix typo
5894         in debug message.
5895         (gst_spider_create_and_plug): Improve debug message.
5896         General: Replace while loops which iterates over GLists with for
5897         loops. Which are much cleaner, improves readability, especially
5898         for gst_spider_identity_plug
5899
5900         * gst/gstpad.c (_invent_event): Fix parameters to warning macros,
5901         fixes bug 140477
5902
5903 2004-04-18  Thomas Vander Stichele  <thomas at apestaart dot org>
5904
5905         * po/LINGUAS:
5906         * po/tr.po:
5907           Added Turkish translation (Baris Cicek)
5908
5909 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5910
5911         * docs/faq/troubleshooting.xml:
5912           Mention gst-register in the FAQ (fixes 139045).
5913
5914 2004-04-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5915
5916         * docs/gst/gstreamer-sections.txt:
5917
5918 2004-04-17  Benjamin Otte  <otte@gnome.org>
5919
5920         * gst/gstelement.c: (gst_element_dispose):
5921           simplify
5922         * gst/gstpad.c: (gst_pad_call_chain_function):
5923           don't create loads of events due to bad macro usage
5924
5925 2004-04-16  David Schleef  <ds@schleef.org>
5926
5927         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
5928         * gst/gstpad.c: (_gst_pad_default_fixate_foreach):
5929         * gst/gstvalue.c: (gst_value_serialize_buffer),
5930         (gst_value_deserialize_buffer), (gst_type_is_fixed),
5931         (_gst_value_initialize): Create a new function gst_type_is_fixed()
5932         to indicate types that are fixed wrt caps or not.  Switching to
5933         this function fixes (bug #140298).
5934         * gst/gstvalue.h:
5935
5936 2004-04-16  David Schleef  <ds@schleef.org>
5937
5938         * common/m4/gst-arch.m4:  Implmenent a whitelist and blacklist
5939         for GST_UNALIGNED_ACESS, since we essentially know which archs
5940         are ok.
5941
5942 2004-04-17  Benjamin Otte  <otte@gnome.org>
5943
5944         * docs/gst/Makefile.am:
5945           ignore gst/parse directory when building docs (fixes #140205)
5946
5947 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5948
5949         * testsuite/refcounting/mem.c: (vmsize):
5950           do error checking
5951
5952 2004-04-16  Johan Dahlin  <johan@gnome.org>
5953
5954         * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
5955         and gst_pad_call_get_function.
5956
5957 2004-04-15  David Schleef  <ds@schleef.org>
5958
5959         * common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
5960         checks if we can access unaligned memory.
5961         * configure.ac: Use it.
5962
5963 2004-04-16  Benjamin Otte  <otte@gnome.org>
5964
5965         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
5966         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
5967         * gst/elements/gstfilesrc.h:
5968           s/seek_happened/need_discont/ and require discont before sending any
5969           data
5970
5971 2004-04-15  David Schleef  <ds@schleef.org>
5972
5973         * gst/gstvalue.c: (gst_value_serialize_buffer),
5974         (gst_value_deserialize_buffer), (_gst_value_initialize):
5975         Register these types as fundamental types. (bug #140015)
5976
5977 2004-04-16  Benjamin Otte  <otte@gnome.org>
5978
5979         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
5980         (gst_pad_link_free), (gst_pad_link_try), (_invent_event),
5981         (gst_pad_pull):
5982           implement enforcing discont events before buffers are passed. This
5983           allows state changes of only some elements and later correctly going
5984           on where they left off (or in short: you can now set audio sinks to
5985           NULL to release the device when the pipeline is paused)
5986         * gst/gstpad.c: (gst_pad_call_chain_function),
5987         (gst_pad_call_get_function):
5988         * gst/gstpad.h:
5989           add gst_pad_call_chain_function and gst_pad_call_get_function for
5990           scheduler interaction. They are required because of the changes
5991           above.
5992         * gst/schedulers/entryscheduler.c: (get_buffer),
5993         (gst_entry_scheduler_chain_wrapper),
5994         (gst_entry_scheduler_get_wrapper),
5995         (gst_entry_scheduler_state_transition),
5996         (gst_entry_scheduler_pad_link):
5997         * gst/schedulers/gstbasicscheduler.c:
5998         (gst_basic_scheduler_chain_wrapper),
5999         (gst_basic_scheduler_src_wrapper),
6000         (gst_basic_scheduler_chainhandler_proxy),
6001         (gst_basic_scheduler_gethandler_proxy),
6002         (gst_basic_scheduler_cothreaded_chain),
6003         (gst_basic_scheduler_chain_elements):
6004         * gst/schedulers/gstoptimalscheduler.c:
6005         (get_group_schedule_function), (pad_clear_queued),
6006         (gst_opt_scheduler_pad_link):
6007           use the new functions instead of calling get/chain-functions
6008           directly.
6009
6010 2004-04-15  David Schleef  <ds@schleef.org>
6011
6012         * docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
6013         * docs/gst/tmpl/gstinfo.sgml: same
6014         * docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
6015         gtk-doc put here.
6016         * gst/gstutils.h: Remove the \ that was confusing gtk-doc.
6017         * examples/queue/queue.c: (main):  We iterate pipelines, not
6018         bins.  (bug #139996)
6019
6020 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6021
6022         * docs/pwg/advanced-types.xml:
6023           Add MS RLE support. Also document Qt RLE although I have no sample
6024           files for that yet. And document an extra property for ADPCM.
6025
6026 2004-04-15  David Schleef  <ds@schleef.org>
6027
6028         * gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
6029         (_gst_plugin_fault_handler_setup):  Disable more stuff on
6030         Windows.
6031
6032 2004-04-15  David Schleef  <ds@schleef.org>
6033
6034         * gst/gstinfo.c: (_gst_debug_init): Change some internal
6035         symbol names to not conflict with new gstinfo.h symbols.
6036         * gst/gstinfo.h: Add inline functions for all those crazy
6037         compilers that don't know how to handle variadic macros (MSVC).
6038
6039 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6040
6041         * configure.ac: bump nano to 1
6042
6043 === release 0.8.1 ===
6044
6045 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6046
6047         * NEWS:
6048         * RELEASE:
6049         * configure.ac:
6050           releasing 0.8.1, "Snow Brigade"
6051
6052 2004-04-14  David Schleef  <ds@schleef.org>
6053
6054         * testsuite/Makefile.am: define tests_ignore
6055         * testsuite/Rules: Added new tests_ignore, which get compiled,
6056         but not run (generally because they're inconsistent or have
6057         heisenbugs).  Now we can ensure all the .c files compile in
6058         testsuite/.
6059         * testsuite/bins/Makefile.am: define tests_ignore
6060         * testsuite/bytestream/Makefile.am:
6061         * testsuite/caps/Makefile.am:
6062         * testsuite/clock/Makefile.am:
6063         * testsuite/debug/Makefile.am:
6064         * testsuite/debug/global.c: (gst_debug_log_one),
6065         (gst_debug_log_two): Fix compilation problem.
6066         * testsuite/dynparams/Makefile.am:
6067         * testsuite/elements/Makefile.am:
6068         * testsuite/ghostpads/Makefile.am:
6069         * testsuite/indexers/Makefile.am:
6070         * testsuite/parse/Makefile.am:
6071         * testsuite/plugin/Makefile.am:
6072         * testsuite/refcounting/Makefile.am:
6073         * testsuite/refcounting/element_pad.c: (main): Don't return leak
6074         results, because it's not calculated correctly.
6075         * testsuite/refcounting/pad.c: (main): same
6076         * testsuite/states/Makefile.am:
6077         * testsuite/tags/Makefile.am:
6078         * testsuite/threads/Makefile.am:
6079
6080 2004-04-14  David Schleef  <ds@schleef.org>
6081
6082         * gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
6083         generating bad code around the cpu detection asm code.
6084
6085 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6086
6087         * tools/gst-inspect.c: (print_element_info):
6088           print numeric version of rank as well, since we added some - 1
6089           rank values to elements
6090
6091 2004-04-13  David Schleef  <ds@schleef.org>
6092
6093         * configure.ac:  Disable various code when compiling for MinGW.
6094         * gst/elements/Makefile.am:
6095         * gst/elements/gstelements.c:
6096         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
6097         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
6098         * gst/registries/gstxmlregistry.c: (make_dir):
6099
6100 2004-04-13  David Schleef  <ds@schleef.org>
6101
6102         * gst/Makefile.am:
6103         * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
6104         assembly.
6105         * gst/gstcpuid_i386.s: remove
6106
6107 2004-04-13  David Schleef  <ds@schleef.org>
6108
6109         * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
6110         seems to think it needs to be done.
6111         * docs/gst/tmpl/gstfakesink.sgml:
6112         * docs/gst/tmpl/gstfakesrc.sgml:
6113         * docs/gst/tmpl/gstfdsink.sgml:
6114         * docs/gst/tmpl/gstfdsrc.sgml:
6115         * docs/gst/tmpl/gstfilesink.sgml:
6116         * docs/gst/tmpl/gstfilesrc.sgml:
6117         * docs/gst/tmpl/gstidentity.sgml:
6118         * docs/gst/tmpl/gstmd5sink.sgml:
6119         * docs/gst/tmpl/gstmultifilesrc.sgml:
6120         * docs/gst/tmpl/gstpipefilter.sgml:
6121         * docs/gst/tmpl/gstshaper.sgml:
6122         * docs/gst/tmpl/gstspider.sgml:
6123         * docs/gst/tmpl/gstspideridentity.sgml:
6124         * docs/gst/tmpl/gststatistics.sgml:
6125         * docs/gst/tmpl/gsttee.sgml:
6126         * docs/gst/tmpl/gsttypefind.sgml:
6127         * docs/gst/tmpl/gstutils.sgml:
6128
6129 2004-04-13  David Schleef  <ds@schleef.org>
6130
6131         * configure.ac: Changes to remove POSIXisms (mmap in this case)
6132         and to build DLLs on Windows.
6133         * gst/Makefile.am:
6134         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
6135         (gst_filesrc_open_file):
6136         * gst/schedulers/Makefile.am:
6137
6138 2004-04-13  David Schleef  <ds@schleef.org>
6139
6140         * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
6141         (gst_caps_structure_fixate_field_nearest_double):  Fix bug in
6142         fixating lists.
6143
6144 2004-04-12  David Schleef  <ds@schleef.org>
6145
6146         * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
6147         (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
6148         to using it.
6149         * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
6150         * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
6151         * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
6152         * gst/gststructure.c: (gst_structure_set_valist),
6153         (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
6154         support for buffers.
6155         * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
6156         intended to be const.
6157         * gst/gsttag.h: same
6158         * gst/gstvalue.c: (gst_value_serialize_buffer),
6159         (gst_value_deserialize_buffer), (_gst_value_initialize):  Add code
6160         to (de)serialize buffers.
6161         * testsuite/caps/Makefile.am:  Add a bit of buffer testing
6162         * testsuite/caps/string-conversions.c: (main):
6163         * testsuite/caps/value_serialize.c: add new test
6164
6165 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6166
6167         * docs/pwg/advanced-types.xml:
6168           Document MS video 1 (video/x-msvideocodec) mimetype/format.
6169
6170 2004-04-11  Benjamin Otte  <otte@gnome.org>
6171
6172         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
6173           rename categories to basic_*
6174         * gst/schedulers/gstbasicscheduler.c: 
6175         (gst_basic_scheduler_chain_wrapper),
6176         (gst_basic_scheduler_chainhandler_proxy),
6177         (gst_basic_scheduler_gethandler_proxy),
6178         (gst_basic_scheduler_eventhandler_proxy):
6179           debugging category fixes - put common stuff in log category
6180         * gst/schedulers/gstbasicscheduler.c: 
6181         (gst_basic_scheduler_chain_elements):
6182           dirty fix: call gst_basic_scheduler_cothreaded_chain when already
6183           active and linking two active chains
6184
6185 2004-04-10  Benjamin Otte  <otte@gnome.org>
6186
6187         * docs/pwg/intro-preface.xml:
6188           fix dead links and remove reference to Wiki
6189
6190 2004-04-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6191
6192         * gst/schedulers/gstbasicscheduler.c:
6193           make sure we can switch back to the main function if we're still in
6194           the main function (supposed to fix #139617)
6195         * gst/schedulers/gthread-cothreads.h:
6196           don't throw an error when switching to the same cothread
6197
6198 2004-04-09  Benjamin Otte  <otte@gnome.org>
6199
6200         * gst/gstbin.c: (gst_bin_get_type):
6201         * gst/gstclock.c: (gst_clock_get_type):
6202         * gst/gstindex.c: (gst_index_get_type):
6203         * gst/gstobject.c: (gst_object_get_type),
6204         (gst_signal_object_get_type):
6205         * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
6206         (gst_pad_template_get_type), (gst_ghost_pad_get_type):
6207         * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
6208         * gst/gstqueue.c: (gst_queue_get_type):
6209         * gst/gstregistry.c: (gst_registry_get_type):
6210         * gst/gstsystemclock.c: (gst_system_clock_get_type):
6211         * gst/gstthread.c: (gst_thread_get_type):
6212           don't use memchunks for these objects, use malloc instead
6213
6214 2004-04-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6215
6216         * docs/gst/.cvsignore:
6217         * docs/gst/Makefile.am:
6218         * docs/gst/gstreamer-sections.txt:
6219         * docs/gst/tmpl/gstaggregator.sgml:
6220         * docs/gst/tmpl/gstbuffer.sgml:
6221         * docs/gst/tmpl/gstclock.sgml:
6222         * docs/gst/tmpl/gstelement.sgml:
6223         * docs/gst/tmpl/gstfakesink.sgml:
6224         * docs/gst/tmpl/gstfakesrc.sgml:
6225         * docs/gst/tmpl/gstfdsink.sgml:
6226         * docs/gst/tmpl/gstfdsrc.sgml:
6227         * docs/gst/tmpl/gstfilesink.sgml:
6228         * docs/gst/tmpl/gstfilesrc.sgml:
6229         * docs/gst/tmpl/gstidentity.sgml:
6230         * docs/gst/tmpl/gstindex.sgml:
6231         * docs/gst/tmpl/gstinfo.sgml:
6232         * docs/gst/tmpl/gstmd5sink.sgml:
6233         * docs/gst/tmpl/gstmultifilesrc.sgml:
6234         * docs/gst/tmpl/gstpad.sgml:
6235         * docs/gst/tmpl/gstpipefilter.sgml:
6236         * docs/gst/tmpl/gstpipeline.sgml:
6237         * docs/gst/tmpl/gstpluginfeature.sgml:
6238         * docs/gst/tmpl/gstqueue.sgml:
6239         * docs/gst/tmpl/gstregistry.sgml:
6240         * docs/gst/tmpl/gstscheduler.sgml:
6241         * docs/gst/tmpl/gstshaper.sgml:
6242         * docs/gst/tmpl/gstspider.sgml:
6243         * docs/gst/tmpl/gstspideridentity.sgml:
6244         * docs/gst/tmpl/gststatistics.sgml:
6245         * docs/gst/tmpl/gstsystemclock.sgml:
6246         * docs/gst/tmpl/gsttee.sgml:
6247         * docs/gst/tmpl/gstthread.sgml:
6248         * docs/gst/tmpl/gsttypefind.sgml:
6249         * docs/gst/tmpl/gstutils.sgml:
6250           further doc build fixes
6251
6252 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6253
6254         * docs/gst/Makefile.am:
6255           make docs exit on scanning problems
6256           fix nonsrcdir build issues
6257         * docs/gst/gstreamer-sections.txt:
6258           adding stuff from -unused
6259         * gst/gstqueue.h:
6260           create GstQueueSize
6261         * gst/schedulers/cothreads_compat.h:
6262           fix cothread warnings
6263
6264 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6265
6266         * docs/gst/gstreamer-sections.txt:
6267           remove defines deprecated by Benjamin
6268
6269 2004-04-07  Benjamin Otte  <otte@gnome.org>
6270
6271         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
6272           when the buffer is complete, don't check if other buffers are needed
6273         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
6274           check that the offset is >0 so we don't try to read before the
6275           beginning of the file
6276         * gst/gstpad.c: (gst_pad_set_pad_template):
6277           sink the template, so we don't end up with 130k pad templates
6278
6279 2004-04-06  Benjamin Otte  <otte@gnome.org>
6280
6281         * gst/autoplug/gstspider.c: (gst_spider_link_add):
6282           don't ref the element, adding already reffed it. And we didn't unref
6283           it later anyway... (huge memleak when you used many spider elements)
6284         * gst/gstelement.c: (gst_element_base_class_finalize):
6285         * gst/gstelementfactory.c: (gst_element_factory_cleanup),
6286         (gst_element_register):
6287         * gst/gsturi.c: (gst_element_make_from_uri):
6288           use gst_object_(un)ref instead of g_object(un)ref
6289
6290 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6291
6292         * gst/gstbuffer.h:
6293           remove macro that wouldn't work anymore because struct member has
6294           been removed.
6295         * gst/schedulers/entryscheduler.c: (schedule_forward):
6296           fix segfault for unconnected pads
6297         
6298 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6299
6300         reviewed by David Schleef <ds@schleef.org>
6301
6302         * gst/gstinfo.h:
6303           *_FORMAT modifiers should require putting a % in front of them for
6304           consistency reasons.
6305
6306 2004-04-05  Colin Walters  <walters@redhat.com>
6307
6308         * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
6309         space.
6310
6311 2004-04-05  Benjamin Otte  <otte@gnome.org>
6312
6313         * configure.ac:
6314         * gst/Makefile.am:
6315         * gst/gst_private.h:
6316         * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
6317           add support for detecting if GStreamer runs inside valgrind.
6318           requires valgrind (d'oh) and --enable-debug for correct cdetection.
6319           print a big message in valgrind that GStreamer has detected it's
6320           running inside and might now use different code.
6321         * gst/gstmemchunk.c: (populate), (free_area),
6322         (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
6323         (gst_mem_chunk_free):
6324           flag memchunks for valgrind, so it can detect leaking of chunks.
6325           This allows detecting leaks of GstBuffer and GstEvent correctly
6326           inside valgrind.
6327
6328 2004-04-05  David Schleef  <ds@schleef.org>
6329
6330         * gst/gsttrace.h:  Fix #ifdef nesting (bug #139109) Patch from
6331           jensgr@gmx.net (Jens Granseuer)
6332
6333 2004-04-05  David Schleef  <ds@schleef.org>
6334
6335         * gst/gstbuffer.c: (_gst_buffer_sub_free),
6336         (gst_buffer_default_free), (gst_buffer_default_copy),
6337         (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
6338         (gst_buffer_new), (gst_buffer_create_sub):  Allocate GstBuffer
6339         structures in one place.
6340
6341 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6342
6343         * gst/gstinfo.h: adding Ronald's timestamp debugging defines
6344           (GST_TIME_FORMAT, GST_TIME_ARGS)
6345
6346 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6347
6348         * testsuite/elements/Makefile.am:
6349           disable test until it stops breaking make distcheck
6350
6351 2004-04-05  Johan Dahlin  <johan@gnome.org>
6352
6353         * po/sv.po: Updated translation
6354
6355 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6356
6357         * gst/gstplugin.c: (gst_plugin_load_file):
6358           fix segfault for when original plugin was loaded statically
6359
6360 2004-04-05  Benjamin Otte  <otte@gnome.org>
6361
6362         * testsuite/debug/category.c: (main):
6363         * testsuite/debug/commandline.c: (main):
6364         * testsuite/debug/output.c: (main):
6365           fix tests to work again with debugging enabled
6366
6367 2004-04-05  Benjamin Otte  <otte@gnome.org>
6368
6369         * gst/schedulers/gstbasicscheduler.c:
6370         (gst_basic_scheduler_pad_link):
6371           fix to work with recent scheduling changes
6372
6373 2004-04-05  Benjamin Otte  <otte@gnome.org>
6374
6375         * gst/schedulers/entryscheduler.c: (some functions, dunno which,
6376         prepareChangeLog doesn't work when cvs indents):
6377           don't throw an error when no element can be scheduled, there's too
6378           many weird reasons why it doesn't work. Return STOPPED instead.
6379           decoupled elemts' schedulability doesn't depend on bufpens.
6380
6381 2004-04-04  Benjamin Otte  <otte@gnome.org>
6382
6383         * gst/schedulers/gstbasicscheduler.c:
6384         (gst_basic_scheduler_pad_select):
6385           fix uninitialized variable warnings
6386
6387 2004-04-04  Benjamin Otte  <otte@gnome.org>
6388
6389         * gst/gstpad.c: (gst_pad_collect_valist):
6390           fix uninitialized variable warning
6391         * gst/schedulers/entryscheduler.c: (schedule_forward):
6392           fix shadowed variable
6393
6394 2004-04-04  Benjamin Otte  <otte@gnome.org>
6395
6396         * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
6397         (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
6398         (gst_pad_select):
6399         * gst/gstpad.h:
6400         * gst/gstscheduler.c: (gst_scheduler_pad_select),
6401         (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
6402         * gst/gstscheduler.h:
6403           implement gst_pad_collect as replacement for gst_pad_select.
6404           deprecate gst_pad_select and gst_scheduler_(un)lock_element
6405           add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
6406           new pad_select, lock and unlock calls.
6407         * gst/cothreads.c: (cothread_destroy), (cothread_switch):
6408         * gst/cothreads.h:
6409         * gst/schedulers/cothreads_compat.h:
6410         * gst/schedulers/gthread-cothreads.h:
6411           remove unused cothread_lock and cothread_unlock calls
6412         * gst/schedulers/entryscheduler.c:
6413         (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
6414         (_can_schedule_loop), (gst_entry_scheduler_get_handler),
6415         (gst_entry_scheduler_pad_select):
6416           update to new API
6417         * gst/schedulers/gstbasicscheduler.c:
6418         (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
6419         (gst_basic_scheduler_pad_select):
6420           remove useless lock and unlock calls, update pad_select to new API
6421           (untested)
6422         * gst/schedulers/gstoptimalscheduler.c:
6423         (gst_opt_scheduler_class_init):
6424           remove useless select, lock and unlock function calls
6425         * gst/elements/gstaggregator.c: (gst_aggregator_loop):
6426           use gst_pad_collect instead of gst_pad_select
6427
6428 2004-04-04  Benjamin Otte  <otte@gnome.org>
6429
6430         * gst/schedulers/entryscheduler.c: (_can_schedule_get),
6431         (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
6432         (schedule_next_element), (print_entry):
6433           add can_schedule_pad to handle element states.
6434           add schedule_forward to select the correct entry to schedule next
6435
6436 2004-04-03  Benjamin Otte  <otte@gnome.org>
6437
6438         * gst/schedulers/entryscheduler.c: 
6439           remove unused variable, fix error inside Rb, fix compile warning in
6440           unreachable code
6441
6442 2004-04-03  Benjamin Otte  <otte@gnome.org>
6443
6444         * gst/schedulers/entryscheduler.c:
6445           completely revamp the inner workings, so it's a lot easier to
6446           understand and extend
6447
6448 2004-04-03  Andy Wingo  <wingo@pobox.com>
6449
6450         * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
6451         Rename ->group1 and ->group2 to ->src and ->sink, respectively.
6452         This allows better introspection of pipeline topology.
6453         (add_to_chain): Don't do trickery to put loop elements first;
6454         rather, queue a chain sort by marking the chain as dirty.
6455         (remove_from_chain): Mark the chain dirty.
6456         (sort_chain): New function. Sorts the group list so that terminal
6457         sinks are first. This means elements on the sink side will be
6458         preferentially sscheduled before elements on the src side of the
6459         pipeline.
6460         (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
6461         (schedule_chain): If the chain is marked DIRTY, call sort_chain.
6462         (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
6463         (group_inc_link): Change argument and variable names to match the
6464         new link structure member names (src and sink).
6465         (group_dec_link): Add some description
6466
6467 2004-04-03  Benjamin Otte  <otte@gnome.org>
6468
6469         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
6470         * gst/gstinfo.h:
6471         * testsuite/debug/category.c: (main):
6472         * testsuite/debug/commandline.c: (main):
6473         * testsuite/debug/output.c: (main):
6474         * testsuite/debug/printf_extension.c: (main):
6475           fix to successfully build and test with --disable-gst-debug
6476           configure switch (fixes #138705)
6477
6478 2004-04-03  Benjamin Otte  <otte@gnome.org>
6479
6480         * docs/pwg/building-boiler.xml:
6481           add cvs login line and s/anonymous/anoncvs/
6482
6483 2004-04-03  Tim-Phillip Müller  <t.i.m@zen.co.uk>
6484
6485         reviewed by Benjamin Otte  <otte@gnome.org>
6486
6487         * gst/gststructure.c: (gst_structure_free):
6488           memleak fix: free fields array (partial fix for #134839)
6489
6490 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6491
6492         * docs/random/ds/0.9-suggested-changes:
6493           Add a note to change handoff use in fakesrc to be usable in
6494           a more generic way (fakesrc should be renamed to appsrc or so).
6495         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
6496           Change signal type to scope, so we can fill the buffer in the
6497           handoff handler (that's the whole use of this signal...).
6498
6499 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6500
6501         * docs/pwg/other-ntoone.xml:
6502           Document muxers and n-to-1 elements.
6503
6504 2004-04-01  Martin Soto  <martinsoto@users.sourceforge.net>
6505
6506         * gst/registries/gstxmlregistry.c
6507         (gst_xml_registry_rebuild_recurse): Fix the algorithm to
6508         determine if a file is a G_MODULE. The old one discards paths
6509         containing "so" somewhere in the middle. My home directory is
6510         called "soto". Go figure...
6511
6512 2004-03-31  David Schleef  <ds@schleef.org>
6513
6514         * gst/gstbuffer.c: (gst_buffer_join):  Add function gst_buffer_join()
6515         to eventually deprecate gst_buffer_merge().  (bug: #136408)
6516         * gst/gstbuffer.h:
6517
6518 2004-03-31  David Schleef  <ds@schleef.org>
6519
6520         * gst/gstvalue.c: (gst_value_union_int_int_range),
6521         (gst_value_union_int_range_int_range), (gst_value_can_union),
6522         (gst_value_union), (_gst_value_initialize):  Add some union
6523         implementations.  We didn't have any previously.
6524         * testsuite/caps/Makefile.am:
6525         * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
6526         (gst_audioscale_getcaps), (test_caps), (main): A little test
6527         that is the same as the caps manipulation in audioscale.
6528
6529 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6530
6531         * docs/faq/general.xml:
6532           add entry about "does gst support format X?"
6533
6534 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6535
6536         * gst/gstthread.c:
6537           fix docs
6538         * gst/gstutils.h:
6539           fix GST_BOILERPLATE_FULL to not throw casting errors on C++
6540
6541 2004-03-30  Benjamin Otte  <otte@gnome.org>
6542
6543         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
6544           set the offset of the buffer to the requested offset
6545         * gst/elements/gsttypefind.c: (stop_typefinding):
6546           revert patch 1.18 (which I unfortunately don't know the reason for).
6547           This is needed to allow downstream elements to seek. Otherwise
6548           typefind might overwrite a previous seek by downstream elements.
6549           This lead to errors with id3tag and typefind on some mp3s.
6550         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
6551         (gst_entry_scheduler_iterate):
6552           be more verbose when debugging
6553
6554 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6555
6556         * gst/gstcaps.c: (gst_caps_from_string_inplace):
6557           make sure we don't get NULL strings
6558
6559 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6560
6561         * gst/gstcaps.c:
6562         * gst/gstelement.c:
6563         * gst/gstelementfactory.c: (gst_element_factory_get_type):
6564         * gst/gstindex.c: (gst_index_resolver_get_type),
6565         (gst_index_get_type), (gst_index_factory_get_type):
6566         * gst/gstinfo.c:
6567         * gst/gstpad.c:
6568         * gst/gstplugin.c:
6569         * gst/gsturi.c: (gst_uri_handler_get_type):
6570         * gst/gstvalue.c:
6571           first batch of documentation fixes
6572
6573 2004-03-29  David Schleef  <ds@schleef.org>
6574
6575         * docs/gst/Makefile.am:  Disable a bunch of headers from being scanned
6576         * docs/gst/gstreamer-docs.sgml:  More hacking
6577         * docs/gst/gstreamer-sections.txt:
6578         * docs/gst/tmpl/cothreads_compat.sgml:
6579         * docs/gst/tmpl/gstcaps.sgml:
6580         * docs/gst/tmpl/gstclock.sgml:
6581         * docs/gst/tmpl/gstelement.sgml:
6582         * docs/gst/tmpl/gstevent.sgml:
6583         * docs/gst/tmpl/gstpad.sgml:
6584         * docs/gst/tmpl/gstutils.sgml:
6585         * docs/gst/tmpl/gstxml.sgml:
6586         * docs/gst/tmpl/gthread-cothreads.sgml:
6587         * docs/random/ds/0.9-suggested-changes:
6588         * gst/elements/gstfakesink.h: doc fixes
6589         * gst/elements/gstfakesrc.h: doc fixes
6590         * gst/gstcaps.c: doc fixes
6591         * gst/gstcaps.h: doc fixes
6592         * gst/gstelement.c: doc fixes
6593         * gst/gstelement.h: doc fixes
6594         * gst/gstindex.c: doc fixes
6595         * gst/gstinfo.c: doc fixes
6596         * gst/gstpad.c: doc fixes
6597         * gst/gstpad.h: doc fixes
6598         * gst/gstplugin.c: doc fixes
6599         * gst/gsttypefind.h: doc fixes
6600         * gst/gsturi.c: doc fixes
6601         * gst/gstvalue.c: doc fixes
6602
6603 2004-03-29  Colin Walters  <walters@redhat.com>
6604
6605         * gst/registries/gstxmlregistry.c (get_time)
6606         (plugin_times_older_than_recurse):
6607         Use the result of stat to determine whether a path is a file,
6608         so we don't attempt to opendir() files.
6609
6610 2004-03-29  Benjamin Otte  <otte@gnome.org>
6611
6612         * gst/gstpad.c: (gst_pad_set_explicit_caps):
6613           print caps in debugging output when setting caps failed
6614         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
6615         (schedule_next_element), (get_buffer), (run_chainhandler),
6616         (element_may_start), (gst_entry_scheduler_chain_handler),
6617         (gst_entry_scheduler_get_handler),
6618         (gst_entry_scheduler_state_transition),
6619         (gst_entry_scheduler_pad_link):
6620           make this scheduler a testcase for mandatory
6621           discont-before-first-buffer which is needed if we want to allow apps
6622           to release the sound device.
6623           add SCHED_ASSERT macro to print scheduler state before an assertion
6624           triggers.
6625
6626 2004-03-29  Benjamin Otte  <otte@gnome.org>
6627
6628         * COPYING:
6629           replace by LGPL (former COPYING.LIB). The core is completely
6630           licensed LGPL.
6631         * COPYING.LIB:
6632           remove
6633
6634 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6635
6636         * po/af.po:
6637         * po/sv.po:
6638           updated Afrikaans and Swedish
6639
6640 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6641
6642         * po/LINGUAS:
6643         * po/az.po:
6644           adding Azerbaijani (Mətin Əmirov)
6645
6646 2004-03-28  Martin Soto  <martinsoto@users.sourceforge.net>
6647
6648         * gst/gstelement.h: 
6649         * gst/gstelement.c (gst_element_set_time_delay): New function for
6650         setting element time taking into account a hardware buffering
6651         delay.
6652         (gst_element_set_time): Now just an invocation of
6653         gst_element_set_time_delay.
6654         * gst/gstclock.h: 
6655         * gst/gstclock.c (gst_clock_get_event_time_delay): New function
6656         allowing to set event times in the future.
6657         (gst_clock_get_event_time): Now just an invocation of
6658         gst_clock_get_event_time_delay.
6659
6660 2004-03-28  Benjamin Otte  <otte@gnome.org>
6661
6662         * gst/gstbin.c: (gst_bin_set_element_sched),
6663         (gst_bin_unset_element_sched):
6664           don't add decoupled elements to schedulers - otherwise it's
6665           impossible to control if a link to a decoupled element was already
6666           removed from a scheduler or not.
6667         * gst/schedulers/cothreads_compat.h:
6668         * gst/schedulers/gthread-cothreads.h:
6669           add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
6670           is no "unused" warning.
6671         * gst/schedulers/Makefile.am:
6672         * gst/schedulers/entryscheduler.c:
6673           add new scheduler, based on ideas from talking to David and Martin.
6674           It's supposed to be small and correct. Currently it's also slow (but
6675           it's not noticable)
6676         * examples/retag/retag.c: (main):
6677         * testsuite/bytestream/test1.c: (main):
6678           fix missing NULLs at end of variadic functions
6679         * testsuite/elements/.cvsignore:
6680           update
6681
6682 2004-03-28  Jan Schmidt  <thaytan@mad.scientist.com>
6683
6684         * gst/gstevent.h:
6685         Added GST_EVENT_ANY for GstEvents that pass a GstStructure
6686
6687 2004-03-25  David Schleef  <ds@schleef.org>
6688
6689         * docs/gst/gstreamer-sections.txt:  More doc hacking.
6690         * docs/gst/tmpl/gstaggregator.sgml:
6691         * docs/gst/tmpl/gstautoplugfactory.sgml:
6692         * docs/gst/tmpl/gstbin.sgml:
6693         * docs/gst/tmpl/gstbuffer.sgml:
6694         * docs/gst/tmpl/gstbufferstore.sgml:
6695         * docs/gst/tmpl/gstfakesink.sgml:
6696         * docs/gst/tmpl/gstfakesrc.sgml:
6697         * docs/gst/tmpl/gstmd5sink.sgml:
6698         * docs/gst/tmpl/gstreamer-unused.sgml:
6699         * docs/gst/tmpl/gstsearchfuncs.sgml:
6700         * docs/gst/tmpl/gstshaper.sgml:
6701         * docs/gst/tmpl/gstspider.sgml:
6702         * docs/gst/tmpl/gsttee.sgml:
6703         * docs/gst/tmpl/gstutils.sgml:
6704         * docs/gst/tmpl/gstvalue.sgml:
6705         * docs/gst/tmpl/gstxml.sgml:
6706         * gst/Makefile.am:  Remove gstthreaddummy.c.  It never worked,
6707         and we don't support it.
6708         * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
6709         (gst_use_threads), (gst_has_threads): same
6710         * gst/gstthreaddummy.c: same
6711         * gst/autoplug/gstspider.c: Make gst_spider_details static.
6712         * gst/autoplug/gstspider.h: same
6713         * gst/elements/gstaggregator.h: Remove bogus function from header
6714         * gst/elements/gstfakesink.h: same
6715         * gst/elements/gstfakesrc.h: same
6716         * gst/elements/gstmd5sink.h: same
6717         * gst/elements/gstshaper.h: same
6718         * gst/elements/gsttee.h: same
6719         * gst/gstbin.c: doc fixes
6720         * gst/gstbin.h: Remove unused definition.
6721         * gst/gstbuffer.c: doc fixes
6722         * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
6723         * gst/gstfilter.c: doc fixes
6724         * gst/gsttag.c: doc fixes
6725         * gst/gstvalue.c: doc fixes
6726
6727 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6728
6729         * docs/pwg/advanced-types.xml:
6730           Document typefinding.
6731         * docs/pwg/other-oneton.xml:
6732           Document one-to-n elements, demuxers and parsers.
6733
6734 2004-03-25  Tim-Philipp Müller <t.i.m@zen.co.uk>
6735
6736         reviewed by: David Schleef  <ds@schleef.org>
6737
6738         * configure.ac: Check bison version (bug #127838)
6739
6740 2004-03-25  David Schleef  <ds@schleef.org>
6741
6742         * docs/gst/gstreamer-docs.sgml: More fine tuning.
6743         * docs/gst/gstreamer-sections.txt:
6744         * docs/gst/tmpl/gstautoplug.sgml:
6745         * docs/gst/tmpl/gststaticautoplug.sgml:
6746         * docs/gst/tmpl/gststaticautoplugrender.sgml:
6747         * docs/gst/tmpl/gstutils.sgml:
6748         * docs/gst/tmpl/gstxml.sgml:
6749
6750 2004-03-24  David Schleef  <ds@schleef.org>
6751
6752         * docs/gst/gstreamer-docs.sgml:  I got tired of the reference
6753         manual being such complete crap, that I decided to do major
6754         hacking of it.  This checkin replaces any fine tuning that
6755         may have been done previously, with the benefit of actually
6756         being complete for much of the API that was changed since
6757         0.6.  Further fine tuning will occur shortly.  (bug #134721)
6758         * docs/gst/gstreamer-sections.txt:
6759         * docs/gst/tmpl/GstBin.sgml:
6760         * docs/gst/tmpl/GstBuffer.sgml:
6761         * docs/gst/tmpl/GstCaps.sgml:
6762         * docs/gst/tmpl/GstClock.sgml:
6763         * docs/gst/tmpl/GstCompat.sgml:
6764         * docs/gst/tmpl/GstData.sgml:
6765         * docs/gst/tmpl/GstElement.sgml:
6766         * docs/gst/tmpl/GstEvent.sgml:
6767         * docs/gst/tmpl/GstIndex.sgml:
6768         * docs/gst/tmpl/GstStructure.sgml:
6769         * docs/gst/tmpl/GstTag.sgml:
6770         * docs/gst/tmpl/cothreads.sgml:
6771         * docs/gst/tmpl/cothreads_compat.sgml:
6772         * docs/gst/tmpl/gettext.sgml:
6773         * docs/gst/tmpl/grammar.tab.sgml:
6774         * docs/gst/tmpl/gst-i18n-app.sgml:
6775         * docs/gst/tmpl/gst-i18n-lib.sgml:
6776         * docs/gst/tmpl/gst.sgml:
6777         * docs/gst/tmpl/gst_private.sgml:
6778         * docs/gst/tmpl/gstaggregator.sgml:
6779         * docs/gst/tmpl/gstarch.sgml:
6780         * docs/gst/tmpl/gstatomic.sgml:
6781         * docs/gst/tmpl/gstatomic_impl.sgml:
6782         * docs/gst/tmpl/gstbin.sgml:
6783         * docs/gst/tmpl/gstbuffer.sgml:
6784         * docs/gst/tmpl/gstbufferstore.sgml:
6785         * docs/gst/tmpl/gstcaps.sgml:
6786         * docs/gst/tmpl/gstclock.sgml:
6787         * docs/gst/tmpl/gstcompat.sgml:
6788         * docs/gst/tmpl/gstconfig.sgml:
6789         * docs/gst/tmpl/gstcpu.sgml:
6790         * docs/gst/tmpl/gstdata.sgml:
6791         * docs/gst/tmpl/gstdata_private.sgml:
6792         * docs/gst/tmpl/gstelement.sgml:
6793         * docs/gst/tmpl/gstenumtypes.sgml:
6794         * docs/gst/tmpl/gsterror.sgml:
6795         * docs/gst/tmpl/gstevent.sgml:
6796         * docs/gst/tmpl/gstfakesink.sgml:
6797         * docs/gst/tmpl/gstfakesrc.sgml:
6798         * docs/gst/tmpl/gstfilesink.sgml:
6799         * docs/gst/tmpl/gstfilter.sgml:
6800         * docs/gst/tmpl/gstindex.sgml:
6801         * docs/gst/tmpl/gstinfo.sgml:
6802         * docs/gst/tmpl/gstinterface.sgml:
6803         * docs/gst/tmpl/gstlog.sgml:
6804         * docs/gst/tmpl/gstmacros.sgml:
6805         * docs/gst/tmpl/gstmarshal.sgml:
6806         * docs/gst/tmpl/gstmd5sink.sgml:
6807         * docs/gst/tmpl/gstmultifilesrc.sgml:
6808         * docs/gst/tmpl/gstobject.sgml:
6809         * docs/gst/tmpl/gstpad.sgml:
6810         * docs/gst/tmpl/gstparse.sgml:
6811         * docs/gst/tmpl/gstpipeline.sgml:
6812         * docs/gst/tmpl/gstplugin.sgml:
6813         * docs/gst/tmpl/gstpluginfeature.sgml:
6814         * docs/gst/tmpl/gstqueue.sgml:
6815         * docs/gst/tmpl/gstreamer-unused.sgml:
6816         * docs/gst/tmpl/gstregistry.sgml:
6817         * docs/gst/tmpl/gstregistrypool.sgml:
6818         * docs/gst/tmpl/gstscheduler.sgml:
6819         * docs/gst/tmpl/gstsearchfuncs.sgml:
6820         * docs/gst/tmpl/gstshaper.sgml:
6821         * docs/gst/tmpl/gstspider.sgml:
6822         * docs/gst/tmpl/gstspideridentity.sgml:
6823         * docs/gst/tmpl/gststructure.sgml:
6824         * docs/gst/tmpl/gstsystemclock.sgml:
6825         * docs/gst/tmpl/gsttag.sgml:
6826         * docs/gst/tmpl/gsttaginterface.sgml:
6827         * docs/gst/tmpl/gsttee.sgml:
6828         * docs/gst/tmpl/gstthread.sgml:
6829         * docs/gst/tmpl/gsttrace.sgml:
6830         * docs/gst/tmpl/gsttrashstack.sgml:
6831         * docs/gst/tmpl/gsttypefind.sgml:
6832         * docs/gst/tmpl/gsttypes.sgml:
6833         * docs/gst/tmpl/gsturi.sgml:
6834         * docs/gst/tmpl/gsturitype.sgml:
6835         * docs/gst/tmpl/gstutils.sgml:
6836         * docs/gst/tmpl/gstvalue.sgml:
6837         * docs/gst/tmpl/gstversion.sgml:
6838         * docs/gst/tmpl/gstxml.sgml:
6839         * docs/gst/tmpl/gstxmlregistry.sgml:
6840         * docs/gst/tmpl/gthread-cothreads.sgml:
6841         * docs/gst/tmpl/types.sgml:
6842
6843 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6844
6845         * docs/pwg/other-sink.xml:
6846         * docs/pwg/other-source.xml:
6847           Documentation on how to write source and sink elements. Other
6848           stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
6849           manager, autoplugger) are all still pending.
6850
6851 2004-03-25  Benjamin Otte  <otte@gnome.org>
6852
6853         * testsuite/elements/Makefile.am:
6854         * testsuite/elements/gst-compprep-check:
6855           add check to make sure gst-compprep works
6856         * testsuite/elements/gst-inspect-check.in:
6857           improve initialization output
6858         * testsuite/Makefile.am:
6859         * testsuite/gst-inspect-check:
6860           remove old file
6861
6862 2004-03-24  David Schleef  <ds@schleef.org>
6863
6864         * testsuite/elements/Makefile.am:
6865         * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
6866         to the testsuite.
6867
6868 2004-03-24  Benjamin Otte  <otte@gnome.org>
6869
6870         * libs/gst/control/dparam.c: (gst_dparam_attach),
6871         (gst_dparam_detach):
6872         * libs/gst/control/dparammanager.c: (gst_dpman_init):
6873           fix lvalue casts for real
6874
6875 2004-03-24  Benjamin Otte  <otte@gnome.org>
6876
6877         * gst/schedulers/gstbasicscheduler.c:
6878         (gst_basic_scheduler_src_wrapper):
6879         * gst/schedulers/gstoptimalscheduler.c:
6880         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
6881         (pad_clear_queued), (gst_opt_scheduler_add_element),
6882         (gst_opt_scheduler_remove_element):
6883           fix GStreamer to not have issues with lvalue casts anymore (fixes
6884           #136841)
6885
6886 2004-03-24  Benjamin Otte  <otte@gnome.org>
6887
6888         * gst/gstelement.c:
6889           add documentation about a gobject quirk where the object hasn't the
6890           correct class pointer set on initialization
6891         * gst/schedulers/gstbasicscheduler.c:
6892         (gst_basic_scheduler_src_wrapper):
6893           make sure to not run into an infinite loop
6894
6895 2004-03-22  Benjamin Otte  <otte@gnome.org>
6896
6897         * gst/gstutils.c: (gst_util_dump_mem):
6898         * gst/gstutils.h:
6899           first argument of gst_util_dump_mem should be const
6900
6901 2004-03-22  Johan Dahlin  <johan@gnome.org>
6902
6903         * gst/gstvalue.h: Clean up a little bit.
6904
6905 2004-03-21  Tim-Philipp Müller <t.i.m@zen.co.uk>
6906
6907         reviewed by Benjamin Otte  <otte@gnome.org>
6908
6909         * gst/autoplug/gstspider.c: (gst_spider_dispose):
6910         * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
6911         (gst_aggregator_class_init), (gst_aggregator_init):
6912         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
6913         (gst_filesrc_dispose), (gst_filesrc_set_location):
6914         * gst/elements/gstidentity.c: (gst_identity_finalize),
6915         (gst_identity_class_init), (gst_identity_chain):
6916         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
6917         * gst/elements/gststatistics.c: (gst_statistics_finalize),
6918         (gst_statistics_class_init):
6919         * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
6920         (gst_tee_get_property):
6921           clean up used memory in this elements correctly on teardown (closes
6922           #137279)
6923
6924 2004-03-20  Colin Walters  <walters@redhat.com>
6925
6926         * gst/registries/gstxmlregistry.c:
6927         (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
6928         registry saving atomic.
6929
6930 2004-03-20  Colin Walters  <walters@redhat.com>
6931
6932         * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
6933         Just use
6934         access() instead of actually creating and deleting files.
6935
6936 2004-03-18  David Schleef  <ds@schleef.org>
6937
6938         * configure.ac:  Remove HAVE_ATOMIC_H test, since it's unused.
6939         (bug #137625)
6940
6941 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6942
6943         * po/sv.po: updated translation (Christian Rose)
6944
6945 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6946
6947         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
6948         (gst_filesink_get_query_types), (_do_init),
6949         (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
6950           return FALSE silently
6951         * po/af.po: updated translation (Petri Jooste)
6952
6953 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6954
6955         * Makefile.am:
6956         * configure.ac:
6957           dist common properly
6958         * po/af.po:
6959         * po/fr.po:
6960         * po/nl.po:
6961         * po/sr.po:
6962         * po/sv.po:
6963           refreshing translations
6964
6965 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6966
6967         * po/LINGUAS:
6968         * po/sv.po:
6969         * po/af.po:
6970           adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
6971
6972 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6973
6974         * Makefile.am: use common/release.mak
6975
6976 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6977
6978         * docs/faq/gst-uninstalled:
6979           adding gst-monkeysaudio to the list of possible plugin dirs
6980
6981 2004-03-16  David Schleef  <ds@schleef.org>
6982
6983         * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
6984         (gst_init_check_with_popt_table):  Fix some gettext strings to
6985         make them easier to translate.  Required making the strings
6986         non-const.
6987
6988 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6989
6990         * configure.ac: bump nano to 1
6991
6992 === release 0.8.0 ===
6993
6994 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6995
6996         * configure.ac: release 0.8.0, "Executive Slacks"
6997
6998 2004-03-16  Johan Dahlin  <johan@gnome.org>
6999
7000         * gst/schedulers/gstoptimalscheduler.c
7001         (gst_opt_scheduler_pad_unlink): Remove double ;,
7002         spotted by Scott Wheeler
7003
7004 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7005
7006         * configure.ac: bump libtool version
7007
7008 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7009
7010         * gst/gstcaps.h:
7011         * gst/gststructure.h:
7012           add reserved padding
7013
7014 2004-03-15  Benjamin Otte  <otte@gnome.org>
7015
7016         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
7017           set the first parameter for select call correctly.
7018           (fixes #137230)
7019
7020 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7021
7022         * *.c,*.h: don't mix tabs and spaces
7023
7024 2004-03-15  Johan Dahlin  <johan@gnome.org>
7025
7026         * gst/schedulers/gstoptimalscheduler.c
7027         (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
7028         crash on MPEG playback. My boolean arithmetic is a bit rusty.
7029
7030         * tools/Makefile.am (EXTRA_DIST): Add gst-indent
7031         
7032 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7033
7034         * testsuite/Rules:
7035           fix gst-register rules
7036
7037 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7038
7039         * testsuite/Rules:
7040           use versioned gst-register
7041
7042 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7043
7044         * docs/libs/gstreamer-libs-sections.txt:
7045           remove </SUBSECTION>
7046         * gst/gstplugin.c:
7047         * gst/gstregistry.c: (gst_registry_add_plugin):
7048         * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
7049         (gst_xml_registry_open_func), (gst_xml_registry_close_func):
7050           add debugging and fix some comment blocks
7051
7052 2004-03-15  Johan Dahlin  <johan@gnome.org>
7053
7054         * *.h: Revert indent changes.
7055         
7056 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7057
7058         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
7059           g_error_free the g_error
7060         * tools/gst-feedback-m.m:
7061           check for other versions of gstreamer
7062         * tools/gst-indent:
7063           use sh, not bash
7064
7065 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7066
7067         * tools/gst-register.c: do not spill paths when registries are not
7068           writable, until we fix the "user running gst-register" case.
7069
7070 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7071
7072         * *.c, *.h: commit of gst-indent run on core
7073
7074 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7075
7076         * tools/gst-indent:
7077         * tools/Makefile.am:
7078           add our indentation style as a script
7079
7080 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7081
7082         * po/sr.po:
7083         * po/LINGUAS:
7084           added Serbian translation
7085
7086 2004-03-13  Benjamin Otte  <otte@gnome.org>
7087
7088         * gst/gstelement.c:
7089           add documentation note about gst_element_found_tags_for_pad not
7090           being usable in getfunctions. (see #137042)
7091
7092 2004-03-12  David Schleef  <ds@schleef.org>
7093
7094         * gst/gstcaps.h: jdahlin, what are you smoking?  We can't just
7095         change API right now!  Readd gst_caps_is_simple() macro.
7096         * gst/gstelement.c: (gst_element_base_class_finalize): Fix
7097         uninitialized variable.  I'd bet this caused crashes.
7098         * gst/gstinfo.c: (gst_debug_print_object):  Fix 64-bit cleanliness.
7099
7100 2004-03-12  Johan Dahlin  <johan@gnome.org>
7101
7102         * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
7103         * gst/gstcaps.h: Clean up
7104
7105         * gst/gst.c (init_post): call gst_caps_get_type() instead of
7106         _gst_caps_initalize()
7107
7108         * gst/gstcaps.c: Style fixes, stay closer to glib and friends
7109         (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
7110
7111         * gst/gststructure.c (gst_structure_get_type): Ditto
7112
7113         * gst/gststructure.h: Ditto
7114         
7115 2004-03-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7116
7117         * gst/gstqueue.c: (gst_queue_init):
7118           Reset default max. values in queues. Reason is simply to avoid
7119           braindead use. If you want wider values, use the properties. The
7120           default is supposed to always work. Wider values would make this
7121           beast a memory hog by default (250 full-PAL RGB32 video frames?
7122           That's 440 MB! No thank you).
7123
7124 2004-03-10  David Schleef  <ds@schleef.org>
7125
7126         * tools/gst-run.c: (main):  Fix crash when no relevant tools
7127         were found.  (bug #136793)
7128
7129 2004-03-10  Johan Dahlin  <johan@gnome.org>
7130
7131         * gst/schedulers/gstoptimalscheduler.c
7132         (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
7133         links to elements within the same group, so we can finally remove
7134         that annoying warning. Refactor the code a little bit
7135         (group_dec_links_for_element): Split out
7136
7137 2004-03-09  David Schleef  <ds@schleef.org>
7138
7139         * docs/manual/dparams-app.xml:  Fix to handle double dparams.
7140         (bug #134863)
7141
7142 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7143
7144         * configure.ac: first bug fix due to major/minor bump
7145
7146 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7147
7148         * configure.ac: bump nano to 1
7149
7150 === release 0.7.6 ===
7151
7152 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7153
7154         * NEWS:
7155         * RELEASE:
7156         * configure.ac:
7157           releasing 0.7.6, "Almost"
7158         * po/fr.po:
7159         * po/nl.po:
7160         * tools/Makefile.am:
7161         * tools/gst-feedback-m.m:
7162           unversioned source
7163
7164 2004-03-09  Johan Dahlin  <johan@gnome.org>
7165
7166         Reviewed by: Thomas Vander Stichele
7167
7168         * gst/gstelement.c (gst_element_class_init): register second
7169         parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
7170         language bindings can (de)marshall correctly.
7171
7172         * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
7173
7174         * gst/gsterror.c (gst_g_error_get_type): New function
7175
7176         * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
7177         with VOID:OBJECT,OBJECT,STRING 
7178
7179 2004-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7180
7181         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
7182         Free a leaked g_timer on early returns.
7183
7184 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7185
7186         * docs/pwg/advanced-types.xml:
7187           Add cinepak description.
7188
7189 2004-03-07  David Schleef  <ds@schleef.org>
7190
7191         * docs/random/mimetypes:  Added cinepak description
7192
7193 2004-03-07  Andy Wingo  <wingo@pobox.com>
7194
7195         * gst/gstbin.c (gst_bin_remove): Debugging fixes.
7196
7197         * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
7198         there are no links to other groups when a group is destroyed.
7199         (gst_opt_scheduler_pad_unlink): If the unlink means an element is
7200         removed from a group, make sure the link count to elements linked
7201         to other pads is appropriately decremented. This really fixes
7202         #135672.
7203
7204         The 1.60->1.61 patch has been reapplied in light of this fix.
7205
7206         * gst/gstelement.c (gst_element_dispose): Really protect against
7207         multiple invocations this time.
7208
7209 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7210
7211         * docs/gst/gstreamer-sections.txt:
7212         * docs/gst/tmpl/gsttag.sgml:
7213           remove some deprecated functions, document some existing ones
7214         * gst/gsttag.c: (gst_tag_get_flag):
7215         * gst/gsttag.h:
7216           add accessor function
7217
7218 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7219
7220         * docs/gst/gstreamer-sections.txt:
7221         * docs/gst/tmpl/gsttag.sgml:
7222         * docs/gst/tmpl/gstxml.sgml:
7223         * gst/gsttag.c: (gst_tag_get_flag):
7224         * gst/gsttag.h:
7225
7226 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
7227
7228         * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
7229         leak
7230
7231 2004-03-05  David Schleef  <ds@schleef.org>
7232
7233         * REQUIREMENTS: Add bison and flex.
7234         * configure.ac: Fix comment about bison.
7235         * docs/random/ds/0.9-suggested-changes: yer ma
7236         * tools/gst-inspect.c: (print_element_info):  Fix warning.
7237
7238 2004-03-05  Benjamin Otte  <otte@gnome.org>
7239
7240         * gst/gstelement.c: (gst_element_error_full):
7241           revert recent recursive state changing commit - messing with other
7242           elements' states is evil and should be done by apps only.
7243
7244 2004-03-05  Benjamin Otte  <otte@gnome.org>
7245
7246         * gst/gstelement.c: (gst_element_get_compatible_pad_template):
7247           check for empty intersection instead of NULL caps
7248         (gst_element_get_compatible_pad_filtered):
7249           remove old workaround that is only a bug nowadays
7250
7251 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7252
7253         * gst/gstelement.c: (gst_element_error_full):
7254           make elements try to recursively change state to PAUSED on all
7255           parents after an error to suppress ensuing warnings
7256         * gst/parse/grammar.y:
7257           make it check if it was able to sync the state, and throw an error
7258           if not, so stuff like
7259           oggdemux ! vorbisdec ! osssink gets caught
7260
7261 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7262
7263         * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
7264           it contains lib64; use AS_AC_EXPAND to handle it properly
7265
7266 2004-03-05  David Schleef  <ds@schleef.org>
7267
7268         * gst/gstcpuid_i386.s:  Remove unused code
7269         * libs/gst/getbits/getbits.c: (gst_getbits_init),
7270         (gst_getbits_newbuf): Remove MMX code
7271         * libs/gst/getbits/getbits.h: Remove MMX code
7272
7273 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
7274
7275         * debian/.cvsignore:
7276         * debian/README.Debian:
7277         * debian/changelog:
7278         * debian/control:
7279         * debian/control.in:
7280         * debian/copyright:
7281         * debian/gstreamer-core-libs-dev.files:
7282         * debian/gstreamer-core-libs.files:
7283         * debian/gstreamer-core.files:
7284         * debian/gstreamer-core.postinst:
7285         * debian/gstreamer-core.postrm:
7286         * debian/gstreamer-doc.files:
7287         * debian/gstreamer-doc.links:
7288         * debian/gstreamer-doc.lintian:
7289         * debian/gstreamer-runtime.files:
7290         * debian/gstreamer-runtime.manpages:
7291         * debian/gstreamer-runtime.postinst:
7292         * debian/gstreamer-runtime.postrm:
7293         * debian/gstreamer-tools.files:
7294         * debian/gstreamer-tools.manpages:
7295         * debian/libgstreamer-dev.files:
7296         * debian/libgstreamer0.4.1.files:
7297         * debian/libgstreamerVERSION.files:
7298         * debian/rules:
7299         Debian package info not maintained here.
7300
7301 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7302
7303         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
7304         * gst/gstbin.c: (gst_bin_class_init):
7305         * gst/gstelement.c: (gst_element_class_init):
7306         * gst/gstindex.c: (gst_index_class_init):
7307         * gst/gstobject.c: (gst_object_class_init),
7308         (gst_signal_object_class_init):
7309         * gst/gstpad.c: (gst_pad_template_class_init):
7310         * gst/gstregistry.c: (gst_registry_class_init):
7311         * gst/gsturi.c: (gst_uri_handler_base_init):
7312         * gst/gstxml.c: (gst_xml_class_init):
7313         * libs/gst/control/dparam.c: (gst_dparam_class_init):
7314         * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
7315           make all signal names use dashes instead of underscore
7316
7317 2004-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7318
7319         * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
7320
7321 2004-03-03  Benjamin Otte  <otte@gnome.org>
7322
7323         * gst/schedulers/gstoptimalscheduler.c:
7324           revert last commit by Andy Wingo. It causes segfaults on unreffing
7325           in Rhythmbox. (see bug #135672)
7326
7327 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
7328
7329         * po/fr.po: fix typo
7330
7331 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
7332
7333         * tools/gst-inspect.c: (main): 
7334         * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
7335
7336 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7337
7338         * configure.ac:
7339           get GLIB_ONLY and POPT flags for the nonversioned binaries
7340         * tools/Makefile.am:
7341           use them
7342
7343 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7344
7345         * gst/gst.c: (init_post):
7346           change so that GST_REGISTRY now is where the global registry gets
7347           saved, since that is where plugins now get attached to first, and
7348           spilled over to the user registry.  Note that in the case of using
7349           GST_REGISTRY env var, we don't want to affect any real registries
7350           beyond the one given by this var, and thus we don't set a user
7351           registry to spill to.  So make sure GST_REGISTRY is writable.
7352
7353 2004-03-01  David Schleef  <ds@schleef.org>
7354
7355         * AUTHORS:  Added some names.  Add yourself if you're missing.
7356
7357 2004-03-01  David Schleef  <ds@schleef.org>
7358
7359         * MAINTAINERS: Add
7360
7361 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7362
7363         * configure.ac:
7364           remove whitespace
7365         * docs/gst/tmpl/gstbuffer.sgml:
7366         * docs/gst/tmpl/gstdata.sgml:
7367         * docs/gst/tmpl/gstreamer-unused.sgml:
7368         * docs/gst/tmpl/gstxml.sgml:
7369           doc update
7370         * docs/manuals.mak:
7371           add a FIXME
7372         * docs/pwg/intro-preface.xml:
7373         * docs/pwg/pwg.xml:
7374           remove GNOME
7375         * gst/gst.c: (init_post):
7376           try GST_PLUGIN_PATH paths for the _global_registry first
7377         * gst/gstelement.h:
7378           add the error message as well, otherwise (null) debug info doesn't
7379           make much sense
7380         * tools/gst-register.c: (main):
7381           spill paths to next registry if this registry is not writable
7382         * po/fr.po:
7383         * po/nl.po:
7384           translation updates
7385
7386 2004-03-01  Johan Dahlin  <johan@gnome.org>
7387
7388         * gst/gstbuffer.c (_gst_buffer_initialize): 
7389         * gst/gstdata.c (gst_data_get_type): 
7390         * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
7391         instead of ref, since some applications that uses GBoxed
7392         routines depends on a function that actually returns a copy.
7393
7394 2004-02-27  Benjamin Otte  <otte@gnome.org>
7395
7396         * gst/gstbuffer.h:
7397           remove gst_buffer_free, use gst_data_unref
7398         * gst/gstdata.c: (gst_data_get_type):
7399           use refcounting in GstData GBoxed registration
7400         * gst/gstdata.h:
7401           remove gst_data_free, use gst_data_unref
7402
7403 2004-02-27  Johan Dahlin  <johan@gnome.org>
7404
7405         * gst/gstdata.c (gst_data_get_type): New function, register
7406         GstData as a GBoxed type.
7407
7408         * gst/gstdata.h (GST_TYPE_DATA): New macro
7409
7410 2004-02-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7411
7412         * Makefile.am:
7413         * gstreamer.spec.in:
7414           put back RELEASE
7415         * gst/Makefile.am:
7416           clean up non-disting of built files
7417         * testsuite/debug/commandline.c:
7418           test fix for option rename
7419
7420 2004-02-26  David Schleef  <ds@schleef.org>
7421
7422         * configure.ac:  We don't really need glib-2.3.  Also remove
7423         some unneeded checks for library functions.
7424         * gst/Makefile.am:  Instead, we need to not dist files created
7425         by glib-genmarshal.
7426
7427 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7428
7429         * configure.ac:
7430           bump glib required version to 2.3.0 for g_value_takes_boxed
7431
7432  2004-02-25  Christian Fredrik Kalager Schaller <uraeus@gnome.org>
7433
7434         * common/m4/gst-docs.m4
7435         change flavour text from enable to disable as enable is our default
7436         closes bug Bug 135304
7437
7438 === release 0.7.5 ===
7439  
7440  2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7441  
7442         * NEWS:
7443           instate NEWS file
7444         * Makefile.am:
7445         * gstreamer.spec.in:
7446         * RELEASE:
7447           put back release
7448         * configure.ac:
7449         * docs/random/release:
7450           more updates
7451
7452 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7453
7454         * gst/gsttag.c: (_gst_tag_initialize):
7455         * po/fr.po:
7456         * po/nl.po:
7457           remove hyphen from codec tags
7458
7459 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7460
7461         * gst/parse/Makefile.am:
7462           fix dependency so that a make from a clean build works the first
7463           time
7464
7465 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7466
7467         * docs/random/release:
7468           update release strategy
7469         * po/fr.po:
7470           auto-update po file
7471         * po/nl.po:
7472           update dutch translation
7473
7474 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7475
7476         * docs/manual/debugging.xml:
7477         fix manual for new debugging system
7478
7479 2004-02-25  Andy Wingo  <wingo@pobox.com>
7480
7481         * gst/gstpad.c (gst_pad_link_prepare): Re-add
7482         gst_pad_link_prepare. Please email the list with specific reasons
7483         for reverting.
7484
7485 2004-02-24  Andy Wingo  <wingo@pobox.com>
7486
7487         * gst/gstelement.c (gst_element_dispose): Protect against multiple
7488         invocations.
7489
7490         * gst/schedulers/gstoptimalscheduler.c:
7491         I added a mess of prototypes at the top of the file by way of
7492         documentation. Some of the operations on chains and groups were
7493         re-organized.
7494
7495         (create_group): Added a type argument so if the group is enabled,
7496         the setup_group_scheduler knows what to do.
7497         (group_elements): Added a type argument here, too, to be passed on
7498         to create_group.
7499         (group_element_set_enabled): If an unlinked PLAYING element is
7500         added to a bin, we have to create a new group to hold the element,
7501         and this function will be called before the group is added to the
7502         chain. Thus we have a valid case for group->chain==NULL. Instead
7503         of calling chain_group_set_enabled, just set the flag on the group
7504         (the chain's status will be set when the group is added to it).
7505         (gst_opt_scheduler_state_transition, chain_group_set_enabled):
7506         Setup the group scheduler when the group is enabled, not
7507         specifically when an element goes PAUSED->PLAYING. This means
7508         PLAYING elements can be added, linked, and scheduled into a
7509         PLAYING pipeline, as was intended.
7510         (add_to_group): Don't ref the group twice. I don't know when this
7511         double-ref got in here. Removing it has the potential to cause
7512         segfaults if other parts of the scheduler are buggy. If you find
7513         that the scheduler is segfaulting for you, put in an extra ref
7514         here and see if that hacks over the underlying issue. Of course,
7515         then find out what code is unreffing a group it doesn't own...
7516         (create_group): Make the extra refcount floating, and remove it
7517         after adding the element. This means that...
7518         (unref_group): Destroy when the refcount reaches 0, not 1, like
7519         every other refcounted object in the known universe.
7520         (remove_from_group): When a group becomes empty, set it to be not
7521         active, and remove it from its chain. Don't unref it again,
7522         there's no floating reference any more.
7523         (destroy_group): We have to remove the group from the chain in
7524         remove_from_group (rather than here) to break refcounting cycles
7525         (the chain always has a ref on the group). So assert that
7526         group->chain==NULL.
7527         (ref_group_by_count): Removed, it was commented out anyway.
7528         (merge_chains): Use the remove_from_chain and add_to_chain
7529         primitives to do the reparenting, instead of rolling our own
7530         implementation.
7531         (add_to_chain): The first non-disabled group in the chain's group
7532         list will be the entry point for the chain. Because buffers can
7533         accumulate in loop elements' peer bufpens, we preferentially
7534         schedule loop groups before get groups to avoid unnecessary
7535         execution of get-based groups when the bufpens are already full.
7536         (gst_opt_scheduler_schedule_run_queue): Debug fixes.
7537         (get_group_schedule_function): Ditto.
7538         (loop_group_schedule_function): Ditto.
7539         (gst_opt_scheduler_loop_wrapper): Ditto.
7540         (gst_opt_scheduler_iterate): Ditto.
7541
7542         I understand the opt scheduler now, yippee!
7543
7544         * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
7545         (gst_pad_get_name, gst_pad_set_chain_function) 
7546         (gst_pad_set_get_function, gst_pad_set_event_function) 
7547         (gst_pad_set_event_mask_function, gst_pad_get_event_masks) 
7548         (gst_pad_get_event_masks_default, gst_pad_set_convert_function) 
7549         (gst_pad_set_query_function, gst_pad_get_query_types) 
7550         (gst_pad_get_query_types_default) 
7551         (gst_pad_set_internal_link_function) 
7552         (gst_pad_set_formats_function, gst_pad_set_link_function) 
7553         (gst_pad_set_fixate_function, gst_pad_set_getcaps_function) 
7554         (gst_pad_set_bufferalloc_function, gst_pad_unlink) 
7555         (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent) 
7556         (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps) 
7557         (gst_pad_proxy_pad_link, gst_pad_proxy_fixate) 
7558         (gst_pad_get_pad_template_caps, gst_pad_check_compatibility) 
7559         (gst_pad_get_peer, gst_pad_get_allowed_caps) 
7560         (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull) 
7561         (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps) 
7562         (gst_pad_event_default_dispatch, gst_pad_event_default) 
7563         (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default) 
7564         (gst_pad_convert, gst_pad_query_default, gst_pad_query) 
7565         (gst_pad_get_formats_default, gst_pad_get_formats): Better
7566         argument checks, and some doc fixes.
7567
7568         (gst_pad_custom_new_from_template): Um, does anyone
7569         use these functions? Actually make a custom pad instead of a
7570         normal one.
7571         (gst_pad_try_set_caps): Transpose some checks.
7572         (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
7573         the pad is in negotiation.
7574         (gst_pad_try_relink_filtered): Use pad_link_prepare.
7575         
7576         * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
7577
7578         * gst/gstelement.h: 
7579         * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
7580         on the list.
7581
7582 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7583
7584         * gst/gstbin.c: (gst_bin_add):
7585           add error for not being able to add elements
7586
7587 2004-02-22  Julien MOUTTE <julien@moutte.net>
7588
7589         * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
7590         audio-codec and video-codec.
7591
7592 2004-02-22  Benjamin Otte  <otte@gnome.org>
7593
7594         reported by: Padraig O'Briain <padraig.obriain@sun.com>
7595
7596         * autogen.sh:
7597           replace test -e with test -x for mkinstalldirs to be more portable.
7598           (fixes #134816)
7599
7600 2004-02-22  Benjamin Otte  <otte@gnome.org>
7601
7602         * gst/gstpad.c:
7603           revert last patch from Andy, it makes gst_pad_can_link_filtered much
7604           too noisy
7605         * gst/gsttag.c: (_gst_tag_initialize):
7606         * gst/gsttag.h:
7607           add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
7608         * libs/gst/control/dparam.c: (gst_dparam_attach):
7609         * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
7610           check that types for attached dparams match
7611
7612 2004-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7613
7614         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
7615         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
7616         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
7617           fix errors
7618
7619 2004-02-20  Andy Wingo  <wingo@pobox.com>
7620
7621         * gst/gstbin.c:
7622         * gst/gstbuffer.c:
7623         * gst/gstplugin.c:
7624         * gst/registries/gstxmlregistry.c: 
7625         * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
7626
7627         * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
7628         (gst_element_add_pad): DEBUG->INFO, some fixes.
7629         (gst_element_get_compatible_pad_template): Just see if the
7630         templates' caps intersect, not if one is a strict subset of the
7631         other. This conforms more to what gst_pad_link_intersect() does.
7632         (gst_element_class_add_pad_template): Don't memcpy the pad
7633         template, just ref it.
7634         (gst_element_get_compatible_pad_filtered): Clean up debug messages
7635
7636         * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
7637         (gst_pad_link_filtered): Debug changes.
7638         (gst_pad_link_prepare): New function, consolidated from
7639         can_link_filtered and link_filtered.
7640
7641         * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
7642         look more like that of the functions in gstelement.c
7643
7644         * gst/gstinfo.c (gst_debug_print_object): Put a space before the
7645         object, and return the empty string if object is NULL.
7646
7647         * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
7648         * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
7649         LOG, not DEBUG. We still get flex info on debug.
7650
7651         * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
7652         debug string more verbose.
7653         (plugin_times_older_than): DEBUG->LOG.
7654
7655 2004-02-20  Julien MOUTTE <julien@moutte.net>
7656
7657         * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
7658         will emit found_tag for each stream they demux with the codec.
7659
7660 2004-02-20  Benjamin Otte  <otte@gnome.org>
7661
7662         * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
7663           copy navigation event correctly. Check freeing tag lists. 
7664         * gst/gstthread.c: (gst_thread_change_state):
7665           don't abort() on state changing mess - it might happen because of
7666           bugs.
7667         * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
7668           use boxed functions
7669         * gst/gstvalue.h:
7670           fix GST_VALUE_HOLDS_CAPS
7671
7672 2004-02-19  David Schleef  <ds@schleef.org>
7673
7674         * gst/gstinfo.h:  Copy G_STRFUNC implementation from glib-2.4
7675         and use it for GST_FUNCTION.  (bug #134750)
7676
7677 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7678
7679         * po/fr.po:
7680         * po/nl.po:
7681           updating translations
7682
7683 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7684
7685         * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
7686
7687 2004-02-18  kost@imn.htwk-leipzig.de
7688
7689         reviewed by: David Schleef  <ds@schleef.org>
7690
7691         * docs/libs/gstreamer-libs-sections.txt:  Add missing sections
7692         for libgstcontrol.
7693
7694 2004-02-18  David Schleef  <ds@schleef.org>
7695
7696         * libs/gst/control/dparam.c: (gst_dparam_class_init):
7697         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
7698         (gst_dpsmooth_new): Additional fixes to get double dparams working.
7699         * tools/gst-inspect.c: (print_element_info): Support dumping of
7700         double dparam information.
7701
7702 2004-02-17  David Schleef  <ds@schleef.org>
7703
7704         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
7705         Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
7706         * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
7707         Use GST_TYPE_CAPS in signal prototype.
7708         * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
7709         Convert GST_TYPE_CAPS to boxed.
7710         * gst/gstelement.c: (gst_element_class_init):
7711         Use GST_TYPE_TAG_LIST in signal prototype.
7712         * gst/gstindex.c: (gst_index_class_init):
7713         * gst/gstindex.h:
7714         Add GST_TYPE_INDEX_ENTRY type.
7715         * gst/gstmarshal.list:
7716         Add necessary marshal types.
7717         * gst/gstpad.c: (gst_real_pad_class_init),
7718         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
7719         (gst_pad_recover_caps_error):
7720         Use GST_TYPE_CAPS in signal prototypes.  Fix some debugging strings.
7721         * gst/gststructure.c: (_gst_structure_initialize),
7722         (gst_structure_copy), (_gst_structure_copy_conditional):
7723         * gst/gststructure.h:
7724         Convert GST_TYPE_STRUCTURE to boxed.
7725         * gst/gsttag.c: (gst_tag_list_get_type):
7726         * gst/gsttag.h:
7727         Add GST_TYPE_TAG_LIST type.
7728
7729 2004-02-17  Julien MOUTTE  <julien@moutte.net>
7730
7731         * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
7732         to what we agreed with david.
7733         * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
7734
7735 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7736
7737         * po/nl.po: update translation
7738
7739 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7740
7741         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
7742           throw an error if spider is trying to play a mime type there is
7743           no decoder for
7744         * po/POTFILES.in:
7745           add gst/autoplug/gstspider.c for translation
7746
7747 2004-02-17  Julien MOUTTE  <julien@moutte.net>
7748
7749         * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return 
7750         silently when the pad is negotiating.
7751
7752 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7753
7754         * docs/faq/Makefile.am:
7755           add script to run gstreamer uninstalled 
7756         * docs/faq/faq.xml:
7757         * docs/faq/developing.xml:
7758         * docs/faq/gst-uninstalled:
7759           extract script to run gstreamer uninstalled
7760         * docs/manuals.mak:
7761           add EXTRA_SOURCES variable for Makefile.am's to set to
7762           use additional SOURCE files for the doc build
7763
7764 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7765
7766         * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
7767
7768 2004-02-15  Julien MOUTTE  <julien@moutte.net>
7769
7770         * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
7771         bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
7772         an error was thrown by osssink. Basically a state change failure for
7773         an element in a different scheduling group was considered as
7774         successful, which means that caps nego was going on and weird stuff
7775         happened. Like I wrote in the comment there, if someone wants to
7776         revert that please drop me a mail explaining why because I really see
7777         no point in keeping that broken behaviour there.
7778         * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
7779         be empty, we then return NULL which will trigger a nice error when 
7780         pulling from the pad.
7781
7782 2004-02-13  David Schleef  <ds@schleef.org>
7783
7784         * libs/gst/control/dparam.c: (gst_dparam_class_init),
7785         (gst_dparam_get_property), (gst_dparam_set_property),
7786         (gst_dparam_do_update_default):
7787         * libs/gst/control/dparam.h:
7788         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
7789         (gst_dpsmooth_new), (gst_dpsmooth_set_property),
7790         (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
7791         (gst_dpsmooth_do_update_double):
7792         * libs/gst/control/dparam_smooth.h:
7793         * libs/gst/control/dparammanager.c:
7794         (gst_dpman_inline_direct_update):
7795         Add support for double dparams.
7796
7797 2004-02-13  David Schleef  <ds@schleef.org>
7798
7799         * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
7800         * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
7801
7802 2004-02-13  Mattias Wadman  <mattias@sudac.org>
7803
7804         reviewed by: David Schleef  <ds@schleef.org>
7805
7806         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
7807         (gst_fdsrc_init), (gst_fdsrc_set_property),
7808         (gst_fdsrc_get_property), (gst_fdsrc_get):
7809         * gst/elements/gstfdsrc.h:  Adds timeout property to fdsrc,
7810         and sends an EOS event if file descriptor reading times out.
7811
7812 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7813
7814         * configure.ac:
7815           add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
7816
7817 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7818
7819         * configure.ac: pass required libxml version as argument
7820         (bug reported by Christophe Fergeau)
7821
7822 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7823   
7824         * docs/gst/gstreamer-docs.sgml:
7825         * docs/gst/tmpl/gstxml.sgml:
7826         * docs/libs/gstreamer-libs-docs.sgml:
7827           version API docs
7828
7829 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7830
7831         * gst/gstinfo.c:
7832         * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
7833         (gst_registry_pool_feature_filter):
7834         * gst/gstthread.c: (gst_thread_class_init):
7835         * gst/gstvalue.c:
7836           add includes exposed by building without libxml
7837         * gst/indexers/Makefile.am:
7838           do not build fileindex when LOADSAVE disabled; we should have
7839           a better libxml check later since fileindex depends on xml, not
7840           LOADSAVE or REGISTRY
7841         * libs/gst/control/Makefile.am:
7842           link with m
7843         * tools/Makefile.am:
7844           fix wrong source code for gst-xmlinspect
7845
7846 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7847
7848         * configure.ac:
7849           fix gcov help output
7850           move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
7851         * docs/random/release:
7852           some updated releasing notes
7853         * gstreamer.spec.in:
7854           more updates
7855
7856 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7857
7858         * docs/faq/faq.xml:
7859         * docs/manual/manual.xml:
7860         * docs/pwg/pwg.xml:
7861         * docs/pwg/titlepage.xml:
7862           put version in documentation
7863
7864 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7865
7866         * tools/Makefile.am: fix man page installation
7867
7868 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7869
7870         * configure.ac:
7871           don't check for libxml when load/save and registry disabled (#105844)
7872         * gstreamer.spec.in:
7873           sync with fedora candidate spec
7874
7875 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7876
7877         * po/fr.po:
7878         * po/nl.po:
7879           replace multidisksrc with multifilesrc
7880
7881 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7882
7883         * po/POTFILES.in:
7884           update to multidisksrc => multifilesrc file renaming (#134145)
7885
7886 2004-02-11  David Schleef  <ds@schleef.org>
7887
7888         * docs/gst/tmpl/gstcaps.sgml:  Fix stuff that mentions GstProps
7889         * docs/gst/tmpl/gstpadtemplate.sgml: same
7890         * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
7891         * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
7892         fixing dance.
7893         * gst/gstutils.c: Remove disabled code that uses GstProps.
7894         * gst/registries/gstxmlregistry.h: same
7895         * docs/random/ds/0.9-suggested-changes: random notes
7896
7897 2004-02-11  kost@imn.htwk-leipzig.de
7898
7899         reviewed by: David Schleef  <ds@schleef.org>
7900
7901         * gst/gstclock.c: (gst_clock_entry_new): fixes structure
7902         initialisation of clock (bug #134128)
7903
7904 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7905
7906         * configure.ac:
7907         * gst/elements/Makefile.am:
7908         * gst/elements/gstelements.c:
7909         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
7910         (gst_multifilesrc_class_init), (gst_multifilesrc_init),
7911         (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
7912         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
7913         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
7914         * gst/elements/gstmultifilesrc.h:
7915           rename multidisksrc to multifilesrc (part of #122200)
7916
7917 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7918
7919         * docs/manuals.mak:
7920           fix automake complaints
7921         * gst-element-check.m4:
7922           fix unquotedness
7923
7924 2004-02-11  David Schleef  <ds@schleef.org>
7925
7926         * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
7927         * gst/gstatomic_impl.h: Disable sparc implementation.
7928
7929 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7930
7931         * gst-element-check.m4:
7932           fix underquoted macros as reported by automake 1.8.x (#133800)
7933         * configure.ac:
7934           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
7935           by autopoint (fixes #132996)
7936
7937 2004-02-10  Andy Wingo  <wingo@pobox.com>
7938
7939         * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
7940         way to do inheritance.
7941         (gst_pad_get_event_masks, gst_pad_get_event_masks_default) 
7942         (gst_pad_get_query_types, gst_pad_get_query_types_default):
7943         Routine docs.
7944         (gst_pad_set_link_function, gst_pad_set_fixate_function) 
7945         (gst_pad_set_getcaps_function): Doc from Dave's negotation random
7946         doc.
7947         (gst_pad_unlink, gst_pad_is_linked): Docs.
7948         (gst_pad_renegotiate): A brief description of capsnego.
7949         (gst_pad_try_set_caps): Document.
7950         (gst_pad_try_set_caps_nonfixed): Document.
7951         (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
7952         (gst_pad_set_parent): Deprecated (although not out of the API).
7953         (gst_pad_get_parent): Deprecated, although many plugins use this.
7954         (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
7955         are private and will go away in 0.9.
7956         (gst_pad_perform_negotiate): Doc.
7957         (gst_pad_link_unnegotiate): I think this is meant to be static.
7958         (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps) 
7959         (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility) 
7960         (gst_pad_get_peer): Doc updates.
7961         (gst_pad_caps_change_notify): Doc.
7962         (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get) 
7963         (gst_ghost_pad_new): Doc fixes.
7964
7965         * gst/gstobject.c (gst_object_get_parent, gst_object_unparent) 
7966         (gst_object_check_uniqueness): 
7967
7968         * gst/gstelement.c (gst_element_add_pad) 
7969         (gst_element_add_ghost_pad, gst_element_remove_pad) 
7970         (gst_element_remove_ghost_pad, gst_element_get_pad) 
7971         (gst_element_get_static_pad, gst_element_get_pad_list) 
7972         (gst_element_class_get_pad_template_list) 
7973         (gst_element_class_get_pad_template): Work on the docs.
7974         (gst_element_get_pad_template_list): Uses the class method.
7975         (gst_element_get_compatible_pad_template): Docs, and consolidate
7976         some test conditions. 
7977         (gst_element_get_pad_from_template): New static function.
7978         (gst_element_request_compatible_pad): Docs, and work with
7979         non-request compatible templates. 
7980         (gst_element_get_compatible_pad_filtered): Docs and remove
7981         redundant checks.
7982         (gst_element_get_compatible_pad, gst_element_link_pads_filtered) 
7983         (gst_element_link_filtered, gst_element_link_many) 
7984         (gst_element_link, gst_element_link_pads) 
7985         (gst_element_unlink_many): Docs.
7986
7987 2004-02-05  Andy Wingo  <wingo@pobox.com>
7988
7989         * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
7990         s/pointer/boxed/.
7991
7992         * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
7993
7994         * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
7995         marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
7996         with the type=GST_TYPE_CAPS. This allows language bindings to know
7997         what kind of data they're dealing with.
7998
7999         * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
8000         to NULL when g_value_init is called. GstCaps, which rolls its own
8001         type implementation, now does the same instead of allocating empty
8002         caps.
8003         (_gst_caps_initialize, _gst_caps_collect_value,
8004         _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
8005         table methods. This allows G_VALUE_COLLECT to work.
8006
8007 2004-02-05  Andy Wingo  <wingo@pobox.com>
8008
8009         * configure.ac:
8010         * testsuite/Makefile.am (SUBDIRS): 
8011         * testsuite/ghostpads/Makefile.am: 
8012         * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
8013
8014         * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
8015         These two routines are the only ones that set
8016         GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
8017         pad template. They should be made static, depending on ABI needs.
8018         (gst_real_pad_dispose): Handle the case of ghost pads without a
8019         parent. Assert after dealing with ghost pads that the ghost pad
8020         list is empty.
8021         (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
8022         set after creation.
8023         (gst_ghost_pad_dispose): Set ::real-pad to NULL.
8024         (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
8025         functions. set_property will call add_ghost_pad/remove_ghost_pad
8026         as appropriate.
8027         (gst_ghost_pad_new): All the work is offloaded to g_object_new.
8028
8029         * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
8030         (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
8031         (gst_element_remove_pad): Handle ghost pads as well.
8032         (gst_element_remove_ghost_pad): Deprecated (could be removed,
8033         depending on API-stability needs).
8034
8035 2004-02-05  Andy Wingo  <wingo@pobox.com>
8036
8037         * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
8038         of course they're const
8039
8040 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8041
8042         * tools/Makefile.am:
8043         * tools/gst-feedback:
8044         * tools/gst-feedback-0.7:
8045           make gst-feedback versioned too for consistency
8046
8047 2004-02-11  David Schleef  <ds@schleef.org>
8048
8049         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
8050         (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
8051
8052 2004-02-10  Julien MOUTTE <julien@moutte.net>
8053
8054         * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
8055         the structure does not contain a valid tag list. Adding a safety check
8056         to remove a noisy warning in that case.
8057
8058 2004-02-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8059
8060         * gst/gst.c: fix name to be in line with others
8061
8062 2004-02-09  Julien MOUTTE <julien@moutte.net>
8063
8064         * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
8065         not shout that loud when len is 0. Just return 0 silently.
8066
8067 2004-02-09  Julien MOUTTE  <julien@moutte.net>
8068
8069         * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
8070         because data_unref has one and I prefer the debug to be symetric.
8071         * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
8072         were refed when added to the queue and unrefed only once when the queue
8073         was flushed. Now the flush handler unref the buffers two times : first
8074         unref for the ref added when pushing in the queue's tail and second
8075         unref to destroy the flushed buffer.
8076
8077 2004-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8078
8079         * docs/pwg/building-boiler.xml: fix cvs checkout documentation
8080
8081 2004-02-06  David Schleef  <ds@schleef.org>
8082
8083         * docs/random/ds/0.9-suggested-changes: Random ramblings
8084         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
8085         to int before printing.
8086         * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
8087         * gst/parse/parse.l: same.  See bug #129600
8088
8089 2004-02-06  David Schleef  <ds@schleef.org>
8090
8091         * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
8092         (gst_index_add_entry), (gst_index_add_associationv),
8093         (gst_index_add_association): Add gst_index_add_associationv()
8094         and clean up gst_index_add_association(). #127133
8095
8096 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8097
8098         * autogen.sh: check out common with right tag if CVS/Tag exists
8099
8100 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8101
8102         * testsuite/ghostpads/ghostpads.c: (main):
8103           fix testsuite from segfaulting
8104
8105 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8106
8107         * Makefile.am: add release target
8108         * configure.ac: bump nano to 1
8109         * docs/random/release:
8110
8111 2004-02-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8112
8113         * gst/gstcaps.h:
8114         * gst/gstelement.c: (gst_element_base_class_init),
8115         (gst_element_class_set_details), (gst_element_clear_pad_caps):
8116         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
8117         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
8118         (gst_real_pad_dispose):
8119         * gst/gststructure.c: (gst_structure_free),
8120         (gst_structure_from_string):
8121           put reverted patch back in
8122         * gst/gstelement.c: (gst_element_remove_pad):
8123           free explicit caps if they're set
8124         * gst/gstpad.c: (_gst_pad_default_fixate_func):
8125           copy the structure when fixating
8126
8127 2004-02-05  David Schleef  <ds@schleef.org>
8128
8129         * gst/gstmarshal.list:
8130         * gst/gstpad.c: (gst_real_pad_class_init),
8131         (_gst_real_pad_fixate_accumulator):
8132         Revert POINTER->BOXED change in signal marshaller.
8133
8134 === release 0.7.4 ===
8135                                                                                 
8136 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8137                                                                                 
8138         * NEWS: GStreamer 0.7.4 "Wooden Eels" released
8139         * configure.ac: changed for release
8140
8141 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8142
8143         * gstreamer.spec.in:
8144           bump required version of gtk-doc
8145
8146 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8147
8148         * gst/gstcaps.h:
8149         * gst/gstelement.c: (gst_element_base_class_init),
8150         (gst_element_class_set_details), (gst_element_clear_pad_caps):
8151         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
8152         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
8153         (gst_real_pad_dispose):
8154         * gst/gststructure.c: (gst_structure_free),
8155         (gst_structure_from_string):
8156           revert patch that breaks applications, reapply after release
8157           to get this fixed properly
8158
8159 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8160
8161         * gst/gsttag.c: (_gst_tag_initialize):
8162         * gst/gsttag.h:
8163           remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
8164
8165 2004-02-04  David Schleef  <ds@schleef.org>
8166
8167         Fix some memleaks:
8168         * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
8169         (gst_spider_plug_from_srcpad):
8170         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
8171
8172 2004-02-04  David Schleef  <ds@schleef.org>
8173
8174         * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
8175         a GstRealPad before accessing its structure members.
8176
8177 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8178
8179         * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
8180         (gst_clock_get_speed):
8181         * gst/gstclock.h:
8182           reset padding, remove unused fields
8183
8184 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8185
8186         * gst/autoplug/gstspideridentity.c:
8187         (gst_spider_identity_sink_loop_type_finding):
8188           use get_allowed_caps, not get_caps (fixes #132519)
8189         * gst/elements/gsttypefind.c: (stop_typefinding):
8190           use correct order when sending buffers and seeking
8191
8192 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8193
8194         * configure.ac:
8195         * gst/gstelement.h:
8196         * gst/gstpad.h:
8197         * gst/gstqueue.h:
8198           upgrade libtool CURRENT, reset padding
8199
8200 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8201
8202         * configure.ac:
8203           bump to prerelease
8204           put back AM_PROG_LIBTOOL to make libtoolize stop complaining
8205
8206 2004-02-04  David Schleef  <ds@schleef.org>
8207
8208         * docs/random/ds/0.9-suggested-changes: random notes
8209         * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
8210         (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
8211         Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
8212         expansion.
8213         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
8214         (gst_filesink_get_query_types): same
8215         * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
8216         (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
8217         * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
8218         to use new GST_PTR_FORMAT.
8219         * gst/gstelement.h: deprecate function factory macros
8220         GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
8221         These are our last variadic macros that can't be replaced with
8222         inlines.  Celebrate!  Also fix a typo in an #ifdef that was
8223         attempting to deprecate gst_element_clock_wait().
8224         * gst/gstevent.h: same
8225         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
8226         (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
8227         * gst/gstpad.h: deprecate function factory macros similar to above.
8228
8229 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8230
8231         * configure.ac:
8232         * tools/Makefile.am:
8233         * tools/gst-run.c: (popt_callback), (hash_print_key),
8234         (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
8235         (get_candidates), (main):
8236           add new source file to generate non-versioned wrapper binaries
8237           for our tools.
8238
8239 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8240
8241         * gst/gstevent.c: (_gst_event_free):
8242           actually break; inside the switch statement
8243         * gst/parse/grammar.y:
8244           fix memleak where GValues weren't unset
8245
8246 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8247
8248         * gst/gststructure.c: (gst_structure_from_string):
8249           fix huge memleak
8250         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
8251         (new_entry), (gst_type_find_element_chain):
8252         * gst/gstelement.c: (gst_element_base_class_init),
8253         (gst_element_class_set_details):
8254         * gst/gstpad.c: (gst_pad_can_link_filtered):
8255           fix smaller memleaks
8256         * gst/gstpad.c: (gst_real_pad_dispose):
8257           check that explicit caps are gone
8258         * gst/gststructure.c: (gst_structure_free):
8259           actually free the structure
8260         * gst/gstelement.c: (gst_element_clear_pad_caps):
8261           unset explicit caps
8262
8263 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8264
8265         * tools/Makefile.am:
8266           use AM_CFLAGS since all the CFLAGS are the same
8267           use AM_LDFAGS
8268
8269 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8270
8271         * docs/manual/gnome.xml:
8272           expand example a little
8273         * gst/gst.c: (gst_init_with_popt_table),
8274         (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
8275           make sure popt option displays are done with right textdomain
8276           use GstPoptOption type
8277         * gst/gst.h:
8278           create GstPoptOption type
8279
8280 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8281
8282         * gst/gsterror.c: (_gst_stream_errors_init):
8283         * gst/gsterror.h:
8284           adding error type for no codec
8285         * po/POTFILES.in:
8286           add gst-inspect
8287         * po/nl.po:
8288           update dutch translation
8289         * tools/gst-inspect.c: (print_element_list), (main):
8290           do proper internationalization
8291         * tools/gst-launch.c: (idle_func):
8292           remove commented out function call
8293
8294 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8295
8296         * docs/README:
8297           add some error fixing notes
8298         * docs/gst/gstreamer-sections.txt:
8299           remove double entries
8300         * docs/gst/tmpl/gstbin.sgml:
8301         * docs/gst/tmpl/gstclock.sgml:
8302           remove override
8303         * docs/gst/tmpl/gstelement.sgml:
8304         * docs/gst/tmpl/gstindex.sgml:
8305         * docs/gst/tmpl/gstobject.sgml:
8306         * docs/gst/tmpl/gstpadtemplate.sgml:
8307         * docs/gst/tmpl/gstreamer-unused.sgml:
8308         * docs/gst/tmpl/gsttag.sgml:
8309         * docs/gst/tmpl/gstthread.sgml:
8310         * docs/gst/tmpl/gstxml.sgml:
8311         * gst/gsttag.h:
8312           sync header prototypes with c decls
8313         * gst/gsttaginterface.c:
8314           fix doc headers
8315
8316 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8317
8318         * gst/parse/Makefile.am:
8319         * gst/gstobject.h:
8320           get rid of gstmarshal.h dependency. It's not needed.
8321         * gst/gst.h:
8322         * gst/elements/gstfakesink.c:
8323         * gst/elements/gstfakesrc.c:
8324         * gst/elements/gstidentity.c:
8325         * gst/gstbin.c:
8326         * gst/gstelement.c:
8327         * gst/gstindex.c:
8328         * gst/gstobject.c:
8329         * gst/gstpad.c:
8330         * gst/gstthread.c:
8331         * gst/gstxml.c:
8332         * libs/gst/control/dparam.c:
8333         * libs/gst/control/dparammanager.c:
8334           include gstmarshal.h.
8335         Fixes #132045
8336
8337 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8338
8339         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
8340         (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
8341         (gst_filesrc_map_region), (gst_filesrc_get_mmap):
8342         * gst/elements/gstfilesrc.h:
8343           don't ref the filesrc when creating mmaped buffers. Don't keep a
8344           list of not-yet-destroyed buffers.
8345         * gst/gstbuffer.h:
8346           Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
8347
8348 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8349
8350         * gst/gst.c: (init_pre):
8351           remove textdomain
8352
8353 2004-02-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8354
8355         * docs/pwg/advanced-events.xml:
8356         * docs/pwg/advanced-scheduling.xml:
8357         * docs/pwg/intro-basics.xml:
8358         * docs/pwg/other-manager.xml:
8359         * docs/pwg/other-nton.xml:
8360         * docs/pwg/other-ntoone.xml:
8361         * docs/pwg/other-oneton.xml:
8362         * docs/pwg/pwg.xml:
8363           All sort of documentation... Forgot what. Point is that I want this
8364           in before I leave. The 'other-*' will be the last section and will
8365           explain issues specific to these type of elements.
8366
8367 2004-02-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8368
8369         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
8370         (gst_filesrc_get_read):
8371           set all the values on buffers that we can
8372
8373 2004-02-02  David Schleef  <ds@schleef.org>
8374
8375         Change usage of isblah() to g_ascii_isblah() to be more locale
8376         independent.  (#133076)
8377         * gst/gsturi.c: (gst_uri_protocol_check_internal):
8378         * gst/gstutils.c:
8379         * gst/parse/parse.l:
8380
8381 2004-02-02  Jon Trowbridge  <trow@gnu.org>
8382
8383         reviewed by: David Schleef  <ds@schleef.org>
8384
8385         Fix memory leaks:
8386         * gst/gstcaps.c: (gst_caps_to_string):
8387         * gst/registries/gstxmlregistry.c:
8388         (gst_xml_registry_add_path_list_func),
8389         (gst_xml_registry_parse_padtemplate):
8390
8391 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8392
8393         * gst/gstelement.c: (gst_element_default_error):
8394           suffix error messages with period
8395
8396 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8397
8398         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
8399         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
8400         * gst/gsterror.c: (gst_error_get_message):
8401           Suffix with dots
8402         * po/fr.po:
8403         * po/nl.po:
8404           Update translation files
8405
8406 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8407
8408         * gst/autoplug/gstspideridentity.c:
8409         (gst_spider_identity_sink_loop_type_finding):
8410         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
8411         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
8412         (gst_filesink_close_file), (gst_filesink_handle_event),
8413         (gst_filesink_chain):
8414         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
8415         (gst_filesrc_get_read), (gst_filesrc_open_file):
8416         * gst/elements/gstidentity.c: (gst_identity_chain):
8417         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
8418         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
8419         (gst_pipefilter_chain), (gst_pipefilter_open_file):
8420         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
8421         * gst/gsterror.c: (_gst_core_errors_init),
8422         (_gst_library_errors_init), (_gst_resource_errors_init),
8423         (_gst_stream_errors_init), (gst_error_get_message):
8424         * gst/gstpad.c: (gst_pad_set_explicit_caps),
8425         (gst_pad_recover_caps_error), (gst_pad_pull):
8426         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
8427         * gst/schedulers/gstbasicscheduler.c:
8428         (gst_basic_scheduler_chainhandler_proxy),
8429         (gst_basic_scheduler_gethandler_proxy),
8430         (gst_basic_scheduler_cothreaded_chain):
8431           Suffix error messages with period.
8432           Use (NULL) instead of NULL
8433
8434 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
8435
8436         * docs/gst/tmpl/gstelement.sgml:
8437         * docs/gst/tmpl/gstxml.sgml:
8438         * gst/gstelement.c: (gst_element_error_full):
8439           add element path to error
8440
8441 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8442
8443         * docs/random/mimetypes:
8444           update raw int/float info
8445         * gst/gsttag.c: (_gst_tag_initialize):
8446         * gst/gsttag.h:
8447           add GST_TAG_ENCODER
8448
8449 2004-01-30  David Schleef  <ds@schleef.org>
8450
8451         * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
8452           missing (#132991)
8453
8454 2004-01-30  Laurent Vivier <Laurent.Vivier@bull.net>
8455
8456         reviewed by Benjamin Otte 
8457           parts of the patch submitted in bug #113913
8458
8459         * configure.ac:
8460           use AC_C_INLINE. Use = instead of == with test
8461         * examples/plugins/example.c:
8462         * gst/autoplug/gstspideridentity.c:
8463         * gst/elements/gstfdsrc.c:
8464         * gst/elements/gstfilesrc.c:
8465         * gst/elements/gstidentity.c:
8466         * gst/elements/gstmultidisksrc.c:
8467         * gst/elements/gststatistics.c:
8468         * gst/gstelement.c:
8469         * gst/gstobject.c:
8470         * gst/gstpad.c:
8471         * gst/gstpipeline.c:
8472         * gst/gstthread.c:
8473           don't end enums with a comma
8474         * gst/gstindex.c: (gst_index_compare_func):
8475           do explicit casting to gint
8476         * gst/gsttrace.c: (gst_trace_text_flush):
8477           #define strsize as a macro
8478
8479 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8480
8481         * docs/README:
8482         * docs/gst/gstreamer-docs.sgml:
8483         * docs/gst/gstreamer-sections.txt:
8484         * docs/gst/tmpl/gstelement.sgml:
8485         * docs/gst/tmpl/gsterror.sgml:
8486         * docs/gst/tmpl/gstinterface.sgml:
8487         * docs/gst/tmpl/gstreamer-unused.sgml:
8488         * docs/gst/tmpl/gststructure.sgml:
8489         * docs/gst/tmpl/gsttag.sgml:
8490         * docs/gst/tmpl/gsttaginterface.sgml:
8491         * docs/gst/tmpl/gstvalue.sgml:
8492         make sure all API ends up in the built docs
8493         * gst/gstinterface.c:
8494         * gst/gststructure.c: (gst_structure_id_set_value),
8495         (gst_structure_set_value), (gst_structure_id_get_value):
8496         * gst/gststructure.h:
8497         * gst/gstvalue.h:
8498         sync .h with .c declarations
8499
8500 2004-01-30  Julien Moutte  <julien@moutte.net>
8501
8502         * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
8503         Ronald will fix riffread.
8504
8505 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8506
8507         * docs/pwg/advanced-interfaces.xml:
8508           Added tuner interface docs.
8509
8510 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8511
8512         * docs/random/mimetypes:
8513           correct Theora information
8514         * gst/gstelement.h:
8515           make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
8516
8517 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8518
8519         * gst/gstelement.c: (gst_element_error_full):
8520         * gst/gstelement.h:
8521           GST_ELEMENT_ERROR in enum -> _IN_ERROR
8522
8523 2004-01-29  Julien MOUTTE  <julien@moutte.net>
8524
8525         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
8526         (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
8527         again and even before DISCONT.
8528         * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
8529         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
8530         bytestream so that it's not stopping to fill the bytestream if events
8531         different than EOS or DISCONT are received. Instead it process them so
8532         that they go downstream.
8533
8534 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8535
8536         * docs/gst/tmpl/gstelement.sgml:
8537         * docs/gst/tmpl/gstreamer-unused.sgml:
8538         * docs/gst/tmpl/gstxml.sgml:
8539         * gst/autoplug/gstspideridentity.c:
8540         (gst_spider_identity_sink_loop_type_finding):
8541         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
8542         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
8543         (gst_filesink_close_file), (gst_filesink_handle_event),
8544         (gst_filesink_chain):
8545         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
8546         (gst_filesrc_get_read), (gst_filesrc_open_file):
8547         * gst/elements/gstidentity.c: (gst_identity_chain):
8548         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
8549         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
8550         (gst_pipefilter_chain), (gst_pipefilter_open_file):
8551         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
8552         * gst/gstelement.h:
8553         * gst/gstpad.c: (gst_pad_set_explicit_caps),
8554         (gst_pad_recover_caps_error), (gst_pad_pull):
8555         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
8556         * gst/schedulers/gstbasicscheduler.c:
8557         (gst_basic_scheduler_chainhandler_proxy),
8558         (gst_basic_scheduler_gethandler_proxy),
8559         (gst_basic_scheduler_cothreaded_chain):
8560           gst_element_error -> GST_ELEMENT_ERROR
8561
8562 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8563
8564         * docs/Makefile.am:
8565         * docs/gst/tmpl/gstelement.sgml:
8566         * docs/gst/tmpl/gstxml.sgml:
8567         * docs/manuals.mak:
8568         * docs/pwg/advanced-request.xml:
8569         * docs/pwg/advanced-scheduling.xml:
8570         * docs/pwg/advanced-tagging.xml:
8571           fix non-validating docbook using CDATA
8572           make sure make check-local gets run first to check if it validates
8573
8574 2004-01-29  Julien MOUTTE <julien@moutte.net>
8575
8576         * docs/pwg/advanced-events.xml: Adding documentation on advanced event
8577         handling (up and downstream).
8578         * docs/pwg/advanced-interfaces.xml: Make it coherent with the
8579         my_filter thing.
8580
8581 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8582
8583         * docs/pwg/advanced-tagging.xml:
8584           Add docs about tag writing.
8585
8586 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8587
8588         * docs/pwg/advanced-tagging.xml:
8589           Add a part about tag reading and application signalling... Tag
8590           writing still needs to be documented.
8591         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
8592           We can set file locations in READY, too.
8593
8594 2004-01-29  Julien MOUTTE <julien@moutte.net>
8595
8596         * docs/random/ds/element-checklist: Adding some notes about src
8597         events.
8598
8599 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8600
8601         * docs/random/mimetypes:
8602           Update docs to point to correct elements for various mimetypes, and
8603           some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
8604           <stephane.loeuillet@tiscali.fr>.
8605
8606 2004-01-28  David Schleef  <ds@schleef.org>
8607
8608         * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
8609
8610 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8611
8612         * docs/random/mimetypes:
8613           update docs for audio/x-raw-float. Add "buffer-frames=0 means
8614           undefined"
8615         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
8616           make it only work in NULL.
8617         * gst/gstcaps.c:
8618           don't posion NULL caps
8619         * gst/gstelement.c: (gst_element_set_time):
8620           add debugging statement
8621         * gst/gstelement.c: (gst_element_emit_found_tag),
8622         (gst_element_found_tag_func), (gst_element_found_tags):
8623         * gst/gstelement.h:
8624           These functions take const taglists
8625         * gst/gstpad.c: (gst_pad_proxy_getcaps):
8626           fix memleak
8627         * gst/gstpad.c: (gst_pad_event_default):
8628           make more effort on handling discont and clocks, g_warn if everything
8629           fails
8630         * gst/gststructure.c: (gst_structure_remove_fields),
8631         (gst_structure_remove_fields_valist):
8632         * gst/gststructure.h:
8633           add gst_structure_remove_fields(_valist)
8634         * gst/gsttag.c:
8635           fix doc glitch
8636
8637 2004-01-28  David Schleef  <ds@schleef.org>
8638
8639         * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
8640         * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
8641         Fix memory leakage of gst_caps_to_string().
8642
8643         Use GST_PTR_FORMAT instead of gst_caps_to_string():
8644         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
8645         * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
8646         (gst_spider_identity_sink_loop_type_finding):
8647         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
8648         (find_suggest):
8649         * gst/gstpad.c: (gst_pad_try_relink_filtered),
8650         (gst_pad_set_explicit_caps):
8651         * gst/parse/grammar.y:
8652
8653 2004-01-28  David Schleef  <ds@schleef.org>
8654
8655         * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
8656         GST_PRINTF_EXTENSION_FORMAT_DEFINE.
8657         * docs/random/ds/0.9-suggested-changes: Notes from Company.
8658         * gst/gstcaps.c: (gst_caps_to_string): Add comment.
8659         * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
8660         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
8661         (gst_debug_log_default), (_gst_info_printf_extension),
8662         (_gst_info_printf_extension_arginfo):  Add printf extension.
8663         * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
8664         * gst/gststructure.c: (gst_structure_to_string),
8665         (_gst_structure_parse_value): Use gst_value_deserialize() and
8666         remove old code.
8667         * gst/gstvalue.c: (gst_value_deserialize_fourcc),
8668         (gst_value_deserialize_boolean), (gst_strtoi),
8669         (gst_value_deserialize_int), (gst_value_deserialize_double),
8670         (gst_value_deserialize_string), (gst_value_deserialize): Implement
8671         a bunch of deserialize functions and gst_value_deserialize.
8672         * gst/gstvalue.h: er, _de_serialize, not unserialize
8673         * testsuite/caps/string-conversions.c: (main): We don't currently
8674         handle (float) in caps, so convert these to (double).
8675         * testsuite/debug/Makefile.am: Add new test for the printf extension
8676         * testsuite/debug/printf_extension.c: (main): same
8677
8678 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8679
8680         * docs/random/company/time:
8681           Add some docs about clocking and time
8682
8683 2004-01-28  Julien MOUTTE <julien@moutte.net>
8684
8685         * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
8686
8687 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8688
8689         * docs/pwg/advanced-clock.xml:
8690         * docs/pwg/advanced-dparams.xml:
8691         * docs/pwg/advanced-events.xml:
8692         * docs/pwg/advanced-interfaces.xml:
8693         * docs/pwg/advanced-midi.xml:
8694         * docs/pwg/advanced-request.xml:
8695         * docs/pwg/advanced-scheduling.xml:
8696         * docs/pwg/advanced-tagging.xml:
8697         * docs/pwg/advanced-types.xml:
8698         * docs/pwg/appendix-checklist.xml:
8699         * docs/pwg/building-boiler.xml:
8700         * docs/pwg/building-chainfn.xml:
8701         * docs/pwg/building-filterfactory.xml:
8702         * docs/pwg/building-pads.xml:
8703         * docs/pwg/building-props.xml:
8704         * docs/pwg/building-signals.xml:
8705         * docs/pwg/building-state.xml:
8706         * docs/pwg/building-testapp.xml:
8707         * docs/pwg/intro-basics.xml:
8708         * docs/pwg/intro-preface.xml:
8709         * docs/pwg/other-autoplugger.xml:
8710         * docs/pwg/other-sink.xml:
8711         * docs/pwg/other-source.xml:
8712         * docs/pwg/titlepage.xml:
8713           fix up id's
8714
8715 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8716
8717         * docs/95NonPath:
8718         * docs/HACKING:
8719         * docs/README:
8720         * docs/building-the-docs-on-debian:
8721           collect relevant bits of doc info
8722
8723 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8724
8725         * docs/pwg/advanced_tagging.xml:
8726           Half-assed commit so Thomas can re-arrange document IDs here to be
8727           consistent, too.
8728
8729 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8730
8731         * docs/manual/autoplugging.xml:
8732         * docs/manual/bins-api.xml:
8733         * docs/manual/bins.xml:
8734         * docs/manual/buffers-api.xml:
8735         * docs/manual/buffers.xml:
8736         * docs/manual/clocks.xml:
8737         * docs/manual/components.xml:
8738         * docs/manual/cothreads.xml:
8739         * docs/manual/debugging.xml:
8740         * docs/manual/dparams-app.xml:
8741         * docs/manual/dynamic.xml:
8742         * docs/manual/elements-api.xml:
8743         * docs/manual/elements.xml:
8744         * docs/manual/factories.xml:
8745         * docs/manual/gnome.xml:
8746         * docs/manual/goals.xml:
8747         * docs/manual/helloworld.xml:
8748         * docs/manual/helloworld2.xml:
8749         * docs/manual/init-api.xml:
8750         * docs/manual/intro.xml:
8751         * docs/manual/links-api.xml:
8752         * docs/manual/links.xml:
8753         * docs/manual/manual.xml:
8754         * docs/manual/motivation.xml:
8755         * docs/manual/pads-api.xml:
8756         * docs/manual/pads.xml:
8757         * docs/manual/plugins-api.xml:
8758         * docs/manual/plugins.xml:
8759         * docs/manual/programs.xml:
8760         * docs/manual/queues.xml:
8761         * docs/manual/quotes.xml:
8762         * docs/manual/schedulers.xml:
8763         * docs/manual/states-api.xml:
8764         * docs/manual/states.xml:
8765         * docs/manual/threads.xml:
8766         * docs/manual/typedetection.xml:
8767         * docs/manual/xml.xml:
8768           use chapter, part, section or misc as id starts for all bits
8769
8770 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8771
8772         * docs/gst/gstreamer-sections.txt:
8773           Fix up TITLE of the sections
8774
8775 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8776
8777         * docs/pwg/advanced_interfaces.xml:
8778           Add documentation on propertyprobing.
8779         * docs/pwg/advanced_events.xml:
8780         * docs/pwg/advanced_tagging.xml:
8781         * docs/pwg/building_boiler.xml:
8782         * docs/pwg/building_filterfactory.xml:
8783         * docs/pwg/pwg.xml:
8784           Move filterfactory and tagging into their own chapter, add a chapter
8785           on events. all these are empty placeholders that will be filled in
8786           some day.
8787
8788 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8789
8790         * docs/pwg/advanced_interfaces.xml:
8791           Docs for mixer interface. Also a check for website uploading.
8792
8793 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8794
8795         * docs/HACKING:
8796         * docs/Makefile.am:
8797         * docs/faq/Makefile.am:
8798         * docs/gst/Makefile.am:
8799         * docs/gst/tmpl/gstelement.sgml:
8800         * docs/gst/tmpl/gstplugin.sgml:
8801         * docs/gst/tmpl/gstreamer-unused.sgml:
8802         * docs/libs/Makefile.am:
8803         * docs/manual/Makefile.am:
8804         * docs/manuals.mak:
8805         * docs/pwg/Makefile.am:
8806         * docs/upload.mak:
8807           Separate out upload target and make it similar for
8808           both docbook and gtk-doc docs
8809
8810 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8811
8812         * docs/manuals.mak:
8813           Fix upload target to work with freedesktop
8814
8815 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8816
8817         * docs/pwg/advanced_types.xml:
8818           Add notes on creating your own types.
8819         * docs/pwg/building_boiler.xml:
8820         * docs/pwg/building_pads.xml:
8821         * docs/pwg/building_state.xml:
8822           Add some stuff about how to retrieve values from structures, how
8823           that relates to types and change layout slightly again to be almost
8824           perfect.
8825
8826 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8827
8828         * docs/pwg/advanced_dparams.xml:
8829         * docs/pwg/advanced_scheduling.xml:
8830           Change index layout slightly.
8831
8832 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8833
8834         * docs/pwg/advanced_clock.xml:
8835         * docs/pwg/advanced_interfaces.xml:
8836         * docs/pwg/advanced_midi.xml:
8837           General placeholders for now.
8838         * docs/pwg/advanced_request.xml:
8839           Explanation about sometimes and request pads.
8840         * docs/pwg/advanced_scheduling.xml:
8841           Concept of bytestream, loopfunctions and schedulers.
8842         * docs/pwg/building_boiler.xml:
8843           Add something about plugin-init.
8844
8845 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8846
8847         * docs/pwg/building_pads.xml:
8848           Fix broken docbook
8849
8850 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8851
8852         * docs/pwg/advanced_interfaces.xml:
8853         * docs/pwg/pwg.xml:
8854           Add as a placeholder for future filling-in.
8855         * docs/pwg/basics_autoplugging.xml:
8856         * docs/pwg/basics_buffers.xml:
8857         * docs/pwg/basics_elements.xml:
8858         * docs/pwg/basics_events.xml:
8859         * docs/pwg/basics_plugins.xml:
8860         * docs/pwg/basics_types.xml:
8861           Remove, because unused (this is all in intro_basics.xml).
8862         * docs/pwg/building_signals.xml:
8863           Short intro to signals + reference to GObject docs - we really
8864           shouldn't go into these sort of things to deply because we don't
8865           use them that extensively anyway.
8866         * docs/pwg/building_state.xml:
8867           Explanation of states. Benjamin, please check.
8868         * docs/pwg/building_testapp.xml:
8869           Put everything in one page - putting only a few lines of content
8870           per page doesn't really make sense.
8871
8872           Time to get into the advanced topics. ;).
8873
8874 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8875
8876         * docs/pwg/advanced_types.xml:
8877           Finish documenting the current state of mimetypes.
8878         * docs/pwg/building_boiler.xml:
8879         * docs/pwg/building_chainfn.xml:
8880         * docs/pwg/building_pads.xml:
8881         * docs/pwg/building_props.xml:
8882         * docs/pwg/building_testapp.xml:
8883           Start documenting the "how to build a simple audio filter" part
8884           of the PWG. Most stuff is ready by now. Stuff remaining: signals,
8885           states and (maybe?) a short introduction to capsnego in the chapter
8886           on pads (building_pads.xml). Capsnego should probably be explained
8887           fully in advanced_capsnego.xml or so.
8888
8889 2004-01-26  David Schleef  <ds@schleef.org>
8890
8891         * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
8892         * gst/gstpad.h: Add new function to allow element to (somewhat)
8893         specify non-fixed caps on a pad.
8894         * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
8895         that I added a few weeks ago.
8896
8897 2004-01-26  David Schleef  <ds@schleef.org>
8898
8899         * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
8900           making try_set_caps() work with non-fixed caps.
8901
8902 2004-01-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8903
8904         * docs/pwg/advanced_types.xml:
8905         * docs/pwg/intro_basics.xml:
8906         * docs/pwg/intro_preface.xml:
8907         * docs/pwg/pwg.xml:
8908         * docs/pwg/titlepage.xml:
8909           First try to resurrect the PWG. I'm halfway integrating the mimetypes
8910           in here (docs/random/mimetypes), and will from there on work on both
8911           updating outdated parts and adding missing parts.
8912           That doesn't mean I'll fix it completely, but I'll try at least. ;).
8913
8914 2004-01-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8915
8916         * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
8917           policy is set
8918
8919 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8920
8921         * gst/gstelement.h:
8922           remove gst_element_factory_get_version. It doesn't exist anymore.
8923         * gst/gstplugin.c:
8924         * gst/gstplugin.h:
8925           remove gst_plugin_set_name and change gst_plugin_get_longname to
8926           gst_plugin_get_description to match code.
8927         * gst/gsterror.h:
8928           remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
8929         * gst/gstpad.c: (gst_pad_try_set_caps):
8930           make it work with nonfixed caps.
8931           Note that even in the nonfixed case the link function of the pad
8932           that tries to set caps isn't called.
8933
8934 2004-01-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8935
8936         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
8937           fix bug where buffer was not assembled correctly
8938         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
8939           silence by default
8940         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
8941           only seek if there's no more buffers that could work without seeking
8942
8943 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8944
8945         * gst/gsttag.c: (_gst_tag_initialize):
8946         * gst/gsttag.h:
8947           Add application tag (for encoding/muxing app).
8948
8949 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8950
8951         * autogen.sh:
8952           make autopoint force, and libtoolize not copy
8953         * common/m4/as-docbook.m4:
8954           added docbook xml catalog setup check
8955         * common/m4/gst-doc.m4:
8956           use docbook check
8957
8958 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8959
8960         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
8961         * gst/gsttag.h:
8962           add GstTagFlag
8963
8964 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8965
8966         * docs/gst/gstreamer-sections.txt:
8967         * docs/gst/tmpl/gst.sgml:
8968         * docs/gst/tmpl/gstbuffer.sgml:
8969         * docs/gst/tmpl/gstclock.sgml:
8970         * docs/gst/tmpl/gstelement.sgml:
8971         * docs/gst/tmpl/gstreamer-unused.sgml:
8972         * docs/gst/tmpl/gstxml.sgml:
8973           sync latest API changes to docs
8974
8975 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8976
8977         * gst/gstpluginfeature.c:
8978           fix doc snippet
8979         * tools/gst-inspect.c: (print_element_list):
8980           fix output of typefind
8981           add GPL header
8982         * tools/gst-launch.c:
8983           add GPL header
8984
8985 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8986
8987         * gst/elements/Makefile.am:
8988         * gst/elements/gstelements.c:
8989         * gst/elements/gsttypefindelement.c:
8990         * gst/elements/gsttypefindelement.h:
8991         * po/POTFILES.in:
8992         * po/fr.po:
8993         * po/nl.po:
8994           renamed gsttypefindelement to gsttypefind, conserving CVS history
8995
8996 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8997
8998         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
8999         * gst/gsttag.h:
9000           add some tags used in ogg as well
9001           fix _ in replaygain tags
9002
9003 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9004
9005         * gst/gsterror.h:
9006           fix wrong GST_LIBRARY_ERROR_ENCODE addition
9007
9008 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9009
9010         * gst/gstelement.c: (gst_element_error_full):
9011         * gst/gstelement.h:
9012           change _extended to _full
9013
9014 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9015
9016         reviewed by: <delete if not using a buddy>
9017
9018         * docs/gst/tmpl/gst.sgml:
9019         * docs/gst/tmpl/gstbuffer.sgml:
9020         * docs/gst/tmpl/gstclock.sgml:
9021         * docs/gst/tmpl/gstelement.sgml:
9022         * docs/gst/tmpl/gstreamer-unused.sgml:
9023         * docs/gst/tmpl/gstxml.sgml:
9024         * gst/gstelement.c: (gst_element_error_full):
9025         * gst/gstelement.h:
9026
9027 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9028
9029         * gst/gstelement.h: fix _gst_element_error_printf prototype
9030
9031 2004-01-20  David Schleef  <ds@schleef.org>
9032
9033         * gst/gststructure.c: (gst_structure_to_string):
9034         Convert function to use gst_value_serialize().
9035         * gst/gstvalue.c: (gst_value_serialize_list),
9036         (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
9037         (gst_value_serialize_double_range), (gst_value_serialize_boolean),
9038         (gst_value_serialize_int), (gst_value_serialize_double),
9039         (gst_string_wrap), (gst_value_serialize_string),
9040         (gst_value_serialize), (gst_value_deserialize):
9041         * gst/gstvalue.h:
9042         Add implementations for serialize.
9043
9044 2004-01-20  Julien MOUTTE  <julien@moutte.net>
9045
9046         * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
9047         we want to keep that one in the future or change xvidenc.c to use 
9048         another error.
9049
9050 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9051
9052         * gst/gstelement.c: (_gst_element_error_printf):
9053         * gst/gstelement.h:
9054           privatise function
9055
9056 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9057
9058         * docs/random/error:
9059           doc explaining error system
9060         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
9061           cleanup
9062
9063 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9064
9065         * gst/gst-i18n-app.h:
9066         * gst/gst-i18n-lib.h:
9067           remove inclusion of config.h
9068         * po/POTFILES.in:
9069         * po/nl.po:
9070           add gst/gstelement.c
9071
9072 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9073
9074         * po/nl.po: updated Dutch translation
9075
9076 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9077
9078         * gst/gsterror.c: (_gst_core_errors_init),
9079         (_gst_library_errors_init), (_gst_resource_errors_init),
9080         (_gst_stream_errors_init):
9081         remove ending punctuation dots
9082
9083 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9084
9085         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
9086         * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
9087         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
9088         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
9089         (gst_pipefilter_chain), (gst_pipefilter_open_file):
9090         use GST_ERROR_SYSTEM
9091
9092 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9093
9094         * gst/gstelement.c: (gst_element_error_printf),
9095         (gst_element_error_extended):
9096         * gst/gstelement.h:
9097           add a helper printf function so we can have NULL values passed.
9098
9099 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9100
9101         * gst/gstelement.h:
9102           add G_STMT macros to gst_element_error, which isn't strictly
9103           necessary but people tell me to anyway.
9104
9105 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9106
9107         * gst/Makefile.am:
9108         * gst/autoplug/gstspideridentity.c:
9109         (gst_spider_identity_sink_loop_type_finding):
9110         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
9111         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
9112         (gst_filesink_close_file), (gst_filesink_handle_event),
9113         (gst_filesink_chain):
9114         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
9115         (gst_filesrc_map_region), (gst_filesrc_get_read),
9116         (gst_filesrc_open_file):
9117         * gst/elements/gstidentity.c: (gst_identity_chain):
9118         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
9119         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
9120         (gst_pipefilter_chain), (gst_pipefilter_open_file):
9121         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
9122         * gst/gst.h:
9123         * gst/gst_private.h:
9124         * gst/gstelement.c: (gst_element_class_init),
9125         (gst_element_default_error), (gst_element_error_func),
9126         (gst_element_error_extended):
9127         * gst/gstelement.h:
9128         * gst/gsterror.c: (_gst_core_errors_init),
9129         (_gst_library_errors_init), (_gst_resource_errors_init),
9130         (_gst_stream_errors_init), (gst_error_get_message):
9131         * gst/gsterror.h:
9132         * gst/gstinfo.c: (_gst_debug_init):
9133         * gst/gstmarshal.list:
9134         * gst/gstpad.c: (gst_pad_set_explicit_caps),
9135         (gst_pad_recover_caps_error), (gst_pad_pull):
9136         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
9137         * gst/schedulers/gstbasicscheduler.c:
9138         (gst_basic_scheduler_chainhandler_proxy),
9139         (gst_basic_scheduler_gethandler_proxy),
9140         (gst_basic_scheduler_cothreaded_chain):
9141         * po/POTFILES.in:
9142         * po/fr.po:
9143         * po/nl.po:
9144           change error signal
9145           add error categories
9146
9147 2004-01-18  Jeremy Simon  <jesimon@libertysurf.fr>
9148
9149         * gst/gsttag.c: (_gst_tag_initialize):
9150         * gst/gsttag.h:
9151         Add replaygain tag
9152
9153 2004-01-18  Colin Walters  <walters@verbum.org>
9154
9155         * examples/retag/retag.c: Call gst_init before processing
9156         program args.  Add g_assert to _link_many call.
9157
9158 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9159
9160         * gst/gstpad.c: (gst_pad_alloc_buffer):
9161           Return a newly allocated buffer when the pad has no peer.
9162
9163 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9164
9165         * gst/gstclock.c: (gst_clock_get_time):
9166           make it compile with gcc 2.95 again.
9167           Patch by Scott Wheeler
9168
9169 2004-01-15  David Schleef  <ds@schleef.org>
9170
9171         * gst/gstcaps.h:
9172         Added gst_caps_is_simple() macro.
9173         * testsuite/caps/caps.c: (test1):
9174         * testsuite/caps/intersect2.c: (main):
9175         * testsuite/caps/intersection.c: (main):
9176         Fixes to make 'make check' work again after removing
9177         gst_caps_is_chained().
9178
9179 2004-01-15  Leif Johnson <leif@ambient.2y.net>
9180
9181         * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
9182         and additions to the MIDI document.
9183
9184 2004-01-15  David Schleef  <ds@schleef.org>
9185
9186         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
9187         (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
9188         of GST_RPAD_, since we don't know if it's a real or ghost pad.
9189
9190 2004-01-15  David Schleef  <ds@schleef.org>
9191
9192         * gst/gstqueue.c:
9193         * gst/gstqueue.h:
9194         Fix the spelling of "treshold" and make min_threshold actually
9195         affect the queue.
9196
9197 2004-01-15  David Schleef  <ds@schleef.org>
9198
9199         * gst/gstcaps.c:
9200         Add lots of documentation.
9201         * gst/gstcaps.h:
9202         Deprecate a few functions.
9203         * gst/gstpad.c:
9204         Removed use of deprecated functions.
9205
9206 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9207
9208         * gst/gstpad.c: (gst_pad_is_linked):
9209         * gst/gstpad.h:
9210           implement gst_pad_is_linked
9211         * gst/gstelement.h:
9212           reserve space for initiate_state_change
9213
9214 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9215
9216         * gst/autoplug/gstspideridentity.c:
9217         (gst_spider_identity_sink_loop_type_finding):
9218           break infinite loop by just returning instead of looping
9219         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
9220           set event time difference correctly. Set it to 1 second instead
9221           of 100ms to be more tolerant
9222         * gst/gstelement.c: (gst_element_set_time):
9223           add debugging output
9224
9225 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9226
9227         * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
9228           query if buffers are inside the pool, ignore events
9229
9230 2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9231
9232         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
9233         (gst_clock_set_speed), (gst_clock_set_active),
9234         (gst_clock_is_active), (gst_clock_reset),
9235         (gst_clock_handle_discont):
9236         * gst/gstclock.h:
9237           deprecate old interface and disable functions that aren't in use
9238           anymore.
9239         * gst/gstelement.h:
9240         * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
9241         (gst_element_set_time), (gst_element_adjust_time):
9242           add concept of "element time" and functions to get/set this time.
9243         * gst/gstelement.c: (gst_element_change_state):
9244           update element time correctly.
9245         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
9246           This is a debug message, not a g_critical.
9247         * gst/gstpad.c: (gst_pad_event_default):
9248           handle discontinuous events right with element time.
9249         * gst/gstscheduler.c: (gst_scheduler_state_transition):
9250           update to clocking fixes.
9251           set clocks on elements in READY=>PAUSED. The old behaviour caused
9252           a wrong element time on the first element that started playing.
9253         * gst/schedulers/gstbasicscheduler.c:
9254         (gst_basic_scheduler_class_init):
9255         * gst/schedulers/gstoptimalscheduler.c:
9256         (gst_opt_scheduler_class_init):
9257           remove code that just implements the default behaviour.
9258         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
9259           update to use new clocking functions
9260         * testsuite/clock/clock1.c: (gst_clock_debug), (main):
9261         * testsuite/clock/clock2.c: (gst_clock_debug), (main):
9262           update to test new element time.
9263         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
9264           use _get_allowed_caps instead of _get_caps. This catches filtered
9265           caps correctly.
9266         * testsuite/debug/commandline.c:
9267           update for new GST_DEBUG syntax.
9268         * testsuite/threads/Makefile.am:
9269           disable a test that only works sometimes.
9270
9271 2004-01-13  Julien MOUTTE <julien@moutte.net>
9272
9273         * po/LINGUAS: Adding fr.
9274         * po/fr.po: Adding french translation.
9275
9276 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9277
9278         * gst/parse/grammar.y:
9279         * po/POTFILES.in:
9280         * po/nl.po:
9281         * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
9282           translate parsing error messages
9283
9284 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9285
9286         * po/POTFILES.in: adding gst-launch
9287         * po/nl.po: updated translation, all 99 strings translated
9288         * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
9289         (found_tag), (sigint_handler_sighandler), (play_handler), (main):
9290           fix strings for translation
9291
9292 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9293
9294         * gst/gst.c:
9295           - capitalize beginnings of popt options
9296           - fix strings for translation
9297           - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
9298
9299 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9300
9301         * po/README: add some notes on how to update translations
9302
9303 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9304
9305         * ABOUT-NLS: removed, is autogenerated from autopoint
9306         * autogen.sh: add autopoint stuff
9307         * configure.ac: fix up gettext stuff
9308         * gst/Makefile.am: add i18n headers to noinst_HEADERS
9309         * gst/elements/gsttypefindelement.c: add header include
9310         * gst/gettext.h: add header, copy from system-installed header
9311         * gst/gst-i18n-app.h: to be included by each app having translations
9312         * gst/gst-i18n-lib.h: to be included by each lib having translations
9313         * gst/gst.c: (init_pre): fix up gettext calls
9314         * gst/gst_private.h: remove i18n stuff, moving to separate headers
9315         * po/LINGUAS: the new way to specify translations present
9316         * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
9317         * po/Makevars: the variables filled in for GStreamer
9318         * po/POTFILES.in: added new files with translations
9319         * po/de.po: has new strings
9320         * po/nl.po: readded, has new strings
9321
9322 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9323
9324         * gst/gsttag.c: fix some strings marked for translation
9325
9326 2004-01-13  Iain <iain@prettypeople.org>
9327
9328         * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
9329         group when we add an element to it, cos we unref it when we remove one
9330
9331 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9332
9333         * testsuite/debug/commandline.c: (debug_not_reached):
9334         * testsuite/debug/output.c: (check_message):
9335           fix testsuite
9336
9337 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9338
9339         * examples/cutter/.cvsignore:
9340         * examples/helloworld/.cvsignore:
9341         * examples/launch/.cvsignore:
9342         * examples/manual/.cvsignore:
9343         * examples/mixer/.cvsignore:
9344         * examples/pingpong/.cvsignore:
9345         * examples/plugins/.cvsignore:
9346         * examples/queue/.cvsignore:
9347         * examples/queue2/.cvsignore:
9348         * examples/queue3/.cvsignore:
9349         * examples/queue4/.cvsignore:
9350         * examples/retag/.cvsignore:
9351         * examples/thread/.cvsignore:
9352         * examples/typefind/.cvsignore:
9353         * examples/xml/.cvsignore:
9354         * gst/.cvsignore:
9355         * gst/autoplug/.cvsignore:
9356         * gst/elements/.cvsignore:
9357         * gst/indexers/.cvsignore:
9358         * gst/parse/.cvsignore:
9359         * gst/registries/.cvsignore:
9360         * gst/schedulers/.cvsignore:
9361         * libs/gst/bytestream/.cvsignore:
9362         * libs/gst/control/.cvsignore:
9363         * libs/gst/getbits/.cvsignore:
9364         * tests/.cvsignore:
9365         * tests/bufspeed/.cvsignore:
9366         * tests/instantiate/.cvsignore:
9367         * tests/memchunk/.cvsignore:
9368         * tests/muxing/.cvsignore:
9369         * tests/sched/.cvsignore:
9370         * tests/seeking/.cvsignore:
9371         * tests/threadstate/.cvsignore:
9372         * testsuite/.cvsignore:
9373         * testsuite/caps/.cvsignore:
9374         * testsuite/cleanup/.cvsignore:
9375         * testsuite/dynparams/.cvsignore:
9376         * testsuite/plugin/.cvsignore:
9377         * tools/.cvsignore:
9378           update - this is huge, because it includes *.bb, *.bbg and *.da files
9379           which are generated for gcov.
9380
9381 2004-01-11  David Schleef  <ds@schleef.org>
9382
9383         * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
9384         a function to parse integers in ways that strto[u]l() does not.
9385
9386 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9387
9388         * tools/gst-inspect.c: (print_caps):
9389           improve output of caps a bit
9390
9391 2004-01-11  David Schleef  <ds@schleef.org>
9392
9393         * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
9394         inherit correct flags (READONLY and DONTKEEP).
9395
9396 2004-01-11  David Schleef  <ds@schleef.org>
9397
9398         * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
9399         (gst_filesrc_map_region):
9400         * gst/gstbuffer.c: (_gst_buffer_initialize),
9401         (_gst_buffer_sub_free), (gst_buffer_default_copy),
9402         (gst_buffer_new), (gst_buffer_create_sub),
9403         (gst_buffer_is_span_fast), (gst_buffer_span):
9404         * gst/gstbuffer.h:
9405         Change GstBuffer private structure element names. (all files)
9406         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
9407         (gst_queue_link):
9408         * gst/gstqueue.h:
9409         Implement getcaps/pad_link functions that handle the case where
9410         there are data in the queue.
9411
9412 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9413
9414         * gst/elements/gstbufferstore.c:
9415           initialize debugging structure correctly
9416         * gst/elements/gsttee.c: (gst_tee_set_property):
9417           g_object_notify when property was changed
9418         * gst/elements/gsttypefindelement.c:
9419         (gst_type_find_element_change_state):
9420           clear caps correctly
9421
9422 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9423
9424         * gst/gstqueue.c: (gst_queue_init):
9425           Use better defaults for when a queue should block. This
9426           gets rid of jerky playback for quite a few files.
9427           It takes more memory.
9428
9429 2004-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9430
9431         (gst_xml_registry_parse_padtemplate):
9432           make critical message slightly more useful
9433
9434 2004-01-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9435
9436         * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
9437         (gst_debug_message_get), (gst_debug_log_default):
9438         * gst/gstinfo.h:
9439           Change gst_debug_log(_valist) to take a const format string.
9440           Change prototype of log function and functions using those to 
9441           take a GstDebugMessage instead of a string that requires using
9442           gst_debug_message_get.
9443
9444 2004-01-08  David Schleef  <ds@schleef.org>
9445
9446         * Makefile.am:
9447         * configure.ac:
9448         Add option --enable-gcov to build GStreamer with -fprofile-arcs
9449         and -ftest-coverage, which allows gcov to show information about
9450         testsuite coverage.
9451
9452 2004-01-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9453
9454         * gst/gstutils.h:
9455           Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
9456           GST_PARENT_CALL_WITH_DEFAULT
9457         * gst/elements/gstaggregator.c: 
9458         * gst/elements/gstbufferstore.c: 
9459         * gst/elements/gstfakesink.c: 
9460         * gst/elements/gstfakesrc.c: 
9461         * gst/elements/gstfdsink.c: 
9462         * gst/elements/gstfdsrc.c: 
9463         * gst/elements/gstfilesink.c: 
9464         * gst/elements/gstfilesrc.c: 
9465         * gst/elements/gstidentity.c: 
9466         * gst/elements/gstmd5sink.c: 
9467         * gst/elements/gstmultidisksrc.c:
9468         * gst/elements/gstpipefilter.c: 
9469         * gst/elements/gstshaper.c:
9470         * gst/elements/gststatistics.c:
9471         * gst/elements/gsttee.c:
9472         * gst/elements/gsttypefindelement.c:
9473           use them.
9474
9475 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
9476
9477         * docs/gst/gstreamer-docs.sgml: remove props
9478         * docs/gst/gstreamer-sections.txt: remove props
9479         * docs/gst/tmpl/gst.sgml:
9480         * docs/gst/tmpl/gstbin.sgml:
9481         * docs/gst/tmpl/gstbuffer.sgml:
9482         * docs/gst/tmpl/gstcaps.sgml:
9483         * docs/gst/tmpl/gstclock.sgml:
9484         * docs/gst/tmpl/gstelement.sgml:
9485         * docs/gst/tmpl/gstindex.sgml:
9486         * docs/gst/tmpl/gstobject.sgml:
9487         * docs/gst/tmpl/gstpad.sgml:
9488         * docs/gst/tmpl/gstpadtemplate.sgml:
9489         * docs/gst/tmpl/gstreamer-unused.sgml:
9490         * docs/gst/tmpl/gstthread.sgml:
9491         * docs/gst/tmpl/gstxml.sgml:
9492           sync with code reorganization
9493
9494 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
9495
9496         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
9497         Make the 'Could not find compatible pad' message more informative.
9498
9499 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9500                                                                                 
9501         * gst/elements/gstfilesink.c: (gst_filesink_set_location):
9502           Fix for if we pass NULL as property to location.
9503         * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
9504         (gst_pipefilter_handle_event), (gst_pipefilter_chain):
9505           Fix for instantiate-test (see below).
9506         * gst/gststructure.c: (_gst_structure_parse_value):
9507           Fix compile error on gcc-2.96.
9508         * configure.ac:
9509         * tests/Makefile.am:
9510         * tests/instantiate/Makefile.am:
9511         * tests/instantiate/create.c: (create_all_elements), (main):
9512           Add a test that instantiates all elements. This makes it easy to
9513           track dead code for old API/design (like setting event functions
9514           on sink pads and so on).
9515
9516 2004-01-06  Jan Schmidt  <thaytan@mad.scientist.com>
9517
9518         * gst/gstcaps.c: (gst_caps_append_structure):
9519           Move the poisoning to allow a NULL structure
9520         * gst/gstevent.c: (_gst_event_free):
9521           When freeing a navigation event, free the structure
9522           also
9523
9524 2004-01-04  David Schleef  <ds@schleef.org>
9525
9526         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
9527         Remove usage of gst_pad_proxy_fixate.
9528         * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
9529         (gst_caps_split_one), (gst_caps_replace):
9530         Add poisoning code.
9531         * gst/gstmarshal.list:
9532         Add pointer__pointer for fixate signal
9533         * gst/gstpad.c: (gst_real_pad_class_init),
9534         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
9535         (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
9536         (gst_pad_set_explicit_caps), (gst_pad_template_new):
9537         Add poisoning code. Add fixate signal on RealPad. Change
9538         set_explicit_caps() to take const GstCaps, like try_set_caps().
9539         * gst/gstpad.h:
9540         * testsuite/caps/Makefile.am:
9541         * testsuite/caps/app_fixate.c: Add a test for the fixate signal
9542
9543 2004-01-03  David Schleef  <ds@schleef.org>
9544
9545         * gst/elements/gsttypefindelement.c:
9546         (gst_type_find_element_have_type), (gst_type_find_element_init):
9547         Use gst_pad_use_explicit_caps for src pad.
9548         * gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
9549         before using it.
9550
9551 2004-01-03  David Schleef  <ds@schleef.org>
9552
9553         * gst/gstelement.c: (gst_element_link_pads_filtered),
9554         (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
9555         that linking was successful.
9556         * gst/gstpad.c: (gst_pad_link_free),
9557         (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
9558         (gst_pad_link_try), (gst_pad_link_unnegotiate),
9559         (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
9560         GstPadLinkReturn correctly between functions, and don't fail
9561         when DELAYED is used (DELAYED is very important).  Better
9562         cleanup on unlinking and unnegotiation.  Should fix some spider
9563         bugs.
9564
9565 2004-01-02  David Schleef  <ds@schleef.org>
9566
9567         * gst/gstelement.c: (gst_element_class_init),
9568         (gst_element_base_class_init): ->padtemplates should be cleared
9569         in base_init, since we need to have a fresh list for every
9570         class.  (Alternately, we chould copy the list and share the
9571         actual pad templates (not the list), but that would require
9572         changing every plugin to move pad template registration from
9573         base_init to class_init.)
9574
9575 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9576
9577         * gst/gstelement.c: (gst_element_class_add_pad_template):
9578           Refuse registering a pad template if another pad template
9579           with the same name already exists (#114715).
9580
9581 2004-01-02  David Schleef  <ds@schleef.org>
9582
9583         * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
9584         (gst_caps_is_equal_fixed): Add new function.
9585         * gst/gstcaps.h: ditto.
9586         * gst/gstpad.c: (gst_real_pad_class_init),
9587         (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
9588         (gst_pad_set_explicit_caps), (gst_pad_get_caps):  In try_set_caps,
9589         check new caps against existing caps -- if they're the same, return
9590         OK without renegotiating.  caps-nego-failed signal fixed so that
9591         the marshaller isn't VOID__OBJECT.  Also changed to G_TYPE_POINTER
9592         to save an extra caps copy.  Don't complete negotiation if a pad
9593         link function returns DELAYED.
9594
9595 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9596
9597         * gst/gstpad.c: (gst_pad_try_relink_filtered):
9598           Fix wrong g_return_if_fail
9599
9600 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
9601
9602         * gst/gstbin.c: (gst_bin_class_init):
9603         Change the marshalling of element_added/element_removed
9604         to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER 
9605         complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
9606
9607 2004-01-01  David Schleef  <ds@schleef.org>
9608
9609         * gst/gstpad.c: (gst_pad_set_explicit_caps),
9610         (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
9611         (gst_pad_use_explicit_caps):
9612         * gst/gstpad.h:
9613         Add new functions.  gst_pad_use_explicit_caps() sets up a pad
9614         to use an internal getcaps and link fuction so that negotiation
9615         always results in the explicitly set caps.
9616         gst_pad_set_explicit_caps() sets the explicit caps.  These functions
9617         are particularly useful for decoders.
9618
9619 2003-12-31  David Schleef  <ds@schleef.org>
9620
9621         * gst/elements/gstidentity.c: (gst_identity_class_init),
9622         (gst_identity_init), (gst_identity_chain),
9623         (gst_identity_set_property), (gst_identity_get_property):
9624         * gst/elements/gstidentity.h:
9625         * gst/gstqueue.c: (gst_queue_init):
9626           Negotiation fixes.
9627
9628 2003-12-31  David Schleef  <ds@schleef.org>
9629
9630         * gst/gstcaps.c: (gst_caps_intersect),
9631         (_gst_caps_normalize_foreach), (gst_caps_normalize):
9632           Implement gst_caps_normalize().
9633         * testsuite/caps/normalisation.c: (main):
9634           Add an additional test
9635
9636 2003-12-31  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9637
9638         * gst/gstqueue.c: (gst_queue_init):
9639           use gst_pad_proxy_getcaps()
9640
9641 2003-12-31  David Schleef  <ds@schleef.org>
9642
9643         * gst/elements/gstshaper.c: (gst_shaper_link):
9644         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
9645         * gst/gstqueue.c: (gst_queue_link):
9646           Negotiation fixes.
9647
9648 2003-12-31  David Schleef  <ds@schleef.org>
9649
9650         * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
9651         * gst/gstpad.h: Add functions that are useful as default pad
9652         link and fixate functions for elements.
9653
9654 2003-12-30  David Schleef  <ds@schleef.org>
9655
9656         * gst/gstpad.c: (gst_pad_link_try):
9657           Fix segfault when attempting to return to old caps
9658
9659 2003-12-29  David Schleef  <ds@schleef.org>
9660
9661         * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
9662         (gst_caps_structure_simplify), (gst_caps_simplify):
9663         * gst/gstcaps.h:
9664           Add simplify function
9665         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
9666         (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
9667         * gst/gstpad.h:
9668           Copy over srcnotify, sinknotify when calling old pad_link
9669           functions.  Add new is_negotiated() function.
9670         * gst/gststructure.c: (gst_structure_copy):
9671           Fix an incredibly stupid bug that should have been noticed
9672           weeks ago.  _copy() returned the argument, not the new copy.
9673
9674 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9675
9676         * gst/gstcaps.c: (gst_caps_append):
9677           add sanity checks
9678         * gst/gstcaps.h: (gst_caps_debug):
9679           remove, it doesn't exist anymore.
9680         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
9681         (gst_element_threadsafe_properties_post_run):
9682           make debugging messages not clutter up THREAD debug category
9683         (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
9684         (gst_element_change_state):
9685           update to new caps API
9686         * gst/gstinterface.c: (gst_implements_interface_cast):
9687           don't put vital code in g_return_if_fail
9688         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps), 
9689         (gst_pad_link_filtered):
9690           add pst_pad_try_link and use it.
9691         (gst_pad_perform_negotiate), (gst_pad_renegotiate):
9692           implement correctly, deprecate first one.
9693         (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
9694           add and implement.
9695         (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
9696           implement.
9697         (gst_pad_get_negotiated_caps):
9698           add and implement. Make GST_PAD_CAPS call this function.
9699         (gst_pad_get_caps):
9700           remove unneeded check..
9701         (gst_pad_recover_caps_error):
9702           disable, always return FALSE.
9703         (gst_real_pad_dispose):
9704           don't free caps and appfilter anymore, they're unused.
9705         * gst/gstpad.h:
9706           Reflect changes mentioned above.
9707         * gst/gstsystemclock.c: (gst_system_clock_wait):
9708           Make 'clock is way behind' a debugging message.
9709         * gst/gstthread.c: (gst_thread_change_state):
9710           Fix debugging message
9711
9712 2003-12-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9713
9714         * gst/gstinfo.h:
9715           fix GST_DEBUG_CATEGORY_INIT gtk-doc description
9716         * docs/gst/tmpl/gstreamer-unused.sgml:
9717           removed all traces of cvs conflicts
9718
9719 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9720
9721         * configure.ac:
9722         * gst/schedulers/cothreads_compat.h:
9723         * libs/Makefile.am:
9724           remove last instances of wingo cothread usage
9725
9726 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9727
9728         * gst/gstplugin.c:
9729         * gst/gstversion.h.in:
9730         * gst/parse/grammar.y:
9731           change comment block from /** to /* when not gtk-doc comments
9732
9733 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9734
9735         * gst/gst.c: whitespace and doc style fixes
9736
9737 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9738
9739         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
9740
9741 2003-12-24  Colin Walters  <walters@verbum.org>
9742
9743         * gst/elements/gsttypefindelement.c:
9744           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
9745           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
9746           Don't double-free caps.
9747
9748 2003-12-23  David Schleef  <ds@schleef.org>
9749
9750         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
9751           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
9752           Many little fixes and additions of debug statements to
9753           get rhythmbox working.
9754
9755 2003-12-23  Colin Walters  <walters@verbum.org>
9756
9757         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
9758         Use GST_PAD_LINK_SUCCESSFUL.
9759
9760 2003-12-23  David Schleef  <ds@schleef.org>
9761
9762         * gst/elements/gstaggregator.c:
9763         * gst/elements/gsttee.c:
9764           Use gst_pad_proxy_getcaps().
9765         * gst/gstpad.c:
9766         * gst/gstpad.h:
9767           Add gst_pad_proxy_getcaps(), which filter elements can use
9768           as a generic getcaps implementation.
9769           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
9770           was advertised.
9771
9772 2003-12-23  David Schleef  <ds@schleef.org>
9773
9774         * gst/gstpad.c:
9775           Rearrange/rewrite much of the pad negotiation code, since it
9776           resembled pasta.  This actually changes the way some
9777           negotiation works, since the previous code was inconsistent
9778           depending on how it was invoked.  Add (internal) structure
9779           GstPadLink, which is used to hold some information (more in
9780           the future) about the link between two pads.  Fixes a number
9781           of bugs, including random lossage of filter caps when the
9782           initial negotiation is delayed.  A few functions are still
9783           unimplemented.
9784         * gst/gstpad.h:
9785           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
9786           these when testing GstPadLinkReturn values instead of comparing
9787           directly.
9788
9789 2003-12-23  David Schleef  <ds@schleef.org>
9790
9791         * gst/gstvalue.c: 
9792         * gst/gstvalue.h:
9793           Rearrange lots of code.  Change registration of compare function
9794           into registration of compare/serialize/deserialize functions.
9795           Doesn't include implementation of gst_value_[de]serialize(),
9796           but that should be easy.
9797
9798 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9799
9800         * docs/gst/gstreamer-sections.txt:
9801         * docs/gst/tmpl/gstprops.sgml: removed
9802         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
9803           David removed props and caps code, so let's remove their docs as well.
9804           Removed all no longer existing symbols from gstreamer-sections.txt
9805           
9806 2003-12-22  Colin Walters  <walters@verbum.org>
9807
9808         * gst/gsttaginterface.c, gst/gsttaginterface.h,
9809           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
9810           of tags directly.
9811
9812 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9813
9814         * gst/elements/gstelements.c:
9815           Set ranks of elements to NONE, so the autoplugger doesn't use them.
9816         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
9817           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
9818           gst_caps (peer).
9819
9820 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9821
9822         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
9823         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
9824         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
9825         (gst_spider_identity_sink_loop_type_finding):
9826         * gst/autoplug/gstspideridentity.h:
9827           Fix autoplugging in spider element, so it works with new caps.
9828           This was mainly caused by identifying empty caps incorrectly.
9829
9830 2003-12-22  David Schleef  <ds@schleef.org>
9831
9832         * gststructure.c, gstvalue.c, gstvalue.h: Add
9833           gst_value_init_and_copy() and use it, to avoid silly mistakes in
9834           using g_value_copy()
9835
9836 2003-12-21  David Schleef  <ds@schleef.org>
9837
9838         * many, many files: Merge CAPS branch.  This includes:
9839           - implemention of GstValue and several GstValue types
9840           - implemention of GstStructure
9841           - entire rewrite of GstCaps
9842           - removal of GstProps
9843           - many changes to GstPad to compensate for new caps paradigm
9844           - removal of GstBufferpool
9845         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
9846         gstvalue.h, gst/gstcaps[2]*.[ch]:
9847           - rename gstcaps2.[ch] to gstcaps.[ch]
9848
9849 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9850
9851         * gst/gstqueue.c: (gst_queue_handle_pending_events),
9852         (gst_queue_chain), (gst_queue_handle_src_event):
9853           implement timeout for sending events. Workaround for if the
9854           pipeline on this queue is not passing any data.
9855
9856 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
9857                                                                                 
9858         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
9859         * moved CVS to freedesktop.org
9860