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