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