]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/blob - ChangeLog
Since parse can do 'element name=a:b' make 'a:b.' work as well.
[glsdk/gstreamer0-10.git] / ChangeLog
1 2004-10-19  Wim Taymans  <wim at fluendo dot com>
3         * gst/parse/parse.l:
4         * testsuite/parse/parse1.c: (main):
5         Since parse can do 'element name=a:b' make 'a:b.' work as
6         well. 
7         Added testcase to verify fix.
9 2004-10-19  Wim Taymans  <wim at fluendo dot com>
11         * tools/gst-inspect.c: (print_pad_info), (print_plugin_features):
12         Use the realpad when printing the direction.
13         Add extra \n when printing extensions of typefind factories.
15 2004-10-13  David Schleef  <ds@schleef.org>
17         * examples/manual/Makefile.am: $< isn't portable in Makefile
18         rules.
20 2004-10-13  Stefan Kost  <ensonic@users.sf.net>
22         * docs/gst/tmpl/gstobject.sgml:
23         * docs/gst/tmpl/gstplugin.sgml:
24         * docs/gst/tmpl/gstpluginfeature.sgml:
25         * docs/gst/tmpl/gstregistry.sgml:
26         * docs/gst/tmpl/gstversion.sgml:
27         * gst/gstbin.c:
28           more api documentation
29         * gst/gstplugin.c: (gst_plugin_register_func),
30         (gst_plugin_check_file), (gst_plugin_load_file):
31           better error signaling and logging
33 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
35         * gst/gstqueue.c: (gst_queue_init), (gst_queue_handle_src_query):
36           Subtract current queue contents from position queries.
38 2004-10-11  Johan Dahlin  <johan@gnome.org>
40         * gst/gsturi.c (gst_uri_get_location): unescape string
41         (gst_uri_construct): escape string.
43 2004-10-11  Benjamin Otte  <otte@gnome.org>
45         * gst/gstpad.c: (gst_pad_renegotiate), (gst_pad_try_set_caps),
46         (gst_pad_try_set_caps_nonfixed):
47           allow renegotiation of unconnected pads (as inside spider). Simply
48           return OK if unconnected - mimic try_set_caps there.
50 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
52         * gst/gstbin.c: (gst_bin_sync_children_state):
53           Add missing break.
55 2004-10-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
57         * gst/elements/gstfakesrc.c: (gst_fakesrc_get):
58         Set element to EOS before sending EOS event
60 2004-10-08  Wim Taymans  <wim at fluendo dot com>
62         * gst/elements/gsttypefindelement.c:
63         (gst_type_find_element_handle_event):
64         Handle EOS events when doing the transition from
65         typefind to data passing. This should fix the
66         infinite loops in short files.
68 2004-10-07  Wim Taymans  <wim at fluendo dot com>
70         * gst/gstthread.c: (gst_thread_change_state),
71         (gst_thread_child_state_change):
72         Make sure no iteration happens while performing
73         the state change as it could mess up the internal
74         consistency of the thread state.
76 2004-10-07  Wim Taymans  <wim at fluendo dot com>
78         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_sync),
79         (gst_thread_change_state), (gst_thread_child_state_change):
80         Do not try to grab the iterate lock in the state change method
81         when we are in the same thread as the iterate or else we
82         could deadlock. Some other cleanups.
84 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
86         * configure.ac:
87           bump nano to cvs
89 === release 0.8.7 ===
91 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
93         * configure.ac:
94         * NEWS:
95         * RELEASE:
96         * configure.ac:
97           releasing 0.8.7, "A Cruise"
99 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
101         * docs/random/mimetypes:
102         Add an entry for Sony ATRAC3 audio format with mime-type
103         used by rmdemux et riff-read
105 2004-10-06  Wim Taymans  <wim at fluendo dot com>
107         * gst/elements/gsttypefindelement.c: (stop_typefinding):
108         Push the buffer store instead of clearing it in case that
109         the stream is not seekable.
111 2004-10-06  Wim Taymans  <wim at fluendo dot com>
113         * gst/gstthread.c: (gst_thread_init), (gst_thread_change_state),
114         (gst_thread_main_loop):
115         Lock the iteration and the state change so that automatic
116         negotiation and fixation does not happen at the same time
117         as the in stream negotiation.
119 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
121         * configure.ac:
122           bump nano to cvs
124 === release 0.8.6 ===
126 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
128         * configure.ac:
129         * NEWS:
130         * RELEASE:
131         * configure.ac:
132           releasing 0.8.6, "Narc"
134 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
136         * configure.ac:
137           prerel bump
139 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
141         patch by: Steve Lhomme
143         * gst/elements/gstfakesrc.c:
144         * gst/elements/gstidentity.c:
145         * gst/gstthread.c:
146           Fix for #153881
148 2004-10-01  Wim Taymans  <wim at fluendo dot com>
150         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc):
151         Fix threadsafety of the crc checking function.
153 2004-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
155         patch by: Ronald Bultje
157         * gst/elements/gsttypefindelement.c: (stop_typefinding),
158         (gst_type_find_element_handle_event),
159         (gst_type_find_element_chain):
160         * gst/elements/gsttypefindelement.h:
161          #153657.
162          Filter out discont event from seekable sources when typefind
163          asks them to seek.  Fixes typefind with demuxers for
164          avi, asf and matroska.
166 2004-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
168         * docs/gst/gstreamer-sections.txt:
169         * gst/gstcaps.c:
170         * gst/gstcaps.h:
171         * gst/gstpad.c:
172           Revert preferred caps: (#147789)
174 2004-09-19  Steve Lhomme  <steve.lhomme@free.fr>
176         * win32/dirent.c:
177           fix a memory leak
179 2004-09-10  Thomas Vander Stichele  <thomas at apestaart dot org>
181         * configure.ac:
182           bump for prerelease
184 2004-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
186         * docs/Makefile.am:
187         * docs/manual/elements-api.xml:
188           restructure so that common stuff is shown first
189         * docs/manual/init-api.xml:
190           convert to examples
191         * docs/manual/manual.xml:
192         * docs/manuals.mak:
193         * docs/url.entities:
194           link to API on the website, possibly override later in build
195         * examples/manual/.cvsignore:
196           ignore more
197         * examples/manual/Makefile.am:
198           add more examples
199         * examples/manual/extract.pl:
200           error out on failure
202 2004-09-08  Thomas Vander Stichele  <thomas at apestaart dot org>
204         * docs/gst/tmpl/gstthread.sgml:
205         * docs/manual/init-api.xml:
206         * examples/manual/Makefile.am:
207           convert two code bits to examples
209 2004-09-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
211         * gst/gstelement.c: (gst_element_change_state):
212           Well, actually, I was about to remove this insane assert when
213           I noticed Wim already did that. A warning is nice so we can
214           fix actual ugs (using --g-fatal-warnings and backtraces), so
215           I added that instead.
217 2004-09-06  Wim Taymans  <wim@fluendo.com>
219         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
220         (gst_element_threadsafe_properties_post_run),
221         (gst_element_set_state), (gst_element_change_state):
222         Added extra refcounting around various places. 
224 2004-09-06  Wim Taymans  <wim@fluendo.com>
226         * gst/gstpad.c: (gst_pad_link_call_link_functions):
227         Fix debug info.
229 2004-09-06  Wim Taymans  <wim@fluendo.com>
231         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
232         (remove_from_group):
233         Some more debug info.
235 2004-09-03  Wim Taymans  <wim@fluendo.com>
237         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
238         (gst_fakesrc_init), (gst_fakesrc_set_clock),
239         (gst_fakesrc_set_property), (gst_fakesrc_get_property),
240         (gst_fakesrc_get), (gst_fakesrc_change_state):
241         * gst/elements/gstfakesrc.h:
242         * gst/elements/gstidentity.c: (gst_identity_class_init),
243         (gst_identity_init), (gst_identity_chain),
244         (gst_identity_set_property), (gst_identity_get_property),
245         (gst_identity_change_state):
246         * gst/elements/gstidentity.h:
247         Added datarate properties to limit the datarate.
249 >>>>>>> 1.808
250 2004-08-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
252         * gst/autoplug/gstspider.c: (plugin_init):
253           don't set a rank. We don't want to autoplug by inserting spiders.
255 2004-08-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
257         * gst/autoplug/gstspider.c: (gst_spider_class_init),
258         (gst_spider_identity_plug):
259           add a template for spider's sink
260         * gst/gst.c: (gst_register_core_elements):
261           queue's rank should be NULL, we don't want spider to add it.
263 2004-08-18  David Schleef  <ds@schleef.org>
265         * docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331)
266         * docs/libs/Makefile.am: same
267         * docs/gst/tmpl/gstxml.sgml: Remove GstXMLNs
268         * docs/random/ds/0.9-planning: random additions
269         * docs/random/ds/0.9-suggested-changes: same
270         * gst/gstxml.h: remove vestigal GstXMLNs definition
272         Preferred caps: (#147789)
273         * docs/gst/gstreamer-sections.txt: Add symbols
274         * docs/gst/tmpl/gstcaps.sgml: Add symbols
275         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
276         (gst_caps_append), (gst_caps_copy_1), (gst_caps_intersect),
277         (gst_caps_union), (gst_caps_save_thyself), (gst_caps_load_thyself),
278         (gst_caps_get_preferred), (gst_caps_set_preferred),
279         (gst_caps_get_structure_by_id), (gst_caps_prefer_foreach),
280         (gst_caps_use_preferred): Handle caps preferences
281         * gst/gstcaps.h: Add caps preferences
282         * gst/gstpad.c: (gst_pad_link_get_preferred),
283         (gst_pad_link_fixate), (gst_pad_link_call_link_functions),
284         (gst_pad_renegotiate), (gst_pad_guess_preferred),
285         (gst_pad_get_caps), (gst_pad_push):  Use caps preferences for
286         negotiation.
288 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
290         * gst/autoplug/gstspideridentity.c:
291         (gst_spider_identity_request_new_pad):
292         * gst/elements/gstaggregator.c: (gst_aggregator_base_init),
293         (gst_aggregator_init):
294         * gst/elements/gstfakesink.c: (gst_fakesink_base_init),
295         (gst_fakesink_init):
296         * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
297         (gst_fakesrc_init):
298         * gst/elements/gstfdsink.c: (gst_fdsink_base_init),
299         (gst_fdsink_init):
300         * gst/elements/gstfdsrc.c: (gst_fdsrc_base_init), (gst_fdsrc_init):
301         * gst/elements/gstfilesink.c: (gst_filesink_base_init),
302         (gst_filesink_init):
303         * gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
304         (gst_filesrc_init):
305         * gst/elements/gstidentity.c: (gst_identity_base_init),
306         (gst_identity_init):
307         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
308         (gst_multifilesrc_init):
309         * gst/elements/gstpipefilter.c: (gst_pipefilter_base_init),
310         (gst_pipefilter_init):
311         * gst/elements/gststatistics.c: (gst_statistics_base_init),
312         (gst_statistics_init):
313         * gst/elements/gsttee.c: (gst_tee_base_init), (gst_tee_init):
314         * gst/gstqueue.c: (gst_queue_base_init), (gst_queue_init):
315           s/gst_pad_new/&_from_template/
316           register pad templates in the base_init function
317           add static pad template definitions
319 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
321         * testsuite/bytestream/gstbstest.c: (gst_bstest_init):
322         * testsuite/dynparams/dparamstest.c: (gst_dptest_init):
323         * testsuite/refcounting/pad.c: (main):
324         * testsuite/refcounting/thread.c: (create_thread_ghostpads):
325           s/gst_pad_new/&_from_template/
326           prepare deprecation of gst_pad_new
328 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
330         patch by: Luca Ognibene <skaboy81@virgilio.it>
332         * gst/gstcaps.c:
333         * gst/gstelement.c:
334         * gst/gstpad.c:
335         * gst/gstxml.c:
336           fix memleaks.  Fixes #150001
338 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
340         * docs/random/ds/0.9-suggested-changes:
341           add notes - mostly about pad templates
343 2004-08-16  Steve Lhomme  <steve.lhomme@free.fr>
345         * win32/GStreamer.vcproj:
346           temporary locale files are .gmo not .mo
348 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
350         * configure.ac: bump nano to cvs
352 === release 0.8.5 ===
354 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
356         * configure.ac:
357           releasing 0.8.5, "Stuttgart"
358         * NEWS:
359         * RELEASE:
360         * configure.ac:
361         * docs/random/release:
362           updates for release
364 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
366         patch by: Wim Taymans (wim@fluendo.com)
368         * gst/gstbuffer.c:
369         * gst/gstindex.h:
370         * libs/gst/dataprotocol/dataprotocol.c:
371           copy KEY_UNIT and DELTA_UNIT flags correctly.  Fixes #150242
373 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
375         * Makefile.am:
376         * win32/MANIFEST:
377           add win32 dir to the build.  Fixes #149981.
379 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
381         * configure.ac:
382           bump libtool versioning
383         * gst/gststructure.c:
384           mark function as static
385         * po/af.po:
386         * po/az.po:
387         * po/ca.po:
388         * po/cs.po:
389         * po/en_GB.po:
390         * po/fr.po:
391         * po/nl.po:
392         * po/sq.po:
393         * po/sr.po:
394         * po/sv.po:
395         * po/tr.po:
396         * po/uk.po:
397           translations update
398         * win32/README.txt:
399           trademark protection
401 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
403         * configure.ac:
404           fix GST_ORIGIN
405           set GST_PACKAGE to source, and distinguish between release and other
406         * tools/gst-inspect.c:
407           print out plugin an element factory is part of so we see this info
409 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
411         * docs/gst/gstreamer-sections.txt:
412         * docs/gst/tmpl/gstbuffer.sgml:
413         * docs/gst/tmpl/gstschedulerfactory.sgml:
414           reorder docs a little, make GstBuffer's more sensible.
415         * gst/gstbuffer.h:
416           API: added GST_BUFFER_FLAG_DELTA_UNIT
417         * gst/gstscheduler.c:
418           comment API addition
420 2004-08-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
422         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
423           work with non-regular files that can be mmapped (like /dev/zero)
424         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
425           get rid of typefinds that require a seek when we can't seek instead
426           of trying them over and over again
427         * tools/gst-launch.c: (idle_func), (error_cb), (main):
428           return non-zero failure value when the pipeline was interrupted or
429           an error occurred
431 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
433         * win32/config.h:
434         * win32/GStreamer.vcproj:
435           compile and install the locales
437 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
439         * gst/gstvalue.c:
440           fix a possible memory leak under Windows
442 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
444         * win32/GStreamer.vcproj:
445           fix a memory leak that occured under Windows
446         * win32/gstreamer.def:
447           add gst_scheduler_register
449 2004-08-11  Benjamin Otte  <otte@gnome.org>
451         * docs/gst/gstreamer-sections.txt:
452         * gst/gstscheduler.c: (gst_scheduler_register):
453         * gst/gstscheduler.h:
454           API:
455           add gst_scheduler_register shortcut similar to gst_element_register
456         * gst/schedulers/entryscheduler.c: (plugin_init):
457         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
458         * gst/schedulers/gstoptimalscheduler.c: (plugin_init):
459           use it
461 2004-08-10  Steve Lhomme  <steve.lhomme@free.fr>
463         * gst/gstvalue.h:
464           fix a memory leak that occured under Windows
466 2004-08-10  Colin Walters  <walters@redhat.com>
468         * gst/registries/gstxmlregistry.c (gst_xml_registry_open_func):
469         Don't use O_EXCL to open temporary registry.  It will prevent
470         registry creation if a temporary one already exists, which
471         is unnecessary.
473 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
475         * docs/gst/gstreamer-sections.txt:
476         * docs/gst/tmpl/gstvalue.sgml:
477           remove some valuable stuff from the documentation due to the use of GST_EXPORT
479 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
481         * win32/gstbytestream.vcproj:
482         * win32/gstelements.vcproj:
483         * win32/gstgetbits.vcproj:
484         * win32/gst-inspect.vcproj:
485         * win32/gst-launch.vcproj:
486         * win32/gstoptimalscheduler.vcproj:
487         * win32/GStreamer.vcproj:
488         * win32/gst-register.vcproj:
489         * win32/gstspider.vcproj:
490           update the include and lib dirs to fit standard libraries as
491           described in the Win32 manual
493 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
495         * win32/config.h:
496         * win32/gstversion.h:
497           enable NLS again, push the version number for the coming 0.8.5 release
499 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
501         * gst/gstvalue.h:
502           export gst_type_XXX for windows DLLs
504 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
506         * docs/faq/gst-uninstalled:
507           fix PKG_CONFIG_PATH and PYTHONPATH
508         * gst/schedulers/Makefile.am:
509           cleanup
510         * libs/gst/bytestream/bytestream.c:
511           remove newline
512         * po/LINGUAS:
513         * po/sq.po:
514           adding Albanian translation (Laurent Dhima)
515         * po/cs.po:
516           updated
518 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
520         * po/ca.po:
521         * po/sv.po:
522           updated translations
524 2004-08-04  Benjamin Otte  <otte@gnome.org>
526         * tests/mass_elements.c: (main):
527           allow specifying src and sink element explicitly, so I can test
528           videotestsrc instead of fakesrc
530 2004-08-04  Benjamin Otte  <otte@gnome.org>
532         * gst/gststructure.c: (gst_structure_id_empty_new_with_size),
533         (gst_structure_id_empty_new), (gst_structure_empty_new),
534         (gst_structure_copy):
535           add gst_structure_id_empty_new_with_size to allow preallocating
536           value array sizes. Use this in gst_structure_copy to get rid of
537           reallocs.
538           don't do quark=>string=>quark when copying structures
540 2004-08-03  Steve Lhomme  <steve.lhomme@free.fr>
542         * docs/manual/win32.xml:
543         * win32/README.txt:
544           update documentation with the clean version of dependencies
546 2004-08-03  Benjamin Otte  <otte@gnome.org>
548         * gst/schedulers/entryscheduler.c:
549         (gst_entry_scheduler_remove_element):
550           fix for GST_DISABLE_DEBUG
551         * tools/gst-launch.c: (print_tag):
552           fixes for G_DISABLE_ASSERT
554 2004-08-03  Benjamin Otte  <otte@gnome.org>
556         * gst/gst.c: (gst_register_core_elements):
557           fix for G_DISABLE_ASSERT
558         * gst/gstinfo.c: (__gst_in_valgrind):
559           add for GST_DISABLE_DEBUG
561 2004-08-03  Benjamin Otte  <otte@gnome.org>
563         * gst/parse/parse.l:
564           fix for G_DISABLE_ASSERT
566 2004-08-03  Wim Taymans  <wim@fluendo.com>
568         * gst/gstbin.c: (gst_bin_get_type),
569         (gst_bin_child_state_change_func):
570         * gst/gstthread.c: (gst_thread_change_state):
571         Backported some debug logging from a reverted patch
572         Don't try to destroy the thread twice. Added some more
573         debugging in GstThread. Unlock and signal even if we
574         are in the thread context.
576 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
578         * po/uk.po:
579           updated translation
581 2004-07-30  David Schleef  <ds@schleef.org>
583         * gst/gstatomic_impl.h: Enable atomic code for x86_64
585 2004-07-29  David Schleef  <ds@schleef.org>
587         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test):
588         Use GST_READ_GUINTxx_BE(), since it accesses unaligned memory.
590 2004-07-29  Thomas Vander Stichele  <thomas at apestaart dot org>
592         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
593         (gst_bin_add_func), (gst_bin_remove_func),
594         (gst_bin_child_state_change), (gst_bin_child_state_change_func),
595         (set_kid_state_func), (gst_bin_change_state), (gst_bin_set_state),
596         (gst_bin_change_state_norecurse), (gst_bin_dispose),
597         (gst_bin_sync_children_state):
598         * gst/gstbin.h:
599         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_release),
600         (gst_thread_change_state):
601         * testsuite/states/Makefile.am:
602           revert state change patches as agreed so we can rework them
603           gradually
605 2004-07-29  Benjamin Otte  <otte@gnome.org>
607         * libs/gst/control/Makefile.am:
608           link to libgstreamer (fixes Debian bug 262019, see
609           http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=262019 )
611 2004-07-29  Wim Taymans  <wim@fluendo.com>
613         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
614         (check_from_fraction_convert), (transform_test), (main):
615         Make the test less pedantic about float roundoff errors.
617 2004-07-29  Benjamin Otte  <otte@gnome.org>
619         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file),
620         (gst_filesrc_srcpad_event):
621           make seek events to before start/after end of file not fail, but
622           seek to start/end instead
623         * testsuite/caps/fraction-convert.c: (check_from_double_convert):
624           add more output
626 2004-07-29  Benjamin Otte  <otte@gnome.org>
628         * gst/gstpad.c: (gst_pad_set_explicit_caps):
629           check that caps are fixed
630         * gst/gstpad.c: (gst_pad_template_new):
631           don't try to simplify caps, costs too much time on gst_init
632         * gst/gstplugin.c: (gst_plugin_add_feature):
633           G_ERROR if features are added twice
634         * gst/gsttypefind.c: (gst_type_find_register):
635         * gst/gstelementfactory.c: (gst_element_register):
636           don't add features twice
637         * docs/random/ds/0.9-suggested-changes:
638           add note about possible gst_init optimization
640 2004-07-28  David Schleef  <ds@schleef.org>
642         * testsuite/elements/Makefile.am:
643         * testsuite/elements/struct_i386.h:
644         * testsuite/elements/struct_size.c: (main):  A little test
645         to keep distcheck from working if someone changes a structure
646         size accidentally.
648 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
650         * docs/libs/Makefile.am:
651         * docs/libs/gstreamer-libs-docs.sgml:
652         * docs/libs/gstreamer-libs-sections.txt:
653         * docs/libs/tmpl/gstbytestream.sgml:
654         * docs/libs/tmpl/gstcontrol.sgml:
655         * docs/libs/tmpl/gstdataprotocol.sgml:
656         * docs/libs/tmpl/gstgetbits.sgml:
657         * libs/gst/bytestream/Makefile.am:
658         * libs/gst/bytestream/bytestream.c:
659         * libs/gst/bytestream/bytestream.h:
660         * libs/gst/control/Makefile.am:
661         * libs/gst/dataprotocol/Makefile.am:
662         * libs/gst/getbits/Makefile.am:
663         * libs/gst/getbits/getbits.h:
664           various doc and style fixes, adding bytestream to libs docs.
666 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
668         * docs/gst/gstreamer-docs.sgml:
669         * docs/libs/Makefile.am:
670         * docs/libs/gstreamer-libs-docs.sgml:
671         * docs/libs/gstreamer-libs-sections.txt:
672         * libs/gst/control/dparam.c:
673           more doc fixes.  gst-libs docs now build the same way as gst.
675 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
677         * configure.ac:
678         * testsuite/Makefile.am:
679         * testsuite/bins/Makefile.am:
680         * testsuite/caps/Makefile.am:
681         * testsuite/cleanup/Makefile.am:
682         * testsuite/clock/Makefile.am:
683         * testsuite/debug/Makefile.am:
684         * testsuite/dlopen/Makefile.am:
685         * testsuite/dynparams/Makefile.am:
686         * testsuite/elements/.cvsignore:
687         * testsuite/elements/Makefile.am:
688         * testsuite/enumcaps/Makefile.am:
689         * testsuite/enumcaps/enumcaps.c:
690         * testsuite/ghostpads/Makefile.am:
691         * testsuite/indexers/Makefile.am:
692         * testsuite/negotiation/Makefile.am:
693         * testsuite/parse/Makefile.am:
694         * testsuite/plugin/Makefile.am:
695         * testsuite/refcounting/Makefile.am:
696         * testsuite/schedulers/.cvsignore:
697         * testsuite/states/Makefile.am:
698         * testsuite/tags/Makefile.am:
699         * testsuite/threads/Makefile.am:
700           fold enumcaps into caps dir
701           clean up Makefile.am's for testsuite
703 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
705         * docs/gst/Makefile.am:
706         * docs/libs/Makefile.am:
707           clean up docs build.  Fixes needless rebuilding of template files.
709 2004-07-28  Wim Taymans  <wim@fluendo.com>
711         * gst/gstbin.c: (set_kid_state_func), (gst_bin_set_state):
712         * gst/gstthread.c: (gst_thread_release), (gst_thread_set_state):
713         Make sure that a bin state change tries to keep the children
714         in sync. 
715         Added debug logging to the thread.
717 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
719         * win32/GStreamer.vcproj:
720         * win32/gstreamer.def:
721           more exports for the plugins
723 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
725         * win32/gstgetbits.vcproj:
726         * win32/gstgetbits.def:
727         * win32/msvc71.sln:
728           add support for the getbits plugin
730 2004-07-27  Wim Taymans  <wim@fluendo.com>
732         * gst/gstvalue.c: (gst_value_transform_double_fraction),
733         (gst_value_transform_fraction_double), (_gst_value_initialize):
734         * testsuite/caps/Makefile.am:
735         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
736         (check_from_fraction_convert), (transform_test), (main):
737         Added transform functions between double and fraction.
738         Added testcase to verify transforms
740 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
742         * win32/GStreamer.vcproj:
743           rename GStreamer-0.8.lib to libgstreamer.lib
745 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
747         * win32/gstelements.vcproj:
748         * win32/gstoptimalscheduler.vcproj:
749           fixes for the Release build
751 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
753         * win32/config.h:
754           update the version number
756 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
758         * win32/GStreamer.vcproj:
759           add gstinterface to the build
761 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
763         * win32/gstreamer.def:
764           add many definitions needed by plugins,
765           GST_CAT_DEFAULT only available in the Debug build ?
767 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
769         * gst/gstelement.c: (gst_element_set_eos_recursive):
770           various whitespace fixes.
771           doc fix, fixes #148497
773 2004-07-25  Benjamin Otte  <otte@gnome.org>
775         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
776           don't delay links on the sink elements, it causes unnegotiated
777           links.
778         * gst/elements/gsttypefindelement.c:
779         (gst_type_find_element_base_init):
780           add our padtemplates, we indeed do have some.
781         * gst/elements/gsttypefindelement.c:
782         (gst_type_find_element_handle_event),
783         (gst_type_find_element_chain):
784           don't push data when typefinding failed.
785         * gst/gstpad.c: (gst_pad_link_fixate):
786           check that no fixate function returns empty caps.
787         * gst/gstpad.c: (gst_pad_push):
788           check that the link is negotiated before data gets pushed.
789         * tools/gst-register.c: (main):
790           don't assert (fixes #148283)
792 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
794         * docs/gst/gstreamer-sections.txt:
795         * docs/gst/tmpl/gstconfig.sgml:
796           add GST_PLUGIN_EXPORT definition
798 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
800         * gst/gstplugin.h:
801         * gst/gstconfig.h.in:
802         * win32/gstconfig.h:
803         * win32/gstelements.def:
804         * win32/gstelements.vcproj:
805         * win32/gstoptimalscheduler.def:
806         * win32/gstoptimalscheduler.vcproj:
807         * win32/gstspider.def:
808         * win32/gstspider.vcproj:
809           remove unused .def files and export symbols using GST_PLUGIN_DEFINE
811 2004-07-25  Thomas Vander Stichele  <thomas at apestaart dot org>
813         * docs/gst/gstreamer-sections.txt:
814           remove GST_CAT_DEFAULT because the type has changed
816 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
818         * win32/gstbytestream.vcproj:
819         * win32/gstelements.vcproj:
820         * win32/gst-inspect.vcproj:
821         * win32/gst-launch.vcproj:
822         * win32/gstoptimalscheduler.vcproj:
823         * win32/GStreamer.vcproj:
824         * win32/gst-register.vcproj:
825         * win32/gstspider.vcproj:
826         * win32/msvc71.sln:
827           Copy the files where needed after building, The testsuite will be
828           built separately
830 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
832         * win32/config.h:
833         * win32/README.txt:
834         * docs/manual/win32.xml:
835         Fixed the plugin and GStreamer location
837 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
839         * win32/gstreamer.def:
840         More exports for the plugins
842 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
844         * gst/gstinfo.h:
845         Marc was right, we need to export literally GST_CAT_DEFAULT
847 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
849         * win32/config.h:
850         NLS crashes in gettext, disabled until this is solved
852 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
854         * win32/gst-inspect.vcproj:
855         * win32/gst-launch.vcproj:
856         Should use NLS when available
858 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
860         * gst/registries/gstxmlregistry.c:
861         removing the file doesn't seem to be a good idea on Linux
863 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
865         * gst/registries/gstxmlregistry.c:
866         Remove the registry before renaming the tempfile (needed for Windows)
868 2004-07-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
870         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init),
871         (gst_multifilesrc_init), (gst_multifilesrc_set_property),
872         (gst_multifilesrc_get_property), (gst_multifilesrc_get):
873         * gst/elements/gstmultifilesrc.h:
874         Added newmedia property so it generates newmedia events between each
875         file when property is set, as well as fixed eos handling
877 2004-07-22  David Schleef  <ds@schleef.org>
879         * gst/gststructure.c: (gst_structure_id_empty_new),
880         (gst_structure_empty_new):  Set type field correctly.
881         * gst/gststructure.h: Check type field correctly.
882         * testsuite/caps/Makefile.am:
883         * testsuite/caps/structure.c: (test1), (main): Add a very small
884         test for structures.
886 2004-07-22  David Schleef  <ds@schleef.org>
888         * docs/random/ds/0.9-suggested-changes: more comments
889         * tools/gst-launch.c: (idle_func): Fix hard-to-translate string.
891 2004-07-22  Benjamin Otte  <otte@gnome.org>
893         * gst/gstelementfactory.c: (gst_element_register):
894           set the factory in the class struct, so gst_element_get_factory
895           actually works
896         * gst/parse/grammar.y:
897           set element to playing when it gets unlocked as we can't rely on the
898           bin state - all elements in the bin state might still be locked in
899           NULL)
901 2004-07-22  Benjamin Otte  <otte@gnome.org>
903         * gst/gstelement.c: (gst_element_set_state_func):
904           make this a static function
906 2004-07-22  Wim Taymans  <wim@fluendo.com>
908         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
909         (gst_opt_scheduler_pad_link):
910         fix 147894-2 and the group_link problem.
912 2004-07-22  Wim Taymans  <wim@fluendo.com>
914         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
915         (handoff_identity), (main):
916         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
917         (handoff_identity), (main):
918         * testsuite/schedulers/Makefile.am:
919         * testsuite/schedulers/group_link.c: (main):
920         Show bug in scheduler when linking chain and loop based element 
921         where the chain based element was not yet in a group.
923 2004-07-21  Benjamin Otte  <otte@gnome.org>
925         * gst/.cvsignore:
926         * gst/autoplug/.cvsignore:
927         * gst/elements/.cvsignore:
928         * gst/indexers/.cvsignore:
929         * libs/gst/bytestream/.cvsignore:
930         * libs/gst/control/.cvsignore:
931         * libs/gst/getbits/.cvsignore:
932         * testsuite/states/.cvsignore:
933         * testsuite/threads/.cvsignore:
934           keep this up to date, since I seem to be the only one who cares
935           about not missing files on commits (editor's note: no you don't,
936           but feel free to change them at the time you add stuff instead
937           of later on)
939 2004-07-21  Benjamin Otte  <otte@gnome.org>
941         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
942         (gst_bin_fix_state), (gst_bin_add_func), (gst_bin_remove_func),
943         (gst_bin_child_state_change_func), (set_kid_state_func),
944         (gst_bin_set_state), (gst_bin_change_state_norecurse):
945           make state changes work correctly and reentrant (so removing
946           elements from bins during state changes of bins doesn't cause
947           segfaults or even wrong states)
948           add debugging category and debugging output to print children states
949         * gst/gstbin.c: (gst_bin_dispose): 
950           add some assertion checks
951         * gst/gstbin.h:
952         * gst/gstbin.c: (gst_bin_sync_children_state):
953           deprecate this function - it just does gst_bin_set_state (bin,
954           GST_STATE (bin)) 
955         * testsuite/threads/queue.c: (main):
956           don't use gst_bin_sync_children_state anymore
957         * testsuite/states/Makefile.am:
958         * testsuite/states/bin.c:
959           test that the state changes of bins work as expected
960         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_set_state):
961           some adjustments to change states correctly, too
962         * gst/gstthread.c: (gst_thread_change_state):
963           don't enable/disable "threadsafe" properties, they're unused and
964           cause random segfaults
965         * testsuite/threads/Makefile.am:
966           the queue check randomly passes now, ignore it
968 2004-07-21  Benjamin Otte  <otte@gnome.org>
970         * gst/gstpad.c:
971           check if data is NULL before outputting debug info. (fixes #145100)
973 2004-07-21  Benjamin Otte  <otte@gnome.org>
975         * gst/schedulers/entryscheduler.c:
976         (gst_entry_scheduler_loop_wrapper),
977         (gst_entry_scheduler_chain_wrapper),
978         (gst_entry_scheduler_get_wrapper):
979           reset the state when the cothread starts, so we don't get assertion
980           failures on restarting of cothreads
982 2004-07-20  Benjamin Otte  <otte@gnome.org>
984         * gst/gstelement.c: (gst_element_link_pads_filtered):
985           use correct sinkpad, if only sinkpad is specified, but not srcpad
986           (fixes #147889)
987         * gst/gstelement.c: (gst_element_set_state_func),
988         (gst_element_change_state): ref/unref the element, signal handlers
989         could get rid of the element otherwise
991 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
993         * docs/random/ds/0.9-suggested-changes:
994           Make note about renaming fixed-list to array.
995         * gst/gstvalue.c: (gst_value_intersect_fixed_list),
996         (_gst_value_initialize):
997           Add array intersections.
998         * testsuite/caps/intersect2.c: (main):
999           Add test for array intersections.
1001 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1003         * configure.ac: back to cvs
1005 === release 0.8.4 ===
1007 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1009         * configure.ac:
1010           releasing 0.8.4, "Paella"
1011           bump libtool versioning
1013 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1015         * po/LINGUAS:
1016         * po/ca.po:
1017           adding Catalan translation (Jordi Mallach)
1019 2004-07-20  Wim Taymans  <wim@fluendo.com>
1021         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
1022         (handoff_identity), (main):
1023         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
1024         (handoff_identity), (main):
1025         * testsuite/schedulers/Makefile.am:
1026         Added failing testcase for variant of #147894
1028 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1030         patch by: David Moore
1032         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
1033         (schedule_group), (gst_opt_scheduler_schedule_run_queue),
1034         (group_migrate_connected):
1035         * testsuite/schedulers/Makefile.am:
1036           fix for #142813 (Deadlock in optimal scheduler)
1038 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1040         patch by: Wim Taymans
1042         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
1043         (gst_opt_scheduler_schedule_run_queue),
1044         (gst_opt_scheduler_get_wrapper), (get_group),
1045         (group_migrate_connected):
1046         * testsuite/schedulers/Makefile.am:
1047           fix for #147819 (Add some checks in the opt scheduler)
1049 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1051         patch by: Benjamin Otte
1053         * gst/gstelementfactory.c: (__gst_element_details_set):
1054           fix for #147929: running gst-register in non-utf8 locale can cause
1055           invalid registry
1057 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1059         patch by: Wim Taymans
1061         * gst/schedulers/gstoptimalscheduler.c: (group_num_elements),
1062         (group_has_element), (element_get_reachables_func),
1063         (group_migrate_connected):
1064           fix for #147894 (opt scheduler decoupled elements mismanagement)
1065         * testsuite/schedulers/Makefile.am:
1066           testsuite app now passes
1068 2004-07-19  Wim Taymans  <wim@fluendo.com>
1070         * testsuite/schedulers/147819.c: (handoff_identity1),
1071         (handoff_identity2), (main):
1072         * testsuite/schedulers/Makefile.am:
1073         Added testcase for bug 147819
1075 2004-07-19  Wim Taymans  <wim@fluendo.com>
1077         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
1078         (handoff_identity), (main):
1079         * testsuite/schedulers/Makefile.am:
1080         Added testcase for bug 147894
1082 2004-07-16  Wim Taymans  <wim@fluendo.com>
1084         * testsuite/schedulers/142183-2.c: (handoff_identity), (main):
1085         * testsuite/schedulers/142183.c: (handoff_identity), (main):
1086         * testsuite/schedulers/Makefile.am:
1087         Added testsuite for bug 142183 in its two incarnations. Refcount
1088         is not increased for scheduled elements and threadsafe properties
1089         mutexes are not properly unlocked.
1091 2004-07-16  Wim Taymans  <wim@fluendo.com>
1093         * gst/schedulers/gstoptimalscheduler.c: (gst_opt_scheduler_init),
1094         (create_chain), (destroy_chain), (create_group), (destroy_group),
1095         (add_to_group), (merge_groups), (group_elements), (group_inc_link),
1096         (group_dec_link), (gst_opt_scheduler_pad_link),
1097         (group_inc_links_for_element), (group_migrate_connected):
1098         Call group_inc_link with the proper src->sink ordering -- 
1099         break this, and we break sort_chain. patch from wingo for bug
1100         147713.
1101         Partially revert patch 1.89. When adding a loop based element to 
1102         the scheduler, the links to other groups are automatically followed
1103         and incremented. This should not happen because the bin will call
1104         pad_link explicitly for those connection, resulting in them counted 
1105         twice. Results in assertion failure on pipeline cleanup.
1107 2004-07-16  Wim Taymans  <wim@fluendo.com>
1109         * testsuite/schedulers/143777-2.c: (main):
1110         * testsuite/schedulers/147713.c: (handoff_src), (handoff_sink),
1111         (main):
1112         * testsuite/schedulers/Makefile.am:
1113         Added cleanup code to testcase 143777-2.
1114         Added testcase to show bug 147713, does not really show the
1115         deadlock as I can't figure out how to trigger it, but it does
1116         demonstrate bad ordering in the scheduler.
1118 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1120         * gst/gstvalue.c: (gst_value_deserialize_fraction):
1121           change strndup to g_strndup.  Fixes #147707
1123 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1125         * po/af.po:
1126         * po/az.po:
1127         * po/cs.po:
1128         * po/en_GB.po:
1129         * po/fr.po:
1130         * po/nl.po:
1131         * po/sr.po:
1132         * po/sv.po:
1133         * po/tr.po:
1134         * po/uk.po:
1135           updated translations
1137 2004-07-16  Benjamin Otte  <otte@gnome.org>
1139         * gst/gstvalue.c: (gst_greatest_common_divisor):
1140           use ints and return ints, fractions only use ints, too, so this
1141           avoids accidently casting multiplications to unsigned
1142         (gst_value_lcopy_fraction): it's ints, not uint32
1143         (gst_value_set_fraction): disallow minint, multiplying and negation
1144           are broken with it
1145         (gst_value_fraction_multiply): fix to make large numbers work and get
1146         rid of the assumption that the multiplication of two ints fits an
1147         int64 - dunno if that's true for all systems
1148         * testsuite/caps/Makefile.am:
1149         * testsuite/caps/fraction-multiply-and-zero.c:
1150         (check_multiplication), (check_equal), (zero_test), (main):
1151           add tests for all the stuff above
1152         * testsuite/caps/value_compare.c: (test1):
1153           fix comment
1154         * tests/.cvsignore:
1155         * testsuite/caps/.cvsignore:
1156         * testsuite/debug/.cvsignore:
1157         * testsuite/dlopen/.cvsignore:
1158         * testsuite/states/.cvsignore:
1159           get up to date
1161 2004-07-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1163         * docs/manual/bins-api.xml:
1164         * docs/manual/factories.xml:
1165         * docs/manual/helloworld.xml:
1166         * docs/manual/links-api.xml: 
1167           fixes for out of date info, incorrect info and grammar
1169 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot>
1171         * docs/manual/pads.xml:
1172         * docs/manual/pads-api.xml: grammar fix
1174 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1176         * docs/manual/pads-api.xml: typo + grammar fix
1178 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1180         * docs/gst/gstreamer-sections.txt:
1181           add new symbols
1182         * docs/gst/tmpl/gstelement.sgml:
1183         * docs/gst/tmpl/gstpad.sgml:
1184         * docs/gst/tmpl/gsttypes.sgml:
1185         * docs/gst/tmpl/gstvalue.sgml:
1186           update docs
1187         * gst/gststructure.c: (gst_structure_set_valist),
1188         (gst_structure_from_abbr), (gst_structure_to_abbr):
1189         * gst/gstvalue.c: (gst_value_compare_double), (gst_type_is_fixed),
1190         (gst_greatest_common_divisor), (gst_value_init_fraction),
1191         (gst_value_copy_fraction), (gst_value_collect_fraction),
1192         (gst_value_lcopy_fraction), (gst_value_set_fraction),
1193         (gst_value_get_fraction_numerator),
1194         (gst_value_get_fraction_denominator),
1195         (gst_value_fraction_multiply), (gst_value_serialize_fraction),
1196         (gst_value_deserialize_fraction),
1197         (gst_value_transform_fraction_string),
1198         (gst_value_transform_string_fraction),
1199         (gst_value_compare_fraction), (_gst_value_initialize):
1200         * gst/gstvalue.h:
1201           adding GstFraction GValue type, get/set, and multiply
1202         * testsuite/caps/Makefile.am:
1203         * testsuite/caps/fraction.c: (test), (main):
1204         * testsuite/caps/string-conversions.c: (main):
1205         * testsuite/caps/value_compare.c: (test1), (main):
1206           add regression tests for GstFraction
1208 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1209         
1210         * docs/manual/init-api.xml: Grammar fix
1212 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1214         * docs/manual/states.xml: Fix inconsistent information
1216 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1218         * gst/gstelement.c: (gst_element_set_state):
1219         * gst/gstpad.c: (gst_pad_try_set_caps):
1220         * gst/gststructure.c:
1221         * gst/gstthread.c: (gst_thread_child_state_change):
1222         * gst/gstvalue.c: (gst_value_compare_double):
1223         * gst/gstvalue.h:
1224         * testsuite/parse/parse1.c: (main):
1225           debugging additions and style cleanups
1227 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1229         * docs/manual/states.xml: Grammar fix
1231 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1233         * docs/manual/pads.xml: Grammar fix
1235 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1237         * docs/manual/elements.xml: Fixed image reference
1239 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1241         * docs/manual/goals.xml: Grammar fix
1243 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1245         * docs/manual/motivation.xml:
1246         Bonobo is no longer "emerging" and added sentence regarding tcp plugins
1248 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
1250         * docs/manual/motivation.xml: Fix spelling
1252 2004-07-15  Benjamin Otte  <otte@gnome.org>
1254         * gst/gstelement.h: 
1255           Don't GST_ERROR_OBJECT empty strings - Solaris doesn't like NULL
1256           strings.
1257         * gst/gstelement.c (gst_element_class_init):
1258           GError's are boxed, not objects
1259         * gst/gstmarshal.list:
1260           update list for the fixed error signal
1262 2004-07-14  Andy Wingo  <wingo@pobox.com>
1264         * gst/gsttag.c: Add a tag merge func for pointers. The header was
1265         there all along, but the function wasn't. (guile-gstreamer's build
1266         system uses the address of the function -- I wasn't actually
1267         trying to use this.)
1269 2004-07-14  Andy Wingo  <wingo@pobox.com>
1271         * gst/gstpad.c (gst_pad_try_set_caps): Naive link functions (such
1272         as gst_pad_proxy_pad_link) just link to every other pad when they
1273         are called. In the case where the graph has cycles, this will mean
1274         that a call to try_set_caps will recurse. Allow this recursion
1275         and return OK, while we wait for the first try_set_caps to give a
1276         proper return value.
1277         (gst_pad_link_call_link_functions): Since this function is the
1278         only one to set the NEGOTIATING flag on a pad, if the flag is set
1279         it means that the link functions have indirectly recursed. If this
1280         happens, error out to avoid infinite recursion and an eventual
1281         SEGV.
1282         (gst_real_pad_class_init): Remove a crufty GtkObject comment.
1283         (gst_pad_proxy_getcaps): Intersect the result with the template
1284         caps to ensure that the return value is valid.
1286 2004-07-14  Andy Wingo  <wingo@pobox.com>
1288         * gst/gstdata.c (gst_data_is_writable): s/>=/>/. If there is only
1289         one refcount, the calling function is the owner of the buffer.
1291 2004-07-14  Wim Taymans  <wim@fluendo.com>
1293         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
1294         (gst_opt_scheduler_pad_link), (group_migrate_connected):
1295         Fix stupid warning when an element is to be migrated but
1296         is already migrated.
1298 2004-07-14  Wim Taymans  <wim@fluendo.com>
1300         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
1301         (gst_opt_scheduler_pad_link), (group_migrate_connected):
1302         Make sure that a single non-loop-based element does not 
1303         end up in a group. This fixes the testsuite again.
1305 2004-07-14  Wim Taymans  <wim@fluendo.com>
1307         * gst/schedulers/gstoptimalscheduler.c: (create_group),
1308         (add_to_group), (merge_groups), (schedule_group),
1309         (gst_opt_scheduler_get_wrapper), (group_elements),
1310         (group_dec_link), (gst_opt_scheduler_pad_link),
1311         (group_migrate_connected), (gst_opt_scheduler_pad_unlink),
1312         (gst_opt_scheduler_iterate):
1313         move isolated groups to a new chain.
1314         Emit a warning instead of segfaulting in some error cases.
1315         Fix a bug where the link count between groups was not calculated 
1316         correctly. Fixes #144510.
1318 2004-07-13  Steve Lhomme  <steve.lhomme@free.fr>
1319         * gst/elements/gstfilesrc.c:
1320           Binary files support under Windows now OK
1321       
1322 2004-07-13  Benjamin Otte  <otte@gnome.org>
1324           compatibility fixes for Solaris 8/gcc 2.95
1325         * configure.ac:
1326           include libintl libs in LDFLAGS
1327         * gstvalue.c (gst_value_deserialize_buffer):
1328           cast isxdigit stuff to int to silence compiler warning
1330 2004-07-12  Benjamin Otte  <otte@gnome.org>
1332         * gst/gsttypes.h:
1333           get rid of GST_O_READONLY, GST_FILE_MODE_READ and
1334           GST_FILE_MODE_WRITE, I don't want them in the exported headers. It
1335           just causes support madness
1336         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
1337           make it work without this
1338         * gst/indexers/gstfileindex.c: (_file_index_id_save_entries),
1339         (gst_file_index_commit):
1340           glib IO channels don't want binary mode
1341         * testsuite/bytestream/filepadsink.c: (main):
1342         * testsuite/bytestream/test1.c: (read_param_file):
1343           use "rb" instead of GST_FILE_MODE_READ, it works on POSIX systems
1345 2004-07-12  Benjamin Otte  <otte@gnome.org>
1347         * gst/gstelement.c: (gst_element_class_init),
1348         (gst_element_set_state), (gst_element_set_state_func):
1349           virutalize gst_element_set_state, use set_state member in class
1350           struct that was already added in 0.7 for this.
1351         * gst/gstbin.c: (gst_bin_foreach), (set_kid_state_func), 
1352         (gst_bin_change_state):
1353           make gst_bin_foreach works similar to other foreach functions, plug
1354           memleaks in it. Make functions using it work with the new approach.
1355           Document gst_bin_foreach, so it can be exported if we want to
1356         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_state):
1357           use virtualized set_state to make set_state on bins set the state of
1358           all its children.
1360 2004-07-12  Benjamin Otte  <otte@gnome.org>
1362         * configure.ac:
1363           require valgrind >= 2.1 (fixes Gentoo bug 53967, see
1364           http://bugs.gentoo.org/show_bug.cgi?id=53967)
1365         * gst/gstpad.c: (gst_pad_alloc_buffer):
1366           allow buffer_alloc functions to return NULL and allocate a normal
1367           buffer in that case
1369 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
1370         * gst/elements/gstfilesink.c:
1371         * gst/elements/gstfilesrc.c:
1372         * gst/indexers/gstfileindex.c:
1373         * gst/gsttypes.h:
1374         * testsuite/bytestream/filepadsink.c:
1375         * testsuite/bytestream/test1.c:
1376           Handle binary files under Windows
1378 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
1379         * docs/manual/win32.xml:
1380         * win32/config.h:
1381         * win32/gst-register.vcproj:
1382         * win32/gstreamer.def:
1383           Update to another gettext public build
1385 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
1386         * gst/gstplugin.c:
1387           Fix an impossible C syntax
1388         * win32/config.h:
1389           Disable i18n under Windows for the moment
1390         * win32/gst-register.vcproj:
1391           Use this configuration
1393 2004-07-12  Jan Schmidt  <thaytan@mad.scientis.com>
1394         * docs/manual/quotes.xml:
1395           Keep the quotes file alive
1396         * docs/random/ds/0.9-suggested-changes:
1397           Add the suggestion of including a 'rowstride' as part of video
1398           format caps
1400 2004-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1402         * gst/gstelement.c: (gst_element_set_state),
1403         (gst_element_change_state):
1404           d'oh.  Set PENDING state correctly before forcing bin to change.
1405         * gst/gststructure.c: (gst_structure_value_get_generic_type),
1406         (gst_structure_parse_fixed_list):
1407         * gst/schedulers/gstoptimalscheduler.c:
1408         (gst_opt_scheduler_state_transition):
1409         * testsuite/states/parent.c: (main):
1410           remove comment now that it's fixed.
1412 2004-07-11  Benjamin Otte  <otte@gnome.org>
1414         * gst/gstclock.h:
1415           GST_SECOND shouldn't cause a conversion to unsigned.
1416         * testsuite/clock/.cvsignore:
1417         * testsuite/clock/Makefile.am:
1418         * testsuite/clock/signedness.c: (main):
1419           make sure it never will again
1421 2004-07-11  Andy Wingo  <wingo@pobox.com>
1423         * gst/gstbin.c (gst_bin_add_func): If we're adding an element
1424         whose state is higher than the bin state, raise the bin state to
1425         ensure that bin state := highest child state.
1426         
1427 2004-07-11  Andy Wingo  <wingo@pobox.com>
1429         * gst/gstbin.c (gst_bin_foreach): New static function. Calls a
1430         procedure on the children of a bin. Assumes that the procedure can
1431         change the set of children.
1432         (set_kid_state_func): New static function.
1433         (gst_bin_change_state): Use gst_bin_foreach to call
1434         set_kid_state_func. Fixes a bug: if a child had a state-change
1435         handler that removes it from the bin, there would be a segfault.
1436         Hopefully it should also work in the case where the state-change
1437         handler on one child adds or removes other children. In any case,
1438         fixes should go to gst_bin_foreach.
1440 2004-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1442         * gst/gstelement.c: (gst_element_set_state):
1443           compatibility fix for latest plugins release.  Change loop back
1444           to while {}
1446 2004-07-09  Wim Taymans  <wim@fluendo.com>
1448         * gst/gstbin.c: (gst_bin_remove), (gst_bin_dispose):
1449         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_catch),
1450         (gst_thread_main_loop):
1451         Since remove is virtual in GstBin we must not assume the 
1452         elements GList to have anothing useful.
1453         Add some more logging to GstThread and be a bit more paranoid
1454         when resetting the scheduler.
1455         Set the state of the bin to NULL before removing the children.
1457 2004-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1459         * testsuite/threads/Makefile.am:
1460         * testsuite/threads/threadg.c:
1461           added test to check if problem when removing all elements from a
1462           GstThread before setting GstThread state to NULL
1464 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1466         * docs/gst/tmpl/gstelement.sgml:
1467         * docs/gst/tmpl/gsttypes.sgml:
1468         * gst/gstbin.c: (gst_bin_change_state):
1469         * gst/gstelement.c: (gst_element_set_state),
1470         (gst_element_change_state):
1471           rework so that for bins we try to set the state on all children
1472           as well even if the bin is in the correct state already.
1473           change while to do so at least one iteration is done.
1474           For regular elements, we fall back to the previous behaviour for
1475           now since we first need a new plugins release.
1476         * testsuite/states/parent.c: (main):
1477           test for this case
1478           Fixes #123774
1480 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1482         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_finalize),
1483         (gst_queue_chain), (gst_queue_get), (gst_queue_handle_src_event),
1484         (gst_queue_release_locks), (gst_queue_change_state),
1485         (gst_queue_set_property):
1486           add proper lock debugging.  Change dispose to finalize, since
1487           we're freeing mutexes and other stuff which should happen only once.
1489 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1491         * docs/gst/tmpl/gstelement.sgml:
1492         * docs/gst/tmpl/gstplugin.sgml:
1493         * docs/gst/tmpl/gsttypes.sgml:
1494         * docs/pwg/building-state.xml:
1495         * gst/elements/gstfakesrc.c: (gst_fakesrc_change_state):
1496         * gst/gstelement.c: (gst_element_change_state):
1497         * gst/gstthread.c: (gst_thread_change_state):
1498           catch wrong state changes in element base class.
1500 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1502         * gst/gstinfo.h:
1503           clean up layout a little.
1505 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1507         * configure.ac:
1508         * testsuite/Makefile.am:
1509         * testsuite/states/Makefile.am:
1510         * testsuite/states/parent.c: (main):
1511           re-enable states testsuite dir.  Add test for state changes and
1512           parent behaviour
1514 2004-07-09  Wim Taymans  <wim@fluendo.com>
1516         * gst/schedulers/gstoptimalscheduler.c:
1517         (gst_opt_scheduler_pad_link), (group_elements_set_visited),
1518         (element_get_reachables_func), (element_get_reachables),
1519         (debug_element), (rechain_group), (group_migrate_connected),
1520         (gst_opt_scheduler_pad_unlink):
1521         Do not try to migrate decoupled elements to a new group since
1522         they are not added to groups.
1524 2004-07-08  Benjamin Otte  <otte@gnome.org>
1526         * gst/gstelement.c: (gst_element_error_func):
1527           make reentrant (= allow removing elements in error handler)
1529 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1531         * gst/gstpad.c: (gst_pad_event_default_dispatch),
1532         (gst_pad_send_event), (gst_pad_call_chain_function):
1533           events sent to elements below PAUSED cannot be handled, so
1534           don't try to
1536 2004-07-08  Wim Taymans  <wim@fluendo.com>
1538         * gst/schedulers/gstoptimalscheduler.c:
1539         (chain_recursively_migrate_group), (create_group),
1540         (schedule_group), (gst_opt_scheduler_pad_link),
1541         (group_elements_set_visited), (element_get_reachables_func),
1542         (element_get_reachables), (group_can_reach_group), (debug_element),
1543         (rechain_group), (group_migrate_connected),
1544         (gst_opt_scheduler_pad_unlink):
1545         * testsuite/schedulers/Makefile.am:
1546         Implemented group splitting and rechaining.
1547         Fixes 143777 and 143777-2 in the testsuite.
1549 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1551         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
1552           extra debugging
1553         * gst/gstevent.h:
1554         * gst/gstinfo.c: (gst_debug_log_default):
1555           print time nicely.  add thread pointer until someone figures out
1556           a completely portable way of getting at thread id's.
1557         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_try),
1558         (_invent_event), (gst_pad_pull), (gst_pad_event_default_dispatch),
1559         (gst_pad_call_chain_function):
1560           extra debugging
1561         * gst/schedulers/gstoptimalscheduler.c:
1562         (get_group_schedule_function), (loop_group_schedule_function),
1563         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
1564         (pad_clear_queued), (gst_opt_scheduler_iterate):
1565           rename BUFPEN and friends to DATAPEN since that's what they are.
1567 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1569         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
1570         * gst/gstbuffer.h:
1571         * gst/gstpad.c:
1572           cleanups and debugging
1574 2004-07-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1576         * configure.ac:
1577         * gst/gstvalue.c: (gst_value_compare_enum),
1578         (gst_value_serialize_enum), (gst_value_deserialize_enum),
1579         (gst_value_can_compare), (gst_value_compare):
1580         * testsuite/Makefile.am:
1581         * testsuite/enumcaps/Makefile.am:
1582         * testsuite/enumcaps/enumcaps.c:
1583           Fix enum serialization, deserialization, comparison in caps, add
1584           a test to ensure that this continues working in the future.
1586 2004-07-06  David Schleef  <ds@schleef.org>
1588         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
1589         Fix memleak.
1591 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1593         * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
1594         * gst/gstplugin.h:
1595         * gst/registries/gstxmlregistry.c:
1596         (plugin_times_older_than_recurse), (plugin_times_older_than),
1597         (gst_xml_registry_parse_padtemplate):
1598           only rebuild registry when actual plugins have a newer time than
1599           the registry.  Fixes #145520
1601 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1603         * docs/manual/manual.xml:
1604         * docs/manual/win32.xml:
1605           add chapter on win32 building.  fixes #142422
1607 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1609         patch by: Sebastien Cote <sc5 at hermes.usherb.ca>
1611         * gst/autoplug/gstspider.c: (gst_spider_init),
1612         (gst_spider_dispose):
1613           fix spider memleaks.  fixes #137863
1615 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1617         patch by: Joe Marcus Clarke <marcus at freebsd dot org>
1619         * gst/schedulers/gstoptimalscheduler.c:
1620         (gst_opt_scheduler_pad_unlink):
1621           fix SIGBUS error, fixes #145338
1623 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1625         * gst/gstobject.c: (gst_object_replace):
1626         * gst/gstscheduler.c: (gst_scheduler_get_clock):
1627         * gst/gstsystemclock.c: (gst_system_clock_obtain):
1628           clean up clock lifecycle.  Fixes #109831
1630 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1632         * po/LINGUAS:
1633         * po/cs.po:
1634           added Czech translation (Miloslav Trmac)
1636 2004-07-04  David Schleef  <ds@schleef.org>
1638         * tools/Makefile.am:
1639         * tools/gst-xmlinspect.1.in:  Add man page. (bug #140219)
1641 2004-07-04  David Schleef  <ds@schleef.org>
1643         * common/m4/gst-doc.m4: Check for docbook2html 0.6.10 (bug #139909)
1645 2004-07-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1647         * gst/gstbin.c: (gst_bin_restore_thyself):
1648           chain to parent restore so the bins get restored correctly
1649           in the editor
1651 2004-07-03  David Schleef  <ds@schleef.org>
1653         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
1654         Actually do something in these functions, like before the big
1655         caps change.  (bug #145137)
1657 2004-07-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1659         * gst/gstelement.c: (gst_element_get_compatible_pad_template),
1660         (gst_element_get_compatible_pad_filtered):
1661         * gst/gstthread.c: (gst_thread_main_loop):
1662           more debugging
1664 2004-07-02  David Schleef  <ds@schleef.org>
1666         * gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler
1667         * gst/gstobject.h:
1668         * gst/gstparse.h:
1669         * gst/gsttrace.h:
1670         * gst/gstxml.h:
1672 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1674         * gst/gstpad.c: (gst_pad_check_schedulers),
1675         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
1676         (gst_pad_link_prepare):
1677           revert until testsuite is fixed
1679 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1681         * testsuite/Makefile.am:
1682         * testsuite/caps/filtercaps.c: (main):
1683         * testsuite/clock/clock1.c: (main):
1684         * testsuite/dynparams/dparamstest.c: (gst_dptest_chain), (main):
1685           fix some more tests
1687 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1689         * testsuite/cleanup/cleanup1.c: (create_pipeline):
1690         * testsuite/cleanup/cleanup2.c: (create_pipeline):
1691         * testsuite/cleanup/cleanup4.c: (main):
1692           fix testsuite
1694 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1696         * libs/gst/control/control.c:
1697         * libs/gst/control/dparam.c:
1698         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_get_type):
1699         * libs/gst/control/dparammanager.c:
1700         * libs/gst/control/dparammanager.h:
1701         * testsuite/dynparams/Makefile.am:
1702         * testsuite/dynparams/dparamstest.c: (gst_dptest_base_init),
1703         (gst_dptest_change_state), (gst_dptest_chain), (main):
1704           fix testcase for dparams
1705           add debugging category
1707 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1709         * testsuite/Rules:
1710           change path
1712 2004-07-02  Benjamin Otte  <otte@gnome.org>
1714         * tests/.cvsignore:
1715         * tests/Makefile.am:
1716         * tests/mass_elements.c: (gst_get_current_time), (main):
1717           add simple benchmark to test various speeds of fakesrc ! identity !
1718           identity ! ... ! fakesink.
1719           Usage: mass_elements [num_identities] [num_buffers]
1720           If not specified they default to 1000.
1722 2004-07-02  Benjamin Otte  <otte@gnome.org>
1724         * gst/gstpad.c: (gst_pad_check_schedulers),
1725         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
1726         (gst_pad_link_prepare):
1727           check that pads that get linked belong to the same manager. The old
1728           code allowed linking elements before putting them into bins, so it
1729           worked to link them and then put them in different threads, which
1730           lead to weird behaviour.
1731           Since this effectively disallows linking elements before putting
1732           them in a bin, some applications might not work after this and error
1733           out. If these applications are too critical, we might need to revert
1734           that patch. Please test this before the next release...
1736 2004-06-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1738         * gst/gstpad.c: (gst_pad_get_caps):
1739           throw an error if the getcaps function does not return a subset of
1740           the template caps.
1741         * libs/gst/bytestream/filepad.c: (gst_file_pad_chain):
1742           make disconts without position info an error in debugging
1743         * tests/spidey_bench.c: (handoff), (main):
1744           don't count first try when averaging
1746 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1748         * gst/gstplugin.c: (gst_plugin_load_file):
1749           figure out problem with dynamic test
1751 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1753         * docs/gst/Makefile.am:
1754           fix docs build
1756 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1758         * po/POTFILES.in:
1759         * po/af.po:
1760         * po/az.po:
1761         * po/en_GB.po:
1762         * po/fr.po:
1763         * po/nl.po:
1764         * po/sr.po:
1765         * po/sv.po:
1766         * po/tr.po:
1767         * po/uk.po:
1768         * tools/gst-register.c: (plugin_added_func), (main):
1769           i18n-ize -register, fix plural
1771 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1773         * gst/elements/gstidentity.c: (gst_identity_class_init),
1774         (gst_identity_init), (gst_identity_chain),
1775         (gst_identity_set_property), (gst_identity_get_property):
1776         * gst/elements/gstidentity.h:
1777           check for perfect stream
1779 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1781         * gst/elements/gstidentity.c: (gst_identity_chain):
1782           print offset_end
1784 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1786         * docs/gst/Makefile.am:
1787         * docs/gst/gstreamer-docs.sgml:
1788           doc fixes
1790 2004-06-24  David Schleef  <ds@schleef.org>
1792         * autogen.sh:  Remove call to env, since the buildbot isn't
1793         broken anymore.
1795 2004-06-24  Wim Taymans  <wim@fluendo.com>
1797         * gst/elements/Makefile.am:
1798         * gst/elements/gstelements.c:
1799         * gst/elements/gstmultifdsink.c: (gst_multifdsink_base_init),
1800         (gst_multifdsink_class_init), (gst_multifdsink_init),
1801         (gst_multifdsink_add), (gst_multifdsink_remove),
1802         (gst_multifdsink_clear), (gst_multifdsink_chain),
1803         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
1804         * gst/elements/gstmultifdsink.h:
1805         Added an element that writes to multiple filedescriptors at once.
1807 2004-06-24  Benjamin Otte  <otte@gnome.org>
1809         * gst/parse/grammar.y:
1810           don't try to link elements before they have been added to bins
1812 2004-06-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1814         * libs/gst/bytestream/filepad.c: (gst_file_pad_available),
1815         (gst_file_pad_get_length):
1816         * libs/gst/bytestream/filepad.h:
1817           add 2 new functions
1819 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
1821         * docs/gst/gstreamer-sections.txt:
1822         remove from docs, the define that Benjamin removed from gstelement.h
1824 2004-06-22  Benjamin Otte  <otte@gnome.org>
1826         * gst/gstelement.h:
1827           remove define that referenced a nonexisting GstElement struct member
1829 2004-06-20  Benjamin Otte  <otte@gnome.org>
1831         * gst/gstdata.c: (gst_data_is_writable):
1832           whoops, return values were wrong, so writable data was marked as
1833           non-writable and vice versa. (fixes #143953, spotted by Francis
1834           Labonte)
1835           Shows how rarely we need to copy data ;)
1837 2004-06-20  Benjamin Otte  <otte@gnome.org>
1839         * testsuite/schedulers/.cvsignore:
1840         * testsuite/schedulers/Makefile.am:
1841         * testsuite/schedulers/143777-2.c: (main):
1842           add test for opt breakage in bug #143777
1844 2004-06-20  Benjamin Otte  <otte@gnome.org>
1846         * gst/gstpad.c: (gst_pad_call_chain_function):
1847           check for if we were unlinked while inside the chainfunction (fixes
1848           entrygthread having issues with #143777)
1849         * testsuite/schedulers/143777.c: (main):
1850         * testsuite/schedulers/Makefile.am:
1851           add a test for that fix
1853 2004-06-20  Benjamin Otte  <otte@gnome.org>
1855         * gst/gstvalue.c: (gst_value_set_int_range):
1856           test that start is smaller then end
1857         * libs/gst/bytestream/Makefile.am:
1858         * libs/gst/bytestream/filepad.c: 
1859         * libs/gst/bytestream/filepad.h:
1860           add GstFilePad - a pad that behaves like a FILE*
1861         * testsuite/bytestream/.cvsignore:
1862         * testsuite/bytestream/Makefile.am:
1863         * testsuite/bytestream/filepadsink.c: 
1864           test for the GstFilePad
1866 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1868         * gst/elements/gstidentity.c: (gst_identity_class_init),
1869         (gst_identity_init), (gst_identity_set_clock),
1870         (gst_identity_chain), (gst_identity_set_property),
1871         (gst_identity_get_property):
1872         * gst/elements/gstidentity.h:
1873         * gst/gstclock.c: (gst_clock_id_wait):
1874           add a "sync" property to sync to the clock
1876 2004-06-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1878         * gst/gstelementfactory.c: (gst_element_factory_create):
1879           make the freakin "elementfactory bla has no type" message more
1880           useful. So we actually can do something when someone shows up
1881           complaining about it.
1883 2004-06-15  Johan Dahlin  <johan@gnome.org>
1885         * tools/gst-inspect.c (main): Fallback to plugin if no element is
1886         found. This matches the old behavior better. Thanks to Thomas for
1887         pointing out.
1889 2004-06-14  David Schleef  <ds@schleef.org>
1891         * gst/gstcpu.c: (gst_cpuid_i386): Fix problem when using
1892         -fomit-frame-pointer.  Appears to generate correct code in
1893         other cases as well.
1895 2004-06-14  Johan Dahlin  <johan@gnome.org>
1897         * tools/gst-inspect.c (main): Add two new command line options: -a
1898         to print all elements and -n to print the name on each line. Also
1899         fix some error reporting.
1900         (main): Simplify, remove -n and always print names if -a is specified
1902 2004-06-13  Steve Lhomme  <steve.lhomme@free.fr>
1904         * win32/gstconfig.h:
1905         * win32/GSTreamer.vcproj:
1906         * win32/Makefile:
1907         * gst/gstconfig.h.in:
1908         * gst/gst.h:
1909         * gst/gstbin.h:
1910         * gst/gstelement.h:
1911         * gst/gstevent.h:
1912         * gst/gstobject.h:
1913         * gst/gstpad.h:
1914         * docs/gst/gstreamer-sections.txt:
1915         * docs/gst/tmpl/gstconfig.sgml:
1916           rename GSTREAMER_EXPORT(S) to GST_EXPORT(S)
1918 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
1919         * docs/gst/gstreamer-sections.txt:
1920         * docs/gst/tmpl/gstconfig.sgml:
1921         Add the GSTREAMER_EXPORT macro to the docs
1923 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
1925         * tools/gst-compprep.c: (handle_xmlerror), (main):
1926         Add a check for the version that introduced SetStructuredError to fix
1927         the build on FC1
1929 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
1931         * win32/msvc71.sln:
1932         * win32/testsuite/:
1933           prepare to compile the testsuite with MSVC
1935 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
1937         * docs/manual/win32.xml:
1938           attempt to transform the Win32 README into an XML doc
1940 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
1942         * gst/gst.c:
1943         * gst/gstbin.*:
1944         * gst/config.h.in:
1945         * gst/gstelement.*:
1946         * gst/gstevent.h:
1947         * gst/gstobject.*:
1948         * gst/gstpad.h:
1949         * tools/gst-register.c:
1950         * win32/gstreamer.def:
1951           extern symbols are now exported for the Windows DLL
1953 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
1955         * gst/gstinfo.h:
1956           fix a problem to enable/disable DEBUG under MSVC
1958 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
1960         * win32/:
1961           enable more debug code in DEBUG build
1963 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
1965         * win32/config.h:
1966         * gst/gst-i18n-app.h:
1967           enable NLS under Windows
1969 2004-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
1970         * tools/gst-compprep.c: (handle_xmlerror), (main):
1971           Make an error that baffled me a bit clearer
1973 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1975         * gst/gstqueue.c:
1976           don't use g_queue_get_length () because it's 2.4, use ->length
1978 2004-06-11  Steve Lhomme  <steve.lhomme@free.fr>
1980         reviewed by Benjamin Otte  <in7y118@public.uni-hamburg.de>
1982         * tools/gst-inspect.c: (print_signal_info):
1983           don't free random data twice. (fixes #144185)
1985 2004-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1987         * gst/gstqueue.c:
1988         * gst/gstqueue.h:
1989           fix removing from the wrong queue on event timeout
1990           fix disposing of the event queue by casting correctly
1991           add mutexes for handling the event queue
1992           someone was sleeping when fixing queue last time around :)
1994 2004-06-10  Johan Dahlin  <johan@gnome.org>
1996         * gst/gst.c (gst_init_check_with_popt_table): Do not fail on
1997         errors, like gtk. It makes it more useful in bindings.  Fixes #141692.
1999 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2001         * docs/random/gdp:
2002         * libs/gst/dataprotocol/dataprotocol-test.c: (buffer_test):
2003         * libs/gst/dataprotocol/dataprotocol.c:
2004         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
2005         (gst_dp_buffer_from_header):
2006         * libs/gst/dataprotocol/dataprotocol.h:
2007         * libs/gst/dataprotocol/dp-private.h:
2008           rev version to 0.1, add buffer flags and copy them
2010 2004-06-09  Johan Dahlin  <johan@gnome.org>
2012         * gst/gstbuffer.c (gst_buffer_default_copy): Don't forget to merge
2013         the flags from the buffer we're copying.
2015 2004-06-09  Wim Taymans  <wim@fluendo.com>
2017         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
2018         * gst/elements/gstidentity.c: (gst_identity_init),
2019         (gst_identity_chain):
2020         Print more buffer info in fakesink.
2021         Make identity output similar to fakesink.
2023 2004-06-07  Daniel Gazard  <dany42@free.fr>
2025         reviewed by Benjamin Otte  <otte@gnome.org>
2027         * configure.ac:
2028           fix cross compiling not working. (fixes #143741)
2030 2004-06-07  Benjamin Otte  <otte@gnome.org>
2032         * gst/gstelement.c: (gst_element_set_time_delay):
2033           add failure check
2034         * gst/gstinfo.h:
2035           put brackets around macro arguments of GST_TIME_ARGS, add note to
2036           move it to correct header in 0.9
2038 2004-06-07  Benjamin Otte  <otte@gnome.org>
2040         * gst/indexers/gstfileindex.c: (gst_file_index_get_writer_id),
2041         (gst_file_index_load), (_file_index_id_save_entries),
2042         (gst_file_index_commit), (gst_file_index_add_association),
2043         (gst_file_index_add_entry), (gst_file_index_get_assoc_entry),
2044         (gst_file_index_plugin_init):
2045           make debugging use a default category
2047 2004-06-06  David Moore  <dcm@acm.org>
2049         reviewed by Benjamin Otte  <otte@gnome.org>
2051         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
2052         (gst_fdsrc_change_state):
2053           reset offset counter when going READY => PAUSED. (fixes #142903)
2055 2004-06-06  ed@catmur.co.uk
2057         reviewed by Benjamin Otte  <otte@gnome.org>
2059         * gst/registries/gstxmlregistry.c:
2060         (gst_xml_registry_rebuild_recurse):
2061           don't rely on g_dir_open to figure out if a file is a directory, use
2062           explicit G_TEST_IS_DIR. Reiserfs4 allows opening files as
2063           directories. (fixes #142850)
2065 2004-06-06  Benjamin Otte  <otte@gnome.org>
2067         * gst/gstqueue.c: (gst_queue_dispose), (gst_queue_change_state):
2068           fix memory leaks (fixes #142795). Initial patch by Sebastien Cote
2069         * libs/gst/bytestream/adapter.c:
2070         * libs/gst/bytestream/adapter.h:
2071           fix copyright in header and typo in debugging category name
2073 2004-06-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2075         * configure.ac:
2076           bump nano to cvs
2078 === release 0.8.3 ===
2080 2004-06-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2082         * configure.ac:
2083           update libtool versioning
2084           do a new release
2085         * docs/gst/tmpl/gstelement.sgml:
2086         * docs/gst/tmpl/gsttypes.sgml:
2087         * gst/gstinfo.c: (_gst_debug_init):
2088           put back GST_CAT_DATAFLOW to fix API breakage
2090 2004-06-04  David Schleef  <ds@schleef.org>
2092         * autogen.sh: Add a temporary 'env' to test buildbot problems.
2094 2004-06-04  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2096         * configure.ac:
2097           bump nano to cvs
2099 === release 0.8.2 ===
2101 2004-06-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2103         * gst/gst.c: (parse_debug_list), (gst_init_check_with_popt_table):
2104           check GST_DEBUG environment variable which is parsed the same way
2105           as --gst-debug=
2107 2004-05-28  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2109         * gst/elements    : gstaggregator.c gstfakesink.c gstfakesrc.c
2110                             gstmd5sink.c gstshaper.c gsttee.c
2111                             gsttypefindelement.c
2112         * gst/schedulers  : gstbasicscheduler.c gstoptimalscheduler.c
2114           - removing trailing commas at end of enums
2115             it is correct C99 code but C90 compilers would complain
2116             (AIX, Forte, ...)
2117             ('should' fix #143290, at least partially)
2119 2004-05-27  Wim Taymans  <wim@fluendo.com>
2121         * gst/schedulers/gstoptimalscheduler.c: (remove_from_chain),
2122         (chain_group_set_enabled), (create_group), (add_to_group),
2123         (merge_groups), (setup_group_scheduler), (group_elements),
2124         (gst_opt_scheduler_iterate), (gst_opt_scheduler_show):
2125         Don't try to follow the pad connections with other groups
2126         when a loop based element is added to the scheduler because
2127         the bin will inform the scheduler about the pad links a little
2128         later.
2130 2004-05-27  Wim Taymans  <wim@fluendo.com>
2132         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
2133         (remove_from_chain), (chain_group_set_enabled),
2134         (setup_group_scheduler), (group_element_set_enabled),
2135         (gst_opt_scheduler_state_transition), (gst_opt_scheduler_iterate),
2136         (gst_opt_scheduler_show):
2137         Elements without a group can do a state change as well, just wait
2138         with the setup of the scheduling function when it is added to a
2139         chain.
2141 2004-05-27  Wim Taymans  <wim@fluendo.com>
2143         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
2144         (remove_from_chain), (chain_group_set_enabled), (add_to_group),
2145         (merge_groups), (setup_group_scheduler),
2146         (group_inc_links_for_element), (gst_opt_scheduler_iterate),
2147         (gst_opt_scheduler_show):
2148         Fixes to maintain internal consistency of the scheduler data
2149         structures. 
2150          - adding an enabled group to a chain should increment the
2151            number of enabled elements in that chain.
2152          - removing an enabled group from a chain could disable the
2153            chain.
2154          - removing a disabled group from a chain could enable the
2155            chain.
2156          - add g_assert when internal inconsistency is detected.
2157          - adding an element to a group could increase the number of
2158            links this group has with other groups.
2159          - merging two groups also merges the chains.
2160          - also show group links in the _show method.
2161            
2163 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2165         * gst/gstcaps.c: (gst_caps_structure_simplify):
2166           don't print error messages when there is no error
2167         * gst/gstvalue.c: (gst_value_compare_int_range):
2168           compare the second value, too
2169         * testsuite/caps/Makefile.am:
2170         * testsuite/caps/random.c: (assert_on_error), (main):
2171           add tests to make sure the two things above are checked for
2173 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2175         * configure.ac:
2176         * libs/gst/dataprotocol/Makefile.am:
2177         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps):
2178         * libs/gst/dataprotocol/dataprotocol.h:
2179           wrap header in GST_ENABLE_NEW.  make code use it
2181 2004-05-23  Johan Dahlin  <johan@gnome.org>
2183         * tools/gst-inspect.c (main): Cleanup most parts of it, don't be
2184         so verbose and print GstElement signal names all the time.
2186 2004-05-22  David Schleef  <ds@schleef.org>
2188         * gst/registries/gstxmlregistry.c:
2189         (gst_xml_registry_parse_padtemplate): Fix warning on OS X.
2190         (bug #142957)
2192 2004-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2194         * configure.ac:
2195           scrub cflags for glib2 so gcc doesn't complain when glib is in
2196           /usr/local
2198 2004-05-21  Johan Dahlin  <johan@gnome.org>
2200         * gst/gstcpu.c (gst_cpuid_i386): Protect some gcc asm stuff with
2201         __GNUC__, patch from Brian Cameron, fixes bug #142804
2203 2004-05-20  David Schleef  <ds@schleef.org>
2205         * gst/gstindex.c: (gst_index_compare_func): Fix overflows in
2206         comparison code.  (bug #142819)
2208 2004-05-20  Wim Taymans  <wim@fluendo.com>
2210         * gst/gstbuffer.c: (gst_buffer_default_copy):
2211         * gst/gstbuffer.h:
2212         Added Comment to a flag.
2213         copy relevant flags in _buffer_copy.
2215 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2217         reviewed by: Wim Taymans <wim at fluendo dot com>
2219         * gst/gstbuffer.h:
2220           add GST_BUFFER_IN_CAPS buffer flag
2221         * gst/gststructure.c: (gst_structure_value_get_generic_type),
2222         (gst_structure_parse_any_list), (gst_structure_parse_list),
2223         (gst_structure_parse_fixed_list), (gst_structure_parse_value):
2224         * gst/gstvalue.c: (gst_value_serialize_any_list),
2225         (gst_value_transform_any_list_string),
2226         (gst_value_list_prepend_value), (gst_value_list_append_value),
2227         (gst_value_list_get_size), (gst_value_list_get_value),
2228         (gst_value_transform_list_string),
2229         (gst_value_transform_fixed_list_string),
2230         (gst_value_serialize_list), (gst_value_serialize_fixed_list),
2231         (gst_value_deserialize_fixed_list), (gst_type_is_fixed),
2232         (_gst_value_initialize):
2233         * gst/gstvalue.h:
2234           add a GST_TYPE_FIXED_LIST which is fixed by definition and uses
2235           < , > as a format.
2236         * testsuite/caps/string-conversions.c: (main):
2237           add regression tests for < >
2239 2004-05-20  Johan Dahlin  <johan@gnome.org>
2241         * docs/gst/Makefile.am (all-local): Re-add
2243 2004-05-20  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2245         * docs/gst/Makefile.am:
2246         * docs/gst/gstreamer-docs.sgml:
2247         * docs/libs/Makefile.am:
2248         * docs/libs/gstreamer-libs-docs.sgml:
2249           fix distcheck issues
2251 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2253         * libs/gst/dataprotocol/Makefile.am:
2254           add to autotest
2256 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2258         * libs/gst/dataprotocol/Makefile.am:
2259         * libs/gst/dataprotocol/dataprotocol.c:
2260         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
2261         (gst_dp_packet_from_event), (gst_dp_event_from_packet):
2262         * libs/gst/dataprotocol/dp-private.h:
2263           use GST macros to read/write fixed length ints
2264           add some more asserts
2266 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2268         * docs/libs/gstreamer-libs-docs.sgml:
2269         * docs/libs/gstreamer-libs-sections.txt:
2270           remove idct and putbits
2271         * configure.ac:
2272         * docs/libs/tmpl/gstdataprotocol.sgml:
2273         * libs/gst/Makefile.am:
2274         * libs/gst/dataprotocol/Makefile.am:
2275         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test),
2276         (buffer_test), (caps_test), (event_test), (main):
2277         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
2278         (gst_dp_dump_byte_array), (gst_dp_init),
2279         (gst_dp_header_payload_length), (gst_dp_header_payload_type),
2280         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
2281         (gst_dp_packet_from_event), (gst_dp_buffer_from_header),
2282         (gst_dp_caps_from_packet), (gst_dp_event_from_packet),
2283         (gst_dp_validate_header), (gst_dp_validate_payload),
2284         (gst_dp_validate_packet), (plugin_init):
2285         * libs/gst/dataprotocol/dataprotocol.h:
2286         * libs/gst/dataprotocol/dp-private.h:
2287           add dataprotocol
2289 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2291         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
2292           fix int variable deserialization and add a helper so we can actually
2293           debug this.
2295 2004-05-18  David Schleef  <ds@schleef.org>
2297         * testsuite/debug/commandline.c: (main): Call ./commandline, not
2298           argv[0].  Calling yourself is probably not the best way to
2299           construct a test like this, btw.
2301 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2303         * gst/gstbin.c: (gst_bin_iterate_func), (gst_bin_iterate):
2304           don't claim to be more intelligent than a scheduler when the
2305           scheduler claims the pipeline is stopped
2306         * gst/schedulers/entryscheduler.c: (safe_cothread_switch),
2307         (safe_cothread_destroy),
2308         (gst_entry_scheduler_remove_all_cothreads),
2309         (gst_entry_scheduler_reset), (_remove_cothread),
2310         (gst_entry_scheduler_state_transition):
2311           hold off cothread destruction if we're not in main cothread
2312         * configure.ac:
2313         * testsuite/Makefile.am:
2314           add new test dir
2315         * testsuite/schedulers/.cvsignore:
2316         * testsuite/schedulers/Makefile.am:
2317           add tests
2318         * testsuite/schedulers/relink.c: (cb_handoff), (main):
2319           check relinking and adding/removing elements from a running pipeline
2320         * testsuite/schedulers/unlink.c: (cb_handoff), (main):
2321           check unlinking in a running pipeline
2322         * testsuite/schedulers/unref.c: (cb_handoff), (main):
2323           check unreffing a running pipeline
2324         * testsuite/schedulers/useless_iteration.c: (main):
2325           check iterating a pipeline that contains running threads works
2327 2004-05-18  David Schleef  <ds@schleef.org>
2329         * docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC
2330           is false.
2332 2004-05-18  Wim Taymans  <wim@fluendo.com>
2334         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
2335         (setup_group_scheduler), (gst_opt_scheduler_pad_link):
2336         Fixed an error introduced with patch for 1.63. When setting
2337         a get based element as the entry point in a group, make sure
2338         to mark the group as GET based.
2340 2004-05-18  Wim Taymans  <wim@fluendo.com>
2342         * gst/schedulers/gstoptimalscheduler.c: (create_group),
2343         (setup_group_scheduler), (loop_group_schedule_function),
2344         (gst_opt_scheduler_pad_link):
2345         Added some more debug info and fixed a bug where the group
2346         type was set to LOOP but it was in fact unknown.
2348 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2350         * gst/schedulers/entryscheduler.c: (gst_entry_scheduler_reset):
2351           make resetting scheduler work twice in a row
2353 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2355         * gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
2356         (CREATE_USERIALIZATION), (_gst_value_initialize),
2357         (gst_value_compare_float), (gst_value_serialize_float),
2358         (gst_value_deserialize_float), (gst_value_compare_enum),
2359         (gst_value_serialize_enum), (gst_value_deserialize_enum):
2360           add serialization and comparison functions for long, int64, enum and
2361           float values
2362         * gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
2363           use best serialization function in type hierarchy instead of only a
2364           matching one. This is required for enums to work.
2365         * gst/parse/grammar.y:
2366           use gst_caps_deserialize
2367         * testsuite/parse/Makefile.am:
2368           parse1 now works
2369         * testsuite/parse/parse1.c: (main):
2370           remove aggregator check, aggregator is broken, this test works now
2371           but fails because of bug #138012
2372         * testsuite/parse/parse2.c: (main):
2373           s/xvideosink/xvimagesink - this test looks a lot like we should
2374           disable it
2376 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2378         * gst/gstelement.c: (gst_element_class_init):
2379           whoops, store the signal id correctly
2380         * gst/schedulers/gstbasicscheduler.c:
2381         (gst_basic_scheduler_chain_wrapper):
2382           detect infinfinfinfinfinf^Cinite loops in chain wrapper when the
2383           chain function isn't linked
2385 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
2386         * configure.ac:
2387         Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file
2388         support until we decide where the flags should be used
2389         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_query):
2390         Use GST_FORMAT_BYTES when GST_FORMAT_DEFAULT is passed
2391         * gst/gstpad.c: (gst_pad_link_call_link_functions):
2392         Output refused caps in the debug info
2394 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2396         * gst/elements/gstidentity.c: (gst_identity_chain):
2397           add duration debug
2398         * gst/gstinfo.c: (gst_debug_log_default):
2399           add timestamp
2401 2004-05-13  Benjamin Otte  <otte@gnome.org>
2403         * gst/gstpipeline.c: (gst_pipeline_dispose),
2404         (gst_pipeline_change_state):
2405           call gst_scheduler_reset on dispose (fixes #141416)
2407 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2409         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
2410           compute mapsize correctly
2411         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
2412           use correct datatypes when calling a varargs function
2413         * gst/elements/gsttypefindelement.c: (stop_typefinding):
2414           push a DISCONT event as first thing
2415         * gst/gst_private.h:
2416         * gst/gstinfo.c: (_gst_debug_init):
2417           remove GST_DATAFLOW debugging category
2418         * gst/gstbin.c: (gst_bin_iterate):
2419           use GST_SCHEDULING category
2420         * gst/gstpad.c: (gst_pad_get_type), (_invent_event),
2421         (gst_pad_push), (gst_pad_pull), (gst_pad_call_chain_function),
2422         (gst_pad_call_get_function):
2423           add GST_DATAFLOW to easily track flow of buffers or events.
2424         * gst/gstqueue.c: (gst_queue_get_type),
2425         (gst_queue_handle_pending_events), (gst_queue_chain),
2426         (gst_queue_get), (gst_queue_handle_src_event):
2427           use own static debugging category GST_DATAFLOW for dataflow,
2428           use DEBUG category for showing which path events go, use LOG
2429           category for buffers.
2431 2004-05-10  David Schleef  <ds@schleef.org>
2433         * docs/gst/gstreamer-sections.txt: Add gst_element_no_more_pads.
2435 2004-05-10  David Schleef  <ds@schleef.org>
2437         * docs/gst/Makefile.am: Dear gtk-doc, please print out the unused
2438         symbols, because otherwise we don't know what they are.  Thanks,
2439         the GStreamer team.
2440         * gst/registries/gstxmlregistry.c: (make_dir): Remove a spurious ;
2442 2004-05-10  David Schleef  <ds@schleef.org>
2444         (from Steve Lhomme)
2445         * win32/Makefile: When using make clean the MS Visual Studio makefiles
2446         are deleted.  Fix.
2447         * win32/Makefile.inspect:
2448         * win32/Makefile.launch:
2449         * win32/Makefile.register:
2451 2004-05-10  David Schleef  <ds@schleef.org>
2453         * gst/gstinfo.h: Add missing inline function.
2454         * gst/gsttrace.c: add include
2455         * gst/parse/grammar.y: remove unused code
2456         * gst/registries/gstxmlregistry.c: (make_dir): make mkdir call
2457         more portable.
2458         * tools/gst-register.c: wrap unistd.h
2459         
2460         More additions/fixes from Steve for the MSVC build.
2461         * win32/GStreamer.vcproj:
2462         * win32/Makefile:
2463         * win32/Makefile.inspect:
2464         * win32/Makefile.launch:
2465         * win32/Makefile.register:
2466         * win32/README.txt:
2467         * win32/gst-inspect.vcproj:
2468         * win32/gst-launch.vcproj:
2469         * win32/gst-register.vcproj:
2470         * win32/gstbytestream.def:
2471         * win32/gstbytestream.vcproj:
2472         * win32/gstconfig.h:
2473         * win32/gstelements.def:
2474         * win32/gstelements.vcproj:
2475         * win32/gstenumtypes.c:
2476         * win32/gstenumtypes.h:
2477         * win32/gstoptimalscheduler.def:
2478         * win32/gstoptimalscheduler.vcproj:
2479         * win32/gstreamer.def:
2480         * win32/gstspider.def:
2481         * win32/gstspider.vcproj:
2482         * win32/gstversion.h:
2483         * win32/msvc71.sln:
2485 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2487         * gst/gstelement.c: (gst_element_class_init),
2488         (gst_element_no_more_pads):
2489         * gst/gstelement.h:
2490           add gst_element_no_more_pads and the "no-more-pads" signal
2492 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2494         * gst/gstregistry.c: (gst_registry_add_plugin):
2495           refuse to add plugins when a plugin with same name is already
2496           registered. Fixes a bunch of "How to remove plugins?" issues.
2497           May lead to other problems though, let's test
2499 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2501         * testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
2502         * docs/manual/pads-api.xml : audio/wav => audio/x-wav
2503         * docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav
2505 2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2507         * tests/Makefile.am: fix am16 issue
2509 2004-05-09  Benjamin Otte  <otte@gnome.org>
2511         * libs/gst/bytestream/Makefile.am:
2512           we should indeed add .c files to makefiles or they won't be built
2513           (d'oh)
2515 2004-05-08  Benjamin Otte  <otte@gnome.org>
2517         * gst/gstpad.c: (gst_pad_proxy_fixate):
2518           really reduce the set of caps
2520 2004-05-08  Benjamin Otte  <otte@gnome.org>
2522         * tests/Makefile.am:
2523         * tests/spidey_bench.c: (handoff), (main):
2524           add benchmark to test how long spider needs to create a pipeline
2526 2004-05-08  Benjamin Otte  <otte@gnome.org>
2528         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_unnegotiate):
2529           mark links as unengaged when unnegotiating instead of deactivating.
2530           This way pads aren't marked as unengaged when going PLAYING=>PAUSED
2532 2004-05-08  Benjamin Otte  <otte@gnome.org>
2534         * docs/manual/helloworld.xml:
2535           s/audiosink/osssink (patch by Patrick Guimond)
2537 2004-05-07  David Schleef  <ds@schleef.org>
2539         * configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
2540         since it contains important stuff.
2542 2004-05-07  David Schleef  <ds@schleef.org>
2544         * testsuite/caps/caps.c: (test3), (main): A check for appending
2545         ANY caps.
2547 2004-05-07  David Schleef  <ds@schleef.org>
2549         * common/m4/as-compiler-flag.m4: Properly quote arguments,
2550         which may contain commas.  Fixes detection of -Wa,-mregnames
2552 2004-05-06  David Schleef  <ds@schleef.org>
2554         Changes to handle compilers that don't have variadic macro
2555         support.  In particular, glib headers define some inlines
2556         that need G_LOG_DOMAIN defined.  Additional fixes for MSVC
2557         builds.
2558         * gst/Makefile.am:
2559         * gst/cothreads.c:
2560         * gst/elements/gstfdsink.c:
2561         * gst/elements/gstfdsrc.c:
2562         * gst/elements/gstfilesink.c:
2563         * gst/elements/gstfilesrc.c:
2564         * gst/gst_private.h:
2565         * gst/gstatomic.c:
2566         * gst/gstcaps.c: (gst_caps_append):
2567         * gst/gstcpu.c: (gst_cpuid_i386):
2568         * gst/gstelement.c:
2569         * gst/gsterror.c:
2570         * gst/gstfilter.c:
2571         * gst/gstinfo.h:
2572         * gst/gstprobe.c:
2573         * gst/gstquery.c:
2574         * gst/gstregistry.c:
2575         * gst/gststructure.c:
2576         * gst/gsttaginterface.c:
2577         * gst/gsttrace.c: (gst_trace_new):
2578         * gst/gsttrashstack.c:
2579         * gst/gsturi.c:
2580         * gst/gstvalue.c:
2581         * gst/parse/grammar.y:
2582         * gst/parse/parse.l:
2583         * tools/gst-inspect.c: (main):
2584         * tools/gst-launch.c: (main):
2585         * tools/gst-xmlinspect.c: (PUT_STRING):
2587 2004-05-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2589         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
2590         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
2591         * gst/elements/gstfilesrc.h:
2592           send NEW_MEDIA events correctly
2593         * gst/elements/gsttypefindelement.c: (start_typefinding),
2594         (gst_type_find_element_handle_event):
2595           restart typefinding when we get a NEW_MEDIA event
2596         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_change_state),
2597         (gst_bin_dispose):
2598           don't die when someone removes elements in callbacks
2599         * gst/gstelement.c: (gst_element_change_state):
2600           improve debugging
2601         * gst/gstpad.c: (gst_pad_pull), (gst_pad_call_chain_function):
2602           we need a NEW_MEDIA event to engage a link
2603         * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
2604           don't g_print debugging stuff
2605         * testsuite/caps/simplify.c: (check_caps):
2607 2004-05-04  Benjamin Otte  <otte@gnome.org>
2609         * gst/parse/grammar.y:
2610           use GST_ERROR instead of g_warning, and always throw a GST_ERROR 
2612 2004-05-04  Benjamin Otte  <otte@gnome.org>
2614         * testsuite/caps/renegotiate.c: (main):
2615           improve output in error case
2617 2004-05-04  Benjamin Otte  <otte@gnome.org>
2619         * gst/parse/grammar.y:
2620           fix assert to not trigger when there's no error argument
2621         * gst/parse/parse.l:
2622           fix definition of caps to allow more than two structures
2623         * testsuite/caps/Makefile.am:
2624         * testsuite/caps/renegotiate.c: (main):
2625           it's sinesrc and works in that case
2627 2004-05-04  Wim Taymans  <wim@fluendo.com>
2629         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
2630         (group_dec_link), (gst_opt_scheduler_pad_unlink):
2631         when removing an element from a group, we always need to
2632         decrement the link count that this group had with other 
2633         groups through the element.
2634         added an extra assert to catch inconsistencies when decrementing
2635         the link count.
2637 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2639         * configure.ac:
2640         * docs/gst/Makefile.am:
2641         * docs/gst/gstreamer-sections.txt:
2642         * docs/gst/tmpl/gstcompat.sgml:
2643         * examples/appreader/Makefile.am:
2644         * examples/cutter/Makefile.am:
2645         * examples/events/Makefile.am:
2646         * examples/helloworld/Makefile.am:
2647         * examples/helloworld2/Makefile.am:
2648         * examples/launch/Makefile.am:
2649         * examples/manual/Makefile.am:
2650         * examples/mixer/Makefile.am:
2651         * examples/pingpong/Makefile.am:
2652         * examples/plugins/Makefile.am:
2653         * examples/queue/Makefile.am:
2654         * examples/queue2/Makefile.am:
2655         * examples/queue3/Makefile.am:
2656         * examples/queue4/Makefile.am:
2657         * examples/retag/Makefile.am:
2658         * examples/thread/Makefile.am:
2659         * examples/typefind/Makefile.am:
2660         * examples/xml/Makefile.am:
2661         * gst/Makefile.am:
2662         * gst/autoplug/Makefile.am:
2663         * gst/elements/Makefile.am:
2664         * gst/gstcompat.h:
2665         * gst/indexers/Makefile.am:
2666         * gst/parse/Makefile.am:
2667         * gst/registries/Makefile.am:
2668         * gst/schedulers/Makefile.am:
2669         * libs/gst/bytestream/Makefile.am:
2670         * libs/gst/control/Makefile.am:
2671         * libs/gst/getbits/Makefile.am:
2672         * po/af.po:
2673         * po/az.po:
2674         * po/en_GB.po:
2675         * po/fr.po:
2676         * po/nl.po:
2677         * po/sr.po:
2678         * po/sv.po:
2679         * po/tr.po:
2680         * po/uk.po:
2681         * tests/Makefile.am:
2682         * tests/bufspeed/Makefile.am:
2683         * tests/instantiate/Makefile.am:
2684         * tests/memchunk/Makefile.am:
2685         * tests/muxing/Makefile.am:
2686         * tests/negotiation/Makefile.am:
2687         * tests/probes/Makefile.am:
2688         * tests/sched/Makefile.am:
2689         * tests/seeking/Makefile.am:
2690         * tests/threadstate/Makefile.am:
2691         * testsuite/caps/Makefile.am:
2692         * testsuite/cleanup/Makefile.am:
2693         * testsuite/dlopen/Makefile.am:
2694         * testsuite/dynparams/Makefile.am:
2695         * testsuite/plugin/Makefile.am:
2696         * testsuite/states/Makefile.am:
2697         * tools/Makefile.am:
2698           reorganize compile/link flags to be consistent
2699           put gst_info in gstcompat.h and actually use GST_DISABLE_DEPRECATED
2701 2004-05-04  David Schleef  <ds@schleef.org>
2703         The "once more, with feeling" check-in.
2704         * testsuite/caps/Makefile.am: dist caps_strings
2705         * testsuite/caps/renegotiate.c: (main): This test triggers a
2706           segfault in the core.  Marking as failing.
2708 2004-05-03  David Schleef  <ds@schleef.org>
2710         * testsuite/caps/deserialize.c: (main): Fix problems noticed
2711           by the build bots.
2712         * testsuite/caps/renegotiate.c: (main): Same.
2714 2004-05-03  David Schleef  <ds@schleef.org>
2716         * testsuite/caps/renegotiate.c: (my_fixate), (main): Another test.
2718 2004-05-03  David Schleef  <ds@schleef.org>
2720         * testsuite/caps/deserialize.c: (main): Use the srcdir environment
2721           variable to find our source file.
2723 2004-05-03  David Schleef  <ds@schleef.org>
2725         * configure.ac:  Link plugins with libgstreamer and dependent
2726           libraries
2727         * testsuite/caps/Makefile.am:
2728         * testsuite/caps/caps_strings:
2729         * testsuite/caps/deserialize.c: (main): Add a little test to slog
2730           through a file of caps strings and test each one
2732 2004-05-04  Benjamin Otte  <otte@gnome.org>
2734         * libs/gst/bytestream/Makefile.am:
2735         * libs/gst/bytestream/adapter.c: 
2736         * libs/gst/bytestream/adapter.h:
2737           add GstAdapter, similar to bytestream, but doesn't require ugly event
2738           handling or uglier loopbased elements
2740 2004-05-03  David Schleef  <ds@schleef.org>
2742         * testsuite/caps/Makefile.am: Fix spelling of Ηρατοσθενες
2743         * testsuite/caps/erathostenes.c:
2744         * testsuite/caps/eratosthenes.c: (eratosthenes), (main):
2746 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2748         * docs/pwg/pwg.xml:
2749           remove hardcoded stylesheet path (duh)
2750         * docs/random/release:
2751         * docs/gst/gstreamer-sections.txt:
2752         * gst/Makefile.am:
2753         * gst/gst.h:
2754         * gst/gst_private.h:
2755         * gst/gstcaps.c:
2756         * gst/gstevent.c:
2757         * gst/gstformat.c:
2758         * gst/gstinfo.c:
2759         * gst/gstinfo.h:
2760         * gst/gstinterface.c:
2761         * gst/gstmemchunk.c:
2762         * gst/gstprobe.c:
2763         * gst/gstquery.c:
2764         * gst/gstregistry.c:
2765         * gst/gstregistrypool.c:
2766         * gst/gststructure.c:
2767         * gst/gsttaginterface.c:
2768         * gst/gstthread.c:
2769         * gst/gsttrace.c:
2770         * gst/gsttypefind.c: (gst_type_find_factory_get_type):
2771         * gst/gsturi.c:
2772         * gst/gstvalue.c:
2773           deprecate gst_info; remove gstlog.h
2774    
2776 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2778         * Makefile.am:
2779         * po/en_GB.po:
2780         * po/sv.po:
2781         * po/uk.po:
2782           updated translations
2784 2004-05-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2786         * gst/gstbin.c: (gst_bin_dispose):
2787           better debugging
2789 2004-05-03  Johan Dahlin  <johan@gnome.org>
2791         * gst/schedulers/gstoptimalscheduler.c
2792         (gst_opt_scheduler_pad_unlink): Check if element is non-NULL and
2793         really is a GstElement. Avoids critical when running gst-launch -v
2794         and a oggdemux/decoding pipeline.
2796 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2798         * docs/gst/tmpl/gstpipeline.sgml :
2799         * docs/manual/elements-api.xml :
2800                 doc fix by Patrick Guimond (Protector) from devel ML
2801                 reviewed by ronald
2803 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2805         * docs/gst/Makefile.am :
2806         * docs/libs/Makefile.am :
2807                 apply a patch from Arwed v. Merkatz so that gtk-doc
2808                 generated docs install (same for .devhelp file)
2809                 (fixes part 1 of #138836)
2811 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2813         * docs/faq/dependencies.xml: typo
2814         * docs/faq/getting.xml :
2815             - fix download URL for new gstreamer site
2816             - hide sf.net download page as latest version aren't there
2817             - fix apt URLs
2818             - fill "get via CVS" paragraph (link to dev page on the site)
2819         * docs/faq/general.xml:
2820             hide status tables as they no more exists
2821             change case on plugins license file to reflect reality
2822         * docs/faq/troubleshooting.xml:
2823             remove the wiki question/answer as there is no more wiki
2825 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2827         * gst/gsterror.h:
2828           include the headers needed for declarations used in this header
2830 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2832         * docs/random/uraeus/gstreamer_and_midi.txt :
2833           add .kar (midi + karaoke/lyrics 'track') doc to midi doc.
2834           (fixes #132288)
2836 2004-04-30  Sebastien Cote  <sc5@hermes.usherb.ca>
2838         reviewed by Benjamin Otte  <otte@gnome.org>
2840         * gst/schedulers/gthread-cothreads.h:
2841           free allocated data for main cothread, too when destroying context
2842           (fixes #141417)
2844 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2846         * docs/manual/goals.xml : remove duplicated paragraph at end 
2847         of doc page (fixes #141448)
2849 2004-04-29  David Schleef  <ds@schleef.org>
2851         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
2852         Patch from Sebastien Cote to fix leakage of events. (bug #141414)
2854 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2856         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
2857           fix property
2858         * gst/gstcaps.c:
2859           fix doc string
2860         * po/POTFILES.in:
2861           rename typefind source file
2863 2004-04-28  David Schleef  <ds@schleef.org>
2865         Several new files from Steve Lhomme's MSVC patch (bug #141317):
2866         * win32/GStreamer.vcproj:
2867         * win32/Makefile:
2868         * win32/config.h:
2869         * win32/dirent.c: (_topendir), (_treaddir), (_tclosedir),
2870         (_trewinddir), (_ttelldir), (_tseekdir):
2871         * win32/dirent.h:
2872         * win32/gst-inspect.vcproj:
2873         * win32/gst-launch.vcproj:
2874         * win32/gst-register.vcproj:
2875         * win32/gstbytestream.vcproj:
2876         * win32/gstelements.vcproj:
2877         * win32/gstoptimalscheduler.vcproj:
2878         * win32/gstspider.vcproj:
2879         * win32/gtchar.h:
2880         * win32/mman.c: (mmap), (mprotect), (msync), (munmap):
2881         * win32/mman.h:
2882         * win32/mman.inl:
2883         * win32/msvc71.sln:
2885 2004-04-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2887         * gst/gst.c: (init_post):
2888         * gst/gstinfo.c:
2889           remove useless _gst_progname stuff
2890         * tools/gst-inspect.c: (print_field), (print_caps):
2891           improve caps output
2893 2004-04-28  David Schleef  <ds@schleef.org>
2895         Disable parsing of a lot of files that aren't part of the
2896         exported API.  Move corresponding template files to old/,
2897         waiting for removal when they don't contain anything
2898         interesting.
2899         * docs/gst/Makefile.am:
2900         * docs/gst/gstreamer-sections.txt:
2901         * docs/gst/tmpl/cothreads.sgml:
2902         * docs/gst/tmpl/cothreads_compat.sgml:
2903         * docs/gst/tmpl/gettext.sgml:
2904         * docs/gst/tmpl/gobject2gtk.sgml:
2905         * docs/gst/tmpl/grammar.tab.sgml:
2906         * docs/gst/tmpl/gst-i18n-app.sgml:
2907         * docs/gst/tmpl/gst-i18n-lib.sgml:
2908         * docs/gst/tmpl/gst_private.sgml:
2909         * docs/gst/tmpl/gstaggregator.sgml:
2910         * docs/gst/tmpl/gstarch.sgml:
2911         * docs/gst/tmpl/gstatomic_impl.sgml:
2912         * docs/gst/tmpl/gstbufferstore.sgml:
2913         * docs/gst/tmpl/gstdata_private.sgml:
2914         * docs/gst/tmpl/gstdisksink.sgml:
2915         * docs/gst/tmpl/gstdisksrc.sgml:
2916         * docs/gst/tmpl/gstelementfactory.sgml:
2917         * docs/gst/tmpl/gstextratypes.sgml:
2918         * docs/gst/tmpl/gstfakesink.sgml:
2919         * docs/gst/tmpl/gstfakesrc.sgml:
2920         * docs/gst/tmpl/gstfdsink.sgml:
2921         * docs/gst/tmpl/gstfdsrc.sgml:
2922         * docs/gst/tmpl/gstfilesink.sgml:
2923         * docs/gst/tmpl/gstfilesrc.sgml:
2924         * docs/gst/tmpl/gsthttpsrc.sgml:
2925         * docs/gst/tmpl/gstidentity.sgml:
2926         * docs/gst/tmpl/gstindexfactory.sgml:
2927         * docs/gst/tmpl/gstmarshal.sgml:
2928         * docs/gst/tmpl/gstmd5sink.sgml:
2929         * docs/gst/tmpl/gstmultidisksrc.sgml:
2930         * docs/gst/tmpl/gstmultifilesrc.sgml:
2931         * docs/gst/tmpl/gstpadtemplate.sgml:
2932         * docs/gst/tmpl/gstpipefilter.sgml:
2933         * docs/gst/tmpl/gstschedulerfactory.sgml:
2934         * docs/gst/tmpl/gstsearchfuncs.sgml:
2935         * docs/gst/tmpl/gstshaper.sgml:
2936         * docs/gst/tmpl/gstspider.sgml:
2937         * docs/gst/tmpl/gstspideridentity.sgml:
2938         * docs/gst/tmpl/gststatistics.sgml:
2939         * docs/gst/tmpl/gsttee.sgml:
2940         * docs/gst/tmpl/gsttimecache.sgml:
2941         * docs/gst/tmpl/gsttypefind.sgml:
2942         * docs/gst/tmpl/gsttypefindfactory.sgml:
2943         * docs/gst/tmpl/gstxmlregistry.sgml:
2944         * docs/gst/tmpl/gthread-cothreads.sgml:
2945         * docs/gst/tmpl/old/cothreads.sgml:
2946         * docs/gst/tmpl/old/cothreads_compat.sgml:
2947         * docs/gst/tmpl/old/gettext.sgml:
2948         * docs/gst/tmpl/old/gobject2gtk.sgml:
2949         * docs/gst/tmpl/old/grammar.tab.sgml:
2950         * docs/gst/tmpl/old/gst-i18n-app.sgml:
2951         * docs/gst/tmpl/old/gst-i18n-lib.sgml:
2952         * docs/gst/tmpl/old/gst_private.sgml:
2953         * docs/gst/tmpl/old/gstaggregator.sgml:
2954         * docs/gst/tmpl/old/gstarch.sgml:
2955         * docs/gst/tmpl/old/gstatomic_impl.sgml:
2956         * docs/gst/tmpl/old/gstbufferstore.sgml:
2957         * docs/gst/tmpl/old/gstdata_private.sgml:
2958         * docs/gst/tmpl/old/gstdisksink.sgml:
2959         * docs/gst/tmpl/old/gstdisksrc.sgml:
2960         * docs/gst/tmpl/old/gstelementfactory.sgml:
2961         * docs/gst/tmpl/old/gstextratypes.sgml:
2962         * docs/gst/tmpl/old/gstfakesink.sgml:
2963         * docs/gst/tmpl/old/gstfakesrc.sgml:
2964         * docs/gst/tmpl/old/gstfdsink.sgml:
2965         * docs/gst/tmpl/old/gstfdsrc.sgml:
2966         * docs/gst/tmpl/old/gstfilesink.sgml:
2967         * docs/gst/tmpl/old/gstfilesrc.sgml:
2968         * docs/gst/tmpl/old/gsthttpsrc.sgml:
2969         * docs/gst/tmpl/old/gstidentity.sgml:
2970         * docs/gst/tmpl/old/gstindexfactory.sgml:
2971         * docs/gst/tmpl/old/gstmarshal.sgml:
2972         * docs/gst/tmpl/old/gstmd5sink.sgml:
2973         * docs/gst/tmpl/old/gstmultidisksrc.sgml:
2974         * docs/gst/tmpl/old/gstmultifilesrc.sgml:
2975         * docs/gst/tmpl/old/gstpadtemplate.sgml:
2976         * docs/gst/tmpl/old/gstpipefilter.sgml:
2977         * docs/gst/tmpl/old/gstschedulerfactory.sgml:
2978         * docs/gst/tmpl/old/gstsearchfuncs.sgml:
2979         * docs/gst/tmpl/old/gstshaper.sgml:
2980         * docs/gst/tmpl/old/gstspider.sgml:
2981         * docs/gst/tmpl/old/gstspideridentity.sgml:
2982         * docs/gst/tmpl/old/gststatistics.sgml:
2983         * docs/gst/tmpl/old/gsttee.sgml:
2984         * docs/gst/tmpl/old/gsttimecache.sgml:
2985         * docs/gst/tmpl/old/gsttypefindfactory.sgml:
2986         * docs/gst/tmpl/old/gstxmlregistry.sgml:
2987         * docs/gst/tmpl/old/gthread-cothreads.sgml:
2988         * docs/gst/tmpl/old/types.sgml:
2989         * docs/gst/tmpl/types.sgml:
2991         Rename gsttypefind.[ch] back to gsttypefindelement.[ch], since
2992         gtkdoc-scan doesn't like files with the same name in different
2993         directories.
2994         * gst/elements/Makefile.am:
2995         * gst/elements/gstelements.c:
2996         * gst/elements/gsttypefind.c: 
2997         * gst/elements/gsttypefind.h:
2998         * gst/elements/gsttypefindelement.c:
2999         * gst/elements/gsttypefindelement.h:
3001 2004-04-28  David Schleef  <ds@schleef.org>
3003         A bunch of portability fixes, derived from Steve Lhomme's MSVC
3004         patch (bug #141317):
3005         * gst/gst-i18n-lib.h: Allow disabling gettext.
3006         * gst/gstatomic_impl.h: disable warning when it's dumb.
3007         * gst/gstclock.c: fix include
3008         * gst/gstcompat.h: fix variadic macro
3009         * gst/gstinfo.c: fix include
3010         * gst/gstmacros.h: add defines for inlines on MSVC
3011         * gst/gstplugin.c: fix includes
3012         * gst/gstregistry.c: fix includes
3013         * gst/gstregistry.h: use S_IREAD, etc., if S_IRUSR isn't defined
3014         * gst/gstsystemclock.c: fix include
3015         * gst/gsttrace.c: (gst_trace_new), (gst_trace_text_flush): use
3016         S_IREAD if S_IRUSR isn't defined.  fix use of non-portable functions
3017         * gst/registries/gstxmlregistry.c:
3018         (gst_xml_registry_parse_element_factory): fix use of non-portable
3019         functions
3020         * libs/gst/control/dparam.h: Remove trailing comma in enum definition
3021         * libs/gst/control/dparammanager.h: same
3023 2004-04-28  David Schleef  <ds@schleef.org>
3025         Move a bunch of unused files to old/ with names that are
3026         not case-insensitive-unique.  These files still contain some
3027         useful information that needs to be merged into gstbin.sgml,
3028         etc., so they shouldn't be deleted yet.
3029         * docs/gst/tmpl/GstBin.sgml:
3030         * docs/gst/tmpl/GstBuffer.sgml:
3031         * docs/gst/tmpl/GstCaps.sgml:
3032         * docs/gst/tmpl/GstClock.sgml:
3033         * docs/gst/tmpl/GstCompat.sgml:
3034         * docs/gst/tmpl/GstData.sgml:
3035         * docs/gst/tmpl/GstElement.sgml:
3036         * docs/gst/tmpl/GstEvent.sgml:
3037         * docs/gst/tmpl/GstIndex.sgml:
3038         * docs/gst/tmpl/GstStructure.sgml:
3039         * docs/gst/tmpl/GstTag.sgml:
3040         * docs/gst/tmpl/old/GstBin.sgml:
3041         * docs/gst/tmpl/old/GstBuffer.sgml:
3042         * docs/gst/tmpl/old/GstCaps.sgml:
3043         * docs/gst/tmpl/old/GstClock.sgml:
3044         * docs/gst/tmpl/old/GstCompat.sgml:
3045         * docs/gst/tmpl/old/GstData.sgml:
3046         * docs/gst/tmpl/old/GstElement.sgml:
3047         * docs/gst/tmpl/old/GstEvent.sgml:
3048         * docs/gst/tmpl/old/GstIndex.sgml:
3049         * docs/gst/tmpl/old/GstStructure.sgml:
3050         * docs/gst/tmpl/old/GstTag.sgml:
3052 2004-04-28  David Schleef  <ds@schleef.org>
3054         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
3055         (gst_caps_append), (gst_caps_append_structure),
3056         (gst_caps_get_size), (gst_caps_get_structure), (gst_caps_copy_1),
3057         (gst_caps_set_simple), (gst_caps_set_simple_valist),
3058         (gst_caps_is_any), (gst_caps_is_empty), (gst_caps_is_chained),
3059         (gst_caps_is_fixed), (gst_caps_is_always_compatible),
3060         (gst_caps_intersect), (gst_caps_normalize),
3061         (gst_caps_transform_to_string):  Patch from Tim-Philipp Müller
3062         to fix GST_CAPS() and GST_IS_CAPS(). (bug #141304)
3063         * gst/gstcaps.h: use GST_IS_CAPS().
3065 2004-04-26  David Schleef  <ds@schleef.org>
3067         * gst/gstcpu.c: (gst_cpuid_i386): Don't clobber ebx in inline
3068         assembly.  gcc doesn't handle it correctly. (bug #141083)
3069         * gst/gsttrashstack.h: same
3071 2004-04-25  Benjamin Otte  <otte@gnome.org>
3073         * gst/gstelement.c: (gst_element_change_state):
3074           fix assertion to do an int comparison
3076 2004-04-25  Benjamin Otte  <otte@gnome.org>
3078         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
3079           better debugging output on error
3081 2004-04-25  Benjamin Otte  <otte@gnome.org>
3083         * gst/gstcaps.c: (gst_caps_subtract):
3084           fix memleak
3086 2004-04-23  Benjamin Otte  <otte@gnome.org>
3088         * gst/gstvalue.c: (gst_value_compare_buffer),
3089         (_gst_value_initialize):
3090           add comparison function for buffers
3092 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3094         * docs/pwg/pwg.xml:
3095           Just found out that this so-called "ima-wav" format is really
3096           just "dvi adpcm" (according to the MS WAV documentation). So
3097           renaming it. We didn't use it yet anyway.
3099 2004-04-23  Benjamin Otte  <otte@gnome.org>
3101         * gst/gstcaps.c: (gst_caps_is_always_compatible):
3102           call gst_caps_is_subset
3104 2004-04-23  Benjamin Otte  <otte@gnome.org>
3106         * gst/gstcaps.c: (gst_caps_subtract), (gst_caps_is_equal), 
3107         (gst_caps_is_subset):
3108           add documentation
3110 2004-04-23  Benjamin Otte  <otte@gnome.org>
3111           
3112         * gst/gstcaps.c: (gst_caps_structure_subtract_field),
3113         (gst_caps_structure_subtract), (gst_caps_subtract),
3114         (gst_caps_structure_figure_out_union),
3115         (gst_caps_structure_simplify), (gst_caps_do_simplify):
3116           fix simplifying and subtracting not working correctly with optional
3117           properties
3118           solve assorted problems that make it now simplify ebven more
3119         * docs/gst/tmpl/gstcaps.sgml:
3120         * gst/gstcaps.h:
3121           make gst_caps_do_simplify return a bool to indicate if it simplified
3122         * testsuite/caps/simplify.c: (main):
3123           add more checks. The tests is quite a bit useless right now because
3124           the core is heavily simplifying itself.
3125         * testsuite/caps/caps.h:
3126           fix caps to contain all optional properties
3128 2004-04-22  Benjamin Otte  <otte@gnome.org>
3130         * docs/gst/tmpl/gstcaps.sgml:
3131         * docs/gst/tmpl/gstfilesrc.sgml:
3132         * docs/gst/tmpl/gststructure.sgml:
3133         * docs/gst/tmpl/gstvalue.sgml:
3134           update for recent API changes
3135         * gst/gstcaps.c: (gst_caps_do_simplify):
3136           fix to stop trying with a freed structure
3137         * gst/gstpad.c: (gst_pad_link_fixate):
3138           simplify caps
3139         * gst/gstpad.c: (gst_pad_template_get_caps_by_name):
3140           remove C++ comment
3141         * gst/gstpad.h:
3142           deprecate gst_pad_template_get_caps_by_name, it doesn't work anyway
3143         * gst/gststructure.c: (gst_structure_value_get_generic_type),
3144         (gst_structure_to_string):
3145           keep the correct type when using lists of ranges
3146         * gst/gstvalue.c: (gst_value_list_prepend_value),
3147         (gst_value_list_append_value):
3148           copy the value before adding to the list (d'oh)
3149         * gst/gstvalue.c: (gst_value_subtract_int_range_int),
3150         (gst_value_subtract_int_range_int_range):
3151           handle overflows correctly
3152         * gst/gstvalue.c: (gst_value_subtract_from_list):
3153           fix memleak
3154         * testsuite/caps/caps.h:
3155           add a caps that caused segfaults
3157 2004-04-22  Benjamin Otte  <otte@gnome.org>
3159         * testsuite/refcounting/pad.c: (main):
3160           fix test
3162 2004-04-22  Benjamin Otte  <otte@gnome.org>
3164         * gst/gstcaps.c: (gst_caps_subtract):
3165           allow subtracting ANY and EMPTY from ANY caps
3167 2004-04-22  Benjamin Otte  <otte@gnome.org>
3169         * gst/gstcaps.c: (gst_caps_append), (gst_caps_intersect),
3170         (gst_caps_union):
3171           only simplify in functions that create new caps. Simplifying in
3172           gst_caps_append breaks tests.
3174 2004-04-22  Benjamin Otte  <otte@gnome.org>
3176         * gst/gstcaps.c: (gst_caps_structure_simplify):
3177           unset GValue after use
3178         * gst/gstcaps.c: (gst_caps_append), 
3179         * gst/gstpad.c: (gst_pad_link_fixate), (gst_pad_template_new):
3180           use gst_caps_simplify (reduces registry size by 30%)
3181         * gst/gstpad.c: (gst_pad_template_new):
3182           don't allow NULL caps
3184 2004-04-22  Benjamin Otte  <otte@gnome.org>
3186         * docs/gst/gstreamer-sections.txt:
3187           add gst_caps_do_simplify
3188         * gst/gstcaps.c:
3189           add documentation for gst_caps_do_simplify
3190         * gst/gstvalue.h:
3191           fix typo in gst_value_register_subtract_func declaration for gst-doc
3193 2004-04-22  Benjamin Otte  <otte@gnome.org>
3195         * gst/gstcaps.c: (gst_caps_from_string_inplace):
3196           fix bug when converting from empty string.
3197         * gst/gstcaps.c: (gst_caps_new_any), (gst_caps_new_simple),
3198         (gst_caps_new_full_valist), (gst_caps_copy), (gst_caps_copy_1):
3199           use gst_caps_new_empty to allocate a new caps. Only that function
3200           allocates memory for caps now.
3201         * gst/gstcaps.c: (gst_caps_remove_and_get_structure),
3202         (gst_caps_remove_structure):
3203           add ability to remove one structure (but not to header yet)
3204         * gst/gstcaps.c: (gst_caps_compare_structures),
3205         (gst_caps_simplify), (gst_caps_structure_figure_out_union),
3206         (gst_caps_structure_simplify), (gst_caps_do_simplify),
3207         * gst/gstcaps.h:
3208           add gst_caps_do_simplify that tries to simplify a caps in place.
3209           Deprecate old gst_caps_simplify function.
3210         * testsuite/caps/caps.h:
3211           add caps.h containing a common set of caps to test against.
3212         * testsuite/caps/sets.c: (check_caps), (main):
3213           use it.
3214         * testsuite/caps/.cvsignore:
3215         * testsuite/caps/Makefile.am:
3216         * testsuite/caps/simplify.c: (check_caps), (main):
3217           add test to check correctness and efficency of caps simplification.
3219 2004-04-22  Sebastien Cote <sc5@hermes.usherb.ca>
3221         reviewed by Benjamin Otte  <otte@gnome.org>
3223         * gst/gstparse.c: (_gst_parse_escape):
3224           Free the GString used in _gst_parse_escape()
3226 2004-04-21  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3228         * gst/gstpad.c: (gst_pad_link_negotiate):
3229           refuse to link if the link is not possible
3230         * configure.ac:
3231         * testsuite/Makefile.am:
3232         * testsuite/negotiation/.cvsignore:
3233         * testsuite/negotiation/Makefile.am:
3234         * testsuite/negotiation/pad_link.c: (main):
3235           add test that checks the above behaviour
3237 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3239         * docs/gst/gstreamer-sections.txt:
3240           add newly added API
3242 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3244         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
3245         (gst_filesrc_get_mmap), (gst_filesrc_get_read), (gst_filesrc_get),
3246         (gst_filesrc_open_file), (gst_filesrc_close_file),
3247         (gst_filesrc_srcpad_query), (gst_filesrc_srcpad_event):
3248         * gst/elements/gstfilesrc.h:
3249           add support for non-regular files (#140734)
3251 2004-04-21  Benjamin Otte  <otte@gnome.org>
3253         * gst/gstpad.c: (gst_pad_link_fixate):
3254           add sophisticated error checking code to see if fixation functions
3255           did their fixation right
3257 2004-04-21  Benjamin Otte  <otte@gnome.org>
3259         * gst/gstcaps.c: (gst_caps_append), (gst_caps_union):
3260           check for ANY caps before appending/unioning
3261         * gst/gstcaps.c: (gst_caps_is_subset),
3262         (gst_caps_is_equal), (gst_caps_structure_subtract_field),
3263         (gst_caps_structure_subtract), (gst_caps_subtract):
3264         * gst/gstcaps.h:
3265           add gst_caps_is_equal, gst_caps_is_subset and gst_caps_subtract to
3266           the API. deprecate gst_caps_is_equal_fixed
3267         * gst/gstpad.c: (gst_pad_try_set_caps):
3268         * gst/gstqueue.c: (gst_queue_link):
3269           s/gst_caps_is_equal_fixed/gst_caps_is_equal/
3270         * gst/gststructure.c: (gst_structure_get_name_id):
3271         * gst/gststructure.h:
3272           add function gst_structure_get_name_id
3273         * gst/gstvalue.c: (gst_value_subtract_int_int_range),
3274         (gst_value_create_new_range), (gst_value_subtract_int_range_int),
3275         (gst_value_subtract_int_range_int_range),
3276         (gst_value_subtract_double_double_range),
3277         (gst_value_subtract_double_range_double),
3278         (gst_value_subtract_double_range_double_range),
3279         (gst_value_subtract_from_list), (gst_value_subtract_list),
3280         (gst_value_can_intersect), (gst_value_subtract),
3281         (gst_value_can_subtract), (gst_value_register_subtract_func),
3282         (_gst_value_initialize):
3283         * gst/gstvalue.h:
3284           add support for subtracting values from each other. Note that
3285           subtracting means subtracting as in set theory. Required for caps
3286           stuff above.
3287         * testsuite/caps/.cvsignore:
3288         * testsuite/caps/Makefile.am:
3289         * testsuite/caps/erathostenes.c: (erathostenes), (main):
3290         * testsuite/caps/sets.c: (check_caps), (main):
3291         * testsuite/caps/subtract.c: (check_caps), (main):
3292           add tests for subtraction and equality code.
3294 2004-04-20  David Schleef  <ds@schleef.org>
3296         * gst/autoplug/Makefile.am:  Fix some little buglets in last checkin.
3297         * gst/indexers/Makefile.am:
3298         * gst/schedulers/Makefile.am:
3299         * libs/gst/bytestream/Makefile.am:
3300         * libs/gst/control/Makefile.am:
3301         * libs/gst/getbits/Makefile.am:
3303 2004-04-20  David Schleef  <ds@schleef.org>
3305         * common/as-libtool.mak: Fine-tune DLL building.
3306         * configure.ac: Link plugins against libgstreamer.  Define plugindir
3307         (like gst-plugins)
3308         * examples/plugins/Makefile.am: remove plugindir
3309         * gst/autoplug/Makefile.am: DLL building fixes
3310         * gst/elements/Makefile.am: DLL building fixes.  Disable pipefilter on
3311         Windows.
3312         * gst/elements/gstelements.c: Conditionally disable pipefilter.
3313         * gst/indexers/Makefile.am: DLL building fixes
3314         * gst/schedulers/Makefile.am: DLL building fixes.
3315         * libs/gst/bytestream/Makefile.am: DLL building fixes.
3316         * libs/gst/control/Makefile.am: same
3317         * libs/gst/getbits/Makefile.am: same
3318         * testsuite/Makefile.am: New dlopen directory
3319         * testsuite/dlopen/Makefile.am: Tests to check if libgstreamer works
3320         when dlopened.
3321         * testsuite/dlopen/dlopen_gst.c: (main): same
3322         * testsuite/dlopen/loadgst.c: (do_test): same
3324 2004-04-20  David Schleef  <ds@schleef.org>
3326         * gst/parse/grammar.y:  Apply patch from Sebastien Cote
3327         <sc5@hermes.usherb.ca> to fix a memleak. (bug #140594)
3329 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3331         * gst/gstelement.c: (gst_element_wait),
3332         (gst_element_set_time_delay), (gst_element_change_state):
3333           Use GST_TIME_*
3335 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3337         * gst/autoplug/gstspider.c: (gst_spider_link_sometimes),
3338         (gst_spider_identity_plug):
3339           improve debugging messages
3340         * gst/gstbin.c: (gst_bin_remove_func):
3341           make sure the state_change function is only called with simple state
3342           transitions
3344 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3346         * gst/elements/gstfakesink.c: (gst_fakesink_state_error_get_type),
3347         (gst_fakesink_set_property), (gst_fakesink_chain):
3348         * gst/elements/gstfakesrc.c: (gst_fakesrc_set_property):
3349         * gst/elements/gstfdsrc.c: (gst_fdsrc_set_property):
3350         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property):
3351         * gst/elements/gstidentity.c: (gst_identity_chain),
3352         (gst_identity_set_property):
3353         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_set_property):
3354         * gst/elements/gstpipefilter.c: (gst_pipefilter_set_property):
3355           add warnings to _set_property for unknown arguments
3356           use GST_TIME_FORMAT/GST_TIME_ARGS for timestamp printing
3358 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3360         * Makefile.am:
3361         * docs/manuals.mak:
3362           add .po file download snippet
3363           fix a bug in the doc makefile
3365 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3367         * Makefile.am:
3368         * po/LINGUAS:
3369         * po/en_GB.po:
3370           Added en_GB translation (Gareth Owen)
3372 2004-04-20  Johan Dahlin  <johan@gnome.org>
3374         * gst/gstpad.c (_invent_event): Clean up
3376 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3378         * testsuite/caps/filtercaps.c: (main):
3379           fix test to test things correctly (caps are complicated)
3381 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3383         * testsuite/caps/Makefile.am:
3384         * testsuite/caps/filtercaps.c: (main):
3385           add test (that doesn't work right now, but should)
3387 2004-04-19  David Schleef  <ds@schleef.org>
3389         * configure.ac: Add test for allowing unaligned access.  Add define
3390         to put in gstconfig.h.
3391         * docs/gst/gstreamer-sections.txt: New symbols
3392         * docs/gst/tmpl/gstcompat.sgml: Check in changes made by gtkdoc
3393         * docs/gst/tmpl/gstfilesrc.sgml:
3394         * docs/gst/tmpl/gstparse.sgml:
3395         * docs/gst/tmpl/gsttypes.sgml:
3396         * docs/gst/tmpl/gstutils.sgml:
3397         * docs/gst/tmpl/gstvalue.sgml:
3398         * gst/gstconfig.h.in: Add GST_HAVE_UNALIGNED_ACCESS
3399         * gst/gstutils.h: Add macros for unaligned memory access.  Useful
3400         on most !i386/!powerpc architectures.  From Daniel Gazard
3401         <daniel.gazard@free.fr>.  (bug #140156)
3402         * po/af.po: Check in changes made by gettext.
3403         * po/az.po:
3404         * po/fr.po:
3405         * po/nl.po:
3406         * po/sr.po:
3407         * po/sv.po:
3409 2004-04-20  Benjamin Otte  <otte@gnome.org>
3411         * gst/schedulers/entryscheduler.c: 
3412         (gst_entry_scheduler_yield):
3413           refuse to yield when decoupled elements insist on doing that.
3414           At least it's better than crashing
3416 2004-04-19  David Schleef  <ds@schleef.org>
3418         * docs/libs/Makefile.am: Change sinclude to include
3419         * docs/gst/Makefile.am: same
3420         * pkgconfig/Makefile.am:  Remove GNU-ism from makefile target
3422 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3424         * po/LINGUAS:
3425         * po/uk.po:
3426           Added Ukrainian translation (Maxim V. Dziumanenko)
3428 2004-04-19  Johan Dahlin  <johan@gnome.org>
3430         * gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
3431         checking here, do it before calling the function.
3432         Clean up, use for loops instead of while loops while iterating
3433         over lists.
3435         * gst/autoplug/gstspider.c (gst_spider_request_new_pad): Fix typo
3436         in debug message.
3437         (gst_spider_create_and_plug): Improve debug message.
3438         General: Replace while loops which iterates over GLists with for
3439         loops. Which are much cleaner, improves readability, especially
3440         for gst_spider_identity_plug
3442         * gst/gstpad.c (_invent_event): Fix parameters to warning macros,
3443         fixes bug 140477
3445 2004-04-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3447         * po/LINGUAS:
3448         * po/tr.po:
3449           Added Turkish translation (Baris Cicek)
3451 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3453         * docs/faq/troubleshooting.xml:
3454           Mention gst-register in the FAQ (fixes 139045).
3456 2004-04-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3458         * docs/gst/gstreamer-sections.txt:
3460 2004-04-17  Benjamin Otte  <otte@gnome.org>
3462         * gst/gstelement.c: (gst_element_dispose):
3463           simplify
3464         * gst/gstpad.c: (gst_pad_call_chain_function):
3465           don't create loads of events due to bad macro usage
3467 2004-04-16  David Schleef  <ds@schleef.org>
3469         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
3470         * gst/gstpad.c: (_gst_pad_default_fixate_foreach):
3471         * gst/gstvalue.c: (gst_value_serialize_buffer),
3472         (gst_value_deserialize_buffer), (gst_type_is_fixed),
3473         (_gst_value_initialize): Create a new function gst_type_is_fixed()
3474         to indicate types that are fixed wrt caps or not.  Switching to
3475         this function fixes (bug #140298).
3476         * gst/gstvalue.h:
3478 2004-04-16  David Schleef  <ds@schleef.org>
3480         * common/m4/gst-arch.m4:  Implmenent a whitelist and blacklist
3481         for GST_UNALIGNED_ACESS, since we essentially know which archs
3482         are ok.
3484 2004-04-17  Benjamin Otte  <otte@gnome.org>
3486         * docs/gst/Makefile.am:
3487           ignore gst/parse directory when building docs (fixes #140205)
3489 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3491         * testsuite/refcounting/mem.c: (vmsize):
3492           do error checking
3494 2004-04-16  Johan Dahlin  <johan@gnome.org>
3496         * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
3497         and gst_pad_call_get_function.
3499 2004-04-15  David Schleef  <ds@schleef.org>
3501         * common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
3502         checks if we can access unaligned memory.
3503         * configure.ac: Use it.
3505 2004-04-16  Benjamin Otte  <otte@gnome.org>
3507         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
3508         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
3509         * gst/elements/gstfilesrc.h:
3510           s/seek_happened/need_discont/ and require discont before sending any
3511           data
3513 2004-04-15  David Schleef  <ds@schleef.org>
3515         * gst/gstvalue.c: (gst_value_serialize_buffer),
3516         (gst_value_deserialize_buffer), (_gst_value_initialize):
3517         Register these types as fundamental types. (bug #140015)
3519 2004-04-16  Benjamin Otte  <otte@gnome.org>
3521         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
3522         (gst_pad_link_free), (gst_pad_link_try), (_invent_event),
3523         (gst_pad_pull):
3524           implement enforcing discont events before buffers are passed. This
3525           allows state changes of only some elements and later correctly going
3526           on where they left off (or in short: you can now set audio sinks to
3527           NULL to release the device when the pipeline is paused)
3528         * gst/gstpad.c: (gst_pad_call_chain_function),
3529         (gst_pad_call_get_function):
3530         * gst/gstpad.h:
3531           add gst_pad_call_chain_function and gst_pad_call_get_function for
3532           scheduler interaction. They are required because of the changes
3533           above.
3534         * gst/schedulers/entryscheduler.c: (get_buffer),
3535         (gst_entry_scheduler_chain_wrapper),
3536         (gst_entry_scheduler_get_wrapper),
3537         (gst_entry_scheduler_state_transition),
3538         (gst_entry_scheduler_pad_link):
3539         * gst/schedulers/gstbasicscheduler.c:
3540         (gst_basic_scheduler_chain_wrapper),
3541         (gst_basic_scheduler_src_wrapper),
3542         (gst_basic_scheduler_chainhandler_proxy),
3543         (gst_basic_scheduler_gethandler_proxy),
3544         (gst_basic_scheduler_cothreaded_chain),
3545         (gst_basic_scheduler_chain_elements):
3546         * gst/schedulers/gstoptimalscheduler.c:
3547         (get_group_schedule_function), (pad_clear_queued),
3548         (gst_opt_scheduler_pad_link):
3549           use the new functions instead of calling get/chain-functions
3550           directly.
3552 2004-04-15  David Schleef  <ds@schleef.org>
3554         * docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
3555         * docs/gst/tmpl/gstinfo.sgml: same
3556         * docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
3557         gtk-doc put here.
3558         * gst/gstutils.h: Remove the \ that was confusing gtk-doc.
3559         * examples/queue/queue.c: (main):  We iterate pipelines, not
3560         bins.  (bug #139996)
3562 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3564         * docs/pwg/advanced-types.xml:
3565           Add MS RLE support. Also document Qt RLE although I have no sample
3566           files for that yet. And document an extra property for ADPCM.
3568 2004-04-15  David Schleef  <ds@schleef.org>
3570         * gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
3571         (_gst_plugin_fault_handler_setup):  Disable more stuff on
3572         Windows.
3574 2004-04-15  David Schleef  <ds@schleef.org>
3576         * gst/gstinfo.c: (_gst_debug_init): Change some internal
3577         symbol names to not conflict with new gstinfo.h symbols.
3578         * gst/gstinfo.h: Add inline functions for all those crazy
3579         compilers that don't know how to handle variadic macros (MSVC).
3581 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3583         * configure.ac: bump nano to 1
3585 === release 0.8.1 ===
3587 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3589         * NEWS:
3590         * RELEASE:
3591         * configure.ac:
3592           releasing 0.8.1, "Snow Brigade"
3594 2004-04-14  David Schleef  <ds@schleef.org>
3596         * testsuite/Makefile.am: define tests_ignore
3597         * testsuite/Rules: Added new tests_ignore, which get compiled,
3598         but not run (generally because they're inconsistent or have
3599         heisenbugs).  Now we can ensure all the .c files compile in
3600         testsuite/.
3601         * testsuite/bins/Makefile.am: define tests_ignore
3602         * testsuite/bytestream/Makefile.am:
3603         * testsuite/caps/Makefile.am:
3604         * testsuite/clock/Makefile.am:
3605         * testsuite/debug/Makefile.am:
3606         * testsuite/debug/global.c: (gst_debug_log_one),
3607         (gst_debug_log_two): Fix compilation problem.
3608         * testsuite/dynparams/Makefile.am:
3609         * testsuite/elements/Makefile.am:
3610         * testsuite/ghostpads/Makefile.am:
3611         * testsuite/indexers/Makefile.am:
3612         * testsuite/parse/Makefile.am:
3613         * testsuite/plugin/Makefile.am:
3614         * testsuite/refcounting/Makefile.am:
3615         * testsuite/refcounting/element_pad.c: (main): Don't return leak
3616         results, because it's not calculated correctly.
3617         * testsuite/refcounting/pad.c: (main): same
3618         * testsuite/states/Makefile.am:
3619         * testsuite/tags/Makefile.am:
3620         * testsuite/threads/Makefile.am:
3622 2004-04-14  David Schleef  <ds@schleef.org>
3624         * gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
3625         generating bad code around the cpu detection asm code.
3627 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3629         * tools/gst-inspect.c: (print_element_info):
3630           print numeric version of rank as well, since we added some - 1
3631           rank values to elements
3633 2004-04-13  David Schleef  <ds@schleef.org>
3635         * configure.ac:  Disable various code when compiling for MinGW.
3636         * gst/elements/Makefile.am:
3637         * gst/elements/gstelements.c:
3638         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
3639         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
3640         * gst/registries/gstxmlregistry.c: (make_dir):
3642 2004-04-13  David Schleef  <ds@schleef.org>
3644         * gst/Makefile.am:
3645         * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
3646         assembly.
3647         * gst/gstcpuid_i386.s: remove
3649 2004-04-13  David Schleef  <ds@schleef.org>
3651         * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
3652         seems to think it needs to be done.
3653         * docs/gst/tmpl/gstfakesink.sgml:
3654         * docs/gst/tmpl/gstfakesrc.sgml:
3655         * docs/gst/tmpl/gstfdsink.sgml:
3656         * docs/gst/tmpl/gstfdsrc.sgml:
3657         * docs/gst/tmpl/gstfilesink.sgml:
3658         * docs/gst/tmpl/gstfilesrc.sgml:
3659         * docs/gst/tmpl/gstidentity.sgml:
3660         * docs/gst/tmpl/gstmd5sink.sgml:
3661         * docs/gst/tmpl/gstmultifilesrc.sgml:
3662         * docs/gst/tmpl/gstpipefilter.sgml:
3663         * docs/gst/tmpl/gstshaper.sgml:
3664         * docs/gst/tmpl/gstspider.sgml:
3665         * docs/gst/tmpl/gstspideridentity.sgml:
3666         * docs/gst/tmpl/gststatistics.sgml:
3667         * docs/gst/tmpl/gsttee.sgml:
3668         * docs/gst/tmpl/gsttypefind.sgml:
3669         * docs/gst/tmpl/gstutils.sgml:
3671 2004-04-13  David Schleef  <ds@schleef.org>
3673         * configure.ac: Changes to remove POSIXisms (mmap in this case)
3674         and to build DLLs on Windows.
3675         * gst/Makefile.am:
3676         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
3677         (gst_filesrc_open_file):
3678         * gst/schedulers/Makefile.am:
3680 2004-04-13  David Schleef  <ds@schleef.org>
3682         * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
3683         (gst_caps_structure_fixate_field_nearest_double):  Fix bug in
3684         fixating lists.
3686 2004-04-12  David Schleef  <ds@schleef.org>
3688         * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
3689         (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
3690         to using it.
3691         * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
3692         * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
3693         * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
3694         * gst/gststructure.c: (gst_structure_set_valist),
3695         (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
3696         support for buffers.
3697         * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
3698         intended to be const.
3699         * gst/gsttag.h: same
3700         * gst/gstvalue.c: (gst_value_serialize_buffer),
3701         (gst_value_deserialize_buffer), (_gst_value_initialize):  Add code
3702         to (de)serialize buffers.
3703         * testsuite/caps/Makefile.am:  Add a bit of buffer testing
3704         * testsuite/caps/string-conversions.c: (main):
3705         * testsuite/caps/value_serialize.c: add new test
3707 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3709         * docs/pwg/advanced-types.xml:
3710           Document MS video 1 (video/x-msvideocodec) mimetype/format.
3712 2004-04-11  Benjamin Otte  <otte@gnome.org>
3714         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
3715           rename categories to basic_*
3716         * gst/schedulers/gstbasicscheduler.c: 
3717         (gst_basic_scheduler_chain_wrapper),
3718         (gst_basic_scheduler_chainhandler_proxy),
3719         (gst_basic_scheduler_gethandler_proxy),
3720         (gst_basic_scheduler_eventhandler_proxy):
3721           debugging category fixes - put common stuff in log category
3722         * gst/schedulers/gstbasicscheduler.c: 
3723         (gst_basic_scheduler_chain_elements):
3724           dirty fix: call gst_basic_scheduler_cothreaded_chain when already
3725           active and linking two active chains
3727 2004-04-10  Benjamin Otte  <otte@gnome.org>
3729         * docs/pwg/intro-preface.xml:
3730           fix dead links and remove reference to Wiki
3732 2004-04-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3734         * gst/schedulers/gstbasicscheduler.c:
3735           make sure we can switch back to the main function if we're still in
3736           the main function (supposed to fix #139617)
3737         * gst/schedulers/gthread-cothreads.h:
3738           don't throw an error when switching to the same cothread
3740 2004-04-09  Benjamin Otte  <otte@gnome.org>
3742         * gst/gstbin.c: (gst_bin_get_type):
3743         * gst/gstclock.c: (gst_clock_get_type):
3744         * gst/gstindex.c: (gst_index_get_type):
3745         * gst/gstobject.c: (gst_object_get_type),
3746         (gst_signal_object_get_type):
3747         * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
3748         (gst_pad_template_get_type), (gst_ghost_pad_get_type):
3749         * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
3750         * gst/gstqueue.c: (gst_queue_get_type):
3751         * gst/gstregistry.c: (gst_registry_get_type):
3752         * gst/gstsystemclock.c: (gst_system_clock_get_type):
3753         * gst/gstthread.c: (gst_thread_get_type):
3754           don't use memchunks for these objects, use malloc instead
3756 2004-04-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3758         * docs/gst/.cvsignore:
3759         * docs/gst/Makefile.am:
3760         * docs/gst/gstreamer-sections.txt:
3761         * docs/gst/tmpl/gstaggregator.sgml:
3762         * docs/gst/tmpl/gstbuffer.sgml:
3763         * docs/gst/tmpl/gstclock.sgml:
3764         * docs/gst/tmpl/gstelement.sgml:
3765         * docs/gst/tmpl/gstfakesink.sgml:
3766         * docs/gst/tmpl/gstfakesrc.sgml:
3767         * docs/gst/tmpl/gstfdsink.sgml:
3768         * docs/gst/tmpl/gstfdsrc.sgml:
3769         * docs/gst/tmpl/gstfilesink.sgml:
3770         * docs/gst/tmpl/gstfilesrc.sgml:
3771         * docs/gst/tmpl/gstidentity.sgml:
3772         * docs/gst/tmpl/gstindex.sgml:
3773         * docs/gst/tmpl/gstinfo.sgml:
3774         * docs/gst/tmpl/gstmd5sink.sgml:
3775         * docs/gst/tmpl/gstmultifilesrc.sgml:
3776         * docs/gst/tmpl/gstpad.sgml:
3777         * docs/gst/tmpl/gstpipefilter.sgml:
3778         * docs/gst/tmpl/gstpipeline.sgml:
3779         * docs/gst/tmpl/gstpluginfeature.sgml:
3780         * docs/gst/tmpl/gstqueue.sgml:
3781         * docs/gst/tmpl/gstregistry.sgml:
3782         * docs/gst/tmpl/gstscheduler.sgml:
3783         * docs/gst/tmpl/gstshaper.sgml:
3784         * docs/gst/tmpl/gstspider.sgml:
3785         * docs/gst/tmpl/gstspideridentity.sgml:
3786         * docs/gst/tmpl/gststatistics.sgml:
3787         * docs/gst/tmpl/gstsystemclock.sgml:
3788         * docs/gst/tmpl/gsttee.sgml:
3789         * docs/gst/tmpl/gstthread.sgml:
3790         * docs/gst/tmpl/gsttypefind.sgml:
3791         * docs/gst/tmpl/gstutils.sgml:
3792           further doc build fixes
3794 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3796         * docs/gst/Makefile.am:
3797           make docs exit on scanning problems
3798           fix nonsrcdir build issues
3799         * docs/gst/gstreamer-sections.txt:
3800           adding stuff from -unused
3801         * gst/gstqueue.h:
3802           create GstQueueSize
3803         * gst/schedulers/cothreads_compat.h:
3804           fix cothread warnings
3806 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3808         * docs/gst/gstreamer-sections.txt:
3809           remove defines deprecated by Benjamin
3811 2004-04-07  Benjamin Otte  <otte@gnome.org>
3813         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
3814           when the buffer is complete, don't check if other buffers are needed
3815         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
3816           check that the offset is >0 so we don't try to read before the
3817           beginning of the file
3818         * gst/gstpad.c: (gst_pad_set_pad_template):
3819           sink the template, so we don't end up with 130k pad templates
3821 2004-04-06  Benjamin Otte  <otte@gnome.org>
3823         * gst/autoplug/gstspider.c: (gst_spider_link_add):
3824           don't ref the element, adding already reffed it. And we didn't unref
3825           it later anyway... (huge memleak when you used many spider elements)
3826         * gst/gstelement.c: (gst_element_base_class_finalize):
3827         * gst/gstelementfactory.c: (gst_element_factory_cleanup),
3828         (gst_element_register):
3829         * gst/gsturi.c: (gst_element_make_from_uri):
3830           use gst_object_(un)ref instead of g_object(un)ref
3832 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3834         * gst/gstbuffer.h:
3835           remove macro that wouldn't work anymore because struct member has
3836           been removed.
3837         * gst/schedulers/entryscheduler.c: (schedule_forward):
3838           fix segfault for unconnected pads
3839         
3840 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3842         reviewed by David Schleef <ds@schleef.org>
3844         * gst/gstinfo.h:
3845           *_FORMAT modifiers should require putting a % in front of them for
3846           consistency reasons.
3848 2004-04-05  Colin Walters  <walters@redhat.com>
3850         * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
3851         space.
3853 2004-04-05  Benjamin Otte  <otte@gnome.org>
3855         * configure.ac:
3856         * gst/Makefile.am:
3857         * gst/gst_private.h:
3858         * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
3859           add support for detecting if GStreamer runs inside valgrind.
3860           requires valgrind (d'oh) and --enable-debug for correct cdetection.
3861           print a big message in valgrind that GStreamer has detected it's
3862           running inside and might now use different code.
3863         * gst/gstmemchunk.c: (populate), (free_area),
3864         (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
3865         (gst_mem_chunk_free):
3866           flag memchunks for valgrind, so it can detect leaking of chunks.
3867           This allows detecting leaks of GstBuffer and GstEvent correctly
3868           inside valgrind.
3870 2004-04-05  David Schleef  <ds@schleef.org>
3872         * gst/gsttrace.h:  Fix #ifdef nesting (bug #139109) Patch from
3873           jensgr@gmx.net (Jens Granseuer)
3875 2004-04-05  David Schleef  <ds@schleef.org>
3877         * gst/gstbuffer.c: (_gst_buffer_sub_free),
3878         (gst_buffer_default_free), (gst_buffer_default_copy),
3879         (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
3880         (gst_buffer_new), (gst_buffer_create_sub):  Allocate GstBuffer
3881         structures in one place.
3883 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3885         * gst/gstinfo.h: adding Ronald's timestamp debugging defines
3886           (GST_TIME_FORMAT, GST_TIME_ARGS)
3888 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3890         * testsuite/elements/Makefile.am:
3891           disable test until it stops breaking make distcheck
3893 2004-04-05  Johan Dahlin  <johan@gnome.org>
3895         * po/sv.po: Updated translation
3897 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3899         * gst/gstplugin.c: (gst_plugin_load_file):
3900           fix segfault for when original plugin was loaded statically
3902 2004-04-05  Benjamin Otte  <otte@gnome.org>
3904         * testsuite/debug/category.c: (main):
3905         * testsuite/debug/commandline.c: (main):
3906         * testsuite/debug/output.c: (main):
3907           fix tests to work again with debugging enabled
3909 2004-04-05  Benjamin Otte  <otte@gnome.org>
3911         * gst/schedulers/gstbasicscheduler.c:
3912         (gst_basic_scheduler_pad_link):
3913           fix to work with recent scheduling changes
3915 2004-04-05  Benjamin Otte  <otte@gnome.org>
3917         * gst/schedulers/entryscheduler.c: (some functions, dunno which,
3918         prepareChangeLog doesn't work when cvs indents):
3919           don't throw an error when no element can be scheduled, there's too
3920           many weird reasons why it doesn't work. Return STOPPED instead.
3921           decoupled elemts' schedulability doesn't depend on bufpens.
3923 2004-04-04  Benjamin Otte  <otte@gnome.org>
3925         * gst/schedulers/gstbasicscheduler.c:
3926         (gst_basic_scheduler_pad_select):
3927           fix uninitialized variable warnings
3929 2004-04-04  Benjamin Otte  <otte@gnome.org>
3931         * gst/gstpad.c: (gst_pad_collect_valist):
3932           fix uninitialized variable warning
3933         * gst/schedulers/entryscheduler.c: (schedule_forward):
3934           fix shadowed variable
3936 2004-04-04  Benjamin Otte  <otte@gnome.org>
3938         * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
3939         (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
3940         (gst_pad_select):
3941         * gst/gstpad.h:
3942         * gst/gstscheduler.c: (gst_scheduler_pad_select),
3943         (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
3944         * gst/gstscheduler.h:
3945           implement gst_pad_collect as replacement for gst_pad_select.
3946           deprecate gst_pad_select and gst_scheduler_(un)lock_element
3947           add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
3948           new pad_select, lock and unlock calls.
3949         * gst/cothreads.c: (cothread_destroy), (cothread_switch):
3950         * gst/cothreads.h:
3951         * gst/schedulers/cothreads_compat.h:
3952         * gst/schedulers/gthread-cothreads.h:
3953           remove unused cothread_lock and cothread_unlock calls
3954         * gst/schedulers/entryscheduler.c:
3955         (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
3956         (_can_schedule_loop), (gst_entry_scheduler_get_handler),
3957         (gst_entry_scheduler_pad_select):
3958           update to new API
3959         * gst/schedulers/gstbasicscheduler.c:
3960         (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
3961         (gst_basic_scheduler_pad_select):
3962           remove useless lock and unlock calls, update pad_select to new API
3963           (untested)
3964         * gst/schedulers/gstoptimalscheduler.c:
3965         (gst_opt_scheduler_class_init):
3966           remove useless select, lock and unlock function calls
3967         * gst/elements/gstaggregator.c: (gst_aggregator_loop):
3968           use gst_pad_collect instead of gst_pad_select
3970 2004-04-04  Benjamin Otte  <otte@gnome.org>
3972         * gst/schedulers/entryscheduler.c: (_can_schedule_get),
3973         (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
3974         (schedule_next_element), (print_entry):
3975           add can_schedule_pad to handle element states.
3976           add schedule_forward to select the correct entry to schedule next
3978 2004-04-03  Benjamin Otte  <otte@gnome.org>
3980         * gst/schedulers/entryscheduler.c: 
3981           remove unused variable, fix error inside Rb, fix compile warning in
3982           unreachable code
3984 2004-04-03  Benjamin Otte  <otte@gnome.org>
3986         * gst/schedulers/entryscheduler.c:
3987           completely revamp the inner workings, so it's a lot easier to
3988           understand and extend
3990 2004-04-03  Andy Wingo  <wingo@pobox.com>
3992         * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
3993         Rename ->group1 and ->group2 to ->src and ->sink, respectively.
3994         This allows better introspection of pipeline topology.
3995         (add_to_chain): Don't do trickery to put loop elements first;
3996         rather, queue a chain sort by marking the chain as dirty.
3997         (remove_from_chain): Mark the chain dirty.
3998         (sort_chain): New function. Sorts the group list so that terminal
3999         sinks are first. This means elements on the sink side will be
4000         preferentially sscheduled before elements on the src side of the
4001         pipeline.
4002         (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
4003         (schedule_chain): If the chain is marked DIRTY, call sort_chain.
4004         (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
4005         (group_inc_link): Change argument and variable names to match the
4006         new link structure member names (src and sink).
4007         (group_dec_link): Add some description
4009 2004-04-03  Benjamin Otte  <otte@gnome.org>
4011         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
4012         * gst/gstinfo.h:
4013         * testsuite/debug/category.c: (main):
4014         * testsuite/debug/commandline.c: (main):
4015         * testsuite/debug/output.c: (main):
4016         * testsuite/debug/printf_extension.c: (main):
4017           fix to successfully build and test with --disable-gst-debug
4018           configure switch (fixes #138705)
4020 2004-04-03  Benjamin Otte  <otte@gnome.org>
4022         * docs/pwg/building-boiler.xml:
4023           add cvs login line and s/anonymous/anoncvs/
4025 2004-04-03  Tim-Phillip Müller  <t.i.m@zen.co.uk>
4027         reviewed by Benjamin Otte  <otte@gnome.org>
4029         * gst/gststructure.c: (gst_structure_free):
4030           memleak fix: free fields array (partial fix for #134839)
4032 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4034         * docs/random/ds/0.9-suggested-changes:
4035           Add a note to change handoff use in fakesrc to be usable in
4036           a more generic way (fakesrc should be renamed to appsrc or so).
4037         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
4038           Change signal type to scope, so we can fill the buffer in the
4039           handoff handler (that's the whole use of this signal...).
4041 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4043         * docs/pwg/other-ntoone.xml:
4044           Document muxers and n-to-1 elements.
4046 2004-04-01  Martin Soto  <martinsoto@users.sourceforge.net>
4048         * gst/registries/gstxmlregistry.c
4049         (gst_xml_registry_rebuild_recurse): Fix the algorithm to
4050         determine if a file is a G_MODULE. The old one discards paths
4051         containing "so" somewhere in the middle. My home directory is
4052         called "soto". Go figure...
4054 2004-03-31  David Schleef  <ds@schleef.org>
4056         * gst/gstbuffer.c: (gst_buffer_join):  Add function gst_buffer_join()
4057         to eventually deprecate gst_buffer_merge().  (bug: #136408)
4058         * gst/gstbuffer.h:
4060 2004-03-31  David Schleef  <ds@schleef.org>
4062         * gst/gstvalue.c: (gst_value_union_int_int_range),
4063         (gst_value_union_int_range_int_range), (gst_value_can_union),
4064         (gst_value_union), (_gst_value_initialize):  Add some union
4065         implementations.  We didn't have any previously.
4066         * testsuite/caps/Makefile.am:
4067         * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
4068         (gst_audioscale_getcaps), (test_caps), (main): A little test
4069         that is the same as the caps manipulation in audioscale.
4071 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4073         * docs/faq/general.xml:
4074           add entry about "does gst support format X?"
4076 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4078         * gst/gstthread.c:
4079           fix docs
4080         * gst/gstutils.h:
4081           fix GST_BOILERPLATE_FULL to not throw casting errors on C++
4083 2004-03-30  Benjamin Otte  <otte@gnome.org>
4085         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
4086           set the offset of the buffer to the requested offset
4087         * gst/elements/gsttypefind.c: (stop_typefinding):
4088           revert patch 1.18 (which I unfortunately don't know the reason for).
4089           This is needed to allow downstream elements to seek. Otherwise
4090           typefind might overwrite a previous seek by downstream elements.
4091           This lead to errors with id3tag and typefind on some mp3s.
4092         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
4093         (gst_entry_scheduler_iterate):
4094           be more verbose when debugging
4096 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4098         * gst/gstcaps.c: (gst_caps_from_string_inplace):
4099           make sure we don't get NULL strings
4101 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4103         * gst/gstcaps.c:
4104         * gst/gstelement.c:
4105         * gst/gstelementfactory.c: (gst_element_factory_get_type):
4106         * gst/gstindex.c: (gst_index_resolver_get_type),
4107         (gst_index_get_type), (gst_index_factory_get_type):
4108         * gst/gstinfo.c:
4109         * gst/gstpad.c:
4110         * gst/gstplugin.c:
4111         * gst/gsturi.c: (gst_uri_handler_get_type):
4112         * gst/gstvalue.c:
4113           first batch of documentation fixes
4115 2004-03-29  David Schleef  <ds@schleef.org>
4117         * docs/gst/Makefile.am:  Disable a bunch of headers from being scanned
4118         * docs/gst/gstreamer-docs.sgml:  More hacking
4119         * docs/gst/gstreamer-sections.txt:
4120         * docs/gst/tmpl/cothreads_compat.sgml:
4121         * docs/gst/tmpl/gstcaps.sgml:
4122         * docs/gst/tmpl/gstclock.sgml:
4123         * docs/gst/tmpl/gstelement.sgml:
4124         * docs/gst/tmpl/gstevent.sgml:
4125         * docs/gst/tmpl/gstpad.sgml:
4126         * docs/gst/tmpl/gstutils.sgml:
4127         * docs/gst/tmpl/gstxml.sgml:
4128         * docs/gst/tmpl/gthread-cothreads.sgml:
4129         * docs/random/ds/0.9-suggested-changes:
4130         * gst/elements/gstfakesink.h: doc fixes
4131         * gst/elements/gstfakesrc.h: doc fixes
4132         * gst/gstcaps.c: doc fixes
4133         * gst/gstcaps.h: doc fixes
4134         * gst/gstelement.c: doc fixes
4135         * gst/gstelement.h: doc fixes
4136         * gst/gstindex.c: doc fixes
4137         * gst/gstinfo.c: doc fixes
4138         * gst/gstpad.c: doc fixes
4139         * gst/gstpad.h: doc fixes
4140         * gst/gstplugin.c: doc fixes
4141         * gst/gsttypefind.h: doc fixes
4142         * gst/gsturi.c: doc fixes
4143         * gst/gstvalue.c: doc fixes
4145 2004-03-29  Colin Walters  <walters@redhat.com>
4147         * gst/registries/gstxmlregistry.c (get_time)
4148         (plugin_times_older_than_recurse):
4149         Use the result of stat to determine whether a path is a file,
4150         so we don't attempt to opendir() files.
4152 2004-03-29  Benjamin Otte  <otte@gnome.org>
4154         * gst/gstpad.c: (gst_pad_set_explicit_caps):
4155           print caps in debugging output when setting caps failed
4156         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
4157         (schedule_next_element), (get_buffer), (run_chainhandler),
4158         (element_may_start), (gst_entry_scheduler_chain_handler),
4159         (gst_entry_scheduler_get_handler),
4160         (gst_entry_scheduler_state_transition),
4161         (gst_entry_scheduler_pad_link):
4162           make this scheduler a testcase for mandatory
4163           discont-before-first-buffer which is needed if we want to allow apps
4164           to release the sound device.
4165           add SCHED_ASSERT macro to print scheduler state before an assertion
4166           triggers.
4168 2004-03-29  Benjamin Otte  <otte@gnome.org>
4170         * COPYING:
4171           replace by LGPL (former COPYING.LIB). The core is completely
4172           licensed LGPL.
4173         * COPYING.LIB:
4174           remove
4176 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4178         * po/af.po:
4179         * po/sv.po:
4180           updated Afrikaans and Swedish
4182 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4184         * po/LINGUAS:
4185         * po/az.po:
4186           adding Azerbaijani (Mətin Əmirov)
4188 2004-03-28  Martin Soto  <martinsoto@users.sourceforge.net>
4190         * gst/gstelement.h: 
4191         * gst/gstelement.c (gst_element_set_time_delay): New function for
4192         setting element time taking into account a hardware buffering
4193         delay.
4194         (gst_element_set_time): Now just an invocation of
4195         gst_element_set_time_delay.
4196         * gst/gstclock.h: 
4197         * gst/gstclock.c (gst_clock_get_event_time_delay): New function
4198         allowing to set event times in the future.
4199         (gst_clock_get_event_time): Now just an invocation of
4200         gst_clock_get_event_time_delay.
4202 2004-03-28  Benjamin Otte  <otte@gnome.org>
4204         * gst/gstbin.c: (gst_bin_set_element_sched),
4205         (gst_bin_unset_element_sched):
4206           don't add decoupled elements to schedulers - otherwise it's
4207           impossible to control if a link to a decoupled element was already
4208           removed from a scheduler or not.
4209         * gst/schedulers/cothreads_compat.h:
4210         * gst/schedulers/gthread-cothreads.h:
4211           add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
4212           is no "unused" warning.
4213         * gst/schedulers/Makefile.am:
4214         * gst/schedulers/entryscheduler.c:
4215           add new scheduler, based on ideas from talking to David and Martin.
4216           It's supposed to be small and correct. Currently it's also slow (but
4217           it's not noticable)
4218         * examples/retag/retag.c: (main):
4219         * testsuite/bytestream/test1.c: (main):
4220           fix missing NULLs at end of variadic functions
4221         * testsuite/elements/.cvsignore:
4222           update
4224 2004-03-28  Jan Schmidt  <thaytan@mad.scientist.com>
4226         * gst/gstevent.h:
4227         Added GST_EVENT_ANY for GstEvents that pass a GstStructure
4229 2004-03-25  David Schleef  <ds@schleef.org>
4231         * docs/gst/gstreamer-sections.txt:  More doc hacking.
4232         * docs/gst/tmpl/gstaggregator.sgml:
4233         * docs/gst/tmpl/gstautoplugfactory.sgml:
4234         * docs/gst/tmpl/gstbin.sgml:
4235         * docs/gst/tmpl/gstbuffer.sgml:
4236         * docs/gst/tmpl/gstbufferstore.sgml:
4237         * docs/gst/tmpl/gstfakesink.sgml:
4238         * docs/gst/tmpl/gstfakesrc.sgml:
4239         * docs/gst/tmpl/gstmd5sink.sgml:
4240         * docs/gst/tmpl/gstreamer-unused.sgml:
4241         * docs/gst/tmpl/gstsearchfuncs.sgml:
4242         * docs/gst/tmpl/gstshaper.sgml:
4243         * docs/gst/tmpl/gstspider.sgml:
4244         * docs/gst/tmpl/gsttee.sgml:
4245         * docs/gst/tmpl/gstutils.sgml:
4246         * docs/gst/tmpl/gstvalue.sgml:
4247         * docs/gst/tmpl/gstxml.sgml:
4248         * gst/Makefile.am:  Remove gstthreaddummy.c.  It never worked,
4249         and we don't support it.
4250         * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
4251         (gst_use_threads), (gst_has_threads): same
4252         * gst/gstthreaddummy.c: same
4253         * gst/autoplug/gstspider.c: Make gst_spider_details static.
4254         * gst/autoplug/gstspider.h: same
4255         * gst/elements/gstaggregator.h: Remove bogus function from header
4256         * gst/elements/gstfakesink.h: same
4257         * gst/elements/gstfakesrc.h: same
4258         * gst/elements/gstmd5sink.h: same
4259         * gst/elements/gstshaper.h: same
4260         * gst/elements/gsttee.h: same
4261         * gst/gstbin.c: doc fixes
4262         * gst/gstbin.h: Remove unused definition.
4263         * gst/gstbuffer.c: doc fixes
4264         * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
4265         * gst/gstfilter.c: doc fixes
4266         * gst/gsttag.c: doc fixes
4267         * gst/gstvalue.c: doc fixes
4269 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4271         * docs/pwg/advanced-types.xml:
4272           Document typefinding.
4273         * docs/pwg/other-oneton.xml:
4274           Document one-to-n elements, demuxers and parsers.
4276 2004-03-25  Tim-Philipp Müller <t.i.m@zen.co.uk>
4278         reviewed by: David Schleef  <ds@schleef.org>
4280         * configure.ac: Check bison version (bug #127838)
4282 2004-03-25  David Schleef  <ds@schleef.org>
4284         * docs/gst/gstreamer-docs.sgml: More fine tuning.
4285         * docs/gst/gstreamer-sections.txt:
4286         * docs/gst/tmpl/gstautoplug.sgml:
4287         * docs/gst/tmpl/gststaticautoplug.sgml:
4288         * docs/gst/tmpl/gststaticautoplugrender.sgml:
4289         * docs/gst/tmpl/gstutils.sgml:
4290         * docs/gst/tmpl/gstxml.sgml:
4292 2004-03-24  David Schleef  <ds@schleef.org>
4294         * docs/gst/gstreamer-docs.sgml:  I got tired of the reference
4295         manual being such complete crap, that I decided to do major
4296         hacking of it.  This checkin replaces any fine tuning that
4297         may have been done previously, with the benefit of actually
4298         being complete for much of the API that was changed since
4299         0.6.  Further fine tuning will occur shortly.  (bug #134721)
4300         * docs/gst/gstreamer-sections.txt:
4301         * docs/gst/tmpl/GstBin.sgml:
4302         * docs/gst/tmpl/GstBuffer.sgml:
4303         * docs/gst/tmpl/GstCaps.sgml:
4304         * docs/gst/tmpl/GstClock.sgml:
4305         * docs/gst/tmpl/GstCompat.sgml:
4306         * docs/gst/tmpl/GstData.sgml:
4307         * docs/gst/tmpl/GstElement.sgml:
4308         * docs/gst/tmpl/GstEvent.sgml:
4309         * docs/gst/tmpl/GstIndex.sgml:
4310         * docs/gst/tmpl/GstStructure.sgml:
4311         * docs/gst/tmpl/GstTag.sgml:
4312         * docs/gst/tmpl/cothreads.sgml:
4313         * docs/gst/tmpl/cothreads_compat.sgml:
4314         * docs/gst/tmpl/gettext.sgml:
4315         * docs/gst/tmpl/grammar.tab.sgml:
4316         * docs/gst/tmpl/gst-i18n-app.sgml:
4317         * docs/gst/tmpl/gst-i18n-lib.sgml:
4318         * docs/gst/tmpl/gst.sgml:
4319         * docs/gst/tmpl/gst_private.sgml:
4320         * docs/gst/tmpl/gstaggregator.sgml:
4321         * docs/gst/tmpl/gstarch.sgml:
4322         * docs/gst/tmpl/gstatomic.sgml:
4323         * docs/gst/tmpl/gstatomic_impl.sgml:
4324         * docs/gst/tmpl/gstbin.sgml:
4325         * docs/gst/tmpl/gstbuffer.sgml:
4326         * docs/gst/tmpl/gstbufferstore.sgml:
4327         * docs/gst/tmpl/gstcaps.sgml:
4328         * docs/gst/tmpl/gstclock.sgml:
4329         * docs/gst/tmpl/gstcompat.sgml:
4330         * docs/gst/tmpl/gstconfig.sgml:
4331         * docs/gst/tmpl/gstcpu.sgml:
4332         * docs/gst/tmpl/gstdata.sgml:
4333         * docs/gst/tmpl/gstdata_private.sgml:
4334         * docs/gst/tmpl/gstelement.sgml:
4335         * docs/gst/tmpl/gstenumtypes.sgml:
4336         * docs/gst/tmpl/gsterror.sgml:
4337         * docs/gst/tmpl/gstevent.sgml:
4338         * docs/gst/tmpl/gstfakesink.sgml:
4339         * docs/gst/tmpl/gstfakesrc.sgml:
4340         * docs/gst/tmpl/gstfilesink.sgml:
4341         * docs/gst/tmpl/gstfilter.sgml:
4342         * docs/gst/tmpl/gstindex.sgml:
4343         * docs/gst/tmpl/gstinfo.sgml:
4344         * docs/gst/tmpl/gstinterface.sgml:
4345         * docs/gst/tmpl/gstlog.sgml:
4346         * docs/gst/tmpl/gstmacros.sgml:
4347         * docs/gst/tmpl/gstmarshal.sgml:
4348         * docs/gst/tmpl/gstmd5sink.sgml:
4349         * docs/gst/tmpl/gstmultifilesrc.sgml:
4350         * docs/gst/tmpl/gstobject.sgml:
4351         * docs/gst/tmpl/gstpad.sgml:
4352         * docs/gst/tmpl/gstparse.sgml:
4353         * docs/gst/tmpl/gstpipeline.sgml:
4354         * docs/gst/tmpl/gstplugin.sgml:
4355         * docs/gst/tmpl/gstpluginfeature.sgml:
4356         * docs/gst/tmpl/gstqueue.sgml:
4357         * docs/gst/tmpl/gstreamer-unused.sgml:
4358         * docs/gst/tmpl/gstregistry.sgml:
4359         * docs/gst/tmpl/gstregistrypool.sgml:
4360         * docs/gst/tmpl/gstscheduler.sgml:
4361         * docs/gst/tmpl/gstsearchfuncs.sgml:
4362         * docs/gst/tmpl/gstshaper.sgml:
4363         * docs/gst/tmpl/gstspider.sgml:
4364         * docs/gst/tmpl/gstspideridentity.sgml:
4365         * docs/gst/tmpl/gststructure.sgml:
4366         * docs/gst/tmpl/gstsystemclock.sgml:
4367         * docs/gst/tmpl/gsttag.sgml:
4368         * docs/gst/tmpl/gsttaginterface.sgml:
4369         * docs/gst/tmpl/gsttee.sgml:
4370         * docs/gst/tmpl/gstthread.sgml:
4371         * docs/gst/tmpl/gsttrace.sgml:
4372         * docs/gst/tmpl/gsttrashstack.sgml:
4373         * docs/gst/tmpl/gsttypefind.sgml:
4374         * docs/gst/tmpl/gsttypes.sgml:
4375         * docs/gst/tmpl/gsturi.sgml:
4376         * docs/gst/tmpl/gsturitype.sgml:
4377         * docs/gst/tmpl/gstutils.sgml:
4378         * docs/gst/tmpl/gstvalue.sgml:
4379         * docs/gst/tmpl/gstversion.sgml:
4380         * docs/gst/tmpl/gstxml.sgml:
4381         * docs/gst/tmpl/gstxmlregistry.sgml:
4382         * docs/gst/tmpl/gthread-cothreads.sgml:
4383         * docs/gst/tmpl/types.sgml:
4385 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4387         * docs/pwg/other-sink.xml:
4388         * docs/pwg/other-source.xml:
4389           Documentation on how to write source and sink elements. Other
4390           stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
4391           manager, autoplugger) are all still pending.
4393 2004-03-25  Benjamin Otte  <otte@gnome.org>
4395         * testsuite/elements/Makefile.am:
4396         * testsuite/elements/gst-compprep-check:
4397           add check to make sure gst-compprep works
4398         * testsuite/elements/gst-inspect-check.in:
4399           improve initialization output
4400         * testsuite/Makefile.am:
4401         * testsuite/gst-inspect-check:
4402           remove old file
4404 2004-03-24  David Schleef  <ds@schleef.org>
4406         * testsuite/elements/Makefile.am:
4407         * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
4408         to the testsuite.
4410 2004-03-24  Benjamin Otte  <otte@gnome.org>
4412         * libs/gst/control/dparam.c: (gst_dparam_attach),
4413         (gst_dparam_detach):
4414         * libs/gst/control/dparammanager.c: (gst_dpman_init):
4415           fix lvalue casts for real
4417 2004-03-24  Benjamin Otte  <otte@gnome.org>
4419         * gst/schedulers/gstbasicscheduler.c:
4420         (gst_basic_scheduler_src_wrapper):
4421         * gst/schedulers/gstoptimalscheduler.c:
4422         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
4423         (pad_clear_queued), (gst_opt_scheduler_add_element),
4424         (gst_opt_scheduler_remove_element):
4425           fix GStreamer to not have issues with lvalue casts anymore (fixes
4426           #136841)
4428 2004-03-24  Benjamin Otte  <otte@gnome.org>
4430         * gst/gstelement.c:
4431           add documentation about a gobject quirk where the object hasn't the
4432           correct class pointer set on initialization
4433         * gst/schedulers/gstbasicscheduler.c:
4434         (gst_basic_scheduler_src_wrapper):
4435           make sure to not run into an infinite loop
4437 2004-03-22  Benjamin Otte  <otte@gnome.org>
4439         * gst/gstutils.c: (gst_util_dump_mem):
4440         * gst/gstutils.h:
4441           first argument of gst_util_dump_mem should be const
4443 2004-03-22  Johan Dahlin  <johan@gnome.org>
4445         * gst/gstvalue.h: Clean up a little bit.
4447 2004-03-21  Tim-Philipp Müller <t.i.m@zen.co.uk>
4449         reviewed by Benjamin Otte  <otte@gnome.org>
4451         * gst/autoplug/gstspider.c: (gst_spider_dispose):
4452         * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
4453         (gst_aggregator_class_init), (gst_aggregator_init):
4454         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
4455         (gst_filesrc_dispose), (gst_filesrc_set_location):
4456         * gst/elements/gstidentity.c: (gst_identity_finalize),
4457         (gst_identity_class_init), (gst_identity_chain):
4458         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
4459         * gst/elements/gststatistics.c: (gst_statistics_finalize),
4460         (gst_statistics_class_init):
4461         * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
4462         (gst_tee_get_property):
4463           clean up used memory in this elements correctly on teardown (closes
4464           #137279)
4466 2004-03-20  Colin Walters  <walters@redhat.com>
4468         * gst/registries/gstxmlregistry.c:
4469         (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
4470         registry saving atomic.
4472 2004-03-20  Colin Walters  <walters@redhat.com>
4474         * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
4475         Just use
4476         access() instead of actually creating and deleting files.
4478 2004-03-18  David Schleef  <ds@schleef.org>
4480         * configure.ac:  Remove HAVE_ATOMIC_H test, since it's unused.
4481         (bug #137625)
4483 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4485         * po/sv.po: updated translation (Christian Rose)
4487 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4489         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
4490         (gst_filesink_get_query_types), (_do_init),
4491         (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
4492           return FALSE silently
4493         * po/af.po: updated translation (Petri Jooste)
4495 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4497         * Makefile.am:
4498         * configure.ac:
4499           dist common properly
4500         * po/af.po:
4501         * po/fr.po:
4502         * po/nl.po:
4503         * po/sr.po:
4504         * po/sv.po:
4505           refreshing translations
4507 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4509         * po/LINGUAS:
4510         * po/sv.po:
4511         * po/af.po:
4512           adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
4514 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4516         * Makefile.am: use common/release.mak
4518 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4520         * docs/faq/gst-uninstalled:
4521           adding gst-monkeysaudio to the list of possible plugin dirs
4523 2004-03-16  David Schleef  <ds@schleef.org>
4525         * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
4526         (gst_init_check_with_popt_table):  Fix some gettext strings to
4527         make them easier to translate.  Required making the strings
4528         non-const.
4530 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4532         * configure.ac: bump nano to 1
4534 === release 0.8.0 ===
4536 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4538         * configure.ac: release 0.8.0, "Executive Slacks"
4540 2004-03-16  Johan Dahlin  <johan@gnome.org>
4542         * gst/schedulers/gstoptimalscheduler.c
4543         (gst_opt_scheduler_pad_unlink): Remove double ;,
4544         spotted by Scott Wheeler
4546 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4548         * configure.ac: bump libtool version
4550 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4552         * gst/gstcaps.h:
4553         * gst/gststructure.h:
4554           add reserved padding
4556 2004-03-15  Benjamin Otte  <otte@gnome.org>
4558         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
4559           set the first parameter for select call correctly.
4560           (fixes #137230)
4562 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4564         * *.c,*.h: don't mix tabs and spaces
4566 2004-03-15  Johan Dahlin  <johan@gnome.org>
4568         * gst/schedulers/gstoptimalscheduler.c
4569         (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
4570         crash on MPEG playback. My boolean arithmetic is a bit rusty.
4572         * tools/Makefile.am (EXTRA_DIST): Add gst-indent
4573         
4574 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4576         * testsuite/Rules:
4577           fix gst-register rules
4579 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4581         * testsuite/Rules:
4582           use versioned gst-register
4584 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4586         * docs/libs/gstreamer-libs-sections.txt:
4587           remove </SUBSECTION>
4588         * gst/gstplugin.c:
4589         * gst/gstregistry.c: (gst_registry_add_plugin):
4590         * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
4591         (gst_xml_registry_open_func), (gst_xml_registry_close_func):
4592           add debugging and fix some comment blocks
4594 2004-03-15  Johan Dahlin  <johan@gnome.org>
4596         * *.h: Revert indent changes.
4597         
4598 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4600         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
4601           g_error_free the g_error
4602         * tools/gst-feedback-m.m:
4603           check for other versions of gstreamer
4604         * tools/gst-indent:
4605           use sh, not bash
4607 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4609         * tools/gst-register.c: do not spill paths when registries are not
4610           writable, until we fix the "user running gst-register" case.
4612 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4614         * *.c, *.h: commit of gst-indent run on core
4616 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4618         * tools/gst-indent:
4619         * tools/Makefile.am:
4620           add our indentation style as a script
4622 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4624         * po/sr.po:
4625         * po/LINGUAS:
4626           added Serbian translation
4628 2004-03-13  Benjamin Otte  <otte@gnome.org>
4630         * gst/gstelement.c:
4631           add documentation note about gst_element_found_tags_for_pad not
4632           being usable in getfunctions. (see #137042)
4634 2004-03-12  David Schleef  <ds@schleef.org>
4636         * gst/gstcaps.h: jdahlin, what are you smoking?  We can't just
4637         change API right now!  Readd gst_caps_is_simple() macro.
4638         * gst/gstelement.c: (gst_element_base_class_finalize): Fix
4639         uninitialized variable.  I'd bet this caused crashes.
4640         * gst/gstinfo.c: (gst_debug_print_object):  Fix 64-bit cleanliness.
4642 2004-03-12  Johan Dahlin  <johan@gnome.org>
4644         * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
4645         * gst/gstcaps.h: Clean up
4647         * gst/gst.c (init_post): call gst_caps_get_type() instead of
4648         _gst_caps_initalize()
4650         * gst/gstcaps.c: Style fixes, stay closer to glib and friends
4651         (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
4653         * gst/gststructure.c (gst_structure_get_type): Ditto
4655         * gst/gststructure.h: Ditto
4656         
4657 2004-03-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4659         * gst/gstqueue.c: (gst_queue_init):
4660           Reset default max. values in queues. Reason is simply to avoid
4661           braindead use. If you want wider values, use the properties. The
4662           default is supposed to always work. Wider values would make this
4663           beast a memory hog by default (250 full-PAL RGB32 video frames?
4664           That's 440 MB! No thank you).
4666 2004-03-10  David Schleef  <ds@schleef.org>
4668         * tools/gst-run.c: (main):  Fix crash when no relevant tools
4669         were found.  (bug #136793)
4671 2004-03-10  Johan Dahlin  <johan@gnome.org>
4673         * gst/schedulers/gstoptimalscheduler.c
4674         (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
4675         links to elements within the same group, so we can finally remove
4676         that annoying warning. Refactor the code a little bit
4677         (group_dec_links_for_element): Split out
4679 2004-03-09  David Schleef  <ds@schleef.org>
4681         * docs/manual/dparams-app.xml:  Fix to handle double dparams.
4682         (bug #134863)
4684 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4686         * configure.ac: first bug fix due to major/minor bump
4688 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4690         * configure.ac: bump nano to 1
4692 === release 0.7.6 ===
4694 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4696         * NEWS:
4697         * RELEASE:
4698         * configure.ac:
4699           releasing 0.7.6, "Almost"
4700         * po/fr.po:
4701         * po/nl.po:
4702         * tools/Makefile.am:
4703         * tools/gst-feedback-m.m:
4704           unversioned source
4706 2004-03-09  Johan Dahlin  <johan@gnome.org>
4708         Reviewed by: Thomas Vander Stichele
4710         * gst/gstelement.c (gst_element_class_init): register second
4711         parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
4712         language bindings can (de)marshall correctly.
4714         * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
4716         * gst/gsterror.c (gst_g_error_get_type): New function
4718         * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
4719         with VOID:OBJECT,OBJECT,STRING 
4721 2004-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
4723         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
4724         Free a leaked g_timer on early returns.
4726 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4728         * docs/pwg/advanced-types.xml:
4729           Add cinepak description.
4731 2004-03-07  David Schleef  <ds@schleef.org>
4733         * docs/random/mimetypes:  Added cinepak description
4735 2004-03-07  Andy Wingo  <wingo@pobox.com>
4737         * gst/gstbin.c (gst_bin_remove): Debugging fixes.
4739         * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
4740         there are no links to other groups when a group is destroyed.
4741         (gst_opt_scheduler_pad_unlink): If the unlink means an element is
4742         removed from a group, make sure the link count to elements linked
4743         to other pads is appropriately decremented. This really fixes
4744         #135672.
4746         The 1.60->1.61 patch has been reapplied in light of this fix.
4748         * gst/gstelement.c (gst_element_dispose): Really protect against
4749         multiple invocations this time.
4751 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4753         * docs/gst/gstreamer-sections.txt:
4754         * docs/gst/tmpl/gsttag.sgml:
4755           remove some deprecated functions, document some existing ones
4756         * gst/gsttag.c: (gst_tag_get_flag):
4757         * gst/gsttag.h:
4758           add accessor function
4760 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4762         * docs/gst/gstreamer-sections.txt:
4763         * docs/gst/tmpl/gsttag.sgml:
4764         * docs/gst/tmpl/gstxml.sgml:
4765         * gst/gsttag.c: (gst_tag_get_flag):
4766         * gst/gsttag.h:
4768 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
4770         * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
4771         leak
4773 2004-03-05  David Schleef  <ds@schleef.org>
4775         * REQUIREMENTS: Add bison and flex.
4776         * configure.ac: Fix comment about bison.
4777         * docs/random/ds/0.9-suggested-changes: yer ma
4778         * tools/gst-inspect.c: (print_element_info):  Fix warning.
4780 2004-03-05  Benjamin Otte  <otte@gnome.org>
4782         * gst/gstelement.c: (gst_element_error_full):
4783           revert recent recursive state changing commit - messing with other
4784           elements' states is evil and should be done by apps only.
4786 2004-03-05  Benjamin Otte  <otte@gnome.org>
4788         * gst/gstelement.c: (gst_element_get_compatible_pad_template):
4789           check for empty intersection instead of NULL caps
4790         (gst_element_get_compatible_pad_filtered):
4791           remove old workaround that is only a bug nowadays
4793 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4795         * gst/gstelement.c: (gst_element_error_full):
4796           make elements try to recursively change state to PAUSED on all
4797           parents after an error to suppress ensuing warnings
4798         * gst/parse/grammar.y:
4799           make it check if it was able to sync the state, and throw an error
4800           if not, so stuff like
4801           oggdemux ! vorbisdec ! osssink gets caught
4803 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4805         * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
4806           it contains lib64; use AS_AC_EXPAND to handle it properly
4808 2004-03-05  David Schleef  <ds@schleef.org>
4810         * gst/gstcpuid_i386.s:  Remove unused code
4811         * libs/gst/getbits/getbits.c: (gst_getbits_init),
4812         (gst_getbits_newbuf): Remove MMX code
4813         * libs/gst/getbits/getbits.h: Remove MMX code
4815 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
4817         * debian/.cvsignore:
4818         * debian/README.Debian:
4819         * debian/changelog:
4820         * debian/control:
4821         * debian/control.in:
4822         * debian/copyright:
4823         * debian/gstreamer-core-libs-dev.files:
4824         * debian/gstreamer-core-libs.files:
4825         * debian/gstreamer-core.files:
4826         * debian/gstreamer-core.postinst:
4827         * debian/gstreamer-core.postrm:
4828         * debian/gstreamer-doc.files:
4829         * debian/gstreamer-doc.links:
4830         * debian/gstreamer-doc.lintian:
4831         * debian/gstreamer-runtime.files:
4832         * debian/gstreamer-runtime.manpages:
4833         * debian/gstreamer-runtime.postinst:
4834         * debian/gstreamer-runtime.postrm:
4835         * debian/gstreamer-tools.files:
4836         * debian/gstreamer-tools.manpages:
4837         * debian/libgstreamer-dev.files:
4838         * debian/libgstreamer0.4.1.files:
4839         * debian/libgstreamerVERSION.files:
4840         * debian/rules:
4841         Debian package info not maintained here.
4843 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4845         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
4846         * gst/gstbin.c: (gst_bin_class_init):
4847         * gst/gstelement.c: (gst_element_class_init):
4848         * gst/gstindex.c: (gst_index_class_init):
4849         * gst/gstobject.c: (gst_object_class_init),
4850         (gst_signal_object_class_init):
4851         * gst/gstpad.c: (gst_pad_template_class_init):
4852         * gst/gstregistry.c: (gst_registry_class_init):
4853         * gst/gsturi.c: (gst_uri_handler_base_init):
4854         * gst/gstxml.c: (gst_xml_class_init):
4855         * libs/gst/control/dparam.c: (gst_dparam_class_init):
4856         * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
4857           make all signal names use dashes instead of underscore
4859 2004-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4861         * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
4863 2004-03-03  Benjamin Otte  <otte@gnome.org>
4865         * gst/schedulers/gstoptimalscheduler.c:
4866           revert last commit by Andy Wingo. It causes segfaults on unreffing
4867           in Rhythmbox. (see bug #135672)
4869 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
4871         * po/fr.po: fix typo
4873 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
4875         * tools/gst-inspect.c: (main): 
4876         * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
4878 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4880         * configure.ac:
4881           get GLIB_ONLY and POPT flags for the nonversioned binaries
4882         * tools/Makefile.am:
4883           use them
4885 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4887         * gst/gst.c: (init_post):
4888           change so that GST_REGISTRY now is where the global registry gets
4889           saved, since that is where plugins now get attached to first, and
4890           spilled over to the user registry.  Note that in the case of using
4891           GST_REGISTRY env var, we don't want to affect any real registries
4892           beyond the one given by this var, and thus we don't set a user
4893           registry to spill to.  So make sure GST_REGISTRY is writable.
4895 2004-03-01  David Schleef  <ds@schleef.org>
4897         * AUTHORS:  Added some names.  Add yourself if you're missing.
4899 2004-03-01  David Schleef  <ds@schleef.org>
4901         * MAINTAINERS: Add
4903 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4905         * configure.ac:
4906           remove whitespace
4907         * docs/gst/tmpl/gstbuffer.sgml:
4908         * docs/gst/tmpl/gstdata.sgml:
4909         * docs/gst/tmpl/gstreamer-unused.sgml:
4910         * docs/gst/tmpl/gstxml.sgml:
4911           doc update
4912         * docs/manuals.mak:
4913           add a FIXME
4914         * docs/pwg/intro-preface.xml:
4915         * docs/pwg/pwg.xml:
4916           remove GNOME
4917         * gst/gst.c: (init_post):
4918           try GST_PLUGIN_PATH paths for the _global_registry first
4919         * gst/gstelement.h:
4920           add the error message as well, otherwise (null) debug info doesn't
4921           make much sense
4922         * tools/gst-register.c: (main):
4923           spill paths to next registry if this registry is not writable
4924         * po/fr.po:
4925         * po/nl.po:
4926           translation updates
4928 2004-03-01  Johan Dahlin  <johan@gnome.org>
4930         * gst/gstbuffer.c (_gst_buffer_initialize): 
4931         * gst/gstdata.c (gst_data_get_type): 
4932         * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
4933         instead of ref, since some applications that uses GBoxed
4934         routines depends on a function that actually returns a copy.
4936 2004-02-27  Benjamin Otte  <otte@gnome.org>
4938         * gst/gstbuffer.h:
4939           remove gst_buffer_free, use gst_data_unref
4940         * gst/gstdata.c: (gst_data_get_type):
4941           use refcounting in GstData GBoxed registration
4942         * gst/gstdata.h:
4943           remove gst_data_free, use gst_data_unref
4945 2004-02-27  Johan Dahlin  <johan@gnome.org>
4947         * gst/gstdata.c (gst_data_get_type): New function, register
4948         GstData as a GBoxed type.
4950         * gst/gstdata.h (GST_TYPE_DATA): New macro
4952 2004-02-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4954         * Makefile.am:
4955         * gstreamer.spec.in:
4956           put back RELEASE
4957         * gst/Makefile.am:
4958           clean up non-disting of built files
4959         * testsuite/debug/commandline.c:
4960           test fix for option rename
4962 2004-02-26  David Schleef  <ds@schleef.org>
4964         * configure.ac:  We don't really need glib-2.3.  Also remove
4965         some unneeded checks for library functions.
4966         * gst/Makefile.am:  Instead, we need to not dist files created
4967         by glib-genmarshal.
4969 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4971         * configure.ac:
4972           bump glib required version to 2.3.0 for g_value_takes_boxed
4974  2004-02-25  Christian Fredrik Kalager Schaller <uraeus@gnome.org>
4976         * common/m4/gst-docs.m4
4977         change flavour text from enable to disable as enable is our default
4978         closes bug Bug 135304
4980 === release 0.7.5 ===
4981  
4982  2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4983  
4984         * NEWS:
4985           instate NEWS file
4986         * Makefile.am:
4987         * gstreamer.spec.in:
4988         * RELEASE:
4989           put back release
4990         * configure.ac:
4991         * docs/random/release:
4992           more updates
4994 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4996         * gst/gsttag.c: (_gst_tag_initialize):
4997         * po/fr.po:
4998         * po/nl.po:
4999           remove hyphen from codec tags
5001 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5003         * gst/parse/Makefile.am:
5004           fix dependency so that a make from a clean build works the first
5005           time
5007 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5009         * docs/random/release:
5010           update release strategy
5011         * po/fr.po:
5012           auto-update po file
5013         * po/nl.po:
5014           update dutch translation
5016 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5018         * docs/manual/debugging.xml:
5019         fix manual for new debugging system
5021 2004-02-25  Andy Wingo  <wingo@pobox.com>
5023         * gst/gstpad.c (gst_pad_link_prepare): Re-add
5024         gst_pad_link_prepare. Please email the list with specific reasons
5025         for reverting.
5027 2004-02-24  Andy Wingo  <wingo@pobox.com>
5029         * gst/gstelement.c (gst_element_dispose): Protect against multiple
5030         invocations.
5032         * gst/schedulers/gstoptimalscheduler.c:
5033         I added a mess of prototypes at the top of the file by way of
5034         documentation. Some of the operations on chains and groups were
5035         re-organized.
5037         (create_group): Added a type argument so if the group is enabled,
5038         the setup_group_scheduler knows what to do.
5039         (group_elements): Added a type argument here, too, to be passed on
5040         to create_group.
5041         (group_element_set_enabled): If an unlinked PLAYING element is
5042         added to a bin, we have to create a new group to hold the element,
5043         and this function will be called before the group is added to the
5044         chain. Thus we have a valid case for group->chain==NULL. Instead
5045         of calling chain_group_set_enabled, just set the flag on the group
5046         (the chain's status will be set when the group is added to it).
5047         (gst_opt_scheduler_state_transition, chain_group_set_enabled):
5048         Setup the group scheduler when the group is enabled, not
5049         specifically when an element goes PAUSED->PLAYING. This means
5050         PLAYING elements can be added, linked, and scheduled into a
5051         PLAYING pipeline, as was intended.
5052         (add_to_group): Don't ref the group twice. I don't know when this
5053         double-ref got in here. Removing it has the potential to cause
5054         segfaults if other parts of the scheduler are buggy. If you find
5055         that the scheduler is segfaulting for you, put in an extra ref
5056         here and see if that hacks over the underlying issue. Of course,
5057         then find out what code is unreffing a group it doesn't own...
5058         (create_group): Make the extra refcount floating, and remove it
5059         after adding the element. This means that...
5060         (unref_group): Destroy when the refcount reaches 0, not 1, like
5061         every other refcounted object in the known universe.
5062         (remove_from_group): When a group becomes empty, set it to be not
5063         active, and remove it from its chain. Don't unref it again,
5064         there's no floating reference any more.
5065         (destroy_group): We have to remove the group from the chain in
5066         remove_from_group (rather than here) to break refcounting cycles
5067         (the chain always has a ref on the group). So assert that
5068         group->chain==NULL.
5069         (ref_group_by_count): Removed, it was commented out anyway.
5070         (merge_chains): Use the remove_from_chain and add_to_chain
5071         primitives to do the reparenting, instead of rolling our own
5072         implementation.
5073         (add_to_chain): The first non-disabled group in the chain's group
5074         list will be the entry point for the chain. Because buffers can
5075         accumulate in loop elements' peer bufpens, we preferentially
5076         schedule loop groups before get groups to avoid unnecessary
5077         execution of get-based groups when the bufpens are already full.
5078         (gst_opt_scheduler_schedule_run_queue): Debug fixes.
5079         (get_group_schedule_function): Ditto.
5080         (loop_group_schedule_function): Ditto.
5081         (gst_opt_scheduler_loop_wrapper): Ditto.
5082         (gst_opt_scheduler_iterate): Ditto.
5084         I understand the opt scheduler now, yippee!
5086         * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
5087         (gst_pad_get_name, gst_pad_set_chain_function) 
5088         (gst_pad_set_get_function, gst_pad_set_event_function) 
5089         (gst_pad_set_event_mask_function, gst_pad_get_event_masks) 
5090         (gst_pad_get_event_masks_default, gst_pad_set_convert_function) 
5091         (gst_pad_set_query_function, gst_pad_get_query_types) 
5092         (gst_pad_get_query_types_default) 
5093         (gst_pad_set_internal_link_function) 
5094         (gst_pad_set_formats_function, gst_pad_set_link_function) 
5095         (gst_pad_set_fixate_function, gst_pad_set_getcaps_function) 
5096         (gst_pad_set_bufferalloc_function, gst_pad_unlink) 
5097         (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent) 
5098         (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps) 
5099         (gst_pad_proxy_pad_link, gst_pad_proxy_fixate) 
5100         (gst_pad_get_pad_template_caps, gst_pad_check_compatibility) 
5101         (gst_pad_get_peer, gst_pad_get_allowed_caps) 
5102         (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull) 
5103         (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps) 
5104         (gst_pad_event_default_dispatch, gst_pad_event_default) 
5105         (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default) 
5106         (gst_pad_convert, gst_pad_query_default, gst_pad_query) 
5107         (gst_pad_get_formats_default, gst_pad_get_formats): Better
5108         argument checks, and some doc fixes.
5110         (gst_pad_custom_new_from_template): Um, does anyone
5111         use these functions? Actually make a custom pad instead of a
5112         normal one.
5113         (gst_pad_try_set_caps): Transpose some checks.
5114         (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
5115         the pad is in negotiation.
5116         (gst_pad_try_relink_filtered): Use pad_link_prepare.
5117         
5118         * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
5120         * gst/gstelement.h: 
5121         * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
5122         on the list.
5124 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5126         * gst/gstbin.c: (gst_bin_add):
5127           add error for not being able to add elements
5129 2004-02-22  Julien MOUTTE <julien@moutte.net>
5131         * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
5132         audio-codec and video-codec.
5134 2004-02-22  Benjamin Otte  <otte@gnome.org>
5136         reported by: Padraig O'Briain <padraig.obriain@sun.com>
5138         * autogen.sh:
5139           replace test -e with test -x for mkinstalldirs to be more portable.
5140           (fixes #134816)
5142 2004-02-22  Benjamin Otte  <otte@gnome.org>
5144         * gst/gstpad.c:
5145           revert last patch from Andy, it makes gst_pad_can_link_filtered much
5146           too noisy
5147         * gst/gsttag.c: (_gst_tag_initialize):
5148         * gst/gsttag.h:
5149           add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
5150         * libs/gst/control/dparam.c: (gst_dparam_attach):
5151         * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
5152           check that types for attached dparams match
5154 2004-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5156         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
5157         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
5158         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
5159           fix errors
5161 2004-02-20  Andy Wingo  <wingo@pobox.com>
5163         * gst/gstbin.c:
5164         * gst/gstbuffer.c:
5165         * gst/gstplugin.c:
5166         * gst/registries/gstxmlregistry.c: 
5167         * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
5169         * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
5170         (gst_element_add_pad): DEBUG->INFO, some fixes.
5171         (gst_element_get_compatible_pad_template): Just see if the
5172         templates' caps intersect, not if one is a strict subset of the
5173         other. This conforms more to what gst_pad_link_intersect() does.
5174         (gst_element_class_add_pad_template): Don't memcpy the pad
5175         template, just ref it.
5176         (gst_element_get_compatible_pad_filtered): Clean up debug messages
5178         * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
5179         (gst_pad_link_filtered): Debug changes.
5180         (gst_pad_link_prepare): New function, consolidated from
5181         can_link_filtered and link_filtered.
5183         * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
5184         look more like that of the functions in gstelement.c
5186         * gst/gstinfo.c (gst_debug_print_object): Put a space before the
5187         object, and return the empty string if object is NULL.
5189         * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
5190         * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
5191         LOG, not DEBUG. We still get flex info on debug.
5193         * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
5194         debug string more verbose.
5195         (plugin_times_older_than): DEBUG->LOG.
5197 2004-02-20  Julien MOUTTE <julien@moutte.net>
5199         * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
5200         will emit found_tag for each stream they demux with the codec.
5202 2004-02-20  Benjamin Otte  <otte@gnome.org>
5204         * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
5205           copy navigation event correctly. Check freeing tag lists. 
5206         * gst/gstthread.c: (gst_thread_change_state):
5207           don't abort() on state changing mess - it might happen because of
5208           bugs.
5209         * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
5210           use boxed functions
5211         * gst/gstvalue.h:
5212           fix GST_VALUE_HOLDS_CAPS
5214 2004-02-19  David Schleef  <ds@schleef.org>
5216         * gst/gstinfo.h:  Copy G_STRFUNC implementation from glib-2.4
5217         and use it for GST_FUNCTION.  (bug #134750)
5219 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5221         * po/fr.po:
5222         * po/nl.po:
5223           updating translations
5225 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5227         * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
5229 2004-02-18  kost@imn.htwk-leipzig.de
5231         reviewed by: David Schleef  <ds@schleef.org>
5233         * docs/libs/gstreamer-libs-sections.txt:  Add missing sections
5234         for libgstcontrol.
5236 2004-02-18  David Schleef  <ds@schleef.org>
5238         * libs/gst/control/dparam.c: (gst_dparam_class_init):
5239         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
5240         (gst_dpsmooth_new): Additional fixes to get double dparams working.
5241         * tools/gst-inspect.c: (print_element_info): Support dumping of
5242         double dparam information.
5244 2004-02-17  David Schleef  <ds@schleef.org>
5246         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
5247         Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
5248         * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
5249         Use GST_TYPE_CAPS in signal prototype.
5250         * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
5251         Convert GST_TYPE_CAPS to boxed.
5252         * gst/gstelement.c: (gst_element_class_init):
5253         Use GST_TYPE_TAG_LIST in signal prototype.
5254         * gst/gstindex.c: (gst_index_class_init):
5255         * gst/gstindex.h:
5256         Add GST_TYPE_INDEX_ENTRY type.
5257         * gst/gstmarshal.list:
5258         Add necessary marshal types.
5259         * gst/gstpad.c: (gst_real_pad_class_init),
5260         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
5261         (gst_pad_recover_caps_error):
5262         Use GST_TYPE_CAPS in signal prototypes.  Fix some debugging strings.
5263         * gst/gststructure.c: (_gst_structure_initialize),
5264         (gst_structure_copy), (_gst_structure_copy_conditional):
5265         * gst/gststructure.h:
5266         Convert GST_TYPE_STRUCTURE to boxed.
5267         * gst/gsttag.c: (gst_tag_list_get_type):
5268         * gst/gsttag.h:
5269         Add GST_TYPE_TAG_LIST type.
5271 2004-02-17  Julien MOUTTE  <julien@moutte.net>
5273         * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
5274         to what we agreed with david.
5275         * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
5277 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5279         * po/nl.po: update translation
5281 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5283         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
5284           throw an error if spider is trying to play a mime type there is
5285           no decoder for
5286         * po/POTFILES.in:
5287           add gst/autoplug/gstspider.c for translation
5289 2004-02-17  Julien MOUTTE  <julien@moutte.net>
5291         * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return 
5292         silently when the pad is negotiating.
5294 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5296         * docs/faq/Makefile.am:
5297           add script to run gstreamer uninstalled 
5298         * docs/faq/faq.xml:
5299         * docs/faq/developing.xml:
5300         * docs/faq/gst-uninstalled:
5301           extract script to run gstreamer uninstalled
5302         * docs/manuals.mak:
5303           add EXTRA_SOURCES variable for Makefile.am's to set to
5304           use additional SOURCE files for the doc build
5306 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5308         * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
5310 2004-02-15  Julien MOUTTE  <julien@moutte.net>
5312         * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
5313         bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
5314         an error was thrown by osssink. Basically a state change failure for
5315         an element in a different scheduling group was considered as
5316         successful, which means that caps nego was going on and weird stuff
5317         happened. Like I wrote in the comment there, if someone wants to
5318         revert that please drop me a mail explaining why because I really see
5319         no point in keeping that broken behaviour there.
5320         * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
5321         be empty, we then return NULL which will trigger a nice error when 
5322         pulling from the pad.
5324 2004-02-13  David Schleef  <ds@schleef.org>
5326         * libs/gst/control/dparam.c: (gst_dparam_class_init),
5327         (gst_dparam_get_property), (gst_dparam_set_property),
5328         (gst_dparam_do_update_default):
5329         * libs/gst/control/dparam.h:
5330         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
5331         (gst_dpsmooth_new), (gst_dpsmooth_set_property),
5332         (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
5333         (gst_dpsmooth_do_update_double):
5334         * libs/gst/control/dparam_smooth.h:
5335         * libs/gst/control/dparammanager.c:
5336         (gst_dpman_inline_direct_update):
5337         Add support for double dparams.
5339 2004-02-13  David Schleef  <ds@schleef.org>
5341         * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
5342         * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
5344 2004-02-13  Mattias Wadman  <mattias@sudac.org>
5346         reviewed by: David Schleef  <ds@schleef.org>
5348         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
5349         (gst_fdsrc_init), (gst_fdsrc_set_property),
5350         (gst_fdsrc_get_property), (gst_fdsrc_get):
5351         * gst/elements/gstfdsrc.h:  Adds timeout property to fdsrc,
5352         and sends an EOS event if file descriptor reading times out.
5354 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5356         * configure.ac:
5357           add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
5359 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5361         * configure.ac: pass required libxml version as argument
5362         (bug reported by Christophe Fergeau)
5364 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5365   
5366         * docs/gst/gstreamer-docs.sgml:
5367         * docs/gst/tmpl/gstxml.sgml:
5368         * docs/libs/gstreamer-libs-docs.sgml:
5369           version API docs
5371 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5373         * gst/gstinfo.c:
5374         * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
5375         (gst_registry_pool_feature_filter):
5376         * gst/gstthread.c: (gst_thread_class_init):
5377         * gst/gstvalue.c:
5378           add includes exposed by building without libxml
5379         * gst/indexers/Makefile.am:
5380           do not build fileindex when LOADSAVE disabled; we should have
5381           a better libxml check later since fileindex depends on xml, not
5382           LOADSAVE or REGISTRY
5383         * libs/gst/control/Makefile.am:
5384           link with m
5385         * tools/Makefile.am:
5386           fix wrong source code for gst-xmlinspect
5388 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5390         * configure.ac:
5391           fix gcov help output
5392           move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
5393         * docs/random/release:
5394           some updated releasing notes
5395         * gstreamer.spec.in:
5396           more updates
5398 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5400         * docs/faq/faq.xml:
5401         * docs/manual/manual.xml:
5402         * docs/pwg/pwg.xml:
5403         * docs/pwg/titlepage.xml:
5404           put version in documentation
5406 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5408         * tools/Makefile.am: fix man page installation
5410 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5412         * configure.ac:
5413           don't check for libxml when load/save and registry disabled (#105844)
5414         * gstreamer.spec.in:
5415           sync with fedora candidate spec
5417 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5419         * po/fr.po:
5420         * po/nl.po:
5421           replace multidisksrc with multifilesrc
5423 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5425         * po/POTFILES.in:
5426           update to multidisksrc => multifilesrc file renaming (#134145)
5428 2004-02-11  David Schleef  <ds@schleef.org>
5430         * docs/gst/tmpl/gstcaps.sgml:  Fix stuff that mentions GstProps
5431         * docs/gst/tmpl/gstpadtemplate.sgml: same
5432         * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
5433         * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
5434         fixing dance.
5435         * gst/gstutils.c: Remove disabled code that uses GstProps.
5436         * gst/registries/gstxmlregistry.h: same
5437         * docs/random/ds/0.9-suggested-changes: random notes
5439 2004-02-11  kost@imn.htwk-leipzig.de
5441         reviewed by: David Schleef  <ds@schleef.org>
5443         * gst/gstclock.c: (gst_clock_entry_new): fixes structure
5444         initialisation of clock (bug #134128)
5446 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5448         * configure.ac:
5449         * gst/elements/Makefile.am:
5450         * gst/elements/gstelements.c:
5451         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
5452         (gst_multifilesrc_class_init), (gst_multifilesrc_init),
5453         (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
5454         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
5455         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
5456         * gst/elements/gstmultifilesrc.h:
5457           rename multidisksrc to multifilesrc (part of #122200)
5459 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5461         * docs/manuals.mak:
5462           fix automake complaints
5463         * gst-element-check.m4:
5464           fix unquotedness
5466 2004-02-11  David Schleef  <ds@schleef.org>
5468         * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
5469         * gst/gstatomic_impl.h: Disable sparc implementation.
5471 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5473         * gst-element-check.m4:
5474           fix underquoted macros as reported by automake 1.8.x (#133800)
5475         * configure.ac:
5476           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
5477           by autopoint (fixes #132996)
5479 2004-02-10  Andy Wingo  <wingo@pobox.com>
5481         * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
5482         way to do inheritance.
5483         (gst_pad_get_event_masks, gst_pad_get_event_masks_default) 
5484         (gst_pad_get_query_types, gst_pad_get_query_types_default):
5485         Routine docs.
5486         (gst_pad_set_link_function, gst_pad_set_fixate_function) 
5487         (gst_pad_set_getcaps_function): Doc from Dave's negotation random
5488         doc.
5489         (gst_pad_unlink, gst_pad_is_linked): Docs.
5490         (gst_pad_renegotiate): A brief description of capsnego.
5491         (gst_pad_try_set_caps): Document.
5492         (gst_pad_try_set_caps_nonfixed): Document.
5493         (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
5494         (gst_pad_set_parent): Deprecated (although not out of the API).
5495         (gst_pad_get_parent): Deprecated, although many plugins use this.
5496         (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
5497         are private and will go away in 0.9.
5498         (gst_pad_perform_negotiate): Doc.
5499         (gst_pad_link_unnegotiate): I think this is meant to be static.
5500         (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps) 
5501         (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility) 
5502         (gst_pad_get_peer): Doc updates.
5503         (gst_pad_caps_change_notify): Doc.
5504         (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get) 
5505         (gst_ghost_pad_new): Doc fixes.
5507         * gst/gstobject.c (gst_object_get_parent, gst_object_unparent) 
5508         (gst_object_check_uniqueness): 
5510         * gst/gstelement.c (gst_element_add_pad) 
5511         (gst_element_add_ghost_pad, gst_element_remove_pad) 
5512         (gst_element_remove_ghost_pad, gst_element_get_pad) 
5513         (gst_element_get_static_pad, gst_element_get_pad_list) 
5514         (gst_element_class_get_pad_template_list) 
5515         (gst_element_class_get_pad_template): Work on the docs.
5516         (gst_element_get_pad_template_list): Uses the class method.
5517         (gst_element_get_compatible_pad_template): Docs, and consolidate
5518         some test conditions. 
5519         (gst_element_get_pad_from_template): New static function.
5520         (gst_element_request_compatible_pad): Docs, and work with
5521         non-request compatible templates. 
5522         (gst_element_get_compatible_pad_filtered): Docs and remove
5523         redundant checks.
5524         (gst_element_get_compatible_pad, gst_element_link_pads_filtered) 
5525         (gst_element_link_filtered, gst_element_link_many) 
5526         (gst_element_link, gst_element_link_pads) 
5527         (gst_element_unlink_many): Docs.
5529 2004-02-05  Andy Wingo  <wingo@pobox.com>
5531         * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
5532         s/pointer/boxed/.
5534         * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
5536         * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
5537         marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
5538         with the type=GST_TYPE_CAPS. This allows language bindings to know
5539         what kind of data they're dealing with.
5541         * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
5542         to NULL when g_value_init is called. GstCaps, which rolls its own
5543         type implementation, now does the same instead of allocating empty
5544         caps.
5545         (_gst_caps_initialize, _gst_caps_collect_value,
5546         _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
5547         table methods. This allows G_VALUE_COLLECT to work.
5549 2004-02-05  Andy Wingo  <wingo@pobox.com>
5551         * configure.ac:
5552         * testsuite/Makefile.am (SUBDIRS): 
5553         * testsuite/ghostpads/Makefile.am: 
5554         * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
5556         * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
5557         These two routines are the only ones that set
5558         GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
5559         pad template. They should be made static, depending on ABI needs.
5560         (gst_real_pad_dispose): Handle the case of ghost pads without a
5561         parent. Assert after dealing with ghost pads that the ghost pad
5562         list is empty.
5563         (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
5564         set after creation.
5565         (gst_ghost_pad_dispose): Set ::real-pad to NULL.
5566         (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
5567         functions. set_property will call add_ghost_pad/remove_ghost_pad
5568         as appropriate.
5569         (gst_ghost_pad_new): All the work is offloaded to g_object_new.
5571         * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
5572         (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
5573         (gst_element_remove_pad): Handle ghost pads as well.
5574         (gst_element_remove_ghost_pad): Deprecated (could be removed,
5575         depending on API-stability needs).
5577 2004-02-05  Andy Wingo  <wingo@pobox.com>
5579         * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
5580         of course they're const
5582 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5584         * tools/Makefile.am:
5585         * tools/gst-feedback:
5586         * tools/gst-feedback-0.7:
5587           make gst-feedback versioned too for consistency
5589 2004-02-11  David Schleef  <ds@schleef.org>
5591         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5592         (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
5594 2004-02-10  Julien MOUTTE <julien@moutte.net>
5596         * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
5597         the structure does not contain a valid tag list. Adding a safety check
5598         to remove a noisy warning in that case.
5600 2004-02-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5602         * gst/gst.c: fix name to be in line with others
5604 2004-02-09  Julien MOUTTE <julien@moutte.net>
5606         * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
5607         not shout that loud when len is 0. Just return 0 silently.
5609 2004-02-09  Julien MOUTTE  <julien@moutte.net>
5611         * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
5612         because data_unref has one and I prefer the debug to be symetric.
5613         * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
5614         were refed when added to the queue and unrefed only once when the queue
5615         was flushed. Now the flush handler unref the buffers two times : first
5616         unref for the ref added when pushing in the queue's tail and second
5617         unref to destroy the flushed buffer.
5619 2004-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5621         * docs/pwg/building-boiler.xml: fix cvs checkout documentation
5623 2004-02-06  David Schleef  <ds@schleef.org>
5625         * docs/random/ds/0.9-suggested-changes: Random ramblings
5626         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
5627         to int before printing.
5628         * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
5629         * gst/parse/parse.l: same.  See bug #129600
5631 2004-02-06  David Schleef  <ds@schleef.org>
5633         * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
5634         (gst_index_add_entry), (gst_index_add_associationv),
5635         (gst_index_add_association): Add gst_index_add_associationv()
5636         and clean up gst_index_add_association(). #127133
5638 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5640         * autogen.sh: check out common with right tag if CVS/Tag exists
5642 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5644         * testsuite/ghostpads/ghostpads.c: (main):
5645           fix testsuite from segfaulting
5647 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5649         * Makefile.am: add release target
5650         * configure.ac: bump nano to 1
5651         * docs/random/release:
5653 2004-02-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5655         * gst/gstcaps.h:
5656         * gst/gstelement.c: (gst_element_base_class_init),
5657         (gst_element_class_set_details), (gst_element_clear_pad_caps):
5658         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5659         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
5660         (gst_real_pad_dispose):
5661         * gst/gststructure.c: (gst_structure_free),
5662         (gst_structure_from_string):
5663           put reverted patch back in
5664         * gst/gstelement.c: (gst_element_remove_pad):
5665           free explicit caps if they're set
5666         * gst/gstpad.c: (_gst_pad_default_fixate_func):
5667           copy the structure when fixating
5669 2004-02-05  David Schleef  <ds@schleef.org>
5671         * gst/gstmarshal.list:
5672         * gst/gstpad.c: (gst_real_pad_class_init),
5673         (_gst_real_pad_fixate_accumulator):
5674         Revert POINTER->BOXED change in signal marshaller.
5676 === release 0.7.4 ===
5677                                                                                 
5678 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5679                                                                                 
5680         * NEWS: GStreamer 0.7.4 "Wooden Eels" released
5681         * configure.ac: changed for release
5683 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5685         * gstreamer.spec.in:
5686           bump required version of gtk-doc
5688 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5690         * gst/gstcaps.h:
5691         * gst/gstelement.c: (gst_element_base_class_init),
5692         (gst_element_class_set_details), (gst_element_clear_pad_caps):
5693         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5694         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
5695         (gst_real_pad_dispose):
5696         * gst/gststructure.c: (gst_structure_free),
5697         (gst_structure_from_string):
5698           revert patch that breaks applications, reapply after release
5699           to get this fixed properly
5701 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5703         * gst/gsttag.c: (_gst_tag_initialize):
5704         * gst/gsttag.h:
5705           remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
5707 2004-02-04  David Schleef  <ds@schleef.org>
5709         Fix some memleaks:
5710         * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
5711         (gst_spider_plug_from_srcpad):
5712         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
5714 2004-02-04  David Schleef  <ds@schleef.org>
5716         * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
5717         a GstRealPad before accessing its structure members.
5719 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5721         * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
5722         (gst_clock_get_speed):
5723         * gst/gstclock.h:
5724           reset padding, remove unused fields
5726 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5728         * gst/autoplug/gstspideridentity.c:
5729         (gst_spider_identity_sink_loop_type_finding):
5730           use get_allowed_caps, not get_caps (fixes #132519)
5731         * gst/elements/gsttypefind.c: (stop_typefinding):
5732           use correct order when sending buffers and seeking
5734 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5736         * configure.ac:
5737         * gst/gstelement.h:
5738         * gst/gstpad.h:
5739         * gst/gstqueue.h:
5740           upgrade libtool CURRENT, reset padding
5742 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5744         * configure.ac:
5745           bump to prerelease
5746           put back AM_PROG_LIBTOOL to make libtoolize stop complaining
5748 2004-02-04  David Schleef  <ds@schleef.org>
5750         * docs/random/ds/0.9-suggested-changes: random notes
5751         * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
5752         (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
5753         Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
5754         expansion.
5755         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
5756         (gst_filesink_get_query_types): same
5757         * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
5758         (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
5759         * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
5760         to use new GST_PTR_FORMAT.
5761         * gst/gstelement.h: deprecate function factory macros
5762         GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
5763         These are our last variadic macros that can't be replaced with
5764         inlines.  Celebrate!  Also fix a typo in an #ifdef that was
5765         attempting to deprecate gst_element_clock_wait().
5766         * gst/gstevent.h: same
5767         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5768         (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
5769         * gst/gstpad.h: deprecate function factory macros similar to above.
5771 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5773         * configure.ac:
5774         * tools/Makefile.am:
5775         * tools/gst-run.c: (popt_callback), (hash_print_key),
5776         (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
5777         (get_candidates), (main):
5778           add new source file to generate non-versioned wrapper binaries
5779           for our tools.
5781 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5783         * gst/gstevent.c: (_gst_event_free):
5784           actually break; inside the switch statement
5785         * gst/parse/grammar.y:
5786           fix memleak where GValues weren't unset
5788 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5790         * gst/gststructure.c: (gst_structure_from_string):
5791           fix huge memleak
5792         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
5793         (new_entry), (gst_type_find_element_chain):
5794         * gst/gstelement.c: (gst_element_base_class_init),
5795         (gst_element_class_set_details):
5796         * gst/gstpad.c: (gst_pad_can_link_filtered):
5797           fix smaller memleaks
5798         * gst/gstpad.c: (gst_real_pad_dispose):
5799           check that explicit caps are gone
5800         * gst/gststructure.c: (gst_structure_free):
5801           actually free the structure
5802         * gst/gstelement.c: (gst_element_clear_pad_caps):
5803           unset explicit caps
5805 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5807         * tools/Makefile.am:
5808           use AM_CFLAGS since all the CFLAGS are the same
5809           use AM_LDFAGS
5811 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5813         * docs/manual/gnome.xml:
5814           expand example a little
5815         * gst/gst.c: (gst_init_with_popt_table),
5816         (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
5817           make sure popt option displays are done with right textdomain
5818           use GstPoptOption type
5819         * gst/gst.h:
5820           create GstPoptOption type
5822 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5824         * gst/gsterror.c: (_gst_stream_errors_init):
5825         * gst/gsterror.h:
5826           adding error type for no codec
5827         * po/POTFILES.in:
5828           add gst-inspect
5829         * po/nl.po:
5830           update dutch translation
5831         * tools/gst-inspect.c: (print_element_list), (main):
5832           do proper internationalization
5833         * tools/gst-launch.c: (idle_func):
5834           remove commented out function call
5836 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5838         * docs/README:
5839           add some error fixing notes
5840         * docs/gst/gstreamer-sections.txt:
5841           remove double entries
5842         * docs/gst/tmpl/gstbin.sgml:
5843         * docs/gst/tmpl/gstclock.sgml:
5844           remove override
5845         * docs/gst/tmpl/gstelement.sgml:
5846         * docs/gst/tmpl/gstindex.sgml:
5847         * docs/gst/tmpl/gstobject.sgml:
5848         * docs/gst/tmpl/gstpadtemplate.sgml:
5849         * docs/gst/tmpl/gstreamer-unused.sgml:
5850         * docs/gst/tmpl/gsttag.sgml:
5851         * docs/gst/tmpl/gstthread.sgml:
5852         * docs/gst/tmpl/gstxml.sgml:
5853         * gst/gsttag.h:
5854           sync header prototypes with c decls
5855         * gst/gsttaginterface.c:
5856           fix doc headers
5858 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5860         * gst/parse/Makefile.am:
5861         * gst/gstobject.h:
5862           get rid of gstmarshal.h dependency. It's not needed.
5863         * gst/gst.h:
5864         * gst/elements/gstfakesink.c:
5865         * gst/elements/gstfakesrc.c:
5866         * gst/elements/gstidentity.c:
5867         * gst/gstbin.c:
5868         * gst/gstelement.c:
5869         * gst/gstindex.c:
5870         * gst/gstobject.c:
5871         * gst/gstpad.c:
5872         * gst/gstthread.c:
5873         * gst/gstxml.c:
5874         * libs/gst/control/dparam.c:
5875         * libs/gst/control/dparammanager.c:
5876           include gstmarshal.h.
5877         Fixes #132045
5879 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5881         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
5882         (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
5883         (gst_filesrc_map_region), (gst_filesrc_get_mmap):
5884         * gst/elements/gstfilesrc.h:
5885           don't ref the filesrc when creating mmaped buffers. Don't keep a
5886           list of not-yet-destroyed buffers.
5887         * gst/gstbuffer.h:
5888           Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
5890 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5892         * gst/gst.c: (init_pre):
5893           remove textdomain
5895 2004-02-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5897         * docs/pwg/advanced-events.xml:
5898         * docs/pwg/advanced-scheduling.xml:
5899         * docs/pwg/intro-basics.xml:
5900         * docs/pwg/other-manager.xml:
5901         * docs/pwg/other-nton.xml:
5902         * docs/pwg/other-ntoone.xml:
5903         * docs/pwg/other-oneton.xml:
5904         * docs/pwg/pwg.xml:
5905           All sort of documentation... Forgot what. Point is that I want this
5906           in before I leave. The 'other-*' will be the last section and will
5907           explain issues specific to these type of elements.
5909 2004-02-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5911         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
5912         (gst_filesrc_get_read):
5913           set all the values on buffers that we can
5915 2004-02-02  David Schleef  <ds@schleef.org>
5917         Change usage of isblah() to g_ascii_isblah() to be more locale
5918         independent.  (#133076)
5919         * gst/gsturi.c: (gst_uri_protocol_check_internal):
5920         * gst/gstutils.c:
5921         * gst/parse/parse.l:
5923 2004-02-02  Jon Trowbridge  <trow@gnu.org>
5925         reviewed by: David Schleef  <ds@schleef.org>
5927         Fix memory leaks:
5928         * gst/gstcaps.c: (gst_caps_to_string):
5929         * gst/registries/gstxmlregistry.c:
5930         (gst_xml_registry_add_path_list_func),
5931         (gst_xml_registry_parse_padtemplate):
5933 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5935         * gst/gstelement.c: (gst_element_default_error):
5936           suffix error messages with period
5938 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5940         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
5941         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
5942         * gst/gsterror.c: (gst_error_get_message):
5943           Suffix with dots
5944         * po/fr.po:
5945         * po/nl.po:
5946           Update translation files
5948 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5950         * gst/autoplug/gstspideridentity.c:
5951         (gst_spider_identity_sink_loop_type_finding):
5952         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
5953         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
5954         (gst_filesink_close_file), (gst_filesink_handle_event),
5955         (gst_filesink_chain):
5956         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
5957         (gst_filesrc_get_read), (gst_filesrc_open_file):
5958         * gst/elements/gstidentity.c: (gst_identity_chain):
5959         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
5960         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
5961         (gst_pipefilter_chain), (gst_pipefilter_open_file):
5962         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
5963         * gst/gsterror.c: (_gst_core_errors_init),
5964         (_gst_library_errors_init), (_gst_resource_errors_init),
5965         (_gst_stream_errors_init), (gst_error_get_message):
5966         * gst/gstpad.c: (gst_pad_set_explicit_caps),
5967         (gst_pad_recover_caps_error), (gst_pad_pull):
5968         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
5969         * gst/schedulers/gstbasicscheduler.c:
5970         (gst_basic_scheduler_chainhandler_proxy),
5971         (gst_basic_scheduler_gethandler_proxy),
5972         (gst_basic_scheduler_cothreaded_chain):
5973           Suffix error messages with period.
5974           Use (NULL) instead of NULL
5976 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5978         * docs/gst/tmpl/gstelement.sgml:
5979         * docs/gst/tmpl/gstxml.sgml:
5980         * gst/gstelement.c: (gst_element_error_full):
5981           add element path to error
5983 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5985         * docs/random/mimetypes:
5986           update raw int/float info
5987         * gst/gsttag.c: (_gst_tag_initialize):
5988         * gst/gsttag.h:
5989           add GST_TAG_ENCODER
5991 2004-01-30  David Schleef  <ds@schleef.org>
5993         * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
5994           missing (#132991)
5996 2004-01-30  Laurent Vivier <Laurent.Vivier@bull.net>
5998         reviewed by Benjamin Otte 
5999           parts of the patch submitted in bug #113913
6001         * configure.ac:
6002           use AC_C_INLINE. Use = instead of == with test
6003         * examples/plugins/example.c:
6004         * gst/autoplug/gstspideridentity.c:
6005         * gst/elements/gstfdsrc.c:
6006         * gst/elements/gstfilesrc.c:
6007         * gst/elements/gstidentity.c:
6008         * gst/elements/gstmultidisksrc.c:
6009         * gst/elements/gststatistics.c:
6010         * gst/gstelement.c:
6011         * gst/gstobject.c:
6012         * gst/gstpad.c:
6013         * gst/gstpipeline.c:
6014         * gst/gstthread.c:
6015           don't end enums with a comma
6016         * gst/gstindex.c: (gst_index_compare_func):
6017           do explicit casting to gint
6018         * gst/gsttrace.c: (gst_trace_text_flush):
6019           #define strsize as a macro
6021 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6023         * docs/README:
6024         * docs/gst/gstreamer-docs.sgml:
6025         * docs/gst/gstreamer-sections.txt:
6026         * docs/gst/tmpl/gstelement.sgml:
6027         * docs/gst/tmpl/gsterror.sgml:
6028         * docs/gst/tmpl/gstinterface.sgml:
6029         * docs/gst/tmpl/gstreamer-unused.sgml:
6030         * docs/gst/tmpl/gststructure.sgml:
6031         * docs/gst/tmpl/gsttag.sgml:
6032         * docs/gst/tmpl/gsttaginterface.sgml:
6033         * docs/gst/tmpl/gstvalue.sgml:
6034         make sure all API ends up in the built docs
6035         * gst/gstinterface.c:
6036         * gst/gststructure.c: (gst_structure_id_set_value),
6037         (gst_structure_set_value), (gst_structure_id_get_value):
6038         * gst/gststructure.h:
6039         * gst/gstvalue.h:
6040         sync .h with .c declarations
6042 2004-01-30  Julien Moutte  <julien@moutte.net>
6044         * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
6045         Ronald will fix riffread.
6047 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6049         * docs/pwg/advanced-interfaces.xml:
6050           Added tuner interface docs.
6052 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6054         * docs/random/mimetypes:
6055           correct Theora information
6056         * gst/gstelement.h:
6057           make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
6059 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6061         * gst/gstelement.c: (gst_element_error_full):
6062         * gst/gstelement.h:
6063           GST_ELEMENT_ERROR in enum -> _IN_ERROR
6065 2004-01-29  Julien MOUTTE  <julien@moutte.net>
6067         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
6068         (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
6069         again and even before DISCONT.
6070         * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
6071         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
6072         bytestream so that it's not stopping to fill the bytestream if events
6073         different than EOS or DISCONT are received. Instead it process them so
6074         that they go downstream.
6076 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6078         * docs/gst/tmpl/gstelement.sgml:
6079         * docs/gst/tmpl/gstreamer-unused.sgml:
6080         * docs/gst/tmpl/gstxml.sgml:
6081         * gst/autoplug/gstspideridentity.c:
6082         (gst_spider_identity_sink_loop_type_finding):
6083         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
6084         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
6085         (gst_filesink_close_file), (gst_filesink_handle_event),
6086         (gst_filesink_chain):
6087         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
6088         (gst_filesrc_get_read), (gst_filesrc_open_file):
6089         * gst/elements/gstidentity.c: (gst_identity_chain):
6090         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6091         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6092         (gst_pipefilter_chain), (gst_pipefilter_open_file):
6093         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
6094         * gst/gstelement.h:
6095         * gst/gstpad.c: (gst_pad_set_explicit_caps),
6096         (gst_pad_recover_caps_error), (gst_pad_pull):
6097         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
6098         * gst/schedulers/gstbasicscheduler.c:
6099         (gst_basic_scheduler_chainhandler_proxy),
6100         (gst_basic_scheduler_gethandler_proxy),
6101         (gst_basic_scheduler_cothreaded_chain):
6102           gst_element_error -> GST_ELEMENT_ERROR
6104 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6106         * docs/Makefile.am:
6107         * docs/gst/tmpl/gstelement.sgml:
6108         * docs/gst/tmpl/gstxml.sgml:
6109         * docs/manuals.mak:
6110         * docs/pwg/advanced-request.xml:
6111         * docs/pwg/advanced-scheduling.xml:
6112         * docs/pwg/advanced-tagging.xml:
6113           fix non-validating docbook using CDATA
6114           make sure make check-local gets run first to check if it validates
6116 2004-01-29  Julien MOUTTE <julien@moutte.net>
6118         * docs/pwg/advanced-events.xml: Adding documentation on advanced event
6119         handling (up and downstream).
6120         * docs/pwg/advanced-interfaces.xml: Make it coherent with the
6121         my_filter thing.
6123 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6125         * docs/pwg/advanced-tagging.xml:
6126           Add docs about tag writing.
6128 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6130         * docs/pwg/advanced-tagging.xml:
6131           Add a part about tag reading and application signalling... Tag
6132           writing still needs to be documented.
6133         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
6134           We can set file locations in READY, too.
6136 2004-01-29  Julien MOUTTE <julien@moutte.net>
6138         * docs/random/ds/element-checklist: Adding some notes about src
6139         events.
6141 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6143         * docs/random/mimetypes:
6144           Update docs to point to correct elements for various mimetypes, and
6145           some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
6146           <stephane.loeuillet@tiscali.fr>.
6148 2004-01-28  David Schleef  <ds@schleef.org>
6150         * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
6152 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6154         * docs/random/mimetypes:
6155           update docs for audio/x-raw-float. Add "buffer-frames=0 means
6156           undefined"
6157         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
6158           make it only work in NULL.
6159         * gst/gstcaps.c:
6160           don't posion NULL caps
6161         * gst/gstelement.c: (gst_element_set_time):
6162           add debugging statement
6163         * gst/gstelement.c: (gst_element_emit_found_tag),
6164         (gst_element_found_tag_func), (gst_element_found_tags):
6165         * gst/gstelement.h:
6166           These functions take const taglists
6167         * gst/gstpad.c: (gst_pad_proxy_getcaps):
6168           fix memleak
6169         * gst/gstpad.c: (gst_pad_event_default):
6170           make more effort on handling discont and clocks, g_warn if everything
6171           fails
6172         * gst/gststructure.c: (gst_structure_remove_fields),
6173         (gst_structure_remove_fields_valist):
6174         * gst/gststructure.h:
6175           add gst_structure_remove_fields(_valist)
6176         * gst/gsttag.c:
6177           fix doc glitch
6179 2004-01-28  David Schleef  <ds@schleef.org>
6181         * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
6182         * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
6183         Fix memory leakage of gst_caps_to_string().
6185         Use GST_PTR_FORMAT instead of gst_caps_to_string():
6186         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
6187         * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
6188         (gst_spider_identity_sink_loop_type_finding):
6189         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
6190         (find_suggest):
6191         * gst/gstpad.c: (gst_pad_try_relink_filtered),
6192         (gst_pad_set_explicit_caps):
6193         * gst/parse/grammar.y:
6195 2004-01-28  David Schleef  <ds@schleef.org>
6197         * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
6198         GST_PRINTF_EXTENSION_FORMAT_DEFINE.
6199         * docs/random/ds/0.9-suggested-changes: Notes from Company.
6200         * gst/gstcaps.c: (gst_caps_to_string): Add comment.
6201         * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
6202         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
6203         (gst_debug_log_default), (_gst_info_printf_extension),
6204         (_gst_info_printf_extension_arginfo):  Add printf extension.
6205         * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
6206         * gst/gststructure.c: (gst_structure_to_string),
6207         (_gst_structure_parse_value): Use gst_value_deserialize() and
6208         remove old code.
6209         * gst/gstvalue.c: (gst_value_deserialize_fourcc),
6210         (gst_value_deserialize_boolean), (gst_strtoi),
6211         (gst_value_deserialize_int), (gst_value_deserialize_double),
6212         (gst_value_deserialize_string), (gst_value_deserialize): Implement
6213         a bunch of deserialize functions and gst_value_deserialize.
6214         * gst/gstvalue.h: er, _de_serialize, not unserialize
6215         * testsuite/caps/string-conversions.c: (main): We don't currently
6216         handle (float) in caps, so convert these to (double).
6217         * testsuite/debug/Makefile.am: Add new test for the printf extension
6218         * testsuite/debug/printf_extension.c: (main): same
6220 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6222         * docs/random/company/time:
6223           Add some docs about clocking and time
6225 2004-01-28  Julien MOUTTE <julien@moutte.net>
6227         * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
6229 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6231         * docs/pwg/advanced-clock.xml:
6232         * docs/pwg/advanced-dparams.xml:
6233         * docs/pwg/advanced-events.xml:
6234         * docs/pwg/advanced-interfaces.xml:
6235         * docs/pwg/advanced-midi.xml:
6236         * docs/pwg/advanced-request.xml:
6237         * docs/pwg/advanced-scheduling.xml:
6238         * docs/pwg/advanced-tagging.xml:
6239         * docs/pwg/advanced-types.xml:
6240         * docs/pwg/appendix-checklist.xml:
6241         * docs/pwg/building-boiler.xml:
6242         * docs/pwg/building-chainfn.xml:
6243         * docs/pwg/building-filterfactory.xml:
6244         * docs/pwg/building-pads.xml:
6245         * docs/pwg/building-props.xml:
6246         * docs/pwg/building-signals.xml:
6247         * docs/pwg/building-state.xml:
6248         * docs/pwg/building-testapp.xml:
6249         * docs/pwg/intro-basics.xml:
6250         * docs/pwg/intro-preface.xml:
6251         * docs/pwg/other-autoplugger.xml:
6252         * docs/pwg/other-sink.xml:
6253         * docs/pwg/other-source.xml:
6254         * docs/pwg/titlepage.xml:
6255           fix up id's
6257 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6259         * docs/95NonPath:
6260         * docs/HACKING:
6261         * docs/README:
6262         * docs/building-the-docs-on-debian:
6263           collect relevant bits of doc info
6265 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6267         * docs/pwg/advanced_tagging.xml:
6268           Half-assed commit so Thomas can re-arrange document IDs here to be
6269           consistent, too.
6271 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6273         * docs/manual/autoplugging.xml:
6274         * docs/manual/bins-api.xml:
6275         * docs/manual/bins.xml:
6276         * docs/manual/buffers-api.xml:
6277         * docs/manual/buffers.xml:
6278         * docs/manual/clocks.xml:
6279         * docs/manual/components.xml:
6280         * docs/manual/cothreads.xml:
6281         * docs/manual/debugging.xml:
6282         * docs/manual/dparams-app.xml:
6283         * docs/manual/dynamic.xml:
6284         * docs/manual/elements-api.xml:
6285         * docs/manual/elements.xml:
6286         * docs/manual/factories.xml:
6287         * docs/manual/gnome.xml:
6288         * docs/manual/goals.xml:
6289         * docs/manual/helloworld.xml:
6290         * docs/manual/helloworld2.xml:
6291         * docs/manual/init-api.xml:
6292         * docs/manual/intro.xml:
6293         * docs/manual/links-api.xml:
6294         * docs/manual/links.xml:
6295         * docs/manual/manual.xml:
6296         * docs/manual/motivation.xml:
6297         * docs/manual/pads-api.xml:
6298         * docs/manual/pads.xml:
6299         * docs/manual/plugins-api.xml:
6300         * docs/manual/plugins.xml:
6301         * docs/manual/programs.xml:
6302         * docs/manual/queues.xml:
6303         * docs/manual/quotes.xml:
6304         * docs/manual/schedulers.xml:
6305         * docs/manual/states-api.xml:
6306         * docs/manual/states.xml:
6307         * docs/manual/threads.xml:
6308         * docs/manual/typedetection.xml:
6309         * docs/manual/xml.xml:
6310           use chapter, part, section or misc as id starts for all bits
6312 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6314         * docs/gst/gstreamer-sections.txt:
6315           Fix up TITLE of the sections
6317 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6319         * docs/pwg/advanced_interfaces.xml:
6320           Add documentation on propertyprobing.
6321         * docs/pwg/advanced_events.xml:
6322         * docs/pwg/advanced_tagging.xml:
6323         * docs/pwg/building_boiler.xml:
6324         * docs/pwg/building_filterfactory.xml:
6325         * docs/pwg/pwg.xml:
6326           Move filterfactory and tagging into their own chapter, add a chapter
6327           on events. all these are empty placeholders that will be filled in
6328           some day.
6330 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6332         * docs/pwg/advanced_interfaces.xml:
6333           Docs for mixer interface. Also a check for website uploading.
6335 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6337         * docs/HACKING:
6338         * docs/Makefile.am:
6339         * docs/faq/Makefile.am:
6340         * docs/gst/Makefile.am:
6341         * docs/gst/tmpl/gstelement.sgml:
6342         * docs/gst/tmpl/gstplugin.sgml:
6343         * docs/gst/tmpl/gstreamer-unused.sgml:
6344         * docs/libs/Makefile.am:
6345         * docs/manual/Makefile.am:
6346         * docs/manuals.mak:
6347         * docs/pwg/Makefile.am:
6348         * docs/upload.mak:
6349           Separate out upload target and make it similar for
6350           both docbook and gtk-doc docs
6352 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6354         * docs/manuals.mak:
6355           Fix upload target to work with freedesktop
6357 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6359         * docs/pwg/advanced_types.xml:
6360           Add notes on creating your own types.
6361         * docs/pwg/building_boiler.xml:
6362         * docs/pwg/building_pads.xml:
6363         * docs/pwg/building_state.xml:
6364           Add some stuff about how to retrieve values from structures, how
6365           that relates to types and change layout slightly again to be almost
6366           perfect.
6368 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6370         * docs/pwg/advanced_dparams.xml:
6371         * docs/pwg/advanced_scheduling.xml:
6372           Change index layout slightly.
6374 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6376         * docs/pwg/advanced_clock.xml:
6377         * docs/pwg/advanced_interfaces.xml:
6378         * docs/pwg/advanced_midi.xml:
6379           General placeholders for now.
6380         * docs/pwg/advanced_request.xml:
6381           Explanation about sometimes and request pads.
6382         * docs/pwg/advanced_scheduling.xml:
6383           Concept of bytestream, loopfunctions and schedulers.
6384         * docs/pwg/building_boiler.xml:
6385           Add something about plugin-init.
6387 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6389         * docs/pwg/building_pads.xml:
6390           Fix broken docbook
6392 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6394         * docs/pwg/advanced_interfaces.xml:
6395         * docs/pwg/pwg.xml:
6396           Add as a placeholder for future filling-in.
6397         * docs/pwg/basics_autoplugging.xml:
6398         * docs/pwg/basics_buffers.xml:
6399         * docs/pwg/basics_elements.xml:
6400         * docs/pwg/basics_events.xml:
6401         * docs/pwg/basics_plugins.xml:
6402         * docs/pwg/basics_types.xml:
6403           Remove, because unused (this is all in intro_basics.xml).
6404         * docs/pwg/building_signals.xml:
6405           Short intro to signals + reference to GObject docs - we really
6406           shouldn't go into these sort of things to deply because we don't
6407           use them that extensively anyway.
6408         * docs/pwg/building_state.xml:
6409           Explanation of states. Benjamin, please check.
6410         * docs/pwg/building_testapp.xml:
6411           Put everything in one page - putting only a few lines of content
6412           per page doesn't really make sense.
6414           Time to get into the advanced topics. ;).
6416 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6418         * docs/pwg/advanced_types.xml:
6419           Finish documenting the current state of mimetypes.
6420         * docs/pwg/building_boiler.xml:
6421         * docs/pwg/building_chainfn.xml:
6422         * docs/pwg/building_pads.xml:
6423         * docs/pwg/building_props.xml:
6424         * docs/pwg/building_testapp.xml:
6425           Start documenting the "how to build a simple audio filter" part
6426           of the PWG. Most stuff is ready by now. Stuff remaining: signals,
6427           states and (maybe?) a short introduction to capsnego in the chapter
6428           on pads (building_pads.xml). Capsnego should probably be explained
6429           fully in advanced_capsnego.xml or so.
6431 2004-01-26  David Schleef  <ds@schleef.org>
6433         * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
6434         * gst/gstpad.h: Add new function to allow element to (somewhat)
6435         specify non-fixed caps on a pad.
6436         * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
6437         that I added a few weeks ago.
6439 2004-01-26  David Schleef  <ds@schleef.org>
6441         * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
6442           making try_set_caps() work with non-fixed caps.
6444 2004-01-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6446         * docs/pwg/advanced_types.xml:
6447         * docs/pwg/intro_basics.xml:
6448         * docs/pwg/intro_preface.xml:
6449         * docs/pwg/pwg.xml:
6450         * docs/pwg/titlepage.xml:
6451           First try to resurrect the PWG. I'm halfway integrating the mimetypes
6452           in here (docs/random/mimetypes), and will from there on work on both
6453           updating outdated parts and adding missing parts.
6454           That doesn't mean I'll fix it completely, but I'll try at least. ;).
6456 2004-01-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6458         * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
6459           policy is set
6461 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6463         * gst/gstelement.h:
6464           remove gst_element_factory_get_version. It doesn't exist anymore.
6465         * gst/gstplugin.c:
6466         * gst/gstplugin.h:
6467           remove gst_plugin_set_name and change gst_plugin_get_longname to
6468           gst_plugin_get_description to match code.
6469         * gst/gsterror.h:
6470           remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
6471         * gst/gstpad.c: (gst_pad_try_set_caps):
6472           make it work with nonfixed caps.
6473           Note that even in the nonfixed case the link function of the pad
6474           that tries to set caps isn't called.
6476 2004-01-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6478         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
6479           fix bug where buffer was not assembled correctly
6480         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
6481           silence by default
6482         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
6483           only seek if there's no more buffers that could work without seeking
6485 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6487         * gst/gsttag.c: (_gst_tag_initialize):
6488         * gst/gsttag.h:
6489           Add application tag (for encoding/muxing app).
6491 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6493         * autogen.sh:
6494           make autopoint force, and libtoolize not copy
6495         * common/m4/as-docbook.m4:
6496           added docbook xml catalog setup check
6497         * common/m4/gst-doc.m4:
6498           use docbook check
6500 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6502         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
6503         * gst/gsttag.h:
6504           add GstTagFlag
6506 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6508         * docs/gst/gstreamer-sections.txt:
6509         * docs/gst/tmpl/gst.sgml:
6510         * docs/gst/tmpl/gstbuffer.sgml:
6511         * docs/gst/tmpl/gstclock.sgml:
6512         * docs/gst/tmpl/gstelement.sgml:
6513         * docs/gst/tmpl/gstreamer-unused.sgml:
6514         * docs/gst/tmpl/gstxml.sgml:
6515           sync latest API changes to docs
6517 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6519         * gst/gstpluginfeature.c:
6520           fix doc snippet
6521         * tools/gst-inspect.c: (print_element_list):
6522           fix output of typefind
6523           add GPL header
6524         * tools/gst-launch.c:
6525           add GPL header
6527 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6529         * gst/elements/Makefile.am:
6530         * gst/elements/gstelements.c:
6531         * gst/elements/gsttypefindelement.c:
6532         * gst/elements/gsttypefindelement.h:
6533         * po/POTFILES.in:
6534         * po/fr.po:
6535         * po/nl.po:
6536           renamed gsttypefindelement to gsttypefind, conserving CVS history
6538 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6540         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
6541         * gst/gsttag.h:
6542           add some tags used in ogg as well
6543           fix _ in replaygain tags
6545 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6547         * gst/gsterror.h:
6548           fix wrong GST_LIBRARY_ERROR_ENCODE addition
6550 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6552         * gst/gstelement.c: (gst_element_error_full):
6553         * gst/gstelement.h:
6554           change _extended to _full
6556 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6558         reviewed by: <delete if not using a buddy>
6560         * docs/gst/tmpl/gst.sgml:
6561         * docs/gst/tmpl/gstbuffer.sgml:
6562         * docs/gst/tmpl/gstclock.sgml:
6563         * docs/gst/tmpl/gstelement.sgml:
6564         * docs/gst/tmpl/gstreamer-unused.sgml:
6565         * docs/gst/tmpl/gstxml.sgml:
6566         * gst/gstelement.c: (gst_element_error_full):
6567         * gst/gstelement.h:
6569 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6571         * gst/gstelement.h: fix _gst_element_error_printf prototype
6573 2004-01-20  David Schleef  <ds@schleef.org>
6575         * gst/gststructure.c: (gst_structure_to_string):
6576         Convert function to use gst_value_serialize().
6577         * gst/gstvalue.c: (gst_value_serialize_list),
6578         (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
6579         (gst_value_serialize_double_range), (gst_value_serialize_boolean),
6580         (gst_value_serialize_int), (gst_value_serialize_double),
6581         (gst_string_wrap), (gst_value_serialize_string),
6582         (gst_value_serialize), (gst_value_deserialize):
6583         * gst/gstvalue.h:
6584         Add implementations for serialize.
6586 2004-01-20  Julien MOUTTE  <julien@moutte.net>
6588         * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
6589         we want to keep that one in the future or change xvidenc.c to use 
6590         another error.
6592 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6594         * gst/gstelement.c: (_gst_element_error_printf):
6595         * gst/gstelement.h:
6596           privatise function
6598 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6600         * docs/random/error:
6601           doc explaining error system
6602         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
6603           cleanup
6605 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6607         * gst/gst-i18n-app.h:
6608         * gst/gst-i18n-lib.h:
6609           remove inclusion of config.h
6610         * po/POTFILES.in:
6611         * po/nl.po:
6612           add gst/gstelement.c
6614 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6616         * po/nl.po: updated Dutch translation
6618 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6620         * gst/gsterror.c: (_gst_core_errors_init),
6621         (_gst_library_errors_init), (_gst_resource_errors_init),
6622         (_gst_stream_errors_init):
6623         remove ending punctuation dots
6625 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6627         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
6628         * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
6629         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6630         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6631         (gst_pipefilter_chain), (gst_pipefilter_open_file):
6632         use GST_ERROR_SYSTEM
6634 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6636         * gst/gstelement.c: (gst_element_error_printf),
6637         (gst_element_error_extended):
6638         * gst/gstelement.h:
6639           add a helper printf function so we can have NULL values passed.
6641 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6643         * gst/gstelement.h:
6644           add G_STMT macros to gst_element_error, which isn't strictly
6645           necessary but people tell me to anyway.
6647 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6649         * gst/Makefile.am:
6650         * gst/autoplug/gstspideridentity.c:
6651         (gst_spider_identity_sink_loop_type_finding):
6652         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
6653         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
6654         (gst_filesink_close_file), (gst_filesink_handle_event),
6655         (gst_filesink_chain):
6656         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
6657         (gst_filesrc_map_region), (gst_filesrc_get_read),
6658         (gst_filesrc_open_file):
6659         * gst/elements/gstidentity.c: (gst_identity_chain):
6660         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6661         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6662         (gst_pipefilter_chain), (gst_pipefilter_open_file):
6663         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
6664         * gst/gst.h:
6665         * gst/gst_private.h:
6666         * gst/gstelement.c: (gst_element_class_init),
6667         (gst_element_default_error), (gst_element_error_func),
6668         (gst_element_error_extended):
6669         * gst/gstelement.h:
6670         * gst/gsterror.c: (_gst_core_errors_init),
6671         (_gst_library_errors_init), (_gst_resource_errors_init),
6672         (_gst_stream_errors_init), (gst_error_get_message):
6673         * gst/gsterror.h:
6674         * gst/gstinfo.c: (_gst_debug_init):
6675         * gst/gstmarshal.list:
6676         * gst/gstpad.c: (gst_pad_set_explicit_caps),
6677         (gst_pad_recover_caps_error), (gst_pad_pull):
6678         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
6679         * gst/schedulers/gstbasicscheduler.c:
6680         (gst_basic_scheduler_chainhandler_proxy),
6681         (gst_basic_scheduler_gethandler_proxy),
6682         (gst_basic_scheduler_cothreaded_chain):
6683         * po/POTFILES.in:
6684         * po/fr.po:
6685         * po/nl.po:
6686           change error signal
6687           add error categories
6689 2004-01-18  Jeremy Simon  <jesimon@libertysurf.fr>
6691         * gst/gsttag.c: (_gst_tag_initialize):
6692         * gst/gsttag.h:
6693         Add replaygain tag
6695 2004-01-18  Colin Walters  <walters@verbum.org>
6697         * examples/retag/retag.c: Call gst_init before processing
6698         program args.  Add g_assert to _link_many call.
6700 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6702         * gst/gstpad.c: (gst_pad_alloc_buffer):
6703           Return a newly allocated buffer when the pad has no peer.
6705 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6707         * gst/gstclock.c: (gst_clock_get_time):
6708           make it compile with gcc 2.95 again.
6709           Patch by Scott Wheeler
6711 2004-01-15  David Schleef  <ds@schleef.org>
6713         * gst/gstcaps.h:
6714         Added gst_caps_is_simple() macro.
6715         * testsuite/caps/caps.c: (test1):
6716         * testsuite/caps/intersect2.c: (main):
6717         * testsuite/caps/intersection.c: (main):
6718         Fixes to make 'make check' work again after removing
6719         gst_caps_is_chained().
6721 2004-01-15  Leif Johnson <leif@ambient.2y.net>
6723         * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
6724         and additions to the MIDI document.
6726 2004-01-15  David Schleef  <ds@schleef.org>
6728         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
6729         (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
6730         of GST_RPAD_, since we don't know if it's a real or ghost pad.
6732 2004-01-15  David Schleef  <ds@schleef.org>
6734         * gst/gstqueue.c:
6735         * gst/gstqueue.h:
6736         Fix the spelling of "treshold" and make min_threshold actually
6737         affect the queue.
6739 2004-01-15  David Schleef  <ds@schleef.org>
6741         * gst/gstcaps.c:
6742         Add lots of documentation.
6743         * gst/gstcaps.h:
6744         Deprecate a few functions.
6745         * gst/gstpad.c:
6746         Removed use of deprecated functions.
6748 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6750         * gst/gstpad.c: (gst_pad_is_linked):
6751         * gst/gstpad.h:
6752           implement gst_pad_is_linked
6753         * gst/gstelement.h:
6754           reserve space for initiate_state_change
6756 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6758         * gst/autoplug/gstspideridentity.c:
6759         (gst_spider_identity_sink_loop_type_finding):
6760           break infinite loop by just returning instead of looping
6761         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
6762           set event time difference correctly. Set it to 1 second instead
6763           of 100ms to be more tolerant
6764         * gst/gstelement.c: (gst_element_set_time):
6765           add debugging output
6767 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6769         * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
6770           query if buffers are inside the pool, ignore events
6772 2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6774         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
6775         (gst_clock_set_speed), (gst_clock_set_active),
6776         (gst_clock_is_active), (gst_clock_reset),
6777         (gst_clock_handle_discont):
6778         * gst/gstclock.h:
6779           deprecate old interface and disable functions that aren't in use
6780           anymore.
6781         * gst/gstelement.h:
6782         * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
6783         (gst_element_set_time), (gst_element_adjust_time):
6784           add concept of "element time" and functions to get/set this time.
6785         * gst/gstelement.c: (gst_element_change_state):
6786           update element time correctly.
6787         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
6788           This is a debug message, not a g_critical.
6789         * gst/gstpad.c: (gst_pad_event_default):
6790           handle discontinuous events right with element time.
6791         * gst/gstscheduler.c: (gst_scheduler_state_transition):
6792           update to clocking fixes.
6793           set clocks on elements in READY=>PAUSED. The old behaviour caused
6794           a wrong element time on the first element that started playing.
6795         * gst/schedulers/gstbasicscheduler.c:
6796         (gst_basic_scheduler_class_init):
6797         * gst/schedulers/gstoptimalscheduler.c:
6798         (gst_opt_scheduler_class_init):
6799           remove code that just implements the default behaviour.
6800         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
6801           update to use new clocking functions
6802         * testsuite/clock/clock1.c: (gst_clock_debug), (main):
6803         * testsuite/clock/clock2.c: (gst_clock_debug), (main):
6804           update to test new element time.
6805         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
6806           use _get_allowed_caps instead of _get_caps. This catches filtered
6807           caps correctly.
6808         * testsuite/debug/commandline.c:
6809           update for new GST_DEBUG syntax.
6810         * testsuite/threads/Makefile.am:
6811           disable a test that only works sometimes.
6813 2004-01-13  Julien MOUTTE <julien@moutte.net>
6815         * po/LINGUAS: Adding fr.
6816         * po/fr.po: Adding french translation.
6818 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6820         * gst/parse/grammar.y:
6821         * po/POTFILES.in:
6822         * po/nl.po:
6823         * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
6824           translate parsing error messages
6826 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6828         * po/POTFILES.in: adding gst-launch
6829         * po/nl.po: updated translation, all 99 strings translated
6830         * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
6831         (found_tag), (sigint_handler_sighandler), (play_handler), (main):
6832           fix strings for translation
6834 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6836         * gst/gst.c:
6837           - capitalize beginnings of popt options
6838           - fix strings for translation
6839           - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
6841 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6843         * po/README: add some notes on how to update translations
6845 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6847         * ABOUT-NLS: removed, is autogenerated from autopoint
6848         * autogen.sh: add autopoint stuff
6849         * configure.ac: fix up gettext stuff
6850         * gst/Makefile.am: add i18n headers to noinst_HEADERS
6851         * gst/elements/gsttypefindelement.c: add header include
6852         * gst/gettext.h: add header, copy from system-installed header
6853         * gst/gst-i18n-app.h: to be included by each app having translations
6854         * gst/gst-i18n-lib.h: to be included by each lib having translations
6855         * gst/gst.c: (init_pre): fix up gettext calls
6856         * gst/gst_private.h: remove i18n stuff, moving to separate headers
6857         * po/LINGUAS: the new way to specify translations present
6858         * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
6859         * po/Makevars: the variables filled in for GStreamer
6860         * po/POTFILES.in: added new files with translations
6861         * po/de.po: has new strings
6862         * po/nl.po: readded, has new strings
6864 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6866         * gst/gsttag.c: fix some strings marked for translation
6868 2004-01-13  Iain <iain@prettypeople.org>
6870         * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
6871         group when we add an element to it, cos we unref it when we remove one
6873 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6875         * testsuite/debug/commandline.c: (debug_not_reached):
6876         * testsuite/debug/output.c: (check_message):
6877           fix testsuite
6879 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6881         * examples/cutter/.cvsignore:
6882         * examples/helloworld/.cvsignore:
6883         * examples/launch/.cvsignore:
6884         * examples/manual/.cvsignore:
6885         * examples/mixer/.cvsignore:
6886         * examples/pingpong/.cvsignore:
6887         * examples/plugins/.cvsignore:
6888         * examples/queue/.cvsignore:
6889         * examples/queue2/.cvsignore:
6890         * examples/queue3/.cvsignore:
6891         * examples/queue4/.cvsignore:
6892         * examples/retag/.cvsignore:
6893         * examples/thread/.cvsignore:
6894         * examples/typefind/.cvsignore:
6895         * examples/xml/.cvsignore:
6896         * gst/.cvsignore:
6897         * gst/autoplug/.cvsignore:
6898         * gst/elements/.cvsignore:
6899         * gst/indexers/.cvsignore:
6900         * gst/parse/.cvsignore:
6901         * gst/registries/.cvsignore:
6902         * gst/schedulers/.cvsignore:
6903         * libs/gst/bytestream/.cvsignore:
6904         * libs/gst/control/.cvsignore:
6905         * libs/gst/getbits/.cvsignore:
6906         * tests/.cvsignore:
6907         * tests/bufspeed/.cvsignore:
6908         * tests/instantiate/.cvsignore:
6909         * tests/memchunk/.cvsignore:
6910         * tests/muxing/.cvsignore:
6911         * tests/sched/.cvsignore:
6912         * tests/seeking/.cvsignore:
6913         * tests/threadstate/.cvsignore:
6914         * testsuite/.cvsignore:
6915         * testsuite/caps/.cvsignore:
6916         * testsuite/cleanup/.cvsignore:
6917         * testsuite/dynparams/.cvsignore:
6918         * testsuite/plugin/.cvsignore:
6919         * tools/.cvsignore:
6920           update - this is huge, because it includes *.bb, *.bbg and *.da files
6921           which are generated for gcov.
6923 2004-01-11  David Schleef  <ds@schleef.org>
6925         * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
6926         a function to parse integers in ways that strto[u]l() does not.
6928 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6930         * tools/gst-inspect.c: (print_caps):
6931           improve output of caps a bit
6933 2004-01-11  David Schleef  <ds@schleef.org>
6935         * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
6936         inherit correct flags (READONLY and DONTKEEP).
6938 2004-01-11  David Schleef  <ds@schleef.org>
6940         * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
6941         (gst_filesrc_map_region):
6942         * gst/gstbuffer.c: (_gst_buffer_initialize),
6943         (_gst_buffer_sub_free), (gst_buffer_default_copy),
6944         (gst_buffer_new), (gst_buffer_create_sub),
6945         (gst_buffer_is_span_fast), (gst_buffer_span):
6946         * gst/gstbuffer.h:
6947         Change GstBuffer private structure element names. (all files)
6948         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
6949         (gst_queue_link):
6950         * gst/gstqueue.h:
6951         Implement getcaps/pad_link functions that handle the case where
6952         there are data in the queue.
6954 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6956         * gst/elements/gstbufferstore.c:
6957           initialize debugging structure correctly
6958         * gst/elements/gsttee.c: (gst_tee_set_property):
6959           g_object_notify when property was changed
6960         * gst/elements/gsttypefindelement.c:
6961         (gst_type_find_element_change_state):
6962           clear caps correctly
6964 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6966         * gst/gstqueue.c: (gst_queue_init):
6967           Use better defaults for when a queue should block. This
6968           gets rid of jerky playback for quite a few files.
6969           It takes more memory.
6971 2004-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6973         (gst_xml_registry_parse_padtemplate):
6974           make critical message slightly more useful
6976 2004-01-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6978         * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
6979         (gst_debug_message_get), (gst_debug_log_default):
6980         * gst/gstinfo.h:
6981           Change gst_debug_log(_valist) to take a const format string.
6982           Change prototype of log function and functions using those to 
6983           take a GstDebugMessage instead of a string that requires using
6984           gst_debug_message_get.
6986 2004-01-08  David Schleef  <ds@schleef.org>
6988         * Makefile.am:
6989         * configure.ac:
6990         Add option --enable-gcov to build GStreamer with -fprofile-arcs
6991         and -ftest-coverage, which allows gcov to show information about
6992         testsuite coverage.
6994 2004-01-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6996         * gst/gstutils.h:
6997           Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
6998           GST_PARENT_CALL_WITH_DEFAULT
6999         * gst/elements/gstaggregator.c: 
7000         * gst/elements/gstbufferstore.c: 
7001         * gst/elements/gstfakesink.c: 
7002         * gst/elements/gstfakesrc.c: 
7003         * gst/elements/gstfdsink.c: 
7004         * gst/elements/gstfdsrc.c: 
7005         * gst/elements/gstfilesink.c: 
7006         * gst/elements/gstfilesrc.c: 
7007         * gst/elements/gstidentity.c: 
7008         * gst/elements/gstmd5sink.c: 
7009         * gst/elements/gstmultidisksrc.c:
7010         * gst/elements/gstpipefilter.c: 
7011         * gst/elements/gstshaper.c:
7012         * gst/elements/gststatistics.c:
7013         * gst/elements/gsttee.c:
7014         * gst/elements/gsttypefindelement.c:
7015           use them.
7017 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7019         * docs/gst/gstreamer-docs.sgml: remove props
7020         * docs/gst/gstreamer-sections.txt: remove props
7021         * docs/gst/tmpl/gst.sgml:
7022         * docs/gst/tmpl/gstbin.sgml:
7023         * docs/gst/tmpl/gstbuffer.sgml:
7024         * docs/gst/tmpl/gstcaps.sgml:
7025         * docs/gst/tmpl/gstclock.sgml:
7026         * docs/gst/tmpl/gstelement.sgml:
7027         * docs/gst/tmpl/gstindex.sgml:
7028         * docs/gst/tmpl/gstobject.sgml:
7029         * docs/gst/tmpl/gstpad.sgml:
7030         * docs/gst/tmpl/gstpadtemplate.sgml:
7031         * docs/gst/tmpl/gstreamer-unused.sgml:
7032         * docs/gst/tmpl/gstthread.sgml:
7033         * docs/gst/tmpl/gstxml.sgml:
7034           sync with code reorganization
7036 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
7038         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
7039         Make the 'Could not find compatible pad' message more informative.
7041 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7042                                                                                 
7043         * gst/elements/gstfilesink.c: (gst_filesink_set_location):
7044           Fix for if we pass NULL as property to location.
7045         * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
7046         (gst_pipefilter_handle_event), (gst_pipefilter_chain):
7047           Fix for instantiate-test (see below).
7048         * gst/gststructure.c: (_gst_structure_parse_value):
7049           Fix compile error on gcc-2.96.
7050         * configure.ac:
7051         * tests/Makefile.am:
7052         * tests/instantiate/Makefile.am:
7053         * tests/instantiate/create.c: (create_all_elements), (main):
7054           Add a test that instantiates all elements. This makes it easy to
7055           track dead code for old API/design (like setting event functions
7056           on sink pads and so on).
7058 2004-01-06  Jan Schmidt  <thaytan@mad.scientist.com>
7060         * gst/gstcaps.c: (gst_caps_append_structure):
7061           Move the poisoning to allow a NULL structure
7062         * gst/gstevent.c: (_gst_event_free):
7063           When freeing a navigation event, free the structure
7064           also
7066 2004-01-04  David Schleef  <ds@schleef.org>
7068         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
7069         Remove usage of gst_pad_proxy_fixate.
7070         * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
7071         (gst_caps_split_one), (gst_caps_replace):
7072         Add poisoning code.
7073         * gst/gstmarshal.list:
7074         Add pointer__pointer for fixate signal
7075         * gst/gstpad.c: (gst_real_pad_class_init),
7076         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
7077         (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
7078         (gst_pad_set_explicit_caps), (gst_pad_template_new):
7079         Add poisoning code. Add fixate signal on RealPad. Change
7080         set_explicit_caps() to take const GstCaps, like try_set_caps().
7081         * gst/gstpad.h:
7082         * testsuite/caps/Makefile.am:
7083         * testsuite/caps/app_fixate.c: Add a test for the fixate signal
7085 2004-01-03  David Schleef  <ds@schleef.org>
7087         * gst/elements/gsttypefindelement.c:
7088         (gst_type_find_element_have_type), (gst_type_find_element_init):
7089         Use gst_pad_use_explicit_caps for src pad.
7090         * gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
7091         before using it.
7093 2004-01-03  David Schleef  <ds@schleef.org>
7095         * gst/gstelement.c: (gst_element_link_pads_filtered),
7096         (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
7097         that linking was successful.
7098         * gst/gstpad.c: (gst_pad_link_free),
7099         (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
7100         (gst_pad_link_try), (gst_pad_link_unnegotiate),
7101         (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
7102         GstPadLinkReturn correctly between functions, and don't fail
7103         when DELAYED is used (DELAYED is very important).  Better
7104         cleanup on unlinking and unnegotiation.  Should fix some spider
7105         bugs.
7107 2004-01-02  David Schleef  <ds@schleef.org>
7109         * gst/gstelement.c: (gst_element_class_init),
7110         (gst_element_base_class_init): ->padtemplates should be cleared
7111         in base_init, since we need to have a fresh list for every
7112         class.  (Alternately, we chould copy the list and share the
7113         actual pad templates (not the list), but that would require
7114         changing every plugin to move pad template registration from
7115         base_init to class_init.)
7117 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7119         * gst/gstelement.c: (gst_element_class_add_pad_template):
7120           Refuse registering a pad template if another pad template
7121           with the same name already exists (#114715).
7123 2004-01-02  David Schleef  <ds@schleef.org>
7125         * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
7126         (gst_caps_is_equal_fixed): Add new function.
7127         * gst/gstcaps.h: ditto.
7128         * gst/gstpad.c: (gst_real_pad_class_init),
7129         (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
7130         (gst_pad_set_explicit_caps), (gst_pad_get_caps):  In try_set_caps,
7131         check new caps against existing caps -- if they're the same, return
7132         OK without renegotiating.  caps-nego-failed signal fixed so that
7133         the marshaller isn't VOID__OBJECT.  Also changed to G_TYPE_POINTER
7134         to save an extra caps copy.  Don't complete negotiation if a pad
7135         link function returns DELAYED.
7137 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7139         * gst/gstpad.c: (gst_pad_try_relink_filtered):
7140           Fix wrong g_return_if_fail
7142 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
7144         * gst/gstbin.c: (gst_bin_class_init):
7145         Change the marshalling of element_added/element_removed
7146         to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER 
7147         complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
7149 2004-01-01  David Schleef  <ds@schleef.org>
7151         * gst/gstpad.c: (gst_pad_set_explicit_caps),
7152         (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
7153         (gst_pad_use_explicit_caps):
7154         * gst/gstpad.h:
7155         Add new functions.  gst_pad_use_explicit_caps() sets up a pad
7156         to use an internal getcaps and link fuction so that negotiation
7157         always results in the explicitly set caps.
7158         gst_pad_set_explicit_caps() sets the explicit caps.  These functions
7159         are particularly useful for decoders.
7161 2003-12-31  David Schleef  <ds@schleef.org>
7163         * gst/elements/gstidentity.c: (gst_identity_class_init),
7164         (gst_identity_init), (gst_identity_chain),
7165         (gst_identity_set_property), (gst_identity_get_property):
7166         * gst/elements/gstidentity.h:
7167         * gst/gstqueue.c: (gst_queue_init):
7168           Negotiation fixes.
7170 2003-12-31  David Schleef  <ds@schleef.org>
7172         * gst/gstcaps.c: (gst_caps_intersect),
7173         (_gst_caps_normalize_foreach), (gst_caps_normalize):
7174           Implement gst_caps_normalize().
7175         * testsuite/caps/normalisation.c: (main):
7176           Add an additional test
7178 2003-12-31  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7180         * gst/gstqueue.c: (gst_queue_init):
7181           use gst_pad_proxy_getcaps()
7183 2003-12-31  David Schleef  <ds@schleef.org>
7185         * gst/elements/gstshaper.c: (gst_shaper_link):
7186         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
7187         * gst/gstqueue.c: (gst_queue_link):
7188           Negotiation fixes.
7190 2003-12-31  David Schleef  <ds@schleef.org>
7192         * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
7193         * gst/gstpad.h: Add functions that are useful as default pad
7194         link and fixate functions for elements.
7196 2003-12-30  David Schleef  <ds@schleef.org>
7198         * gst/gstpad.c: (gst_pad_link_try):
7199           Fix segfault when attempting to return to old caps
7201 2003-12-29  David Schleef  <ds@schleef.org>
7203         * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
7204         (gst_caps_structure_simplify), (gst_caps_simplify):
7205         * gst/gstcaps.h:
7206           Add simplify function
7207         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
7208         (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
7209         * gst/gstpad.h:
7210           Copy over srcnotify, sinknotify when calling old pad_link
7211           functions.  Add new is_negotiated() function.
7212         * gst/gststructure.c: (gst_structure_copy):
7213           Fix an incredibly stupid bug that should have been noticed
7214           weeks ago.  _copy() returned the argument, not the new copy.
7216 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7218         * gst/gstcaps.c: (gst_caps_append):
7219           add sanity checks
7220         * gst/gstcaps.h: (gst_caps_debug):
7221           remove, it doesn't exist anymore.
7222         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
7223         (gst_element_threadsafe_properties_post_run):
7224           make debugging messages not clutter up THREAD debug category
7225         (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
7226         (gst_element_change_state):
7227           update to new caps API
7228         * gst/gstinterface.c: (gst_implements_interface_cast):
7229           don't put vital code in g_return_if_fail
7230         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps), 
7231         (gst_pad_link_filtered):
7232           add pst_pad_try_link and use it.
7233         (gst_pad_perform_negotiate), (gst_pad_renegotiate):
7234           implement correctly, deprecate first one.
7235         (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
7236           add and implement.
7237         (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
7238           implement.
7239         (gst_pad_get_negotiated_caps):
7240           add and implement. Make GST_PAD_CAPS call this function.
7241         (gst_pad_get_caps):
7242           remove unneeded check..
7243         (gst_pad_recover_caps_error):
7244           disable, always return FALSE.
7245         (gst_real_pad_dispose):
7246           don't free caps and appfilter anymore, they're unused.
7247         * gst/gstpad.h:
7248           Reflect changes mentioned above.
7249         * gst/gstsystemclock.c: (gst_system_clock_wait):
7250           Make 'clock is way behind' a debugging message.
7251         * gst/gstthread.c: (gst_thread_change_state):
7252           Fix debugging message
7254 2003-12-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7256         * gst/gstinfo.h:
7257           fix GST_DEBUG_CATEGORY_INIT gtk-doc description
7258         * docs/gst/tmpl/gstreamer-unused.sgml:
7259           removed all traces of cvs conflicts
7261 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7263         * configure.ac:
7264         * gst/schedulers/cothreads_compat.h:
7265         * libs/Makefile.am:
7266           remove last instances of wingo cothread usage
7268 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7270         * gst/gstplugin.c:
7271         * gst/gstversion.h.in:
7272         * gst/parse/grammar.y:
7273           change comment block from /** to /* when not gtk-doc comments
7275 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7277         * gst/gst.c: whitespace and doc style fixes
7279 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7281         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
7283 2003-12-24  Colin Walters  <walters@verbum.org>
7285         * gst/elements/gsttypefindelement.c:
7286           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
7287           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
7288           Don't double-free caps.
7290 2003-12-23  David Schleef  <ds@schleef.org>
7292         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
7293           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
7294           Many little fixes and additions of debug statements to
7295           get rhythmbox working.
7297 2003-12-23  Colin Walters  <walters@verbum.org>
7299         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
7300         Use GST_PAD_LINK_SUCCESSFUL.
7302 2003-12-23  David Schleef  <ds@schleef.org>
7304         * gst/elements/gstaggregator.c:
7305         * gst/elements/gsttee.c:
7306           Use gst_pad_proxy_getcaps().
7307         * gst/gstpad.c:
7308         * gst/gstpad.h:
7309           Add gst_pad_proxy_getcaps(), which filter elements can use
7310           as a generic getcaps implementation.
7311           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
7312           was advertised.
7314 2003-12-23  David Schleef  <ds@schleef.org>
7316         * gst/gstpad.c:
7317           Rearrange/rewrite much of the pad negotiation code, since it
7318           resembled pasta.  This actually changes the way some
7319           negotiation works, since the previous code was inconsistent
7320           depending on how it was invoked.  Add (internal) structure
7321           GstPadLink, which is used to hold some information (more in
7322           the future) about the link between two pads.  Fixes a number
7323           of bugs, including random lossage of filter caps when the
7324           initial negotiation is delayed.  A few functions are still
7325           unimplemented.
7326         * gst/gstpad.h:
7327           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
7328           these when testing GstPadLinkReturn values instead of comparing
7329           directly.
7331 2003-12-23  David Schleef  <ds@schleef.org>
7333         * gst/gstvalue.c: 
7334         * gst/gstvalue.h:
7335           Rearrange lots of code.  Change registration of compare function
7336           into registration of compare/serialize/deserialize functions.
7337           Doesn't include implementation of gst_value_[de]serialize(),
7338           but that should be easy.
7340 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7342         * docs/gst/gstreamer-sections.txt:
7343         * docs/gst/tmpl/gstprops.sgml: removed
7344         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
7345           David removed props and caps code, so let's remove their docs as well.
7346           Removed all no longer existing symbols from gstreamer-sections.txt
7347           
7348 2003-12-22  Colin Walters  <walters@verbum.org>
7350         * gst/gsttaginterface.c, gst/gsttaginterface.h,
7351           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
7352           of tags directly.
7354 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7356         * gst/elements/gstelements.c:
7357           Set ranks of elements to NONE, so the autoplugger doesn't use them.
7358         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
7359           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
7360           gst_caps (peer).
7362 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7364         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
7365         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
7366         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
7367         (gst_spider_identity_sink_loop_type_finding):
7368         * gst/autoplug/gstspideridentity.h:
7369           Fix autoplugging in spider element, so it works with new caps.
7370           This was mainly caused by identifying empty caps incorrectly.
7372 2003-12-22  David Schleef  <ds@schleef.org>
7374         * gststructure.c, gstvalue.c, gstvalue.h: Add
7375           gst_value_init_and_copy() and use it, to avoid silly mistakes in
7376           using g_value_copy()
7378 2003-12-21  David Schleef  <ds@schleef.org>
7380         * many, many files: Merge CAPS branch.  This includes:
7381           - implemention of GstValue and several GstValue types
7382           - implemention of GstStructure
7383           - entire rewrite of GstCaps
7384           - removal of GstProps
7385           - many changes to GstPad to compensate for new caps paradigm
7386           - removal of GstBufferpool
7387         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
7388         gstvalue.h, gst/gstcaps[2]*.[ch]:
7389           - rename gstcaps2.[ch] to gstcaps.[ch]
7391 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7393         * gst/gstqueue.c: (gst_queue_handle_pending_events),
7394         (gst_queue_chain), (gst_queue_handle_src_event):
7395           implement timeout for sending events. Workaround for if the
7396           pipeline on this queue is not passing any data.
7398 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
7399                                                                                 
7400         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
7401         * moved CVS to freedesktop.org