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