]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/blob - ChangeLog
docs/: restructure so that common stuff is shown first
[glsdk/gstreamer0-10.git] / ChangeLog
1 2004-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3         * docs/Makefile.am:
4         * docs/manual/elements-api.xml:
5           restructure so that common stuff is shown first
6         * docs/manual/init-api.xml:
7           convert to examples
8         * docs/manual/manual.xml:
9         * docs/manuals.mak:
10         * docs/url.entities:
11           link to API on the website, possibly override later in build
12         * examples/manual/.cvsignore:
13           ignore more
14         * examples/manual/Makefile.am:
15           add more examples
16         * examples/manual/extract.pl:
17           error out on failure
19 2004-09-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21         * docs/gst/tmpl/gstthread.sgml:
22         * docs/manual/init-api.xml:
23         * examples/manual/Makefile.am:
24           convert two code bits to examples
26 2004-09-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28         * gst/gstelement.c: (gst_element_change_state):
29           Well, actually, I was about to remove this insane assert when
30           I noticed Wim already did that. A warning is nice so we can
31           fix actual ugs (using --g-fatal-warnings and backtraces), so
32           I added that instead.
34 2004-09-06  Wim Taymans  <wim@fluendo.com>
36         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
37         (gst_element_threadsafe_properties_post_run),
38         (gst_element_set_state), (gst_element_change_state):
39         Added extra refcounting around various places. 
41 2004-09-06  Wim Taymans  <wim@fluendo.com>
43         * gst/gstpad.c: (gst_pad_link_call_link_functions):
44         Fix debug info.
46 2004-09-06  Wim Taymans  <wim@fluendo.com>
48         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
49         (remove_from_group):
50         Some more debug info.
52 2004-09-03  Wim Taymans  <wim@fluendo.com>
54         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
55         (gst_fakesrc_init), (gst_fakesrc_set_clock),
56         (gst_fakesrc_set_property), (gst_fakesrc_get_property),
57         (gst_fakesrc_get), (gst_fakesrc_change_state):
58         * gst/elements/gstfakesrc.h:
59         * gst/elements/gstidentity.c: (gst_identity_class_init),
60         (gst_identity_init), (gst_identity_chain),
61         (gst_identity_set_property), (gst_identity_get_property),
62         (gst_identity_change_state):
63         * gst/elements/gstidentity.h:
64         Added datarate properties to limit the datarate.
66 2004-08-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
68         * gst/autoplug/gstspider.c: (plugin_init):
69           don't set a rank. We don't want to autoplug by inserting spiders.
71 2004-08-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
73         * gst/autoplug/gstspider.c: (gst_spider_class_init),
74         (gst_spider_identity_plug):
75           add a template for spider's sink
76         * gst/gst.c: (gst_register_core_elements):
77           queue's rank should be NULL, we don't want spider to add it.
79 2004-08-18  David Schleef  <ds@schleef.org>
81         * docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331)
82         * docs/libs/Makefile.am: same
83         * docs/gst/tmpl/gstxml.sgml: Remove GstXMLNs
84         * docs/random/ds/0.9-planning: random additions
85         * docs/random/ds/0.9-suggested-changes: same
86         * gst/gstxml.h: remove vestigal GstXMLNs definition
88         Preferred caps: (#147789)
89         * docs/gst/gstreamer-sections.txt: Add symbols
90         * docs/gst/tmpl/gstcaps.sgml: Add symbols
91         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
92         (gst_caps_append), (gst_caps_copy_1), (gst_caps_intersect),
93         (gst_caps_union), (gst_caps_save_thyself), (gst_caps_load_thyself),
94         (gst_caps_get_preferred), (gst_caps_set_preferred),
95         (gst_caps_get_structure_by_id), (gst_caps_prefer_foreach),
96         (gst_caps_use_preferred): Handle caps preferences
97         * gst/gstcaps.h: Add caps preferences
98         * gst/gstpad.c: (gst_pad_link_get_preferred),
99         (gst_pad_link_fixate), (gst_pad_link_call_link_functions),
100         (gst_pad_renegotiate), (gst_pad_guess_preferred),
101         (gst_pad_get_caps), (gst_pad_push):  Use caps preferences for
102         negotiation.
104 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
106         * gst/autoplug/gstspideridentity.c:
107         (gst_spider_identity_request_new_pad):
108         * gst/elements/gstaggregator.c: (gst_aggregator_base_init),
109         (gst_aggregator_init):
110         * gst/elements/gstfakesink.c: (gst_fakesink_base_init),
111         (gst_fakesink_init):
112         * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
113         (gst_fakesrc_init):
114         * gst/elements/gstfdsink.c: (gst_fdsink_base_init),
115         (gst_fdsink_init):
116         * gst/elements/gstfdsrc.c: (gst_fdsrc_base_init), (gst_fdsrc_init):
117         * gst/elements/gstfilesink.c: (gst_filesink_base_init),
118         (gst_filesink_init):
119         * gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
120         (gst_filesrc_init):
121         * gst/elements/gstidentity.c: (gst_identity_base_init),
122         (gst_identity_init):
123         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
124         (gst_multifilesrc_init):
125         * gst/elements/gstpipefilter.c: (gst_pipefilter_base_init),
126         (gst_pipefilter_init):
127         * gst/elements/gststatistics.c: (gst_statistics_base_init),
128         (gst_statistics_init):
129         * gst/elements/gsttee.c: (gst_tee_base_init), (gst_tee_init):
130         * gst/gstqueue.c: (gst_queue_base_init), (gst_queue_init):
131           s/gst_pad_new/&_from_template/
132           register pad templates in the base_init function
133           add static pad template definitions
135 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
137         * testsuite/bytestream/gstbstest.c: (gst_bstest_init):
138         * testsuite/dynparams/dparamstest.c: (gst_dptest_init):
139         * testsuite/refcounting/pad.c: (main):
140         * testsuite/refcounting/thread.c: (create_thread_ghostpads):
141           s/gst_pad_new/&_from_template/
142           prepare deprecation of gst_pad_new
144 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
146         patch by: Luca Ognibene <skaboy81@virgilio.it>
148         * gst/gstcaps.c:
149         * gst/gstelement.c:
150         * gst/gstpad.c:
151         * gst/gstxml.c:
152           fix memleaks.  Fixes #150001
154 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
156         * docs/random/ds/0.9-suggested-changes:
157           add notes - mostly about pad templates
159 2004-08-16  Steve Lhomme  <steve.lhomme@free.fr>
161         * win32/GStreamer.vcproj:
162           temporary local files are .gmo not .mo
164 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
166         * configure.ac: bump nano to cvs
168 === release 0.8.5 ===
170 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
172         * configure.ac:
173           releasing 0.8.5, "Stuttgart"
174         * NEWS:
175         * RELEASE:
176         * configure.ac:
177         * docs/random/release:
178           updates for release
180 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
182         patch by: Wim Taymans (wim@fluendo.com)
184         * gst/gstbuffer.c:
185         * gst/gstindex.h:
186         * libs/gst/dataprotocol/dataprotocol.c:
187           copy KEY_UNIT and DELTA_UNIT flags correctly.  Fixes #150242
189 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
191         * Makefile.am:
192         * win32/MANIFEST:
193           add win32 dir to the build.  Fixes #149981.
195 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
197         * configure.ac:
198           bump libtool versioning
199         * gst/gststructure.c:
200           mark function as static
201         * po/af.po:
202         * po/az.po:
203         * po/ca.po:
204         * po/cs.po:
205         * po/en_GB.po:
206         * po/fr.po:
207         * po/nl.po:
208         * po/sq.po:
209         * po/sr.po:
210         * po/sv.po:
211         * po/tr.po:
212         * po/uk.po:
213           translations update
214         * win32/README.txt:
215           trademark protection
217 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
219         * configure.ac:
220           fix GST_ORIGIN
221           set GST_PACKAGE to source, and distinguish between release and other
222         * tools/gst-inspect.c:
223           print out plugin an element factory is part of so we see this info
225 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
227         * docs/gst/gstreamer-sections.txt:
228         * docs/gst/tmpl/gstbuffer.sgml:
229         * docs/gst/tmpl/gstschedulerfactory.sgml:
230           reorder docs a little, make GstBuffer's more sensible.
231         * gst/gstbuffer.h:
232           API: added GST_BUFFER_FLAG_DELTA_UNIT
233         * gst/gstscheduler.c:
234           comment API addition
236 2004-08-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
238         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
239           work with non-regular files that can be mmapped (like /dev/zero)
240         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
241           get rid of typefinds that require a seek when we can't seek instead
242           of trying them over and over again
243         * tools/gst-launch.c: (idle_func), (error_cb), (main):
244           return non-zero failure value when the pipeline was interrupted or
245           an error occurred
247 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
249         * win32/config.h:
250         * win32/GStreamer.vcproj:
251           compile and install the locales
253 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
255         * gst/gstvalue.c:
256           fix a possible memory leak under Windows
258 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
260         * win32/GStreamer.vcproj:
261           fix a memory leak that occured under Windows
262         * win32/gstreamer.def:
263           add gst_scheduler_register
265 2004-08-11  Benjamin Otte  <otte@gnome.org>
267         * docs/gst/gstreamer-sections.txt:
268         * gst/gstscheduler.c: (gst_scheduler_register):
269         * gst/gstscheduler.h:
270           API:
271           add gst_scheduler_register shortcut similar to gst_element_register
272         * gst/schedulers/entryscheduler.c: (plugin_init):
273         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
274         * gst/schedulers/gstoptimalscheduler.c: (plugin_init):
275           use it
277 2004-08-10  Steve Lhomme  <steve.lhomme@free.fr>
279         * gst/gstvalue.h:
280           fix a memory leak that occured under Windows
282 2004-08-10  Colin Walters  <walters@redhat.com>
284         * gst/registries/gstxmlregistry.c (gst_xml_registry_open_func):
285         Don't use O_EXCL to open temporary registry.  It will prevent
286         registry creation if a temporary one already exists, which
287         is unnecessary.
289 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
291         * docs/gst/gstreamer-sections.txt:
292         * docs/gst/tmpl/gstvalue.sgml:
293           remove some valuable stuff from the documentation due to the use of GST_EXPORT
295 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
297         * win32/gstbytestream.vcproj:
298         * win32/gstelements.vcproj:
299         * win32/gstgetbits.vcproj:
300         * win32/gst-inspect.vcproj:
301         * win32/gst-launch.vcproj:
302         * win32/gstoptimalscheduler.vcproj:
303         * win32/GStreamer.vcproj:
304         * win32/gst-register.vcproj:
305         * win32/gstspider.vcproj:
306           update the include and lib dirs to fit standard libraries as
307           described in the Win32 manual
309 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
311         * win32/config.h:
312         * win32/gstversion.h:
313           enable NLS again, push the version number for the coming 0.8.5 release
315 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
317         * gst/gstvalue.h:
318           export gst_type_XXX for windows DLLs
320 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
322         * docs/faq/gst-uninstalled:
323           fix PKG_CONFIG_PATH and PYTHONPATH
324         * gst/schedulers/Makefile.am:
325           cleanup
326         * libs/gst/bytestream/bytestream.c:
327           remove newline
328         * po/LINGUAS:
329         * po/sq.po:
330           adding Albanian translation (Laurent Dhima)
331         * po/cs.po:
332           updated
334 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
336         * po/ca.po:
337         * po/sv.po:
338           updated translations
340 2004-08-04  Benjamin Otte  <otte@gnome.org>
342         * tests/mass_elements.c: (main):
343           allow specifying src and sink element explicitly, so I can test
344           videotestsrc instead of fakesrc
346 2004-08-04  Benjamin Otte  <otte@gnome.org>
348         * gst/gststructure.c: (gst_structure_id_empty_new_with_size),
349         (gst_structure_id_empty_new), (gst_structure_empty_new),
350         (gst_structure_copy):
351           add gst_structure_id_empty_new_with_size to allow preallocating
352           value array sizes. Use this in gst_structure_copy to get rid of
353           reallocs.
354           don't do quark=>string=>quark when copying structures
356 2004-08-03  Steve Lhomme  <steve.lhomme@free.fr>
358         * docs/manual/win32.xml:
359         * win32/README.txt:
360           update documentation with the clean version of dependencies
362 2004-08-03  Benjamin Otte  <otte@gnome.org>
364         * gst/schedulers/entryscheduler.c:
365         (gst_entry_scheduler_remove_element):
366           fix for GST_DISABLE_DEBUG
367         * tools/gst-launch.c: (print_tag):
368           fixes for G_DISABLE_ASSERT
370 2004-08-03  Benjamin Otte  <otte@gnome.org>
372         * gst/gst.c: (gst_register_core_elements):
373           fix for G_DISABLE_ASSERT
374         * gst/gstinfo.c: (__gst_in_valgrind):
375           add for GST_DISABLE_DEBUG
377 2004-08-03  Benjamin Otte  <otte@gnome.org>
379         * gst/parse/parse.l:
380           fix for G_DISABLE_ASSERT
382 2004-08-03  Wim Taymans  <wim@fluendo.com>
384         * gst/gstbin.c: (gst_bin_get_type),
385         (gst_bin_child_state_change_func):
386         * gst/gstthread.c: (gst_thread_change_state):
387         Backported some debug logging from a reverted patch
388         Don't try to destroy the thread twice. Added some more
389         debugging in GstThread. Unlock and signal even if we
390         are in the thread context.
392 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
394         * po/uk.po:
395           updated translation
397 2004-07-30  David Schleef  <ds@schleef.org>
399         * gst/gstatomic_impl.h: Enable atomic code for x86_64
401 2004-07-29  David Schleef  <ds@schleef.org>
403         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test):
404         Use GST_READ_GUINTxx_BE(), since it accesses unaligned memory.
406 2004-07-29  Thomas Vander Stichele  <thomas at apestaart dot org>
408         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
409         (gst_bin_add_func), (gst_bin_remove_func),
410         (gst_bin_child_state_change), (gst_bin_child_state_change_func),
411         (set_kid_state_func), (gst_bin_change_state), (gst_bin_set_state),
412         (gst_bin_change_state_norecurse), (gst_bin_dispose),
413         (gst_bin_sync_children_state):
414         * gst/gstbin.h:
415         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_release),
416         (gst_thread_change_state):
417         * testsuite/states/Makefile.am:
418           revert state change patches as agreed so we can rework them
419           gradually
421 2004-07-29  Benjamin Otte  <otte@gnome.org>
423         * libs/gst/control/Makefile.am:
424           link to libgstreamer (fixes Debian bug 262019, see
425           http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=262019 )
427 2004-07-29  Wim Taymans  <wim@fluendo.com>
429         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
430         (check_from_fraction_convert), (transform_test), (main):
431         Make the test less pedantic about float roundoff errors.
433 2004-07-29  Benjamin Otte  <otte@gnome.org>
435         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file),
436         (gst_filesrc_srcpad_event):
437           make seek events to before start/after end of file not fail, but
438           seek to start/end instead
439         * testsuite/caps/fraction-convert.c: (check_from_double_convert):
440           add more output
442 2004-07-29  Benjamin Otte  <otte@gnome.org>
444         * gst/gstpad.c: (gst_pad_set_explicit_caps):
445           check that caps are fixed
446         * gst/gstpad.c: (gst_pad_template_new):
447           don't try to simplify caps, costs too much time on gst_init
448         * gst/gstplugin.c: (gst_plugin_add_feature):
449           G_ERROR if features are added twice
450         * gst/gsttypefind.c: (gst_type_find_register):
451         * gst/gstelementfactory.c: (gst_element_register):
452           don't add features twice
453         * docs/random/ds/0.9-suggested-changes:
454           add note about possible gst_init optimization
456 2004-07-28  David Schleef  <ds@schleef.org>
458         * testsuite/elements/Makefile.am:
459         * testsuite/elements/struct_i386.h:
460         * testsuite/elements/struct_size.c: (main):  A little test
461         to keep distcheck from working if someone changes a structure
462         size accidentally.
464 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
466         * docs/libs/Makefile.am:
467         * docs/libs/gstreamer-libs-docs.sgml:
468         * docs/libs/gstreamer-libs-sections.txt:
469         * docs/libs/tmpl/gstbytestream.sgml:
470         * docs/libs/tmpl/gstcontrol.sgml:
471         * docs/libs/tmpl/gstdataprotocol.sgml:
472         * docs/libs/tmpl/gstgetbits.sgml:
473         * libs/gst/bytestream/Makefile.am:
474         * libs/gst/bytestream/bytestream.c:
475         * libs/gst/bytestream/bytestream.h:
476         * libs/gst/control/Makefile.am:
477         * libs/gst/dataprotocol/Makefile.am:
478         * libs/gst/getbits/Makefile.am:
479         * libs/gst/getbits/getbits.h:
480           various doc and style fixes, adding bytestream to libs docs.
482 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
484         * docs/gst/gstreamer-docs.sgml:
485         * docs/libs/Makefile.am:
486         * docs/libs/gstreamer-libs-docs.sgml:
487         * docs/libs/gstreamer-libs-sections.txt:
488         * libs/gst/control/dparam.c:
489           more doc fixes.  gst-libs docs now build the same way as gst.
491 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
493         * configure.ac:
494         * testsuite/Makefile.am:
495         * testsuite/bins/Makefile.am:
496         * testsuite/caps/Makefile.am:
497         * testsuite/cleanup/Makefile.am:
498         * testsuite/clock/Makefile.am:
499         * testsuite/debug/Makefile.am:
500         * testsuite/dlopen/Makefile.am:
501         * testsuite/dynparams/Makefile.am:
502         * testsuite/elements/.cvsignore:
503         * testsuite/elements/Makefile.am:
504         * testsuite/enumcaps/Makefile.am:
505         * testsuite/enumcaps/enumcaps.c:
506         * testsuite/ghostpads/Makefile.am:
507         * testsuite/indexers/Makefile.am:
508         * testsuite/negotiation/Makefile.am:
509         * testsuite/parse/Makefile.am:
510         * testsuite/plugin/Makefile.am:
511         * testsuite/refcounting/Makefile.am:
512         * testsuite/schedulers/.cvsignore:
513         * testsuite/states/Makefile.am:
514         * testsuite/tags/Makefile.am:
515         * testsuite/threads/Makefile.am:
516           fold enumcaps into caps dir
517           clean up Makefile.am's for testsuite
519 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
521         * docs/gst/Makefile.am:
522         * docs/libs/Makefile.am:
523           clean up docs build.  Fixes needless rebuilding of template files.
525 2004-07-28  Wim Taymans  <wim@fluendo.com>
527         * gst/gstbin.c: (set_kid_state_func), (gst_bin_set_state):
528         * gst/gstthread.c: (gst_thread_release), (gst_thread_set_state):
529         Make sure that a bin state change tries to keep the children
530         in sync. 
531         Added debug logging to the thread.
533 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
535         * win32/GStreamer.vcproj:
536         * win32/gstreamer.def:
537           more exports for the plugins
539 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
541         * win32/gstgetbits.vcproj:
542         * win32/gstgetbits.def:
543         * win32/msvc71.sln:
544           add support for the getbits plugin
546 2004-07-27  Wim Taymans  <wim@fluendo.com>
548         * gst/gstvalue.c: (gst_value_transform_double_fraction),
549         (gst_value_transform_fraction_double), (_gst_value_initialize):
550         * testsuite/caps/Makefile.am:
551         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
552         (check_from_fraction_convert), (transform_test), (main):
553         Added transform functions between double and fraction.
554         Added testcase to verify transforms
556 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
558         * win32/GStreamer.vcproj:
559           rename GStreamer-0.8.lib to libgstreamer.lib
561 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
563         * win32/gstelements.vcproj:
564         * win32/gstoptimalscheduler.vcproj:
565           fixes for the Release build
567 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
569         * win32/config.h:
570           update the version number
572 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
574         * win32/GStreamer.vcproj:
575           add gstinterface to the build
577 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
579         * win32/gstreamer.def:
580           add many definitions needed by plugins,
581           GST_CAT_DEFAULT only available in the Debug build ?
583 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
585         * gst/gstelement.c: (gst_element_set_eos_recursive):
586           various whitespace fixes.
587           doc fix, fixes #148497
589 2004-07-25  Benjamin Otte  <otte@gnome.org>
591         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
592           don't delay links on the sink elements, it causes unnegotiated
593           links.
594         * gst/elements/gsttypefindelement.c:
595         (gst_type_find_element_base_init):
596           add our padtemplates, we indeed do have some.
597         * gst/elements/gsttypefindelement.c:
598         (gst_type_find_element_handle_event),
599         (gst_type_find_element_chain):
600           don't push data when typefinding failed.
601         * gst/gstpad.c: (gst_pad_link_fixate):
602           check that no fixate function returns empty caps.
603         * gst/gstpad.c: (gst_pad_push):
604           check that the link is negotiated before data gets pushed.
605         * tools/gst-register.c: (main):
606           don't assert (fixes #148283)
608 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
610         * docs/gst/gstreamer-sections.txt:
611         * docs/gst/tmpl/gstconfig.sgml:
612           add GST_PLUGIN_EXPORT definition
614 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
616         * gst/gstplugin.h:
617         * gst/gstconfig.h.in:
618         * win32/gstconfig.h:
619         * win32/gstelements.def:
620         * win32/gstelements.vcproj:
621         * win32/gstoptimalscheduler.def:
622         * win32/gstoptimalscheduler.vcproj:
623         * win32/gstspider.def:
624         * win32/gstspider.vcproj:
625           remove unused .def files and export symbols using GST_PLUGIN_DEFINE
627 2004-07-25  Thomas Vander Stichele  <thomas at apestaart dot org>
629         * docs/gst/gstreamer-sections.txt:
630           remove GST_CAT_DEFAULT because the type has changed
632 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
634         * win32/gstbytestream.vcproj:
635         * win32/gstelements.vcproj:
636         * win32/gst-inspect.vcproj:
637         * win32/gst-launch.vcproj:
638         * win32/gstoptimalscheduler.vcproj:
639         * win32/GStreamer.vcproj:
640         * win32/gst-register.vcproj:
641         * win32/gstspider.vcproj:
642         * win32/msvc71.sln:
643           Copy the files where needed after building, The testsuite will be
644           built separately
646 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
648         * win32/config.h:
649         * win32/README.txt:
650         * docs/manual/win32.xml:
651         Fixed the plugin and GStreamer location
653 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
655         * win32/gstreamer.def:
656         More exports for the plugins
658 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
660         * gst/gstinfo.h:
661         Marc was right, we need to export literally GST_CAT_DEFAULT
663 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
665         * win32/config.h:
666         NLS crashes in gettext, disabled until this is solved
668 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
670         * win32/gst-inspect.vcproj:
671         * win32/gst-launch.vcproj:
672         Should use NLS when available
674 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
676         * gst/registries/gstxmlregistry.c:
677         removing the file doesn't seem to be a good idea on Linux
679 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
681         * gst/registries/gstxmlregistry.c:
682         Remove the registry before renaming the tempfile (needed for Windows)
684 2004-07-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
686         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init),
687         (gst_multifilesrc_init), (gst_multifilesrc_set_property),
688         (gst_multifilesrc_get_property), (gst_multifilesrc_get):
689         * gst/elements/gstmultifilesrc.h:
690         Added newmedia property so it generates newmedia events between each
691         file when property is set, as well as fixed eos handling
693 2004-07-22  David Schleef  <ds@schleef.org>
695         * gst/gststructure.c: (gst_structure_id_empty_new),
696         (gst_structure_empty_new):  Set type field correctly.
697         * gst/gststructure.h: Check type field correctly.
698         * testsuite/caps/Makefile.am:
699         * testsuite/caps/structure.c: (test1), (main): Add a very small
700         test for structures.
702 2004-07-22  David Schleef  <ds@schleef.org>
704         * docs/random/ds/0.9-suggested-changes: more comments
705         * tools/gst-launch.c: (idle_func): Fix hard-to-translate string.
707 2004-07-22  Benjamin Otte  <otte@gnome.org>
709         * gst/gstelementfactory.c: (gst_element_register):
710           set the factory in the class struct, so gst_element_get_factory
711           actually works
712         * gst/parse/grammar.y:
713           set element to playing when it gets unlocked as we can't rely on the
714           bin state - all elements in the bin state might still be locked in
715           NULL)
717 2004-07-22  Benjamin Otte  <otte@gnome.org>
719         * gst/gstelement.c: (gst_element_set_state_func):
720           make this a static function
722 2004-07-22  Wim Taymans  <wim@fluendo.com>
724         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
725         (gst_opt_scheduler_pad_link):
726         fix 147894-2 and the group_link problem.
728 2004-07-22  Wim Taymans  <wim@fluendo.com>
730         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
731         (handoff_identity), (main):
732         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
733         (handoff_identity), (main):
734         * testsuite/schedulers/Makefile.am:
735         * testsuite/schedulers/group_link.c: (main):
736         Show bug in scheduler when linking chain and loop based element 
737         where the chain based element was not yet in a group.
739 2004-07-21  Benjamin Otte  <otte@gnome.org>
741         * gst/.cvsignore:
742         * gst/autoplug/.cvsignore:
743         * gst/elements/.cvsignore:
744         * gst/indexers/.cvsignore:
745         * libs/gst/bytestream/.cvsignore:
746         * libs/gst/control/.cvsignore:
747         * libs/gst/getbits/.cvsignore:
748         * testsuite/states/.cvsignore:
749         * testsuite/threads/.cvsignore:
750           keep this up to date, since I seem to be the only one who cares
751           about not missing files on commits (editor's note: no you don't,
752           but feel free to change them at the time you add stuff instead
753           of later on)
755 2004-07-21  Benjamin Otte  <otte@gnome.org>
757         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
758         (gst_bin_fix_state), (gst_bin_add_func), (gst_bin_remove_func),
759         (gst_bin_child_state_change_func), (set_kid_state_func),
760         (gst_bin_set_state), (gst_bin_change_state_norecurse):
761           make state changes work correctly and reentrant (so removing
762           elements from bins during state changes of bins doesn't cause
763           segfaults or even wrong states)
764           add debugging category and debugging output to print children states
765         * gst/gstbin.c: (gst_bin_dispose): 
766           add some assertion checks
767         * gst/gstbin.h:
768         * gst/gstbin.c: (gst_bin_sync_children_state):
769           deprecate this function - it just does gst_bin_set_state (bin,
770           GST_STATE (bin)) 
771         * testsuite/threads/queue.c: (main):
772           don't use gst_bin_sync_children_state anymore
773         * testsuite/states/Makefile.am:
774         * testsuite/states/bin.c:
775           test that the state changes of bins work as expected
776         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_set_state):
777           some adjustments to change states correctly, too
778         * gst/gstthread.c: (gst_thread_change_state):
779           don't enable/disable "threadsafe" properties, they're unused and
780           cause random segfaults
781         * testsuite/threads/Makefile.am:
782           the queue check randomly passes now, ignore it
784 2004-07-21  Benjamin Otte  <otte@gnome.org>
786         * gst/gstpad.c:
787           check if data is NULL before outputting debug info. (fixes #145100)
789 2004-07-21  Benjamin Otte  <otte@gnome.org>
791         * gst/schedulers/entryscheduler.c:
792         (gst_entry_scheduler_loop_wrapper),
793         (gst_entry_scheduler_chain_wrapper),
794         (gst_entry_scheduler_get_wrapper):
795           reset the state when the cothread starts, so we don't get assertion
796           failures on restarting of cothreads
798 2004-07-20  Benjamin Otte  <otte@gnome.org>
800         * gst/gstelement.c: (gst_element_link_pads_filtered):
801           use correct sinkpad, if only sinkpad is specified, but not srcpad
802           (fixes #147889)
803         * gst/gstelement.c: (gst_element_set_state_func),
804         (gst_element_change_state): ref/unref the element, signal handlers
805         could get rid of the element otherwise
807 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
809         * docs/random/ds/0.9-suggested-changes:
810           Make note about renaming fixed-list to array.
811         * gst/gstvalue.c: (gst_value_intersect_fixed_list),
812         (_gst_value_initialize):
813           Add array intersections.
814         * testsuite/caps/intersect2.c: (main):
815           Add test for array intersections.
817 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
819         * configure.ac: back to cvs
821 === release 0.8.4 ===
823 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
825         * configure.ac:
826           releasing 0.8.4, "Paella"
827           bump libtool versioning
829 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
831         * po/LINGUAS:
832         * po/ca.po:
833           adding Catalan translation (Jordi Mallach)
835 2004-07-20  Wim Taymans  <wim@fluendo.com>
837         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
838         (handoff_identity), (main):
839         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
840         (handoff_identity), (main):
841         * testsuite/schedulers/Makefile.am:
842         Added failing testcase for variant of #147894
844 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
846         patch by: David Moore
848         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
849         (schedule_group), (gst_opt_scheduler_schedule_run_queue),
850         (group_migrate_connected):
851         * testsuite/schedulers/Makefile.am:
852           fix for #142813 (Deadlock in optimal scheduler)
854 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
856         patch by: Wim Taymans
858         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
859         (gst_opt_scheduler_schedule_run_queue),
860         (gst_opt_scheduler_get_wrapper), (get_group),
861         (group_migrate_connected):
862         * testsuite/schedulers/Makefile.am:
863           fix for #147819 (Add some checks in the opt scheduler)
865 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
867         patch by: Benjamin Otte
869         * gst/gstelementfactory.c: (__gst_element_details_set):
870           fix for #147929: running gst-register in non-utf8 locale can cause
871           invalid registry
873 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
875         patch by: Wim Taymans
877         * gst/schedulers/gstoptimalscheduler.c: (group_num_elements),
878         (group_has_element), (element_get_reachables_func),
879         (group_migrate_connected):
880           fix for #147894 (opt scheduler decoupled elements mismanagement)
881         * testsuite/schedulers/Makefile.am:
882           testsuite app now passes
884 2004-07-19  Wim Taymans  <wim@fluendo.com>
886         * testsuite/schedulers/147819.c: (handoff_identity1),
887         (handoff_identity2), (main):
888         * testsuite/schedulers/Makefile.am:
889         Added testcase for bug 147819
891 2004-07-19  Wim Taymans  <wim@fluendo.com>
893         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
894         (handoff_identity), (main):
895         * testsuite/schedulers/Makefile.am:
896         Added testcase for bug 147894
898 2004-07-16  Wim Taymans  <wim@fluendo.com>
900         * testsuite/schedulers/142183-2.c: (handoff_identity), (main):
901         * testsuite/schedulers/142183.c: (handoff_identity), (main):
902         * testsuite/schedulers/Makefile.am:
903         Added testsuite for bug 142183 in its two incarnations. Refcount
904         is not increased for scheduled elements and threadsafe properties
905         mutexes are not properly unlocked.
907 2004-07-16  Wim Taymans  <wim@fluendo.com>
909         * gst/schedulers/gstoptimalscheduler.c: (gst_opt_scheduler_init),
910         (create_chain), (destroy_chain), (create_group), (destroy_group),
911         (add_to_group), (merge_groups), (group_elements), (group_inc_link),
912         (group_dec_link), (gst_opt_scheduler_pad_link),
913         (group_inc_links_for_element), (group_migrate_connected):
914         Call group_inc_link with the proper src->sink ordering -- 
915         break this, and we break sort_chain. patch from wingo for bug
916         147713.
917         Partially revert patch 1.89. When adding a loop based element to 
918         the scheduler, the links to other groups are automatically followed
919         and incremented. This should not happen because the bin will call
920         pad_link explicitly for those connection, resulting in them counted 
921         twice. Results in assertion failure on pipeline cleanup.
923 2004-07-16  Wim Taymans  <wim@fluendo.com>
925         * testsuite/schedulers/143777-2.c: (main):
926         * testsuite/schedulers/147713.c: (handoff_src), (handoff_sink),
927         (main):
928         * testsuite/schedulers/Makefile.am:
929         Added cleanup code to testcase 143777-2.
930         Added testcase to show bug 147713, does not really show the
931         deadlock as I can't figure out how to trigger it, but it does
932         demonstrate bad ordering in the scheduler.
934 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
936         * gst/gstvalue.c: (gst_value_deserialize_fraction):
937           change strndup to g_strndup.  Fixes #147707
939 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
941         * po/af.po:
942         * po/az.po:
943         * po/cs.po:
944         * po/en_GB.po:
945         * po/fr.po:
946         * po/nl.po:
947         * po/sr.po:
948         * po/sv.po:
949         * po/tr.po:
950         * po/uk.po:
951           updated translations
953 2004-07-16  Benjamin Otte  <otte@gnome.org>
955         * gst/gstvalue.c: (gst_greatest_common_divisor):
956           use ints and return ints, fractions only use ints, too, so this
957           avoids accidently casting multiplications to unsigned
958         (gst_value_lcopy_fraction): it's ints, not uint32
959         (gst_value_set_fraction): disallow minint, multiplying and negation
960           are broken with it
961         (gst_value_fraction_multiply): fix to make large numbers work and get
962         rid of the assumption that the multiplication of two ints fits an
963         int64 - dunno if that's true for all systems
964         * testsuite/caps/Makefile.am:
965         * testsuite/caps/fraction-multiply-and-zero.c:
966         (check_multiplication), (check_equal), (zero_test), (main):
967           add tests for all the stuff above
968         * testsuite/caps/value_compare.c: (test1):
969           fix comment
970         * tests/.cvsignore:
971         * testsuite/caps/.cvsignore:
972         * testsuite/debug/.cvsignore:
973         * testsuite/dlopen/.cvsignore:
974         * testsuite/states/.cvsignore:
975           get up to date
977 2004-07-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
979         * docs/manual/bins-api.xml:
980         * docs/manual/factories.xml:
981         * docs/manual/helloworld.xml:
982         * docs/manual/links-api.xml: 
983           fixes for out of date info, incorrect info and grammar
985 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot>
987         * docs/manual/pads.xml:
988         * docs/manual/pads-api.xml: grammar fix
990 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
992         * docs/manual/pads-api.xml: typo + grammar fix
994 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
996         * docs/gst/gstreamer-sections.txt:
997           add new symbols
998         * docs/gst/tmpl/gstelement.sgml:
999         * docs/gst/tmpl/gstpad.sgml:
1000         * docs/gst/tmpl/gsttypes.sgml:
1001         * docs/gst/tmpl/gstvalue.sgml:
1002           update docs
1003         * gst/gststructure.c: (gst_structure_set_valist),
1004         (gst_structure_from_abbr), (gst_structure_to_abbr):
1005         * gst/gstvalue.c: (gst_value_compare_double), (gst_type_is_fixed),
1006         (gst_greatest_common_divisor), (gst_value_init_fraction),
1007         (gst_value_copy_fraction), (gst_value_collect_fraction),
1008         (gst_value_lcopy_fraction), (gst_value_set_fraction),
1009         (gst_value_get_fraction_numerator),
1010         (gst_value_get_fraction_denominator),
1011         (gst_value_fraction_multiply), (gst_value_serialize_fraction),
1012         (gst_value_deserialize_fraction),
1013         (gst_value_transform_fraction_string),
1014         (gst_value_transform_string_fraction),
1015         (gst_value_compare_fraction), (_gst_value_initialize):
1016         * gst/gstvalue.h:
1017           adding GstFraction GValue type, get/set, and multiply
1018         * testsuite/caps/Makefile.am:
1019         * testsuite/caps/fraction.c: (test), (main):
1020         * testsuite/caps/string-conversions.c: (main):
1021         * testsuite/caps/value_compare.c: (test1), (main):
1022           add regression tests for GstFraction
1024 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1025         
1026         * docs/manual/init-api.xml: Grammar fix
1028 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1030         * docs/manual/states.xml: Fix inconsistent information
1032 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1034         * gst/gstelement.c: (gst_element_set_state):
1035         * gst/gstpad.c: (gst_pad_try_set_caps):
1036         * gst/gststructure.c:
1037         * gst/gstthread.c: (gst_thread_child_state_change):
1038         * gst/gstvalue.c: (gst_value_compare_double):
1039         * gst/gstvalue.h:
1040         * testsuite/parse/parse1.c: (main):
1041           debugging additions and style cleanups
1043 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1045         * docs/manual/states.xml: Grammar fix
1047 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1049         * docs/manual/pads.xml: Grammar fix
1051 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1053         * docs/manual/elements.xml: Fixed image reference
1055 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1057         * docs/manual/goals.xml: Grammar fix
1059 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1061         * docs/manual/motivation.xml:
1062         Bonobo is no longer "emerging" and added sentence regarding tcp plugins
1064 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
1066         * docs/manual/motivation.xml: Fix spelling
1068 2004-07-15  Benjamin Otte  <otte@gnome.org>
1070         * gst/gstelement.h: 
1071           Don't GST_ERROR_OBJECT empty strings - Solaris doesn't like NULL
1072           strings.
1073         * gst/gstelement.c (gst_element_class_init):
1074           GError's are boxed, not objects
1075         * gst/gstmarshal.list:
1076           update list for the fixed error signal
1078 2004-07-14  Andy Wingo  <wingo@pobox.com>
1080         * gst/gsttag.c: Add a tag merge func for pointers. The header was
1081         there all along, but the function wasn't. (guile-gstreamer's build
1082         system uses the address of the function -- I wasn't actually
1083         trying to use this.)
1085 2004-07-14  Andy Wingo  <wingo@pobox.com>
1087         * gst/gstpad.c (gst_pad_try_set_caps): Naive link functions (such
1088         as gst_pad_proxy_pad_link) just link to every other pad when they
1089         are called. In the case where the graph has cycles, this will mean
1090         that a call to try_set_caps will recurse. Allow this recursion
1091         and return OK, while we wait for the first try_set_caps to give a
1092         proper return value.
1093         (gst_pad_link_call_link_functions): Since this function is the
1094         only one to set the NEGOTIATING flag on a pad, if the flag is set
1095         it means that the link functions have indirectly recursed. If this
1096         happens, error out to avoid infinite recursion and an eventual
1097         SEGV.
1098         (gst_real_pad_class_init): Remove a crufty GtkObject comment.
1099         (gst_pad_proxy_getcaps): Intersect the result with the template
1100         caps to ensure that the return value is valid.
1102 2004-07-14  Andy Wingo  <wingo@pobox.com>
1104         * gst/gstdata.c (gst_data_is_writable): s/>=/>/. If there is only
1105         one refcount, the calling function is the owner of the buffer.
1107 2004-07-14  Wim Taymans  <wim@fluendo.com>
1109         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
1110         (gst_opt_scheduler_pad_link), (group_migrate_connected):
1111         Fix stupid warning when an element is to be migrated but
1112         is already migrated.
1114 2004-07-14  Wim Taymans  <wim@fluendo.com>
1116         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
1117         (gst_opt_scheduler_pad_link), (group_migrate_connected):
1118         Make sure that a single non-loop-based element does not 
1119         end up in a group. This fixes the testsuite again.
1121 2004-07-14  Wim Taymans  <wim@fluendo.com>
1123         * gst/schedulers/gstoptimalscheduler.c: (create_group),
1124         (add_to_group), (merge_groups), (schedule_group),
1125         (gst_opt_scheduler_get_wrapper), (group_elements),
1126         (group_dec_link), (gst_opt_scheduler_pad_link),
1127         (group_migrate_connected), (gst_opt_scheduler_pad_unlink),
1128         (gst_opt_scheduler_iterate):
1129         move isolated groups to a new chain.
1130         Emit a warning instead of segfaulting in some error cases.
1131         Fix a bug where the link count between groups was not calculated 
1132         correctly. Fixes #144510.
1134 2004-07-13  Steve Lhomme  <steve.lhomme@free.fr>
1135         * gst/elements/gstfilesrc.c:
1136           Binary files support under Windows now OK
1137       
1138 2004-07-13  Benjamin Otte  <otte@gnome.org>
1140           compatibility fixes for Solaris 8/gcc 2.95
1141         * configure.ac:
1142           include libintl libs in LDFLAGS
1143         * gstvalue.c (gst_value_deserialize_buffer):
1144           cast isxdigit stuff to int to silence compiler warning
1146 2004-07-12  Benjamin Otte  <otte@gnome.org>
1148         * gst/gsttypes.h:
1149           get rid of GST_O_READONLY, GST_FILE_MODE_READ and
1150           GST_FILE_MODE_WRITE, I don't want them in the exported headers. It
1151           just causes support madness
1152         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
1153           make it work without this
1154         * gst/indexers/gstfileindex.c: (_file_index_id_save_entries),
1155         (gst_file_index_commit):
1156           glib IO channels don't want binary mode
1157         * testsuite/bytestream/filepadsink.c: (main):
1158         * testsuite/bytestream/test1.c: (read_param_file):
1159           use "rb" instead of GST_FILE_MODE_READ, it works on POSIX systems
1161 2004-07-12  Benjamin Otte  <otte@gnome.org>
1163         * gst/gstelement.c: (gst_element_class_init),
1164         (gst_element_set_state), (gst_element_set_state_func):
1165           virutalize gst_element_set_state, use set_state member in class
1166           struct that was already added in 0.7 for this.
1167         * gst/gstbin.c: (gst_bin_foreach), (set_kid_state_func), 
1168         (gst_bin_change_state):
1169           make gst_bin_foreach works similar to other foreach functions, plug
1170           memleaks in it. Make functions using it work with the new approach.
1171           Document gst_bin_foreach, so it can be exported if we want to
1172         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_state):
1173           use virtualized set_state to make set_state on bins set the state of
1174           all its children.
1176 2004-07-12  Benjamin Otte  <otte@gnome.org>
1178         * configure.ac:
1179           require valgrind >= 2.1 (fixes Gentoo bug 53967, see
1180           http://bugs.gentoo.org/show_bug.cgi?id=53967)
1181         * gst/gstpad.c: (gst_pad_alloc_buffer):
1182           allow buffer_alloc functions to return NULL and allocate a normal
1183           buffer in that case
1185 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
1186         * gst/elements/gstfilesink.c:
1187         * gst/elements/gstfilesrc.c:
1188         * gst/indexers/gstfileindex.c:
1189         * gst/gsttypes.h:
1190         * testsuite/bytestream/filepadsink.c:
1191         * testsuite/bytestream/test1.c:
1192           Handle binary files under Windows
1194 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
1195         * docs/manual/win32.xml:
1196         * win32/config.h:
1197         * win32/gst-register.vcproj:
1198         * win32/gstreamer.def:
1199           Update to another gettext public build
1201 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
1202         * gst/gstplugin.c:
1203           Fix an impossible C syntax
1204         * win32/config.h:
1205           Disable i18n under Windows for the moment
1206         * win32/gst-register.vcproj:
1207           Use this configuration
1209 2004-07-12  Jan Schmidt  <thaytan@mad.scientis.com>
1210         * docs/manual/quotes.xml:
1211           Keep the quotes file alive
1212         * docs/random/ds/0.9-suggested-changes:
1213           Add the suggestion of including a 'rowstride' as part of video
1214           format caps
1216 2004-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1218         * gst/gstelement.c: (gst_element_set_state),
1219         (gst_element_change_state):
1220           d'oh.  Set PENDING state correctly before forcing bin to change.
1221         * gst/gststructure.c: (gst_structure_value_get_generic_type),
1222         (gst_structure_parse_fixed_list):
1223         * gst/schedulers/gstoptimalscheduler.c:
1224         (gst_opt_scheduler_state_transition):
1225         * testsuite/states/parent.c: (main):
1226           remove comment now that it's fixed.
1228 2004-07-11  Benjamin Otte  <otte@gnome.org>
1230         * gst/gstclock.h:
1231           GST_SECOND shouldn't cause a conversion to unsigned.
1232         * testsuite/clock/.cvsignore:
1233         * testsuite/clock/Makefile.am:
1234         * testsuite/clock/signedness.c: (main):
1235           make sure it never will again
1237 2004-07-11  Andy Wingo  <wingo@pobox.com>
1239         * gst/gstbin.c (gst_bin_add_func): If we're adding an element
1240         whose state is higher than the bin state, raise the bin state to
1241         ensure that bin state := highest child state.
1242         
1243 2004-07-11  Andy Wingo  <wingo@pobox.com>
1245         * gst/gstbin.c (gst_bin_foreach): New static function. Calls a
1246         procedure on the children of a bin. Assumes that the procedure can
1247         change the set of children.
1248         (set_kid_state_func): New static function.
1249         (gst_bin_change_state): Use gst_bin_foreach to call
1250         set_kid_state_func. Fixes a bug: if a child had a state-change
1251         handler that removes it from the bin, there would be a segfault.
1252         Hopefully it should also work in the case where the state-change
1253         handler on one child adds or removes other children. In any case,
1254         fixes should go to gst_bin_foreach.
1256 2004-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1258         * gst/gstelement.c: (gst_element_set_state):
1259           compatibility fix for latest plugins release.  Change loop back
1260           to while {}
1262 2004-07-09  Wim Taymans  <wim@fluendo.com>
1264         * gst/gstbin.c: (gst_bin_remove), (gst_bin_dispose):
1265         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_catch),
1266         (gst_thread_main_loop):
1267         Since remove is virtual in GstBin we must not assume the 
1268         elements GList to have anothing useful.
1269         Add some more logging to GstThread and be a bit more paranoid
1270         when resetting the scheduler.
1271         Set the state of the bin to NULL before removing the children.
1273 2004-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1275         * testsuite/threads/Makefile.am:
1276         * testsuite/threads/threadg.c:
1277           added test to check if problem when removing all elements from a
1278           GstThread before setting GstThread state to NULL
1280 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1282         * docs/gst/tmpl/gstelement.sgml:
1283         * docs/gst/tmpl/gsttypes.sgml:
1284         * gst/gstbin.c: (gst_bin_change_state):
1285         * gst/gstelement.c: (gst_element_set_state),
1286         (gst_element_change_state):
1287           rework so that for bins we try to set the state on all children
1288           as well even if the bin is in the correct state already.
1289           change while to do so at least one iteration is done.
1290           For regular elements, we fall back to the previous behaviour for
1291           now since we first need a new plugins release.
1292         * testsuite/states/parent.c: (main):
1293           test for this case
1294           Fixes #123774
1296 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1298         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_finalize),
1299         (gst_queue_chain), (gst_queue_get), (gst_queue_handle_src_event),
1300         (gst_queue_release_locks), (gst_queue_change_state),
1301         (gst_queue_set_property):
1302           add proper lock debugging.  Change dispose to finalize, since
1303           we're freeing mutexes and other stuff which should happen only once.
1305 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1307         * docs/gst/tmpl/gstelement.sgml:
1308         * docs/gst/tmpl/gstplugin.sgml:
1309         * docs/gst/tmpl/gsttypes.sgml:
1310         * docs/pwg/building-state.xml:
1311         * gst/elements/gstfakesrc.c: (gst_fakesrc_change_state):
1312         * gst/gstelement.c: (gst_element_change_state):
1313         * gst/gstthread.c: (gst_thread_change_state):
1314           catch wrong state changes in element base class.
1316 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1318         * gst/gstinfo.h:
1319           clean up layout a little.
1321 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1323         * configure.ac:
1324         * testsuite/Makefile.am:
1325         * testsuite/states/Makefile.am:
1326         * testsuite/states/parent.c: (main):
1327           re-enable states testsuite dir.  Add test for state changes and
1328           parent behaviour
1330 2004-07-09  Wim Taymans  <wim@fluendo.com>
1332         * gst/schedulers/gstoptimalscheduler.c:
1333         (gst_opt_scheduler_pad_link), (group_elements_set_visited),
1334         (element_get_reachables_func), (element_get_reachables),
1335         (debug_element), (rechain_group), (group_migrate_connected),
1336         (gst_opt_scheduler_pad_unlink):
1337         Do not try to migrate decoupled elements to a new group since
1338         they are not added to groups.
1340 2004-07-08  Benjamin Otte  <otte@gnome.org>
1342         * gst/gstelement.c: (gst_element_error_func):
1343           make reentrant (= allow removing elements in error handler)
1345 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1347         * gst/gstpad.c: (gst_pad_event_default_dispatch),
1348         (gst_pad_send_event), (gst_pad_call_chain_function):
1349           events sent to elements below PAUSED cannot be handled, so
1350           don't try to
1352 2004-07-08  Wim Taymans  <wim@fluendo.com>
1354         * gst/schedulers/gstoptimalscheduler.c:
1355         (chain_recursively_migrate_group), (create_group),
1356         (schedule_group), (gst_opt_scheduler_pad_link),
1357         (group_elements_set_visited), (element_get_reachables_func),
1358         (element_get_reachables), (group_can_reach_group), (debug_element),
1359         (rechain_group), (group_migrate_connected),
1360         (gst_opt_scheduler_pad_unlink):
1361         * testsuite/schedulers/Makefile.am:
1362         Implemented group splitting and rechaining.
1363         Fixes 143777 and 143777-2 in the testsuite.
1365 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1367         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
1368           extra debugging
1369         * gst/gstevent.h:
1370         * gst/gstinfo.c: (gst_debug_log_default):
1371           print time nicely.  add thread pointer until someone figures out
1372           a completely portable way of getting at thread id's.
1373         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_try),
1374         (_invent_event), (gst_pad_pull), (gst_pad_event_default_dispatch),
1375         (gst_pad_call_chain_function):
1376           extra debugging
1377         * gst/schedulers/gstoptimalscheduler.c:
1378         (get_group_schedule_function), (loop_group_schedule_function),
1379         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
1380         (pad_clear_queued), (gst_opt_scheduler_iterate):
1381           rename BUFPEN and friends to DATAPEN since that's what they are.
1383 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1385         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
1386         * gst/gstbuffer.h:
1387         * gst/gstpad.c:
1388           cleanups and debugging
1390 2004-07-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1392         * configure.ac:
1393         * gst/gstvalue.c: (gst_value_compare_enum),
1394         (gst_value_serialize_enum), (gst_value_deserialize_enum),
1395         (gst_value_can_compare), (gst_value_compare):
1396         * testsuite/Makefile.am:
1397         * testsuite/enumcaps/Makefile.am:
1398         * testsuite/enumcaps/enumcaps.c:
1399           Fix enum serialization, deserialization, comparison in caps, add
1400           a test to ensure that this continues working in the future.
1402 2004-07-06  David Schleef  <ds@schleef.org>
1404         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
1405         Fix memleak.
1407 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1409         * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
1410         * gst/gstplugin.h:
1411         * gst/registries/gstxmlregistry.c:
1412         (plugin_times_older_than_recurse), (plugin_times_older_than),
1413         (gst_xml_registry_parse_padtemplate):
1414           only rebuild registry when actual plugins have a newer time than
1415           the registry.  Fixes #145520
1417 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1419         * docs/manual/manual.xml:
1420         * docs/manual/win32.xml:
1421           add chapter on win32 building.  fixes #142422
1423 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1425         patch by: Sebastien Cote <sc5 at hermes.usherb.ca>
1427         * gst/autoplug/gstspider.c: (gst_spider_init),
1428         (gst_spider_dispose):
1429           fix spider memleaks.  fixes #137863
1431 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1433         patch by: Joe Marcus Clarke <marcus at freebsd dot org>
1435         * gst/schedulers/gstoptimalscheduler.c:
1436         (gst_opt_scheduler_pad_unlink):
1437           fix SIGBUS error, fixes #145338
1439 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1441         * gst/gstobject.c: (gst_object_replace):
1442         * gst/gstscheduler.c: (gst_scheduler_get_clock):
1443         * gst/gstsystemclock.c: (gst_system_clock_obtain):
1444           clean up clock lifecycle.  Fixes #109831
1446 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1448         * po/LINGUAS:
1449         * po/cs.po:
1450           added Czech translation (Miloslav Trmac)
1452 2004-07-04  David Schleef  <ds@schleef.org>
1454         * tools/Makefile.am:
1455         * tools/gst-xmlinspect.1.in:  Add man page. (bug #140219)
1457 2004-07-04  David Schleef  <ds@schleef.org>
1459         * common/m4/gst-doc.m4: Check for docbook2html 0.6.10 (bug #139909)
1461 2004-07-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1463         * gst/gstbin.c: (gst_bin_restore_thyself):
1464           chain to parent restore so the bins get restored correctly
1465           in the editor
1467 2004-07-03  David Schleef  <ds@schleef.org>
1469         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
1470         Actually do something in these functions, like before the big
1471         caps change.  (bug #145137)
1473 2004-07-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1475         * gst/gstelement.c: (gst_element_get_compatible_pad_template),
1476         (gst_element_get_compatible_pad_filtered):
1477         * gst/gstthread.c: (gst_thread_main_loop):
1478           more debugging
1480 2004-07-02  David Schleef  <ds@schleef.org>
1482         * gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler
1483         * gst/gstobject.h:
1484         * gst/gstparse.h:
1485         * gst/gsttrace.h:
1486         * gst/gstxml.h:
1488 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1490         * gst/gstpad.c: (gst_pad_check_schedulers),
1491         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
1492         (gst_pad_link_prepare):
1493           revert until testsuite is fixed
1495 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1497         * testsuite/Makefile.am:
1498         * testsuite/caps/filtercaps.c: (main):
1499         * testsuite/clock/clock1.c: (main):
1500         * testsuite/dynparams/dparamstest.c: (gst_dptest_chain), (main):
1501           fix some more tests
1503 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1505         * testsuite/cleanup/cleanup1.c: (create_pipeline):
1506         * testsuite/cleanup/cleanup2.c: (create_pipeline):
1507         * testsuite/cleanup/cleanup4.c: (main):
1508           fix testsuite
1510 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1512         * libs/gst/control/control.c:
1513         * libs/gst/control/dparam.c:
1514         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_get_type):
1515         * libs/gst/control/dparammanager.c:
1516         * libs/gst/control/dparammanager.h:
1517         * testsuite/dynparams/Makefile.am:
1518         * testsuite/dynparams/dparamstest.c: (gst_dptest_base_init),
1519         (gst_dptest_change_state), (gst_dptest_chain), (main):
1520           fix testcase for dparams
1521           add debugging category
1523 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1525         * testsuite/Rules:
1526           change path
1528 2004-07-02  Benjamin Otte  <otte@gnome.org>
1530         * tests/.cvsignore:
1531         * tests/Makefile.am:
1532         * tests/mass_elements.c: (gst_get_current_time), (main):
1533           add simple benchmark to test various speeds of fakesrc ! identity !
1534           identity ! ... ! fakesink.
1535           Usage: mass_elements [num_identities] [num_buffers]
1536           If not specified they default to 1000.
1538 2004-07-02  Benjamin Otte  <otte@gnome.org>
1540         * gst/gstpad.c: (gst_pad_check_schedulers),
1541         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
1542         (gst_pad_link_prepare):
1543           check that pads that get linked belong to the same manager. The old
1544           code allowed linking elements before putting them into bins, so it
1545           worked to link them and then put them in different threads, which
1546           lead to weird behaviour.
1547           Since this effectively disallows linking elements before putting
1548           them in a bin, some applications might not work after this and error
1549           out. If these applications are too critical, we might need to revert
1550           that patch. Please test this before the next release...
1552 2004-06-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1554         * gst/gstpad.c: (gst_pad_get_caps):
1555           throw an error if the getcaps function does not return a subset of
1556           the template caps.
1557         * libs/gst/bytestream/filepad.c: (gst_file_pad_chain):
1558           make disconts without position info an error in debugging
1559         * tests/spidey_bench.c: (handoff), (main):
1560           don't count first try when averaging
1562 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1564         * gst/gstplugin.c: (gst_plugin_load_file):
1565           figure out problem with dynamic test
1567 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1569         * docs/gst/Makefile.am:
1570           fix docs build
1572 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1574         * po/POTFILES.in:
1575         * po/af.po:
1576         * po/az.po:
1577         * po/en_GB.po:
1578         * po/fr.po:
1579         * po/nl.po:
1580         * po/sr.po:
1581         * po/sv.po:
1582         * po/tr.po:
1583         * po/uk.po:
1584         * tools/gst-register.c: (plugin_added_func), (main):
1585           i18n-ize -register, fix plural
1587 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1589         * gst/elements/gstidentity.c: (gst_identity_class_init),
1590         (gst_identity_init), (gst_identity_chain),
1591         (gst_identity_set_property), (gst_identity_get_property):
1592         * gst/elements/gstidentity.h:
1593           check for perfect stream
1595 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1597         * gst/elements/gstidentity.c: (gst_identity_chain):
1598           print offset_end
1600 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1602         * docs/gst/Makefile.am:
1603         * docs/gst/gstreamer-docs.sgml:
1604           doc fixes
1606 2004-06-24  David Schleef  <ds@schleef.org>
1608         * autogen.sh:  Remove call to env, since the buildbot isn't
1609         broken anymore.
1611 2004-06-24  Wim Taymans  <wim@fluendo.com>
1613         * gst/elements/Makefile.am:
1614         * gst/elements/gstelements.c:
1615         * gst/elements/gstmultifdsink.c: (gst_multifdsink_base_init),
1616         (gst_multifdsink_class_init), (gst_multifdsink_init),
1617         (gst_multifdsink_add), (gst_multifdsink_remove),
1618         (gst_multifdsink_clear), (gst_multifdsink_chain),
1619         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
1620         * gst/elements/gstmultifdsink.h:
1621         Added an element that writes to multiple filedescriptors at once.
1623 2004-06-24  Benjamin Otte  <otte@gnome.org>
1625         * gst/parse/grammar.y:
1626           don't try to link elements before they have been added to bins
1628 2004-06-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1630         * libs/gst/bytestream/filepad.c: (gst_file_pad_available),
1631         (gst_file_pad_get_length):
1632         * libs/gst/bytestream/filepad.h:
1633           add 2 new functions
1635 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
1637         * docs/gst/gstreamer-sections.txt:
1638         remove from docs, the define that Benjamin removed from gstelement.h
1640 2004-06-22  Benjamin Otte  <otte@gnome.org>
1642         * gst/gstelement.h:
1643           remove define that referenced a nonexisting GstElement struct member
1645 2004-06-20  Benjamin Otte  <otte@gnome.org>
1647         * gst/gstdata.c: (gst_data_is_writable):
1648           whoops, return values were wrong, so writable data was marked as
1649           non-writable and vice versa. (fixes #143953, spotted by Francis
1650           Labonte)
1651           Shows how rarely we need to copy data ;)
1653 2004-06-20  Benjamin Otte  <otte@gnome.org>
1655         * testsuite/schedulers/.cvsignore:
1656         * testsuite/schedulers/Makefile.am:
1657         * testsuite/schedulers/143777-2.c: (main):
1658           add test for opt breakage in bug #143777
1660 2004-06-20  Benjamin Otte  <otte@gnome.org>
1662         * gst/gstpad.c: (gst_pad_call_chain_function):
1663           check for if we were unlinked while inside the chainfunction (fixes
1664           entrygthread having issues with #143777)
1665         * testsuite/schedulers/143777.c: (main):
1666         * testsuite/schedulers/Makefile.am:
1667           add a test for that fix
1669 2004-06-20  Benjamin Otte  <otte@gnome.org>
1671         * gst/gstvalue.c: (gst_value_set_int_range):
1672           test that start is smaller then end
1673         * libs/gst/bytestream/Makefile.am:
1674         * libs/gst/bytestream/filepad.c: 
1675         * libs/gst/bytestream/filepad.h:
1676           add GstFilePad - a pad that behaves like a FILE*
1677         * testsuite/bytestream/.cvsignore:
1678         * testsuite/bytestream/Makefile.am:
1679         * testsuite/bytestream/filepadsink.c: 
1680           test for the GstFilePad
1682 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1684         * gst/elements/gstidentity.c: (gst_identity_class_init),
1685         (gst_identity_init), (gst_identity_set_clock),
1686         (gst_identity_chain), (gst_identity_set_property),
1687         (gst_identity_get_property):
1688         * gst/elements/gstidentity.h:
1689         * gst/gstclock.c: (gst_clock_id_wait):
1690           add a "sync" property to sync to the clock
1692 2004-06-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1694         * gst/gstelementfactory.c: (gst_element_factory_create):
1695           make the freakin "elementfactory bla has no type" message more
1696           useful. So we actually can do something when someone shows up
1697           complaining about it.
1699 2004-06-15  Johan Dahlin  <johan@gnome.org>
1701         * tools/gst-inspect.c (main): Fallback to plugin if no element is
1702         found. This matches the old behavior better. Thanks to Thomas for
1703         pointing out.
1705 2004-06-14  David Schleef  <ds@schleef.org>
1707         * gst/gstcpu.c: (gst_cpuid_i386): Fix problem when using
1708         -fomit-frame-pointer.  Appears to generate correct code in
1709         other cases as well.
1711 2004-06-14  Johan Dahlin  <johan@gnome.org>
1713         * tools/gst-inspect.c (main): Add two new command line options: -a
1714         to print all elements and -n to print the name on each line. Also
1715         fix some error reporting.
1716         (main): Simplify, remove -n and always print names if -a is specified
1718 2004-06-13  Steve Lhomme  <steve.lhomme@free.fr>
1720         * win32/gstconfig.h:
1721         * win32/GSTreamer.vcproj:
1722         * win32/Makefile:
1723         * gst/gstconfig.h.in:
1724         * gst/gst.h:
1725         * gst/gstbin.h:
1726         * gst/gstelement.h:
1727         * gst/gstevent.h:
1728         * gst/gstobject.h:
1729         * gst/gstpad.h:
1730         * docs/gst/gstreamer-sections.txt:
1731         * docs/gst/tmpl/gstconfig.sgml:
1732           rename GSTREAMER_EXPORT(S) to GST_EXPORT(S)
1734 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
1735         * docs/gst/gstreamer-sections.txt:
1736         * docs/gst/tmpl/gstconfig.sgml:
1737         Add the GSTREAMER_EXPORT macro to the docs
1739 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
1741         * tools/gst-compprep.c: (handle_xmlerror), (main):
1742         Add a check for the version that introduced SetStructuredError to fix
1743         the build on FC1
1745 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
1747         * win32/msvc71.sln:
1748         * win32/testsuite/:
1749           prepare to compile the testsuite with MSVC
1751 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
1753         * docs/manual/win32.xml:
1754           attempt to transform the Win32 README into an XML doc
1756 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
1758         * gst/gst.c:
1759         * gst/gstbin.*:
1760         * gst/config.h.in:
1761         * gst/gstelement.*:
1762         * gst/gstevent.h:
1763         * gst/gstobject.*:
1764         * gst/gstpad.h:
1765         * tools/gst-register.c:
1766         * win32/gstreamer.def:
1767           extern symbols are now exported for the Windows DLL
1769 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
1771         * gst/gstinfo.h:
1772           fix a problem to enable/disable DEBUG under MSVC
1774 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
1776         * win32/:
1777           enable more debug code in DEBUG build
1779 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
1781         * win32/config.h:
1782         * gst/gst-i18n-app.h:
1783           enable NLS under Windows
1785 2004-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
1786         * tools/gst-compprep.c: (handle_xmlerror), (main):
1787           Make an error that baffled me a bit clearer
1789 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1791         * gst/gstqueue.c:
1792           don't use g_queue_get_length () because it's 2.4, use ->length
1794 2004-06-11  Steve Lhomme  <steve.lhomme@free.fr>
1796         reviewed by Benjamin Otte  <in7y118@public.uni-hamburg.de>
1798         * tools/gst-inspect.c: (print_signal_info):
1799           don't free random data twice. (fixes #144185)
1801 2004-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1803         * gst/gstqueue.c:
1804         * gst/gstqueue.h:
1805           fix removing from the wrong queue on event timeout
1806           fix disposing of the event queue by casting correctly
1807           add mutexes for handling the event queue
1808           someone was sleeping when fixing queue last time around :)
1810 2004-06-10  Johan Dahlin  <johan@gnome.org>
1812         * gst/gst.c (gst_init_check_with_popt_table): Do not fail on
1813         errors, like gtk. It makes it more useful in bindings.  Fixes #141692.
1815 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1817         * docs/random/gdp:
1818         * libs/gst/dataprotocol/dataprotocol-test.c: (buffer_test):
1819         * libs/gst/dataprotocol/dataprotocol.c:
1820         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
1821         (gst_dp_buffer_from_header):
1822         * libs/gst/dataprotocol/dataprotocol.h:
1823         * libs/gst/dataprotocol/dp-private.h:
1824           rev version to 0.1, add buffer flags and copy them
1826 2004-06-09  Johan Dahlin  <johan@gnome.org>
1828         * gst/gstbuffer.c (gst_buffer_default_copy): Don't forget to merge
1829         the flags from the buffer we're copying.
1831 2004-06-09  Wim Taymans  <wim@fluendo.com>
1833         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
1834         * gst/elements/gstidentity.c: (gst_identity_init),
1835         (gst_identity_chain):
1836         Print more buffer info in fakesink.
1837         Make identity output similar to fakesink.
1839 2004-06-07  Daniel Gazard  <dany42@free.fr>
1841         reviewed by Benjamin Otte  <otte@gnome.org>
1843         * configure.ac:
1844           fix cross compiling not working. (fixes #143741)
1846 2004-06-07  Benjamin Otte  <otte@gnome.org>
1848         * gst/gstelement.c: (gst_element_set_time_delay):
1849           add failure check
1850         * gst/gstinfo.h:
1851           put brackets around macro arguments of GST_TIME_ARGS, add note to
1852           move it to correct header in 0.9
1854 2004-06-07  Benjamin Otte  <otte@gnome.org>
1856         * gst/indexers/gstfileindex.c: (gst_file_index_get_writer_id),
1857         (gst_file_index_load), (_file_index_id_save_entries),
1858         (gst_file_index_commit), (gst_file_index_add_association),
1859         (gst_file_index_add_entry), (gst_file_index_get_assoc_entry),
1860         (gst_file_index_plugin_init):
1861           make debugging use a default category
1863 2004-06-06  David Moore  <dcm@acm.org>
1865         reviewed by Benjamin Otte  <otte@gnome.org>
1867         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
1868         (gst_fdsrc_change_state):
1869           reset offset counter when going READY => PAUSED. (fixes #142903)
1871 2004-06-06  ed@catmur.co.uk
1873         reviewed by Benjamin Otte  <otte@gnome.org>
1875         * gst/registries/gstxmlregistry.c:
1876         (gst_xml_registry_rebuild_recurse):
1877           don't rely on g_dir_open to figure out if a file is a directory, use
1878           explicit G_TEST_IS_DIR. Reiserfs4 allows opening files as
1879           directories. (fixes #142850)
1881 2004-06-06  Benjamin Otte  <otte@gnome.org>
1883         * gst/gstqueue.c: (gst_queue_dispose), (gst_queue_change_state):
1884           fix memory leaks (fixes #142795). Initial patch by Sebastien Cote
1885         * libs/gst/bytestream/adapter.c:
1886         * libs/gst/bytestream/adapter.h:
1887           fix copyright in header and typo in debugging category name
1889 2004-06-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1891         * configure.ac:
1892           bump nano to cvs
1894 === release 0.8.3 ===
1896 2004-06-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1898         * configure.ac:
1899           update libtool versioning
1900           do a new release
1901         * docs/gst/tmpl/gstelement.sgml:
1902         * docs/gst/tmpl/gsttypes.sgml:
1903         * gst/gstinfo.c: (_gst_debug_init):
1904           put back GST_CAT_DATAFLOW to fix API breakage
1906 2004-06-04  David Schleef  <ds@schleef.org>
1908         * autogen.sh: Add a temporary 'env' to test buildbot problems.
1910 2004-06-04  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1912         * configure.ac:
1913           bump nano to cvs
1915 === release 0.8.2 ===
1917 2004-06-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1919         * gst/gst.c: (parse_debug_list), (gst_init_check_with_popt_table):
1920           check GST_DEBUG environment variable which is parsed the same way
1921           as --gst-debug=
1923 2004-05-28  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1925         * gst/elements    : gstaggregator.c gstfakesink.c gstfakesrc.c
1926                             gstmd5sink.c gstshaper.c gsttee.c
1927                             gsttypefindelement.c
1928         * gst/schedulers  : gstbasicscheduler.c gstoptimalscheduler.c
1930           - removing trailing commas at end of enums
1931             it is correct C99 code but C90 compilers would complain
1932             (AIX, Forte, ...)
1933             ('should' fix #143290, at least partially)
1935 2004-05-27  Wim Taymans  <wim@fluendo.com>
1937         * gst/schedulers/gstoptimalscheduler.c: (remove_from_chain),
1938         (chain_group_set_enabled), (create_group), (add_to_group),
1939         (merge_groups), (setup_group_scheduler), (group_elements),
1940         (gst_opt_scheduler_iterate), (gst_opt_scheduler_show):
1941         Don't try to follow the pad connections with other groups
1942         when a loop based element is added to the scheduler because
1943         the bin will inform the scheduler about the pad links a little
1944         later.
1946 2004-05-27  Wim Taymans  <wim@fluendo.com>
1948         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
1949         (remove_from_chain), (chain_group_set_enabled),
1950         (setup_group_scheduler), (group_element_set_enabled),
1951         (gst_opt_scheduler_state_transition), (gst_opt_scheduler_iterate),
1952         (gst_opt_scheduler_show):
1953         Elements without a group can do a state change as well, just wait
1954         with the setup of the scheduling function when it is added to a
1955         chain.
1957 2004-05-27  Wim Taymans  <wim@fluendo.com>
1959         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
1960         (remove_from_chain), (chain_group_set_enabled), (add_to_group),
1961         (merge_groups), (setup_group_scheduler),
1962         (group_inc_links_for_element), (gst_opt_scheduler_iterate),
1963         (gst_opt_scheduler_show):
1964         Fixes to maintain internal consistency of the scheduler data
1965         structures. 
1966          - adding an enabled group to a chain should increment the
1967            number of enabled elements in that chain.
1968          - removing an enabled group from a chain could disable the
1969            chain.
1970          - removing a disabled group from a chain could enable the
1971            chain.
1972          - add g_assert when internal inconsistency is detected.
1973          - adding an element to a group could increase the number of
1974            links this group has with other groups.
1975          - merging two groups also merges the chains.
1976          - also show group links in the _show method.
1977            
1979 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1981         * gst/gstcaps.c: (gst_caps_structure_simplify):
1982           don't print error messages when there is no error
1983         * gst/gstvalue.c: (gst_value_compare_int_range):
1984           compare the second value, too
1985         * testsuite/caps/Makefile.am:
1986         * testsuite/caps/random.c: (assert_on_error), (main):
1987           add tests to make sure the two things above are checked for
1989 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1991         * configure.ac:
1992         * libs/gst/dataprotocol/Makefile.am:
1993         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps):
1994         * libs/gst/dataprotocol/dataprotocol.h:
1995           wrap header in GST_ENABLE_NEW.  make code use it
1997 2004-05-23  Johan Dahlin  <johan@gnome.org>
1999         * tools/gst-inspect.c (main): Cleanup most parts of it, don't be
2000         so verbose and print GstElement signal names all the time.
2002 2004-05-22  David Schleef  <ds@schleef.org>
2004         * gst/registries/gstxmlregistry.c:
2005         (gst_xml_registry_parse_padtemplate): Fix warning on OS X.
2006         (bug #142957)
2008 2004-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2010         * configure.ac:
2011           scrub cflags for glib2 so gcc doesn't complain when glib is in
2012           /usr/local
2014 2004-05-21  Johan Dahlin  <johan@gnome.org>
2016         * gst/gstcpu.c (gst_cpuid_i386): Protect some gcc asm stuff with
2017         __GNUC__, patch from Brian Cameron, fixes bug #142804
2019 2004-05-20  David Schleef  <ds@schleef.org>
2021         * gst/gstindex.c: (gst_index_compare_func): Fix overflows in
2022         comparison code.  (bug #142819)
2024 2004-05-20  Wim Taymans  <wim@fluendo.com>
2026         * gst/gstbuffer.c: (gst_buffer_default_copy):
2027         * gst/gstbuffer.h:
2028         Added Comment to a flag.
2029         copy relevant flags in _buffer_copy.
2031 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2033         reviewed by: Wim Taymans <wim at fluendo dot com>
2035         * gst/gstbuffer.h:
2036           add GST_BUFFER_IN_CAPS buffer flag
2037         * gst/gststructure.c: (gst_structure_value_get_generic_type),
2038         (gst_structure_parse_any_list), (gst_structure_parse_list),
2039         (gst_structure_parse_fixed_list), (gst_structure_parse_value):
2040         * gst/gstvalue.c: (gst_value_serialize_any_list),
2041         (gst_value_transform_any_list_string),
2042         (gst_value_list_prepend_value), (gst_value_list_append_value),
2043         (gst_value_list_get_size), (gst_value_list_get_value),
2044         (gst_value_transform_list_string),
2045         (gst_value_transform_fixed_list_string),
2046         (gst_value_serialize_list), (gst_value_serialize_fixed_list),
2047         (gst_value_deserialize_fixed_list), (gst_type_is_fixed),
2048         (_gst_value_initialize):
2049         * gst/gstvalue.h:
2050           add a GST_TYPE_FIXED_LIST which is fixed by definition and uses
2051           < , > as a format.
2052         * testsuite/caps/string-conversions.c: (main):
2053           add regression tests for < >
2055 2004-05-20  Johan Dahlin  <johan@gnome.org>
2057         * docs/gst/Makefile.am (all-local): Re-add
2059 2004-05-20  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2061         * docs/gst/Makefile.am:
2062         * docs/gst/gstreamer-docs.sgml:
2063         * docs/libs/Makefile.am:
2064         * docs/libs/gstreamer-libs-docs.sgml:
2065           fix distcheck issues
2067 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2069         * libs/gst/dataprotocol/Makefile.am:
2070           add to autotest
2072 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2074         * libs/gst/dataprotocol/Makefile.am:
2075         * libs/gst/dataprotocol/dataprotocol.c:
2076         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
2077         (gst_dp_packet_from_event), (gst_dp_event_from_packet):
2078         * libs/gst/dataprotocol/dp-private.h:
2079           use GST macros to read/write fixed length ints
2080           add some more asserts
2082 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2084         * docs/libs/gstreamer-libs-docs.sgml:
2085         * docs/libs/gstreamer-libs-sections.txt:
2086           remove idct and putbits
2087         * configure.ac:
2088         * docs/libs/tmpl/gstdataprotocol.sgml:
2089         * libs/gst/Makefile.am:
2090         * libs/gst/dataprotocol/Makefile.am:
2091         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test),
2092         (buffer_test), (caps_test), (event_test), (main):
2093         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
2094         (gst_dp_dump_byte_array), (gst_dp_init),
2095         (gst_dp_header_payload_length), (gst_dp_header_payload_type),
2096         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
2097         (gst_dp_packet_from_event), (gst_dp_buffer_from_header),
2098         (gst_dp_caps_from_packet), (gst_dp_event_from_packet),
2099         (gst_dp_validate_header), (gst_dp_validate_payload),
2100         (gst_dp_validate_packet), (plugin_init):
2101         * libs/gst/dataprotocol/dataprotocol.h:
2102         * libs/gst/dataprotocol/dp-private.h:
2103           add dataprotocol
2105 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2107         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
2108           fix int variable deserialization and add a helper so we can actually
2109           debug this.
2111 2004-05-18  David Schleef  <ds@schleef.org>
2113         * testsuite/debug/commandline.c: (main): Call ./commandline, not
2114           argv[0].  Calling yourself is probably not the best way to
2115           construct a test like this, btw.
2117 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2119         * gst/gstbin.c: (gst_bin_iterate_func), (gst_bin_iterate):
2120           don't claim to be more intelligent than a scheduler when the
2121           scheduler claims the pipeline is stopped
2122         * gst/schedulers/entryscheduler.c: (safe_cothread_switch),
2123         (safe_cothread_destroy),
2124         (gst_entry_scheduler_remove_all_cothreads),
2125         (gst_entry_scheduler_reset), (_remove_cothread),
2126         (gst_entry_scheduler_state_transition):
2127           hold off cothread destruction if we're not in main cothread
2128         * configure.ac:
2129         * testsuite/Makefile.am:
2130           add new test dir
2131         * testsuite/schedulers/.cvsignore:
2132         * testsuite/schedulers/Makefile.am:
2133           add tests
2134         * testsuite/schedulers/relink.c: (cb_handoff), (main):
2135           check relinking and adding/removing elements from a running pipeline
2136         * testsuite/schedulers/unlink.c: (cb_handoff), (main):
2137           check unlinking in a running pipeline
2138         * testsuite/schedulers/unref.c: (cb_handoff), (main):
2139           check unreffing a running pipeline
2140         * testsuite/schedulers/useless_iteration.c: (main):
2141           check iterating a pipeline that contains running threads works
2143 2004-05-18  David Schleef  <ds@schleef.org>
2145         * docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC
2146           is false.
2148 2004-05-18  Wim Taymans  <wim@fluendo.com>
2150         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
2151         (setup_group_scheduler), (gst_opt_scheduler_pad_link):
2152         Fixed an error introduced with patch for 1.63. When setting
2153         a get based element as the entry point in a group, make sure
2154         to mark the group as GET based.
2156 2004-05-18  Wim Taymans  <wim@fluendo.com>
2158         * gst/schedulers/gstoptimalscheduler.c: (create_group),
2159         (setup_group_scheduler), (loop_group_schedule_function),
2160         (gst_opt_scheduler_pad_link):
2161         Added some more debug info and fixed a bug where the group
2162         type was set to LOOP but it was in fact unknown.
2164 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2166         * gst/schedulers/entryscheduler.c: (gst_entry_scheduler_reset):
2167           make resetting scheduler work twice in a row
2169 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2171         * gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
2172         (CREATE_USERIALIZATION), (_gst_value_initialize),
2173         (gst_value_compare_float), (gst_value_serialize_float),
2174         (gst_value_deserialize_float), (gst_value_compare_enum),
2175         (gst_value_serialize_enum), (gst_value_deserialize_enum):
2176           add serialization and comparison functions for long, int64, enum and
2177           float values
2178         * gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
2179           use best serialization function in type hierarchy instead of only a
2180           matching one. This is required for enums to work.
2181         * gst/parse/grammar.y:
2182           use gst_caps_deserialize
2183         * testsuite/parse/Makefile.am:
2184           parse1 now works
2185         * testsuite/parse/parse1.c: (main):
2186           remove aggregator check, aggregator is broken, this test works now
2187           but fails because of bug #138012
2188         * testsuite/parse/parse2.c: (main):
2189           s/xvideosink/xvimagesink - this test looks a lot like we should
2190           disable it
2192 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2194         * gst/gstelement.c: (gst_element_class_init):
2195           whoops, store the signal id correctly
2196         * gst/schedulers/gstbasicscheduler.c:
2197         (gst_basic_scheduler_chain_wrapper):
2198           detect infinfinfinfinfinf^Cinite loops in chain wrapper when the
2199           chain function isn't linked
2201 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
2202         * configure.ac:
2203         Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file
2204         support until we decide where the flags should be used
2205         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_query):
2206         Use GST_FORMAT_BYTES when GST_FORMAT_DEFAULT is passed
2207         * gst/gstpad.c: (gst_pad_link_call_link_functions):
2208         Output refused caps in the debug info
2210 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2212         * gst/elements/gstidentity.c: (gst_identity_chain):
2213           add duration debug
2214         * gst/gstinfo.c: (gst_debug_log_default):
2215           add timestamp
2217 2004-05-13  Benjamin Otte  <otte@gnome.org>
2219         * gst/gstpipeline.c: (gst_pipeline_dispose),
2220         (gst_pipeline_change_state):
2221           call gst_scheduler_reset on dispose (fixes #141416)
2223 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2225         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
2226           compute mapsize correctly
2227         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
2228           use correct datatypes when calling a varargs function
2229         * gst/elements/gsttypefindelement.c: (stop_typefinding):
2230           push a DISCONT event as first thing
2231         * gst/gst_private.h:
2232         * gst/gstinfo.c: (_gst_debug_init):
2233           remove GST_DATAFLOW debugging category
2234         * gst/gstbin.c: (gst_bin_iterate):
2235           use GST_SCHEDULING category
2236         * gst/gstpad.c: (gst_pad_get_type), (_invent_event),
2237         (gst_pad_push), (gst_pad_pull), (gst_pad_call_chain_function),
2238         (gst_pad_call_get_function):
2239           add GST_DATAFLOW to easily track flow of buffers or events.
2240         * gst/gstqueue.c: (gst_queue_get_type),
2241         (gst_queue_handle_pending_events), (gst_queue_chain),
2242         (gst_queue_get), (gst_queue_handle_src_event):
2243           use own static debugging category GST_DATAFLOW for dataflow,
2244           use DEBUG category for showing which path events go, use LOG
2245           category for buffers.
2247 2004-05-10  David Schleef  <ds@schleef.org>
2249         * docs/gst/gstreamer-sections.txt: Add gst_element_no_more_pads.
2251 2004-05-10  David Schleef  <ds@schleef.org>
2253         * docs/gst/Makefile.am: Dear gtk-doc, please print out the unused
2254         symbols, because otherwise we don't know what they are.  Thanks,
2255         the GStreamer team.
2256         * gst/registries/gstxmlregistry.c: (make_dir): Remove a spurious ;
2258 2004-05-10  David Schleef  <ds@schleef.org>
2260         (from Steve Lhomme)
2261         * win32/Makefile: When using make clean the MS Visual Studio makefiles
2262         are deleted.  Fix.
2263         * win32/Makefile.inspect:
2264         * win32/Makefile.launch:
2265         * win32/Makefile.register:
2267 2004-05-10  David Schleef  <ds@schleef.org>
2269         * gst/gstinfo.h: Add missing inline function.
2270         * gst/gsttrace.c: add include
2271         * gst/parse/grammar.y: remove unused code
2272         * gst/registries/gstxmlregistry.c: (make_dir): make mkdir call
2273         more portable.
2274         * tools/gst-register.c: wrap unistd.h
2275         
2276         More additions/fixes from Steve for the MSVC build.
2277         * win32/GStreamer.vcproj:
2278         * win32/Makefile:
2279         * win32/Makefile.inspect:
2280         * win32/Makefile.launch:
2281         * win32/Makefile.register:
2282         * win32/README.txt:
2283         * win32/gst-inspect.vcproj:
2284         * win32/gst-launch.vcproj:
2285         * win32/gst-register.vcproj:
2286         * win32/gstbytestream.def:
2287         * win32/gstbytestream.vcproj:
2288         * win32/gstconfig.h:
2289         * win32/gstelements.def:
2290         * win32/gstelements.vcproj:
2291         * win32/gstenumtypes.c:
2292         * win32/gstenumtypes.h:
2293         * win32/gstoptimalscheduler.def:
2294         * win32/gstoptimalscheduler.vcproj:
2295         * win32/gstreamer.def:
2296         * win32/gstspider.def:
2297         * win32/gstspider.vcproj:
2298         * win32/gstversion.h:
2299         * win32/msvc71.sln:
2301 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2303         * gst/gstelement.c: (gst_element_class_init),
2304         (gst_element_no_more_pads):
2305         * gst/gstelement.h:
2306           add gst_element_no_more_pads and the "no-more-pads" signal
2308 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2310         * gst/gstregistry.c: (gst_registry_add_plugin):
2311           refuse to add plugins when a plugin with same name is already
2312           registered. Fixes a bunch of "How to remove plugins?" issues.
2313           May lead to other problems though, let's test
2315 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2317         * testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
2318         * docs/manual/pads-api.xml : audio/wav => audio/x-wav
2319         * docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav
2321 2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2323         * tests/Makefile.am: fix am16 issue
2325 2004-05-09  Benjamin Otte  <otte@gnome.org>
2327         * libs/gst/bytestream/Makefile.am:
2328           we should indeed add .c files to makefiles or they won't be built
2329           (d'oh)
2331 2004-05-08  Benjamin Otte  <otte@gnome.org>
2333         * gst/gstpad.c: (gst_pad_proxy_fixate):
2334           really reduce the set of caps
2336 2004-05-08  Benjamin Otte  <otte@gnome.org>
2338         * tests/Makefile.am:
2339         * tests/spidey_bench.c: (handoff), (main):
2340           add benchmark to test how long spider needs to create a pipeline
2342 2004-05-08  Benjamin Otte  <otte@gnome.org>
2344         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_unnegotiate):
2345           mark links as unengaged when unnegotiating instead of deactivating.
2346           This way pads aren't marked as unengaged when going PLAYING=>PAUSED
2348 2004-05-08  Benjamin Otte  <otte@gnome.org>
2350         * docs/manual/helloworld.xml:
2351           s/audiosink/osssink (patch by Patrick Guimond)
2353 2004-05-07  David Schleef  <ds@schleef.org>
2355         * configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
2356         since it contains important stuff.
2358 2004-05-07  David Schleef  <ds@schleef.org>
2360         * testsuite/caps/caps.c: (test3), (main): A check for appending
2361         ANY caps.
2363 2004-05-07  David Schleef  <ds@schleef.org>
2365         * common/m4/as-compiler-flag.m4: Properly quote arguments,
2366         which may contain commas.  Fixes detection of -Wa,-mregnames
2368 2004-05-06  David Schleef  <ds@schleef.org>
2370         Changes to handle compilers that don't have variadic macro
2371         support.  In particular, glib headers define some inlines
2372         that need G_LOG_DOMAIN defined.  Additional fixes for MSVC
2373         builds.
2374         * gst/Makefile.am:
2375         * gst/cothreads.c:
2376         * gst/elements/gstfdsink.c:
2377         * gst/elements/gstfdsrc.c:
2378         * gst/elements/gstfilesink.c:
2379         * gst/elements/gstfilesrc.c:
2380         * gst/gst_private.h:
2381         * gst/gstatomic.c:
2382         * gst/gstcaps.c: (gst_caps_append):
2383         * gst/gstcpu.c: (gst_cpuid_i386):
2384         * gst/gstelement.c:
2385         * gst/gsterror.c:
2386         * gst/gstfilter.c:
2387         * gst/gstinfo.h:
2388         * gst/gstprobe.c:
2389         * gst/gstquery.c:
2390         * gst/gstregistry.c:
2391         * gst/gststructure.c:
2392         * gst/gsttaginterface.c:
2393         * gst/gsttrace.c: (gst_trace_new):
2394         * gst/gsttrashstack.c:
2395         * gst/gsturi.c:
2396         * gst/gstvalue.c:
2397         * gst/parse/grammar.y:
2398         * gst/parse/parse.l:
2399         * tools/gst-inspect.c: (main):
2400         * tools/gst-launch.c: (main):
2401         * tools/gst-xmlinspect.c: (PUT_STRING):
2403 2004-05-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2405         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
2406         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
2407         * gst/elements/gstfilesrc.h:
2408           send NEW_MEDIA events correctly
2409         * gst/elements/gsttypefindelement.c: (start_typefinding),
2410         (gst_type_find_element_handle_event):
2411           restart typefinding when we get a NEW_MEDIA event
2412         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_change_state),
2413         (gst_bin_dispose):
2414           don't die when someone removes elements in callbacks
2415         * gst/gstelement.c: (gst_element_change_state):
2416           improve debugging
2417         * gst/gstpad.c: (gst_pad_pull), (gst_pad_call_chain_function):
2418           we need a NEW_MEDIA event to engage a link
2419         * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
2420           don't g_print debugging stuff
2421         * testsuite/caps/simplify.c: (check_caps):
2423 2004-05-04  Benjamin Otte  <otte@gnome.org>
2425         * gst/parse/grammar.y:
2426           use GST_ERROR instead of g_warning, and always throw a GST_ERROR 
2428 2004-05-04  Benjamin Otte  <otte@gnome.org>
2430         * testsuite/caps/renegotiate.c: (main):
2431           improve output in error case
2433 2004-05-04  Benjamin Otte  <otte@gnome.org>
2435         * gst/parse/grammar.y:
2436           fix assert to not trigger when there's no error argument
2437         * gst/parse/parse.l:
2438           fix definition of caps to allow more than two structures
2439         * testsuite/caps/Makefile.am:
2440         * testsuite/caps/renegotiate.c: (main):
2441           it's sinesrc and works in that case
2443 2004-05-04  Wim Taymans  <wim@fluendo.com>
2445         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
2446         (group_dec_link), (gst_opt_scheduler_pad_unlink):
2447         when removing an element from a group, we always need to
2448         decrement the link count that this group had with other 
2449         groups through the element.
2450         added an extra assert to catch inconsistencies when decrementing
2451         the link count.
2453 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2455         * configure.ac:
2456         * docs/gst/Makefile.am:
2457         * docs/gst/gstreamer-sections.txt:
2458         * docs/gst/tmpl/gstcompat.sgml:
2459         * examples/appreader/Makefile.am:
2460         * examples/cutter/Makefile.am:
2461         * examples/events/Makefile.am:
2462         * examples/helloworld/Makefile.am:
2463         * examples/helloworld2/Makefile.am:
2464         * examples/launch/Makefile.am:
2465         * examples/manual/Makefile.am:
2466         * examples/mixer/Makefile.am:
2467         * examples/pingpong/Makefile.am:
2468         * examples/plugins/Makefile.am:
2469         * examples/queue/Makefile.am:
2470         * examples/queue2/Makefile.am:
2471         * examples/queue3/Makefile.am:
2472         * examples/queue4/Makefile.am:
2473         * examples/retag/Makefile.am:
2474         * examples/thread/Makefile.am:
2475         * examples/typefind/Makefile.am:
2476         * examples/xml/Makefile.am:
2477         * gst/Makefile.am:
2478         * gst/autoplug/Makefile.am:
2479         * gst/elements/Makefile.am:
2480         * gst/gstcompat.h:
2481         * gst/indexers/Makefile.am:
2482         * gst/parse/Makefile.am:
2483         * gst/registries/Makefile.am:
2484         * gst/schedulers/Makefile.am:
2485         * libs/gst/bytestream/Makefile.am:
2486         * libs/gst/control/Makefile.am:
2487         * libs/gst/getbits/Makefile.am:
2488         * po/af.po:
2489         * po/az.po:
2490         * po/en_GB.po:
2491         * po/fr.po:
2492         * po/nl.po:
2493         * po/sr.po:
2494         * po/sv.po:
2495         * po/tr.po:
2496         * po/uk.po:
2497         * tests/Makefile.am:
2498         * tests/bufspeed/Makefile.am:
2499         * tests/instantiate/Makefile.am:
2500         * tests/memchunk/Makefile.am:
2501         * tests/muxing/Makefile.am:
2502         * tests/negotiation/Makefile.am:
2503         * tests/probes/Makefile.am:
2504         * tests/sched/Makefile.am:
2505         * tests/seeking/Makefile.am:
2506         * tests/threadstate/Makefile.am:
2507         * testsuite/caps/Makefile.am:
2508         * testsuite/cleanup/Makefile.am:
2509         * testsuite/dlopen/Makefile.am:
2510         * testsuite/dynparams/Makefile.am:
2511         * testsuite/plugin/Makefile.am:
2512         * testsuite/states/Makefile.am:
2513         * tools/Makefile.am:
2514           reorganize compile/link flags to be consistent
2515           put gst_info in gstcompat.h and actually use GST_DISABLE_DEPRECATED
2517 2004-05-04  David Schleef  <ds@schleef.org>
2519         The "once more, with feeling" check-in.
2520         * testsuite/caps/Makefile.am: dist caps_strings
2521         * testsuite/caps/renegotiate.c: (main): This test triggers a
2522           segfault in the core.  Marking as failing.
2524 2004-05-03  David Schleef  <ds@schleef.org>
2526         * testsuite/caps/deserialize.c: (main): Fix problems noticed
2527           by the build bots.
2528         * testsuite/caps/renegotiate.c: (main): Same.
2530 2004-05-03  David Schleef  <ds@schleef.org>
2532         * testsuite/caps/renegotiate.c: (my_fixate), (main): Another test.
2534 2004-05-03  David Schleef  <ds@schleef.org>
2536         * testsuite/caps/deserialize.c: (main): Use the srcdir environment
2537           variable to find our source file.
2539 2004-05-03  David Schleef  <ds@schleef.org>
2541         * configure.ac:  Link plugins with libgstreamer and dependent
2542           libraries
2543         * testsuite/caps/Makefile.am:
2544         * testsuite/caps/caps_strings:
2545         * testsuite/caps/deserialize.c: (main): Add a little test to slog
2546           through a file of caps strings and test each one
2548 2004-05-04  Benjamin Otte  <otte@gnome.org>
2550         * libs/gst/bytestream/Makefile.am:
2551         * libs/gst/bytestream/adapter.c: 
2552         * libs/gst/bytestream/adapter.h:
2553           add GstAdapter, similar to bytestream, but doesn't require ugly event
2554           handling or uglier loopbased elements
2556 2004-05-03  David Schleef  <ds@schleef.org>
2558         * testsuite/caps/Makefile.am: Fix spelling of Ηρατοσθενες
2559         * testsuite/caps/erathostenes.c:
2560         * testsuite/caps/eratosthenes.c: (eratosthenes), (main):
2562 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2564         * docs/pwg/pwg.xml:
2565           remove hardcoded stylesheet path (duh)
2566         * docs/random/release:
2567         * docs/gst/gstreamer-sections.txt:
2568         * gst/Makefile.am:
2569         * gst/gst.h:
2570         * gst/gst_private.h:
2571         * gst/gstcaps.c:
2572         * gst/gstevent.c:
2573         * gst/gstformat.c:
2574         * gst/gstinfo.c:
2575         * gst/gstinfo.h:
2576         * gst/gstinterface.c:
2577         * gst/gstmemchunk.c:
2578         * gst/gstprobe.c:
2579         * gst/gstquery.c:
2580         * gst/gstregistry.c:
2581         * gst/gstregistrypool.c:
2582         * gst/gststructure.c:
2583         * gst/gsttaginterface.c:
2584         * gst/gstthread.c:
2585         * gst/gsttrace.c:
2586         * gst/gsttypefind.c: (gst_type_find_factory_get_type):
2587         * gst/gsturi.c:
2588         * gst/gstvalue.c:
2589           deprecate gst_info; remove gstlog.h
2590    
2592 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2594         * Makefile.am:
2595         * po/en_GB.po:
2596         * po/sv.po:
2597         * po/uk.po:
2598           updated translations
2600 2004-05-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2602         * gst/gstbin.c: (gst_bin_dispose):
2603           better debugging
2605 2004-05-03  Johan Dahlin  <johan@gnome.org>
2607         * gst/schedulers/gstoptimalscheduler.c
2608         (gst_opt_scheduler_pad_unlink): Check if element is non-NULL and
2609         really is a GstElement. Avoids critical when running gst-launch -v
2610         and a oggdemux/decoding pipeline.
2612 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2614         * docs/gst/tmpl/gstpipeline.sgml :
2615         * docs/manual/elements-api.xml :
2616                 doc fix by Patrick Guimond (Protector) from devel ML
2617                 reviewed by ronald
2619 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2621         * docs/gst/Makefile.am :
2622         * docs/libs/Makefile.am :
2623                 apply a patch from Arwed v. Merkatz so that gtk-doc
2624                 generated docs install (same for .devhelp file)
2625                 (fixes part 1 of #138836)
2627 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2629         * docs/faq/dependencies.xml: typo
2630         * docs/faq/getting.xml :
2631             - fix download URL for new gstreamer site
2632             - hide sf.net download page as latest version aren't there
2633             - fix apt URLs
2634             - fill "get via CVS" paragraph (link to dev page on the site)
2635         * docs/faq/general.xml:
2636             hide status tables as they no more exists
2637             change case on plugins license file to reflect reality
2638         * docs/faq/troubleshooting.xml:
2639             remove the wiki question/answer as there is no more wiki
2641 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2643         * gst/gsterror.h:
2644           include the headers needed for declarations used in this header
2646 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2648         * docs/random/uraeus/gstreamer_and_midi.txt :
2649           add .kar (midi + karaoke/lyrics 'track') doc to midi doc.
2650           (fixes #132288)
2652 2004-04-30  Sebastien Cote  <sc5@hermes.usherb.ca>
2654         reviewed by Benjamin Otte  <otte@gnome.org>
2656         * gst/schedulers/gthread-cothreads.h:
2657           free allocated data for main cothread, too when destroying context
2658           (fixes #141417)
2660 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2662         * docs/manual/goals.xml : remove duplicated paragraph at end 
2663         of doc page (fixes #141448)
2665 2004-04-29  David Schleef  <ds@schleef.org>
2667         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
2668         Patch from Sebastien Cote to fix leakage of events. (bug #141414)
2670 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2672         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
2673           fix property
2674         * gst/gstcaps.c:
2675           fix doc string
2676         * po/POTFILES.in:
2677           rename typefind source file
2679 2004-04-28  David Schleef  <ds@schleef.org>
2681         Several new files from Steve Lhomme's MSVC patch (bug #141317):
2682         * win32/GStreamer.vcproj:
2683         * win32/Makefile:
2684         * win32/config.h:
2685         * win32/dirent.c: (_topendir), (_treaddir), (_tclosedir),
2686         (_trewinddir), (_ttelldir), (_tseekdir):
2687         * win32/dirent.h:
2688         * win32/gst-inspect.vcproj:
2689         * win32/gst-launch.vcproj:
2690         * win32/gst-register.vcproj:
2691         * win32/gstbytestream.vcproj:
2692         * win32/gstelements.vcproj:
2693         * win32/gstoptimalscheduler.vcproj:
2694         * win32/gstspider.vcproj:
2695         * win32/gtchar.h:
2696         * win32/mman.c: (mmap), (mprotect), (msync), (munmap):
2697         * win32/mman.h:
2698         * win32/mman.inl:
2699         * win32/msvc71.sln:
2701 2004-04-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2703         * gst/gst.c: (init_post):
2704         * gst/gstinfo.c:
2705           remove useless _gst_progname stuff
2706         * tools/gst-inspect.c: (print_field), (print_caps):
2707           improve caps output
2709 2004-04-28  David Schleef  <ds@schleef.org>
2711         Disable parsing of a lot of files that aren't part of the
2712         exported API.  Move corresponding template files to old/,
2713         waiting for removal when they don't contain anything
2714         interesting.
2715         * docs/gst/Makefile.am:
2716         * docs/gst/gstreamer-sections.txt:
2717         * docs/gst/tmpl/cothreads.sgml:
2718         * docs/gst/tmpl/cothreads_compat.sgml:
2719         * docs/gst/tmpl/gettext.sgml:
2720         * docs/gst/tmpl/gobject2gtk.sgml:
2721         * docs/gst/tmpl/grammar.tab.sgml:
2722         * docs/gst/tmpl/gst-i18n-app.sgml:
2723         * docs/gst/tmpl/gst-i18n-lib.sgml:
2724         * docs/gst/tmpl/gst_private.sgml:
2725         * docs/gst/tmpl/gstaggregator.sgml:
2726         * docs/gst/tmpl/gstarch.sgml:
2727         * docs/gst/tmpl/gstatomic_impl.sgml:
2728         * docs/gst/tmpl/gstbufferstore.sgml:
2729         * docs/gst/tmpl/gstdata_private.sgml:
2730         * docs/gst/tmpl/gstdisksink.sgml:
2731         * docs/gst/tmpl/gstdisksrc.sgml:
2732         * docs/gst/tmpl/gstelementfactory.sgml:
2733         * docs/gst/tmpl/gstextratypes.sgml:
2734         * docs/gst/tmpl/gstfakesink.sgml:
2735         * docs/gst/tmpl/gstfakesrc.sgml:
2736         * docs/gst/tmpl/gstfdsink.sgml:
2737         * docs/gst/tmpl/gstfdsrc.sgml:
2738         * docs/gst/tmpl/gstfilesink.sgml:
2739         * docs/gst/tmpl/gstfilesrc.sgml:
2740         * docs/gst/tmpl/gsthttpsrc.sgml:
2741         * docs/gst/tmpl/gstidentity.sgml:
2742         * docs/gst/tmpl/gstindexfactory.sgml:
2743         * docs/gst/tmpl/gstmarshal.sgml:
2744         * docs/gst/tmpl/gstmd5sink.sgml:
2745         * docs/gst/tmpl/gstmultidisksrc.sgml:
2746         * docs/gst/tmpl/gstmultifilesrc.sgml:
2747         * docs/gst/tmpl/gstpadtemplate.sgml:
2748         * docs/gst/tmpl/gstpipefilter.sgml:
2749         * docs/gst/tmpl/gstschedulerfactory.sgml:
2750         * docs/gst/tmpl/gstsearchfuncs.sgml:
2751         * docs/gst/tmpl/gstshaper.sgml:
2752         * docs/gst/tmpl/gstspider.sgml:
2753         * docs/gst/tmpl/gstspideridentity.sgml:
2754         * docs/gst/tmpl/gststatistics.sgml:
2755         * docs/gst/tmpl/gsttee.sgml:
2756         * docs/gst/tmpl/gsttimecache.sgml:
2757         * docs/gst/tmpl/gsttypefind.sgml:
2758         * docs/gst/tmpl/gsttypefindfactory.sgml:
2759         * docs/gst/tmpl/gstxmlregistry.sgml:
2760         * docs/gst/tmpl/gthread-cothreads.sgml:
2761         * docs/gst/tmpl/old/cothreads.sgml:
2762         * docs/gst/tmpl/old/cothreads_compat.sgml:
2763         * docs/gst/tmpl/old/gettext.sgml:
2764         * docs/gst/tmpl/old/gobject2gtk.sgml:
2765         * docs/gst/tmpl/old/grammar.tab.sgml:
2766         * docs/gst/tmpl/old/gst-i18n-app.sgml:
2767         * docs/gst/tmpl/old/gst-i18n-lib.sgml:
2768         * docs/gst/tmpl/old/gst_private.sgml:
2769         * docs/gst/tmpl/old/gstaggregator.sgml:
2770         * docs/gst/tmpl/old/gstarch.sgml:
2771         * docs/gst/tmpl/old/gstatomic_impl.sgml:
2772         * docs/gst/tmpl/old/gstbufferstore.sgml:
2773         * docs/gst/tmpl/old/gstdata_private.sgml:
2774         * docs/gst/tmpl/old/gstdisksink.sgml:
2775         * docs/gst/tmpl/old/gstdisksrc.sgml:
2776         * docs/gst/tmpl/old/gstelementfactory.sgml:
2777         * docs/gst/tmpl/old/gstextratypes.sgml:
2778         * docs/gst/tmpl/old/gstfakesink.sgml:
2779         * docs/gst/tmpl/old/gstfakesrc.sgml:
2780         * docs/gst/tmpl/old/gstfdsink.sgml:
2781         * docs/gst/tmpl/old/gstfdsrc.sgml:
2782         * docs/gst/tmpl/old/gstfilesink.sgml:
2783         * docs/gst/tmpl/old/gstfilesrc.sgml:
2784         * docs/gst/tmpl/old/gsthttpsrc.sgml:
2785         * docs/gst/tmpl/old/gstidentity.sgml:
2786         * docs/gst/tmpl/old/gstindexfactory.sgml:
2787         * docs/gst/tmpl/old/gstmarshal.sgml:
2788         * docs/gst/tmpl/old/gstmd5sink.sgml:
2789         * docs/gst/tmpl/old/gstmultidisksrc.sgml:
2790         * docs/gst/tmpl/old/gstmultifilesrc.sgml:
2791         * docs/gst/tmpl/old/gstpadtemplate.sgml:
2792         * docs/gst/tmpl/old/gstpipefilter.sgml:
2793         * docs/gst/tmpl/old/gstschedulerfactory.sgml:
2794         * docs/gst/tmpl/old/gstsearchfuncs.sgml:
2795         * docs/gst/tmpl/old/gstshaper.sgml:
2796         * docs/gst/tmpl/old/gstspider.sgml:
2797         * docs/gst/tmpl/old/gstspideridentity.sgml:
2798         * docs/gst/tmpl/old/gststatistics.sgml:
2799         * docs/gst/tmpl/old/gsttee.sgml:
2800         * docs/gst/tmpl/old/gsttimecache.sgml:
2801         * docs/gst/tmpl/old/gsttypefindfactory.sgml:
2802         * docs/gst/tmpl/old/gstxmlregistry.sgml:
2803         * docs/gst/tmpl/old/gthread-cothreads.sgml:
2804         * docs/gst/tmpl/old/types.sgml:
2805         * docs/gst/tmpl/types.sgml:
2807         Rename gsttypefind.[ch] back to gsttypefindelement.[ch], since
2808         gtkdoc-scan doesn't like files with the same name in different
2809         directories.
2810         * gst/elements/Makefile.am:
2811         * gst/elements/gstelements.c:
2812         * gst/elements/gsttypefind.c: 
2813         * gst/elements/gsttypefind.h:
2814         * gst/elements/gsttypefindelement.c:
2815         * gst/elements/gsttypefindelement.h:
2817 2004-04-28  David Schleef  <ds@schleef.org>
2819         A bunch of portability fixes, derived from Steve Lhomme's MSVC
2820         patch (bug #141317):
2821         * gst/gst-i18n-lib.h: Allow disabling gettext.
2822         * gst/gstatomic_impl.h: disable warning when it's dumb.
2823         * gst/gstclock.c: fix include
2824         * gst/gstcompat.h: fix variadic macro
2825         * gst/gstinfo.c: fix include
2826         * gst/gstmacros.h: add defines for inlines on MSVC
2827         * gst/gstplugin.c: fix includes
2828         * gst/gstregistry.c: fix includes
2829         * gst/gstregistry.h: use S_IREAD, etc., if S_IRUSR isn't defined
2830         * gst/gstsystemclock.c: fix include
2831         * gst/gsttrace.c: (gst_trace_new), (gst_trace_text_flush): use
2832         S_IREAD if S_IRUSR isn't defined.  fix use of non-portable functions
2833         * gst/registries/gstxmlregistry.c:
2834         (gst_xml_registry_parse_element_factory): fix use of non-portable
2835         functions
2836         * libs/gst/control/dparam.h: Remove trailing comma in enum definition
2837         * libs/gst/control/dparammanager.h: same
2839 2004-04-28  David Schleef  <ds@schleef.org>
2841         Move a bunch of unused files to old/ with names that are
2842         not case-insensitive-unique.  These files still contain some
2843         useful information that needs to be merged into gstbin.sgml,
2844         etc., so they shouldn't be deleted yet.
2845         * docs/gst/tmpl/GstBin.sgml:
2846         * docs/gst/tmpl/GstBuffer.sgml:
2847         * docs/gst/tmpl/GstCaps.sgml:
2848         * docs/gst/tmpl/GstClock.sgml:
2849         * docs/gst/tmpl/GstCompat.sgml:
2850         * docs/gst/tmpl/GstData.sgml:
2851         * docs/gst/tmpl/GstElement.sgml:
2852         * docs/gst/tmpl/GstEvent.sgml:
2853         * docs/gst/tmpl/GstIndex.sgml:
2854         * docs/gst/tmpl/GstStructure.sgml:
2855         * docs/gst/tmpl/GstTag.sgml:
2856         * docs/gst/tmpl/old/GstBin.sgml:
2857         * docs/gst/tmpl/old/GstBuffer.sgml:
2858         * docs/gst/tmpl/old/GstCaps.sgml:
2859         * docs/gst/tmpl/old/GstClock.sgml:
2860         * docs/gst/tmpl/old/GstCompat.sgml:
2861         * docs/gst/tmpl/old/GstData.sgml:
2862         * docs/gst/tmpl/old/GstElement.sgml:
2863         * docs/gst/tmpl/old/GstEvent.sgml:
2864         * docs/gst/tmpl/old/GstIndex.sgml:
2865         * docs/gst/tmpl/old/GstStructure.sgml:
2866         * docs/gst/tmpl/old/GstTag.sgml:
2868 2004-04-28  David Schleef  <ds@schleef.org>
2870         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
2871         (gst_caps_append), (gst_caps_append_structure),
2872         (gst_caps_get_size), (gst_caps_get_structure), (gst_caps_copy_1),
2873         (gst_caps_set_simple), (gst_caps_set_simple_valist),
2874         (gst_caps_is_any), (gst_caps_is_empty), (gst_caps_is_chained),
2875         (gst_caps_is_fixed), (gst_caps_is_always_compatible),
2876         (gst_caps_intersect), (gst_caps_normalize),
2877         (gst_caps_transform_to_string):  Patch from Tim-Philipp Müller
2878         to fix GST_CAPS() and GST_IS_CAPS(). (bug #141304)
2879         * gst/gstcaps.h: use GST_IS_CAPS().
2881 2004-04-26  David Schleef  <ds@schleef.org>
2883         * gst/gstcpu.c: (gst_cpuid_i386): Don't clobber ebx in inline
2884         assembly.  gcc doesn't handle it correctly. (bug #141083)
2885         * gst/gsttrashstack.h: same
2887 2004-04-25  Benjamin Otte  <otte@gnome.org>
2889         * gst/gstelement.c: (gst_element_change_state):
2890           fix assertion to do an int comparison
2892 2004-04-25  Benjamin Otte  <otte@gnome.org>
2894         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
2895           better debugging output on error
2897 2004-04-25  Benjamin Otte  <otte@gnome.org>
2899         * gst/gstcaps.c: (gst_caps_subtract):
2900           fix memleak
2902 2004-04-23  Benjamin Otte  <otte@gnome.org>
2904         * gst/gstvalue.c: (gst_value_compare_buffer),
2905         (_gst_value_initialize):
2906           add comparison function for buffers
2908 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2910         * docs/pwg/pwg.xml:
2911           Just found out that this so-called "ima-wav" format is really
2912           just "dvi adpcm" (according to the MS WAV documentation). So
2913           renaming it. We didn't use it yet anyway.
2915 2004-04-23  Benjamin Otte  <otte@gnome.org>
2917         * gst/gstcaps.c: (gst_caps_is_always_compatible):
2918           call gst_caps_is_subset
2920 2004-04-23  Benjamin Otte  <otte@gnome.org>
2922         * gst/gstcaps.c: (gst_caps_subtract), (gst_caps_is_equal), 
2923         (gst_caps_is_subset):
2924           add documentation
2926 2004-04-23  Benjamin Otte  <otte@gnome.org>
2927           
2928         * gst/gstcaps.c: (gst_caps_structure_subtract_field),
2929         (gst_caps_structure_subtract), (gst_caps_subtract),
2930         (gst_caps_structure_figure_out_union),
2931         (gst_caps_structure_simplify), (gst_caps_do_simplify):
2932           fix simplifying and subtracting not working correctly with optional
2933           properties
2934           solve assorted problems that make it now simplify ebven more
2935         * docs/gst/tmpl/gstcaps.sgml:
2936         * gst/gstcaps.h:
2937           make gst_caps_do_simplify return a bool to indicate if it simplified
2938         * testsuite/caps/simplify.c: (main):
2939           add more checks. The tests is quite a bit useless right now because
2940           the core is heavily simplifying itself.
2941         * testsuite/caps/caps.h:
2942           fix caps to contain all optional properties
2944 2004-04-22  Benjamin Otte  <otte@gnome.org>
2946         * docs/gst/tmpl/gstcaps.sgml:
2947         * docs/gst/tmpl/gstfilesrc.sgml:
2948         * docs/gst/tmpl/gststructure.sgml:
2949         * docs/gst/tmpl/gstvalue.sgml:
2950           update for recent API changes
2951         * gst/gstcaps.c: (gst_caps_do_simplify):
2952           fix to stop trying with a freed structure
2953         * gst/gstpad.c: (gst_pad_link_fixate):
2954           simplify caps
2955         * gst/gstpad.c: (gst_pad_template_get_caps_by_name):
2956           remove C++ comment
2957         * gst/gstpad.h:
2958           deprecate gst_pad_template_get_caps_by_name, it doesn't work anyway
2959         * gst/gststructure.c: (gst_structure_value_get_generic_type),
2960         (gst_structure_to_string):
2961           keep the correct type when using lists of ranges
2962         * gst/gstvalue.c: (gst_value_list_prepend_value),
2963         (gst_value_list_append_value):
2964           copy the value before adding to the list (d'oh)
2965         * gst/gstvalue.c: (gst_value_subtract_int_range_int),
2966         (gst_value_subtract_int_range_int_range):
2967           handle overflows correctly
2968         * gst/gstvalue.c: (gst_value_subtract_from_list):
2969           fix memleak
2970         * testsuite/caps/caps.h:
2971           add a caps that caused segfaults
2973 2004-04-22  Benjamin Otte  <otte@gnome.org>
2975         * testsuite/refcounting/pad.c: (main):
2976           fix test
2978 2004-04-22  Benjamin Otte  <otte@gnome.org>
2980         * gst/gstcaps.c: (gst_caps_subtract):
2981           allow subtracting ANY and EMPTY from ANY caps
2983 2004-04-22  Benjamin Otte  <otte@gnome.org>
2985         * gst/gstcaps.c: (gst_caps_append), (gst_caps_intersect),
2986         (gst_caps_union):
2987           only simplify in functions that create new caps. Simplifying in
2988           gst_caps_append breaks tests.
2990 2004-04-22  Benjamin Otte  <otte@gnome.org>
2992         * gst/gstcaps.c: (gst_caps_structure_simplify):
2993           unset GValue after use
2994         * gst/gstcaps.c: (gst_caps_append), 
2995         * gst/gstpad.c: (gst_pad_link_fixate), (gst_pad_template_new):
2996           use gst_caps_simplify (reduces registry size by 30%)
2997         * gst/gstpad.c: (gst_pad_template_new):
2998           don't allow NULL caps
3000 2004-04-22  Benjamin Otte  <otte@gnome.org>
3002         * docs/gst/gstreamer-sections.txt:
3003           add gst_caps_do_simplify
3004         * gst/gstcaps.c:
3005           add documentation for gst_caps_do_simplify
3006         * gst/gstvalue.h:
3007           fix typo in gst_value_register_subtract_func declaration for gst-doc
3009 2004-04-22  Benjamin Otte  <otte@gnome.org>
3011         * gst/gstcaps.c: (gst_caps_from_string_inplace):
3012           fix bug when converting from empty string.
3013         * gst/gstcaps.c: (gst_caps_new_any), (gst_caps_new_simple),
3014         (gst_caps_new_full_valist), (gst_caps_copy), (gst_caps_copy_1):
3015           use gst_caps_new_empty to allocate a new caps. Only that function
3016           allocates memory for caps now.
3017         * gst/gstcaps.c: (gst_caps_remove_and_get_structure),
3018         (gst_caps_remove_structure):
3019           add ability to remove one structure (but not to header yet)
3020         * gst/gstcaps.c: (gst_caps_compare_structures),
3021         (gst_caps_simplify), (gst_caps_structure_figure_out_union),
3022         (gst_caps_structure_simplify), (gst_caps_do_simplify),
3023         * gst/gstcaps.h:
3024           add gst_caps_do_simplify that tries to simplify a caps in place.
3025           Deprecate old gst_caps_simplify function.
3026         * testsuite/caps/caps.h:
3027           add caps.h containing a common set of caps to test against.
3028         * testsuite/caps/sets.c: (check_caps), (main):
3029           use it.
3030         * testsuite/caps/.cvsignore:
3031         * testsuite/caps/Makefile.am:
3032         * testsuite/caps/simplify.c: (check_caps), (main):
3033           add test to check correctness and efficency of caps simplification.
3035 2004-04-22  Sebastien Cote <sc5@hermes.usherb.ca>
3037         reviewed by Benjamin Otte  <otte@gnome.org>
3039         * gst/gstparse.c: (_gst_parse_escape):
3040           Free the GString used in _gst_parse_escape()
3042 2004-04-21  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3044         * gst/gstpad.c: (gst_pad_link_negotiate):
3045           refuse to link if the link is not possible
3046         * configure.ac:
3047         * testsuite/Makefile.am:
3048         * testsuite/negotiation/.cvsignore:
3049         * testsuite/negotiation/Makefile.am:
3050         * testsuite/negotiation/pad_link.c: (main):
3051           add test that checks the above behaviour
3053 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3055         * docs/gst/gstreamer-sections.txt:
3056           add newly added API
3058 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3060         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
3061         (gst_filesrc_get_mmap), (gst_filesrc_get_read), (gst_filesrc_get),
3062         (gst_filesrc_open_file), (gst_filesrc_close_file),
3063         (gst_filesrc_srcpad_query), (gst_filesrc_srcpad_event):
3064         * gst/elements/gstfilesrc.h:
3065           add support for non-regular files (#140734)
3067 2004-04-21  Benjamin Otte  <otte@gnome.org>
3069         * gst/gstpad.c: (gst_pad_link_fixate):
3070           add sophisticated error checking code to see if fixation functions
3071           did their fixation right
3073 2004-04-21  Benjamin Otte  <otte@gnome.org>
3075         * gst/gstcaps.c: (gst_caps_append), (gst_caps_union):
3076           check for ANY caps before appending/unioning
3077         * gst/gstcaps.c: (gst_caps_is_subset),
3078         (gst_caps_is_equal), (gst_caps_structure_subtract_field),
3079         (gst_caps_structure_subtract), (gst_caps_subtract):
3080         * gst/gstcaps.h:
3081           add gst_caps_is_equal, gst_caps_is_subset and gst_caps_subtract to
3082           the API. deprecate gst_caps_is_equal_fixed
3083         * gst/gstpad.c: (gst_pad_try_set_caps):
3084         * gst/gstqueue.c: (gst_queue_link):
3085           s/gst_caps_is_equal_fixed/gst_caps_is_equal/
3086         * gst/gststructure.c: (gst_structure_get_name_id):
3087         * gst/gststructure.h:
3088           add function gst_structure_get_name_id
3089         * gst/gstvalue.c: (gst_value_subtract_int_int_range),
3090         (gst_value_create_new_range), (gst_value_subtract_int_range_int),
3091         (gst_value_subtract_int_range_int_range),
3092         (gst_value_subtract_double_double_range),
3093         (gst_value_subtract_double_range_double),
3094         (gst_value_subtract_double_range_double_range),
3095         (gst_value_subtract_from_list), (gst_value_subtract_list),
3096         (gst_value_can_intersect), (gst_value_subtract),
3097         (gst_value_can_subtract), (gst_value_register_subtract_func),
3098         (_gst_value_initialize):
3099         * gst/gstvalue.h:
3100           add support for subtracting values from each other. Note that
3101           subtracting means subtracting as in set theory. Required for caps
3102           stuff above.
3103         * testsuite/caps/.cvsignore:
3104         * testsuite/caps/Makefile.am:
3105         * testsuite/caps/erathostenes.c: (erathostenes), (main):
3106         * testsuite/caps/sets.c: (check_caps), (main):
3107         * testsuite/caps/subtract.c: (check_caps), (main):
3108           add tests for subtraction and equality code.
3110 2004-04-20  David Schleef  <ds@schleef.org>
3112         * gst/autoplug/Makefile.am:  Fix some little buglets in last checkin.
3113         * gst/indexers/Makefile.am:
3114         * gst/schedulers/Makefile.am:
3115         * libs/gst/bytestream/Makefile.am:
3116         * libs/gst/control/Makefile.am:
3117         * libs/gst/getbits/Makefile.am:
3119 2004-04-20  David Schleef  <ds@schleef.org>
3121         * common/as-libtool.mak: Fine-tune DLL building.
3122         * configure.ac: Link plugins against libgstreamer.  Define plugindir
3123         (like gst-plugins)
3124         * examples/plugins/Makefile.am: remove plugindir
3125         * gst/autoplug/Makefile.am: DLL building fixes
3126         * gst/elements/Makefile.am: DLL building fixes.  Disable pipefilter on
3127         Windows.
3128         * gst/elements/gstelements.c: Conditionally disable pipefilter.
3129         * gst/indexers/Makefile.am: DLL building fixes
3130         * gst/schedulers/Makefile.am: DLL building fixes.
3131         * libs/gst/bytestream/Makefile.am: DLL building fixes.
3132         * libs/gst/control/Makefile.am: same
3133         * libs/gst/getbits/Makefile.am: same
3134         * testsuite/Makefile.am: New dlopen directory
3135         * testsuite/dlopen/Makefile.am: Tests to check if libgstreamer works
3136         when dlopened.
3137         * testsuite/dlopen/dlopen_gst.c: (main): same
3138         * testsuite/dlopen/loadgst.c: (do_test): same
3140 2004-04-20  David Schleef  <ds@schleef.org>
3142         * gst/parse/grammar.y:  Apply patch from Sebastien Cote
3143         <sc5@hermes.usherb.ca> to fix a memleak. (bug #140594)
3145 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3147         * gst/gstelement.c: (gst_element_wait),
3148         (gst_element_set_time_delay), (gst_element_change_state):
3149           Use GST_TIME_*
3151 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3153         * gst/autoplug/gstspider.c: (gst_spider_link_sometimes),
3154         (gst_spider_identity_plug):
3155           improve debugging messages
3156         * gst/gstbin.c: (gst_bin_remove_func):
3157           make sure the state_change function is only called with simple state
3158           transitions
3160 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3162         * gst/elements/gstfakesink.c: (gst_fakesink_state_error_get_type),
3163         (gst_fakesink_set_property), (gst_fakesink_chain):
3164         * gst/elements/gstfakesrc.c: (gst_fakesrc_set_property):
3165         * gst/elements/gstfdsrc.c: (gst_fdsrc_set_property):
3166         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property):
3167         * gst/elements/gstidentity.c: (gst_identity_chain),
3168         (gst_identity_set_property):
3169         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_set_property):
3170         * gst/elements/gstpipefilter.c: (gst_pipefilter_set_property):
3171           add warnings to _set_property for unknown arguments
3172           use GST_TIME_FORMAT/GST_TIME_ARGS for timestamp printing
3174 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3176         * Makefile.am:
3177         * docs/manuals.mak:
3178           add .po file download snippet
3179           fix a bug in the doc makefile
3181 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3183         * Makefile.am:
3184         * po/LINGUAS:
3185         * po/en_GB.po:
3186           Added en_GB translation (Gareth Owen)
3188 2004-04-20  Johan Dahlin  <johan@gnome.org>
3190         * gst/gstpad.c (_invent_event): Clean up
3192 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3194         * testsuite/caps/filtercaps.c: (main):
3195           fix test to test things correctly (caps are complicated)
3197 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3199         * testsuite/caps/Makefile.am:
3200         * testsuite/caps/filtercaps.c: (main):
3201           add test (that doesn't work right now, but should)
3203 2004-04-19  David Schleef  <ds@schleef.org>
3205         * configure.ac: Add test for allowing unaligned access.  Add define
3206         to put in gstconfig.h.
3207         * docs/gst/gstreamer-sections.txt: New symbols
3208         * docs/gst/tmpl/gstcompat.sgml: Check in changes made by gtkdoc
3209         * docs/gst/tmpl/gstfilesrc.sgml:
3210         * docs/gst/tmpl/gstparse.sgml:
3211         * docs/gst/tmpl/gsttypes.sgml:
3212         * docs/gst/tmpl/gstutils.sgml:
3213         * docs/gst/tmpl/gstvalue.sgml:
3214         * gst/gstconfig.h.in: Add GST_HAVE_UNALIGNED_ACCESS
3215         * gst/gstutils.h: Add macros for unaligned memory access.  Useful
3216         on most !i386/!powerpc architectures.  From Daniel Gazard
3217         <daniel.gazard@free.fr>.  (bug #140156)
3218         * po/af.po: Check in changes made by gettext.
3219         * po/az.po:
3220         * po/fr.po:
3221         * po/nl.po:
3222         * po/sr.po:
3223         * po/sv.po:
3225 2004-04-20  Benjamin Otte  <otte@gnome.org>
3227         * gst/schedulers/entryscheduler.c: 
3228         (gst_entry_scheduler_yield):
3229           refuse to yield when decoupled elements insist on doing that.
3230           At least it's better than crashing
3232 2004-04-19  David Schleef  <ds@schleef.org>
3234         * docs/libs/Makefile.am: Change sinclude to include
3235         * docs/gst/Makefile.am: same
3236         * pkgconfig/Makefile.am:  Remove GNU-ism from makefile target
3238 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3240         * po/LINGUAS:
3241         * po/uk.po:
3242           Added Ukrainian translation (Maxim V. Dziumanenko)
3244 2004-04-19  Johan Dahlin  <johan@gnome.org>
3246         * gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
3247         checking here, do it before calling the function.
3248         Clean up, use for loops instead of while loops while iterating
3249         over lists.
3251         * gst/autoplug/gstspider.c (gst_spider_request_new_pad): Fix typo
3252         in debug message.
3253         (gst_spider_create_and_plug): Improve debug message.
3254         General: Replace while loops which iterates over GLists with for
3255         loops. Which are much cleaner, improves readability, especially
3256         for gst_spider_identity_plug
3258         * gst/gstpad.c (_invent_event): Fix parameters to warning macros,
3259         fixes bug 140477
3261 2004-04-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3263         * po/LINGUAS:
3264         * po/tr.po:
3265           Added Turkish translation (Baris Cicek)
3267 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3269         * docs/faq/troubleshooting.xml:
3270           Mention gst-register in the FAQ (fixes 139045).
3272 2004-04-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3274         * docs/gst/gstreamer-sections.txt:
3276 2004-04-17  Benjamin Otte  <otte@gnome.org>
3278         * gst/gstelement.c: (gst_element_dispose):
3279           simplify
3280         * gst/gstpad.c: (gst_pad_call_chain_function):
3281           don't create loads of events due to bad macro usage
3283 2004-04-16  David Schleef  <ds@schleef.org>
3285         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
3286         * gst/gstpad.c: (_gst_pad_default_fixate_foreach):
3287         * gst/gstvalue.c: (gst_value_serialize_buffer),
3288         (gst_value_deserialize_buffer), (gst_type_is_fixed),
3289         (_gst_value_initialize): Create a new function gst_type_is_fixed()
3290         to indicate types that are fixed wrt caps or not.  Switching to
3291         this function fixes (bug #140298).
3292         * gst/gstvalue.h:
3294 2004-04-16  David Schleef  <ds@schleef.org>
3296         * common/m4/gst-arch.m4:  Implmenent a whitelist and blacklist
3297         for GST_UNALIGNED_ACESS, since we essentially know which archs
3298         are ok.
3300 2004-04-17  Benjamin Otte  <otte@gnome.org>
3302         * docs/gst/Makefile.am:
3303           ignore gst/parse directory when building docs (fixes #140205)
3305 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3307         * testsuite/refcounting/mem.c: (vmsize):
3308           do error checking
3310 2004-04-16  Johan Dahlin  <johan@gnome.org>
3312         * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
3313         and gst_pad_call_get_function.
3315 2004-04-15  David Schleef  <ds@schleef.org>
3317         * common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
3318         checks if we can access unaligned memory.
3319         * configure.ac: Use it.
3321 2004-04-16  Benjamin Otte  <otte@gnome.org>
3323         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
3324         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
3325         * gst/elements/gstfilesrc.h:
3326           s/seek_happened/need_discont/ and require discont before sending any
3327           data
3329 2004-04-15  David Schleef  <ds@schleef.org>
3331         * gst/gstvalue.c: (gst_value_serialize_buffer),
3332         (gst_value_deserialize_buffer), (_gst_value_initialize):
3333         Register these types as fundamental types. (bug #140015)
3335 2004-04-16  Benjamin Otte  <otte@gnome.org>
3337         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
3338         (gst_pad_link_free), (gst_pad_link_try), (_invent_event),
3339         (gst_pad_pull):
3340           implement enforcing discont events before buffers are passed. This
3341           allows state changes of only some elements and later correctly going
3342           on where they left off (or in short: you can now set audio sinks to
3343           NULL to release the device when the pipeline is paused)
3344         * gst/gstpad.c: (gst_pad_call_chain_function),
3345         (gst_pad_call_get_function):
3346         * gst/gstpad.h:
3347           add gst_pad_call_chain_function and gst_pad_call_get_function for
3348           scheduler interaction. They are required because of the changes
3349           above.
3350         * gst/schedulers/entryscheduler.c: (get_buffer),
3351         (gst_entry_scheduler_chain_wrapper),
3352         (gst_entry_scheduler_get_wrapper),
3353         (gst_entry_scheduler_state_transition),
3354         (gst_entry_scheduler_pad_link):
3355         * gst/schedulers/gstbasicscheduler.c:
3356         (gst_basic_scheduler_chain_wrapper),
3357         (gst_basic_scheduler_src_wrapper),
3358         (gst_basic_scheduler_chainhandler_proxy),
3359         (gst_basic_scheduler_gethandler_proxy),
3360         (gst_basic_scheduler_cothreaded_chain),
3361         (gst_basic_scheduler_chain_elements):
3362         * gst/schedulers/gstoptimalscheduler.c:
3363         (get_group_schedule_function), (pad_clear_queued),
3364         (gst_opt_scheduler_pad_link):
3365           use the new functions instead of calling get/chain-functions
3366           directly.
3368 2004-04-15  David Schleef  <ds@schleef.org>
3370         * docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
3371         * docs/gst/tmpl/gstinfo.sgml: same
3372         * docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
3373         gtk-doc put here.
3374         * gst/gstutils.h: Remove the \ that was confusing gtk-doc.
3375         * examples/queue/queue.c: (main):  We iterate pipelines, not
3376         bins.  (bug #139996)
3378 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3380         * docs/pwg/advanced-types.xml:
3381           Add MS RLE support. Also document Qt RLE although I have no sample
3382           files for that yet. And document an extra property for ADPCM.
3384 2004-04-15  David Schleef  <ds@schleef.org>
3386         * gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
3387         (_gst_plugin_fault_handler_setup):  Disable more stuff on
3388         Windows.
3390 2004-04-15  David Schleef  <ds@schleef.org>
3392         * gst/gstinfo.c: (_gst_debug_init): Change some internal
3393         symbol names to not conflict with new gstinfo.h symbols.
3394         * gst/gstinfo.h: Add inline functions for all those crazy
3395         compilers that don't know how to handle variadic macros (MSVC).
3397 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3399         * configure.ac: bump nano to 1
3401 === release 0.8.1 ===
3403 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3405         * NEWS:
3406         * RELEASE:
3407         * configure.ac:
3408           releasing 0.8.1, "Snow Brigade"
3410 2004-04-14  David Schleef  <ds@schleef.org>
3412         * testsuite/Makefile.am: define tests_ignore
3413         * testsuite/Rules: Added new tests_ignore, which get compiled,
3414         but not run (generally because they're inconsistent or have
3415         heisenbugs).  Now we can ensure all the .c files compile in
3416         testsuite/.
3417         * testsuite/bins/Makefile.am: define tests_ignore
3418         * testsuite/bytestream/Makefile.am:
3419         * testsuite/caps/Makefile.am:
3420         * testsuite/clock/Makefile.am:
3421         * testsuite/debug/Makefile.am:
3422         * testsuite/debug/global.c: (gst_debug_log_one),
3423         (gst_debug_log_two): Fix compilation problem.
3424         * testsuite/dynparams/Makefile.am:
3425         * testsuite/elements/Makefile.am:
3426         * testsuite/ghostpads/Makefile.am:
3427         * testsuite/indexers/Makefile.am:
3428         * testsuite/parse/Makefile.am:
3429         * testsuite/plugin/Makefile.am:
3430         * testsuite/refcounting/Makefile.am:
3431         * testsuite/refcounting/element_pad.c: (main): Don't return leak
3432         results, because it's not calculated correctly.
3433         * testsuite/refcounting/pad.c: (main): same
3434         * testsuite/states/Makefile.am:
3435         * testsuite/tags/Makefile.am:
3436         * testsuite/threads/Makefile.am:
3438 2004-04-14  David Schleef  <ds@schleef.org>
3440         * gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
3441         generating bad code around the cpu detection asm code.
3443 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3445         * tools/gst-inspect.c: (print_element_info):
3446           print numeric version of rank as well, since we added some - 1
3447           rank values to elements
3449 2004-04-13  David Schleef  <ds@schleef.org>
3451         * configure.ac:  Disable various code when compiling for MinGW.
3452         * gst/elements/Makefile.am:
3453         * gst/elements/gstelements.c:
3454         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
3455         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
3456         * gst/registries/gstxmlregistry.c: (make_dir):
3458 2004-04-13  David Schleef  <ds@schleef.org>
3460         * gst/Makefile.am:
3461         * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
3462         assembly.
3463         * gst/gstcpuid_i386.s: remove
3465 2004-04-13  David Schleef  <ds@schleef.org>
3467         * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
3468         seems to think it needs to be done.
3469         * docs/gst/tmpl/gstfakesink.sgml:
3470         * docs/gst/tmpl/gstfakesrc.sgml:
3471         * docs/gst/tmpl/gstfdsink.sgml:
3472         * docs/gst/tmpl/gstfdsrc.sgml:
3473         * docs/gst/tmpl/gstfilesink.sgml:
3474         * docs/gst/tmpl/gstfilesrc.sgml:
3475         * docs/gst/tmpl/gstidentity.sgml:
3476         * docs/gst/tmpl/gstmd5sink.sgml:
3477         * docs/gst/tmpl/gstmultifilesrc.sgml:
3478         * docs/gst/tmpl/gstpipefilter.sgml:
3479         * docs/gst/tmpl/gstshaper.sgml:
3480         * docs/gst/tmpl/gstspider.sgml:
3481         * docs/gst/tmpl/gstspideridentity.sgml:
3482         * docs/gst/tmpl/gststatistics.sgml:
3483         * docs/gst/tmpl/gsttee.sgml:
3484         * docs/gst/tmpl/gsttypefind.sgml:
3485         * docs/gst/tmpl/gstutils.sgml:
3487 2004-04-13  David Schleef  <ds@schleef.org>
3489         * configure.ac: Changes to remove POSIXisms (mmap in this case)
3490         and to build DLLs on Windows.
3491         * gst/Makefile.am:
3492         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
3493         (gst_filesrc_open_file):
3494         * gst/schedulers/Makefile.am:
3496 2004-04-13  David Schleef  <ds@schleef.org>
3498         * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
3499         (gst_caps_structure_fixate_field_nearest_double):  Fix bug in
3500         fixating lists.
3502 2004-04-12  David Schleef  <ds@schleef.org>
3504         * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
3505         (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
3506         to using it.
3507         * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
3508         * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
3509         * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
3510         * gst/gststructure.c: (gst_structure_set_valist),
3511         (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
3512         support for buffers.
3513         * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
3514         intended to be const.
3515         * gst/gsttag.h: same
3516         * gst/gstvalue.c: (gst_value_serialize_buffer),
3517         (gst_value_deserialize_buffer), (_gst_value_initialize):  Add code
3518         to (de)serialize buffers.
3519         * testsuite/caps/Makefile.am:  Add a bit of buffer testing
3520         * testsuite/caps/string-conversions.c: (main):
3521         * testsuite/caps/value_serialize.c: add new test
3523 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3525         * docs/pwg/advanced-types.xml:
3526           Document MS video 1 (video/x-msvideocodec) mimetype/format.
3528 2004-04-11  Benjamin Otte  <otte@gnome.org>
3530         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
3531           rename categories to basic_*
3532         * gst/schedulers/gstbasicscheduler.c: 
3533         (gst_basic_scheduler_chain_wrapper),
3534         (gst_basic_scheduler_chainhandler_proxy),
3535         (gst_basic_scheduler_gethandler_proxy),
3536         (gst_basic_scheduler_eventhandler_proxy):
3537           debugging category fixes - put common stuff in log category
3538         * gst/schedulers/gstbasicscheduler.c: 
3539         (gst_basic_scheduler_chain_elements):
3540           dirty fix: call gst_basic_scheduler_cothreaded_chain when already
3541           active and linking two active chains
3543 2004-04-10  Benjamin Otte  <otte@gnome.org>
3545         * docs/pwg/intro-preface.xml:
3546           fix dead links and remove reference to Wiki
3548 2004-04-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3550         * gst/schedulers/gstbasicscheduler.c:
3551           make sure we can switch back to the main function if we're still in
3552           the main function (supposed to fix #139617)
3553         * gst/schedulers/gthread-cothreads.h:
3554           don't throw an error when switching to the same cothread
3556 2004-04-09  Benjamin Otte  <otte@gnome.org>
3558         * gst/gstbin.c: (gst_bin_get_type):
3559         * gst/gstclock.c: (gst_clock_get_type):
3560         * gst/gstindex.c: (gst_index_get_type):
3561         * gst/gstobject.c: (gst_object_get_type),
3562         (gst_signal_object_get_type):
3563         * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
3564         (gst_pad_template_get_type), (gst_ghost_pad_get_type):
3565         * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
3566         * gst/gstqueue.c: (gst_queue_get_type):
3567         * gst/gstregistry.c: (gst_registry_get_type):
3568         * gst/gstsystemclock.c: (gst_system_clock_get_type):
3569         * gst/gstthread.c: (gst_thread_get_type):
3570           don't use memchunks for these objects, use malloc instead
3572 2004-04-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3574         * docs/gst/.cvsignore:
3575         * docs/gst/Makefile.am:
3576         * docs/gst/gstreamer-sections.txt:
3577         * docs/gst/tmpl/gstaggregator.sgml:
3578         * docs/gst/tmpl/gstbuffer.sgml:
3579         * docs/gst/tmpl/gstclock.sgml:
3580         * docs/gst/tmpl/gstelement.sgml:
3581         * docs/gst/tmpl/gstfakesink.sgml:
3582         * docs/gst/tmpl/gstfakesrc.sgml:
3583         * docs/gst/tmpl/gstfdsink.sgml:
3584         * docs/gst/tmpl/gstfdsrc.sgml:
3585         * docs/gst/tmpl/gstfilesink.sgml:
3586         * docs/gst/tmpl/gstfilesrc.sgml:
3587         * docs/gst/tmpl/gstidentity.sgml:
3588         * docs/gst/tmpl/gstindex.sgml:
3589         * docs/gst/tmpl/gstinfo.sgml:
3590         * docs/gst/tmpl/gstmd5sink.sgml:
3591         * docs/gst/tmpl/gstmultifilesrc.sgml:
3592         * docs/gst/tmpl/gstpad.sgml:
3593         * docs/gst/tmpl/gstpipefilter.sgml:
3594         * docs/gst/tmpl/gstpipeline.sgml:
3595         * docs/gst/tmpl/gstpluginfeature.sgml:
3596         * docs/gst/tmpl/gstqueue.sgml:
3597         * docs/gst/tmpl/gstregistry.sgml:
3598         * docs/gst/tmpl/gstscheduler.sgml:
3599         * docs/gst/tmpl/gstshaper.sgml:
3600         * docs/gst/tmpl/gstspider.sgml:
3601         * docs/gst/tmpl/gstspideridentity.sgml:
3602         * docs/gst/tmpl/gststatistics.sgml:
3603         * docs/gst/tmpl/gstsystemclock.sgml:
3604         * docs/gst/tmpl/gsttee.sgml:
3605         * docs/gst/tmpl/gstthread.sgml:
3606         * docs/gst/tmpl/gsttypefind.sgml:
3607         * docs/gst/tmpl/gstutils.sgml:
3608           further doc build fixes
3610 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3612         * docs/gst/Makefile.am:
3613           make docs exit on scanning problems
3614           fix nonsrcdir build issues
3615         * docs/gst/gstreamer-sections.txt:
3616           adding stuff from -unused
3617         * gst/gstqueue.h:
3618           create GstQueueSize
3619         * gst/schedulers/cothreads_compat.h:
3620           fix cothread warnings
3622 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3624         * docs/gst/gstreamer-sections.txt:
3625           remove defines deprecated by Benjamin
3627 2004-04-07  Benjamin Otte  <otte@gnome.org>
3629         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
3630           when the buffer is complete, don't check if other buffers are needed
3631         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
3632           check that the offset is >0 so we don't try to read before the
3633           beginning of the file
3634         * gst/gstpad.c: (gst_pad_set_pad_template):
3635           sink the template, so we don't end up with 130k pad templates
3637 2004-04-06  Benjamin Otte  <otte@gnome.org>
3639         * gst/autoplug/gstspider.c: (gst_spider_link_add):
3640           don't ref the element, adding already reffed it. And we didn't unref
3641           it later anyway... (huge memleak when you used many spider elements)
3642         * gst/gstelement.c: (gst_element_base_class_finalize):
3643         * gst/gstelementfactory.c: (gst_element_factory_cleanup),
3644         (gst_element_register):
3645         * gst/gsturi.c: (gst_element_make_from_uri):
3646           use gst_object_(un)ref instead of g_object(un)ref
3648 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3650         * gst/gstbuffer.h:
3651           remove macro that wouldn't work anymore because struct member has
3652           been removed.
3653         * gst/schedulers/entryscheduler.c: (schedule_forward):
3654           fix segfault for unconnected pads
3655         
3656 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3658         reviewed by David Schleef <ds@schleef.org>
3660         * gst/gstinfo.h:
3661           *_FORMAT modifiers should require putting a % in front of them for
3662           consistency reasons.
3664 2004-04-05  Colin Walters  <walters@redhat.com>
3666         * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
3667         space.
3669 2004-04-05  Benjamin Otte  <otte@gnome.org>
3671         * configure.ac:
3672         * gst/Makefile.am:
3673         * gst/gst_private.h:
3674         * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
3675           add support for detecting if GStreamer runs inside valgrind.
3676           requires valgrind (d'oh) and --enable-debug for correct cdetection.
3677           print a big message in valgrind that GStreamer has detected it's
3678           running inside and might now use different code.
3679         * gst/gstmemchunk.c: (populate), (free_area),
3680         (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
3681         (gst_mem_chunk_free):
3682           flag memchunks for valgrind, so it can detect leaking of chunks.
3683           This allows detecting leaks of GstBuffer and GstEvent correctly
3684           inside valgrind.
3686 2004-04-05  David Schleef  <ds@schleef.org>
3688         * gst/gsttrace.h:  Fix #ifdef nesting (bug #139109) Patch from
3689           jensgr@gmx.net (Jens Granseuer)
3691 2004-04-05  David Schleef  <ds@schleef.org>
3693         * gst/gstbuffer.c: (_gst_buffer_sub_free),
3694         (gst_buffer_default_free), (gst_buffer_default_copy),
3695         (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
3696         (gst_buffer_new), (gst_buffer_create_sub):  Allocate GstBuffer
3697         structures in one place.
3699 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3701         * gst/gstinfo.h: adding Ronald's timestamp debugging defines
3702           (GST_TIME_FORMAT, GST_TIME_ARGS)
3704 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3706         * testsuite/elements/Makefile.am:
3707           disable test until it stops breaking make distcheck
3709 2004-04-05  Johan Dahlin  <johan@gnome.org>
3711         * po/sv.po: Updated translation
3713 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3715         * gst/gstplugin.c: (gst_plugin_load_file):
3716           fix segfault for when original plugin was loaded statically
3718 2004-04-05  Benjamin Otte  <otte@gnome.org>
3720         * testsuite/debug/category.c: (main):
3721         * testsuite/debug/commandline.c: (main):
3722         * testsuite/debug/output.c: (main):
3723           fix tests to work again with debugging enabled
3725 2004-04-05  Benjamin Otte  <otte@gnome.org>
3727         * gst/schedulers/gstbasicscheduler.c:
3728         (gst_basic_scheduler_pad_link):
3729           fix to work with recent scheduling changes
3731 2004-04-05  Benjamin Otte  <otte@gnome.org>
3733         * gst/schedulers/entryscheduler.c: (some functions, dunno which,
3734         prepareChangeLog doesn't work when cvs indents):
3735           don't throw an error when no element can be scheduled, there's too
3736           many weird reasons why it doesn't work. Return STOPPED instead.
3737           decoupled elemts' schedulability doesn't depend on bufpens.
3739 2004-04-04  Benjamin Otte  <otte@gnome.org>
3741         * gst/schedulers/gstbasicscheduler.c:
3742         (gst_basic_scheduler_pad_select):
3743           fix uninitialized variable warnings
3745 2004-04-04  Benjamin Otte  <otte@gnome.org>
3747         * gst/gstpad.c: (gst_pad_collect_valist):
3748           fix uninitialized variable warning
3749         * gst/schedulers/entryscheduler.c: (schedule_forward):
3750           fix shadowed variable
3752 2004-04-04  Benjamin Otte  <otte@gnome.org>
3754         * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
3755         (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
3756         (gst_pad_select):
3757         * gst/gstpad.h:
3758         * gst/gstscheduler.c: (gst_scheduler_pad_select),
3759         (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
3760         * gst/gstscheduler.h:
3761           implement gst_pad_collect as replacement for gst_pad_select.
3762           deprecate gst_pad_select and gst_scheduler_(un)lock_element
3763           add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
3764           new pad_select, lock and unlock calls.
3765         * gst/cothreads.c: (cothread_destroy), (cothread_switch):
3766         * gst/cothreads.h:
3767         * gst/schedulers/cothreads_compat.h:
3768         * gst/schedulers/gthread-cothreads.h:
3769           remove unused cothread_lock and cothread_unlock calls
3770         * gst/schedulers/entryscheduler.c:
3771         (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
3772         (_can_schedule_loop), (gst_entry_scheduler_get_handler),
3773         (gst_entry_scheduler_pad_select):
3774           update to new API
3775         * gst/schedulers/gstbasicscheduler.c:
3776         (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
3777         (gst_basic_scheduler_pad_select):
3778           remove useless lock and unlock calls, update pad_select to new API
3779           (untested)
3780         * gst/schedulers/gstoptimalscheduler.c:
3781         (gst_opt_scheduler_class_init):
3782           remove useless select, lock and unlock function calls
3783         * gst/elements/gstaggregator.c: (gst_aggregator_loop):
3784           use gst_pad_collect instead of gst_pad_select
3786 2004-04-04  Benjamin Otte  <otte@gnome.org>
3788         * gst/schedulers/entryscheduler.c: (_can_schedule_get),
3789         (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
3790         (schedule_next_element), (print_entry):
3791           add can_schedule_pad to handle element states.
3792           add schedule_forward to select the correct entry to schedule next
3794 2004-04-03  Benjamin Otte  <otte@gnome.org>
3796         * gst/schedulers/entryscheduler.c: 
3797           remove unused variable, fix error inside Rb, fix compile warning in
3798           unreachable code
3800 2004-04-03  Benjamin Otte  <otte@gnome.org>
3802         * gst/schedulers/entryscheduler.c:
3803           completely revamp the inner workings, so it's a lot easier to
3804           understand and extend
3806 2004-04-03  Andy Wingo  <wingo@pobox.com>
3808         * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
3809         Rename ->group1 and ->group2 to ->src and ->sink, respectively.
3810         This allows better introspection of pipeline topology.
3811         (add_to_chain): Don't do trickery to put loop elements first;
3812         rather, queue a chain sort by marking the chain as dirty.
3813         (remove_from_chain): Mark the chain dirty.
3814         (sort_chain): New function. Sorts the group list so that terminal
3815         sinks are first. This means elements on the sink side will be
3816         preferentially sscheduled before elements on the src side of the
3817         pipeline.
3818         (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
3819         (schedule_chain): If the chain is marked DIRTY, call sort_chain.
3820         (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
3821         (group_inc_link): Change argument and variable names to match the
3822         new link structure member names (src and sink).
3823         (group_dec_link): Add some description
3825 2004-04-03  Benjamin Otte  <otte@gnome.org>
3827         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
3828         * gst/gstinfo.h:
3829         * testsuite/debug/category.c: (main):
3830         * testsuite/debug/commandline.c: (main):
3831         * testsuite/debug/output.c: (main):
3832         * testsuite/debug/printf_extension.c: (main):
3833           fix to successfully build and test with --disable-gst-debug
3834           configure switch (fixes #138705)
3836 2004-04-03  Benjamin Otte  <otte@gnome.org>
3838         * docs/pwg/building-boiler.xml:
3839           add cvs login line and s/anonymous/anoncvs/
3841 2004-04-03  Tim-Phillip Müller  <t.i.m@zen.co.uk>
3843         reviewed by Benjamin Otte  <otte@gnome.org>
3845         * gst/gststructure.c: (gst_structure_free):
3846           memleak fix: free fields array (partial fix for #134839)
3848 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3850         * docs/random/ds/0.9-suggested-changes:
3851           Add a note to change handoff use in fakesrc to be usable in
3852           a more generic way (fakesrc should be renamed to appsrc or so).
3853         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
3854           Change signal type to scope, so we can fill the buffer in the
3855           handoff handler (that's the whole use of this signal...).
3857 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3859         * docs/pwg/other-ntoone.xml:
3860           Document muxers and n-to-1 elements.
3862 2004-04-01  Martin Soto  <martinsoto@users.sourceforge.net>
3864         * gst/registries/gstxmlregistry.c
3865         (gst_xml_registry_rebuild_recurse): Fix the algorithm to
3866         determine if a file is a G_MODULE. The old one discards paths
3867         containing "so" somewhere in the middle. My home directory is
3868         called "soto". Go figure...
3870 2004-03-31  David Schleef  <ds@schleef.org>
3872         * gst/gstbuffer.c: (gst_buffer_join):  Add function gst_buffer_join()
3873         to eventually deprecate gst_buffer_merge().  (bug: #136408)
3874         * gst/gstbuffer.h:
3876 2004-03-31  David Schleef  <ds@schleef.org>
3878         * gst/gstvalue.c: (gst_value_union_int_int_range),
3879         (gst_value_union_int_range_int_range), (gst_value_can_union),
3880         (gst_value_union), (_gst_value_initialize):  Add some union
3881         implementations.  We didn't have any previously.
3882         * testsuite/caps/Makefile.am:
3883         * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
3884         (gst_audioscale_getcaps), (test_caps), (main): A little test
3885         that is the same as the caps manipulation in audioscale.
3887 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3889         * docs/faq/general.xml:
3890           add entry about "does gst support format X?"
3892 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3894         * gst/gstthread.c:
3895           fix docs
3896         * gst/gstutils.h:
3897           fix GST_BOILERPLATE_FULL to not throw casting errors on C++
3899 2004-03-30  Benjamin Otte  <otte@gnome.org>
3901         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
3902           set the offset of the buffer to the requested offset
3903         * gst/elements/gsttypefind.c: (stop_typefinding):
3904           revert patch 1.18 (which I unfortunately don't know the reason for).
3905           This is needed to allow downstream elements to seek. Otherwise
3906           typefind might overwrite a previous seek by downstream elements.
3907           This lead to errors with id3tag and typefind on some mp3s.
3908         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
3909         (gst_entry_scheduler_iterate):
3910           be more verbose when debugging
3912 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3914         * gst/gstcaps.c: (gst_caps_from_string_inplace):
3915           make sure we don't get NULL strings
3917 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3919         * gst/gstcaps.c:
3920         * gst/gstelement.c:
3921         * gst/gstelementfactory.c: (gst_element_factory_get_type):
3922         * gst/gstindex.c: (gst_index_resolver_get_type),
3923         (gst_index_get_type), (gst_index_factory_get_type):
3924         * gst/gstinfo.c:
3925         * gst/gstpad.c:
3926         * gst/gstplugin.c:
3927         * gst/gsturi.c: (gst_uri_handler_get_type):
3928         * gst/gstvalue.c:
3929           first batch of documentation fixes
3931 2004-03-29  David Schleef  <ds@schleef.org>
3933         * docs/gst/Makefile.am:  Disable a bunch of headers from being scanned
3934         * docs/gst/gstreamer-docs.sgml:  More hacking
3935         * docs/gst/gstreamer-sections.txt:
3936         * docs/gst/tmpl/cothreads_compat.sgml:
3937         * docs/gst/tmpl/gstcaps.sgml:
3938         * docs/gst/tmpl/gstclock.sgml:
3939         * docs/gst/tmpl/gstelement.sgml:
3940         * docs/gst/tmpl/gstevent.sgml:
3941         * docs/gst/tmpl/gstpad.sgml:
3942         * docs/gst/tmpl/gstutils.sgml:
3943         * docs/gst/tmpl/gstxml.sgml:
3944         * docs/gst/tmpl/gthread-cothreads.sgml:
3945         * docs/random/ds/0.9-suggested-changes:
3946         * gst/elements/gstfakesink.h: doc fixes
3947         * gst/elements/gstfakesrc.h: doc fixes
3948         * gst/gstcaps.c: doc fixes
3949         * gst/gstcaps.h: doc fixes
3950         * gst/gstelement.c: doc fixes
3951         * gst/gstelement.h: doc fixes
3952         * gst/gstindex.c: doc fixes
3953         * gst/gstinfo.c: doc fixes
3954         * gst/gstpad.c: doc fixes
3955         * gst/gstpad.h: doc fixes
3956         * gst/gstplugin.c: doc fixes
3957         * gst/gsttypefind.h: doc fixes
3958         * gst/gsturi.c: doc fixes
3959         * gst/gstvalue.c: doc fixes
3961 2004-03-29  Colin Walters  <walters@redhat.com>
3963         * gst/registries/gstxmlregistry.c (get_time)
3964         (plugin_times_older_than_recurse):
3965         Use the result of stat to determine whether a path is a file,
3966         so we don't attempt to opendir() files.
3968 2004-03-29  Benjamin Otte  <otte@gnome.org>
3970         * gst/gstpad.c: (gst_pad_set_explicit_caps):
3971           print caps in debugging output when setting caps failed
3972         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
3973         (schedule_next_element), (get_buffer), (run_chainhandler),
3974         (element_may_start), (gst_entry_scheduler_chain_handler),
3975         (gst_entry_scheduler_get_handler),
3976         (gst_entry_scheduler_state_transition),
3977         (gst_entry_scheduler_pad_link):
3978           make this scheduler a testcase for mandatory
3979           discont-before-first-buffer which is needed if we want to allow apps
3980           to release the sound device.
3981           add SCHED_ASSERT macro to print scheduler state before an assertion
3982           triggers.
3984 2004-03-29  Benjamin Otte  <otte@gnome.org>
3986         * COPYING:
3987           replace by LGPL (former COPYING.LIB). The core is completely
3988           licensed LGPL.
3989         * COPYING.LIB:
3990           remove
3992 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3994         * po/af.po:
3995         * po/sv.po:
3996           updated Afrikaans and Swedish
3998 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4000         * po/LINGUAS:
4001         * po/az.po:
4002           adding Azerbaijani (Mətin Əmirov)
4004 2004-03-28  Martin Soto  <martinsoto@users.sourceforge.net>
4006         * gst/gstelement.h: 
4007         * gst/gstelement.c (gst_element_set_time_delay): New function for
4008         setting element time taking into account a hardware buffering
4009         delay.
4010         (gst_element_set_time): Now just an invocation of
4011         gst_element_set_time_delay.
4012         * gst/gstclock.h: 
4013         * gst/gstclock.c (gst_clock_get_event_time_delay): New function
4014         allowing to set event times in the future.
4015         (gst_clock_get_event_time): Now just an invocation of
4016         gst_clock_get_event_time_delay.
4018 2004-03-28  Benjamin Otte  <otte@gnome.org>
4020         * gst/gstbin.c: (gst_bin_set_element_sched),
4021         (gst_bin_unset_element_sched):
4022           don't add decoupled elements to schedulers - otherwise it's
4023           impossible to control if a link to a decoupled element was already
4024           removed from a scheduler or not.
4025         * gst/schedulers/cothreads_compat.h:
4026         * gst/schedulers/gthread-cothreads.h:
4027           add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
4028           is no "unused" warning.
4029         * gst/schedulers/Makefile.am:
4030         * gst/schedulers/entryscheduler.c:
4031           add new scheduler, based on ideas from talking to David and Martin.
4032           It's supposed to be small and correct. Currently it's also slow (but
4033           it's not noticable)
4034         * examples/retag/retag.c: (main):
4035         * testsuite/bytestream/test1.c: (main):
4036           fix missing NULLs at end of variadic functions
4037         * testsuite/elements/.cvsignore:
4038           update
4040 2004-03-28  Jan Schmidt  <thaytan@mad.scientist.com>
4042         * gst/gstevent.h:
4043         Added GST_EVENT_ANY for GstEvents that pass a GstStructure
4045 2004-03-25  David Schleef  <ds@schleef.org>
4047         * docs/gst/gstreamer-sections.txt:  More doc hacking.
4048         * docs/gst/tmpl/gstaggregator.sgml:
4049         * docs/gst/tmpl/gstautoplugfactory.sgml:
4050         * docs/gst/tmpl/gstbin.sgml:
4051         * docs/gst/tmpl/gstbuffer.sgml:
4052         * docs/gst/tmpl/gstbufferstore.sgml:
4053         * docs/gst/tmpl/gstfakesink.sgml:
4054         * docs/gst/tmpl/gstfakesrc.sgml:
4055         * docs/gst/tmpl/gstmd5sink.sgml:
4056         * docs/gst/tmpl/gstreamer-unused.sgml:
4057         * docs/gst/tmpl/gstsearchfuncs.sgml:
4058         * docs/gst/tmpl/gstshaper.sgml:
4059         * docs/gst/tmpl/gstspider.sgml:
4060         * docs/gst/tmpl/gsttee.sgml:
4061         * docs/gst/tmpl/gstutils.sgml:
4062         * docs/gst/tmpl/gstvalue.sgml:
4063         * docs/gst/tmpl/gstxml.sgml:
4064         * gst/Makefile.am:  Remove gstthreaddummy.c.  It never worked,
4065         and we don't support it.
4066         * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
4067         (gst_use_threads), (gst_has_threads): same
4068         * gst/gstthreaddummy.c: same
4069         * gst/autoplug/gstspider.c: Make gst_spider_details static.
4070         * gst/autoplug/gstspider.h: same
4071         * gst/elements/gstaggregator.h: Remove bogus function from header
4072         * gst/elements/gstfakesink.h: same
4073         * gst/elements/gstfakesrc.h: same
4074         * gst/elements/gstmd5sink.h: same
4075         * gst/elements/gstshaper.h: same
4076         * gst/elements/gsttee.h: same
4077         * gst/gstbin.c: doc fixes
4078         * gst/gstbin.h: Remove unused definition.
4079         * gst/gstbuffer.c: doc fixes
4080         * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
4081         * gst/gstfilter.c: doc fixes
4082         * gst/gsttag.c: doc fixes
4083         * gst/gstvalue.c: doc fixes
4085 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4087         * docs/pwg/advanced-types.xml:
4088           Document typefinding.
4089         * docs/pwg/other-oneton.xml:
4090           Document one-to-n elements, demuxers and parsers.
4092 2004-03-25  Tim-Philipp Müller <t.i.m@zen.co.uk>
4094         reviewed by: David Schleef  <ds@schleef.org>
4096         * configure.ac: Check bison version (bug #127838)
4098 2004-03-25  David Schleef  <ds@schleef.org>
4100         * docs/gst/gstreamer-docs.sgml: More fine tuning.
4101         * docs/gst/gstreamer-sections.txt:
4102         * docs/gst/tmpl/gstautoplug.sgml:
4103         * docs/gst/tmpl/gststaticautoplug.sgml:
4104         * docs/gst/tmpl/gststaticautoplugrender.sgml:
4105         * docs/gst/tmpl/gstutils.sgml:
4106         * docs/gst/tmpl/gstxml.sgml:
4108 2004-03-24  David Schleef  <ds@schleef.org>
4110         * docs/gst/gstreamer-docs.sgml:  I got tired of the reference
4111         manual being such complete crap, that I decided to do major
4112         hacking of it.  This checkin replaces any fine tuning that
4113         may have been done previously, with the benefit of actually
4114         being complete for much of the API that was changed since
4115         0.6.  Further fine tuning will occur shortly.  (bug #134721)
4116         * docs/gst/gstreamer-sections.txt:
4117         * docs/gst/tmpl/GstBin.sgml:
4118         * docs/gst/tmpl/GstBuffer.sgml:
4119         * docs/gst/tmpl/GstCaps.sgml:
4120         * docs/gst/tmpl/GstClock.sgml:
4121         * docs/gst/tmpl/GstCompat.sgml:
4122         * docs/gst/tmpl/GstData.sgml:
4123         * docs/gst/tmpl/GstElement.sgml:
4124         * docs/gst/tmpl/GstEvent.sgml:
4125         * docs/gst/tmpl/GstIndex.sgml:
4126         * docs/gst/tmpl/GstStructure.sgml:
4127         * docs/gst/tmpl/GstTag.sgml:
4128         * docs/gst/tmpl/cothreads.sgml:
4129         * docs/gst/tmpl/cothreads_compat.sgml:
4130         * docs/gst/tmpl/gettext.sgml:
4131         * docs/gst/tmpl/grammar.tab.sgml:
4132         * docs/gst/tmpl/gst-i18n-app.sgml:
4133         * docs/gst/tmpl/gst-i18n-lib.sgml:
4134         * docs/gst/tmpl/gst.sgml:
4135         * docs/gst/tmpl/gst_private.sgml:
4136         * docs/gst/tmpl/gstaggregator.sgml:
4137         * docs/gst/tmpl/gstarch.sgml:
4138         * docs/gst/tmpl/gstatomic.sgml:
4139         * docs/gst/tmpl/gstatomic_impl.sgml:
4140         * docs/gst/tmpl/gstbin.sgml:
4141         * docs/gst/tmpl/gstbuffer.sgml:
4142         * docs/gst/tmpl/gstbufferstore.sgml:
4143         * docs/gst/tmpl/gstcaps.sgml:
4144         * docs/gst/tmpl/gstclock.sgml:
4145         * docs/gst/tmpl/gstcompat.sgml:
4146         * docs/gst/tmpl/gstconfig.sgml:
4147         * docs/gst/tmpl/gstcpu.sgml:
4148         * docs/gst/tmpl/gstdata.sgml:
4149         * docs/gst/tmpl/gstdata_private.sgml:
4150         * docs/gst/tmpl/gstelement.sgml:
4151         * docs/gst/tmpl/gstenumtypes.sgml:
4152         * docs/gst/tmpl/gsterror.sgml:
4153         * docs/gst/tmpl/gstevent.sgml:
4154         * docs/gst/tmpl/gstfakesink.sgml:
4155         * docs/gst/tmpl/gstfakesrc.sgml:
4156         * docs/gst/tmpl/gstfilesink.sgml:
4157         * docs/gst/tmpl/gstfilter.sgml:
4158         * docs/gst/tmpl/gstindex.sgml:
4159         * docs/gst/tmpl/gstinfo.sgml:
4160         * docs/gst/tmpl/gstinterface.sgml:
4161         * docs/gst/tmpl/gstlog.sgml:
4162         * docs/gst/tmpl/gstmacros.sgml:
4163         * docs/gst/tmpl/gstmarshal.sgml:
4164         * docs/gst/tmpl/gstmd5sink.sgml:
4165         * docs/gst/tmpl/gstmultifilesrc.sgml:
4166         * docs/gst/tmpl/gstobject.sgml:
4167         * docs/gst/tmpl/gstpad.sgml:
4168         * docs/gst/tmpl/gstparse.sgml:
4169         * docs/gst/tmpl/gstpipeline.sgml:
4170         * docs/gst/tmpl/gstplugin.sgml:
4171         * docs/gst/tmpl/gstpluginfeature.sgml:
4172         * docs/gst/tmpl/gstqueue.sgml:
4173         * docs/gst/tmpl/gstreamer-unused.sgml:
4174         * docs/gst/tmpl/gstregistry.sgml:
4175         * docs/gst/tmpl/gstregistrypool.sgml:
4176         * docs/gst/tmpl/gstscheduler.sgml:
4177         * docs/gst/tmpl/gstsearchfuncs.sgml:
4178         * docs/gst/tmpl/gstshaper.sgml:
4179         * docs/gst/tmpl/gstspider.sgml:
4180         * docs/gst/tmpl/gstspideridentity.sgml:
4181         * docs/gst/tmpl/gststructure.sgml:
4182         * docs/gst/tmpl/gstsystemclock.sgml:
4183         * docs/gst/tmpl/gsttag.sgml:
4184         * docs/gst/tmpl/gsttaginterface.sgml:
4185         * docs/gst/tmpl/gsttee.sgml:
4186         * docs/gst/tmpl/gstthread.sgml:
4187         * docs/gst/tmpl/gsttrace.sgml:
4188         * docs/gst/tmpl/gsttrashstack.sgml:
4189         * docs/gst/tmpl/gsttypefind.sgml:
4190         * docs/gst/tmpl/gsttypes.sgml:
4191         * docs/gst/tmpl/gsturi.sgml:
4192         * docs/gst/tmpl/gsturitype.sgml:
4193         * docs/gst/tmpl/gstutils.sgml:
4194         * docs/gst/tmpl/gstvalue.sgml:
4195         * docs/gst/tmpl/gstversion.sgml:
4196         * docs/gst/tmpl/gstxml.sgml:
4197         * docs/gst/tmpl/gstxmlregistry.sgml:
4198         * docs/gst/tmpl/gthread-cothreads.sgml:
4199         * docs/gst/tmpl/types.sgml:
4201 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4203         * docs/pwg/other-sink.xml:
4204         * docs/pwg/other-source.xml:
4205           Documentation on how to write source and sink elements. Other
4206           stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
4207           manager, autoplugger) are all still pending.
4209 2004-03-25  Benjamin Otte  <otte@gnome.org>
4211         * testsuite/elements/Makefile.am:
4212         * testsuite/elements/gst-compprep-check:
4213           add check to make sure gst-compprep works
4214         * testsuite/elements/gst-inspect-check.in:
4215           improve initialization output
4216         * testsuite/Makefile.am:
4217         * testsuite/gst-inspect-check:
4218           remove old file
4220 2004-03-24  David Schleef  <ds@schleef.org>
4222         * testsuite/elements/Makefile.am:
4223         * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
4224         to the testsuite.
4226 2004-03-24  Benjamin Otte  <otte@gnome.org>
4228         * libs/gst/control/dparam.c: (gst_dparam_attach),
4229         (gst_dparam_detach):
4230         * libs/gst/control/dparammanager.c: (gst_dpman_init):
4231           fix lvalue casts for real
4233 2004-03-24  Benjamin Otte  <otte@gnome.org>
4235         * gst/schedulers/gstbasicscheduler.c:
4236         (gst_basic_scheduler_src_wrapper):
4237         * gst/schedulers/gstoptimalscheduler.c:
4238         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
4239         (pad_clear_queued), (gst_opt_scheduler_add_element),
4240         (gst_opt_scheduler_remove_element):
4241           fix GStreamer to not have issues with lvalue casts anymore (fixes
4242           #136841)
4244 2004-03-24  Benjamin Otte  <otte@gnome.org>
4246         * gst/gstelement.c:
4247           add documentation about a gobject quirk where the object hasn't the
4248           correct class pointer set on initialization
4249         * gst/schedulers/gstbasicscheduler.c:
4250         (gst_basic_scheduler_src_wrapper):
4251           make sure to not run into an infinite loop
4253 2004-03-22  Benjamin Otte  <otte@gnome.org>
4255         * gst/gstutils.c: (gst_util_dump_mem):
4256         * gst/gstutils.h:
4257           first argument of gst_util_dump_mem should be const
4259 2004-03-22  Johan Dahlin  <johan@gnome.org>
4261         * gst/gstvalue.h: Clean up a little bit.
4263 2004-03-21  Tim-Philipp Müller <t.i.m@zen.co.uk>
4265         reviewed by Benjamin Otte  <otte@gnome.org>
4267         * gst/autoplug/gstspider.c: (gst_spider_dispose):
4268         * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
4269         (gst_aggregator_class_init), (gst_aggregator_init):
4270         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
4271         (gst_filesrc_dispose), (gst_filesrc_set_location):
4272         * gst/elements/gstidentity.c: (gst_identity_finalize),
4273         (gst_identity_class_init), (gst_identity_chain):
4274         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
4275         * gst/elements/gststatistics.c: (gst_statistics_finalize),
4276         (gst_statistics_class_init):
4277         * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
4278         (gst_tee_get_property):
4279           clean up used memory in this elements correctly on teardown (closes
4280           #137279)
4282 2004-03-20  Colin Walters  <walters@redhat.com>
4284         * gst/registries/gstxmlregistry.c:
4285         (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
4286         registry saving atomic.
4288 2004-03-20  Colin Walters  <walters@redhat.com>
4290         * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
4291         Just use
4292         access() instead of actually creating and deleting files.
4294 2004-03-18  David Schleef  <ds@schleef.org>
4296         * configure.ac:  Remove HAVE_ATOMIC_H test, since it's unused.
4297         (bug #137625)
4299 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4301         * po/sv.po: updated translation (Christian Rose)
4303 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4305         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
4306         (gst_filesink_get_query_types), (_do_init),
4307         (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
4308           return FALSE silently
4309         * po/af.po: updated translation (Petri Jooste)
4311 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4313         * Makefile.am:
4314         * configure.ac:
4315           dist common properly
4316         * po/af.po:
4317         * po/fr.po:
4318         * po/nl.po:
4319         * po/sr.po:
4320         * po/sv.po:
4321           refreshing translations
4323 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4325         * po/LINGUAS:
4326         * po/sv.po:
4327         * po/af.po:
4328           adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
4330 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4332         * Makefile.am: use common/release.mak
4334 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4336         * docs/faq/gst-uninstalled:
4337           adding gst-monkeysaudio to the list of possible plugin dirs
4339 2004-03-16  David Schleef  <ds@schleef.org>
4341         * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
4342         (gst_init_check_with_popt_table):  Fix some gettext strings to
4343         make them easier to translate.  Required making the strings
4344         non-const.
4346 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4348         * configure.ac: bump nano to 1
4350 === release 0.8.0 ===
4352 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4354         * configure.ac: release 0.8.0, "Executive Slacks"
4356 2004-03-16  Johan Dahlin  <johan@gnome.org>
4358         * gst/schedulers/gstoptimalscheduler.c
4359         (gst_opt_scheduler_pad_unlink): Remove double ;,
4360         spotted by Scott Wheeler
4362 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4364         * configure.ac: bump libtool version
4366 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4368         * gst/gstcaps.h:
4369         * gst/gststructure.h:
4370           add reserved padding
4372 2004-03-15  Benjamin Otte  <otte@gnome.org>
4374         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
4375           set the first parameter for select call correctly.
4376           (fixes #137230)
4378 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4380         * *.c,*.h: don't mix tabs and spaces
4382 2004-03-15  Johan Dahlin  <johan@gnome.org>
4384         * gst/schedulers/gstoptimalscheduler.c
4385         (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
4386         crash on MPEG playback. My boolean arithmetic is a bit rusty.
4388         * tools/Makefile.am (EXTRA_DIST): Add gst-indent
4389         
4390 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4392         * testsuite/Rules:
4393           fix gst-register rules
4395 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4397         * testsuite/Rules:
4398           use versioned gst-register
4400 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4402         * docs/libs/gstreamer-libs-sections.txt:
4403           remove </SUBSECTION>
4404         * gst/gstplugin.c:
4405         * gst/gstregistry.c: (gst_registry_add_plugin):
4406         * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
4407         (gst_xml_registry_open_func), (gst_xml_registry_close_func):
4408           add debugging and fix some comment blocks
4410 2004-03-15  Johan Dahlin  <johan@gnome.org>
4412         * *.h: Revert indent changes.
4413         
4414 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4416         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
4417           g_error_free the g_error
4418         * tools/gst-feedback-m.m:
4419           check for other versions of gstreamer
4420         * tools/gst-indent:
4421           use sh, not bash
4423 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4425         * tools/gst-register.c: do not spill paths when registries are not
4426           writable, until we fix the "user running gst-register" case.
4428 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4430         * *.c, *.h: commit of gst-indent run on core
4432 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4434         * tools/gst-indent:
4435         * tools/Makefile.am:
4436           add our indentation style as a script
4438 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4440         * po/sr.po:
4441         * po/LINGUAS:
4442           added Serbian translation
4444 2004-03-13  Benjamin Otte  <otte@gnome.org>
4446         * gst/gstelement.c:
4447           add documentation note about gst_element_found_tags_for_pad not
4448           being usable in getfunctions. (see #137042)
4450 2004-03-12  David Schleef  <ds@schleef.org>
4452         * gst/gstcaps.h: jdahlin, what are you smoking?  We can't just
4453         change API right now!  Readd gst_caps_is_simple() macro.
4454         * gst/gstelement.c: (gst_element_base_class_finalize): Fix
4455         uninitialized variable.  I'd bet this caused crashes.
4456         * gst/gstinfo.c: (gst_debug_print_object):  Fix 64-bit cleanliness.
4458 2004-03-12  Johan Dahlin  <johan@gnome.org>
4460         * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
4461         * gst/gstcaps.h: Clean up
4463         * gst/gst.c (init_post): call gst_caps_get_type() instead of
4464         _gst_caps_initalize()
4466         * gst/gstcaps.c: Style fixes, stay closer to glib and friends
4467         (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
4469         * gst/gststructure.c (gst_structure_get_type): Ditto
4471         * gst/gststructure.h: Ditto
4472         
4473 2004-03-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4475         * gst/gstqueue.c: (gst_queue_init):
4476           Reset default max. values in queues. Reason is simply to avoid
4477           braindead use. If you want wider values, use the properties. The
4478           default is supposed to always work. Wider values would make this
4479           beast a memory hog by default (250 full-PAL RGB32 video frames?
4480           That's 440 MB! No thank you).
4482 2004-03-10  David Schleef  <ds@schleef.org>
4484         * tools/gst-run.c: (main):  Fix crash when no relevant tools
4485         were found.  (bug #136793)
4487 2004-03-10  Johan Dahlin  <johan@gnome.org>
4489         * gst/schedulers/gstoptimalscheduler.c
4490         (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
4491         links to elements within the same group, so we can finally remove
4492         that annoying warning. Refactor the code a little bit
4493         (group_dec_links_for_element): Split out
4495 2004-03-09  David Schleef  <ds@schleef.org>
4497         * docs/manual/dparams-app.xml:  Fix to handle double dparams.
4498         (bug #134863)
4500 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4502         * configure.ac: first bug fix due to major/minor bump
4504 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4506         * configure.ac: bump nano to 1
4508 === release 0.7.6 ===
4510 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4512         * NEWS:
4513         * RELEASE:
4514         * configure.ac:
4515           releasing 0.7.6, "Almost"
4516         * po/fr.po:
4517         * po/nl.po:
4518         * tools/Makefile.am:
4519         * tools/gst-feedback-m.m:
4520           unversioned source
4522 2004-03-09  Johan Dahlin  <johan@gnome.org>
4524         Reviewed by: Thomas Vander Stichele
4526         * gst/gstelement.c (gst_element_class_init): register second
4527         parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
4528         language bindings can (de)marshall correctly.
4530         * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
4532         * gst/gsterror.c (gst_g_error_get_type): New function
4534         * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
4535         with VOID:OBJECT,OBJECT,STRING 
4537 2004-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
4539         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
4540         Free a leaked g_timer on early returns.
4542 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4544         * docs/pwg/advanced-types.xml:
4545           Add cinepak description.
4547 2004-03-07  David Schleef  <ds@schleef.org>
4549         * docs/random/mimetypes:  Added cinepak description
4551 2004-03-07  Andy Wingo  <wingo@pobox.com>
4553         * gst/gstbin.c (gst_bin_remove): Debugging fixes.
4555         * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
4556         there are no links to other groups when a group is destroyed.
4557         (gst_opt_scheduler_pad_unlink): If the unlink means an element is
4558         removed from a group, make sure the link count to elements linked
4559         to other pads is appropriately decremented. This really fixes
4560         #135672.
4562         The 1.60->1.61 patch has been reapplied in light of this fix.
4564         * gst/gstelement.c (gst_element_dispose): Really protect against
4565         multiple invocations this time.
4567 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4569         * docs/gst/gstreamer-sections.txt:
4570         * docs/gst/tmpl/gsttag.sgml:
4571           remove some deprecated functions, document some existing ones
4572         * gst/gsttag.c: (gst_tag_get_flag):
4573         * gst/gsttag.h:
4574           add accessor function
4576 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4578         * docs/gst/gstreamer-sections.txt:
4579         * docs/gst/tmpl/gsttag.sgml:
4580         * docs/gst/tmpl/gstxml.sgml:
4581         * gst/gsttag.c: (gst_tag_get_flag):
4582         * gst/gsttag.h:
4584 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
4586         * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
4587         leak
4589 2004-03-05  David Schleef  <ds@schleef.org>
4591         * REQUIREMENTS: Add bison and flex.
4592         * configure.ac: Fix comment about bison.
4593         * docs/random/ds/0.9-suggested-changes: yer ma
4594         * tools/gst-inspect.c: (print_element_info):  Fix warning.
4596 2004-03-05  Benjamin Otte  <otte@gnome.org>
4598         * gst/gstelement.c: (gst_element_error_full):
4599           revert recent recursive state changing commit - messing with other
4600           elements' states is evil and should be done by apps only.
4602 2004-03-05  Benjamin Otte  <otte@gnome.org>
4604         * gst/gstelement.c: (gst_element_get_compatible_pad_template):
4605           check for empty intersection instead of NULL caps
4606         (gst_element_get_compatible_pad_filtered):
4607           remove old workaround that is only a bug nowadays
4609 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4611         * gst/gstelement.c: (gst_element_error_full):
4612           make elements try to recursively change state to PAUSED on all
4613           parents after an error to suppress ensuing warnings
4614         * gst/parse/grammar.y:
4615           make it check if it was able to sync the state, and throw an error
4616           if not, so stuff like
4617           oggdemux ! vorbisdec ! osssink gets caught
4619 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4621         * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
4622           it contains lib64; use AS_AC_EXPAND to handle it properly
4624 2004-03-05  David Schleef  <ds@schleef.org>
4626         * gst/gstcpuid_i386.s:  Remove unused code
4627         * libs/gst/getbits/getbits.c: (gst_getbits_init),
4628         (gst_getbits_newbuf): Remove MMX code
4629         * libs/gst/getbits/getbits.h: Remove MMX code
4631 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
4633         * debian/.cvsignore:
4634         * debian/README.Debian:
4635         * debian/changelog:
4636         * debian/control:
4637         * debian/control.in:
4638         * debian/copyright:
4639         * debian/gstreamer-core-libs-dev.files:
4640         * debian/gstreamer-core-libs.files:
4641         * debian/gstreamer-core.files:
4642         * debian/gstreamer-core.postinst:
4643         * debian/gstreamer-core.postrm:
4644         * debian/gstreamer-doc.files:
4645         * debian/gstreamer-doc.links:
4646         * debian/gstreamer-doc.lintian:
4647         * debian/gstreamer-runtime.files:
4648         * debian/gstreamer-runtime.manpages:
4649         * debian/gstreamer-runtime.postinst:
4650         * debian/gstreamer-runtime.postrm:
4651         * debian/gstreamer-tools.files:
4652         * debian/gstreamer-tools.manpages:
4653         * debian/libgstreamer-dev.files:
4654         * debian/libgstreamer0.4.1.files:
4655         * debian/libgstreamerVERSION.files:
4656         * debian/rules:
4657         Debian package info not maintained here.
4659 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4661         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
4662         * gst/gstbin.c: (gst_bin_class_init):
4663         * gst/gstelement.c: (gst_element_class_init):
4664         * gst/gstindex.c: (gst_index_class_init):
4665         * gst/gstobject.c: (gst_object_class_init),
4666         (gst_signal_object_class_init):
4667         * gst/gstpad.c: (gst_pad_template_class_init):
4668         * gst/gstregistry.c: (gst_registry_class_init):
4669         * gst/gsturi.c: (gst_uri_handler_base_init):
4670         * gst/gstxml.c: (gst_xml_class_init):
4671         * libs/gst/control/dparam.c: (gst_dparam_class_init):
4672         * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
4673           make all signal names use dashes instead of underscore
4675 2004-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4677         * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
4679 2004-03-03  Benjamin Otte  <otte@gnome.org>
4681         * gst/schedulers/gstoptimalscheduler.c:
4682           revert last commit by Andy Wingo. It causes segfaults on unreffing
4683           in Rhythmbox. (see bug #135672)
4685 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
4687         * po/fr.po: fix typo
4689 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
4691         * tools/gst-inspect.c: (main): 
4692         * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
4694 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4696         * configure.ac:
4697           get GLIB_ONLY and POPT flags for the nonversioned binaries
4698         * tools/Makefile.am:
4699           use them
4701 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4703         * gst/gst.c: (init_post):
4704           change so that GST_REGISTRY now is where the global registry gets
4705           saved, since that is where plugins now get attached to first, and
4706           spilled over to the user registry.  Note that in the case of using
4707           GST_REGISTRY env var, we don't want to affect any real registries
4708           beyond the one given by this var, and thus we don't set a user
4709           registry to spill to.  So make sure GST_REGISTRY is writable.
4711 2004-03-01  David Schleef  <ds@schleef.org>
4713         * AUTHORS:  Added some names.  Add yourself if you're missing.
4715 2004-03-01  David Schleef  <ds@schleef.org>
4717         * MAINTAINERS: Add
4719 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4721         * configure.ac:
4722           remove whitespace
4723         * docs/gst/tmpl/gstbuffer.sgml:
4724         * docs/gst/tmpl/gstdata.sgml:
4725         * docs/gst/tmpl/gstreamer-unused.sgml:
4726         * docs/gst/tmpl/gstxml.sgml:
4727           doc update
4728         * docs/manuals.mak:
4729           add a FIXME
4730         * docs/pwg/intro-preface.xml:
4731         * docs/pwg/pwg.xml:
4732           remove GNOME
4733         * gst/gst.c: (init_post):
4734           try GST_PLUGIN_PATH paths for the _global_registry first
4735         * gst/gstelement.h:
4736           add the error message as well, otherwise (null) debug info doesn't
4737           make much sense
4738         * tools/gst-register.c: (main):
4739           spill paths to next registry if this registry is not writable
4740         * po/fr.po:
4741         * po/nl.po:
4742           translation updates
4744 2004-03-01  Johan Dahlin  <johan@gnome.org>
4746         * gst/gstbuffer.c (_gst_buffer_initialize): 
4747         * gst/gstdata.c (gst_data_get_type): 
4748         * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
4749         instead of ref, since some applications that uses GBoxed
4750         routines depends on a function that actually returns a copy.
4752 2004-02-27  Benjamin Otte  <otte@gnome.org>
4754         * gst/gstbuffer.h:
4755           remove gst_buffer_free, use gst_data_unref
4756         * gst/gstdata.c: (gst_data_get_type):
4757           use refcounting in GstData GBoxed registration
4758         * gst/gstdata.h:
4759           remove gst_data_free, use gst_data_unref
4761 2004-02-27  Johan Dahlin  <johan@gnome.org>
4763         * gst/gstdata.c (gst_data_get_type): New function, register
4764         GstData as a GBoxed type.
4766         * gst/gstdata.h (GST_TYPE_DATA): New macro
4768 2004-02-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4770         * Makefile.am:
4771         * gstreamer.spec.in:
4772           put back RELEASE
4773         * gst/Makefile.am:
4774           clean up non-disting of built files
4775         * testsuite/debug/commandline.c:
4776           test fix for option rename
4778 2004-02-26  David Schleef  <ds@schleef.org>
4780         * configure.ac:  We don't really need glib-2.3.  Also remove
4781         some unneeded checks for library functions.
4782         * gst/Makefile.am:  Instead, we need to not dist files created
4783         by glib-genmarshal.
4785 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4787         * configure.ac:
4788           bump glib required version to 2.3.0 for g_value_takes_boxed
4790  2004-02-25  Christian Fredrik Kalager Schaller <uraeus@gnome.org>
4792         * common/m4/gst-docs.m4
4793         change flavour text from enable to disable as enable is our default
4794         closes bug Bug 135304
4796 === release 0.7.5 ===
4797  
4798  2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4799  
4800         * NEWS:
4801           instate NEWS file
4802         * Makefile.am:
4803         * gstreamer.spec.in:
4804         * RELEASE:
4805           put back release
4806         * configure.ac:
4807         * docs/random/release:
4808           more updates
4810 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4812         * gst/gsttag.c: (_gst_tag_initialize):
4813         * po/fr.po:
4814         * po/nl.po:
4815           remove hyphen from codec tags
4817 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4819         * gst/parse/Makefile.am:
4820           fix dependency so that a make from a clean build works the first
4821           time
4823 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4825         * docs/random/release:
4826           update release strategy
4827         * po/fr.po:
4828           auto-update po file
4829         * po/nl.po:
4830           update dutch translation
4832 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4834         * docs/manual/debugging.xml:
4835         fix manual for new debugging system
4837 2004-02-25  Andy Wingo  <wingo@pobox.com>
4839         * gst/gstpad.c (gst_pad_link_prepare): Re-add
4840         gst_pad_link_prepare. Please email the list with specific reasons
4841         for reverting.
4843 2004-02-24  Andy Wingo  <wingo@pobox.com>
4845         * gst/gstelement.c (gst_element_dispose): Protect against multiple
4846         invocations.
4848         * gst/schedulers/gstoptimalscheduler.c:
4849         I added a mess of prototypes at the top of the file by way of
4850         documentation. Some of the operations on chains and groups were
4851         re-organized.
4853         (create_group): Added a type argument so if the group is enabled,
4854         the setup_group_scheduler knows what to do.
4855         (group_elements): Added a type argument here, too, to be passed on
4856         to create_group.
4857         (group_element_set_enabled): If an unlinked PLAYING element is
4858         added to a bin, we have to create a new group to hold the element,
4859         and this function will be called before the group is added to the
4860         chain. Thus we have a valid case for group->chain==NULL. Instead
4861         of calling chain_group_set_enabled, just set the flag on the group
4862         (the chain's status will be set when the group is added to it).
4863         (gst_opt_scheduler_state_transition, chain_group_set_enabled):
4864         Setup the group scheduler when the group is enabled, not
4865         specifically when an element goes PAUSED->PLAYING. This means
4866         PLAYING elements can be added, linked, and scheduled into a
4867         PLAYING pipeline, as was intended.
4868         (add_to_group): Don't ref the group twice. I don't know when this
4869         double-ref got in here. Removing it has the potential to cause
4870         segfaults if other parts of the scheduler are buggy. If you find
4871         that the scheduler is segfaulting for you, put in an extra ref
4872         here and see if that hacks over the underlying issue. Of course,
4873         then find out what code is unreffing a group it doesn't own...
4874         (create_group): Make the extra refcount floating, and remove it
4875         after adding the element. This means that...
4876         (unref_group): Destroy when the refcount reaches 0, not 1, like
4877         every other refcounted object in the known universe.
4878         (remove_from_group): When a group becomes empty, set it to be not
4879         active, and remove it from its chain. Don't unref it again,
4880         there's no floating reference any more.
4881         (destroy_group): We have to remove the group from the chain in
4882         remove_from_group (rather than here) to break refcounting cycles
4883         (the chain always has a ref on the group). So assert that
4884         group->chain==NULL.
4885         (ref_group_by_count): Removed, it was commented out anyway.
4886         (merge_chains): Use the remove_from_chain and add_to_chain
4887         primitives to do the reparenting, instead of rolling our own
4888         implementation.
4889         (add_to_chain): The first non-disabled group in the chain's group
4890         list will be the entry point for the chain. Because buffers can
4891         accumulate in loop elements' peer bufpens, we preferentially
4892         schedule loop groups before get groups to avoid unnecessary
4893         execution of get-based groups when the bufpens are already full.
4894         (gst_opt_scheduler_schedule_run_queue): Debug fixes.
4895         (get_group_schedule_function): Ditto.
4896         (loop_group_schedule_function): Ditto.
4897         (gst_opt_scheduler_loop_wrapper): Ditto.
4898         (gst_opt_scheduler_iterate): Ditto.
4900         I understand the opt scheduler now, yippee!
4902         * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
4903         (gst_pad_get_name, gst_pad_set_chain_function) 
4904         (gst_pad_set_get_function, gst_pad_set_event_function) 
4905         (gst_pad_set_event_mask_function, gst_pad_get_event_masks) 
4906         (gst_pad_get_event_masks_default, gst_pad_set_convert_function) 
4907         (gst_pad_set_query_function, gst_pad_get_query_types) 
4908         (gst_pad_get_query_types_default) 
4909         (gst_pad_set_internal_link_function) 
4910         (gst_pad_set_formats_function, gst_pad_set_link_function) 
4911         (gst_pad_set_fixate_function, gst_pad_set_getcaps_function) 
4912         (gst_pad_set_bufferalloc_function, gst_pad_unlink) 
4913         (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent) 
4914         (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps) 
4915         (gst_pad_proxy_pad_link, gst_pad_proxy_fixate) 
4916         (gst_pad_get_pad_template_caps, gst_pad_check_compatibility) 
4917         (gst_pad_get_peer, gst_pad_get_allowed_caps) 
4918         (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull) 
4919         (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps) 
4920         (gst_pad_event_default_dispatch, gst_pad_event_default) 
4921         (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default) 
4922         (gst_pad_convert, gst_pad_query_default, gst_pad_query) 
4923         (gst_pad_get_formats_default, gst_pad_get_formats): Better
4924         argument checks, and some doc fixes.
4926         (gst_pad_custom_new_from_template): Um, does anyone
4927         use these functions? Actually make a custom pad instead of a
4928         normal one.
4929         (gst_pad_try_set_caps): Transpose some checks.
4930         (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
4931         the pad is in negotiation.
4932         (gst_pad_try_relink_filtered): Use pad_link_prepare.
4933         
4934         * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
4936         * gst/gstelement.h: 
4937         * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
4938         on the list.
4940 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4942         * gst/gstbin.c: (gst_bin_add):
4943           add error for not being able to add elements
4945 2004-02-22  Julien MOUTTE <julien@moutte.net>
4947         * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
4948         audio-codec and video-codec.
4950 2004-02-22  Benjamin Otte  <otte@gnome.org>
4952         reported by: Padraig O'Briain <padraig.obriain@sun.com>
4954         * autogen.sh:
4955           replace test -e with test -x for mkinstalldirs to be more portable.
4956           (fixes #134816)
4958 2004-02-22  Benjamin Otte  <otte@gnome.org>
4960         * gst/gstpad.c:
4961           revert last patch from Andy, it makes gst_pad_can_link_filtered much
4962           too noisy
4963         * gst/gsttag.c: (_gst_tag_initialize):
4964         * gst/gsttag.h:
4965           add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
4966         * libs/gst/control/dparam.c: (gst_dparam_attach):
4967         * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
4968           check that types for attached dparams match
4970 2004-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4972         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
4973         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
4974         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
4975           fix errors
4977 2004-02-20  Andy Wingo  <wingo@pobox.com>
4979         * gst/gstbin.c:
4980         * gst/gstbuffer.c:
4981         * gst/gstplugin.c:
4982         * gst/registries/gstxmlregistry.c: 
4983         * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
4985         * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
4986         (gst_element_add_pad): DEBUG->INFO, some fixes.
4987         (gst_element_get_compatible_pad_template): Just see if the
4988         templates' caps intersect, not if one is a strict subset of the
4989         other. This conforms more to what gst_pad_link_intersect() does.
4990         (gst_element_class_add_pad_template): Don't memcpy the pad
4991         template, just ref it.
4992         (gst_element_get_compatible_pad_filtered): Clean up debug messages
4994         * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
4995         (gst_pad_link_filtered): Debug changes.
4996         (gst_pad_link_prepare): New function, consolidated from
4997         can_link_filtered and link_filtered.
4999         * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
5000         look more like that of the functions in gstelement.c
5002         * gst/gstinfo.c (gst_debug_print_object): Put a space before the
5003         object, and return the empty string if object is NULL.
5005         * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
5006         * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
5007         LOG, not DEBUG. We still get flex info on debug.
5009         * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
5010         debug string more verbose.
5011         (plugin_times_older_than): DEBUG->LOG.
5013 2004-02-20  Julien MOUTTE <julien@moutte.net>
5015         * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
5016         will emit found_tag for each stream they demux with the codec.
5018 2004-02-20  Benjamin Otte  <otte@gnome.org>
5020         * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
5021           copy navigation event correctly. Check freeing tag lists. 
5022         * gst/gstthread.c: (gst_thread_change_state):
5023           don't abort() on state changing mess - it might happen because of
5024           bugs.
5025         * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
5026           use boxed functions
5027         * gst/gstvalue.h:
5028           fix GST_VALUE_HOLDS_CAPS
5030 2004-02-19  David Schleef  <ds@schleef.org>
5032         * gst/gstinfo.h:  Copy G_STRFUNC implementation from glib-2.4
5033         and use it for GST_FUNCTION.  (bug #134750)
5035 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5037         * po/fr.po:
5038         * po/nl.po:
5039           updating translations
5041 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5043         * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
5045 2004-02-18  kost@imn.htwk-leipzig.de
5047         reviewed by: David Schleef  <ds@schleef.org>
5049         * docs/libs/gstreamer-libs-sections.txt:  Add missing sections
5050         for libgstcontrol.
5052 2004-02-18  David Schleef  <ds@schleef.org>
5054         * libs/gst/control/dparam.c: (gst_dparam_class_init):
5055         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
5056         (gst_dpsmooth_new): Additional fixes to get double dparams working.
5057         * tools/gst-inspect.c: (print_element_info): Support dumping of
5058         double dparam information.
5060 2004-02-17  David Schleef  <ds@schleef.org>
5062         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
5063         Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
5064         * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
5065         Use GST_TYPE_CAPS in signal prototype.
5066         * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
5067         Convert GST_TYPE_CAPS to boxed.
5068         * gst/gstelement.c: (gst_element_class_init):
5069         Use GST_TYPE_TAG_LIST in signal prototype.
5070         * gst/gstindex.c: (gst_index_class_init):
5071         * gst/gstindex.h:
5072         Add GST_TYPE_INDEX_ENTRY type.
5073         * gst/gstmarshal.list:
5074         Add necessary marshal types.
5075         * gst/gstpad.c: (gst_real_pad_class_init),
5076         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
5077         (gst_pad_recover_caps_error):
5078         Use GST_TYPE_CAPS in signal prototypes.  Fix some debugging strings.
5079         * gst/gststructure.c: (_gst_structure_initialize),
5080         (gst_structure_copy), (_gst_structure_copy_conditional):
5081         * gst/gststructure.h:
5082         Convert GST_TYPE_STRUCTURE to boxed.
5083         * gst/gsttag.c: (gst_tag_list_get_type):
5084         * gst/gsttag.h:
5085         Add GST_TYPE_TAG_LIST type.
5087 2004-02-17  Julien MOUTTE  <julien@moutte.net>
5089         * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
5090         to what we agreed with david.
5091         * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
5093 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5095         * po/nl.po: update translation
5097 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5099         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
5100           throw an error if spider is trying to play a mime type there is
5101           no decoder for
5102         * po/POTFILES.in:
5103           add gst/autoplug/gstspider.c for translation
5105 2004-02-17  Julien MOUTTE  <julien@moutte.net>
5107         * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return 
5108         silently when the pad is negotiating.
5110 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5112         * docs/faq/Makefile.am:
5113           add script to run gstreamer uninstalled 
5114         * docs/faq/faq.xml:
5115         * docs/faq/developing.xml:
5116         * docs/faq/gst-uninstalled:
5117           extract script to run gstreamer uninstalled
5118         * docs/manuals.mak:
5119           add EXTRA_SOURCES variable for Makefile.am's to set to
5120           use additional SOURCE files for the doc build
5122 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5124         * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
5126 2004-02-15  Julien MOUTTE  <julien@moutte.net>
5128         * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
5129         bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
5130         an error was thrown by osssink. Basically a state change failure for
5131         an element in a different scheduling group was considered as
5132         successful, which means that caps nego was going on and weird stuff
5133         happened. Like I wrote in the comment there, if someone wants to
5134         revert that please drop me a mail explaining why because I really see
5135         no point in keeping that broken behaviour there.
5136         * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
5137         be empty, we then return NULL which will trigger a nice error when 
5138         pulling from the pad.
5140 2004-02-13  David Schleef  <ds@schleef.org>
5142         * libs/gst/control/dparam.c: (gst_dparam_class_init),
5143         (gst_dparam_get_property), (gst_dparam_set_property),
5144         (gst_dparam_do_update_default):
5145         * libs/gst/control/dparam.h:
5146         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
5147         (gst_dpsmooth_new), (gst_dpsmooth_set_property),
5148         (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
5149         (gst_dpsmooth_do_update_double):
5150         * libs/gst/control/dparam_smooth.h:
5151         * libs/gst/control/dparammanager.c:
5152         (gst_dpman_inline_direct_update):
5153         Add support for double dparams.
5155 2004-02-13  David Schleef  <ds@schleef.org>
5157         * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
5158         * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
5160 2004-02-13  Mattias Wadman  <mattias@sudac.org>
5162         reviewed by: David Schleef  <ds@schleef.org>
5164         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
5165         (gst_fdsrc_init), (gst_fdsrc_set_property),
5166         (gst_fdsrc_get_property), (gst_fdsrc_get):
5167         * gst/elements/gstfdsrc.h:  Adds timeout property to fdsrc,
5168         and sends an EOS event if file descriptor reading times out.
5170 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5172         * configure.ac:
5173           add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
5175 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5177         * configure.ac: pass required libxml version as argument
5178         (bug reported by Christophe Fergeau)
5180 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5181   
5182         * docs/gst/gstreamer-docs.sgml:
5183         * docs/gst/tmpl/gstxml.sgml:
5184         * docs/libs/gstreamer-libs-docs.sgml:
5185           version API docs
5187 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5189         * gst/gstinfo.c:
5190         * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
5191         (gst_registry_pool_feature_filter):
5192         * gst/gstthread.c: (gst_thread_class_init):
5193         * gst/gstvalue.c:
5194           add includes exposed by building without libxml
5195         * gst/indexers/Makefile.am:
5196           do not build fileindex when LOADSAVE disabled; we should have
5197           a better libxml check later since fileindex depends on xml, not
5198           LOADSAVE or REGISTRY
5199         * libs/gst/control/Makefile.am:
5200           link with m
5201         * tools/Makefile.am:
5202           fix wrong source code for gst-xmlinspect
5204 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5206         * configure.ac:
5207           fix gcov help output
5208           move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
5209         * docs/random/release:
5210           some updated releasing notes
5211         * gstreamer.spec.in:
5212           more updates
5214 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5216         * docs/faq/faq.xml:
5217         * docs/manual/manual.xml:
5218         * docs/pwg/pwg.xml:
5219         * docs/pwg/titlepage.xml:
5220           put version in documentation
5222 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5224         * tools/Makefile.am: fix man page installation
5226 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5228         * configure.ac:
5229           don't check for libxml when load/save and registry disabled (#105844)
5230         * gstreamer.spec.in:
5231           sync with fedora candidate spec
5233 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5235         * po/fr.po:
5236         * po/nl.po:
5237           replace multidisksrc with multifilesrc
5239 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5241         * po/POTFILES.in:
5242           update to multidisksrc => multifilesrc file renaming (#134145)
5244 2004-02-11  David Schleef  <ds@schleef.org>
5246         * docs/gst/tmpl/gstcaps.sgml:  Fix stuff that mentions GstProps
5247         * docs/gst/tmpl/gstpadtemplate.sgml: same
5248         * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
5249         * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
5250         fixing dance.
5251         * gst/gstutils.c: Remove disabled code that uses GstProps.
5252         * gst/registries/gstxmlregistry.h: same
5253         * docs/random/ds/0.9-suggested-changes: random notes
5255 2004-02-11  kost@imn.htwk-leipzig.de
5257         reviewed by: David Schleef  <ds@schleef.org>
5259         * gst/gstclock.c: (gst_clock_entry_new): fixes structure
5260         initialisation of clock (bug #134128)
5262 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5264         * configure.ac:
5265         * gst/elements/Makefile.am:
5266         * gst/elements/gstelements.c:
5267         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
5268         (gst_multifilesrc_class_init), (gst_multifilesrc_init),
5269         (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
5270         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
5271         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
5272         * gst/elements/gstmultifilesrc.h:
5273           rename multidisksrc to multifilesrc (part of #122200)
5275 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5277         * docs/manuals.mak:
5278           fix automake complaints
5279         * gst-element-check.m4:
5280           fix unquotedness
5282 2004-02-11  David Schleef  <ds@schleef.org>
5284         * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
5285         * gst/gstatomic_impl.h: Disable sparc implementation.
5287 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5289         * gst-element-check.m4:
5290           fix underquoted macros as reported by automake 1.8.x (#133800)
5291         * configure.ac:
5292           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
5293           by autopoint (fixes #132996)
5295 2004-02-10  Andy Wingo  <wingo@pobox.com>
5297         * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
5298         way to do inheritance.
5299         (gst_pad_get_event_masks, gst_pad_get_event_masks_default) 
5300         (gst_pad_get_query_types, gst_pad_get_query_types_default):
5301         Routine docs.
5302         (gst_pad_set_link_function, gst_pad_set_fixate_function) 
5303         (gst_pad_set_getcaps_function): Doc from Dave's negotation random
5304         doc.
5305         (gst_pad_unlink, gst_pad_is_linked): Docs.
5306         (gst_pad_renegotiate): A brief description of capsnego.
5307         (gst_pad_try_set_caps): Document.
5308         (gst_pad_try_set_caps_nonfixed): Document.
5309         (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
5310         (gst_pad_set_parent): Deprecated (although not out of the API).
5311         (gst_pad_get_parent): Deprecated, although many plugins use this.
5312         (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
5313         are private and will go away in 0.9.
5314         (gst_pad_perform_negotiate): Doc.
5315         (gst_pad_link_unnegotiate): I think this is meant to be static.
5316         (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps) 
5317         (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility) 
5318         (gst_pad_get_peer): Doc updates.
5319         (gst_pad_caps_change_notify): Doc.
5320         (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get) 
5321         (gst_ghost_pad_new): Doc fixes.
5323         * gst/gstobject.c (gst_object_get_parent, gst_object_unparent) 
5324         (gst_object_check_uniqueness): 
5326         * gst/gstelement.c (gst_element_add_pad) 
5327         (gst_element_add_ghost_pad, gst_element_remove_pad) 
5328         (gst_element_remove_ghost_pad, gst_element_get_pad) 
5329         (gst_element_get_static_pad, gst_element_get_pad_list) 
5330         (gst_element_class_get_pad_template_list) 
5331         (gst_element_class_get_pad_template): Work on the docs.
5332         (gst_element_get_pad_template_list): Uses the class method.
5333         (gst_element_get_compatible_pad_template): Docs, and consolidate
5334         some test conditions. 
5335         (gst_element_get_pad_from_template): New static function.
5336         (gst_element_request_compatible_pad): Docs, and work with
5337         non-request compatible templates. 
5338         (gst_element_get_compatible_pad_filtered): Docs and remove
5339         redundant checks.
5340         (gst_element_get_compatible_pad, gst_element_link_pads_filtered) 
5341         (gst_element_link_filtered, gst_element_link_many) 
5342         (gst_element_link, gst_element_link_pads) 
5343         (gst_element_unlink_many): Docs.
5345 2004-02-05  Andy Wingo  <wingo@pobox.com>
5347         * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
5348         s/pointer/boxed/.
5350         * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
5352         * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
5353         marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
5354         with the type=GST_TYPE_CAPS. This allows language bindings to know
5355         what kind of data they're dealing with.
5357         * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
5358         to NULL when g_value_init is called. GstCaps, which rolls its own
5359         type implementation, now does the same instead of allocating empty
5360         caps.
5361         (_gst_caps_initialize, _gst_caps_collect_value,
5362         _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
5363         table methods. This allows G_VALUE_COLLECT to work.
5365 2004-02-05  Andy Wingo  <wingo@pobox.com>
5367         * configure.ac:
5368         * testsuite/Makefile.am (SUBDIRS): 
5369         * testsuite/ghostpads/Makefile.am: 
5370         * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
5372         * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
5373         These two routines are the only ones that set
5374         GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
5375         pad template. They should be made static, depending on ABI needs.
5376         (gst_real_pad_dispose): Handle the case of ghost pads without a
5377         parent. Assert after dealing with ghost pads that the ghost pad
5378         list is empty.
5379         (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
5380         set after creation.
5381         (gst_ghost_pad_dispose): Set ::real-pad to NULL.
5382         (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
5383         functions. set_property will call add_ghost_pad/remove_ghost_pad
5384         as appropriate.
5385         (gst_ghost_pad_new): All the work is offloaded to g_object_new.
5387         * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
5388         (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
5389         (gst_element_remove_pad): Handle ghost pads as well.
5390         (gst_element_remove_ghost_pad): Deprecated (could be removed,
5391         depending on API-stability needs).
5393 2004-02-05  Andy Wingo  <wingo@pobox.com>
5395         * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
5396         of course they're const
5398 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5400         * tools/Makefile.am:
5401         * tools/gst-feedback:
5402         * tools/gst-feedback-0.7:
5403           make gst-feedback versioned too for consistency
5405 2004-02-11  David Schleef  <ds@schleef.org>
5407         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5408         (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
5410 2004-02-10  Julien MOUTTE <julien@moutte.net>
5412         * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
5413         the structure does not contain a valid tag list. Adding a safety check
5414         to remove a noisy warning in that case.
5416 2004-02-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5418         * gst/gst.c: fix name to be in line with others
5420 2004-02-09  Julien MOUTTE <julien@moutte.net>
5422         * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
5423         not shout that loud when len is 0. Just return 0 silently.
5425 2004-02-09  Julien MOUTTE  <julien@moutte.net>
5427         * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
5428         because data_unref has one and I prefer the debug to be symetric.
5429         * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
5430         were refed when added to the queue and unrefed only once when the queue
5431         was flushed. Now the flush handler unref the buffers two times : first
5432         unref for the ref added when pushing in the queue's tail and second
5433         unref to destroy the flushed buffer.
5435 2004-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5437         * docs/pwg/building-boiler.xml: fix cvs checkout documentation
5439 2004-02-06  David Schleef  <ds@schleef.org>
5441         * docs/random/ds/0.9-suggested-changes: Random ramblings
5442         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
5443         to int before printing.
5444         * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
5445         * gst/parse/parse.l: same.  See bug #129600
5447 2004-02-06  David Schleef  <ds@schleef.org>
5449         * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
5450         (gst_index_add_entry), (gst_index_add_associationv),
5451         (gst_index_add_association): Add gst_index_add_associationv()
5452         and clean up gst_index_add_association(). #127133
5454 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5456         * autogen.sh: check out common with right tag if CVS/Tag exists
5458 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5460         * testsuite/ghostpads/ghostpads.c: (main):
5461           fix testsuite from segfaulting
5463 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5465         * Makefile.am: add release target
5466         * configure.ac: bump nano to 1
5467         * docs/random/release:
5469 2004-02-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5471         * gst/gstcaps.h:
5472         * gst/gstelement.c: (gst_element_base_class_init),
5473         (gst_element_class_set_details), (gst_element_clear_pad_caps):
5474         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5475         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
5476         (gst_real_pad_dispose):
5477         * gst/gststructure.c: (gst_structure_free),
5478         (gst_structure_from_string):
5479           put reverted patch back in
5480         * gst/gstelement.c: (gst_element_remove_pad):
5481           free explicit caps if they're set
5482         * gst/gstpad.c: (_gst_pad_default_fixate_func):
5483           copy the structure when fixating
5485 2004-02-05  David Schleef  <ds@schleef.org>
5487         * gst/gstmarshal.list:
5488         * gst/gstpad.c: (gst_real_pad_class_init),
5489         (_gst_real_pad_fixate_accumulator):
5490         Revert POINTER->BOXED change in signal marshaller.
5492 === release 0.7.4 ===
5493                                                                                 
5494 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5495                                                                                 
5496         * NEWS: GStreamer 0.7.4 "Wooden Eels" released
5497         * configure.ac: changed for release
5499 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5501         * gstreamer.spec.in:
5502           bump required version of gtk-doc
5504 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5506         * gst/gstcaps.h:
5507         * gst/gstelement.c: (gst_element_base_class_init),
5508         (gst_element_class_set_details), (gst_element_clear_pad_caps):
5509         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5510         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
5511         (gst_real_pad_dispose):
5512         * gst/gststructure.c: (gst_structure_free),
5513         (gst_structure_from_string):
5514           revert patch that breaks applications, reapply after release
5515           to get this fixed properly
5517 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5519         * gst/gsttag.c: (_gst_tag_initialize):
5520         * gst/gsttag.h:
5521           remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
5523 2004-02-04  David Schleef  <ds@schleef.org>
5525         Fix some memleaks:
5526         * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
5527         (gst_spider_plug_from_srcpad):
5528         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
5530 2004-02-04  David Schleef  <ds@schleef.org>
5532         * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
5533         a GstRealPad before accessing its structure members.
5535 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5537         * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
5538         (gst_clock_get_speed):
5539         * gst/gstclock.h:
5540           reset padding, remove unused fields
5542 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5544         * gst/autoplug/gstspideridentity.c:
5545         (gst_spider_identity_sink_loop_type_finding):
5546           use get_allowed_caps, not get_caps (fixes #132519)
5547         * gst/elements/gsttypefind.c: (stop_typefinding):
5548           use correct order when sending buffers and seeking
5550 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5552         * configure.ac:
5553         * gst/gstelement.h:
5554         * gst/gstpad.h:
5555         * gst/gstqueue.h:
5556           upgrade libtool CURRENT, reset padding
5558 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5560         * configure.ac:
5561           bump to prerelease
5562           put back AM_PROG_LIBTOOL to make libtoolize stop complaining
5564 2004-02-04  David Schleef  <ds@schleef.org>
5566         * docs/random/ds/0.9-suggested-changes: random notes
5567         * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
5568         (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
5569         Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
5570         expansion.
5571         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
5572         (gst_filesink_get_query_types): same
5573         * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
5574         (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
5575         * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
5576         to use new GST_PTR_FORMAT.
5577         * gst/gstelement.h: deprecate function factory macros
5578         GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
5579         These are our last variadic macros that can't be replaced with
5580         inlines.  Celebrate!  Also fix a typo in an #ifdef that was
5581         attempting to deprecate gst_element_clock_wait().
5582         * gst/gstevent.h: same
5583         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5584         (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
5585         * gst/gstpad.h: deprecate function factory macros similar to above.
5587 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5589         * configure.ac:
5590         * tools/Makefile.am:
5591         * tools/gst-run.c: (popt_callback), (hash_print_key),
5592         (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
5593         (get_candidates), (main):
5594           add new source file to generate non-versioned wrapper binaries
5595           for our tools.
5597 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5599         * gst/gstevent.c: (_gst_event_free):
5600           actually break; inside the switch statement
5601         * gst/parse/grammar.y:
5602           fix memleak where GValues weren't unset
5604 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5606         * gst/gststructure.c: (gst_structure_from_string):
5607           fix huge memleak
5608         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
5609         (new_entry), (gst_type_find_element_chain):
5610         * gst/gstelement.c: (gst_element_base_class_init),
5611         (gst_element_class_set_details):
5612         * gst/gstpad.c: (gst_pad_can_link_filtered):
5613           fix smaller memleaks
5614         * gst/gstpad.c: (gst_real_pad_dispose):
5615           check that explicit caps are gone
5616         * gst/gststructure.c: (gst_structure_free):
5617           actually free the structure
5618         * gst/gstelement.c: (gst_element_clear_pad_caps):
5619           unset explicit caps
5621 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5623         * tools/Makefile.am:
5624           use AM_CFLAGS since all the CFLAGS are the same
5625           use AM_LDFAGS
5627 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5629         * docs/manual/gnome.xml:
5630           expand example a little
5631         * gst/gst.c: (gst_init_with_popt_table),
5632         (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
5633           make sure popt option displays are done with right textdomain
5634           use GstPoptOption type
5635         * gst/gst.h:
5636           create GstPoptOption type
5638 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5640         * gst/gsterror.c: (_gst_stream_errors_init):
5641         * gst/gsterror.h:
5642           adding error type for no codec
5643         * po/POTFILES.in:
5644           add gst-inspect
5645         * po/nl.po:
5646           update dutch translation
5647         * tools/gst-inspect.c: (print_element_list), (main):
5648           do proper internationalization
5649         * tools/gst-launch.c: (idle_func):
5650           remove commented out function call
5652 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5654         * docs/README:
5655           add some error fixing notes
5656         * docs/gst/gstreamer-sections.txt:
5657           remove double entries
5658         * docs/gst/tmpl/gstbin.sgml:
5659         * docs/gst/tmpl/gstclock.sgml:
5660           remove override
5661         * docs/gst/tmpl/gstelement.sgml:
5662         * docs/gst/tmpl/gstindex.sgml:
5663         * docs/gst/tmpl/gstobject.sgml:
5664         * docs/gst/tmpl/gstpadtemplate.sgml:
5665         * docs/gst/tmpl/gstreamer-unused.sgml:
5666         * docs/gst/tmpl/gsttag.sgml:
5667         * docs/gst/tmpl/gstthread.sgml:
5668         * docs/gst/tmpl/gstxml.sgml:
5669         * gst/gsttag.h:
5670           sync header prototypes with c decls
5671         * gst/gsttaginterface.c:
5672           fix doc headers
5674 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5676         * gst/parse/Makefile.am:
5677         * gst/gstobject.h:
5678           get rid of gstmarshal.h dependency. It's not needed.
5679         * gst/gst.h:
5680         * gst/elements/gstfakesink.c:
5681         * gst/elements/gstfakesrc.c:
5682         * gst/elements/gstidentity.c:
5683         * gst/gstbin.c:
5684         * gst/gstelement.c:
5685         * gst/gstindex.c:
5686         * gst/gstobject.c:
5687         * gst/gstpad.c:
5688         * gst/gstthread.c:
5689         * gst/gstxml.c:
5690         * libs/gst/control/dparam.c:
5691         * libs/gst/control/dparammanager.c:
5692           include gstmarshal.h.
5693         Fixes #132045
5695 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5697         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
5698         (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
5699         (gst_filesrc_map_region), (gst_filesrc_get_mmap):
5700         * gst/elements/gstfilesrc.h:
5701           don't ref the filesrc when creating mmaped buffers. Don't keep a
5702           list of not-yet-destroyed buffers.
5703         * gst/gstbuffer.h:
5704           Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
5706 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5708         * gst/gst.c: (init_pre):
5709           remove textdomain
5711 2004-02-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5713         * docs/pwg/advanced-events.xml:
5714         * docs/pwg/advanced-scheduling.xml:
5715         * docs/pwg/intro-basics.xml:
5716         * docs/pwg/other-manager.xml:
5717         * docs/pwg/other-nton.xml:
5718         * docs/pwg/other-ntoone.xml:
5719         * docs/pwg/other-oneton.xml:
5720         * docs/pwg/pwg.xml:
5721           All sort of documentation... Forgot what. Point is that I want this
5722           in before I leave. The 'other-*' will be the last section and will
5723           explain issues specific to these type of elements.
5725 2004-02-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5727         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
5728         (gst_filesrc_get_read):
5729           set all the values on buffers that we can
5731 2004-02-02  David Schleef  <ds@schleef.org>
5733         Change usage of isblah() to g_ascii_isblah() to be more locale
5734         independent.  (#133076)
5735         * gst/gsturi.c: (gst_uri_protocol_check_internal):
5736         * gst/gstutils.c:
5737         * gst/parse/parse.l:
5739 2004-02-02  Jon Trowbridge  <trow@gnu.org>
5741         reviewed by: David Schleef  <ds@schleef.org>
5743         Fix memory leaks:
5744         * gst/gstcaps.c: (gst_caps_to_string):
5745         * gst/registries/gstxmlregistry.c:
5746         (gst_xml_registry_add_path_list_func),
5747         (gst_xml_registry_parse_padtemplate):
5749 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5751         * gst/gstelement.c: (gst_element_default_error):
5752           suffix error messages with period
5754 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5756         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
5757         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
5758         * gst/gsterror.c: (gst_error_get_message):
5759           Suffix with dots
5760         * po/fr.po:
5761         * po/nl.po:
5762           Update translation files
5764 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5766         * gst/autoplug/gstspideridentity.c:
5767         (gst_spider_identity_sink_loop_type_finding):
5768         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
5769         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
5770         (gst_filesink_close_file), (gst_filesink_handle_event),
5771         (gst_filesink_chain):
5772         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
5773         (gst_filesrc_get_read), (gst_filesrc_open_file):
5774         * gst/elements/gstidentity.c: (gst_identity_chain):
5775         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
5776         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
5777         (gst_pipefilter_chain), (gst_pipefilter_open_file):
5778         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
5779         * gst/gsterror.c: (_gst_core_errors_init),
5780         (_gst_library_errors_init), (_gst_resource_errors_init),
5781         (_gst_stream_errors_init), (gst_error_get_message):
5782         * gst/gstpad.c: (gst_pad_set_explicit_caps),
5783         (gst_pad_recover_caps_error), (gst_pad_pull):
5784         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
5785         * gst/schedulers/gstbasicscheduler.c:
5786         (gst_basic_scheduler_chainhandler_proxy),
5787         (gst_basic_scheduler_gethandler_proxy),
5788         (gst_basic_scheduler_cothreaded_chain):
5789           Suffix error messages with period.
5790           Use (NULL) instead of NULL
5792 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5794         * docs/gst/tmpl/gstelement.sgml:
5795         * docs/gst/tmpl/gstxml.sgml:
5796         * gst/gstelement.c: (gst_element_error_full):
5797           add element path to error
5799 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5801         * docs/random/mimetypes:
5802           update raw int/float info
5803         * gst/gsttag.c: (_gst_tag_initialize):
5804         * gst/gsttag.h:
5805           add GST_TAG_ENCODER
5807 2004-01-30  David Schleef  <ds@schleef.org>
5809         * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
5810           missing (#132991)
5812 2004-01-30  Laurent Vivier <Laurent.Vivier@bull.net>
5814         reviewed by Benjamin Otte 
5815           parts of the patch submitted in bug #113913
5817         * configure.ac:
5818           use AC_C_INLINE. Use = instead of == with test
5819         * examples/plugins/example.c:
5820         * gst/autoplug/gstspideridentity.c:
5821         * gst/elements/gstfdsrc.c:
5822         * gst/elements/gstfilesrc.c:
5823         * gst/elements/gstidentity.c:
5824         * gst/elements/gstmultidisksrc.c:
5825         * gst/elements/gststatistics.c:
5826         * gst/gstelement.c:
5827         * gst/gstobject.c:
5828         * gst/gstpad.c:
5829         * gst/gstpipeline.c:
5830         * gst/gstthread.c:
5831           don't end enums with a comma
5832         * gst/gstindex.c: (gst_index_compare_func):
5833           do explicit casting to gint
5834         * gst/gsttrace.c: (gst_trace_text_flush):
5835           #define strsize as a macro
5837 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5839         * docs/README:
5840         * docs/gst/gstreamer-docs.sgml:
5841         * docs/gst/gstreamer-sections.txt:
5842         * docs/gst/tmpl/gstelement.sgml:
5843         * docs/gst/tmpl/gsterror.sgml:
5844         * docs/gst/tmpl/gstinterface.sgml:
5845         * docs/gst/tmpl/gstreamer-unused.sgml:
5846         * docs/gst/tmpl/gststructure.sgml:
5847         * docs/gst/tmpl/gsttag.sgml:
5848         * docs/gst/tmpl/gsttaginterface.sgml:
5849         * docs/gst/tmpl/gstvalue.sgml:
5850         make sure all API ends up in the built docs
5851         * gst/gstinterface.c:
5852         * gst/gststructure.c: (gst_structure_id_set_value),
5853         (gst_structure_set_value), (gst_structure_id_get_value):
5854         * gst/gststructure.h:
5855         * gst/gstvalue.h:
5856         sync .h with .c declarations
5858 2004-01-30  Julien Moutte  <julien@moutte.net>
5860         * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
5861         Ronald will fix riffread.
5863 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5865         * docs/pwg/advanced-interfaces.xml:
5866           Added tuner interface docs.
5868 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5870         * docs/random/mimetypes:
5871           correct Theora information
5872         * gst/gstelement.h:
5873           make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
5875 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5877         * gst/gstelement.c: (gst_element_error_full):
5878         * gst/gstelement.h:
5879           GST_ELEMENT_ERROR in enum -> _IN_ERROR
5881 2004-01-29  Julien MOUTTE  <julien@moutte.net>
5883         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
5884         (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
5885         again and even before DISCONT.
5886         * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
5887         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
5888         bytestream so that it's not stopping to fill the bytestream if events
5889         different than EOS or DISCONT are received. Instead it process them so
5890         that they go downstream.
5892 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5894         * docs/gst/tmpl/gstelement.sgml:
5895         * docs/gst/tmpl/gstreamer-unused.sgml:
5896         * docs/gst/tmpl/gstxml.sgml:
5897         * gst/autoplug/gstspideridentity.c:
5898         (gst_spider_identity_sink_loop_type_finding):
5899         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
5900         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
5901         (gst_filesink_close_file), (gst_filesink_handle_event),
5902         (gst_filesink_chain):
5903         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
5904         (gst_filesrc_get_read), (gst_filesrc_open_file):
5905         * gst/elements/gstidentity.c: (gst_identity_chain):
5906         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
5907         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
5908         (gst_pipefilter_chain), (gst_pipefilter_open_file):
5909         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
5910         * gst/gstelement.h:
5911         * gst/gstpad.c: (gst_pad_set_explicit_caps),
5912         (gst_pad_recover_caps_error), (gst_pad_pull):
5913         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
5914         * gst/schedulers/gstbasicscheduler.c:
5915         (gst_basic_scheduler_chainhandler_proxy),
5916         (gst_basic_scheduler_gethandler_proxy),
5917         (gst_basic_scheduler_cothreaded_chain):
5918           gst_element_error -> GST_ELEMENT_ERROR
5920 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5922         * docs/Makefile.am:
5923         * docs/gst/tmpl/gstelement.sgml:
5924         * docs/gst/tmpl/gstxml.sgml:
5925         * docs/manuals.mak:
5926         * docs/pwg/advanced-request.xml:
5927         * docs/pwg/advanced-scheduling.xml:
5928         * docs/pwg/advanced-tagging.xml:
5929           fix non-validating docbook using CDATA
5930           make sure make check-local gets run first to check if it validates
5932 2004-01-29  Julien MOUTTE <julien@moutte.net>
5934         * docs/pwg/advanced-events.xml: Adding documentation on advanced event
5935         handling (up and downstream).
5936         * docs/pwg/advanced-interfaces.xml: Make it coherent with the
5937         my_filter thing.
5939 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5941         * docs/pwg/advanced-tagging.xml:
5942           Add docs about tag writing.
5944 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5946         * docs/pwg/advanced-tagging.xml:
5947           Add a part about tag reading and application signalling... Tag
5948           writing still needs to be documented.
5949         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
5950           We can set file locations in READY, too.
5952 2004-01-29  Julien MOUTTE <julien@moutte.net>
5954         * docs/random/ds/element-checklist: Adding some notes about src
5955         events.
5957 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5959         * docs/random/mimetypes:
5960           Update docs to point to correct elements for various mimetypes, and
5961           some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
5962           <stephane.loeuillet@tiscali.fr>.
5964 2004-01-28  David Schleef  <ds@schleef.org>
5966         * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
5968 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5970         * docs/random/mimetypes:
5971           update docs for audio/x-raw-float. Add "buffer-frames=0 means
5972           undefined"
5973         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
5974           make it only work in NULL.
5975         * gst/gstcaps.c:
5976           don't posion NULL caps
5977         * gst/gstelement.c: (gst_element_set_time):
5978           add debugging statement
5979         * gst/gstelement.c: (gst_element_emit_found_tag),
5980         (gst_element_found_tag_func), (gst_element_found_tags):
5981         * gst/gstelement.h:
5982           These functions take const taglists
5983         * gst/gstpad.c: (gst_pad_proxy_getcaps):
5984           fix memleak
5985         * gst/gstpad.c: (gst_pad_event_default):
5986           make more effort on handling discont and clocks, g_warn if everything
5987           fails
5988         * gst/gststructure.c: (gst_structure_remove_fields),
5989         (gst_structure_remove_fields_valist):
5990         * gst/gststructure.h:
5991           add gst_structure_remove_fields(_valist)
5992         * gst/gsttag.c:
5993           fix doc glitch
5995 2004-01-28  David Schleef  <ds@schleef.org>
5997         * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
5998         * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
5999         Fix memory leakage of gst_caps_to_string().
6001         Use GST_PTR_FORMAT instead of gst_caps_to_string():
6002         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
6003         * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
6004         (gst_spider_identity_sink_loop_type_finding):
6005         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
6006         (find_suggest):
6007         * gst/gstpad.c: (gst_pad_try_relink_filtered),
6008         (gst_pad_set_explicit_caps):
6009         * gst/parse/grammar.y:
6011 2004-01-28  David Schleef  <ds@schleef.org>
6013         * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
6014         GST_PRINTF_EXTENSION_FORMAT_DEFINE.
6015         * docs/random/ds/0.9-suggested-changes: Notes from Company.
6016         * gst/gstcaps.c: (gst_caps_to_string): Add comment.
6017         * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
6018         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
6019         (gst_debug_log_default), (_gst_info_printf_extension),
6020         (_gst_info_printf_extension_arginfo):  Add printf extension.
6021         * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
6022         * gst/gststructure.c: (gst_structure_to_string),
6023         (_gst_structure_parse_value): Use gst_value_deserialize() and
6024         remove old code.
6025         * gst/gstvalue.c: (gst_value_deserialize_fourcc),
6026         (gst_value_deserialize_boolean), (gst_strtoi),
6027         (gst_value_deserialize_int), (gst_value_deserialize_double),
6028         (gst_value_deserialize_string), (gst_value_deserialize): Implement
6029         a bunch of deserialize functions and gst_value_deserialize.
6030         * gst/gstvalue.h: er, _de_serialize, not unserialize
6031         * testsuite/caps/string-conversions.c: (main): We don't currently
6032         handle (float) in caps, so convert these to (double).
6033         * testsuite/debug/Makefile.am: Add new test for the printf extension
6034         * testsuite/debug/printf_extension.c: (main): same
6036 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6038         * docs/random/company/time:
6039           Add some docs about clocking and time
6041 2004-01-28  Julien MOUTTE <julien@moutte.net>
6043         * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
6045 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6047         * docs/pwg/advanced-clock.xml:
6048         * docs/pwg/advanced-dparams.xml:
6049         * docs/pwg/advanced-events.xml:
6050         * docs/pwg/advanced-interfaces.xml:
6051         * docs/pwg/advanced-midi.xml:
6052         * docs/pwg/advanced-request.xml:
6053         * docs/pwg/advanced-scheduling.xml:
6054         * docs/pwg/advanced-tagging.xml:
6055         * docs/pwg/advanced-types.xml:
6056         * docs/pwg/appendix-checklist.xml:
6057         * docs/pwg/building-boiler.xml:
6058         * docs/pwg/building-chainfn.xml:
6059         * docs/pwg/building-filterfactory.xml:
6060         * docs/pwg/building-pads.xml:
6061         * docs/pwg/building-props.xml:
6062         * docs/pwg/building-signals.xml:
6063         * docs/pwg/building-state.xml:
6064         * docs/pwg/building-testapp.xml:
6065         * docs/pwg/intro-basics.xml:
6066         * docs/pwg/intro-preface.xml:
6067         * docs/pwg/other-autoplugger.xml:
6068         * docs/pwg/other-sink.xml:
6069         * docs/pwg/other-source.xml:
6070         * docs/pwg/titlepage.xml:
6071           fix up id's
6073 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6075         * docs/95NonPath:
6076         * docs/HACKING:
6077         * docs/README:
6078         * docs/building-the-docs-on-debian:
6079           collect relevant bits of doc info
6081 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6083         * docs/pwg/advanced_tagging.xml:
6084           Half-assed commit so Thomas can re-arrange document IDs here to be
6085           consistent, too.
6087 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6089         * docs/manual/autoplugging.xml:
6090         * docs/manual/bins-api.xml:
6091         * docs/manual/bins.xml:
6092         * docs/manual/buffers-api.xml:
6093         * docs/manual/buffers.xml:
6094         * docs/manual/clocks.xml:
6095         * docs/manual/components.xml:
6096         * docs/manual/cothreads.xml:
6097         * docs/manual/debugging.xml:
6098         * docs/manual/dparams-app.xml:
6099         * docs/manual/dynamic.xml:
6100         * docs/manual/elements-api.xml:
6101         * docs/manual/elements.xml:
6102         * docs/manual/factories.xml:
6103         * docs/manual/gnome.xml:
6104         * docs/manual/goals.xml:
6105         * docs/manual/helloworld.xml:
6106         * docs/manual/helloworld2.xml:
6107         * docs/manual/init-api.xml:
6108         * docs/manual/intro.xml:
6109         * docs/manual/links-api.xml:
6110         * docs/manual/links.xml:
6111         * docs/manual/manual.xml:
6112         * docs/manual/motivation.xml:
6113         * docs/manual/pads-api.xml:
6114         * docs/manual/pads.xml:
6115         * docs/manual/plugins-api.xml:
6116         * docs/manual/plugins.xml:
6117         * docs/manual/programs.xml:
6118         * docs/manual/queues.xml:
6119         * docs/manual/quotes.xml:
6120         * docs/manual/schedulers.xml:
6121         * docs/manual/states-api.xml:
6122         * docs/manual/states.xml:
6123         * docs/manual/threads.xml:
6124         * docs/manual/typedetection.xml:
6125         * docs/manual/xml.xml:
6126           use chapter, part, section or misc as id starts for all bits
6128 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6130         * docs/gst/gstreamer-sections.txt:
6131           Fix up TITLE of the sections
6133 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6135         * docs/pwg/advanced_interfaces.xml:
6136           Add documentation on propertyprobing.
6137         * docs/pwg/advanced_events.xml:
6138         * docs/pwg/advanced_tagging.xml:
6139         * docs/pwg/building_boiler.xml:
6140         * docs/pwg/building_filterfactory.xml:
6141         * docs/pwg/pwg.xml:
6142           Move filterfactory and tagging into their own chapter, add a chapter
6143           on events. all these are empty placeholders that will be filled in
6144           some day.
6146 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6148         * docs/pwg/advanced_interfaces.xml:
6149           Docs for mixer interface. Also a check for website uploading.
6151 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6153         * docs/HACKING:
6154         * docs/Makefile.am:
6155         * docs/faq/Makefile.am:
6156         * docs/gst/Makefile.am:
6157         * docs/gst/tmpl/gstelement.sgml:
6158         * docs/gst/tmpl/gstplugin.sgml:
6159         * docs/gst/tmpl/gstreamer-unused.sgml:
6160         * docs/libs/Makefile.am:
6161         * docs/manual/Makefile.am:
6162         * docs/manuals.mak:
6163         * docs/pwg/Makefile.am:
6164         * docs/upload.mak:
6165           Separate out upload target and make it similar for
6166           both docbook and gtk-doc docs
6168 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6170         * docs/manuals.mak:
6171           Fix upload target to work with freedesktop
6173 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6175         * docs/pwg/advanced_types.xml:
6176           Add notes on creating your own types.
6177         * docs/pwg/building_boiler.xml:
6178         * docs/pwg/building_pads.xml:
6179         * docs/pwg/building_state.xml:
6180           Add some stuff about how to retrieve values from structures, how
6181           that relates to types and change layout slightly again to be almost
6182           perfect.
6184 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6186         * docs/pwg/advanced_dparams.xml:
6187         * docs/pwg/advanced_scheduling.xml:
6188           Change index layout slightly.
6190 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6192         * docs/pwg/advanced_clock.xml:
6193         * docs/pwg/advanced_interfaces.xml:
6194         * docs/pwg/advanced_midi.xml:
6195           General placeholders for now.
6196         * docs/pwg/advanced_request.xml:
6197           Explanation about sometimes and request pads.
6198         * docs/pwg/advanced_scheduling.xml:
6199           Concept of bytestream, loopfunctions and schedulers.
6200         * docs/pwg/building_boiler.xml:
6201           Add something about plugin-init.
6203 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6205         * docs/pwg/building_pads.xml:
6206           Fix broken docbook
6208 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6210         * docs/pwg/advanced_interfaces.xml:
6211         * docs/pwg/pwg.xml:
6212           Add as a placeholder for future filling-in.
6213         * docs/pwg/basics_autoplugging.xml:
6214         * docs/pwg/basics_buffers.xml:
6215         * docs/pwg/basics_elements.xml:
6216         * docs/pwg/basics_events.xml:
6217         * docs/pwg/basics_plugins.xml:
6218         * docs/pwg/basics_types.xml:
6219           Remove, because unused (this is all in intro_basics.xml).
6220         * docs/pwg/building_signals.xml:
6221           Short intro to signals + reference to GObject docs - we really
6222           shouldn't go into these sort of things to deply because we don't
6223           use them that extensively anyway.
6224         * docs/pwg/building_state.xml:
6225           Explanation of states. Benjamin, please check.
6226         * docs/pwg/building_testapp.xml:
6227           Put everything in one page - putting only a few lines of content
6228           per page doesn't really make sense.
6230           Time to get into the advanced topics. ;).
6232 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6234         * docs/pwg/advanced_types.xml:
6235           Finish documenting the current state of mimetypes.
6236         * docs/pwg/building_boiler.xml:
6237         * docs/pwg/building_chainfn.xml:
6238         * docs/pwg/building_pads.xml:
6239         * docs/pwg/building_props.xml:
6240         * docs/pwg/building_testapp.xml:
6241           Start documenting the "how to build a simple audio filter" part
6242           of the PWG. Most stuff is ready by now. Stuff remaining: signals,
6243           states and (maybe?) a short introduction to capsnego in the chapter
6244           on pads (building_pads.xml). Capsnego should probably be explained
6245           fully in advanced_capsnego.xml or so.
6247 2004-01-26  David Schleef  <ds@schleef.org>
6249         * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
6250         * gst/gstpad.h: Add new function to allow element to (somewhat)
6251         specify non-fixed caps on a pad.
6252         * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
6253         that I added a few weeks ago.
6255 2004-01-26  David Schleef  <ds@schleef.org>
6257         * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
6258           making try_set_caps() work with non-fixed caps.
6260 2004-01-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6262         * docs/pwg/advanced_types.xml:
6263         * docs/pwg/intro_basics.xml:
6264         * docs/pwg/intro_preface.xml:
6265         * docs/pwg/pwg.xml:
6266         * docs/pwg/titlepage.xml:
6267           First try to resurrect the PWG. I'm halfway integrating the mimetypes
6268           in here (docs/random/mimetypes), and will from there on work on both
6269           updating outdated parts and adding missing parts.
6270           That doesn't mean I'll fix it completely, but I'll try at least. ;).
6272 2004-01-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6274         * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
6275           policy is set
6277 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6279         * gst/gstelement.h:
6280           remove gst_element_factory_get_version. It doesn't exist anymore.
6281         * gst/gstplugin.c:
6282         * gst/gstplugin.h:
6283           remove gst_plugin_set_name and change gst_plugin_get_longname to
6284           gst_plugin_get_description to match code.
6285         * gst/gsterror.h:
6286           remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
6287         * gst/gstpad.c: (gst_pad_try_set_caps):
6288           make it work with nonfixed caps.
6289           Note that even in the nonfixed case the link function of the pad
6290           that tries to set caps isn't called.
6292 2004-01-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6294         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
6295           fix bug where buffer was not assembled correctly
6296         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
6297           silence by default
6298         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
6299           only seek if there's no more buffers that could work without seeking
6301 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6303         * gst/gsttag.c: (_gst_tag_initialize):
6304         * gst/gsttag.h:
6305           Add application tag (for encoding/muxing app).
6307 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6309         * autogen.sh:
6310           make autopoint force, and libtoolize not copy
6311         * common/m4/as-docbook.m4:
6312           added docbook xml catalog setup check
6313         * common/m4/gst-doc.m4:
6314           use docbook check
6316 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6318         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
6319         * gst/gsttag.h:
6320           add GstTagFlag
6322 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6324         * docs/gst/gstreamer-sections.txt:
6325         * docs/gst/tmpl/gst.sgml:
6326         * docs/gst/tmpl/gstbuffer.sgml:
6327         * docs/gst/tmpl/gstclock.sgml:
6328         * docs/gst/tmpl/gstelement.sgml:
6329         * docs/gst/tmpl/gstreamer-unused.sgml:
6330         * docs/gst/tmpl/gstxml.sgml:
6331           sync latest API changes to docs
6333 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6335         * gst/gstpluginfeature.c:
6336           fix doc snippet
6337         * tools/gst-inspect.c: (print_element_list):
6338           fix output of typefind
6339           add GPL header
6340         * tools/gst-launch.c:
6341           add GPL header
6343 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6345         * gst/elements/Makefile.am:
6346         * gst/elements/gstelements.c:
6347         * gst/elements/gsttypefindelement.c:
6348         * gst/elements/gsttypefindelement.h:
6349         * po/POTFILES.in:
6350         * po/fr.po:
6351         * po/nl.po:
6352           renamed gsttypefindelement to gsttypefind, conserving CVS history
6354 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6356         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
6357         * gst/gsttag.h:
6358           add some tags used in ogg as well
6359           fix _ in replaygain tags
6361 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6363         * gst/gsterror.h:
6364           fix wrong GST_LIBRARY_ERROR_ENCODE addition
6366 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6368         * gst/gstelement.c: (gst_element_error_full):
6369         * gst/gstelement.h:
6370           change _extended to _full
6372 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6374         reviewed by: <delete if not using a buddy>
6376         * docs/gst/tmpl/gst.sgml:
6377         * docs/gst/tmpl/gstbuffer.sgml:
6378         * docs/gst/tmpl/gstclock.sgml:
6379         * docs/gst/tmpl/gstelement.sgml:
6380         * docs/gst/tmpl/gstreamer-unused.sgml:
6381         * docs/gst/tmpl/gstxml.sgml:
6382         * gst/gstelement.c: (gst_element_error_full):
6383         * gst/gstelement.h:
6385 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6387         * gst/gstelement.h: fix _gst_element_error_printf prototype
6389 2004-01-20  David Schleef  <ds@schleef.org>
6391         * gst/gststructure.c: (gst_structure_to_string):
6392         Convert function to use gst_value_serialize().
6393         * gst/gstvalue.c: (gst_value_serialize_list),
6394         (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
6395         (gst_value_serialize_double_range), (gst_value_serialize_boolean),
6396         (gst_value_serialize_int), (gst_value_serialize_double),
6397         (gst_string_wrap), (gst_value_serialize_string),
6398         (gst_value_serialize), (gst_value_deserialize):
6399         * gst/gstvalue.h:
6400         Add implementations for serialize.
6402 2004-01-20  Julien MOUTTE  <julien@moutte.net>
6404         * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
6405         we want to keep that one in the future or change xvidenc.c to use 
6406         another error.
6408 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6410         * gst/gstelement.c: (_gst_element_error_printf):
6411         * gst/gstelement.h:
6412           privatise function
6414 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6416         * docs/random/error:
6417           doc explaining error system
6418         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
6419           cleanup
6421 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6423         * gst/gst-i18n-app.h:
6424         * gst/gst-i18n-lib.h:
6425           remove inclusion of config.h
6426         * po/POTFILES.in:
6427         * po/nl.po:
6428           add gst/gstelement.c
6430 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6432         * po/nl.po: updated Dutch translation
6434 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6436         * gst/gsterror.c: (_gst_core_errors_init),
6437         (_gst_library_errors_init), (_gst_resource_errors_init),
6438         (_gst_stream_errors_init):
6439         remove ending punctuation dots
6441 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6443         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
6444         * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
6445         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6446         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6447         (gst_pipefilter_chain), (gst_pipefilter_open_file):
6448         use GST_ERROR_SYSTEM
6450 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6452         * gst/gstelement.c: (gst_element_error_printf),
6453         (gst_element_error_extended):
6454         * gst/gstelement.h:
6455           add a helper printf function so we can have NULL values passed.
6457 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6459         * gst/gstelement.h:
6460           add G_STMT macros to gst_element_error, which isn't strictly
6461           necessary but people tell me to anyway.
6463 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6465         * gst/Makefile.am:
6466         * gst/autoplug/gstspideridentity.c:
6467         (gst_spider_identity_sink_loop_type_finding):
6468         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
6469         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
6470         (gst_filesink_close_file), (gst_filesink_handle_event),
6471         (gst_filesink_chain):
6472         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
6473         (gst_filesrc_map_region), (gst_filesrc_get_read),
6474         (gst_filesrc_open_file):
6475         * gst/elements/gstidentity.c: (gst_identity_chain):
6476         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6477         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6478         (gst_pipefilter_chain), (gst_pipefilter_open_file):
6479         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
6480         * gst/gst.h:
6481         * gst/gst_private.h:
6482         * gst/gstelement.c: (gst_element_class_init),
6483         (gst_element_default_error), (gst_element_error_func),
6484         (gst_element_error_extended):
6485         * gst/gstelement.h:
6486         * gst/gsterror.c: (_gst_core_errors_init),
6487         (_gst_library_errors_init), (_gst_resource_errors_init),
6488         (_gst_stream_errors_init), (gst_error_get_message):
6489         * gst/gsterror.h:
6490         * gst/gstinfo.c: (_gst_debug_init):
6491         * gst/gstmarshal.list:
6492         * gst/gstpad.c: (gst_pad_set_explicit_caps),
6493         (gst_pad_recover_caps_error), (gst_pad_pull):
6494         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
6495         * gst/schedulers/gstbasicscheduler.c:
6496         (gst_basic_scheduler_chainhandler_proxy),
6497         (gst_basic_scheduler_gethandler_proxy),
6498         (gst_basic_scheduler_cothreaded_chain):
6499         * po/POTFILES.in:
6500         * po/fr.po:
6501         * po/nl.po:
6502           change error signal
6503           add error categories
6505 2004-01-18  Jeremy Simon  <jesimon@libertysurf.fr>
6507         * gst/gsttag.c: (_gst_tag_initialize):
6508         * gst/gsttag.h:
6509         Add replaygain tag
6511 2004-01-18  Colin Walters  <walters@verbum.org>
6513         * examples/retag/retag.c: Call gst_init before processing
6514         program args.  Add g_assert to _link_many call.
6516 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6518         * gst/gstpad.c: (gst_pad_alloc_buffer):
6519           Return a newly allocated buffer when the pad has no peer.
6521 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6523         * gst/gstclock.c: (gst_clock_get_time):
6524           make it compile with gcc 2.95 again.
6525           Patch by Scott Wheeler
6527 2004-01-15  David Schleef  <ds@schleef.org>
6529         * gst/gstcaps.h:
6530         Added gst_caps_is_simple() macro.
6531         * testsuite/caps/caps.c: (test1):
6532         * testsuite/caps/intersect2.c: (main):
6533         * testsuite/caps/intersection.c: (main):
6534         Fixes to make 'make check' work again after removing
6535         gst_caps_is_chained().
6537 2004-01-15  Leif Johnson <leif@ambient.2y.net>
6539         * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
6540         and additions to the MIDI document.
6542 2004-01-15  David Schleef  <ds@schleef.org>
6544         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
6545         (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
6546         of GST_RPAD_, since we don't know if it's a real or ghost pad.
6548 2004-01-15  David Schleef  <ds@schleef.org>
6550         * gst/gstqueue.c:
6551         * gst/gstqueue.h:
6552         Fix the spelling of "treshold" and make min_threshold actually
6553         affect the queue.
6555 2004-01-15  David Schleef  <ds@schleef.org>
6557         * gst/gstcaps.c:
6558         Add lots of documentation.
6559         * gst/gstcaps.h:
6560         Deprecate a few functions.
6561         * gst/gstpad.c:
6562         Removed use of deprecated functions.
6564 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6566         * gst/gstpad.c: (gst_pad_is_linked):
6567         * gst/gstpad.h:
6568           implement gst_pad_is_linked
6569         * gst/gstelement.h:
6570           reserve space for initiate_state_change
6572 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6574         * gst/autoplug/gstspideridentity.c:
6575         (gst_spider_identity_sink_loop_type_finding):
6576           break infinite loop by just returning instead of looping
6577         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
6578           set event time difference correctly. Set it to 1 second instead
6579           of 100ms to be more tolerant
6580         * gst/gstelement.c: (gst_element_set_time):
6581           add debugging output
6583 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6585         * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
6586           query if buffers are inside the pool, ignore events
6588 2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6590         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
6591         (gst_clock_set_speed), (gst_clock_set_active),
6592         (gst_clock_is_active), (gst_clock_reset),
6593         (gst_clock_handle_discont):
6594         * gst/gstclock.h:
6595           deprecate old interface and disable functions that aren't in use
6596           anymore.
6597         * gst/gstelement.h:
6598         * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
6599         (gst_element_set_time), (gst_element_adjust_time):
6600           add concept of "element time" and functions to get/set this time.
6601         * gst/gstelement.c: (gst_element_change_state):
6602           update element time correctly.
6603         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
6604           This is a debug message, not a g_critical.
6605         * gst/gstpad.c: (gst_pad_event_default):
6606           handle discontinuous events right with element time.
6607         * gst/gstscheduler.c: (gst_scheduler_state_transition):
6608           update to clocking fixes.
6609           set clocks on elements in READY=>PAUSED. The old behaviour caused
6610           a wrong element time on the first element that started playing.
6611         * gst/schedulers/gstbasicscheduler.c:
6612         (gst_basic_scheduler_class_init):
6613         * gst/schedulers/gstoptimalscheduler.c:
6614         (gst_opt_scheduler_class_init):
6615           remove code that just implements the default behaviour.
6616         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
6617           update to use new clocking functions
6618         * testsuite/clock/clock1.c: (gst_clock_debug), (main):
6619         * testsuite/clock/clock2.c: (gst_clock_debug), (main):
6620           update to test new element time.
6621         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
6622           use _get_allowed_caps instead of _get_caps. This catches filtered
6623           caps correctly.
6624         * testsuite/debug/commandline.c:
6625           update for new GST_DEBUG syntax.
6626         * testsuite/threads/Makefile.am:
6627           disable a test that only works sometimes.
6629 2004-01-13  Julien MOUTTE <julien@moutte.net>
6631         * po/LINGUAS: Adding fr.
6632         * po/fr.po: Adding french translation.
6634 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6636         * gst/parse/grammar.y:
6637         * po/POTFILES.in:
6638         * po/nl.po:
6639         * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
6640           translate parsing error messages
6642 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6644         * po/POTFILES.in: adding gst-launch
6645         * po/nl.po: updated translation, all 99 strings translated
6646         * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
6647         (found_tag), (sigint_handler_sighandler), (play_handler), (main):
6648           fix strings for translation
6650 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6652         * gst/gst.c:
6653           - capitalize beginnings of popt options
6654           - fix strings for translation
6655           - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
6657 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6659         * po/README: add some notes on how to update translations
6661 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6663         * ABOUT-NLS: removed, is autogenerated from autopoint
6664         * autogen.sh: add autopoint stuff
6665         * configure.ac: fix up gettext stuff
6666         * gst/Makefile.am: add i18n headers to noinst_HEADERS
6667         * gst/elements/gsttypefindelement.c: add header include
6668         * gst/gettext.h: add header, copy from system-installed header
6669         * gst/gst-i18n-app.h: to be included by each app having translations
6670         * gst/gst-i18n-lib.h: to be included by each lib having translations
6671         * gst/gst.c: (init_pre): fix up gettext calls
6672         * gst/gst_private.h: remove i18n stuff, moving to separate headers
6673         * po/LINGUAS: the new way to specify translations present
6674         * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
6675         * po/Makevars: the variables filled in for GStreamer
6676         * po/POTFILES.in: added new files with translations
6677         * po/de.po: has new strings
6678         * po/nl.po: readded, has new strings
6680 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6682         * gst/gsttag.c: fix some strings marked for translation
6684 2004-01-13  Iain <iain@prettypeople.org>
6686         * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
6687         group when we add an element to it, cos we unref it when we remove one
6689 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6691         * testsuite/debug/commandline.c: (debug_not_reached):
6692         * testsuite/debug/output.c: (check_message):
6693           fix testsuite
6695 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6697         * examples/cutter/.cvsignore:
6698         * examples/helloworld/.cvsignore:
6699         * examples/launch/.cvsignore:
6700         * examples/manual/.cvsignore:
6701         * examples/mixer/.cvsignore:
6702         * examples/pingpong/.cvsignore:
6703         * examples/plugins/.cvsignore:
6704         * examples/queue/.cvsignore:
6705         * examples/queue2/.cvsignore:
6706         * examples/queue3/.cvsignore:
6707         * examples/queue4/.cvsignore:
6708         * examples/retag/.cvsignore:
6709         * examples/thread/.cvsignore:
6710         * examples/typefind/.cvsignore:
6711         * examples/xml/.cvsignore:
6712         * gst/.cvsignore:
6713         * gst/autoplug/.cvsignore:
6714         * gst/elements/.cvsignore:
6715         * gst/indexers/.cvsignore:
6716         * gst/parse/.cvsignore:
6717         * gst/registries/.cvsignore:
6718         * gst/schedulers/.cvsignore:
6719         * libs/gst/bytestream/.cvsignore:
6720         * libs/gst/control/.cvsignore:
6721         * libs/gst/getbits/.cvsignore:
6722         * tests/.cvsignore:
6723         * tests/bufspeed/.cvsignore:
6724         * tests/instantiate/.cvsignore:
6725         * tests/memchunk/.cvsignore:
6726         * tests/muxing/.cvsignore:
6727         * tests/sched/.cvsignore:
6728         * tests/seeking/.cvsignore:
6729         * tests/threadstate/.cvsignore:
6730         * testsuite/.cvsignore:
6731         * testsuite/caps/.cvsignore:
6732         * testsuite/cleanup/.cvsignore:
6733         * testsuite/dynparams/.cvsignore:
6734         * testsuite/plugin/.cvsignore:
6735         * tools/.cvsignore:
6736           update - this is huge, because it includes *.bb, *.bbg and *.da files
6737           which are generated for gcov.
6739 2004-01-11  David Schleef  <ds@schleef.org>
6741         * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
6742         a function to parse integers in ways that strto[u]l() does not.
6744 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6746         * tools/gst-inspect.c: (print_caps):
6747           improve output of caps a bit
6749 2004-01-11  David Schleef  <ds@schleef.org>
6751         * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
6752         inherit correct flags (READONLY and DONTKEEP).
6754 2004-01-11  David Schleef  <ds@schleef.org>
6756         * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
6757         (gst_filesrc_map_region):
6758         * gst/gstbuffer.c: (_gst_buffer_initialize),
6759         (_gst_buffer_sub_free), (gst_buffer_default_copy),
6760         (gst_buffer_new), (gst_buffer_create_sub),
6761         (gst_buffer_is_span_fast), (gst_buffer_span):
6762         * gst/gstbuffer.h:
6763         Change GstBuffer private structure element names. (all files)
6764         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
6765         (gst_queue_link):
6766         * gst/gstqueue.h:
6767         Implement getcaps/pad_link functions that handle the case where
6768         there are data in the queue.
6770 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6772         * gst/elements/gstbufferstore.c:
6773           initialize debugging structure correctly
6774         * gst/elements/gsttee.c: (gst_tee_set_property):
6775           g_object_notify when property was changed
6776         * gst/elements/gsttypefindelement.c:
6777         (gst_type_find_element_change_state):
6778           clear caps correctly
6780 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6782         * gst/gstqueue.c: (gst_queue_init):
6783           Use better defaults for when a queue should block. This
6784           gets rid of jerky playback for quite a few files.
6785           It takes more memory.
6787 2004-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6789         (gst_xml_registry_parse_padtemplate):
6790           make critical message slightly more useful
6792 2004-01-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6794         * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
6795         (gst_debug_message_get), (gst_debug_log_default):
6796         * gst/gstinfo.h:
6797           Change gst_debug_log(_valist) to take a const format string.
6798           Change prototype of log function and functions using those to 
6799           take a GstDebugMessage instead of a string that requires using
6800           gst_debug_message_get.
6802 2004-01-08  David Schleef  <ds@schleef.org>
6804         * Makefile.am:
6805         * configure.ac:
6806         Add option --enable-gcov to build GStreamer with -fprofile-arcs
6807         and -ftest-coverage, which allows gcov to show information about
6808         testsuite coverage.
6810 2004-01-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6812         * gst/gstutils.h:
6813           Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
6814           GST_PARENT_CALL_WITH_DEFAULT
6815         * gst/elements/gstaggregator.c: 
6816         * gst/elements/gstbufferstore.c: 
6817         * gst/elements/gstfakesink.c: 
6818         * gst/elements/gstfakesrc.c: 
6819         * gst/elements/gstfdsink.c: 
6820         * gst/elements/gstfdsrc.c: 
6821         * gst/elements/gstfilesink.c: 
6822         * gst/elements/gstfilesrc.c: 
6823         * gst/elements/gstidentity.c: 
6824         * gst/elements/gstmd5sink.c: 
6825         * gst/elements/gstmultidisksrc.c:
6826         * gst/elements/gstpipefilter.c: 
6827         * gst/elements/gstshaper.c:
6828         * gst/elements/gststatistics.c:
6829         * gst/elements/gsttee.c:
6830         * gst/elements/gsttypefindelement.c:
6831           use them.
6833 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6835         * docs/gst/gstreamer-docs.sgml: remove props
6836         * docs/gst/gstreamer-sections.txt: remove props
6837         * docs/gst/tmpl/gst.sgml:
6838         * docs/gst/tmpl/gstbin.sgml:
6839         * docs/gst/tmpl/gstbuffer.sgml:
6840         * docs/gst/tmpl/gstcaps.sgml:
6841         * docs/gst/tmpl/gstclock.sgml:
6842         * docs/gst/tmpl/gstelement.sgml:
6843         * docs/gst/tmpl/gstindex.sgml:
6844         * docs/gst/tmpl/gstobject.sgml:
6845         * docs/gst/tmpl/gstpad.sgml:
6846         * docs/gst/tmpl/gstpadtemplate.sgml:
6847         * docs/gst/tmpl/gstreamer-unused.sgml:
6848         * docs/gst/tmpl/gstthread.sgml:
6849         * docs/gst/tmpl/gstxml.sgml:
6850           sync with code reorganization
6852 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
6854         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
6855         Make the 'Could not find compatible pad' message more informative.
6857 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6858                                                                                 
6859         * gst/elements/gstfilesink.c: (gst_filesink_set_location):
6860           Fix for if we pass NULL as property to location.
6861         * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
6862         (gst_pipefilter_handle_event), (gst_pipefilter_chain):
6863           Fix for instantiate-test (see below).
6864         * gst/gststructure.c: (_gst_structure_parse_value):
6865           Fix compile error on gcc-2.96.
6866         * configure.ac:
6867         * tests/Makefile.am:
6868         * tests/instantiate/Makefile.am:
6869         * tests/instantiate/create.c: (create_all_elements), (main):
6870           Add a test that instantiates all elements. This makes it easy to
6871           track dead code for old API/design (like setting event functions
6872           on sink pads and so on).
6874 2004-01-06  Jan Schmidt  <thaytan@mad.scientist.com>
6876         * gst/gstcaps.c: (gst_caps_append_structure):
6877           Move the poisoning to allow a NULL structure
6878         * gst/gstevent.c: (_gst_event_free):
6879           When freeing a navigation event, free the structure
6880           also
6882 2004-01-04  David Schleef  <ds@schleef.org>
6884         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
6885         Remove usage of gst_pad_proxy_fixate.
6886         * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
6887         (gst_caps_split_one), (gst_caps_replace):
6888         Add poisoning code.
6889         * gst/gstmarshal.list:
6890         Add pointer__pointer for fixate signal
6891         * gst/gstpad.c: (gst_real_pad_class_init),
6892         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
6893         (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
6894         (gst_pad_set_explicit_caps), (gst_pad_template_new):
6895         Add poisoning code. Add fixate signal on RealPad. Change
6896         set_explicit_caps() to take const GstCaps, like try_set_caps().
6897         * gst/gstpad.h:
6898         * testsuite/caps/Makefile.am:
6899         * testsuite/caps/app_fixate.c: Add a test for the fixate signal
6901 2004-01-03  David Schleef  <ds@schleef.org>
6903         * gst/elements/gsttypefindelement.c:
6904         (gst_type_find_element_have_type), (gst_type_find_element_init):
6905         Use gst_pad_use_explicit_caps for src pad.
6906         * gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
6907         before using it.
6909 2004-01-03  David Schleef  <ds@schleef.org>
6911         * gst/gstelement.c: (gst_element_link_pads_filtered),
6912         (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
6913         that linking was successful.
6914         * gst/gstpad.c: (gst_pad_link_free),
6915         (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
6916         (gst_pad_link_try), (gst_pad_link_unnegotiate),
6917         (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
6918         GstPadLinkReturn correctly between functions, and don't fail
6919         when DELAYED is used (DELAYED is very important).  Better
6920         cleanup on unlinking and unnegotiation.  Should fix some spider
6921         bugs.
6923 2004-01-02  David Schleef  <ds@schleef.org>
6925         * gst/gstelement.c: (gst_element_class_init),
6926         (gst_element_base_class_init): ->padtemplates should be cleared
6927         in base_init, since we need to have a fresh list for every
6928         class.  (Alternately, we chould copy the list and share the
6929         actual pad templates (not the list), but that would require
6930         changing every plugin to move pad template registration from
6931         base_init to class_init.)
6933 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6935         * gst/gstelement.c: (gst_element_class_add_pad_template):
6936           Refuse registering a pad template if another pad template
6937           with the same name already exists (#114715).
6939 2004-01-02  David Schleef  <ds@schleef.org>
6941         * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
6942         (gst_caps_is_equal_fixed): Add new function.
6943         * gst/gstcaps.h: ditto.
6944         * gst/gstpad.c: (gst_real_pad_class_init),
6945         (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
6946         (gst_pad_set_explicit_caps), (gst_pad_get_caps):  In try_set_caps,
6947         check new caps against existing caps -- if they're the same, return
6948         OK without renegotiating.  caps-nego-failed signal fixed so that
6949         the marshaller isn't VOID__OBJECT.  Also changed to G_TYPE_POINTER
6950         to save an extra caps copy.  Don't complete negotiation if a pad
6951         link function returns DELAYED.
6953 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6955         * gst/gstpad.c: (gst_pad_try_relink_filtered):
6956           Fix wrong g_return_if_fail
6958 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
6960         * gst/gstbin.c: (gst_bin_class_init):
6961         Change the marshalling of element_added/element_removed
6962         to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER 
6963         complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
6965 2004-01-01  David Schleef  <ds@schleef.org>
6967         * gst/gstpad.c: (gst_pad_set_explicit_caps),
6968         (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
6969         (gst_pad_use_explicit_caps):
6970         * gst/gstpad.h:
6971         Add new functions.  gst_pad_use_explicit_caps() sets up a pad
6972         to use an internal getcaps and link fuction so that negotiation
6973         always results in the explicitly set caps.
6974         gst_pad_set_explicit_caps() sets the explicit caps.  These functions
6975         are particularly useful for decoders.
6977 2003-12-31  David Schleef  <ds@schleef.org>
6979         * gst/elements/gstidentity.c: (gst_identity_class_init),
6980         (gst_identity_init), (gst_identity_chain),
6981         (gst_identity_set_property), (gst_identity_get_property):
6982         * gst/elements/gstidentity.h:
6983         * gst/gstqueue.c: (gst_queue_init):
6984           Negotiation fixes.
6986 2003-12-31  David Schleef  <ds@schleef.org>
6988         * gst/gstcaps.c: (gst_caps_intersect),
6989         (_gst_caps_normalize_foreach), (gst_caps_normalize):
6990           Implement gst_caps_normalize().
6991         * testsuite/caps/normalisation.c: (main):
6992           Add an additional test
6994 2003-12-31  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6996         * gst/gstqueue.c: (gst_queue_init):
6997           use gst_pad_proxy_getcaps()
6999 2003-12-31  David Schleef  <ds@schleef.org>
7001         * gst/elements/gstshaper.c: (gst_shaper_link):
7002         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
7003         * gst/gstqueue.c: (gst_queue_link):
7004           Negotiation fixes.
7006 2003-12-31  David Schleef  <ds@schleef.org>
7008         * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
7009         * gst/gstpad.h: Add functions that are useful as default pad
7010         link and fixate functions for elements.
7012 2003-12-30  David Schleef  <ds@schleef.org>
7014         * gst/gstpad.c: (gst_pad_link_try):
7015           Fix segfault when attempting to return to old caps
7017 2003-12-29  David Schleef  <ds@schleef.org>
7019         * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
7020         (gst_caps_structure_simplify), (gst_caps_simplify):
7021         * gst/gstcaps.h:
7022           Add simplify function
7023         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
7024         (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
7025         * gst/gstpad.h:
7026           Copy over srcnotify, sinknotify when calling old pad_link
7027           functions.  Add new is_negotiated() function.
7028         * gst/gststructure.c: (gst_structure_copy):
7029           Fix an incredibly stupid bug that should have been noticed
7030           weeks ago.  _copy() returned the argument, not the new copy.
7032 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7034         * gst/gstcaps.c: (gst_caps_append):
7035           add sanity checks
7036         * gst/gstcaps.h: (gst_caps_debug):
7037           remove, it doesn't exist anymore.
7038         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
7039         (gst_element_threadsafe_properties_post_run):
7040           make debugging messages not clutter up THREAD debug category
7041         (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
7042         (gst_element_change_state):
7043           update to new caps API
7044         * gst/gstinterface.c: (gst_implements_interface_cast):
7045           don't put vital code in g_return_if_fail
7046         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps), 
7047         (gst_pad_link_filtered):
7048           add pst_pad_try_link and use it.
7049         (gst_pad_perform_negotiate), (gst_pad_renegotiate):
7050           implement correctly, deprecate first one.
7051         (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
7052           add and implement.
7053         (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
7054           implement.
7055         (gst_pad_get_negotiated_caps):
7056           add and implement. Make GST_PAD_CAPS call this function.
7057         (gst_pad_get_caps):
7058           remove unneeded check..
7059         (gst_pad_recover_caps_error):
7060           disable, always return FALSE.
7061         (gst_real_pad_dispose):
7062           don't free caps and appfilter anymore, they're unused.
7063         * gst/gstpad.h:
7064           Reflect changes mentioned above.
7065         * gst/gstsystemclock.c: (gst_system_clock_wait):
7066           Make 'clock is way behind' a debugging message.
7067         * gst/gstthread.c: (gst_thread_change_state):
7068           Fix debugging message
7070 2003-12-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7072         * gst/gstinfo.h:
7073           fix GST_DEBUG_CATEGORY_INIT gtk-doc description
7074         * docs/gst/tmpl/gstreamer-unused.sgml:
7075           removed all traces of cvs conflicts
7077 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7079         * configure.ac:
7080         * gst/schedulers/cothreads_compat.h:
7081         * libs/Makefile.am:
7082           remove last instances of wingo cothread usage
7084 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7086         * gst/gstplugin.c:
7087         * gst/gstversion.h.in:
7088         * gst/parse/grammar.y:
7089           change comment block from /** to /* when not gtk-doc comments
7091 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7093         * gst/gst.c: whitespace and doc style fixes
7095 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7097         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
7099 2003-12-24  Colin Walters  <walters@verbum.org>
7101         * gst/elements/gsttypefindelement.c:
7102           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
7103           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
7104           Don't double-free caps.
7106 2003-12-23  David Schleef  <ds@schleef.org>
7108         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
7109           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
7110           Many little fixes and additions of debug statements to
7111           get rhythmbox working.
7113 2003-12-23  Colin Walters  <walters@verbum.org>
7115         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
7116         Use GST_PAD_LINK_SUCCESSFUL.
7118 2003-12-23  David Schleef  <ds@schleef.org>
7120         * gst/elements/gstaggregator.c:
7121         * gst/elements/gsttee.c:
7122           Use gst_pad_proxy_getcaps().
7123         * gst/gstpad.c:
7124         * gst/gstpad.h:
7125           Add gst_pad_proxy_getcaps(), which filter elements can use
7126           as a generic getcaps implementation.
7127           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
7128           was advertised.
7130 2003-12-23  David Schleef  <ds@schleef.org>
7132         * gst/gstpad.c:
7133           Rearrange/rewrite much of the pad negotiation code, since it
7134           resembled pasta.  This actually changes the way some
7135           negotiation works, since the previous code was inconsistent
7136           depending on how it was invoked.  Add (internal) structure
7137           GstPadLink, which is used to hold some information (more in
7138           the future) about the link between two pads.  Fixes a number
7139           of bugs, including random lossage of filter caps when the
7140           initial negotiation is delayed.  A few functions are still
7141           unimplemented.
7142         * gst/gstpad.h:
7143           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
7144           these when testing GstPadLinkReturn values instead of comparing
7145           directly.
7147 2003-12-23  David Schleef  <ds@schleef.org>
7149         * gst/gstvalue.c: 
7150         * gst/gstvalue.h:
7151           Rearrange lots of code.  Change registration of compare function
7152           into registration of compare/serialize/deserialize functions.
7153           Doesn't include implementation of gst_value_[de]serialize(),
7154           but that should be easy.
7156 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7158         * docs/gst/gstreamer-sections.txt:
7159         * docs/gst/tmpl/gstprops.sgml: removed
7160         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
7161           David removed props and caps code, so let's remove their docs as well.
7162           Removed all no longer existing symbols from gstreamer-sections.txt
7163           
7164 2003-12-22  Colin Walters  <walters@verbum.org>
7166         * gst/gsttaginterface.c, gst/gsttaginterface.h,
7167           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
7168           of tags directly.
7170 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7172         * gst/elements/gstelements.c:
7173           Set ranks of elements to NONE, so the autoplugger doesn't use them.
7174         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
7175           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
7176           gst_caps (peer).
7178 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7180         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
7181         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
7182         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
7183         (gst_spider_identity_sink_loop_type_finding):
7184         * gst/autoplug/gstspideridentity.h:
7185           Fix autoplugging in spider element, so it works with new caps.
7186           This was mainly caused by identifying empty caps incorrectly.
7188 2003-12-22  David Schleef  <ds@schleef.org>
7190         * gststructure.c, gstvalue.c, gstvalue.h: Add
7191           gst_value_init_and_copy() and use it, to avoid silly mistakes in
7192           using g_value_copy()
7194 2003-12-21  David Schleef  <ds@schleef.org>
7196         * many, many files: Merge CAPS branch.  This includes:
7197           - implemention of GstValue and several GstValue types
7198           - implemention of GstStructure
7199           - entire rewrite of GstCaps
7200           - removal of GstProps
7201           - many changes to GstPad to compensate for new caps paradigm
7202           - removal of GstBufferpool
7203         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
7204         gstvalue.h, gst/gstcaps[2]*.[ch]:
7205           - rename gstcaps2.[ch] to gstcaps.[ch]
7207 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7209         * gst/gstqueue.c: (gst_queue_handle_pending_events),
7210         (gst_queue_chain), (gst_queue_handle_src_event):
7211           implement timeout for sending events. Workaround for if the
7212           pipeline on this queue is not passing any data.
7214 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
7215                                                                                 
7216         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
7217         * moved CVS to freedesktop.org