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