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