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