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