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