docs/gst/gstreamer-docs.sgml: Remove probes more.
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2
3         * docs/gst/gstreamer-docs.sgml:
4           Remove probes more.
5
6 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7
8         * docs/gst/gstreamer-sections.txt:
9         * docs/gst/tmpl/gstpad.sgml:
10         * docs/gst/tmpl/gstprobe.sgml:
11         * gst/Makefile.am:
12         * gst/gstpad.c: (_gst_do_pass_data_accumulator),
13         (gst_pad_class_init), (gst_pad_init), (gst_pad_chain),
14         (gst_pad_push), (gst_pad_get_range), (gst_pad_pull_range),
15         (gst_pad_push_event), (gst_pad_send_event):
16         * gst/gstpad.h:
17         * gst/gstutils.c: (gst_pad_add_data_probe),
18         (gst_pad_add_event_probe), (gst_pad_add_buffer_probe),
19         (gst_pad_remove_data_probe), (gst_pad_remove_event_probe),
20         (gst_pad_remove_buffer_probe):
21         * gst/gstutils.h:
22           Remove old probes, add new g-signal-based probes and some utility
23           functions.
24
25 2005-06-29  Edward Hervey  <edward@fluendo.com>
26
27         * gst/gstelementfactory.c:
28         * gst/gstutils.h:
29         * gst/gstutils.c:
30         Moved gst_element_factory_can_[sink|src]_caps() to gstutils and added
31         the definition to the header file.
32
33 2005-06-29  Andy Wingo  <wingo@pobox.com>
34
35         * docs/gst/Makefile.am (scan-build.stamp): Totally only check
36         plugins from the source directory.
37
38 2005-06-29  Wim Taymans  <wim@fluendo.com>
39
40         * docs/gst/tmpl/gstbuffer.sgml:
41         * docs/gst/tmpl/gstclock.sgml:
42         Some fixings for blantently wrong text.
43
44 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
45
46         * check/Makefile.am:
47         * gst/gst.c: (add_path_func), (init_pre):
48         * gst/gstregistry.c: (gst_registry_add_path):
49           add A GST_PLUGIN_PATH_ONLY env var; if it is set, it will
50           only scan the GST_PLUGIN_PATH locations, and not add
51           system locations
52
53 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
54
55         * docs/gst/gstreamer-sections.txt:
56         * docs/gst/tmpl/gstbasesrc.sgml:
57         * gst/gstelement.c:
58         * gst/gstelement.h:
59         * gst/gstevent.c:
60         * gst/gstutils.c:
61           doc fixes
62
63 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
64
65         * docs/manual/advanced-autoplugging.xml:
66           Fix autoplugging example.
67
68 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
69
70         * docs/manual/advanced-autoplugging.xml:
71         * docs/manual/mime-world.fig:
72           Try to get autoplugging working, fix type detection. Fix text
73           in hello-world image.
74
75 2005-06-29  Wim Taymans  <wim@fluendo.com>
76
77         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
78         (gst_base_sink_change_state):
79         Small debug line.
80
81         * gst/gstclock.h:
82         map SIGNAL and BROADCAST to the right function.
83
84         * gst/gstobject.h:
85         Remove redundant braces.
86
87         * gst/gstpad.c: (gst_pad_set_caps):
88         Don't call setcaps function when reseting caps to NULL.
89
90         * gst/gstsystemclock.c: (gst_system_clock_dispose),
91         (gst_system_clock_async_thread), (gst_system_clock_id_wait_async),
92         (gst_system_clock_id_unschedule):
93         Use BROADCAST as this is what we do.
94
95 2005-06-29  Wim Taymans  <wim@fluendo.com>
96
97         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
98         We are actually prerolling before commiting the state
99         change. 
100
101 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
102
103         * docs/manual/advanced-clocks.xml:
104         * docs/manual/advanced-interfaces.xml:
105         * docs/manual/advanced-metadata.xml:
106         * docs/manual/advanced-position.xml:
107         * docs/manual/advanced-schedulers.xml:
108         * docs/manual/advanced-threads.xml:
109         * docs/manual/appendix-porting.xml:
110         * docs/manual/basics-bins.xml:
111         * docs/manual/basics-bus.xml:
112         * docs/manual/basics-elements.xml:
113         * docs/manual/basics-helloworld.xml:
114         * docs/manual/basics-pads.xml:
115         * docs/manual/highlevel-components.xml:
116         * docs/manual/manual.xml:
117         * docs/manual/thread.fig:
118           Update (until threads/scheduling) Application Development Manual;
119           remove GstThread, add GstBus, add simple porting checklist, add
120           documentation for tag writing, clocks, make all examples until this
121           part compile and run.
122         * examples/manual/Makefile.am:
123           Update from changes to Application Development Manual; add bus
124           example, remove thread example.
125
126 2005-06-28  Wim Taymans  <wim@fluendo.com>
127
128         * gst/gstbus.c: (gst_bus_post), (gst_bus_have_pending),
129         (gst_bus_set_flushing), (gst_bus_pop), (gst_bus_peek),
130         (gst_bus_source_dispatch):
131         Add debugging messages.
132         Make internal methods static.
133         Handle the case where the bus is flushed in the handler.
134         
135         * gst/gstelement.c: (gst_element_get_bus):
136         Fix refcount in _get_bus();
137
138         * gst/gstpipeline.c: (gst_pipeline_change_state),
139         (gst_pipeline_get_clock_func):
140         Clock refcounting fixes.
141         Handle the case where preroll timed out more gracefully.
142         
143         * gst/gstsystemclock.c: (gst_system_clock_dispose):
144         Clean up the internal thread in dispose. This is needed
145         for subclasses that actually get disposed.
146         
147         * gst/schedulers/threadscheduler.c:
148         (gst_thread_scheduler_class_init), (gst_thread_scheduler_func),
149         (gst_thread_scheduler_dispose):
150         Free thread pool in dispose.
151
152 2005-06-28  Andy Wingo  <wingo@pobox.com>
153
154         * tests/network-clock-utils.scm (debug, print-event): New utils.
155
156         * tests/network-clock.scm (*debug*, *with-graph*): New parameters.
157         (*packet-loss*): Unified loss probability.
158         (network-time): Report out-of-band events.
159
160         * tests/plot-data: Add support for out-of-band events. Hack it
161         into this script instead of passing it down the pipe; should fix
162         this later.
163
164 2005-06-28  Wim Taymans  <wim@fluendo.com>
165
166         * docs/gst/gstreamer.types:
167         * docs/gst/tmpl/gstbasesrc.sgml:
168         * docs/gst/tmpl/gstpad.sgml:
169         Docs fixes.
170
171 2005-06-28  Wim Taymans  <wim@fluendo.com>
172
173         * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
174         (gst_proxy_pad_do_checkgetrange), (gst_proxy_pad_do_acceptcaps),
175         (gst_proxy_pad_do_fixatecaps):
176         Correctly proxy the check_pull_range function.
177
178 2005-06-28  Andy Wingo  <wingo@pobox.com>
179
180         * tests/network-clock.scm: Removed need for slib.
181         
182 2005-06-28  Wim Taymans  <wim@fluendo.com>
183
184         * gst/base/gstbasesink.c: (gst_basesink_set_pad_functions),
185         (gst_basesink_preroll_queue_flush):
186         * gst/base/gstbasesrc.c: (gst_basesrc_set_dataflow_funcs):
187         * gst/elements/gsttee.c: (gst_tee_update_pad_functions):
188         * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
189         (gst_proxy_pad_do_acceptcaps), (gst_proxy_pad_do_fixatecaps),
190         (gst_proxy_pad_set_property):
191         * gst/gstpad.c:
192         * gst/gstpad.h:
193         * gst/gstqueue.c: (gst_queue_init):
194         The deprecated pad loop function is removed now.
195
196 2005-06-28  Andy Wingo  <wingo@pobox.com>
197
198         * tests/network-clock.scm (*timeout*, *send-loss*, *recv-loss*):
199         New parameters, simulate network packet loss.
200
201         * tests/network-clock-utils.scm: Initialize the RNG.
202
203 2005-06-28  Wim Taymans  <wim@fluendo.com>
204
205         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_flush),
206         (gst_basesink_event), (gst_basesink_deactivate):
207         Flushing the preroll queue always needs to unlock the waiters.
208
209 2005-06-28  Edward Hervey  <edward@fluendo.com>
210
211         * gst/gstpipeline.c: (gst_pipeline_send_event): 
212         Wheen a seek was successful on a pipeline, set the stream_time to the
213         seek offset in order to have a synchronized stream_time.
214
215 2005-06-28  Wim Taymans  <wim@fluendo.com>
216
217         * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
218         (gst_proxy_pad_do_getrange), (gst_proxy_pad_do_checkgetrange),
219         (gst_proxy_pad_do_getcaps), (gst_proxy_pad_do_acceptcaps),
220         (gst_proxy_pad_do_fixatecaps):
221         Call wrapper function instead of just calling the function
222         pointers. This takes care of any locking and whatmore.
223
224 2005-06-28  Wim Taymans  <wim@fluendo.com>
225
226         * gst/gstpad.c: (gst_pad_alloc_buffer), (gst_pad_push),
227         (gst_pad_pull_range):
228         * gst/gstpad.h:
229         CONNECTED -> LINKED.
230
231 2005-06-28  Andy Wingo  <wingo@pobox.com>
232
233         * *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large
234         source-munging commit!!!
235
236         * gst/gstobject.c (gst_object_unref, gst_object_ref) 
237         (gst_object_sink): Take gpointer arguments, not GstObject --
238         avoids casts. Like GLib.
239
240         * gst/gstghostpad.c (gst_proxy_pad_do_activate): Don't proxy
241         activate.
242
243 2005-06-27  Andy Wingo  <wingo@pobox.com>
244
245         * gst/base/gsttypefindhelper.c (gst_type_find_helper): Unref any
246         remaining buffer.
247
248         * gst/gsttrace.c (gst_alloc_trace_list_sorted): New helper,
249         returns a sorted copy of the trace list.
250         (gst_alloc_trace_print_live): New API, only prints traces with
251         live objects. Sort the list.
252         (gst_alloc_trace_print_all): Sort the list.
253         (gst_alloc_trace_print): Align columns.
254
255         * gst/elements/gstttypefindelement.c:
256         * gst/elements/gsttee.c:
257         * gst/base/gstbasesrc.c:
258         * gst/base/gstbasesink.c:
259         * gst/base/gstbasetransform.c:
260         * gst/gstqueue.c: Adapt for pad activation changes.
261
262         * gst/gstpipeline.c (gst_pipeline_init): Unref after parenting
263         sched.
264         (gst_pipeline_dispose): Drop ref on sched.
265
266         * gst/gstpad.c (gst_pad_init): Set the default activate func.
267         (gst_pad_activate_default): Push mode by default.
268         (pre_activate_switch, post_activate_switch): New stubs, things to
269         do before and after switching activation modes on pads.
270         (gst_pad_set_active): Take a boolean and not a mode, dispatch to
271         the pad's activate function to choose which mode to activate.
272         Shortcut on deactivation and call the right function directly.
273         (gst_pad_activate_pull): New API, (de)activates a pad in pull
274         mode.
275         (gst_pad_activate_push): New API, same for push mode.
276         (gst_pad_set_activate_function) 
277         (gst_pad_set_activatepull_function) 
278         (gst_pad_set_activatepush_function): Setters for new API.
279
280         * gst/gstminiobject.c (gst_mini_object_new, gst_mini_object_free):
281         Trace all miniobjects.
282         (gst_mini_object_make_writable): Unref the arg if we copy, like
283         gst_caps_make_writable.
284
285         * gst/gstmessage.c (_gst_message_initialize): No trace init.
286
287         * gst/gstghostpad.c (gst_proxy_pad_do_activate) 
288         (gst_proxy_pad_do_activatepull, gst_proxy_pad_do_activatepush):
289         Adapt for new pad API.
290
291         * gst/gstevent.c (_gst_event_initialize): Don't initialize trace.
292
293         * gst/gstelement.h:
294         * gst/gstelement.c (gst_element_iterate_src_pads) 
295         (gst_element_iterate_sink_pads): New API functions.
296         
297         * gst/gstelement.c (iterator_fold_with_resync): New utility,
298         should fold into gstiterator.c in some form.
299         (gst_element_pads_activate): Simplified via use of fold and
300         delegation of decisions to gstpad->activate.
301
302         * gst/gstbus.c (gst_bus_source_finalize): Set the bus to NULL,
303         help in debugging.
304
305         * gst/gstbuffer.c (_gst_buffer_initialize): Ref the buffer type
306         class once in init, like gstmessage. Didn't run into this issue
307         but it seems correct. Don't initialize a trace, gstminiobject does
308         that.
309
310         * check/pipelines/simple_launch_lines.c (test_stop_from_app): New
311         test, runs fakesrc ! fakesink, stopping on ::handoff via a message
312         to the bus.
313         (assert_live_count): New util function, uses alloc traces to check
314         cleanup.
315
316         * check/gst/gstghostpad.c (test_ghost_pads): More refcount checks.
317         To be modified when unlink drops the internal pad.
318
319 2005-06-27  Wim Taymans  <wim@fluendo.com>
320
321         * gst/gstbin.c: (gst_bin_get_state), (gst_bin_iterate_state_order),
322         (gst_bin_change_state):
323         Cleanup the get_state() function a little, make sure it
324         iterates the same set of elements.
325         Added stub iterate_state_order().
326
327 2005-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
328
329         * docs/gst/gstreamer-docs.sgml:
330         * docs/gst/gstreamer-sections.txt:
331         * docs/gst/gstreamer.types:
332         * docs/gst/tmpl/gstbasesink.sgml:
333         * docs/gst/tmpl/gstbasesrc.sgml:
334         * docs/gst/tmpl/gstbasetransform.sgml:
335         * docs/gst/tmpl/gstelement.sgml:
336         * docs/gst/tmpl/gstiterator.sgml:
337         * gst/base/gstbasesrc.c:
338         * gst/base/gstbasesrc.h:
339         * gst/base/gstbasetransform.h:
340         * gst/gstelement.c:
341         * gst/gstiterator.h:
342           adding basetransform and iterator docs
343
344 2005-06-27  Andy Wingo  <wingo@pobox.com>
345
346         * docs/design/part-activation.txt: Notes on how activation should
347         work -- not quite implemented yet.
348
349 2005-06-25  Wim Taymans  <wim@fluendo.com>
350
351         * gst/gstghostpad.c: (gst_proxy_pad_do_chain):
352         At least get the chain function correct, needs more
353         fixing.
354
355 2005-06-25  Wim Taymans  <wim@fluendo.com>
356
357         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_empty),
358         (gst_basesink_handle_object), (gst_basesink_event),
359         (gst_basesink_do_sync), (gst_basesink_handle_event),
360         (gst_basesink_change_state):
361         * gst/gsttask.h:
362         Right, two problems here: ghostpads don't take locks and
363         glib _rec_mutex_lock_full() with depth==0 still locks.
364         Catch illegal locking and g_warn them.
365
366 2005-06-25  Wim Taymans  <wim@fluendo.com>
367
368         * check/states/sinks.c: (START_TEST), (gst_object_suite):
369         Have to check for completion now...
370
371 2005-06-25  Wim Taymans  <wim@fluendo.com>
372
373         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_empty),
374         (gst_basesink_handle_object), (gst_basesink_event),
375         (gst_basesink_do_sync), (gst_basesink_handle_event),
376         (gst_basesink_change_state):
377         * gst/gstpad.h:
378         Unlock STREAM_LOCK whatever the recursion was.
379
380 2005-06-25  Wim Taymans  <wim@fluendo.com>
381
382         * gst/base/gstbasesink.c: (gst_basesink_set_property),
383         (gst_basesink_preroll_queue_empty),
384         (gst_basesink_preroll_queue_flush), (gst_basesink_handle_object),
385         (gst_basesink_event), (gst_basesink_do_sync),
386         (gst_basesink_handle_event), (gst_basesink_handle_buffer),
387         (gst_basesink_chain), (gst_basesink_loop), (gst_basesink_activate),
388         (gst_basesink_change_state):
389         Reworked the base sink, handle event and buffer serialisation
390         correctly and removed possible deadlock.
391         Handle EOS correctly.
392
393 2005-06-25  Wim Taymans  <wim@fluendo.com>
394
395         * gst/gstpipeline.c: (is_eos), (pipeline_bus_handler),
396         (gst_pipeline_change_state):
397         * tools/gst-launch.c: (check_intr), (event_loop), (main):
398         Allow elements to post EOS in the state change function.
399         Fix up -launch, make it exit the poll loop when the
400         pipeline actually changed state.
401         Fix up warning parsing in -launch.
402
403 2005-06-25  Wim Taymans  <wim@fluendo.com>
404
405         * gst/elements/gsttee.c: (gst_tee_chain), (gst_tee_loop),
406         (gst_tee_sink_activate):
407         Core takes STREAM_LOCK for us now.
408
409 2005-06-25  Wim Taymans  <wim@fluendo.com>
410
411         * gst/gstelement.c: (gst_element_get_state_func),
412         (gst_element_set_state):
413         * gst/gstelement.h:
414         * gst/gstmessage.c: (gst_message_parse_error),
415         (gst_message_parse_warning):
416         Keep track of current target state while performing a state
417         change so that subclasses can do something interesting.
418         Fix parsing of warning/error messages when GError is NULL.
419
420 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
421
422         * docs/gst/Makefile.am:
423         * docs/gst/gstreamer-docs.sgml:
424         * docs/gst/gstreamer-sections.txt:
425         * docs/gst/gstreamer.types:
426         * docs/gst/tmpl/gstbasesink.sgml:
427         * docs/gst/tmpl/gstbasesrc.sgml:
428         * docs/gst/tmpl/gstbin.sgml:
429         * docs/gst/tmpl/gstcompat.sgml:
430         * docs/gst/tmpl/gstfakesink.sgml:
431         * docs/gst/tmpl/gstfakesrc.sgml:
432         * docs/gst/tmpl/gstfilesink.sgml:
433         * docs/gst/tmpl/gstfilesrc.sgml:
434         * docs/gst/tmpl/gstindex.sgml:
435         * docs/manual/appendix-quotes.xml:
436         * gst/base/gstbasesrc.h:
437         * gst/elements/gstfakesrc.h:
438         * gst/gstmessage.h:
439           start pulling in base classes and elements in our docs
440
441 2005-06-24  Stefan Kost  <ensonic@users.sf.net>
442
443         * docs/gst/Makefile.am:
444         * docs/libs/Makefile.am:
445           fixed make distcheck with gtk-doc 1.3
446
447 2005-06-23  Wim Taymans  <wim@fluendo.com>
448
449         * gst/gstelement.c: (gst_element_get_state_func),
450         (gst_element_set_state), (gst_element_change_state):
451         When the state did not change, also report NO_PREROLL
452         when it matters.
453
454 2005-06-23  Wim Taymans  <wim@fluendo.com>
455
456         * gst/gstpad.c: (gst_pad_event_default):
457         * gst/gstqueue.c: (gst_queue_loop):
458         No unsafe task pausing please.
459
460 2005-06-23  Wim Taymans  <wim@fluendo.com>
461
462         * gst/schedulers/threadscheduler.c:
463         (gst_thread_scheduler_task_start),
464         (gst_thread_scheduler_task_pause), (gst_thread_scheduler_func):
465         Ref the task before pushing it on the threadpool. This
466         makes sure that we have a ref when the threadfunction is
467         actually called.
468
469 2005-06-23  Andy Wingo  <wingo@pobox.com>
470
471         * gst/base/gstbasesrc.c (gst_basesrc_get_range): Check if the
472         offset is greater than the file's size.
473
474         * gst/gstobject.h (GST_CLASS_LOCK, GST_CLASS_TRYLOCK) 
475         (GST_CLASS_UNLOCK, GST_CLASS_GET_LOCK, GstObjectClass)
476         * gst/gstobject.c (gst_object_class_init): Make the class lock
477         recursive. Wim won't let me drop deep_notify. Decodebin works
478         again, whoopdy doo.
479
480         * gst/gstghostpad.c (on_int_notify): Catches notify::caps on the
481         internal pad, and hacks accordingly. Doesn't do it on the target
482         pad because we change its caps. Probably catches all cases of
483         interest tho.
484         (gst_ghost_pad_set_property): Connect to notify::caps as
485         appropritate.
486
487         * tests/network-clock.scm (plot-simulation): Pipe data to the
488         elite python skript.
489
490         * tests/network-clock-utils.scm (define-parameter): New macro,
491         defines a parameter that can be set via the command line.
492         (set-parameter!, parse-parameter-arguments): Command line args
493         parser.
494
495         * tests/plot-data: Simple matplotlib-based plotter, takes input on
496         stdin.
497
498 2005-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
499
500         * gst/elements/gsttypefindelement.c:
501         (gst_type_find_element_handle_event):
502           Don't restart typefinding on a discont.
503         * gst/gstelement.c: (gst_element_set_state):
504           Debug spelling fix.
505         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_send_event):
506           Allow changing mode of an active pad.
507           Debug output fixes.
508         * gst/registries/gstlibxmlregistry.c: (load_feature):
509           Don't cast a static pad template to a normal pad template.
510
511 2005-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
512
513         * check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
514         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
515           remove gst_strtoll completely, since it didn't actually do
516           anything more than what g_ascii_strtoull already does.
517           check for range errors when deserializing
518           do a cast for the unsigned cases; but further fixing needs
519           a decision on what the interpretation of "(int)" and
520           deserialization should be for values that fall outside the
521           type's boundaries (ie, refuse, or interpret as casting)
522
523 2005-06-23  Wim Taymans  <wim@fluendo.com>
524
525         * check/Makefile.am:
526         * check/states/sinks.c: (START_TEST), (gst_object_suite), (main):
527         * docs/design/part-live-source.txt:
528         * docs/design/part-states.txt:
529         * gst/base/gstbasesrc.c: (gst_basesrc_init),
530         (gst_basesrc_set_live), (gst_basesrc_is_live),
531         (gst_basesrc_get_range), (gst_basesrc_activate),
532         (gst_basesrc_change_state):
533         * gst/base/gstbasesrc.h:
534         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
535         (gst_fakesrc_set_property), (gst_fakesrc_get_property):
536         * gst/gstbin.c: (gst_bin_get_state), (gst_bin_change_state):
537         * gst/gstelement.c: (gst_element_get_state_func),
538         (gst_element_set_state):
539         * gst/gstelement.h:
540         * gst/gsttypes.h:
541         * tools/gst-launch.c: (event_loop), (main):
542         Added support for live sources and other elements that
543         cannot do preroll.
544         Updated design docs, added live-source design doc.
545         Implemented live source functionality in basesrc
546         Fix error condition in _bin_get_state()
547         Implement live source handling in -launch.
548         Added check for live sources.
549         Fixed case in GstBin where elements were changed state
550         multiple times.
551
552
553 2005-06-23  Andy Wingo  <wingo@pobox.com>
554
555         * check/gst/gstpad.c (test_get_allowed_caps, test_refcount): Fix
556         borken refcounting.
557
558         * gst/gstpad.c (gst_pad_set_caps): Remove needless refs,
559         gst_caps_replace takes care of this for us.
560
561         * gst/gstghostpad.c (gst_proxy_pad_do_setcaps): Call the full
562         gst_pad_set_caps on the target, not just its setcaps() function.
563
564         * tests/network-clock.scm: 
565         * tests/network-clock-utils.scm: A network clock simulator.
566         Something of an algorithmic testbed before doing something in C.
567
568 2005-06-22  Thomas Vander Stichele  <thomas at apestaart dot org>
569
570         * check/Makefile.am:
571         * check/gst/capslist.h:
572           copy over from 0.8, and add two with bitmasks specified with
573           (int) 0xFF...
574         * check/gst/gstcaps.c: (START_TEST), (gst_caps_suite):
575           add test to parse everything from capslist.h
576         * check/gst/gststructure.c: (START_TEST), (gst_value_suite),
577         (main):
578           add test for structure deserialization
579         * check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
580           add tests for deserialization of strings to int types
581         * gst/gststructure.c: (gst_structure_nth_field_name):
582         * gst/gststructure.h:
583           add a way to get the name of a field referenced by index
584         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
585           instead of checking if the resulting long long lies between
586           min and max, we check if the long long would fit into
587           a number of bytes for the final type.
588           This fixes cases where a string represents 2^32 - 1, which
589           when cast to int would be the (valid) -1, but is bigger than
590           G_MAXINT
591
592 2005-06-22  Thomas Vander Stichele  <thomas at apestaart dot org>
593
594         * gst/parse/grammar.y:
595           add a log line for type deserialization
596
597 2005-06-22  Thomas Vander Stichele  <thomas at apestaart dot org>
598
599         * check/gst/gstvalue.c: (START_TEST):
600         * gst/gstvalue.c: (gst_value_deserialize):
601           return long long, not int, so gint64 deserialization actually
602           works.  Is there any flag that makes the compiler check this ?
603           Fixes #308559
604
605 2005-06-22  Wim Taymans  <wim@fluendo.com>
606
607         * gst/gstbuffer.h:
608         Added convenience macros for setting buffers in GValue.
609
610 2005-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
611
612         * check/gst/.cvsignore:
613         * check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
614           add a test deserializing int64, and comment part out because
615           it fails, yay !
616
617 2005-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
618
619         * check/Makefile.am:
620         * check/gst/gstvalue.c: (START_TEST), (gst_value_suite), (main):
621         * testsuite/Makefile.am:
622         * testsuite/caps/Makefile.am:
623         * testsuite/caps/value_serialize.c:
624         * testsuite/test_gst_init.c:
625           move a value_serialize test over
626
627 2005-06-20  Wim Taymans  <wim@fluendo.com>
628
629         * gst/gstpad.c:
630         Small doc updates.
631         
632         * gst/gstvalue.c: (gst_value_compare_buffer),
633         (gst_value_serialize_buffer), (gst_value_deserialize_buffer),
634         (gst_value_compare_flags), (gst_value_serialize_flags),
635         (gst_value_deserialize_flags), (_gst_value_initialize):
636         Fix serialisation of buffers, they are not boxed types anymore
637
638 2005-06-20  Wim Taymans  <wim@fluendo.com>
639
640         * check/gst/gstcaps.c: (START_TEST), (gst_caps_suite):
641         Testcase to show error in buffer-on-caps serialisation.
642
643 2005-06-20  Andy Wingo  <wingo@pobox.com>
644
645         * docs/random/wingo/porting-plugins-to-0.9: A pitiful document I
646         will be adding to later.
647
648         * gst/gstsystemclock.c (gst_system_clock_init): Unlock the clock
649         if its socks fill with rocks.
650         (gst_system_clock_obtain): Set the name on object construction.
651         Avoid double-checked locking.
652
653 2005-06-20  Tim-Philipp Müller  <tim at centricular dot net>
654
655         * gst/gsturi.c: (gst_element_make_from_uri):
656           Fix potential endless loop.
657
658 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
659
660         * check/Makefile.am:
661           add gsttag
662         * check/gst/gsttag.c: (check_tags), (START_TEST), (gst_tag_suite),
663         (main):
664           move over from testsuite dir and clean up
665         * configure.ac:
666         * gst/gsttag.c:
667         * testsuite/Makefile.am:
668         * testsuite/tags/.cvsignore:
669         * testsuite/tags/Makefile.am:
670         * testsuite/tags/merge.c:
671           remove testsuite/tags
672
673 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
674
675         * docs/gst/gstreamer-sections.txt:
676         * docs/gst/tmpl/gstenumtypes.sgml:
677         * win32/gstenumtypes.c:
678           clean up documentation build a little
679
680 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
681
682         * check/gstcheck.h:
683           add macros for checking refcounts on objects and caps
684         * check/gst/gstpad.c: (START_TEST), (gst_pad_suite):
685           add some more unit tests
686         * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked),
687         (gst_pad_link_prepare), (gst_pad_link), (gst_pad_get_allowed_caps):
688           fix leaked refcounts (I hope :)) so unittest works
689         * gst/gstpad.h:
690           whitespace removal
691
692 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
693
694         * configure.ac: back to HEAD
695
696 === release 0.9.1 ===
697
698 2005-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
699
700         * NEWS:
701         * RELEASE:
702           updated
703
704 2005-06-17  Andy Wingo  <wingo@pobox.com>
705
706         * gst/base/gstbasesink.c (gst_basesink_chain): Remove bogus
707         assert; it's always possible that the pad gets deactivated in
708         between the checks in gstpad.c and the implementation. Rely on
709         finish_preroll() to return a FLUSHING or similar instead of on the
710         assert.
711         
712         * gst/base/gstbasesink.c (gst_basesink_event): Only wait for the
713         clock and post an EOS message if we come out of finish_preroll in
714         the playing state.
715
716 2005-06-16  David Schleef  <ds@schleef.org>
717
718         * gst/elements/gstcapsfilter.c: (gst_capsfilter_class_init),
719         (gst_capsfilter_set_property): Allow NULL as possible value
720         for filter_caps property, indicating GST_CAPS_ANY.
721
722 2005-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
723
724         * gst/elements/gstfakesrc.c: (gst_fakesrc_create):
725           fix debug output
726         * gst/schedulers/Makefile.am:
727           use libgst prefix
728         * gstreamer.spec.in:
729           fix spec for it
730
731 2005-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
732
733         * gstreamer.spec.in:
734           clean up
735
736 2005-06-08  Andy Wingo  <wingo@pobox.com>
737
738         * gst/gstutils.c: RPAD fixes all around.
739         (gst_element_link_pads): Refcounting fixes.
740
741         * tools/gst-inspect.c:
742         * tools/gst-xmlinspect.c:
743         * parse/grammar.y:
744         * gst/base/gsttypefindhelper.c:
745         * gst/base/gstbasesink.c:
746         * gst/gstqueue.c: RPAD fixes.
747
748         * gst/gstghostpad.h:
749         * gst/gstghostpad.c: New ghost pad implementation as full proxy
750         pads. The tricky thing is they provide both source and sink
751         interfaces, since they proxy the internal pad for the external
752         pad, and vice versa. Implement with lower-level ProxyPad objects,
753         with the interior proxy pad as a child of the exterior ghost pad.
754         Should write a doc on this.
755         
756         * gst/gstpad.h: s/RPAD/PAD/, s/RealPad/Pad/.
757         (gst_pad_set_name, gst_pad_set_parent): Macros removed, use
758         gst_object API.
759         
760         * gst/gstpad.c: Big changes. No more stub base GstPad, now all
761         pads are real pads. No ghost pads in this file. Not documenting
762         the myriad s/RPAD/PAD/ and REALIZE fixes.
763         (gst_pad_class_init): Add properties for "direction" and
764         "template". Both are construct-only, so they can't change during
765         the life of the pad. Fixes properly deriving from GstPad.
766         (gst_pad_custom_new, gst_pad_custom_new_from_template): Gone. For
767         derived objects, just set properties when creating the objects via
768         g_object_new.
769         (gst_pad_get_parent): Implement as a function, return NULL if the
770         parent is not an element.
771         (gst_pad_get_real_parent, gst_pad_add_ghost_pad)
772         (gst_pad_remove_ghost_pad, gst_pad_realize): Removed.
773         
774         * gst/gstobject.c (gst_object_class_init): Make name a construct
775         property. Don't set it in the object init.
776
777         * gst/gstelement.c (gst_element_add_pad): Don't allow adding pads
778         with UNKNOWN direction.
779         (gst_element_add_ghost_pad): Remove non-orthogonal API. Replace
780         with gst_element_add_pad (e, gst_ghost_pad_new (name, pad)).
781         (gst_element_remove_pad): Remove ghost-pad special cases.
782         (gst_element_pads_activate): Remove rpad cruft.
783
784         * gst/gstbin.c (gst_bin_change_state): Use gst_pad_get_parent to
785         catch the pad's-parent-not-an-element case.
786
787         * gst/gst.h: Include gstghostpad.h.
788
789         * gst/gst.c (init_post): No more real, ghost pads.
790
791         * gst/Makefile.am: Add gstghostpad.[ch].
792
793         * check/Makefile.am:
794         * check/gst/gstbin.c:
795         * check/gst/gstghostpad.c (test_ghost_pads): Check that linking
796         into a bin creates ghost pads, and that the refcounts are right.
797         Partly moved from gstbin.c.
798
799 2005-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
800
801         * check/gst-libs/.cvsignore:
802         * check/gst/.cvsignore:
803         * check/pipelines/.cvsignore:
804           ignore more
805         * check/pipelines/cleanup.c: (setup_pipeline), (run_pipeline),
806         (START_TEST), (cleanup_suite), (main):
807           add some tests related to cleanup after running pipelines
808
809 2005-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
810
811         * check/gst/gstbuffer.c: (START_TEST), (gst_test_suite), (main):
812           add a testsuite for GstBuffer
813
814 2005-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
815
816         * gst/gstminiobject.h:
817           add defines for accessing the refcount
818
819 2005-06-03  Stefan Kost  <ensonic@users.sf.net>
820
821         * Makefile.am: added support for html unit test coverage reports
822
823 2005-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
824
825         * gst/elements/gstcapsfilter.c: (gst_capsfilter_set_property):
826           Free existing caps if the capsfilter changes. Add a FIXME about
827           setting those caps on the pads.
828
829         * gst/gstutils.c: (gst_element_get_compatible_pad), (ghost_up):
830           Before adding a ghost pad to a parent bin, check that there isn't
831           already one for the element on the bin. Prevents infinite recursion
832           when using decodebin in parse pipelines. Andy says he'll rewrite the
833           way this works anyway, so ignore the hack.
834
835 2005-06-02  Andy Wingo  <wingo@pobox.com>
836
837         * gst/elements/gsttypefindelement.c (do_pull_typefind): Query the
838         file size, pass it on to the type find helper.
839
840         * gst/base/gstbasesrc.c (gst_basesrc_do_seek): Set the
841         segment_start and segment_end properly according to the seek
842         method. Segment_end is still a bit flaky because offset can be
843         negative for CUR and END cases, but it takes -1 as an "unset"
844         value.
845
846 2005-06-02  Wim Taymans  <wim@fluendo.com>
847
848         * gst/base/gstbasesink.c: (gst_basesink_pad_buffer_alloc),
849         (gst_base_sink_buffer_alloc), (gst_basesink_preroll_queue_push),
850         (gst_basesink_activate):
851         * gst/base/gstbasesink.h:
852         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
853         (gst_pad_link), (gst_pad_accept_caps), (gst_pad_alloc_buffer),
854         (gst_pad_query), (gst_pad_start_task):
855         * gst/gstpad.h:
856         * gst/gstqueue.c: (gst_queue_bufferalloc),
857         (gst_queue_handle_sink_event), (gst_queue_chain):
858         Bufferalloc: return GstFlowReturn to more accuratly report
859         why allocation failed.
860
861 2005-06-02  Wim Taymans  <wim@fluendo.com>
862
863         * gst/gstpipeline.c: (gst_pipeline_send_event):
864         Take snapshot of state without blocking.
865
866 2005-06-02  Wim Taymans  <wim@fluendo.com>
867
868         * docs/design/part-TODO.txt:
869         * docs/design/part-caps.txt:
870         * docs/design/part-clocks.txt:
871         * docs/design/part-negotiation.txt:
872         * docs/design/part-preroll.txt:
873         Small doc updates 
874
875 2005-05-30  Wim Taymans  <wim@fluendo.com>
876
877         * gst/elements/gstidentity.c: (gst_identity_event),
878         (gst_identity_transform), (gst_identity_get_property):
879         Protect last_message property as it is accessed from
880         multiple threads.
881
882 2005-05-30  Wim Taymans  <wim@fluendo.com>
883
884         * gst/gstelement.c: (gst_element_init),
885         (gst_element_pads_activate), (gst_element_change_state):
886         Slicker pad activation code.
887
888 2005-05-30  Wim Taymans  <wim@fluendo.com>
889
890         * gst/Makefile.am:
891         * gst/gstelement.h:
892         * gst/gstelementfactory.h:
893         * gst/gsttypes.h:
894         Move elementfactory methods to separate .h file.
895
896 2005-05-30  Wim Taymans  <wim@fluendo.com>
897
898         * docs/design/part-overview.txt:
899         * gst/gstsystemclock.h:
900         Small typo fixes, doc updates.
901
902 2005-05-30  Wim Taymans  <wim@fluendo.com>
903
904         * gst/gst.c: (gst_init_get_popt_table), (init_post),
905         (init_popt_callback):
906         Remove cpu-opt flag.
907
908 2005-05-30  Wim Taymans  <wim@fluendo.com>
909
910         * gst/gstbuffer.c: (gst_subbuffer_finalize),
911         (gst_buffer_create_sub), (gst_buffer_is_span_fast):
912         * gst/gstbuffer.h:
913         Avoid typechecking in places where not needed.
914         Added accessor for malloc_data.
915
916 2005-05-30  Wim Taymans  <wim@fluendo.com>
917
918         * gst/gstpad.c: (gst_real_pad_init), (gst_pad_set_active),
919         (gst_pad_link_prepare), (gst_pad_link), (gst_pad_accept_caps),
920         (gst_pad_configure_sink), (gst_pad_configure_src),
921         (gst_pad_alloc_buffer), (gst_pad_query), (gst_pad_send_event),
922         (gst_pad_start_task):
923         Propagate errors from _set_caps() in configure_src/sink
924         functions instead of returning TRUE.
925         FLUSH events can travel up and downstream
926
927
928 2005-05-30  Wim Taymans  <wim@fluendo.com>
929
930         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_push),
931         (gst_basesink_activate):
932         Handle EOS in preroll.
933
934 2005-05-30  Wim Taymans  <wim@fluendo.com>
935
936         * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
937         (gst_queue_loop), (gst_queue_handle_src_event):
938         Remove old pieces of code
939         Flushing the queue in an upstream event is a very bad idea.
940
941 2005-05-26  Andy Wingo  <wingo@pobox.com>
942
943         * gst/gstminiobject.c (gst_value_mini_object_collect): Use
944         gst_value_set_mini_object so as to add a ref on the object (which
945         will be removed when the value is unset).
946
947         * gst/elements/gstfakesink.c (gst_fakesink_class_init): Fix signal
948         arg type in ::handoff.
949
950         * gst/gstelement.c (gst_element_change_state): Also deactivate
951         pads in READY->NULL, just in case the element didn't make it to
952         PAUSED. Wingo tested, Wim approved.
953
954 2005-05-26  Wim Taymans  <wim@fluendo.com>
955
956         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
957         (gst_pad_link), (gst_pad_accept_caps), (gst_pad_alloc_buffer),
958         (gst_pad_query), (gst_pad_send_event), (gst_pad_start_task):
959         A flushing pad cannot be used to alloc_buffer from.
960
961 2005-05-26  Wim Taymans  <wim@fluendo.com>
962
963         * gst/gstbus.c: (gst_bus_init), (gst_bus_dispose), (gst_bus_post),
964         (gst_bus_pop), (gst_bus_source_prepare), (gst_bus_source_check),
965         (gst_bus_source_dispatch), (gst_bus_source_finalize),
966         (gst_bus_create_watch), (gst_bus_add_watch_full):
967         * gst/gstbus.h:
968         Implement a real GSource and use g_main_context_wakeup() to
969         signal new messages instead of the socketpair.
970
971 2005-05-25  Wim Taymans  <wim@fluendo.com>
972
973         * gst/gstbin.c: (bin_element_is_sink), (has_ancestor),
974         (bin_element_is_semi_sink), (append_child), (gst_bin_change_state):
975         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
976         (gst_pad_link), (gst_pad_accept_caps), (gst_pad_query),
977         (gst_pad_send_event), (gst_pad_start_task):
978         * gst/gstqueue.c: (gst_queue_init), (gst_queue_locked_flush),
979         (gst_queue_handle_sink_event), (gst_queue_chain), (gst_queue_loop),
980         (gst_queue_sink_activate), (gst_queue_src_activate),
981         (gst_queue_change_state):
982         * gst/gstqueue.h:
983         Fix state changes for non sinks. We now change sinks, then elements
984         with unconnected srcpads, then the rest.
985         More efficient queue unlocking in flush and state changes.
986         Set the pad activate mode even if it does not have an activate
987         function.
988
989 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
990
991         * gst/base/gstbasesrc.c: (gst_basesrc_activate):
992           Don't go in pull mode for non-seekable sources.
993         * gst/elements/gsttypefindelement.h:
994         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
995         (gst_type_find_element_dispose), (gst_type_find_handle_src_query),
996         (free_entry), (stop_typefinding),
997         (gst_type_find_element_handle_event), (find_peek),
998         (gst_type_find_element_chain), (do_pull_typefind),
999         (gst_type_find_element_change_state):
1000           Allow typefinding (w/o seeking) in push-mode, simplified version
1001           of what was in 0.8.
1002         * gst/gstutils.c: (gst_buffer_join):
1003         * gst/gstutils.h:
1004           gst_buffer_join() from 0.8.
1005
1006 2005-05-25  Wim Taymans  <wim@fluendo.com>
1007
1008         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
1009         (gst_pad_link), (gst_pad_accept_caps), (gst_pad_query),
1010         (gst_pad_send_event), (gst_pad_start_task):
1011         Disable attempt at mode switching until it is figured out.
1012
1013 2005-05-25  Wim Taymans  <wim@fluendo.com>
1014
1015         * gst/base/gstadapter.c: (gst_adapter_peek), (gst_adapter_flush):
1016         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_push),
1017         (gst_basesink_finish_preroll), (gst_basesink_chain),
1018         (gst_basesink_loop), (gst_basesink_activate),
1019         (gst_basesink_change_state):
1020         * gst/base/gstbasesrc.c: (gst_basesrc_do_seek),
1021         (gst_basesrc_get_range), (gst_basesrc_loop),
1022         (gst_basesrc_activate):
1023         * gst/elements/gsttee.c: (gst_tee_sink_activate):
1024         * gst/gstpad.c: (gst_pad_dispose), (gst_real_pad_class_init),
1025         (gst_real_pad_init), (gst_real_pad_set_property),
1026         (gst_real_pad_get_property), (gst_pad_set_active),
1027         (gst_pad_is_active), (gst_pad_get_query_types), (gst_pad_unlink),
1028         (gst_pad_link_prepare), (gst_pad_link), (gst_pad_get_real_parent),
1029         (gst_real_pad_get_caps_unlocked), (gst_pad_peer_get_caps),
1030         (gst_pad_accept_caps), (gst_pad_get_peer), (gst_pad_realize),
1031         (gst_pad_event_default_dispatch), (gst_pad_event_default),
1032         (gst_pad_dispatcher), (gst_pad_query), (gst_real_pad_dispose),
1033         (gst_pad_save_thyself), (handle_pad_block), (gst_pad_chain),
1034         (gst_pad_push), (gst_pad_get_range), (gst_pad_pull_range),
1035         (gst_pad_send_event), (gst_pad_start_task), (gst_pad_pause_task),
1036         (gst_pad_stop_task):
1037         * gst/gstpad.h:
1038         * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
1039         (gst_queue_loop), (gst_queue_src_activate):
1040         * gst/gsttask.c: (gst_task_init), (gst_task_set_lock),
1041         (gst_task_get_state):
1042         * gst/gsttask.h:
1043         * gst/schedulers/threadscheduler.c:
1044         (gst_thread_scheduler_task_start), (gst_thread_scheduler_func):
1045         Implement gst_pad_pause/start/stop_task(), take STREAM lock
1046         in task function.
1047         Remove ACTIVE pad flag, use FLUSHING everywhere
1048         Added _pad_chain(), _pad_get_range() to call chain/getrange 
1049         functions.
1050         Add locks around IS_FLUSHING when reading.
1051         Take STREAM lock in chain(), get_range() functions so plugins
1052         don't need to take it anymore.
1053         
1054
1055
1056 2005-05-25  Wim Taymans  <wim@fluendo.com>
1057
1058         * tools/gst-launch.c: (event_loop):
1059         Unref message after using its contents instead of
1060         before.
1061
1062 2005-05-24  Wim Taymans  <wim@fluendo.com>
1063
1064         * docs/design/draft-ghostpads.txt:
1065         * docs/design/draft-push-pull.txt:
1066         * docs/design/draft-query.txt:
1067         * docs/design/part-overview.txt:
1068         Docs updates, added general overview doc.
1069
1070 2005-05-21  David Schleef  <ds@schleef.org>
1071
1072         * docs/gst/tmpl/old/GstBin.sgml:
1073         * docs/gst/tmpl/old/GstBuffer.sgml:
1074         * docs/gst/tmpl/old/GstCaps.sgml:
1075         * docs/gst/tmpl/old/GstClock.sgml:
1076         * docs/gst/tmpl/old/GstCompat.sgml:
1077         * docs/gst/tmpl/old/GstData.sgml:
1078         * docs/gst/tmpl/old/GstElement.sgml:
1079         * docs/gst/tmpl/old/GstEvent.sgml:
1080         * docs/gst/tmpl/old/GstIndex.sgml:
1081         * docs/gst/tmpl/old/GstStructure.sgml:
1082         * docs/gst/tmpl/old/GstTag.sgml:
1083         * docs/gst/tmpl/old/cothreads.sgml:
1084         * docs/gst/tmpl/old/cothreads_compat.sgml:
1085         * docs/gst/tmpl/old/gettext.sgml:
1086         * docs/gst/tmpl/old/gobject2gtk.sgml:
1087         * docs/gst/tmpl/old/grammar.tab.sgml:
1088         * docs/gst/tmpl/old/gst-i18n-app.sgml:
1089         * docs/gst/tmpl/old/gst-i18n-lib.sgml:
1090         * docs/gst/tmpl/old/gst_private.sgml:
1091         * docs/gst/tmpl/old/gstaggregator.sgml:
1092         * docs/gst/tmpl/old/gstarch.sgml:
1093         * docs/gst/tmpl/old/gstatomic_impl.sgml:
1094         * docs/gst/tmpl/old/gstbufferstore.sgml:
1095         * docs/gst/tmpl/old/gstdata_private.sgml:
1096         * docs/gst/tmpl/old/gstdisksink.sgml:
1097         * docs/gst/tmpl/old/gstdisksrc.sgml:
1098         * docs/gst/tmpl/old/gstelementfactory.sgml:
1099         * docs/gst/tmpl/old/gstextratypes.sgml:
1100         * docs/gst/tmpl/old/gstfakesink.sgml:
1101         * docs/gst/tmpl/old/gstfakesrc.sgml:
1102         * docs/gst/tmpl/old/gstfdsink.sgml:
1103         * docs/gst/tmpl/old/gstfdsrc.sgml:
1104         * docs/gst/tmpl/old/gstfilesink.sgml:
1105         * docs/gst/tmpl/old/gstfilesrc.sgml:
1106         * docs/gst/tmpl/old/gsthttpsrc.sgml:
1107         * docs/gst/tmpl/old/gstidentity.sgml:
1108         * docs/gst/tmpl/old/gstindexfactory.sgml:
1109         * docs/gst/tmpl/old/gstmarshal.sgml:
1110         * docs/gst/tmpl/old/gstmd5sink.sgml:
1111         * docs/gst/tmpl/old/gstmultidisksrc.sgml:
1112         * docs/gst/tmpl/old/gstmultifilesrc.sgml:
1113         * docs/gst/tmpl/old/gstpadtemplate.sgml:
1114         * docs/gst/tmpl/old/gstpipefilter.sgml:
1115         * docs/gst/tmpl/old/gstschedulerfactory.sgml:
1116         * docs/gst/tmpl/old/gstsearchfuncs.sgml:
1117         * docs/gst/tmpl/old/gstshaper.sgml:
1118         * docs/gst/tmpl/old/gstspider.sgml:
1119         * docs/gst/tmpl/old/gstspideridentity.sgml:
1120         * docs/gst/tmpl/old/gststatistics.sgml:
1121         * docs/gst/tmpl/old/gsttee.sgml:
1122         * docs/gst/tmpl/old/gsttimecache.sgml:
1123         * docs/gst/tmpl/old/gsttypefindfactory.sgml:
1124         * docs/gst/tmpl/old/gstxmlregistry.sgml:
1125         * docs/gst/tmpl/old/gthread-cothreads.sgml:
1126         * docs/gst/tmpl/old/types.sgml:
1127           I didn't intend to add these or check them in.
1128
1129 2005-05-19  David Schleef  <ds@schleef.org>
1130
1131         * configure.ac: Use -no-common everywhere.  In a sane world, it
1132           would be the default in libtool, because without it, you can't
1133           build DLLs on Windows.
1134         * docs/gst/gstreamer-docs.sgml: Remove GstCpu, GstData, GstThread
1135         * docs/gst/gstreamer-sections.txt:
1136         * docs/gst/tmpl/gstcpu.sgml:
1137         * docs/gst/tmpl/gstdata.sgml:
1138         * docs/gst/tmpl/gstthread.sgml:
1139
1140 2005-05-19  David Schleef  <ds@schleef.org>
1141
1142         * gst/gstminiobject.c: (gst_value_set_mini_object),
1143         (gst_value_take_mini_object), (gst_value_get_mini_object):
1144         * gst/gstminiobject.h: Add GValue set/get functions.
1145
1146 2005-05-19  Wim Taymans  <wim@fluendo.com>
1147
1148         * gst/gstbuffer.c: (gst_buffer_init), (gst_subbuffer_get_type),
1149         (gst_subbuffer_class_init), (gst_subbuffer_finalize),
1150         (gst_subbuffer_init), (gst_buffer_is_span_fast):
1151         * gst/gstbuffer.h:
1152         * gst/gstbus.c: (gst_bus_post):
1153         * gst/gstelement.c: (gst_element_get_random_pad):
1154         * gst/gstmessage.c: (gst_message_init), (gst_message_finalize):
1155         Make subbufer unref the parent in finalize.
1156         some more debugging info.
1157
1158
1159 2005-05-19  Wim Taymans  <wim@fluendo.com>
1160
1161         * gst/base/gstbasesink.c: (gst_basesink_class_init),
1162         (gst_basesink_init), (gst_basesink_finalize),
1163         (gst_basesink_activate), (gst_basesink_change_state):
1164         Don't free preroll queue too early.
1165
1166 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1167
1168         * gst/Makefile.am:
1169         * gst/ROADMAP:
1170           Hi, I'm outdated. Please shoot me.
1171
1172 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1173
1174         * gst/gstpipeline.c: (gst_pipeline_send_event):
1175           Do not access variables after they have been deleted.
1176
1177 2005-05-19  Wim Taymans  <wim@fluendo.com>
1178
1179         * tools/gst-inspect.c: (print_plugin_features):
1180         A plugin feature does unfortunatly not use the
1181         object name yet...
1182
1183 2005-05-18  Wim Taymans  <wim@fluendo.com>
1184
1185         * gst/gstbuffer.c: (gst_buffer_is_span_fast), (gst_buffer_span):
1186         Port _span() functions to new subbuffers.
1187
1188 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1189
1190         * gst/gstbin.c: (gst_bin_add_func):
1191           Fix clock settery in bins when adding kids after the clock has
1192           been selected.
1193
1194 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1195
1196         * gst/elements/gstidentity.c: (gst_identity_class_init):
1197           Workaround until signals support GstMiniObject.
1198
1199 2005-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
1200
1201         * gst/gstbuffer.c:
1202         Oops, fix a typo GST_TYPE_BUFFER -> GST_TYPE_SUBBUFFER.
1203
1204 2005-05-18  Wim Taymans  <wim@fluendo.com>
1205
1206         * gst/base/Makefile.am:
1207         * gst/base/gstadapter.c: (gst_adapter_base_init),
1208         (gst_adapter_class_init), (gst_adapter_init),
1209         (gst_adapter_dispose), (gst_adapter_finalize), (gst_adapter_new),
1210         (gst_adapter_clear), (gst_adapter_push), (gst_adapter_peek),
1211         (gst_adapter_flush), (gst_adapter_available),
1212         (gst_adapter_available_fast):
1213         * gst/base/gstadapter.h:
1214         Ported and added adapter to the base classes.
1215
1216 2005-05-17  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1217
1218         * gst/gst.c:
1219         * gst/gstmessage.c:
1220           Make sure the class is reffed/unreffed once before threads can be
1221           used.  Fixes #304551.
1222
1223 2005-05-17  Wim Taymans  <wim@fluendo.com>
1224
1225         * gst/base/gstbasesink.c: (gst_basesink_finish_preroll),
1226         (gst_basesink_chain_unlocked), (gst_basesink_activate):
1227         * gst/gstminiobject.c: (gst_mini_object_get_type),
1228         (gst_mini_object_free):
1229         * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_query),
1230         (gst_pad_push), (gst_pad_push_event):
1231         * gst/gstqueue.c: (gst_queue_change_state):
1232         Don't queue buffers in basesink when we are flushing.
1233         Unref buffer when flushing in basesink.
1234         Flush queue when going to READY
1235         Unref buffer when _push() returns an error.
1236         Don't free MiniObject instance when refcount is incremented
1237         in _finalize() so that we can recover objects.
1238
1239 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1240
1241         * docs/manual/advanced-schedulers.xml:
1242         * docs/manual/appendix-checklist.xml:
1243         * docs/pwg/advanced-clock.xml:
1244         * docs/pwg/advanced-interfaces.xml:
1245         * docs/pwg/advanced-request.xml:
1246         * docs/pwg/advanced-types.xml:
1247         * docs/pwg/intro-preface.xml:
1248         * examples/plugins/example.c: (gst_example_get_type),
1249         (gst_example_class_init), (gst_example_chain),
1250         (gst_example_set_property), (gst_example_get_property),
1251         (gst_example_change_state), (plugin_init):
1252         * examples/plugins/example.h:
1253           small doc fixes
1254
1255 2005-05-17  Wim Taymans  <wim@fluendo.com>
1256
1257         * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_set_caps),
1258         (gst_pad_alloc_buffer), (gst_pad_query), (gst_pad_push):
1259         * gst/gstqueue.c: (gst_queue_change_state):
1260         Clear queue when going to READY.
1261         Remove IN_SETCAPS flag too.
1262
1263 2005-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1264
1265         * gst/base/gstbasesrc.c: (gst_basesrc_change_state):
1266           Remove implicit cast from gboolean to GstElementStateReturn;
1267           make sure we still return failure in paused => ready case if
1268           the parent class fails to change state and our own stop 
1269           vfunc succeeds.
1270
1271 2005-05-17  Wim Taymans  <wim@fluendo.com>
1272
1273         * tools/gst-launch.c: (event_loop):
1274         Message was unreffed too soon.
1275
1276 2005-05-16  Andy Wingo  <wingo@pobox.com>
1277
1278         * gst/gstbin.c (sink_iterator_filter): Err... um...
1279
1280         * check/gst/gstbin.c (test_ghost_pads): New test for the
1281         ghosting-if-elements-not-in-same-bin behavior.
1282
1283 2005-05-16  David Schleef  <ds@schleef.org>
1284
1285         * gst/gstminiobject.c: Use g_atomic_int_get() instead of
1286         accessing refcount directly.
1287
1288 2005-05-15  David Schleef  <ds@schleef.org>
1289
1290         * check/Makefile.am: remove GstData checks
1291         * check/gst-libs/gdp.c: (START_TEST): fix for API changes
1292         * gst/Makefile.am: add miniobject, remove data
1293         * gst/gst.h: add miniobject, remove data
1294         * gst/gstdata.c: remove
1295         * gst/gstdata.h: remove
1296         * gst/gstdata_private.h: remove
1297         * gst/gsttypes.h: remove GstEvent and GstMessage
1298         * gst/gstelement.c: (gst_element_post_message): fix for API changes
1299         * gst/gstmarshal.list: change BOXED -> OBJECT
1300
1301         Implement GstMiniObject.
1302         * gst/gstminiobject.c:
1303         * gst/gstminiobject.h:
1304
1305         Modify to be subclasses of GstMiniObject.
1306         * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
1307         (gst_buffer_class_init), (gst_buffer_finalize), (_gst_buffer_copy),
1308         (gst_buffer_init), (gst_buffer_new), (gst_buffer_new_and_alloc),
1309         (gst_subbuffer_get_type), (gst_subbuffer_init),
1310         (gst_buffer_create_sub), (gst_buffer_is_span_fast),
1311         (gst_buffer_span):
1312         * gst/gstbuffer.h:
1313         * gst/gstevent.c: (_gst_event_initialize), (gst_event_get_type),
1314         (gst_event_class_init), (gst_event_init), (gst_event_finalize),
1315         (_gst_event_copy), (gst_event_new):
1316         * gst/gstevent.h:
1317         * gst/gstmessage.c: (_gst_message_initialize),
1318         (gst_message_get_type), (gst_message_class_init),
1319         (gst_message_init), (gst_message_finalize), (_gst_message_copy),
1320         (gst_message_new), (gst_message_new_error),
1321         (gst_message_new_warning), (gst_message_new_tag),
1322         (gst_message_new_state_changed), (gst_message_new_application):
1323         * gst/gstmessage.h:
1324         * gst/gstprobe.c: (gst_probe_perform),
1325         (gst_probe_dispatcher_dispatch):
1326         * gst/gstprobe.h:
1327         * gst/gstquery.c: (_gst_query_initialize), (gst_query_get_type),
1328         (gst_query_class_init), (gst_query_finalize), (gst_query_init),
1329         (_gst_query_copy), (gst_query_new):
1330
1331         Update elements for GstData -> GstMiniObject changes
1332         * gst/gstquery.h:
1333         * gst/gstqueue.c: (gst_queue_finalize), (gst_queue_locked_flush),
1334         (gst_queue_chain), (gst_queue_loop):
1335         * gst/elements/gstbufferstore.c:
1336         (gst_buffer_store_add_buffer_func),
1337         (gst_buffer_store_cleared_func), (gst_buffer_store_get_buffer):
1338         * gst/elements/gstfakesink.c: (gst_fakesink_class_init),
1339         (gst_fakesink_render):
1340         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
1341         * gst/elements/gstfilesrc.c: (gst_mmap_buffer_get_type),
1342         (gst_mmap_buffer_class_init), (gst_mmap_buffer_init),
1343         (gst_mmap_buffer_finalize), (gst_filesrc_map_region),
1344         (gst_filesrc_create_read):
1345         * gst/elements/gstidentity.c: (gst_identity_class_init):
1346         * gst/elements/gsttypefindelement.c:
1347         (gst_type_find_element_src_event), (free_entry_buffers),
1348         (gst_type_find_element_handle_event):
1349         * libs/gst/dataprotocol/dataprotocol.c:
1350         (gst_dp_header_from_buffer):
1351         * libs/gst/dataprotocol/dataprotocol.h:
1352         * libs/gst/dataprotocol/dp-private.h:
1353
1354 2005-05-15  David Schleef  <ds@schleef.org>
1355
1356         * gst/elements/gstelements.c: Don't include headers that were
1357         just removed.
1358
1359 2005-05-15  David Schleef  <ds@schleef.org>
1360
1361         * gst/elements/Makefile.am: Remove some elements that don't
1362         need to be in the core (or even exist at all).
1363         * gst/elements/gstaggregator.c:
1364         * gst/elements/gstaggregator.h:
1365         * gst/elements/gstmd5sink.c:
1366         * gst/elements/gstmd5sink.h:
1367         * gst/elements/gstmultifilesrc.c:
1368         * gst/elements/gstmultifilesrc.h:
1369         * gst/elements/gstpipefilter.c:
1370         * gst/elements/gstpipefilter.h:
1371         * gst/elements/gstshaper.c:
1372         * gst/elements/gstshaper.h:
1373         * gst/elements/gststatistics.c:
1374         * gst/elements/gststatistics.h:
1375         * po/POTFILES.in: Remove above files.
1376
1377 2005-05-14  Andy Wingo  <wingo@pobox.com>
1378
1379         * gst/gstbin.c (gst_bin_iterate_sinks): Use sink_iterator_filter
1380         so as to get the refs right.
1381         (sink_iterator_filter): New function, wraps bin_element_is_sink,
1382         unreffing objects that don't pass the filter.
1383
1384         * gst/gstpipeline.c (gst_pipeline_init): Drop ref on bus after
1385         gst_element_set_bus.
1386         (gst_pipeline_dispose): Set the bus on the pipeline to NULL. In
1387         normal cases, this will destroy the bus.
1388
1389         * gst/gstutils.c (prepare_link_maybe_ghosting): Drop ref on root
1390         object.
1391
1392         * gst/gstbin.c (gst_bin_change_state): Fix state changes if a bin
1393         has no sinks.
1394
1395 2005-05-13  Andy Wingo  <wingo@pobox.com>
1396
1397         * gst/gstutils.c (gst_element_link_pads): Instead of calling
1398         gst_pad_link, call pad_link_maybe_ghosting,
1399         (pad_link_maybe_ghosting): Links pads, making sure that the
1400         elements being linked are in the same bin.
1401         (find_common_root, object_has_ancestor, ghost_up, remove_pad):
1402         Helpers for pad_link_maybe_ghosting.
1403
1404 2005-05-13  Tim-Philipp Müller  <tim at centricular dot net>
1405
1406         * configure.ac:
1407           Require GLib >= 2.4.0 (for the g_atomic_* funcs)
1408
1409 2005-05-13  Tim-Philipp Müller  <tim at centricular dot net>
1410
1411         * docs/design/part-element-source.txt:
1412           Mention GstPushSrc
1413
1414 2005-05-12  Wim Taymans  <wim@fluendo.com>
1415
1416         * gst/base/gstbasesink.c: (gst_basesink_init),
1417         (gst_basesink_activate):
1418         * gst/base/gstbasesrc.c: (gst_basesrc_unlock),
1419         (gst_basesrc_is_seekable):
1420         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
1421         (bin_element_is_sink), (gst_bin_change_state):
1422         * gst/gstelement.c: (gst_element_add_pad), (gst_element_query):
1423         * gst/gstelement.h:
1424         Identify sinks by their flag to avoid overly complicated
1425         checks (fow now).
1426         Do state changes even for elements not reachable from the
1427         sinks.
1428         BaseSink is a sink now :)
1429         Some more debugging info in the basesrc.
1430
1431
1432 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1433
1434         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_query):
1435           Implement _query on a bin, similar to _send_event.
1436
1437 2005-05-12  Tim-Philipp Müller  <tim at centricular dot net>
1438
1439         * gst/base/gstbasesrc.c: (gst_basesrc_do_seek):
1440           Discont event offset format should be GST_FORMAT_BYTES,
1441           not GST_FORMAT_TIME.
1442
1443 2005-05-12  Wim Taymans  <wim@fluendo.com>
1444
1445         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_get_state):
1446         Same fix as Ronald's but without the signal. 
1447
1448 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1449
1450         * gst/gstutils.c: (gst_element_query_position):
1451           No, an element is not a pad.
1452
1453 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1454
1455         * gst/gstbin.c: (gst_bin_add_func), (cb_parent_unset),
1456         (gst_bin_get_state):
1457           If a child is removed from a bin while we remove the child from
1458           the bin and while we're retrieving its state, signal this to the
1459           get_state function so we abort the wait (instead of waiting for
1460           a timeout) and can immediately re-iterate over all other elements.
1461
1462 2005-05-12  Wim Taymans  <wim@fluendo.com>
1463
1464         * gst/base/Makefile.am:
1465         * gst/base/gstbasesrc.c: (gst_basesrc_is_seekable),
1466         (gst_basesrc_start):
1467         * gst/base/gstbasesrc.h:
1468         * gst/base/gstpushsrc.c: (gst_pushsrc_get_type),
1469         (gst_pushsrc_base_init), (gst_pushsrc_class_init),
1470         (gst_pushsrc_init), (gst_pushsrc_create):
1471         * gst/base/gstpushsrc.h:
1472         Added is_seekable to BaseSrc
1473         Added simple PushSrc.
1474
1475 2005-05-11  Wim Taymans  <wim@fluendo.com>
1476
1477         * gst/gstelement.c: (gst_element_add_pad), (gst_element_query):
1478         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
1479         (gst_element_link_pads), (gst_element_query_position),
1480         (gst_element_query_convert), (intersect_caps_func),
1481         (gst_pad_query_position), (gst_pad_query_convert):
1482         Fix refcounting in utils function.
1483         No point in trying to activate a pad when it's added, it could
1484         be added from the state change function and then we deadlock, the
1485         element has to decide what to do.
1486
1487 2005-05-10  Andy Wingo  <wingo@pobox.com>
1488
1489         * gst/elements/gstfakesink.c (gst_fakesink_render): Er, emit with
1490         *all* the arguments.
1491
1492         * gst/base/gstbasetransform.c (gst_base_transform_event): Grab the
1493         stream lock if it's a FLUSH_DONE; normal flushes don't get the
1494         lock (according to the docs -- if this is wrong change the docs).
1495
1496         * gst/gstpipeline.c (gst_pipeline_change_state): Set the bus to
1497         flush messages in the NULL state.
1498
1499         * gst/gstbus.c (gst_bus_post): If a bus is flushing, unref the
1500         message immediately and return.
1501         (gst_bus_set_flushing): New function. If a bus is flushing, it
1502         flushes out any queued messages and immediately unrefs new
1503         messages. This is so when an element goes to NULL, all of the
1504         unhandled messages coming from it can be freed, and their
1505         references to the element dropped. In other words: message source
1506         ref considered harmful :P
1507
1508         * gst/gstbin.c (gst_bin_change_state): Unref peer element when
1509         we're finished with it.
1510
1511         * gst/gstmessage.c (gst_message_new_state_changed): 
1512
1513 2005-05-10  Wim Taymans  <wim@fluendo.com>
1514
1515         * gst/gstvalue.c: (gst_value_compare_flags),
1516         (gst_value_serialize_flags), (gst_value_deserialize_flags),
1517         (_gst_value_initialize):
1518         Added flags serialize/deserialize/compare code.
1519
1520 2005-05-09  Andy Wingo  <wingo@pobox.com>
1521
1522         * gst/base/gstbasetransform.c (gst_base_transform_proxy_getcaps):
1523         Intersect the peer's caps with our caps.
1524
1525 2005-05-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1526
1527         * gst/base/gsttypefindhelper.c: (helper_find_peek):
1528         * gst/elements/gsttypefindelement.c: (find_peek):
1529           Handle negative offsets better. Fixes decodebin.
1530
1531 2005-05-09  Wim Taymans  <wim@fluendo.com>
1532
1533         * gst/base/gstbasetransform.c: (gst_base_transform_proxy_getcaps),
1534         (gst_base_transform_event):
1535         * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_query):
1536         Implement accept_caps.
1537         Fix silly lock/unlock mismatch in base class.
1538
1539 2005-05-09  Wim Taymans  <wim@fluendo.com>
1540
1541         * docs/design/draft-push-pull.txt:
1542         * gst/base/gstbasesrc.c: (gst_basesrc_init), (gst_basesrc_query):
1543         * gst/elements/gstfilesink.c: (gst_filesink_init),
1544         (gst_filesink_query):
1545         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
1546         (gst_type_find_handle_src_query), (find_element_get_length):
1547         * gst/gstelement.c: (gst_element_seek), (gst_element_query):
1548         * gst/gstelement.h:
1549         * gst/gstmessage.c:
1550         * gst/gstmessage.h:
1551         * gst/gstpad.c: (gst_real_pad_init), (gst_pad_get_query_types),
1552         (gst_real_pad_get_caps_unlocked),
1553         (gst_pad_get_internal_links_default), (gst_pad_get_internal_links),
1554         (gst_pad_event_default_dispatch), (gst_pad_event_default),
1555         (gst_pad_dispatcher), (gst_pad_query), (gst_pad_query_default),
1556         (gst_real_pad_dispose), (gst_real_pad_finalize),
1557         (gst_pad_load_and_link), (gst_pad_save_thyself),
1558         (gst_ghost_pad_save_thyself), (handle_pad_block), (gst_pad_push),
1559         (gst_pad_check_pull_range), (gst_pad_pull_range),
1560         (gst_pad_template_get_type), (gst_pad_template_class_init),
1561         (gst_pad_template_init), (gst_pad_template_dispose),
1562         (name_is_valid), (gst_static_pad_template_get),
1563         (gst_pad_template_new), (gst_static_pad_template_get_caps),
1564         (gst_pad_template_get_caps), (gst_pad_set_element_private),
1565         (gst_pad_get_element_private), (gst_pad_start_task),
1566         (gst_pad_pause_task), (gst_pad_stop_task),
1567         (gst_ghost_pad_get_type), (gst_ghost_pad_class_init),
1568         (gst_ghost_pad_init), (gst_ghost_pad_dispose),
1569         (gst_ghost_pad_set_property), (gst_ghost_pad_get_property),
1570         (gst_ghost_pad_new):
1571         * gst/gstpad.h:
1572         * gst/gstquery.c: (_gst_query_initialize), (gst_query_new),
1573         (gst_query_new_position), (gst_query_set_position),
1574         (gst_query_parse_position), (gst_query_new_convert),
1575         (gst_query_set_convert), (gst_query_parse_convert):
1576         * gst/gstquery.h:
1577         * gst/gstqueryutils.c:
1578         * gst/gstqueryutils.h:
1579         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
1580         (gst_queue_bufferalloc), (gst_queue_handle_sink_event),
1581         (gst_queue_handle_src_query):
1582         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
1583         (gst_element_query_position), (gst_element_query_convert),
1584         (intersect_caps_func), (gst_pad_query_position),
1585         (gst_pad_query_convert):
1586         * gst/gstutils.h:
1587         * tools/gst-inspect.c: (print_pad_info):
1588         * tools/gst-xmlinspect.c: (print_element_info):
1589         Remove old query functions. Ported old code.
1590         Added position/convert helper functions to gstutils.
1591         Reordered gstpad.c code, grouping relevant things.
1592         Remove gst_message_new(), always need to speficy a specific
1593         message.
1594
1595
1596 2005-05-09  Andy Wingo  <wingo@pobox.com>
1597
1598         * gst/gstiterator.h: Add some includes.
1599
1600         * gst/gstqueryutils.h: Include more headers.
1601
1602         * gst/gstpad.h:
1603         * gst/gstpad.c (gst_pad_query_position): New routine, replaces
1604         some uses of gst_pad_query.
1605
1606         * gst/gstqueryutils.c: Build fixes. Make parse functions ignore
1607         NULL out parameters.
1608         (gst_query_new_position): New proc, allocates a new position
1609         query.
1610
1611         * gst/Makefile.am (libgstreamer_@GST_MAJORMINOR@_la_SOURCES): Add
1612         gstqueryutils.c to the build.
1613
1614         * gst/gststructure.c (gst_structure_set_valist): Implement with
1615         the generic G_VALUE_COLLECT.
1616         
1617 2005-05-08  Edward Hervey  <bilboed@bilboed.com>
1618
1619         * gst/Makefile.am: (gst_headers):
1620         Added gstqueryutils.h to the list of headers to install, that was
1621         a 'nachty' move wingo :)
1622
1623 2005-05-06  Andy Wingo  <wingo@pobox.com>
1624
1625         * gst/gstquery.h
1626         * gst/gstquery.c (_gst_query_initialize): Extend GstQuery from
1627         GstData, init a memchunk.
1628         (standard_definitions): Add a few query types, deprecate a few.
1629         (gst_query_get_type): New proc.
1630         (_gst_query_copy, _gst_query_free, gst_query_new): GstData
1631         implementation.
1632         (gst_query_new_application, gst_query_get_structure): New public
1633         procs.
1634
1635         * docs/design/draft-query.txt: Removed LINKS from the query types,
1636         because all the rest can be dispatched to other pads -- seemed
1637         ugly to have a query that couldn't be dispatched. internal_links
1638         is fine as a pad method.
1639
1640         * gst/gstpad.h: Add query2 as a pad method, add the new functions
1641         in gstpad.c, but maintain binary compatibility for the moment.
1642         Will fix before 0.9 is out.
1643
1644         * gst/gstqueryutils.c: 
1645         * gst/gstqueryutils.h: New files, implement 3 methods for each
1646         query type: parse_query, parse_response, and set. Probably need an
1647         allocator as well.
1648
1649         * gst/gst.h: Add gstquery.h and gstqueryutils.h to the list.
1650
1651         * gst/elements/gstfilesink.c (gst_filesink_query2):
1652         * gst/base/gstbasesrc.c (gst_basesrc_query2): Replace old query,
1653         query_types, and formats methods.
1654
1655         * gst/gstpad.c (gst_pad_query2, gst_pad_query2_default)
1656         (gst_pad_set_query2_function): New functions.
1657         (gst_real_pad_init): Set query2_default as the default query2
1658         function. Basically just dispatches to internally linked pads.
1659
1660         Needs review!
1661         
1662         * gst/gstdata_private.h (_GST_DATA_INIT): Set data->refcount to 1
1663         without using the atomic operations. Only one thread can possibly
1664         be accessing the data at this point. Changed so as to avoid
1665         gst_atomic operations.
1666
1667 2005-05-06  Wim Taymans  <wim@fluendo.com>
1668
1669         * gst/gstpad.c: (gst_pad_alloc_buffer), (gst_pad_push):
1670         Also set caps if we use the fallback buffer alloc.
1671
1672 2005-05-06  Tim-Philipp Müller  <tim at centricular dot net>
1673
1674         * docs/gst/Makefile.am:
1675         * docs/gst/gstreamer-docs.sgml:
1676         * docs/gst/gstreamer-sections.txt:
1677         * docs/gst/tmpl/gstatomic.sgml:
1678         * docs/gst/tmpl/gstmemchunk.sgml:
1679         * testsuite/elements/struct_i386.h:
1680         * win32/GStreamer.vcproj:
1681         * win32/Makefile:
1682           Purge GstAtomic stuff from docs and win32 makefiles as well
1683
1684 2005-05-06  Wim Taymans  <wim@fluendo.com>
1685
1686         * gst/base/gstbasetransform.c: (gst_base_transform_proxy_getcaps):
1687         * gst/elements/gstcapsfilter.c: (gst_capsfilter_getcaps):
1688         * gst/gstpad.c: (gst_pad_peer_get_caps):
1689         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
1690         (gst_queue_bufferalloc), (gst_queue_handle_sink_event),
1691         (gst_queue_src_activate), (gst_queue_change_state):
1692         * gst/gstqueue.h:
1693         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
1694         (intersect_caps_func):
1695         Fix gst_pad_peer_get_caps(), make it return NULL if no peer.
1696         Always take QUEUE_LOCK after STREAM_LOCK or we might deadlock.
1697         Some fixes for the peer_get_caps() change.
1698
1699 2005-05-06  Wim Taymans  <wim@fluendo.com>
1700
1701         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_empty),
1702         (gst_basesink_handle_buffer), (gst_basesink_chain_unlocked),
1703         (gst_basesink_activate):
1704         Actually do something with error codes returned from the push
1705         functions.
1706
1707 2005-05-06  Wim Taymans  <wim@fluendo.com>
1708
1709         * docs/design/part-element-sink.txt:
1710         * docs/design/part-element-source.txt:
1711         * gst/base/gstbasesink.c: (gst_basesink_class_init),
1712         (gst_basesink_event), (gst_basesink_activate):
1713         * gst/base/gstbasesink.h:
1714         * gst/base/gstbasesrc.c: (gst_basesrc_init), (gst_basesrc_unlock),
1715         (gst_basesrc_activate):
1716         * gst/base/gstbasesrc.h:
1717         * gst/gstelement.c: (gst_element_pads_activate):
1718         Some more documentation.
1719         Fixed scheduling decision in _pads_activate().
1720
1721 2005-05-05  Andy Wingo  <wingo@pobox.com>
1722
1723         * check/pipelines/simple_launch_lines.c (test_2_elements): "Fix"
1724         the test suite.
1725
1726 2005-05-05  Wim Taymans  <wim@fluendo.com>
1727
1728         * gst/base/Makefile.am:
1729         * gst/base/gstbasesink.h:
1730         * gst/base/gstbasesrc.c: (gst_basesrc_init),
1731         (gst_basesrc_set_dataflow_funcs), (gst_basesrc_query):
1732         * gst/base/gstcollectpads.c: (gst_collectpads_get_type),
1733         (gst_collectpads_class_init), (gst_collectpads_init),
1734         (gst_collectpads_finalize), (gst_collectpads_new),
1735         (gst_collectpads_set_function), (gst_collectpads_add_pad),
1736         (find_pad), (gst_collectpads_remove_pad),
1737         (gst_collectpads_is_active), (gst_collectpads_collect),
1738         (gst_collectpads_collect_range), (gst_collectpads_start),
1739         (gst_collectpads_stop), (gst_collectpads_peek),
1740         (gst_collectpads_pop), (gst_collectpads_available),
1741         (gst_collectpads_read), (gst_collectpads_flush),
1742         (gst_collectpads_chain):
1743         * gst/base/gstcollectpads.h:
1744         * gst/elements/Makefile.am:
1745         * gst/elements/gstelements.c:
1746         * gst/elements/gstfakesink.c: (gst_fakesink_class_init),
1747         (gst_fakesink_get_times), (gst_fakesink_event),
1748         (gst_fakesink_preroll), (gst_fakesink_render):
1749         * gst/elements/gstfilesink.c: (gst_filesink_class_init),
1750         (gst_filesink_init), (gst_filesink_set_location),
1751         (gst_filesink_open_file), (gst_filesink_close_file),
1752         (gst_filesink_pad_query), (gst_filesink_event),
1753         (gst_filesink_render), (gst_filesink_change_state):
1754         * gst/elements/gstfilesink.h:
1755         Added object to help in making collect pad based elements.
1756         Ported filesink.
1757         Make event function in sink baseclass return gboolean.
1758
1759 2005-05-05  Wim Taymans  <wim@fluendo.com>
1760
1761         * gst/gstbin.c: (gst_bin_send_event), (compare_name),
1762         (gst_bin_get_by_name):
1763         * gst/gstbuffer.h:
1764         * gst/gstclock.c: (gst_clock_entry_new), (gst_clock_class_init),
1765         (gst_clock_finalize):
1766         * gst/gstdata.c: (gst_data_replace):
1767         * gst/gstdata.h:
1768         * gst/gstelement.c: (gst_element_request_pad),
1769         (gst_element_pads_activate):
1770         * gst/gstobject.c: (gst_object_init), (gst_object_ref),
1771         (gst_object_unref):
1772         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
1773         (gst_pad_set_checkgetrange_function),
1774         (gst_pad_link_check_compatible_unlocked), (gst_pad_set_caps),
1775         (gst_pad_check_pull_range), (gst_pad_pull_range),
1776         (gst_static_pad_template_get_caps), (gst_pad_start_task),
1777         (gst_pad_pause_task), (gst_pad_stop_task):
1778         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
1779         (gst_element_request_pad), (gst_pad_proxy_getcaps):
1780         Fix name lookup in GstBin.
1781         Added _data_replace() function and _buffer_replace()
1782         Use finalize method to clean up clock.
1783         Fix refcounting on request pads.
1784         Fix pad schedule mode error.
1785         Some more object refcounting debug info,
1786
1787
1788 2005-05-04  Andy Wingo <wingo@pobox.com>
1789
1790         * check/Makefile.am:
1791         * docs/gst/tmpl/gstatomic.sgml:
1792         * docs/gst/tmpl/gstplugin.sgml:
1793         * gst/base/gstbasesink.c: (gst_basesink_activate):
1794         * gst/base/gstbasesrc.c: (gst_basesrc_class_init),
1795         (gst_basesrc_init), (gst_basesrc_set_dataflow_funcs),
1796         (gst_basesrc_query), (gst_basesrc_set_property),
1797         (gst_basesrc_get_property), (gst_basesrc_check_get_range),
1798         (gst_basesrc_activate):
1799         * gst/base/gstbasesrc.h:
1800         * gst/base/gstbasetransform.c: (gst_base_transform_sink_activate),
1801         (gst_base_transform_src_activate):
1802         * gst/elements/gstelements.c:
1803         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
1804         (gst_fakesrc_set_property), (gst_fakesrc_get_property):
1805         * gst/elements/gsttee.c: (gst_tee_sink_activate):
1806         * gst/elements/gsttypefindelement.c: (find_element_get_length),
1807         (gst_type_find_element_checkgetrange),
1808         (gst_type_find_element_activate):
1809         * gst/gstbin.c: (gst_bin_save_thyself), (gst_bin_restore_thyself):
1810         * gst/gstcaps.c: (gst_caps_do_simplify), (gst_caps_save_thyself),
1811         (gst_caps_load_thyself):
1812         * gst/gstelement.c: (gst_element_pads_activate),
1813         (gst_element_save_thyself), (gst_element_restore_thyself):
1814         * gst/gstpad.c: (gst_pad_load_and_link), (gst_pad_save_thyself),
1815         (gst_ghost_pad_save_thyself), (gst_pad_check_pull_range):
1816         * gst/gstpad.h:
1817         * gst/gstxml.c: (gst_xml_write), (gst_xml_parse_doc),
1818         (gst_xml_parse_file), (gst_xml_parse_memory),
1819         (gst_xml_get_element), (gst_xml_make_element):
1820         * gst/indexers/gstfileindex.c: (gst_file_index_load),
1821         (_file_index_id_save_xml), (gst_file_index_commit):
1822         * gst/registries/gstlibxmlregistry.c: (read_string), (read_uint),
1823         (read_enum), (load_pad_template), (load_feature), (load_plugin),
1824         (load_paths):
1825         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps),
1826         (gst_dp_packet_from_event), (gst_dp_caps_from_packet):
1827         * tools/gst-complete.c: (main):
1828         * tools/gst-compprep.c: (main):
1829         * tools/gst-inspect.c: (print_element_properties_info):
1830         * tools/gst-launch.c: (xmllaunch_parse_cmdline):
1831         * tools/gst-xmlinspect.c: (print_element_properties):
1832         GCC 4 fixen.
1833         
1834 2005-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1835
1836         * gst/gstplugin.c: (gst_plugin_check_module),
1837         (gst_plugin_check_file), (gst_plugin_load_file):
1838             apply patch from #172526 to make register work on MacOSX
1839
1840 2005-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1841
1842         * docs/gst/tmpl/gstconfig.sgml:
1843         * gst/gstconfig.h.in:
1844           move documentation for some symbols.  Add doc for GST_PTR_FORMAT
1845         * testsuite/debug/printf_extension.c: (main):
1846           Do not use GST_PTR_FORMAT on pointers to types with
1847           sizeof < sizeof(gpointer).  Fixes test on 64-bit
1848         * testsuite/elements/property.h:
1849           use correct printf format
1850
1851 2005-05-02  Wim Taymans  <wim@fluendo.com>
1852
1853         * docs/design/draft-push-pull.txt:
1854         * docs/design/draft-query.txt:
1855         * gst/base/gstbasesrc.c: (gst_basesrc_get_range_unlocked),
1856         (gst_basesrc_start):
1857         Added draft for new query API.
1858         Added draft for better selecting scheduling methods.
1859         Make basesrc ignore length if the subclass does not support
1860         it.
1861
1862 2005-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1863
1864         * gst/Makefile.am:
1865           possible fixes for automake-1.5 - _LIBADD is reserved
1866
1867 2005-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1868
1869         * docs/faq/Makefile.am:
1870         * docs/manual/Makefile.am:
1871         * docs/manuals.mak:
1872         * docs/pwg/Makefile.am:
1873         * gst/Makefile.am:
1874           possible fixes for automake-1.5
1875
1876 2005-04-28  Wim Taymans  <wim@fluendo.com>
1877
1878         * gst/base/gstbasesink.c: (gst_basesink_base_init),
1879         (gst_basesink_pad_getcaps), (gst_basesink_init),
1880         (gst_basesink_do_sync):
1881         * gst/gstclock.c: (gst_clock_entry_new):
1882         * gst/gstevent.c: (gst_event_discont_get_value):
1883         * gst/gstpipeline.c: (pipeline_bus_handler),
1884         (gst_pipeline_change_state):
1885         * gst/gstsystemclock.c: (gst_system_clock_id_wait_unlocked):
1886         Better debugging of clocking info.
1887         Allow NULL values when getting discont values.
1888
1889 2005-04-27  Wim Taymans  <wim@fluendo.com>
1890
1891         * check/gst/gstobject.c: (START_TEST), (gst_object_suite):
1892         * check/gst/gstpad.c: (gst_pad_suite):
1893         Increase timeout for checks.
1894
1895 2005-04-27  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1896
1897         * check/Makefile.am:
1898           fix the broken rule for cleanup.  Apparently this rule is
1899           only needed on FC2, so maybe this warrants further autotool
1900           inspection.
1901
1902 2005-04-26  Wim Taymans  <wim@fluendo.com>
1903
1904         * gst/gsttrashstack.h:
1905         Ooohh. a nasty one! After having a failed pop() from the stack,
1906         it's possible that the stack is empty. In that case, don't
1907         follow the NULL pointer.
1908
1909 2005-04-25  Wim Taymans  <wim@fluendo.com>
1910
1911         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
1912         (gst_pad_set_checkgetrange_function),
1913         (gst_pad_link_check_compatible_unlocked), (gst_pad_link_prepare),
1914         (gst_pad_check_pull_range), (gst_pad_pull_range),
1915         (gst_static_pad_template_get_caps), (gst_pad_start_task),
1916         (gst_pad_pause_task), (gst_pad_stop_task):
1917         * gst/gstplugin.c: (gst_plugin_load):
1918         * gst/gstplugin.h:
1919         Remove gst_library_load as it does more harm than good with
1920         the new g_module flags.
1921         Revert bogus caps template check in pad linking, pad caps
1922         are important when linking not the template, which is more
1923         general than the current caps.
1924
1925 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1926
1927         * gst/autoplug/.cvsignore:
1928         * gst/autoplug/Makefile.am:
1929         * gst/autoplug/gstsearchfuncs.c:
1930         * gst/autoplug/gstsearchfuncs.h:
1931         * gst/autoplug/gstspider.c:
1932         * gst/autoplug/gstspider.h:
1933         * gst/autoplug/gstspideridentity.c:
1934         * gst/autoplug/gstspideridentity.h:
1935         * gst/autoplug/spidertest.c:
1936           Die, spider, die.
1937
1938 2005-04-25  Wim Taymans  <wim@fluendo.com>
1939
1940         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
1941         (gst_pad_set_checkgetrange_function), (gst_pad_check_pull_range),
1942         (gst_pad_pull_range), (gst_static_pad_template_get_caps),
1943         (gst_pad_start_task), (gst_pad_pause_task), (gst_pad_stop_task):
1944         * gst/gstpad.h:
1945         Added stubs for unimplemented functions. 
1946
1947 2005-04-24  David Schleef  <ds@schleef.org>
1948
1949         * gst/gstpad.h: Disable some unimplemented functions.  Wim,
1950         please fix.
1951
1952 2005-04-24  David Schleef  <ds@schleef.org>
1953
1954         Convert everything from GstAtomicInt to g_atomic_int_*, and
1955         remove gstatomic.
1956         * gst/Makefile.am:
1957         * gst/gstatomic.c:
1958         * gst/gstatomic.h:
1959         * gst/gstatomic_impl.h:
1960         * gst/gstbuffer.c:
1961         * gst/gstcaps.c:
1962         * gst/gstcaps.h:
1963         * gst/gstclock.c:
1964         * gst/gstclock.h:
1965         * gst/gstdata.c:
1966         * gst/gstdata.h:
1967         * gst/gstdata_private.h:
1968         * gst/gstevent.c:
1969         * gst/gstinfo.c:
1970         * gst/gstinfo.h:
1971         * gst/gstmessage.c:
1972         * gst/gstobject.c:
1973         * gst/gstobject.h:
1974         * gst/gststructure.c:
1975         * gst/gststructure.h:
1976         * gst/gstutils.c: Add gst_atomic_int_set() compaitibility function.
1977         * gst/gstutils.h:
1978
1979 2005-04-24  David Schleef  <ds@schleef.org>
1980
1981         * check/gst/gstpad.c: (START_TEST): Oh yeah, it's always nice to
1982         make the regressions tests work.  Remove some code that is no
1983         longer true.
1984         * gst/gstpad.c: (gst_pad_link_check_templates_compatible_unlocked):
1985         Disable warning for pads without templates.
1986
1987 2005-04-24  David Schleef  <ds@schleef.org>
1988
1989         * gst/gstpad.c: Remove handling of filtered caps.  Fix/merge
1990         functions that handle filtered links.
1991         * gst/gstpad.h: Remove 'appfilter' field and prototypes of
1992         removed functions.
1993         * gst/gstutils.c: Fix/remove utility functions that handle
1994         filtered caps.
1995         * gst/gstutils.h:
1996         * gst/gstvalue.c: Add serialization/deserialization of caps
1997         * gst/parse/grammar.y: Ignore filtered caps when linking.  This
1998         requires fixing so that the filter caps notation creates
1999         a capsfilter element and sets the filter_caps property.  I
2000         think everyone probably wants to keep the shorthand notation.
2001         * docs/gst/tmpl/gstelement.sgml: updates for API changes.
2002         * docs/gst/tmpl/gstpad.sgml:
2003
2004         * gst/elements/gstelements.c: Register capsfilter element.
2005         * gst/Makefile.am: fix spacing
2006         * docs/random/ds/0.9-suggested-changes: random
2007
2008 2005-04-23  David Schleef  <ds@schleef.org>
2009
2010         * gst/elements/Makefile.am:
2011         * gst/elements/gstcapsfilter.c: New element that acts like an
2012         identity, but filters caps.  Will eventually replace filtered
2013         caps in pad linking.
2014         * gst/gstutils.c: (gst_element_create_all_pads): New function
2015         to create all the ALWAYS pads that are registered with an
2016         element class.  This functionality should eventually be
2017         merged in with GstElement initialization.
2018         * gst/gstutils.h:
2019         * testsuite/trigger/README: part of trigger test code that should
2020         have been checked in a long time ago.
2021
2022 2005-04-23  David Schleef  <ds@schleef.org>
2023
2024         * gst/Makefile.am: Remove as-libtool stuff.  It's likely not
2025         needed with new versions of libtool (nobody will confirm this),
2026         and hard to carry around.
2027         * gst/autoplug/Makefile.am:
2028         * gst/base/Makefile.am:
2029         * gst/elements/Makefile.am:
2030         * gst/indexers/Makefile.am:
2031         * gst/schedulers/Makefile.am:
2032         * libs/gst/bytestream/Makefile.am:
2033         * libs/gst/control/Makefile.am:
2034         * libs/gst/dataprotocol/Makefile.am:
2035         * libs/gst/getbits/Makefile.am:
2036
2037 2005-04-21  Wim Taymans  <wim@fluendo.com>
2038
2039         * docs/design/draft-push-pull.txt:
2040         * docs/design/part-MT-refcounting.txt:
2041         * docs/design/part-TODO.txt:
2042         * docs/design/part-caps.txt:
2043         * docs/design/part-events.txt:
2044         * docs/design/part-gstbus.txt:
2045         * docs/design/part-gstpipeline.txt:
2046         * docs/design/part-messages.txt:
2047         * docs/design/part-push-pull.txt:
2048         * docs/design/part-query.txt:
2049         Some more docs.
2050
2051 2005-04-21  Wim Taymans  <wim@fluendo.com>
2052
2053         * gst/gstmessage.c: (_gst_message_copy), (_gst_message_free),
2054         (gst_message_new), (gst_message_new_error),
2055         (gst_message_new_warning), (gst_message_new_tag),
2056         (gst_message_new_state_changed), (gst_message_new_application),
2057         (gst_message_get_structure):
2058         * gst/gstmessage.h:
2059         * gst/gststructure.c: (gst_structure_set_parent_refcount),
2060         (gst_structure_copy_conditional):
2061         Use parent refcount in GstMessage to ensure GstStructure
2062         consistency.
2063         Cleaned up headers a bit.
2064         
2065
2066 2005-04-20  Wim Taymans  <wim@fluendo.com>
2067
2068         * gst/base/gstbasesink.c: (gst_basesink_base_init),
2069         (gst_basesink_pad_getcaps), (gst_basesink_init),
2070         (gst_basesink_chain_unlocked):
2071         * gst/base/gsttypefindhelper.c: (helper_find_suggest),
2072         (gst_type_find_helper):
2073         * gst/elements/gsttypefindelement.c:
2074         (gst_type_find_element_have_type), (gst_type_find_element_init),
2075         (stop_typefinding), (gst_type_find_element_handle_event),
2076         (find_suggest), (gst_type_find_element_chain),
2077         (gst_type_find_element_checkgetrange),
2078         (gst_type_find_element_getrange), (do_typefind),
2079         (gst_type_find_element_activate):
2080         * gst/gstbuffer.c: (_gst_buffer_sub_free),
2081         (gst_buffer_default_free), (gst_buffer_default_copy),
2082         (gst_buffer_set_caps):
2083         * gst/gstcaps.c: (gst_caps_ref), (gst_caps_unref),
2084         (gst_caps_replace):
2085         * gst/gstmessage.c: (gst_message_new),
2086         (gst_message_new_state_changed):
2087         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
2088         (gst_pad_set_checkgetrange_function),
2089         (gst_pad_link_prepare_filtered), (gst_pad_relink_filtered),
2090         (gst_pad_set_caps), (gst_pad_check_pull_range),
2091         (gst_pad_pull_range), (gst_static_pad_template_get_caps):
2092         * gst/gstpad.h:
2093         * gst/gsttypefind.c: (gst_type_find_register):
2094         Make gst_caps_replace() work like other _replace() functions.
2095         Use _caps_replace() where possible.
2096         Make sure _message_new() initialises its field.
2097         Add gst_static_pad_template_get_caps()
2098
2099
2100 2005-04-18  Andy Wingo  <wingo@pobox.com>
2101
2102         * gst/gstelement.c (gst_element_pads_activate): Check pull_range
2103         on the peer, not the pad. I think that was a typo. Pass an extra
2104         arg to see if random access is possible. Activate the pads as
2105         PULL_RANGE if possible.
2106
2107         * gst/elements/gstfakesrc.c: s/ARG_/PROP_/.
2108
2109         * gst/base/gstbasesrc.c (gst_basesrc_set_property) 
2110         (gst_basesrc_get_property): BLOCKSIZE is a ULONG. Rename ARG_...
2111         to PROP_....
2112
2113 2005-04-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2114
2115         * docs/faq/using.xml:
2116           Add note on gstreamer-properties (#154996).
2117
2118 2005-04-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2119
2120         * docs/random/bbb/optional-properties:
2121           Some analysis on optional properties.
2122
2123 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2124
2125         * docs/gst/tmpl/gstelementfactory.sgml:
2126         * gst/gstelement.h:
2127         * gst/gstelementfactory.c: (gst_element_factory_init),
2128         (gst_element_factory_cleanup), (gst_element_register),
2129         (__gst_element_factory_add_static_pad_template),
2130         (gst_element_factory_get_static_pad_templates),
2131         (gst_element_factory_can_src_caps),
2132         (gst_element_factory_can_sink_caps):
2133         * gst/registries/Makefile.am:
2134         * gst/registries/gstlibxmlregistry.c: (gst_xml_registry_get_type),
2135         (gst_xml_registry_class_init), (gst_xml_registry_init),
2136         (gst_xml_registry_new), (gst_xml_registry_set_property),
2137         (gst_xml_registry_get_property), (get_time), (make_dir),
2138         (gst_xml_registry_get_perms_func),
2139         (plugin_times_older_than_recurse), (plugin_times_older_than),
2140         (gst_xml_registry_open_func), (gst_xml_registry_load_func),
2141         (gst_xml_registry_save_func), (gst_xml_registry_close_func),
2142         (add_to_char_array), (read_string), (read_uint), (read_enum),
2143         (load_pad_template), (load_feature), (load_plugin), (load_paths),
2144         (gst_xml_registry_load), (gst_xml_registry_load_plugin),
2145         (gst_xml_registry_save_caps), (gst_xml_registry_save_pad_template),
2146         (gst_xml_registry_save_feature), (gst_xml_registry_save_plugin),
2147         (gst_xml_registry_save), (gst_xml_registry_rebuild_recurse),
2148         (gst_xml_registry_rebuild):
2149         * gst/registries/gstlibxmlregistry.h:
2150         * tools/gst-compprep.c: (main):
2151         * tools/gst-inspect.c: (print_pad_templates_info):
2152         * tools/gst-xmlinspect.c: (print_element_info):
2153           Use libxml2 for registry parsing, use staticpadtemplates in
2154           elementfactories. Makes gst_init() +/- 10x faster.
2155
2156 2005-04-12  Wim Taymans  <wim@fluendo.com>
2157
2158         * gst/base/Makefile.am:
2159         * gst/base/gstbasesink.c: (gst_basesink_base_init),
2160         (gst_basesink_pad_getcaps), (gst_basesink_init),
2161         (gst_basesink_event), (gst_basesink_change_state):
2162         * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
2163         (gst_basesrc_init), (gst_basesrc_query),
2164         (gst_basesrc_get_event_mask), (gst_basesrc_do_seek),
2165         (gst_basesrc_event_handler), (gst_basesrc_get_range_unlocked),
2166         (gst_basesrc_check_get_range), (gst_basesrc_loop),
2167         (gst_basesrc_unlock), (gst_basesrc_get_size), (gst_basesrc_start),
2168         (gst_basesrc_stop), (gst_basesrc_activate),
2169         (gst_basesrc_change_state):
2170         * gst/base/gsttypefindhelper.c: (helper_find_peek),
2171         (helper_find_suggest), (gst_type_find_helper):
2172         * gst/base/gsttypefindhelper.h:
2173         * gst/elements/Makefile.am:
2174         * gst/elements/gstelements.c:
2175         * gst/elements/gstfakesink.c: (gst_fakesink_class_init),
2176         (gst_fakesink_get_times), (gst_fakesink_event),
2177         (gst_fakesink_preroll), (gst_fakesink_render):
2178         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
2179         (gst_fakesrc_init), (gst_fakesrc_event_handler),
2180         (gst_fakesrc_get_property), (gst_fakesrc_create),
2181         (gst_fakesrc_start), (gst_fakesrc_stop):
2182         * gst/elements/gstfakesrc.h:
2183         * gst/elements/gstfilesrc.c: (gst_filesrc_class_init),
2184         (gst_filesrc_free_parent_mmap), (gst_filesrc_map_region),
2185         (gst_filesrc_map_small_region), (gst_filesrc_create_mmap),
2186         (gst_filesrc_create_read), (gst_filesrc_create),
2187         (gst_filesrc_is_seekable), (gst_filesrc_get_size),
2188         (gst_filesrc_start):
2189         * gst/elements/gsttypefindelement.c:
2190         (gst_type_find_element_have_type), (gst_type_find_element_init),
2191         (start_typefinding), (stop_typefinding), (push_buffer_store),
2192         (gst_type_find_element_handle_event),
2193         (gst_type_find_element_chain),
2194         (gst_type_find_element_checkgetrange),
2195         (gst_type_find_element_getrange), (do_typefind),
2196         (gst_type_find_element_activate),
2197         (gst_type_find_element_change_state):
2198         * gst/elements/gsttypefindelement.h:
2199         * gst/gstpipeline.c: (pipeline_bus_handler):
2200         Added typefind helper.
2201         Small preroll fix in the base sink.
2202         Disable typefind code in basesrc.
2203         Crude port of typefindelement.
2204         Fakesrc cleanups.
2205
2206
2207 2005-04-11  Wim Taymans  <wim@fluendo.com>
2208
2209         * check/gst/gstbus.c: (gstbus_suite):
2210         * check/gst/gstdata.c: (thread_ref), (gst_data_suite):
2211         * check/gstcheck.h:
2212           Fix up the timeout so that the test does not fail.
2213
2214 2005-04-06  Wim Taymans  <wim@fluendo.com>
2215
2216         * gst/base/README:
2217         * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
2218         (gst_basesrc_init), (gst_basesrc_get_formats), (gst_basesrc_query),
2219         (gst_basesrc_get_event_mask), (gst_basesrc_do_seek),
2220         (gst_basesrc_event_handler), (gst_basesrc_get_range_unlocked),
2221         (gst_basesrc_check_get_range), (gst_basesrc_loop),
2222         (gst_basesrc_unlock), (gst_basesrc_get_size), (gst_basesrc_start),
2223         (gst_basesrc_stop), (gst_basesrc_activate),
2224         (gst_basesrc_change_state), (basesrc_find_peek),
2225         (basesrc_find_suggest), (gst_basesrc_type_find):
2226         * gst/base/gstbasesrc.h:
2227         * gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
2228         (gst_filesrc_class_init), (gst_filesrc_init),
2229         (gst_filesrc_finalize), (gst_filesrc_set_location),
2230         (gst_filesrc_set_property), (gst_filesrc_get_property),
2231         (gst_filesrc_free_parent_mmap), (gst_filesrc_map_region),
2232         (gst_filesrc_map_small_region), (gst_filesrc_create_mmap),
2233         (gst_filesrc_create_read), (gst_filesrc_create),
2234         (gst_filesrc_get_size), (gst_filesrc_start), (gst_filesrc_stop):
2235         * gst/elements/gstfilesrc.h:
2236         * gst/gstelement.c: (gst_element_get_state_func),
2237         (gst_element_lost_state), (gst_element_pads_activate):
2238         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
2239         (gst_pad_set_checkgetrange_function), (gst_pad_check_pull_range),
2240         (gst_pad_pull_range):
2241         * gst/gstpad.h:
2242         More work on the generic source base class, implement seeking,
2243         query.
2244         Make filesrc extend the base source class.
2245         Added gst_pad_set_checkgetrange_function to GstPad.
2246
2247 2005-04-06  Andy Wingo  <wingo@pobox.com>
2248
2249         * pkgconfig/gstreamer-base.pc.in:
2250         * pkgconfig/gstreamer-base-uninstalled.pc.in: New files.
2251
2252         * pkgconfig/Makefile.am:
2253         * configure.ac (AC_OUTPUT): Add gstreamer-base pkgconfig files.
2254
2255 2005-04-04  Wim Taymans  <wim@fluendo.com>
2256
2257         * gst/base/Makefile.am:
2258         * gst/base/README:
2259         * gst/base/gstbasesink.c: (gst_basesink_base_init),
2260         (gst_basesink_pad_getcaps), (gst_basesink_pad_setcaps),
2261         (gst_basesink_pad_buffer_alloc), (gst_basesink_init),
2262         (gst_basesink_do_sync), (gst_basesink_chain_unlocked):
2263         * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
2264         (gst_basesrc_base_init), (gst_basesrc_class_init),
2265         (gst_basesrc_init), (gst_basesrc_get_formats),
2266         (gst_basesrc_get_query_types), (gst_basesrc_query),
2267         (gst_basesrc_get_event_mask), (gst_basesrc_event_handler),
2268         (gst_basesrc_set_property), (gst_basesrc_get_property),
2269         (gst_basesrc_get_range_unlocked), (gst_basesrc_get_range),
2270         (gst_basesrc_loop), (gst_basesrc_activate),
2271         (gst_basesrc_change_state):
2272         * gst/base/gstbasesrc.h:
2273         * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
2274         (gst_fakesrc_class_init), (gst_fakesrc_init),
2275         (gst_fakesrc_event_handler), (gst_fakesrc_set_property),
2276         (gst_fakesrc_get_property), (gst_fakesrc_create):
2277         * gst/elements/gstfakesrc.h:
2278         * gst/elements/gstfilesrc.c: (gst_filesrc_getrange),
2279         (gst_filesrc_open_file), (gst_filesrc_loop),
2280         (gst_filesrc_activate), (filesrc_find_peek),
2281         (gst_filesrc_type_find):
2282         Made base source class, make fakesrc extend it.
2283         Add comments to basesink class.
2284         Some filesrc cleanup.
2285
2286 2005-03-31  David Schleef  <ds@schleef.org>
2287
2288         * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
2289         Switch to using G_MODULE_BIND_LOCAL, which means plugins are now
2290         expected to link against libgstreamer.
2291         * gst/base/Makefile.am: link against libgstreamer
2292         * gst/elements/Makefile.am: same
2293
2294 2005-03-31  Andy Wingo  <wingo@pobox.com>
2295
2296         * tests/instantiate/Makefile.am:
2297         * tests/instantiate/caps.c: Add test to test speed of caps copy
2298         and free.
2299
2300         * tests/memchunk/gmemchunktest.c (main): Use alloc only on the
2301         GMemChunk to be fair.
2302
2303         * gst/gsttrashstack.h: Remove warning about using the fallback
2304         trash stack implementation, it's still faster than malloc.
2305
2306 2005-03-30  Andy Wingo  <wingo@pobox.com>
2307
2308         * tests/complexity.c: Add a copyright.
2309
2310 2005-03-31  Wim Taymans  <wim@fluendo.com>
2311
2312         * gst/base/gstbasetransform.c: (gst_base_transform_base_init),
2313         (gst_base_transform_class_init), (gst_base_transform_init),
2314         (gst_base_transform_setcaps), (gst_base_transform_handle_buffer),
2315         (gst_base_transform_get_property),
2316         (gst_base_transform_sink_activate),
2317         (gst_base_transform_src_activate),
2318         (gst_base_transform_change_state):
2319         * gst/base/gstbasetransform.h:
2320         * gst/elements/gstidentity.c: (gst_identity_class_init),
2321         (gst_identity_event), (gst_identity_check_perfect),
2322         (gst_identity_transform), (gst_identity_start),
2323         (gst_identity_stop):
2324         Added start/stop methods to transform base class so subclasses 
2325         don't need to deal with state changes even.
2326
2327 2005-03-31  Wim Taymans  <wim@fluendo.com>
2328
2329         * gst/gstevent.c: (gst_event_new_discontinuous_valist),
2330         (gst_event_new_discontinuous), (gst_event_discont_get_value):
2331         * gst/gstevent.h:
2332         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
2333         (gst_pad_pull_range):
2334         Added rate to the discont event to prepare for variable speed
2335         and reverse playback.
2336
2337 2005-03-29  David Schleef  <ds@schleef.org>
2338
2339         * configure.ac:
2340         * testsuite/trigger/Makefile.am:
2341         * testsuite/trigger/trigger.c: A little example program to show
2342         how trigger-based elements can work.
2343
2344 2005-03-29  Wim Taymans  <wim@fluendo.com>
2345
2346         * gst/base/Makefile.am:
2347         * gst/base/README:
2348         * gst/base/gstbasesink.c: (gst_basesink_get_type),
2349         (gst_basesink_base_init), (gst_basesink_class_init),
2350         (gst_basesink_pad_getcaps), (gst_basesink_init),
2351         (gst_basesink_activate), (gst_basesink_change_state):
2352         * gst/base/gstbasesink.h:
2353         * gst/base/gstbasetransform.c: (gst_base_transform_get_type),
2354         (gst_base_transform_base_init), (gst_base_transform_finalize),
2355         (gst_base_transform_class_init), (gst_base_transform_init),
2356         (gst_base_transform_proxy_getcaps), (gst_base_transform_setcaps),
2357         (gst_base_transform_event), (gst_base_transform_getrange),
2358         (gst_base_transform_chain), (gst_base_transform_handle_buffer),
2359         (gst_base_transform_set_property),
2360         (gst_base_transform_get_property),
2361         (gst_base_transform_sink_activate),
2362         (gst_base_transform_src_activate),
2363         (gst_base_transform_change_state):
2364         * gst/base/gstbasetransform.h:
2365         * gst/elements/gstidentity.c: (gst_identity_finalize),
2366         (gst_identity_class_init), (gst_identity_init),
2367         (gst_identity_event), (gst_identity_check_perfect),
2368         (gst_identity_transform), (gst_identity_set_property),
2369         (gst_identity_get_property), (gst_identity_change_state):
2370         * gst/elements/gstidentity.h:
2371         * gst/gstelement.c: (gst_element_get_state_func),
2372         (gst_element_lost_state), (gst_element_pads_activate):
2373         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
2374         (gst_pad_check_pull_range), (gst_pad_pull_range):
2375         * gst/gstpad.h:
2376         Simplify pad activation.
2377         Added function to check if pull_range can be performed.
2378         Error out when pulling inactive or flushing pads.
2379         Removed const from refcounted types as it does not make sense.
2380         Simplify pad templates in basesink
2381         Added base class for simple 1-to-1 transforms.
2382         Make identity subclass the base transform.
2383
2384 2005-03-29  Andy Wingo  <wingo@pobox.com>
2385
2386         * docs/libs/gstreamer-libs-overrides.txt: 
2387         * docs/gst/gstreamer-overrides.txt: Add these files to CVS. Now I
2388         really don't understand what's going on, but like whatever. I want
2389         green buildbot!
2390
2391         * docs/gst/Makefile.am:
2392         * docs/libs/Makefile.am: Dist the overrides files.
2393
2394         * check/Makefile.am (clean-local): Remove .libs directories.
2395
2396         * gst/elements/Makefile.am (EXTRA_DIST): Add all the attic
2397         elements to EXTRA_DIST, so po/ files are happy.
2398
2399         * po/POTFILES.in: Er, remove it here.
2400
2401         * po/POTFILES: Remove gstspider.c.
2402
2403         * configure.ac (AC_OUTPUT): Add missing testsuite makefiles.
2404
2405         * docs/libs/gstreamer-libs-docs.sgml: 
2406         * docs/libs/gstreamer-libs-sections.txt: Remove the section on
2407         bytestream.
2408
2409         * tests/complexity.c (main): Set the length of the preroll queue
2410         on the sinks to prevent a lockup.
2411
2412         * libs/gst/dataprotocol/Makefile.am: 
2413         * libs/gst/dataprotocol/dataprotocol-test.c: Remove test, it's
2414         the same as the one in check/gst-libs/gdp.c.
2415
2416         * po/, docs/gst/: Commit automatic changes to docs and po files.
2417
2418         * gst/elements/Makefile.am (libgstelements_la_LDFLAGS): Link to
2419         the versioned libgstbase.
2420
2421         * check/Makefile.am: Depend on an unversioned gst-register, seems
2422         to make autoconf happier.
2423
2424         * gst/base/Makefile.am: Make libgstbase a versioned lib.
2425
2426 2005-03-28  Wim Taymans  <wim@fluendo.com>
2427
2428         * configure.ac:
2429         * docs/design/part-gstelement.txt:
2430         * docs/design/part-negotiation.txt:
2431         * docs/design/part-preroll.txt:
2432         * docs/design/part-scheduling.txt:
2433         * docs/design/part-states.txt:
2434         * gst/Makefile.am:
2435         * gst/base/Makefile.am:
2436         * gst/base/README:
2437         * gst/base/gstbasesink.c: (gst_basesink_get_template),
2438         (gst_basesink_base_init), (gst_basesink_class_init),
2439         (gst_basesink_pad_getcaps), (gst_basesink_pad_setcaps),
2440         (gst_basesink_pad_buffer_alloc), (gst_basesink_init),
2441         (gst_basesink_set_pad_functions),
2442         (gst_basesink_set_all_pad_functions), (gst_basesink_set_clock),
2443         (gst_basesink_set_property), (gst_basesink_get_property),
2444         (gst_base_sink_get_template), (gst_base_sink_get_caps),
2445         (gst_base_sink_set_caps), (gst_base_sink_buffer_alloc),
2446         (gst_basesink_preroll_queue_push),
2447         (gst_basesink_preroll_queue_empty),
2448         (gst_basesink_preroll_queue_flush), (gst_basesink_finish_preroll),
2449         (gst_basesink_event), (gst_basesink_get_times),
2450         (gst_basesink_do_sync), (gst_basesink_handle_buffer),
2451         (gst_basesink_chain_unlocked), (gst_basesink_chain),
2452         (gst_basesink_loop), (gst_basesink_activate),
2453         (gst_basesink_change_state):
2454         * gst/base/gstbasesink.h:
2455         * gst/elements/Makefile.am:
2456         * gst/elements/gstfakesink.c: (gst_fakesink_base_init),
2457         (gst_fakesink_class_init), (gst_fakesink_init),
2458         (gst_fakesink_set_property), (gst_fakesink_get_property),
2459         (gst_fakesink_get_times), (gst_fakesink_event),
2460         (gst_fakesink_preroll), (gst_fakesink_render),
2461         (gst_fakesink_change_state):
2462         * gst/elements/gstfakesink.h:
2463         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_manager),
2464         (gst_bin_get_state), (gst_bin_change_state), (gst_bin_send_event):
2465         * gst/gstelement.c: (gst_element_add_pad),
2466         (gst_element_get_state_func), (gst_element_abort_state),
2467         (gst_element_commit_state), (gst_element_lost_state),
2468         (gst_element_set_state), (gst_element_pads_activate):
2469         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_event_default):
2470         * gst/gstpipeline.c: (gst_pipeline_send_event),
2471         (gst_pipeline_change_state):
2472         Added state change code.
2473         Added/updated docs.
2474         Added sink base class, make fakesink extend the base class.
2475         Small cleanups in GstPipeline.
2476
2477 2005-03-26  David Schleef  <ds@schleef.org>
2478
2479         * gst/Makefile.am: remove gstcpu.[ch].  The gst_cpu functionality
2480         is broken and should be implemented in a different library.
2481         * gst/gst.c: (init_post): don't call _gst_cpu_initialize()
2482         * gst/gst.h: remove gstcpu.h
2483         * gst/gstcpu.c: remove
2484         * gst/gstcpu.h: remove
2485         * gst/Makefile.am.future: Remove this file.  It's ancient.
2486
2487 2005-03-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2488
2489         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_manager),
2490         (gst_bin_send_event):
2491           Add default event/set_manager handlers. The set_manager handler
2492           takes care that the manager is distributed over kids that were
2493           already in the bin before the manager was set. The event handler
2494           is a utility virtual function that sends the event over all sinks,
2495           so that gst_element_send_event (bin, event); has the expected
2496           behaviour.
2497         * gst/gstpad.c: (gst_pad_event_default):
2498           Re-install default event handling for discontinuities, so that
2499           seeking works without requiring hacks in applications or extra
2500           code in sinks.
2501         * gst/gstpipeline.c: (gst_pipeline_class_init),
2502         (gst_pipeline_send_event):
2503           Half hack, half utility: set a pipeline to PAUSED for seek events,
2504           since that is the only way we can guarantee a/v sync. Means that
2505           you can do gst_element_seek (pipeline, method, pos); on a pipeline
2506           and it "just works".
2507
2508 2005-03-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2509
2510         * gst/gstpipeline.c: (gst_pipeline_use_clock):
2511           Lock/unlock mismatch.
2512
2513 2005-03-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2514
2515         * docs/faq/gst-uninstalled:
2516           add gst-plugins-base
2517         * docs/gst/Makefile.am:
2518           don't error out until docs are fixed
2519         * docs/gst/gstreamer.types:
2520           remove thread
2521
2522 2005-03-22  Wim Taymans  <wim@fluendo.com>
2523
2524         * check/Makefile.am:
2525         * check/gst/gstmessage.c: (START_TEST), (gst_data_suite), (main):
2526         * gst/gststructure.c: (gst_structure_set_valist),
2527         (gst_structure_copy_conditional):
2528         Activated more tests.
2529         Added message test.
2530         Added G_TYPE_POINTER to GstStructure.
2531         
2532
2533 2005-03-22  Wim Taymans  <wim@fluendo.com>
2534
2535         * docs/design/part-TODO.txt:
2536         * docs/design/part-events.txt:
2537         * docs/design/part-gstbin.txt:
2538         * docs/design/part-gstbus.txt:
2539         * docs/design/part-gstpipeline.txt:
2540         * docs/design/part-messages.txt:
2541         * gst/gstbus.c:
2542         * gst/gstmessage.c:
2543         Docs updates
2544
2545 2005-03-21  Wim Taymans  <wim@fluendo.com>
2546
2547         * gst/gstbus.c: (gst_bus_post):
2548         Fix copy-and-paste error.
2549
2550 2005-03-21  Wim Taymans  <wim@fluendo.com>
2551
2552         * check/Makefile.am:
2553         * gst/Makefile.am:
2554         * gst/elements/Makefile.am:
2555         * gst/elements/gstelements.c:
2556         * gst/elements/gstfakesink.c: (gst_fakesink_init),
2557         (gst_fakesink_event), (gst_fakesink_chain):
2558         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
2559         (gst_fakesrc_init), (gst_fakesrc_get_event_mask),
2560         (gst_fakesrc_event_handler), (gst_fakesrc_set_pad_functions),
2561         (gst_fakesrc_set_all_pad_functions), (gst_fakesrc_request_new_pad),
2562         (gst_fakesrc_set_property), (gst_fakesrc_get_property),
2563         (gst_fakesrc_get_range_unlocked), (gst_fakesrc_get_range),
2564         (gst_fakesrc_loop), (gst_fakesrc_activate),
2565         (gst_fakesrc_change_state):
2566         * gst/elements/gstfakesrc.h:
2567         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
2568         (gst_filesrc_get_read), (gst_filesrc_getrange), (gst_filesrc_get),
2569         (gst_filesrc_open_file), (gst_filesrc_loop),
2570         (gst_filesrc_activate), (gst_filesrc_change_state),
2571         (filesrc_find_peek), (filesrc_find_suggest),
2572         (gst_filesrc_type_find):
2573         * gst/elements/gstidentity.c: (gst_identity_finalize),
2574         (gst_identity_class_init), (gst_identity_init),
2575         (gst_identity_proxy_getcaps), (identity_queue_push),
2576         (identity_queue_pop), (identity_queue_flush), (gst_identity_event),
2577         (gst_identity_getrange), (gst_identity_chain),
2578         (gst_identity_sink_loop), (gst_identity_src_loop),
2579         (gst_identity_handle_buffer), (gst_identity_set_dataflow_funcs),
2580         (gst_identity_set_property), (gst_identity_get_property),
2581         (gst_identity_change_state):
2582         * gst/elements/gstidentity.h:
2583         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init),
2584         (gst_tee_update_pad_functions), (gst_tee_request_new_pad),
2585         (gst_tee_set_property), (gst_tee_get_property), (gst_tee_do_push),
2586         (gst_tee_handle_buffer), (gst_tee_chain), (gst_tee_loop),
2587         (gst_tee_sink_activate):
2588         * gst/elements/gsttee.h:
2589         * gst/gst.c: (gst_register_core_elements), (init_post):
2590         * gst/gst.h:
2591         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_bus),
2592         (gst_bin_set_scheduler), (gst_bin_add_func), (gst_bin_add),
2593         (gst_bin_remove_func), (gst_bin_remove), (gst_bin_get_state),
2594         (gst_bin_change_state):
2595         * gst/gstbin.h:
2596         * gst/gstbus.c: (gst_bus_get_type), (gst_bus_class_init),
2597         (gst_bus_init), (gst_bus_dispose), (gst_bus_set_property),
2598         (gst_bus_get_property), (gst_bus_new), (gst_bus_post),
2599         (gst_bus_have_pending), (gst_bus_pop), (gst_bus_peek),
2600         (gst_bus_set_sync_handler), (gst_bus_create_watch),
2601         (bus_watch_callback), (bus_watch_destroy),
2602         (gst_bus_add_watch_full), (gst_bus_add_watch), (poll_handler),
2603         (poll_timeout), (gst_bus_poll):
2604         * gst/gstbus.h:
2605         * gst/gstcaps.h:
2606         * gst/gstdata.h:
2607         * gst/gstelement.c: (gst_element_class_init), (gst_element_init),
2608         (gst_element_post_message), (gst_element_message_full),
2609         (gst_element_get_state_func), (gst_element_get_state),
2610         (gst_element_abort_state), (gst_element_commit_state),
2611         (gst_element_lost_state), (gst_element_set_state),
2612         (gst_element_pads_activate), (gst_element_change_state),
2613         (gst_element_dispose), (gst_element_set_manager_func),
2614         (gst_element_set_bus_func), (gst_element_set_scheduler_func),
2615         (gst_element_set_manager), (gst_element_get_manager),
2616         (gst_element_set_bus), (gst_element_get_bus),
2617         (gst_element_set_scheduler), (gst_element_get_scheduler):
2618         * gst/gstelement.h:
2619         * gst/gstevent.c: (gst_event_new_segment_seek),
2620         (gst_event_new_flush):
2621         * gst/gstevent.h:
2622         * gst/gstmessage.c: (_gst_message_initialize), (_gst_message_copy),
2623         (_gst_message_free), (gst_message_get_type), (gst_message_new),
2624         (gst_message_new_eos), (gst_message_new_error),
2625         (gst_message_new_warning), (gst_message_new_tag),
2626         (gst_message_new_state_changed), (gst_message_new_application),
2627         (gst_message_get_structure), (gst_message_parse_tag),
2628         (gst_message_parse_state_changed), (gst_message_parse_error),
2629         (gst_message_parse_warning):
2630         * gst/gstmessage.h:
2631         * gst/gstpad.c: (gst_real_pad_class_init), (gst_real_pad_init),
2632         (gst_real_pad_set_property), (gst_pad_set_active),
2633         (gst_pad_is_active), (gst_pad_set_blocked_async),
2634         (gst_pad_set_blocked), (gst_pad_is_blocked),
2635         (gst_pad_set_activate_function), (gst_pad_set_loop_function),
2636         (gst_pad_set_getrange_function), (gst_pad_set_acceptcaps_function),
2637         (gst_pad_set_fixatecaps_function), (gst_pad_set_setcaps_function),
2638         (gst_pad_unlink), (gst_pad_link_prepare_filtered),
2639         (gst_pad_link_filtered), (gst_pad_relink_filtered),
2640         (gst_real_pad_get_caps_unlocked), (gst_pad_get_caps),
2641         (gst_pad_peer_get_caps), (gst_pad_fixate_caps),
2642         (gst_pad_accept_caps), (gst_pad_peer_accept_caps),
2643         (gst_pad_set_caps), (gst_pad_configure_sink),
2644         (gst_pad_configure_src), (gst_pad_get_negotiated_caps),
2645         (gst_pad_get_filter_caps), (gst_pad_alloc_buffer),
2646         (gst_real_pad_dispose), (gst_real_pad_finalize),
2647         (handle_pad_block), (gst_pad_push), (gst_pad_pull_range),
2648         (gst_pad_event_default_dispatch), (gst_pad_event_default),
2649         (gst_pad_push_event), (gst_pad_send_event), (gst_pad_get_formats):
2650         * gst/gstpad.h:
2651         * gst/gstpipeline.c: (gst_pipeline_init), (is_eos),
2652         (pipeline_bus_handler), (gst_pipeline_change_state),
2653         (gst_pipeline_get_scheduler), (gst_pipeline_get_bus):
2654         * gst/gstpipeline.h:
2655         * gst/gstprobe.h:
2656         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_init),
2657         (gst_queue_finalize), (gst_queue_getcaps), (gst_queue_link_sink),
2658         (gst_queue_link_src), (gst_queue_bufferalloc),
2659         (gst_queue_locked_flush), (gst_queue_handle_sink_event),
2660         (gst_queue_is_empty), (gst_queue_is_filled), (gst_queue_chain),
2661         (gst_queue_loop), (gst_queue_handle_src_event),
2662         (gst_queue_handle_src_query), (gst_queue_src_activate),
2663         (gst_queue_change_state):
2664         * gst/gstqueue.h:
2665         * gst/gstscheduler.c: (gst_scheduler_init),
2666         (gst_scheduler_dispose), (gst_scheduler_create_task),
2667         (gst_scheduler_factory_create):
2668         * gst/gstscheduler.h:
2669         * gst/gststructure.c: (gst_structure_get_type),
2670         (gst_structure_copy_conditional):
2671         * gst/gststructure.h:
2672         * gst/gsttaginterface.h:
2673         * gst/gsttask.c: (gst_task_get_type), (gst_task_class_init),
2674         (gst_task_init), (gst_task_dispose), (gst_task_create),
2675         (gst_task_get_state), (gst_task_start), (gst_task_stop),
2676         (gst_task_pause):
2677         * gst/gsttask.h:
2678         * gst/gstthread.c:
2679         * gst/gstthread.h:
2680         * gst/gsttypes.h:
2681         * gst/schedulers/Makefile.am:
2682         * gst/schedulers/cothreads_compat.h:
2683         * gst/schedulers/entryscheduler.c:
2684         * gst/schedulers/faircothreads.c:
2685         * gst/schedulers/faircothreads.h:
2686         * gst/schedulers/fairscheduler.c:
2687         * gst/schedulers/gstbasicscheduler.c:
2688         * gst/schedulers/gstoptimalscheduler.c:
2689         * gst/schedulers/gthread-cothreads.h:
2690         * gst/schedulers/threadscheduler.c:
2691         (gst_thread_scheduler_task_get_type),
2692         (gst_thread_scheduler_task_class_init),
2693         (gst_thread_scheduler_task_init),
2694         (gst_thread_scheduler_task_start),
2695         (gst_thread_scheduler_task_stop),
2696         (gst_thread_scheduler_task_pause), (gst_thread_scheduler_get_type),
2697         (gst_thread_scheduler_class_init), (gst_thread_scheduler_func),
2698         (gst_thread_scheduler_init), (gst_thread_scheduler_create_task),
2699         (gst_thread_scheduler_setup), (gst_thread_scheduler_reset),
2700         (plugin_init):
2701         * libs/gst/Makefile.am:
2702         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf):
2703         * libs/gst/bytestream/filepad.c: (gst_file_pad_init),
2704         (gst_file_pad_parent_set):
2705         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_event),
2706         (gst_dp_event_from_packet):
2707         * tests/complexity.c: (main):
2708         * tests/mass_elements.c: (main):
2709         * testsuite/states/locked.c: (message_received), (main):
2710         * testsuite/states/parent.c: (main):
2711         * tools/gst-inspect.c: (print_element_flag_info),
2712         (print_implementation_info), (print_pad_info):
2713         * tools/gst-launch.c: (check_intr), (play_handler), (event_loop),
2714         (main):
2715         * tools/gst-md5sum.c: (event_loop), (main):
2716         * tools/gst-typefind.c: (main):
2717         * tools/gst-xmlinspect.c: (print_element_info):
2718         Next big merge.
2719         Added GstBus for mainloop integration.
2720         Added GstMessage for sending notifications on the bus.
2721         Added GstTask as an abstraction for pipeline entry points.
2722         Removed GstThread.
2723         Removed Schedulers.
2724         Simplified GstQueue for multithreaded core.
2725         Made _link threadsafe, removed old capsnego.
2726         Added STREAM_LOCK and PREROLL_LOCK in GstPad.
2727         Added pad blocking functions.
2728         Reworked scheduling functions in GstPad to prepare for
2729         scheduling updates soon.
2730         Moved events out of data stream.
2731         Simplified GstEvent types.
2732         Added return values to push/pull.
2733         Removed clocking from GstElement.
2734         Added prototypes for state change function for next merge.
2735         Removed iterate from bins and state change management.
2736         Fixed some elements, disabled others for now.
2737         Fixed -inspect and -launch.
2738         Added check for GstBus.
2739
2740 2005-03-10  Wim Taymans  <wim@fluendo.com>
2741
2742         * docs/design/part-MT-refcounting.txt:
2743         * docs/design/part-clocks.txt:
2744         * docs/design/part-gstelement.txt:
2745         * docs/design/part-gstobject.txt:
2746         * docs/design/part-standards.txt:
2747         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
2748         (gst_bin_remove_func), (gst_bin_remove):
2749         * gst/gstbin.h:
2750         * gst/gstbuffer.c:
2751         * gst/gstcaps.h:
2752         * testsuite/clock/clock1.c: (main):
2753         * testsuite/clock/clock2.c: (gst_clock_debug), (element_wait),
2754         (main):
2755         * testsuite/dlopen/loadgst.c: (do_test):
2756         * testsuite/refcounting/bin.c: (add_remove_test1),
2757         (add_remove_test2), (main):
2758         * testsuite/refcounting/element.c: (main):
2759         * testsuite/refcounting/element_pad.c: (main):
2760         * testsuite/refcounting/pad.c: (main):
2761         * tools/gst-launch.c: (sigint_handler_sighandler):
2762         * tools/gst-typefind.c: (main):
2763         Doc updates.
2764         Added doc about clock.
2765         removed gst_bin_iterate_recurse_up(), marked methods
2766         for removal.
2767         Fix more testsuites.
2768
2769 2005-03-09  Wim Taymans  <wim@fluendo.com>
2770
2771         * gst/gstpad.c: (gst_pad_get_direction),
2772         (_gst_pad_default_fixate_foreach), (gst_pad_collectv),
2773         (gst_pad_collect_valist):
2774         * testsuite/bins/interface.c: (main):
2775         * testsuite/caps/audioscale.c: (test_caps):
2776         * testsuite/caps/caps.c: (test1), (test2), (test3):
2777         * testsuite/caps/deserialize.c: (main):
2778         * testsuite/caps/enumcaps.c: (main):
2779         * testsuite/caps/filtercaps.c: (main):
2780         * testsuite/caps/intersect2.c: (main):
2781         * testsuite/caps/random.c: (main):
2782         * testsuite/caps/renegotiate.c: (my_fixate), (main):
2783         * testsuite/caps/sets.c: (check_caps):
2784         * testsuite/caps/simplify.c: (check_caps), (main):
2785         * testsuite/caps/subtract.c: (check_caps):
2786         Fix _pad_get_direction wrt ghostpads.
2787         Fix caps testsuite.
2788
2789 2005-03-09  Wim Taymans  <wim@fluendo.com>
2790
2791         * check/Makefile.am:
2792         * check/gst/gstbin.c: (START_TEST), (gst_bin_suite), (main):
2793         * check/gst/gstsystemclock.c: (START_TEST), (gst_clock_debug),
2794         (ok_callback), (error_callback), (gst_systemclock_suite), (main):
2795         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_index_func),
2796         (gst_bin_set_clock_func), (gst_bin_get_clock_func),
2797         (gst_bin_add_func), (gst_bin_add), (gst_bin_remove_func),
2798         (gst_bin_remove), (gst_bin_iterate_recurse_up),
2799         (bin_element_is_sink), (gst_bin_iterate_sinks),
2800         (gst_bin_iterate_all_by_interface):
2801         * gst/gstbin.h:
2802         * gst/gstelement.c: (gst_element_init), (gst_element_error_full),
2803         (gst_element_change_state), (gst_element_dispose),
2804         (gst_element_finalize), (gst_element_set_loop_function):
2805         * gst/gstelement.h:
2806         * gst/gstiterator.c: (find_custom_fold_func):
2807         * gst/gstpad.c: (_gst_pad_default_fixate_foreach),
2808         (gst_pad_collectv), (gst_pad_collect_valist),
2809         (gst_pad_template_new):
2810         * gst/gstpipeline.c: (gst_pipeline_class_init),
2811         (gst_pipeline_dispose), (gst_pipeline_set_property),
2812         (gst_pipeline_get_property), (gst_pipeline_get_clock_func),
2813         (gst_pipeline_get_clock), (gst_pipeline_use_clock),
2814         (gst_pipeline_set_clock), (gst_pipeline_auto_clock):
2815         * gst/gstutils.h:
2816         * gst/schedulers/entryscheduler.c:
2817         * gst/schedulers/gstbasicscheduler.c:
2818         (gst_basic_scheduler_cothreaded_chain),
2819         (gst_basic_scheduler_chain_add_element):
2820         * testsuite/bins/interface.c: (main):
2821         Added GstBin test.
2822         Added GstSystemClock test.
2823         Implemented clock distribution code in GstBin.
2824         Implemented iterate sinks method for future use.
2825         Rearranged gstelement.h
2826         Fix GstIterator comparison bug.
2827         Moved some code to GstPipeline, mostly clocking related.
2828
2829 2005-03-09  Wim Taymans  <wim@fluendo.com>
2830
2831         * configure.ac:
2832         * gst/gst_private.h:
2833         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
2834         (gst_bin_remove_func), (gst_bin_remove),
2835         (gst_bin_get_by_name_recurse_up):
2836         * gst/gstclock.c: (gst_clock_id_ref), (gst_clock_id_unref),
2837         (gst_clock_id_compare_func), (gst_clock_id_wait),
2838         (gst_clock_id_wait_async), (gst_clock_init),
2839         (gst_clock_adjust_unlocked), (gst_clock_get_time):
2840         * gst/gstelement.h:
2841         * gst/gstinfo.c: (_gst_debug_init):
2842         * gst/gstobject.h:
2843         * gst/gstpad.c: (_gst_pad_default_fixate_foreach),
2844         (gst_pad_collectv), (gst_pad_collect_valist), (gst_pad_query):
2845         * gst/gstpad.h:
2846         Bump version number, we're now 0.9.0
2847         Add future debugging category.
2848         Fix NULL _unref() in _get_by_name_recurse_up
2849         Rearrange gstpad.h.
2850         Update some docs.
2851
2852 2005-03-08  Wim Taymans  <wim@fluendo.com>
2853
2854         * gst/elements/gstaggregator.c: (gst_aggregator_class_init):
2855         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
2856         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
2857         * gst/elements/gstfdsink.c: (gst_fdsink_class_init):
2858         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init):
2859         * gst/elements/gstfilesink.c: (gst_filesink_class_init):
2860         * gst/elements/gstfilesrc.c: (gst_filesrc_class_init):
2861         * gst/elements/gstidentity.c: (gst_identity_class_init):
2862         * gst/elements/gstmd5sink.c: (gst_md5sink_class_init):
2863         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
2864         * gst/elements/gstshaper.c: (gst_shaper_class_init):
2865         * gst/elements/gststatistics.c: (gst_statistics_class_init):
2866         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_getcaps),
2867         (gst_tee_link):
2868         * gst/gstelement.c: (gst_element_class_init),
2869         (gst_element_base_class_init), (gst_element_init),
2870         (gst_element_get_random_pad), (gst_element_wait_state_change),
2871         (gst_element_change_state), (gst_element_dispose),
2872         (gst_element_finalize), (gst_element_set_loop_function):
2873         * gst/gstelement.h:
2874         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_link_src):
2875         * gst/gstthread.c: (gst_thread_class_init),
2876         (gst_thread_release_children_locks), (gst_thread_change_state):
2877         * gst/schedulers/gstbasicscheduler.c:
2878         (gst_basic_scheduler_loopfunc_wrapper),
2879         (gst_basic_scheduler_chain_wrapper),
2880         (gst_basic_scheduler_src_wrapper),
2881         (gst_basic_scheduler_remove_element):
2882         * gst/schedulers/gstoptimalscheduler.c: (schedule_group):
2883         Remove threadsafe properties. Fix elements because GObject
2884         complains when installing a property before declaring a
2885         set/get_property handler.
2886         Rearrange gstelement.h file, use STATE macros for state locks.
2887         Free mutexes in the finalize method instead of dispose.
2888
2889 2005-03-08  Wim Taymans  <wim@fluendo.com>
2890
2891         * check/gst/gstobject.c: (START_TEST), (gst_object_suite):
2892         * gst/gstthread.c: (gst_thread_release_children_locks):
2893         Added parentage check.
2894         Fix build og GstThread again.
2895
2896 2005-03-08  Wim Taymans  <wim@fluendo.com>
2897
2898         * docs/design/part-MT-refcounting.txt:
2899         * docs/design/part-conventions.txt:
2900         * docs/design/part-gstobject.txt:
2901         * docs/design/part-relations.txt:
2902         * docs/design/part-standards.txt:
2903         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
2904         (gst_bin_remove_func), (gst_bin_remove), (gst_bin_iterate_recurse),
2905         (gst_bin_get_by_name), (gst_bin_get_by_interface),
2906         (gst_bin_iterate_all_by_interface):
2907         * gst/gstbuffer.h:
2908         * gst/gstclock.h:
2909         * gst/gstelement.c: (gst_element_class_init),
2910         (gst_element_change_state), (gst_element_set_loop_function):
2911         * gst/gstelement.h:
2912         * gst/gstiterator.c:
2913         * gst/gstobject.c: (gst_object_class_init), (gst_object_ref),
2914         (gst_object_unref), (gst_object_sink), (gst_object_dispose),
2915         (gst_object_dispatch_properties_changed), (gst_object_set_name),
2916         (gst_object_set_parent), (gst_object_unparent),
2917         (gst_object_check_uniqueness):
2918         * gst/gstobject.h:
2919         Docs updates, clean up some headers.
2920
2921 2005-03-07  Wim Taymans  <wim@fluendo.com>
2922
2923         * check/.cvsignore:
2924         * check/Makefile.am:
2925         * check/gst-libs/.cvsignore:
2926         * check/gst-libs/gdp.c: (START_TEST), (gst_object_suite), (main):
2927         * check/gst/.cvsignore:
2928         * check/gst/gstbus.c: (pound_bus_with_messages), (pull_messages),
2929         (START_TEST), (gstbus_suite), (main):
2930         * check/gst/gstcaps.c: (START_TEST), (gst_caps_suite), (main):
2931         * check/gst/gstdata.c: (START_TEST), (thread_ref), (thread_unref),
2932         (gst_data_suite), (main):
2933         * check/gst/gstiterator.c: (make_list_of_ints), (START_TEST),
2934         (add_fold_func), (gstiterator_suite), (main):
2935         * check/gst/gstobject.c: (gst_fake_object_get_type), (START_TEST),
2936         (thread_name_object), (thread_name_object_default),
2937         (gst_object_name_compare), (gst_object_suite), (main):
2938         * check/gst/gstpad.c: (START_TEST), (thread_link_unlink),
2939         (gst_pad_suite), (main):
2940         * check/gstcheck.c: (gst_check_log_message_func),
2941         (gst_check_log_critical_func), (gst_check_init):
2942         * check/gstcheck.h:
2943         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2944         (run_pipeline), (START_TEST), (simple_launch_lines_suite), (main):
2945         Added checks.
2946
2947 2005-03-07  Wim Taymans  <wim@fluendo.com>
2948
2949         * gst/gstiterator.c: (gst_iterator_init), (gst_iterator_new),
2950         (gst_list_iterator_next), (gst_list_iterator_resync),
2951         (gst_list_iterator_free), (gst_iterator_new_list),
2952         (gst_iterator_pop), (gst_iterator_next), (gst_iterator_resync),
2953         (gst_iterator_free), (gst_iterator_push), (filter_next),
2954         (filter_resync), (filter_uninit), (filter_free),
2955         (gst_iterator_filter), (gst_iterator_fold), (foreach_fold_func),
2956         (gst_iterator_foreach), (find_custom_fold_func),
2957         (gst_iterator_find_custom):
2958         * gst/gstiterator.h:
2959         Added missing files.
2960
2961 2005-03-07  Wim Taymans  <wim@fluendo.com>
2962
2963         * Makefile.am:
2964         * configure.ac:
2965         * docs/design/part-MT-refcounting.txt:
2966         * docs/design/part-conventions.txt:
2967         * docs/design/part-gstobject.txt:
2968         * docs/design/part-relations.txt:
2969         * examples/mixer/mixer.c: (main):
2970         * examples/thread/thread.c: (eos), (main):
2971         * gst/Makefile.am:
2972         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
2973         * gst/autoplug/gstspider.c: (gst_spider_identity_plug),
2974         (gst_spider_plug_from_srcpad):
2975         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps),
2976         (gst_spider_identity_change_state),
2977         (gst_spider_identity_sink_loop_type_finding):
2978         * gst/elements/gstfakesrc.c: (gst_fakesrc_loop):
2979         * gst/elements/gstidentity.c: (gst_identity_init):
2980         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_getcaps),
2981         (gst_tee_link), (gst_tee_request_new_pad), (gst_tee_chain):
2982         * gst/elements/gsttypefindelement.c: (free_entry):
2983         * gst/gst.c:
2984         * gst/gst.h:
2985         * gst/gstbin.c: (gst_bin_init), (gst_bin_get_clock_func),
2986         (gst_bin_set_clock_func), (gst_bin_auto_clock),
2987         (gst_bin_set_index), (gst_bin_set_element_sched),
2988         (gst_bin_unset_element_sched), (gst_bin_add_func), (gst_bin_add),
2989         (gst_bin_remove_func), (gst_bin_remove), (iterate_child),
2990         (gst_bin_iterate_elements), (iterate_child_recurse),
2991         (gst_bin_iterate_recurse), (gst_bin_dispose), (compare_name),
2992         (gst_bin_get_by_name), (gst_bin_get_by_name_recurse_up),
2993         (compare_interface), (gst_bin_get_by_interface),
2994         (gst_bin_iterate_all_by_interface), (gst_bin_iterate_func):
2995         * gst/gstbin.h:
2996         * gst/gstbuffer.c: (gst_buffer_get_type), (_gst_buffer_sub_free),
2997         (gst_buffer_default_free), (gst_buffer_default_copy),
2998         (gst_buffer_new), (gst_buffer_get_caps), (gst_buffer_set_caps),
2999         (gst_buffer_create_sub):
3000         * gst/gstbuffer.h:
3001         * gst/gstcaps.c: (gst_caps_get_type), (gst_caps_new_empty),
3002         (_gst_caps_free), (gst_caps_make_writable), (gst_caps_ref),
3003         (gst_caps_unref), (gst_static_caps_get),
3004         (gst_caps_remove_and_get_structure), (gst_caps_append),
3005         (gst_caps_append_structure), (gst_caps_remove_structure),
3006         (gst_caps_copy_nth), (gst_caps_set_simple),
3007         (gst_caps_set_simple_valist), (gst_caps_is_fixed_foreach),
3008         (gst_structure_is_equal_foreach), (gst_caps_is_subset),
3009         (gst_caps_structure_intersect_field), (gst_caps_intersect),
3010         (gst_caps_structure_subtract_field), (gst_caps_subtract),
3011         (gst_caps_normalize_foreach), (gst_caps_compare_structures),
3012         (gst_caps_structure_figure_out_union),
3013         (gst_caps_switch_structures), (gst_caps_do_simplify),
3014         (gst_caps_replace), (gst_caps_from_string),
3015         (gst_caps_copy_conditional):
3016         * gst/gstcaps.h:
3017         * gst/gstclock.c: (gst_clock_entry_new), (gst_clock_id_ref),
3018         (_gst_clock_id_free), (gst_clock_id_unref),
3019         (gst_clock_id_compare_func), (gst_clock_id_wait),
3020         (gst_clock_id_wait_async), (gst_clock_class_init),
3021         (gst_clock_init), (gst_clock_dispose), (gst_clock_adjust_unlocked),
3022         (gst_clock_get_time), (gst_clock_set_time_adjust),
3023         (gst_clock_set_property), (gst_clock_get_property):
3024         * gst/gstclock.h:
3025         * gst/gstcompat.h:
3026         * gst/gstcpu.c: (_gst_cpu_initialize_i386), (gst_cpu_get_flags):
3027         * gst/gstdata.c: (gst_data_is_writable), (gst_data_copy_on_write):
3028         * gst/gstdata.h:
3029         * gst/gstelement.c: (gst_element_class_init), (gst_element_init),
3030         (gst_element_requires_clock), (gst_element_provides_clock),
3031         (gst_element_set_clock), (gst_element_clock_wait),
3032         (gst_element_wait), (gst_element_set_time_delay),
3033         (gst_element_is_indexable), (gst_element_add_pad),
3034         (gst_element_add_ghost_pad), (gst_element_remove_pad),
3035         (pad_compare_name), (gst_element_get_static_pad),
3036         (gst_element_request_pad), (gst_element_get_request_pad),
3037         (gst_element_get_pad), (iterate_pad), (gst_element_iterate_pads),
3038         (gst_element_class_get_pad_template_list),
3039         (gst_element_class_get_pad_template), (gst_element_error_func),
3040         (gst_element_get_random_pad), (gst_element_get_event_masks),
3041         (gst_element_send_event), (gst_element_seek),
3042         (gst_element_get_query_types), (gst_element_query),
3043         (gst_element_get_formats), (gst_element_convert),
3044         (gst_element_is_locked_state), (gst_element_set_locked_state),
3045         (gst_element_sync_state_with_parent), (gst_element_change_state),
3046         (gst_element_finalize), (gst_element_yield),
3047         (gst_element_interrupt), (gst_element_set_scheduler),
3048         (gst_element_get_scheduler), (gst_element_set_loop_function):
3049         * gst/gstelement.h:
3050         * gst/gstevent.h:
3051         * gst/gstformat.c: (_gst_format_initialize), (gst_format_register),
3052         (gst_format_get_by_nick), (gst_format_get_details),
3053         (gst_format_iterate_definitions):
3054         * gst/gstformat.h:
3055         * gst/gstindex.c: (gst_index_gtype_resolver):
3056         * gst/gstinfo.c:
3057         * gst/gstinfo.h:
3058         * gst/gstmemchunk.c: (gst_mem_chunk_alloc), (gst_mem_chunk_alloc0),
3059         (gst_mem_chunk_free):
3060         * gst/gstobject.c: (gst_object_class_init), (gst_object_init),
3061         (gst_object_ref), (gst_object_unref), (gst_object_sink),
3062         (gst_object_replace), (gst_object_dispose), (gst_object_finalize),
3063         (gst_object_dispatch_properties_changed),
3064         (gst_object_set_name_default), (gst_object_set_name),
3065         (gst_object_get_name), (gst_object_set_name_prefix),
3066         (gst_object_get_name_prefix), (gst_object_set_parent),
3067         (gst_object_get_parent), (gst_object_unparent),
3068         (gst_object_check_uniqueness), (gst_object_save_thyself),
3069         (gst_object_restore_thyself), (gst_object_real_restore_thyself),
3070         (gst_object_set_property), (gst_object_get_property),
3071         (gst_object_get_path_string):
3072         * gst/gstobject.h:
3073         * gst/gstpad.c: (gst_pad_dispose), (gst_real_pad_class_init),
3074         (gst_real_pad_init), (gst_real_pad_get_property),
3075         (gst_pad_custom_new), (gst_pad_get_direction),
3076         (gst_pad_set_active), (gst_pad_is_active),
3077         (gst_pad_set_event_function), (gst_pad_is_linked),
3078         (gst_pad_link_free), (gst_pad_link_intersect),
3079         (gst_pad_link_fixate), (gst_pad_set_caps),
3080         (gst_pad_try_set_caps_nonfixed), (gst_pad_set_pad_template),
3081         (gst_pad_get_real_parent), (gst_pad_add_ghost_pad),
3082         (gst_pad_remove_ghost_pad), (_gst_pad_default_fixate_foreach),
3083         (gst_pad_link_unnegotiate), (gst_pad_proxy_fixate),
3084         (gst_pad_get_caps), (gst_pad_peer_get_caps),
3085         (gst_pad_get_pad_template_caps), (gst_pad_get_peer),
3086         (gst_pad_realize), (gst_pad_get_allowed_caps),
3087         (gst_real_pad_dispose), (gst_real_pad_finalize),
3088         (gst_pad_collectv), (gst_pad_collect_valist),
3089         (gst_pad_template_dispose), (gst_pad_template_new),
3090         (gst_pad_get_internal_links):
3091         * gst/gstpad.h:
3092         * gst/gstpipeline.c: (gst_pipeline_dispose),
3093         (gst_pipeline_change_state):
3094         * gst/gstpipeline.h:
3095         * gst/gstplugin.c:
3096         * gst/gstpluginfeature.c: (gst_plugin_feature_get_name),
3097         (gst_plugin_feature_set_rank), (gst_plugin_feature_get_rank):
3098         * gst/gstpluginfeature.h:
3099         * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
3100         * gst/gstquery.c: (_gst_query_type_initialize),
3101         (gst_query_type_register), (gst_query_type_get_by_nick),
3102         (gst_query_type_get_details), (gst_query_type_iterate_definitions):
3103         * gst/gstquery.h:
3104         * gst/gstqueue.c: (gst_queue_link_sink), (gst_queue_link_src):
3105         * gst/gstscheduler.c: (gst_scheduler_add_element),
3106         (gst_scheduler_factory_create):
3107         * gst/gststructure.c: (gst_structure_set_parent_refcount),
3108         (gst_structure_free), (gst_structure_set_name),
3109         (gst_structure_id_set_value), (gst_structure_set_value),
3110         (gst_structure_set_valist), (gst_structure_remove_field),
3111         (gst_structure_remove_fields),
3112         (gst_structure_remove_fields_valist),
3113         (gst_structure_remove_all_fields), (gst_structure_foreach),
3114         (gst_structure_map_in_place),
3115         (gst_caps_structure_fixate_field_nearest_int),
3116         (gst_caps_structure_fixate_field_nearest_double):
3117         * gst/gststructure.h:
3118         * gst/gstsystemclock.c: (gst_system_clock_class_init),
3119         (gst_system_clock_init), (gst_system_clock_dispose),
3120         (gst_system_clock_async_thread),
3121         (gst_system_clock_id_wait_unlocked), (gst_system_clock_id_wait),
3122         (gst_system_clock_id_wait_async), (gst_system_clock_id_unschedule):
3123         * gst/gstsystemclock.h:
3124         * gst/gsttag.c: (gst_tag_list_add_value_internal),
3125         (gst_tag_list_copy_foreach), (structure_foreach_wrapper):
3126         * gst/gsttaginterface.c:
3127         * gst/gstthread.c: (gst_thread_dispose),
3128         (gst_thread_release_children_locks), (gst_thread_change_state),
3129         (gst_thread_main_loop):
3130         * gst/gsttrashstack.h:
3131         * gst/gsttypefind.c: (gst_type_find_factory_dispose):
3132         * gst/gsttypes.h:
3133         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
3134         (gst_element_request_pad), (gst_element_get_pad_from_template),
3135         (gst_element_request_compatible_pad),
3136         (gst_element_get_compatible_pad_filtered),
3137         (gst_element_get_compatible_pad), (gst_element_state_get_name),
3138         (gst_element_link_pads_filtered), (gst_element_link_filtered),
3139         (gst_element_link_many), (gst_element_link),
3140         (gst_element_link_pads), (gst_element_unlink_pads),
3141         (gst_element_unlink_many), (gst_element_unlink),
3142         (gst_pad_can_link_filtered), (gst_pad_can_link),
3143         (gst_pad_use_fixed_caps), (gst_pad_get_fixed_caps_func),
3144         (gst_object_default_error), (gst_bin_add_many),
3145         (gst_bin_remove_many), (gst_element_populate_std_props),
3146         (gst_element_class_install_std_props), (gst_buffer_merge),
3147         (gst_buffer_stamp), (intersect_caps_func), (gst_pad_proxy_getcaps),
3148         (link_fold_func), (gst_pad_proxy_setcaps):
3149         * gst/gstutils.h:
3150         * gst/gstvalue.c: (gst_value_deserialize_string):
3151         * gst/parse/grammar.y:
3152         * gst/schedulers/gstbasicscheduler.c:
3153         (gst_basic_scheduler_cothreaded_chain),
3154         (gst_basic_scheduler_chain_recursive_add),
3155         (gst_basic_scheduler_pad_link):
3156         * gst/schedulers/gstoptimalscheduler.c:
3157         (get_group_schedule_function),
3158         (gst_opt_scheduler_state_transition),
3159         (gst_opt_scheduler_add_element), (element_get_reachables_func):
3160         * libs/gst/bytestream/bytestream.c:
3161         * libs/gst/dataprotocol/dataprotocol.c:
3162         (gst_dp_header_from_buffer):
3163         * po/nb.po:
3164         * po/ru.po:
3165         * tests/threadstate/threadstate2.c: (eos):
3166         * tools/gst-compprep.c: (main):
3167         * tools/gst-inspect.c: (print_field), (print_element_flag_info),
3168         (print_pad_info), (print_children_info):
3169         * tools/gst-launch.c: (idle_func), (main):
3170         * tools/gst-md5sum.c: (idle_func), (main):
3171         * tools/gst-xmlinspect.c: (print_element_info):
3172         First THREADED backport attempt, focusing on adding locks and
3173         making sure the API is threadsafe. Needs more work. More docs
3174         follow this week.
3175
3176 2005-02-24  Andy Wingo  <wingo@pobox.com>
3177
3178         * tests/bench-complexity.scm:
3179         * tests/complexity.gnuplot: New files, good for running complexity
3180         benchmarks.
3181
3182         * tests/Makefile.am:
3183         * tests/complexity.c: New test, sets up N elements, at each level
3184         teeing into M streams per element. Eeeenteresting.
3185
3186         * tests/mass_elements.gnuplot: gnuplot file for the mass_elements
3187         benchmark. Run as gnuplot mass_elements.gnuplot > foo.ps, after
3188         running bench-mass_elements.scm.
3189
3190         * tests/bench-mass_elements.scm: New script, runs mass_elements
3191         for various numbers of identities, outputting the results to a
3192         file. Requires guile 1.6. Just for testing.
3193
3194 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3195
3196         * gst/schedulers/fairscheduler.c:
3197           compile with debug disabled
3198
3199 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3200
3201         * configure.ac:
3202           hunting season on 0.9 is now OPEN
3203
3204 2005-02-22  Stefan Kost  <ensonic@users.sf.net>
3205
3206         * docs/libs/tmpl/gstcontrol.sgml:
3207         * docs/libs/tmpl/gstdparam.sgml:
3208         * docs/libs/tmpl/gstdplinint.sgml:
3209         * docs/libs/tmpl/gstdpman.sgml:
3210         * docs/libs/tmpl/gstdpsmooth.sgml:
3211         * docs/libs/tmpl/gstunitconvert.sgml:
3212           more docs for the state of dparams
3213
3214 2005-02-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3215
3216         * gst/gstelementfactory.c: (gst_element_factory_create):
3217         * gst/gstobject.c: (gst_object_init),
3218         (gst_object_set_name_default), (gst_object_set_name):
3219           name objects by default, not in gst_element_factory_create. Allows
3220           using elements created with g_object_new. (fixes #167283)
3221
3222 2005-02-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3223
3224         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_log_default):
3225           make the time that debugging functions print relative to when
3226           gst_init was called
3227
3228 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
3229
3230         * gst/gsttaginterface.c:
3231           Fix inline docs: tag setter vararg functions are NULL-terminated,
3232           GST_TAG_INVALID doesn't exist any more.
3233
3234 2005-02-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3235
3236         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_dump_byte_array):
3237         Allocate the 1 byte more memory that was forgotten!!!!!
3238         fixes memory corruption on 64bit platforms
3239
3240 2005-02-15  Stefan Kost  <ensonic@users.sf.net>
3241
3242         * docs/pwg/building-pads.xml:
3243         * docs/pwg/intro-basics.xml:
3244           fixed a few typos, relabeled introductionary list of types
3245         * docs/random/ensonic/dparams.txt:
3246           more notes abut dparam changes
3247         * libs/gst/control/dparam.c: (gst_dparam_attach):
3248         * libs/gst/control/dparammanager.c:
3249         * libs/gst/control/dparammanager.h:
3250           - many comments and notes on dparam implementation
3251           - new dparams are were not initialized to the default value
3252             from param spec
3253
3254 2005-02-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3255
3256         submitted by: Peter Astakhov
3257
3258         * po/LINGUAS:
3259         * po/ru.po:
3260           adding Russian translation
3261
3262 2005-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3263
3264         * configure.ac:
3265         * docs/gst/Makefile.am:
3266         * docs/libs/Makefile.am:
3267           make sure popt is added to gtk-doc flags.  Fixes #147782.
3268
3269 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3270
3271         * docs/faq/using.xml:
3272           Fix typo in FAQ (artssink => artsdsink)
3273
3274 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3275
3276         * tools/gst-launch.1.in:
3277           Fix typo (#166699).
3278
3279 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3280
3281         * docs/faq/using.xml:
3282           Add -v argument to fakesrc/fakesink gst-launch line,
3283           so that the promised output will actually show up.
3284
3285 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3286
3287         * gst/gstthread.c: (gst_thread_change_state):
3288           Implement state-change error handling (#166073).
3289
3290 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3291
3292         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
3293           Release interrupt after handling (#166250).
3294
3295 2005-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3296
3297         * configure.ac:
3298           back to HEAD
3299
3300 === release 0.8.9 ===
3301
3302 2005-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3303
3304         * NEWS:
3305         * RELEASE:
3306         * configure.ac:
3307           releasing 0.8.9, "Like Eating Glass"
3308
3309 2005-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3310
3311         submitted by: Clytie Siddall
3312
3313         * po/vi.po: Added Vietnamese translation
3314
3315 2005-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3316
3317         patch by: Tim Philipp-Müller
3318
3319         * configure.ac:
3320         * gst/gstpad.c:
3321           unref data when probe function returns FALSE.  Fixes #166362
3322
3323 2005-02-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3324
3325         * gst/gst.c: (gst_init_get_popt_table):
3326           Fix typo (#166269).
3327
3328 2005-02-04  Andy Wingo  <wingo@pobox.com>
3329
3330         * gst/gstelement.c (gst_element_get_compatible_pad_template): Fix
3331         the debugging on whether the caps are compatible.
3332
3333 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3334
3335         * docs/manual/basics-elements.xml:
3336           Fix two typos.
3337
3338 2005-02-02  Wim Taymans  <wim@fluendo.com>
3339
3340         * gst/schedulers/gstoptimalscheduler.c: (remove_decoupled),
3341         (schedule_chain), (get_invalid_call), (chain_invalid_call),
3342         (loop_group_schedule_function), (gst_opt_scheduler_iterate):
3343         Remove some FIXMEs after analysing and commenting why they
3344         are not issues.
3345
3346 2005-02-02  Wim Taymans  <wim@fluendo.com>
3347
3348         * gst/schedulers/gstoptimalscheduler.c:
3349         (gst_opt_scheduler_class_init), (gst_opt_scheduler_init),
3350         (gst_opt_scheduler_finalize), (remove_decoupled), (schedule_chain),
3351         (get_invalid_call), (chain_invalid_call),
3352         (get_group_schedule_function), (loop_group_schedule_function),
3353         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
3354         (gst_opt_scheduler_state_transition),
3355         (gst_opt_scheduler_add_element),
3356         (gst_opt_scheduler_remove_element), (gst_opt_scheduler_interrupt),
3357         (gst_opt_scheduler_error), (gst_opt_scheduler_pad_link),
3358         (gst_opt_scheduler_pad_unlink), (gst_opt_scheduler_iterate),
3359         (gst_opt_scheduler_show):
3360         Added lock to protect scheduler data structures.
3361
3362 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3363
3364         * testsuite/threads/threadi.c: (cb_data):
3365           Fix buglet in test.
3366
3367 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3368
3369         * testsuite/threads/Makefile.am:
3370         * testsuite/threads/threadi.c: (cb_data), (cb_play), (main):
3371           On Wim's request, split the test in three separately-compiled
3372           tests that each test a very specific bug. Two of them still fail,
3373           will create bugs for those. threadi.c indicates why they fail.
3374
3375 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3376
3377         * gst/schedulers/gstoptimalscheduler.c:
3378         (get_group_schedule_function):
3379           Try to work with the threading mess that queue_link is.
3380
3381 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3382
3383         * gst/gstbin.c: (gst_bin_remove_func):
3384           Explicitely make an element release locks in a group when being
3385           remove from a bin.
3386         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
3387           If there's no scheduler, always return immediately (similar to
3388           gst_element_interrupt).
3389
3390 2005-01-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3391
3392         * gst/gstbin.c: (gst_bin_child_state_change_func):
3393           Remove a piece of code that could never be reached.
3394         * docs/gst/gstreamer-sections.txt:
3395         * gst/gstpad.c: (gst_pad_push), (gst_pad_pull),
3396         (gst_pad_call_get_function):
3397         * gst/gstpad.h:
3398         * testsuite/pad/Makefile.am:
3399           Fix #150546, enable tests.
3400
3401 2005-01-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3402
3403         * docs/pwg/advanced-types.xml:
3404           Fix description for buffer-frames=0.
3405         * docs/gst/tmpl/gstbin.sgml:
3406         * gst/gstbin.c: (gst_bin_child_state_change_func),
3407         (gst_bin_change_state), (gst_bin_change_state_norecurse):
3408         * gst/gstbin.h:
3409         * testsuite/threads/Makefile.am:
3410         * testsuite/threads/threadi.c: (cb_timeout), (cb_quit), (cb_eos),
3411         (cb_state), (cb_play), (main):
3412           Fix non-recursive state changes to *really* change the state
3413           of the object, and not just call parent_class->state_change.
3414           Fix a lot of lockups caused by this. Fixes #132775. Add test
3415           for the problem. Also enable test to show #142588 (fixed).
3416         * gst/gstthread.c: (gst_thread_change_state),
3417         (gst_thread_child_state_change):
3418           Don't exit the thread if we go to NULL and are inside thread
3419           context. Instead, return control to the main thread context
3420           and exit from there.
3421         * gst/gstelement.c: (gst_element_disable_threadsafe_properties):
3422           Don't unset virtual functions, since those may still be used.
3423           That's not necessarily correct, but suffices for now.
3424         * configure.ac:
3425         * testsuite/Makefile.am:
3426         * testsuite/pad/Makefile.am:
3427         * testsuite/pad/chainnopull.c: (gst_test_sink_class_init),
3428         (gst_test_sink_base_init), (gst_test_sink_chain),
3429         (gst_test_sink_init), (main):
3430         * testsuite/pad/getnopush.c: (gst_test_src_class_init),
3431         (gst_test_src_base_init), (gst_test_src_get), (gst_test_src_init),
3432         (main):
3433         * testsuite/pad/link.c: (gst_test_element_class_init),
3434         (gst_test_element_base_init), (gst_test_src_get),
3435         (gst_test_src_loop), (gst_test_src_init), (gst_test_filter_chain),
3436         (gst_test_filter_loop), (gst_test_filter_init),
3437         (gst_test_sink_chain), (gst_test_sink_loop), (gst_test_sink_init),
3438         (cb_error), (main):
3439           Add tests to show #150546. Pass, but should fail (currently
3440           disabled from the testsuite).
3441         * gst/gstscheduler.c: (gst_scheduler_dispose):
3442           Dereference child schedulers on dispose (#94464).
3443         * testsuite/bytestream/filepadsink.c: (gst_fp_sink_init):
3444           Fix typo.
3445         * testsuite/threads/thread.c: (main):
3446           Add more debug.
3447
3448 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3449
3450         * gst/gstpad.c: (gst_pad_push):
3451           Oops, revert previous commit, broke testsuite...
3452
3453 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3454
3455         * gst/gstpad.c: (gst_pad_push):
3456           Add check that the pad on which the push is performed is not a
3457           get-based pad (#150546).
3458
3459 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3460
3461         * gst/elements/gsttypefindelement.c:
3462         (gst_type_find_element_handle_event):
3463           Fix buffer pushing if stream EOSes during typefinding.
3464
3465 2005-01-28  Edward Hervey  <bilboed@bilboed.com>
3466
3467         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3468
3469         * gst/gstvalue.c: (gst_string_wrap):
3470           Allow NULL-strings as argument (#165365).
3471
3472 2005-01-27  Stephane Wirtel  <stephane.wirtel@belgacom.net>
3473
3474         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3475
3476         * gst/schedulers/faircothreads.c:
3477         (gst_fair_scheduler_cothread_queue_show):
3478           Fix build without debug enabled.
3479
3480 2005-01-26  Stefan Kost  <ensonic@users.sf.net>
3481
3482         * docs/gst/gstreamer-sections.txt:
3483         * docs/libs/gstreamer-libs-docs.sgml:
3484         * docs/libs/gstreamer-libs-sections.txt:
3485         * docs/libs/tmpl/gstcontrol.sgml:
3486         * docs/libs/tmpl/gstdparam.sgml:
3487         * docs/libs/tmpl/gstdplinint.sgml:
3488         * docs/libs/tmpl/gstdpman.sgml:
3489         * docs/libs/tmpl/gstdpsmooth.sgml:
3490         * docs/libs/tmpl/gstputbits.sgml:
3491         * docs/libs/tmpl/gstunitconvert.sgml:
3492         * libs/gst/control/dparam.c:
3493         * libs/gst/control/dparam.h:
3494         * libs/gst/control/dparammanager.c:
3495         (gst_dpman_add_required_dparam_callback),
3496         (gst_dpman_add_required_dparam_direct),
3497         (gst_dpman_add_required_dparam_array),
3498         (gst_dpman_remove_required_dparam), (gst_dpman_attach_dparam),
3499         (gst_dpman_get_dparam), (gst_dpman_get_dparam_type),
3500         (gst_dpman_get_manager)
3501           restructured DParam docs
3502
3503 2005-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3504
3505         * gst-element-check.m4:
3506           Only check for gst-inspect if we haven't already
3507           found it in previous element check runs
3508
3509 2005-01-25  Stefan Kost  <ensonic@users.sf.net>
3510
3511         * docs/gst/Makefile.am:
3512         * docs/libs/Makefile.am:
3513           fixed install rules to treat style.css as optional
3514
3515 2005-01-24  Stefan Kost  <ensonic@users.sf.net>
3516
3517         * docs/gst/Makefile.am:
3518         * docs/libs/Makefile.am:
3519           install style.css along with docs
3520         * docs/gst/tmpl/gstbin.sgml:
3521         * docs/gst/tmpl/gstclock.sgml:
3522         * docs/gst/tmpl/gstdata.sgml:
3523         * docs/gst/tmpl/gstelement.sgml:
3524         * gst/gstbin.h:
3525         * gst/gstelement.c: (gst_element_class_init):
3526         * gst/gstelement.h:
3527           fixing incomplete docs
3528
3529 2005-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3530
3531         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
3532           Don't unref seek event twice when fflush() fails
3533           
3534 2005-01-22  David Schleef  <ds@schleef.org>
3535
3536         * configure.ac: Add --disable-valgrind. (partial fix for #164890)
3537
3538 2005-01-21  Stefan Kost  <ensonic@users.sf.net>
3539
3540         * docs/gst/Makefile.am:
3541         * docs/libs/Makefile.am:
3542           added params for deprecation guards
3543         * gst/gst.c:
3544         * gst/gst.h:
3545         * gst/gsterror.c: (_gst_resource_errors_init),
3546         (_gst_stream_errors_init):
3547         * gst/gsterror.h:
3548           documented some more enums
3549
3550 2005-01-19  Jan Schmidt  <thaytan@mad.scientist.com>
3551         * gst/autoplug/gstspideridentity.c:
3552         Cosmetic fix - spider_find_peek should be static
3553         * gst/parse/parse.l:
3554         Applying fix for #164261
3555
3556 2005-01-18  Stefan Kost  <ensonic@users.sf.net>
3557
3558         * docs/gst/gstreamer-sections.txt:
3559         * docs/gst/tmpl/gstplugin.sgml:
3560         * docs/libs/gstreamer-libs-sections.txt:
3561         * docs/libs/tmpl/gstcontrol.sgml:
3562         * gst/gstbuffer.h:
3563         * gst/gsttag.h:
3564         * gst/gstvalue.c:
3565           added docs for the TAG defines
3566
3567 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3568
3569         * gst/schedulers/gstoptimalscheduler.c: (schedule_group):
3570           Only unref entry if there is an entry.
3571
3572 2005-01-17  Wim Taymans  <wim@fluendo.com>
3573
3574         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
3575         (remove_from_group), (schedule_group), (normalize_group),
3576         (gst_opt_scheduler_iterate):
3577         Also ref/unref decoupled elements before iterating the
3578         group since they are not added to the list of elements.
3579
3580 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3581
3582         * docs/manual/highlevel-components.xml:
3583           Add subtitle/streamselection as new features to playbin.
3584
3585 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3586
3587         * docs/manual/manual.xml:
3588           Re-enable dataaccess docs (oops).
3589
3590 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3591
3592         * docs/pwg/advanced-types.xml:
3593         * docs/random/mimetypes:
3594           Add documentation on libsndfile types (#163309), by Steve Baker
3595           <steve@stevebaker.org>.
3596         * gst/gstelement.c: (gst_element_release_request_pad):
3597           If an element has no explicit function, just remove the pad.
3598
3599 2005-01-17  Luca Ognibene  <luogni@tin.it>
3600
3601         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3602
3603         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
3604           Fix memleak (#163801).
3605
3606 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3607
3608         * gst/elements/gsttee.c: (gst_tee_getcaps), (gst_tee_link):
3609           I think this is actually more correct...
3610
3611 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3612
3613         * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
3614           Another workaround for memory access while destroyed in callback.
3615           Please, someone with refcount knowledge, have a look at this.
3616
3617 2005-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3618
3619         * docs/faq/faq.xml:
3620         * docs/faq/legal.xml:
3621           move the legal Q&A here
3622
3623 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3624
3625         * gst/elements/gsttee.c: (gst_tee_getcaps), (gst_tee_link),
3626         (gst_tee_request_new_pad):
3627           Fix negotiation.
3628
3629 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3630
3631         * docs/random/omega/caps2:
3632         * testsuite/caps/caps_strings:
3633           replace framerate aproximations by their real value
3634           (24000/1001, 30000/1001, 60000/1001)
3635           Partially fixes bug #164049
3636
3637 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3638
3639         * docs/gst/Makefile.am:
3640           don't fail on the stupid GstPoptOption
3641
3642 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3643
3644         * gst/gstpad.h:
3645         * gst/gstprobe.c:
3646           allow probes to work on ghost pads by realizing the pad
3647           probe debugging
3648
3649 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3650
3651         * docs/gst/gstreamer-sections.txt:
3652         * docs/gst/tmpl/gstpad.sgml:
3653         * gst/gstpad.c: (gst_pad_set_active_recursive):
3654         * gst/gstpad.h:
3655           Add gst_pad_set_active_recursive().
3656
3657 2005-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3658
3659         * docs/random/release:
3660           updates
3661         * gst/gst_private.h:
3662         * gst/gstinfo.c:
3663         * gst/gstobject.c:
3664           move deep_notify logging to a new category
3665         * gst/gstprobe.c:
3666         * gst/gstprobe.h:
3667           add stuff so bindings can wrap probes
3668
3669 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3670
3671         * gst/gstplugin.c: (gst_plugin_load):
3672           Fix plugin loading if plugin/lib was already loaded. Fixes
3673           #163383
3674
3675 2005-01-09  Sebastien Cote  <sc5@hermes.usherb.ca>
3676
3677         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3678
3679         * gst/gstpluginfeature.c: (gst_plugin_feature_ensure_loaded):
3680           Protect plugin loading by a mutex so it's threadsafe. Fixes
3681           #163234.
3682
3683 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3684
3685         * gst/gstevent.c: (_gst_event_copy):
3686           Reference source object when copying events, since it'll be
3687           dereferenced on event dereferencing as well.
3688
3689 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3690
3691         * docs/gst/gstreamer-sections.txt:
3692         * docs/gst/tmpl/gstevent.sgml:
3693         * gst/gstevent.c: (gst_event_new_filler_stamped),
3694         (gst_event_filler_get_duration):
3695         * gst/gstevent.h:
3696           Add two new functions for filler events (which are used to
3697           synchronize streams if one of them is not having any data
3698           for a while) without interrupting the actual data-stream.
3699           Basically a no-op.
3700         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
3701         (gst_queue_link_sink), (gst_queue_link_src),
3702         (gst_queue_change_state):
3703           Allow for renegotiation while filled. Required for stream
3704           switching while playing.
3705
3706 2005-01-08  Benjamin Otte  <otte@gnome.org>
3707
3708         * gst/gstelement.c: (gst_element_link_many):
3709           fix up g_return_if_fail's
3710         * po/LINGUAS:
3711         * po/de.po:
3712           add German translation, that was somehow not included
3713
3714 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
3715
3716         * docs/random/mimetypes:
3717           add 2 more 4CC code for DV (HDTV and SDTV-LongPlay profiles)
3718           do not add them to riff-lib as they are not common
3719
3720 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3721
3722         * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
3723           Check for existence of probe after performing the probe before
3724           re-accessing it to prevent segfaults caused by removal of the
3725           probe in the callback.
3726
3727 2005-01-05  David Schleef  <ds@schleef.org>
3728
3729         * testsuite/registry/Makefile.am:
3730         * testsuite/registry/gst-print-formats.c:
3731         (print_pad_templates_info), (print_element_list),
3732         (print_typefind_list), (list_sort_func), (get_typefind_mime_list),
3733         (g_list_uniqify), (get_pad_templates_info),
3734         (get_element_mime_list), (print_mime_list), (main): A little
3735         program that looks through the registry to find elements of
3736         a given type.  Not particularly interesting as a test, except
3737         that there's no other test covering the same area.
3738
3739 2005-01-05  David Schleef  <ds@schleef.org>
3740
3741         * tools/gst-launch.c: (idle_func), (fault_handler_sighandler),
3742         (fault_handler_sigaction), (fault_spin),
3743         (sigint_handler_sighandler), (play_handler), (main): Fix deadlocks
3744         in signal.h-type signal handlers by not calling forbidden functions,
3745         including gst_element_set_state().
3746
3747 2005-01-05  David Schleef  <ds@schleef.org>
3748
3749         * gst/gstvalue.h: Mark _gst_reserved[] as private
3750
3751 2005-01-05  David Schleef  <ds@schleef.org>
3752
3753         * gst/gstvalue.c: Fix doc build problem.
3754
3755 2005-01-05  David Schleef  <ds@schleef.org>
3756
3757         * gst/gstvalue.c: Add some documentation
3758
3759 2005-01-05  Stefan Kost  <ensonic@users.sf.net>
3760
3761         * docs/README:
3762           another shell oneliner for empty return value docs
3763         * gst/gstcaps.c:
3764         * gst/gstvalue.c:
3765         * libs/gst/control/dparam.c:
3766           more doc fixes (parameters and return values)
3767
3768 2005-01-05  Vincent Torri  <torri@iecn.u-nancy.fr>
3769
3770         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3771
3772         * gst/gstregistry.h:
3773         * gst/registries/gstxmlregistry.c:
3774           Fix macro's for Mingw (fixes #162276).
3775
3776 2005-01-04  Stefan Kost  <ensonic@users.sf.net>
3777
3778         * docs/README:
3779           quick shell oneliner to find undocumented members
3780         * docs/gst/tmpl/gstplugin.sgml:
3781         * docs/gst/tmpl/gstscheduler.sgml:
3782         * docs/gst/tmpl/gstthread.sgml:
3783           more enumtypes cleanup
3784         * gst/gsterror.h:
3785           activated documentation comments, now someone needs to document
3786           the enums :(
3787
3788 2005-01-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3789
3790         * docs/manual/manual.xml:
3791           Add dataaccess part (doh!).
3792
3793 2005-01-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3794
3795         * docs/manual/advanced-autoplugging.xml:
3796           Fix typo (intiate -> initiate).
3797
3798 2005-01-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3799
3800         * docs/random/bbb/streamselection:
3801           Add some notes on how to handle multi-subtitle/-audio streams.
3802
3803 2004-12-30  Stefan Kost  <ensonic@users.sf.net>
3804
3805         * docs/gst/gstreamer-docs.sgml:
3806         * docs/gst/gstreamer-sections.txt:
3807         * docs/gst/tmpl/gstenumtypes.sgml:
3808         * docs/gst/tmpl/gsterror.sgml:
3809         * docs/gst/tmpl/gstevent.sgml:
3810         * docs/gst/tmpl/gstpad.sgml:
3811         * docs/gst/tmpl/gstpadtemplate.sgml:
3812         * docs/gst/tmpl/gstthread.sgml:
3813           removed gstenumtypes section from docs and put all the enums into
3814           their sections
3815
3816 2004-12-27  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
3817
3818         * gst/gstplugin.c:
3819           document gst_library_load a bit more (riff special case + return
3820           value if already loaded)
3821         * testsuite/bytestream/filepadsink.c:
3822           plugin name is 'gstbytestream', not 'bytestream'
3823
3824 2004-12-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3825
3826         * docs/random/bbb/subtitles:
3827           Add some first mind rumblings on proper subtitle support.
3828
3829 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3830
3831         * po/ca.po:
3832         * po/sv.po:
3833           updated translations
3834
3835 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3836
3837         * docs/manual/advanced-dataaccess.xml:
3838           Add section on how to use fakesrc/fakesink/identity in your
3839           application, plus section on how to embed plugins. Also mention
3840           probes.
3841         * docs/manual/appendix-checklist.xml:
3842         * docs/manual/appendix-debugging.xml:
3843         * docs/manual/appendix-gnome.xml:
3844         * docs/manual/appendix-integration.xml:
3845           Debug -> checklist, GNOME -> integration, add sections on Linux,
3846           KDE integration and add other things useful for application
3847           development.
3848         * docs/manual/manual.xml:
3849           Remove some fixmes, update some file pointers.
3850         * docs/pwg/appendix-checklist.xml:
3851           Fix typo.
3852         * docs/pwg/building-boiler.xml:
3853           Remove ugly header and add commented fixme.
3854         * docs/pwg/pwg.xml:
3855           Add fixme.
3856         * examples/manual/Makefile.am:
3857           Add example for added docs.
3858
3859 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3860
3861         * configure.ac:
3862           back to HEAD
3863
3864 === release 0.8.8 ===
3865
3866 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3867
3868         * NEWS:
3869         * RELEASE:
3870         * configure.ac:
3871           Releasing 0.8.8, "I'll Take Care Of You"
3872
3873 2004-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3874
3875         * configure.ac:
3876           second prerelease
3877
3878 2004-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3879
3880         patch by: Wim Taymans
3881
3882         * gst/gstbin.c:
3883           Fix for #159852 - make iterate emission threadsafe
3884
3885 2004-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3886
3887         * docs/faq/cvs.xml:
3888           notes about new fdo account request
3889
3890 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
3891
3892         * docs/gst/gstreamer-docs.sgml:
3893         * docs/gst/tmpl/gstenumtypes.sgml:
3894         * docs/gst/tmpl/gstplugin.sgml:
3895         * docs/libs/gstreamer-libs-docs.sgml:
3896           Added missing short docs. Added ids for navigation.
3897
3898 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3899
3900         * docs/manual/advanced-autoplugging.xml:
3901         * docs/manual/advanced-schedulers.xml:
3902         * docs/manual/advanced-threads.xml:
3903           Rewrites. Remove cothreads, go a bit into opt specifically,
3904           document threads and their gotchas, and do some technical stuff
3905           on autoplugging plus add some working examples. Fixes #157395.
3906         * examples/manual/Makefile.am:
3907           Add typefind/autoplugger example (one that actually works).
3908           Remove queue example since it's a duplicate of the thread one.
3909
3910 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3911
3912         * gst/gstvalue.c: (gst_value_deserialize_string):
3913           use deprecated g_value_set_string_take_ownership to keep compatible
3914           with glib 2.2
3915
3916 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3917
3918         * gst/gstvalue.c: (gst_value_deserialize_string):
3919           revert last patch, only dom a g_utf8_validate now before accepting
3920           the string - caps parsing strips " from strings so we can't rely on
3921           them
3922         * testsuite/caps/value_serialize.c: (test_string_deserialization):
3923           disable a test that tested the above and comment it
3924
3925 2004-12-16  Steve Lhomme <steve.lhomme@free.fr>
3926
3927         Patch reviewed by David Schleef  <ds@schleef.org>
3928
3929         * win32/gstenumtypes.c: Update from gst/gstenumtypes.c (See
3930         bug #153882)
3931         * win32/gstenumtypes.h: same
3932
3933 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3934
3935         * gst/gstpad.c: (gst_pad_query):
3936           Do query on realized pad, similar to how convert/send_event handle
3937           this. Also makes sense, since this pad belongs to the function to
3938           which this query will be sent. Fixes #158163.
3939
3940 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
3941
3942         * docs/manual/appendix-programs.xml: fix pipeline to actually work
3943
3944 2004-12-16  Christian Fredrik Kalager Schaller  <christian@fluendo.com>
3945
3946         * docs/faq/general.xml: fix pipeline to actually work
3947
3948 2004-12-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3949
3950         * gst/gstvalue.c: (gst_value_deserialize_string):
3951           check that a simple string that gets deserialized does not contain
3952           invalid characters
3953         * testsuite/caps/value_serialize.c: (test_string_deserialization):
3954           remove a test that tested a wring behaviour
3955
3956 2004-12-16  Matt Kraai  <kraai@alumni.cmu.edu>
3957
3958         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3959
3960         * docs/manual/intro-motivation.xml:
3961           Fix typos.
3962
3963 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
3964
3965         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3966
3967         * docs/gst/tmpl/gstprobe.sgml:
3968           Fix documentation of probe callback - it is supposed to return
3969           FALSE, not TRUE, to remove data from the stream (#159087).
3970
3971 2004-12-16  Daniel Gazard  <dany42@free.fr>
3972
3973         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3974
3975         * gst/gstelementfactory.c: (gst_element_factory_create):
3976           Fix compile failure if compiling without libxml2 support (#149936).
3977
3978 2004-12-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3979
3980         * docs/manual/advanced-autoplugging.xml:
3981         * docs/manual/highlevel-components.xml:
3982           Move spider from autoplugging to components. Autoplugging is for
3983           internals, not for solutions. ;-).
3984
3985 2004-12-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3986
3987         * docs/random/ds/0.9-suggested-changes:
3988           Make note on device/location/uri property names.
3989
3990 2004-12-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3991
3992         * docs/manual/advanced-autoplugging.xml:
3993         * docs/manual/advanced-clocks.xml:
3994         * docs/manual/advanced-interfaces.xml:
3995         * docs/manual/advanced-metadata.xml:
3996         * docs/manual/advanced-position.xml:
3997         * docs/manual/advanced-schedulers.xml:
3998         * docs/manual/advanced-threads.xml:
3999         * docs/manual/appendix-gnome.xml:
4000         * docs/manual/appendix-programs.xml:
4001         * docs/manual/appendix-quotes.xml:
4002         * docs/manual/autoplugging.xml:
4003         * docs/manual/basics-bins.xml:
4004         * docs/manual/basics-data.xml:
4005         * docs/manual/basics-elements.xml:
4006         * docs/manual/basics-helloworld.xml:
4007         * docs/manual/basics-init.xml:
4008         * docs/manual/basics-pads.xml:
4009         * docs/manual/basics-plugins.xml:
4010         * docs/manual/bins-api.xml:
4011         * docs/manual/bins.xml:
4012         * docs/manual/buffers-api.xml:
4013         * docs/manual/buffers.xml:
4014         * docs/manual/clocks.xml:
4015         * docs/manual/components.xml:
4016         * docs/manual/cothreads.xml:
4017         * docs/manual/debugging.xml:
4018         * docs/manual/dparams-app.xml:
4019         * docs/manual/dynamic.xml:
4020         * docs/manual/elements-api.xml:
4021         * docs/manual/elements.xml:
4022         * docs/manual/factories.xml:
4023         * docs/manual/gnome.xml:
4024         * docs/manual/goals.xml:
4025         * docs/manual/helloworld.xml:
4026         * docs/manual/helloworld2.xml:
4027         * docs/manual/highlevel-components.xml:
4028         * docs/manual/highlevel-xml.xml:
4029         * docs/manual/init-api.xml:
4030         * docs/manual/intro-basics.xml:
4031         * docs/manual/intro-motivation.xml:
4032         * docs/manual/intro-preface.xml:
4033         * docs/manual/intro.xml:
4034         * docs/manual/links-api.xml:
4035         * docs/manual/links.xml:
4036         * docs/manual/manual.xml:
4037         * docs/manual/motivation.xml:
4038         * docs/manual/pads-api.xml:
4039         * docs/manual/pads.xml:
4040         * docs/manual/plugins-api.xml:
4041         * docs/manual/plugins.xml:
4042         * docs/manual/programs.xml:
4043         * docs/manual/queues.xml:
4044         * docs/manual/quotes.xml:
4045         * docs/manual/schedulers.xml:
4046         * docs/manual/states-api.xml:
4047         * docs/manual/states.xml:
4048         * docs/manual/threads.xml:
4049         * docs/manual/typedetection.xml:
4050         * docs/manual/win32.xml:
4051         * docs/manual/xml.xml:
4052           Try 2. This time, include a short preface as a "general
4053           introduction", also add code blocks around all code samples
4054           so they get compiled. We still need a way to tell readers
4055           the filename of the code sample. In some cases, don't show
4056           all code in the documentation, but do include it in the generated
4057           code. This allows for focussing on specific bits in the docs,
4058           while still having a full test application available.
4059         * examples/manual/Makefile.am:
4060           Fix up examples for new ADM. Add several of the new examples that
4061           were either added or were missing from the build system.
4062         * examples/manual/extract.pl:
4063           Allow nameless blocks.
4064
4065 2004-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4066
4067         * docs/manual/elements-api.xml:
4068         * docs/manual/helloworld.xml:
4069         * examples/manual/extract.pl:
4070           fix last example.  Add example of adding code blocks that are not
4071           shown in docbook output.
4072
4073 2004-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4074
4075         * docs/manual/dynamic.xml:
4076         * docs/manual/elements-api.xml:
4077         * docs/manual/gnome.xml:
4078         * docs/manual/helloworld2.xml:
4079         * docs/manual/init-api.xml:
4080         * docs/manual/queues.xml:
4081         * docs/manual/threads.xml:
4082         * docs/manual/xml.xml:
4083         * examples/manual/extract.pl:
4084           Make it possible to extract example code from separate blocks.
4085           Should make Ronald happy.
4086
4087 2004-12-15  Wim Taymans  <wim@fluendo.com>
4088
4089         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
4090         (remove_from_group), (group_elements_set_visited),
4091         (normalize_group), (gst_opt_scheduler_iterate):
4092         Fix bug where a flag was not updated on a decoupled entry point 
4093         because we were just checking the group element list and decoupled
4094         elements are not in that list..
4095
4096 2004-12-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4097
4098         * docs/manual/advanced-autoplugging.xml:
4099         * docs/manual/advanced-clocks.xml:
4100         * docs/manual/advanced-dparams.xml:
4101         * docs/manual/advanced-interfaces.xml:
4102         * docs/manual/advanced-metadata.xml:
4103         * docs/manual/advanced-position.xml:
4104         * docs/manual/advanced-schedulers.xml:
4105         * docs/manual/advanced-threads.xml:
4106         * docs/manual/appendix-debugging.xml:
4107         * docs/manual/appendix-gnome.xml:
4108         * docs/manual/appendix-programs.xml:
4109         * docs/manual/appendix-quotes.xml:
4110         * docs/manual/appendix-win32.xml:
4111         * docs/manual/autoplugging.xml:
4112         * docs/manual/basics-bins.xml:
4113         * docs/manual/basics-data.xml:
4114         * docs/manual/basics-elements.xml:
4115         * docs/manual/basics-helloworld.xml:
4116         * docs/manual/basics-init.xml:
4117         * docs/manual/basics-pads.xml:
4118         * docs/manual/basics-plugins.xml:
4119         * docs/manual/bins-api.xml:
4120         * docs/manual/bins.xml:
4121         * docs/manual/buffers-api.xml:
4122         * docs/manual/buffers.xml:
4123         * docs/manual/clocks.xml:
4124         * docs/manual/components.xml:
4125         * docs/manual/cothreads.xml:
4126         * docs/manual/debugging.xml:
4127         * docs/manual/dparams-app.xml:
4128         * docs/manual/dynamic.xml:
4129         * docs/manual/elements-api.xml:
4130         * docs/manual/elements.xml:
4131         * docs/manual/factories.xml:
4132         * docs/manual/gnome.xml:
4133         * docs/manual/goals.xml:
4134         * docs/manual/helloworld.xml:
4135         * docs/manual/helloworld2.xml:
4136         * docs/manual/highlevel-components.xml:
4137         * docs/manual/highlevel-xml.xml:
4138         * docs/manual/init-api.xml:
4139         * docs/manual/intro-motivation.xml:
4140         * docs/manual/intro-preface.xml:
4141         * docs/manual/intro.xml:
4142         * docs/manual/links-api.xml:
4143         * docs/manual/links.xml:
4144         * docs/manual/manual.xml:
4145         * docs/manual/motivation.xml:
4146         * docs/manual/pads-api.xml:
4147         * docs/manual/pads.xml:
4148         * docs/manual/plugins-api.xml:
4149         * docs/manual/plugins.xml:
4150         * docs/manual/programs.xml:
4151         * docs/manual/queues.xml:
4152         * docs/manual/quotes.xml:
4153         * docs/manual/schedulers.xml:
4154         * docs/manual/states-api.xml:
4155         * docs/manual/states.xml:
4156         * docs/manual/threads.xml:
4157         * docs/manual/typedetection.xml:
4158         * docs/manual/win32.xml:
4159         * docs/manual/xml.xml:
4160           First try at rewriting the ADM. Needs lotsamore work, but some
4161           parts might already be somewhat useful.
4162         * docs/pwg/advanced-interfaces.xml:
4163           Remove properties interface, it never actually existed (except for
4164           on my HD...).
4165
4166 2004-12-13  David Schleef  <ds@schleef.org>
4167
4168         * gst/gstpad.c: (gst_pad_set_explicit_caps): Allow caps to
4169         be NULL (bug #160220).
4170
4171 2004-12-13  David Schleef  <ds@schleef.org>
4172
4173         * configure.ac: remove all mmx stuff, because it's not used.
4174         * docs/random/ds/0.9-suggested-changes: additional notes
4175         * include/Makefile.am: we don't use these anymore
4176         * include/mmx.h: remove
4177         * include/sse.h: remove
4178
4179 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4180
4181         * docs/random/mimetypes:
4182           Add FOURCC code for h264 codec (VSSH)
4183           Add alternate FOURCC codes for h263 related codecs
4184
4185 2004-12-10  Stefan Kost  <ensonic@users.sf.net>
4186
4187         * docs/manual/programs.xml:
4188           Added more gst-launch examples.
4189
4190 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4191
4192         * gst/gstqueue.c: (gst_queue_handle_src_query):
4193           Check for availability again.
4194
4195 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4196
4197         * gst/gstcaps.c: (gst_caps_compare_structures):
4198           Simple caps go first. This has the nice side-effect of fixing an
4199           obscure warning.
4200
4201 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4202
4203         * gst/gstversion.h.in:
4204           Protect header.
4205
4206 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4207
4208         * gst/schedulers/gstoptimalscheduler.c:
4209         (gst_opt_scheduler_schedule_run_queue), (schedule_chain),
4210         (gst_opt_scheduler_get_wrapper):
4211           When we're recursing into a chain run, only run the directly
4212           related group, not all queued ones. This will fix a possible
4213           deadlock in chains with more than two groups.
4214
4215 2004-12-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4216
4217         * autogen.sh:
4218           remove patch if autopoint fails
4219
4220 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4221
4222         * docs/gst/gstreamer-sections.txt:
4223           Document Thomas' addition, fix build, make Luis the sheriff happy.
4224
4225 2004-12-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4226
4227         * gst/gstplugin.c:
4228         * gst/gstplugin.h:
4229           add accessor for version field
4230
4231 2004-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4232
4233         submitted by: Luca Ferretti <elle.uca@infinito.it>
4234
4235         * po/LINGUAS:
4236         * po/it.po:
4237           New tranlation added: Italian
4238
4239 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4240
4241         * gst/gstpad.c: (gst_pad_is_negotiated),
4242         (gst_pad_get_negotiated_caps):
4243           GST_RPAD_* will only operate on a RealPad (it casts the pointer,
4244           it doesn't actually check the contents), so be sure to hand it
4245           a RealPad else we'll crash.
4246
4247 2004-12-03  Wim Taymans  <wim@fluendo.com>
4248
4249         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
4250         (gst_queue_link), (gst_queue_handle_src_query):
4251         Reverted to 1.110 until this makes the testsuite and various
4252         apps work.
4253
4254 2004-12-01  Christian Fredrik Kalager Schaller <christian@fluendo.com>
4255
4256         * docs/upload.mak: fix included CVS conflict strings
4257
4258 2004-12-01  William Jon McCann  <mccann@jhu.edu>
4259
4260         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4261
4262         * gst/gstelement.c: (gst_element_error_full):
4263           Use g_error_new_literal because error text may have
4264           percentage signs in it. Fixes #160019.
4265
4266 2004-12-01  Benjamin Otte  <otte@gnome.org>
4267
4268         * gst/elements/gstbufferstore.c:
4269         (gst_buffer_store_add_buffer_func):
4270           don't try to make subbuffers bigger than they can be. (fixes
4271           #159970)
4272
4273 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4274
4275         * docs/gst/gstreamer-sections.txt:
4276         * docs/gst/tmpl/gstvalue.sgml:
4277           Add new function to docs to fix build.
4278
4279 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4280
4281         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
4282         * gst/gstpad.c: (_gst_pad_default_fixate_value),
4283         (_gst_pad_default_fixate_foreach):
4284         * gst/gstvalue.c: (gst_type_is_fixed), (gst_value_is_fixed):
4285         * gst/gstvalue.h:
4286           Deprecate _type_is_fixed, use _value_is_fixed instead, since
4287           in some cases (arrays), the fixedness depends on the content.
4288         * gst/gstqueue.c: (gst_queue_handle_src_query):
4289           Check for availability before doing something.
4290
4291 2004-11-29  Wim Taymans  <wim@fluendo.com>
4292
4293         * testsuite/threads/Makefile.am:
4294         * testsuite/threads/signals.c: (gst_test_get_type),
4295         (gst_test_class_init), (gst_test_init), (gst_test_dispose),
4296         (gst_test_set_property), (gst_test_get_property),
4297         (gst_test_do_signal1), (signal2_handler), (gst_test_do_signal2),
4298         (gst_test_do_prop), (run_thread), (main):
4299         Added a bunch of testcases that show threadsafety bugs in glib.
4300
4301 2004-11-29  Stefan Kost  <ensonic@users.sf.net>
4302
4303         * docs/manual/programs.xml:
4304           Added a first batch of gst-launch examples, as provided by Ronald
4305           and others from the devel-mlist
4306
4307 2004-11-28  Benjamin Otte  <otte@gnome.org>
4308
4309         * gst/gstelement.c: (gst_element_negotiate_pads):
4310           simplify
4311         * gst/gstvalue.c: (gst_string_wrap), (gst_string_unwrap),
4312         (gst_value_serialize_string), (gst_value_deserialize_string):
4313           add unwrapping of previously wrapped strings. Fix bug in wrapping
4314           while at it.
4315         * testsuite/caps/value_serialize.c: (test1),
4316         (test_string_serialization), (test_string_deserialization), (main):
4317           add tests for string (de)serialization
4318
4319 2004-11-26  Wim Taymans  <wim@fluendo.com>
4320
4321         * testsuite/threads/159566.c: (object_deep_notify), (main):
4322         * testsuite/threads/Makefile.am:
4323         Added testsuite to show bug #159566
4324
4325 2004-11-25  Wim Taymans  <wim@fluendo.com>
4326
4327         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_change_state),
4328         (gst_thread_child_state_change), (gst_thread_main_loop):
4329         Ref the thread object in the GThread mainloop. Break out of the
4330         thread mainloop if it holds the last ref. This properly exits
4331         the threads when disposing the thread from its own context. It
4332         also avoids possible deadlocks in the dispose function.
4333
4334 2004-11-24  Martin Soto  <martinsoto@users.sourceforge.net>
4335
4336         * gst/gstqueue.c (gst_queue_link_sink): Grab the lock only when
4337         it is necessary to wait.
4338
4339 2004-11-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4340
4341         * docs/pwg/building-boiler.xml:
4342           Make description somewhat clearer.
4343
4344 2004-11-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4345
4346         * docs/upload.mak:
4347           Apparently docs changed location on FDO's server.
4348
4349 2004-11-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4350
4351         * docs/pwg/appendix-checklist.xml:
4352           Add some random notes on things to check when writing an element.
4353           This list can be extended as people see fit.
4354
4355 2004-11-23  Martin Soto  <martinsoto@users.sourceforge.net>
4356
4357         * gst/gstqueue.c (gst_queue_init, gst_queue_link_sink)
4358         (gst_queue_link_src): Allow for renegotiating the caps of the sink
4359         pad. The queue will now wait until it is empty and forward the new
4360         caps to the source.
4361         * gst/gstbin.c (gst_bin_set_element_sched)
4362         (gst_bin_unset_element_sched): Make sure that all elements and
4363         links are registered and unregistered with the scheduler exactly
4364         once. This elaborates on a fix by Benjamin Otte, but
4365         guarantees that decoupled elements are also registered.
4366
4367 2004-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4368
4369         * docs/manual/quotes.xml:
4370           add a quote
4371         * configure.ac:
4372         * gst/gst.c:
4373         * gst/gstinfo.c:
4374           add LIBDIR and move init message higher up so it's at the start
4375
4376 2004-11-08  Christian Fredrik Kalager Schaller  <christian@fluendo.com>
4377
4378         * gst/schedulers/Makefile.am: fix disted build fair by including .h file
4379         * gstreamer.spec.in: add fair
4380
4381 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4382
4383         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
4384         * gst/elements/gstidentity.c: (gst_identity_class_init):
4385           Use G_SIGNAL_TYPE_STATIC_SCOPE, patch by Christophe Fergeau
4386           <teuf@gnome.org> (#157263).
4387         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
4388         (gst_type_find_handle_src_query):
4389           Subtract size of internally stored data from position queries.
4390
4391 2004-11-07  Martin Soto  <martinsoto@users.sourceforge.net>
4392
4393         * gst/schedulers/fairscheduler.c:
4394         * gst/schedulers/faircothreads.c:
4395         * gst/schedulers/faircothreads.h:
4396         New cothread based scheduler: Fair scheduler.
4397         * gst/schedulers/gthread-cothreads.h: 
4398         Add the standard #if around the whole file.
4399         Defining symbol GTHREAD_COTHREADS_NO_DEFINITIONS will now prevent
4400         compilation of the functions defined in this file. This is
4401         necessary to be able to use this file as a normal header.
4402         * gst/schedulers/Makefile.am: Add compiling support for fair
4403         scheduler.
4404         * docs/gst/Makefile.am (IGNORE_HFILES): Exclude internal fair
4405         scheduler cothreads layer from documentation generation.
4406
4407 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4408
4409         * gst/autoplug/gstspideridentity.c:
4410         (gst_spider_identity_sink_loop_type_finding):
4411           Don't crash if that function is not implemented.
4412
4413 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4414
4415         * docs/pwg/advanced-types.xml:
4416           Another typo.
4417
4418 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4419
4420         * docs/pwg/intro-preface.xml:
4421           Hm, ok, so the brackets weren't really useful...
4422         * docs/pwg/other-ntoone.xml:
4423           Fix embarassing typo.
4424
4425 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4426
4427         * docs/pwg/intro-preface.xml:
4428           Rewrite preface.
4429
4430 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4431
4432         * docs/pwg/advanced-scheduling.xml:
4433         * docs/pwg/advanced-tagging.xml:
4434         * docs/pwg/advanced-types.xml:
4435         * docs/pwg/building-boiler.xml:
4436         * docs/pwg/building-chainfn.xml:
4437         * docs/pwg/building-signals.xml:
4438         * docs/pwg/building-state.xml:
4439         * docs/pwg/building-testapp.xml:
4440         * docs/pwg/intro-basics.xml:
4441         * docs/pwg/other-manager.xml:
4442         * docs/pwg/other-source.xml:
4443           Typo fixes.
4444         * docs/pwg/other-manager.xml:
4445           Add some first content. No example code yet.
4446         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
4447           Remove double newlines.
4448
4449 2004-11-04  Wim Taymans  <wim@fluendo.com>
4450
4451         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
4452         (remove_from_group), (normalize_group), (group_migrate_connected),
4453         (gst_opt_scheduler_iterate):
4454         * testsuite/schedulers/.cvsignore:
4455         * testsuite/schedulers/Makefile.am:
4456         * testsuite/schedulers/queue_link.c: (main):
4457         Added testcase for scheduler segfault.
4458         Fix scheduler segfault when removing a decoupled
4459         entry point as the last element from a group.
4460
4461 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
4462
4463         * gst/gstmarshal.list: add missing marshaller, fixes build
4464
4465 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
4466
4467         * docs/random/signal: added notes about using BOXED for GstBuffer
4468         signal marshallers, not POINTER
4469
4470 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
4471
4472         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
4473         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init): more
4474         POINTER=>BOXED changes to marshal GstBuffers
4475
4476 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
4477
4478         * gst/elements/gstidentity.c: (gst_identity_class_init): GstBuffer is 
4479         a boxed type, marshal the signal with VOID__BOXED, not VOID__POINTER
4480
4481 2004-11-03  Stefan Kost  <ensonic@users.sf.net>
4482
4483         * docs/gst/gstreamer-sections.txt:
4484         * docs/gst/tmpl/gstcaps.sgml:
4485         * docs/gst/tmpl/gsterror.sgml:
4486         * docs/gst/tmpl/gstinfo.sgml:
4487         * docs/gst/tmpl/gstmacros.sgml:
4488         * docs/gst/tmpl/gstutils.sgml:
4489         * docs/random/ensonic/interfaces.txt:
4490         * gst/gstinfo.h:
4491           added some more docs, removed two obsolete defines
4492
4493 2004-11-02  Kjartan Maraas <as at gnome.org>
4494
4495         reviewed by: Wim Taymans, Ronald Bultje.
4496
4497         * gst/cothreads.c: (cothread_create):
4498         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
4499         (gst_bin_child_state_change_func):
4500         * gst/gstbuffer.c: (gst_buffer_span):
4501         * gst/gstelement.c: (gst_element_get_index),
4502         (gst_element_get_event_masks), (gst_element_get_query_types),
4503         (gst_element_get_formats):
4504         * gst/gsterror.c: (_gst_core_errors_init),
4505         (_gst_library_errors_init), (_gst_resource_errors_init),
4506         (_gst_stream_errors_init):
4507         * gst/gstobject.c: (gst_object_default_deep_notify):
4508         * gst/gstpad.c: (gst_pad_get_event_masks),
4509         (gst_pad_get_internal_links_default):
4510         * gst/gstplugin.c: (gst_plugin_register_func),
4511         (gst_plugin_get_module):
4512         * gst/gststructure.c: (gst_structure_get_string),
4513         (gst_structure_get_abbrs), (gst_structure_from_abbr),
4514         (gst_structure_to_abbr):
4515         * gst/gstutils.c: (gst_print_element_args):
4516         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
4517         (setup_group_scheduler), (gst_opt_scheduler_iterate):
4518         Aplied part of patch #157127: Cleanup of issues reported by 
4519         sparse.
4520         Also do not try to use cothreads when there is no cothread
4521         context yet.
4522
4523 2004-11-02  Sebastien Cote <sc5 at hermes.usherb.ca>
4524
4525         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
4526         (gst_opt_scheduler_iterate):
4527         Applied patch #154061. Running a pipeline in which an element 
4528         calls GST_ELEMENT_ERROR in the chain function, the opt 
4529         scheduler doesn't unref the chain so it never gets freed.
4530
4531 2004-11-02  Wim Taymans  <wim@fluendo.com>
4532
4533         * gst/gststructure.c: (gst_structure_get_abbrs),
4534         (gst_structure_from_abbr), (gst_structure_to_abbr):
4535         Remove that ugly if-then thing in the code that converts
4536         between strings and types.
4537
4538 2004-11-02  Wim Taymans  <wim@fluendo.com>
4539
4540         * gst/gstscheduler.c: (gst_scheduler_add_element),
4541         (gst_scheduler_remove_element), (gst_scheduler_state_transition):
4542         Aplied clock distribution patch, this should fix bug
4543         #148787.
4544
4545 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4546
4547         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
4548
4549         * po/LINGUAS:
4550         * po/nb.po:
4551           Added Norwegian Bokmaal translation
4552
4553 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4554
4555         * tools/gst-inspect.c: (print_signal_info):
4556           print signal arguments as pointers if they are
4557
4558 2004-10-22  Stefan Kost  <ensonic@users.sf.net>
4559
4560         * docs/pwg/building-boiler.xml:
4561           exchanged GTK_ macros with G_TYPE macros (as pointed out by mathrick)
4562
4563 2004-10-19  Wim Taymans  <wim at fluendo dot com>
4564
4565         * gst/parse/parse.l:
4566         * testsuite/parse/parse1.c: (main):
4567         Since parse can do 'element name=a:b' make 'a:b.' work as
4568         well. 
4569         Added testcase to verify fix.
4570
4571 2004-10-19  Wim Taymans  <wim at fluendo dot com>
4572
4573         * tools/gst-inspect.c: (print_pad_info), (print_plugin_features):
4574         Use the realpad when printing the direction.
4575         Add extra \n when printing extensions of typefind factories.
4576
4577 2004-10-13  David Schleef  <ds@schleef.org>
4578
4579         * examples/manual/Makefile.am: $< isn't portable in Makefile
4580         rules.
4581
4582 2004-10-13  Stefan Kost  <ensonic@users.sf.net>
4583
4584         * docs/gst/tmpl/gstobject.sgml:
4585         * docs/gst/tmpl/gstplugin.sgml:
4586         * docs/gst/tmpl/gstpluginfeature.sgml:
4587         * docs/gst/tmpl/gstregistry.sgml:
4588         * docs/gst/tmpl/gstversion.sgml:
4589         * gst/gstbin.c:
4590           more api documentation
4591         * gst/gstplugin.c: (gst_plugin_register_func),
4592         (gst_plugin_check_file), (gst_plugin_load_file):
4593           better error signaling and logging
4594
4595 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4596
4597         * gst/gstqueue.c: (gst_queue_init), (gst_queue_handle_src_query):
4598           Subtract current queue contents from position queries.
4599
4600 2004-10-11  Johan Dahlin  <johan@gnome.org>
4601
4602         * gst/gsturi.c (gst_uri_get_location): unescape string
4603         (gst_uri_construct): escape string.
4604
4605 2004-10-11  Benjamin Otte  <otte@gnome.org>
4606
4607         * gst/gstpad.c: (gst_pad_renegotiate), (gst_pad_try_set_caps),
4608         (gst_pad_try_set_caps_nonfixed):
4609           allow renegotiation of unconnected pads (as inside spider). Simply
4610           return OK if unconnected - mimic try_set_caps there.
4611
4612 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4613
4614         * gst/gstbin.c: (gst_bin_sync_children_state):
4615           Add missing break.
4616
4617 2004-10-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4618
4619         * gst/elements/gstfakesrc.c: (gst_fakesrc_get):
4620         Set element to EOS before sending EOS event
4621
4622 2004-10-08  Wim Taymans  <wim at fluendo dot com>
4623
4624         * gst/elements/gsttypefindelement.c:
4625         (gst_type_find_element_handle_event):
4626         Handle EOS events when doing the transition from
4627         typefind to data passing. This should fix the
4628         infinite loops in short files.
4629
4630 2004-10-07  Wim Taymans  <wim at fluendo dot com>
4631
4632         * gst/gstthread.c: (gst_thread_change_state),
4633         (gst_thread_child_state_change):
4634         Make sure no iteration happens while performing
4635         the state change as it could mess up the internal
4636         consistency of the thread state.
4637
4638 2004-10-07  Wim Taymans  <wim at fluendo dot com>
4639
4640         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_sync),
4641         (gst_thread_change_state), (gst_thread_child_state_change):
4642         Do not try to grab the iterate lock in the state change method
4643         when we are in the same thread as the iterate or else we
4644         could deadlock. Some other cleanups.
4645
4646 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4647
4648         * configure.ac:
4649           bump nano to cvs
4650
4651 === release 0.8.7 ===
4652
4653 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4654
4655         * configure.ac:
4656         * NEWS:
4657         * RELEASE:
4658         * configure.ac:
4659           releasing 0.8.7, "A Cruise"
4660
4661 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4662
4663         * docs/random/mimetypes:
4664         Add an entry for Sony ATRAC3 audio format with mime-type
4665         used by rmdemux et riff-read
4666
4667 2004-10-06  Wim Taymans  <wim at fluendo dot com>
4668
4669         * gst/elements/gsttypefindelement.c: (stop_typefinding):
4670         Push the buffer store instead of clearing it in case that
4671         the stream is not seekable.
4672
4673 2004-10-06  Wim Taymans  <wim at fluendo dot com>
4674
4675         * gst/gstthread.c: (gst_thread_init), (gst_thread_change_state),
4676         (gst_thread_main_loop):
4677         Lock the iteration and the state change so that automatic
4678         negotiation and fixation does not happen at the same time
4679         as the in stream negotiation.
4680
4681 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4682
4683         * configure.ac:
4684           bump nano to cvs
4685
4686 === release 0.8.6 ===
4687
4688 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4689
4690         * configure.ac:
4691         * NEWS:
4692         * RELEASE:
4693         * configure.ac:
4694           releasing 0.8.6, "Narc"
4695
4696 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4697
4698         * configure.ac:
4699           prerel bump
4700
4701 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4702
4703         patch by: Steve Lhomme
4704
4705         * gst/elements/gstfakesrc.c:
4706         * gst/elements/gstidentity.c:
4707         * gst/gstthread.c:
4708           Fix for #153881
4709
4710 2004-10-01  Wim Taymans  <wim at fluendo dot com>
4711
4712         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc):
4713         Fix threadsafety of the crc checking function.
4714
4715 2004-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4716
4717         patch by: Ronald Bultje
4718
4719         * gst/elements/gsttypefindelement.c: (stop_typefinding),
4720         (gst_type_find_element_handle_event),
4721         (gst_type_find_element_chain):
4722         * gst/elements/gsttypefindelement.h:
4723          #153657.
4724          Filter out discont event from seekable sources when typefind
4725          asks them to seek.  Fixes typefind with demuxers for
4726          avi, asf and matroska.
4727
4728 2004-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4729
4730         * docs/gst/gstreamer-sections.txt:
4731         * gst/gstcaps.c:
4732         * gst/gstcaps.h:
4733         * gst/gstpad.c:
4734           Revert preferred caps: (#147789)
4735
4736 2004-09-19  Steve Lhomme  <steve.lhomme@free.fr>
4737
4738         * win32/dirent.c:
4739           fix a memory leak
4740
4741 2004-09-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4742
4743         * configure.ac:
4744           bump for prerelease
4745
4746 2004-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4747
4748         * docs/Makefile.am:
4749         * docs/manual/elements-api.xml:
4750           restructure so that common stuff is shown first
4751         * docs/manual/init-api.xml:
4752           convert to examples
4753         * docs/manual/manual.xml:
4754         * docs/manuals.mak:
4755         * docs/url.entities:
4756           link to API on the website, possibly override later in build
4757         * examples/manual/.cvsignore:
4758           ignore more
4759         * examples/manual/Makefile.am:
4760           add more examples
4761         * examples/manual/extract.pl:
4762           error out on failure
4763
4764 2004-09-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4765
4766         * docs/gst/tmpl/gstthread.sgml:
4767         * docs/manual/init-api.xml:
4768         * examples/manual/Makefile.am:
4769           convert two code bits to examples
4770
4771 2004-09-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4772
4773         * gst/gstelement.c: (gst_element_change_state):
4774           Well, actually, I was about to remove this insane assert when
4775           I noticed Wim already did that. A warning is nice so we can
4776           fix actual ugs (using --g-fatal-warnings and backtraces), so
4777           I added that instead.
4778
4779 2004-09-06  Wim Taymans  <wim@fluendo.com>
4780
4781         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
4782         (gst_element_threadsafe_properties_post_run),
4783         (gst_element_set_state), (gst_element_change_state):
4784         Added extra refcounting around various places. 
4785
4786 2004-09-06  Wim Taymans  <wim@fluendo.com>
4787
4788         * gst/gstpad.c: (gst_pad_link_call_link_functions):
4789         Fix debug info.
4790
4791 2004-09-06  Wim Taymans  <wim@fluendo.com>
4792
4793         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
4794         (remove_from_group):
4795         Some more debug info.
4796
4797 2004-09-03  Wim Taymans  <wim@fluendo.com>
4798
4799         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
4800         (gst_fakesrc_init), (gst_fakesrc_set_clock),
4801         (gst_fakesrc_set_property), (gst_fakesrc_get_property),
4802         (gst_fakesrc_get), (gst_fakesrc_change_state):
4803         * gst/elements/gstfakesrc.h:
4804         * gst/elements/gstidentity.c: (gst_identity_class_init),
4805         (gst_identity_init), (gst_identity_chain),
4806         (gst_identity_set_property), (gst_identity_get_property),
4807         (gst_identity_change_state):
4808         * gst/elements/gstidentity.h:
4809         Added datarate properties to limit the datarate.
4810
4811 2004-08-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4812
4813         * gst/autoplug/gstspider.c: (plugin_init):
4814           don't set a rank. We don't want to autoplug by inserting spiders.
4815
4816 2004-08-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4817
4818         * gst/autoplug/gstspider.c: (gst_spider_class_init),
4819         (gst_spider_identity_plug):
4820           add a template for spider's sink
4821         * gst/gst.c: (gst_register_core_elements):
4822           queue's rank should be NULL, we don't want spider to add it.
4823
4824 2004-08-18  David Schleef  <ds@schleef.org>
4825
4826         * docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331)
4827         * docs/libs/Makefile.am: same
4828         * docs/gst/tmpl/gstxml.sgml: Remove GstXMLNs
4829         * docs/random/ds/0.9-planning: random additions
4830         * docs/random/ds/0.9-suggested-changes: same
4831         * gst/gstxml.h: remove vestigal GstXMLNs definition
4832
4833         Preferred caps: (#147789)
4834         * docs/gst/gstreamer-sections.txt: Add symbols
4835         * docs/gst/tmpl/gstcaps.sgml: Add symbols
4836         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
4837         (gst_caps_append), (gst_caps_copy_1), (gst_caps_intersect),
4838         (gst_caps_union), (gst_caps_save_thyself), (gst_caps_load_thyself),
4839         (gst_caps_get_preferred), (gst_caps_set_preferred),
4840         (gst_caps_get_structure_by_id), (gst_caps_prefer_foreach),
4841         (gst_caps_use_preferred): Handle caps preferences
4842         * gst/gstcaps.h: Add caps preferences
4843         * gst/gstpad.c: (gst_pad_link_get_preferred),
4844         (gst_pad_link_fixate), (gst_pad_link_call_link_functions),
4845         (gst_pad_renegotiate), (gst_pad_guess_preferred),
4846         (gst_pad_get_caps), (gst_pad_push):  Use caps preferences for
4847         negotiation.
4848
4849 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4850
4851         * gst/autoplug/gstspideridentity.c:
4852         (gst_spider_identity_request_new_pad):
4853         * gst/elements/gstaggregator.c: (gst_aggregator_base_init),
4854         (gst_aggregator_init):
4855         * gst/elements/gstfakesink.c: (gst_fakesink_base_init),
4856         (gst_fakesink_init):
4857         * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
4858         (gst_fakesrc_init):
4859         * gst/elements/gstfdsink.c: (gst_fdsink_base_init),
4860         (gst_fdsink_init):
4861         * gst/elements/gstfdsrc.c: (gst_fdsrc_base_init), (gst_fdsrc_init):
4862         * gst/elements/gstfilesink.c: (gst_filesink_base_init),
4863         (gst_filesink_init):
4864         * gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
4865         (gst_filesrc_init):
4866         * gst/elements/gstidentity.c: (gst_identity_base_init),
4867         (gst_identity_init):
4868         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
4869         (gst_multifilesrc_init):
4870         * gst/elements/gstpipefilter.c: (gst_pipefilter_base_init),
4871         (gst_pipefilter_init):
4872         * gst/elements/gststatistics.c: (gst_statistics_base_init),
4873         (gst_statistics_init):
4874         * gst/elements/gsttee.c: (gst_tee_base_init), (gst_tee_init):
4875         * gst/gstqueue.c: (gst_queue_base_init), (gst_queue_init):
4876           s/gst_pad_new/&_from_template/
4877           register pad templates in the base_init function
4878           add static pad template definitions
4879
4880 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4881
4882         * testsuite/bytestream/gstbstest.c: (gst_bstest_init):
4883         * testsuite/dynparams/dparamstest.c: (gst_dptest_init):
4884         * testsuite/refcounting/pad.c: (main):
4885         * testsuite/refcounting/thread.c: (create_thread_ghostpads):
4886           s/gst_pad_new/&_from_template/
4887           prepare deprecation of gst_pad_new
4888
4889 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4890
4891         patch by: Luca Ognibene <skaboy81@virgilio.it>
4892
4893         * gst/gstcaps.c:
4894         * gst/gstelement.c:
4895         * gst/gstpad.c:
4896         * gst/gstxml.c:
4897           fix memleaks.  Fixes #150001
4898
4899 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4900
4901         * docs/random/ds/0.9-suggested-changes:
4902           add notes - mostly about pad templates
4903
4904 2004-08-16  Steve Lhomme  <steve.lhomme@free.fr>
4905
4906         * win32/GStreamer.vcproj:
4907           temporary locale files are .gmo not .mo
4908
4909 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4910
4911         * configure.ac: bump nano to cvs
4912
4913 === release 0.8.5 ===
4914
4915 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4916
4917         * configure.ac:
4918           releasing 0.8.5, "Stuttgart"
4919         * NEWS:
4920         * RELEASE:
4921         * configure.ac:
4922         * docs/random/release:
4923           updates for release
4924
4925 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4926
4927         patch by: Wim Taymans (wim@fluendo.com)
4928
4929         * gst/gstbuffer.c:
4930         * gst/gstindex.h:
4931         * libs/gst/dataprotocol/dataprotocol.c:
4932           copy KEY_UNIT and DELTA_UNIT flags correctly.  Fixes #150242
4933
4934 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4935
4936         * Makefile.am:
4937         * win32/MANIFEST:
4938           add win32 dir to the build.  Fixes #149981.
4939
4940 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4941
4942         * configure.ac:
4943           bump libtool versioning
4944         * gst/gststructure.c:
4945           mark function as static
4946         * po/af.po:
4947         * po/az.po:
4948         * po/ca.po:
4949         * po/cs.po:
4950         * po/en_GB.po:
4951         * po/fr.po:
4952         * po/nl.po:
4953         * po/sq.po:
4954         * po/sr.po:
4955         * po/sv.po:
4956         * po/tr.po:
4957         * po/uk.po:
4958           translations update
4959         * win32/README.txt:
4960           trademark protection
4961
4962 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4963
4964         * configure.ac:
4965           fix GST_ORIGIN
4966           set GST_PACKAGE to source, and distinguish between release and other
4967         * tools/gst-inspect.c:
4968           print out plugin an element factory is part of so we see this info
4969
4970 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4971
4972         * docs/gst/gstreamer-sections.txt:
4973         * docs/gst/tmpl/gstbuffer.sgml:
4974         * docs/gst/tmpl/gstschedulerfactory.sgml:
4975           reorder docs a little, make GstBuffer's more sensible.
4976         * gst/gstbuffer.h:
4977           API: added GST_BUFFER_FLAG_DELTA_UNIT
4978         * gst/gstscheduler.c:
4979           comment API addition
4980
4981 2004-08-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4982
4983         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
4984           work with non-regular files that can be mmapped (like /dev/zero)
4985         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
4986           get rid of typefinds that require a seek when we can't seek instead
4987           of trying them over and over again
4988         * tools/gst-launch.c: (idle_func), (error_cb), (main):
4989           return non-zero failure value when the pipeline was interrupted or
4990           an error occurred
4991
4992 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
4993
4994         * win32/config.h:
4995         * win32/GStreamer.vcproj:
4996           compile and install the locales
4997
4998 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
4999
5000         * gst/gstvalue.c:
5001           fix a possible memory leak under Windows
5002
5003 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
5004
5005         * win32/GStreamer.vcproj:
5006           fix a memory leak that occured under Windows
5007         * win32/gstreamer.def:
5008           add gst_scheduler_register
5009
5010 2004-08-11  Benjamin Otte  <otte@gnome.org>
5011
5012         * docs/gst/gstreamer-sections.txt:
5013         * gst/gstscheduler.c: (gst_scheduler_register):
5014         * gst/gstscheduler.h:
5015           API:
5016           add gst_scheduler_register shortcut similar to gst_element_register
5017         * gst/schedulers/entryscheduler.c: (plugin_init):
5018         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
5019         * gst/schedulers/gstoptimalscheduler.c: (plugin_init):
5020           use it
5021
5022 2004-08-10  Steve Lhomme  <steve.lhomme@free.fr>
5023
5024         * gst/gstvalue.h:
5025           fix a memory leak that occured under Windows
5026
5027 2004-08-10  Colin Walters  <walters@redhat.com>
5028
5029         * gst/registries/gstxmlregistry.c (gst_xml_registry_open_func):
5030         Don't use O_EXCL to open temporary registry.  It will prevent
5031         registry creation if a temporary one already exists, which
5032         is unnecessary.
5033
5034 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
5035
5036         * docs/gst/gstreamer-sections.txt:
5037         * docs/gst/tmpl/gstvalue.sgml:
5038           remove some valuable stuff from the documentation due to the use of GST_EXPORT
5039
5040 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
5041
5042         * win32/gstbytestream.vcproj:
5043         * win32/gstelements.vcproj:
5044         * win32/gstgetbits.vcproj:
5045         * win32/gst-inspect.vcproj:
5046         * win32/gst-launch.vcproj:
5047         * win32/gstoptimalscheduler.vcproj:
5048         * win32/GStreamer.vcproj:
5049         * win32/gst-register.vcproj:
5050         * win32/gstspider.vcproj:
5051           update the include and lib dirs to fit standard libraries as
5052           described in the Win32 manual
5053
5054 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
5055
5056         * win32/config.h:
5057         * win32/gstversion.h:
5058           enable NLS again, push the version number for the coming 0.8.5 release
5059
5060 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
5061
5062         * gst/gstvalue.h:
5063           export gst_type_XXX for windows DLLs
5064
5065 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5066
5067         * docs/faq/gst-uninstalled:
5068           fix PKG_CONFIG_PATH and PYTHONPATH
5069         * gst/schedulers/Makefile.am:
5070           cleanup
5071         * libs/gst/bytestream/bytestream.c:
5072           remove newline
5073         * po/LINGUAS:
5074         * po/sq.po:
5075           adding Albanian translation (Laurent Dhima)
5076         * po/cs.po:
5077           updated
5078
5079 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5080
5081         * po/ca.po:
5082         * po/sv.po:
5083           updated translations
5084
5085 2004-08-04  Benjamin Otte  <otte@gnome.org>
5086
5087         * tests/mass_elements.c: (main):
5088           allow specifying src and sink element explicitly, so I can test
5089           videotestsrc instead of fakesrc
5090
5091 2004-08-04  Benjamin Otte  <otte@gnome.org>
5092
5093         * gst/gststructure.c: (gst_structure_id_empty_new_with_size),
5094         (gst_structure_id_empty_new), (gst_structure_empty_new),
5095         (gst_structure_copy):
5096           add gst_structure_id_empty_new_with_size to allow preallocating
5097           value array sizes. Use this in gst_structure_copy to get rid of
5098           reallocs.
5099           don't do quark=>string=>quark when copying structures
5100
5101 2004-08-03  Steve Lhomme  <steve.lhomme@free.fr>
5102
5103         * docs/manual/win32.xml:
5104         * win32/README.txt:
5105           update documentation with the clean version of dependencies
5106
5107 2004-08-03  Benjamin Otte  <otte@gnome.org>
5108
5109         * gst/schedulers/entryscheduler.c:
5110         (gst_entry_scheduler_remove_element):
5111           fix for GST_DISABLE_DEBUG
5112         * tools/gst-launch.c: (print_tag):
5113           fixes for G_DISABLE_ASSERT
5114
5115 2004-08-03  Benjamin Otte  <otte@gnome.org>
5116
5117         * gst/gst.c: (gst_register_core_elements):
5118           fix for G_DISABLE_ASSERT
5119         * gst/gstinfo.c: (__gst_in_valgrind):
5120           add for GST_DISABLE_DEBUG
5121
5122 2004-08-03  Benjamin Otte  <otte@gnome.org>
5123
5124         * gst/parse/parse.l:
5125           fix for G_DISABLE_ASSERT
5126
5127 2004-08-03  Wim Taymans  <wim@fluendo.com>
5128
5129         * gst/gstbin.c: (gst_bin_get_type),
5130         (gst_bin_child_state_change_func):
5131         * gst/gstthread.c: (gst_thread_change_state):
5132         Backported some debug logging from a reverted patch
5133         Don't try to destroy the thread twice. Added some more
5134         debugging in GstThread. Unlock and signal even if we
5135         are in the thread context.
5136
5137 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5138
5139         * po/uk.po:
5140           updated translation
5141
5142 2004-07-30  David Schleef  <ds@schleef.org>
5143
5144         * gst/gstatomic_impl.h: Enable atomic code for x86_64
5145
5146 2004-07-29  David Schleef  <ds@schleef.org>
5147
5148         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test):
5149         Use GST_READ_GUINTxx_BE(), since it accesses unaligned memory.
5150
5151 2004-07-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5152
5153         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
5154         (gst_bin_add_func), (gst_bin_remove_func),
5155         (gst_bin_child_state_change), (gst_bin_child_state_change_func),
5156         (set_kid_state_func), (gst_bin_change_state), (gst_bin_set_state),
5157         (gst_bin_change_state_norecurse), (gst_bin_dispose),
5158         (gst_bin_sync_children_state):
5159         * gst/gstbin.h:
5160         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_release),
5161         (gst_thread_change_state):
5162         * testsuite/states/Makefile.am:
5163           revert state change patches as agreed so we can rework them
5164           gradually
5165
5166 2004-07-29  Benjamin Otte  <otte@gnome.org>
5167
5168         * libs/gst/control/Makefile.am:
5169           link to libgstreamer (fixes Debian bug 262019, see
5170           http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=262019 )
5171
5172 2004-07-29  Wim Taymans  <wim@fluendo.com>
5173
5174         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
5175         (check_from_fraction_convert), (transform_test), (main):
5176         Make the test less pedantic about float roundoff errors.
5177
5178 2004-07-29  Benjamin Otte  <otte@gnome.org>
5179
5180         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file),
5181         (gst_filesrc_srcpad_event):
5182           make seek events to before start/after end of file not fail, but
5183           seek to start/end instead
5184         * testsuite/caps/fraction-convert.c: (check_from_double_convert):
5185           add more output
5186
5187 2004-07-29  Benjamin Otte  <otte@gnome.org>
5188
5189         * gst/gstpad.c: (gst_pad_set_explicit_caps):
5190           check that caps are fixed
5191         * gst/gstpad.c: (gst_pad_template_new):
5192           don't try to simplify caps, costs too much time on gst_init
5193         * gst/gstplugin.c: (gst_plugin_add_feature):
5194           G_ERROR if features are added twice
5195         * gst/gsttypefind.c: (gst_type_find_register):
5196         * gst/gstelementfactory.c: (gst_element_register):
5197           don't add features twice
5198         * docs/random/ds/0.9-suggested-changes:
5199           add note about possible gst_init optimization
5200
5201 2004-07-28  David Schleef  <ds@schleef.org>
5202
5203         * testsuite/elements/Makefile.am:
5204         * testsuite/elements/struct_i386.h:
5205         * testsuite/elements/struct_size.c: (main):  A little test
5206         to keep distcheck from working if someone changes a structure
5207         size accidentally.
5208
5209 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5210
5211         * docs/libs/Makefile.am:
5212         * docs/libs/gstreamer-libs-docs.sgml:
5213         * docs/libs/gstreamer-libs-sections.txt:
5214         * docs/libs/tmpl/gstbytestream.sgml:
5215         * docs/libs/tmpl/gstcontrol.sgml:
5216         * docs/libs/tmpl/gstdataprotocol.sgml:
5217         * docs/libs/tmpl/gstgetbits.sgml:
5218         * libs/gst/bytestream/Makefile.am:
5219         * libs/gst/bytestream/bytestream.c:
5220         * libs/gst/bytestream/bytestream.h:
5221         * libs/gst/control/Makefile.am:
5222         * libs/gst/dataprotocol/Makefile.am:
5223         * libs/gst/getbits/Makefile.am:
5224         * libs/gst/getbits/getbits.h:
5225           various doc and style fixes, adding bytestream to libs docs.
5226
5227 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5228
5229         * docs/gst/gstreamer-docs.sgml:
5230         * docs/libs/Makefile.am:
5231         * docs/libs/gstreamer-libs-docs.sgml:
5232         * docs/libs/gstreamer-libs-sections.txt:
5233         * libs/gst/control/dparam.c:
5234           more doc fixes.  gst-libs docs now build the same way as gst.
5235
5236 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5237
5238         * configure.ac:
5239         * testsuite/Makefile.am:
5240         * testsuite/bins/Makefile.am:
5241         * testsuite/caps/Makefile.am:
5242         * testsuite/cleanup/Makefile.am:
5243         * testsuite/clock/Makefile.am:
5244         * testsuite/debug/Makefile.am:
5245         * testsuite/dlopen/Makefile.am:
5246         * testsuite/dynparams/Makefile.am:
5247         * testsuite/elements/.cvsignore:
5248         * testsuite/elements/Makefile.am:
5249         * testsuite/enumcaps/Makefile.am:
5250         * testsuite/enumcaps/enumcaps.c:
5251         * testsuite/ghostpads/Makefile.am:
5252         * testsuite/indexers/Makefile.am:
5253         * testsuite/negotiation/Makefile.am:
5254         * testsuite/parse/Makefile.am:
5255         * testsuite/plugin/Makefile.am:
5256         * testsuite/refcounting/Makefile.am:
5257         * testsuite/schedulers/.cvsignore:
5258         * testsuite/states/Makefile.am:
5259         * testsuite/tags/Makefile.am:
5260         * testsuite/threads/Makefile.am:
5261           fold enumcaps into caps dir
5262           clean up Makefile.am's for testsuite
5263
5264 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5265
5266         * docs/gst/Makefile.am:
5267         * docs/libs/Makefile.am:
5268           clean up docs build.  Fixes needless rebuilding of template files.
5269
5270 2004-07-28  Wim Taymans  <wim@fluendo.com>
5271
5272         * gst/gstbin.c: (set_kid_state_func), (gst_bin_set_state):
5273         * gst/gstthread.c: (gst_thread_release), (gst_thread_set_state):
5274         Make sure that a bin state change tries to keep the children
5275         in sync. 
5276         Added debug logging to the thread.
5277
5278 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
5279
5280         * win32/GStreamer.vcproj:
5281         * win32/gstreamer.def:
5282           more exports for the plugins
5283
5284 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
5285
5286         * win32/gstgetbits.vcproj:
5287         * win32/gstgetbits.def:
5288         * win32/msvc71.sln:
5289           add support for the getbits plugin
5290
5291 2004-07-27  Wim Taymans  <wim@fluendo.com>
5292
5293         * gst/gstvalue.c: (gst_value_transform_double_fraction),
5294         (gst_value_transform_fraction_double), (_gst_value_initialize):
5295         * testsuite/caps/Makefile.am:
5296         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
5297         (check_from_fraction_convert), (transform_test), (main):
5298         Added transform functions between double and fraction.
5299         Added testcase to verify transforms
5300
5301 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
5302
5303         * win32/GStreamer.vcproj:
5304           rename GStreamer-0.8.lib to libgstreamer.lib
5305
5306 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
5307
5308         * win32/gstelements.vcproj:
5309         * win32/gstoptimalscheduler.vcproj:
5310           fixes for the Release build
5311
5312 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
5313
5314         * win32/config.h:
5315           update the version number
5316
5317 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
5318
5319         * win32/GStreamer.vcproj:
5320           add gstinterface to the build
5321
5322 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
5323
5324         * win32/gstreamer.def:
5325           add many definitions needed by plugins,
5326           GST_CAT_DEFAULT only available in the Debug build ?
5327
5328 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5329
5330         * gst/gstelement.c: (gst_element_set_eos_recursive):
5331           various whitespace fixes.
5332           doc fix, fixes #148497
5333
5334 2004-07-25  Benjamin Otte  <otte@gnome.org>
5335
5336         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
5337           don't delay links on the sink elements, it causes unnegotiated
5338           links.
5339         * gst/elements/gsttypefindelement.c:
5340         (gst_type_find_element_base_init):
5341           add our padtemplates, we indeed do have some.
5342         * gst/elements/gsttypefindelement.c:
5343         (gst_type_find_element_handle_event),
5344         (gst_type_find_element_chain):
5345           don't push data when typefinding failed.
5346         * gst/gstpad.c: (gst_pad_link_fixate):
5347           check that no fixate function returns empty caps.
5348         * gst/gstpad.c: (gst_pad_push):
5349           check that the link is negotiated before data gets pushed.
5350         * tools/gst-register.c: (main):
5351           don't assert (fixes #148283)
5352
5353 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
5354
5355         * docs/gst/gstreamer-sections.txt:
5356         * docs/gst/tmpl/gstconfig.sgml:
5357           add GST_PLUGIN_EXPORT definition
5358
5359 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
5360
5361         * gst/gstplugin.h:
5362         * gst/gstconfig.h.in:
5363         * win32/gstconfig.h:
5364         * win32/gstelements.def:
5365         * win32/gstelements.vcproj:
5366         * win32/gstoptimalscheduler.def:
5367         * win32/gstoptimalscheduler.vcproj:
5368         * win32/gstspider.def:
5369         * win32/gstspider.vcproj:
5370           remove unused .def files and export symbols using GST_PLUGIN_DEFINE
5371
5372 2004-07-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5373
5374         * docs/gst/gstreamer-sections.txt:
5375           remove GST_CAT_DEFAULT because the type has changed
5376
5377 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
5378
5379         * win32/gstbytestream.vcproj:
5380         * win32/gstelements.vcproj:
5381         * win32/gst-inspect.vcproj:
5382         * win32/gst-launch.vcproj:
5383         * win32/gstoptimalscheduler.vcproj:
5384         * win32/GStreamer.vcproj:
5385         * win32/gst-register.vcproj:
5386         * win32/gstspider.vcproj:
5387         * win32/msvc71.sln:
5388           Copy the files where needed after building, The testsuite will be
5389           built separately
5390
5391 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
5392
5393         * win32/config.h:
5394         * win32/README.txt:
5395         * docs/manual/win32.xml:
5396         Fixed the plugin and GStreamer location
5397
5398 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
5399
5400         * win32/gstreamer.def:
5401         More exports for the plugins
5402
5403 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
5404
5405         * gst/gstinfo.h:
5406         Marc was right, we need to export literally GST_CAT_DEFAULT
5407
5408 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
5409
5410         * win32/config.h:
5411         NLS crashes in gettext, disabled until this is solved
5412
5413 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
5414
5415         * win32/gst-inspect.vcproj:
5416         * win32/gst-launch.vcproj:
5417         Should use NLS when available
5418
5419 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
5420
5421         * gst/registries/gstxmlregistry.c:
5422         removing the file doesn't seem to be a good idea on Linux
5423
5424 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
5425
5426         * gst/registries/gstxmlregistry.c:
5427         Remove the registry before renaming the tempfile (needed for Windows)
5428
5429 2004-07-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5430
5431         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init),
5432         (gst_multifilesrc_init), (gst_multifilesrc_set_property),
5433         (gst_multifilesrc_get_property), (gst_multifilesrc_get):
5434         * gst/elements/gstmultifilesrc.h:
5435         Added newmedia property so it generates newmedia events between each
5436         file when property is set, as well as fixed eos handling
5437
5438 2004-07-22  David Schleef  <ds@schleef.org>
5439
5440         * gst/gststructure.c: (gst_structure_id_empty_new),
5441         (gst_structure_empty_new):  Set type field correctly.
5442         * gst/gststructure.h: Check type field correctly.
5443         * testsuite/caps/Makefile.am:
5444         * testsuite/caps/structure.c: (test1), (main): Add a very small
5445         test for structures.
5446
5447 2004-07-22  David Schleef  <ds@schleef.org>
5448
5449         * docs/random/ds/0.9-suggested-changes: more comments
5450         * tools/gst-launch.c: (idle_func): Fix hard-to-translate string.
5451
5452 2004-07-22  Benjamin Otte  <otte@gnome.org>
5453
5454         * gst/gstelementfactory.c: (gst_element_register):
5455           set the factory in the class struct, so gst_element_get_factory
5456           actually works
5457         * gst/parse/grammar.y:
5458           set element to playing when it gets unlocked as we can't rely on the
5459           bin state - all elements in the bin state might still be locked in
5460           NULL)
5461
5462 2004-07-22  Benjamin Otte  <otte@gnome.org>
5463
5464         * gst/gstelement.c: (gst_element_set_state_func):
5465           make this a static function
5466
5467 2004-07-22  Wim Taymans  <wim@fluendo.com>
5468
5469         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
5470         (gst_opt_scheduler_pad_link):
5471         fix 147894-2 and the group_link problem.
5472
5473 2004-07-22  Wim Taymans  <wim@fluendo.com>
5474
5475         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
5476         (handoff_identity), (main):
5477         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
5478         (handoff_identity), (main):
5479         * testsuite/schedulers/Makefile.am:
5480         * testsuite/schedulers/group_link.c: (main):
5481         Show bug in scheduler when linking chain and loop based element 
5482         where the chain based element was not yet in a group.
5483
5484 2004-07-21  Benjamin Otte  <otte@gnome.org>
5485
5486         * gst/.cvsignore:
5487         * gst/autoplug/.cvsignore:
5488         * gst/elements/.cvsignore:
5489         * gst/indexers/.cvsignore:
5490         * libs/gst/bytestream/.cvsignore:
5491         * libs/gst/control/.cvsignore:
5492         * libs/gst/getbits/.cvsignore:
5493         * testsuite/states/.cvsignore:
5494         * testsuite/threads/.cvsignore:
5495           keep this up to date, since I seem to be the only one who cares
5496           about not missing files on commits (editor's note: no you don't,
5497           but feel free to change them at the time you add stuff instead
5498           of later on)
5499
5500 2004-07-21  Benjamin Otte  <otte@gnome.org>
5501
5502         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
5503         (gst_bin_fix_state), (gst_bin_add_func), (gst_bin_remove_func),
5504         (gst_bin_child_state_change_func), (set_kid_state_func),
5505         (gst_bin_set_state), (gst_bin_change_state_norecurse):
5506           make state changes work correctly and reentrant (so removing
5507           elements from bins during state changes of bins doesn't cause
5508           segfaults or even wrong states)
5509           add debugging category and debugging output to print children states
5510         * gst/gstbin.c: (gst_bin_dispose): 
5511           add some assertion checks
5512         * gst/gstbin.h:
5513         * gst/gstbin.c: (gst_bin_sync_children_state):
5514           deprecate this function - it just does gst_bin_set_state (bin,
5515           GST_STATE (bin)) 
5516         * testsuite/threads/queue.c: (main):
5517           don't use gst_bin_sync_children_state anymore
5518         * testsuite/states/Makefile.am:
5519         * testsuite/states/bin.c:
5520           test that the state changes of bins work as expected
5521         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_set_state):
5522           some adjustments to change states correctly, too
5523         * gst/gstthread.c: (gst_thread_change_state):
5524           don't enable/disable "threadsafe" properties, they're unused and
5525           cause random segfaults
5526         * testsuite/threads/Makefile.am:
5527           the queue check randomly passes now, ignore it
5528
5529 2004-07-21  Benjamin Otte  <otte@gnome.org>
5530
5531         * gst/gstpad.c:
5532           check if data is NULL before outputting debug info. (fixes #145100)
5533
5534 2004-07-21  Benjamin Otte  <otte@gnome.org>
5535
5536         * gst/schedulers/entryscheduler.c:
5537         (gst_entry_scheduler_loop_wrapper),
5538         (gst_entry_scheduler_chain_wrapper),
5539         (gst_entry_scheduler_get_wrapper):
5540           reset the state when the cothread starts, so we don't get assertion
5541           failures on restarting of cothreads
5542
5543 2004-07-20  Benjamin Otte  <otte@gnome.org>
5544
5545         * gst/gstelement.c: (gst_element_link_pads_filtered):
5546           use correct sinkpad, if only sinkpad is specified, but not srcpad
5547           (fixes #147889)
5548         * gst/gstelement.c: (gst_element_set_state_func),
5549         (gst_element_change_state): ref/unref the element, signal handlers
5550         could get rid of the element otherwise
5551
5552 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5553
5554         * docs/random/ds/0.9-suggested-changes:
5555           Make note about renaming fixed-list to array.
5556         * gst/gstvalue.c: (gst_value_intersect_fixed_list),
5557         (_gst_value_initialize):
5558           Add array intersections.
5559         * testsuite/caps/intersect2.c: (main):
5560           Add test for array intersections.
5561
5562 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5563
5564         * configure.ac: back to cvs
5565
5566 === release 0.8.4 ===
5567
5568 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5569
5570         * configure.ac:
5571           releasing 0.8.4, "Paella"
5572           bump libtool versioning
5573
5574 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5575
5576         * po/LINGUAS:
5577         * po/ca.po:
5578           adding Catalan translation (Jordi Mallach)
5579
5580 2004-07-20  Wim Taymans  <wim@fluendo.com>
5581
5582         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
5583         (handoff_identity), (main):
5584         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
5585         (handoff_identity), (main):
5586         * testsuite/schedulers/Makefile.am:
5587         Added failing testcase for variant of #147894
5588
5589 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5590
5591         patch by: David Moore
5592
5593         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
5594         (schedule_group), (gst_opt_scheduler_schedule_run_queue),
5595         (group_migrate_connected):
5596         * testsuite/schedulers/Makefile.am:
5597           fix for #142813 (Deadlock in optimal scheduler)
5598
5599 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5600
5601         patch by: Wim Taymans
5602
5603         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
5604         (gst_opt_scheduler_schedule_run_queue),
5605         (gst_opt_scheduler_get_wrapper), (get_group),
5606         (group_migrate_connected):
5607         * testsuite/schedulers/Makefile.am:
5608           fix for #147819 (Add some checks in the opt scheduler)
5609
5610 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5611
5612         patch by: Benjamin Otte
5613
5614         * gst/gstelementfactory.c: (__gst_element_details_set):
5615           fix for #147929: running gst-register in non-utf8 locale can cause
5616           invalid registry
5617
5618 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5619
5620         patch by: Wim Taymans
5621
5622         * gst/schedulers/gstoptimalscheduler.c: (group_num_elements),
5623         (group_has_element), (element_get_reachables_func),
5624         (group_migrate_connected):
5625           fix for #147894 (opt scheduler decoupled elements mismanagement)
5626         * testsuite/schedulers/Makefile.am:
5627           testsuite app now passes
5628
5629 2004-07-19  Wim Taymans  <wim@fluendo.com>
5630
5631         * testsuite/schedulers/147819.c: (handoff_identity1),
5632         (handoff_identity2), (main):
5633         * testsuite/schedulers/Makefile.am:
5634         Added testcase for bug 147819
5635
5636 2004-07-19  Wim Taymans  <wim@fluendo.com>
5637
5638         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
5639         (handoff_identity), (main):
5640         * testsuite/schedulers/Makefile.am:
5641         Added testcase for bug 147894
5642
5643 2004-07-16  Wim Taymans  <wim@fluendo.com>
5644
5645         * testsuite/schedulers/142183-2.c: (handoff_identity), (main):
5646         * testsuite/schedulers/142183.c: (handoff_identity), (main):
5647         * testsuite/schedulers/Makefile.am:
5648         Added testsuite for bug 142183 in its two incarnations. Refcount
5649         is not increased for scheduled elements and threadsafe properties
5650         mutexes are not properly unlocked.
5651
5652 2004-07-16  Wim Taymans  <wim@fluendo.com>
5653
5654         * gst/schedulers/gstoptimalscheduler.c: (gst_opt_scheduler_init),
5655         (create_chain), (destroy_chain), (create_group), (destroy_group),
5656         (add_to_group), (merge_groups), (group_elements), (group_inc_link),
5657         (group_dec_link), (gst_opt_scheduler_pad_link),
5658         (group_inc_links_for_element), (group_migrate_connected):
5659         Call group_inc_link with the proper src->sink ordering -- 
5660         break this, and we break sort_chain. patch from wingo for bug
5661         147713.
5662         Partially revert patch 1.89. When adding a loop based element to 
5663         the scheduler, the links to other groups are automatically followed
5664         and incremented. This should not happen because the bin will call
5665         pad_link explicitly for those connection, resulting in them counted 
5666         twice. Results in assertion failure on pipeline cleanup.
5667
5668 2004-07-16  Wim Taymans  <wim@fluendo.com>
5669
5670         * testsuite/schedulers/143777-2.c: (main):
5671         * testsuite/schedulers/147713.c: (handoff_src), (handoff_sink),
5672         (main):
5673         * testsuite/schedulers/Makefile.am:
5674         Added cleanup code to testcase 143777-2.
5675         Added testcase to show bug 147713, does not really show the
5676         deadlock as I can't figure out how to trigger it, but it does
5677         demonstrate bad ordering in the scheduler.
5678
5679 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5680
5681         * gst/gstvalue.c: (gst_value_deserialize_fraction):
5682           change strndup to g_strndup.  Fixes #147707
5683
5684 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5685
5686         * po/af.po:
5687         * po/az.po:
5688         * po/cs.po:
5689         * po/en_GB.po:
5690         * po/fr.po:
5691         * po/nl.po:
5692         * po/sr.po:
5693         * po/sv.po:
5694         * po/tr.po:
5695         * po/uk.po:
5696           updated translations
5697
5698 2004-07-16  Benjamin Otte  <otte@gnome.org>
5699
5700         * gst/gstvalue.c: (gst_greatest_common_divisor):
5701           use ints and return ints, fractions only use ints, too, so this
5702           avoids accidently casting multiplications to unsigned
5703         (gst_value_lcopy_fraction): it's ints, not uint32
5704         (gst_value_set_fraction): disallow minint, multiplying and negation
5705           are broken with it
5706         (gst_value_fraction_multiply): fix to make large numbers work and get
5707         rid of the assumption that the multiplication of two ints fits an
5708         int64 - dunno if that's true for all systems
5709         * testsuite/caps/Makefile.am:
5710         * testsuite/caps/fraction-multiply-and-zero.c:
5711         (check_multiplication), (check_equal), (zero_test), (main):
5712           add tests for all the stuff above
5713         * testsuite/caps/value_compare.c: (test1):
5714           fix comment
5715         * tests/.cvsignore:
5716         * testsuite/caps/.cvsignore:
5717         * testsuite/debug/.cvsignore:
5718         * testsuite/dlopen/.cvsignore:
5719         * testsuite/states/.cvsignore:
5720           get up to date
5721
5722 2004-07-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5723
5724         * docs/manual/bins-api.xml:
5725         * docs/manual/factories.xml:
5726         * docs/manual/helloworld.xml:
5727         * docs/manual/links-api.xml: 
5728           fixes for out of date info, incorrect info and grammar
5729
5730 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5731
5732         * docs/manual/pads.xml:
5733         * docs/manual/pads-api.xml: grammar fix
5734
5735 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5736
5737         * docs/manual/pads-api.xml: typo + grammar fix
5738
5739 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5740
5741         * docs/gst/gstreamer-sections.txt:
5742           add new symbols
5743         * docs/gst/tmpl/gstelement.sgml:
5744         * docs/gst/tmpl/gstpad.sgml:
5745         * docs/gst/tmpl/gsttypes.sgml:
5746         * docs/gst/tmpl/gstvalue.sgml:
5747           update docs
5748         * gst/gststructure.c: (gst_structure_set_valist),
5749         (gst_structure_from_abbr), (gst_structure_to_abbr):
5750         * gst/gstvalue.c: (gst_value_compare_double), (gst_type_is_fixed),
5751         (gst_greatest_common_divisor), (gst_value_init_fraction),
5752         (gst_value_copy_fraction), (gst_value_collect_fraction),
5753         (gst_value_lcopy_fraction), (gst_value_set_fraction),
5754         (gst_value_get_fraction_numerator),
5755         (gst_value_get_fraction_denominator),
5756         (gst_value_fraction_multiply), (gst_value_serialize_fraction),
5757         (gst_value_deserialize_fraction),
5758         (gst_value_transform_fraction_string),
5759         (gst_value_transform_string_fraction),
5760         (gst_value_compare_fraction), (_gst_value_initialize):
5761         * gst/gstvalue.h:
5762           adding GstFraction GValue type, get/set, and multiply
5763         * testsuite/caps/Makefile.am:
5764         * testsuite/caps/fraction.c: (test), (main):
5765         * testsuite/caps/string-conversions.c: (main):
5766         * testsuite/caps/value_compare.c: (test1), (main):
5767           add regression tests for GstFraction
5768
5769 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5770         
5771         * docs/manual/init-api.xml: Grammar fix
5772
5773 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5774
5775         * docs/manual/states.xml: Fix inconsistent information
5776
5777 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5778
5779         * gst/gstelement.c: (gst_element_set_state):
5780         * gst/gstpad.c: (gst_pad_try_set_caps):
5781         * gst/gststructure.c:
5782         * gst/gstthread.c: (gst_thread_child_state_change):
5783         * gst/gstvalue.c: (gst_value_compare_double):
5784         * gst/gstvalue.h:
5785         * testsuite/parse/parse1.c: (main):
5786           debugging additions and style cleanups
5787
5788 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5789
5790         * docs/manual/states.xml: Grammar fix
5791
5792 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5793
5794         * docs/manual/pads.xml: Grammar fix
5795
5796 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5797
5798         * docs/manual/elements.xml: Fixed image reference
5799
5800 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5801
5802         * docs/manual/goals.xml: Grammar fix
5803
5804 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5805
5806         * docs/manual/motivation.xml:
5807         Bonobo is no longer "emerging" and added sentence regarding tcp plugins
5808
5809 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5810
5811         * docs/manual/motivation.xml: Fix spelling
5812
5813 2004-07-15  Benjamin Otte  <otte@gnome.org>
5814
5815         * gst/gstelement.h: 
5816           Don't GST_ERROR_OBJECT empty strings - Solaris doesn't like NULL
5817           strings.
5818         * gst/gstelement.c (gst_element_class_init):
5819           GError's are boxed, not objects
5820         * gst/gstmarshal.list:
5821           update list for the fixed error signal
5822
5823 2004-07-14  Andy Wingo  <wingo@pobox.com>
5824
5825         * gst/gsttag.c: Add a tag merge func for pointers. The header was
5826         there all along, but the function wasn't. (guile-gstreamer's build
5827         system uses the address of the function -- I wasn't actually
5828         trying to use this.)
5829
5830 2004-07-14  Andy Wingo  <wingo@pobox.com>
5831
5832         * gst/gstpad.c (gst_pad_try_set_caps): Naive link functions (such
5833         as gst_pad_proxy_pad_link) just link to every other pad when they
5834         are called. In the case where the graph has cycles, this will mean
5835         that a call to try_set_caps will recurse. Allow this recursion
5836         and return OK, while we wait for the first try_set_caps to give a
5837         proper return value.
5838         (gst_pad_link_call_link_functions): Since this function is the
5839         only one to set the NEGOTIATING flag on a pad, if the flag is set
5840         it means that the link functions have indirectly recursed. If this
5841         happens, error out to avoid infinite recursion and an eventual
5842         SEGV.
5843         (gst_real_pad_class_init): Remove a crufty GtkObject comment.
5844         (gst_pad_proxy_getcaps): Intersect the result with the template
5845         caps to ensure that the return value is valid.
5846
5847 2004-07-14  Andy Wingo  <wingo@pobox.com>
5848
5849         * gst/gstdata.c (gst_data_is_writable): s/>=/>/. If there is only
5850         one refcount, the calling function is the owner of the buffer.
5851
5852 2004-07-14  Wim Taymans  <wim@fluendo.com>
5853
5854         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
5855         (gst_opt_scheduler_pad_link), (group_migrate_connected):
5856         Fix stupid warning when an element is to be migrated but
5857         is already migrated.
5858
5859 2004-07-14  Wim Taymans  <wim@fluendo.com>
5860
5861         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
5862         (gst_opt_scheduler_pad_link), (group_migrate_connected):
5863         Make sure that a single non-loop-based element does not 
5864         end up in a group. This fixes the testsuite again.
5865
5866 2004-07-14  Wim Taymans  <wim@fluendo.com>
5867
5868         * gst/schedulers/gstoptimalscheduler.c: (create_group),
5869         (add_to_group), (merge_groups), (schedule_group),
5870         (gst_opt_scheduler_get_wrapper), (group_elements),
5871         (group_dec_link), (gst_opt_scheduler_pad_link),
5872         (group_migrate_connected), (gst_opt_scheduler_pad_unlink),
5873         (gst_opt_scheduler_iterate):
5874         move isolated groups to a new chain.
5875         Emit a warning instead of segfaulting in some error cases.
5876         Fix a bug where the link count between groups was not calculated 
5877         correctly. Fixes #144510.
5878
5879 2004-07-13  Steve Lhomme  <steve.lhomme@free.fr>
5880         * gst/elements/gstfilesrc.c:
5881           Binary files support under Windows now OK
5882       
5883 2004-07-13  Benjamin Otte  <otte@gnome.org>
5884
5885           compatibility fixes for Solaris 8/gcc 2.95
5886         * configure.ac:
5887           include libintl libs in LDFLAGS
5888         * gstvalue.c (gst_value_deserialize_buffer):
5889           cast isxdigit stuff to int to silence compiler warning
5890
5891 2004-07-12  Benjamin Otte  <otte@gnome.org>
5892
5893         * gst/gsttypes.h:
5894           get rid of GST_O_READONLY, GST_FILE_MODE_READ and
5895           GST_FILE_MODE_WRITE, I don't want them in the exported headers. It
5896           just causes support madness
5897         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
5898           make it work without this
5899         * gst/indexers/gstfileindex.c: (_file_index_id_save_entries),
5900         (gst_file_index_commit):
5901           glib IO channels don't want binary mode
5902         * testsuite/bytestream/filepadsink.c: (main):
5903         * testsuite/bytestream/test1.c: (read_param_file):
5904           use "rb" instead of GST_FILE_MODE_READ, it works on POSIX systems
5905
5906 2004-07-12  Benjamin Otte  <otte@gnome.org>
5907
5908         * gst/gstelement.c: (gst_element_class_init),
5909         (gst_element_set_state), (gst_element_set_state_func):
5910           virutalize gst_element_set_state, use set_state member in class
5911           struct that was already added in 0.7 for this.
5912         * gst/gstbin.c: (gst_bin_foreach), (set_kid_state_func), 
5913         (gst_bin_change_state):
5914           make gst_bin_foreach works similar to other foreach functions, plug
5915           memleaks in it. Make functions using it work with the new approach.
5916           Document gst_bin_foreach, so it can be exported if we want to
5917         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_state):
5918           use virtualized set_state to make set_state on bins set the state of
5919           all its children.
5920
5921 2004-07-12  Benjamin Otte  <otte@gnome.org>
5922
5923         * configure.ac:
5924           require valgrind >= 2.1 (fixes Gentoo bug 53967, see
5925           http://bugs.gentoo.org/show_bug.cgi?id=53967)
5926         * gst/gstpad.c: (gst_pad_alloc_buffer):
5927           allow buffer_alloc functions to return NULL and allocate a normal
5928           buffer in that case
5929
5930 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
5931         * gst/elements/gstfilesink.c:
5932         * gst/elements/gstfilesrc.c:
5933         * gst/indexers/gstfileindex.c:
5934         * gst/gsttypes.h:
5935         * testsuite/bytestream/filepadsink.c:
5936         * testsuite/bytestream/test1.c:
5937           Handle binary files under Windows
5938
5939 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
5940         * docs/manual/win32.xml:
5941         * win32/config.h:
5942         * win32/gst-register.vcproj:
5943         * win32/gstreamer.def:
5944           Update to another gettext public build
5945
5946 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
5947         * gst/gstplugin.c:
5948           Fix an impossible C syntax
5949         * win32/config.h:
5950           Disable i18n under Windows for the moment
5951         * win32/gst-register.vcproj:
5952           Use this configuration
5953
5954 2004-07-12  Jan Schmidt  <thaytan@mad.scientis.com>
5955         * docs/manual/quotes.xml:
5956           Keep the quotes file alive
5957         * docs/random/ds/0.9-suggested-changes:
5958           Add the suggestion of including a 'rowstride' as part of video
5959           format caps
5960
5961 2004-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5962
5963         * gst/gstelement.c: (gst_element_set_state),
5964         (gst_element_change_state):
5965           d'oh.  Set PENDING state correctly before forcing bin to change.
5966         * gst/gststructure.c: (gst_structure_value_get_generic_type),
5967         (gst_structure_parse_fixed_list):
5968         * gst/schedulers/gstoptimalscheduler.c:
5969         (gst_opt_scheduler_state_transition):
5970         * testsuite/states/parent.c: (main):
5971           remove comment now that it's fixed.
5972
5973 2004-07-11  Benjamin Otte  <otte@gnome.org>
5974
5975         * gst/gstclock.h:
5976           GST_SECOND shouldn't cause a conversion to unsigned.
5977         * testsuite/clock/.cvsignore:
5978         * testsuite/clock/Makefile.am:
5979         * testsuite/clock/signedness.c: (main):
5980           make sure it never will again
5981
5982 2004-07-11  Andy Wingo  <wingo@pobox.com>
5983
5984         * gst/gstbin.c (gst_bin_add_func): If we're adding an element
5985         whose state is higher than the bin state, raise the bin state to
5986         ensure that bin state := highest child state.
5987         
5988 2004-07-11  Andy Wingo  <wingo@pobox.com>
5989
5990         * gst/gstbin.c (gst_bin_foreach): New static function. Calls a
5991         procedure on the children of a bin. Assumes that the procedure can
5992         change the set of children.
5993         (set_kid_state_func): New static function.
5994         (gst_bin_change_state): Use gst_bin_foreach to call
5995         set_kid_state_func. Fixes a bug: if a child had a state-change
5996         handler that removes it from the bin, there would be a segfault.
5997         Hopefully it should also work in the case where the state-change
5998         handler on one child adds or removes other children. In any case,
5999         fixes should go to gst_bin_foreach.
6000
6001 2004-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6002
6003         * gst/gstelement.c: (gst_element_set_state):
6004           compatibility fix for latest plugins release.  Change loop back
6005           to while {}
6006
6007 2004-07-09  Wim Taymans  <wim@fluendo.com>
6008
6009         * gst/gstbin.c: (gst_bin_remove), (gst_bin_dispose):
6010         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_catch),
6011         (gst_thread_main_loop):
6012         Since remove is virtual in GstBin we must not assume the 
6013         elements GList to have anothing useful.
6014         Add some more logging to GstThread and be a bit more paranoid
6015         when resetting the scheduler.
6016         Set the state of the bin to NULL before removing the children.
6017
6018 2004-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6019
6020         * testsuite/threads/Makefile.am:
6021         * testsuite/threads/threadg.c:
6022           added test to check if problem when removing all elements from a
6023           GstThread before setting GstThread state to NULL
6024
6025 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6026
6027         * docs/gst/tmpl/gstelement.sgml:
6028         * docs/gst/tmpl/gsttypes.sgml:
6029         * gst/gstbin.c: (gst_bin_change_state):
6030         * gst/gstelement.c: (gst_element_set_state),
6031         (gst_element_change_state):
6032           rework so that for bins we try to set the state on all children
6033           as well even if the bin is in the correct state already.
6034           change while to do so at least one iteration is done.
6035           For regular elements, we fall back to the previous behaviour for
6036           now since we first need a new plugins release.
6037         * testsuite/states/parent.c: (main):
6038           test for this case
6039           Fixes #123774
6040
6041 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6042
6043         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_finalize),
6044         (gst_queue_chain), (gst_queue_get), (gst_queue_handle_src_event),
6045         (gst_queue_release_locks), (gst_queue_change_state),
6046         (gst_queue_set_property):
6047           add proper lock debugging.  Change dispose to finalize, since
6048           we're freeing mutexes and other stuff which should happen only once.
6049
6050 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6051
6052         * docs/gst/tmpl/gstelement.sgml:
6053         * docs/gst/tmpl/gstplugin.sgml:
6054         * docs/gst/tmpl/gsttypes.sgml:
6055         * docs/pwg/building-state.xml:
6056         * gst/elements/gstfakesrc.c: (gst_fakesrc_change_state):
6057         * gst/gstelement.c: (gst_element_change_state):
6058         * gst/gstthread.c: (gst_thread_change_state):
6059           catch wrong state changes in element base class.
6060
6061 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6062
6063         * gst/gstinfo.h:
6064           clean up layout a little.
6065
6066 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6067
6068         * configure.ac:
6069         * testsuite/Makefile.am:
6070         * testsuite/states/Makefile.am:
6071         * testsuite/states/parent.c: (main):
6072           re-enable states testsuite dir.  Add test for state changes and
6073           parent behaviour
6074
6075 2004-07-09  Wim Taymans  <wim@fluendo.com>
6076
6077         * gst/schedulers/gstoptimalscheduler.c:
6078         (gst_opt_scheduler_pad_link), (group_elements_set_visited),
6079         (element_get_reachables_func), (element_get_reachables),
6080         (debug_element), (rechain_group), (group_migrate_connected),
6081         (gst_opt_scheduler_pad_unlink):
6082         Do not try to migrate decoupled elements to a new group since
6083         they are not added to groups.
6084
6085 2004-07-08  Benjamin Otte  <otte@gnome.org>
6086
6087         * gst/gstelement.c: (gst_element_error_func):
6088           make reentrant (= allow removing elements in error handler)
6089
6090 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6091
6092         * gst/gstpad.c: (gst_pad_event_default_dispatch),
6093         (gst_pad_send_event), (gst_pad_call_chain_function):
6094           events sent to elements below PAUSED cannot be handled, so
6095           don't try to
6096
6097 2004-07-08  Wim Taymans  <wim@fluendo.com>
6098
6099         * gst/schedulers/gstoptimalscheduler.c:
6100         (chain_recursively_migrate_group), (create_group),
6101         (schedule_group), (gst_opt_scheduler_pad_link),
6102         (group_elements_set_visited), (element_get_reachables_func),
6103         (element_get_reachables), (group_can_reach_group), (debug_element),
6104         (rechain_group), (group_migrate_connected),
6105         (gst_opt_scheduler_pad_unlink):
6106         * testsuite/schedulers/Makefile.am:
6107         Implemented group splitting and rechaining.
6108         Fixes 143777 and 143777-2 in the testsuite.
6109
6110 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6111
6112         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
6113           extra debugging
6114         * gst/gstevent.h:
6115         * gst/gstinfo.c: (gst_debug_log_default):
6116           print time nicely.  add thread pointer until someone figures out
6117           a completely portable way of getting at thread id's.
6118         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_try),
6119         (_invent_event), (gst_pad_pull), (gst_pad_event_default_dispatch),
6120         (gst_pad_call_chain_function):
6121           extra debugging
6122         * gst/schedulers/gstoptimalscheduler.c:
6123         (get_group_schedule_function), (loop_group_schedule_function),
6124         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
6125         (pad_clear_queued), (gst_opt_scheduler_iterate):
6126           rename BUFPEN and friends to DATAPEN since that's what they are.
6127
6128 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6129
6130         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
6131         * gst/gstbuffer.h:
6132         * gst/gstpad.c:
6133           cleanups and debugging
6134
6135 2004-07-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6136
6137         * configure.ac:
6138         * gst/gstvalue.c: (gst_value_compare_enum),
6139         (gst_value_serialize_enum), (gst_value_deserialize_enum),
6140         (gst_value_can_compare), (gst_value_compare):
6141         * testsuite/Makefile.am:
6142         * testsuite/enumcaps/Makefile.am:
6143         * testsuite/enumcaps/enumcaps.c:
6144           Fix enum serialization, deserialization, comparison in caps, add
6145           a test to ensure that this continues working in the future.
6146
6147 2004-07-06  David Schleef  <ds@schleef.org>
6148
6149         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
6150         Fix memleak.
6151
6152 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6153
6154         * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
6155         * gst/gstplugin.h:
6156         * gst/registries/gstxmlregistry.c:
6157         (plugin_times_older_than_recurse), (plugin_times_older_than),
6158         (gst_xml_registry_parse_padtemplate):
6159           only rebuild registry when actual plugins have a newer time than
6160           the registry.  Fixes #145520
6161
6162 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6163
6164         * docs/manual/manual.xml:
6165         * docs/manual/win32.xml:
6166           add chapter on win32 building.  fixes #142422
6167
6168 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6169
6170         patch by: Sebastien Cote <sc5 at hermes.usherb.ca>
6171
6172         * gst/autoplug/gstspider.c: (gst_spider_init),
6173         (gst_spider_dispose):
6174           fix spider memleaks.  fixes #137863
6175
6176 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6177
6178         patch by: Joe Marcus Clarke <marcus at freebsd dot org>
6179
6180         * gst/schedulers/gstoptimalscheduler.c:
6181         (gst_opt_scheduler_pad_unlink):
6182           fix SIGBUS error, fixes #145338
6183
6184 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6185
6186         * gst/gstobject.c: (gst_object_replace):
6187         * gst/gstscheduler.c: (gst_scheduler_get_clock):
6188         * gst/gstsystemclock.c: (gst_system_clock_obtain):
6189           clean up clock lifecycle.  Fixes #109831
6190
6191 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6192
6193         * po/LINGUAS:
6194         * po/cs.po:
6195           added Czech translation (Miloslav Trmac)
6196
6197 2004-07-04  David Schleef  <ds@schleef.org>
6198
6199         * tools/Makefile.am:
6200         * tools/gst-xmlinspect.1.in:  Add man page. (bug #140219)
6201
6202 2004-07-04  David Schleef  <ds@schleef.org>
6203
6204         * common/m4/gst-doc.m4: Check for docbook2html 0.6.10 (bug #139909)
6205
6206 2004-07-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6207
6208         * gst/gstbin.c: (gst_bin_restore_thyself):
6209           chain to parent restore so the bins get restored correctly
6210           in the editor
6211
6212 2004-07-03  David Schleef  <ds@schleef.org>
6213
6214         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
6215         Actually do something in these functions, like before the big
6216         caps change.  (bug #145137)
6217
6218 2004-07-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6219
6220         * gst/gstelement.c: (gst_element_get_compatible_pad_template),
6221         (gst_element_get_compatible_pad_filtered):
6222         * gst/gstthread.c: (gst_thread_main_loop):
6223           more debugging
6224
6225 2004-07-02  David Schleef  <ds@schleef.org>
6226
6227         * gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler
6228         * gst/gstobject.h:
6229         * gst/gstparse.h:
6230         * gst/gsttrace.h:
6231         * gst/gstxml.h:
6232
6233 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6234
6235         * gst/gstpad.c: (gst_pad_check_schedulers),
6236         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
6237         (gst_pad_link_prepare):
6238           revert until testsuite is fixed
6239
6240 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6241
6242         * testsuite/Makefile.am:
6243         * testsuite/caps/filtercaps.c: (main):
6244         * testsuite/clock/clock1.c: (main):
6245         * testsuite/dynparams/dparamstest.c: (gst_dptest_chain), (main):
6246           fix some more tests
6247
6248 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6249
6250         * testsuite/cleanup/cleanup1.c: (create_pipeline):
6251         * testsuite/cleanup/cleanup2.c: (create_pipeline):
6252         * testsuite/cleanup/cleanup4.c: (main):
6253           fix testsuite
6254
6255 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6256
6257         * libs/gst/control/control.c:
6258         * libs/gst/control/dparam.c:
6259         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_get_type):
6260         * libs/gst/control/dparammanager.c:
6261         * libs/gst/control/dparammanager.h:
6262         * testsuite/dynparams/Makefile.am:
6263         * testsuite/dynparams/dparamstest.c: (gst_dptest_base_init),
6264         (gst_dptest_change_state), (gst_dptest_chain), (main):
6265           fix testcase for dparams
6266           add debugging category
6267
6268 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6269
6270         * testsuite/Rules:
6271           change path
6272
6273 2004-07-02  Benjamin Otte  <otte@gnome.org>
6274
6275         * tests/.cvsignore:
6276         * tests/Makefile.am:
6277         * tests/mass_elements.c: (gst_get_current_time), (main):
6278           add simple benchmark to test various speeds of fakesrc ! identity !
6279           identity ! ... ! fakesink.
6280           Usage: mass_elements [num_identities] [num_buffers]
6281           If not specified they default to 1000.
6282
6283 2004-07-02  Benjamin Otte  <otte@gnome.org>
6284
6285         * gst/gstpad.c: (gst_pad_check_schedulers),
6286         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
6287         (gst_pad_link_prepare):
6288           check that pads that get linked belong to the same manager. The old
6289           code allowed linking elements before putting them into bins, so it
6290           worked to link them and then put them in different threads, which
6291           lead to weird behaviour.
6292           Since this effectively disallows linking elements before putting
6293           them in a bin, some applications might not work after this and error
6294           out. If these applications are too critical, we might need to revert
6295           that patch. Please test this before the next release...
6296
6297 2004-06-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6298
6299         * gst/gstpad.c: (gst_pad_get_caps):
6300           throw an error if the getcaps function does not return a subset of
6301           the template caps.
6302         * libs/gst/bytestream/filepad.c: (gst_file_pad_chain):
6303           make disconts without position info an error in debugging
6304         * tests/spidey_bench.c: (handoff), (main):
6305           don't count first try when averaging
6306
6307 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6308
6309         * gst/gstplugin.c: (gst_plugin_load_file):
6310           figure out problem with dynamic test
6311
6312 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6313
6314         * docs/gst/Makefile.am:
6315           fix docs build
6316
6317 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6318
6319         * po/POTFILES.in:
6320         * po/af.po:
6321         * po/az.po:
6322         * po/en_GB.po:
6323         * po/fr.po:
6324         * po/nl.po:
6325         * po/sr.po:
6326         * po/sv.po:
6327         * po/tr.po:
6328         * po/uk.po:
6329         * tools/gst-register.c: (plugin_added_func), (main):
6330           i18n-ize -register, fix plural
6331
6332 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6333
6334         * gst/elements/gstidentity.c: (gst_identity_class_init),
6335         (gst_identity_init), (gst_identity_chain),
6336         (gst_identity_set_property), (gst_identity_get_property):
6337         * gst/elements/gstidentity.h:
6338           check for perfect stream
6339
6340 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6341
6342         * gst/elements/gstidentity.c: (gst_identity_chain):
6343           print offset_end
6344
6345 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6346
6347         * docs/gst/Makefile.am:
6348         * docs/gst/gstreamer-docs.sgml:
6349           doc fixes
6350
6351 2004-06-24  David Schleef  <ds@schleef.org>
6352
6353         * autogen.sh:  Remove call to env, since the buildbot isn't
6354         broken anymore.
6355
6356 2004-06-24  Wim Taymans  <wim@fluendo.com>
6357
6358         * gst/elements/Makefile.am:
6359         * gst/elements/gstelements.c:
6360         * gst/elements/gstmultifdsink.c: (gst_multifdsink_base_init),
6361         (gst_multifdsink_class_init), (gst_multifdsink_init),
6362         (gst_multifdsink_add), (gst_multifdsink_remove),
6363         (gst_multifdsink_clear), (gst_multifdsink_chain),
6364         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
6365         * gst/elements/gstmultifdsink.h:
6366         Added an element that writes to multiple filedescriptors at once.
6367
6368 2004-06-24  Benjamin Otte  <otte@gnome.org>
6369
6370         * gst/parse/grammar.y:
6371           don't try to link elements before they have been added to bins
6372
6373 2004-06-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6374
6375         * libs/gst/bytestream/filepad.c: (gst_file_pad_available),
6376         (gst_file_pad_get_length):
6377         * libs/gst/bytestream/filepad.h:
6378           add 2 new functions
6379
6380 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6381
6382         * docs/gst/gstreamer-sections.txt:
6383         remove from docs, the define that Benjamin removed from gstelement.h
6384
6385 2004-06-22  Benjamin Otte  <otte@gnome.org>
6386
6387         * gst/gstelement.h:
6388           remove define that referenced a nonexisting GstElement struct member
6389
6390 2004-06-20  Benjamin Otte  <otte@gnome.org>
6391
6392         * gst/gstdata.c: (gst_data_is_writable):
6393           whoops, return values were wrong, so writable data was marked as
6394           non-writable and vice versa. (fixes #143953, spotted by Francis
6395           Labonte)
6396           Shows how rarely we need to copy data ;)
6397
6398 2004-06-20  Benjamin Otte  <otte@gnome.org>
6399
6400         * testsuite/schedulers/.cvsignore:
6401         * testsuite/schedulers/Makefile.am:
6402         * testsuite/schedulers/143777-2.c: (main):
6403           add test for opt breakage in bug #143777
6404
6405 2004-06-20  Benjamin Otte  <otte@gnome.org>
6406
6407         * gst/gstpad.c: (gst_pad_call_chain_function):
6408           check for if we were unlinked while inside the chainfunction (fixes
6409           entrygthread having issues with #143777)
6410         * testsuite/schedulers/143777.c: (main):
6411         * testsuite/schedulers/Makefile.am:
6412           add a test for that fix
6413
6414 2004-06-20  Benjamin Otte  <otte@gnome.org>
6415
6416         * gst/gstvalue.c: (gst_value_set_int_range):
6417           test that start is smaller then end
6418         * libs/gst/bytestream/Makefile.am:
6419         * libs/gst/bytestream/filepad.c: 
6420         * libs/gst/bytestream/filepad.h:
6421           add GstFilePad - a pad that behaves like a FILE*
6422         * testsuite/bytestream/.cvsignore:
6423         * testsuite/bytestream/Makefile.am:
6424         * testsuite/bytestream/filepadsink.c: 
6425           test for the GstFilePad
6426
6427 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6428
6429         * gst/elements/gstidentity.c: (gst_identity_class_init),
6430         (gst_identity_init), (gst_identity_set_clock),
6431         (gst_identity_chain), (gst_identity_set_property),
6432         (gst_identity_get_property):
6433         * gst/elements/gstidentity.h:
6434         * gst/gstclock.c: (gst_clock_id_wait):
6435           add a "sync" property to sync to the clock
6436
6437 2004-06-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6438
6439         * gst/gstelementfactory.c: (gst_element_factory_create):
6440           make the freakin "elementfactory bla has no type" message more
6441           useful. So we actually can do something when someone shows up
6442           complaining about it.
6443
6444 2004-06-15  Johan Dahlin  <johan@gnome.org>
6445
6446         * tools/gst-inspect.c (main): Fallback to plugin if no element is
6447         found. This matches the old behavior better. Thanks to Thomas for
6448         pointing out.
6449
6450 2004-06-14  David Schleef  <ds@schleef.org>
6451
6452         * gst/gstcpu.c: (gst_cpuid_i386): Fix problem when using
6453         -fomit-frame-pointer.  Appears to generate correct code in
6454         other cases as well.
6455
6456 2004-06-14  Johan Dahlin  <johan@gnome.org>
6457
6458         * tools/gst-inspect.c (main): Add two new command line options: -a
6459         to print all elements and -n to print the name on each line. Also
6460         fix some error reporting.
6461         (main): Simplify, remove -n and always print names if -a is specified
6462
6463 2004-06-13  Steve Lhomme  <steve.lhomme@free.fr>
6464
6465         * win32/gstconfig.h:
6466         * win32/GSTreamer.vcproj:
6467         * win32/Makefile:
6468         * gst/gstconfig.h.in:
6469         * gst/gst.h:
6470         * gst/gstbin.h:
6471         * gst/gstelement.h:
6472         * gst/gstevent.h:
6473         * gst/gstobject.h:
6474         * gst/gstpad.h:
6475         * docs/gst/gstreamer-sections.txt:
6476         * docs/gst/tmpl/gstconfig.sgml:
6477           rename GSTREAMER_EXPORT(S) to GST_EXPORT(S)
6478
6479 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
6480         * docs/gst/gstreamer-sections.txt:
6481         * docs/gst/tmpl/gstconfig.sgml:
6482         Add the GSTREAMER_EXPORT macro to the docs
6483
6484 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
6485
6486         * tools/gst-compprep.c: (handle_xmlerror), (main):
6487         Add a check for the version that introduced SetStructuredError to fix
6488         the build on FC1
6489
6490 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
6491
6492         * win32/msvc71.sln:
6493         * win32/testsuite/:
6494           prepare to compile the testsuite with MSVC
6495
6496 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
6497
6498         * docs/manual/win32.xml:
6499           attempt to transform the Win32 README into an XML doc
6500
6501 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
6502
6503         * gst/gst.c:
6504         * gst/gstbin.*:
6505         * gst/config.h.in:
6506         * gst/gstelement.*:
6507         * gst/gstevent.h:
6508         * gst/gstobject.*:
6509         * gst/gstpad.h:
6510         * tools/gst-register.c:
6511         * win32/gstreamer.def:
6512           extern symbols are now exported for the Windows DLL
6513
6514 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
6515
6516         * gst/gstinfo.h:
6517           fix a problem to enable/disable DEBUG under MSVC
6518
6519 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
6520
6521         * win32/:
6522           enable more debug code in DEBUG build
6523
6524 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
6525
6526         * win32/config.h:
6527         * gst/gst-i18n-app.h:
6528           enable NLS under Windows
6529
6530 2004-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
6531         * tools/gst-compprep.c: (handle_xmlerror), (main):
6532           Make an error that baffled me a bit clearer
6533
6534 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6535
6536         * gst/gstqueue.c:
6537           don't use g_queue_get_length () because it's 2.4, use ->length
6538
6539 2004-06-11  Steve Lhomme  <steve.lhomme@free.fr>
6540
6541         reviewed by Benjamin Otte  <in7y118@public.uni-hamburg.de>
6542
6543         * tools/gst-inspect.c: (print_signal_info):
6544           don't free random data twice. (fixes #144185)
6545
6546 2004-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6547
6548         * gst/gstqueue.c:
6549         * gst/gstqueue.h:
6550           fix removing from the wrong queue on event timeout
6551           fix disposing of the event queue by casting correctly
6552           add mutexes for handling the event queue
6553           someone was sleeping when fixing queue last time around :)
6554
6555 2004-06-10  Johan Dahlin  <johan@gnome.org>
6556
6557         * gst/gst.c (gst_init_check_with_popt_table): Do not fail on
6558         errors, like gtk. It makes it more useful in bindings.  Fixes #141692.
6559
6560 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6561
6562         * docs/random/gdp:
6563         * libs/gst/dataprotocol/dataprotocol-test.c: (buffer_test):
6564         * libs/gst/dataprotocol/dataprotocol.c:
6565         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
6566         (gst_dp_buffer_from_header):
6567         * libs/gst/dataprotocol/dataprotocol.h:
6568         * libs/gst/dataprotocol/dp-private.h:
6569           rev version to 0.1, add buffer flags and copy them
6570
6571 2004-06-09  Johan Dahlin  <johan@gnome.org>
6572
6573         * gst/gstbuffer.c (gst_buffer_default_copy): Don't forget to merge
6574         the flags from the buffer we're copying.
6575
6576 2004-06-09  Wim Taymans  <wim@fluendo.com>
6577
6578         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
6579         * gst/elements/gstidentity.c: (gst_identity_init),
6580         (gst_identity_chain):
6581         Print more buffer info in fakesink.
6582         Make identity output similar to fakesink.
6583
6584 2004-06-07  Daniel Gazard  <dany42@free.fr>
6585
6586         reviewed by Benjamin Otte  <otte@gnome.org>
6587
6588         * configure.ac:
6589           fix cross compiling not working. (fixes #143741)
6590
6591 2004-06-07  Benjamin Otte  <otte@gnome.org>
6592
6593         * gst/gstelement.c: (gst_element_set_time_delay):
6594           add failure check
6595         * gst/gstinfo.h:
6596           put brackets around macro arguments of GST_TIME_ARGS, add note to
6597           move it to correct header in 0.9
6598
6599 2004-06-07  Benjamin Otte  <otte@gnome.org>
6600
6601         * gst/indexers/gstfileindex.c: (gst_file_index_get_writer_id),
6602         (gst_file_index_load), (_file_index_id_save_entries),
6603         (gst_file_index_commit), (gst_file_index_add_association),
6604         (gst_file_index_add_entry), (gst_file_index_get_assoc_entry),
6605         (gst_file_index_plugin_init):
6606           make debugging use a default category
6607
6608 2004-06-06  David Moore  <dcm@acm.org>
6609
6610         reviewed by Benjamin Otte  <otte@gnome.org>
6611
6612         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
6613         (gst_fdsrc_change_state):
6614           reset offset counter when going READY => PAUSED. (fixes #142903)
6615
6616 2004-06-06  ed@catmur.co.uk
6617
6618         reviewed by Benjamin Otte  <otte@gnome.org>
6619
6620         * gst/registries/gstxmlregistry.c:
6621         (gst_xml_registry_rebuild_recurse):
6622           don't rely on g_dir_open to figure out if a file is a directory, use
6623           explicit G_TEST_IS_DIR. Reiserfs4 allows opening files as
6624           directories. (fixes #142850)
6625
6626 2004-06-06  Benjamin Otte  <otte@gnome.org>
6627
6628         * gst/gstqueue.c: (gst_queue_dispose), (gst_queue_change_state):
6629           fix memory leaks (fixes #142795). Initial patch by Sebastien Cote
6630         * libs/gst/bytestream/adapter.c:
6631         * libs/gst/bytestream/adapter.h:
6632           fix copyright in header and typo in debugging category name
6633
6634 2004-06-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6635
6636         * configure.ac:
6637           bump nano to cvs
6638
6639 === release 0.8.3 ===
6640
6641 2004-06-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6642
6643         * configure.ac:
6644           update libtool versioning
6645           do a new release
6646         * docs/gst/tmpl/gstelement.sgml:
6647         * docs/gst/tmpl/gsttypes.sgml:
6648         * gst/gstinfo.c: (_gst_debug_init):
6649           put back GST_CAT_DATAFLOW to fix API breakage
6650
6651 2004-06-04  David Schleef  <ds@schleef.org>
6652
6653         * autogen.sh: Add a temporary 'env' to test buildbot problems.
6654
6655 2004-06-04  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6656
6657         * configure.ac:
6658           bump nano to cvs
6659
6660 === release 0.8.2 ===
6661
6662 2004-06-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6663
6664         * gst/gst.c: (parse_debug_list), (gst_init_check_with_popt_table):
6665           check GST_DEBUG environment variable which is parsed the same way
6666           as --gst-debug=
6667
6668 2004-05-28  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6669
6670         * gst/elements    : gstaggregator.c gstfakesink.c gstfakesrc.c
6671                             gstmd5sink.c gstshaper.c gsttee.c
6672                             gsttypefindelement.c
6673         * gst/schedulers  : gstbasicscheduler.c gstoptimalscheduler.c
6674
6675           - removing trailing commas at end of enums
6676             it is correct C99 code but C90 compilers would complain
6677             (AIX, Forte, ...)
6678             ('should' fix #143290, at least partially)
6679
6680 2004-05-27  Wim Taymans  <wim@fluendo.com>
6681
6682         * gst/schedulers/gstoptimalscheduler.c: (remove_from_chain),
6683         (chain_group_set_enabled), (create_group), (add_to_group),
6684         (merge_groups), (setup_group_scheduler), (group_elements),
6685         (gst_opt_scheduler_iterate), (gst_opt_scheduler_show):
6686         Don't try to follow the pad connections with other groups
6687         when a loop based element is added to the scheduler because
6688         the bin will inform the scheduler about the pad links a little
6689         later.
6690
6691 2004-05-27  Wim Taymans  <wim@fluendo.com>
6692
6693         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
6694         (remove_from_chain), (chain_group_set_enabled),
6695         (setup_group_scheduler), (group_element_set_enabled),
6696         (gst_opt_scheduler_state_transition), (gst_opt_scheduler_iterate),
6697         (gst_opt_scheduler_show):
6698         Elements without a group can do a state change as well, just wait
6699         with the setup of the scheduling function when it is added to a
6700         chain.
6701
6702 2004-05-27  Wim Taymans  <wim@fluendo.com>
6703
6704         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
6705         (remove_from_chain), (chain_group_set_enabled), (add_to_group),
6706         (merge_groups), (setup_group_scheduler),
6707         (group_inc_links_for_element), (gst_opt_scheduler_iterate),
6708         (gst_opt_scheduler_show):
6709         Fixes to maintain internal consistency of the scheduler data
6710         structures. 
6711          - adding an enabled group to a chain should increment the
6712            number of enabled elements in that chain.
6713          - removing an enabled group from a chain could disable the
6714            chain.
6715          - removing a disabled group from a chain could enable the
6716            chain.
6717          - add g_assert when internal inconsistency is detected.
6718          - adding an element to a group could increase the number of
6719            links this group has with other groups.
6720          - merging two groups also merges the chains.
6721          - also show group links in the _show method.
6722            
6723
6724 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6725
6726         * gst/gstcaps.c: (gst_caps_structure_simplify):
6727           don't print error messages when there is no error
6728         * gst/gstvalue.c: (gst_value_compare_int_range):
6729           compare the second value, too
6730         * testsuite/caps/Makefile.am:
6731         * testsuite/caps/random.c: (assert_on_error), (main):
6732           add tests to make sure the two things above are checked for
6733
6734 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6735
6736         * configure.ac:
6737         * libs/gst/dataprotocol/Makefile.am:
6738         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps):
6739         * libs/gst/dataprotocol/dataprotocol.h:
6740           wrap header in GST_ENABLE_NEW.  make code use it
6741
6742 2004-05-23  Johan Dahlin  <johan@gnome.org>
6743
6744         * tools/gst-inspect.c (main): Cleanup most parts of it, don't be
6745         so verbose and print GstElement signal names all the time.
6746
6747 2004-05-22  David Schleef  <ds@schleef.org>
6748
6749         * gst/registries/gstxmlregistry.c:
6750         (gst_xml_registry_parse_padtemplate): Fix warning on OS X.
6751         (bug #142957)
6752
6753 2004-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6754
6755         * configure.ac:
6756           scrub cflags for glib2 so gcc doesn't complain when glib is in
6757           /usr/local
6758
6759 2004-05-21  Johan Dahlin  <johan@gnome.org>
6760
6761         * gst/gstcpu.c (gst_cpuid_i386): Protect some gcc asm stuff with
6762         __GNUC__, patch from Brian Cameron, fixes bug #142804
6763
6764 2004-05-20  David Schleef  <ds@schleef.org>
6765
6766         * gst/gstindex.c: (gst_index_compare_func): Fix overflows in
6767         comparison code.  (bug #142819)
6768
6769 2004-05-20  Wim Taymans  <wim@fluendo.com>
6770
6771         * gst/gstbuffer.c: (gst_buffer_default_copy):
6772         * gst/gstbuffer.h:
6773         Added Comment to a flag.
6774         copy relevant flags in _buffer_copy.
6775
6776 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6777
6778         reviewed by: Wim Taymans <wim at fluendo dot com>
6779
6780         * gst/gstbuffer.h:
6781           add GST_BUFFER_IN_CAPS buffer flag
6782         * gst/gststructure.c: (gst_structure_value_get_generic_type),
6783         (gst_structure_parse_any_list), (gst_structure_parse_list),
6784         (gst_structure_parse_fixed_list), (gst_structure_parse_value):
6785         * gst/gstvalue.c: (gst_value_serialize_any_list),
6786         (gst_value_transform_any_list_string),
6787         (gst_value_list_prepend_value), (gst_value_list_append_value),
6788         (gst_value_list_get_size), (gst_value_list_get_value),
6789         (gst_value_transform_list_string),
6790         (gst_value_transform_fixed_list_string),
6791         (gst_value_serialize_list), (gst_value_serialize_fixed_list),
6792         (gst_value_deserialize_fixed_list), (gst_type_is_fixed),
6793         (_gst_value_initialize):
6794         * gst/gstvalue.h:
6795           add a GST_TYPE_FIXED_LIST which is fixed by definition and uses
6796           < , > as a format.
6797         * testsuite/caps/string-conversions.c: (main):
6798           add regression tests for < >
6799
6800 2004-05-20  Johan Dahlin  <johan@gnome.org>
6801
6802         * docs/gst/Makefile.am (all-local): Re-add
6803
6804 2004-05-20  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6805
6806         * docs/gst/Makefile.am:
6807         * docs/gst/gstreamer-docs.sgml:
6808         * docs/libs/Makefile.am:
6809         * docs/libs/gstreamer-libs-docs.sgml:
6810           fix distcheck issues
6811
6812 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6813
6814         * libs/gst/dataprotocol/Makefile.am:
6815           add to autotest
6816
6817 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6818
6819         * libs/gst/dataprotocol/Makefile.am:
6820         * libs/gst/dataprotocol/dataprotocol.c:
6821         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
6822         (gst_dp_packet_from_event), (gst_dp_event_from_packet):
6823         * libs/gst/dataprotocol/dp-private.h:
6824           use GST macros to read/write fixed length ints
6825           add some more asserts
6826
6827 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6828
6829         * docs/libs/gstreamer-libs-docs.sgml:
6830         * docs/libs/gstreamer-libs-sections.txt:
6831           remove idct and putbits
6832         * configure.ac:
6833         * docs/libs/tmpl/gstdataprotocol.sgml:
6834         * libs/gst/Makefile.am:
6835         * libs/gst/dataprotocol/Makefile.am:
6836         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test),
6837         (buffer_test), (caps_test), (event_test), (main):
6838         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
6839         (gst_dp_dump_byte_array), (gst_dp_init),
6840         (gst_dp_header_payload_length), (gst_dp_header_payload_type),
6841         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
6842         (gst_dp_packet_from_event), (gst_dp_buffer_from_header),
6843         (gst_dp_caps_from_packet), (gst_dp_event_from_packet),
6844         (gst_dp_validate_header), (gst_dp_validate_payload),
6845         (gst_dp_validate_packet), (plugin_init):
6846         * libs/gst/dataprotocol/dataprotocol.h:
6847         * libs/gst/dataprotocol/dp-private.h:
6848           add dataprotocol
6849
6850 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6851
6852         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
6853           fix int variable deserialization and add a helper so we can actually
6854           debug this.
6855
6856 2004-05-18  David Schleef  <ds@schleef.org>
6857
6858         * testsuite/debug/commandline.c: (main): Call ./commandline, not
6859           argv[0].  Calling yourself is probably not the best way to
6860           construct a test like this, btw.
6861
6862 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6863
6864         * gst/gstbin.c: (gst_bin_iterate_func), (gst_bin_iterate):
6865           don't claim to be more intelligent than a scheduler when the
6866           scheduler claims the pipeline is stopped
6867         * gst/schedulers/entryscheduler.c: (safe_cothread_switch),
6868         (safe_cothread_destroy),
6869         (gst_entry_scheduler_remove_all_cothreads),
6870         (gst_entry_scheduler_reset), (_remove_cothread),
6871         (gst_entry_scheduler_state_transition):
6872           hold off cothread destruction if we're not in main cothread
6873         * configure.ac:
6874         * testsuite/Makefile.am:
6875           add new test dir
6876         * testsuite/schedulers/.cvsignore:
6877         * testsuite/schedulers/Makefile.am:
6878           add tests
6879         * testsuite/schedulers/relink.c: (cb_handoff), (main):
6880           check relinking and adding/removing elements from a running pipeline
6881         * testsuite/schedulers/unlink.c: (cb_handoff), (main):
6882           check unlinking in a running pipeline
6883         * testsuite/schedulers/unref.c: (cb_handoff), (main):
6884           check unreffing a running pipeline
6885         * testsuite/schedulers/useless_iteration.c: (main):
6886           check iterating a pipeline that contains running threads works
6887
6888 2004-05-18  David Schleef  <ds@schleef.org>
6889
6890         * docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC
6891           is false.
6892
6893 2004-05-18  Wim Taymans  <wim@fluendo.com>
6894
6895         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
6896         (setup_group_scheduler), (gst_opt_scheduler_pad_link):
6897         Fixed an error introduced with patch for 1.63. When setting
6898         a get based element as the entry point in a group, make sure
6899         to mark the group as GET based.
6900
6901 2004-05-18  Wim Taymans  <wim@fluendo.com>
6902
6903         * gst/schedulers/gstoptimalscheduler.c: (create_group),
6904         (setup_group_scheduler), (loop_group_schedule_function),
6905         (gst_opt_scheduler_pad_link):
6906         Added some more debug info and fixed a bug where the group
6907         type was set to LOOP but it was in fact unknown.
6908
6909 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6910
6911         * gst/schedulers/entryscheduler.c: (gst_entry_scheduler_reset):
6912           make resetting scheduler work twice in a row
6913
6914 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6915
6916         * gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
6917         (CREATE_USERIALIZATION), (_gst_value_initialize),
6918         (gst_value_compare_float), (gst_value_serialize_float),
6919         (gst_value_deserialize_float), (gst_value_compare_enum),
6920         (gst_value_serialize_enum), (gst_value_deserialize_enum):
6921           add serialization and comparison functions for long, int64, enum and
6922           float values
6923         * gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
6924           use best serialization function in type hierarchy instead of only a
6925           matching one. This is required for enums to work.
6926         * gst/parse/grammar.y:
6927           use gst_caps_deserialize
6928         * testsuite/parse/Makefile.am:
6929           parse1 now works
6930         * testsuite/parse/parse1.c: (main):
6931           remove aggregator check, aggregator is broken, this test works now
6932           but fails because of bug #138012
6933         * testsuite/parse/parse2.c: (main):
6934           s/xvideosink/xvimagesink - this test looks a lot like we should
6935           disable it
6936
6937 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6938
6939         * gst/gstelement.c: (gst_element_class_init):
6940           whoops, store the signal id correctly
6941         * gst/schedulers/gstbasicscheduler.c:
6942         (gst_basic_scheduler_chain_wrapper):
6943           detect infinfinfinfinfinf^Cinite loops in chain wrapper when the
6944           chain function isn't linked
6945
6946 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
6947         * configure.ac:
6948         Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file
6949         support until we decide where the flags should be used
6950         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_query):
6951         Use GST_FORMAT_BYTES when GST_FORMAT_DEFAULT is passed
6952         * gst/gstpad.c: (gst_pad_link_call_link_functions):
6953         Output refused caps in the debug info
6954
6955 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6956
6957         * gst/elements/gstidentity.c: (gst_identity_chain):
6958           add duration debug
6959         * gst/gstinfo.c: (gst_debug_log_default):
6960           add timestamp
6961
6962 2004-05-13  Benjamin Otte  <otte@gnome.org>
6963
6964         * gst/gstpipeline.c: (gst_pipeline_dispose),
6965         (gst_pipeline_change_state):
6966           call gst_scheduler_reset on dispose (fixes #141416)
6967
6968 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6969
6970         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
6971           compute mapsize correctly
6972         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
6973           use correct datatypes when calling a varargs function
6974         * gst/elements/gsttypefindelement.c: (stop_typefinding):
6975           push a DISCONT event as first thing
6976         * gst/gst_private.h:
6977         * gst/gstinfo.c: (_gst_debug_init):
6978           remove GST_DATAFLOW debugging category
6979         * gst/gstbin.c: (gst_bin_iterate):
6980           use GST_SCHEDULING category
6981         * gst/gstpad.c: (gst_pad_get_type), (_invent_event),
6982         (gst_pad_push), (gst_pad_pull), (gst_pad_call_chain_function),
6983         (gst_pad_call_get_function):
6984           add GST_DATAFLOW to easily track flow of buffers or events.
6985         * gst/gstqueue.c: (gst_queue_get_type),
6986         (gst_queue_handle_pending_events), (gst_queue_chain),
6987         (gst_queue_get), (gst_queue_handle_src_event):
6988           use own static debugging category GST_DATAFLOW for dataflow,
6989           use DEBUG category for showing which path events go, use LOG
6990           category for buffers.
6991
6992 2004-05-10  David Schleef  <ds@schleef.org>
6993
6994         * docs/gst/gstreamer-sections.txt: Add gst_element_no_more_pads.
6995
6996 2004-05-10  David Schleef  <ds@schleef.org>
6997
6998         * docs/gst/Makefile.am: Dear gtk-doc, please print out the unused
6999         symbols, because otherwise we don't know what they are.  Thanks,
7000         the GStreamer team.
7001         * gst/registries/gstxmlregistry.c: (make_dir): Remove a spurious ;
7002
7003 2004-05-10  David Schleef  <ds@schleef.org>
7004
7005         (from Steve Lhomme)
7006         * win32/Makefile: When using make clean the MS Visual Studio makefiles
7007         are deleted.  Fix.
7008         * win32/Makefile.inspect:
7009         * win32/Makefile.launch:
7010         * win32/Makefile.register:
7011
7012 2004-05-10  David Schleef  <ds@schleef.org>
7013
7014         * gst/gstinfo.h: Add missing inline function.
7015         * gst/gsttrace.c: add include
7016         * gst/parse/grammar.y: remove unused code
7017         * gst/registries/gstxmlregistry.c: (make_dir): make mkdir call
7018         more portable.
7019         * tools/gst-register.c: wrap unistd.h
7020         
7021         More additions/fixes from Steve for the MSVC build.
7022         * win32/GStreamer.vcproj:
7023         * win32/Makefile:
7024         * win32/Makefile.inspect:
7025         * win32/Makefile.launch:
7026         * win32/Makefile.register:
7027         * win32/README.txt:
7028         * win32/gst-inspect.vcproj:
7029         * win32/gst-launch.vcproj:
7030         * win32/gst-register.vcproj:
7031         * win32/gstbytestream.def:
7032         * win32/gstbytestream.vcproj:
7033         * win32/gstconfig.h:
7034         * win32/gstelements.def:
7035         * win32/gstelements.vcproj:
7036         * win32/gstenumtypes.c:
7037         * win32/gstenumtypes.h:
7038         * win32/gstoptimalscheduler.def:
7039         * win32/gstoptimalscheduler.vcproj:
7040         * win32/gstreamer.def:
7041         * win32/gstspider.def:
7042         * win32/gstspider.vcproj:
7043         * win32/gstversion.h:
7044         * win32/msvc71.sln:
7045
7046 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7047
7048         * gst/gstelement.c: (gst_element_class_init),
7049         (gst_element_no_more_pads):
7050         * gst/gstelement.h:
7051           add gst_element_no_more_pads and the "no-more-pads" signal
7052
7053 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7054
7055         * gst/gstregistry.c: (gst_registry_add_plugin):
7056           refuse to add plugins when a plugin with same name is already
7057           registered. Fixes a bunch of "How to remove plugins?" issues.
7058           May lead to other problems though, let's test
7059
7060 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7061
7062         * testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
7063         * docs/manual/pads-api.xml : audio/wav => audio/x-wav
7064         * docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav
7065
7066 2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7067
7068         * tests/Makefile.am: fix am16 issue
7069
7070 2004-05-09  Benjamin Otte  <otte@gnome.org>
7071
7072         * libs/gst/bytestream/Makefile.am:
7073           we should indeed add .c files to makefiles or they won't be built
7074           (d'oh)
7075
7076 2004-05-08  Benjamin Otte  <otte@gnome.org>
7077
7078         * gst/gstpad.c: (gst_pad_proxy_fixate):
7079           really reduce the set of caps
7080
7081 2004-05-08  Benjamin Otte  <otte@gnome.org>
7082
7083         * tests/Makefile.am:
7084         * tests/spidey_bench.c: (handoff), (main):
7085           add benchmark to test how long spider needs to create a pipeline
7086
7087 2004-05-08  Benjamin Otte  <otte@gnome.org>
7088
7089         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_unnegotiate):
7090           mark links as unengaged when unnegotiating instead of deactivating.
7091           This way pads aren't marked as unengaged when going PLAYING=>PAUSED
7092
7093 2004-05-08  Benjamin Otte  <otte@gnome.org>
7094
7095         * docs/manual/helloworld.xml:
7096           s/audiosink/osssink (patch by Patrick Guimond)
7097
7098 2004-05-07  David Schleef  <ds@schleef.org>
7099
7100         * configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
7101         since it contains important stuff.
7102
7103 2004-05-07  David Schleef  <ds@schleef.org>
7104
7105         * testsuite/caps/caps.c: (test3), (main): A check for appending
7106         ANY caps.
7107
7108 2004-05-07  David Schleef  <ds@schleef.org>
7109
7110         * common/m4/as-compiler-flag.m4: Properly quote arguments,
7111         which may contain commas.  Fixes detection of -Wa,-mregnames
7112
7113 2004-05-06  David Schleef  <ds@schleef.org>
7114
7115         Changes to handle compilers that don't have variadic macro
7116         support.  In particular, glib headers define some inlines
7117         that need G_LOG_DOMAIN defined.  Additional fixes for MSVC
7118         builds.
7119         * gst/Makefile.am:
7120         * gst/cothreads.c:
7121         * gst/elements/gstfdsink.c:
7122         * gst/elements/gstfdsrc.c:
7123         * gst/elements/gstfilesink.c:
7124         * gst/elements/gstfilesrc.c:
7125         * gst/gst_private.h:
7126         * gst/gstatomic.c:
7127         * gst/gstcaps.c: (gst_caps_append):
7128         * gst/gstcpu.c: (gst_cpuid_i386):
7129         * gst/gstelement.c:
7130         * gst/gsterror.c:
7131         * gst/gstfilter.c:
7132         * gst/gstinfo.h:
7133         * gst/gstprobe.c:
7134         * gst/gstquery.c:
7135         * gst/gstregistry.c:
7136         * gst/gststructure.c:
7137         * gst/gsttaginterface.c:
7138         * gst/gsttrace.c: (gst_trace_new):
7139         * gst/gsttrashstack.c:
7140         * gst/gsturi.c:
7141         * gst/gstvalue.c:
7142         * gst/parse/grammar.y:
7143         * gst/parse/parse.l:
7144         * tools/gst-inspect.c: (main):
7145         * tools/gst-launch.c: (main):
7146         * tools/gst-xmlinspect.c: (PUT_STRING):
7147
7148 2004-05-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7149
7150         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
7151         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
7152         * gst/elements/gstfilesrc.h:
7153           send NEW_MEDIA events correctly
7154         * gst/elements/gsttypefindelement.c: (start_typefinding),
7155         (gst_type_find_element_handle_event):
7156           restart typefinding when we get a NEW_MEDIA event
7157         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_change_state),
7158         (gst_bin_dispose):
7159           don't die when someone removes elements in callbacks
7160         * gst/gstelement.c: (gst_element_change_state):
7161           improve debugging
7162         * gst/gstpad.c: (gst_pad_pull), (gst_pad_call_chain_function):
7163           we need a NEW_MEDIA event to engage a link
7164         * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
7165           don't g_print debugging stuff
7166         * testsuite/caps/simplify.c: (check_caps):
7167
7168 2004-05-04  Benjamin Otte  <otte@gnome.org>
7169
7170         * gst/parse/grammar.y:
7171           use GST_ERROR instead of g_warning, and always throw a GST_ERROR 
7172
7173 2004-05-04  Benjamin Otte  <otte@gnome.org>
7174
7175         * testsuite/caps/renegotiate.c: (main):
7176           improve output in error case
7177
7178 2004-05-04  Benjamin Otte  <otte@gnome.org>
7179
7180         * gst/parse/grammar.y:
7181           fix assert to not trigger when there's no error argument
7182         * gst/parse/parse.l:
7183           fix definition of caps to allow more than two structures
7184         * testsuite/caps/Makefile.am:
7185         * testsuite/caps/renegotiate.c: (main):
7186           it's sinesrc and works in that case
7187
7188 2004-05-04  Wim Taymans  <wim@fluendo.com>
7189
7190         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
7191         (group_dec_link), (gst_opt_scheduler_pad_unlink):
7192         when removing an element from a group, we always need to
7193         decrement the link count that this group had with other 
7194         groups through the element.
7195         added an extra assert to catch inconsistencies when decrementing
7196         the link count.
7197
7198 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7199
7200         * configure.ac:
7201         * docs/gst/Makefile.am:
7202         * docs/gst/gstreamer-sections.txt:
7203         * docs/gst/tmpl/gstcompat.sgml:
7204         * examples/appreader/Makefile.am:
7205         * examples/cutter/Makefile.am:
7206         * examples/events/Makefile.am:
7207         * examples/helloworld/Makefile.am:
7208         * examples/helloworld2/Makefile.am:
7209         * examples/launch/Makefile.am:
7210         * examples/manual/Makefile.am:
7211         * examples/mixer/Makefile.am:
7212         * examples/pingpong/Makefile.am:
7213         * examples/plugins/Makefile.am:
7214         * examples/queue/Makefile.am:
7215         * examples/queue2/Makefile.am:
7216         * examples/queue3/Makefile.am:
7217         * examples/queue4/Makefile.am:
7218         * examples/retag/Makefile.am:
7219         * examples/thread/Makefile.am:
7220         * examples/typefind/Makefile.am:
7221         * examples/xml/Makefile.am:
7222         * gst/Makefile.am:
7223         * gst/autoplug/Makefile.am:
7224         * gst/elements/Makefile.am:
7225         * gst/gstcompat.h:
7226         * gst/indexers/Makefile.am:
7227         * gst/parse/Makefile.am:
7228         * gst/registries/Makefile.am:
7229         * gst/schedulers/Makefile.am:
7230         * libs/gst/bytestream/Makefile.am:
7231         * libs/gst/control/Makefile.am:
7232         * libs/gst/getbits/Makefile.am:
7233         * po/af.po:
7234         * po/az.po:
7235         * po/en_GB.po:
7236         * po/fr.po:
7237         * po/nl.po:
7238         * po/sr.po:
7239         * po/sv.po:
7240         * po/tr.po:
7241         * po/uk.po:
7242         * tests/Makefile.am:
7243         * tests/bufspeed/Makefile.am:
7244         * tests/instantiate/Makefile.am:
7245         * tests/memchunk/Makefile.am:
7246         * tests/muxing/Makefile.am:
7247         * tests/negotiation/Makefile.am:
7248         * tests/probes/Makefile.am:
7249         * tests/sched/Makefile.am:
7250         * tests/seeking/Makefile.am:
7251         * tests/threadstate/Makefile.am:
7252         * testsuite/caps/Makefile.am:
7253         * testsuite/cleanup/Makefile.am:
7254         * testsuite/dlopen/Makefile.am:
7255         * testsuite/dynparams/Makefile.am:
7256         * testsuite/plugin/Makefile.am:
7257         * testsuite/states/Makefile.am:
7258         * tools/Makefile.am:
7259           reorganize compile/link flags to be consistent
7260           put gst_info in gstcompat.h and actually use GST_DISABLE_DEPRECATED
7261
7262 2004-05-04  David Schleef  <ds@schleef.org>
7263
7264         The "once more, with feeling" check-in.
7265         * testsuite/caps/Makefile.am: dist caps_strings
7266         * testsuite/caps/renegotiate.c: (main): This test triggers a
7267           segfault in the core.  Marking as failing.
7268
7269 2004-05-03  David Schleef  <ds@schleef.org>
7270
7271         * testsuite/caps/deserialize.c: (main): Fix problems noticed
7272           by the build bots.
7273         * testsuite/caps/renegotiate.c: (main): Same.
7274
7275 2004-05-03  David Schleef  <ds@schleef.org>
7276
7277         * testsuite/caps/renegotiate.c: (my_fixate), (main): Another test.
7278
7279 2004-05-03  David Schleef  <ds@schleef.org>
7280
7281         * testsuite/caps/deserialize.c: (main): Use the srcdir environment
7282           variable to find our source file.
7283
7284 2004-05-03  David Schleef  <ds@schleef.org>
7285
7286         * configure.ac:  Link plugins with libgstreamer and dependent
7287           libraries
7288         * testsuite/caps/Makefile.am:
7289         * testsuite/caps/caps_strings:
7290         * testsuite/caps/deserialize.c: (main): Add a little test to slog
7291           through a file of caps strings and test each one
7292
7293 2004-05-04  Benjamin Otte  <otte@gnome.org>
7294
7295         * libs/gst/bytestream/Makefile.am:
7296         * libs/gst/bytestream/adapter.c: 
7297         * libs/gst/bytestream/adapter.h:
7298           add GstAdapter, similar to bytestream, but doesn't require ugly event
7299           handling or uglier loopbased elements
7300
7301 2004-05-03  David Schleef  <ds@schleef.org>
7302
7303         * testsuite/caps/Makefile.am: Fix spelling of Ηρατοσθενες
7304         * testsuite/caps/erathostenes.c:
7305         * testsuite/caps/eratosthenes.c: (eratosthenes), (main):
7306
7307 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7308
7309         * docs/pwg/pwg.xml:
7310           remove hardcoded stylesheet path (duh)
7311         * docs/random/release:
7312         * docs/gst/gstreamer-sections.txt:
7313         * gst/Makefile.am:
7314         * gst/gst.h:
7315         * gst/gst_private.h:
7316         * gst/gstcaps.c:
7317         * gst/gstevent.c:
7318         * gst/gstformat.c:
7319         * gst/gstinfo.c:
7320         * gst/gstinfo.h:
7321         * gst/gstinterface.c:
7322         * gst/gstmemchunk.c:
7323         * gst/gstprobe.c:
7324         * gst/gstquery.c:
7325         * gst/gstregistry.c:
7326         * gst/gstregistrypool.c:
7327         * gst/gststructure.c:
7328         * gst/gsttaginterface.c:
7329         * gst/gstthread.c:
7330         * gst/gsttrace.c:
7331         * gst/gsttypefind.c: (gst_type_find_factory_get_type):
7332         * gst/gsturi.c:
7333         * gst/gstvalue.c:
7334           deprecate gst_info; remove gstlog.h
7335    
7336
7337 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7338
7339         * Makefile.am:
7340         * po/en_GB.po:
7341         * po/sv.po:
7342         * po/uk.po:
7343           updated translations
7344
7345 2004-05-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7346
7347         * gst/gstbin.c: (gst_bin_dispose):
7348           better debugging
7349
7350 2004-05-03  Johan Dahlin  <johan@gnome.org>
7351
7352         * gst/schedulers/gstoptimalscheduler.c
7353         (gst_opt_scheduler_pad_unlink): Check if element is non-NULL and
7354         really is a GstElement. Avoids critical when running gst-launch -v
7355         and a oggdemux/decoding pipeline.
7356
7357 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7358
7359         * docs/gst/tmpl/gstpipeline.sgml :
7360         * docs/manual/elements-api.xml :
7361                 doc fix by Patrick Guimond (Protector) from devel ML
7362                 reviewed by ronald
7363
7364 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7365
7366         * docs/gst/Makefile.am :
7367         * docs/libs/Makefile.am :
7368                 apply a patch from Arwed v. Merkatz so that gtk-doc
7369                 generated docs install (same for .devhelp file)
7370                 (fixes part 1 of #138836)
7371
7372 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7373
7374         * docs/faq/dependencies.xml: typo
7375         * docs/faq/getting.xml :
7376             - fix download URL for new gstreamer site
7377             - hide sf.net download page as latest version aren't there
7378             - fix apt URLs
7379             - fill "get via CVS" paragraph (link to dev page on the site)
7380         * docs/faq/general.xml:
7381             hide status tables as they no more exists
7382             change case on plugins license file to reflect reality
7383         * docs/faq/troubleshooting.xml:
7384             remove the wiki question/answer as there is no more wiki
7385
7386 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7387
7388         * gst/gsterror.h:
7389           include the headers needed for declarations used in this header
7390
7391 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7392
7393         * docs/random/uraeus/gstreamer_and_midi.txt :
7394           add .kar (midi + karaoke/lyrics 'track') doc to midi doc.
7395           (fixes #132288)
7396
7397 2004-04-30  Sebastien Cote  <sc5@hermes.usherb.ca>
7398
7399         reviewed by Benjamin Otte  <otte@gnome.org>
7400
7401         * gst/schedulers/gthread-cothreads.h:
7402           free allocated data for main cothread, too when destroying context
7403           (fixes #141417)
7404
7405 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
7406
7407         * docs/manual/goals.xml : remove duplicated paragraph at end 
7408         of doc page (fixes #141448)
7409
7410 2004-04-29  David Schleef  <ds@schleef.org>
7411
7412         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
7413         Patch from Sebastien Cote to fix leakage of events. (bug #141414)
7414
7415 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7416
7417         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
7418           fix property
7419         * gst/gstcaps.c:
7420           fix doc string
7421         * po/POTFILES.in:
7422           rename typefind source file
7423
7424 2004-04-28  David Schleef  <ds@schleef.org>
7425
7426         Several new files from Steve Lhomme's MSVC patch (bug #141317):
7427         * win32/GStreamer.vcproj:
7428         * win32/Makefile:
7429         * win32/config.h:
7430         * win32/dirent.c: (_topendir), (_treaddir), (_tclosedir),
7431         (_trewinddir), (_ttelldir), (_tseekdir):
7432         * win32/dirent.h:
7433         * win32/gst-inspect.vcproj:
7434         * win32/gst-launch.vcproj:
7435         * win32/gst-register.vcproj:
7436         * win32/gstbytestream.vcproj:
7437         * win32/gstelements.vcproj:
7438         * win32/gstoptimalscheduler.vcproj:
7439         * win32/gstspider.vcproj:
7440         * win32/gtchar.h:
7441         * win32/mman.c: (mmap), (mprotect), (msync), (munmap):
7442         * win32/mman.h:
7443         * win32/mman.inl:
7444         * win32/msvc71.sln:
7445
7446 2004-04-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7447
7448         * gst/gst.c: (init_post):
7449         * gst/gstinfo.c:
7450           remove useless _gst_progname stuff
7451         * tools/gst-inspect.c: (print_field), (print_caps):
7452           improve caps output
7453
7454 2004-04-28  David Schleef  <ds@schleef.org>
7455
7456         Disable parsing of a lot of files that aren't part of the
7457         exported API.  Move corresponding template files to old/,
7458         waiting for removal when they don't contain anything
7459         interesting.
7460         * docs/gst/Makefile.am:
7461         * docs/gst/gstreamer-sections.txt:
7462         * docs/gst/tmpl/cothreads.sgml:
7463         * docs/gst/tmpl/cothreads_compat.sgml:
7464         * docs/gst/tmpl/gettext.sgml:
7465         * docs/gst/tmpl/gobject2gtk.sgml:
7466         * docs/gst/tmpl/grammar.tab.sgml:
7467         * docs/gst/tmpl/gst-i18n-app.sgml:
7468         * docs/gst/tmpl/gst-i18n-lib.sgml:
7469         * docs/gst/tmpl/gst_private.sgml:
7470         * docs/gst/tmpl/gstaggregator.sgml:
7471         * docs/gst/tmpl/gstarch.sgml:
7472         * docs/gst/tmpl/gstatomic_impl.sgml:
7473         * docs/gst/tmpl/gstbufferstore.sgml:
7474         * docs/gst/tmpl/gstdata_private.sgml:
7475         * docs/gst/tmpl/gstdisksink.sgml:
7476         * docs/gst/tmpl/gstdisksrc.sgml:
7477         * docs/gst/tmpl/gstelementfactory.sgml:
7478         * docs/gst/tmpl/gstextratypes.sgml:
7479         * docs/gst/tmpl/gstfakesink.sgml:
7480         * docs/gst/tmpl/gstfakesrc.sgml:
7481         * docs/gst/tmpl/gstfdsink.sgml:
7482         * docs/gst/tmpl/gstfdsrc.sgml:
7483         * docs/gst/tmpl/gstfilesink.sgml:
7484         * docs/gst/tmpl/gstfilesrc.sgml:
7485         * docs/gst/tmpl/gsthttpsrc.sgml:
7486         * docs/gst/tmpl/gstidentity.sgml:
7487         * docs/gst/tmpl/gstindexfactory.sgml:
7488         * docs/gst/tmpl/gstmarshal.sgml:
7489         * docs/gst/tmpl/gstmd5sink.sgml:
7490         * docs/gst/tmpl/gstmultidisksrc.sgml:
7491         * docs/gst/tmpl/gstmultifilesrc.sgml:
7492         * docs/gst/tmpl/gstpadtemplate.sgml:
7493         * docs/gst/tmpl/gstpipefilter.sgml:
7494         * docs/gst/tmpl/gstschedulerfactory.sgml:
7495         * docs/gst/tmpl/gstsearchfuncs.sgml:
7496         * docs/gst/tmpl/gstshaper.sgml:
7497         * docs/gst/tmpl/gstspider.sgml:
7498         * docs/gst/tmpl/gstspideridentity.sgml:
7499         * docs/gst/tmpl/gststatistics.sgml:
7500         * docs/gst/tmpl/gsttee.sgml:
7501         * docs/gst/tmpl/gsttimecache.sgml:
7502         * docs/gst/tmpl/gsttypefind.sgml:
7503         * docs/gst/tmpl/gsttypefindfactory.sgml:
7504         * docs/gst/tmpl/gstxmlregistry.sgml:
7505         * docs/gst/tmpl/gthread-cothreads.sgml:
7506         * docs/gst/tmpl/old/cothreads.sgml:
7507         * docs/gst/tmpl/old/cothreads_compat.sgml:
7508         * docs/gst/tmpl/old/gettext.sgml:
7509         * docs/gst/tmpl/old/gobject2gtk.sgml:
7510         * docs/gst/tmpl/old/grammar.tab.sgml:
7511         * docs/gst/tmpl/old/gst-i18n-app.sgml:
7512         * docs/gst/tmpl/old/gst-i18n-lib.sgml:
7513         * docs/gst/tmpl/old/gst_private.sgml:
7514         * docs/gst/tmpl/old/gstaggregator.sgml:
7515         * docs/gst/tmpl/old/gstarch.sgml:
7516         * docs/gst/tmpl/old/gstatomic_impl.sgml:
7517         * docs/gst/tmpl/old/gstbufferstore.sgml:
7518         * docs/gst/tmpl/old/gstdata_private.sgml:
7519         * docs/gst/tmpl/old/gstdisksink.sgml:
7520         * docs/gst/tmpl/old/gstdisksrc.sgml:
7521         * docs/gst/tmpl/old/gstelementfactory.sgml:
7522         * docs/gst/tmpl/old/gstextratypes.sgml:
7523         * docs/gst/tmpl/old/gstfakesink.sgml:
7524         * docs/gst/tmpl/old/gstfakesrc.sgml:
7525         * docs/gst/tmpl/old/gstfdsink.sgml:
7526         * docs/gst/tmpl/old/gstfdsrc.sgml:
7527         * docs/gst/tmpl/old/gstfilesink.sgml:
7528         * docs/gst/tmpl/old/gstfilesrc.sgml:
7529         * docs/gst/tmpl/old/gsthttpsrc.sgml:
7530         * docs/gst/tmpl/old/gstidentity.sgml:
7531         * docs/gst/tmpl/old/gstindexfactory.sgml:
7532         * docs/gst/tmpl/old/gstmarshal.sgml:
7533         * docs/gst/tmpl/old/gstmd5sink.sgml:
7534         * docs/gst/tmpl/old/gstmultidisksrc.sgml:
7535         * docs/gst/tmpl/old/gstmultifilesrc.sgml:
7536         * docs/gst/tmpl/old/gstpadtemplate.sgml:
7537         * docs/gst/tmpl/old/gstpipefilter.sgml:
7538         * docs/gst/tmpl/old/gstschedulerfactory.sgml:
7539         * docs/gst/tmpl/old/gstsearchfuncs.sgml:
7540         * docs/gst/tmpl/old/gstshaper.sgml:
7541         * docs/gst/tmpl/old/gstspider.sgml:
7542         * docs/gst/tmpl/old/gstspideridentity.sgml:
7543         * docs/gst/tmpl/old/gststatistics.sgml:
7544         * docs/gst/tmpl/old/gsttee.sgml:
7545         * docs/gst/tmpl/old/gsttimecache.sgml:
7546         * docs/gst/tmpl/old/gsttypefindfactory.sgml:
7547         * docs/gst/tmpl/old/gstxmlregistry.sgml:
7548         * docs/gst/tmpl/old/gthread-cothreads.sgml:
7549         * docs/gst/tmpl/old/types.sgml:
7550         * docs/gst/tmpl/types.sgml:
7551
7552         Rename gsttypefind.[ch] back to gsttypefindelement.[ch], since
7553         gtkdoc-scan doesn't like files with the same name in different
7554         directories.
7555         * gst/elements/Makefile.am:
7556         * gst/elements/gstelements.c:
7557         * gst/elements/gsttypefind.c: 
7558         * gst/elements/gsttypefind.h:
7559         * gst/elements/gsttypefindelement.c:
7560         * gst/elements/gsttypefindelement.h:
7561
7562 2004-04-28  David Schleef  <ds@schleef.org>
7563
7564         A bunch of portability fixes, derived from Steve Lhomme's MSVC
7565         patch (bug #141317):
7566         * gst/gst-i18n-lib.h: Allow disabling gettext.
7567         * gst/gstatomic_impl.h: disable warning when it's dumb.
7568         * gst/gstclock.c: fix include
7569         * gst/gstcompat.h: fix variadic macro
7570         * gst/gstinfo.c: fix include
7571         * gst/gstmacros.h: add defines for inlines on MSVC
7572         * gst/gstplugin.c: fix includes
7573         * gst/gstregistry.c: fix includes
7574         * gst/gstregistry.h: use S_IREAD, etc., if S_IRUSR isn't defined
7575         * gst/gstsystemclock.c: fix include
7576         * gst/gsttrace.c: (gst_trace_new), (gst_trace_text_flush): use
7577         S_IREAD if S_IRUSR isn't defined.  fix use of non-portable functions
7578         * gst/registries/gstxmlregistry.c:
7579         (gst_xml_registry_parse_element_factory): fix use of non-portable
7580         functions
7581         * libs/gst/control/dparam.h: Remove trailing comma in enum definition
7582         * libs/gst/control/dparammanager.h: same
7583
7584 2004-04-28  David Schleef  <ds@schleef.org>
7585
7586         Move a bunch of unused files to old/ with names that are
7587         not case-insensitive-unique.  These files still contain some
7588         useful information that needs to be merged into gstbin.sgml,
7589         etc., so they shouldn't be deleted yet.
7590         * docs/gst/tmpl/GstBin.sgml:
7591         * docs/gst/tmpl/GstBuffer.sgml:
7592         * docs/gst/tmpl/GstCaps.sgml:
7593         * docs/gst/tmpl/GstClock.sgml:
7594         * docs/gst/tmpl/GstCompat.sgml:
7595         * docs/gst/tmpl/GstData.sgml:
7596         * docs/gst/tmpl/GstElement.sgml:
7597         * docs/gst/tmpl/GstEvent.sgml:
7598         * docs/gst/tmpl/GstIndex.sgml:
7599         * docs/gst/tmpl/GstStructure.sgml:
7600         * docs/gst/tmpl/GstTag.sgml:
7601         * docs/gst/tmpl/old/GstBin.sgml:
7602         * docs/gst/tmpl/old/GstBuffer.sgml:
7603         * docs/gst/tmpl/old/GstCaps.sgml:
7604         * docs/gst/tmpl/old/GstClock.sgml:
7605         * docs/gst/tmpl/old/GstCompat.sgml:
7606         * docs/gst/tmpl/old/GstData.sgml:
7607         * docs/gst/tmpl/old/GstElement.sgml:
7608         * docs/gst/tmpl/old/GstEvent.sgml:
7609         * docs/gst/tmpl/old/GstIndex.sgml:
7610         * docs/gst/tmpl/old/GstStructure.sgml:
7611         * docs/gst/tmpl/old/GstTag.sgml:
7612
7613 2004-04-28  David Schleef  <ds@schleef.org>
7614
7615         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
7616         (gst_caps_append), (gst_caps_append_structure),
7617         (gst_caps_get_size), (gst_caps_get_structure), (gst_caps_copy_1),
7618         (gst_caps_set_simple), (gst_caps_set_simple_valist),
7619         (gst_caps_is_any), (gst_caps_is_empty), (gst_caps_is_chained),
7620         (gst_caps_is_fixed), (gst_caps_is_always_compatible),
7621         (gst_caps_intersect), (gst_caps_normalize),
7622         (gst_caps_transform_to_string):  Patch from Tim-Philipp Müller
7623         to fix GST_CAPS() and GST_IS_CAPS(). (bug #141304)
7624         * gst/gstcaps.h: use GST_IS_CAPS().
7625
7626 2004-04-26  David Schleef  <ds@schleef.org>
7627
7628         * gst/gstcpu.c: (gst_cpuid_i386): Don't clobber ebx in inline
7629         assembly.  gcc doesn't handle it correctly. (bug #141083)
7630         * gst/gsttrashstack.h: same
7631
7632 2004-04-25  Benjamin Otte  <otte@gnome.org>
7633
7634         * gst/gstelement.c: (gst_element_change_state):
7635           fix assertion to do an int comparison
7636
7637 2004-04-25  Benjamin Otte  <otte@gnome.org>
7638
7639         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
7640           better debugging output on error
7641
7642 2004-04-25  Benjamin Otte  <otte@gnome.org>
7643
7644         * gst/gstcaps.c: (gst_caps_subtract):
7645           fix memleak
7646
7647 2004-04-23  Benjamin Otte  <otte@gnome.org>
7648
7649         * gst/gstvalue.c: (gst_value_compare_buffer),
7650         (_gst_value_initialize):
7651           add comparison function for buffers
7652
7653 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7654
7655         * docs/pwg/pwg.xml:
7656           Just found out that this so-called "ima-wav" format is really
7657           just "dvi adpcm" (according to the MS WAV documentation). So
7658           renaming it. We didn't use it yet anyway.
7659
7660 2004-04-23  Benjamin Otte  <otte@gnome.org>
7661
7662         * gst/gstcaps.c: (gst_caps_is_always_compatible):
7663           call gst_caps_is_subset
7664
7665 2004-04-23  Benjamin Otte  <otte@gnome.org>
7666
7667         * gst/gstcaps.c: (gst_caps_subtract), (gst_caps_is_equal), 
7668         (gst_caps_is_subset):
7669           add documentation
7670
7671 2004-04-23  Benjamin Otte  <otte@gnome.org>
7672           
7673         * gst/gstcaps.c: (gst_caps_structure_subtract_field),
7674         (gst_caps_structure_subtract), (gst_caps_subtract),
7675         (gst_caps_structure_figure_out_union),
7676         (gst_caps_structure_simplify), (gst_caps_do_simplify):
7677           fix simplifying and subtracting not working correctly with optional
7678           properties
7679           solve assorted problems that make it now simplify ebven more
7680         * docs/gst/tmpl/gstcaps.sgml:
7681         * gst/gstcaps.h:
7682           make gst_caps_do_simplify return a bool to indicate if it simplified
7683         * testsuite/caps/simplify.c: (main):
7684           add more checks. The tests is quite a bit useless right now because
7685           the core is heavily simplifying itself.
7686         * testsuite/caps/caps.h:
7687           fix caps to contain all optional properties
7688
7689 2004-04-22  Benjamin Otte  <otte@gnome.org>
7690
7691         * docs/gst/tmpl/gstcaps.sgml:
7692         * docs/gst/tmpl/gstfilesrc.sgml:
7693         * docs/gst/tmpl/gststructure.sgml:
7694         * docs/gst/tmpl/gstvalue.sgml:
7695           update for recent API changes
7696         * gst/gstcaps.c: (gst_caps_do_simplify):
7697           fix to stop trying with a freed structure
7698         * gst/gstpad.c: (gst_pad_link_fixate):
7699           simplify caps
7700         * gst/gstpad.c: (gst_pad_template_get_caps_by_name):
7701           remove C++ comment
7702         * gst/gstpad.h:
7703           deprecate gst_pad_template_get_caps_by_name, it doesn't work anyway
7704         * gst/gststructure.c: (gst_structure_value_get_generic_type),
7705         (gst_structure_to_string):
7706           keep the correct type when using lists of ranges
7707         * gst/gstvalue.c: (gst_value_list_prepend_value),
7708         (gst_value_list_append_value):
7709           copy the value before adding to the list (d'oh)
7710         * gst/gstvalue.c: (gst_value_subtract_int_range_int),
7711         (gst_value_subtract_int_range_int_range):
7712           handle overflows correctly
7713         * gst/gstvalue.c: (gst_value_subtract_from_list):
7714           fix memleak
7715         * testsuite/caps/caps.h:
7716           add a caps that caused segfaults
7717
7718 2004-04-22  Benjamin Otte  <otte@gnome.org>
7719
7720         * testsuite/refcounting/pad.c: (main):
7721           fix test
7722
7723 2004-04-22  Benjamin Otte  <otte@gnome.org>
7724
7725         * gst/gstcaps.c: (gst_caps_subtract):
7726           allow subtracting ANY and EMPTY from ANY caps
7727
7728 2004-04-22  Benjamin Otte  <otte@gnome.org>
7729
7730         * gst/gstcaps.c: (gst_caps_append), (gst_caps_intersect),
7731         (gst_caps_union):
7732           only simplify in functions that create new caps. Simplifying in
7733           gst_caps_append breaks tests.
7734
7735 2004-04-22  Benjamin Otte  <otte@gnome.org>
7736
7737         * gst/gstcaps.c: (gst_caps_structure_simplify):
7738           unset GValue after use
7739         * gst/gstcaps.c: (gst_caps_append), 
7740         * gst/gstpad.c: (gst_pad_link_fixate), (gst_pad_template_new):
7741           use gst_caps_simplify (reduces registry size by 30%)
7742         * gst/gstpad.c: (gst_pad_template_new):
7743           don't allow NULL caps
7744
7745 2004-04-22  Benjamin Otte  <otte@gnome.org>
7746
7747         * docs/gst/gstreamer-sections.txt:
7748           add gst_caps_do_simplify
7749         * gst/gstcaps.c:
7750           add documentation for gst_caps_do_simplify
7751         * gst/gstvalue.h:
7752           fix typo in gst_value_register_subtract_func declaration for gst-doc
7753
7754 2004-04-22  Benjamin Otte  <otte@gnome.org>
7755
7756         * gst/gstcaps.c: (gst_caps_from_string_inplace):
7757           fix bug when converting from empty string.
7758         * gst/gstcaps.c: (gst_caps_new_any), (gst_caps_new_simple),
7759         (gst_caps_new_full_valist), (gst_caps_copy), (gst_caps_copy_1):
7760           use gst_caps_new_empty to allocate a new caps. Only that function
7761           allocates memory for caps now.
7762         * gst/gstcaps.c: (gst_caps_remove_and_get_structure),
7763         (gst_caps_remove_structure):
7764           add ability to remove one structure (but not to header yet)
7765         * gst/gstcaps.c: (gst_caps_compare_structures),
7766         (gst_caps_simplify), (gst_caps_structure_figure_out_union),
7767         (gst_caps_structure_simplify), (gst_caps_do_simplify),
7768         * gst/gstcaps.h:
7769           add gst_caps_do_simplify that tries to simplify a caps in place.
7770           Deprecate old gst_caps_simplify function.
7771         * testsuite/caps/caps.h:
7772           add caps.h containing a common set of caps to test against.
7773         * testsuite/caps/sets.c: (check_caps), (main):
7774           use it.
7775         * testsuite/caps/.cvsignore:
7776         * testsuite/caps/Makefile.am:
7777         * testsuite/caps/simplify.c: (check_caps), (main):
7778           add test to check correctness and efficency of caps simplification.
7779
7780 2004-04-22  Sebastien Cote <sc5@hermes.usherb.ca>
7781
7782         reviewed by Benjamin Otte  <otte@gnome.org>
7783
7784         * gst/gstparse.c: (_gst_parse_escape):
7785           Free the GString used in _gst_parse_escape()
7786
7787 2004-04-21  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7788
7789         * gst/gstpad.c: (gst_pad_link_negotiate):
7790           refuse to link if the link is not possible
7791         * configure.ac:
7792         * testsuite/Makefile.am:
7793         * testsuite/negotiation/.cvsignore:
7794         * testsuite/negotiation/Makefile.am:
7795         * testsuite/negotiation/pad_link.c: (main):
7796           add test that checks the above behaviour
7797
7798 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7799
7800         * docs/gst/gstreamer-sections.txt:
7801           add newly added API
7802
7803 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7804
7805         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
7806         (gst_filesrc_get_mmap), (gst_filesrc_get_read), (gst_filesrc_get),
7807         (gst_filesrc_open_file), (gst_filesrc_close_file),
7808         (gst_filesrc_srcpad_query), (gst_filesrc_srcpad_event):
7809         * gst/elements/gstfilesrc.h:
7810           add support for non-regular files (#140734)
7811
7812 2004-04-21  Benjamin Otte  <otte@gnome.org>
7813
7814         * gst/gstpad.c: (gst_pad_link_fixate):
7815           add sophisticated error checking code to see if fixation functions
7816           did their fixation right
7817
7818 2004-04-21  Benjamin Otte  <otte@gnome.org>
7819
7820         * gst/gstcaps.c: (gst_caps_append), (gst_caps_union):
7821           check for ANY caps before appending/unioning
7822         * gst/gstcaps.c: (gst_caps_is_subset),
7823         (gst_caps_is_equal), (gst_caps_structure_subtract_field),
7824         (gst_caps_structure_subtract), (gst_caps_subtract):
7825         * gst/gstcaps.h:
7826           add gst_caps_is_equal, gst_caps_is_subset and gst_caps_subtract to
7827           the API. deprecate gst_caps_is_equal_fixed
7828         * gst/gstpad.c: (gst_pad_try_set_caps):
7829         * gst/gstqueue.c: (gst_queue_link):
7830           s/gst_caps_is_equal_fixed/gst_caps_is_equal/
7831         * gst/gststructure.c: (gst_structure_get_name_id):
7832         * gst/gststructure.h:
7833           add function gst_structure_get_name_id
7834         * gst/gstvalue.c: (gst_value_subtract_int_int_range),
7835         (gst_value_create_new_range), (gst_value_subtract_int_range_int),
7836         (gst_value_subtract_int_range_int_range),
7837         (gst_value_subtract_double_double_range),
7838         (gst_value_subtract_double_range_double),
7839         (gst_value_subtract_double_range_double_range),
7840         (gst_value_subtract_from_list), (gst_value_subtract_list),
7841         (gst_value_can_intersect), (gst_value_subtract),
7842         (gst_value_can_subtract), (gst_value_register_subtract_func),
7843         (_gst_value_initialize):
7844         * gst/gstvalue.h:
7845           add support for subtracting values from each other. Note that
7846           subtracting means subtracting as in set theory. Required for caps
7847           stuff above.
7848         * testsuite/caps/.cvsignore:
7849         * testsuite/caps/Makefile.am:
7850         * testsuite/caps/erathostenes.c: (erathostenes), (main):
7851         * testsuite/caps/sets.c: (check_caps), (main):
7852         * testsuite/caps/subtract.c: (check_caps), (main):
7853           add tests for subtraction and equality code.
7854
7855 2004-04-20  David Schleef  <ds@schleef.org>
7856
7857         * gst/autoplug/Makefile.am:  Fix some little buglets in last checkin.
7858         * gst/indexers/Makefile.am:
7859         * gst/schedulers/Makefile.am:
7860         * libs/gst/bytestream/Makefile.am:
7861         * libs/gst/control/Makefile.am:
7862         * libs/gst/getbits/Makefile.am:
7863
7864 2004-04-20  David Schleef  <ds@schleef.org>
7865
7866         * common/as-libtool.mak: Fine-tune DLL building.
7867         * configure.ac: Link plugins against libgstreamer.  Define plugindir
7868         (like gst-plugins)
7869         * examples/plugins/Makefile.am: remove plugindir
7870         * gst/autoplug/Makefile.am: DLL building fixes
7871         * gst/elements/Makefile.am: DLL building fixes.  Disable pipefilter on
7872         Windows.
7873         * gst/elements/gstelements.c: Conditionally disable pipefilter.
7874         * gst/indexers/Makefile.am: DLL building fixes
7875         * gst/schedulers/Makefile.am: DLL building fixes.
7876         * libs/gst/bytestream/Makefile.am: DLL building fixes.
7877         * libs/gst/control/Makefile.am: same
7878         * libs/gst/getbits/Makefile.am: same
7879         * testsuite/Makefile.am: New dlopen directory
7880         * testsuite/dlopen/Makefile.am: Tests to check if libgstreamer works
7881         when dlopened.
7882         * testsuite/dlopen/dlopen_gst.c: (main): same
7883         * testsuite/dlopen/loadgst.c: (do_test): same
7884
7885 2004-04-20  David Schleef  <ds@schleef.org>
7886
7887         * gst/parse/grammar.y:  Apply patch from Sebastien Cote
7888         <sc5@hermes.usherb.ca> to fix a memleak. (bug #140594)
7889
7890 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7891
7892         * gst/gstelement.c: (gst_element_wait),
7893         (gst_element_set_time_delay), (gst_element_change_state):
7894           Use GST_TIME_*
7895
7896 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7897
7898         * gst/autoplug/gstspider.c: (gst_spider_link_sometimes),
7899         (gst_spider_identity_plug):
7900           improve debugging messages
7901         * gst/gstbin.c: (gst_bin_remove_func):
7902           make sure the state_change function is only called with simple state
7903           transitions
7904
7905 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7906
7907         * gst/elements/gstfakesink.c: (gst_fakesink_state_error_get_type),
7908         (gst_fakesink_set_property), (gst_fakesink_chain):
7909         * gst/elements/gstfakesrc.c: (gst_fakesrc_set_property):
7910         * gst/elements/gstfdsrc.c: (gst_fdsrc_set_property):
7911         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property):
7912         * gst/elements/gstidentity.c: (gst_identity_chain),
7913         (gst_identity_set_property):
7914         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_set_property):
7915         * gst/elements/gstpipefilter.c: (gst_pipefilter_set_property):
7916           add warnings to _set_property for unknown arguments
7917           use GST_TIME_FORMAT/GST_TIME_ARGS for timestamp printing
7918
7919 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7920
7921         * Makefile.am:
7922         * docs/manuals.mak:
7923           add .po file download snippet
7924           fix a bug in the doc makefile
7925
7926 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7927
7928         * Makefile.am:
7929         * po/LINGUAS:
7930         * po/en_GB.po:
7931           Added en_GB translation (Gareth Owen)
7932
7933 2004-04-20  Johan Dahlin  <johan@gnome.org>
7934
7935         * gst/gstpad.c (_invent_event): Clean up
7936
7937 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7938
7939         * testsuite/caps/filtercaps.c: (main):
7940           fix test to test things correctly (caps are complicated)
7941
7942 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7943
7944         * testsuite/caps/Makefile.am:
7945         * testsuite/caps/filtercaps.c: (main):
7946           add test (that doesn't work right now, but should)
7947
7948 2004-04-19  David Schleef  <ds@schleef.org>
7949
7950         * configure.ac: Add test for allowing unaligned access.  Add define
7951         to put in gstconfig.h.
7952         * docs/gst/gstreamer-sections.txt: New symbols
7953         * docs/gst/tmpl/gstcompat.sgml: Check in changes made by gtkdoc
7954         * docs/gst/tmpl/gstfilesrc.sgml:
7955         * docs/gst/tmpl/gstparse.sgml:
7956         * docs/gst/tmpl/gsttypes.sgml:
7957         * docs/gst/tmpl/gstutils.sgml:
7958         * docs/gst/tmpl/gstvalue.sgml:
7959         * gst/gstconfig.h.in: Add GST_HAVE_UNALIGNED_ACCESS
7960         * gst/gstutils.h: Add macros for unaligned memory access.  Useful
7961         on most !i386/!powerpc architectures.  From Daniel Gazard
7962         <daniel.gazard@free.fr>.  (bug #140156)
7963         * po/af.po: Check in changes made by gettext.
7964         * po/az.po:
7965         * po/fr.po:
7966         * po/nl.po:
7967         * po/sr.po:
7968         * po/sv.po:
7969
7970 2004-04-20  Benjamin Otte  <otte@gnome.org>
7971
7972         * gst/schedulers/entryscheduler.c: 
7973         (gst_entry_scheduler_yield):
7974           refuse to yield when decoupled elements insist on doing that.
7975           At least it's better than crashing
7976
7977 2004-04-19  David Schleef  <ds@schleef.org>
7978
7979         * docs/libs/Makefile.am: Change sinclude to include
7980         * docs/gst/Makefile.am: same
7981         * pkgconfig/Makefile.am:  Remove GNU-ism from makefile target
7982
7983 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7984
7985         * po/LINGUAS:
7986         * po/uk.po:
7987           Added Ukrainian translation (Maxim V. Dziumanenko)
7988
7989 2004-04-19  Johan Dahlin  <johan@gnome.org>
7990
7991         * gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
7992         checking here, do it before calling the function.
7993         Clean up, use for loops instead of while loops while iterating
7994         over lists.
7995
7996         * gst/autoplug/gstspider.c (gst_spider_request_new_pad): Fix typo
7997         in debug message.
7998         (gst_spider_create_and_plug): Improve debug message.
7999         General: Replace while loops which iterates over GLists with for
8000         loops. Which are much cleaner, improves readability, especially
8001         for gst_spider_identity_plug
8002
8003         * gst/gstpad.c (_invent_event): Fix parameters to warning macros,
8004         fixes bug 140477
8005
8006 2004-04-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8007
8008         * po/LINGUAS:
8009         * po/tr.po:
8010           Added Turkish translation (Baris Cicek)
8011
8012 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8013
8014         * docs/faq/troubleshooting.xml:
8015           Mention gst-register in the FAQ (fixes 139045).
8016
8017 2004-04-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8018
8019         * docs/gst/gstreamer-sections.txt:
8020
8021 2004-04-17  Benjamin Otte  <otte@gnome.org>
8022
8023         * gst/gstelement.c: (gst_element_dispose):
8024           simplify
8025         * gst/gstpad.c: (gst_pad_call_chain_function):
8026           don't create loads of events due to bad macro usage
8027
8028 2004-04-16  David Schleef  <ds@schleef.org>
8029
8030         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
8031         * gst/gstpad.c: (_gst_pad_default_fixate_foreach):
8032         * gst/gstvalue.c: (gst_value_serialize_buffer),
8033         (gst_value_deserialize_buffer), (gst_type_is_fixed),
8034         (_gst_value_initialize): Create a new function gst_type_is_fixed()
8035         to indicate types that are fixed wrt caps or not.  Switching to
8036         this function fixes (bug #140298).
8037         * gst/gstvalue.h:
8038
8039 2004-04-16  David Schleef  <ds@schleef.org>
8040
8041         * common/m4/gst-arch.m4:  Implmenent a whitelist and blacklist
8042         for GST_UNALIGNED_ACESS, since we essentially know which archs
8043         are ok.
8044
8045 2004-04-17  Benjamin Otte  <otte@gnome.org>
8046
8047         * docs/gst/Makefile.am:
8048           ignore gst/parse directory when building docs (fixes #140205)
8049
8050 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8051
8052         * testsuite/refcounting/mem.c: (vmsize):
8053           do error checking
8054
8055 2004-04-16  Johan Dahlin  <johan@gnome.org>
8056
8057         * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
8058         and gst_pad_call_get_function.
8059
8060 2004-04-15  David Schleef  <ds@schleef.org>
8061
8062         * common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
8063         checks if we can access unaligned memory.
8064         * configure.ac: Use it.
8065
8066 2004-04-16  Benjamin Otte  <otte@gnome.org>
8067
8068         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
8069         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
8070         * gst/elements/gstfilesrc.h:
8071           s/seek_happened/need_discont/ and require discont before sending any
8072           data
8073
8074 2004-04-15  David Schleef  <ds@schleef.org>
8075
8076         * gst/gstvalue.c: (gst_value_serialize_buffer),
8077         (gst_value_deserialize_buffer), (_gst_value_initialize):
8078         Register these types as fundamental types. (bug #140015)
8079
8080 2004-04-16  Benjamin Otte  <otte@gnome.org>
8081
8082         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
8083         (gst_pad_link_free), (gst_pad_link_try), (_invent_event),
8084         (gst_pad_pull):
8085           implement enforcing discont events before buffers are passed. This
8086           allows state changes of only some elements and later correctly going
8087           on where they left off (or in short: you can now set audio sinks to
8088           NULL to release the device when the pipeline is paused)
8089         * gst/gstpad.c: (gst_pad_call_chain_function),
8090         (gst_pad_call_get_function):
8091         * gst/gstpad.h:
8092           add gst_pad_call_chain_function and gst_pad_call_get_function for
8093           scheduler interaction. They are required because of the changes
8094           above.
8095         * gst/schedulers/entryscheduler.c: (get_buffer),
8096         (gst_entry_scheduler_chain_wrapper),
8097         (gst_entry_scheduler_get_wrapper),
8098         (gst_entry_scheduler_state_transition),
8099         (gst_entry_scheduler_pad_link):
8100         * gst/schedulers/gstbasicscheduler.c:
8101         (gst_basic_scheduler_chain_wrapper),
8102         (gst_basic_scheduler_src_wrapper),
8103         (gst_basic_scheduler_chainhandler_proxy),
8104         (gst_basic_scheduler_gethandler_proxy),
8105         (gst_basic_scheduler_cothreaded_chain),
8106         (gst_basic_scheduler_chain_elements):
8107         * gst/schedulers/gstoptimalscheduler.c:
8108         (get_group_schedule_function), (pad_clear_queued),
8109         (gst_opt_scheduler_pad_link):
8110           use the new functions instead of calling get/chain-functions
8111           directly.
8112
8113 2004-04-15  David Schleef  <ds@schleef.org>
8114
8115         * docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
8116         * docs/gst/tmpl/gstinfo.sgml: same
8117         * docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
8118         gtk-doc put here.
8119         * gst/gstutils.h: Remove the \ that was confusing gtk-doc.
8120         * examples/queue/queue.c: (main):  We iterate pipelines, not
8121         bins.  (bug #139996)
8122
8123 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8124
8125         * docs/pwg/advanced-types.xml:
8126           Add MS RLE support. Also document Qt RLE although I have no sample
8127           files for that yet. And document an extra property for ADPCM.
8128
8129 2004-04-15  David Schleef  <ds@schleef.org>
8130
8131         * gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
8132         (_gst_plugin_fault_handler_setup):  Disable more stuff on
8133         Windows.
8134
8135 2004-04-15  David Schleef  <ds@schleef.org>
8136
8137         * gst/gstinfo.c: (_gst_debug_init): Change some internal
8138         symbol names to not conflict with new gstinfo.h symbols.
8139         * gst/gstinfo.h: Add inline functions for all those crazy
8140         compilers that don't know how to handle variadic macros (MSVC).
8141
8142 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8143
8144         * configure.ac: bump nano to 1
8145
8146 === release 0.8.1 ===
8147
8148 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8149
8150         * NEWS:
8151         * RELEASE:
8152         * configure.ac:
8153           releasing 0.8.1, "Snow Brigade"
8154
8155 2004-04-14  David Schleef  <ds@schleef.org>
8156
8157         * testsuite/Makefile.am: define tests_ignore
8158         * testsuite/Rules: Added new tests_ignore, which get compiled,
8159         but not run (generally because they're inconsistent or have
8160         heisenbugs).  Now we can ensure all the .c files compile in
8161         testsuite/.
8162         * testsuite/bins/Makefile.am: define tests_ignore
8163         * testsuite/bytestream/Makefile.am:
8164         * testsuite/caps/Makefile.am:
8165         * testsuite/clock/Makefile.am:
8166         * testsuite/debug/Makefile.am:
8167         * testsuite/debug/global.c: (gst_debug_log_one),
8168         (gst_debug_log_two): Fix compilation problem.
8169         * testsuite/dynparams/Makefile.am:
8170         * testsuite/elements/Makefile.am:
8171         * testsuite/ghostpads/Makefile.am:
8172         * testsuite/indexers/Makefile.am:
8173         * testsuite/parse/Makefile.am:
8174         * testsuite/plugin/Makefile.am:
8175         * testsuite/refcounting/Makefile.am:
8176         * testsuite/refcounting/element_pad.c: (main): Don't return leak
8177         results, because it's not calculated correctly.
8178         * testsuite/refcounting/pad.c: (main): same
8179         * testsuite/states/Makefile.am:
8180         * testsuite/tags/Makefile.am:
8181         * testsuite/threads/Makefile.am:
8182
8183 2004-04-14  David Schleef  <ds@schleef.org>
8184
8185         * gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
8186         generating bad code around the cpu detection asm code.
8187
8188 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8189
8190         * tools/gst-inspect.c: (print_element_info):
8191           print numeric version of rank as well, since we added some - 1
8192           rank values to elements
8193
8194 2004-04-13  David Schleef  <ds@schleef.org>
8195
8196         * configure.ac:  Disable various code when compiling for MinGW.
8197         * gst/elements/Makefile.am:
8198         * gst/elements/gstelements.c:
8199         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
8200         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
8201         * gst/registries/gstxmlregistry.c: (make_dir):
8202
8203 2004-04-13  David Schleef  <ds@schleef.org>
8204
8205         * gst/Makefile.am:
8206         * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
8207         assembly.
8208         * gst/gstcpuid_i386.s: remove
8209
8210 2004-04-13  David Schleef  <ds@schleef.org>
8211
8212         * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
8213         seems to think it needs to be done.
8214         * docs/gst/tmpl/gstfakesink.sgml:
8215         * docs/gst/tmpl/gstfakesrc.sgml:
8216         * docs/gst/tmpl/gstfdsink.sgml:
8217         * docs/gst/tmpl/gstfdsrc.sgml:
8218         * docs/gst/tmpl/gstfilesink.sgml:
8219         * docs/gst/tmpl/gstfilesrc.sgml:
8220         * docs/gst/tmpl/gstidentity.sgml:
8221         * docs/gst/tmpl/gstmd5sink.sgml:
8222         * docs/gst/tmpl/gstmultifilesrc.sgml:
8223         * docs/gst/tmpl/gstpipefilter.sgml:
8224         * docs/gst/tmpl/gstshaper.sgml:
8225         * docs/gst/tmpl/gstspider.sgml:
8226         * docs/gst/tmpl/gstspideridentity.sgml:
8227         * docs/gst/tmpl/gststatistics.sgml:
8228         * docs/gst/tmpl/gsttee.sgml:
8229         * docs/gst/tmpl/gsttypefind.sgml:
8230         * docs/gst/tmpl/gstutils.sgml:
8231
8232 2004-04-13  David Schleef  <ds@schleef.org>
8233
8234         * configure.ac: Changes to remove POSIXisms (mmap in this case)
8235         and to build DLLs on Windows.
8236         * gst/Makefile.am:
8237         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
8238         (gst_filesrc_open_file):
8239         * gst/schedulers/Makefile.am:
8240
8241 2004-04-13  David Schleef  <ds@schleef.org>
8242
8243         * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
8244         (gst_caps_structure_fixate_field_nearest_double):  Fix bug in
8245         fixating lists.
8246
8247 2004-04-12  David Schleef  <ds@schleef.org>
8248
8249         * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
8250         (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
8251         to using it.
8252         * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
8253         * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
8254         * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
8255         * gst/gststructure.c: (gst_structure_set_valist),
8256         (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
8257         support for buffers.
8258         * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
8259         intended to be const.
8260         * gst/gsttag.h: same
8261         * gst/gstvalue.c: (gst_value_serialize_buffer),
8262         (gst_value_deserialize_buffer), (_gst_value_initialize):  Add code
8263         to (de)serialize buffers.
8264         * testsuite/caps/Makefile.am:  Add a bit of buffer testing
8265         * testsuite/caps/string-conversions.c: (main):
8266         * testsuite/caps/value_serialize.c: add new test
8267
8268 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8269
8270         * docs/pwg/advanced-types.xml:
8271           Document MS video 1 (video/x-msvideocodec) mimetype/format.
8272
8273 2004-04-11  Benjamin Otte  <otte@gnome.org>
8274
8275         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
8276           rename categories to basic_*
8277         * gst/schedulers/gstbasicscheduler.c: 
8278         (gst_basic_scheduler_chain_wrapper),
8279         (gst_basic_scheduler_chainhandler_proxy),
8280         (gst_basic_scheduler_gethandler_proxy),
8281         (gst_basic_scheduler_eventhandler_proxy):
8282           debugging category fixes - put common stuff in log category
8283         * gst/schedulers/gstbasicscheduler.c: 
8284         (gst_basic_scheduler_chain_elements):
8285           dirty fix: call gst_basic_scheduler_cothreaded_chain when already
8286           active and linking two active chains
8287
8288 2004-04-10  Benjamin Otte  <otte@gnome.org>
8289
8290         * docs/pwg/intro-preface.xml:
8291           fix dead links and remove reference to Wiki
8292
8293 2004-04-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8294
8295         * gst/schedulers/gstbasicscheduler.c:
8296           make sure we can switch back to the main function if we're still in
8297           the main function (supposed to fix #139617)
8298         * gst/schedulers/gthread-cothreads.h:
8299           don't throw an error when switching to the same cothread
8300
8301 2004-04-09  Benjamin Otte  <otte@gnome.org>
8302
8303         * gst/gstbin.c: (gst_bin_get_type):
8304         * gst/gstclock.c: (gst_clock_get_type):
8305         * gst/gstindex.c: (gst_index_get_type):
8306         * gst/gstobject.c: (gst_object_get_type),
8307         (gst_signal_object_get_type):
8308         * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
8309         (gst_pad_template_get_type), (gst_ghost_pad_get_type):
8310         * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
8311         * gst/gstqueue.c: (gst_queue_get_type):
8312         * gst/gstregistry.c: (gst_registry_get_type):
8313         * gst/gstsystemclock.c: (gst_system_clock_get_type):
8314         * gst/gstthread.c: (gst_thread_get_type):
8315           don't use memchunks for these objects, use malloc instead
8316
8317 2004-04-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8318
8319         * docs/gst/.cvsignore:
8320         * docs/gst/Makefile.am:
8321         * docs/gst/gstreamer-sections.txt:
8322         * docs/gst/tmpl/gstaggregator.sgml:
8323         * docs/gst/tmpl/gstbuffer.sgml:
8324         * docs/gst/tmpl/gstclock.sgml:
8325         * docs/gst/tmpl/gstelement.sgml:
8326         * docs/gst/tmpl/gstfakesink.sgml:
8327         * docs/gst/tmpl/gstfakesrc.sgml:
8328         * docs/gst/tmpl/gstfdsink.sgml:
8329         * docs/gst/tmpl/gstfdsrc.sgml:
8330         * docs/gst/tmpl/gstfilesink.sgml:
8331         * docs/gst/tmpl/gstfilesrc.sgml:
8332         * docs/gst/tmpl/gstidentity.sgml:
8333         * docs/gst/tmpl/gstindex.sgml:
8334         * docs/gst/tmpl/gstinfo.sgml:
8335         * docs/gst/tmpl/gstmd5sink.sgml:
8336         * docs/gst/tmpl/gstmultifilesrc.sgml:
8337         * docs/gst/tmpl/gstpad.sgml:
8338         * docs/gst/tmpl/gstpipefilter.sgml:
8339         * docs/gst/tmpl/gstpipeline.sgml:
8340         * docs/gst/tmpl/gstpluginfeature.sgml:
8341         * docs/gst/tmpl/gstqueue.sgml:
8342         * docs/gst/tmpl/gstregistry.sgml:
8343         * docs/gst/tmpl/gstscheduler.sgml:
8344         * docs/gst/tmpl/gstshaper.sgml:
8345         * docs/gst/tmpl/gstspider.sgml:
8346         * docs/gst/tmpl/gstspideridentity.sgml:
8347         * docs/gst/tmpl/gststatistics.sgml:
8348         * docs/gst/tmpl/gstsystemclock.sgml:
8349         * docs/gst/tmpl/gsttee.sgml:
8350         * docs/gst/tmpl/gstthread.sgml:
8351         * docs/gst/tmpl/gsttypefind.sgml:
8352         * docs/gst/tmpl/gstutils.sgml:
8353           further doc build fixes
8354
8355 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8356
8357         * docs/gst/Makefile.am:
8358           make docs exit on scanning problems
8359           fix nonsrcdir build issues
8360         * docs/gst/gstreamer-sections.txt:
8361           adding stuff from -unused
8362         * gst/gstqueue.h:
8363           create GstQueueSize
8364         * gst/schedulers/cothreads_compat.h:
8365           fix cothread warnings
8366
8367 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8368
8369         * docs/gst/gstreamer-sections.txt:
8370           remove defines deprecated by Benjamin
8371
8372 2004-04-07  Benjamin Otte  <otte@gnome.org>
8373
8374         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
8375           when the buffer is complete, don't check if other buffers are needed
8376         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
8377           check that the offset is >0 so we don't try to read before the
8378           beginning of the file
8379         * gst/gstpad.c: (gst_pad_set_pad_template):
8380           sink the template, so we don't end up with 130k pad templates
8381
8382 2004-04-06  Benjamin Otte  <otte@gnome.org>
8383
8384         * gst/autoplug/gstspider.c: (gst_spider_link_add):
8385           don't ref the element, adding already reffed it. And we didn't unref
8386           it later anyway... (huge memleak when you used many spider elements)
8387         * gst/gstelement.c: (gst_element_base_class_finalize):
8388         * gst/gstelementfactory.c: (gst_element_factory_cleanup),
8389         (gst_element_register):
8390         * gst/gsturi.c: (gst_element_make_from_uri):
8391           use gst_object_(un)ref instead of g_object(un)ref
8392
8393 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8394
8395         * gst/gstbuffer.h:
8396           remove macro that wouldn't work anymore because struct member has
8397           been removed.
8398         * gst/schedulers/entryscheduler.c: (schedule_forward):
8399           fix segfault for unconnected pads
8400         
8401 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8402
8403         reviewed by David Schleef <ds@schleef.org>
8404
8405         * gst/gstinfo.h:
8406           *_FORMAT modifiers should require putting a % in front of them for
8407           consistency reasons.
8408
8409 2004-04-05  Colin Walters  <walters@redhat.com>
8410
8411         * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
8412         space.
8413
8414 2004-04-05  Benjamin Otte  <otte@gnome.org>
8415
8416         * configure.ac:
8417         * gst/Makefile.am:
8418         * gst/gst_private.h:
8419         * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
8420           add support for detecting if GStreamer runs inside valgrind.
8421           requires valgrind (d'oh) and --enable-debug for correct cdetection.
8422           print a big message in valgrind that GStreamer has detected it's
8423           running inside and might now use different code.
8424         * gst/gstmemchunk.c: (populate), (free_area),
8425         (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
8426         (gst_mem_chunk_free):
8427           flag memchunks for valgrind, so it can detect leaking of chunks.
8428           This allows detecting leaks of GstBuffer and GstEvent correctly
8429           inside valgrind.
8430
8431 2004-04-05  David Schleef  <ds@schleef.org>
8432
8433         * gst/gsttrace.h:  Fix #ifdef nesting (bug #139109) Patch from
8434           jensgr@gmx.net (Jens Granseuer)
8435
8436 2004-04-05  David Schleef  <ds@schleef.org>
8437
8438         * gst/gstbuffer.c: (_gst_buffer_sub_free),
8439         (gst_buffer_default_free), (gst_buffer_default_copy),
8440         (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
8441         (gst_buffer_new), (gst_buffer_create_sub):  Allocate GstBuffer
8442         structures in one place.
8443
8444 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8445
8446         * gst/gstinfo.h: adding Ronald's timestamp debugging defines
8447           (GST_TIME_FORMAT, GST_TIME_ARGS)
8448
8449 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8450
8451         * testsuite/elements/Makefile.am:
8452           disable test until it stops breaking make distcheck
8453
8454 2004-04-05  Johan Dahlin  <johan@gnome.org>
8455
8456         * po/sv.po: Updated translation
8457
8458 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8459
8460         * gst/gstplugin.c: (gst_plugin_load_file):
8461           fix segfault for when original plugin was loaded statically
8462
8463 2004-04-05  Benjamin Otte  <otte@gnome.org>
8464
8465         * testsuite/debug/category.c: (main):
8466         * testsuite/debug/commandline.c: (main):
8467         * testsuite/debug/output.c: (main):
8468           fix tests to work again with debugging enabled
8469
8470 2004-04-05  Benjamin Otte  <otte@gnome.org>
8471
8472         * gst/schedulers/gstbasicscheduler.c:
8473         (gst_basic_scheduler_pad_link):
8474           fix to work with recent scheduling changes
8475
8476 2004-04-05  Benjamin Otte  <otte@gnome.org>
8477
8478         * gst/schedulers/entryscheduler.c: (some functions, dunno which,
8479         prepareChangeLog doesn't work when cvs indents):
8480           don't throw an error when no element can be scheduled, there's too
8481           many weird reasons why it doesn't work. Return STOPPED instead.
8482           decoupled elemts' schedulability doesn't depend on bufpens.
8483
8484 2004-04-04  Benjamin Otte  <otte@gnome.org>
8485
8486         * gst/schedulers/gstbasicscheduler.c:
8487         (gst_basic_scheduler_pad_select):
8488           fix uninitialized variable warnings
8489
8490 2004-04-04  Benjamin Otte  <otte@gnome.org>
8491
8492         * gst/gstpad.c: (gst_pad_collect_valist):
8493           fix uninitialized variable warning
8494         * gst/schedulers/entryscheduler.c: (schedule_forward):
8495           fix shadowed variable
8496
8497 2004-04-04  Benjamin Otte  <otte@gnome.org>
8498
8499         * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
8500         (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
8501         (gst_pad_select):
8502         * gst/gstpad.h:
8503         * gst/gstscheduler.c: (gst_scheduler_pad_select),
8504         (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
8505         * gst/gstscheduler.h:
8506           implement gst_pad_collect as replacement for gst_pad_select.
8507           deprecate gst_pad_select and gst_scheduler_(un)lock_element
8508           add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
8509           new pad_select, lock and unlock calls.
8510         * gst/cothreads.c: (cothread_destroy), (cothread_switch):
8511         * gst/cothreads.h:
8512         * gst/schedulers/cothreads_compat.h:
8513         * gst/schedulers/gthread-cothreads.h:
8514           remove unused cothread_lock and cothread_unlock calls
8515         * gst/schedulers/entryscheduler.c:
8516         (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
8517         (_can_schedule_loop), (gst_entry_scheduler_get_handler),
8518         (gst_entry_scheduler_pad_select):
8519           update to new API
8520         * gst/schedulers/gstbasicscheduler.c:
8521         (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
8522         (gst_basic_scheduler_pad_select):
8523           remove useless lock and unlock calls, update pad_select to new API
8524           (untested)
8525         * gst/schedulers/gstoptimalscheduler.c:
8526         (gst_opt_scheduler_class_init):
8527           remove useless select, lock and unlock function calls
8528         * gst/elements/gstaggregator.c: (gst_aggregator_loop):
8529           use gst_pad_collect instead of gst_pad_select
8530
8531 2004-04-04  Benjamin Otte  <otte@gnome.org>
8532
8533         * gst/schedulers/entryscheduler.c: (_can_schedule_get),
8534         (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
8535         (schedule_next_element), (print_entry):
8536           add can_schedule_pad to handle element states.
8537           add schedule_forward to select the correct entry to schedule next
8538
8539 2004-04-03  Benjamin Otte  <otte@gnome.org>
8540
8541         * gst/schedulers/entryscheduler.c: 
8542           remove unused variable, fix error inside Rb, fix compile warning in
8543           unreachable code
8544
8545 2004-04-03  Benjamin Otte  <otte@gnome.org>
8546
8547         * gst/schedulers/entryscheduler.c:
8548           completely revamp the inner workings, so it's a lot easier to
8549           understand and extend
8550
8551 2004-04-03  Andy Wingo  <wingo@pobox.com>
8552
8553         * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
8554         Rename ->group1 and ->group2 to ->src and ->sink, respectively.
8555         This allows better introspection of pipeline topology.
8556         (add_to_chain): Don't do trickery to put loop elements first;
8557         rather, queue a chain sort by marking the chain as dirty.
8558         (remove_from_chain): Mark the chain dirty.
8559         (sort_chain): New function. Sorts the group list so that terminal
8560         sinks are first. This means elements on the sink side will be
8561         preferentially sscheduled before elements on the src side of the
8562         pipeline.
8563         (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
8564         (schedule_chain): If the chain is marked DIRTY, call sort_chain.
8565         (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
8566         (group_inc_link): Change argument and variable names to match the
8567         new link structure member names (src and sink).
8568         (group_dec_link): Add some description
8569
8570 2004-04-03  Benjamin Otte  <otte@gnome.org>
8571
8572         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
8573         * gst/gstinfo.h:
8574         * testsuite/debug/category.c: (main):
8575         * testsuite/debug/commandline.c: (main):
8576         * testsuite/debug/output.c: (main):
8577         * testsuite/debug/printf_extension.c: (main):
8578           fix to successfully build and test with --disable-gst-debug
8579           configure switch (fixes #138705)
8580
8581 2004-04-03  Benjamin Otte  <otte@gnome.org>
8582
8583         * docs/pwg/building-boiler.xml:
8584           add cvs login line and s/anonymous/anoncvs/
8585
8586 2004-04-03  Tim-Phillip Müller  <t.i.m@zen.co.uk>
8587
8588         reviewed by Benjamin Otte  <otte@gnome.org>
8589
8590         * gst/gststructure.c: (gst_structure_free):
8591           memleak fix: free fields array (partial fix for #134839)
8592
8593 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8594
8595         * docs/random/ds/0.9-suggested-changes:
8596           Add a note to change handoff use in fakesrc to be usable in
8597           a more generic way (fakesrc should be renamed to appsrc or so).
8598         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
8599           Change signal type to scope, so we can fill the buffer in the
8600           handoff handler (that's the whole use of this signal...).
8601
8602 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8603
8604         * docs/pwg/other-ntoone.xml:
8605           Document muxers and n-to-1 elements.
8606
8607 2004-04-01  Martin Soto  <martinsoto@users.sourceforge.net>
8608
8609         * gst/registries/gstxmlregistry.c
8610         (gst_xml_registry_rebuild_recurse): Fix the algorithm to
8611         determine if a file is a G_MODULE. The old one discards paths
8612         containing "so" somewhere in the middle. My home directory is
8613         called "soto". Go figure...
8614
8615 2004-03-31  David Schleef  <ds@schleef.org>
8616
8617         * gst/gstbuffer.c: (gst_buffer_join):  Add function gst_buffer_join()
8618         to eventually deprecate gst_buffer_merge().  (bug: #136408)
8619         * gst/gstbuffer.h:
8620
8621 2004-03-31  David Schleef  <ds@schleef.org>
8622
8623         * gst/gstvalue.c: (gst_value_union_int_int_range),
8624         (gst_value_union_int_range_int_range), (gst_value_can_union),
8625         (gst_value_union), (_gst_value_initialize):  Add some union
8626         implementations.  We didn't have any previously.
8627         * testsuite/caps/Makefile.am:
8628         * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
8629         (gst_audioscale_getcaps), (test_caps), (main): A little test
8630         that is the same as the caps manipulation in audioscale.
8631
8632 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8633
8634         * docs/faq/general.xml:
8635           add entry about "does gst support format X?"
8636
8637 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8638
8639         * gst/gstthread.c:
8640           fix docs
8641         * gst/gstutils.h:
8642           fix GST_BOILERPLATE_FULL to not throw casting errors on C++
8643
8644 2004-03-30  Benjamin Otte  <otte@gnome.org>
8645
8646         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
8647           set the offset of the buffer to the requested offset
8648         * gst/elements/gsttypefind.c: (stop_typefinding):
8649           revert patch 1.18 (which I unfortunately don't know the reason for).
8650           This is needed to allow downstream elements to seek. Otherwise
8651           typefind might overwrite a previous seek by downstream elements.
8652           This lead to errors with id3tag and typefind on some mp3s.
8653         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
8654         (gst_entry_scheduler_iterate):
8655           be more verbose when debugging
8656
8657 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8658
8659         * gst/gstcaps.c: (gst_caps_from_string_inplace):
8660           make sure we don't get NULL strings
8661
8662 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8663
8664         * gst/gstcaps.c:
8665         * gst/gstelement.c:
8666         * gst/gstelementfactory.c: (gst_element_factory_get_type):
8667         * gst/gstindex.c: (gst_index_resolver_get_type),
8668         (gst_index_get_type), (gst_index_factory_get_type):
8669         * gst/gstinfo.c:
8670         * gst/gstpad.c:
8671         * gst/gstplugin.c:
8672         * gst/gsturi.c: (gst_uri_handler_get_type):
8673         * gst/gstvalue.c:
8674           first batch of documentation fixes
8675
8676 2004-03-29  David Schleef  <ds@schleef.org>
8677
8678         * docs/gst/Makefile.am:  Disable a bunch of headers from being scanned
8679         * docs/gst/gstreamer-docs.sgml:  More hacking
8680         * docs/gst/gstreamer-sections.txt:
8681         * docs/gst/tmpl/cothreads_compat.sgml:
8682         * docs/gst/tmpl/gstcaps.sgml:
8683         * docs/gst/tmpl/gstclock.sgml:
8684         * docs/gst/tmpl/gstelement.sgml:
8685         * docs/gst/tmpl/gstevent.sgml:
8686         * docs/gst/tmpl/gstpad.sgml:
8687         * docs/gst/tmpl/gstutils.sgml:
8688         * docs/gst/tmpl/gstxml.sgml:
8689         * docs/gst/tmpl/gthread-cothreads.sgml:
8690         * docs/random/ds/0.9-suggested-changes:
8691         * gst/elements/gstfakesink.h: doc fixes
8692         * gst/elements/gstfakesrc.h: doc fixes
8693         * gst/gstcaps.c: doc fixes
8694         * gst/gstcaps.h: doc fixes
8695         * gst/gstelement.c: doc fixes
8696         * gst/gstelement.h: doc fixes
8697         * gst/gstindex.c: doc fixes
8698         * gst/gstinfo.c: doc fixes
8699         * gst/gstpad.c: doc fixes
8700         * gst/gstpad.h: doc fixes
8701         * gst/gstplugin.c: doc fixes
8702         * gst/gsttypefind.h: doc fixes
8703         * gst/gsturi.c: doc fixes
8704         * gst/gstvalue.c: doc fixes
8705
8706 2004-03-29  Colin Walters  <walters@redhat.com>
8707
8708         * gst/registries/gstxmlregistry.c (get_time)
8709         (plugin_times_older_than_recurse):
8710         Use the result of stat to determine whether a path is a file,
8711         so we don't attempt to opendir() files.
8712
8713 2004-03-29  Benjamin Otte  <otte@gnome.org>
8714
8715         * gst/gstpad.c: (gst_pad_set_explicit_caps):
8716           print caps in debugging output when setting caps failed
8717         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
8718         (schedule_next_element), (get_buffer), (run_chainhandler),
8719         (element_may_start), (gst_entry_scheduler_chain_handler),
8720         (gst_entry_scheduler_get_handler),
8721         (gst_entry_scheduler_state_transition),
8722         (gst_entry_scheduler_pad_link):
8723           make this scheduler a testcase for mandatory
8724           discont-before-first-buffer which is needed if we want to allow apps
8725           to release the sound device.
8726           add SCHED_ASSERT macro to print scheduler state before an assertion
8727           triggers.
8728
8729 2004-03-29  Benjamin Otte  <otte@gnome.org>
8730
8731         * COPYING:
8732           replace by LGPL (former COPYING.LIB). The core is completely
8733           licensed LGPL.
8734         * COPYING.LIB:
8735           remove
8736
8737 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8738
8739         * po/af.po:
8740         * po/sv.po:
8741           updated Afrikaans and Swedish
8742
8743 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8744
8745         * po/LINGUAS:
8746         * po/az.po:
8747           adding Azerbaijani (Mətin Əmirov)
8748
8749 2004-03-28  Martin Soto  <martinsoto@users.sourceforge.net>
8750
8751         * gst/gstelement.h: 
8752         * gst/gstelement.c (gst_element_set_time_delay): New function for
8753         setting element time taking into account a hardware buffering
8754         delay.
8755         (gst_element_set_time): Now just an invocation of
8756         gst_element_set_time_delay.
8757         * gst/gstclock.h: 
8758         * gst/gstclock.c (gst_clock_get_event_time_delay): New function
8759         allowing to set event times in the future.
8760         (gst_clock_get_event_time): Now just an invocation of
8761         gst_clock_get_event_time_delay.
8762
8763 2004-03-28  Benjamin Otte  <otte@gnome.org>
8764
8765         * gst/gstbin.c: (gst_bin_set_element_sched),
8766         (gst_bin_unset_element_sched):
8767           don't add decoupled elements to schedulers - otherwise it's
8768           impossible to control if a link to a decoupled element was already
8769           removed from a scheduler or not.
8770         * gst/schedulers/cothreads_compat.h:
8771         * gst/schedulers/gthread-cothreads.h:
8772           add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
8773           is no "unused" warning.
8774         * gst/schedulers/Makefile.am:
8775         * gst/schedulers/entryscheduler.c:
8776           add new scheduler, based on ideas from talking to David and Martin.
8777           It's supposed to be small and correct. Currently it's also slow (but
8778           it's not noticable)
8779         * examples/retag/retag.c: (main):
8780         * testsuite/bytestream/test1.c: (main):
8781           fix missing NULLs at end of variadic functions
8782         * testsuite/elements/.cvsignore:
8783           update
8784
8785 2004-03-28  Jan Schmidt  <thaytan@mad.scientist.com>
8786
8787         * gst/gstevent.h:
8788         Added GST_EVENT_ANY for GstEvents that pass a GstStructure
8789
8790 2004-03-25  David Schleef  <ds@schleef.org>
8791
8792         * docs/gst/gstreamer-sections.txt:  More doc hacking.
8793         * docs/gst/tmpl/gstaggregator.sgml:
8794         * docs/gst/tmpl/gstautoplugfactory.sgml:
8795         * docs/gst/tmpl/gstbin.sgml:
8796         * docs/gst/tmpl/gstbuffer.sgml:
8797         * docs/gst/tmpl/gstbufferstore.sgml:
8798         * docs/gst/tmpl/gstfakesink.sgml:
8799         * docs/gst/tmpl/gstfakesrc.sgml:
8800         * docs/gst/tmpl/gstmd5sink.sgml:
8801         * docs/gst/tmpl/gstreamer-unused.sgml:
8802         * docs/gst/tmpl/gstsearchfuncs.sgml:
8803         * docs/gst/tmpl/gstshaper.sgml:
8804         * docs/gst/tmpl/gstspider.sgml:
8805         * docs/gst/tmpl/gsttee.sgml:
8806         * docs/gst/tmpl/gstutils.sgml:
8807         * docs/gst/tmpl/gstvalue.sgml:
8808         * docs/gst/tmpl/gstxml.sgml:
8809         * gst/Makefile.am:  Remove gstthreaddummy.c.  It never worked,
8810         and we don't support it.
8811         * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
8812         (gst_use_threads), (gst_has_threads): same
8813         * gst/gstthreaddummy.c: same
8814         * gst/autoplug/gstspider.c: Make gst_spider_details static.
8815         * gst/autoplug/gstspider.h: same
8816         * gst/elements/gstaggregator.h: Remove bogus function from header
8817         * gst/elements/gstfakesink.h: same
8818         * gst/elements/gstfakesrc.h: same
8819         * gst/elements/gstmd5sink.h: same
8820         * gst/elements/gstshaper.h: same
8821         * gst/elements/gsttee.h: same
8822         * gst/gstbin.c: doc fixes
8823         * gst/gstbin.h: Remove unused definition.
8824         * gst/gstbuffer.c: doc fixes
8825         * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
8826         * gst/gstfilter.c: doc fixes
8827         * gst/gsttag.c: doc fixes
8828         * gst/gstvalue.c: doc fixes
8829
8830 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8831
8832         * docs/pwg/advanced-types.xml:
8833           Document typefinding.
8834         * docs/pwg/other-oneton.xml:
8835           Document one-to-n elements, demuxers and parsers.
8836
8837 2004-03-25  Tim-Philipp Müller <t.i.m@zen.co.uk>
8838
8839         reviewed by: David Schleef  <ds@schleef.org>
8840
8841         * configure.ac: Check bison version (bug #127838)
8842
8843 2004-03-25  David Schleef  <ds@schleef.org>
8844
8845         * docs/gst/gstreamer-docs.sgml: More fine tuning.
8846         * docs/gst/gstreamer-sections.txt:
8847         * docs/gst/tmpl/gstautoplug.sgml:
8848         * docs/gst/tmpl/gststaticautoplug.sgml:
8849         * docs/gst/tmpl/gststaticautoplugrender.sgml:
8850         * docs/gst/tmpl/gstutils.sgml:
8851         * docs/gst/tmpl/gstxml.sgml:
8852
8853 2004-03-24  David Schleef  <ds@schleef.org>
8854
8855         * docs/gst/gstreamer-docs.sgml:  I got tired of the reference
8856         manual being such complete crap, that I decided to do major
8857         hacking of it.  This checkin replaces any fine tuning that
8858         may have been done previously, with the benefit of actually
8859         being complete for much of the API that was changed since
8860         0.6.  Further fine tuning will occur shortly.  (bug #134721)
8861         * docs/gst/gstreamer-sections.txt:
8862         * docs/gst/tmpl/GstBin.sgml:
8863         * docs/gst/tmpl/GstBuffer.sgml:
8864         * docs/gst/tmpl/GstCaps.sgml:
8865         * docs/gst/tmpl/GstClock.sgml:
8866         * docs/gst/tmpl/GstCompat.sgml:
8867         * docs/gst/tmpl/GstData.sgml:
8868         * docs/gst/tmpl/GstElement.sgml:
8869         * docs/gst/tmpl/GstEvent.sgml:
8870         * docs/gst/tmpl/GstIndex.sgml:
8871         * docs/gst/tmpl/GstStructure.sgml:
8872         * docs/gst/tmpl/GstTag.sgml:
8873         * docs/gst/tmpl/cothreads.sgml:
8874         * docs/gst/tmpl/cothreads_compat.sgml:
8875         * docs/gst/tmpl/gettext.sgml:
8876         * docs/gst/tmpl/grammar.tab.sgml:
8877         * docs/gst/tmpl/gst-i18n-app.sgml:
8878         * docs/gst/tmpl/gst-i18n-lib.sgml:
8879         * docs/gst/tmpl/gst.sgml:
8880         * docs/gst/tmpl/gst_private.sgml:
8881         * docs/gst/tmpl/gstaggregator.sgml:
8882         * docs/gst/tmpl/gstarch.sgml:
8883         * docs/gst/tmpl/gstatomic.sgml:
8884         * docs/gst/tmpl/gstatomic_impl.sgml:
8885         * docs/gst/tmpl/gstbin.sgml:
8886         * docs/gst/tmpl/gstbuffer.sgml:
8887         * docs/gst/tmpl/gstbufferstore.sgml:
8888         * docs/gst/tmpl/gstcaps.sgml:
8889         * docs/gst/tmpl/gstclock.sgml:
8890         * docs/gst/tmpl/gstcompat.sgml:
8891         * docs/gst/tmpl/gstconfig.sgml:
8892         * docs/gst/tmpl/gstcpu.sgml:
8893         * docs/gst/tmpl/gstdata.sgml:
8894         * docs/gst/tmpl/gstdata_private.sgml:
8895         * docs/gst/tmpl/gstelement.sgml:
8896         * docs/gst/tmpl/gstenumtypes.sgml:
8897         * docs/gst/tmpl/gsterror.sgml:
8898         * docs/gst/tmpl/gstevent.sgml:
8899         * docs/gst/tmpl/gstfakesink.sgml:
8900         * docs/gst/tmpl/gstfakesrc.sgml:
8901         * docs/gst/tmpl/gstfilesink.sgml:
8902         * docs/gst/tmpl/gstfilter.sgml:
8903         * docs/gst/tmpl/gstindex.sgml:
8904         * docs/gst/tmpl/gstinfo.sgml:
8905         * docs/gst/tmpl/gstinterface.sgml:
8906         * docs/gst/tmpl/gstlog.sgml:
8907         * docs/gst/tmpl/gstmacros.sgml:
8908         * docs/gst/tmpl/gstmarshal.sgml:
8909         * docs/gst/tmpl/gstmd5sink.sgml:
8910         * docs/gst/tmpl/gstmultifilesrc.sgml:
8911         * docs/gst/tmpl/gstobject.sgml:
8912         * docs/gst/tmpl/gstpad.sgml:
8913         * docs/gst/tmpl/gstparse.sgml:
8914         * docs/gst/tmpl/gstpipeline.sgml:
8915         * docs/gst/tmpl/gstplugin.sgml:
8916         * docs/gst/tmpl/gstpluginfeature.sgml:
8917         * docs/gst/tmpl/gstqueue.sgml:
8918         * docs/gst/tmpl/gstreamer-unused.sgml:
8919         * docs/gst/tmpl/gstregistry.sgml:
8920         * docs/gst/tmpl/gstregistrypool.sgml:
8921         * docs/gst/tmpl/gstscheduler.sgml:
8922         * docs/gst/tmpl/gstsearchfuncs.sgml:
8923         * docs/gst/tmpl/gstshaper.sgml:
8924         * docs/gst/tmpl/gstspider.sgml:
8925         * docs/gst/tmpl/gstspideridentity.sgml:
8926         * docs/gst/tmpl/gststructure.sgml:
8927         * docs/gst/tmpl/gstsystemclock.sgml:
8928         * docs/gst/tmpl/gsttag.sgml:
8929         * docs/gst/tmpl/gsttaginterface.sgml:
8930         * docs/gst/tmpl/gsttee.sgml:
8931         * docs/gst/tmpl/gstthread.sgml:
8932         * docs/gst/tmpl/gsttrace.sgml:
8933         * docs/gst/tmpl/gsttrashstack.sgml:
8934         * docs/gst/tmpl/gsttypefind.sgml:
8935         * docs/gst/tmpl/gsttypes.sgml:
8936         * docs/gst/tmpl/gsturi.sgml:
8937         * docs/gst/tmpl/gsturitype.sgml:
8938         * docs/gst/tmpl/gstutils.sgml:
8939         * docs/gst/tmpl/gstvalue.sgml:
8940         * docs/gst/tmpl/gstversion.sgml:
8941         * docs/gst/tmpl/gstxml.sgml:
8942         * docs/gst/tmpl/gstxmlregistry.sgml:
8943         * docs/gst/tmpl/gthread-cothreads.sgml:
8944         * docs/gst/tmpl/types.sgml:
8945
8946 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8947
8948         * docs/pwg/other-sink.xml:
8949         * docs/pwg/other-source.xml:
8950           Documentation on how to write source and sink elements. Other
8951           stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
8952           manager, autoplugger) are all still pending.
8953
8954 2004-03-25  Benjamin Otte  <otte@gnome.org>
8955
8956         * testsuite/elements/Makefile.am:
8957         * testsuite/elements/gst-compprep-check:
8958           add check to make sure gst-compprep works
8959         * testsuite/elements/gst-inspect-check.in:
8960           improve initialization output
8961         * testsuite/Makefile.am:
8962         * testsuite/gst-inspect-check:
8963           remove old file
8964
8965 2004-03-24  David Schleef  <ds@schleef.org>
8966
8967         * testsuite/elements/Makefile.am:
8968         * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
8969         to the testsuite.
8970
8971 2004-03-24  Benjamin Otte  <otte@gnome.org>
8972
8973         * libs/gst/control/dparam.c: (gst_dparam_attach),
8974         (gst_dparam_detach):
8975         * libs/gst/control/dparammanager.c: (gst_dpman_init):
8976           fix lvalue casts for real
8977
8978 2004-03-24  Benjamin Otte  <otte@gnome.org>
8979
8980         * gst/schedulers/gstbasicscheduler.c:
8981         (gst_basic_scheduler_src_wrapper):
8982         * gst/schedulers/gstoptimalscheduler.c:
8983         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
8984         (pad_clear_queued), (gst_opt_scheduler_add_element),
8985         (gst_opt_scheduler_remove_element):
8986           fix GStreamer to not have issues with lvalue casts anymore (fixes
8987           #136841)
8988
8989 2004-03-24  Benjamin Otte  <otte@gnome.org>
8990
8991         * gst/gstelement.c:
8992           add documentation about a gobject quirk where the object hasn't the
8993           correct class pointer set on initialization
8994         * gst/schedulers/gstbasicscheduler.c:
8995         (gst_basic_scheduler_src_wrapper):
8996           make sure to not run into an infinite loop
8997
8998 2004-03-22  Benjamin Otte  <otte@gnome.org>
8999
9000         * gst/gstutils.c: (gst_util_dump_mem):
9001         * gst/gstutils.h:
9002           first argument of gst_util_dump_mem should be const
9003
9004 2004-03-22  Johan Dahlin  <johan@gnome.org>
9005
9006         * gst/gstvalue.h: Clean up a little bit.
9007
9008 2004-03-21  Tim-Philipp Müller <t.i.m@zen.co.uk>
9009
9010         reviewed by Benjamin Otte  <otte@gnome.org>
9011
9012         * gst/autoplug/gstspider.c: (gst_spider_dispose):
9013         * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
9014         (gst_aggregator_class_init), (gst_aggregator_init):
9015         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
9016         (gst_filesrc_dispose), (gst_filesrc_set_location):
9017         * gst/elements/gstidentity.c: (gst_identity_finalize),
9018         (gst_identity_class_init), (gst_identity_chain):
9019         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
9020         * gst/elements/gststatistics.c: (gst_statistics_finalize),
9021         (gst_statistics_class_init):
9022         * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
9023         (gst_tee_get_property):
9024           clean up used memory in this elements correctly on teardown (closes
9025           #137279)
9026
9027 2004-03-20  Colin Walters  <walters@redhat.com>
9028
9029         * gst/registries/gstxmlregistry.c:
9030         (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
9031         registry saving atomic.
9032
9033 2004-03-20  Colin Walters  <walters@redhat.com>
9034
9035         * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
9036         Just use
9037         access() instead of actually creating and deleting files.
9038
9039 2004-03-18  David Schleef  <ds@schleef.org>
9040
9041         * configure.ac:  Remove HAVE_ATOMIC_H test, since it's unused.
9042         (bug #137625)
9043
9044 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9045
9046         * po/sv.po: updated translation (Christian Rose)
9047
9048 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9049
9050         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
9051         (gst_filesink_get_query_types), (_do_init),
9052         (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
9053           return FALSE silently
9054         * po/af.po: updated translation (Petri Jooste)
9055
9056 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9057
9058         * Makefile.am:
9059         * configure.ac:
9060           dist common properly
9061         * po/af.po:
9062         * po/fr.po:
9063         * po/nl.po:
9064         * po/sr.po:
9065         * po/sv.po:
9066           refreshing translations
9067
9068 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9069
9070         * po/LINGUAS:
9071         * po/sv.po:
9072         * po/af.po:
9073           adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
9074
9075 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9076
9077         * Makefile.am: use common/release.mak
9078
9079 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9080
9081         * docs/faq/gst-uninstalled:
9082           adding gst-monkeysaudio to the list of possible plugin dirs
9083
9084 2004-03-16  David Schleef  <ds@schleef.org>
9085
9086         * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
9087         (gst_init_check_with_popt_table):  Fix some gettext strings to
9088         make them easier to translate.  Required making the strings
9089         non-const.
9090
9091 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9092
9093         * configure.ac: bump nano to 1
9094
9095 === release 0.8.0 ===
9096
9097 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9098
9099         * configure.ac: release 0.8.0, "Executive Slacks"
9100
9101 2004-03-16  Johan Dahlin  <johan@gnome.org>
9102
9103         * gst/schedulers/gstoptimalscheduler.c
9104         (gst_opt_scheduler_pad_unlink): Remove double ;,
9105         spotted by Scott Wheeler
9106
9107 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9108
9109         * configure.ac: bump libtool version
9110
9111 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9112
9113         * gst/gstcaps.h:
9114         * gst/gststructure.h:
9115           add reserved padding
9116
9117 2004-03-15  Benjamin Otte  <otte@gnome.org>
9118
9119         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
9120           set the first parameter for select call correctly.
9121           (fixes #137230)
9122
9123 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9124
9125         * *.c,*.h: don't mix tabs and spaces
9126
9127 2004-03-15  Johan Dahlin  <johan@gnome.org>
9128
9129         * gst/schedulers/gstoptimalscheduler.c
9130         (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
9131         crash on MPEG playback. My boolean arithmetic is a bit rusty.
9132
9133         * tools/Makefile.am (EXTRA_DIST): Add gst-indent
9134         
9135 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9136
9137         * testsuite/Rules:
9138           fix gst-register rules
9139
9140 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9141
9142         * testsuite/Rules:
9143           use versioned gst-register
9144
9145 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9146
9147         * docs/libs/gstreamer-libs-sections.txt:
9148           remove </SUBSECTION>
9149         * gst/gstplugin.c:
9150         * gst/gstregistry.c: (gst_registry_add_plugin):
9151         * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
9152         (gst_xml_registry_open_func), (gst_xml_registry_close_func):
9153           add debugging and fix some comment blocks
9154
9155 2004-03-15  Johan Dahlin  <johan@gnome.org>
9156
9157         * *.h: Revert indent changes.
9158         
9159 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9160
9161         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
9162           g_error_free the g_error
9163         * tools/gst-feedback-m.m:
9164           check for other versions of gstreamer
9165         * tools/gst-indent:
9166           use sh, not bash
9167
9168 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9169
9170         * tools/gst-register.c: do not spill paths when registries are not
9171           writable, until we fix the "user running gst-register" case.
9172
9173 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9174
9175         * *.c, *.h: commit of gst-indent run on core
9176
9177 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9178
9179         * tools/gst-indent:
9180         * tools/Makefile.am:
9181           add our indentation style as a script
9182
9183 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9184
9185         * po/sr.po:
9186         * po/LINGUAS:
9187           added Serbian translation
9188
9189 2004-03-13  Benjamin Otte  <otte@gnome.org>
9190
9191         * gst/gstelement.c:
9192           add documentation note about gst_element_found_tags_for_pad not
9193           being usable in getfunctions. (see #137042)
9194
9195 2004-03-12  David Schleef  <ds@schleef.org>
9196
9197         * gst/gstcaps.h: jdahlin, what are you smoking?  We can't just
9198         change API right now!  Readd gst_caps_is_simple() macro.
9199         * gst/gstelement.c: (gst_element_base_class_finalize): Fix
9200         uninitialized variable.  I'd bet this caused crashes.
9201         * gst/gstinfo.c: (gst_debug_print_object):  Fix 64-bit cleanliness.
9202
9203 2004-03-12  Johan Dahlin  <johan@gnome.org>
9204
9205         * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
9206         * gst/gstcaps.h: Clean up
9207
9208         * gst/gst.c (init_post): call gst_caps_get_type() instead of
9209         _gst_caps_initalize()
9210
9211         * gst/gstcaps.c: Style fixes, stay closer to glib and friends
9212         (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
9213
9214         * gst/gststructure.c (gst_structure_get_type): Ditto
9215
9216         * gst/gststructure.h: Ditto
9217         
9218 2004-03-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9219
9220         * gst/gstqueue.c: (gst_queue_init):
9221           Reset default max. values in queues. Reason is simply to avoid
9222           braindead use. If you want wider values, use the properties. The
9223           default is supposed to always work. Wider values would make this
9224           beast a memory hog by default (250 full-PAL RGB32 video frames?
9225           That's 440 MB! No thank you).
9226
9227 2004-03-10  David Schleef  <ds@schleef.org>
9228
9229         * tools/gst-run.c: (main):  Fix crash when no relevant tools
9230         were found.  (bug #136793)
9231
9232 2004-03-10  Johan Dahlin  <johan@gnome.org>
9233
9234         * gst/schedulers/gstoptimalscheduler.c
9235         (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
9236         links to elements within the same group, so we can finally remove
9237         that annoying warning. Refactor the code a little bit
9238         (group_dec_links_for_element): Split out
9239
9240 2004-03-09  David Schleef  <ds@schleef.org>
9241
9242         * docs/manual/dparams-app.xml:  Fix to handle double dparams.
9243         (bug #134863)
9244
9245 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9246
9247         * configure.ac: first bug fix due to major/minor bump
9248
9249 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9250
9251         * configure.ac: bump nano to 1
9252
9253 === release 0.7.6 ===
9254
9255 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9256
9257         * NEWS:
9258         * RELEASE:
9259         * configure.ac:
9260           releasing 0.7.6, "Almost"
9261         * po/fr.po:
9262         * po/nl.po:
9263         * tools/Makefile.am:
9264         * tools/gst-feedback-m.m:
9265           unversioned source
9266
9267 2004-03-09  Johan Dahlin  <johan@gnome.org>
9268
9269         Reviewed by: Thomas Vander Stichele
9270
9271         * gst/gstelement.c (gst_element_class_init): register second
9272         parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
9273         language bindings can (de)marshall correctly.
9274
9275         * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
9276
9277         * gst/gsterror.c (gst_g_error_get_type): New function
9278
9279         * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
9280         with VOID:OBJECT,OBJECT,STRING 
9281
9282 2004-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
9283
9284         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
9285         Free a leaked g_timer on early returns.
9286
9287 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9288
9289         * docs/pwg/advanced-types.xml:
9290           Add cinepak description.
9291
9292 2004-03-07  David Schleef  <ds@schleef.org>
9293
9294         * docs/random/mimetypes:  Added cinepak description
9295
9296 2004-03-07  Andy Wingo  <wingo@pobox.com>
9297
9298         * gst/gstbin.c (gst_bin_remove): Debugging fixes.
9299
9300         * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
9301         there are no links to other groups when a group is destroyed.
9302         (gst_opt_scheduler_pad_unlink): If the unlink means an element is
9303         removed from a group, make sure the link count to elements linked
9304         to other pads is appropriately decremented. This really fixes
9305         #135672.
9306
9307         The 1.60->1.61 patch has been reapplied in light of this fix.
9308
9309         * gst/gstelement.c (gst_element_dispose): Really protect against
9310         multiple invocations this time.
9311
9312 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9313
9314         * docs/gst/gstreamer-sections.txt:
9315         * docs/gst/tmpl/gsttag.sgml:
9316           remove some deprecated functions, document some existing ones
9317         * gst/gsttag.c: (gst_tag_get_flag):
9318         * gst/gsttag.h:
9319           add accessor function
9320
9321 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9322
9323         * docs/gst/gstreamer-sections.txt:
9324         * docs/gst/tmpl/gsttag.sgml:
9325         * docs/gst/tmpl/gstxml.sgml:
9326         * gst/gsttag.c: (gst_tag_get_flag):
9327         * gst/gsttag.h:
9328
9329 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
9330
9331         * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
9332         leak
9333
9334 2004-03-05  David Schleef  <ds@schleef.org>
9335
9336         * REQUIREMENTS: Add bison and flex.
9337         * configure.ac: Fix comment about bison.
9338         * docs/random/ds/0.9-suggested-changes: yer ma
9339         * tools/gst-inspect.c: (print_element_info):  Fix warning.
9340
9341 2004-03-05  Benjamin Otte  <otte@gnome.org>
9342
9343         * gst/gstelement.c: (gst_element_error_full):
9344           revert recent recursive state changing commit - messing with other
9345           elements' states is evil and should be done by apps only.
9346
9347 2004-03-05  Benjamin Otte  <otte@gnome.org>
9348
9349         * gst/gstelement.c: (gst_element_get_compatible_pad_template):
9350           check for empty intersection instead of NULL caps
9351         (gst_element_get_compatible_pad_filtered):
9352           remove old workaround that is only a bug nowadays
9353
9354 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9355
9356         * gst/gstelement.c: (gst_element_error_full):
9357           make elements try to recursively change state to PAUSED on all
9358           parents after an error to suppress ensuing warnings
9359         * gst/parse/grammar.y:
9360           make it check if it was able to sync the state, and throw an error
9361           if not, so stuff like
9362           oggdemux ! vorbisdec ! osssink gets caught
9363
9364 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9365
9366         * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
9367           it contains lib64; use AS_AC_EXPAND to handle it properly
9368
9369 2004-03-05  David Schleef  <ds@schleef.org>
9370
9371         * gst/gstcpuid_i386.s:  Remove unused code
9372         * libs/gst/getbits/getbits.c: (gst_getbits_init),
9373         (gst_getbits_newbuf): Remove MMX code
9374         * libs/gst/getbits/getbits.h: Remove MMX code
9375
9376 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
9377
9378         * debian/.cvsignore:
9379         * debian/README.Debian:
9380         * debian/changelog:
9381         * debian/control:
9382         * debian/control.in:
9383         * debian/copyright:
9384         * debian/gstreamer-core-libs-dev.files:
9385         * debian/gstreamer-core-libs.files:
9386         * debian/gstreamer-core.files:
9387         * debian/gstreamer-core.postinst:
9388         * debian/gstreamer-core.postrm:
9389         * debian/gstreamer-doc.files:
9390         * debian/gstreamer-doc.links:
9391         * debian/gstreamer-doc.lintian:
9392         * debian/gstreamer-runtime.files:
9393         * debian/gstreamer-runtime.manpages:
9394         * debian/gstreamer-runtime.postinst:
9395         * debian/gstreamer-runtime.postrm:
9396         * debian/gstreamer-tools.files:
9397         * debian/gstreamer-tools.manpages:
9398         * debian/libgstreamer-dev.files:
9399         * debian/libgstreamer0.4.1.files:
9400         * debian/libgstreamerVERSION.files:
9401         * debian/rules:
9402         Debian package info not maintained here.
9403
9404 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9405
9406         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
9407         * gst/gstbin.c: (gst_bin_class_init):
9408         * gst/gstelement.c: (gst_element_class_init):
9409         * gst/gstindex.c: (gst_index_class_init):
9410         * gst/gstobject.c: (gst_object_class_init),
9411         (gst_signal_object_class_init):
9412         * gst/gstpad.c: (gst_pad_template_class_init):
9413         * gst/gstregistry.c: (gst_registry_class_init):
9414         * gst/gsturi.c: (gst_uri_handler_base_init):
9415         * gst/gstxml.c: (gst_xml_class_init):
9416         * libs/gst/control/dparam.c: (gst_dparam_class_init):
9417         * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
9418           make all signal names use dashes instead of underscore
9419
9420 2004-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9421
9422         * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
9423
9424 2004-03-03  Benjamin Otte  <otte@gnome.org>
9425
9426         * gst/schedulers/gstoptimalscheduler.c:
9427           revert last commit by Andy Wingo. It causes segfaults on unreffing
9428           in Rhythmbox. (see bug #135672)
9429
9430 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
9431
9432         * po/fr.po: fix typo
9433
9434 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
9435
9436         * tools/gst-inspect.c: (main): 
9437         * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
9438
9439 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9440
9441         * configure.ac:
9442           get GLIB_ONLY and POPT flags for the nonversioned binaries
9443         * tools/Makefile.am:
9444           use them
9445
9446 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9447
9448         * gst/gst.c: (init_post):
9449           change so that GST_REGISTRY now is where the global registry gets
9450           saved, since that is where plugins now get attached to first, and
9451           spilled over to the user registry.  Note that in the case of using
9452           GST_REGISTRY env var, we don't want to affect any real registries
9453           beyond the one given by this var, and thus we don't set a user
9454           registry to spill to.  So make sure GST_REGISTRY is writable.
9455
9456 2004-03-01  David Schleef  <ds@schleef.org>
9457
9458         * AUTHORS:  Added some names.  Add yourself if you're missing.
9459
9460 2004-03-01  David Schleef  <ds@schleef.org>
9461
9462         * MAINTAINERS: Add
9463
9464 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9465
9466         * configure.ac:
9467           remove whitespace
9468         * docs/gst/tmpl/gstbuffer.sgml:
9469         * docs/gst/tmpl/gstdata.sgml:
9470         * docs/gst/tmpl/gstreamer-unused.sgml:
9471         * docs/gst/tmpl/gstxml.sgml:
9472           doc update
9473         * docs/manuals.mak:
9474           add a FIXME
9475         * docs/pwg/intro-preface.xml:
9476         * docs/pwg/pwg.xml:
9477           remove GNOME
9478         * gst/gst.c: (init_post):
9479           try GST_PLUGIN_PATH paths for the _global_registry first
9480         * gst/gstelement.h:
9481           add the error message as well, otherwise (null) debug info doesn't
9482           make much sense
9483         * tools/gst-register.c: (main):
9484           spill paths to next registry if this registry is not writable
9485         * po/fr.po:
9486         * po/nl.po:
9487           translation updates
9488
9489 2004-03-01  Johan Dahlin  <johan@gnome.org>
9490
9491         * gst/gstbuffer.c (_gst_buffer_initialize): 
9492         * gst/gstdata.c (gst_data_get_type): 
9493         * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
9494         instead of ref, since some applications that uses GBoxed
9495         routines depends on a function that actually returns a copy.
9496
9497 2004-02-27  Benjamin Otte  <otte@gnome.org>
9498
9499         * gst/gstbuffer.h:
9500           remove gst_buffer_free, use gst_data_unref
9501         * gst/gstdata.c: (gst_data_get_type):
9502           use refcounting in GstData GBoxed registration
9503         * gst/gstdata.h:
9504           remove gst_data_free, use gst_data_unref
9505
9506 2004-02-27  Johan Dahlin  <johan@gnome.org>
9507
9508         * gst/gstdata.c (gst_data_get_type): New function, register
9509         GstData as a GBoxed type.
9510
9511         * gst/gstdata.h (GST_TYPE_DATA): New macro
9512
9513 2004-02-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9514
9515         * Makefile.am:
9516         * gstreamer.spec.in:
9517           put back RELEASE
9518         * gst/Makefile.am:
9519           clean up non-disting of built files
9520         * testsuite/debug/commandline.c:
9521           test fix for option rename
9522
9523 2004-02-26  David Schleef  <ds@schleef.org>
9524
9525         * configure.ac:  We don't really need glib-2.3.  Also remove
9526         some unneeded checks for library functions.
9527         * gst/Makefile.am:  Instead, we need to not dist files created
9528         by glib-genmarshal.
9529
9530 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9531
9532         * configure.ac:
9533           bump glib required version to 2.3.0 for g_value_takes_boxed
9534
9535  2004-02-25  Christian Fredrik Kalager Schaller <uraeus@gnome.org>
9536
9537         * common/m4/gst-docs.m4
9538         change flavour text from enable to disable as enable is our default
9539         closes bug Bug 135304
9540
9541 === release 0.7.5 ===
9542  
9543  2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9544  
9545         * NEWS:
9546           instate NEWS file
9547         * Makefile.am:
9548         * gstreamer.spec.in:
9549         * RELEASE:
9550           put back release
9551         * configure.ac:
9552         * docs/random/release:
9553           more updates
9554
9555 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9556
9557         * gst/gsttag.c: (_gst_tag_initialize):
9558         * po/fr.po:
9559         * po/nl.po:
9560           remove hyphen from codec tags
9561
9562 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9563
9564         * gst/parse/Makefile.am:
9565           fix dependency so that a make from a clean build works the first
9566           time
9567
9568 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9569
9570         * docs/random/release:
9571           update release strategy
9572         * po/fr.po:
9573           auto-update po file
9574         * po/nl.po:
9575           update dutch translation
9576
9577 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9578
9579         * docs/manual/debugging.xml:
9580         fix manual for new debugging system
9581
9582 2004-02-25  Andy Wingo  <wingo@pobox.com>
9583
9584         * gst/gstpad.c (gst_pad_link_prepare): Re-add
9585         gst_pad_link_prepare. Please email the list with specific reasons
9586         for reverting.
9587
9588 2004-02-24  Andy Wingo  <wingo@pobox.com>
9589
9590         * gst/gstelement.c (gst_element_dispose): Protect against multiple
9591         invocations.
9592
9593         * gst/schedulers/gstoptimalscheduler.c:
9594         I added a mess of prototypes at the top of the file by way of
9595         documentation. Some of the operations on chains and groups were
9596         re-organized.
9597
9598         (create_group): Added a type argument so if the group is enabled,
9599         the setup_group_scheduler knows what to do.
9600         (group_elements): Added a type argument here, too, to be passed on
9601         to create_group.
9602         (group_element_set_enabled): If an unlinked PLAYING element is
9603         added to a bin, we have to create a new group to hold the element,
9604         and this function will be called before the group is added to the
9605         chain. Thus we have a valid case for group->chain==NULL. Instead
9606         of calling chain_group_set_enabled, just set the flag on the group
9607         (the chain's status will be set when the group is added to it).
9608         (gst_opt_scheduler_state_transition, chain_group_set_enabled):
9609         Setup the group scheduler when the group is enabled, not
9610         specifically when an element goes PAUSED->PLAYING. This means
9611         PLAYING elements can be added, linked, and scheduled into a
9612         PLAYING pipeline, as was intended.
9613         (add_to_group): Don't ref the group twice. I don't know when this
9614         double-ref got in here. Removing it has the potential to cause
9615         segfaults if other parts of the scheduler are buggy. If you find
9616         that the scheduler is segfaulting for you, put in an extra ref
9617         here and see if that hacks over the underlying issue. Of course,
9618         then find out what code is unreffing a group it doesn't own...
9619         (create_group): Make the extra refcount floating, and remove it
9620         after adding the element. This means that...
9621         (unref_group): Destroy when the refcount reaches 0, not 1, like
9622         every other refcounted object in the known universe.
9623         (remove_from_group): When a group becomes empty, set it to be not
9624         active, and remove it from its chain. Don't unref it again,
9625         there's no floating reference any more.
9626         (destroy_group): We have to remove the group from the chain in
9627         remove_from_group (rather than here) to break refcounting cycles
9628         (the chain always has a ref on the group). So assert that
9629         group->chain==NULL.
9630         (ref_group_by_count): Removed, it was commented out anyway.
9631         (merge_chains): Use the remove_from_chain and add_to_chain
9632         primitives to do the reparenting, instead of rolling our own
9633         implementation.
9634         (add_to_chain): The first non-disabled group in the chain's group
9635         list will be the entry point for the chain. Because buffers can
9636         accumulate in loop elements' peer bufpens, we preferentially
9637         schedule loop groups before get groups to avoid unnecessary
9638         execution of get-based groups when the bufpens are already full.
9639         (gst_opt_scheduler_schedule_run_queue): Debug fixes.
9640         (get_group_schedule_function): Ditto.
9641         (loop_group_schedule_function): Ditto.
9642         (gst_opt_scheduler_loop_wrapper): Ditto.
9643         (gst_opt_scheduler_iterate): Ditto.
9644
9645         I understand the opt scheduler now, yippee!
9646
9647         * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
9648         (gst_pad_get_name, gst_pad_set_chain_function) 
9649         (gst_pad_set_get_function, gst_pad_set_event_function) 
9650         (gst_pad_set_event_mask_function, gst_pad_get_event_masks) 
9651         (gst_pad_get_event_masks_default, gst_pad_set_convert_function) 
9652         (gst_pad_set_query_function, gst_pad_get_query_types) 
9653         (gst_pad_get_query_types_default) 
9654         (gst_pad_set_internal_link_function) 
9655         (gst_pad_set_formats_function, gst_pad_set_link_function) 
9656         (gst_pad_set_fixate_function, gst_pad_set_getcaps_function) 
9657         (gst_pad_set_bufferalloc_function, gst_pad_unlink) 
9658         (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent) 
9659         (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps) 
9660         (gst_pad_proxy_pad_link, gst_pad_proxy_fixate) 
9661         (gst_pad_get_pad_template_caps, gst_pad_check_compatibility) 
9662         (gst_pad_get_peer, gst_pad_get_allowed_caps) 
9663         (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull) 
9664         (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps) 
9665         (gst_pad_event_default_dispatch, gst_pad_event_default) 
9666         (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default) 
9667         (gst_pad_convert, gst_pad_query_default, gst_pad_query) 
9668         (gst_pad_get_formats_default, gst_pad_get_formats): Better
9669         argument checks, and some doc fixes.
9670
9671         (gst_pad_custom_new_from_template): Um, does anyone
9672         use these functions? Actually make a custom pad instead of a
9673         normal one.
9674         (gst_pad_try_set_caps): Transpose some checks.
9675         (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
9676         the pad is in negotiation.
9677         (gst_pad_try_relink_filtered): Use pad_link_prepare.
9678         
9679         * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
9680
9681         * gst/gstelement.h: 
9682         * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
9683         on the list.
9684
9685 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9686
9687         * gst/gstbin.c: (gst_bin_add):
9688           add error for not being able to add elements
9689
9690 2004-02-22  Julien MOUTTE <julien@moutte.net>
9691
9692         * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
9693         audio-codec and video-codec.
9694
9695 2004-02-22  Benjamin Otte  <otte@gnome.org>
9696
9697         reported by: Padraig O'Briain <padraig.obriain@sun.com>
9698
9699         * autogen.sh:
9700           replace test -e with test -x for mkinstalldirs to be more portable.
9701           (fixes #134816)
9702
9703 2004-02-22  Benjamin Otte  <otte@gnome.org>
9704
9705         * gst/gstpad.c:
9706           revert last patch from Andy, it makes gst_pad_can_link_filtered much
9707           too noisy
9708         * gst/gsttag.c: (_gst_tag_initialize):
9709         * gst/gsttag.h:
9710           add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
9711         * libs/gst/control/dparam.c: (gst_dparam_attach):
9712         * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
9713           check that types for attached dparams match
9714
9715 2004-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9716
9717         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
9718         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
9719         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
9720           fix errors
9721
9722 2004-02-20  Andy Wingo  <wingo@pobox.com>
9723
9724         * gst/gstbin.c:
9725         * gst/gstbuffer.c:
9726         * gst/gstplugin.c:
9727         * gst/registries/gstxmlregistry.c: 
9728         * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
9729
9730         * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
9731         (gst_element_add_pad): DEBUG->INFO, some fixes.
9732         (gst_element_get_compatible_pad_template): Just see if the
9733         templates' caps intersect, not if one is a strict subset of the
9734         other. This conforms more to what gst_pad_link_intersect() does.
9735         (gst_element_class_add_pad_template): Don't memcpy the pad
9736         template, just ref it.
9737         (gst_element_get_compatible_pad_filtered): Clean up debug messages
9738
9739         * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
9740         (gst_pad_link_filtered): Debug changes.
9741         (gst_pad_link_prepare): New function, consolidated from
9742         can_link_filtered and link_filtered.
9743
9744         * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
9745         look more like that of the functions in gstelement.c
9746
9747         * gst/gstinfo.c (gst_debug_print_object): Put a space before the
9748         object, and return the empty string if object is NULL.
9749
9750         * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
9751         * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
9752         LOG, not DEBUG. We still get flex info on debug.
9753
9754         * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
9755         debug string more verbose.
9756         (plugin_times_older_than): DEBUG->LOG.
9757
9758 2004-02-20  Julien MOUTTE <julien@moutte.net>
9759
9760         * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
9761         will emit found_tag for each stream they demux with the codec.
9762
9763 2004-02-20  Benjamin Otte  <otte@gnome.org>
9764
9765         * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
9766           copy navigation event correctly. Check freeing tag lists. 
9767         * gst/gstthread.c: (gst_thread_change_state):
9768           don't abort() on state changing mess - it might happen because of
9769           bugs.
9770         * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
9771           use boxed functions
9772         * gst/gstvalue.h:
9773           fix GST_VALUE_HOLDS_CAPS
9774
9775 2004-02-19  David Schleef  <ds@schleef.org>
9776
9777         * gst/gstinfo.h:  Copy G_STRFUNC implementation from glib-2.4
9778         and use it for GST_FUNCTION.  (bug #134750)
9779
9780 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9781
9782         * po/fr.po:
9783         * po/nl.po:
9784           updating translations
9785
9786 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9787
9788         * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
9789
9790 2004-02-18  kost@imn.htwk-leipzig.de
9791
9792         reviewed by: David Schleef  <ds@schleef.org>
9793
9794         * docs/libs/gstreamer-libs-sections.txt:  Add missing sections
9795         for libgstcontrol.
9796
9797 2004-02-18  David Schleef  <ds@schleef.org>
9798
9799         * libs/gst/control/dparam.c: (gst_dparam_class_init):
9800         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
9801         (gst_dpsmooth_new): Additional fixes to get double dparams working.
9802         * tools/gst-inspect.c: (print_element_info): Support dumping of
9803         double dparam information.
9804
9805 2004-02-17  David Schleef  <ds@schleef.org>
9806
9807         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
9808         Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
9809         * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
9810         Use GST_TYPE_CAPS in signal prototype.
9811         * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
9812         Convert GST_TYPE_CAPS to boxed.
9813         * gst/gstelement.c: (gst_element_class_init):
9814         Use GST_TYPE_TAG_LIST in signal prototype.
9815         * gst/gstindex.c: (gst_index_class_init):
9816         * gst/gstindex.h:
9817         Add GST_TYPE_INDEX_ENTRY type.
9818         * gst/gstmarshal.list:
9819         Add necessary marshal types.
9820         * gst/gstpad.c: (gst_real_pad_class_init),
9821         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
9822         (gst_pad_recover_caps_error):
9823         Use GST_TYPE_CAPS in signal prototypes.  Fix some debugging strings.
9824         * gst/gststructure.c: (_gst_structure_initialize),
9825         (gst_structure_copy), (_gst_structure_copy_conditional):
9826         * gst/gststructure.h:
9827         Convert GST_TYPE_STRUCTURE to boxed.
9828         * gst/gsttag.c: (gst_tag_list_get_type):
9829         * gst/gsttag.h:
9830         Add GST_TYPE_TAG_LIST type.
9831
9832 2004-02-17  Julien MOUTTE  <julien@moutte.net>
9833
9834         * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
9835         to what we agreed with david.
9836         * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
9837
9838 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9839
9840         * po/nl.po: update translation
9841
9842 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9843
9844         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
9845           throw an error if spider is trying to play a mime type there is
9846           no decoder for
9847         * po/POTFILES.in:
9848           add gst/autoplug/gstspider.c for translation
9849
9850 2004-02-17  Julien MOUTTE  <julien@moutte.net>
9851
9852         * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return 
9853         silently when the pad is negotiating.
9854
9855 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9856
9857         * docs/faq/Makefile.am:
9858           add script to run gstreamer uninstalled 
9859         * docs/faq/faq.xml:
9860         * docs/faq/developing.xml:
9861         * docs/faq/gst-uninstalled:
9862           extract script to run gstreamer uninstalled
9863         * docs/manuals.mak:
9864           add EXTRA_SOURCES variable for Makefile.am's to set to
9865           use additional SOURCE files for the doc build
9866
9867 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9868
9869         * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
9870
9871 2004-02-15  Julien MOUTTE  <julien@moutte.net>
9872
9873         * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
9874         bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
9875         an error was thrown by osssink. Basically a state change failure for
9876         an element in a different scheduling group was considered as
9877         successful, which means that caps nego was going on and weird stuff
9878         happened. Like I wrote in the comment there, if someone wants to
9879         revert that please drop me a mail explaining why because I really see
9880         no point in keeping that broken behaviour there.
9881         * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
9882         be empty, we then return NULL which will trigger a nice error when 
9883         pulling from the pad.
9884
9885 2004-02-13  David Schleef  <ds@schleef.org>
9886
9887         * libs/gst/control/dparam.c: (gst_dparam_class_init),
9888         (gst_dparam_get_property), (gst_dparam_set_property),
9889         (gst_dparam_do_update_default):
9890         * libs/gst/control/dparam.h:
9891         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
9892         (gst_dpsmooth_new), (gst_dpsmooth_set_property),
9893         (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
9894         (gst_dpsmooth_do_update_double):
9895         * libs/gst/control/dparam_smooth.h:
9896         * libs/gst/control/dparammanager.c:
9897         (gst_dpman_inline_direct_update):
9898         Add support for double dparams.
9899
9900 2004-02-13  David Schleef  <ds@schleef.org>
9901
9902         * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
9903         * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
9904
9905 2004-02-13  Mattias Wadman  <mattias@sudac.org>
9906
9907         reviewed by: David Schleef  <ds@schleef.org>
9908
9909         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
9910         (gst_fdsrc_init), (gst_fdsrc_set_property),
9911         (gst_fdsrc_get_property), (gst_fdsrc_get):
9912         * gst/elements/gstfdsrc.h:  Adds timeout property to fdsrc,
9913         and sends an EOS event if file descriptor reading times out.
9914
9915 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9916
9917         * configure.ac:
9918           add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
9919
9920 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9921
9922         * configure.ac: pass required libxml version as argument
9923         (bug reported by Christophe Fergeau)
9924
9925 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9926   
9927         * docs/gst/gstreamer-docs.sgml:
9928         * docs/gst/tmpl/gstxml.sgml:
9929         * docs/libs/gstreamer-libs-docs.sgml:
9930           version API docs
9931
9932 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9933
9934         * gst/gstinfo.c:
9935         * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
9936         (gst_registry_pool_feature_filter):
9937         * gst/gstthread.c: (gst_thread_class_init):
9938         * gst/gstvalue.c:
9939           add includes exposed by building without libxml
9940         * gst/indexers/Makefile.am:
9941           do not build fileindex when LOADSAVE disabled; we should have
9942           a better libxml check later since fileindex depends on xml, not
9943           LOADSAVE or REGISTRY
9944         * libs/gst/control/Makefile.am:
9945           link with m
9946         * tools/Makefile.am:
9947           fix wrong source code for gst-xmlinspect
9948
9949 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9950
9951         * configure.ac:
9952           fix gcov help output
9953           move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
9954         * docs/random/release:
9955           some updated releasing notes
9956         * gstreamer.spec.in:
9957           more updates
9958
9959 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9960
9961         * docs/faq/faq.xml:
9962         * docs/manual/manual.xml:
9963         * docs/pwg/pwg.xml:
9964         * docs/pwg/titlepage.xml:
9965           put version in documentation
9966
9967 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9968
9969         * tools/Makefile.am: fix man page installation
9970
9971 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9972
9973         * configure.ac:
9974           don't check for libxml when load/save and registry disabled (#105844)
9975         * gstreamer.spec.in:
9976           sync with fedora candidate spec
9977
9978 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9979
9980         * po/fr.po:
9981         * po/nl.po:
9982           replace multidisksrc with multifilesrc
9983
9984 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9985
9986         * po/POTFILES.in:
9987           update to multidisksrc => multifilesrc file renaming (#134145)
9988
9989 2004-02-11  David Schleef  <ds@schleef.org>
9990
9991         * docs/gst/tmpl/gstcaps.sgml:  Fix stuff that mentions GstProps
9992         * docs/gst/tmpl/gstpadtemplate.sgml: same
9993         * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
9994         * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
9995         fixing dance.
9996         * gst/gstutils.c: Remove disabled code that uses GstProps.
9997         * gst/registries/gstxmlregistry.h: same
9998         * docs/random/ds/0.9-suggested-changes: random notes
9999
10000 2004-02-11  kost@imn.htwk-leipzig.de
10001
10002         reviewed by: David Schleef  <ds@schleef.org>
10003
10004         * gst/gstclock.c: (gst_clock_entry_new): fixes structure
10005         initialisation of clock (bug #134128)
10006
10007 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10008
10009         * configure.ac:
10010         * gst/elements/Makefile.am:
10011         * gst/elements/gstelements.c:
10012         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
10013         (gst_multifilesrc_class_init), (gst_multifilesrc_init),
10014         (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
10015         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
10016         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
10017         * gst/elements/gstmultifilesrc.h:
10018           rename multidisksrc to multifilesrc (part of #122200)
10019
10020 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10021
10022         * docs/manuals.mak:
10023           fix automake complaints
10024         * gst-element-check.m4:
10025           fix unquotedness
10026
10027 2004-02-11  David Schleef  <ds@schleef.org>
10028
10029         * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
10030         * gst/gstatomic_impl.h: Disable sparc implementation.
10031
10032 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10033
10034         * gst-element-check.m4:
10035           fix underquoted macros as reported by automake 1.8.x (#133800)
10036         * configure.ac:
10037           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
10038           by autopoint (fixes #132996)
10039
10040 2004-02-10  Andy Wingo  <wingo@pobox.com>
10041
10042         * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
10043         way to do inheritance.
10044         (gst_pad_get_event_masks, gst_pad_get_event_masks_default) 
10045         (gst_pad_get_query_types, gst_pad_get_query_types_default):
10046         Routine docs.
10047         (gst_pad_set_link_function, gst_pad_set_fixate_function) 
10048         (gst_pad_set_getcaps_function): Doc from Dave's negotation random
10049         doc.
10050         (gst_pad_unlink, gst_pad_is_linked): Docs.
10051         (gst_pad_renegotiate): A brief description of capsnego.
10052         (gst_pad_try_set_caps): Document.
10053         (gst_pad_try_set_caps_nonfixed): Document.
10054         (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
10055         (gst_pad_set_parent): Deprecated (although not out of the API).
10056         (gst_pad_get_parent): Deprecated, although many plugins use this.
10057         (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
10058         are private and will go away in 0.9.
10059         (gst_pad_perform_negotiate): Doc.
10060         (gst_pad_link_unnegotiate): I think this is meant to be static.
10061         (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps) 
10062         (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility) 
10063         (gst_pad_get_peer): Doc updates.
10064         (gst_pad_caps_change_notify): Doc.
10065         (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get) 
10066         (gst_ghost_pad_new): Doc fixes.
10067
10068         * gst/gstobject.c (gst_object_get_parent, gst_object_unparent) 
10069         (gst_object_check_uniqueness): 
10070
10071         * gst/gstelement.c (gst_element_add_pad) 
10072         (gst_element_add_ghost_pad, gst_element_remove_pad) 
10073         (gst_element_remove_ghost_pad, gst_element_get_pad) 
10074         (gst_element_get_static_pad, gst_element_get_pad_list) 
10075         (gst_element_class_get_pad_template_list) 
10076         (gst_element_class_get_pad_template): Work on the docs.
10077         (gst_element_get_pad_template_list): Uses the class method.
10078         (gst_element_get_compatible_pad_template): Docs, and consolidate
10079         some test conditions. 
10080         (gst_element_get_pad_from_template): New static function.
10081         (gst_element_request_compatible_pad): Docs, and work with
10082         non-request compatible templates. 
10083         (gst_element_get_compatible_pad_filtered): Docs and remove
10084         redundant checks.
10085         (gst_element_get_compatible_pad, gst_element_link_pads_filtered) 
10086         (gst_element_link_filtered, gst_element_link_many) 
10087         (gst_element_link, gst_element_link_pads) 
10088         (gst_element_unlink_many): Docs.
10089
10090 2004-02-05  Andy Wingo  <wingo@pobox.com>
10091
10092         * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
10093         s/pointer/boxed/.
10094
10095         * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
10096
10097         * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
10098         marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
10099         with the type=GST_TYPE_CAPS. This allows language bindings to know
10100         what kind of data they're dealing with.
10101
10102         * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
10103         to NULL when g_value_init is called. GstCaps, which rolls its own
10104         type implementation, now does the same instead of allocating empty
10105         caps.
10106         (_gst_caps_initialize, _gst_caps_collect_value,
10107         _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
10108         table methods. This allows G_VALUE_COLLECT to work.
10109
10110 2004-02-05  Andy Wingo  <wingo@pobox.com>
10111
10112         * configure.ac:
10113         * testsuite/Makefile.am (SUBDIRS): 
10114         * testsuite/ghostpads/Makefile.am: 
10115         * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
10116
10117         * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
10118         These two routines are the only ones that set
10119         GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
10120         pad template. They should be made static, depending on ABI needs.
10121         (gst_real_pad_dispose): Handle the case of ghost pads without a
10122         parent. Assert after dealing with ghost pads that the ghost pad
10123         list is empty.
10124         (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
10125         set after creation.
10126         (gst_ghost_pad_dispose): Set ::real-pad to NULL.
10127         (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
10128         functions. set_property will call add_ghost_pad/remove_ghost_pad
10129         as appropriate.
10130         (gst_ghost_pad_new): All the work is offloaded to g_object_new.
10131
10132         * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
10133         (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
10134         (gst_element_remove_pad): Handle ghost pads as well.
10135         (gst_element_remove_ghost_pad): Deprecated (could be removed,
10136         depending on API-stability needs).
10137
10138 2004-02-05  Andy Wingo  <wingo@pobox.com>
10139
10140         * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
10141         of course they're const
10142
10143 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10144
10145         * tools/Makefile.am:
10146         * tools/gst-feedback:
10147         * tools/gst-feedback-0.7:
10148           make gst-feedback versioned too for consistency
10149
10150 2004-02-11  David Schleef  <ds@schleef.org>
10151
10152         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
10153         (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
10154
10155 2004-02-10  Julien MOUTTE <julien@moutte.net>
10156
10157         * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
10158         the structure does not contain a valid tag list. Adding a safety check
10159         to remove a noisy warning in that case.
10160
10161 2004-02-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10162
10163         * gst/gst.c: fix name to be in line with others
10164
10165 2004-02-09  Julien MOUTTE <julien@moutte.net>
10166
10167         * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
10168         not shout that loud when len is 0. Just return 0 silently.
10169
10170 2004-02-09  Julien MOUTTE  <julien@moutte.net>
10171
10172         * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
10173         because data_unref has one and I prefer the debug to be symetric.
10174         * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
10175         were refed when added to the queue and unrefed only once when the queue
10176         was flushed. Now the flush handler unref the buffers two times : first
10177         unref for the ref added when pushing in the queue's tail and second
10178         unref to destroy the flushed buffer.
10179
10180 2004-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10181
10182         * docs/pwg/building-boiler.xml: fix cvs checkout documentation
10183
10184 2004-02-06  David Schleef  <ds@schleef.org>
10185
10186         * docs/random/ds/0.9-suggested-changes: Random ramblings
10187         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
10188         to int before printing.
10189         * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
10190         * gst/parse/parse.l: same.  See bug #129600
10191
10192 2004-02-06  David Schleef  <ds@schleef.org>
10193
10194         * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
10195         (gst_index_add_entry), (gst_index_add_associationv),
10196         (gst_index_add_association): Add gst_index_add_associationv()
10197         and clean up gst_index_add_association(). #127133
10198
10199 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10200
10201         * autogen.sh: check out common with right tag if CVS/Tag exists
10202
10203 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10204
10205         * testsuite/ghostpads/ghostpads.c: (main):
10206           fix testsuite from segfaulting
10207
10208 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10209
10210         * Makefile.am: add release target
10211         * configure.ac: bump nano to 1
10212         * docs/random/release:
10213
10214 2004-02-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10215
10216         * gst/gstcaps.h:
10217         * gst/gstelement.c: (gst_element_base_class_init),
10218         (gst_element_class_set_details), (gst_element_clear_pad_caps):
10219         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
10220         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
10221         (gst_real_pad_dispose):
10222         * gst/gststructure.c: (gst_structure_free),
10223         (gst_structure_from_string):
10224           put reverted patch back in
10225         * gst/gstelement.c: (gst_element_remove_pad):
10226           free explicit caps if they're set
10227         * gst/gstpad.c: (_gst_pad_default_fixate_func):
10228           copy the structure when fixating
10229
10230 2004-02-05  David Schleef  <ds@schleef.org>
10231
10232         * gst/gstmarshal.list:
10233         * gst/gstpad.c: (gst_real_pad_class_init),
10234         (_gst_real_pad_fixate_accumulator):
10235         Revert POINTER->BOXED change in signal marshaller.
10236
10237 === release 0.7.4 ===
10238                                                                                 
10239 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10240                                                                                 
10241         * NEWS: GStreamer 0.7.4 "Wooden Eels" released
10242         * configure.ac: changed for release
10243
10244 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10245
10246         * gstreamer.spec.in:
10247           bump required version of gtk-doc
10248
10249 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10250
10251         * gst/gstcaps.h:
10252         * gst/gstelement.c: (gst_element_base_class_init),
10253         (gst_element_class_set_details), (gst_element_clear_pad_caps):
10254         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
10255         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
10256         (gst_real_pad_dispose):
10257         * gst/gststructure.c: (gst_structure_free),
10258         (gst_structure_from_string):
10259           revert patch that breaks applications, reapply after release
10260           to get this fixed properly
10261
10262 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10263
10264         * gst/gsttag.c: (_gst_tag_initialize):
10265         * gst/gsttag.h:
10266           remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
10267
10268 2004-02-04  David Schleef  <ds@schleef.org>
10269
10270         Fix some memleaks:
10271         * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
10272         (gst_spider_plug_from_srcpad):
10273         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
10274
10275 2004-02-04  David Schleef  <ds@schleef.org>
10276
10277         * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
10278         a GstRealPad before accessing its structure members.
10279
10280 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10281
10282         * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
10283         (gst_clock_get_speed):
10284         * gst/gstclock.h:
10285           reset padding, remove unused fields
10286
10287 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10288
10289         * gst/autoplug/gstspideridentity.c:
10290         (gst_spider_identity_sink_loop_type_finding):
10291           use get_allowed_caps, not get_caps (fixes #132519)
10292         * gst/elements/gsttypefind.c: (stop_typefinding):
10293           use correct order when sending buffers and seeking
10294
10295 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10296
10297         * configure.ac:
10298         * gst/gstelement.h:
10299         * gst/gstpad.h:
10300         * gst/gstqueue.h:
10301           upgrade libtool CURRENT, reset padding
10302
10303 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10304
10305         * configure.ac:
10306           bump to prerelease
10307           put back AM_PROG_LIBTOOL to make libtoolize stop complaining
10308
10309 2004-02-04  David Schleef  <ds@schleef.org>
10310
10311         * docs/random/ds/0.9-suggested-changes: random notes
10312         * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
10313         (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
10314         Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
10315         expansion.
10316         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
10317         (gst_filesink_get_query_types): same
10318         * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
10319         (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
10320         * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
10321         to use new GST_PTR_FORMAT.
10322         * gst/gstelement.h: deprecate function factory macros
10323         GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
10324         These are our last variadic macros that can't be replaced with
10325         inlines.  Celebrate!  Also fix a typo in an #ifdef that was
10326         attempting to deprecate gst_element_clock_wait().
10327         * gst/gstevent.h: same
10328         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
10329         (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
10330         * gst/gstpad.h: deprecate function factory macros similar to above.
10331
10332 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10333
10334         * configure.ac:
10335         * tools/Makefile.am:
10336         * tools/gst-run.c: (popt_callback), (hash_print_key),
10337         (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
10338         (get_candidates), (main):
10339           add new source file to generate non-versioned wrapper binaries
10340           for our tools.
10341
10342 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10343
10344         * gst/gstevent.c: (_gst_event_free):
10345           actually break; inside the switch statement
10346         * gst/parse/grammar.y:
10347           fix memleak where GValues weren't unset
10348
10349 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10350
10351         * gst/gststructure.c: (gst_structure_from_string):
10352           fix huge memleak
10353         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
10354         (new_entry), (gst_type_find_element_chain):
10355         * gst/gstelement.c: (gst_element_base_class_init),
10356         (gst_element_class_set_details):
10357         * gst/gstpad.c: (gst_pad_can_link_filtered):
10358           fix smaller memleaks
10359         * gst/gstpad.c: (gst_real_pad_dispose):
10360           check that explicit caps are gone
10361         * gst/gststructure.c: (gst_structure_free):
10362           actually free the structure
10363         * gst/gstelement.c: (gst_element_clear_pad_caps):
10364           unset explicit caps
10365
10366 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10367
10368         * tools/Makefile.am:
10369           use AM_CFLAGS since all the CFLAGS are the same
10370           use AM_LDFAGS
10371
10372 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10373
10374         * docs/manual/gnome.xml:
10375           expand example a little
10376         * gst/gst.c: (gst_init_with_popt_table),
10377         (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
10378           make sure popt option displays are done with right textdomain
10379           use GstPoptOption type
10380         * gst/gst.h:
10381           create GstPoptOption type
10382
10383 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10384
10385         * gst/gsterror.c: (_gst_stream_errors_init):
10386         * gst/gsterror.h:
10387           adding error type for no codec
10388         * po/POTFILES.in:
10389           add gst-inspect
10390         * po/nl.po:
10391           update dutch translation
10392         * tools/gst-inspect.c: (print_element_list), (main):
10393           do proper internationalization
10394         * tools/gst-launch.c: (idle_func):
10395           remove commented out function call
10396
10397 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10398
10399         * docs/README:
10400           add some error fixing notes
10401         * docs/gst/gstreamer-sections.txt:
10402           remove double entries
10403         * docs/gst/tmpl/gstbin.sgml:
10404         * docs/gst/tmpl/gstclock.sgml:
10405           remove override
10406         * docs/gst/tmpl/gstelement.sgml:
10407         * docs/gst/tmpl/gstindex.sgml:
10408         * docs/gst/tmpl/gstobject.sgml:
10409         * docs/gst/tmpl/gstpadtemplate.sgml:
10410         * docs/gst/tmpl/gstreamer-unused.sgml:
10411         * docs/gst/tmpl/gsttag.sgml:
10412         * docs/gst/tmpl/gstthread.sgml:
10413         * docs/gst/tmpl/gstxml.sgml:
10414         * gst/gsttag.h:
10415           sync header prototypes with c decls
10416         * gst/gsttaginterface.c:
10417           fix doc headers
10418
10419 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10420
10421         * gst/parse/Makefile.am:
10422         * gst/gstobject.h:
10423           get rid of gstmarshal.h dependency. It's not needed.
10424         * gst/gst.h:
10425         * gst/elements/gstfakesink.c:
10426         * gst/elements/gstfakesrc.c:
10427         * gst/elements/gstidentity.c:
10428         * gst/gstbin.c:
10429         * gst/gstelement.c:
10430         * gst/gstindex.c:
10431         * gst/gstobject.c:
10432         * gst/gstpad.c:
10433         * gst/gstthread.c:
10434         * gst/gstxml.c:
10435         * libs/gst/control/dparam.c:
10436         * libs/gst/control/dparammanager.c:
10437           include gstmarshal.h.
10438         Fixes #132045
10439
10440 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10441
10442         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
10443         (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
10444         (gst_filesrc_map_region), (gst_filesrc_get_mmap):
10445         * gst/elements/gstfilesrc.h:
10446           don't ref the filesrc when creating mmaped buffers. Don't keep a
10447           list of not-yet-destroyed buffers.
10448         * gst/gstbuffer.h:
10449           Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
10450
10451 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10452
10453         * gst/gst.c: (init_pre):
10454           remove textdomain
10455
10456 2004-02-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10457
10458         * docs/pwg/advanced-events.xml:
10459         * docs/pwg/advanced-scheduling.xml:
10460         * docs/pwg/intro-basics.xml:
10461         * docs/pwg/other-manager.xml:
10462         * docs/pwg/other-nton.xml:
10463         * docs/pwg/other-ntoone.xml:
10464         * docs/pwg/other-oneton.xml:
10465         * docs/pwg/pwg.xml:
10466           All sort of documentation... Forgot what. Point is that I want this
10467           in before I leave. The 'other-*' will be the last section and will
10468           explain issues specific to these type of elements.
10469
10470 2004-02-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10471
10472         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
10473         (gst_filesrc_get_read):
10474           set all the values on buffers that we can
10475
10476 2004-02-02  David Schleef  <ds@schleef.org>
10477
10478         Change usage of isblah() to g_ascii_isblah() to be more locale
10479         independent.  (#133076)
10480         * gst/gsturi.c: (gst_uri_protocol_check_internal):
10481         * gst/gstutils.c:
10482         * gst/parse/parse.l:
10483
10484 2004-02-02  Jon Trowbridge  <trow@gnu.org>
10485
10486         reviewed by: David Schleef  <ds@schleef.org>
10487
10488         Fix memory leaks:
10489         * gst/gstcaps.c: (gst_caps_to_string):
10490         * gst/registries/gstxmlregistry.c:
10491         (gst_xml_registry_add_path_list_func),
10492         (gst_xml_registry_parse_padtemplate):
10493
10494 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10495
10496         * gst/gstelement.c: (gst_element_default_error):
10497           suffix error messages with period
10498
10499 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10500
10501         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
10502         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
10503         * gst/gsterror.c: (gst_error_get_message):
10504           Suffix with dots
10505         * po/fr.po:
10506         * po/nl.po:
10507           Update translation files
10508
10509 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10510
10511         * gst/autoplug/gstspideridentity.c:
10512         (gst_spider_identity_sink_loop_type_finding):
10513         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
10514         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
10515         (gst_filesink_close_file), (gst_filesink_handle_event),
10516         (gst_filesink_chain):
10517         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
10518         (gst_filesrc_get_read), (gst_filesrc_open_file):
10519         * gst/elements/gstidentity.c: (gst_identity_chain):
10520         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
10521         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
10522         (gst_pipefilter_chain), (gst_pipefilter_open_file):
10523         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
10524         * gst/gsterror.c: (_gst_core_errors_init),
10525         (_gst_library_errors_init), (_gst_resource_errors_init),
10526         (_gst_stream_errors_init), (gst_error_get_message):
10527         * gst/gstpad.c: (gst_pad_set_explicit_caps),
10528         (gst_pad_recover_caps_error), (gst_pad_pull):
10529         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
10530         * gst/schedulers/gstbasicscheduler.c:
10531         (gst_basic_scheduler_chainhandler_proxy),
10532         (gst_basic_scheduler_gethandler_proxy),
10533         (gst_basic_scheduler_cothreaded_chain):
10534           Suffix error messages with period.
10535           Use (NULL) instead of NULL
10536
10537 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10538
10539         * docs/gst/tmpl/gstelement.sgml:
10540         * docs/gst/tmpl/gstxml.sgml:
10541         * gst/gstelement.c: (gst_element_error_full):
10542           add element path to error
10543
10544 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10545
10546         * docs/random/mimetypes:
10547           update raw int/float info
10548         * gst/gsttag.c: (_gst_tag_initialize):
10549         * gst/gsttag.h:
10550           add GST_TAG_ENCODER
10551
10552 2004-01-30  David Schleef  <ds@schleef.org>
10553
10554         * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
10555           missing (#132991)
10556
10557 2004-01-30  Laurent Vivier <Laurent.Vivier@bull.net>
10558
10559         reviewed by Benjamin Otte 
10560           parts of the patch submitted in bug #113913
10561
10562         * configure.ac:
10563           use AC_C_INLINE. Use = instead of == with test
10564         * examples/plugins/example.c:
10565         * gst/autoplug/gstspideridentity.c:
10566         * gst/elements/gstfdsrc.c:
10567         * gst/elements/gstfilesrc.c:
10568         * gst/elements/gstidentity.c:
10569         * gst/elements/gstmultidisksrc.c:
10570         * gst/elements/gststatistics.c:
10571         * gst/gstelement.c:
10572         * gst/gstobject.c:
10573         * gst/gstpad.c:
10574         * gst/gstpipeline.c:
10575         * gst/gstthread.c:
10576           don't end enums with a comma
10577         * gst/gstindex.c: (gst_index_compare_func):
10578           do explicit casting to gint
10579         * gst/gsttrace.c: (gst_trace_text_flush):
10580           #define strsize as a macro
10581
10582 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10583
10584         * docs/README:
10585         * docs/gst/gstreamer-docs.sgml:
10586         * docs/gst/gstreamer-sections.txt:
10587         * docs/gst/tmpl/gstelement.sgml:
10588         * docs/gst/tmpl/gsterror.sgml:
10589         * docs/gst/tmpl/gstinterface.sgml:
10590         * docs/gst/tmpl/gstreamer-unused.sgml:
10591         * docs/gst/tmpl/gststructure.sgml:
10592         * docs/gst/tmpl/gsttag.sgml:
10593         * docs/gst/tmpl/gsttaginterface.sgml:
10594         * docs/gst/tmpl/gstvalue.sgml:
10595         make sure all API ends up in the built docs
10596         * gst/gstinterface.c:
10597         * gst/gststructure.c: (gst_structure_id_set_value),
10598         (gst_structure_set_value), (gst_structure_id_get_value):
10599         * gst/gststructure.h:
10600         * gst/gstvalue.h:
10601         sync .h with .c declarations
10602
10603 2004-01-30  Julien Moutte  <julien@moutte.net>
10604
10605         * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
10606         Ronald will fix riffread.
10607
10608 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10609
10610         * docs/pwg/advanced-interfaces.xml:
10611           Added tuner interface docs.
10612
10613 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10614
10615         * docs/random/mimetypes:
10616           correct Theora information
10617         * gst/gstelement.h:
10618           make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
10619
10620 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10621
10622         * gst/gstelement.c: (gst_element_error_full):
10623         * gst/gstelement.h:
10624           GST_ELEMENT_ERROR in enum -> _IN_ERROR
10625
10626 2004-01-29  Julien MOUTTE  <julien@moutte.net>
10627
10628         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
10629         (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
10630         again and even before DISCONT.
10631         * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
10632         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
10633         bytestream so that it's not stopping to fill the bytestream if events
10634         different than EOS or DISCONT are received. Instead it process them so
10635         that they go downstream.
10636
10637 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10638
10639         * docs/gst/tmpl/gstelement.sgml:
10640         * docs/gst/tmpl/gstreamer-unused.sgml:
10641         * docs/gst/tmpl/gstxml.sgml:
10642         * gst/autoplug/gstspideridentity.c:
10643         (gst_spider_identity_sink_loop_type_finding):
10644         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
10645         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
10646         (gst_filesink_close_file), (gst_filesink_handle_event),
10647         (gst_filesink_chain):
10648         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
10649         (gst_filesrc_get_read), (gst_filesrc_open_file):
10650         * gst/elements/gstidentity.c: (gst_identity_chain):
10651         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
10652         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
10653         (gst_pipefilter_chain), (gst_pipefilter_open_file):
10654         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
10655         * gst/gstelement.h:
10656         * gst/gstpad.c: (gst_pad_set_explicit_caps),
10657         (gst_pad_recover_caps_error), (gst_pad_pull):
10658         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
10659         * gst/schedulers/gstbasicscheduler.c:
10660         (gst_basic_scheduler_chainhandler_proxy),
10661         (gst_basic_scheduler_gethandler_proxy),
10662         (gst_basic_scheduler_cothreaded_chain):
10663           gst_element_error -> GST_ELEMENT_ERROR
10664
10665 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10666
10667         * docs/Makefile.am:
10668         * docs/gst/tmpl/gstelement.sgml:
10669         * docs/gst/tmpl/gstxml.sgml:
10670         * docs/manuals.mak:
10671         * docs/pwg/advanced-request.xml:
10672         * docs/pwg/advanced-scheduling.xml:
10673         * docs/pwg/advanced-tagging.xml:
10674           fix non-validating docbook using CDATA
10675           make sure make check-local gets run first to check if it validates
10676
10677 2004-01-29  Julien MOUTTE <julien@moutte.net>
10678
10679         * docs/pwg/advanced-events.xml: Adding documentation on advanced event
10680         handling (up and downstream).
10681         * docs/pwg/advanced-interfaces.xml: Make it coherent with the
10682         my_filter thing.
10683
10684 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10685
10686         * docs/pwg/advanced-tagging.xml:
10687           Add docs about tag writing.
10688
10689 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10690
10691         * docs/pwg/advanced-tagging.xml:
10692           Add a part about tag reading and application signalling... Tag
10693           writing still needs to be documented.
10694         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
10695           We can set file locations in READY, too.
10696
10697 2004-01-29  Julien MOUTTE <julien@moutte.net>
10698
10699         * docs/random/ds/element-checklist: Adding some notes about src
10700         events.
10701
10702 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10703
10704         * docs/random/mimetypes:
10705           Update docs to point to correct elements for various mimetypes, and
10706           some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
10707           <stephane.loeuillet@tiscali.fr>.
10708
10709 2004-01-28  David Schleef  <ds@schleef.org>
10710
10711         * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
10712
10713 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10714
10715         * docs/random/mimetypes:
10716           update docs for audio/x-raw-float. Add "buffer-frames=0 means
10717           undefined"
10718         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
10719           make it only work in NULL.
10720         * gst/gstcaps.c:
10721           don't posion NULL caps
10722         * gst/gstelement.c: (gst_element_set_time):
10723           add debugging statement
10724         * gst/gstelement.c: (gst_element_emit_found_tag),
10725         (gst_element_found_tag_func), (gst_element_found_tags):
10726         * gst/gstelement.h:
10727           These functions take const taglists
10728         * gst/gstpad.c: (gst_pad_proxy_getcaps):
10729           fix memleak
10730         * gst/gstpad.c: (gst_pad_event_default):
10731           make more effort on handling discont and clocks, g_warn if everything
10732           fails
10733         * gst/gststructure.c: (gst_structure_remove_fields),
10734         (gst_structure_remove_fields_valist):
10735         * gst/gststructure.h:
10736           add gst_structure_remove_fields(_valist)
10737         * gst/gsttag.c:
10738           fix doc glitch
10739
10740 2004-01-28  David Schleef  <ds@schleef.org>
10741
10742         * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
10743         * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
10744         Fix memory leakage of gst_caps_to_string().
10745
10746         Use GST_PTR_FORMAT instead of gst_caps_to_string():
10747         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
10748         * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
10749         (gst_spider_identity_sink_loop_type_finding):
10750         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
10751         (find_suggest):
10752         * gst/gstpad.c: (gst_pad_try_relink_filtered),
10753         (gst_pad_set_explicit_caps):
10754         * gst/parse/grammar.y:
10755
10756 2004-01-28  David Schleef  <ds@schleef.org>
10757
10758         * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
10759         GST_PRINTF_EXTENSION_FORMAT_DEFINE.
10760         * docs/random/ds/0.9-suggested-changes: Notes from Company.
10761         * gst/gstcaps.c: (gst_caps_to_string): Add comment.
10762         * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
10763         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
10764         (gst_debug_log_default), (_gst_info_printf_extension),
10765         (_gst_info_printf_extension_arginfo):  Add printf extension.
10766         * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
10767         * gst/gststructure.c: (gst_structure_to_string),
10768         (_gst_structure_parse_value): Use gst_value_deserialize() and
10769         remove old code.
10770         * gst/gstvalue.c: (gst_value_deserialize_fourcc),
10771         (gst_value_deserialize_boolean), (gst_strtoi),
10772         (gst_value_deserialize_int), (gst_value_deserialize_double),
10773         (gst_value_deserialize_string), (gst_value_deserialize): Implement
10774         a bunch of deserialize functions and gst_value_deserialize.
10775         * gst/gstvalue.h: er, _de_serialize, not unserialize
10776         * testsuite/caps/string-conversions.c: (main): We don't currently
10777         handle (float) in caps, so convert these to (double).
10778         * testsuite/debug/Makefile.am: Add new test for the printf extension
10779         * testsuite/debug/printf_extension.c: (main): same
10780
10781 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10782
10783         * docs/random/company/time:
10784           Add some docs about clocking and time
10785
10786 2004-01-28  Julien MOUTTE <julien@moutte.net>
10787
10788         * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
10789
10790 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10791
10792         * docs/pwg/advanced-clock.xml:
10793         * docs/pwg/advanced-dparams.xml:
10794         * docs/pwg/advanced-events.xml:
10795         * docs/pwg/advanced-interfaces.xml:
10796         * docs/pwg/advanced-midi.xml:
10797         * docs/pwg/advanced-request.xml:
10798         * docs/pwg/advanced-scheduling.xml:
10799         * docs/pwg/advanced-tagging.xml:
10800         * docs/pwg/advanced-types.xml:
10801         * docs/pwg/appendix-checklist.xml:
10802         * docs/pwg/building-boiler.xml:
10803         * docs/pwg/building-chainfn.xml:
10804         * docs/pwg/building-filterfactory.xml:
10805         * docs/pwg/building-pads.xml:
10806         * docs/pwg/building-props.xml:
10807         * docs/pwg/building-signals.xml:
10808         * docs/pwg/building-state.xml:
10809         * docs/pwg/building-testapp.xml:
10810         * docs/pwg/intro-basics.xml:
10811         * docs/pwg/intro-preface.xml:
10812         * docs/pwg/other-autoplugger.xml:
10813         * docs/pwg/other-sink.xml:
10814         * docs/pwg/other-source.xml:
10815         * docs/pwg/titlepage.xml:
10816           fix up id's
10817
10818 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10819
10820         * docs/95NonPath:
10821         * docs/HACKING:
10822         * docs/README:
10823         * docs/building-the-docs-on-debian:
10824           collect relevant bits of doc info
10825
10826 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10827
10828         * docs/pwg/advanced_tagging.xml:
10829           Half-assed commit so Thomas can re-arrange document IDs here to be
10830           consistent, too.
10831
10832 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10833
10834         * docs/manual/autoplugging.xml:
10835         * docs/manual/bins-api.xml:
10836         * docs/manual/bins.xml:
10837         * docs/manual/buffers-api.xml:
10838         * docs/manual/buffers.xml:
10839         * docs/manual/clocks.xml:
10840         * docs/manual/components.xml:
10841         * docs/manual/cothreads.xml:
10842         * docs/manual/debugging.xml:
10843         * docs/manual/dparams-app.xml:
10844         * docs/manual/dynamic.xml:
10845         * docs/manual/elements-api.xml:
10846         * docs/manual/elements.xml:
10847         * docs/manual/factories.xml:
10848         * docs/manual/gnome.xml:
10849         * docs/manual/goals.xml:
10850         * docs/manual/helloworld.xml:
10851         * docs/manual/helloworld2.xml:
10852         * docs/manual/init-api.xml:
10853         * docs/manual/intro.xml:
10854         * docs/manual/links-api.xml:
10855         * docs/manual/links.xml:
10856         * docs/manual/manual.xml:
10857         * docs/manual/motivation.xml:
10858         * docs/manual/pads-api.xml:
10859         * docs/manual/pads.xml:
10860         * docs/manual/plugins-api.xml:
10861         * docs/manual/plugins.xml:
10862         * docs/manual/programs.xml:
10863         * docs/manual/queues.xml:
10864         * docs/manual/quotes.xml:
10865         * docs/manual/schedulers.xml:
10866         * docs/manual/states-api.xml:
10867         * docs/manual/states.xml:
10868         * docs/manual/threads.xml:
10869         * docs/manual/typedetection.xml:
10870         * docs/manual/xml.xml:
10871           use chapter, part, section or misc as id starts for all bits
10872
10873 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10874
10875         * docs/gst/gstreamer-sections.txt:
10876           Fix up TITLE of the sections
10877
10878 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10879
10880         * docs/pwg/advanced_interfaces.xml:
10881           Add documentation on propertyprobing.
10882         * docs/pwg/advanced_events.xml:
10883         * docs/pwg/advanced_tagging.xml:
10884         * docs/pwg/building_boiler.xml:
10885         * docs/pwg/building_filterfactory.xml:
10886         * docs/pwg/pwg.xml:
10887           Move filterfactory and tagging into their own chapter, add a chapter
10888           on events. all these are empty placeholders that will be filled in
10889           some day.
10890
10891 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10892
10893         * docs/pwg/advanced_interfaces.xml:
10894           Docs for mixer interface. Also a check for website uploading.
10895
10896 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10897
10898         * docs/HACKING:
10899         * docs/Makefile.am:
10900         * docs/faq/Makefile.am:
10901         * docs/gst/Makefile.am:
10902         * docs/gst/tmpl/gstelement.sgml:
10903         * docs/gst/tmpl/gstplugin.sgml:
10904         * docs/gst/tmpl/gstreamer-unused.sgml:
10905         * docs/libs/Makefile.am:
10906         * docs/manual/Makefile.am:
10907         * docs/manuals.mak:
10908         * docs/pwg/Makefile.am:
10909         * docs/upload.mak:
10910           Separate out upload target and make it similar for
10911           both docbook and gtk-doc docs
10912
10913 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10914
10915         * docs/manuals.mak:
10916           Fix upload target to work with freedesktop
10917
10918 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10919
10920         * docs/pwg/advanced_types.xml:
10921           Add notes on creating your own types.
10922         * docs/pwg/building_boiler.xml:
10923         * docs/pwg/building_pads.xml:
10924         * docs/pwg/building_state.xml:
10925           Add some stuff about how to retrieve values from structures, how
10926           that relates to types and change layout slightly again to be almost
10927           perfect.
10928
10929 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10930
10931         * docs/pwg/advanced_dparams.xml:
10932         * docs/pwg/advanced_scheduling.xml:
10933           Change index layout slightly.
10934
10935 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10936
10937         * docs/pwg/advanced_clock.xml:
10938         * docs/pwg/advanced_interfaces.xml:
10939         * docs/pwg/advanced_midi.xml:
10940           General placeholders for now.
10941         * docs/pwg/advanced_request.xml:
10942           Explanation about sometimes and request pads.
10943         * docs/pwg/advanced_scheduling.xml:
10944           Concept of bytestream, loopfunctions and schedulers.
10945         * docs/pwg/building_boiler.xml:
10946           Add something about plugin-init.
10947
10948 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10949
10950         * docs/pwg/building_pads.xml:
10951           Fix broken docbook
10952
10953 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10954
10955         * docs/pwg/advanced_interfaces.xml:
10956         * docs/pwg/pwg.xml:
10957           Add as a placeholder for future filling-in.
10958         * docs/pwg/basics_autoplugging.xml:
10959         * docs/pwg/basics_buffers.xml:
10960         * docs/pwg/basics_elements.xml:
10961         * docs/pwg/basics_events.xml:
10962         * docs/pwg/basics_plugins.xml:
10963         * docs/pwg/basics_types.xml:
10964           Remove, because unused (this is all in intro_basics.xml).
10965         * docs/pwg/building_signals.xml:
10966           Short intro to signals + reference to GObject docs - we really
10967           shouldn't go into these sort of things to deply because we don't
10968           use them that extensively anyway.
10969         * docs/pwg/building_state.xml:
10970           Explanation of states. Benjamin, please check.
10971         * docs/pwg/building_testapp.xml:
10972           Put everything in one page - putting only a few lines of content
10973           per page doesn't really make sense.
10974
10975           Time to get into the advanced topics. ;).
10976
10977 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10978
10979         * docs/pwg/advanced_types.xml:
10980           Finish documenting the current state of mimetypes.
10981         * docs/pwg/building_boiler.xml:
10982         * docs/pwg/building_chainfn.xml:
10983         * docs/pwg/building_pads.xml:
10984         * docs/pwg/building_props.xml:
10985         * docs/pwg/building_testapp.xml:
10986           Start documenting the "how to build a simple audio filter" part
10987           of the PWG. Most stuff is ready by now. Stuff remaining: signals,
10988           states and (maybe?) a short introduction to capsnego in the chapter
10989           on pads (building_pads.xml). Capsnego should probably be explained
10990           fully in advanced_capsnego.xml or so.
10991
10992 2004-01-26  David Schleef  <ds@schleef.org>
10993
10994         * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
10995         * gst/gstpad.h: Add new function to allow element to (somewhat)
10996         specify non-fixed caps on a pad.
10997         * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
10998         that I added a few weeks ago.
10999
11000 2004-01-26  David Schleef  <ds@schleef.org>
11001
11002         * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
11003           making try_set_caps() work with non-fixed caps.
11004
11005 2004-01-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11006
11007         * docs/pwg/advanced_types.xml:
11008         * docs/pwg/intro_basics.xml:
11009         * docs/pwg/intro_preface.xml:
11010         * docs/pwg/pwg.xml:
11011         * docs/pwg/titlepage.xml:
11012           First try to resurrect the PWG. I'm halfway integrating the mimetypes
11013           in here (docs/random/mimetypes), and will from there on work on both
11014           updating outdated parts and adding missing parts.
11015           That doesn't mean I'll fix it completely, but I'll try at least. ;).
11016
11017 2004-01-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11018
11019         * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
11020           policy is set
11021
11022 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11023
11024         * gst/gstelement.h:
11025           remove gst_element_factory_get_version. It doesn't exist anymore.
11026         * gst/gstplugin.c:
11027         * gst/gstplugin.h:
11028           remove gst_plugin_set_name and change gst_plugin_get_longname to
11029           gst_plugin_get_description to match code.
11030         * gst/gsterror.h:
11031           remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
11032         * gst/gstpad.c: (gst_pad_try_set_caps):
11033           make it work with nonfixed caps.
11034           Note that even in the nonfixed case the link function of the pad
11035           that tries to set caps isn't called.
11036
11037 2004-01-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11038
11039         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
11040           fix bug where buffer was not assembled correctly
11041         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
11042           silence by default
11043         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
11044           only seek if there's no more buffers that could work without seeking
11045
11046 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11047
11048         * gst/gsttag.c: (_gst_tag_initialize):
11049         * gst/gsttag.h:
11050           Add application tag (for encoding/muxing app).
11051
11052 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11053
11054         * autogen.sh:
11055           make autopoint force, and libtoolize not copy
11056         * common/m4/as-docbook.m4:
11057           added docbook xml catalog setup check
11058         * common/m4/gst-doc.m4:
11059           use docbook check
11060
11061 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11062
11063         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
11064         * gst/gsttag.h:
11065           add GstTagFlag
11066
11067 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11068
11069         * docs/gst/gstreamer-sections.txt:
11070         * docs/gst/tmpl/gst.sgml:
11071         * docs/gst/tmpl/gstbuffer.sgml:
11072         * docs/gst/tmpl/gstclock.sgml:
11073         * docs/gst/tmpl/gstelement.sgml:
11074         * docs/gst/tmpl/gstreamer-unused.sgml:
11075         * docs/gst/tmpl/gstxml.sgml:
11076           sync latest API changes to docs
11077
11078 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11079
11080         * gst/gstpluginfeature.c:
11081           fix doc snippet
11082         * tools/gst-inspect.c: (print_element_list):
11083           fix output of typefind
11084           add GPL header
11085         * tools/gst-launch.c:
11086           add GPL header
11087
11088 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11089
11090         * gst/elements/Makefile.am:
11091         * gst/elements/gstelements.c:
11092         * gst/elements/gsttypefindelement.c:
11093         * gst/elements/gsttypefindelement.h:
11094         * po/POTFILES.in:
11095         * po/fr.po:
11096         * po/nl.po:
11097           renamed gsttypefindelement to gsttypefind, conserving CVS history
11098
11099 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11100
11101         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
11102         * gst/gsttag.h:
11103           add some tags used in ogg as well
11104           fix _ in replaygain tags
11105
11106 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11107
11108         * gst/gsterror.h:
11109           fix wrong GST_LIBRARY_ERROR_ENCODE addition
11110
11111 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11112
11113         * gst/gstelement.c: (gst_element_error_full):
11114         * gst/gstelement.h:
11115           change _extended to _full
11116
11117 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11118
11119         reviewed by: <delete if not using a buddy>
11120
11121         * docs/gst/tmpl/gst.sgml:
11122         * docs/gst/tmpl/gstbuffer.sgml:
11123         * docs/gst/tmpl/gstclock.sgml:
11124         * docs/gst/tmpl/gstelement.sgml:
11125         * docs/gst/tmpl/gstreamer-unused.sgml:
11126         * docs/gst/tmpl/gstxml.sgml:
11127         * gst/gstelement.c: (gst_element_error_full):
11128         * gst/gstelement.h:
11129
11130 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11131
11132         * gst/gstelement.h: fix _gst_element_error_printf prototype
11133
11134 2004-01-20  David Schleef  <ds@schleef.org>
11135
11136         * gst/gststructure.c: (gst_structure_to_string):
11137         Convert function to use gst_value_serialize().
11138         * gst/gstvalue.c: (gst_value_serialize_list),
11139         (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
11140         (gst_value_serialize_double_range), (gst_value_serialize_boolean),
11141         (gst_value_serialize_int), (gst_value_serialize_double),
11142         (gst_string_wrap), (gst_value_serialize_string),
11143         (gst_value_serialize), (gst_value_deserialize):
11144         * gst/gstvalue.h:
11145         Add implementations for serialize.
11146
11147 2004-01-20  Julien MOUTTE  <julien@moutte.net>
11148
11149         * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
11150         we want to keep that one in the future or change xvidenc.c to use 
11151         another error.
11152
11153 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11154
11155         * gst/gstelement.c: (_gst_element_error_printf):
11156         * gst/gstelement.h:
11157           privatise function
11158
11159 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11160
11161         * docs/random/error:
11162           doc explaining error system
11163         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
11164           cleanup
11165
11166 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11167
11168         * gst/gst-i18n-app.h:
11169         * gst/gst-i18n-lib.h:
11170           remove inclusion of config.h
11171         * po/POTFILES.in:
11172         * po/nl.po:
11173           add gst/gstelement.c
11174
11175 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11176
11177         * po/nl.po: updated Dutch translation
11178
11179 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11180
11181         * gst/gsterror.c: (_gst_core_errors_init),
11182         (_gst_library_errors_init), (_gst_resource_errors_init),
11183         (_gst_stream_errors_init):
11184         remove ending punctuation dots
11185
11186 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11187
11188         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
11189         * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
11190         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
11191         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
11192         (gst_pipefilter_chain), (gst_pipefilter_open_file):
11193         use GST_ERROR_SYSTEM
11194
11195 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11196
11197         * gst/gstelement.c: (gst_element_error_printf),
11198         (gst_element_error_extended):
11199         * gst/gstelement.h:
11200           add a helper printf function so we can have NULL values passed.
11201
11202 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11203
11204         * gst/gstelement.h:
11205           add G_STMT macros to gst_element_error, which isn't strictly
11206           necessary but people tell me to anyway.
11207
11208 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11209
11210         * gst/Makefile.am:
11211         * gst/autoplug/gstspideridentity.c:
11212         (gst_spider_identity_sink_loop_type_finding):
11213         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
11214         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
11215         (gst_filesink_close_file), (gst_filesink_handle_event),
11216         (gst_filesink_chain):
11217         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
11218         (gst_filesrc_map_region), (gst_filesrc_get_read),
11219         (gst_filesrc_open_file):
11220         * gst/elements/gstidentity.c: (gst_identity_chain):
11221         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
11222         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
11223         (gst_pipefilter_chain), (gst_pipefilter_open_file):
11224         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
11225         * gst/gst.h:
11226         * gst/gst_private.h:
11227         * gst/gstelement.c: (gst_element_class_init),
11228         (gst_element_default_error), (gst_element_error_func),
11229         (gst_element_error_extended):
11230         * gst/gstelement.h:
11231         * gst/gsterror.c: (_gst_core_errors_init),
11232         (_gst_library_errors_init), (_gst_resource_errors_init),
11233         (_gst_stream_errors_init), (gst_error_get_message):
11234         * gst/gsterror.h:
11235         * gst/gstinfo.c: (_gst_debug_init):
11236         * gst/gstmarshal.list:
11237         * gst/gstpad.c: (gst_pad_set_explicit_caps),
11238         (gst_pad_recover_caps_error), (gst_pad_pull):
11239         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
11240         * gst/schedulers/gstbasicscheduler.c:
11241         (gst_basic_scheduler_chainhandler_proxy),
11242         (gst_basic_scheduler_gethandler_proxy),
11243         (gst_basic_scheduler_cothreaded_chain):
11244         * po/POTFILES.in:
11245         * po/fr.po:
11246         * po/nl.po:
11247           change error signal
11248           add error categories
11249
11250 2004-01-18  Jeremy Simon  <jesimon@libertysurf.fr>
11251
11252         * gst/gsttag.c: (_gst_tag_initialize):
11253         * gst/gsttag.h:
11254         Add replaygain tag
11255
11256 2004-01-18  Colin Walters  <walters@verbum.org>
11257
11258         * examples/retag/retag.c: Call gst_init before processing
11259         program args.  Add g_assert to _link_many call.
11260
11261 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11262
11263         * gst/gstpad.c: (gst_pad_alloc_buffer):
11264           Return a newly allocated buffer when the pad has no peer.
11265
11266 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11267
11268         * gst/gstclock.c: (gst_clock_get_time):
11269           make it compile with gcc 2.95 again.
11270           Patch by Scott Wheeler
11271
11272 2004-01-15  David Schleef  <ds@schleef.org>
11273
11274         * gst/gstcaps.h:
11275         Added gst_caps_is_simple() macro.
11276         * testsuite/caps/caps.c: (test1):
11277         * testsuite/caps/intersect2.c: (main):
11278         * testsuite/caps/intersection.c: (main):
11279         Fixes to make 'make check' work again after removing
11280         gst_caps_is_chained().
11281
11282 2004-01-15  Leif Johnson <leif@ambient.2y.net>
11283
11284         * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
11285         and additions to the MIDI document.
11286
11287 2004-01-15  David Schleef  <ds@schleef.org>
11288
11289         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
11290         (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
11291         of GST_RPAD_, since we don't know if it's a real or ghost pad.
11292
11293 2004-01-15  David Schleef  <ds@schleef.org>
11294
11295         * gst/gstqueue.c:
11296         * gst/gstqueue.h:
11297         Fix the spelling of "treshold" and make min_threshold actually
11298         affect the queue.
11299
11300 2004-01-15  David Schleef  <ds@schleef.org>
11301
11302         * gst/gstcaps.c:
11303         Add lots of documentation.
11304         * gst/gstcaps.h:
11305         Deprecate a few functions.
11306         * gst/gstpad.c:
11307         Removed use of deprecated functions.
11308
11309 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11310
11311         * gst/gstpad.c: (gst_pad_is_linked):
11312         * gst/gstpad.h:
11313           implement gst_pad_is_linked
11314         * gst/gstelement.h:
11315           reserve space for initiate_state_change
11316
11317 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11318
11319         * gst/autoplug/gstspideridentity.c:
11320         (gst_spider_identity_sink_loop_type_finding):
11321           break infinite loop by just returning instead of looping
11322         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
11323           set event time difference correctly. Set it to 1 second instead
11324           of 100ms to be more tolerant
11325         * gst/gstelement.c: (gst_element_set_time):
11326           add debugging output
11327
11328 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11329
11330         * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
11331           query if buffers are inside the pool, ignore events
11332
11333 2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11334
11335         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
11336         (gst_clock_set_speed), (gst_clock_set_active),
11337         (gst_clock_is_active), (gst_clock_reset),
11338         (gst_clock_handle_discont):
11339         * gst/gstclock.h:
11340           deprecate old interface and disable functions that aren't in use
11341           anymore.
11342         * gst/gstelement.h:
11343         * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
11344         (gst_element_set_time), (gst_element_adjust_time):
11345           add concept of "element time" and functions to get/set this time.
11346         * gst/gstelement.c: (gst_element_change_state):
11347           update element time correctly.
11348         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
11349           This is a debug message, not a g_critical.
11350         * gst/gstpad.c: (gst_pad_event_default):
11351           handle discontinuous events right with element time.
11352         * gst/gstscheduler.c: (gst_scheduler_state_transition):
11353           update to clocking fixes.
11354           set clocks on elements in READY=>PAUSED. The old behaviour caused
11355           a wrong element time on the first element that started playing.
11356         * gst/schedulers/gstbasicscheduler.c:
11357         (gst_basic_scheduler_class_init):
11358         * gst/schedulers/gstoptimalscheduler.c:
11359         (gst_opt_scheduler_class_init):
11360           remove code that just implements the default behaviour.
11361         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
11362           update to use new clocking functions
11363         * testsuite/clock/clock1.c: (gst_clock_debug), (main):
11364         * testsuite/clock/clock2.c: (gst_clock_debug), (main):
11365           update to test new element time.
11366         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
11367           use _get_allowed_caps instead of _get_caps. This catches filtered
11368           caps correctly.
11369         * testsuite/debug/commandline.c:
11370           update for new GST_DEBUG syntax.
11371         * testsuite/threads/Makefile.am:
11372           disable a test that only works sometimes.
11373
11374 2004-01-13  Julien MOUTTE <julien@moutte.net>
11375
11376         * po/LINGUAS: Adding fr.
11377         * po/fr.po: Adding french translation.
11378
11379 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11380
11381         * gst/parse/grammar.y:
11382         * po/POTFILES.in:
11383         * po/nl.po:
11384         * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
11385           translate parsing error messages
11386
11387 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11388
11389         * po/POTFILES.in: adding gst-launch
11390         * po/nl.po: updated translation, all 99 strings translated
11391         * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
11392         (found_tag), (sigint_handler_sighandler), (play_handler), (main):
11393           fix strings for translation
11394
11395 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11396
11397         * gst/gst.c:
11398           - capitalize beginnings of popt options
11399           - fix strings for translation
11400           - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
11401
11402 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11403
11404         * po/README: add some notes on how to update translations
11405
11406 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11407
11408         * ABOUT-NLS: removed, is autogenerated from autopoint
11409         * autogen.sh: add autopoint stuff
11410         * configure.ac: fix up gettext stuff
11411         * gst/Makefile.am: add i18n headers to noinst_HEADERS
11412         * gst/elements/gsttypefindelement.c: add header include
11413         * gst/gettext.h: add header, copy from system-installed header
11414         * gst/gst-i18n-app.h: to be included by each app having translations
11415         * gst/gst-i18n-lib.h: to be included by each lib having translations
11416         * gst/gst.c: (init_pre): fix up gettext calls
11417         * gst/gst_private.h: remove i18n stuff, moving to separate headers
11418         * po/LINGUAS: the new way to specify translations present
11419         * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
11420         * po/Makevars: the variables filled in for GStreamer
11421         * po/POTFILES.in: added new files with translations
11422         * po/de.po: has new strings
11423         * po/nl.po: readded, has new strings
11424
11425 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11426
11427         * gst/gsttag.c: fix some strings marked for translation
11428
11429 2004-01-13  Iain <iain@prettypeople.org>
11430
11431         * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
11432         group when we add an element to it, cos we unref it when we remove one
11433
11434 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11435
11436         * testsuite/debug/commandline.c: (debug_not_reached):
11437         * testsuite/debug/output.c: (check_message):
11438           fix testsuite
11439
11440 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11441
11442         * examples/cutter/.cvsignore:
11443         * examples/helloworld/.cvsignore:
11444         * examples/launch/.cvsignore:
11445         * examples/manual/.cvsignore:
11446         * examples/mixer/.cvsignore:
11447         * examples/pingpong/.cvsignore:
11448         * examples/plugins/.cvsignore:
11449         * examples/queue/.cvsignore:
11450         * examples/queue2/.cvsignore:
11451         * examples/queue3/.cvsignore:
11452         * examples/queue4/.cvsignore:
11453         * examples/retag/.cvsignore:
11454         * examples/thread/.cvsignore:
11455         * examples/typefind/.cvsignore:
11456         * examples/xml/.cvsignore:
11457         * gst/.cvsignore:
11458         * gst/autoplug/.cvsignore:
11459         * gst/elements/.cvsignore:
11460         * gst/indexers/.cvsignore:
11461         * gst/parse/.cvsignore:
11462         * gst/registries/.cvsignore:
11463         * gst/schedulers/.cvsignore:
11464         * libs/gst/bytestream/.cvsignore:
11465         * libs/gst/control/.cvsignore:
11466         * libs/gst/getbits/.cvsignore:
11467         * tests/.cvsignore:
11468         * tests/bufspeed/.cvsignore:
11469         * tests/instantiate/.cvsignore:
11470         * tests/memchunk/.cvsignore:
11471         * tests/muxing/.cvsignore:
11472         * tests/sched/.cvsignore:
11473         * tests/seeking/.cvsignore:
11474         * tests/threadstate/.cvsignore:
11475         * testsuite/.cvsignore:
11476         * testsuite/caps/.cvsignore:
11477         * testsuite/cleanup/.cvsignore:
11478         * testsuite/dynparams/.cvsignore:
11479         * testsuite/plugin/.cvsignore:
11480         * tools/.cvsignore:
11481           update - this is huge, because it includes *.bb, *.bbg and *.da files
11482           which are generated for gcov.
11483
11484 2004-01-11  David Schleef  <ds@schleef.org>
11485
11486         * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
11487         a function to parse integers in ways that strto[u]l() does not.
11488
11489 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11490
11491         * tools/gst-inspect.c: (print_caps):
11492           improve output of caps a bit
11493
11494 2004-01-11  David Schleef  <ds@schleef.org>
11495
11496         * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
11497         inherit correct flags (READONLY and DONTKEEP).
11498
11499 2004-01-11  David Schleef  <ds@schleef.org>
11500
11501         * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
11502         (gst_filesrc_map_region):
11503         * gst/gstbuffer.c: (_gst_buffer_initialize),
11504         (_gst_buffer_sub_free), (gst_buffer_default_copy),
11505         (gst_buffer_new), (gst_buffer_create_sub),
11506         (gst_buffer_is_span_fast), (gst_buffer_span):
11507         * gst/gstbuffer.h:
11508         Change GstBuffer private structure element names. (all files)
11509         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
11510         (gst_queue_link):
11511         * gst/gstqueue.h:
11512         Implement getcaps/pad_link functions that handle the case where
11513         there are data in the queue.
11514
11515 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11516
11517         * gst/elements/gstbufferstore.c:
11518           initialize debugging structure correctly
11519         * gst/elements/gsttee.c: (gst_tee_set_property):
11520           g_object_notify when property was changed
11521         * gst/elements/gsttypefindelement.c:
11522         (gst_type_find_element_change_state):
11523           clear caps correctly
11524
11525 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11526
11527         * gst/gstqueue.c: (gst_queue_init):
11528           Use better defaults for when a queue should block. This
11529           gets rid of jerky playback for quite a few files.
11530           It takes more memory.
11531
11532 2004-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11533
11534         (gst_xml_registry_parse_padtemplate):
11535           make critical message slightly more useful
11536
11537 2004-01-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11538
11539         * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
11540         (gst_debug_message_get), (gst_debug_log_default):
11541         * gst/gstinfo.h:
11542           Change gst_debug_log(_valist) to take a const format string.
11543           Change prototype of log function and functions using those to 
11544           take a GstDebugMessage instead of a string that requires using
11545           gst_debug_message_get.
11546
11547 2004-01-08  David Schleef  <ds@schleef.org>
11548
11549         * Makefile.am:
11550         * configure.ac:
11551         Add option --enable-gcov to build GStreamer with -fprofile-arcs
11552         and -ftest-coverage, which allows gcov to show information about
11553         testsuite coverage.
11554
11555 2004-01-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11556
11557         * gst/gstutils.h:
11558           Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
11559           GST_PARENT_CALL_WITH_DEFAULT
11560         * gst/elements/gstaggregator.c: 
11561         * gst/elements/gstbufferstore.c: 
11562         * gst/elements/gstfakesink.c: 
11563         * gst/elements/gstfakesrc.c: 
11564         * gst/elements/gstfdsink.c: 
11565         * gst/elements/gstfdsrc.c: 
11566         * gst/elements/gstfilesink.c: 
11567         * gst/elements/gstfilesrc.c: 
11568         * gst/elements/gstidentity.c: 
11569         * gst/elements/gstmd5sink.c: 
11570         * gst/elements/gstmultidisksrc.c:
11571         * gst/elements/gstpipefilter.c: 
11572         * gst/elements/gstshaper.c:
11573         * gst/elements/gststatistics.c:
11574         * gst/elements/gsttee.c:
11575         * gst/elements/gsttypefindelement.c:
11576           use them.
11577
11578 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
11579
11580         * docs/gst/gstreamer-docs.sgml: remove props
11581         * docs/gst/gstreamer-sections.txt: remove props
11582         * docs/gst/tmpl/gst.sgml:
11583         * docs/gst/tmpl/gstbin.sgml:
11584         * docs/gst/tmpl/gstbuffer.sgml:
11585         * docs/gst/tmpl/gstcaps.sgml:
11586         * docs/gst/tmpl/gstclock.sgml:
11587         * docs/gst/tmpl/gstelement.sgml:
11588         * docs/gst/tmpl/gstindex.sgml:
11589         * docs/gst/tmpl/gstobject.sgml:
11590         * docs/gst/tmpl/gstpad.sgml:
11591         * docs/gst/tmpl/gstpadtemplate.sgml:
11592         * docs/gst/tmpl/gstreamer-unused.sgml:
11593         * docs/gst/tmpl/gstthread.sgml:
11594         * docs/gst/tmpl/gstxml.sgml:
11595           sync with code reorganization
11596
11597 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
11598
11599         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
11600         Make the 'Could not find compatible pad' message more informative.
11601
11602 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11603                                                                                 
11604         * gst/elements/gstfilesink.c: (gst_filesink_set_location):
11605           Fix for if we pass NULL as property to location.
11606         * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
11607         (gst_pipefilter_handle_event), (gst_pipefilter_chain):
11608           Fix for instantiate-test (see below).
11609         * gst/gststructure.c: (_gst_structure_parse_value):
11610           Fix compile error on gcc-2.96.
11611         * configure.ac:
11612         * tests/Makefile.am:
11613         * tests/instantiate/Makefile.am:
11614         * tests/instantiate/create.c: (create_all_elements), (main):
11615           Add a test that instantiates all elements. This makes it easy to
11616           track dead code for old API/design (like setting event functions
11617           on sink pads and so on).
11618
11619 2004-01-06  Jan Schmidt  <thaytan@mad.scientist.com>
11620
11621         * gst/gstcaps.c: (gst_caps_append_structure):
11622           Move the poisoning to allow a NULL structure
11623         * gst/gstevent.c: (_gst_event_free):
11624           When freeing a navigation event, free the structure
11625           also
11626
11627 2004-01-04  David Schleef  <ds@schleef.org>
11628
11629         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
11630         Remove usage of gst_pad_proxy_fixate.
11631         * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
11632         (gst_caps_split_one), (gst_caps_replace):
11633         Add poisoning code.
11634         * gst/gstmarshal.list:
11635         Add pointer__pointer for fixate signal
11636         * gst/gstpad.c: (gst_real_pad_class_init),
11637         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
11638         (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
11639         (gst_pad_set_explicit_caps), (gst_pad_template_new):
11640         Add poisoning code. Add fixate signal on RealPad. Change
11641         set_explicit_caps() to take const GstCaps, like try_set_caps().
11642         * gst/gstpad.h:
11643         * testsuite/caps/Makefile.am:
11644         * testsuite/caps/app_fixate.c: Add a test for the fixate signal
11645
11646 2004-01-03  David Schleef  <ds@schleef.org>
11647
11648         * gst/elements/gsttypefindelement.c:
11649         (gst_type_find_element_have_type), (gst_type_find_element_init):
11650         Use gst_pad_use_explicit_caps for src pad.
11651         * gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
11652         before using it.
11653
11654 2004-01-03  David Schleef  <ds@schleef.org>
11655
11656         * gst/gstelement.c: (gst_element_link_pads_filtered),
11657         (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
11658         that linking was successful.
11659         * gst/gstpad.c: (gst_pad_link_free),
11660         (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
11661         (gst_pad_link_try), (gst_pad_link_unnegotiate),
11662         (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
11663         GstPadLinkReturn correctly between functions, and don't fail
11664         when DELAYED is used (DELAYED is very important).  Better
11665         cleanup on unlinking and unnegotiation.  Should fix some spider
11666         bugs.
11667
11668 2004-01-02  David Schleef  <ds@schleef.org>
11669
11670         * gst/gstelement.c: (gst_element_class_init),
11671         (gst_element_base_class_init): ->padtemplates should be cleared
11672         in base_init, since we need to have a fresh list for every
11673         class.  (Alternately, we chould copy the list and share the
11674         actual pad templates (not the list), but that would require
11675         changing every plugin to move pad template registration from
11676         base_init to class_init.)
11677
11678 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11679
11680         * gst/gstelement.c: (gst_element_class_add_pad_template):
11681           Refuse registering a pad template if another pad template
11682           with the same name already exists (#114715).
11683
11684 2004-01-02  David Schleef  <ds@schleef.org>
11685
11686         * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
11687         (gst_caps_is_equal_fixed): Add new function.
11688         * gst/gstcaps.h: ditto.
11689         * gst/gstpad.c: (gst_real_pad_class_init),
11690         (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
11691         (gst_pad_set_explicit_caps), (gst_pad_get_caps):  In try_set_caps,
11692         check new caps against existing caps -- if they're the same, return
11693         OK without renegotiating.  caps-nego-failed signal fixed so that
11694         the marshaller isn't VOID__OBJECT.  Also changed to G_TYPE_POINTER
11695         to save an extra caps copy.  Don't complete negotiation if a pad
11696         link function returns DELAYED.
11697
11698 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11699
11700         * gst/gstpad.c: (gst_pad_try_relink_filtered):
11701           Fix wrong g_return_if_fail
11702
11703 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
11704
11705         * gst/gstbin.c: (gst_bin_class_init):
11706         Change the marshalling of element_added/element_removed
11707         to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER 
11708         complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
11709
11710 2004-01-01  David Schleef  <ds@schleef.org>
11711
11712         * gst/gstpad.c: (gst_pad_set_explicit_caps),
11713         (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
11714         (gst_pad_use_explicit_caps):
11715         * gst/gstpad.h:
11716         Add new functions.  gst_pad_use_explicit_caps() sets up a pad
11717         to use an internal getcaps and link fuction so that negotiation
11718         always results in the explicitly set caps.
11719         gst_pad_set_explicit_caps() sets the explicit caps.  These functions
11720         are particularly useful for decoders.
11721
11722 2003-12-31  David Schleef  <ds@schleef.org>
11723
11724         * gst/elements/gstidentity.c: (gst_identity_class_init),
11725         (gst_identity_init), (gst_identity_chain),
11726         (gst_identity_set_property), (gst_identity_get_property):
11727         * gst/elements/gstidentity.h:
11728         * gst/gstqueue.c: (gst_queue_init):
11729           Negotiation fixes.
11730
11731 2003-12-31  David Schleef  <ds@schleef.org>
11732
11733         * gst/gstcaps.c: (gst_caps_intersect),
11734         (_gst_caps_normalize_foreach), (gst_caps_normalize):
11735           Implement gst_caps_normalize().
11736         * testsuite/caps/normalisation.c: (main):
11737           Add an additional test
11738
11739 2003-12-31  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11740
11741         * gst/gstqueue.c: (gst_queue_init):
11742           use gst_pad_proxy_getcaps()
11743
11744 2003-12-31  David Schleef  <ds@schleef.org>
11745
11746         * gst/elements/gstshaper.c: (gst_shaper_link):
11747         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
11748         * gst/gstqueue.c: (gst_queue_link):
11749           Negotiation fixes.
11750
11751 2003-12-31  David Schleef  <ds@schleef.org>
11752
11753         * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
11754         * gst/gstpad.h: Add functions that are useful as default pad
11755         link and fixate functions for elements.
11756
11757 2003-12-30  David Schleef  <ds@schleef.org>
11758
11759         * gst/gstpad.c: (gst_pad_link_try):
11760           Fix segfault when attempting to return to old caps
11761
11762 2003-12-29  David Schleef  <ds@schleef.org>
11763
11764         * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
11765         (gst_caps_structure_simplify), (gst_caps_simplify):
11766         * gst/gstcaps.h:
11767           Add simplify function
11768         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
11769         (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
11770         * gst/gstpad.h:
11771           Copy over srcnotify, sinknotify when calling old pad_link
11772           functions.  Add new is_negotiated() function.
11773         * gst/gststructure.c: (gst_structure_copy):
11774           Fix an incredibly stupid bug that should have been noticed
11775           weeks ago.  _copy() returned the argument, not the new copy.
11776
11777 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11778
11779         * gst/gstcaps.c: (gst_caps_append):
11780           add sanity checks
11781         * gst/gstcaps.h: (gst_caps_debug):
11782           remove, it doesn't exist anymore.
11783         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
11784         (gst_element_threadsafe_properties_post_run):
11785           make debugging messages not clutter up THREAD debug category
11786         (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
11787         (gst_element_change_state):
11788           update to new caps API
11789         * gst/gstinterface.c: (gst_implements_interface_cast):
11790           don't put vital code in g_return_if_fail
11791         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps), 
11792         (gst_pad_link_filtered):
11793           add pst_pad_try_link and use it.
11794         (gst_pad_perform_negotiate), (gst_pad_renegotiate):
11795           implement correctly, deprecate first one.
11796         (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
11797           add and implement.
11798         (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
11799           implement.
11800         (gst_pad_get_negotiated_caps):
11801           add and implement. Make GST_PAD_CAPS call this function.
11802         (gst_pad_get_caps):
11803           remove unneeded check..
11804         (gst_pad_recover_caps_error):
11805           disable, always return FALSE.
11806         (gst_real_pad_dispose):
11807           don't free caps and appfilter anymore, they're unused.
11808         * gst/gstpad.h:
11809           Reflect changes mentioned above.
11810         * gst/gstsystemclock.c: (gst_system_clock_wait):
11811           Make 'clock is way behind' a debugging message.
11812         * gst/gstthread.c: (gst_thread_change_state):
11813           Fix debugging message
11814
11815 2003-12-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11816
11817         * gst/gstinfo.h:
11818           fix GST_DEBUG_CATEGORY_INIT gtk-doc description
11819         * docs/gst/tmpl/gstreamer-unused.sgml:
11820           removed all traces of cvs conflicts
11821
11822 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11823
11824         * configure.ac:
11825         * gst/schedulers/cothreads_compat.h:
11826         * libs/Makefile.am:
11827           remove last instances of wingo cothread usage
11828
11829 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11830
11831         * gst/gstplugin.c:
11832         * gst/gstversion.h.in:
11833         * gst/parse/grammar.y:
11834           change comment block from /** to /* when not gtk-doc comments
11835
11836 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11837
11838         * gst/gst.c: whitespace and doc style fixes
11839
11840 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11841
11842         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
11843
11844 2003-12-24  Colin Walters  <walters@verbum.org>
11845
11846         * gst/elements/gsttypefindelement.c:
11847           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
11848           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
11849           Don't double-free caps.
11850
11851 2003-12-23  David Schleef  <ds@schleef.org>
11852
11853         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
11854           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
11855           Many little fixes and additions of debug statements to
11856           get rhythmbox working.
11857
11858 2003-12-23  Colin Walters  <walters@verbum.org>
11859
11860         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
11861         Use GST_PAD_LINK_SUCCESSFUL.
11862
11863 2003-12-23  David Schleef  <ds@schleef.org>
11864
11865         * gst/elements/gstaggregator.c:
11866         * gst/elements/gsttee.c:
11867           Use gst_pad_proxy_getcaps().
11868         * gst/gstpad.c:
11869         * gst/gstpad.h:
11870           Add gst_pad_proxy_getcaps(), which filter elements can use
11871           as a generic getcaps implementation.
11872           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
11873           was advertised.
11874
11875 2003-12-23  David Schleef  <ds@schleef.org>
11876
11877         * gst/gstpad.c:
11878           Rearrange/rewrite much of the pad negotiation code, since it
11879           resembled pasta.  This actually changes the way some
11880           negotiation works, since the previous code was inconsistent
11881           depending on how it was invoked.  Add (internal) structure
11882           GstPadLink, which is used to hold some information (more in
11883           the future) about the link between two pads.  Fixes a number
11884           of bugs, including random lossage of filter caps when the
11885           initial negotiation is delayed.  A few functions are still
11886           unimplemented.
11887         * gst/gstpad.h:
11888           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
11889           these when testing GstPadLinkReturn values instead of comparing
11890           directly.
11891
11892 2003-12-23  David Schleef  <ds@schleef.org>
11893
11894         * gst/gstvalue.c: 
11895         * gst/gstvalue.h:
11896           Rearrange lots of code.  Change registration of compare function
11897           into registration of compare/serialize/deserialize functions.
11898           Doesn't include implementation of gst_value_[de]serialize(),
11899           but that should be easy.
11900
11901 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11902
11903         * docs/gst/gstreamer-sections.txt:
11904         * docs/gst/tmpl/gstprops.sgml: removed
11905         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
11906           David removed props and caps code, so let's remove their docs as well.
11907           Removed all no longer existing symbols from gstreamer-sections.txt
11908           
11909 2003-12-22  Colin Walters  <walters@verbum.org>
11910
11911         * gst/gsttaginterface.c, gst/gsttaginterface.h,
11912           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
11913           of tags directly.
11914
11915 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11916
11917         * gst/elements/gstelements.c:
11918           Set ranks of elements to NONE, so the autoplugger doesn't use them.
11919         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
11920           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
11921           gst_caps (peer).
11922
11923 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11924
11925         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
11926         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
11927         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
11928         (gst_spider_identity_sink_loop_type_finding):
11929         * gst/autoplug/gstspideridentity.h:
11930           Fix autoplugging in spider element, so it works with new caps.
11931           This was mainly caused by identifying empty caps incorrectly.
11932
11933 2003-12-22  David Schleef  <ds@schleef.org>
11934
11935         * gststructure.c, gstvalue.c, gstvalue.h: Add
11936           gst_value_init_and_copy() and use it, to avoid silly mistakes in
11937           using g_value_copy()
11938
11939 2003-12-21  David Schleef  <ds@schleef.org>
11940
11941         * many, many files: Merge CAPS branch.  This includes:
11942           - implemention of GstValue and several GstValue types
11943           - implemention of GstStructure
11944           - entire rewrite of GstCaps
11945           - removal of GstProps
11946           - many changes to GstPad to compensate for new caps paradigm
11947           - removal of GstBufferpool
11948         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
11949         gstvalue.h, gst/gstcaps[2]*.[ch]:
11950           - rename gstcaps2.[ch] to gstcaps.[ch]
11951
11952 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11953
11954         * gst/gstqueue.c: (gst_queue_handle_pending_events),
11955         (gst_queue_chain), (gst_queue_handle_src_event):
11956           implement timeout for sending events. Workaround for if the
11957           pipeline on this queue is not passing any data.
11958
11959 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
11960                                                                                 
11961         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
11962         * moved CVS to freedesktop.org
11963