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