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