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