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