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