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