bug fix
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * gst/gstbin.c: (gst_bin_add):
4           add error for not being able to add elements
5
6 2004-02-22  Julien MOUTTE <julien@moutte.net>
7
8         * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
9         audio-codec and video-codec.
10
11 2004-02-22  Benjamin Otte  <otte@gnome.org>
12
13         reported by: Padraig O'Briain <padraig.obriain@sun.com>
14
15         * autogen.sh:
16           replace test -e with test -x for mkinstalldirs to be more portable.
17           (fixes #134816)
18
19 2004-02-22  Benjamin Otte  <otte@gnome.org>
20
21         * gst/gstpad.c:
22           revert last patch from Andy, it makes gst_pad_can_link_filtered much
23           too noisy
24         * gst/gsttag.c: (_gst_tag_initialize):
25         * gst/gsttag.h:
26           add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
27         * libs/gst/control/dparam.c: (gst_dparam_attach):
28         * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
29           check that types for attached dparams match
30
31 2004-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32
33         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
34         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
35         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
36
37 2004-02-20  Andy Wingo  <wingo@pobox.com>
38
39         * gst/gstbin.c:
40         * gst/gstbuffer.c:
41         * gst/gstplugin.c:
42         * gst/registries/gstxmlregistry.c: 
43         * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
44
45         * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
46         (gst_element_add_pad): DEBUG->INFO, some fixes.
47         (gst_element_get_compatible_pad_template): Just see if the
48         templates' caps intersect, not if one is a strict subset of the
49         other. This conforms more to what gst_pad_link_intersect() does.
50         (gst_element_class_add_pad_template): Don't memcpy the pad
51         template, just ref it.
52         (gst_element_get_compatible_pad_filtered): Clean up debug messages
53
54         * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
55         (gst_pad_link_filtered): Debug changes.
56         (gst_pad_link_prepare): New function, consolidated from
57         can_link_filtered and link_filtered.
58
59         * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
60         look more like that of the functions in gstelement.c
61
62         * gst/gstinfo.c (gst_debug_print_object): Put a space before the
63         object, and return the empty string if object is NULL.
64
65         * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
66         * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
67         LOG, not DEBUG. We still get flex info on debug.
68
69         * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
70         debug string more verbose.
71         (plugin_times_older_than): DEBUG->LOG.
72
73 2004-02-20  Julien MOUTTE <julien@moutte.net>
74
75         * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
76         will emit found_tag for each stream they demux with the codec.
77
78 2004-02-20  Benjamin Otte  <otte@gnome.org>
79
80         * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
81           copy navigation event correctly. Check freeing tag lists. 
82         * gst/gstthread.c: (gst_thread_change_state):
83           don't abort() on state changing mess - it might happen because of
84           bugs.
85         * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
86           use boxed functions
87         * gst/gstvalue.h:
88           fix GST_VALUE_HOLDS_CAPS
89
90 2004-02-19  David Schleef  <ds@schleef.org>
91
92         * gst/gstinfo.h:  Copy G_STRFUNC implementation from glib-2.4
93         and use it for GST_FUNCTION.  (bug #134750)
94
95 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
96
97         * po/fr.po:
98         * po/nl.po:
99           updating translations
100
101 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
102
103         * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
104
105 2004-02-18  kost@imn.htwk-leipzig.de
106
107         reviewed by: David Schleef  <ds@schleef.org>
108
109         * docs/libs/gstreamer-libs-sections.txt:  Add missing sections
110         for libgstcontrol.
111
112 2004-02-18  David Schleef  <ds@schleef.org>
113
114         * libs/gst/control/dparam.c: (gst_dparam_class_init):
115         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
116         (gst_dpsmooth_new): Additional fixes to get double dparams working.
117         * tools/gst-inspect.c: (print_element_info): Support dumping of
118         double dparam information.
119
120 2004-02-17  David Schleef  <ds@schleef.org>
121
122         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
123         Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
124         * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
125         Use GST_TYPE_CAPS in signal prototype.
126         * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
127         Convert GST_TYPE_CAPS to boxed.
128         * gst/gstelement.c: (gst_element_class_init):
129         Use GST_TYPE_TAG_LIST in signal prototype.
130         * gst/gstindex.c: (gst_index_class_init):
131         * gst/gstindex.h:
132         Add GST_TYPE_INDEX_ENTRY type.
133         * gst/gstmarshal.list:
134         Add necessary marshal types.
135         * gst/gstpad.c: (gst_real_pad_class_init),
136         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
137         (gst_pad_recover_caps_error):
138         Use GST_TYPE_CAPS in signal prototypes.  Fix some debugging strings.
139         * gst/gststructure.c: (_gst_structure_initialize),
140         (gst_structure_copy), (_gst_structure_copy_conditional):
141         * gst/gststructure.h:
142         Convert GST_TYPE_STRUCTURE to boxed.
143         * gst/gsttag.c: (gst_tag_list_get_type):
144         * gst/gsttag.h:
145         Add GST_TYPE_TAG_LIST type.
146
147 2004-02-17  Julien MOUTTE  <julien@moutte.net>
148
149         * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
150         to what we agreed with david.
151         * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
152
153 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
154
155         * po/nl.po: update translation
156
157 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
158
159         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
160           throw an error if spider is trying to play a mime type there is
161           no decoder for
162         * po/POTFILES.in:
163           add gst/autoplug/gstspider.c for translation
164
165 2004-02-17  Julien MOUTTE  <julien@moutte.net>
166
167         * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return 
168         silently when the pad is negotiating.
169
170 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
171
172         * docs/faq/Makefile.am:
173           add script to run gstreamer uninstalled 
174         * docs/faq/faq.xml:
175         * docs/faq/developing.xml:
176         * docs/faq/gst-uninstalled:
177           extract script to run gstreamer uninstalled
178         * docs/manuals.mak:
179           add EXTRA_SOURCES variable for Makefile.am's to set to
180           use additional SOURCE files for the doc build
181
182 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
183
184         * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
185
186 2004-02-15  Julien MOUTTE  <julien@moutte.net>
187
188         * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
189         bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
190         an error was thrown by osssink. Basically a state change failure for
191         an element in a different scheduling group was considered as successfull
192         , which means that caps nego was going on and weird stuff happened. Like
193         i wrote in the comment there, if someone want to revert that please
194         drop me a mail explaining why because i really see no point in keeping
195         that broken behaviour there.
196         * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
197         be empty, we then return NULL which will trigger a nice error when 
198         pulling from the pad.
199
200 2004-02-13  David Schleef  <ds@schleef.org>
201
202         * libs/gst/control/dparam.c: (gst_dparam_class_init),
203         (gst_dparam_get_property), (gst_dparam_set_property),
204         (gst_dparam_do_update_default):
205         * libs/gst/control/dparam.h:
206         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
207         (gst_dpsmooth_new), (gst_dpsmooth_set_property),
208         (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
209         (gst_dpsmooth_do_update_double):
210         * libs/gst/control/dparam_smooth.h:
211         * libs/gst/control/dparammanager.c:
212         (gst_dpman_inline_direct_update):
213         Add support for double dparams.
214
215 2004-02-13  David Schleef  <ds@schleef.org>
216
217         * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
218         * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
219
220 2004-02-13  Mattias Wadman  <mattias@sudac.org>
221
222         reviewed by: David Schleef  <ds@schleef.org>
223
224         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
225         (gst_fdsrc_init), (gst_fdsrc_set_property),
226         (gst_fdsrc_get_property), (gst_fdsrc_get):
227         * gst/elements/gstfdsrc.h:  Adds timeout property to fdsrc,
228         and sends an EOS event if file descriptor reading times out.
229
230 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
231
232         * configure.ac:
233           add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
234
235 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
236
237         * configure.ac: pass required libxml version as argument
238         (bug reported by Christophe Fergeau)
239
240 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
241   
242         * docs/gst/gstreamer-docs.sgml:
243         * docs/gst/tmpl/gstxml.sgml:
244         * docs/libs/gstreamer-libs-docs.sgml:
245           version API docs
246
247 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
248
249         * gst/gstinfo.c:
250         * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
251         (gst_registry_pool_feature_filter):
252         * gst/gstthread.c: (gst_thread_class_init):
253         * gst/gstvalue.c:
254           add includes exposed by building without libxml
255         * gst/indexers/Makefile.am:
256           do not build fileindex when LOADSAVE disabled; we should have
257           a better libxml check later since fileindex depends on xml, not
258           LOADSAVE or REGISTRY
259         * libs/gst/control/Makefile.am:
260           link with m
261         * tools/Makefile.am:
262           fix wrong source code for gst-xmlinspect
263
264 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
265
266         * configure.ac:
267           fix gcov help output
268           move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
269         * docs/random/release:
270           some updated releasing notes
271         * gstreamer.spec.in:
272           more updates
273
274 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
275
276         * docs/faq/faq.xml:
277         * docs/manual/manual.xml:
278         * docs/pwg/pwg.xml:
279         * docs/pwg/titlepage.xml:
280           put version in documentation
281
282 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
283
284         * tools/Makefile.am: fix man page installation
285
286 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
287
288         * configure.ac:
289           don't check for libxml when load/save and registry disabled (#105844)
290         * gstreamer.spec.in:
291           sync with fedora candidate spec
292
293 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
294
295         * po/fr.po:
296         * po/nl.po:
297           replace multidisksrc with multifilesrc
298
299 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
300
301         * po/POTFILES.in:
302           update to multidisksrc => multifilesrc file renaming (#134145)
303
304 2004-02-11  David Schleef  <ds@schleef.org>
305
306         * docs/gst/tmpl/gstcaps.sgml:  Fix stuff that mentions GstProps
307         * docs/gst/tmpl/gstpadtemplate.sgml: same
308         * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
309         * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
310         fixing dance.
311         * gst/gstutils.c: Remove disabled code that uses GstProps.
312         * gst/registries/gstxmlregistry.h: same
313         * docs/random/ds/0.9-suggested-changes: random notes
314
315 2004-02-11  kost@imn.htwk-leipzig.de
316
317         reviewed by: David Schleef  <ds@schleef.org>
318
319         * gst/gstclock.c: (gst_clock_entry_new): fixes structure
320         initialisation of clock (bug #134128)
321
322 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
323
324         * configure.ac:
325         * gst/elements/Makefile.am:
326         * gst/elements/gstelements.c:
327         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
328         (gst_multifilesrc_class_init), (gst_multifilesrc_init),
329         (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
330         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
331         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
332         * gst/elements/gstmultifilesrc.h:
333           rename multidisksrc to multifilesrc (part of #122200)
334
335 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
336
337         * docs/manuals.mak:
338           fix automake complaints
339         * gst-element-check.m4:
340           fix unquotedness
341
342 2004-02-11  David Schleef  <ds@schleef.org>
343
344         * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
345         * gst/gstatomic_impl.h: Disable sparc implementation.
346
347 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
348
349         * gst-element-check.m4:
350           fix underquoted macros as reported by automake 1.8.x (#133800)
351         * configure.ac:
352           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
353           by autopoint (fixes #132996)
354
355 2004-02-10  Andy Wingo  <wingo@pobox.com>
356
357         * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
358         way to do inheritance.
359         (gst_pad_get_event_masks, gst_pad_get_event_masks_default) 
360         (gst_pad_get_query_types, gst_pad_get_query_types_default):
361         Routine docs.
362         (gst_pad_set_link_function, gst_pad_set_fixate_function) 
363         (gst_pad_set_getcaps_function): Doc from Dave's negotation random
364         doc.
365         (gst_pad_unlink, gst_pad_is_linked): Docs.
366         (gst_pad_renegotiate): A brief description of capsnego.
367         (gst_pad_try_set_caps): Document.
368         (gst_pad_try_set_caps_nonfixed): Document.
369         (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
370         (gst_pad_set_parent): Deprecated (although not out of the API).
371         (gst_pad_get_parent): Deprecated, although many plugins use this.
372         (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
373         are private and will go away in 0.9.
374         (gst_pad_perform_negotiate): Doc.
375         (gst_pad_link_unnegotiate): I think this is meant to be static.
376         (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps) 
377         (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility) 
378         (gst_pad_get_peer): Doc updates.
379         (gst_pad_caps_change_notify): Doc.
380         (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get) 
381         (gst_ghost_pad_new): Doc fixes.
382
383         * gst/gstobject.c (gst_object_get_parent, gst_object_unparent) 
384         (gst_object_check_uniqueness): 
385
386         * gst/gstelement.c (gst_element_add_pad) 
387         (gst_element_add_ghost_pad, gst_element_remove_pad) 
388         (gst_element_remove_ghost_pad, gst_element_get_pad) 
389         (gst_element_get_static_pad, gst_element_get_pad_list) 
390         (gst_element_class_get_pad_template_list) 
391         (gst_element_class_get_pad_template): Work on the docs.
392         (gst_element_get_pad_template_list): Uses the class method.
393         (gst_element_get_compatible_pad_template): Docs, and consolidate
394         some test conditions. 
395         (gst_element_get_pad_from_template): New static function.
396         (gst_element_request_compatible_pad): Docs, and work with
397         non-request compatible templates. 
398         (gst_element_get_compatible_pad_filtered): Docs and remove
399         redundant checks.
400         (gst_element_get_compatible_pad, gst_element_link_pads_filtered) 
401         (gst_element_link_filtered, gst_element_link_many) 
402         (gst_element_link, gst_element_link_pads) 
403         (gst_element_unlink_many): Docs.
404
405 2004-02-05  Andy Wingo  <wingo@pobox.com>
406
407         * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
408         s/pointer/boxed/.
409
410         * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
411
412         * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
413         marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
414         with the type=GST_TYPE_CAPS. This allows language bindings to know
415         what kind of data they're dealing with.
416
417         * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
418         to NULL when g_value_init is called. GstCaps, which rolls its own
419         type implementation, now does the same instead of allocating empty
420         caps.
421         (_gst_caps_initialize, _gst_caps_collect_value,
422         _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
423         table methods. This allows G_VALUE_COLLECT to work.
424
425 2004-02-05  Andy Wingo  <wingo@pobox.com>
426
427         * configure.ac:
428         * testsuite/Makefile.am (SUBDIRS): 
429         * testsuite/ghostpads/Makefile.am: 
430         * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
431
432         * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
433         These two routines are the only ones that set
434         GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
435         pad template. They should be made static, depending on ABI needs.
436         (gst_real_pad_dispose): Handle the case of ghost pads without a
437         parent. Assert after dealing with ghost pads that the ghost pad
438         list is empty.
439         (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
440         set after creation.
441         (gst_ghost_pad_dispose): Set ::real-pad to NULL.
442         (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
443         functions. set_property will call add_ghost_pad/remove_ghost_pad
444         as appropriate.
445         (gst_ghost_pad_new): All the work is offloaded to g_object_new.
446
447         * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
448         (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
449         (gst_element_remove_pad): Handle ghost pads as well.
450         (gst_element_remove_ghost_pad): Deprecated (could be removed,
451         depending on API-stability needs).
452
453 2004-02-05  Andy Wingo  <wingo@pobox.com>
454
455         * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
456         of course they're const
457
458 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
459
460         * tools/Makefile.am:
461         * tools/gst-feedback:
462         * tools/gst-feedback-0.7:
463           make gst-feedback versioned too for consistency
464
465 2004-02-11  David Schleef  <ds@schleef.org>
466
467         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
468         (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
469
470 2004-02-10  Julien MOUTTE <julien@moutte.net>
471
472         * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
473         the structure does not contain a valid tag list. Adding a safety check
474         to remove a noisy warning in that case.
475
476 2004-02-10  Thomas Vander Stichele  <thomas at apestaart dot org>
477
478         * gst/gst.c: fix name to be in line with others
479
480 2004-02-09  Julien MOUTTE <julien@moutte.net>
481
482         * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
483         not shout that loud when len is 0. Just return 0 silently.
484
485 2004-02-09  Julien MOUTTE  <julien@moutte.net>
486
487         * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
488         because data_unref has one and i prefer the debug to be symetric.
489         * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
490         were refed when added to the queue and unrefed only once when the queue
491         was flushed. Now the flush handler unref the buffers two times : first
492         unref for the ref added when pushing in the queue's tail and second
493         unref to destroy the flushed buffer.
494
495 2004-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
496
497         * docs/pwg/building-boiler.xml: fix cvs checkout documentation
498
499 2004-02-06  David Schleef  <ds@schleef.org>
500
501         * docs/random/ds/0.9-suggested-changes: Random ramblings
502         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
503         to int before printing.
504         * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
505         * gst/parse/parse.l: same.  See bug #129600
506
507 2004-02-06  David Schleef  <ds@schleef.org>
508
509         * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
510         (gst_index_add_entry), (gst_index_add_associationv),
511         (gst_index_add_association): Add gst_index_add_associationv()
512         and clean up gst_index_add_association(). #127133
513
514 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
515
516         * autogen.sh: check out common with right tag if CVS/Tag exists
517
518 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
519
520         * testsuite/ghostpads/ghostpads.c: (main):
521           fix testsuite from segfaulting
522
523 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
524
525         * Makefile.am: add release target
526         * configure.ac: bump nano to 1
527         * docs/random/release:
528
529 2004-02-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
530
531         * gst/gstcaps.h:
532         * gst/gstelement.c: (gst_element_base_class_init),
533         (gst_element_class_set_details), (gst_element_clear_pad_caps):
534         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
535         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
536         (gst_real_pad_dispose):
537         * gst/gststructure.c: (gst_structure_free),
538         (gst_structure_from_string):
539           put reverted patch back in
540         * gst/gstelement.c: (gst_element_remove_pad):
541           free explicit caps if they're set
542         * gst/gstpad.c: (_gst_pad_default_fixate_func):
543           copy the structure when fixating
544
545 2004-02-05  David Schleef  <ds@schleef.org>
546
547         * gst/gstmarshal.list:
548         * gst/gstpad.c: (gst_real_pad_class_init),
549         (_gst_real_pad_fixate_accumulator):
550         Revert POINTER->BOXED change in signal marshaller.
551
552 === gstreamer 0.7.4 ===
553                                                                                 
554 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
555                                                                                 
556         * NEWS: GStreamer 0.7.4 "Wooden Eels" released
557         * configure.ac: changed for release
558
559 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
560
561         * gstreamer.spec.in:
562           bump required version of gtk-doc
563
564 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
565
566         * gst/gstcaps.h:
567         * gst/gstelement.c: (gst_element_base_class_init),
568         (gst_element_class_set_details), (gst_element_clear_pad_caps):
569         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
570         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
571         (gst_real_pad_dispose):
572         * gst/gststructure.c: (gst_structure_free),
573         (gst_structure_from_string):
574           revert patch that breaks applications, reapply after release
575           to get this fixed properly
576
577 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
578
579         * gst/gsttag.c: (_gst_tag_initialize):
580         * gst/gsttag.h:
581           remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
582
583 2004-02-04  David Schleef  <ds@schleef.org>
584
585         Fix some memleaks:
586         * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
587         (gst_spider_plug_from_srcpad):
588         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
589
590 2004-02-04  David Schleef  <ds@schleef.org>
591
592         * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
593         a GstRealPad before accessing its structure members.
594
595 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
596
597         * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
598         (gst_clock_get_speed):
599         * gst/gstclock.h:
600           reset padding, remove unused fields
601
602 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
603
604         * gst/autoplug/gstspideridentity.c:
605         (gst_spider_identity_sink_loop_type_finding):
606           use get_allowed_caps, not get_caps (fixes #132519)
607         * gst/elements/gsttypefind.c: (stop_typefinding):
608           use correct order when sending buffers and seeking
609
610 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
611
612         * configure.ac:
613         * gst/gstelement.h:
614         * gst/gstpad.h:
615         * gst/gstqueue.h:
616           upgrade libtool CURRENT, reset padding
617
618 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
619
620         * configure.ac:
621           bump to prerelease
622           put back AM_PROG_LIBTOOL to make libtoolize stop complaining
623
624 2004-02-04  David Schleef  <ds@schleef.org>
625
626         * docs/random/ds/0.9-suggested-changes: random notes
627         * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
628         (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
629         Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
630         expansion.
631         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
632         (gst_filesink_get_query_types): same
633         * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
634         (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
635         * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
636         to use new GST_PTR_FORMAT.
637         * gst/gstelement.h: deprecate function factory macros
638         GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
639         These are our last variadic macros that can't be replaced with
640         inlines.  Celebrate!  Also fix a typo in an #ifdef that was
641         attempting to deprecate gst_element_clock_wait().
642         * gst/gstevent.h: same
643         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
644         (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
645         * gst/gstpad.h: deprecate function factory macros similar to above.
646
647 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
648
649         * configure.ac:
650         * tools/Makefile.am:
651         * tools/gst-run.c: (popt_callback), (hash_print_key),
652         (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
653         (get_candidates), (main):
654           add new source file to generate non-versioned wrapper binaries
655           for our tools.
656
657 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
658
659         * gst/gstevent.c: (_gst_event_free):
660           actually break; inside the switch statement
661         * gst/parse/grammar.y:
662           fix memleak where GValues weren't unset
663
664 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
665
666         * gst/gststructure.c: (gst_structure_from_string):
667           fix huge memleak
668         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
669         (new_entry), (gst_type_find_element_chain):
670         * gst/gstelement.c: (gst_element_base_class_init),
671         (gst_element_class_set_details):
672         * gst/gstpad.c: (gst_pad_can_link_filtered):
673           fix smaller memleaks
674         * gst/gstpad.c: (gst_real_pad_dispose):
675           check that explicit caps are gone
676         * gst/gststructure.c: (gst_structure_free):
677           actually free the structure
678         * gst/gstelement.c: (gst_element_clear_pad_caps):
679           unset explicit caps
680
681 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
682
683         * tools/Makefile.am:
684           use AM_CFLAGS since all the CFLAGS are the same
685           use AM_LDFAGS
686
687 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
688
689         * docs/manual/gnome.xml:
690           expand example a little
691         * gst/gst.c: (gst_init_with_popt_table),
692         (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
693           make sure popt option displays are done with right textdomain
694           use GstPoptOption type
695         * gst/gst.h:
696           create GstPoptOption type
697
698 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
699
700         * gst/gsterror.c: (_gst_stream_errors_init):
701         * gst/gsterror.h:
702           adding error type for no codec
703         * po/POTFILES.in:
704           add gst-inspect
705         * po/nl.po:
706           update dutch translation
707         * tools/gst-inspect.c: (print_element_list), (main):
708           do proper internationalization
709         * tools/gst-launch.c: (idle_func):
710           remove commented out function call
711
712 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
713
714         * docs/README:
715           add some error fixing notes
716         * docs/gst/gstreamer-sections.txt:
717           remove double entries
718         * docs/gst/tmpl/gstbin.sgml:
719         * docs/gst/tmpl/gstclock.sgml:
720           remove override
721         * docs/gst/tmpl/gstelement.sgml:
722         * docs/gst/tmpl/gstindex.sgml:
723         * docs/gst/tmpl/gstobject.sgml:
724         * docs/gst/tmpl/gstpadtemplate.sgml:
725         * docs/gst/tmpl/gstreamer-unused.sgml:
726         * docs/gst/tmpl/gsttag.sgml:
727         * docs/gst/tmpl/gstthread.sgml:
728         * docs/gst/tmpl/gstxml.sgml:
729         * gst/gsttag.h:
730           sync header prototypes with c decls
731         * gst/gsttaginterface.c:
732           fix doc headers
733
734 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
735
736         * gst/parse/Makefile.am:
737         * gst/gstobject.h:
738           get rid of gstmarshal.h dependency. It's not needed.
739         * gst/gst.h:
740         * gst/elements/gstfakesink.c:
741         * gst/elements/gstfakesrc.c:
742         * gst/elements/gstidentity.c:
743         * gst/gstbin.c:
744         * gst/gstelement.c:
745         * gst/gstindex.c:
746         * gst/gstobject.c:
747         * gst/gstpad.c:
748         * gst/gstthread.c:
749         * gst/gstxml.c:
750         * libs/gst/control/dparam.c:
751         * libs/gst/control/dparammanager.c:
752           include gstmarshal.h.
753         Fixes #132045
754
755 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
756
757         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
758         (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
759         (gst_filesrc_map_region), (gst_filesrc_get_mmap):
760         * gst/elements/gstfilesrc.h:
761           don't ref the filesrc when creating mmaped buffers. Don't keep a
762           list of not-yet-destroyed buffers.
763         * gst/gstbuffer.h:
764           Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
765
766 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
767
768         * gst/gst.c: (init_pre):
769           remove textdomain
770
771 2004-02-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
772
773         * docs/pwg/advanced-events.xml:
774         * docs/pwg/advanced-scheduling.xml:
775         * docs/pwg/intro-basics.xml:
776         * docs/pwg/other-manager.xml:
777         * docs/pwg/other-nton.xml:
778         * docs/pwg/other-ntoone.xml:
779         * docs/pwg/other-oneton.xml:
780         * docs/pwg/pwg.xml:
781           All sort of documentation... Forgot what. Point is that I want this
782           in before I leave. The 'other-*' will be the last section and will
783           explain issues specific to these type of elements.
784
785 2004-02-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
786
787         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
788         (gst_filesrc_get_read):
789           set all the values on buffers that we can
790
791 2004-02-02  David Schleef  <ds@schleef.org>
792
793         Change usage of isblah() to g_ascii_isblah() to be more locale
794         independent.  (#133076)
795         * gst/gsturi.c: (gst_uri_protocol_check_internal):
796         * gst/gstutils.c:
797         * gst/parse/parse.l:
798
799 2004-02-02  Jon Trowbridge  <trow@gnu.org>
800
801         reviewed by: David Schleef  <ds@schleef.org>
802
803         Fix memory leaks:
804         * gst/gstcaps.c: (gst_caps_to_string):
805         * gst/registries/gstxmlregistry.c:
806         (gst_xml_registry_add_path_list_func),
807         (gst_xml_registry_parse_padtemplate):
808
809 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
810
811         * gst/gstelement.c: (gst_element_default_error):
812           suffix error messages with period
813
814 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
815
816         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
817         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
818         * gst/gsterror.c: (gst_error_get_message):
819           Suffix with dots
820         * po/fr.po:
821         * po/nl.po:
822           Update translation files
823
824 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
825
826         * gst/autoplug/gstspideridentity.c:
827         (gst_spider_identity_sink_loop_type_finding):
828         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
829         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
830         (gst_filesink_close_file), (gst_filesink_handle_event),
831         (gst_filesink_chain):
832         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
833         (gst_filesrc_get_read), (gst_filesrc_open_file):
834         * gst/elements/gstidentity.c: (gst_identity_chain):
835         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
836         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
837         (gst_pipefilter_chain), (gst_pipefilter_open_file):
838         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
839         * gst/gsterror.c: (_gst_core_errors_init),
840         (_gst_library_errors_init), (_gst_resource_errors_init),
841         (_gst_stream_errors_init), (gst_error_get_message):
842         * gst/gstpad.c: (gst_pad_set_explicit_caps),
843         (gst_pad_recover_caps_error), (gst_pad_pull):
844         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
845         * gst/schedulers/gstbasicscheduler.c:
846         (gst_basic_scheduler_chainhandler_proxy),
847         (gst_basic_scheduler_gethandler_proxy),
848         (gst_basic_scheduler_cothreaded_chain):
849           Suffix error messages with period.
850           Use (NULL) instead of NULL
851
852 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
853
854         * docs/gst/tmpl/gstelement.sgml:
855         * docs/gst/tmpl/gstxml.sgml:
856         * gst/gstelement.c: (gst_element_error_full):
857           add element path to error
858
859 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
860
861         * docs/random/mimetypes:
862           update raw int/float info
863         * gst/gsttag.c: (_gst_tag_initialize):
864         * gst/gsttag.h:
865           add GST_TAG_ENCODER
866
867 2004-01-30  David Schleef  <ds@schleef.org>
868
869         * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
870           missing (#132991)
871
872 2004-01-30  Laurent Vivier <Laurent.Vivier@bull.net>
873
874         reviewed by Benjamin Otte 
875           parts of the patch submitted in bug #113913
876
877         * configure.ac:
878           use AC_C_INLINE. Use = instead of == with test
879         * examples/plugins/example.c:
880         * gst/autoplug/gstspideridentity.c:
881         * gst/elements/gstfdsrc.c:
882         * gst/elements/gstfilesrc.c:
883         * gst/elements/gstidentity.c:
884         * gst/elements/gstmultidisksrc.c:
885         * gst/elements/gststatistics.c:
886         * gst/gstelement.c:
887         * gst/gstobject.c:
888         * gst/gstpad.c:
889         * gst/gstpipeline.c:
890         * gst/gstthread.c:
891           don't end enums with a comma
892         * gst/gstindex.c: (gst_index_compare_func):
893           do explicit casting to gint
894         * gst/gsttrace.c: (gst_trace_text_flush):
895           #define strsize as a macro
896
897 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
898
899         * docs/README:
900         * docs/gst/gstreamer-docs.sgml:
901         * docs/gst/gstreamer-sections.txt:
902         * docs/gst/tmpl/gstelement.sgml:
903         * docs/gst/tmpl/gsterror.sgml:
904         * docs/gst/tmpl/gstinterface.sgml:
905         * docs/gst/tmpl/gstreamer-unused.sgml:
906         * docs/gst/tmpl/gststructure.sgml:
907         * docs/gst/tmpl/gsttag.sgml:
908         * docs/gst/tmpl/gsttaginterface.sgml:
909         * docs/gst/tmpl/gstvalue.sgml:
910         make sure all API ends up in the built docs
911         * gst/gstinterface.c:
912         * gst/gststructure.c: (gst_structure_id_set_value),
913         (gst_structure_set_value), (gst_structure_id_get_value):
914         * gst/gststructure.h:
915         * gst/gstvalue.h:
916         sync .h with .c declarations
917
918 2004-01-30  Julien Moutte  <julien@moutte.net>
919
920         * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
921         Ronald will fix riffread.
922
923 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
924
925         * docs/pwg/advanced-interfaces.xml:
926           Added tuner interface docs.
927
928 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
929
930         * docs/random/mimetypes:
931           correct Theora information
932         * gst/gstelement.h:
933           make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
934
935 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
936
937         * gst/gstelement.c: (gst_element_error_full):
938         * gst/gstelement.h:
939           GST_ELEMENT_ERROR in enum -> _IN_ERROR
940
941 2004-01-29  Julien MOUTTE  <julien@moutte.net>
942
943         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
944         (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
945         again and even before DISCONT.
946         * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
947         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
948         bytestream so that it's not stopping to fill the bytestream if events
949         different than EOS or DISCONT are received. Instead it process them so
950         that they go downstream.
951
952 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
953
954         * docs/gst/tmpl/gstelement.sgml:
955         * docs/gst/tmpl/gstreamer-unused.sgml:
956         * docs/gst/tmpl/gstxml.sgml:
957         * gst/autoplug/gstspideridentity.c:
958         (gst_spider_identity_sink_loop_type_finding):
959         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
960         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
961         (gst_filesink_close_file), (gst_filesink_handle_event),
962         (gst_filesink_chain):
963         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
964         (gst_filesrc_get_read), (gst_filesrc_open_file):
965         * gst/elements/gstidentity.c: (gst_identity_chain):
966         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
967         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
968         (gst_pipefilter_chain), (gst_pipefilter_open_file):
969         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
970         * gst/gstelement.h:
971         * gst/gstpad.c: (gst_pad_set_explicit_caps),
972         (gst_pad_recover_caps_error), (gst_pad_pull):
973         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
974         * gst/schedulers/gstbasicscheduler.c:
975         (gst_basic_scheduler_chainhandler_proxy),
976         (gst_basic_scheduler_gethandler_proxy),
977         (gst_basic_scheduler_cothreaded_chain):
978           gst_element_error -> GST_ELEMENT_ERROR
979
980 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
981
982         * docs/Makefile.am:
983         * docs/gst/tmpl/gstelement.sgml:
984         * docs/gst/tmpl/gstxml.sgml:
985         * docs/manuals.mak:
986         * docs/pwg/advanced-request.xml:
987         * docs/pwg/advanced-scheduling.xml:
988         * docs/pwg/advanced-tagging.xml:
989           fix non-validating docbook using CDATA
990           make sure make check-local gets run first to check if it validates
991
992 2004-01-29  Julien MOUTTE <julien@moutte.net>
993
994         * docs/pwg/advanced-events.xml: Adding documentation on advanced event
995         handling (up and downstream).
996         * docs/pwg/advanced-interfaces.xml: Make it coherent with the
997         my_filter thing.
998
999 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1000
1001         * docs/pwg/advanced-tagging.xml:
1002           Add docs about tag writing.
1003
1004 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1005
1006         * docs/pwg/advanced-tagging.xml:
1007           Add a part about tag reading and application signalling... Tag
1008           writing still needs to be documented.
1009         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
1010           We can set file locations in READY, too.
1011
1012 2004-01-29  Julien MOUTTE <julien@moutte.net>
1013
1014         * docs/random/ds/element-checklist: Adding some notes about src
1015         events.
1016
1017 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1018
1019         * docs/random/mimetypes:
1020           Update docs to point to correct elements for various mimetypes, and
1021           some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
1022           <stephane.loeuillet@tiscali.fr>.
1023
1024 2004-01-28  David Schleef  <ds@schleef.org>
1025
1026         * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
1027
1028 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1029
1030         * docs/random/mimetypes:
1031           update docs for audio/x-raw-float. Add "buffer-frames=0 means
1032           undefined"
1033         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
1034           make it only work in NULL.
1035         * gst/gstcaps.c:
1036           don't posion NULL caps
1037         * gst/gstelement.c: (gst_element_set_time):
1038           add debugging statement
1039         * gst/gstelement.c: (gst_element_emit_found_tag),
1040         (gst_element_found_tag_func), (gst_element_found_tags):
1041         * gst/gstelement.h:
1042           These functions take const taglists
1043         * gst/gstpad.c: (gst_pad_proxy_getcaps):
1044           fix memleak
1045         * gst/gstpad.c: (gst_pad_event_default):
1046           make more effort on handling discont and clocks, g_warn if everything
1047           fails
1048         * gst/gststructure.c: (gst_structure_remove_fields),
1049         (gst_structure_remove_fields_valist):
1050         * gst/gststructure.h:
1051           add gst_structure_remove_fields(_valist)
1052         * gst/gsttag.c:
1053           fix doc glitch
1054
1055 2004-01-28  David Schleef  <ds@schleef.org>
1056
1057         * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
1058         * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
1059         Fix memory leakage of gst_caps_to_string().
1060
1061         Use GST_PTR_FORMAT instead of gst_caps_to_string():
1062         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
1063         * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
1064         (gst_spider_identity_sink_loop_type_finding):
1065         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
1066         (find_suggest):
1067         * gst/gstpad.c: (gst_pad_try_relink_filtered),
1068         (gst_pad_set_explicit_caps):
1069         * gst/parse/grammar.y:
1070
1071 2004-01-28  David Schleef  <ds@schleef.org>
1072
1073         * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
1074         GST_PRINTF_EXTENSION_FORMAT_DEFINE.
1075         * docs/random/ds/0.9-suggested-changes: Notes from Company.
1076         * gst/gstcaps.c: (gst_caps_to_string): Add comment.
1077         * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
1078         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
1079         (gst_debug_log_default), (_gst_info_printf_extension),
1080         (_gst_info_printf_extension_arginfo):  Add printf extension.
1081         * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
1082         * gst/gststructure.c: (gst_structure_to_string),
1083         (_gst_structure_parse_value): Use gst_value_deserialize() and
1084         remove old code.
1085         * gst/gstvalue.c: (gst_value_deserialize_fourcc),
1086         (gst_value_deserialize_boolean), (gst_strtoi),
1087         (gst_value_deserialize_int), (gst_value_deserialize_double),
1088         (gst_value_deserialize_string), (gst_value_deserialize): Implement
1089         a bunch of deserialize functions and gst_value_deserialize.
1090         * gst/gstvalue.h: er, _de_serialize, not unserialize
1091         * testsuite/caps/string-conversions.c: (main): We don't currently
1092         handle (float) in caps, so convert these to (double).
1093         * testsuite/debug/Makefile.am: Add new test for the printf extension
1094         * testsuite/debug/printf_extension.c: (main): same
1095
1096 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1097
1098         * docs/random/company/time:
1099           Add some docs about clocking and time
1100
1101 2004-01-28  Julien MOUTTE <julien@moutte.net>
1102
1103         * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
1104
1105 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1106
1107         * docs/pwg/advanced-clock.xml:
1108         * docs/pwg/advanced-dparams.xml:
1109         * docs/pwg/advanced-events.xml:
1110         * docs/pwg/advanced-interfaces.xml:
1111         * docs/pwg/advanced-midi.xml:
1112         * docs/pwg/advanced-request.xml:
1113         * docs/pwg/advanced-scheduling.xml:
1114         * docs/pwg/advanced-tagging.xml:
1115         * docs/pwg/advanced-types.xml:
1116         * docs/pwg/appendix-checklist.xml:
1117         * docs/pwg/building-boiler.xml:
1118         * docs/pwg/building-chainfn.xml:
1119         * docs/pwg/building-filterfactory.xml:
1120         * docs/pwg/building-pads.xml:
1121         * docs/pwg/building-props.xml:
1122         * docs/pwg/building-signals.xml:
1123         * docs/pwg/building-state.xml:
1124         * docs/pwg/building-testapp.xml:
1125         * docs/pwg/intro-basics.xml:
1126         * docs/pwg/intro-preface.xml:
1127         * docs/pwg/other-autoplugger.xml:
1128         * docs/pwg/other-sink.xml:
1129         * docs/pwg/other-source.xml:
1130         * docs/pwg/titlepage.xml:
1131           fix up id's
1132
1133 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1134
1135         * docs/95NonPath:
1136         * docs/HACKING:
1137         * docs/README:
1138         * docs/building-the-docs-on-debian:
1139           collect relevant bits of doc info
1140
1141 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1142
1143         * docs/pwg/advanced_tagging.xml:
1144           Half-assed commit so Thomas can re-arrange document IDs here to be
1145           consistent, too.
1146
1147 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1148
1149         * docs/manual/autoplugging.xml:
1150         * docs/manual/bins-api.xml:
1151         * docs/manual/bins.xml:
1152         * docs/manual/buffers-api.xml:
1153         * docs/manual/buffers.xml:
1154         * docs/manual/clocks.xml:
1155         * docs/manual/components.xml:
1156         * docs/manual/cothreads.xml:
1157         * docs/manual/debugging.xml:
1158         * docs/manual/dparams-app.xml:
1159         * docs/manual/dynamic.xml:
1160         * docs/manual/elements-api.xml:
1161         * docs/manual/elements.xml:
1162         * docs/manual/factories.xml:
1163         * docs/manual/gnome.xml:
1164         * docs/manual/goals.xml:
1165         * docs/manual/helloworld.xml:
1166         * docs/manual/helloworld2.xml:
1167         * docs/manual/init-api.xml:
1168         * docs/manual/intro.xml:
1169         * docs/manual/links-api.xml:
1170         * docs/manual/links.xml:
1171         * docs/manual/manual.xml:
1172         * docs/manual/motivation.xml:
1173         * docs/manual/pads-api.xml:
1174         * docs/manual/pads.xml:
1175         * docs/manual/plugins-api.xml:
1176         * docs/manual/plugins.xml:
1177         * docs/manual/programs.xml:
1178         * docs/manual/queues.xml:
1179         * docs/manual/quotes.xml:
1180         * docs/manual/schedulers.xml:
1181         * docs/manual/states-api.xml:
1182         * docs/manual/states.xml:
1183         * docs/manual/threads.xml:
1184         * docs/manual/typedetection.xml:
1185         * docs/manual/xml.xml:
1186           use chapter, part, section or misc as id starts for all bits
1187
1188 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1189
1190         * docs/gst/gstreamer-sections.txt:
1191           Fix up TITLE of the sections
1192
1193 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1194
1195         * docs/pwg/advanced_interfaces.xml:
1196           Add documentation on propertyprobing.
1197         * docs/pwg/advanced_events.xml:
1198         * docs/pwg/advanced_tagging.xml:
1199         * docs/pwg/building_boiler.xml:
1200         * docs/pwg/building_filterfactory.xml:
1201         * docs/pwg/pwg.xml:
1202           Move filterfactory and tagging into their own chapter, add a chapter
1203           on events. all these are empty placeholders that will be filled in
1204           some day.
1205
1206 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1207
1208         * docs/pwg/advanced_interfaces.xml:
1209           Docs for mixer interface. Also a check for website uploading.
1210
1211 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1212
1213         * docs/HACKING:
1214         * docs/Makefile.am:
1215         * docs/faq/Makefile.am:
1216         * docs/gst/Makefile.am:
1217         * docs/gst/tmpl/gstelement.sgml:
1218         * docs/gst/tmpl/gstplugin.sgml:
1219         * docs/gst/tmpl/gstreamer-unused.sgml:
1220         * docs/libs/Makefile.am:
1221         * docs/manual/Makefile.am:
1222         * docs/manuals.mak:
1223         * docs/pwg/Makefile.am:
1224         * docs/upload.mak:
1225           Separate out upload target and make it similar for
1226           both docbook and gtk-doc docs
1227
1228 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1229
1230         * docs/manuals.mak:
1231           Fix upload target to work with freedesktop
1232
1233 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1234
1235         * docs/pwg/advanced_types.xml:
1236           Add notes on creating your own types.
1237         * docs/pwg/building_boiler.xml:
1238         * docs/pwg/building_pads.xml:
1239         * docs/pwg/building_state.xml:
1240           Add some stuff about how to retrieve values from structures, how
1241           that relates to types and change layout slightly again to be almost
1242           perfect.
1243
1244 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1245
1246         * docs/pwg/advanced_dparams.xml:
1247         * docs/pwg/advanced_scheduling.xml:
1248           Change index layout slightly.
1249
1250 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1251
1252         * docs/pwg/advanced_clock.xml:
1253         * docs/pwg/advanced_interfaces.xml:
1254         * docs/pwg/advanced_midi.xml:
1255           General placeholders for now.
1256         * docs/pwg/advanced_request.xml:
1257           Explanation about sometimes and request pads.
1258         * docs/pwg/advanced_scheduling.xml:
1259           Concept of bytestream, loopfunctions and schedulers.
1260         * docs/pwg/building_boiler.xml:
1261           Add something about plugin-init.
1262
1263 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1264
1265         * docs/pwg/building_pads.xml:
1266           Fix broken docbook
1267
1268 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1269
1270         * docs/pwg/advanced_interfaces.xml:
1271         * docs/pwg/pwg.xml:
1272           Add as a placeholder for future filling-in.
1273         * docs/pwg/basics_autoplugging.xml:
1274         * docs/pwg/basics_buffers.xml:
1275         * docs/pwg/basics_elements.xml:
1276         * docs/pwg/basics_events.xml:
1277         * docs/pwg/basics_plugins.xml:
1278         * docs/pwg/basics_types.xml:
1279           Remove, because unused (this is all in intro_basics.xml).
1280         * docs/pwg/building_signals.xml:
1281           Short intro to signals + reference to GObject docs - we really
1282           shouldn't go into these sort of things to deply because we don't
1283           use them that extensively anyway.
1284         * docs/pwg/building_state.xml:
1285           Explanation of states. Benjamin, please check.
1286         * docs/pwg/building_testapp.xml:
1287           Put everything in one page - putting only a few lines of content
1288           per page doesn't really make sense.
1289
1290           Time to get into the advanced topics. ;).
1291
1292 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1293
1294         * docs/pwg/advanced_types.xml:
1295           Finish documenting the current state of mimetypes.
1296         * docs/pwg/building_boiler.xml:
1297         * docs/pwg/building_chainfn.xml:
1298         * docs/pwg/building_pads.xml:
1299         * docs/pwg/building_props.xml:
1300         * docs/pwg/building_testapp.xml:
1301           Start documenting the "how to build a simple audio filter" part
1302           of the PWG. Most stuff is ready by now. Stuff remaining: signals,
1303           states and (maybe?) a short introduction to capsnego in the chapter
1304           on pads (building_pads.xml). Capsnego should probably be explained
1305           fully in advanced_capsnego.xml or so.
1306
1307 2004-01-26  David Schleef  <ds@schleef.org>
1308
1309         * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
1310         * gst/gstpad.h: Add new function to allow element to (somewhat)
1311         specify non-fixed caps on a pad.
1312         * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
1313         that I added a few weeks ago.
1314
1315 2004-01-26  David Schleef  <ds@schleef.org>
1316
1317         * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
1318           making try_set_caps() work with non-fixed caps.
1319
1320 2004-01-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1321
1322         * docs/pwg/advanced_types.xml:
1323         * docs/pwg/intro_basics.xml:
1324         * docs/pwg/intro_preface.xml:
1325         * docs/pwg/pwg.xml:
1326         * docs/pwg/titlepage.xml:
1327           First try to resurrect the PWG. I'm halfway integrating the mimetypes
1328           in here (docs/random/mimetypes), and will from there on work on both
1329           updating outdated parts and adding missing parts.
1330           That doesn't mean I'll fix it completely, but I'll try at least. ;).
1331
1332 2004-01-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1333
1334         * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
1335           policy is set
1336
1337 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1338
1339         * gst/gstelement.h:
1340           remove gst_element_factory_get_version. It doesn't exist anymore.
1341         * gst/gstplugin.c:
1342         * gst/gstplugin.h:
1343           remove gst_plugin_set_name and change gst_plugin_get_longname to
1344           gst_plugin_get_description to match code.
1345         * gst/gsterror.h:
1346           remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
1347         * gst/gstpad.c: (gst_pad_try_set_caps):
1348           make it work with nonfixed caps.
1349           Note that even in the nonfixed case the link function of the pad
1350           that tries to set caps isn't called.
1351
1352 2004-01-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1353
1354         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
1355           fix bug where buffer was not assembled correctly
1356         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
1357           silence by default
1358         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
1359           only seek if there's no more buffers that could work without seeking
1360
1361 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1362
1363         * gst/gsttag.c: (_gst_tag_initialize):
1364         * gst/gsttag.h:
1365           Add application tag (for encoding/muxing app).
1366
1367 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1368
1369         * autogen.sh:
1370           make autopoint force, and libtoolize not copy
1371         * common/m4/as-docbook.m4:
1372           added docbook xml catalog setup check
1373         * common/m4/gst-doc.m4:
1374           use docbook check
1375
1376 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1377
1378         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
1379         * gst/gsttag.h:
1380           add GstTagFlag
1381
1382 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1383
1384         * docs/gst/gstreamer-sections.txt:
1385         * docs/gst/tmpl/gst.sgml:
1386         * docs/gst/tmpl/gstbuffer.sgml:
1387         * docs/gst/tmpl/gstclock.sgml:
1388         * docs/gst/tmpl/gstelement.sgml:
1389         * docs/gst/tmpl/gstreamer-unused.sgml:
1390         * docs/gst/tmpl/gstxml.sgml:
1391           sync latest API changes to docs
1392
1393 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1394
1395         * gst/gstpluginfeature.c:
1396           fix doc snippet
1397         * tools/gst-inspect.c: (print_element_list):
1398           fix output of typefind
1399           add GPL header
1400         * tools/gst-launch.c:
1401           add GPL header
1402
1403 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1404
1405         * gst/elements/Makefile.am:
1406         * gst/elements/gstelements.c:
1407         * gst/elements/gsttypefindelement.c:
1408         * gst/elements/gsttypefindelement.h:
1409         * po/POTFILES.in:
1410         * po/fr.po:
1411         * po/nl.po:
1412           renamed gsttypefindelement to gsttypefind, conserving CVS history
1413
1414 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1415
1416         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
1417         * gst/gsttag.h:
1418           add some tags used in ogg as well
1419           fix _ in replaygain tags
1420
1421 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1422
1423         * gst/gsterror.h:
1424           fix wrong GST_LIBRARY_ERROR_ENCODE addition
1425
1426 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1427
1428         * gst/gstelement.c: (gst_element_error_full):
1429         * gst/gstelement.h:
1430           change _extended to _full
1431
1432 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1433
1434         reviewed by: <delete if not using a buddy>
1435
1436         * docs/gst/tmpl/gst.sgml:
1437         * docs/gst/tmpl/gstbuffer.sgml:
1438         * docs/gst/tmpl/gstclock.sgml:
1439         * docs/gst/tmpl/gstelement.sgml:
1440         * docs/gst/tmpl/gstreamer-unused.sgml:
1441         * docs/gst/tmpl/gstxml.sgml:
1442         * gst/gstelement.c: (gst_element_error_full):
1443         * gst/gstelement.h:
1444
1445 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1446
1447         * gst/gstelement.h: fix _gst_element_error_printf prototype
1448
1449 2004-01-20  David Schleef  <ds@schleef.org>
1450
1451         * gst/gststructure.c: (gst_structure_to_string):
1452         Convert function to use gst_value_serialize().
1453         * gst/gstvalue.c: (gst_value_serialize_list),
1454         (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
1455         (gst_value_serialize_double_range), (gst_value_serialize_boolean),
1456         (gst_value_serialize_int), (gst_value_serialize_double),
1457         (gst_string_wrap), (gst_value_serialize_string),
1458         (gst_value_serialize), (gst_value_deserialize):
1459         * gst/gstvalue.h:
1460         Add implementations for serialize.
1461
1462 2004-01-20  Julien MOUTTE  <julien@moutte.net>
1463
1464         * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
1465         we want to keep that one in the future or change xvidenc.c to use 
1466         another error.
1467
1468 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1469
1470         * gst/gstelement.c: (_gst_element_error_printf):
1471         * gst/gstelement.h:
1472           privatise function
1473
1474 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1475
1476         * docs/random/error:
1477           doc explaining error system
1478         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
1479           cleanup
1480
1481 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1482
1483         * gst/gst-i18n-app.h:
1484         * gst/gst-i18n-lib.h:
1485           remove inclusion of config.h
1486         * po/POTFILES.in:
1487         * po/nl.po:
1488           add gst/gstelement.c
1489
1490 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1491
1492         * po/nl.po: updated Dutch translation
1493
1494 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1495
1496         * gst/gsterror.c: (_gst_core_errors_init),
1497         (_gst_library_errors_init), (_gst_resource_errors_init),
1498         (_gst_stream_errors_init):
1499         remove ending punctuation dots
1500
1501 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1502
1503         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
1504         * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
1505         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
1506         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
1507         (gst_pipefilter_chain), (gst_pipefilter_open_file):
1508         use GST_ERROR_SYSTEM
1509
1510 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1511
1512         * gst/gstelement.c: (gst_element_error_printf),
1513         (gst_element_error_extended):
1514         * gst/gstelement.h:
1515           add a helper printf function so we can have NULL values passed.
1516
1517 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1518
1519         * gst/gstelement.h:
1520           add G_STMT macros to gst_element_error, which isn't strictly
1521           necessary but people tell me to anyway.
1522
1523 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1524
1525         * gst/Makefile.am:
1526         * gst/autoplug/gstspideridentity.c:
1527         (gst_spider_identity_sink_loop_type_finding):
1528         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
1529         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
1530         (gst_filesink_close_file), (gst_filesink_handle_event),
1531         (gst_filesink_chain):
1532         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
1533         (gst_filesrc_map_region), (gst_filesrc_get_read),
1534         (gst_filesrc_open_file):
1535         * gst/elements/gstidentity.c: (gst_identity_chain):
1536         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
1537         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
1538         (gst_pipefilter_chain), (gst_pipefilter_open_file):
1539         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
1540         * gst/gst.h:
1541         * gst/gst_private.h:
1542         * gst/gstelement.c: (gst_element_class_init),
1543         (gst_element_default_error), (gst_element_error_func),
1544         (gst_element_error_extended):
1545         * gst/gstelement.h:
1546         * gst/gsterror.c: (_gst_core_errors_init),
1547         (_gst_library_errors_init), (_gst_resource_errors_init),
1548         (_gst_stream_errors_init), (gst_error_get_message):
1549         * gst/gsterror.h:
1550         * gst/gstinfo.c: (_gst_debug_init):
1551         * gst/gstmarshal.list:
1552         * gst/gstpad.c: (gst_pad_set_explicit_caps),
1553         (gst_pad_recover_caps_error), (gst_pad_pull):
1554         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
1555         * gst/schedulers/gstbasicscheduler.c:
1556         (gst_basic_scheduler_chainhandler_proxy),
1557         (gst_basic_scheduler_gethandler_proxy),
1558         (gst_basic_scheduler_cothreaded_chain):
1559         * po/POTFILES.in:
1560         * po/fr.po:
1561         * po/nl.po:
1562           change error signal
1563           add error categories
1564
1565 2004-01-18  Jeremy Simon  <jesimon@libertysurf.fr>
1566
1567         * gst/gsttag.c: (_gst_tag_initialize):
1568         * gst/gsttag.h:
1569         Add replaygain tag
1570
1571 2004-01-18  Colin Walters  <walters@verbum.org>
1572
1573         * examples/retag/retag.c: Call gst_init before processing
1574         program args.  Add g_assert to _link_many call.
1575
1576 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1577
1578         * gst/gstpad.c: (gst_pad_alloc_buffer):
1579           Return a newly allocated buffer when the pad has no peer.
1580
1581 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1582
1583         * gst/gstclock.c: (gst_clock_get_time):
1584           make it compile with gcc 2.95 again.
1585           Patch by Scott Wheeler
1586
1587 2004-01-15  David Schleef  <ds@schleef.org>
1588
1589         * gst/gstcaps.h:
1590         Added gst_caps_is_simple() macro.
1591         * testsuite/caps/caps.c: (test1):
1592         * testsuite/caps/intersect2.c: (main):
1593         * testsuite/caps/intersection.c: (main):
1594         Fixes to make 'make check' work again after removing
1595         gst_caps_is_chained().
1596
1597 2004-01-15  Leif Johnson <leif@ambient.2y.net>
1598
1599         * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
1600         and additions to the MIDI document.
1601
1602 2004-01-15  David Schleef  <ds@schleef.org>
1603
1604         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
1605         (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
1606         of GST_RPAD_, since we don't know if it's a real or ghost pad.
1607
1608 2004-01-15  David Schleef  <ds@schleef.org>
1609
1610         * gst/gstqueue.c:
1611         * gst/gstqueue.h:
1612         Fix the spelling of "treshold" and make min_threshold actually
1613         affect the queue.
1614
1615 2004-01-15  David Schleef  <ds@schleef.org>
1616
1617         * gst/gstcaps.c:
1618         Add lots of documentation.
1619         * gst/gstcaps.h:
1620         Deprecate a few functions.
1621         * gst/gstpad.c:
1622         Removed use of deprecated functions.
1623
1624 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1625
1626         * gst/gstpad.c: (gst_pad_is_linked):
1627         * gst/gstpad.h:
1628           implement gst_pad_is_linked
1629         * gst/gstelement.h:
1630           reserve space for initiate_state_change
1631
1632 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1633
1634         * gst/autoplug/gstspideridentity.c:
1635         (gst_spider_identity_sink_loop_type_finding):
1636           break infinite loop by just returning instead of looping
1637         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
1638           set event time difference correctly. Set it to 1 second instead
1639           of 100ms to be more tolerant
1640         * gst/gstelement.c: (gst_element_set_time):
1641           add debugging output
1642
1643 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1644
1645         * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
1646           query if buffers are inside the pool, ignore events
1647
1648 2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1649
1650         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
1651         (gst_clock_set_speed), (gst_clock_set_active),
1652         (gst_clock_is_active), (gst_clock_reset),
1653         (gst_clock_handle_discont):
1654         * gst/gstclock.h:
1655           deprecate old interface and disable functions that aren't in use
1656           anymore.
1657         * gst/gstelement.h:
1658         * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
1659         (gst_element_set_time), (gst_element_adjust_time):
1660           add concept of "element time" and functions to get/set this time.
1661         * gst/gstelement.c: (gst_element_change_state):
1662           update element time correctly.
1663         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
1664           This is a debug message, not a g_critical.
1665         * gst/gstpad.c: (gst_pad_event_default):
1666           handle discontinuous events right with element time.
1667         * gst/gstscheduler.c: (gst_scheduler_state_transition):
1668           update to clocking fixes.
1669           set clocks on elements in READY=>PAUSED. The old behaviour caused
1670           a wrong element time on the first element that started playing.
1671         * gst/schedulers/gstbasicscheduler.c:
1672         (gst_basic_scheduler_class_init):
1673         * gst/schedulers/gstoptimalscheduler.c:
1674         (gst_opt_scheduler_class_init):
1675           remove code that just implements the default behaviour.
1676         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
1677           update to use new clocking functions
1678         * testsuite/clock/clock1.c: (gst_clock_debug), (main):
1679         * testsuite/clock/clock2.c: (gst_clock_debug), (main):
1680           update to test new element time.
1681         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
1682           use _get_allowed_caps instead of _get_caps. This catches filtered
1683           caps correctly.
1684         * testsuite/debug/commandline.c:
1685           update for new GST_DEBUG syntax.
1686         * testsuite/threads/Makefile.am:
1687           disable a test that only works sometimes.
1688
1689 2004-01-13  Julien MOUTTE <julien@moutte.net>
1690
1691         * po/LINGUAS: Adding fr.
1692         * po/fr.po: Adding french translation.
1693
1694 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1695
1696         * gst/parse/grammar.y:
1697         * po/POTFILES.in:
1698         * po/nl.po:
1699         * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
1700           translate parsing error messages
1701
1702 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1703
1704         * po/POTFILES.in: adding gst-launch
1705         * po/nl.po: updated translation, all 99 strings translated
1706         * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
1707         (found_tag), (sigint_handler_sighandler), (play_handler), (main):
1708           fix strings for translation
1709
1710 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1711
1712         * gst/gst.c:
1713           - capitalize beginnings of popt options
1714           - fix strings for translation
1715           - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
1716
1717 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1718
1719         * po/README: add some notes on how to update translations
1720
1721 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1722
1723         * ABOUT-NLS: removed, is autogenerated from autopoint
1724         * autogen.sh: add autopoint stuff
1725         * configure.ac: fix up gettext stuff
1726         * gst/Makefile.am: add i18n headers to noinst_HEADERS
1727         * gst/elements/gsttypefindelement.c: add header include
1728         * gst/gettext.h: add header, copy from system-installed header
1729         * gst/gst-i18n-app.h: to be included by each app having translations
1730         * gst/gst-i18n-lib.h: to be included by each lib having translations
1731         * gst/gst.c: (init_pre): fix up gettext calls
1732         * gst/gst_private.h: remove i18n stuff, moving to separate headers
1733         * po/LINGUAS: the new way to specify translations present
1734         * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
1735         * po/Makevars: the variables filled in for GStreamer
1736         * po/POTFILES.in: added new files with translations
1737         * po/de.po: has new strings
1738         * po/nl.po: readded, has new strings
1739
1740 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1741
1742         * gst/gsttag.c: fix some strings marked for translation
1743
1744 2004-01-13  Iain <iain@prettypeople.org>
1745
1746         * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
1747         group when we add an element to it, cos we unref it when we remove one
1748
1749 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1750
1751         * testsuite/debug/commandline.c: (debug_not_reached):
1752         * testsuite/debug/output.c: (check_message):
1753           fix testsuite
1754
1755 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1756
1757         * examples/cutter/.cvsignore:
1758         * examples/helloworld/.cvsignore:
1759         * examples/launch/.cvsignore:
1760         * examples/manual/.cvsignore:
1761         * examples/mixer/.cvsignore:
1762         * examples/pingpong/.cvsignore:
1763         * examples/plugins/.cvsignore:
1764         * examples/queue/.cvsignore:
1765         * examples/queue2/.cvsignore:
1766         * examples/queue3/.cvsignore:
1767         * examples/queue4/.cvsignore:
1768         * examples/retag/.cvsignore:
1769         * examples/thread/.cvsignore:
1770         * examples/typefind/.cvsignore:
1771         * examples/xml/.cvsignore:
1772         * gst/.cvsignore:
1773         * gst/autoplug/.cvsignore:
1774         * gst/elements/.cvsignore:
1775         * gst/indexers/.cvsignore:
1776         * gst/parse/.cvsignore:
1777         * gst/registries/.cvsignore:
1778         * gst/schedulers/.cvsignore:
1779         * libs/gst/bytestream/.cvsignore:
1780         * libs/gst/control/.cvsignore:
1781         * libs/gst/getbits/.cvsignore:
1782         * tests/.cvsignore:
1783         * tests/bufspeed/.cvsignore:
1784         * tests/instantiate/.cvsignore:
1785         * tests/memchunk/.cvsignore:
1786         * tests/muxing/.cvsignore:
1787         * tests/sched/.cvsignore:
1788         * tests/seeking/.cvsignore:
1789         * tests/threadstate/.cvsignore:
1790         * testsuite/.cvsignore:
1791         * testsuite/caps/.cvsignore:
1792         * testsuite/cleanup/.cvsignore:
1793         * testsuite/dynparams/.cvsignore:
1794         * testsuite/plugin/.cvsignore:
1795         * tools/.cvsignore:
1796           update - this is huge, because it includes *.bb, *.bbg and *.da files
1797           which are generated for gcov.
1798
1799 2004-01-11  David Schleef  <ds@schleef.org>
1800
1801         * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
1802         a function to parse integers in ways that strto[u]l() does not.
1803
1804 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1805
1806         * tools/gst-inspect.c: (print_caps):
1807           improve output of caps a bit
1808
1809 2004-01-11  David Schleef  <ds@schleef.org>
1810
1811         * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
1812         inherit correct flags (READONLY and DONTKEEP).
1813
1814 2004-01-11  David Schleef  <ds@schleef.org>
1815
1816         * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
1817         (gst_filesrc_map_region):
1818         * gst/gstbuffer.c: (_gst_buffer_initialize),
1819         (_gst_buffer_sub_free), (gst_buffer_default_copy),
1820         (gst_buffer_new), (gst_buffer_create_sub),
1821         (gst_buffer_is_span_fast), (gst_buffer_span):
1822         * gst/gstbuffer.h:
1823         Change GstBuffer private structure element names. (all files)
1824         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
1825         (gst_queue_link):
1826         * gst/gstqueue.h:
1827         Implement getcaps/pad_link functions that handle the case where
1828         there are data in the queue.
1829
1830 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1831
1832         * gst/elements/gstbufferstore.c:
1833           initialize debugging structure correctly
1834         * gst/elements/gsttee.c: (gst_tee_set_property):
1835           g_object_notify when property was changed
1836         * gst/elements/gsttypefindelement.c:
1837         (gst_type_find_element_change_state):
1838           clear caps correctly
1839
1840 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1841
1842         * gst/gstqueue.c: (gst_queue_init):
1843           Use better defaults for when a queue should block. This
1844           gets rid of jerky playback for quite a few files.
1845           It takes more memory.
1846
1847 2004-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1848
1849         (gst_xml_registry_parse_padtemplate):
1850           make critical message slightly more useful
1851
1852 2004-01-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1853
1854         * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
1855         (gst_debug_message_get), (gst_debug_log_default):
1856         * gst/gstinfo.h:
1857           Change gst_debug_log(_valist) to take a const format string.
1858           Change prototype of log function and functions using those to 
1859           take a GstDebugMessage instead of a string that requires using
1860           gst_debug_message_get.
1861
1862 2004-01-08  David Schleef  <ds@schleef.org>
1863
1864         * Makefile.am:
1865         * configure.ac:
1866         Add option --enable-gcov to build GStreamer with -fprofile-arcs
1867         and -ftest-coverage, which allows gcov to show information about
1868         testsuite coverage.
1869
1870 2004-01-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1871
1872         * gst/gstutils.h:
1873           Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
1874           GST_PARENT_CALL_WITH_DEFAULT
1875         * gst/elements/gstaggregator.c: 
1876         * gst/elements/gstbufferstore.c: 
1877         * gst/elements/gstfakesink.c: 
1878         * gst/elements/gstfakesrc.c: 
1879         * gst/elements/gstfdsink.c: 
1880         * gst/elements/gstfdsrc.c: 
1881         * gst/elements/gstfilesink.c: 
1882         * gst/elements/gstfilesrc.c: 
1883         * gst/elements/gstidentity.c: 
1884         * gst/elements/gstmd5sink.c: 
1885         * gst/elements/gstmultidisksrc.c:
1886         * gst/elements/gstpipefilter.c: 
1887         * gst/elements/gstshaper.c:
1888         * gst/elements/gststatistics.c:
1889         * gst/elements/gsttee.c:
1890         * gst/elements/gsttypefindelement.c:
1891           use them.
1892
1893 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
1894
1895         * docs/gst/gstreamer-docs.sgml: remove props
1896         * docs/gst/gstreamer-sections.txt: remove props
1897         * docs/gst/tmpl/gst.sgml:
1898         * docs/gst/tmpl/gstbin.sgml:
1899         * docs/gst/tmpl/gstbuffer.sgml:
1900         * docs/gst/tmpl/gstcaps.sgml:
1901         * docs/gst/tmpl/gstclock.sgml:
1902         * docs/gst/tmpl/gstelement.sgml:
1903         * docs/gst/tmpl/gstindex.sgml:
1904         * docs/gst/tmpl/gstobject.sgml:
1905         * docs/gst/tmpl/gstpad.sgml:
1906         * docs/gst/tmpl/gstpadtemplate.sgml:
1907         * docs/gst/tmpl/gstreamer-unused.sgml:
1908         * docs/gst/tmpl/gstthread.sgml:
1909         * docs/gst/tmpl/gstxml.sgml:
1910           sync with code reorganization
1911
1912 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
1913
1914         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
1915         Make the 'Could not find compatible pad' message more informative.
1916
1917 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1918                                                                                 
1919         * gst/elements/gstfilesink.c: (gst_filesink_set_location):
1920           Fix for if we pass NULL as property to location.
1921         * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
1922         (gst_pipefilter_handle_event), (gst_pipefilter_chain):
1923           Fix for instantiate-test (see below).
1924         * gst/gststructure.c: (_gst_structure_parse_value):
1925           Fix compile error on gcc-2.96.
1926         * configure.ac:
1927         * tests/Makefile.am:
1928         * tests/instantiate/Makefile.am:
1929         * tests/instantiate/create.c: (create_all_elements), (main):
1930           Add a test that instantiates all elements. This makes it easy to
1931           track dead code for old API/design (like setting event functions
1932           on sink pads and so on).
1933
1934 2004-01-06  Jan Schmidt  <thaytan@mad.scientist.com>
1935
1936         * gst/gstcaps.c: (gst_caps_append_structure):
1937           Move the poisoning to allow a NULL structure
1938         * gst/gstevent.c: (_gst_event_free):
1939           When freeing a navigation event, free the structure
1940           also
1941
1942 2004-01-04  David Schleef  <ds@schleef.org>
1943
1944         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
1945         Remove usage of gst_pad_proxy_fixate.
1946         * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
1947         (gst_caps_split_one), (gst_caps_replace):
1948         Add poisoning code.
1949         * gst/gstmarshal.list:
1950         Add pointer__pointer for fixate signal
1951         * gst/gstpad.c: (gst_real_pad_class_init),
1952         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
1953         (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
1954         (gst_pad_set_explicit_caps), (gst_pad_template_new):
1955         Add poisoning code. Add fixate signal on RealPad. Change
1956         set_explicit_caps() to take const GstCaps, like try_set_caps().
1957         * gst/gstpad.h:
1958         * testsuite/caps/Makefile.am:
1959         * testsuite/caps/app_fixate.c: Add a test for the fixate signal
1960
1961 2004-01-03  David Schleef  <ds@schleef.org>
1962
1963         * gst/elements/gsttypefindelement.c:
1964         (gst_type_find_element_have_type), (gst_type_find_element_init):
1965         Use gst_pad_use_explicit_caps for src pad.
1966         * gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
1967         before using it.
1968
1969 2004-01-03  David Schleef  <ds@schleef.org>
1970
1971         * gst/gstelement.c: (gst_element_link_pads_filtered),
1972         (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
1973         that linking was successful.
1974         * gst/gstpad.c: (gst_pad_link_free),
1975         (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
1976         (gst_pad_link_try), (gst_pad_link_unnegotiate),
1977         (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
1978         GstPadLinkReturn correctly between functions, and don't fail
1979         when DELAYED is used (DELAYED is very important).  Better
1980         cleanup on unlinking and unnegotiation.  Should fix some spider
1981         bugs.
1982
1983 2004-01-02  David Schleef  <ds@schleef.org>
1984
1985         * gst/gstelement.c: (gst_element_class_init),
1986         (gst_element_base_class_init): ->padtemplates should be cleared
1987         in base_init, since we need to have a fresh list for every
1988         class.  (Alternately, we chould copy the list and share the
1989         actual pad templates (not the list), but that would require
1990         changing every plugin to move pad template registration from
1991         base_init to class_init.)
1992
1993 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1994
1995         * gst/gstelement.c: (gst_element_class_add_pad_template):
1996           Refuse registering a pad template if another pad template
1997           with the same name already exists (#114715).
1998
1999 2004-01-02  David Schleef  <ds@schleef.org>
2000
2001         * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
2002         (gst_caps_is_equal_fixed): Add new function.
2003         * gst/gstcaps.h: ditto.
2004         * gst/gstpad.c: (gst_real_pad_class_init),
2005         (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
2006         (gst_pad_set_explicit_caps), (gst_pad_get_caps):  In try_set_caps,
2007         check new caps against existing caps -- if they're the same, return
2008         OK without renegotiating.  caps-nego-failed signal fixed so that
2009         the marshaller isn't VOID__OBJECT.  Also changed to G_TYPE_POINTER
2010         to save an extra caps copy.  Don't complete negotiation if a pad
2011         link function returns DELAYED.
2012
2013 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2014
2015         * gst/gstpad.c: (gst_pad_try_relink_filtered):
2016           Fix wrong g_return_if_fail
2017
2018 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
2019
2020         * gst/gstbin.c: (gst_bin_class_init):
2021         Change the marshalling of element_added/element_removed
2022         to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER 
2023         complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
2024
2025 2004-01-01  David Schleef  <ds@schleef.org>
2026
2027         * gst/gstpad.c: (gst_pad_set_explicit_caps),
2028         (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
2029         (gst_pad_use_explicit_caps):
2030         * gst/gstpad.h:
2031         Add new functions.  gst_pad_use_explicit_caps() sets up a pad
2032         to use an internal getcaps and link fuction so that negotiation
2033         always results in the explicitly set caps.
2034         gst_pad_set_explicit_caps() sets the explicit caps.  These functions
2035         are particularly useful for decoders.
2036
2037 2003-12-31  David Schleef  <ds@schleef.org>
2038
2039         * gst/elements/gstidentity.c: (gst_identity_class_init),
2040         (gst_identity_init), (gst_identity_chain),
2041         (gst_identity_set_property), (gst_identity_get_property):
2042         * gst/elements/gstidentity.h:
2043         * gst/gstqueue.c: (gst_queue_init):
2044           Negotiation fixes.
2045
2046 2003-12-31  David Schleef  <ds@schleef.org>
2047
2048         * gst/gstcaps.c: (gst_caps_intersect),
2049         (_gst_caps_normalize_foreach), (gst_caps_normalize):
2050           Implement gst_caps_normalize().
2051         * testsuite/caps/normalisation.c: (main):
2052           Add an additional test
2053
2054 2003-12-31  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2055
2056         * gst/gstqueue.c: (gst_queue_init):
2057           use gst_pad_proxy_getcaps()
2058
2059 2003-12-31  David Schleef  <ds@schleef.org>
2060
2061         * gst/elements/gstshaper.c: (gst_shaper_link):
2062         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
2063         * gst/gstqueue.c: (gst_queue_link):
2064           Negotiation fixes.
2065
2066 2003-12-31  David Schleef  <ds@schleef.org>
2067
2068         * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
2069         * gst/gstpad.h: Add functions that are useful as default pad
2070         link and fixate functions for elements.
2071
2072 2003-12-30  David Schleef  <ds@schleef.org>
2073
2074         * gst/gstpad.c: (gst_pad_link_try):
2075           Fix segfault when attempting to return to old caps
2076
2077 2003-12-29  David Schleef  <ds@schleef.org>
2078
2079         * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
2080         (gst_caps_structure_simplify), (gst_caps_simplify):
2081         * gst/gstcaps.h:
2082           Add simplify function
2083         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
2084         (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
2085         * gst/gstpad.h:
2086           Copy over srcnotify, sinknotify when calling old pad_link
2087           functions.  Add new is_negotiated() function.
2088         * gst/gststructure.c: (gst_structure_copy):
2089           Fix an incredibly stupid bug that should have been noticed
2090           weeks ago.  _copy() returned the argument, not the new copy.
2091
2092 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2093
2094         * gst/gstcaps.c: (gst_caps_append):
2095           add sanity checks
2096         * gst/gstcaps.h: (gst_caps_debug):
2097           remove, it doesn't exist anymore.
2098         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
2099         (gst_element_threadsafe_properties_post_run):
2100           make debugging messages not clutter up THREAD debug category
2101         (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
2102         (gst_element_change_state):
2103           update to new caps API
2104         * gst/gstinterface.c: (gst_implements_interface_cast):
2105           don't put vital code in g_return_if_fail
2106         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps), 
2107         (gst_pad_link_filtered):
2108           add pst_pad_try_link and use it.
2109         (gst_pad_perform_negotiate), (gst_pad_renegotiate):
2110           implement correctly, deprecate first one.
2111         (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
2112           add and implement.
2113         (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
2114           implement.
2115         (gst_pad_get_negotiated_caps):
2116           add and implement. Make GST_PAD_CAPS call this function.
2117         (gst_pad_get_caps):
2118           remove unneeded check..
2119         (gst_pad_recover_caps_error):
2120           disable, always return FALSE.
2121         (gst_real_pad_dispose):
2122           don't free caps and appfilter anymore, they're unused.
2123         * gst/gstpad.h:
2124           Reflect changes mentioned above.
2125         * gst/gstsystemclock.c: (gst_system_clock_wait):
2126           Make 'clock is way behind' a debugging message.
2127         * gst/gstthread.c: (gst_thread_change_state):
2128           Fix debugging message
2129
2130 2003-12-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2131
2132         * gst/gstinfo.h:
2133           fix GST_DEBUG_CATEGORY_INIT gtk-doc description
2134         * docs/gst/tmpl/gstreamer-unused.sgml:
2135           removed all traces of cvs conflicts
2136
2137 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2138
2139         * configure.ac:
2140         * gst/schedulers/cothreads_compat.h:
2141         * libs/Makefile.am:
2142           remove last instances of wingo cothread usage
2143
2144 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2145
2146         * gst/gstplugin.c:
2147         * gst/gstversion.h.in:
2148         * gst/parse/grammar.y:
2149           change comment block from /** to /* when not gtk-doc comments
2150
2151 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2152
2153         * gst/gst.c: whitespace and doc style fixes
2154
2155 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2156
2157         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
2158
2159 2003-12-24  Colin Walters  <walters@verbum.org>
2160
2161         * gst/elements/gsttypefindelement.c:
2162           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
2163           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
2164           Don't double-free caps.
2165
2166 2003-12-23  David Schleef  <ds@schleef.org>
2167
2168         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
2169           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
2170           Many little fixes and additions of debug statements to
2171           get rhythmbox working.
2172
2173 2003-12-23  Colin Walters  <walters@verbum.org>
2174
2175         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
2176         Use GST_PAD_LINK_SUCCESSFUL.
2177
2178 2003-12-23  David Schleef  <ds@schleef.org>
2179
2180         * gst/elements/gstaggregator.c:
2181         * gst/elements/gsttee.c:
2182           Use gst_pad_proxy_getcaps().
2183         * gst/gstpad.c:
2184         * gst/gstpad.h:
2185           Add gst_pad_proxy_getcaps(), which filter elements can use
2186           as a generic getcaps implementation.
2187           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
2188           was advertised.
2189
2190 2003-12-23  David Schleef  <ds@schleef.org>
2191
2192         * gst/gstpad.c:
2193           Rearrange/rewrite much of the pad negotiation code, since it
2194           resembled pasta.  This actually changes the way some
2195           negotiation works, since the previous code was inconsistent
2196           depending on how it was invoked.  Add (internal) structure
2197           GstPadLink, which is used to hold some information (more in
2198           the future) about the link between two pads.  Fixes a number
2199           of bugs, including random lossage of filter caps when the
2200           initial negotiation is delayed.  A few functions are still
2201           unimplemented.
2202         * gst/gstpad.h:
2203           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
2204           these when testing GstPadLinkReturn values instead of comparing
2205           directly.
2206
2207 2003-12-23  David Schleef  <ds@schleef.org>
2208
2209         * gst/gstvalue.c: 
2210         * gst/gstvalue.h:
2211           Rearrange lots of code.  Change registration of compare function
2212           into registration of compare/serialize/deserialize functions.
2213           Doesn't include implementation of gst_value_[de]serialize(),
2214           but that should be easy.
2215
2216 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2217
2218         * docs/gst/gstreamer-sections.txt:
2219         * docs/gst/tmpl/gstprops.sgml: removed
2220         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
2221           David removed props and caps code, so let's remove their docs as well.
2222           Removed all no longer existing symbols from gstreamer-sections.txt
2223           
2224 2003-12-22  Colin Walters  <walters@verbum.org>
2225
2226         * gst/gsttaginterface.c, gst/gsttaginterface.h,
2227           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
2228           of tags directly.
2229
2230 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2231
2232         * gst/elements/gstelements.c:
2233           Set ranks of elements to NONE, so the autoplugger doesn't use them.
2234         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
2235           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
2236           gst_caps (peer).
2237
2238 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2239
2240         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
2241         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
2242         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
2243         (gst_spider_identity_sink_loop_type_finding):
2244         * gst/autoplug/gstspideridentity.h:
2245           Fix autoplugging in spider element, so it works with new caps.
2246           This was mainly caused by identifying empty caps incorrectly.
2247
2248 2003-12-22  David Schleef  <ds@schleef.org>
2249
2250         * gststructure.c, gstvalue.c, gstvalue.h: Add
2251           gst_value_init_and_copy() and use it, to avoid silly mistakes in
2252           using g_value_copy()
2253
2254 2003-12-21  David Schleef  <ds@schleef.org>
2255
2256         * many, many files: Merge CAPS branch.  This includes:
2257           - implemention of GstValue and several GstValue types
2258           - implemention of GstStructure
2259           - entire rewrite of GstCaps
2260           - removal of GstProps
2261           - many changes to GstPad to compensate for new caps paradigm
2262           - removal of GstBufferpool
2263         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
2264         gstvalue.h, gst/gstcaps[2]*.[ch]:
2265           - rename gstcaps2.[ch] to gstcaps.[ch]
2266
2267 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2268
2269         * gst/gstqueue.c: (gst_queue_handle_pending_events),
2270         (gst_queue_chain), (gst_queue_handle_src_event):
2271           implement timeout for sending events. Workaround for if the
2272           pipeline on this queue is not passing any data.
2273
2274 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
2275                                                                                 
2276         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
2277         * moved CVS to freedesktop.org
2278