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