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