8141982fce10e8cb13006dc7c4e006b7e9122133
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-04-13  David Schleef  <ds@schleef.org>
2
3         * gst/Makefile.am:
4         * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
5         assembly.
6         * gst/gstcpuid_i386.s: remove
7
8 2004-04-13  David Schleef  <ds@schleef.org>
9
10         * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
11         seems to think it needs to be done.
12         * docs/gst/tmpl/gstfakesink.sgml:
13         * docs/gst/tmpl/gstfakesrc.sgml:
14         * docs/gst/tmpl/gstfdsink.sgml:
15         * docs/gst/tmpl/gstfdsrc.sgml:
16         * docs/gst/tmpl/gstfilesink.sgml:
17         * docs/gst/tmpl/gstfilesrc.sgml:
18         * docs/gst/tmpl/gstidentity.sgml:
19         * docs/gst/tmpl/gstmd5sink.sgml:
20         * docs/gst/tmpl/gstmultifilesrc.sgml:
21         * docs/gst/tmpl/gstpipefilter.sgml:
22         * docs/gst/tmpl/gstshaper.sgml:
23         * docs/gst/tmpl/gstspider.sgml:
24         * docs/gst/tmpl/gstspideridentity.sgml:
25         * docs/gst/tmpl/gststatistics.sgml:
26         * docs/gst/tmpl/gsttee.sgml:
27         * docs/gst/tmpl/gsttypefind.sgml:
28         * docs/gst/tmpl/gstutils.sgml:
29
30 2004-04-13  David Schleef  <ds@schleef.org>
31
32         * configure.ac: Changes to remove POSIXisms (mmap in this case)
33         and to build DLLs on Windows.
34         * gst/Makefile.am:
35         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
36         (gst_filesrc_open_file):
37         * gst/schedulers/Makefile.am:
38
39 2004-04-13  David Schleef  <ds@schleef.org>
40
41         * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
42         (gst_caps_structure_fixate_field_nearest_double):  Fix bug in
43         fixating lists.
44
45 2004-04-12  David Schleef  <ds@schleef.org>
46
47         * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
48         (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
49         to using it.
50         * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
51         * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
52         * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
53         * gst/gststructure.c: (gst_structure_set_valist),
54         (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
55         support for buffers.
56         * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
57         intended to be const.
58         * gst/gsttag.h: same
59         * gst/gstvalue.c: (gst_value_serialize_buffer),
60         (gst_value_deserialize_buffer), (_gst_value_initialize):  Add code
61         to (de)serialize buffers.
62         * testsuite/caps/Makefile.am:  Add a bit of buffer testing
63         * testsuite/caps/string-conversions.c: (main):
64         * testsuite/caps/value_serialize.c: add new test
65
66 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
67
68         * docs/pwg/advanced-types.xml:
69           Document MS video 1 (video/x-msvideocodec) mimetype/format.
70
71 2004-04-11  Benjamin Otte  <otte@gnome.org>
72
73         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
74           rename categories to basic_*
75         * gst/schedulers/gstbasicscheduler.c: 
76         (gst_basic_scheduler_chain_wrapper),
77         (gst_basic_scheduler_chainhandler_proxy),
78         (gst_basic_scheduler_gethandler_proxy),
79         (gst_basic_scheduler_eventhandler_proxy):
80           debugging category fixes - put common stuff in log category
81         * gst/schedulers/gstbasicscheduler.c: 
82         (gst_basic_scheduler_chain_elements):
83           dirty fix: call gst_basic_scheduler_cothreaded_chain when already
84           active and linking two active chains
85
86 2004-04-10  Benjamin Otte  <otte@gnome.org>
87
88         * docs/pwg/intro-preface.xml:
89           fix dead links and remove reference to Wiki
90
91 2004-04-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
92
93         * gst/schedulers/gstbasicscheduler.c:
94           make sure we can switch back to the main function if we're still in
95           the main function (supposed to fix #139617)
96         * gst/schedulers/gthread-cothreads.h:
97           don't throw an error when switching to the same cothread
98
99 2004-04-09  Benjamin Otte  <otte@gnome.org>
100
101         * gst/gstbin.c: (gst_bin_get_type):
102         * gst/gstclock.c: (gst_clock_get_type):
103         * gst/gstindex.c: (gst_index_get_type):
104         * gst/gstobject.c: (gst_object_get_type),
105         (gst_signal_object_get_type):
106         * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
107         (gst_pad_template_get_type), (gst_ghost_pad_get_type):
108         * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
109         * gst/gstqueue.c: (gst_queue_get_type):
110         * gst/gstregistry.c: (gst_registry_get_type):
111         * gst/gstsystemclock.c: (gst_system_clock_get_type):
112         * gst/gstthread.c: (gst_thread_get_type):
113           don't use memchunks for these objects, use malloc instead
114
115 2004-04-08  Thomas Vander Stichele  <thomas at apestaart dot org>
116
117         * docs/gst/.cvsignore:
118         * docs/gst/Makefile.am:
119         * docs/gst/gstreamer-sections.txt:
120         * docs/gst/tmpl/gstaggregator.sgml:
121         * docs/gst/tmpl/gstbuffer.sgml:
122         * docs/gst/tmpl/gstclock.sgml:
123         * docs/gst/tmpl/gstelement.sgml:
124         * docs/gst/tmpl/gstfakesink.sgml:
125         * docs/gst/tmpl/gstfakesrc.sgml:
126         * docs/gst/tmpl/gstfdsink.sgml:
127         * docs/gst/tmpl/gstfdsrc.sgml:
128         * docs/gst/tmpl/gstfilesink.sgml:
129         * docs/gst/tmpl/gstfilesrc.sgml:
130         * docs/gst/tmpl/gstidentity.sgml:
131         * docs/gst/tmpl/gstindex.sgml:
132         * docs/gst/tmpl/gstinfo.sgml:
133         * docs/gst/tmpl/gstmd5sink.sgml:
134         * docs/gst/tmpl/gstmultifilesrc.sgml:
135         * docs/gst/tmpl/gstpad.sgml:
136         * docs/gst/tmpl/gstpipefilter.sgml:
137         * docs/gst/tmpl/gstpipeline.sgml:
138         * docs/gst/tmpl/gstpluginfeature.sgml:
139         * docs/gst/tmpl/gstqueue.sgml:
140         * docs/gst/tmpl/gstregistry.sgml:
141         * docs/gst/tmpl/gstscheduler.sgml:
142         * docs/gst/tmpl/gstshaper.sgml:
143         * docs/gst/tmpl/gstspider.sgml:
144         * docs/gst/tmpl/gstspideridentity.sgml:
145         * docs/gst/tmpl/gststatistics.sgml:
146         * docs/gst/tmpl/gstsystemclock.sgml:
147         * docs/gst/tmpl/gsttee.sgml:
148         * docs/gst/tmpl/gstthread.sgml:
149         * docs/gst/tmpl/gsttypefind.sgml:
150         * docs/gst/tmpl/gstutils.sgml:
151           further doc build fixes
152
153 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
154
155         * docs/gst/Makefile.am:
156           make docs exit on scanning problems
157           fix nonsrcdir build issues
158         * docs/gst/gstreamer-sections.txt:
159           adding stuff from -unused
160         * gst/gstqueue.h:
161           create GstQueueSize
162         * gst/schedulers/cothreads_compat.h:
163           fix cothread warnings
164
165 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
166
167         * docs/gst/gstreamer-sections.txt:
168           remove defines deprecated by Benjamin
169
170 2004-04-07  Benjamin Otte  <otte@gnome.org>
171
172         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
173           when the buffer is complete, don't check if other buffers are needed
174         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
175           check that the offset is >0 so we don't try to read before the
176           beginning of the file
177         * gst/gstpad.c: (gst_pad_set_pad_template):
178           sink the template, so we don't end up with 130k pad templates
179
180 2004-04-06  Benjamin Otte  <otte@gnome.org>
181
182         * gst/autoplug/gstspider.c: (gst_spider_link_add):
183           don't ref the element, adding already reffed it. And we didn't unref
184           it later anyway... (huge memleak when you used many spider elements)
185         * gst/gstelement.c: (gst_element_base_class_finalize):
186         * gst/gstelementfactory.c: (gst_element_factory_cleanup),
187         (gst_element_register):
188         * gst/gsturi.c: (gst_element_make_from_uri):
189           use gst_object_(un)ref instead of g_object(un)ref
190
191 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
192
193         * gst/gstbuffer.h:
194           remove macro that wouldn't work anymore because struct member has
195           been removed.
196         * gst/schedulers/entryscheduler.c: (schedule_forward):
197           fix segfault for unconnected pads
198         
199 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
200
201         reviewed by David Schleef <ds@schleef.org>
202
203         * gst/gstinfo.h:
204           *_FORMAT modifiers should require putting a % in front of them for
205           consistency reasons.
206
207 2004-04-05  Colin Walters  <walters@redhat.com>
208
209         * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
210         space.
211
212 2004-04-05  Benjamin Otte  <otte@gnome.org>
213
214         * configure.ac:
215         * gst/Makefile.am:
216         * gst/gst_private.h:
217         * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
218           add support for detecting if GStreamer runs inside valgrind.
219           requires valgrind (d'oh) and --enable-debug for correct cdetection.
220           print a big message in valgrind that GStreamer has detected it's
221           running inside and might now use different code.
222         * gst/gstmemchunk.c: (populate), (free_area),
223         (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
224         (gst_mem_chunk_free):
225           flag memchunks for valgrind, so it can detect leaking of chunks.
226           This allows detecting leaks of GstBuffer and GstEvent correctly
227           inside valgrind.
228
229 2004-04-05  David Schleef  <ds@schleef.org>
230
231         * gst/gsttrace.h:  Fix #ifdef nesting (bug #139109) Patch from
232           jensgr@gmx.net (Jens Granseuer)
233
234 2004-04-05  David Schleef  <ds@schleef.org>
235
236         * gst/gstbuffer.c: (_gst_buffer_sub_free),
237         (gst_buffer_default_free), (gst_buffer_default_copy),
238         (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
239         (gst_buffer_new), (gst_buffer_create_sub):  Allocate GstBuffer
240         structures in one place.
241
242 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
243
244         * gst/gstinfo.h: adding Ronald's timestamp debugging defines
245
246 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
247
248         * testsuite/elements/Makefile.am:
249           disable test until it stops breaking make distcheck
250
251 2004-04-05  Johan Dahlin  <johan@gnome.org>
252
253         * po/sv.po: Updated translation
254
255 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
256
257         * gst/gstplugin.c: (gst_plugin_load_file):
258           fix segfault for when original plugin was loaded statically
259
260 2004-04-05  Benjamin Otte  <otte@gnome.org>
261
262         * testsuite/debug/category.c: (main):
263         * testsuite/debug/commandline.c: (main):
264         * testsuite/debug/output.c: (main):
265           fix tests to work again with debugging enabled
266
267 2004-04-05  Benjamin Otte  <otte@gnome.org>
268
269         * gst/schedulers/gstbasicscheduler.c:
270         (gst_basic_scheduler_pad_link):
271           fix to work with recent scheduling changes
272
273 2004-04-05  Benjamin Otte  <otte@gnome.org>
274
275         * gst/schedulers/entryscheduler.c: (some functions, dunno which,
276         prepareChangeLog doesn't work when cvs indents):
277           don't throw an error when no element can be scheduled, there's too
278           many weird reasons why it doesn't work. Return STOPPED instead.
279           decoupled elemts' schedulability doesn't depend on bufpens.
280
281 2004-04-04  Benjamin Otte  <otte@gnome.org>
282
283         * gst/schedulers/gstbasicscheduler.c:
284         (gst_basic_scheduler_pad_select):
285           fix uninitialized variable warnings
286
287 2004-04-04  Benjamin Otte  <otte@gnome.org>
288
289         * gst/gstpad.c: (gst_pad_collect_valist):
290           fix uninitialized variable warning
291         * gst/schedulers/entryscheduler.c: (schedule_forward):
292           fix shadowed variable
293
294 2004-04-04  Benjamin Otte  <otte@gnome.org>
295
296         * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
297         (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
298         (gst_pad_select):
299         * gst/gstpad.h:
300         * gst/gstscheduler.c: (gst_scheduler_pad_select),
301         (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
302         * gst/gstscheduler.h:
303           implement gst_pad_collect as replacement for gst_pad_select.
304           deprecate gst_pad_select and gst_scheduler_(un)lock_element
305           add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
306           new pad_select, lock and unlock calls.
307         * gst/cothreads.c: (cothread_destroy), (cothread_switch):
308         * gst/cothreads.h:
309         * gst/schedulers/cothreads_compat.h:
310         * gst/schedulers/gthread-cothreads.h:
311           remove unused cothread_lock and cothread_unlock calls
312         * gst/schedulers/entryscheduler.c:
313         (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
314         (_can_schedule_loop), (gst_entry_scheduler_get_handler),
315         (gst_entry_scheduler_pad_select):
316           update to new API
317         * gst/schedulers/gstbasicscheduler.c:
318         (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
319         (gst_basic_scheduler_pad_select):
320           remove useless lock and unlock calls, update pad_select to new API
321           (untested)
322         * gst/schedulers/gstoptimalscheduler.c:
323         (gst_opt_scheduler_class_init):
324           remove useless select, lock and unlock function calls
325         * gst/elements/gstaggregator.c: (gst_aggregator_loop):
326           use gst_pad_collect instead of gst_pad_select
327
328 2004-04-04  Benjamin Otte  <otte@gnome.org>
329
330         * gst/schedulers/entryscheduler.c: (_can_schedule_get),
331         (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
332         (schedule_next_element), (print_entry):
333           add can_schedule_pad to handle element states.
334           add schedule_forward to select the correct entry to schedule next
335
336 2004-04-03  Benjamin Otte  <otte@gnome.org>
337
338         * gst/schedulers/entryscheduler.c: 
339           remove unused variable, fix error inside Rb, fix compile warning in
340           unreachable code
341
342 2004-04-03  Benjamin Otte  <otte@gnome.org>
343
344         * gst/schedulers/entryscheduler.c:
345           completely revamp the inner workings, so it's a lot easier to
346           understand and extend
347
348 2004-04-03  Andy Wingo  <wingo@pobox.com>
349
350         * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
351         Rename ->group1 and ->group2 to ->src and ->sink, respectively.
352         This allows better introspection of pipeline topology.
353         (add_to_chain): Don't do trickery to put loop elements first;
354         rather, queue a chain sort by marking the chain as dirty.
355         (remove_from_chain): Mark the chain dirty.
356         (sort_chain): New function. Sorts the group list so that terminal
357         sinks are first. This means elements on the sink side will be
358         preferentially sscheduled before elements on the src side of the
359         pipeline.
360         (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
361         (schedule_chain): If the chain is marked DIRTY, call sort_chain.
362         (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
363         (group_inc_link): Change argument and variable names to match the
364         new link structure member names (src and sink).
365         (group_dec_link): Add some description
366
367 2004-04-03  Benjamin Otte  <otte@gnome.org>
368
369         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
370         * gst/gstinfo.h:
371         * testsuite/debug/category.c: (main):
372         * testsuite/debug/commandline.c: (main):
373         * testsuite/debug/output.c: (main):
374         * testsuite/debug/printf_extension.c: (main):
375           fix to successfully build and test with --disable-gst-debug
376           configure switch (fixes #138705)
377
378 2004-04-03  Benjamin Otte  <otte@gnome.org>
379
380         * docs/pwg/building-boiler.xml:
381           add cvs login line and s/anonymous/anoncvs/
382
383 2004-04-03  Tim-Phillip Müller  <t.i.m@zen.co.uk>
384
385         reviewed by Benjamin Otte  <otte@gnome.org>
386
387         * gst/gststructure.c: (gst_structure_free):
388           memleak fix: free fields array (partial fix for #134839)
389
390 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
391
392         * docs/random/ds/0.9-suggested-changes:
393           Add a note to change handoff use in fakesrc to be usable in
394           a more generic way (fakesrc should be renamed to appsrc or so).
395         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
396           Change signal type to scope, so we can fill the buffer in the
397           handoff handler (that's the whole use of this signal...).
398
399 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
400
401         * docs/pwg/other-ntoone.xml:
402           Document muxers and n-to-1 elements.
403
404 2004-04-01  Martin Soto  <martinsoto@users.sourceforge.net>
405
406         * gst/registries/gstxmlregistry.c
407         (gst_xml_registry_rebuild_recurse): Fix the algorithm to
408         determine if a file is a G_MODULE. The old one discards paths
409         containing "so" somewhere in the middle. My home directory is
410         called "soto". Go figure...
411
412 2004-03-31  David Schleef  <ds@schleef.org>
413
414         * gst/gstbuffer.c: (gst_buffer_join):  Add function gst_buffer_join()
415         to eventually deprecate gst_buffer_merge().  (bug: #136408)
416         * gst/gstbuffer.h:
417
418 2004-03-31  David Schleef  <ds@schleef.org>
419
420         * gst/gstvalue.c: (gst_value_union_int_int_range),
421         (gst_value_union_int_range_int_range), (gst_value_can_union),
422         (gst_value_union), (_gst_value_initialize):  Add some union
423         implementations.  We didn't have any previously.
424         * testsuite/caps/Makefile.am:
425         * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
426         (gst_audioscale_getcaps), (test_caps), (main): A little test
427         that is the same as the caps manipulation in audioscale.
428
429 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
430
431         * docs/faq/general.xml:
432           add entry about "does gst support format X?"
433
434 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
435
436         * gst/gstthread.c:
437           fix docs
438         * gst/gstutils.h:
439           fix GST_BOILERPLATE_FULL to not throw casting errors on C++
440
441 2004-03-30  Benjamin Otte  <otte@gnome.org>
442
443         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
444           set the offset of the buffer to the requested offset
445         * gst/elements/gsttypefind.c: (stop_typefinding):
446           revert patch 1.18 (which I unfortunately don't know the reason for).
447           This is needed to allow downstream elements to seek. Otherwise
448           typefind might overwrite a previous seek by downstream elements.
449           This lead to errors with id3tag and typefind on some mp3s.
450         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
451         (gst_entry_scheduler_iterate):
452           be more verbose when debugging
453
454 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
455
456         * gst/gstcaps.c: (gst_caps_from_string_inplace):
457           make sure we don't get NULL strings
458
459 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
460
461         * gst/gstcaps.c:
462         * gst/gstelement.c:
463         * gst/gstelementfactory.c: (gst_element_factory_get_type):
464         * gst/gstindex.c: (gst_index_resolver_get_type),
465         (gst_index_get_type), (gst_index_factory_get_type):
466         * gst/gstinfo.c:
467         * gst/gstpad.c:
468         * gst/gstplugin.c:
469         * gst/gsturi.c: (gst_uri_handler_get_type):
470         * gst/gstvalue.c:
471           first batch of documentation fixes
472
473 2004-03-29  David Schleef  <ds@schleef.org>
474
475         * docs/gst/Makefile.am:  Disable a bunch of headers from being scanned
476         * docs/gst/gstreamer-docs.sgml:  More hacking
477         * docs/gst/gstreamer-sections.txt:
478         * docs/gst/tmpl/cothreads_compat.sgml:
479         * docs/gst/tmpl/gstcaps.sgml:
480         * docs/gst/tmpl/gstclock.sgml:
481         * docs/gst/tmpl/gstelement.sgml:
482         * docs/gst/tmpl/gstevent.sgml:
483         * docs/gst/tmpl/gstpad.sgml:
484         * docs/gst/tmpl/gstutils.sgml:
485         * docs/gst/tmpl/gstxml.sgml:
486         * docs/gst/tmpl/gthread-cothreads.sgml:
487         * docs/random/ds/0.9-suggested-changes:
488         * gst/elements/gstfakesink.h: doc fixes
489         * gst/elements/gstfakesrc.h: doc fixes
490         * gst/gstcaps.c: doc fixes
491         * gst/gstcaps.h: doc fixes
492         * gst/gstelement.c: doc fixes
493         * gst/gstelement.h: doc fixes
494         * gst/gstindex.c: doc fixes
495         * gst/gstinfo.c: doc fixes
496         * gst/gstpad.c: doc fixes
497         * gst/gstpad.h: doc fixes
498         * gst/gstplugin.c: doc fixes
499         * gst/gsttypefind.h: doc fixes
500         * gst/gsturi.c: doc fixes
501         * gst/gstvalue.c: doc fixes
502
503 2004-03-29  Colin Walters  <walters@redhat.com>
504
505         * gst/registries/gstxmlregistry.c (get_time)
506         (plugin_times_older_than_recurse):
507         Use the result of stat to determine whether a path is a file,
508         so we don't attempt to opendir() files.
509
510 2004-03-29  Benjamin Otte  <otte@gnome.org>
511
512         * gst/gstpad.c: (gst_pad_set_explicit_caps):
513           print caps in debugging output when setting caps failed
514         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
515         (schedule_next_element), (get_buffer), (run_chainhandler),
516         (element_may_start), (gst_entry_scheduler_chain_handler),
517         (gst_entry_scheduler_get_handler),
518         (gst_entry_scheduler_state_transition),
519         (gst_entry_scheduler_pad_link):
520           make this scheduler a testcase for mandatory
521           discont-before-first-buffer which is needed if we want to allow apps
522           to release the sound device.
523           add SCHED_ASSERT macro to print scheduler state before an assertion
524           triggers.
525
526 2004-03-29  Benjamin Otte  <otte@gnome.org>
527
528         * COPYING:
529           replace by LGPL (former COPYING.LIB). The core is completely
530           licensed LGPL.
531         * COPYING.LIB:
532           remove
533
534 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
535
536         * po/af.po:
537         * po/sv.po:
538           updated Afrikaans and Swedish
539
540 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
541
542         * po/LINGUAS:
543         * po/az.po:
544           adding Azerbaijani (Mətin Əmirov)
545
546 2004-03-28  Martin Soto  <martinsoto@users.sourceforge.net>
547
548         * gst/gstelement.h: 
549         * gst/gstelement.c (gst_element_set_time_delay): New function for
550         setting element time taking into account a hardware buffering
551         delay.
552         (gst_element_set_time): Now just an invocation of
553         gst_element_set_time_delay.
554         * gst/gstclock.h: 
555         * gst/gstclock.c (gst_clock_get_event_time_delay): New function
556         allowing to set event times in the future.
557         (gst_clock_get_event_time): Now just an invocation of
558         gst_clock_get_event_time_delay.
559
560 2004-03-28  Benjamin Otte  <otte@gnome.org>
561
562         * gst/gstbin.c: (gst_bin_set_element_sched),
563         (gst_bin_unset_element_sched):
564           don't add decoupled elements to schedulers - otherwise it's
565           impossible to control if a link to a decoupled element was already
566           removed from a scheduler or not.
567         * gst/schedulers/cothreads_compat.h:
568         * gst/schedulers/gthread-cothreads.h:
569           add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
570           is no "unused" warning.
571         * gst/schedulers/Makefile.am:
572         * gst/schedulers/entryscheduler.c:
573           add new scheduler, based on ideas from talking to David and Martin.
574           It's supposed to be small and correct. Currently it's also slow (but
575           it's not noticable)
576         * examples/retag/retag.c: (main):
577         * testsuite/bytestream/test1.c: (main):
578           fix missing NULLs at end of variadic functions
579         * testsuite/elements/.cvsignore:
580           update
581
582 2004-03-28  Jan Schmidt  <thaytan@mad.scientist.com>
583
584         * gst/gstevent.h:
585         Added GST_EVENT_ANY for GstEvents that pass a GstStructure
586
587 2004-03-25  David Schleef  <ds@schleef.org>
588
589         * docs/gst/gstreamer-sections.txt:  More doc hacking.
590         * docs/gst/tmpl/gstaggregator.sgml:
591         * docs/gst/tmpl/gstautoplugfactory.sgml:
592         * docs/gst/tmpl/gstbin.sgml:
593         * docs/gst/tmpl/gstbuffer.sgml:
594         * docs/gst/tmpl/gstbufferstore.sgml:
595         * docs/gst/tmpl/gstfakesink.sgml:
596         * docs/gst/tmpl/gstfakesrc.sgml:
597         * docs/gst/tmpl/gstmd5sink.sgml:
598         * docs/gst/tmpl/gstreamer-unused.sgml:
599         * docs/gst/tmpl/gstsearchfuncs.sgml:
600         * docs/gst/tmpl/gstshaper.sgml:
601         * docs/gst/tmpl/gstspider.sgml:
602         * docs/gst/tmpl/gsttee.sgml:
603         * docs/gst/tmpl/gstutils.sgml:
604         * docs/gst/tmpl/gstvalue.sgml:
605         * docs/gst/tmpl/gstxml.sgml:
606         * gst/Makefile.am:  Remove gstthreaddummy.c.  It never worked,
607         and we don't support it.
608         * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
609         (gst_use_threads), (gst_has_threads): same
610         * gst/gstthreaddummy.c: same
611         * gst/autoplug/gstspider.c: Make gst_spider_details static.
612         * gst/autoplug/gstspider.h: same
613         * gst/elements/gstaggregator.h: Remove bogus function from header
614         * gst/elements/gstfakesink.h: same
615         * gst/elements/gstfakesrc.h: same
616         * gst/elements/gstmd5sink.h: same
617         * gst/elements/gstshaper.h: same
618         * gst/elements/gsttee.h: same
619         * gst/gstbin.c: doc fixes
620         * gst/gstbin.h: Remove unused definition.
621         * gst/gstbuffer.c: doc fixes
622         * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
623         * gst/gstfilter.c: doc fixes
624         * gst/gsttag.c: doc fixes
625         * gst/gstvalue.c: doc fixes
626
627 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
628
629         * docs/pwg/advanced-types.xml:
630           Document typefinding.
631         * docs/pwg/other-oneton.xml:
632           Document one-to-n elements, demuxers and parsers.
633
634 2004-03-25  Tim-Philipp Müller <t.i.m@zen.co.uk>
635
636         reviewed by: David Schleef  <ds@schleef.org>
637
638         * configure.ac: Check bison version (bug #127838)
639
640 2004-03-25  David Schleef  <ds@schleef.org>
641
642         * docs/gst/gstreamer-docs.sgml: More fine tuning.
643         * docs/gst/gstreamer-sections.txt:
644         * docs/gst/tmpl/gstautoplug.sgml:
645         * docs/gst/tmpl/gststaticautoplug.sgml:
646         * docs/gst/tmpl/gststaticautoplugrender.sgml:
647         * docs/gst/tmpl/gstutils.sgml:
648         * docs/gst/tmpl/gstxml.sgml:
649
650 2004-03-24  David Schleef  <ds@schleef.org>
651
652         * docs/gst/gstreamer-docs.sgml:  I got tired of the reference
653         manual being such complete crap, that I decided to do major
654         hacking of it.  This checkin replaces any fine tuning that
655         may have been done previously, with the benefit of actually
656         being complete for much of the API that was changed since
657         0.6.  Further fine tuning will occur shortly.  (bug #134721)
658         * docs/gst/gstreamer-sections.txt:
659         * docs/gst/tmpl/GstBin.sgml:
660         * docs/gst/tmpl/GstBuffer.sgml:
661         * docs/gst/tmpl/GstCaps.sgml:
662         * docs/gst/tmpl/GstClock.sgml:
663         * docs/gst/tmpl/GstCompat.sgml:
664         * docs/gst/tmpl/GstData.sgml:
665         * docs/gst/tmpl/GstElement.sgml:
666         * docs/gst/tmpl/GstEvent.sgml:
667         * docs/gst/tmpl/GstIndex.sgml:
668         * docs/gst/tmpl/GstStructure.sgml:
669         * docs/gst/tmpl/GstTag.sgml:
670         * docs/gst/tmpl/cothreads.sgml:
671         * docs/gst/tmpl/cothreads_compat.sgml:
672         * docs/gst/tmpl/gettext.sgml:
673         * docs/gst/tmpl/grammar.tab.sgml:
674         * docs/gst/tmpl/gst-i18n-app.sgml:
675         * docs/gst/tmpl/gst-i18n-lib.sgml:
676         * docs/gst/tmpl/gst.sgml:
677         * docs/gst/tmpl/gst_private.sgml:
678         * docs/gst/tmpl/gstaggregator.sgml:
679         * docs/gst/tmpl/gstarch.sgml:
680         * docs/gst/tmpl/gstatomic.sgml:
681         * docs/gst/tmpl/gstatomic_impl.sgml:
682         * docs/gst/tmpl/gstbin.sgml:
683         * docs/gst/tmpl/gstbuffer.sgml:
684         * docs/gst/tmpl/gstbufferstore.sgml:
685         * docs/gst/tmpl/gstcaps.sgml:
686         * docs/gst/tmpl/gstclock.sgml:
687         * docs/gst/tmpl/gstcompat.sgml:
688         * docs/gst/tmpl/gstconfig.sgml:
689         * docs/gst/tmpl/gstcpu.sgml:
690         * docs/gst/tmpl/gstdata.sgml:
691         * docs/gst/tmpl/gstdata_private.sgml:
692         * docs/gst/tmpl/gstelement.sgml:
693         * docs/gst/tmpl/gstenumtypes.sgml:
694         * docs/gst/tmpl/gsterror.sgml:
695         * docs/gst/tmpl/gstevent.sgml:
696         * docs/gst/tmpl/gstfakesink.sgml:
697         * docs/gst/tmpl/gstfakesrc.sgml:
698         * docs/gst/tmpl/gstfilesink.sgml:
699         * docs/gst/tmpl/gstfilter.sgml:
700         * docs/gst/tmpl/gstindex.sgml:
701         * docs/gst/tmpl/gstinfo.sgml:
702         * docs/gst/tmpl/gstinterface.sgml:
703         * docs/gst/tmpl/gstlog.sgml:
704         * docs/gst/tmpl/gstmacros.sgml:
705         * docs/gst/tmpl/gstmarshal.sgml:
706         * docs/gst/tmpl/gstmd5sink.sgml:
707         * docs/gst/tmpl/gstmultifilesrc.sgml:
708         * docs/gst/tmpl/gstobject.sgml:
709         * docs/gst/tmpl/gstpad.sgml:
710         * docs/gst/tmpl/gstparse.sgml:
711         * docs/gst/tmpl/gstpipeline.sgml:
712         * docs/gst/tmpl/gstplugin.sgml:
713         * docs/gst/tmpl/gstpluginfeature.sgml:
714         * docs/gst/tmpl/gstqueue.sgml:
715         * docs/gst/tmpl/gstreamer-unused.sgml:
716         * docs/gst/tmpl/gstregistry.sgml:
717         * docs/gst/tmpl/gstregistrypool.sgml:
718         * docs/gst/tmpl/gstscheduler.sgml:
719         * docs/gst/tmpl/gstsearchfuncs.sgml:
720         * docs/gst/tmpl/gstshaper.sgml:
721         * docs/gst/tmpl/gstspider.sgml:
722         * docs/gst/tmpl/gstspideridentity.sgml:
723         * docs/gst/tmpl/gststructure.sgml:
724         * docs/gst/tmpl/gstsystemclock.sgml:
725         * docs/gst/tmpl/gsttag.sgml:
726         * docs/gst/tmpl/gsttaginterface.sgml:
727         * docs/gst/tmpl/gsttee.sgml:
728         * docs/gst/tmpl/gstthread.sgml:
729         * docs/gst/tmpl/gsttrace.sgml:
730         * docs/gst/tmpl/gsttrashstack.sgml:
731         * docs/gst/tmpl/gsttypefind.sgml:
732         * docs/gst/tmpl/gsttypes.sgml:
733         * docs/gst/tmpl/gsturi.sgml:
734         * docs/gst/tmpl/gsturitype.sgml:
735         * docs/gst/tmpl/gstutils.sgml:
736         * docs/gst/tmpl/gstvalue.sgml:
737         * docs/gst/tmpl/gstversion.sgml:
738         * docs/gst/tmpl/gstxml.sgml:
739         * docs/gst/tmpl/gstxmlregistry.sgml:
740         * docs/gst/tmpl/gthread-cothreads.sgml:
741         * docs/gst/tmpl/types.sgml:
742
743 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
744
745         * docs/pwg/other-sink.xml:
746         * docs/pwg/other-source.xml:
747           Documentation on how to write source and sink elements. Other
748           stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
749           manager, autoplugger) are all still pending.
750
751 2004-03-25  Benjamin Otte  <otte@gnome.org>
752
753         * testsuite/elements/Makefile.am:
754         * testsuite/elements/gst-compprep-check:
755           add check to make sure gst-compprep works
756         * testsuite/elements/gst-inspect-check.in:
757           improve initialization output
758         * testsuite/Makefile.am:
759         * testsuite/gst-inspect-check:
760           remove old file
761
762 2004-03-24  David Schleef  <ds@schleef.org>
763
764         * testsuite/elements/Makefile.am:
765         * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
766         to the testsuite.
767
768 2004-03-24  Benjamin Otte  <otte@gnome.org>
769
770         * libs/gst/control/dparam.c: (gst_dparam_attach),
771         (gst_dparam_detach):
772         * libs/gst/control/dparammanager.c: (gst_dpman_init):
773           fix lvalue casts for real
774
775 2004-03-24  Benjamin Otte  <otte@gnome.org>
776
777         * gst/schedulers/gstbasicscheduler.c:
778         (gst_basic_scheduler_src_wrapper):
779         * gst/schedulers/gstoptimalscheduler.c:
780         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
781         (pad_clear_queued), (gst_opt_scheduler_add_element),
782         (gst_opt_scheduler_remove_element):
783           fix GStreamer to not have issues with lvalue casts anymore (fixes
784           some bug, but bugzilla is down)
785
786 2004-03-24  Benjamin Otte  <otte@gnome.org>
787
788         * gst/gstelement.c:
789           add documentation about a gobject quirk where the object hasn't the
790           correct class pointer set on initialization
791         * gst/schedulers/gstbasicscheduler.c:
792         (gst_basic_scheduler_src_wrapper):
793           make sure to not run into an infinite loop
794
795 2004-03-22  Benjamin Otte  <otte@gnome.org>
796
797         * gst/gstutils.c: (gst_util_dump_mem):
798         * gst/gstutils.h:
799           first argument of gst_util_dump_mem should be const
800
801 2004-03-22  Johan Dahlin  <johan@gnome.org>
802
803         * gst/gstvalue.h: Clean up a little bit.
804
805 2004-03-21  Tim-Philipp Müller <t.i.m@zen.co.uk>
806
807         reviewed by Benjamin Otte  <otte@gnome.org>
808
809         * gst/autoplug/gstspider.c: (gst_spider_dispose):
810         * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
811         (gst_aggregator_class_init), (gst_aggregator_init):
812         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
813         (gst_filesrc_dispose), (gst_filesrc_set_location):
814         * gst/elements/gstidentity.c: (gst_identity_finalize),
815         (gst_identity_class_init), (gst_identity_chain):
816         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
817         * gst/elements/gststatistics.c: (gst_statistics_finalize),
818         (gst_statistics_class_init):
819         * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
820         (gst_tee_get_property):
821           clean up used memory in this elements correctly on teardown (closes
822           #137279)
823
824 2004-03-20  Colin Walters  <walters@redhat.com>
825
826         * gst/registries/gstxmlregistry.c:
827         (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
828         registry saving atomic.
829
830 2004-03-20  Colin Walters  <walters@redhat.com>
831
832         * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func): Just use
833         access() instead of actually creating and deleting files.
834
835 2004-03-18  David Schleef  <ds@schleef.org>
836
837         * configure.ac:  Remove HAVE_ATOMIC_H test, since it's unused.
838         (bug #137625)
839
840 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
841
842         * po/sv.po: updated translation (Christian Rose)
843
844 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
845
846         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
847         (gst_filesink_get_query_types), (_do_init),
848         (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
849           return FALSE silently
850         * po/af.po: updated translation (Petri Jooste)
851
852 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
853
854         * Makefile.am:
855         * configure.ac:
856           dist common properly
857         * po/af.po:
858         * po/fr.po:
859         * po/nl.po:
860         * po/sr.po:
861         * po/sv.po:
862           refreshing translations
863
864 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
865
866         * po/LINGUAS:
867         * po/sv.po:
868         * po/af.po:
869           adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
870
871 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
872
873         * Makefile.am: use common/release.mak
874
875 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
876
877         * docs/faq/gst-uninstalled:
878           adding gst-monkeysaudio to the list of possible plugin dirs
879
880 2004-03-16  David Schleef  <ds@schleef.org>
881
882         * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
883         (gst_init_check_with_popt_table):  Fix some gettext strings to
884         make them easier to translate.  Required making the strings
885         non-const.
886
887 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
888
889         * configure.ac: bump nano to 1
890
891 === release 0.8.0 ===
892
893 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
894
895         * configure.ac: release 0.8.0, "Executive Slacks"
896
897 2004-03-16  Johan Dahlin  <johan@gnome.org>
898
899         * gst/schedulers/gstoptimalscheduler.c
900         (gst_opt_scheduler_pad_unlink): Remove double ;,
901         spotted by Scott Wheeler
902
903 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
904
905         * configure.ac: bump libtool version
906
907 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
908
909         * gst/gstcaps.h:
910         * gst/gststructure.h:
911           add reserved padding
912
913 2004-03-15  Benjamin Otte  <otte@gnome.org>
914
915         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
916           set the first parameter for select call correctly.
917           (fixes #137230)
918
919 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
920
921         * *.c,*.h: don't mix tabs and spaces
922
923 2004-03-15  Johan Dahlin  <johan@gnome.org>
924
925         * gst/schedulers/gstoptimalscheduler.c
926         (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
927         crash on MPEG playback. My boolean arithmetic is a bit rusty.
928
929         * tools/Makefile.am (EXTRA_DIST): Add gst-indent
930         
931 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
932
933         * testsuite/Rules:
934           fix gst-register rules
935
936 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
937
938         * testsuite/Rules:
939           use versioned gst-register
940
941 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
942
943         * docs/libs/gstreamer-libs-sections.txt:
944           remove </SUBSECTION>
945         * gst/gstplugin.c:
946         * gst/gstregistry.c: (gst_registry_add_plugin):
947         * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
948         (gst_xml_registry_open_func), (gst_xml_registry_close_func):
949           add debugging and fix some comment blocks
950
951 2004-03-15  Johan Dahlin  <johan@gnome.org>
952
953         * *.h: Revert indent changes.
954         
955 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
956
957         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
958           g_error_free the g_error
959         * tools/gst-feedback-m.m:
960           check for other versions of gstreamer
961         * tools/gst-indent:
962           use sh, not bash
963
964 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
965
966         * tools/gst-register.c: do not spill paths when registries are not
967           writable, until we fix the "user running gst-register" case.
968
969 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
970
971         * *.c, *.h: commit of gst-indent run on core
972
973 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
974
975         * tools/gst-indent:
976         * tools/Makefile.am:
977           add our indentation style as a script
978
979 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
980
981         * po/sr.po:
982         * po/LINGUAS:
983           added Serbian translation
984
985 2004-03-13  Benjamin Otte  <otte@gnome.org>
986
987         * gst/gstelement.c:
988           add documentation note about gst_element_found_tags_for_pad not
989           being usable in getfunctions. (see #137042)
990
991 2004-03-12  David Schleef  <ds@schleef.org>
992
993         * gst/gstcaps.h: jdahlin, what are you smoking?  We can't just
994         change API right now!  Readd gst_caps_is_simple() macro.
995         * gst/gstelement.c: (gst_element_base_class_finalize): Fix
996         uninitialized variable.  I'd bet this caused crashes.
997         * gst/gstinfo.c: (gst_debug_print_object):  Fix 64-bit cleanliness.
998
999 2004-03-12  Johan Dahlin  <johan@gnome.org>
1000
1001         * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
1002         * gst/gstcaps.h: Clean up
1003
1004         * gst/gst.c (init_post): call gst_caps_get_type() instead of
1005         _gst_caps_initalize()
1006
1007         * gst/gstcaps.c: Style fixes, stay closer to glib and friends
1008         (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
1009
1010         * gst/gststructure.c (gst_structure_get_type): Ditto
1011
1012         * gst/gststructure.h: Ditto
1013         
1014 2004-03-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1015
1016         * gst/gstqueue.c: (gst_queue_init):
1017           Reset default max. values in queues. Reason is simply to avoid
1018           braindead use. If you want wider values, use the properties. The
1019           default is supposed to always work. Wider values would make this
1020           beast a memory hog by default (250 full-PAL RGB32 video frames?
1021           That's 440 MB! No thank you).
1022
1023 2004-03-10  David Schleef  <ds@schleef.org>
1024
1025         * tools/gst-run.c: (main):  Fix crash when no relevant tools
1026         were found.  (bug #136793)
1027
1028 2004-03-10  Johan Dahlin  <johan@gnome.org>
1029
1030         * gst/schedulers/gstoptimalscheduler.c
1031         (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
1032         links to elements within the same group, so we can finally remove
1033         that annoying warning. Refactor the code a little bit
1034         (group_dec_links_for_element): Split out
1035
1036 2004-03-09  David Schleef  <ds@schleef.org>
1037
1038         * docs/manual/dparams-app.xml:  Fix to handle double dparams.
1039         (bug #134863)
1040
1041 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1042
1043         * configure.ac: first bug fix due to major/minor bump
1044
1045 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1046
1047         * configure.ac: bump nano to 1
1048
1049 === release 0.7.6 ===
1050
1051 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1052
1053         * NEWS:
1054         * RELEASE:
1055         * configure.ac:
1056           releasing 0.7.6, "Almost"
1057         * po/fr.po:
1058         * po/nl.po:
1059         * tools/Makefile.am:
1060         * tools/gst-feedback-m.m:
1061           unversioned source
1062
1063 2004-03-09  Johan Dahlin  <johan@gnome.org>
1064
1065         Reviewed by: Thomas Vander Stichele
1066
1067         * gst/gstelement.c (gst_element_class_init): register second
1068         parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
1069         language bindings can (de)marshall correctly.
1070
1071         * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
1072
1073         * gst/gsterror.c (gst_g_error_get_type): New function
1074
1075         * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
1076         with VOID:OBJECT,OBJECT,STRING 
1077
1078 2004-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
1079
1080         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
1081         Free a leaked g_timer on early returns.
1082
1083 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1084
1085         * docs/pwg/advanced-types.xml:
1086           Add cinepak description.
1087
1088 2004-03-07  David Schleef  <ds@schleef.org>
1089
1090         * docs/random/mimetypes:  Added cinepak description
1091
1092 2004-03-07  Andy Wingo  <wingo@pobox.com>
1093
1094         * gst/gstbin.c (gst_bin_remove): Debugging fixes.
1095
1096         * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
1097         there are no links to other groups when a group is destroyed.
1098         (gst_opt_scheduler_pad_unlink): If the unlink means an element is
1099         removed from a group, make sure the link count to elements linked
1100         to other pads is appropriately decremented. This really fixes
1101         #135672.
1102
1103         The 1.60->1.61 patch has been reapplied in light of this fix.
1104
1105         * gst/gstelement.c (gst_element_dispose): Really protect against
1106         multiple invocations this time.
1107
1108 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1109
1110         * docs/gst/gstreamer-sections.txt:
1111         * docs/gst/tmpl/gsttag.sgml:
1112           remove some deprecated functions, document some existing ones
1113         * gst/gsttag.c: (gst_tag_get_flag):
1114         * gst/gsttag.h:
1115           add accessor function
1116
1117 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1118
1119         * docs/gst/gstreamer-sections.txt:
1120         * docs/gst/tmpl/gsttag.sgml:
1121         * docs/gst/tmpl/gstxml.sgml:
1122         * gst/gsttag.c: (gst_tag_get_flag):
1123         * gst/gsttag.h:
1124
1125 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
1126
1127         * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
1128         leak
1129
1130 2004-03-05  David Schleef  <ds@schleef.org>
1131
1132         * REQUIREMENTS: Add bison and flex.
1133         * configure.ac: Fix comment about bison.
1134         * docs/random/ds/0.9-suggested-changes: yer ma
1135         * tools/gst-inspect.c: (print_element_info):  Fix warning.
1136
1137 2004-03-05  Benjamin Otte  <otte@gnome.org>
1138
1139         * gst/gstelement.c: (gst_element_error_full):
1140           revert recent recursive state changing commit - messing with other
1141           elements' states is evil and should be done by apps only.
1142
1143 2004-03-05  Benjamin Otte  <otte@gnome.org>
1144
1145         * gst/gstelement.c: (gst_element_get_compatible_pad_template):
1146           check for empty intersection instead of NULL caps
1147         (gst_element_get_compatible_pad_filtered):
1148           remove old workaround that is only a bug nowadays
1149
1150 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1151
1152         * gst/gstelement.c: (gst_element_error_full):
1153           make elements try to recursively change state to PAUSED on all
1154           parents after an error to suppress ensuing warnings
1155         * gst/parse/grammar.y:
1156           make it check if it was able to sync the state, and throw an error
1157           if not, so stuff like
1158           oggdemux ! vorbisdec ! osssink gets caught
1159
1160 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1161
1162         * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
1163           it contains lib64; use AS_AC_EXPAND to handle it properly
1164
1165 2004-03-05  David Schleef  <ds@schleef.org>
1166
1167         * gst/gstcpuid_i386.s:  Remove unused code
1168         * libs/gst/getbits/getbits.c: (gst_getbits_init),
1169         (gst_getbits_newbuf): Remove MMX code
1170         * libs/gst/getbits/getbits.h: Remove MMX code
1171
1172 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
1173
1174         * debian/.cvsignore:
1175         * debian/README.Debian:
1176         * debian/changelog:
1177         * debian/control:
1178         * debian/control.in:
1179         * debian/copyright:
1180         * debian/gstreamer-core-libs-dev.files:
1181         * debian/gstreamer-core-libs.files:
1182         * debian/gstreamer-core.files:
1183         * debian/gstreamer-core.postinst:
1184         * debian/gstreamer-core.postrm:
1185         * debian/gstreamer-doc.files:
1186         * debian/gstreamer-doc.links:
1187         * debian/gstreamer-doc.lintian:
1188         * debian/gstreamer-runtime.files:
1189         * debian/gstreamer-runtime.manpages:
1190         * debian/gstreamer-runtime.postinst:
1191         * debian/gstreamer-runtime.postrm:
1192         * debian/gstreamer-tools.files:
1193         * debian/gstreamer-tools.manpages:
1194         * debian/libgstreamer-dev.files:
1195         * debian/libgstreamer0.4.1.files:
1196         * debian/libgstreamerVERSION.files:
1197         * debian/rules:
1198         Debian package info not maintained here.
1199
1200 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1201
1202         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
1203         * gst/gstbin.c: (gst_bin_class_init):
1204         * gst/gstelement.c: (gst_element_class_init):
1205         * gst/gstindex.c: (gst_index_class_init):
1206         * gst/gstobject.c: (gst_object_class_init),
1207         (gst_signal_object_class_init):
1208         * gst/gstpad.c: (gst_pad_template_class_init):
1209         * gst/gstregistry.c: (gst_registry_class_init):
1210         * gst/gsturi.c: (gst_uri_handler_base_init):
1211         * gst/gstxml.c: (gst_xml_class_init):
1212         * libs/gst/control/dparam.c: (gst_dparam_class_init):
1213         * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
1214           make all signal names use dashes instead of underscore
1215
1216 2004-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1217
1218         * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
1219
1220 2004-03-03  Benjamin Otte  <otte@gnome.org>
1221
1222         * gst/schedulers/gstoptimalscheduler.c:
1223           revert last commit by Andy Wingo. It causes segfaults on unreffing
1224           in Rhythmbox. (see bug #135672)
1225
1226 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
1227
1228         * po/fr.po: fix typo
1229
1230 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
1231
1232         * tools/gst-inspect.c: (main): 
1233         * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
1234
1235 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1236
1237         * configure.ac:
1238           get GLIB_ONLY and POPT flags for the nonversioned binaries
1239         * tools/Makefile.am:
1240           use them
1241
1242 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1243
1244         * gst/gst.c: (init_post):
1245           change so that GST_REGISTRY now is where the global registry gets
1246           saved, since that is where plugins now get attached to first, and
1247           spilled over to the user registry.  Note that in the case of using
1248           GST_REGISTRY env var, we don't want to affect any real registries
1249           beyond the one given by this var, and thus we don't set a user
1250           registry to spill to.  So make sure GST_REGISTRY is writable.
1251
1252 2004-03-01  David Schleef  <ds@schleef.org>
1253
1254         * AUTHORS:  Added some names.  Add yourself if you're missing.
1255
1256 2004-03-01  David Schleef  <ds@schleef.org>
1257
1258         * MAINTAINERS: Add
1259
1260 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1261
1262         * configure.ac:
1263           remove whitespace
1264         * docs/gst/tmpl/gstbuffer.sgml:
1265         * docs/gst/tmpl/gstdata.sgml:
1266         * docs/gst/tmpl/gstreamer-unused.sgml:
1267         * docs/gst/tmpl/gstxml.sgml:
1268           doc update
1269         * docs/manuals.mak:
1270           add a FIXME
1271         * docs/pwg/intro-preface.xml:
1272         * docs/pwg/pwg.xml:
1273           remove GNOME
1274         * gst/gst.c: (init_post):
1275           try GST_PLUGIN_PATH paths for the _global_registry first
1276         * gst/gstelement.h:
1277           add the error message as well, otherwise (null) debug info doesn't
1278           make much sense
1279         * tools/gst-register.c: (main):
1280           spill paths to next registry if this registry is not writable
1281         * po/fr.po:
1282         * po/nl.po:
1283           translation updates
1284
1285 2004-03-01  Johan Dahlin  <johan@gnome.org>
1286
1287         * gst/gstbuffer.c (_gst_buffer_initialize): 
1288         * gst/gstdata.c (gst_data_get_type): 
1289         * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
1290         instead of ref, since some applications that uses GBoxed
1291         routines depends on a function that actually returns a copy.
1292
1293 2004-02-27  Benjamin Otte  <otte@gnome.org>
1294
1295         * gst/gstbuffer.h:
1296           remove gst_buffer_free, use gst_data_unref
1297         * gst/gstdata.c: (gst_data_get_type):
1298           use refcounting in GstData GBoxed registration
1299         * gst/gstdata.h:
1300           remove gst_data_free, use gst_data_unref
1301
1302 2004-02-27  Johan Dahlin  <johan@gnome.org>
1303
1304         * gst/gstdata.c (gst_data_get_type): New function, register
1305         GstData as a GBoxed type.
1306
1307         * gst/gstdata.h (GST_TYPE_DATA): New macro
1308
1309 2004-02-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1310
1311         * Makefile.am:
1312         * gstreamer.spec.in:
1313           put back RELEASE
1314         * gst/Makefile.am:
1315           clean up non-disting of built files
1316         * testsuite/debug/commandline.c:
1317           test fix for option rename
1318
1319 2004-02-26  David Schleef  <ds@schleef.org>
1320
1321         * configure.ac:  We don't really need glib-2.3.  Also remove
1322         some unneeded checks for library functions.
1323         * gst/Makefile.am:  Instead, we need to not dist files created
1324         by glib-genmarshal.
1325
1326 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1327
1328         * configure.ac:
1329           bump glib required version to 2.3.0 for g_value_takes_boxed
1330
1331  2004-02-25  Christian Fredrik Kalager Schaller <uraeus@gnome.org>
1332
1333         * common/m4/gst-docs.m4
1334         change flavour text from enable to disable as enable is our default
1335         closes bug Bug 135304
1336
1337 === release 0.7.5 ===
1338  
1339  2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1340  
1341         * NEWS:
1342           instate NEWS file
1343         * Makefile.am:
1344         * gstreamer.spec.in:
1345         * RELEASE:
1346           put back release
1347         * configure.ac:
1348         * docs/random/release:
1349           more updates
1350
1351 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1352
1353         * gst/gsttag.c: (_gst_tag_initialize):
1354         * po/fr.po:
1355         * po/nl.po:
1356           remove hyphen from codec tags
1357
1358 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1359
1360         * gst/parse/Makefile.am:
1361           fix dependency so that a make from a clean build works the first
1362           time
1363
1364 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1365
1366         * docs/random/release:
1367           update release strategy
1368         * po/fr.po:
1369           auto-update po file
1370         * po/nl.po:
1371           update dutch translation
1372
1373 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1374
1375         * docs/manual/debugging.xml:
1376         fix manual for new debugging system
1377
1378 2004-02-25  Andy Wingo  <wingo@pobox.com>
1379
1380         * gst/gstpad.c (gst_pad_link_prepare): Re-add
1381         gst_pad_link_prepare. Please email the list with specific reasons
1382         for reverting.
1383
1384 2004-02-24  Andy Wingo  <wingo@pobox.com>
1385
1386         * gst/gstelement.c (gst_element_dispose): Protect against multiple
1387         invocations.
1388
1389         * gst/schedulers/gstoptimalscheduler.c:
1390         I added a mess of prototypes at the top of the file by way of
1391         documentation. Some of the operations on chains and groups were
1392         re-organized.
1393
1394         (create_group): Added a type argument so if the group is enabled,
1395         the setup_group_scheduler knows what to do.
1396         (group_elements): Added a type argument here, too, to be passed on
1397         to create_group.
1398         (group_element_set_enabled): If an unlinked PLAYING element is
1399         added to a bin, we have to create a new group to hold the element,
1400         and this function will be called before the group is added to the
1401         chain. Thus we have a valid case for group->chain==NULL. Instead
1402         of calling chain_group_set_enabled, just set the flag on the group
1403         (the chain's status will be set when the group is added to it).
1404         (gst_opt_scheduler_state_transition, chain_group_set_enabled):
1405         Setup the group scheduler when the group is enabled, not
1406         specifically when an element goes PAUSED->PLAYING. This means
1407         PLAYING elements can be added, linked, and scheduled into a
1408         PLAYING pipeline, as was intended.
1409         (add_to_group): Don't ref the group twice. I don't know when this
1410         double-ref got in here. Removing it has the potential to cause
1411         segfaults if other parts of the scheduler are buggy. If you find
1412         that the scheduler is segfaulting for you, put in an extra ref
1413         here and see if that hacks over the underlying issue. Of course,
1414         then find out what code is unreffing a group it doesn't own...
1415         (create_group): Make the extra refcount floating, and remove it
1416         after adding the element. This means that...
1417         (unref_group): Destroy when the refcount reaches 0, not 1, like
1418         every other refcounted object in the known universe.
1419         (remove_from_group): When a group becomes empty, set it to be not
1420         active, and remove it from its chain. Don't unref it again,
1421         there's no floating reference any more.
1422         (destroy_group): We have to remove the group from the chain in
1423         remove_from_group (rather than here) to break refcounting cycles
1424         (the chain always has a ref on the group). So assert that
1425         group->chain==NULL.
1426         (ref_group_by_count): Removed, it was commented out anyway.
1427         (merge_chains): Use the remove_from_chain and add_to_chain
1428         primitives to do the reparenting, instead of rolling our own
1429         implementation.
1430         (add_to_chain): The first non-disabled group in the chain's group
1431         list will be the entry point for the chain. Because buffers can
1432         accumulate in loop elements' peer bufpens, we preferentially
1433         schedule loop groups before get groups to avoid unnecessary
1434         execution of get-based groups when the bufpens are already full.
1435         (gst_opt_scheduler_schedule_run_queue): Debug fixes.
1436         (get_group_schedule_function): Ditto.
1437         (loop_group_schedule_function): Ditto.
1438         (gst_opt_scheduler_loop_wrapper): Ditto.
1439         (gst_opt_scheduler_iterate): Ditto.
1440
1441         I understand the opt scheduler now, yippee!
1442
1443         * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
1444         (gst_pad_get_name, gst_pad_set_chain_function) 
1445         (gst_pad_set_get_function, gst_pad_set_event_function) 
1446         (gst_pad_set_event_mask_function, gst_pad_get_event_masks) 
1447         (gst_pad_get_event_masks_default, gst_pad_set_convert_function) 
1448         (gst_pad_set_query_function, gst_pad_get_query_types) 
1449         (gst_pad_get_query_types_default) 
1450         (gst_pad_set_internal_link_function) 
1451         (gst_pad_set_formats_function, gst_pad_set_link_function) 
1452         (gst_pad_set_fixate_function, gst_pad_set_getcaps_function) 
1453         (gst_pad_set_bufferalloc_function, gst_pad_unlink) 
1454         (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent) 
1455         (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps) 
1456         (gst_pad_proxy_pad_link, gst_pad_proxy_fixate) 
1457         (gst_pad_get_pad_template_caps, gst_pad_check_compatibility) 
1458         (gst_pad_get_peer, gst_pad_get_allowed_caps) 
1459         (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull) 
1460         (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps) 
1461         (gst_pad_event_default_dispatch, gst_pad_event_default) 
1462         (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default) 
1463         (gst_pad_convert, gst_pad_query_default, gst_pad_query) 
1464         (gst_pad_get_formats_default, gst_pad_get_formats): Better
1465         argument checks, and some doc fixes.
1466
1467         (gst_pad_custom_new_from_template): Um, does anyone
1468         use these functions? Actually make a custom pad instead of a
1469         normal one.
1470         (gst_pad_try_set_caps): Transpose some checks.
1471         (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
1472         the pad is in negotiation.
1473         (gst_pad_try_relink_filtered): Use pad_link_prepare.
1474         
1475         * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
1476
1477         * gst/gstelement.h: 
1478         * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
1479         on the list.
1480
1481 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1482
1483         * gst/gstbin.c: (gst_bin_add):
1484           add error for not being able to add elements
1485
1486 2004-02-22  Julien MOUTTE <julien@moutte.net>
1487
1488         * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
1489         audio-codec and video-codec.
1490
1491 2004-02-22  Benjamin Otte  <otte@gnome.org>
1492
1493         reported by: Padraig O'Briain <padraig.obriain@sun.com>
1494
1495         * autogen.sh:
1496           replace test -e with test -x for mkinstalldirs to be more portable.
1497           (fixes #134816)
1498
1499 2004-02-22  Benjamin Otte  <otte@gnome.org>
1500
1501         * gst/gstpad.c:
1502           revert last patch from Andy, it makes gst_pad_can_link_filtered much
1503           too noisy
1504         * gst/gsttag.c: (_gst_tag_initialize):
1505         * gst/gsttag.h:
1506           add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
1507         * libs/gst/control/dparam.c: (gst_dparam_attach):
1508         * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
1509           check that types for attached dparams match
1510
1511 2004-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1512
1513         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
1514         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
1515         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
1516           fix errors
1517
1518 2004-02-20  Andy Wingo  <wingo@pobox.com>
1519
1520         * gst/gstbin.c:
1521         * gst/gstbuffer.c:
1522         * gst/gstplugin.c:
1523         * gst/registries/gstxmlregistry.c: 
1524         * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
1525
1526         * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
1527         (gst_element_add_pad): DEBUG->INFO, some fixes.
1528         (gst_element_get_compatible_pad_template): Just see if the
1529         templates' caps intersect, not if one is a strict subset of the
1530         other. This conforms more to what gst_pad_link_intersect() does.
1531         (gst_element_class_add_pad_template): Don't memcpy the pad
1532         template, just ref it.
1533         (gst_element_get_compatible_pad_filtered): Clean up debug messages
1534
1535         * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
1536         (gst_pad_link_filtered): Debug changes.
1537         (gst_pad_link_prepare): New function, consolidated from
1538         can_link_filtered and link_filtered.
1539
1540         * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
1541         look more like that of the functions in gstelement.c
1542
1543         * gst/gstinfo.c (gst_debug_print_object): Put a space before the
1544         object, and return the empty string if object is NULL.
1545
1546         * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
1547         * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
1548         LOG, not DEBUG. We still get flex info on debug.
1549
1550         * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
1551         debug string more verbose.
1552         (plugin_times_older_than): DEBUG->LOG.
1553
1554 2004-02-20  Julien MOUTTE <julien@moutte.net>
1555
1556         * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
1557         will emit found_tag for each stream they demux with the codec.
1558
1559 2004-02-20  Benjamin Otte  <otte@gnome.org>
1560
1561         * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
1562           copy navigation event correctly. Check freeing tag lists. 
1563         * gst/gstthread.c: (gst_thread_change_state):
1564           don't abort() on state changing mess - it might happen because of
1565           bugs.
1566         * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
1567           use boxed functions
1568         * gst/gstvalue.h:
1569           fix GST_VALUE_HOLDS_CAPS
1570
1571 2004-02-19  David Schleef  <ds@schleef.org>
1572
1573         * gst/gstinfo.h:  Copy G_STRFUNC implementation from glib-2.4
1574         and use it for GST_FUNCTION.  (bug #134750)
1575
1576 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1577
1578         * po/fr.po:
1579         * po/nl.po:
1580           updating translations
1581
1582 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1583
1584         * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
1585
1586 2004-02-18  kost@imn.htwk-leipzig.de
1587
1588         reviewed by: David Schleef  <ds@schleef.org>
1589
1590         * docs/libs/gstreamer-libs-sections.txt:  Add missing sections
1591         for libgstcontrol.
1592
1593 2004-02-18  David Schleef  <ds@schleef.org>
1594
1595         * libs/gst/control/dparam.c: (gst_dparam_class_init):
1596         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
1597         (gst_dpsmooth_new): Additional fixes to get double dparams working.
1598         * tools/gst-inspect.c: (print_element_info): Support dumping of
1599         double dparam information.
1600
1601 2004-02-17  David Schleef  <ds@schleef.org>
1602
1603         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
1604         Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
1605         * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
1606         Use GST_TYPE_CAPS in signal prototype.
1607         * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
1608         Convert GST_TYPE_CAPS to boxed.
1609         * gst/gstelement.c: (gst_element_class_init):
1610         Use GST_TYPE_TAG_LIST in signal prototype.
1611         * gst/gstindex.c: (gst_index_class_init):
1612         * gst/gstindex.h:
1613         Add GST_TYPE_INDEX_ENTRY type.
1614         * gst/gstmarshal.list:
1615         Add necessary marshal types.
1616         * gst/gstpad.c: (gst_real_pad_class_init),
1617         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
1618         (gst_pad_recover_caps_error):
1619         Use GST_TYPE_CAPS in signal prototypes.  Fix some debugging strings.
1620         * gst/gststructure.c: (_gst_structure_initialize),
1621         (gst_structure_copy), (_gst_structure_copy_conditional):
1622         * gst/gststructure.h:
1623         Convert GST_TYPE_STRUCTURE to boxed.
1624         * gst/gsttag.c: (gst_tag_list_get_type):
1625         * gst/gsttag.h:
1626         Add GST_TYPE_TAG_LIST type.
1627
1628 2004-02-17  Julien MOUTTE  <julien@moutte.net>
1629
1630         * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
1631         to what we agreed with david.
1632         * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
1633
1634 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1635
1636         * po/nl.po: update translation
1637
1638 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1639
1640         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
1641           throw an error if spider is trying to play a mime type there is
1642           no decoder for
1643         * po/POTFILES.in:
1644           add gst/autoplug/gstspider.c for translation
1645
1646 2004-02-17  Julien MOUTTE  <julien@moutte.net>
1647
1648         * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return 
1649         silently when the pad is negotiating.
1650
1651 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1652
1653         * docs/faq/Makefile.am:
1654           add script to run gstreamer uninstalled 
1655         * docs/faq/faq.xml:
1656         * docs/faq/developing.xml:
1657         * docs/faq/gst-uninstalled:
1658           extract script to run gstreamer uninstalled
1659         * docs/manuals.mak:
1660           add EXTRA_SOURCES variable for Makefile.am's to set to
1661           use additional SOURCE files for the doc build
1662
1663 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1664
1665         * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
1666
1667 2004-02-15  Julien MOUTTE  <julien@moutte.net>
1668
1669         * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
1670         bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
1671         an error was thrown by osssink. Basically a state change failure for
1672         an element in a different scheduling group was considered as
1673         successful, which means that caps nego was going on and weird stuff
1674         happened. Like I wrote in the comment there, if someone wants to
1675         revert that please drop me a mail explaining why because I really see
1676         no point in keeping that broken behaviour there.
1677         * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
1678         be empty, we then return NULL which will trigger a nice error when 
1679         pulling from the pad.
1680
1681 2004-02-13  David Schleef  <ds@schleef.org>
1682
1683         * libs/gst/control/dparam.c: (gst_dparam_class_init),
1684         (gst_dparam_get_property), (gst_dparam_set_property),
1685         (gst_dparam_do_update_default):
1686         * libs/gst/control/dparam.h:
1687         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
1688         (gst_dpsmooth_new), (gst_dpsmooth_set_property),
1689         (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
1690         (gst_dpsmooth_do_update_double):
1691         * libs/gst/control/dparam_smooth.h:
1692         * libs/gst/control/dparammanager.c:
1693         (gst_dpman_inline_direct_update):
1694         Add support for double dparams.
1695
1696 2004-02-13  David Schleef  <ds@schleef.org>
1697
1698         * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
1699         * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
1700
1701 2004-02-13  Mattias Wadman  <mattias@sudac.org>
1702
1703         reviewed by: David Schleef  <ds@schleef.org>
1704
1705         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
1706         (gst_fdsrc_init), (gst_fdsrc_set_property),
1707         (gst_fdsrc_get_property), (gst_fdsrc_get):
1708         * gst/elements/gstfdsrc.h:  Adds timeout property to fdsrc,
1709         and sends an EOS event if file descriptor reading times out.
1710
1711 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1712
1713         * configure.ac:
1714           add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
1715
1716 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1717
1718         * configure.ac: pass required libxml version as argument
1719         (bug reported by Christophe Fergeau)
1720
1721 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1722   
1723         * docs/gst/gstreamer-docs.sgml:
1724         * docs/gst/tmpl/gstxml.sgml:
1725         * docs/libs/gstreamer-libs-docs.sgml:
1726           version API docs
1727
1728 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1729
1730         * gst/gstinfo.c:
1731         * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
1732         (gst_registry_pool_feature_filter):
1733         * gst/gstthread.c: (gst_thread_class_init):
1734         * gst/gstvalue.c:
1735           add includes exposed by building without libxml
1736         * gst/indexers/Makefile.am:
1737           do not build fileindex when LOADSAVE disabled; we should have
1738           a better libxml check later since fileindex depends on xml, not
1739           LOADSAVE or REGISTRY
1740         * libs/gst/control/Makefile.am:
1741           link with m
1742         * tools/Makefile.am:
1743           fix wrong source code for gst-xmlinspect
1744
1745 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1746
1747         * configure.ac:
1748           fix gcov help output
1749           move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
1750         * docs/random/release:
1751           some updated releasing notes
1752         * gstreamer.spec.in:
1753           more updates
1754
1755 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1756
1757         * docs/faq/faq.xml:
1758         * docs/manual/manual.xml:
1759         * docs/pwg/pwg.xml:
1760         * docs/pwg/titlepage.xml:
1761           put version in documentation
1762
1763 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1764
1765         * tools/Makefile.am: fix man page installation
1766
1767 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1768
1769         * configure.ac:
1770           don't check for libxml when load/save and registry disabled (#105844)
1771         * gstreamer.spec.in:
1772           sync with fedora candidate spec
1773
1774 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1775
1776         * po/fr.po:
1777         * po/nl.po:
1778           replace multidisksrc with multifilesrc
1779
1780 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1781
1782         * po/POTFILES.in:
1783           update to multidisksrc => multifilesrc file renaming (#134145)
1784
1785 2004-02-11  David Schleef  <ds@schleef.org>
1786
1787         * docs/gst/tmpl/gstcaps.sgml:  Fix stuff that mentions GstProps
1788         * docs/gst/tmpl/gstpadtemplate.sgml: same
1789         * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
1790         * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
1791         fixing dance.
1792         * gst/gstutils.c: Remove disabled code that uses GstProps.
1793         * gst/registries/gstxmlregistry.h: same
1794         * docs/random/ds/0.9-suggested-changes: random notes
1795
1796 2004-02-11  kost@imn.htwk-leipzig.de
1797
1798         reviewed by: David Schleef  <ds@schleef.org>
1799
1800         * gst/gstclock.c: (gst_clock_entry_new): fixes structure
1801         initialisation of clock (bug #134128)
1802
1803 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1804
1805         * configure.ac:
1806         * gst/elements/Makefile.am:
1807         * gst/elements/gstelements.c:
1808         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
1809         (gst_multifilesrc_class_init), (gst_multifilesrc_init),
1810         (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
1811         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
1812         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
1813         * gst/elements/gstmultifilesrc.h:
1814           rename multidisksrc to multifilesrc (part of #122200)
1815
1816 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1817
1818         * docs/manuals.mak:
1819           fix automake complaints
1820         * gst-element-check.m4:
1821           fix unquotedness
1822
1823 2004-02-11  David Schleef  <ds@schleef.org>
1824
1825         * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
1826         * gst/gstatomic_impl.h: Disable sparc implementation.
1827
1828 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1829
1830         * gst-element-check.m4:
1831           fix underquoted macros as reported by automake 1.8.x (#133800)
1832         * configure.ac:
1833           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
1834           by autopoint (fixes #132996)
1835
1836 2004-02-10  Andy Wingo  <wingo@pobox.com>
1837
1838         * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
1839         way to do inheritance.
1840         (gst_pad_get_event_masks, gst_pad_get_event_masks_default) 
1841         (gst_pad_get_query_types, gst_pad_get_query_types_default):
1842         Routine docs.
1843         (gst_pad_set_link_function, gst_pad_set_fixate_function) 
1844         (gst_pad_set_getcaps_function): Doc from Dave's negotation random
1845         doc.
1846         (gst_pad_unlink, gst_pad_is_linked): Docs.
1847         (gst_pad_renegotiate): A brief description of capsnego.
1848         (gst_pad_try_set_caps): Document.
1849         (gst_pad_try_set_caps_nonfixed): Document.
1850         (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
1851         (gst_pad_set_parent): Deprecated (although not out of the API).
1852         (gst_pad_get_parent): Deprecated, although many plugins use this.
1853         (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
1854         are private and will go away in 0.9.
1855         (gst_pad_perform_negotiate): Doc.
1856         (gst_pad_link_unnegotiate): I think this is meant to be static.
1857         (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps) 
1858         (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility) 
1859         (gst_pad_get_peer): Doc updates.
1860         (gst_pad_caps_change_notify): Doc.
1861         (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get) 
1862         (gst_ghost_pad_new): Doc fixes.
1863
1864         * gst/gstobject.c (gst_object_get_parent, gst_object_unparent) 
1865         (gst_object_check_uniqueness): 
1866
1867         * gst/gstelement.c (gst_element_add_pad) 
1868         (gst_element_add_ghost_pad, gst_element_remove_pad) 
1869         (gst_element_remove_ghost_pad, gst_element_get_pad) 
1870         (gst_element_get_static_pad, gst_element_get_pad_list) 
1871         (gst_element_class_get_pad_template_list) 
1872         (gst_element_class_get_pad_template): Work on the docs.
1873         (gst_element_get_pad_template_list): Uses the class method.
1874         (gst_element_get_compatible_pad_template): Docs, and consolidate
1875         some test conditions. 
1876         (gst_element_get_pad_from_template): New static function.
1877         (gst_element_request_compatible_pad): Docs, and work with
1878         non-request compatible templates. 
1879         (gst_element_get_compatible_pad_filtered): Docs and remove
1880         redundant checks.
1881         (gst_element_get_compatible_pad, gst_element_link_pads_filtered) 
1882         (gst_element_link_filtered, gst_element_link_many) 
1883         (gst_element_link, gst_element_link_pads) 
1884         (gst_element_unlink_many): Docs.
1885
1886 2004-02-05  Andy Wingo  <wingo@pobox.com>
1887
1888         * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
1889         s/pointer/boxed/.
1890
1891         * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
1892
1893         * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
1894         marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
1895         with the type=GST_TYPE_CAPS. This allows language bindings to know
1896         what kind of data they're dealing with.
1897
1898         * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
1899         to NULL when g_value_init is called. GstCaps, which rolls its own
1900         type implementation, now does the same instead of allocating empty
1901         caps.
1902         (_gst_caps_initialize, _gst_caps_collect_value,
1903         _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
1904         table methods. This allows G_VALUE_COLLECT to work.
1905
1906 2004-02-05  Andy Wingo  <wingo@pobox.com>
1907
1908         * configure.ac:
1909         * testsuite/Makefile.am (SUBDIRS): 
1910         * testsuite/ghostpads/Makefile.am: 
1911         * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
1912
1913         * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
1914         These two routines are the only ones that set
1915         GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
1916         pad template. They should be made static, depending on ABI needs.
1917         (gst_real_pad_dispose): Handle the case of ghost pads without a
1918         parent. Assert after dealing with ghost pads that the ghost pad
1919         list is empty.
1920         (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
1921         set after creation.
1922         (gst_ghost_pad_dispose): Set ::real-pad to NULL.
1923         (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
1924         functions. set_property will call add_ghost_pad/remove_ghost_pad
1925         as appropriate.
1926         (gst_ghost_pad_new): All the work is offloaded to g_object_new.
1927
1928         * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
1929         (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
1930         (gst_element_remove_pad): Handle ghost pads as well.
1931         (gst_element_remove_ghost_pad): Deprecated (could be removed,
1932         depending on API-stability needs).
1933
1934 2004-02-05  Andy Wingo  <wingo@pobox.com>
1935
1936         * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
1937         of course they're const
1938
1939 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1940
1941         * tools/Makefile.am:
1942         * tools/gst-feedback:
1943         * tools/gst-feedback-0.7:
1944           make gst-feedback versioned too for consistency
1945
1946 2004-02-11  David Schleef  <ds@schleef.org>
1947
1948         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
1949         (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
1950
1951 2004-02-10  Julien MOUTTE <julien@moutte.net>
1952
1953         * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
1954         the structure does not contain a valid tag list. Adding a safety check
1955         to remove a noisy warning in that case.
1956
1957 2004-02-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1958
1959         * gst/gst.c: fix name to be in line with others
1960
1961 2004-02-09  Julien MOUTTE <julien@moutte.net>
1962
1963         * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
1964         not shout that loud when len is 0. Just return 0 silently.
1965
1966 2004-02-09  Julien MOUTTE  <julien@moutte.net>
1967
1968         * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
1969         because data_unref has one and I prefer the debug to be symetric.
1970         * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
1971         were refed when added to the queue and unrefed only once when the queue
1972         was flushed. Now the flush handler unref the buffers two times : first
1973         unref for the ref added when pushing in the queue's tail and second
1974         unref to destroy the flushed buffer.
1975
1976 2004-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1977
1978         * docs/pwg/building-boiler.xml: fix cvs checkout documentation
1979
1980 2004-02-06  David Schleef  <ds@schleef.org>
1981
1982         * docs/random/ds/0.9-suggested-changes: Random ramblings
1983         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
1984         to int before printing.
1985         * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
1986         * gst/parse/parse.l: same.  See bug #129600
1987
1988 2004-02-06  David Schleef  <ds@schleef.org>
1989
1990         * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
1991         (gst_index_add_entry), (gst_index_add_associationv),
1992         (gst_index_add_association): Add gst_index_add_associationv()
1993         and clean up gst_index_add_association(). #127133
1994
1995 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1996
1997         * autogen.sh: check out common with right tag if CVS/Tag exists
1998
1999 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2000
2001         * testsuite/ghostpads/ghostpads.c: (main):
2002           fix testsuite from segfaulting
2003
2004 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2005
2006         * Makefile.am: add release target
2007         * configure.ac: bump nano to 1
2008         * docs/random/release:
2009
2010 2004-02-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2011
2012         * gst/gstcaps.h:
2013         * gst/gstelement.c: (gst_element_base_class_init),
2014         (gst_element_class_set_details), (gst_element_clear_pad_caps):
2015         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
2016         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
2017         (gst_real_pad_dispose):
2018         * gst/gststructure.c: (gst_structure_free),
2019         (gst_structure_from_string):
2020           put reverted patch back in
2021         * gst/gstelement.c: (gst_element_remove_pad):
2022           free explicit caps if they're set
2023         * gst/gstpad.c: (_gst_pad_default_fixate_func):
2024           copy the structure when fixating
2025
2026 2004-02-05  David Schleef  <ds@schleef.org>
2027
2028         * gst/gstmarshal.list:
2029         * gst/gstpad.c: (gst_real_pad_class_init),
2030         (_gst_real_pad_fixate_accumulator):
2031         Revert POINTER->BOXED change in signal marshaller.
2032
2033 === gstreamer 0.7.4 ===
2034                                                                                 
2035 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2036                                                                                 
2037         * NEWS: GStreamer 0.7.4 "Wooden Eels" released
2038         * configure.ac: changed for release
2039
2040 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2041
2042         * gstreamer.spec.in:
2043           bump required version of gtk-doc
2044
2045 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2046
2047         * gst/gstcaps.h:
2048         * gst/gstelement.c: (gst_element_base_class_init),
2049         (gst_element_class_set_details), (gst_element_clear_pad_caps):
2050         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
2051         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
2052         (gst_real_pad_dispose):
2053         * gst/gststructure.c: (gst_structure_free),
2054         (gst_structure_from_string):
2055           revert patch that breaks applications, reapply after release
2056           to get this fixed properly
2057
2058 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2059
2060         * gst/gsttag.c: (_gst_tag_initialize):
2061         * gst/gsttag.h:
2062           remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
2063
2064 2004-02-04  David Schleef  <ds@schleef.org>
2065
2066         Fix some memleaks:
2067         * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
2068         (gst_spider_plug_from_srcpad):
2069         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
2070
2071 2004-02-04  David Schleef  <ds@schleef.org>
2072
2073         * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
2074         a GstRealPad before accessing its structure members.
2075
2076 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2077
2078         * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
2079         (gst_clock_get_speed):
2080         * gst/gstclock.h:
2081           reset padding, remove unused fields
2082
2083 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2084
2085         * gst/autoplug/gstspideridentity.c:
2086         (gst_spider_identity_sink_loop_type_finding):
2087           use get_allowed_caps, not get_caps (fixes #132519)
2088         * gst/elements/gsttypefind.c: (stop_typefinding):
2089           use correct order when sending buffers and seeking
2090
2091 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2092
2093         * configure.ac:
2094         * gst/gstelement.h:
2095         * gst/gstpad.h:
2096         * gst/gstqueue.h:
2097           upgrade libtool CURRENT, reset padding
2098
2099 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2100
2101         * configure.ac:
2102           bump to prerelease
2103           put back AM_PROG_LIBTOOL to make libtoolize stop complaining
2104
2105 2004-02-04  David Schleef  <ds@schleef.org>
2106
2107         * docs/random/ds/0.9-suggested-changes: random notes
2108         * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
2109         (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
2110         Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
2111         expansion.
2112         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
2113         (gst_filesink_get_query_types): same
2114         * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
2115         (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
2116         * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
2117         to use new GST_PTR_FORMAT.
2118         * gst/gstelement.h: deprecate function factory macros
2119         GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
2120         These are our last variadic macros that can't be replaced with
2121         inlines.  Celebrate!  Also fix a typo in an #ifdef that was
2122         attempting to deprecate gst_element_clock_wait().
2123         * gst/gstevent.h: same
2124         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
2125         (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
2126         * gst/gstpad.h: deprecate function factory macros similar to above.
2127
2128 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2129
2130         * configure.ac:
2131         * tools/Makefile.am:
2132         * tools/gst-run.c: (popt_callback), (hash_print_key),
2133         (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
2134         (get_candidates), (main):
2135           add new source file to generate non-versioned wrapper binaries
2136           for our tools.
2137
2138 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2139
2140         * gst/gstevent.c: (_gst_event_free):
2141           actually break; inside the switch statement
2142         * gst/parse/grammar.y:
2143           fix memleak where GValues weren't unset
2144
2145 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2146
2147         * gst/gststructure.c: (gst_structure_from_string):
2148           fix huge memleak
2149         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
2150         (new_entry), (gst_type_find_element_chain):
2151         * gst/gstelement.c: (gst_element_base_class_init),
2152         (gst_element_class_set_details):
2153         * gst/gstpad.c: (gst_pad_can_link_filtered):
2154           fix smaller memleaks
2155         * gst/gstpad.c: (gst_real_pad_dispose):
2156           check that explicit caps are gone
2157         * gst/gststructure.c: (gst_structure_free):
2158           actually free the structure
2159         * gst/gstelement.c: (gst_element_clear_pad_caps):
2160           unset explicit caps
2161
2162 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2163
2164         * tools/Makefile.am:
2165           use AM_CFLAGS since all the CFLAGS are the same
2166           use AM_LDFAGS
2167
2168 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2169
2170         * docs/manual/gnome.xml:
2171           expand example a little
2172         * gst/gst.c: (gst_init_with_popt_table),
2173         (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
2174           make sure popt option displays are done with right textdomain
2175           use GstPoptOption type
2176         * gst/gst.h:
2177           create GstPoptOption type
2178
2179 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2180
2181         * gst/gsterror.c: (_gst_stream_errors_init):
2182         * gst/gsterror.h:
2183           adding error type for no codec
2184         * po/POTFILES.in:
2185           add gst-inspect
2186         * po/nl.po:
2187           update dutch translation
2188         * tools/gst-inspect.c: (print_element_list), (main):
2189           do proper internationalization
2190         * tools/gst-launch.c: (idle_func):
2191           remove commented out function call
2192
2193 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2194
2195         * docs/README:
2196           add some error fixing notes
2197         * docs/gst/gstreamer-sections.txt:
2198           remove double entries
2199         * docs/gst/tmpl/gstbin.sgml:
2200         * docs/gst/tmpl/gstclock.sgml:
2201           remove override
2202         * docs/gst/tmpl/gstelement.sgml:
2203         * docs/gst/tmpl/gstindex.sgml:
2204         * docs/gst/tmpl/gstobject.sgml:
2205         * docs/gst/tmpl/gstpadtemplate.sgml:
2206         * docs/gst/tmpl/gstreamer-unused.sgml:
2207         * docs/gst/tmpl/gsttag.sgml:
2208         * docs/gst/tmpl/gstthread.sgml:
2209         * docs/gst/tmpl/gstxml.sgml:
2210         * gst/gsttag.h:
2211           sync header prototypes with c decls
2212         * gst/gsttaginterface.c:
2213           fix doc headers
2214
2215 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2216
2217         * gst/parse/Makefile.am:
2218         * gst/gstobject.h:
2219           get rid of gstmarshal.h dependency. It's not needed.
2220         * gst/gst.h:
2221         * gst/elements/gstfakesink.c:
2222         * gst/elements/gstfakesrc.c:
2223         * gst/elements/gstidentity.c:
2224         * gst/gstbin.c:
2225         * gst/gstelement.c:
2226         * gst/gstindex.c:
2227         * gst/gstobject.c:
2228         * gst/gstpad.c:
2229         * gst/gstthread.c:
2230         * gst/gstxml.c:
2231         * libs/gst/control/dparam.c:
2232         * libs/gst/control/dparammanager.c:
2233           include gstmarshal.h.
2234         Fixes #132045
2235
2236 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2237
2238         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
2239         (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
2240         (gst_filesrc_map_region), (gst_filesrc_get_mmap):
2241         * gst/elements/gstfilesrc.h:
2242           don't ref the filesrc when creating mmaped buffers. Don't keep a
2243           list of not-yet-destroyed buffers.
2244         * gst/gstbuffer.h:
2245           Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
2246
2247 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2248
2249         * gst/gst.c: (init_pre):
2250           remove textdomain
2251
2252 2004-02-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2253
2254         * docs/pwg/advanced-events.xml:
2255         * docs/pwg/advanced-scheduling.xml:
2256         * docs/pwg/intro-basics.xml:
2257         * docs/pwg/other-manager.xml:
2258         * docs/pwg/other-nton.xml:
2259         * docs/pwg/other-ntoone.xml:
2260         * docs/pwg/other-oneton.xml:
2261         * docs/pwg/pwg.xml:
2262           All sort of documentation... Forgot what. Point is that I want this
2263           in before I leave. The 'other-*' will be the last section and will
2264           explain issues specific to these type of elements.
2265
2266 2004-02-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2267
2268         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
2269         (gst_filesrc_get_read):
2270           set all the values on buffers that we can
2271
2272 2004-02-02  David Schleef  <ds@schleef.org>
2273
2274         Change usage of isblah() to g_ascii_isblah() to be more locale
2275         independent.  (#133076)
2276         * gst/gsturi.c: (gst_uri_protocol_check_internal):
2277         * gst/gstutils.c:
2278         * gst/parse/parse.l:
2279
2280 2004-02-02  Jon Trowbridge  <trow@gnu.org>
2281
2282         reviewed by: David Schleef  <ds@schleef.org>
2283
2284         Fix memory leaks:
2285         * gst/gstcaps.c: (gst_caps_to_string):
2286         * gst/registries/gstxmlregistry.c:
2287         (gst_xml_registry_add_path_list_func),
2288         (gst_xml_registry_parse_padtemplate):
2289
2290 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2291
2292         * gst/gstelement.c: (gst_element_default_error):
2293           suffix error messages with period
2294
2295 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
2296
2297         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
2298         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
2299         * gst/gsterror.c: (gst_error_get_message):
2300           Suffix with dots
2301         * po/fr.po:
2302         * po/nl.po:
2303           Update translation files
2304
2305 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
2306
2307         * gst/autoplug/gstspideridentity.c:
2308         (gst_spider_identity_sink_loop_type_finding):
2309         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
2310         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
2311         (gst_filesink_close_file), (gst_filesink_handle_event),
2312         (gst_filesink_chain):
2313         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
2314         (gst_filesrc_get_read), (gst_filesrc_open_file):
2315         * gst/elements/gstidentity.c: (gst_identity_chain):
2316         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
2317         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
2318         (gst_pipefilter_chain), (gst_pipefilter_open_file):
2319         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
2320         * gst/gsterror.c: (_gst_core_errors_init),
2321         (_gst_library_errors_init), (_gst_resource_errors_init),
2322         (_gst_stream_errors_init), (gst_error_get_message):
2323         * gst/gstpad.c: (gst_pad_set_explicit_caps),
2324         (gst_pad_recover_caps_error), (gst_pad_pull):
2325         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
2326         * gst/schedulers/gstbasicscheduler.c:
2327         (gst_basic_scheduler_chainhandler_proxy),
2328         (gst_basic_scheduler_gethandler_proxy),
2329         (gst_basic_scheduler_cothreaded_chain):
2330           Suffix error messages with period.
2331           Use (NULL) instead of NULL
2332
2333 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
2334
2335         * docs/gst/tmpl/gstelement.sgml:
2336         * docs/gst/tmpl/gstxml.sgml:
2337         * gst/gstelement.c: (gst_element_error_full):
2338           add element path to error
2339
2340 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2341
2342         * docs/random/mimetypes:
2343           update raw int/float info
2344         * gst/gsttag.c: (_gst_tag_initialize):
2345         * gst/gsttag.h:
2346           add GST_TAG_ENCODER
2347
2348 2004-01-30  David Schleef  <ds@schleef.org>
2349
2350         * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
2351           missing (#132991)
2352
2353 2004-01-30  Laurent Vivier <Laurent.Vivier@bull.net>
2354
2355         reviewed by Benjamin Otte 
2356           parts of the patch submitted in bug #113913
2357
2358         * configure.ac:
2359           use AC_C_INLINE. Use = instead of == with test
2360         * examples/plugins/example.c:
2361         * gst/autoplug/gstspideridentity.c:
2362         * gst/elements/gstfdsrc.c:
2363         * gst/elements/gstfilesrc.c:
2364         * gst/elements/gstidentity.c:
2365         * gst/elements/gstmultidisksrc.c:
2366         * gst/elements/gststatistics.c:
2367         * gst/gstelement.c:
2368         * gst/gstobject.c:
2369         * gst/gstpad.c:
2370         * gst/gstpipeline.c:
2371         * gst/gstthread.c:
2372           don't end enums with a comma
2373         * gst/gstindex.c: (gst_index_compare_func):
2374           do explicit casting to gint
2375         * gst/gsttrace.c: (gst_trace_text_flush):
2376           #define strsize as a macro
2377
2378 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2379
2380         * docs/README:
2381         * docs/gst/gstreamer-docs.sgml:
2382         * docs/gst/gstreamer-sections.txt:
2383         * docs/gst/tmpl/gstelement.sgml:
2384         * docs/gst/tmpl/gsterror.sgml:
2385         * docs/gst/tmpl/gstinterface.sgml:
2386         * docs/gst/tmpl/gstreamer-unused.sgml:
2387         * docs/gst/tmpl/gststructure.sgml:
2388         * docs/gst/tmpl/gsttag.sgml:
2389         * docs/gst/tmpl/gsttaginterface.sgml:
2390         * docs/gst/tmpl/gstvalue.sgml:
2391         make sure all API ends up in the built docs
2392         * gst/gstinterface.c:
2393         * gst/gststructure.c: (gst_structure_id_set_value),
2394         (gst_structure_set_value), (gst_structure_id_get_value):
2395         * gst/gststructure.h:
2396         * gst/gstvalue.h:
2397         sync .h with .c declarations
2398
2399 2004-01-30  Julien Moutte  <julien@moutte.net>
2400
2401         * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
2402         Ronald will fix riffread.
2403
2404 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2405
2406         * docs/pwg/advanced-interfaces.xml:
2407           Added tuner interface docs.
2408
2409 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2410
2411         * docs/random/mimetypes:
2412           correct Theora information
2413         * gst/gstelement.h:
2414           make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
2415
2416 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2417
2418         * gst/gstelement.c: (gst_element_error_full):
2419         * gst/gstelement.h:
2420           GST_ELEMENT_ERROR in enum -> _IN_ERROR
2421
2422 2004-01-29  Julien MOUTTE  <julien@moutte.net>
2423
2424         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
2425         (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
2426         again and even before DISCONT.
2427         * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
2428         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
2429         bytestream so that it's not stopping to fill the bytestream if events
2430         different than EOS or DISCONT are received. Instead it process them so
2431         that they go downstream.
2432
2433 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2434
2435         * docs/gst/tmpl/gstelement.sgml:
2436         * docs/gst/tmpl/gstreamer-unused.sgml:
2437         * docs/gst/tmpl/gstxml.sgml:
2438         * gst/autoplug/gstspideridentity.c:
2439         (gst_spider_identity_sink_loop_type_finding):
2440         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
2441         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
2442         (gst_filesink_close_file), (gst_filesink_handle_event),
2443         (gst_filesink_chain):
2444         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
2445         (gst_filesrc_get_read), (gst_filesrc_open_file):
2446         * gst/elements/gstidentity.c: (gst_identity_chain):
2447         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
2448         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
2449         (gst_pipefilter_chain), (gst_pipefilter_open_file):
2450         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
2451         * gst/gstelement.h:
2452         * gst/gstpad.c: (gst_pad_set_explicit_caps),
2453         (gst_pad_recover_caps_error), (gst_pad_pull):
2454         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
2455         * gst/schedulers/gstbasicscheduler.c:
2456         (gst_basic_scheduler_chainhandler_proxy),
2457         (gst_basic_scheduler_gethandler_proxy),
2458         (gst_basic_scheduler_cothreaded_chain):
2459           gst_element_error -> GST_ELEMENT_ERROR
2460
2461 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2462
2463         * docs/Makefile.am:
2464         * docs/gst/tmpl/gstelement.sgml:
2465         * docs/gst/tmpl/gstxml.sgml:
2466         * docs/manuals.mak:
2467         * docs/pwg/advanced-request.xml:
2468         * docs/pwg/advanced-scheduling.xml:
2469         * docs/pwg/advanced-tagging.xml:
2470           fix non-validating docbook using CDATA
2471           make sure make check-local gets run first to check if it validates
2472
2473 2004-01-29  Julien MOUTTE <julien@moutte.net>
2474
2475         * docs/pwg/advanced-events.xml: Adding documentation on advanced event
2476         handling (up and downstream).
2477         * docs/pwg/advanced-interfaces.xml: Make it coherent with the
2478         my_filter thing.
2479
2480 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2481
2482         * docs/pwg/advanced-tagging.xml:
2483           Add docs about tag writing.
2484
2485 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2486
2487         * docs/pwg/advanced-tagging.xml:
2488           Add a part about tag reading and application signalling... Tag
2489           writing still needs to be documented.
2490         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
2491           We can set file locations in READY, too.
2492
2493 2004-01-29  Julien MOUTTE <julien@moutte.net>
2494
2495         * docs/random/ds/element-checklist: Adding some notes about src
2496         events.
2497
2498 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2499
2500         * docs/random/mimetypes:
2501           Update docs to point to correct elements for various mimetypes, and
2502           some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
2503           <stephane.loeuillet@tiscali.fr>.
2504
2505 2004-01-28  David Schleef  <ds@schleef.org>
2506
2507         * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
2508
2509 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2510
2511         * docs/random/mimetypes:
2512           update docs for audio/x-raw-float. Add "buffer-frames=0 means
2513           undefined"
2514         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
2515           make it only work in NULL.
2516         * gst/gstcaps.c:
2517           don't posion NULL caps
2518         * gst/gstelement.c: (gst_element_set_time):
2519           add debugging statement
2520         * gst/gstelement.c: (gst_element_emit_found_tag),
2521         (gst_element_found_tag_func), (gst_element_found_tags):
2522         * gst/gstelement.h:
2523           These functions take const taglists
2524         * gst/gstpad.c: (gst_pad_proxy_getcaps):
2525           fix memleak
2526         * gst/gstpad.c: (gst_pad_event_default):
2527           make more effort on handling discont and clocks, g_warn if everything
2528           fails
2529         * gst/gststructure.c: (gst_structure_remove_fields),
2530         (gst_structure_remove_fields_valist):
2531         * gst/gststructure.h:
2532           add gst_structure_remove_fields(_valist)
2533         * gst/gsttag.c:
2534           fix doc glitch
2535
2536 2004-01-28  David Schleef  <ds@schleef.org>
2537
2538         * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
2539         * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
2540         Fix memory leakage of gst_caps_to_string().
2541
2542         Use GST_PTR_FORMAT instead of gst_caps_to_string():
2543         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
2544         * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
2545         (gst_spider_identity_sink_loop_type_finding):
2546         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
2547         (find_suggest):
2548         * gst/gstpad.c: (gst_pad_try_relink_filtered),
2549         (gst_pad_set_explicit_caps):
2550         * gst/parse/grammar.y:
2551
2552 2004-01-28  David Schleef  <ds@schleef.org>
2553
2554         * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
2555         GST_PRINTF_EXTENSION_FORMAT_DEFINE.
2556         * docs/random/ds/0.9-suggested-changes: Notes from Company.
2557         * gst/gstcaps.c: (gst_caps_to_string): Add comment.
2558         * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
2559         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
2560         (gst_debug_log_default), (_gst_info_printf_extension),
2561         (_gst_info_printf_extension_arginfo):  Add printf extension.
2562         * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
2563         * gst/gststructure.c: (gst_structure_to_string),
2564         (_gst_structure_parse_value): Use gst_value_deserialize() and
2565         remove old code.
2566         * gst/gstvalue.c: (gst_value_deserialize_fourcc),
2567         (gst_value_deserialize_boolean), (gst_strtoi),
2568         (gst_value_deserialize_int), (gst_value_deserialize_double),
2569         (gst_value_deserialize_string), (gst_value_deserialize): Implement
2570         a bunch of deserialize functions and gst_value_deserialize.
2571         * gst/gstvalue.h: er, _de_serialize, not unserialize
2572         * testsuite/caps/string-conversions.c: (main): We don't currently
2573         handle (float) in caps, so convert these to (double).
2574         * testsuite/debug/Makefile.am: Add new test for the printf extension
2575         * testsuite/debug/printf_extension.c: (main): same
2576
2577 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2578
2579         * docs/random/company/time:
2580           Add some docs about clocking and time
2581
2582 2004-01-28  Julien MOUTTE <julien@moutte.net>
2583
2584         * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
2585
2586 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2587
2588         * docs/pwg/advanced-clock.xml:
2589         * docs/pwg/advanced-dparams.xml:
2590         * docs/pwg/advanced-events.xml:
2591         * docs/pwg/advanced-interfaces.xml:
2592         * docs/pwg/advanced-midi.xml:
2593         * docs/pwg/advanced-request.xml:
2594         * docs/pwg/advanced-scheduling.xml:
2595         * docs/pwg/advanced-tagging.xml:
2596         * docs/pwg/advanced-types.xml:
2597         * docs/pwg/appendix-checklist.xml:
2598         * docs/pwg/building-boiler.xml:
2599         * docs/pwg/building-chainfn.xml:
2600         * docs/pwg/building-filterfactory.xml:
2601         * docs/pwg/building-pads.xml:
2602         * docs/pwg/building-props.xml:
2603         * docs/pwg/building-signals.xml:
2604         * docs/pwg/building-state.xml:
2605         * docs/pwg/building-testapp.xml:
2606         * docs/pwg/intro-basics.xml:
2607         * docs/pwg/intro-preface.xml:
2608         * docs/pwg/other-autoplugger.xml:
2609         * docs/pwg/other-sink.xml:
2610         * docs/pwg/other-source.xml:
2611         * docs/pwg/titlepage.xml:
2612           fix up id's
2613
2614 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2615
2616         * docs/95NonPath:
2617         * docs/HACKING:
2618         * docs/README:
2619         * docs/building-the-docs-on-debian:
2620           collect relevant bits of doc info
2621
2622 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2623
2624         * docs/pwg/advanced_tagging.xml:
2625           Half-assed commit so Thomas can re-arrange document IDs here to be
2626           consistent, too.
2627
2628 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2629
2630         * docs/manual/autoplugging.xml:
2631         * docs/manual/bins-api.xml:
2632         * docs/manual/bins.xml:
2633         * docs/manual/buffers-api.xml:
2634         * docs/manual/buffers.xml:
2635         * docs/manual/clocks.xml:
2636         * docs/manual/components.xml:
2637         * docs/manual/cothreads.xml:
2638         * docs/manual/debugging.xml:
2639         * docs/manual/dparams-app.xml:
2640         * docs/manual/dynamic.xml:
2641         * docs/manual/elements-api.xml:
2642         * docs/manual/elements.xml:
2643         * docs/manual/factories.xml:
2644         * docs/manual/gnome.xml:
2645         * docs/manual/goals.xml:
2646         * docs/manual/helloworld.xml:
2647         * docs/manual/helloworld2.xml:
2648         * docs/manual/init-api.xml:
2649         * docs/manual/intro.xml:
2650         * docs/manual/links-api.xml:
2651         * docs/manual/links.xml:
2652         * docs/manual/manual.xml:
2653         * docs/manual/motivation.xml:
2654         * docs/manual/pads-api.xml:
2655         * docs/manual/pads.xml:
2656         * docs/manual/plugins-api.xml:
2657         * docs/manual/plugins.xml:
2658         * docs/manual/programs.xml:
2659         * docs/manual/queues.xml:
2660         * docs/manual/quotes.xml:
2661         * docs/manual/schedulers.xml:
2662         * docs/manual/states-api.xml:
2663         * docs/manual/states.xml:
2664         * docs/manual/threads.xml:
2665         * docs/manual/typedetection.xml:
2666         * docs/manual/xml.xml:
2667           use chapter, part, section or misc as id starts for all bits
2668
2669 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2670
2671         * docs/gst/gstreamer-sections.txt:
2672           Fix up TITLE of the sections
2673
2674 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2675
2676         * docs/pwg/advanced_interfaces.xml:
2677           Add documentation on propertyprobing.
2678         * docs/pwg/advanced_events.xml:
2679         * docs/pwg/advanced_tagging.xml:
2680         * docs/pwg/building_boiler.xml:
2681         * docs/pwg/building_filterfactory.xml:
2682         * docs/pwg/pwg.xml:
2683           Move filterfactory and tagging into their own chapter, add a chapter
2684           on events. all these are empty placeholders that will be filled in
2685           some day.
2686
2687 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2688
2689         * docs/pwg/advanced_interfaces.xml:
2690           Docs for mixer interface. Also a check for website uploading.
2691
2692 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2693
2694         * docs/HACKING:
2695         * docs/Makefile.am:
2696         * docs/faq/Makefile.am:
2697         * docs/gst/Makefile.am:
2698         * docs/gst/tmpl/gstelement.sgml:
2699         * docs/gst/tmpl/gstplugin.sgml:
2700         * docs/gst/tmpl/gstreamer-unused.sgml:
2701         * docs/libs/Makefile.am:
2702         * docs/manual/Makefile.am:
2703         * docs/manuals.mak:
2704         * docs/pwg/Makefile.am:
2705         * docs/upload.mak:
2706           Separate out upload target and make it similar for
2707           both docbook and gtk-doc docs
2708
2709 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2710
2711         * docs/manuals.mak:
2712           Fix upload target to work with freedesktop
2713
2714 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2715
2716         * docs/pwg/advanced_types.xml:
2717           Add notes on creating your own types.
2718         * docs/pwg/building_boiler.xml:
2719         * docs/pwg/building_pads.xml:
2720         * docs/pwg/building_state.xml:
2721           Add some stuff about how to retrieve values from structures, how
2722           that relates to types and change layout slightly again to be almost
2723           perfect.
2724
2725 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2726
2727         * docs/pwg/advanced_dparams.xml:
2728         * docs/pwg/advanced_scheduling.xml:
2729           Change index layout slightly.
2730
2731 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2732
2733         * docs/pwg/advanced_clock.xml:
2734         * docs/pwg/advanced_interfaces.xml:
2735         * docs/pwg/advanced_midi.xml:
2736           General placeholders for now.
2737         * docs/pwg/advanced_request.xml:
2738           Explanation about sometimes and request pads.
2739         * docs/pwg/advanced_scheduling.xml:
2740           Concept of bytestream, loopfunctions and schedulers.
2741         * docs/pwg/building_boiler.xml:
2742           Add something about plugin-init.
2743
2744 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2745
2746         * docs/pwg/building_pads.xml:
2747           Fix broken docbook
2748
2749 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2750
2751         * docs/pwg/advanced_interfaces.xml:
2752         * docs/pwg/pwg.xml:
2753           Add as a placeholder for future filling-in.
2754         * docs/pwg/basics_autoplugging.xml:
2755         * docs/pwg/basics_buffers.xml:
2756         * docs/pwg/basics_elements.xml:
2757         * docs/pwg/basics_events.xml:
2758         * docs/pwg/basics_plugins.xml:
2759         * docs/pwg/basics_types.xml:
2760           Remove, because unused (this is all in intro_basics.xml).
2761         * docs/pwg/building_signals.xml:
2762           Short intro to signals + reference to GObject docs - we really
2763           shouldn't go into these sort of things to deply because we don't
2764           use them that extensively anyway.
2765         * docs/pwg/building_state.xml:
2766           Explanation of states. Benjamin, please check.
2767         * docs/pwg/building_testapp.xml:
2768           Put everything in one page - putting only a few lines of content
2769           per page doesn't really make sense.
2770
2771           Time to get into the advanced topics. ;).
2772
2773 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2774
2775         * docs/pwg/advanced_types.xml:
2776           Finish documenting the current state of mimetypes.
2777         * docs/pwg/building_boiler.xml:
2778         * docs/pwg/building_chainfn.xml:
2779         * docs/pwg/building_pads.xml:
2780         * docs/pwg/building_props.xml:
2781         * docs/pwg/building_testapp.xml:
2782           Start documenting the "how to build a simple audio filter" part
2783           of the PWG. Most stuff is ready by now. Stuff remaining: signals,
2784           states and (maybe?) a short introduction to capsnego in the chapter
2785           on pads (building_pads.xml). Capsnego should probably be explained
2786           fully in advanced_capsnego.xml or so.
2787
2788 2004-01-26  David Schleef  <ds@schleef.org>
2789
2790         * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
2791         * gst/gstpad.h: Add new function to allow element to (somewhat)
2792         specify non-fixed caps on a pad.
2793         * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
2794         that I added a few weeks ago.
2795
2796 2004-01-26  David Schleef  <ds@schleef.org>
2797
2798         * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
2799           making try_set_caps() work with non-fixed caps.
2800
2801 2004-01-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2802
2803         * docs/pwg/advanced_types.xml:
2804         * docs/pwg/intro_basics.xml:
2805         * docs/pwg/intro_preface.xml:
2806         * docs/pwg/pwg.xml:
2807         * docs/pwg/titlepage.xml:
2808           First try to resurrect the PWG. I'm halfway integrating the mimetypes
2809           in here (docs/random/mimetypes), and will from there on work on both
2810           updating outdated parts and adding missing parts.
2811           That doesn't mean I'll fix it completely, but I'll try at least. ;).
2812
2813 2004-01-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2814
2815         * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
2816           policy is set
2817
2818 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2819
2820         * gst/gstelement.h:
2821           remove gst_element_factory_get_version. It doesn't exist anymore.
2822         * gst/gstplugin.c:
2823         * gst/gstplugin.h:
2824           remove gst_plugin_set_name and change gst_plugin_get_longname to
2825           gst_plugin_get_description to match code.
2826         * gst/gsterror.h:
2827           remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
2828         * gst/gstpad.c: (gst_pad_try_set_caps):
2829           make it work with nonfixed caps.
2830           Note that even in the nonfixed case the link function of the pad
2831           that tries to set caps isn't called.
2832
2833 2004-01-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2834
2835         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
2836           fix bug where buffer was not assembled correctly
2837         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
2838           silence by default
2839         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
2840           only seek if there's no more buffers that could work without seeking
2841
2842 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2843
2844         * gst/gsttag.c: (_gst_tag_initialize):
2845         * gst/gsttag.h:
2846           Add application tag (for encoding/muxing app).
2847
2848 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2849
2850         * autogen.sh:
2851           make autopoint force, and libtoolize not copy
2852         * common/m4/as-docbook.m4:
2853           added docbook xml catalog setup check
2854         * common/m4/gst-doc.m4:
2855           use docbook check
2856
2857 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2858
2859         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
2860         * gst/gsttag.h:
2861           add GstTagFlag
2862
2863 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2864
2865         * docs/gst/gstreamer-sections.txt:
2866         * docs/gst/tmpl/gst.sgml:
2867         * docs/gst/tmpl/gstbuffer.sgml:
2868         * docs/gst/tmpl/gstclock.sgml:
2869         * docs/gst/tmpl/gstelement.sgml:
2870         * docs/gst/tmpl/gstreamer-unused.sgml:
2871         * docs/gst/tmpl/gstxml.sgml:
2872           sync latest API changes to docs
2873
2874 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2875
2876         * gst/gstpluginfeature.c:
2877           fix doc snippet
2878         * tools/gst-inspect.c: (print_element_list):
2879           fix output of typefind
2880           add GPL header
2881         * tools/gst-launch.c:
2882           add GPL header
2883
2884 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2885
2886         * gst/elements/Makefile.am:
2887         * gst/elements/gstelements.c:
2888         * gst/elements/gsttypefindelement.c:
2889         * gst/elements/gsttypefindelement.h:
2890         * po/POTFILES.in:
2891         * po/fr.po:
2892         * po/nl.po:
2893           renamed gsttypefindelement to gsttypefind, conserving CVS history
2894
2895 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2896
2897         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
2898         * gst/gsttag.h:
2899           add some tags used in ogg as well
2900           fix _ in replaygain tags
2901
2902 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2903
2904         * gst/gsterror.h:
2905           fix wrong GST_LIBRARY_ERROR_ENCODE addition
2906
2907 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2908
2909         * gst/gstelement.c: (gst_element_error_full):
2910         * gst/gstelement.h:
2911           change _extended to _full
2912
2913 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2914
2915         reviewed by: <delete if not using a buddy>
2916
2917         * docs/gst/tmpl/gst.sgml:
2918         * docs/gst/tmpl/gstbuffer.sgml:
2919         * docs/gst/tmpl/gstclock.sgml:
2920         * docs/gst/tmpl/gstelement.sgml:
2921         * docs/gst/tmpl/gstreamer-unused.sgml:
2922         * docs/gst/tmpl/gstxml.sgml:
2923         * gst/gstelement.c: (gst_element_error_full):
2924         * gst/gstelement.h:
2925
2926 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2927
2928         * gst/gstelement.h: fix _gst_element_error_printf prototype
2929
2930 2004-01-20  David Schleef  <ds@schleef.org>
2931
2932         * gst/gststructure.c: (gst_structure_to_string):
2933         Convert function to use gst_value_serialize().
2934         * gst/gstvalue.c: (gst_value_serialize_list),
2935         (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
2936         (gst_value_serialize_double_range), (gst_value_serialize_boolean),
2937         (gst_value_serialize_int), (gst_value_serialize_double),
2938         (gst_string_wrap), (gst_value_serialize_string),
2939         (gst_value_serialize), (gst_value_deserialize):
2940         * gst/gstvalue.h:
2941         Add implementations for serialize.
2942
2943 2004-01-20  Julien MOUTTE  <julien@moutte.net>
2944
2945         * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
2946         we want to keep that one in the future or change xvidenc.c to use 
2947         another error.
2948
2949 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2950
2951         * gst/gstelement.c: (_gst_element_error_printf):
2952         * gst/gstelement.h:
2953           privatise function
2954
2955 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2956
2957         * docs/random/error:
2958           doc explaining error system
2959         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
2960           cleanup
2961
2962 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2963
2964         * gst/gst-i18n-app.h:
2965         * gst/gst-i18n-lib.h:
2966           remove inclusion of config.h
2967         * po/POTFILES.in:
2968         * po/nl.po:
2969           add gst/gstelement.c
2970
2971 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2972
2973         * po/nl.po: updated Dutch translation
2974
2975 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2976
2977         * gst/gsterror.c: (_gst_core_errors_init),
2978         (_gst_library_errors_init), (_gst_resource_errors_init),
2979         (_gst_stream_errors_init):
2980         remove ending punctuation dots
2981
2982 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2983
2984         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
2985         * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
2986         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
2987         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
2988         (gst_pipefilter_chain), (gst_pipefilter_open_file):
2989         use GST_ERROR_SYSTEM
2990
2991 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2992
2993         * gst/gstelement.c: (gst_element_error_printf),
2994         (gst_element_error_extended):
2995         * gst/gstelement.h:
2996           add a helper printf function so we can have NULL values passed.
2997
2998 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2999
3000         * gst/gstelement.h:
3001           add G_STMT macros to gst_element_error, which isn't strictly
3002           necessary but people tell me to anyway.
3003
3004 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3005
3006         * gst/Makefile.am:
3007         * gst/autoplug/gstspideridentity.c:
3008         (gst_spider_identity_sink_loop_type_finding):
3009         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
3010         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
3011         (gst_filesink_close_file), (gst_filesink_handle_event),
3012         (gst_filesink_chain):
3013         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
3014         (gst_filesrc_map_region), (gst_filesrc_get_read),
3015         (gst_filesrc_open_file):
3016         * gst/elements/gstidentity.c: (gst_identity_chain):
3017         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
3018         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
3019         (gst_pipefilter_chain), (gst_pipefilter_open_file):
3020         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
3021         * gst/gst.h:
3022         * gst/gst_private.h:
3023         * gst/gstelement.c: (gst_element_class_init),
3024         (gst_element_default_error), (gst_element_error_func),
3025         (gst_element_error_extended):
3026         * gst/gstelement.h:
3027         * gst/gsterror.c: (_gst_core_errors_init),
3028         (_gst_library_errors_init), (_gst_resource_errors_init),
3029         (_gst_stream_errors_init), (gst_error_get_message):
3030         * gst/gsterror.h:
3031         * gst/gstinfo.c: (_gst_debug_init):
3032         * gst/gstmarshal.list:
3033         * gst/gstpad.c: (gst_pad_set_explicit_caps),
3034         (gst_pad_recover_caps_error), (gst_pad_pull):
3035         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
3036         * gst/schedulers/gstbasicscheduler.c:
3037         (gst_basic_scheduler_chainhandler_proxy),
3038         (gst_basic_scheduler_gethandler_proxy),
3039         (gst_basic_scheduler_cothreaded_chain):
3040         * po/POTFILES.in:
3041         * po/fr.po:
3042         * po/nl.po:
3043           change error signal
3044           add error categories
3045
3046 2004-01-18  Jeremy Simon  <jesimon@libertysurf.fr>
3047
3048         * gst/gsttag.c: (_gst_tag_initialize):
3049         * gst/gsttag.h:
3050         Add replaygain tag
3051
3052 2004-01-18  Colin Walters  <walters@verbum.org>
3053
3054         * examples/retag/retag.c: Call gst_init before processing
3055         program args.  Add g_assert to _link_many call.
3056
3057 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3058
3059         * gst/gstpad.c: (gst_pad_alloc_buffer):
3060           Return a newly allocated buffer when the pad has no peer.
3061
3062 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3063
3064         * gst/gstclock.c: (gst_clock_get_time):
3065           make it compile with gcc 2.95 again.
3066           Patch by Scott Wheeler
3067
3068 2004-01-15  David Schleef  <ds@schleef.org>
3069
3070         * gst/gstcaps.h:
3071         Added gst_caps_is_simple() macro.
3072         * testsuite/caps/caps.c: (test1):
3073         * testsuite/caps/intersect2.c: (main):
3074         * testsuite/caps/intersection.c: (main):
3075         Fixes to make 'make check' work again after removing
3076         gst_caps_is_chained().
3077
3078 2004-01-15  Leif Johnson <leif@ambient.2y.net>
3079
3080         * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
3081         and additions to the MIDI document.
3082
3083 2004-01-15  David Schleef  <ds@schleef.org>
3084
3085         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
3086         (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
3087         of GST_RPAD_, since we don't know if it's a real or ghost pad.
3088
3089 2004-01-15  David Schleef  <ds@schleef.org>
3090
3091         * gst/gstqueue.c:
3092         * gst/gstqueue.h:
3093         Fix the spelling of "treshold" and make min_threshold actually
3094         affect the queue.
3095
3096 2004-01-15  David Schleef  <ds@schleef.org>
3097
3098         * gst/gstcaps.c:
3099         Add lots of documentation.
3100         * gst/gstcaps.h:
3101         Deprecate a few functions.
3102         * gst/gstpad.c:
3103         Removed use of deprecated functions.
3104
3105 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3106
3107         * gst/gstpad.c: (gst_pad_is_linked):
3108         * gst/gstpad.h:
3109           implement gst_pad_is_linked
3110         * gst/gstelement.h:
3111           reserve space for initiate_state_change
3112
3113 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3114
3115         * gst/autoplug/gstspideridentity.c:
3116         (gst_spider_identity_sink_loop_type_finding):
3117           break infinite loop by just returning instead of looping
3118         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
3119           set event time difference correctly. Set it to 1 second instead
3120           of 100ms to be more tolerant
3121         * gst/gstelement.c: (gst_element_set_time):
3122           add debugging output
3123
3124 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3125
3126         * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
3127           query if buffers are inside the pool, ignore events
3128
3129 2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3130
3131         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
3132         (gst_clock_set_speed), (gst_clock_set_active),
3133         (gst_clock_is_active), (gst_clock_reset),
3134         (gst_clock_handle_discont):
3135         * gst/gstclock.h:
3136           deprecate old interface and disable functions that aren't in use
3137           anymore.
3138         * gst/gstelement.h:
3139         * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
3140         (gst_element_set_time), (gst_element_adjust_time):
3141           add concept of "element time" and functions to get/set this time.
3142         * gst/gstelement.c: (gst_element_change_state):
3143           update element time correctly.
3144         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
3145           This is a debug message, not a g_critical.
3146         * gst/gstpad.c: (gst_pad_event_default):
3147           handle discontinuous events right with element time.
3148         * gst/gstscheduler.c: (gst_scheduler_state_transition):
3149           update to clocking fixes.
3150           set clocks on elements in READY=>PAUSED. The old behaviour caused
3151           a wrong element time on the first element that started playing.
3152         * gst/schedulers/gstbasicscheduler.c:
3153         (gst_basic_scheduler_class_init):
3154         * gst/schedulers/gstoptimalscheduler.c:
3155         (gst_opt_scheduler_class_init):
3156           remove code that just implements the default behaviour.
3157         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
3158           update to use new clocking functions
3159         * testsuite/clock/clock1.c: (gst_clock_debug), (main):
3160         * testsuite/clock/clock2.c: (gst_clock_debug), (main):
3161           update to test new element time.
3162         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
3163           use _get_allowed_caps instead of _get_caps. This catches filtered
3164           caps correctly.
3165         * testsuite/debug/commandline.c:
3166           update for new GST_DEBUG syntax.
3167         * testsuite/threads/Makefile.am:
3168           disable a test that only works sometimes.
3169
3170 2004-01-13  Julien MOUTTE <julien@moutte.net>
3171
3172         * po/LINGUAS: Adding fr.
3173         * po/fr.po: Adding french translation.
3174
3175 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3176
3177         * gst/parse/grammar.y:
3178         * po/POTFILES.in:
3179         * po/nl.po:
3180         * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
3181           translate parsing error messages
3182
3183 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3184
3185         * po/POTFILES.in: adding gst-launch
3186         * po/nl.po: updated translation, all 99 strings translated
3187         * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
3188         (found_tag), (sigint_handler_sighandler), (play_handler), (main):
3189           fix strings for translation
3190
3191 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3192
3193         * gst/gst.c:
3194           - capitalize beginnings of popt options
3195           - fix strings for translation
3196           - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
3197
3198 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3199
3200         * po/README: add some notes on how to update translations
3201
3202 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3203
3204         * ABOUT-NLS: removed, is autogenerated from autopoint
3205         * autogen.sh: add autopoint stuff
3206         * configure.ac: fix up gettext stuff
3207         * gst/Makefile.am: add i18n headers to noinst_HEADERS
3208         * gst/elements/gsttypefindelement.c: add header include
3209         * gst/gettext.h: add header, copy from system-installed header
3210         * gst/gst-i18n-app.h: to be included by each app having translations
3211         * gst/gst-i18n-lib.h: to be included by each lib having translations
3212         * gst/gst.c: (init_pre): fix up gettext calls
3213         * gst/gst_private.h: remove i18n stuff, moving to separate headers
3214         * po/LINGUAS: the new way to specify translations present
3215         * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
3216         * po/Makevars: the variables filled in for GStreamer
3217         * po/POTFILES.in: added new files with translations
3218         * po/de.po: has new strings
3219         * po/nl.po: readded, has new strings
3220
3221 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3222
3223         * gst/gsttag.c: fix some strings marked for translation
3224
3225 2004-01-13  Iain <iain@prettypeople.org>
3226
3227         * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
3228         group when we add an element to it, cos we unref it when we remove one
3229
3230 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3231
3232         * testsuite/debug/commandline.c: (debug_not_reached):
3233         * testsuite/debug/output.c: (check_message):
3234           fix testsuite
3235
3236 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3237
3238         * examples/cutter/.cvsignore:
3239         * examples/helloworld/.cvsignore:
3240         * examples/launch/.cvsignore:
3241         * examples/manual/.cvsignore:
3242         * examples/mixer/.cvsignore:
3243         * examples/pingpong/.cvsignore:
3244         * examples/plugins/.cvsignore:
3245         * examples/queue/.cvsignore:
3246         * examples/queue2/.cvsignore:
3247         * examples/queue3/.cvsignore:
3248         * examples/queue4/.cvsignore:
3249         * examples/retag/.cvsignore:
3250         * examples/thread/.cvsignore:
3251         * examples/typefind/.cvsignore:
3252         * examples/xml/.cvsignore:
3253         * gst/.cvsignore:
3254         * gst/autoplug/.cvsignore:
3255         * gst/elements/.cvsignore:
3256         * gst/indexers/.cvsignore:
3257         * gst/parse/.cvsignore:
3258         * gst/registries/.cvsignore:
3259         * gst/schedulers/.cvsignore:
3260         * libs/gst/bytestream/.cvsignore:
3261         * libs/gst/control/.cvsignore:
3262         * libs/gst/getbits/.cvsignore:
3263         * tests/.cvsignore:
3264         * tests/bufspeed/.cvsignore:
3265         * tests/instantiate/.cvsignore:
3266         * tests/memchunk/.cvsignore:
3267         * tests/muxing/.cvsignore:
3268         * tests/sched/.cvsignore:
3269         * tests/seeking/.cvsignore:
3270         * tests/threadstate/.cvsignore:
3271         * testsuite/.cvsignore:
3272         * testsuite/caps/.cvsignore:
3273         * testsuite/cleanup/.cvsignore:
3274         * testsuite/dynparams/.cvsignore:
3275         * testsuite/plugin/.cvsignore:
3276         * tools/.cvsignore:
3277           update - this is huge, because it includes *.bb, *.bbg and *.da files
3278           which are generated for gcov.
3279
3280 2004-01-11  David Schleef  <ds@schleef.org>
3281
3282         * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
3283         a function to parse integers in ways that strto[u]l() does not.
3284
3285 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3286
3287         * tools/gst-inspect.c: (print_caps):
3288           improve output of caps a bit
3289
3290 2004-01-11  David Schleef  <ds@schleef.org>
3291
3292         * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
3293         inherit correct flags (READONLY and DONTKEEP).
3294
3295 2004-01-11  David Schleef  <ds@schleef.org>
3296
3297         * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
3298         (gst_filesrc_map_region):
3299         * gst/gstbuffer.c: (_gst_buffer_initialize),
3300         (_gst_buffer_sub_free), (gst_buffer_default_copy),
3301         (gst_buffer_new), (gst_buffer_create_sub),
3302         (gst_buffer_is_span_fast), (gst_buffer_span):
3303         * gst/gstbuffer.h:
3304         Change GstBuffer private structure element names. (all files)
3305         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
3306         (gst_queue_link):
3307         * gst/gstqueue.h:
3308         Implement getcaps/pad_link functions that handle the case where
3309         there are data in the queue.
3310
3311 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3312
3313         * gst/elements/gstbufferstore.c:
3314           initialize debugging structure correctly
3315         * gst/elements/gsttee.c: (gst_tee_set_property):
3316           g_object_notify when property was changed
3317         * gst/elements/gsttypefindelement.c:
3318         (gst_type_find_element_change_state):
3319           clear caps correctly
3320
3321 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3322
3323         * gst/gstqueue.c: (gst_queue_init):
3324           Use better defaults for when a queue should block. This
3325           gets rid of jerky playback for quite a few files.
3326           It takes more memory.
3327
3328 2004-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3329
3330         (gst_xml_registry_parse_padtemplate):
3331           make critical message slightly more useful
3332
3333 2004-01-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3334
3335         * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
3336         (gst_debug_message_get), (gst_debug_log_default):
3337         * gst/gstinfo.h:
3338           Change gst_debug_log(_valist) to take a const format string.
3339           Change prototype of log function and functions using those to 
3340           take a GstDebugMessage instead of a string that requires using
3341           gst_debug_message_get.
3342
3343 2004-01-08  David Schleef  <ds@schleef.org>
3344
3345         * Makefile.am:
3346         * configure.ac:
3347         Add option --enable-gcov to build GStreamer with -fprofile-arcs
3348         and -ftest-coverage, which allows gcov to show information about
3349         testsuite coverage.
3350
3351 2004-01-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3352
3353         * gst/gstutils.h:
3354           Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
3355           GST_PARENT_CALL_WITH_DEFAULT
3356         * gst/elements/gstaggregator.c: 
3357         * gst/elements/gstbufferstore.c: 
3358         * gst/elements/gstfakesink.c: 
3359         * gst/elements/gstfakesrc.c: 
3360         * gst/elements/gstfdsink.c: 
3361         * gst/elements/gstfdsrc.c: 
3362         * gst/elements/gstfilesink.c: 
3363         * gst/elements/gstfilesrc.c: 
3364         * gst/elements/gstidentity.c: 
3365         * gst/elements/gstmd5sink.c: 
3366         * gst/elements/gstmultidisksrc.c:
3367         * gst/elements/gstpipefilter.c: 
3368         * gst/elements/gstshaper.c:
3369         * gst/elements/gststatistics.c:
3370         * gst/elements/gsttee.c:
3371         * gst/elements/gsttypefindelement.c:
3372           use them.
3373
3374 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3375
3376         * docs/gst/gstreamer-docs.sgml: remove props
3377         * docs/gst/gstreamer-sections.txt: remove props
3378         * docs/gst/tmpl/gst.sgml:
3379         * docs/gst/tmpl/gstbin.sgml:
3380         * docs/gst/tmpl/gstbuffer.sgml:
3381         * docs/gst/tmpl/gstcaps.sgml:
3382         * docs/gst/tmpl/gstclock.sgml:
3383         * docs/gst/tmpl/gstelement.sgml:
3384         * docs/gst/tmpl/gstindex.sgml:
3385         * docs/gst/tmpl/gstobject.sgml:
3386         * docs/gst/tmpl/gstpad.sgml:
3387         * docs/gst/tmpl/gstpadtemplate.sgml:
3388         * docs/gst/tmpl/gstreamer-unused.sgml:
3389         * docs/gst/tmpl/gstthread.sgml:
3390         * docs/gst/tmpl/gstxml.sgml:
3391           sync with code reorganization
3392
3393 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
3394
3395         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
3396         Make the 'Could not find compatible pad' message more informative.
3397
3398 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3399                                                                                 
3400         * gst/elements/gstfilesink.c: (gst_filesink_set_location):
3401           Fix for if we pass NULL as property to location.
3402         * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
3403         (gst_pipefilter_handle_event), (gst_pipefilter_chain):
3404           Fix for instantiate-test (see below).
3405         * gst/gststructure.c: (_gst_structure_parse_value):
3406           Fix compile error on gcc-2.96.
3407         * configure.ac:
3408         * tests/Makefile.am:
3409         * tests/instantiate/Makefile.am:
3410         * tests/instantiate/create.c: (create_all_elements), (main):
3411           Add a test that instantiates all elements. This makes it easy to
3412           track dead code for old API/design (like setting event functions
3413           on sink pads and so on).
3414
3415 2004-01-06  Jan Schmidt  <thaytan@mad.scientist.com>
3416
3417         * gst/gstcaps.c: (gst_caps_append_structure):
3418           Move the poisoning to allow a NULL structure
3419         * gst/gstevent.c: (_gst_event_free):
3420           When freeing a navigation event, free the structure
3421           also
3422
3423 2004-01-04  David Schleef  <ds@schleef.org>
3424
3425         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
3426         Remove usage of gst_pad_proxy_fixate.
3427         * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
3428         (gst_caps_split_one), (gst_caps_replace):
3429         Add poisoning code.
3430         * gst/gstmarshal.list:
3431         Add pointer__pointer for fixate signal
3432         * gst/gstpad.c: (gst_real_pad_class_init),
3433         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
3434         (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
3435         (gst_pad_set_explicit_caps), (gst_pad_template_new):
3436         Add poisoning code. Add fixate signal on RealPad. Change
3437         set_explicit_caps() to take const GstCaps, like try_set_caps().
3438         * gst/gstpad.h:
3439         * testsuite/caps/Makefile.am:
3440         * testsuite/caps/app_fixate.c: Add a test for the fixate signal
3441
3442 2004-01-03  David Schleef  <ds@schleef.org>
3443
3444         * gst/elements/gsttypefindelement.c:
3445         (gst_type_find_element_have_type), (gst_type_find_element_init):
3446         Use gst_pad_use_explicit_caps for src pad.
3447         * gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
3448         before using it.
3449
3450 2004-01-03  David Schleef  <ds@schleef.org>
3451
3452         * gst/gstelement.c: (gst_element_link_pads_filtered),
3453         (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
3454         that linking was successful.
3455         * gst/gstpad.c: (gst_pad_link_free),
3456         (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
3457         (gst_pad_link_try), (gst_pad_link_unnegotiate),
3458         (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
3459         GstPadLinkReturn correctly between functions, and don't fail
3460         when DELAYED is used (DELAYED is very important).  Better
3461         cleanup on unlinking and unnegotiation.  Should fix some spider
3462         bugs.
3463
3464 2004-01-02  David Schleef  <ds@schleef.org>
3465
3466         * gst/gstelement.c: (gst_element_class_init),
3467         (gst_element_base_class_init): ->padtemplates should be cleared
3468         in base_init, since we need to have a fresh list for every
3469         class.  (Alternately, we chould copy the list and share the
3470         actual pad templates (not the list), but that would require
3471         changing every plugin to move pad template registration from
3472         base_init to class_init.)
3473
3474 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3475
3476         * gst/gstelement.c: (gst_element_class_add_pad_template):
3477           Refuse registering a pad template if another pad template
3478           with the same name already exists (#114715).
3479
3480 2004-01-02  David Schleef  <ds@schleef.org>
3481
3482         * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
3483         (gst_caps_is_equal_fixed): Add new function.
3484         * gst/gstcaps.h: ditto.
3485         * gst/gstpad.c: (gst_real_pad_class_init),
3486         (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
3487         (gst_pad_set_explicit_caps), (gst_pad_get_caps):  In try_set_caps,
3488         check new caps against existing caps -- if they're the same, return
3489         OK without renegotiating.  caps-nego-failed signal fixed so that
3490         the marshaller isn't VOID__OBJECT.  Also changed to G_TYPE_POINTER
3491         to save an extra caps copy.  Don't complete negotiation if a pad
3492         link function returns DELAYED.
3493
3494 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3495
3496         * gst/gstpad.c: (gst_pad_try_relink_filtered):
3497           Fix wrong g_return_if_fail
3498
3499 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
3500
3501         * gst/gstbin.c: (gst_bin_class_init):
3502         Change the marshalling of element_added/element_removed
3503         to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER 
3504         complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
3505
3506 2004-01-01  David Schleef  <ds@schleef.org>
3507
3508         * gst/gstpad.c: (gst_pad_set_explicit_caps),
3509         (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
3510         (gst_pad_use_explicit_caps):
3511         * gst/gstpad.h:
3512         Add new functions.  gst_pad_use_explicit_caps() sets up a pad
3513         to use an internal getcaps and link fuction so that negotiation
3514         always results in the explicitly set caps.
3515         gst_pad_set_explicit_caps() sets the explicit caps.  These functions
3516         are particularly useful for decoders.
3517
3518 2003-12-31  David Schleef  <ds@schleef.org>
3519
3520         * gst/elements/gstidentity.c: (gst_identity_class_init),
3521         (gst_identity_init), (gst_identity_chain),
3522         (gst_identity_set_property), (gst_identity_get_property):
3523         * gst/elements/gstidentity.h:
3524         * gst/gstqueue.c: (gst_queue_init):
3525           Negotiation fixes.
3526
3527 2003-12-31  David Schleef  <ds@schleef.org>
3528
3529         * gst/gstcaps.c: (gst_caps_intersect),
3530         (_gst_caps_normalize_foreach), (gst_caps_normalize):
3531           Implement gst_caps_normalize().
3532         * testsuite/caps/normalisation.c: (main):
3533           Add an additional test
3534
3535 2003-12-31  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3536
3537         * gst/gstqueue.c: (gst_queue_init):
3538           use gst_pad_proxy_getcaps()
3539
3540 2003-12-31  David Schleef  <ds@schleef.org>
3541
3542         * gst/elements/gstshaper.c: (gst_shaper_link):
3543         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
3544         * gst/gstqueue.c: (gst_queue_link):
3545           Negotiation fixes.
3546
3547 2003-12-31  David Schleef  <ds@schleef.org>
3548
3549         * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
3550         * gst/gstpad.h: Add functions that are useful as default pad
3551         link and fixate functions for elements.
3552
3553 2003-12-30  David Schleef  <ds@schleef.org>
3554
3555         * gst/gstpad.c: (gst_pad_link_try):
3556           Fix segfault when attempting to return to old caps
3557
3558 2003-12-29  David Schleef  <ds@schleef.org>
3559
3560         * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
3561         (gst_caps_structure_simplify), (gst_caps_simplify):
3562         * gst/gstcaps.h:
3563           Add simplify function
3564         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
3565         (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
3566         * gst/gstpad.h:
3567           Copy over srcnotify, sinknotify when calling old pad_link
3568           functions.  Add new is_negotiated() function.
3569         * gst/gststructure.c: (gst_structure_copy):
3570           Fix an incredibly stupid bug that should have been noticed
3571           weeks ago.  _copy() returned the argument, not the new copy.
3572
3573 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3574
3575         * gst/gstcaps.c: (gst_caps_append):
3576           add sanity checks
3577         * gst/gstcaps.h: (gst_caps_debug):
3578           remove, it doesn't exist anymore.
3579         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
3580         (gst_element_threadsafe_properties_post_run):
3581           make debugging messages not clutter up THREAD debug category
3582         (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
3583         (gst_element_change_state):
3584           update to new caps API
3585         * gst/gstinterface.c: (gst_implements_interface_cast):
3586           don't put vital code in g_return_if_fail
3587         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps), 
3588         (gst_pad_link_filtered):
3589           add pst_pad_try_link and use it.
3590         (gst_pad_perform_negotiate), (gst_pad_renegotiate):
3591           implement correctly, deprecate first one.
3592         (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
3593           add and implement.
3594         (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
3595           implement.
3596         (gst_pad_get_negotiated_caps):
3597           add and implement. Make GST_PAD_CAPS call this function.
3598         (gst_pad_get_caps):
3599           remove unneeded check..
3600         (gst_pad_recover_caps_error):
3601           disable, always return FALSE.
3602         (gst_real_pad_dispose):
3603           don't free caps and appfilter anymore, they're unused.
3604         * gst/gstpad.h:
3605           Reflect changes mentioned above.
3606         * gst/gstsystemclock.c: (gst_system_clock_wait):
3607           Make 'clock is way behind' a debugging message.
3608         * gst/gstthread.c: (gst_thread_change_state):
3609           Fix debugging message
3610
3611 2003-12-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3612
3613         * gst/gstinfo.h:
3614           fix GST_DEBUG_CATEGORY_INIT gtk-doc description
3615         * docs/gst/tmpl/gstreamer-unused.sgml:
3616           removed all traces of cvs conflicts
3617
3618 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3619
3620         * configure.ac:
3621         * gst/schedulers/cothreads_compat.h:
3622         * libs/Makefile.am:
3623           remove last instances of wingo cothread usage
3624
3625 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3626
3627         * gst/gstplugin.c:
3628         * gst/gstversion.h.in:
3629         * gst/parse/grammar.y:
3630           change comment block from /** to /* when not gtk-doc comments
3631
3632 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3633
3634         * gst/gst.c: whitespace and doc style fixes
3635
3636 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3637
3638         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
3639
3640 2003-12-24  Colin Walters  <walters@verbum.org>
3641
3642         * gst/elements/gsttypefindelement.c:
3643           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
3644           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
3645           Don't double-free caps.
3646
3647 2003-12-23  David Schleef  <ds@schleef.org>
3648
3649         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
3650           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
3651           Many little fixes and additions of debug statements to
3652           get rhythmbox working.
3653
3654 2003-12-23  Colin Walters  <walters@verbum.org>
3655
3656         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
3657         Use GST_PAD_LINK_SUCCESSFUL.
3658
3659 2003-12-23  David Schleef  <ds@schleef.org>
3660
3661         * gst/elements/gstaggregator.c:
3662         * gst/elements/gsttee.c:
3663           Use gst_pad_proxy_getcaps().
3664         * gst/gstpad.c:
3665         * gst/gstpad.h:
3666           Add gst_pad_proxy_getcaps(), which filter elements can use
3667           as a generic getcaps implementation.
3668           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
3669           was advertised.
3670
3671 2003-12-23  David Schleef  <ds@schleef.org>
3672
3673         * gst/gstpad.c:
3674           Rearrange/rewrite much of the pad negotiation code, since it
3675           resembled pasta.  This actually changes the way some
3676           negotiation works, since the previous code was inconsistent
3677           depending on how it was invoked.  Add (internal) structure
3678           GstPadLink, which is used to hold some information (more in
3679           the future) about the link between two pads.  Fixes a number
3680           of bugs, including random lossage of filter caps when the
3681           initial negotiation is delayed.  A few functions are still
3682           unimplemented.
3683         * gst/gstpad.h:
3684           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
3685           these when testing GstPadLinkReturn values instead of comparing
3686           directly.
3687
3688 2003-12-23  David Schleef  <ds@schleef.org>
3689
3690         * gst/gstvalue.c: 
3691         * gst/gstvalue.h:
3692           Rearrange lots of code.  Change registration of compare function
3693           into registration of compare/serialize/deserialize functions.
3694           Doesn't include implementation of gst_value_[de]serialize(),
3695           but that should be easy.
3696
3697 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3698
3699         * docs/gst/gstreamer-sections.txt:
3700         * docs/gst/tmpl/gstprops.sgml: removed
3701         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
3702           David removed props and caps code, so let's remove their docs as well.
3703           Removed all no longer existing symbols from gstreamer-sections.txt
3704           
3705 2003-12-22  Colin Walters  <walters@verbum.org>
3706
3707         * gst/gsttaginterface.c, gst/gsttaginterface.h,
3708           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
3709           of tags directly.
3710
3711 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3712
3713         * gst/elements/gstelements.c:
3714           Set ranks of elements to NONE, so the autoplugger doesn't use them.
3715         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
3716           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
3717           gst_caps (peer).
3718
3719 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3720
3721         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
3722         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
3723         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
3724         (gst_spider_identity_sink_loop_type_finding):
3725         * gst/autoplug/gstspideridentity.h:
3726           Fix autoplugging in spider element, so it works with new caps.
3727           This was mainly caused by identifying empty caps incorrectly.
3728
3729 2003-12-22  David Schleef  <ds@schleef.org>
3730
3731         * gststructure.c, gstvalue.c, gstvalue.h: Add
3732           gst_value_init_and_copy() and use it, to avoid silly mistakes in
3733           using g_value_copy()
3734
3735 2003-12-21  David Schleef  <ds@schleef.org>
3736
3737         * many, many files: Merge CAPS branch.  This includes:
3738           - implemention of GstValue and several GstValue types
3739           - implemention of GstStructure
3740           - entire rewrite of GstCaps
3741           - removal of GstProps
3742           - many changes to GstPad to compensate for new caps paradigm
3743           - removal of GstBufferpool
3744         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
3745         gstvalue.h, gst/gstcaps[2]*.[ch]:
3746           - rename gstcaps2.[ch] to gstcaps.[ch]
3747
3748 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3749
3750         * gst/gstqueue.c: (gst_queue_handle_pending_events),
3751         (gst_queue_chain), (gst_queue_handle_src_event):
3752           implement timeout for sending events. Workaround for if the
3753           pipeline on this queue is not passing any data.
3754
3755 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
3756                                                                                 
3757         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
3758         * moved CVS to freedesktop.org
3759