configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-01-28  David Schleef  <ds@schleef.org>
2
3         * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
4         GST_PRINTF_EXTENSION_FORMAT_DEFINE.
5         * docs/random/ds/0.9-suggested-changes: Notes from Company.
6         * gst/gstcaps.c: (gst_caps_to_string): Add comment.
7         * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
8         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
9         (gst_debug_log_default), (_gst_info_printf_extension),
10         (_gst_info_printf_extension_arginfo):  Add printf extension.
11         * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
12         * gst/gststructure.c: (gst_structure_to_string),
13         (_gst_structure_parse_value): Use gst_value_deserialize() and
14         remove old code.
15         * gst/gstvalue.c: (gst_value_deserialize_fourcc),
16         (gst_value_deserialize_boolean), (gst_strtoi),
17         (gst_value_deserialize_int), (gst_value_deserialize_double),
18         (gst_value_deserialize_string), (gst_value_deserialize): Implement
19         a bunch of deserialize functions and gst_value_deserialize.
20         * gst/gstvalue.h: er, _de_serialize, not unserialize
21         * testsuite/caps/string-conversions.c: (main): We don't currently
22         handle (float) in caps, so convert these to (double).
23         * testsuite/debug/Makefile.am: Add new test for the printf extension
24         * testsuite/debug/printf_extension.c: (main): same
25
26 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27
28         * docs/random/company/time:
29           Add some docs about clocking and time
30
31 2004-01-28  Julien MOUTTE <julien@moutte.net>
32
33         * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
34
35 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
36
37         * docs/pwg/advanced-clock.xml:
38         * docs/pwg/advanced-dparams.xml:
39         * docs/pwg/advanced-events.xml:
40         * docs/pwg/advanced-interfaces.xml:
41         * docs/pwg/advanced-midi.xml:
42         * docs/pwg/advanced-request.xml:
43         * docs/pwg/advanced-scheduling.xml:
44         * docs/pwg/advanced-tagging.xml:
45         * docs/pwg/advanced-types.xml:
46         * docs/pwg/appendix-checklist.xml:
47         * docs/pwg/building-boiler.xml:
48         * docs/pwg/building-chainfn.xml:
49         * docs/pwg/building-filterfactory.xml:
50         * docs/pwg/building-pads.xml:
51         * docs/pwg/building-props.xml:
52         * docs/pwg/building-signals.xml:
53         * docs/pwg/building-state.xml:
54         * docs/pwg/building-testapp.xml:
55         * docs/pwg/intro-basics.xml:
56         * docs/pwg/intro-preface.xml:
57         * docs/pwg/other-autoplugger.xml:
58         * docs/pwg/other-sink.xml:
59         * docs/pwg/other-source.xml:
60         * docs/pwg/titlepage.xml:
61           fix up id's
62
63 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
64
65         * docs/95NonPath:
66         * docs/HACKING:
67         * docs/README:
68         * docs/building-the-docs-on-debian:
69           collect relevant bits of doc info
70
71 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
72
73         * docs/pwg/advanced_tagging.xml:
74           Half-assed commit so Thomas can re-arrange document IDs here to be
75           consistent, too.
76
77 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
78
79         * docs/manual/autoplugging.xml:
80         * docs/manual/bins-api.xml:
81         * docs/manual/bins.xml:
82         * docs/manual/buffers-api.xml:
83         * docs/manual/buffers.xml:
84         * docs/manual/clocks.xml:
85         * docs/manual/components.xml:
86         * docs/manual/cothreads.xml:
87         * docs/manual/debugging.xml:
88         * docs/manual/dparams-app.xml:
89         * docs/manual/dynamic.xml:
90         * docs/manual/elements-api.xml:
91         * docs/manual/elements.xml:
92         * docs/manual/factories.xml:
93         * docs/manual/gnome.xml:
94         * docs/manual/goals.xml:
95         * docs/manual/helloworld.xml:
96         * docs/manual/helloworld2.xml:
97         * docs/manual/init-api.xml:
98         * docs/manual/intro.xml:
99         * docs/manual/links-api.xml:
100         * docs/manual/links.xml:
101         * docs/manual/manual.xml:
102         * docs/manual/motivation.xml:
103         * docs/manual/pads-api.xml:
104         * docs/manual/pads.xml:
105         * docs/manual/plugins-api.xml:
106         * docs/manual/plugins.xml:
107         * docs/manual/programs.xml:
108         * docs/manual/queues.xml:
109         * docs/manual/quotes.xml:
110         * docs/manual/schedulers.xml:
111         * docs/manual/states-api.xml:
112         * docs/manual/states.xml:
113         * docs/manual/threads.xml:
114         * docs/manual/typedetection.xml:
115         * docs/manual/xml.xml:
116           use chapter, part, section or misc as id starts for all bits
117
118 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
119
120         * docs/gst/gstreamer-sections.txt:
121           Fix up TITLE of the sections
122
123 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
124
125         * docs/pwg/advanced_interfaces.xml:
126           Add documentation on propertyprobing.
127         * docs/pwg/advanced_events.xml:
128         * docs/pwg/advanced_tagging.xml:
129         * docs/pwg/building_boiler.xml:
130         * docs/pwg/building_filterfactory.xml:
131         * docs/pwg/pwg.xml:
132           Move filterfactory and tagging into their own chapter, add a chapter
133           on events. all these are empty placeholders that will be filled in
134           some day.
135
136 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
137
138         * docs/pwg/advanced_interfaces.xml:
139           Docs for mixer interface. Also a check for website uploading.
140
141 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
142
143         * docs/HACKING:
144         * docs/Makefile.am:
145         * docs/faq/Makefile.am:
146         * docs/gst/Makefile.am:
147         * docs/gst/tmpl/gstelement.sgml:
148         * docs/gst/tmpl/gstplugin.sgml:
149         * docs/gst/tmpl/gstreamer-unused.sgml:
150         * docs/libs/Makefile.am:
151         * docs/manual/Makefile.am:
152         * docs/manuals.mak:
153         * docs/pwg/Makefile.am:
154         * docs/upload.mak:
155           Separate out upload target and make it similar for
156           both docbook and gtk-doc docs
157
158 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
159
160         * docs/manuals.mak:
161           Fix upload target to work with freedesktop
162
163 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
164
165         * docs/pwg/advanced_types.xml:
166           Add notes on creating your own types.
167         * docs/pwg/building_boiler.xml:
168         * docs/pwg/building_pads.xml:
169         * docs/pwg/building_state.xml:
170           Add some stuff about how to retrieve values from structures, how
171           that relates to types and change layout slightly again to be almost
172           perfect.
173
174 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
175
176         * docs/pwg/advanced_dparams.xml:
177         * docs/pwg/advanced_scheduling.xml:
178           Change index layout slightly.
179
180 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
181
182         * docs/pwg/advanced_clock.xml:
183         * docs/pwg/advanced_interfaces.xml:
184         * docs/pwg/advanced_midi.xml:
185           General placeholders for now.
186         * docs/pwg/advanced_request.xml:
187           Explanation about sometimes and request pads.
188         * docs/pwg/advanced_scheduling.xml:
189           Concept of bytestream, loopfunctions and schedulers.
190         * docs/pwg/building_boiler.xml:
191           Add something about plugin-init.
192
193 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
194
195         * docs/pwg/building_pads.xml:
196           Fix broken docbook
197
198 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
199
200         * docs/pwg/advanced_interfaces.xml:
201         * docs/pwg/pwg.xml:
202           Add as a placeholder for future filling-in.
203         * docs/pwg/basics_autoplugging.xml:
204         * docs/pwg/basics_buffers.xml:
205         * docs/pwg/basics_elements.xml:
206         * docs/pwg/basics_events.xml:
207         * docs/pwg/basics_plugins.xml:
208         * docs/pwg/basics_types.xml:
209           Remove, because unused (this is all in intro_basics.xml).
210         * docs/pwg/building_signals.xml:
211           Short intro to signals + reference to GObject docs - we really
212           shouldn't go into these sort of things to deply because we don't
213           use them that extensively anyway.
214         * docs/pwg/building_state.xml:
215           Explanation of states. Benjamin, please check.
216         * docs/pwg/building_testapp.xml:
217           Put everything in one page - putting only a few lines of content
218           per page doesn't really make sense.
219
220           Time to get into the advanced topics. ;).
221
222 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
223
224         * docs/pwg/advanced_types.xml:
225           Finish documenting the current state of mimetypes.
226         * docs/pwg/building_boiler.xml:
227         * docs/pwg/building_chainfn.xml:
228         * docs/pwg/building_pads.xml:
229         * docs/pwg/building_props.xml:
230         * docs/pwg/building_testapp.xml:
231           Start documenting the "how to build a simple audio filter" part
232           of the PWG. Most stuff is ready by now. Stuff remaining: signals,
233           states and (maybe?) a short introduction to capsnego in the chapter
234           on pads (building_pads.xml). Capsnego should probably be explained
235           fully in advanced_capsnego.xml or so.
236
237 2004-01-26  David Schleef  <ds@schleef.org>
238
239         * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
240         * gst/gstpad.h: Add new function to allow element to (somewhat)
241         specify non-fixed caps on a pad.
242         * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
243         that I added a few weeks ago.
244
245 2004-01-26  David Schleef  <ds@schleef.org>
246
247         * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
248           making try_set_caps() work with non-fixed caps.
249
250 2004-01-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
251
252         * docs/pwg/advanced_types.xml:
253         * docs/pwg/intro_basics.xml:
254         * docs/pwg/intro_preface.xml:
255         * docs/pwg/pwg.xml:
256         * docs/pwg/titlepage.xml:
257           First try to resurrect the PWG. I'm halfway integrating the mimetypes
258           in here (docs/random/mimetypes), and will from there on work on both
259           updating outdated parts and adding missing parts.
260           That doesn't mean I'll fix it completely, but I'll try at least. ;).
261
262 2004-01-26  Thomas Vander Stichele  <thomas at apestaart dot org>
263
264         * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
265           policy is set
266
267 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
268
269         * gst/gstelement.h:
270           remove gst_element_factory_get_version. It doesn't exist anymore.
271         * gst/gstplugin.c:
272         * gst/gstplugin.h:
273           remove gst_plugin_set_name and change gst_plugin_get_longname to
274           gst_plugin_get_description to match code.
275         * gst/gsterror.h:
276           remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
277         * gst/gstpad.c: (gst_pad_try_set_caps):
278           make it work with nonfixed caps.
279           Note that even in the nonfixed case the link function of the pad
280           that tries to set caps isn't called.
281
282 2004-01-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
283
284         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
285           fix bug where buffer was not assembled correctly
286         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
287           silence by default
288         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
289           only seek if there's no more buffers that could work without seeking
290
291 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
292
293         * gst/gsttag.c: (_gst_tag_initialize):
294         * gst/gsttag.h:
295           Add application tag (for encoding/muxing app).
296
297 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
298
299         * autogen.sh:
300           make autopoint force, and libtoolize not copy
301         * common/m4/as-docbook.m4:
302           added docbook xml catalog setup check
303         * common/m4/gst-doc.m4:
304           use docbook check
305
306 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
307
308         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
309         * gst/gsttag.h:
310           add GstTagFlag
311
312 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
313
314         * docs/gst/gstreamer-sections.txt:
315         * docs/gst/tmpl/gst.sgml:
316         * docs/gst/tmpl/gstbuffer.sgml:
317         * docs/gst/tmpl/gstclock.sgml:
318         * docs/gst/tmpl/gstelement.sgml:
319         * docs/gst/tmpl/gstreamer-unused.sgml:
320         * docs/gst/tmpl/gstxml.sgml:
321           sync latest API changes to docs
322
323 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
324
325         * gst/gstpluginfeature.c:
326           fix doc snippet
327         * tools/gst-inspect.c: (print_element_list):
328           fix output of typefind
329           add GPL header
330         * tools/gst-launch.c:
331           add GPL header
332
333 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
334
335         * gst/elements/Makefile.am:
336         * gst/elements/gstelements.c:
337         * gst/elements/gsttypefindelement.c:
338         * gst/elements/gsttypefindelement.h:
339         * po/POTFILES.in:
340         * po/fr.po:
341         * po/nl.po:
342           renamed gsttypefindelement to gsttypefind, conserving CVS history
343
344 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
345
346         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
347         * gst/gsttag.h:
348           add some tags used in ogg as well
349           fix _ in replaygain tags
350
351 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
352
353         * gst/gsterror.h:
354           fix wrong GST_LIBRARY_ERROR_ENCODE addition
355
356 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
357
358         * gst/gstelement.c: (gst_element_error_full):
359         * gst/gstelement.h:
360           change _extended to _full
361
362 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
363
364         reviewed by: <delete if not using a buddy>
365
366         * docs/gst/tmpl/gst.sgml:
367         * docs/gst/tmpl/gstbuffer.sgml:
368         * docs/gst/tmpl/gstclock.sgml:
369         * docs/gst/tmpl/gstelement.sgml:
370         * docs/gst/tmpl/gstreamer-unused.sgml:
371         * docs/gst/tmpl/gstxml.sgml:
372         * gst/gstelement.c: (gst_element_error_full):
373         * gst/gstelement.h:
374
375 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
376
377         * gst/gstelement.h: fix _gst_element_error_printf prototype
378
379 2004-01-20  David Schleef  <ds@schleef.org>
380
381         * gst/gststructure.c: (gst_structure_to_string):
382         Convert function to use gst_value_serialize().
383         * gst/gstvalue.c: (gst_value_serialize_list),
384         (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
385         (gst_value_serialize_double_range), (gst_value_serialize_boolean),
386         (gst_value_serialize_int), (gst_value_serialize_double),
387         (gst_string_wrap), (gst_value_serialize_string),
388         (gst_value_serialize), (gst_value_deserialize):
389         * gst/gstvalue.h:
390         Add implementations for serialize.
391
392 2004-01-20  Julien MOUTTE  <julien@moutte.net>
393
394         * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
395         we want to keep that one in the future or change xvidenc.c to use 
396         another error.
397
398 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
399
400         * gst/gstelement.c: (_gst_element_error_printf):
401         * gst/gstelement.h:
402           privatise function
403
404 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
405
406         * docs/random/error:
407           doc explaining error system
408         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
409           cleanup
410
411 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
412
413         * gst/gst-i18n-app.h:
414         * gst/gst-i18n-lib.h:
415           remove inclusion of config.h
416         * po/POTFILES.in:
417         * po/nl.po:
418           add gst/gstelement.c
419
420 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
421
422         * po/nl.po: updated Dutch translation
423
424 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
425
426         * gst/gsterror.c: (_gst_core_errors_init),
427         (_gst_library_errors_init), (_gst_resource_errors_init),
428         (_gst_stream_errors_init):
429         remove ending punctuation dots
430
431 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
432
433         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
434         * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
435         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
436         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
437         (gst_pipefilter_chain), (gst_pipefilter_open_file):
438         use GST_ERROR_SYSTEM
439
440 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
441
442         * gst/gstelement.c: (gst_element_error_printf),
443         (gst_element_error_extended):
444         * gst/gstelement.h:
445           add a helper printf function so we can have NULL values passed.
446
447 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
448
449         * gst/gstelement.h:
450           add G_STMT macros to gst_element_error, which isn't strictly
451           necessary but people tell me to anyway.
452
453 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
454
455         * gst/Makefile.am:
456         * gst/autoplug/gstspideridentity.c:
457         (gst_spider_identity_sink_loop_type_finding):
458         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
459         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
460         (gst_filesink_close_file), (gst_filesink_handle_event),
461         (gst_filesink_chain):
462         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
463         (gst_filesrc_map_region), (gst_filesrc_get_read),
464         (gst_filesrc_open_file):
465         * gst/elements/gstidentity.c: (gst_identity_chain):
466         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
467         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
468         (gst_pipefilter_chain), (gst_pipefilter_open_file):
469         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
470         * gst/gst.h:
471         * gst/gst_private.h:
472         * gst/gstelement.c: (gst_element_class_init),
473         (gst_element_default_error), (gst_element_error_func),
474         (gst_element_error_extended):
475         * gst/gstelement.h:
476         * gst/gsterror.c: (_gst_core_errors_init),
477         (_gst_library_errors_init), (_gst_resource_errors_init),
478         (_gst_stream_errors_init), (gst_error_get_message):
479         * gst/gsterror.h:
480         * gst/gstinfo.c: (_gst_debug_init):
481         * gst/gstmarshal.list:
482         * gst/gstpad.c: (gst_pad_set_explicit_caps),
483         (gst_pad_recover_caps_error), (gst_pad_pull):
484         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
485         * gst/schedulers/gstbasicscheduler.c:
486         (gst_basic_scheduler_chainhandler_proxy),
487         (gst_basic_scheduler_gethandler_proxy),
488         (gst_basic_scheduler_cothreaded_chain):
489         * po/POTFILES.in:
490         * po/fr.po:
491         * po/nl.po:
492           change error signal
493           add error categories
494
495 2004-01-18  Jeremy Simon  <jesimon@libertysurf.fr>
496
497         * gst/gsttag.c: (_gst_tag_initialize):
498         * gst/gsttag.h:
499         Add replaygain tag
500
501 2004-01-18  Colin Walters  <walters@verbum.org>
502
503         * examples/retag/retag.c: Call gst_init before processing
504         program args.  Add g_assert to _link_many call.
505
506 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
507
508         * gst/gstpad.c: (gst_pad_alloc_buffer):
509           Return a newly allocated buffer when the pad has no peer.
510
511 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
512
513         * gst/gstclock.c: (gst_clock_get_time):
514           make it compile with gcc 2.95 again.
515           Patch by Scott Wheeler
516
517 2004-01-15  David Schleef  <ds@schleef.org>
518
519         * gst/gstcaps.h:
520         Added gst_caps_is_simple() macro.
521         * testsuite/caps/caps.c: (test1):
522         * testsuite/caps/intersect2.c: (main):
523         * testsuite/caps/intersection.c: (main):
524         Fixes to make 'make check' work again after removing
525         gst_caps_is_chained().
526
527 2004-01-15  Leif Johnson <leif@ambient.2y.net>
528
529         * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
530         and additions to the MIDI document.
531
532 2004-01-15  David Schleef  <ds@schleef.org>
533
534         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
535         (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
536         of GST_RPAD_, since we don't know if it's a real or ghost pad.
537
538 2004-01-15  David Schleef  <ds@schleef.org>
539
540         * gst/gstqueue.c:
541         * gst/gstqueue.h:
542         Fix the spelling of "treshold" and make min_threshold actually
543         affect the queue.
544
545 2004-01-15  David Schleef  <ds@schleef.org>
546
547         * gst/gstcaps.c:
548         Add lots of documentation.
549         * gst/gstcaps.h:
550         Deprecate a few functions.
551         * gst/gstpad.c:
552         Removed use of deprecated functions.
553
554 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
555
556         * gst/gstpad.c: (gst_pad_is_linked):
557         * gst/gstpad.h:
558           implement gst_pad_is_linked
559         * gst/gstelement.h:
560           reserve space for initiate_state_change
561
562 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
563
564         * gst/autoplug/gstspideridentity.c:
565         (gst_spider_identity_sink_loop_type_finding):
566           break infinite loop by just returning instead of looping
567         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
568           set event time difference correctly. Set it to 1 second instead
569           of 100ms to be more tolerant
570         * gst/gstelement.c: (gst_element_set_time):
571           add debugging output
572
573 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
574
575         * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
576           query if buffers are inside the pool, ignore events
577
578 2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
579
580         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
581         (gst_clock_set_speed), (gst_clock_set_active),
582         (gst_clock_is_active), (gst_clock_reset),
583         (gst_clock_handle_discont):
584         * gst/gstclock.h:
585           deprecate old interface and disable functions that aren't in use
586           anymore.
587         * gst/gstelement.h:
588         * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
589         (gst_element_set_time), (gst_element_adjust_time):
590           add concept of "element time" and functions to get/set this time.
591         * gst/gstelement.c: (gst_element_change_state):
592           update element time correctly.
593         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
594           This is a debug message, not a g_critical.
595         * gst/gstpad.c: (gst_pad_event_default):
596           handle discontinuous events right with element time.
597         * gst/gstscheduler.c: (gst_scheduler_state_transition):
598           update to clocking fixes.
599           set clocks on elements in READY=>PAUSED. The old behaviour caused
600           a wrong element time on the first element that started playing.
601         * gst/schedulers/gstbasicscheduler.c:
602         (gst_basic_scheduler_class_init):
603         * gst/schedulers/gstoptimalscheduler.c:
604         (gst_opt_scheduler_class_init):
605           remove code that just implements the default behaviour.
606         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
607           update to use new clocking functions
608         * testsuite/clock/clock1.c: (gst_clock_debug), (main):
609         * testsuite/clock/clock2.c: (gst_clock_debug), (main):
610           update to test new element time.
611         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
612           use _get_allowed_caps instead of _get_caps. This catches filtered
613           caps correctly.
614         * testsuite/debug/commandline.c:
615           update for new GST_DEBUG syntax.
616         * testsuite/threads/Makefile.am:
617           disable a test that only works sometimes.
618
619 2004-01-13  Julien MOUTTE <julien@moutte.net>
620
621         * po/LINGUAS: Adding fr.
622         * po/fr.po: Adding french translation.
623
624 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
625
626         * gst/parse/grammar.y:
627         * po/POTFILES.in:
628         * po/nl.po:
629         * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
630           translate parsing error messages
631
632 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
633
634         * po/POTFILES.in: adding gst-launch
635         * po/nl.po: updated translation, all 99 strings translated
636         * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
637         (found_tag), (sigint_handler_sighandler), (play_handler), (main):
638           fix strings for translation
639
640 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
641
642         * gst/gst.c:
643           - capitalize beginnings of popt options
644           - fix strings for translation
645           - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
646
647 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
648
649         * po/README: add some notes on how to update translations
650
651 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
652
653         * ABOUT-NLS: removed, is autogenerated from autopoint
654         * autogen.sh: add autopoint stuff
655         * configure.ac: fix up gettext stuff
656         * gst/Makefile.am: add i18n headers to noinst_HEADERS
657         * gst/elements/gsttypefindelement.c: add header include
658         * gst/gettext.h: add header, copy from system-installed header
659         * gst/gst-i18n-app.h: to be included by each app having translations
660         * gst/gst-i18n-lib.h: to be included by each lib having translations
661         * gst/gst.c: (init_pre): fix up gettext calls
662         * gst/gst_private.h: remove i18n stuff, moving to separate headers
663         * po/LINGUAS: the new way to specify translations present
664         * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
665         * po/Makevars: the variables filled in for GStreamer
666         * po/POTFILES.in: added new files with translations
667         * po/de.po: has new strings
668         * po/nl.po: readded, has new strings
669
670 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
671
672         * gst/gsttag.c: fix some strings marked for translation
673
674 2004-01-13  Iain <iain@prettypeople.org>
675
676         * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
677         group when we add an element to it, cos we unref it when we remove one
678
679 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
680
681         * testsuite/debug/commandline.c: (debug_not_reached):
682         * testsuite/debug/output.c: (check_message):
683           fix testsuite
684
685 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
686
687         * examples/cutter/.cvsignore:
688         * examples/helloworld/.cvsignore:
689         * examples/launch/.cvsignore:
690         * examples/manual/.cvsignore:
691         * examples/mixer/.cvsignore:
692         * examples/pingpong/.cvsignore:
693         * examples/plugins/.cvsignore:
694         * examples/queue/.cvsignore:
695         * examples/queue2/.cvsignore:
696         * examples/queue3/.cvsignore:
697         * examples/queue4/.cvsignore:
698         * examples/retag/.cvsignore:
699         * examples/thread/.cvsignore:
700         * examples/typefind/.cvsignore:
701         * examples/xml/.cvsignore:
702         * gst/.cvsignore:
703         * gst/autoplug/.cvsignore:
704         * gst/elements/.cvsignore:
705         * gst/indexers/.cvsignore:
706         * gst/parse/.cvsignore:
707         * gst/registries/.cvsignore:
708         * gst/schedulers/.cvsignore:
709         * libs/gst/bytestream/.cvsignore:
710         * libs/gst/control/.cvsignore:
711         * libs/gst/getbits/.cvsignore:
712         * tests/.cvsignore:
713         * tests/bufspeed/.cvsignore:
714         * tests/instantiate/.cvsignore:
715         * tests/memchunk/.cvsignore:
716         * tests/muxing/.cvsignore:
717         * tests/sched/.cvsignore:
718         * tests/seeking/.cvsignore:
719         * tests/threadstate/.cvsignore:
720         * testsuite/.cvsignore:
721         * testsuite/caps/.cvsignore:
722         * testsuite/cleanup/.cvsignore:
723         * testsuite/dynparams/.cvsignore:
724         * testsuite/plugin/.cvsignore:
725         * tools/.cvsignore:
726           update - this is huge, because it includes *.bb, *.bbg and *.da files
727           which are generated for gcov.
728
729 2004-01-11  David Schleef  <ds@schleef.org>
730
731         * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
732         a function to parse integers in ways that strto[u]l() does not.
733
734 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
735
736         * tools/gst-inspect.c: (print_caps):
737           improve output of caps a bit
738
739 2004-01-11  David Schleef  <ds@schleef.org>
740
741         * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
742         inherit correct flags (READONLY and DONTKEEP).
743
744 2004-01-11  David Schleef  <ds@schleef.org>
745
746         * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
747         (gst_filesrc_map_region):
748         * gst/gstbuffer.c: (_gst_buffer_initialize),
749         (_gst_buffer_sub_free), (gst_buffer_default_copy),
750         (gst_buffer_new), (gst_buffer_create_sub),
751         (gst_buffer_is_span_fast), (gst_buffer_span):
752         * gst/gstbuffer.h:
753         Change GstBuffer private structure element names. (all files)
754         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
755         (gst_queue_link):
756         * gst/gstqueue.h:
757         Implement getcaps/pad_link functions that handle the case where
758         there are data in the queue.
759
760 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
761
762         * gst/elements/gstbufferstore.c:
763           initialize debugging structure correctly
764         * gst/elements/gsttee.c: (gst_tee_set_property):
765           g_object_notify when property was changed
766         * gst/elements/gsttypefindelement.c:
767         (gst_type_find_element_change_state):
768           clear caps correctly
769
770 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
771
772         * gst/gstqueue.c: (gst_queue_init):
773           Use better defaults for when a queue should block. This
774           gets rid of jerky playback for quite a few files.
775           It takes more memory.
776
777 2004-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
778
779         (gst_xml_registry_parse_padtemplate):
780           make critical message slightly more useful
781
782 2004-01-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
783
784         * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
785         (gst_debug_message_get), (gst_debug_log_default):
786         * gst/gstinfo.h:
787           Change gst_debug_log(_valist) to take a const format string.
788           Change prototype of log function and functions using those to 
789           take a GstDebugMessage instead of a string that requires using
790           gst_debug_message_get.
791
792 2004-01-08  David Schleef  <ds@schleef.org>
793
794         * Makefile.am:
795         * configure.ac:
796         Add option --enable-gcov to build GStreamer with -fprofile-arcs
797         and -ftest-coverage, which allows gcov to show information about
798         testsuite coverage.
799
800 2004-01-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
801
802         * gst/gstutils.h:
803           Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
804           GST_PARENT_CALL_WITH_DEFAULT
805         * gst/elements/gstaggregator.c: 
806         * gst/elements/gstbufferstore.c: 
807         * gst/elements/gstfakesink.c: 
808         * gst/elements/gstfakesrc.c: 
809         * gst/elements/gstfdsink.c: 
810         * gst/elements/gstfdsrc.c: 
811         * gst/elements/gstfilesink.c: 
812         * gst/elements/gstfilesrc.c: 
813         * gst/elements/gstidentity.c: 
814         * gst/elements/gstmd5sink.c: 
815         * gst/elements/gstmultidisksrc.c:
816         * gst/elements/gstpipefilter.c: 
817         * gst/elements/gstshaper.c:
818         * gst/elements/gststatistics.c:
819         * gst/elements/gsttee.c:
820         * gst/elements/gsttypefindelement.c:
821           use them.
822
823 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
824
825         * docs/gst/gstreamer-docs.sgml: remove props
826         * docs/gst/gstreamer-sections.txt: remove props
827         * docs/gst/tmpl/gst.sgml:
828         * docs/gst/tmpl/gstbin.sgml:
829         * docs/gst/tmpl/gstbuffer.sgml:
830         * docs/gst/tmpl/gstcaps.sgml:
831         * docs/gst/tmpl/gstclock.sgml:
832         * docs/gst/tmpl/gstelement.sgml:
833         * docs/gst/tmpl/gstindex.sgml:
834         * docs/gst/tmpl/gstobject.sgml:
835         * docs/gst/tmpl/gstpad.sgml:
836         * docs/gst/tmpl/gstpadtemplate.sgml:
837         * docs/gst/tmpl/gstreamer-unused.sgml:
838         * docs/gst/tmpl/gstthread.sgml:
839         * docs/gst/tmpl/gstxml.sgml:
840           sync with code reorganization
841
842 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
843
844         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
845         Make the 'Could not find compatible pad' message more informative.
846
847 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
848                                                                                 
849         * gst/elements/gstfilesink.c: (gst_filesink_set_location):
850           Fix for if we pass NULL as property to location.
851         * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
852         (gst_pipefilter_handle_event), (gst_pipefilter_chain):
853           Fix for instantiate-test (see below).
854         * gst/gststructure.c: (_gst_structure_parse_value):
855           Fix compile error on gcc-2.96.
856         * configure.ac:
857         * tests/Makefile.am:
858         * tests/instantiate/Makefile.am:
859         * tests/instantiate/create.c: (create_all_elements), (main):
860           Add a test that instantiates all elements. This makes it easy to
861           track dead code for old API/design (like setting event functions
862           on sink pads and so on).
863
864 2004-01-06  Jan Schmidt  <thaytan@mad.scientist.com>
865
866         * gst/gstcaps.c: (gst_caps_append_structure):
867           Move the poisoning to allow a NULL structure
868         * gst/gstevent.c: (_gst_event_free):
869           When freeing a navigation event, free the structure
870           also
871
872 2004-01-04  David Schleef  <ds@schleef.org>
873
874         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
875         Remove usage of gst_pad_proxy_fixate.
876         * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
877         (gst_caps_split_one), (gst_caps_replace):
878         Add poisoning code.
879         * gst/gstmarshal.list:
880         Add pointer__pointer for fixate signal
881         * gst/gstpad.c: (gst_real_pad_class_init),
882         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
883         (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
884         (gst_pad_set_explicit_caps), (gst_pad_template_new):
885         Add poisoning code. Add fixate signal on RealPad. Change
886         set_explicit_caps() to take const GstCaps, like try_set_caps().
887         * gst/gstpad.h:
888         * testsuite/caps/Makefile.am:
889         * testsuite/caps/app_fixate.c: Add a test for the fixate signal
890
891 2004-01-03  David Schleef  <ds@schleef.org>
892
893         * gst/elements/gsttypefindelement.c:
894         (gst_type_find_element_have_type), (gst_type_find_element_init):
895         Use gst_pad_use_explicit_caps for src pad.
896         * gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
897         before using it.
898
899 2004-01-03  David Schleef  <ds@schleef.org>
900
901         * gst/gstelement.c: (gst_element_link_pads_filtered),
902         (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
903         that linking was successful.
904         * gst/gstpad.c: (gst_pad_link_free),
905         (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
906         (gst_pad_link_try), (gst_pad_link_unnegotiate),
907         (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
908         GstPadLinkReturn correctly between functions, and don't fail
909         when DELAYED is used (DELAYED is very important).  Better
910         cleanup on unlinking and unnegotiation.  Should fix some spider
911         bugs.
912
913 2004-01-02  David Schleef  <ds@schleef.org>
914
915         * gst/gstelement.c: (gst_element_class_init),
916         (gst_element_base_class_init): ->padtemplates should be cleared
917         in base_init, since we need to have a fresh list for every
918         class.  (Alternately, we chould copy the list and share the
919         actual pad templates (not the list), but that would require
920         changing every plugin to move pad template registration from
921         base_init to class_init.)
922
923 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
924
925         * gst/gstelement.c: (gst_element_class_add_pad_template):
926           Refuse registering a pad template if another pad template
927           with the same name already exists (#114715).
928
929 2004-01-02  David Schleef  <ds@schleef.org>
930
931         * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
932         (gst_caps_is_equal_fixed): Add new function.
933         * gst/gstcaps.h: ditto.
934         * gst/gstpad.c: (gst_real_pad_class_init),
935         (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
936         (gst_pad_set_explicit_caps), (gst_pad_get_caps):  In try_set_caps,
937         check new caps against existing caps -- if they're the same, return
938         OK without renegotiating.  caps-nego-failed signal fixed so that
939         the marshaller isn't VOID__OBJECT.  Also changed to G_TYPE_POINTER
940         to save an extra caps copy.  Don't complete negotiation if a pad
941         link function returns DELAYED.
942
943 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
944
945         * gst/gstpad.c: (gst_pad_try_relink_filtered):
946           Fix wrong g_return_if_fail
947
948 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
949
950         * gst/gstbin.c: (gst_bin_class_init):
951         Change the marshalling of element_added/element_removed
952         to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER 
953         complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
954
955 2004-01-01  David Schleef  <ds@schleef.org>
956
957         * gst/gstpad.c: (gst_pad_set_explicit_caps),
958         (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
959         (gst_pad_use_explicit_caps):
960         * gst/gstpad.h:
961         Add new functions.  gst_pad_use_explicit_caps() sets up a pad
962         to use an internal getcaps and link fuction so that negotiation
963         always results in the explicitly set caps.
964         gst_pad_set_explicit_caps() sets the explicit caps.  These functions
965         are particularly useful for decoders.
966
967 2003-12-31  David Schleef  <ds@schleef.org>
968
969         * gst/elements/gstidentity.c: (gst_identity_class_init),
970         (gst_identity_init), (gst_identity_chain),
971         (gst_identity_set_property), (gst_identity_get_property):
972         * gst/elements/gstidentity.h:
973         * gst/gstqueue.c: (gst_queue_init):
974           Negotiation fixes.
975
976 2003-12-31  David Schleef  <ds@schleef.org>
977
978         * gst/gstcaps.c: (gst_caps_intersect),
979         (_gst_caps_normalize_foreach), (gst_caps_normalize):
980           Implement gst_caps_normalize().
981         * testsuite/caps/normalisation.c: (main):
982           Add an additional test
983
984 2003-12-31  Ronald Bultje  <rbultje@ronald.bitfreak.net>
985
986         * gst/gstqueue.c: (gst_queue_init):
987           use gst_pad_proxy_getcaps()
988
989 2003-12-31  David Schleef  <ds@schleef.org>
990
991         * gst/elements/gstshaper.c: (gst_shaper_link):
992         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
993         * gst/gstqueue.c: (gst_queue_link):
994           Negotiation fixes.
995
996 2003-12-31  David Schleef  <ds@schleef.org>
997
998         * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
999         * gst/gstpad.h: Add functions that are useful as default pad
1000         link and fixate functions for elements.
1001
1002 2003-12-30  David Schleef  <ds@schleef.org>
1003
1004         * gst/gstpad.c: (gst_pad_link_try):
1005           Fix segfault when attempting to return to old caps
1006
1007 2003-12-29  David Schleef  <ds@schleef.org>
1008
1009         * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
1010         (gst_caps_structure_simplify), (gst_caps_simplify):
1011         * gst/gstcaps.h:
1012           Add simplify function
1013         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
1014         (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
1015         * gst/gstpad.h:
1016           Copy over srcnotify, sinknotify when calling old pad_link
1017           functions.  Add new is_negotiated() function.
1018         * gst/gststructure.c: (gst_structure_copy):
1019           Fix an incredibly stupid bug that should have been noticed
1020           weeks ago.  _copy() returned the argument, not the new copy.
1021
1022 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1023
1024         * gst/gstcaps.c: (gst_caps_append):
1025           add sanity checks
1026         * gst/gstcaps.h: (gst_caps_debug):
1027           remove, it doesn't exist anymore.
1028         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
1029         (gst_element_threadsafe_properties_post_run):
1030           make debugging messages not clutter up THREAD debug category
1031         (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
1032         (gst_element_change_state):
1033           update to new caps API
1034         * gst/gstinterface.c: (gst_implements_interface_cast):
1035           don't put vital code in g_return_if_fail
1036         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps), 
1037         (gst_pad_link_filtered):
1038           add pst_pad_try_link and use it.
1039         (gst_pad_perform_negotiate), (gst_pad_renegotiate):
1040           implement correctly, deprecate first one.
1041         (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
1042           add and implement.
1043         (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
1044           implement.
1045         (gst_pad_get_negotiated_caps):
1046           add and implement. Make GST_PAD_CAPS call this function.
1047         (gst_pad_get_caps):
1048           remove unneeded check..
1049         (gst_pad_recover_caps_error):
1050           disable, always return FALSE.
1051         (gst_real_pad_dispose):
1052           don't free caps and appfilter anymore, they're unused.
1053         * gst/gstpad.h:
1054           Reflect changes mentioned above.
1055         * gst/gstsystemclock.c: (gst_system_clock_wait):
1056           Make 'clock is way behind' a debugging message.
1057         * gst/gstthread.c: (gst_thread_change_state):
1058           Fix debugging message
1059
1060 2003-12-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1061
1062         * gst/gstinfo.h:
1063           fix GST_DEBUG_CATEGORY_INIT gtk-doc description
1064         * docs/gst/tmpl/gstreamer-unused.sgml:
1065           removed all traces of cvs conflicts
1066
1067 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1068
1069         * configure.ac:
1070         * gst/schedulers/cothreads_compat.h:
1071         * libs/Makefile.am:
1072           remove last instances of wingo cothread usage
1073
1074 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1075
1076         * gst/gstplugin.c:
1077         * gst/gstversion.h.in:
1078         * gst/parse/grammar.y:
1079           change comment block from /** to /* when not gtk-doc comments
1080
1081 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1082
1083         * gst/gst.c: whitespace and doc style fixes
1084
1085 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1086
1087         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
1088
1089 2003-12-24  Colin Walters  <walters@verbum.org>
1090
1091         * gst/elements/gsttypefindelement.c:
1092           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
1093           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
1094           Don't double-free caps.
1095
1096 2003-12-23  David Schleef  <ds@schleef.org>
1097
1098         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
1099           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
1100           Many little fixes and additions of debug statements to
1101           get rhythmbox working.
1102
1103 2003-12-23  Colin Walters  <walters@verbum.org>
1104
1105         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
1106         Use GST_PAD_LINK_SUCCESSFUL.
1107
1108 2003-12-23  David Schleef  <ds@schleef.org>
1109
1110         * gst/elements/gstaggregator.c:
1111         * gst/elements/gsttee.c:
1112           Use gst_pad_proxy_getcaps().
1113         * gst/gstpad.c:
1114         * gst/gstpad.h:
1115           Add gst_pad_proxy_getcaps(), which filter elements can use
1116           as a generic getcaps implementation.
1117           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
1118           was advertised.
1119
1120 2003-12-23  David Schleef  <ds@schleef.org>
1121
1122         * gst/gstpad.c:
1123           Rearrange/rewrite much of the pad negotiation code, since it
1124           resembled pasta.  This actually changes the way some
1125           negotiation works, since the previous code was inconsistent
1126           depending on how it was invoked.  Add (internal) structure
1127           GstPadLink, which is used to hold some information (more in
1128           the future) about the link between two pads.  Fixes a number
1129           of bugs, including random lossage of filter caps when the
1130           initial negotiation is delayed.  A few functions are still
1131           unimplemented.
1132         * gst/gstpad.h:
1133           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
1134           these when testing GstPadLinkReturn values instead of comparing
1135           directly.
1136
1137 2003-12-23  David Schleef  <ds@schleef.org>
1138
1139         * gst/gstvalue.c: 
1140         * gst/gstvalue.h:
1141           Rearrange lots of code.  Change registration of compare function
1142           into registration of compare/serialize/deserialize functions.
1143           Doesn't include implementation of gst_value_[de]serialize(),
1144           but that should be easy.
1145
1146 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1147
1148         * docs/gst/gstreamer-sections.txt:
1149         * docs/gst/tmpl/gstprops.sgml: removed
1150         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
1151           David removed props and caps code, so let's remove their docs as well.
1152           Removed all no longer existing symbols from gstreamer-sections.txt
1153           
1154 2003-12-22  Colin Walters  <walters@verbum.org>
1155
1156         * gst/gsttaginterface.c, gst/gsttaginterface.h,
1157           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
1158           of tags directly.
1159
1160 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1161
1162         * gst/elements/gstelements.c:
1163           Set ranks of elements to NONE, so the autoplugger doesn't use them.
1164         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
1165           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
1166           gst_caps (peer).
1167
1168 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1169
1170         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
1171         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
1172         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
1173         (gst_spider_identity_sink_loop_type_finding):
1174         * gst/autoplug/gstspideridentity.h:
1175           Fix autoplugging in spider element, so it works with new caps.
1176           This was mainly caused by identifying empty caps incorrectly.
1177
1178 2003-12-22  David Schleef  <ds@schleef.org>
1179
1180         * gststructure.c, gstvalue.c, gstvalue.h: Add
1181           gst_value_init_and_copy() and use it, to avoid silly mistakes in
1182           using g_value_copy()
1183
1184 2003-12-21  David Schleef  <ds@schleef.org>
1185
1186         * many, many files: Merge CAPS branch.  This includes:
1187           - implemention of GstValue and several GstValue types
1188           - implemention of GstStructure
1189           - entire rewrite of GstCaps
1190           - removal of GstProps
1191           - many changes to GstPad to compensate for new caps paradigm
1192           - removal of GstBufferpool
1193         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
1194         gstvalue.h, gst/gstcaps[2]*.[ch]:
1195           - rename gstcaps2.[ch] to gstcaps.[ch]
1196
1197 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1198
1199         * gst/gstqueue.c: (gst_queue_handle_pending_events),
1200         (gst_queue_chain), (gst_queue_handle_src_event):
1201           implement timeout for sending events. Workaround for if the
1202           pipeline on this queue is not passing any data.
1203
1204 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
1205                                                                                 
1206         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
1207         * moved CVS to freedesktop.org
1208