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