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