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