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