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