]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/blob - ChangeLog
gst/gstelement.c: simplify
[glsdk/gstreamer0-10.git] / ChangeLog
1 2004-11-28  Benjamin Otte  <otte@gnome.org>
3         * gst/gstelement.c: (gst_element_negotiate_pads):
4           simplify
5         * gst/gstvalue.c: (gst_string_wrap), (gst_string_unwrap),
6         (gst_value_serialize_string), (gst_value_deserialize_string):
7           add unwrapping of previously wrapped strings. Fix bug in wrapping
8           while at it.
9         * testsuite/caps/value_serialize.c: (test1),
10         (test_string_serialization), (test_string_deserialization), (main):
11           add tests for string (de)serialization
13 2004-11-26  Wim Taymans  <wim@fluendo.com>
15         * testsuite/threads/159566.c: (object_deep_notify), (main):
16         * testsuite/threads/Makefile.am:
17         Added testsuite to show bug #159566
19 2004-11-25  Wim Taymans  <wim@fluendo.com>
21         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_change_state),
22         (gst_thread_child_state_change), (gst_thread_main_loop):
23         Ref the thread object in the GThread mainloop. Break out of the
24         thread mainloop if it holds the last ref. This properly exits
25         the threads when disposing the thread from its own context. It
26         also avoids possible deadlocks in the dispose function.
28 2004-11-24  Martin Soto  <martinsoto@users.sourceforge.net>
30         * gst/gstqueue.c (gst_queue_link_sink): Grab the lock only when
31         it is necessary to wait.
33 2004-11-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
35         * docs/pwg/building-boiler.xml:
36           Make description somewhat clearer.
38 2004-11-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
40         * docs/upload.mak:
41           Apparently docs changed location on FDO's server.
43 2004-11-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
45         * docs/pwg/appendix-checklist.xml:
46           Add some random notes on thinks to check when writing an element.
47           This list can be extended as people see fit.
49 2004-11-23  Martin Soto  <martinsoto@users.sourceforge.net>
51         * gst/gstqueue.c (gst_queue_init, gst_queue_link_sink)
52         (gst_queue_link_src): Allow for renegotiating the caps of the sink
53         pad. The queue will now wait until it is empty and forward the new
54         caps to the source.
55         * gst/gstbin.c (gst_bin_set_element_sched)
56         (gst_bin_unset_element_sched): Make sure that all elements and
57         links are registered and unregistered with the scheduler exactly
58         once. This elaborates on a fix by Benjamin Otte, but
59         guarantees that decoupled elements are also registered.
61 2004-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
63         * docs/manual/quotes.xml:
64           add a quote
65         * configure.ac:
66         * gst/gst.c:
67         * gst/gstinfo.c:
68           add LIBDIR and move init message higher up so it's at the start
70 2004-11-08  Christian Fredrik Kalager Schaller  <christian@fluendo.com>
72         * gst/schedulers/Makefile.am: fix disted build fair by including .h file
73         * gstreamer.spec.in: add fair
75 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
77         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
78         * gst/elements/gstidentity.c: (gst_identity_class_init):
79           Use G_SIGNAL_TYPE_STATIC_SCOPE, patch by Christophe Fergeau
80           <teuf@gnome.org> (#157263).
81         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
82         (gst_type_find_handle_src_query):
83           Subtract size of internally stored data from position queries.
85 2004-11-07  Martin Soto  <martinsoto@users.sourceforge.net>
87         * gst/schedulers/fairscheduler.c:
88         * gst/schedulers/faircothreads.c:
89         * gst/schedulers/faircothreads.h:
90         New cothread based scheduler: Fair scheduler.
91         * gst/schedulers/gthread-cothreads.h: 
92         Add the standard #if around the whole file.
93         Defining symbol GTHREAD_COTHREADS_NO_DEFINITIONS will now prevent
94         compilation of the functions defined in this file. This is
95         necessary to be able to use this file as a normal header.
96         * gst/schedulers/Makefile.am: Add compiling support for fair
97         scheduler.
98         * docs/gst/Makefile.am (IGNORE_HFILES): Exclude internal fair
99         scheduler cothreads layer from documentation generation.
101 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
103         * gst/autoplug/gstspideridentity.c:
104         (gst_spider_identity_sink_loop_type_finding):
105           Don't crash if that function is not implemented.
107 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
109         * docs/pwg/advanced-types.xml:
110           Another typo.
112 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
114         * docs/pwg/intro-preface.xml:
115           Hm, ok, so the brackets weren't really useful...
116         * docs/pwg/other-ntoone.xml:
117           Fix embarassing typo.
119 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
121         * docs/pwg/intro-preface.xml:
122           Rewrite preface.
124 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
126         * docs/pwg/advanced-scheduling.xml:
127         * docs/pwg/advanced-tagging.xml:
128         * docs/pwg/advanced-types.xml:
129         * docs/pwg/building-boiler.xml:
130         * docs/pwg/building-chainfn.xml:
131         * docs/pwg/building-signals.xml:
132         * docs/pwg/building-state.xml:
133         * docs/pwg/building-testapp.xml:
134         * docs/pwg/intro-basics.xml:
135         * docs/pwg/other-manager.xml:
136         * docs/pwg/other-source.xml:
137           Typo fixes.
138         * docs/pwg/other-manager.xml:
139           Add some first content. No example code yet.
140         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
141           Remove double newlines.
143 2004-11-04  Wim Taymans  <wim@fluendo.com>
145         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
146         (remove_from_group), (normalize_group), (group_migrate_connected),
147         (gst_opt_scheduler_iterate):
148         * testsuite/schedulers/.cvsignore:
149         * testsuite/schedulers/Makefile.am:
150         * testsuite/schedulers/queue_link.c: (main):
151         Added testcase for schduler segfault.
152         Fix scheduler segfault when removing a decoupled
153         entry point as the last element from a group.
155 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
157         * gst/gstmarshal.list: add missing marshaller, fixes build
159 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
161         * docs/random/signal: added notes about using BOXED for GstBuffer
162         signal marshallers, not POINTER
164 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
166         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
167         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init): more
168         POINTER=>BOXED changes to marshal GstBuffers
170 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
172         * gst/elements/gstidentity.c: (gst_identity_class_init): GstBuffer is 
173         a boxed type, marshal the signal with VOID__BOXED, not VOID__POINTER
175 2004-11-03  Stefan Kost  <ensonic@users.sf.net>
177         * docs/gst/gstreamer-sections.txt:
178         * docs/gst/tmpl/gstcaps.sgml:
179         * docs/gst/tmpl/gsterror.sgml:
180         * docs/gst/tmpl/gstinfo.sgml:
181         * docs/gst/tmpl/gstmacros.sgml:
182         * docs/gst/tmpl/gstutils.sgml:
183         * docs/random/ensonic/interfaces.txt:
184         * gst/gstinfo.h:
185       added some more docs, removed two obsolete defines
187 2004-11-02  Kjartan Maraas <as at gnome.org>
189         reviewed by: Wim Taymans, Ronald Bultje.
191         * gst/cothreads.c: (cothread_create):
192         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
193         (gst_bin_child_state_change_func):
194         * gst/gstbuffer.c: (gst_buffer_span):
195         * gst/gstelement.c: (gst_element_get_index),
196         (gst_element_get_event_masks), (gst_element_get_query_types),
197         (gst_element_get_formats):
198         * gst/gsterror.c: (_gst_core_errors_init),
199         (_gst_library_errors_init), (_gst_resource_errors_init),
200         (_gst_stream_errors_init):
201         * gst/gstobject.c: (gst_object_default_deep_notify):
202         * gst/gstpad.c: (gst_pad_get_event_masks),
203         (gst_pad_get_internal_links_default):
204         * gst/gstplugin.c: (gst_plugin_register_func),
205         (gst_plugin_get_module):
206         * gst/gststructure.c: (gst_structure_get_string),
207         (gst_structure_get_abbrs), (gst_structure_from_abbr),
208         (gst_structure_to_abbr):
209         * gst/gstutils.c: (gst_print_element_args):
210         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
211         (setup_group_scheduler), (gst_opt_scheduler_iterate):
212         Aplied part of patch #157127: Cleanup of issues reported by 
213         sparse.
214         Also do not try to use cothreads when there is no cothread
215         context yet.
217 2004-11-02  Sebastien Cote <sc5 at hermes.usherb.ca>
219         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
220         (gst_opt_scheduler_iterate):
221         Aplied patch #154061. Running a pipeline in which an element 
222         calls GST_ELEMENT_ERROR in the chain function, the opt 
223         scheduler doesn't unref the chain so it never gets freed.
225 2004-11-02  Wim Taymans  <wim@fluendo.com>
227         * gst/gststructure.c: (gst_structure_get_abbrs),
228         (gst_structure_from_abbr), (gst_structure_to_abbr):
229         Remove that ugly if-then thing in the code that converts
230         between strings and types.
232 2004-11-02  Wim Taymans  <wim@fluendo.com>
234         * gst/gstscheduler.c: (gst_scheduler_add_element),
235         (gst_scheduler_remove_element), (gst_scheduler_state_transition):
236         Aplied clock distribution patch, this should fix bug
237         #148787.
239 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
241         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
243         * po/LINGUAS:
244         * po/nb.po:
245           Added Norwegian Bokmaal translation
247 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
249         * tools/gst-inspect.c: (print_signal_info):
250           print signal arguments as pointers if they are
252 2004-10-22  Stefan Kost  <ensonic@users.sf.net>
254         * docs/pwg/building-boiler.xml:
255       exchanged GTK_ macros with G_TYPE macros (as pointed out by mathrick)
257 2004-10-19  Wim Taymans  <wim at fluendo dot com>
259         * gst/parse/parse.l:
260         * testsuite/parse/parse1.c: (main):
261         Since parse can do 'element name=a:b' make 'a:b.' work as
262         well. 
263         Added testcase to verify fix.
265 2004-10-19  Wim Taymans  <wim at fluendo dot com>
267         * tools/gst-inspect.c: (print_pad_info), (print_plugin_features):
268         Use the realpad when printing the direction.
269         Add extra \n when printing extensions of typefind factories.
271 2004-10-13  David Schleef  <ds@schleef.org>
273         * examples/manual/Makefile.am: $< isn't portable in Makefile
274         rules.
276 2004-10-13  Stefan Kost  <ensonic@users.sf.net>
278         * docs/gst/tmpl/gstobject.sgml:
279         * docs/gst/tmpl/gstplugin.sgml:
280         * docs/gst/tmpl/gstpluginfeature.sgml:
281         * docs/gst/tmpl/gstregistry.sgml:
282         * docs/gst/tmpl/gstversion.sgml:
283         * gst/gstbin.c:
284           more api documentation
285         * gst/gstplugin.c: (gst_plugin_register_func),
286         (gst_plugin_check_file), (gst_plugin_load_file):
287           better error signaling and logging
289 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
291         * gst/gstqueue.c: (gst_queue_init), (gst_queue_handle_src_query):
292           Subtract current queue contents from position queries.
294 2004-10-11  Johan Dahlin  <johan@gnome.org>
296         * gst/gsturi.c (gst_uri_get_location): unescape string
297         (gst_uri_construct): escape string.
299 2004-10-11  Benjamin Otte  <otte@gnome.org>
301         * gst/gstpad.c: (gst_pad_renegotiate), (gst_pad_try_set_caps),
302         (gst_pad_try_set_caps_nonfixed):
303           allow renegotiation of unconnected pads (as inside spider). Simply
304           return OK if unconnected - mimic try_set_caps there.
306 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
308         * gst/gstbin.c: (gst_bin_sync_children_state):
309           Add missing break.
311 2004-10-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
313         * gst/elements/gstfakesrc.c: (gst_fakesrc_get):
314         Set element to EOS before sending EOS event
316 2004-10-08  Wim Taymans  <wim at fluendo dot com>
318         * gst/elements/gsttypefindelement.c:
319         (gst_type_find_element_handle_event):
320         Handle EOS events when doing the transition from
321         typefind to data passing. This should fix the
322         infinite loops in short files.
324 2004-10-07  Wim Taymans  <wim at fluendo dot com>
326         * gst/gstthread.c: (gst_thread_change_state),
327         (gst_thread_child_state_change):
328         Make sure no iteration happens while performing
329         the state change as it could mess up the internal
330         consistency of the thread state.
332 2004-10-07  Wim Taymans  <wim at fluendo dot com>
334         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_sync),
335         (gst_thread_change_state), (gst_thread_child_state_change):
336         Do not try to grab the iterate lock in the state change method
337         when we are in the same thread as the iterate or else we
338         could deadlock. Some other cleanups.
340 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
342         * configure.ac:
343           bump nano to cvs
345 === release 0.8.7 ===
347 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
349         * configure.ac:
350         * NEWS:
351         * RELEASE:
352         * configure.ac:
353           releasing 0.8.7, "A Cruise"
355 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
357         * docs/random/mimetypes:
358         Add an entry for Sony ATRAC3 audio format with mime-type
359         used by rmdemux et riff-read
361 2004-10-06  Wim Taymans  <wim at fluendo dot com>
363         * gst/elements/gsttypefindelement.c: (stop_typefinding):
364         Push the buffer store instead of clearing it in case that
365         the stream is not seekable.
367 2004-10-06  Wim Taymans  <wim at fluendo dot com>
369         * gst/gstthread.c: (gst_thread_init), (gst_thread_change_state),
370         (gst_thread_main_loop):
371         Lock the iteration and the state change so that automatic
372         negotiation and fixation does not happen at the same time
373         as the in stream negotiation.
375 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
377         * configure.ac:
378           bump nano to cvs
380 === release 0.8.6 ===
382 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
384         * configure.ac:
385         * NEWS:
386         * RELEASE:
387         * configure.ac:
388           releasing 0.8.6, "Narc"
390 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
392         * configure.ac:
393           prerel bump
395 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
397         patch by: Steve Lhomme
399         * gst/elements/gstfakesrc.c:
400         * gst/elements/gstidentity.c:
401         * gst/gstthread.c:
402           Fix for #153881
404 2004-10-01  Wim Taymans  <wim at fluendo dot com>
406         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc):
407         Fix threadsafety of the crc checking function.
409 2004-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
411         patch by: Ronald Bultje
413         * gst/elements/gsttypefindelement.c: (stop_typefinding),
414         (gst_type_find_element_handle_event),
415         (gst_type_find_element_chain):
416         * gst/elements/gsttypefindelement.h:
417          #153657.
418          Filter out discont event from seekable sources when typefind
419          asks them to seek.  Fixes typefind with demuxers for
420          avi, asf and matroska.
422 2004-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
424         * docs/gst/gstreamer-sections.txt:
425         * gst/gstcaps.c:
426         * gst/gstcaps.h:
427         * gst/gstpad.c:
428           Revert preferred caps: (#147789)
430 2004-09-19  Steve Lhomme  <steve.lhomme@free.fr>
432         * win32/dirent.c:
433           fix a memory leak
435 2004-09-10  Thomas Vander Stichele  <thomas at apestaart dot org>
437         * configure.ac:
438           bump for prerelease
440 2004-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
442         * docs/Makefile.am:
443         * docs/manual/elements-api.xml:
444           restructure so that common stuff is shown first
445         * docs/manual/init-api.xml:
446           convert to examples
447         * docs/manual/manual.xml:
448         * docs/manuals.mak:
449         * docs/url.entities:
450           link to API on the website, possibly override later in build
451         * examples/manual/.cvsignore:
452           ignore more
453         * examples/manual/Makefile.am:
454           add more examples
455         * examples/manual/extract.pl:
456           error out on failure
458 2004-09-08  Thomas Vander Stichele  <thomas at apestaart dot org>
460         * docs/gst/tmpl/gstthread.sgml:
461         * docs/manual/init-api.xml:
462         * examples/manual/Makefile.am:
463           convert two code bits to examples
465 2004-09-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
467         * gst/gstelement.c: (gst_element_change_state):
468           Well, actually, I was about to remove this insane assert when
469           I noticed Wim already did that. A warning is nice so we can
470           fix actual ugs (using --g-fatal-warnings and backtraces), so
471           I added that instead.
473 2004-09-06  Wim Taymans  <wim@fluendo.com>
475         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
476         (gst_element_threadsafe_properties_post_run),
477         (gst_element_set_state), (gst_element_change_state):
478         Added extra refcounting around various places. 
480 2004-09-06  Wim Taymans  <wim@fluendo.com>
482         * gst/gstpad.c: (gst_pad_link_call_link_functions):
483         Fix debug info.
485 2004-09-06  Wim Taymans  <wim@fluendo.com>
487         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
488         (remove_from_group):
489         Some more debug info.
491 2004-09-03  Wim Taymans  <wim@fluendo.com>
493         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
494         (gst_fakesrc_init), (gst_fakesrc_set_clock),
495         (gst_fakesrc_set_property), (gst_fakesrc_get_property),
496         (gst_fakesrc_get), (gst_fakesrc_change_state):
497         * gst/elements/gstfakesrc.h:
498         * gst/elements/gstidentity.c: (gst_identity_class_init),
499         (gst_identity_init), (gst_identity_chain),
500         (gst_identity_set_property), (gst_identity_get_property),
501         (gst_identity_change_state):
502         * gst/elements/gstidentity.h:
503         Added datarate properties to limit the datarate.
505 >>>>>>> 1.808
506 2004-08-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
508         * gst/autoplug/gstspider.c: (plugin_init):
509           don't set a rank. We don't want to autoplug by inserting spiders.
511 2004-08-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
513         * gst/autoplug/gstspider.c: (gst_spider_class_init),
514         (gst_spider_identity_plug):
515           add a template for spider's sink
516         * gst/gst.c: (gst_register_core_elements):
517           queue's rank should be NULL, we don't want spider to add it.
519 2004-08-18  David Schleef  <ds@schleef.org>
521         * docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331)
522         * docs/libs/Makefile.am: same
523         * docs/gst/tmpl/gstxml.sgml: Remove GstXMLNs
524         * docs/random/ds/0.9-planning: random additions
525         * docs/random/ds/0.9-suggested-changes: same
526         * gst/gstxml.h: remove vestigal GstXMLNs definition
528         Preferred caps: (#147789)
529         * docs/gst/gstreamer-sections.txt: Add symbols
530         * docs/gst/tmpl/gstcaps.sgml: Add symbols
531         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
532         (gst_caps_append), (gst_caps_copy_1), (gst_caps_intersect),
533         (gst_caps_union), (gst_caps_save_thyself), (gst_caps_load_thyself),
534         (gst_caps_get_preferred), (gst_caps_set_preferred),
535         (gst_caps_get_structure_by_id), (gst_caps_prefer_foreach),
536         (gst_caps_use_preferred): Handle caps preferences
537         * gst/gstcaps.h: Add caps preferences
538         * gst/gstpad.c: (gst_pad_link_get_preferred),
539         (gst_pad_link_fixate), (gst_pad_link_call_link_functions),
540         (gst_pad_renegotiate), (gst_pad_guess_preferred),
541         (gst_pad_get_caps), (gst_pad_push):  Use caps preferences for
542         negotiation.
544 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
546         * gst/autoplug/gstspideridentity.c:
547         (gst_spider_identity_request_new_pad):
548         * gst/elements/gstaggregator.c: (gst_aggregator_base_init),
549         (gst_aggregator_init):
550         * gst/elements/gstfakesink.c: (gst_fakesink_base_init),
551         (gst_fakesink_init):
552         * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
553         (gst_fakesrc_init):
554         * gst/elements/gstfdsink.c: (gst_fdsink_base_init),
555         (gst_fdsink_init):
556         * gst/elements/gstfdsrc.c: (gst_fdsrc_base_init), (gst_fdsrc_init):
557         * gst/elements/gstfilesink.c: (gst_filesink_base_init),
558         (gst_filesink_init):
559         * gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
560         (gst_filesrc_init):
561         * gst/elements/gstidentity.c: (gst_identity_base_init),
562         (gst_identity_init):
563         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
564         (gst_multifilesrc_init):
565         * gst/elements/gstpipefilter.c: (gst_pipefilter_base_init),
566         (gst_pipefilter_init):
567         * gst/elements/gststatistics.c: (gst_statistics_base_init),
568         (gst_statistics_init):
569         * gst/elements/gsttee.c: (gst_tee_base_init), (gst_tee_init):
570         * gst/gstqueue.c: (gst_queue_base_init), (gst_queue_init):
571           s/gst_pad_new/&_from_template/
572           register pad templates in the base_init function
573           add static pad template definitions
575 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
577         * testsuite/bytestream/gstbstest.c: (gst_bstest_init):
578         * testsuite/dynparams/dparamstest.c: (gst_dptest_init):
579         * testsuite/refcounting/pad.c: (main):
580         * testsuite/refcounting/thread.c: (create_thread_ghostpads):
581           s/gst_pad_new/&_from_template/
582           prepare deprecation of gst_pad_new
584 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
586         patch by: Luca Ognibene <skaboy81@virgilio.it>
588         * gst/gstcaps.c:
589         * gst/gstelement.c:
590         * gst/gstpad.c:
591         * gst/gstxml.c:
592           fix memleaks.  Fixes #150001
594 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
596         * docs/random/ds/0.9-suggested-changes:
597           add notes - mostly about pad templates
599 2004-08-16  Steve Lhomme  <steve.lhomme@free.fr>
601         * win32/GStreamer.vcproj:
602           temporary locale files are .gmo not .mo
604 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
606         * configure.ac: bump nano to cvs
608 === release 0.8.5 ===
610 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
612         * configure.ac:
613           releasing 0.8.5, "Stuttgart"
614         * NEWS:
615         * RELEASE:
616         * configure.ac:
617         * docs/random/release:
618           updates for release
620 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
622         patch by: Wim Taymans (wim@fluendo.com)
624         * gst/gstbuffer.c:
625         * gst/gstindex.h:
626         * libs/gst/dataprotocol/dataprotocol.c:
627           copy KEY_UNIT and DELTA_UNIT flags correctly.  Fixes #150242
629 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
631         * Makefile.am:
632         * win32/MANIFEST:
633           add win32 dir to the build.  Fixes #149981.
635 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
637         * configure.ac:
638           bump libtool versioning
639         * gst/gststructure.c:
640           mark function as static
641         * po/af.po:
642         * po/az.po:
643         * po/ca.po:
644         * po/cs.po:
645         * po/en_GB.po:
646         * po/fr.po:
647         * po/nl.po:
648         * po/sq.po:
649         * po/sr.po:
650         * po/sv.po:
651         * po/tr.po:
652         * po/uk.po:
653           translations update
654         * win32/README.txt:
655           trademark protection
657 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
659         * configure.ac:
660           fix GST_ORIGIN
661           set GST_PACKAGE to source, and distinguish between release and other
662         * tools/gst-inspect.c:
663           print out plugin an element factory is part of so we see this info
665 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
667         * docs/gst/gstreamer-sections.txt:
668         * docs/gst/tmpl/gstbuffer.sgml:
669         * docs/gst/tmpl/gstschedulerfactory.sgml:
670           reorder docs a little, make GstBuffer's more sensible.
671         * gst/gstbuffer.h:
672           API: added GST_BUFFER_FLAG_DELTA_UNIT
673         * gst/gstscheduler.c:
674           comment API addition
676 2004-08-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
678         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
679           work with non-regular files that can be mmapped (like /dev/zero)
680         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
681           get rid of typefinds that require a seek when we can't seek instead
682           of trying them over and over again
683         * tools/gst-launch.c: (idle_func), (error_cb), (main):
684           return non-zero failure value when the pipeline was interrupted or
685           an error occurred
687 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
689         * win32/config.h:
690         * win32/GStreamer.vcproj:
691           compile and install the locales
693 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
695         * gst/gstvalue.c:
696           fix a possible memory leak under Windows
698 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
700         * win32/GStreamer.vcproj:
701           fix a memory leak that occured under Windows
702         * win32/gstreamer.def:
703           add gst_scheduler_register
705 2004-08-11  Benjamin Otte  <otte@gnome.org>
707         * docs/gst/gstreamer-sections.txt:
708         * gst/gstscheduler.c: (gst_scheduler_register):
709         * gst/gstscheduler.h:
710           API:
711           add gst_scheduler_register shortcut similar to gst_element_register
712         * gst/schedulers/entryscheduler.c: (plugin_init):
713         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
714         * gst/schedulers/gstoptimalscheduler.c: (plugin_init):
715           use it
717 2004-08-10  Steve Lhomme  <steve.lhomme@free.fr>
719         * gst/gstvalue.h:
720           fix a memory leak that occured under Windows
722 2004-08-10  Colin Walters  <walters@redhat.com>
724         * gst/registries/gstxmlregistry.c (gst_xml_registry_open_func):
725         Don't use O_EXCL to open temporary registry.  It will prevent
726         registry creation if a temporary one already exists, which
727         is unnecessary.
729 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
731         * docs/gst/gstreamer-sections.txt:
732         * docs/gst/tmpl/gstvalue.sgml:
733           remove some valuable stuff from the documentation due to the use of GST_EXPORT
735 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
737         * win32/gstbytestream.vcproj:
738         * win32/gstelements.vcproj:
739         * win32/gstgetbits.vcproj:
740         * win32/gst-inspect.vcproj:
741         * win32/gst-launch.vcproj:
742         * win32/gstoptimalscheduler.vcproj:
743         * win32/GStreamer.vcproj:
744         * win32/gst-register.vcproj:
745         * win32/gstspider.vcproj:
746           update the include and lib dirs to fit standard libraries as
747           described in the Win32 manual
749 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
751         * win32/config.h:
752         * win32/gstversion.h:
753           enable NLS again, push the version number for the coming 0.8.5 release
755 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
757         * gst/gstvalue.h:
758           export gst_type_XXX for windows DLLs
760 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
762         * docs/faq/gst-uninstalled:
763           fix PKG_CONFIG_PATH and PYTHONPATH
764         * gst/schedulers/Makefile.am:
765           cleanup
766         * libs/gst/bytestream/bytestream.c:
767           remove newline
768         * po/LINGUAS:
769         * po/sq.po:
770           adding Albanian translation (Laurent Dhima)
771         * po/cs.po:
772           updated
774 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
776         * po/ca.po:
777         * po/sv.po:
778           updated translations
780 2004-08-04  Benjamin Otte  <otte@gnome.org>
782         * tests/mass_elements.c: (main):
783           allow specifying src and sink element explicitly, so I can test
784           videotestsrc instead of fakesrc
786 2004-08-04  Benjamin Otte  <otte@gnome.org>
788         * gst/gststructure.c: (gst_structure_id_empty_new_with_size),
789         (gst_structure_id_empty_new), (gst_structure_empty_new),
790         (gst_structure_copy):
791           add gst_structure_id_empty_new_with_size to allow preallocating
792           value array sizes. Use this in gst_structure_copy to get rid of
793           reallocs.
794           don't do quark=>string=>quark when copying structures
796 2004-08-03  Steve Lhomme  <steve.lhomme@free.fr>
798         * docs/manual/win32.xml:
799         * win32/README.txt:
800           update documentation with the clean version of dependencies
802 2004-08-03  Benjamin Otte  <otte@gnome.org>
804         * gst/schedulers/entryscheduler.c:
805         (gst_entry_scheduler_remove_element):
806           fix for GST_DISABLE_DEBUG
807         * tools/gst-launch.c: (print_tag):
808           fixes for G_DISABLE_ASSERT
810 2004-08-03  Benjamin Otte  <otte@gnome.org>
812         * gst/gst.c: (gst_register_core_elements):
813           fix for G_DISABLE_ASSERT
814         * gst/gstinfo.c: (__gst_in_valgrind):
815           add for GST_DISABLE_DEBUG
817 2004-08-03  Benjamin Otte  <otte@gnome.org>
819         * gst/parse/parse.l:
820           fix for G_DISABLE_ASSERT
822 2004-08-03  Wim Taymans  <wim@fluendo.com>
824         * gst/gstbin.c: (gst_bin_get_type),
825         (gst_bin_child_state_change_func):
826         * gst/gstthread.c: (gst_thread_change_state):
827         Backported some debug logging from a reverted patch
828         Don't try to destroy the thread twice. Added some more
829         debugging in GstThread. Unlock and signal even if we
830         are in the thread context.
832 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
834         * po/uk.po:
835           updated translation
837 2004-07-30  David Schleef  <ds@schleef.org>
839         * gst/gstatomic_impl.h: Enable atomic code for x86_64
841 2004-07-29  David Schleef  <ds@schleef.org>
843         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test):
844         Use GST_READ_GUINTxx_BE(), since it accesses unaligned memory.
846 2004-07-29  Thomas Vander Stichele  <thomas at apestaart dot org>
848         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
849         (gst_bin_add_func), (gst_bin_remove_func),
850         (gst_bin_child_state_change), (gst_bin_child_state_change_func),
851         (set_kid_state_func), (gst_bin_change_state), (gst_bin_set_state),
852         (gst_bin_change_state_norecurse), (gst_bin_dispose),
853         (gst_bin_sync_children_state):
854         * gst/gstbin.h:
855         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_release),
856         (gst_thread_change_state):
857         * testsuite/states/Makefile.am:
858           revert state change patches as agreed so we can rework them
859           gradually
861 2004-07-29  Benjamin Otte  <otte@gnome.org>
863         * libs/gst/control/Makefile.am:
864           link to libgstreamer (fixes Debian bug 262019, see
865           http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=262019 )
867 2004-07-29  Wim Taymans  <wim@fluendo.com>
869         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
870         (check_from_fraction_convert), (transform_test), (main):
871         Make the test less pedantic about float roundoff errors.
873 2004-07-29  Benjamin Otte  <otte@gnome.org>
875         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file),
876         (gst_filesrc_srcpad_event):
877           make seek events to before start/after end of file not fail, but
878           seek to start/end instead
879         * testsuite/caps/fraction-convert.c: (check_from_double_convert):
880           add more output
882 2004-07-29  Benjamin Otte  <otte@gnome.org>
884         * gst/gstpad.c: (gst_pad_set_explicit_caps):
885           check that caps are fixed
886         * gst/gstpad.c: (gst_pad_template_new):
887           don't try to simplify caps, costs too much time on gst_init
888         * gst/gstplugin.c: (gst_plugin_add_feature):
889           G_ERROR if features are added twice
890         * gst/gsttypefind.c: (gst_type_find_register):
891         * gst/gstelementfactory.c: (gst_element_register):
892           don't add features twice
893         * docs/random/ds/0.9-suggested-changes:
894           add note about possible gst_init optimization
896 2004-07-28  David Schleef  <ds@schleef.org>
898         * testsuite/elements/Makefile.am:
899         * testsuite/elements/struct_i386.h:
900         * testsuite/elements/struct_size.c: (main):  A little test
901         to keep distcheck from working if someone changes a structure
902         size accidentally.
904 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
906         * docs/libs/Makefile.am:
907         * docs/libs/gstreamer-libs-docs.sgml:
908         * docs/libs/gstreamer-libs-sections.txt:
909         * docs/libs/tmpl/gstbytestream.sgml:
910         * docs/libs/tmpl/gstcontrol.sgml:
911         * docs/libs/tmpl/gstdataprotocol.sgml:
912         * docs/libs/tmpl/gstgetbits.sgml:
913         * libs/gst/bytestream/Makefile.am:
914         * libs/gst/bytestream/bytestream.c:
915         * libs/gst/bytestream/bytestream.h:
916         * libs/gst/control/Makefile.am:
917         * libs/gst/dataprotocol/Makefile.am:
918         * libs/gst/getbits/Makefile.am:
919         * libs/gst/getbits/getbits.h:
920           various doc and style fixes, adding bytestream to libs docs.
922 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
924         * docs/gst/gstreamer-docs.sgml:
925         * docs/libs/Makefile.am:
926         * docs/libs/gstreamer-libs-docs.sgml:
927         * docs/libs/gstreamer-libs-sections.txt:
928         * libs/gst/control/dparam.c:
929           more doc fixes.  gst-libs docs now build the same way as gst.
931 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
933         * configure.ac:
934         * testsuite/Makefile.am:
935         * testsuite/bins/Makefile.am:
936         * testsuite/caps/Makefile.am:
937         * testsuite/cleanup/Makefile.am:
938         * testsuite/clock/Makefile.am:
939         * testsuite/debug/Makefile.am:
940         * testsuite/dlopen/Makefile.am:
941         * testsuite/dynparams/Makefile.am:
942         * testsuite/elements/.cvsignore:
943         * testsuite/elements/Makefile.am:
944         * testsuite/enumcaps/Makefile.am:
945         * testsuite/enumcaps/enumcaps.c:
946         * testsuite/ghostpads/Makefile.am:
947         * testsuite/indexers/Makefile.am:
948         * testsuite/negotiation/Makefile.am:
949         * testsuite/parse/Makefile.am:
950         * testsuite/plugin/Makefile.am:
951         * testsuite/refcounting/Makefile.am:
952         * testsuite/schedulers/.cvsignore:
953         * testsuite/states/Makefile.am:
954         * testsuite/tags/Makefile.am:
955         * testsuite/threads/Makefile.am:
956           fold enumcaps into caps dir
957           clean up Makefile.am's for testsuite
959 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
961         * docs/gst/Makefile.am:
962         * docs/libs/Makefile.am:
963           clean up docs build.  Fixes needless rebuilding of template files.
965 2004-07-28  Wim Taymans  <wim@fluendo.com>
967         * gst/gstbin.c: (set_kid_state_func), (gst_bin_set_state):
968         * gst/gstthread.c: (gst_thread_release), (gst_thread_set_state):
969         Make sure that a bin state change tries to keep the children
970         in sync. 
971         Added debug logging to the thread.
973 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
975         * win32/GStreamer.vcproj:
976         * win32/gstreamer.def:
977           more exports for the plugins
979 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
981         * win32/gstgetbits.vcproj:
982         * win32/gstgetbits.def:
983         * win32/msvc71.sln:
984           add support for the getbits plugin
986 2004-07-27  Wim Taymans  <wim@fluendo.com>
988         * gst/gstvalue.c: (gst_value_transform_double_fraction),
989         (gst_value_transform_fraction_double), (_gst_value_initialize):
990         * testsuite/caps/Makefile.am:
991         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
992         (check_from_fraction_convert), (transform_test), (main):
993         Added transform functions between double and fraction.
994         Added testcase to verify transforms
996 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
998         * win32/GStreamer.vcproj:
999           rename GStreamer-0.8.lib to libgstreamer.lib
1001 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1003         * win32/gstelements.vcproj:
1004         * win32/gstoptimalscheduler.vcproj:
1005           fixes for the Release build
1007 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1009         * win32/config.h:
1010           update the version number
1012 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1014         * win32/GStreamer.vcproj:
1015           add gstinterface to the build
1017 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1019         * win32/gstreamer.def:
1020           add many definitions needed by plugins,
1021           GST_CAT_DEFAULT only available in the Debug build ?
1023 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1025         * gst/gstelement.c: (gst_element_set_eos_recursive):
1026           various whitespace fixes.
1027           doc fix, fixes #148497
1029 2004-07-25  Benjamin Otte  <otte@gnome.org>
1031         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
1032           don't delay links on the sink elements, it causes unnegotiated
1033           links.
1034         * gst/elements/gsttypefindelement.c:
1035         (gst_type_find_element_base_init):
1036           add our padtemplates, we indeed do have some.
1037         * gst/elements/gsttypefindelement.c:
1038         (gst_type_find_element_handle_event),
1039         (gst_type_find_element_chain):
1040           don't push data when typefinding failed.
1041         * gst/gstpad.c: (gst_pad_link_fixate):
1042           check that no fixate function returns empty caps.
1043         * gst/gstpad.c: (gst_pad_push):
1044           check that the link is negotiated before data gets pushed.
1045         * tools/gst-register.c: (main):
1046           don't assert (fixes #148283)
1048 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1050         * docs/gst/gstreamer-sections.txt:
1051         * docs/gst/tmpl/gstconfig.sgml:
1052           add GST_PLUGIN_EXPORT definition
1054 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1056         * gst/gstplugin.h:
1057         * gst/gstconfig.h.in:
1058         * win32/gstconfig.h:
1059         * win32/gstelements.def:
1060         * win32/gstelements.vcproj:
1061         * win32/gstoptimalscheduler.def:
1062         * win32/gstoptimalscheduler.vcproj:
1063         * win32/gstspider.def:
1064         * win32/gstspider.vcproj:
1065           remove unused .def files and export symbols using GST_PLUGIN_DEFINE
1067 2004-07-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1069         * docs/gst/gstreamer-sections.txt:
1070           remove GST_CAT_DEFAULT because the type has changed
1072 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1074         * win32/gstbytestream.vcproj:
1075         * win32/gstelements.vcproj:
1076         * win32/gst-inspect.vcproj:
1077         * win32/gst-launch.vcproj:
1078         * win32/gstoptimalscheduler.vcproj:
1079         * win32/GStreamer.vcproj:
1080         * win32/gst-register.vcproj:
1081         * win32/gstspider.vcproj:
1082         * win32/msvc71.sln:
1083           Copy the files where needed after building, The testsuite will be
1084           built separately
1086 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1088         * win32/config.h:
1089         * win32/README.txt:
1090         * docs/manual/win32.xml:
1091         Fixed the plugin and GStreamer location
1093 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1095         * win32/gstreamer.def:
1096         More exports for the plugins
1098 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1100         * gst/gstinfo.h:
1101         Marc was right, we need to export literally GST_CAT_DEFAULT
1103 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1105         * win32/config.h:
1106         NLS crashes in gettext, disabled until this is solved
1108 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1110         * win32/gst-inspect.vcproj:
1111         * win32/gst-launch.vcproj:
1112         Should use NLS when available
1114 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1116         * gst/registries/gstxmlregistry.c:
1117         removing the file doesn't seem to be a good idea on Linux
1119 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1121         * gst/registries/gstxmlregistry.c:
1122         Remove the registry before renaming the tempfile (needed for Windows)
1124 2004-07-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1126         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init),
1127         (gst_multifilesrc_init), (gst_multifilesrc_set_property),
1128         (gst_multifilesrc_get_property), (gst_multifilesrc_get):
1129         * gst/elements/gstmultifilesrc.h:
1130         Added newmedia property so it generates newmedia events between each
1131         file when property is set, as well as fixed eos handling
1133 2004-07-22  David Schleef  <ds@schleef.org>
1135         * gst/gststructure.c: (gst_structure_id_empty_new),
1136         (gst_structure_empty_new):  Set type field correctly.
1137         * gst/gststructure.h: Check type field correctly.
1138         * testsuite/caps/Makefile.am:
1139         * testsuite/caps/structure.c: (test1), (main): Add a very small
1140         test for structures.
1142 2004-07-22  David Schleef  <ds@schleef.org>
1144         * docs/random/ds/0.9-suggested-changes: more comments
1145         * tools/gst-launch.c: (idle_func): Fix hard-to-translate string.
1147 2004-07-22  Benjamin Otte  <otte@gnome.org>
1149         * gst/gstelementfactory.c: (gst_element_register):
1150           set the factory in the class struct, so gst_element_get_factory
1151           actually works
1152         * gst/parse/grammar.y:
1153           set element to playing when it gets unlocked as we can't rely on the
1154           bin state - all elements in the bin state might still be locked in
1155           NULL)
1157 2004-07-22  Benjamin Otte  <otte@gnome.org>
1159         * gst/gstelement.c: (gst_element_set_state_func):
1160           make this a static function
1162 2004-07-22  Wim Taymans  <wim@fluendo.com>
1164         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
1165         (gst_opt_scheduler_pad_link):
1166         fix 147894-2 and the group_link problem.
1168 2004-07-22  Wim Taymans  <wim@fluendo.com>
1170         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
1171         (handoff_identity), (main):
1172         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
1173         (handoff_identity), (main):
1174         * testsuite/schedulers/Makefile.am:
1175         * testsuite/schedulers/group_link.c: (main):
1176         Show bug in scheduler when linking chain and loop based element 
1177         where the chain based element was not yet in a group.
1179 2004-07-21  Benjamin Otte  <otte@gnome.org>
1181         * gst/.cvsignore:
1182         * gst/autoplug/.cvsignore:
1183         * gst/elements/.cvsignore:
1184         * gst/indexers/.cvsignore:
1185         * libs/gst/bytestream/.cvsignore:
1186         * libs/gst/control/.cvsignore:
1187         * libs/gst/getbits/.cvsignore:
1188         * testsuite/states/.cvsignore:
1189         * testsuite/threads/.cvsignore:
1190           keep this up to date, since I seem to be the only one who cares
1191           about not missing files on commits (editor's note: no you don't,
1192           but feel free to change them at the time you add stuff instead
1193           of later on)
1195 2004-07-21  Benjamin Otte  <otte@gnome.org>
1197         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
1198         (gst_bin_fix_state), (gst_bin_add_func), (gst_bin_remove_func),
1199         (gst_bin_child_state_change_func), (set_kid_state_func),
1200         (gst_bin_set_state), (gst_bin_change_state_norecurse):
1201           make state changes work correctly and reentrant (so removing
1202           elements from bins during state changes of bins doesn't cause
1203           segfaults or even wrong states)
1204           add debugging category and debugging output to print children states
1205         * gst/gstbin.c: (gst_bin_dispose): 
1206           add some assertion checks
1207         * gst/gstbin.h:
1208         * gst/gstbin.c: (gst_bin_sync_children_state):
1209           deprecate this function - it just does gst_bin_set_state (bin,
1210           GST_STATE (bin)) 
1211         * testsuite/threads/queue.c: (main):
1212           don't use gst_bin_sync_children_state anymore
1213         * testsuite/states/Makefile.am:
1214         * testsuite/states/bin.c:
1215           test that the state changes of bins work as expected
1216         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_set_state):
1217           some adjustments to change states correctly, too
1218         * gst/gstthread.c: (gst_thread_change_state):
1219           don't enable/disable "threadsafe" properties, they're unused and
1220           cause random segfaults
1221         * testsuite/threads/Makefile.am:
1222           the queue check randomly passes now, ignore it
1224 2004-07-21  Benjamin Otte  <otte@gnome.org>
1226         * gst/gstpad.c:
1227           check if data is NULL before outputting debug info. (fixes #145100)
1229 2004-07-21  Benjamin Otte  <otte@gnome.org>
1231         * gst/schedulers/entryscheduler.c:
1232         (gst_entry_scheduler_loop_wrapper),
1233         (gst_entry_scheduler_chain_wrapper),
1234         (gst_entry_scheduler_get_wrapper):
1235           reset the state when the cothread starts, so we don't get assertion
1236           failures on restarting of cothreads
1238 2004-07-20  Benjamin Otte  <otte@gnome.org>
1240         * gst/gstelement.c: (gst_element_link_pads_filtered):
1241           use correct sinkpad, if only sinkpad is specified, but not srcpad
1242           (fixes #147889)
1243         * gst/gstelement.c: (gst_element_set_state_func),
1244         (gst_element_change_state): ref/unref the element, signal handlers
1245         could get rid of the element otherwise
1247 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1249         * docs/random/ds/0.9-suggested-changes:
1250           Make note about renaming fixed-list to array.
1251         * gst/gstvalue.c: (gst_value_intersect_fixed_list),
1252         (_gst_value_initialize):
1253           Add array intersections.
1254         * testsuite/caps/intersect2.c: (main):
1255           Add test for array intersections.
1257 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1259         * configure.ac: back to cvs
1261 === release 0.8.4 ===
1263 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1265         * configure.ac:
1266           releasing 0.8.4, "Paella"
1267           bump libtool versioning
1269 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1271         * po/LINGUAS:
1272         * po/ca.po:
1273           adding Catalan translation (Jordi Mallach)
1275 2004-07-20  Wim Taymans  <wim@fluendo.com>
1277         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
1278         (handoff_identity), (main):
1279         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
1280         (handoff_identity), (main):
1281         * testsuite/schedulers/Makefile.am:
1282         Added failing testcase for variant of #147894
1284 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1286         patch by: David Moore
1288         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
1289         (schedule_group), (gst_opt_scheduler_schedule_run_queue),
1290         (group_migrate_connected):
1291         * testsuite/schedulers/Makefile.am:
1292           fix for #142813 (Deadlock in optimal scheduler)
1294 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1296         patch by: Wim Taymans
1298         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
1299         (gst_opt_scheduler_schedule_run_queue),
1300         (gst_opt_scheduler_get_wrapper), (get_group),
1301         (group_migrate_connected):
1302         * testsuite/schedulers/Makefile.am:
1303           fix for #147819 (Add some checks in the opt scheduler)
1305 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1307         patch by: Benjamin Otte
1309         * gst/gstelementfactory.c: (__gst_element_details_set):
1310           fix for #147929: running gst-register in non-utf8 locale can cause
1311           invalid registry
1313 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1315         patch by: Wim Taymans
1317         * gst/schedulers/gstoptimalscheduler.c: (group_num_elements),
1318         (group_has_element), (element_get_reachables_func),
1319         (group_migrate_connected):
1320           fix for #147894 (opt scheduler decoupled elements mismanagement)
1321         * testsuite/schedulers/Makefile.am:
1322           testsuite app now passes
1324 2004-07-19  Wim Taymans  <wim@fluendo.com>
1326         * testsuite/schedulers/147819.c: (handoff_identity1),
1327         (handoff_identity2), (main):
1328         * testsuite/schedulers/Makefile.am:
1329         Added testcase for bug 147819
1331 2004-07-19  Wim Taymans  <wim@fluendo.com>
1333         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
1334         (handoff_identity), (main):
1335         * testsuite/schedulers/Makefile.am:
1336         Added testcase for bug 147894
1338 2004-07-16  Wim Taymans  <wim@fluendo.com>
1340         * testsuite/schedulers/142183-2.c: (handoff_identity), (main):
1341         * testsuite/schedulers/142183.c: (handoff_identity), (main):
1342         * testsuite/schedulers/Makefile.am:
1343         Added testsuite for bug 142183 in its two incarnations. Refcount
1344         is not increased for scheduled elements and threadsafe properties
1345         mutexes are not properly unlocked.
1347 2004-07-16  Wim Taymans  <wim@fluendo.com>
1349         * gst/schedulers/gstoptimalscheduler.c: (gst_opt_scheduler_init),
1350         (create_chain), (destroy_chain), (create_group), (destroy_group),
1351         (add_to_group), (merge_groups), (group_elements), (group_inc_link),
1352         (group_dec_link), (gst_opt_scheduler_pad_link),
1353         (group_inc_links_for_element), (group_migrate_connected):
1354         Call group_inc_link with the proper src->sink ordering -- 
1355         break this, and we break sort_chain. patch from wingo for bug
1356         147713.
1357         Partially revert patch 1.89. When adding a loop based element to 
1358         the scheduler, the links to other groups are automatically followed
1359         and incremented. This should not happen because the bin will call
1360         pad_link explicitly for those connection, resulting in them counted 
1361         twice. Results in assertion failure on pipeline cleanup.
1363 2004-07-16  Wim Taymans  <wim@fluendo.com>
1365         * testsuite/schedulers/143777-2.c: (main):
1366         * testsuite/schedulers/147713.c: (handoff_src), (handoff_sink),
1367         (main):
1368         * testsuite/schedulers/Makefile.am:
1369         Added cleanup code to testcase 143777-2.
1370         Added testcase to show bug 147713, does not really show the
1371         deadlock as I can't figure out how to trigger it, but it does
1372         demonstrate bad ordering in the scheduler.
1374 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1376         * gst/gstvalue.c: (gst_value_deserialize_fraction):
1377           change strndup to g_strndup.  Fixes #147707
1379 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1381         * po/af.po:
1382         * po/az.po:
1383         * po/cs.po:
1384         * po/en_GB.po:
1385         * po/fr.po:
1386         * po/nl.po:
1387         * po/sr.po:
1388         * po/sv.po:
1389         * po/tr.po:
1390         * po/uk.po:
1391           updated translations
1393 2004-07-16  Benjamin Otte  <otte@gnome.org>
1395         * gst/gstvalue.c: (gst_greatest_common_divisor):
1396           use ints and return ints, fractions only use ints, too, so this
1397           avoids accidently casting multiplications to unsigned
1398         (gst_value_lcopy_fraction): it's ints, not uint32
1399         (gst_value_set_fraction): disallow minint, multiplying and negation
1400           are broken with it
1401         (gst_value_fraction_multiply): fix to make large numbers work and get
1402         rid of the assumption that the multiplication of two ints fits an
1403         int64 - dunno if that's true for all systems
1404         * testsuite/caps/Makefile.am:
1405         * testsuite/caps/fraction-multiply-and-zero.c:
1406         (check_multiplication), (check_equal), (zero_test), (main):
1407           add tests for all the stuff above
1408         * testsuite/caps/value_compare.c: (test1):
1409           fix comment
1410         * tests/.cvsignore:
1411         * testsuite/caps/.cvsignore:
1412         * testsuite/debug/.cvsignore:
1413         * testsuite/dlopen/.cvsignore:
1414         * testsuite/states/.cvsignore:
1415           get up to date
1417 2004-07-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1419         * docs/manual/bins-api.xml:
1420         * docs/manual/factories.xml:
1421         * docs/manual/helloworld.xml:
1422         * docs/manual/links-api.xml: 
1423           fixes for out of date info, incorrect info and grammar
1425 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot>
1427         * docs/manual/pads.xml:
1428         * docs/manual/pads-api.xml: grammar fix
1430 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1432         * docs/manual/pads-api.xml: typo + grammar fix
1434 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1436         * docs/gst/gstreamer-sections.txt:
1437           add new symbols
1438         * docs/gst/tmpl/gstelement.sgml:
1439         * docs/gst/tmpl/gstpad.sgml:
1440         * docs/gst/tmpl/gsttypes.sgml:
1441         * docs/gst/tmpl/gstvalue.sgml:
1442           update docs
1443         * gst/gststructure.c: (gst_structure_set_valist),
1444         (gst_structure_from_abbr), (gst_structure_to_abbr):
1445         * gst/gstvalue.c: (gst_value_compare_double), (gst_type_is_fixed),
1446         (gst_greatest_common_divisor), (gst_value_init_fraction),
1447         (gst_value_copy_fraction), (gst_value_collect_fraction),
1448         (gst_value_lcopy_fraction), (gst_value_set_fraction),
1449         (gst_value_get_fraction_numerator),
1450         (gst_value_get_fraction_denominator),
1451         (gst_value_fraction_multiply), (gst_value_serialize_fraction),
1452         (gst_value_deserialize_fraction),
1453         (gst_value_transform_fraction_string),
1454         (gst_value_transform_string_fraction),
1455         (gst_value_compare_fraction), (_gst_value_initialize):
1456         * gst/gstvalue.h:
1457           adding GstFraction GValue type, get/set, and multiply
1458         * testsuite/caps/Makefile.am:
1459         * testsuite/caps/fraction.c: (test), (main):
1460         * testsuite/caps/string-conversions.c: (main):
1461         * testsuite/caps/value_compare.c: (test1), (main):
1462           add regression tests for GstFraction
1464 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1465         
1466         * docs/manual/init-api.xml: Grammar fix
1468 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1470         * docs/manual/states.xml: Fix inconsistent information
1472 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1474         * gst/gstelement.c: (gst_element_set_state):
1475         * gst/gstpad.c: (gst_pad_try_set_caps):
1476         * gst/gststructure.c:
1477         * gst/gstthread.c: (gst_thread_child_state_change):
1478         * gst/gstvalue.c: (gst_value_compare_double):
1479         * gst/gstvalue.h:
1480         * testsuite/parse/parse1.c: (main):
1481           debugging additions and style cleanups
1483 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1485         * docs/manual/states.xml: Grammar fix
1487 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1489         * docs/manual/pads.xml: Grammar fix
1491 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1493         * docs/manual/elements.xml: Fixed image reference
1495 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1497         * docs/manual/goals.xml: Grammar fix
1499 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1501         * docs/manual/motivation.xml:
1502         Bonobo is no longer "emerging" and added sentence regarding tcp plugins
1504 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
1506         * docs/manual/motivation.xml: Fix spelling
1508 2004-07-15  Benjamin Otte  <otte@gnome.org>
1510         * gst/gstelement.h: 
1511           Don't GST_ERROR_OBJECT empty strings - Solaris doesn't like NULL
1512           strings.
1513         * gst/gstelement.c (gst_element_class_init):
1514           GError's are boxed, not objects
1515         * gst/gstmarshal.list:
1516           update list for the fixed error signal
1518 2004-07-14  Andy Wingo  <wingo@pobox.com>
1520         * gst/gsttag.c: Add a tag merge func for pointers. The header was
1521         there all along, but the function wasn't. (guile-gstreamer's build
1522         system uses the address of the function -- I wasn't actually
1523         trying to use this.)
1525 2004-07-14  Andy Wingo  <wingo@pobox.com>
1527         * gst/gstpad.c (gst_pad_try_set_caps): Naive link functions (such
1528         as gst_pad_proxy_pad_link) just link to every other pad when they
1529         are called. In the case where the graph has cycles, this will mean
1530         that a call to try_set_caps will recurse. Allow this recursion
1531         and return OK, while we wait for the first try_set_caps to give a
1532         proper return value.
1533         (gst_pad_link_call_link_functions): Since this function is the
1534         only one to set the NEGOTIATING flag on a pad, if the flag is set
1535         it means that the link functions have indirectly recursed. If this
1536         happens, error out to avoid infinite recursion and an eventual
1537         SEGV.
1538         (gst_real_pad_class_init): Remove a crufty GtkObject comment.
1539         (gst_pad_proxy_getcaps): Intersect the result with the template
1540         caps to ensure that the return value is valid.
1542 2004-07-14  Andy Wingo  <wingo@pobox.com>
1544         * gst/gstdata.c (gst_data_is_writable): s/>=/>/. If there is only
1545         one refcount, the calling function is the owner of the buffer.
1547 2004-07-14  Wim Taymans  <wim@fluendo.com>
1549         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
1550         (gst_opt_scheduler_pad_link), (group_migrate_connected):
1551         Fix stupid warning when an element is to be migrated but
1552         is already migrated.
1554 2004-07-14  Wim Taymans  <wim@fluendo.com>
1556         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
1557         (gst_opt_scheduler_pad_link), (group_migrate_connected):
1558         Make sure that a single non-loop-based element does not 
1559         end up in a group. This fixes the testsuite again.
1561 2004-07-14  Wim Taymans  <wim@fluendo.com>
1563         * gst/schedulers/gstoptimalscheduler.c: (create_group),
1564         (add_to_group), (merge_groups), (schedule_group),
1565         (gst_opt_scheduler_get_wrapper), (group_elements),
1566         (group_dec_link), (gst_opt_scheduler_pad_link),
1567         (group_migrate_connected), (gst_opt_scheduler_pad_unlink),
1568         (gst_opt_scheduler_iterate):
1569         move isolated groups to a new chain.
1570         Emit a warning instead of segfaulting in some error cases.
1571         Fix a bug where the link count between groups was not calculated 
1572         correctly. Fixes #144510.
1574 2004-07-13  Steve Lhomme  <steve.lhomme@free.fr>
1575         * gst/elements/gstfilesrc.c:
1576           Binary files support under Windows now OK
1577       
1578 2004-07-13  Benjamin Otte  <otte@gnome.org>
1580           compatibility fixes for Solaris 8/gcc 2.95
1581         * configure.ac:
1582           include libintl libs in LDFLAGS
1583         * gstvalue.c (gst_value_deserialize_buffer):
1584           cast isxdigit stuff to int to silence compiler warning
1586 2004-07-12  Benjamin Otte  <otte@gnome.org>
1588         * gst/gsttypes.h:
1589           get rid of GST_O_READONLY, GST_FILE_MODE_READ and
1590           GST_FILE_MODE_WRITE, I don't want them in the exported headers. It
1591           just causes support madness
1592         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
1593           make it work without this
1594         * gst/indexers/gstfileindex.c: (_file_index_id_save_entries),
1595         (gst_file_index_commit):
1596           glib IO channels don't want binary mode
1597         * testsuite/bytestream/filepadsink.c: (main):
1598         * testsuite/bytestream/test1.c: (read_param_file):
1599           use "rb" instead of GST_FILE_MODE_READ, it works on POSIX systems
1601 2004-07-12  Benjamin Otte  <otte@gnome.org>
1603         * gst/gstelement.c: (gst_element_class_init),
1604         (gst_element_set_state), (gst_element_set_state_func):
1605           virutalize gst_element_set_state, use set_state member in class
1606           struct that was already added in 0.7 for this.
1607         * gst/gstbin.c: (gst_bin_foreach), (set_kid_state_func), 
1608         (gst_bin_change_state):
1609           make gst_bin_foreach works similar to other foreach functions, plug
1610           memleaks in it. Make functions using it work with the new approach.
1611           Document gst_bin_foreach, so it can be exported if we want to
1612         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_state):
1613           use virtualized set_state to make set_state on bins set the state of
1614           all its children.
1616 2004-07-12  Benjamin Otte  <otte@gnome.org>
1618         * configure.ac:
1619           require valgrind >= 2.1 (fixes Gentoo bug 53967, see
1620           http://bugs.gentoo.org/show_bug.cgi?id=53967)
1621         * gst/gstpad.c: (gst_pad_alloc_buffer):
1622           allow buffer_alloc functions to return NULL and allocate a normal
1623           buffer in that case
1625 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
1626         * gst/elements/gstfilesink.c:
1627         * gst/elements/gstfilesrc.c:
1628         * gst/indexers/gstfileindex.c:
1629         * gst/gsttypes.h:
1630         * testsuite/bytestream/filepadsink.c:
1631         * testsuite/bytestream/test1.c:
1632           Handle binary files under Windows
1634 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
1635         * docs/manual/win32.xml:
1636         * win32/config.h:
1637         * win32/gst-register.vcproj:
1638         * win32/gstreamer.def:
1639           Update to another gettext public build
1641 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
1642         * gst/gstplugin.c:
1643           Fix an impossible C syntax
1644         * win32/config.h:
1645           Disable i18n under Windows for the moment
1646         * win32/gst-register.vcproj:
1647           Use this configuration
1649 2004-07-12  Jan Schmidt  <thaytan@mad.scientis.com>
1650         * docs/manual/quotes.xml:
1651           Keep the quotes file alive
1652         * docs/random/ds/0.9-suggested-changes:
1653           Add the suggestion of including a 'rowstride' as part of video
1654           format caps
1656 2004-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1658         * gst/gstelement.c: (gst_element_set_state),
1659         (gst_element_change_state):
1660           d'oh.  Set PENDING state correctly before forcing bin to change.
1661         * gst/gststructure.c: (gst_structure_value_get_generic_type),
1662         (gst_structure_parse_fixed_list):
1663         * gst/schedulers/gstoptimalscheduler.c:
1664         (gst_opt_scheduler_state_transition):
1665         * testsuite/states/parent.c: (main):
1666           remove comment now that it's fixed.
1668 2004-07-11  Benjamin Otte  <otte@gnome.org>
1670         * gst/gstclock.h:
1671           GST_SECOND shouldn't cause a conversion to unsigned.
1672         * testsuite/clock/.cvsignore:
1673         * testsuite/clock/Makefile.am:
1674         * testsuite/clock/signedness.c: (main):
1675           make sure it never will again
1677 2004-07-11  Andy Wingo  <wingo@pobox.com>
1679         * gst/gstbin.c (gst_bin_add_func): If we're adding an element
1680         whose state is higher than the bin state, raise the bin state to
1681         ensure that bin state := highest child state.
1682         
1683 2004-07-11  Andy Wingo  <wingo@pobox.com>
1685         * gst/gstbin.c (gst_bin_foreach): New static function. Calls a
1686         procedure on the children of a bin. Assumes that the procedure can
1687         change the set of children.
1688         (set_kid_state_func): New static function.
1689         (gst_bin_change_state): Use gst_bin_foreach to call
1690         set_kid_state_func. Fixes a bug: if a child had a state-change
1691         handler that removes it from the bin, there would be a segfault.
1692         Hopefully it should also work in the case where the state-change
1693         handler on one child adds or removes other children. In any case,
1694         fixes should go to gst_bin_foreach.
1696 2004-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1698         * gst/gstelement.c: (gst_element_set_state):
1699           compatibility fix for latest plugins release.  Change loop back
1700           to while {}
1702 2004-07-09  Wim Taymans  <wim@fluendo.com>
1704         * gst/gstbin.c: (gst_bin_remove), (gst_bin_dispose):
1705         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_catch),
1706         (gst_thread_main_loop):
1707         Since remove is virtual in GstBin we must not assume the 
1708         elements GList to have anothing useful.
1709         Add some more logging to GstThread and be a bit more paranoid
1710         when resetting the scheduler.
1711         Set the state of the bin to NULL before removing the children.
1713 2004-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1715         * testsuite/threads/Makefile.am:
1716         * testsuite/threads/threadg.c:
1717           added test to check if problem when removing all elements from a
1718           GstThread before setting GstThread state to NULL
1720 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1722         * docs/gst/tmpl/gstelement.sgml:
1723         * docs/gst/tmpl/gsttypes.sgml:
1724         * gst/gstbin.c: (gst_bin_change_state):
1725         * gst/gstelement.c: (gst_element_set_state),
1726         (gst_element_change_state):
1727           rework so that for bins we try to set the state on all children
1728           as well even if the bin is in the correct state already.
1729           change while to do so at least one iteration is done.
1730           For regular elements, we fall back to the previous behaviour for
1731           now since we first need a new plugins release.
1732         * testsuite/states/parent.c: (main):
1733           test for this case
1734           Fixes #123774
1736 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1738         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_finalize),
1739         (gst_queue_chain), (gst_queue_get), (gst_queue_handle_src_event),
1740         (gst_queue_release_locks), (gst_queue_change_state),
1741         (gst_queue_set_property):
1742           add proper lock debugging.  Change dispose to finalize, since
1743           we're freeing mutexes and other stuff which should happen only once.
1745 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1747         * docs/gst/tmpl/gstelement.sgml:
1748         * docs/gst/tmpl/gstplugin.sgml:
1749         * docs/gst/tmpl/gsttypes.sgml:
1750         * docs/pwg/building-state.xml:
1751         * gst/elements/gstfakesrc.c: (gst_fakesrc_change_state):
1752         * gst/gstelement.c: (gst_element_change_state):
1753         * gst/gstthread.c: (gst_thread_change_state):
1754           catch wrong state changes in element base class.
1756 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1758         * gst/gstinfo.h:
1759           clean up layout a little.
1761 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1763         * configure.ac:
1764         * testsuite/Makefile.am:
1765         * testsuite/states/Makefile.am:
1766         * testsuite/states/parent.c: (main):
1767           re-enable states testsuite dir.  Add test for state changes and
1768           parent behaviour
1770 2004-07-09  Wim Taymans  <wim@fluendo.com>
1772         * gst/schedulers/gstoptimalscheduler.c:
1773         (gst_opt_scheduler_pad_link), (group_elements_set_visited),
1774         (element_get_reachables_func), (element_get_reachables),
1775         (debug_element), (rechain_group), (group_migrate_connected),
1776         (gst_opt_scheduler_pad_unlink):
1777         Do not try to migrate decoupled elements to a new group since
1778         they are not added to groups.
1780 2004-07-08  Benjamin Otte  <otte@gnome.org>
1782         * gst/gstelement.c: (gst_element_error_func):
1783           make reentrant (= allow removing elements in error handler)
1785 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1787         * gst/gstpad.c: (gst_pad_event_default_dispatch),
1788         (gst_pad_send_event), (gst_pad_call_chain_function):
1789           events sent to elements below PAUSED cannot be handled, so
1790           don't try to
1792 2004-07-08  Wim Taymans  <wim@fluendo.com>
1794         * gst/schedulers/gstoptimalscheduler.c:
1795         (chain_recursively_migrate_group), (create_group),
1796         (schedule_group), (gst_opt_scheduler_pad_link),
1797         (group_elements_set_visited), (element_get_reachables_func),
1798         (element_get_reachables), (group_can_reach_group), (debug_element),
1799         (rechain_group), (group_migrate_connected),
1800         (gst_opt_scheduler_pad_unlink):
1801         * testsuite/schedulers/Makefile.am:
1802         Implemented group splitting and rechaining.
1803         Fixes 143777 and 143777-2 in the testsuite.
1805 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1807         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
1808           extra debugging
1809         * gst/gstevent.h:
1810         * gst/gstinfo.c: (gst_debug_log_default):
1811           print time nicely.  add thread pointer until someone figures out
1812           a completely portable way of getting at thread id's.
1813         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_try),
1814         (_invent_event), (gst_pad_pull), (gst_pad_event_default_dispatch),
1815         (gst_pad_call_chain_function):
1816           extra debugging
1817         * gst/schedulers/gstoptimalscheduler.c:
1818         (get_group_schedule_function), (loop_group_schedule_function),
1819         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
1820         (pad_clear_queued), (gst_opt_scheduler_iterate):
1821           rename BUFPEN and friends to DATAPEN since that's what they are.
1823 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1825         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
1826         * gst/gstbuffer.h:
1827         * gst/gstpad.c:
1828           cleanups and debugging
1830 2004-07-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1832         * configure.ac:
1833         * gst/gstvalue.c: (gst_value_compare_enum),
1834         (gst_value_serialize_enum), (gst_value_deserialize_enum),
1835         (gst_value_can_compare), (gst_value_compare):
1836         * testsuite/Makefile.am:
1837         * testsuite/enumcaps/Makefile.am:
1838         * testsuite/enumcaps/enumcaps.c:
1839           Fix enum serialization, deserialization, comparison in caps, add
1840           a test to ensure that this continues working in the future.
1842 2004-07-06  David Schleef  <ds@schleef.org>
1844         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
1845         Fix memleak.
1847 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1849         * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
1850         * gst/gstplugin.h:
1851         * gst/registries/gstxmlregistry.c:
1852         (plugin_times_older_than_recurse), (plugin_times_older_than),
1853         (gst_xml_registry_parse_padtemplate):
1854           only rebuild registry when actual plugins have a newer time than
1855           the registry.  Fixes #145520
1857 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1859         * docs/manual/manual.xml:
1860         * docs/manual/win32.xml:
1861           add chapter on win32 building.  fixes #142422
1863 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1865         patch by: Sebastien Cote <sc5 at hermes.usherb.ca>
1867         * gst/autoplug/gstspider.c: (gst_spider_init),
1868         (gst_spider_dispose):
1869           fix spider memleaks.  fixes #137863
1871 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1873         patch by: Joe Marcus Clarke <marcus at freebsd dot org>
1875         * gst/schedulers/gstoptimalscheduler.c:
1876         (gst_opt_scheduler_pad_unlink):
1877           fix SIGBUS error, fixes #145338
1879 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1881         * gst/gstobject.c: (gst_object_replace):
1882         * gst/gstscheduler.c: (gst_scheduler_get_clock):
1883         * gst/gstsystemclock.c: (gst_system_clock_obtain):
1884           clean up clock lifecycle.  Fixes #109831
1886 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1888         * po/LINGUAS:
1889         * po/cs.po:
1890           added Czech translation (Miloslav Trmac)
1892 2004-07-04  David Schleef  <ds@schleef.org>
1894         * tools/Makefile.am:
1895         * tools/gst-xmlinspect.1.in:  Add man page. (bug #140219)
1897 2004-07-04  David Schleef  <ds@schleef.org>
1899         * common/m4/gst-doc.m4: Check for docbook2html 0.6.10 (bug #139909)
1901 2004-07-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1903         * gst/gstbin.c: (gst_bin_restore_thyself):
1904           chain to parent restore so the bins get restored correctly
1905           in the editor
1907 2004-07-03  David Schleef  <ds@schleef.org>
1909         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
1910         Actually do something in these functions, like before the big
1911         caps change.  (bug #145137)
1913 2004-07-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1915         * gst/gstelement.c: (gst_element_get_compatible_pad_template),
1916         (gst_element_get_compatible_pad_filtered):
1917         * gst/gstthread.c: (gst_thread_main_loop):
1918           more debugging
1920 2004-07-02  David Schleef  <ds@schleef.org>
1922         * gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler
1923         * gst/gstobject.h:
1924         * gst/gstparse.h:
1925         * gst/gsttrace.h:
1926         * gst/gstxml.h:
1928 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1930         * gst/gstpad.c: (gst_pad_check_schedulers),
1931         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
1932         (gst_pad_link_prepare):
1933           revert until testsuite is fixed
1935 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1937         * testsuite/Makefile.am:
1938         * testsuite/caps/filtercaps.c: (main):
1939         * testsuite/clock/clock1.c: (main):
1940         * testsuite/dynparams/dparamstest.c: (gst_dptest_chain), (main):
1941           fix some more tests
1943 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1945         * testsuite/cleanup/cleanup1.c: (create_pipeline):
1946         * testsuite/cleanup/cleanup2.c: (create_pipeline):
1947         * testsuite/cleanup/cleanup4.c: (main):
1948           fix testsuite
1950 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1952         * libs/gst/control/control.c:
1953         * libs/gst/control/dparam.c:
1954         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_get_type):
1955         * libs/gst/control/dparammanager.c:
1956         * libs/gst/control/dparammanager.h:
1957         * testsuite/dynparams/Makefile.am:
1958         * testsuite/dynparams/dparamstest.c: (gst_dptest_base_init),
1959         (gst_dptest_change_state), (gst_dptest_chain), (main):
1960           fix testcase for dparams
1961           add debugging category
1963 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1965         * testsuite/Rules:
1966           change path
1968 2004-07-02  Benjamin Otte  <otte@gnome.org>
1970         * tests/.cvsignore:
1971         * tests/Makefile.am:
1972         * tests/mass_elements.c: (gst_get_current_time), (main):
1973           add simple benchmark to test various speeds of fakesrc ! identity !
1974           identity ! ... ! fakesink.
1975           Usage: mass_elements [num_identities] [num_buffers]
1976           If not specified they default to 1000.
1978 2004-07-02  Benjamin Otte  <otte@gnome.org>
1980         * gst/gstpad.c: (gst_pad_check_schedulers),
1981         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
1982         (gst_pad_link_prepare):
1983           check that pads that get linked belong to the same manager. The old
1984           code allowed linking elements before putting them into bins, so it
1985           worked to link them and then put them in different threads, which
1986           lead to weird behaviour.
1987           Since this effectively disallows linking elements before putting
1988           them in a bin, some applications might not work after this and error
1989           out. If these applications are too critical, we might need to revert
1990           that patch. Please test this before the next release...
1992 2004-06-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1994         * gst/gstpad.c: (gst_pad_get_caps):
1995           throw an error if the getcaps function does not return a subset of
1996           the template caps.
1997         * libs/gst/bytestream/filepad.c: (gst_file_pad_chain):
1998           make disconts without position info an error in debugging
1999         * tests/spidey_bench.c: (handoff), (main):
2000           don't count first try when averaging
2002 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2004         * gst/gstplugin.c: (gst_plugin_load_file):
2005           figure out problem with dynamic test
2007 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2009         * docs/gst/Makefile.am:
2010           fix docs build
2012 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2014         * po/POTFILES.in:
2015         * po/af.po:
2016         * po/az.po:
2017         * po/en_GB.po:
2018         * po/fr.po:
2019         * po/nl.po:
2020         * po/sr.po:
2021         * po/sv.po:
2022         * po/tr.po:
2023         * po/uk.po:
2024         * tools/gst-register.c: (plugin_added_func), (main):
2025           i18n-ize -register, fix plural
2027 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2029         * gst/elements/gstidentity.c: (gst_identity_class_init),
2030         (gst_identity_init), (gst_identity_chain),
2031         (gst_identity_set_property), (gst_identity_get_property):
2032         * gst/elements/gstidentity.h:
2033           check for perfect stream
2035 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2037         * gst/elements/gstidentity.c: (gst_identity_chain):
2038           print offset_end
2040 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2042         * docs/gst/Makefile.am:
2043         * docs/gst/gstreamer-docs.sgml:
2044           doc fixes
2046 2004-06-24  David Schleef  <ds@schleef.org>
2048         * autogen.sh:  Remove call to env, since the buildbot isn't
2049         broken anymore.
2051 2004-06-24  Wim Taymans  <wim@fluendo.com>
2053         * gst/elements/Makefile.am:
2054         * gst/elements/gstelements.c:
2055         * gst/elements/gstmultifdsink.c: (gst_multifdsink_base_init),
2056         (gst_multifdsink_class_init), (gst_multifdsink_init),
2057         (gst_multifdsink_add), (gst_multifdsink_remove),
2058         (gst_multifdsink_clear), (gst_multifdsink_chain),
2059         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
2060         * gst/elements/gstmultifdsink.h:
2061         Added an element that writes to multiple filedescriptors at once.
2063 2004-06-24  Benjamin Otte  <otte@gnome.org>
2065         * gst/parse/grammar.y:
2066           don't try to link elements before they have been added to bins
2068 2004-06-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2070         * libs/gst/bytestream/filepad.c: (gst_file_pad_available),
2071         (gst_file_pad_get_length):
2072         * libs/gst/bytestream/filepad.h:
2073           add 2 new functions
2075 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
2077         * docs/gst/gstreamer-sections.txt:
2078         remove from docs, the define that Benjamin removed from gstelement.h
2080 2004-06-22  Benjamin Otte  <otte@gnome.org>
2082         * gst/gstelement.h:
2083           remove define that referenced a nonexisting GstElement struct member
2085 2004-06-20  Benjamin Otte  <otte@gnome.org>
2087         * gst/gstdata.c: (gst_data_is_writable):
2088           whoops, return values were wrong, so writable data was marked as
2089           non-writable and vice versa. (fixes #143953, spotted by Francis
2090           Labonte)
2091           Shows how rarely we need to copy data ;)
2093 2004-06-20  Benjamin Otte  <otte@gnome.org>
2095         * testsuite/schedulers/.cvsignore:
2096         * testsuite/schedulers/Makefile.am:
2097         * testsuite/schedulers/143777-2.c: (main):
2098           add test for opt breakage in bug #143777
2100 2004-06-20  Benjamin Otte  <otte@gnome.org>
2102         * gst/gstpad.c: (gst_pad_call_chain_function):
2103           check for if we were unlinked while inside the chainfunction (fixes
2104           entrygthread having issues with #143777)
2105         * testsuite/schedulers/143777.c: (main):
2106         * testsuite/schedulers/Makefile.am:
2107           add a test for that fix
2109 2004-06-20  Benjamin Otte  <otte@gnome.org>
2111         * gst/gstvalue.c: (gst_value_set_int_range):
2112           test that start is smaller then end
2113         * libs/gst/bytestream/Makefile.am:
2114         * libs/gst/bytestream/filepad.c: 
2115         * libs/gst/bytestream/filepad.h:
2116           add GstFilePad - a pad that behaves like a FILE*
2117         * testsuite/bytestream/.cvsignore:
2118         * testsuite/bytestream/Makefile.am:
2119         * testsuite/bytestream/filepadsink.c: 
2120           test for the GstFilePad
2122 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2124         * gst/elements/gstidentity.c: (gst_identity_class_init),
2125         (gst_identity_init), (gst_identity_set_clock),
2126         (gst_identity_chain), (gst_identity_set_property),
2127         (gst_identity_get_property):
2128         * gst/elements/gstidentity.h:
2129         * gst/gstclock.c: (gst_clock_id_wait):
2130           add a "sync" property to sync to the clock
2132 2004-06-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2134         * gst/gstelementfactory.c: (gst_element_factory_create):
2135           make the freakin "elementfactory bla has no type" message more
2136           useful. So we actually can do something when someone shows up
2137           complaining about it.
2139 2004-06-15  Johan Dahlin  <johan@gnome.org>
2141         * tools/gst-inspect.c (main): Fallback to plugin if no element is
2142         found. This matches the old behavior better. Thanks to Thomas for
2143         pointing out.
2145 2004-06-14  David Schleef  <ds@schleef.org>
2147         * gst/gstcpu.c: (gst_cpuid_i386): Fix problem when using
2148         -fomit-frame-pointer.  Appears to generate correct code in
2149         other cases as well.
2151 2004-06-14  Johan Dahlin  <johan@gnome.org>
2153         * tools/gst-inspect.c (main): Add two new command line options: -a
2154         to print all elements and -n to print the name on each line. Also
2155         fix some error reporting.
2156         (main): Simplify, remove -n and always print names if -a is specified
2158 2004-06-13  Steve Lhomme  <steve.lhomme@free.fr>
2160         * win32/gstconfig.h:
2161         * win32/GSTreamer.vcproj:
2162         * win32/Makefile:
2163         * gst/gstconfig.h.in:
2164         * gst/gst.h:
2165         * gst/gstbin.h:
2166         * gst/gstelement.h:
2167         * gst/gstevent.h:
2168         * gst/gstobject.h:
2169         * gst/gstpad.h:
2170         * docs/gst/gstreamer-sections.txt:
2171         * docs/gst/tmpl/gstconfig.sgml:
2172           rename GSTREAMER_EXPORT(S) to GST_EXPORT(S)
2174 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
2175         * docs/gst/gstreamer-sections.txt:
2176         * docs/gst/tmpl/gstconfig.sgml:
2177         Add the GSTREAMER_EXPORT macro to the docs
2179 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
2181         * tools/gst-compprep.c: (handle_xmlerror), (main):
2182         Add a check for the version that introduced SetStructuredError to fix
2183         the build on FC1
2185 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2187         * win32/msvc71.sln:
2188         * win32/testsuite/:
2189           prepare to compile the testsuite with MSVC
2191 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2193         * docs/manual/win32.xml:
2194           attempt to transform the Win32 README into an XML doc
2196 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2198         * gst/gst.c:
2199         * gst/gstbin.*:
2200         * gst/config.h.in:
2201         * gst/gstelement.*:
2202         * gst/gstevent.h:
2203         * gst/gstobject.*:
2204         * gst/gstpad.h:
2205         * tools/gst-register.c:
2206         * win32/gstreamer.def:
2207           extern symbols are now exported for the Windows DLL
2209 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2211         * gst/gstinfo.h:
2212           fix a problem to enable/disable DEBUG under MSVC
2214 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2216         * win32/:
2217           enable more debug code in DEBUG build
2219 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2221         * win32/config.h:
2222         * gst/gst-i18n-app.h:
2223           enable NLS under Windows
2225 2004-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2226         * tools/gst-compprep.c: (handle_xmlerror), (main):
2227           Make an error that baffled me a bit clearer
2229 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2231         * gst/gstqueue.c:
2232           don't use g_queue_get_length () because it's 2.4, use ->length
2234 2004-06-11  Steve Lhomme  <steve.lhomme@free.fr>
2236         reviewed by Benjamin Otte  <in7y118@public.uni-hamburg.de>
2238         * tools/gst-inspect.c: (print_signal_info):
2239           don't free random data twice. (fixes #144185)
2241 2004-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2243         * gst/gstqueue.c:
2244         * gst/gstqueue.h:
2245           fix removing from the wrong queue on event timeout
2246           fix disposing of the event queue by casting correctly
2247           add mutexes for handling the event queue
2248           someone was sleeping when fixing queue last time around :)
2250 2004-06-10  Johan Dahlin  <johan@gnome.org>
2252         * gst/gst.c (gst_init_check_with_popt_table): Do not fail on
2253         errors, like gtk. It makes it more useful in bindings.  Fixes #141692.
2255 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2257         * docs/random/gdp:
2258         * libs/gst/dataprotocol/dataprotocol-test.c: (buffer_test):
2259         * libs/gst/dataprotocol/dataprotocol.c:
2260         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
2261         (gst_dp_buffer_from_header):
2262         * libs/gst/dataprotocol/dataprotocol.h:
2263         * libs/gst/dataprotocol/dp-private.h:
2264           rev version to 0.1, add buffer flags and copy them
2266 2004-06-09  Johan Dahlin  <johan@gnome.org>
2268         * gst/gstbuffer.c (gst_buffer_default_copy): Don't forget to merge
2269         the flags from the buffer we're copying.
2271 2004-06-09  Wim Taymans  <wim@fluendo.com>
2273         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
2274         * gst/elements/gstidentity.c: (gst_identity_init),
2275         (gst_identity_chain):
2276         Print more buffer info in fakesink.
2277         Make identity output similar to fakesink.
2279 2004-06-07  Daniel Gazard  <dany42@free.fr>
2281         reviewed by Benjamin Otte  <otte@gnome.org>
2283         * configure.ac:
2284           fix cross compiling not working. (fixes #143741)
2286 2004-06-07  Benjamin Otte  <otte@gnome.org>
2288         * gst/gstelement.c: (gst_element_set_time_delay):
2289           add failure check
2290         * gst/gstinfo.h:
2291           put brackets around macro arguments of GST_TIME_ARGS, add note to
2292           move it to correct header in 0.9
2294 2004-06-07  Benjamin Otte  <otte@gnome.org>
2296         * gst/indexers/gstfileindex.c: (gst_file_index_get_writer_id),
2297         (gst_file_index_load), (_file_index_id_save_entries),
2298         (gst_file_index_commit), (gst_file_index_add_association),
2299         (gst_file_index_add_entry), (gst_file_index_get_assoc_entry),
2300         (gst_file_index_plugin_init):
2301           make debugging use a default category
2303 2004-06-06  David Moore  <dcm@acm.org>
2305         reviewed by Benjamin Otte  <otte@gnome.org>
2307         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
2308         (gst_fdsrc_change_state):
2309           reset offset counter when going READY => PAUSED. (fixes #142903)
2311 2004-06-06  ed@catmur.co.uk
2313         reviewed by Benjamin Otte  <otte@gnome.org>
2315         * gst/registries/gstxmlregistry.c:
2316         (gst_xml_registry_rebuild_recurse):
2317           don't rely on g_dir_open to figure out if a file is a directory, use
2318           explicit G_TEST_IS_DIR. Reiserfs4 allows opening files as
2319           directories. (fixes #142850)
2321 2004-06-06  Benjamin Otte  <otte@gnome.org>
2323         * gst/gstqueue.c: (gst_queue_dispose), (gst_queue_change_state):
2324           fix memory leaks (fixes #142795). Initial patch by Sebastien Cote
2325         * libs/gst/bytestream/adapter.c:
2326         * libs/gst/bytestream/adapter.h:
2327           fix copyright in header and typo in debugging category name
2329 2004-06-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2331         * configure.ac:
2332           bump nano to cvs
2334 === release 0.8.3 ===
2336 2004-06-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2338         * configure.ac:
2339           update libtool versioning
2340           do a new release
2341         * docs/gst/tmpl/gstelement.sgml:
2342         * docs/gst/tmpl/gsttypes.sgml:
2343         * gst/gstinfo.c: (_gst_debug_init):
2344           put back GST_CAT_DATAFLOW to fix API breakage
2346 2004-06-04  David Schleef  <ds@schleef.org>
2348         * autogen.sh: Add a temporary 'env' to test buildbot problems.
2350 2004-06-04  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2352         * configure.ac:
2353           bump nano to cvs
2355 === release 0.8.2 ===
2357 2004-06-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2359         * gst/gst.c: (parse_debug_list), (gst_init_check_with_popt_table):
2360           check GST_DEBUG environment variable which is parsed the same way
2361           as --gst-debug=
2363 2004-05-28  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2365         * gst/elements    : gstaggregator.c gstfakesink.c gstfakesrc.c
2366                             gstmd5sink.c gstshaper.c gsttee.c
2367                             gsttypefindelement.c
2368         * gst/schedulers  : gstbasicscheduler.c gstoptimalscheduler.c
2370           - removing trailing commas at end of enums
2371             it is correct C99 code but C90 compilers would complain
2372             (AIX, Forte, ...)
2373             ('should' fix #143290, at least partially)
2375 2004-05-27  Wim Taymans  <wim@fluendo.com>
2377         * gst/schedulers/gstoptimalscheduler.c: (remove_from_chain),
2378         (chain_group_set_enabled), (create_group), (add_to_group),
2379         (merge_groups), (setup_group_scheduler), (group_elements),
2380         (gst_opt_scheduler_iterate), (gst_opt_scheduler_show):
2381         Don't try to follow the pad connections with other groups
2382         when a loop based element is added to the scheduler because
2383         the bin will inform the scheduler about the pad links a little
2384         later.
2386 2004-05-27  Wim Taymans  <wim@fluendo.com>
2388         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
2389         (remove_from_chain), (chain_group_set_enabled),
2390         (setup_group_scheduler), (group_element_set_enabled),
2391         (gst_opt_scheduler_state_transition), (gst_opt_scheduler_iterate),
2392         (gst_opt_scheduler_show):
2393         Elements without a group can do a state change as well, just wait
2394         with the setup of the scheduling function when it is added to a
2395         chain.
2397 2004-05-27  Wim Taymans  <wim@fluendo.com>
2399         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
2400         (remove_from_chain), (chain_group_set_enabled), (add_to_group),
2401         (merge_groups), (setup_group_scheduler),
2402         (group_inc_links_for_element), (gst_opt_scheduler_iterate),
2403         (gst_opt_scheduler_show):
2404         Fixes to maintain internal consistency of the scheduler data
2405         structures. 
2406          - adding an enabled group to a chain should increment the
2407            number of enabled elements in that chain.
2408          - removing an enabled group from a chain could disable the
2409            chain.
2410          - removing a disabled group from a chain could enable the
2411            chain.
2412          - add g_assert when internal inconsistency is detected.
2413          - adding an element to a group could increase the number of
2414            links this group has with other groups.
2415          - merging two groups also merges the chains.
2416          - also show group links in the _show method.
2417            
2419 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2421         * gst/gstcaps.c: (gst_caps_structure_simplify):
2422           don't print error messages when there is no error
2423         * gst/gstvalue.c: (gst_value_compare_int_range):
2424           compare the second value, too
2425         * testsuite/caps/Makefile.am:
2426         * testsuite/caps/random.c: (assert_on_error), (main):
2427           add tests to make sure the two things above are checked for
2429 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2431         * configure.ac:
2432         * libs/gst/dataprotocol/Makefile.am:
2433         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps):
2434         * libs/gst/dataprotocol/dataprotocol.h:
2435           wrap header in GST_ENABLE_NEW.  make code use it
2437 2004-05-23  Johan Dahlin  <johan@gnome.org>
2439         * tools/gst-inspect.c (main): Cleanup most parts of it, don't be
2440         so verbose and print GstElement signal names all the time.
2442 2004-05-22  David Schleef  <ds@schleef.org>
2444         * gst/registries/gstxmlregistry.c:
2445         (gst_xml_registry_parse_padtemplate): Fix warning on OS X.
2446         (bug #142957)
2448 2004-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2450         * configure.ac:
2451           scrub cflags for glib2 so gcc doesn't complain when glib is in
2452           /usr/local
2454 2004-05-21  Johan Dahlin  <johan@gnome.org>
2456         * gst/gstcpu.c (gst_cpuid_i386): Protect some gcc asm stuff with
2457         __GNUC__, patch from Brian Cameron, fixes bug #142804
2459 2004-05-20  David Schleef  <ds@schleef.org>
2461         * gst/gstindex.c: (gst_index_compare_func): Fix overflows in
2462         comparison code.  (bug #142819)
2464 2004-05-20  Wim Taymans  <wim@fluendo.com>
2466         * gst/gstbuffer.c: (gst_buffer_default_copy):
2467         * gst/gstbuffer.h:
2468         Added Comment to a flag.
2469         copy relevant flags in _buffer_copy.
2471 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2473         reviewed by: Wim Taymans <wim at fluendo dot com>
2475         * gst/gstbuffer.h:
2476           add GST_BUFFER_IN_CAPS buffer flag
2477         * gst/gststructure.c: (gst_structure_value_get_generic_type),
2478         (gst_structure_parse_any_list), (gst_structure_parse_list),
2479         (gst_structure_parse_fixed_list), (gst_structure_parse_value):
2480         * gst/gstvalue.c: (gst_value_serialize_any_list),
2481         (gst_value_transform_any_list_string),
2482         (gst_value_list_prepend_value), (gst_value_list_append_value),
2483         (gst_value_list_get_size), (gst_value_list_get_value),
2484         (gst_value_transform_list_string),
2485         (gst_value_transform_fixed_list_string),
2486         (gst_value_serialize_list), (gst_value_serialize_fixed_list),
2487         (gst_value_deserialize_fixed_list), (gst_type_is_fixed),
2488         (_gst_value_initialize):
2489         * gst/gstvalue.h:
2490           add a GST_TYPE_FIXED_LIST which is fixed by definition and uses
2491           < , > as a format.
2492         * testsuite/caps/string-conversions.c: (main):
2493           add regression tests for < >
2495 2004-05-20  Johan Dahlin  <johan@gnome.org>
2497         * docs/gst/Makefile.am (all-local): Re-add
2499 2004-05-20  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2501         * docs/gst/Makefile.am:
2502         * docs/gst/gstreamer-docs.sgml:
2503         * docs/libs/Makefile.am:
2504         * docs/libs/gstreamer-libs-docs.sgml:
2505           fix distcheck issues
2507 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2509         * libs/gst/dataprotocol/Makefile.am:
2510           add to autotest
2512 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2514         * libs/gst/dataprotocol/Makefile.am:
2515         * libs/gst/dataprotocol/dataprotocol.c:
2516         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
2517         (gst_dp_packet_from_event), (gst_dp_event_from_packet):
2518         * libs/gst/dataprotocol/dp-private.h:
2519           use GST macros to read/write fixed length ints
2520           add some more asserts
2522 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2524         * docs/libs/gstreamer-libs-docs.sgml:
2525         * docs/libs/gstreamer-libs-sections.txt:
2526           remove idct and putbits
2527         * configure.ac:
2528         * docs/libs/tmpl/gstdataprotocol.sgml:
2529         * libs/gst/Makefile.am:
2530         * libs/gst/dataprotocol/Makefile.am:
2531         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test),
2532         (buffer_test), (caps_test), (event_test), (main):
2533         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
2534         (gst_dp_dump_byte_array), (gst_dp_init),
2535         (gst_dp_header_payload_length), (gst_dp_header_payload_type),
2536         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
2537         (gst_dp_packet_from_event), (gst_dp_buffer_from_header),
2538         (gst_dp_caps_from_packet), (gst_dp_event_from_packet),
2539         (gst_dp_validate_header), (gst_dp_validate_payload),
2540         (gst_dp_validate_packet), (plugin_init):
2541         * libs/gst/dataprotocol/dataprotocol.h:
2542         * libs/gst/dataprotocol/dp-private.h:
2543           add dataprotocol
2545 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2547         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
2548           fix int variable deserialization and add a helper so we can actually
2549           debug this.
2551 2004-05-18  David Schleef  <ds@schleef.org>
2553         * testsuite/debug/commandline.c: (main): Call ./commandline, not
2554           argv[0].  Calling yourself is probably not the best way to
2555           construct a test like this, btw.
2557 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2559         * gst/gstbin.c: (gst_bin_iterate_func), (gst_bin_iterate):
2560           don't claim to be more intelligent than a scheduler when the
2561           scheduler claims the pipeline is stopped
2562         * gst/schedulers/entryscheduler.c: (safe_cothread_switch),
2563         (safe_cothread_destroy),
2564         (gst_entry_scheduler_remove_all_cothreads),
2565         (gst_entry_scheduler_reset), (_remove_cothread),
2566         (gst_entry_scheduler_state_transition):
2567           hold off cothread destruction if we're not in main cothread
2568         * configure.ac:
2569         * testsuite/Makefile.am:
2570           add new test dir
2571         * testsuite/schedulers/.cvsignore:
2572         * testsuite/schedulers/Makefile.am:
2573           add tests
2574         * testsuite/schedulers/relink.c: (cb_handoff), (main):
2575           check relinking and adding/removing elements from a running pipeline
2576         * testsuite/schedulers/unlink.c: (cb_handoff), (main):
2577           check unlinking in a running pipeline
2578         * testsuite/schedulers/unref.c: (cb_handoff), (main):
2579           check unreffing a running pipeline
2580         * testsuite/schedulers/useless_iteration.c: (main):
2581           check iterating a pipeline that contains running threads works
2583 2004-05-18  David Schleef  <ds@schleef.org>
2585         * docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC
2586           is false.
2588 2004-05-18  Wim Taymans  <wim@fluendo.com>
2590         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
2591         (setup_group_scheduler), (gst_opt_scheduler_pad_link):
2592         Fixed an error introduced with patch for 1.63. When setting
2593         a get based element as the entry point in a group, make sure
2594         to mark the group as GET based.
2596 2004-05-18  Wim Taymans  <wim@fluendo.com>
2598         * gst/schedulers/gstoptimalscheduler.c: (create_group),
2599         (setup_group_scheduler), (loop_group_schedule_function),
2600         (gst_opt_scheduler_pad_link):
2601         Added some more debug info and fixed a bug where the group
2602         type was set to LOOP but it was in fact unknown.
2604 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2606         * gst/schedulers/entryscheduler.c: (gst_entry_scheduler_reset):
2607           make resetting scheduler work twice in a row
2609 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2611         * gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
2612         (CREATE_USERIALIZATION), (_gst_value_initialize),
2613         (gst_value_compare_float), (gst_value_serialize_float),
2614         (gst_value_deserialize_float), (gst_value_compare_enum),
2615         (gst_value_serialize_enum), (gst_value_deserialize_enum):
2616           add serialization and comparison functions for long, int64, enum and
2617           float values
2618         * gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
2619           use best serialization function in type hierarchy instead of only a
2620           matching one. This is required for enums to work.
2621         * gst/parse/grammar.y:
2622           use gst_caps_deserialize
2623         * testsuite/parse/Makefile.am:
2624           parse1 now works
2625         * testsuite/parse/parse1.c: (main):
2626           remove aggregator check, aggregator is broken, this test works now
2627           but fails because of bug #138012
2628         * testsuite/parse/parse2.c: (main):
2629           s/xvideosink/xvimagesink - this test looks a lot like we should
2630           disable it
2632 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2634         * gst/gstelement.c: (gst_element_class_init):
2635           whoops, store the signal id correctly
2636         * gst/schedulers/gstbasicscheduler.c:
2637         (gst_basic_scheduler_chain_wrapper):
2638           detect infinfinfinfinfinf^Cinite loops in chain wrapper when the
2639           chain function isn't linked
2641 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
2642         * configure.ac:
2643         Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file
2644         support until we decide where the flags should be used
2645         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_query):
2646         Use GST_FORMAT_BYTES when GST_FORMAT_DEFAULT is passed
2647         * gst/gstpad.c: (gst_pad_link_call_link_functions):
2648         Output refused caps in the debug info
2650 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2652         * gst/elements/gstidentity.c: (gst_identity_chain):
2653           add duration debug
2654         * gst/gstinfo.c: (gst_debug_log_default):
2655           add timestamp
2657 2004-05-13  Benjamin Otte  <otte@gnome.org>
2659         * gst/gstpipeline.c: (gst_pipeline_dispose),
2660         (gst_pipeline_change_state):
2661           call gst_scheduler_reset on dispose (fixes #141416)
2663 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2665         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
2666           compute mapsize correctly
2667         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
2668           use correct datatypes when calling a varargs function
2669         * gst/elements/gsttypefindelement.c: (stop_typefinding):
2670           push a DISCONT event as first thing
2671         * gst/gst_private.h:
2672         * gst/gstinfo.c: (_gst_debug_init):
2673           remove GST_DATAFLOW debugging category
2674         * gst/gstbin.c: (gst_bin_iterate):
2675           use GST_SCHEDULING category
2676         * gst/gstpad.c: (gst_pad_get_type), (_invent_event),
2677         (gst_pad_push), (gst_pad_pull), (gst_pad_call_chain_function),
2678         (gst_pad_call_get_function):
2679           add GST_DATAFLOW to easily track flow of buffers or events.
2680         * gst/gstqueue.c: (gst_queue_get_type),
2681         (gst_queue_handle_pending_events), (gst_queue_chain),
2682         (gst_queue_get), (gst_queue_handle_src_event):
2683           use own static debugging category GST_DATAFLOW for dataflow,
2684           use DEBUG category for showing which path events go, use LOG
2685           category for buffers.
2687 2004-05-10  David Schleef  <ds@schleef.org>
2689         * docs/gst/gstreamer-sections.txt: Add gst_element_no_more_pads.
2691 2004-05-10  David Schleef  <ds@schleef.org>
2693         * docs/gst/Makefile.am: Dear gtk-doc, please print out the unused
2694         symbols, because otherwise we don't know what they are.  Thanks,
2695         the GStreamer team.
2696         * gst/registries/gstxmlregistry.c: (make_dir): Remove a spurious ;
2698 2004-05-10  David Schleef  <ds@schleef.org>
2700         (from Steve Lhomme)
2701         * win32/Makefile: When using make clean the MS Visual Studio makefiles
2702         are deleted.  Fix.
2703         * win32/Makefile.inspect:
2704         * win32/Makefile.launch:
2705         * win32/Makefile.register:
2707 2004-05-10  David Schleef  <ds@schleef.org>
2709         * gst/gstinfo.h: Add missing inline function.
2710         * gst/gsttrace.c: add include
2711         * gst/parse/grammar.y: remove unused code
2712         * gst/registries/gstxmlregistry.c: (make_dir): make mkdir call
2713         more portable.
2714         * tools/gst-register.c: wrap unistd.h
2715         
2716         More additions/fixes from Steve for the MSVC build.
2717         * win32/GStreamer.vcproj:
2718         * win32/Makefile:
2719         * win32/Makefile.inspect:
2720         * win32/Makefile.launch:
2721         * win32/Makefile.register:
2722         * win32/README.txt:
2723         * win32/gst-inspect.vcproj:
2724         * win32/gst-launch.vcproj:
2725         * win32/gst-register.vcproj:
2726         * win32/gstbytestream.def:
2727         * win32/gstbytestream.vcproj:
2728         * win32/gstconfig.h:
2729         * win32/gstelements.def:
2730         * win32/gstelements.vcproj:
2731         * win32/gstenumtypes.c:
2732         * win32/gstenumtypes.h:
2733         * win32/gstoptimalscheduler.def:
2734         * win32/gstoptimalscheduler.vcproj:
2735         * win32/gstreamer.def:
2736         * win32/gstspider.def:
2737         * win32/gstspider.vcproj:
2738         * win32/gstversion.h:
2739         * win32/msvc71.sln:
2741 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2743         * gst/gstelement.c: (gst_element_class_init),
2744         (gst_element_no_more_pads):
2745         * gst/gstelement.h:
2746           add gst_element_no_more_pads and the "no-more-pads" signal
2748 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2750         * gst/gstregistry.c: (gst_registry_add_plugin):
2751           refuse to add plugins when a plugin with same name is already
2752           registered. Fixes a bunch of "How to remove plugins?" issues.
2753           May lead to other problems though, let's test
2755 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2757         * testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
2758         * docs/manual/pads-api.xml : audio/wav => audio/x-wav
2759         * docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav
2761 2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2763         * tests/Makefile.am: fix am16 issue
2765 2004-05-09  Benjamin Otte  <otte@gnome.org>
2767         * libs/gst/bytestream/Makefile.am:
2768           we should indeed add .c files to makefiles or they won't be built
2769           (d'oh)
2771 2004-05-08  Benjamin Otte  <otte@gnome.org>
2773         * gst/gstpad.c: (gst_pad_proxy_fixate):
2774           really reduce the set of caps
2776 2004-05-08  Benjamin Otte  <otte@gnome.org>
2778         * tests/Makefile.am:
2779         * tests/spidey_bench.c: (handoff), (main):
2780           add benchmark to test how long spider needs to create a pipeline
2782 2004-05-08  Benjamin Otte  <otte@gnome.org>
2784         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_unnegotiate):
2785           mark links as unengaged when unnegotiating instead of deactivating.
2786           This way pads aren't marked as unengaged when going PLAYING=>PAUSED
2788 2004-05-08  Benjamin Otte  <otte@gnome.org>
2790         * docs/manual/helloworld.xml:
2791           s/audiosink/osssink (patch by Patrick Guimond)
2793 2004-05-07  David Schleef  <ds@schleef.org>
2795         * configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
2796         since it contains important stuff.
2798 2004-05-07  David Schleef  <ds@schleef.org>
2800         * testsuite/caps/caps.c: (test3), (main): A check for appending
2801         ANY caps.
2803 2004-05-07  David Schleef  <ds@schleef.org>
2805         * common/m4/as-compiler-flag.m4: Properly quote arguments,
2806         which may contain commas.  Fixes detection of -Wa,-mregnames
2808 2004-05-06  David Schleef  <ds@schleef.org>
2810         Changes to handle compilers that don't have variadic macro
2811         support.  In particular, glib headers define some inlines
2812         that need G_LOG_DOMAIN defined.  Additional fixes for MSVC
2813         builds.
2814         * gst/Makefile.am:
2815         * gst/cothreads.c:
2816         * gst/elements/gstfdsink.c:
2817         * gst/elements/gstfdsrc.c:
2818         * gst/elements/gstfilesink.c:
2819         * gst/elements/gstfilesrc.c:
2820         * gst/gst_private.h:
2821         * gst/gstatomic.c:
2822         * gst/gstcaps.c: (gst_caps_append):
2823         * gst/gstcpu.c: (gst_cpuid_i386):
2824         * gst/gstelement.c:
2825         * gst/gsterror.c:
2826         * gst/gstfilter.c:
2827         * gst/gstinfo.h:
2828         * gst/gstprobe.c:
2829         * gst/gstquery.c:
2830         * gst/gstregistry.c:
2831         * gst/gststructure.c:
2832         * gst/gsttaginterface.c:
2833         * gst/gsttrace.c: (gst_trace_new):
2834         * gst/gsttrashstack.c:
2835         * gst/gsturi.c:
2836         * gst/gstvalue.c:
2837         * gst/parse/grammar.y:
2838         * gst/parse/parse.l:
2839         * tools/gst-inspect.c: (main):
2840         * tools/gst-launch.c: (main):
2841         * tools/gst-xmlinspect.c: (PUT_STRING):
2843 2004-05-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2845         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
2846         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
2847         * gst/elements/gstfilesrc.h:
2848           send NEW_MEDIA events correctly
2849         * gst/elements/gsttypefindelement.c: (start_typefinding),
2850         (gst_type_find_element_handle_event):
2851           restart typefinding when we get a NEW_MEDIA event
2852         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_change_state),
2853         (gst_bin_dispose):
2854           don't die when someone removes elements in callbacks
2855         * gst/gstelement.c: (gst_element_change_state):
2856           improve debugging
2857         * gst/gstpad.c: (gst_pad_pull), (gst_pad_call_chain_function):
2858           we need a NEW_MEDIA event to engage a link
2859         * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
2860           don't g_print debugging stuff
2861         * testsuite/caps/simplify.c: (check_caps):
2863 2004-05-04  Benjamin Otte  <otte@gnome.org>
2865         * gst/parse/grammar.y:
2866           use GST_ERROR instead of g_warning, and always throw a GST_ERROR 
2868 2004-05-04  Benjamin Otte  <otte@gnome.org>
2870         * testsuite/caps/renegotiate.c: (main):
2871           improve output in error case
2873 2004-05-04  Benjamin Otte  <otte@gnome.org>
2875         * gst/parse/grammar.y:
2876           fix assert to not trigger when there's no error argument
2877         * gst/parse/parse.l:
2878           fix definition of caps to allow more than two structures
2879         * testsuite/caps/Makefile.am:
2880         * testsuite/caps/renegotiate.c: (main):
2881           it's sinesrc and works in that case
2883 2004-05-04  Wim Taymans  <wim@fluendo.com>
2885         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
2886         (group_dec_link), (gst_opt_scheduler_pad_unlink):
2887         when removing an element from a group, we always need to
2888         decrement the link count that this group had with other 
2889         groups through the element.
2890         added an extra assert to catch inconsistencies when decrementing
2891         the link count.
2893 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2895         * configure.ac:
2896         * docs/gst/Makefile.am:
2897         * docs/gst/gstreamer-sections.txt:
2898         * docs/gst/tmpl/gstcompat.sgml:
2899         * examples/appreader/Makefile.am:
2900         * examples/cutter/Makefile.am:
2901         * examples/events/Makefile.am:
2902         * examples/helloworld/Makefile.am:
2903         * examples/helloworld2/Makefile.am:
2904         * examples/launch/Makefile.am:
2905         * examples/manual/Makefile.am:
2906         * examples/mixer/Makefile.am:
2907         * examples/pingpong/Makefile.am:
2908         * examples/plugins/Makefile.am:
2909         * examples/queue/Makefile.am:
2910         * examples/queue2/Makefile.am:
2911         * examples/queue3/Makefile.am:
2912         * examples/queue4/Makefile.am:
2913         * examples/retag/Makefile.am:
2914         * examples/thread/Makefile.am:
2915         * examples/typefind/Makefile.am:
2916         * examples/xml/Makefile.am:
2917         * gst/Makefile.am:
2918         * gst/autoplug/Makefile.am:
2919         * gst/elements/Makefile.am:
2920         * gst/gstcompat.h:
2921         * gst/indexers/Makefile.am:
2922         * gst/parse/Makefile.am:
2923         * gst/registries/Makefile.am:
2924         * gst/schedulers/Makefile.am:
2925         * libs/gst/bytestream/Makefile.am:
2926         * libs/gst/control/Makefile.am:
2927         * libs/gst/getbits/Makefile.am:
2928         * po/af.po:
2929         * po/az.po:
2930         * po/en_GB.po:
2931         * po/fr.po:
2932         * po/nl.po:
2933         * po/sr.po:
2934         * po/sv.po:
2935         * po/tr.po:
2936         * po/uk.po:
2937         * tests/Makefile.am:
2938         * tests/bufspeed/Makefile.am:
2939         * tests/instantiate/Makefile.am:
2940         * tests/memchunk/Makefile.am:
2941         * tests/muxing/Makefile.am:
2942         * tests/negotiation/Makefile.am:
2943         * tests/probes/Makefile.am:
2944         * tests/sched/Makefile.am:
2945         * tests/seeking/Makefile.am:
2946         * tests/threadstate/Makefile.am:
2947         * testsuite/caps/Makefile.am:
2948         * testsuite/cleanup/Makefile.am:
2949         * testsuite/dlopen/Makefile.am:
2950         * testsuite/dynparams/Makefile.am:
2951         * testsuite/plugin/Makefile.am:
2952         * testsuite/states/Makefile.am:
2953         * tools/Makefile.am:
2954           reorganize compile/link flags to be consistent
2955           put gst_info in gstcompat.h and actually use GST_DISABLE_DEPRECATED
2957 2004-05-04  David Schleef  <ds@schleef.org>
2959         The "once more, with feeling" check-in.
2960         * testsuite/caps/Makefile.am: dist caps_strings
2961         * testsuite/caps/renegotiate.c: (main): This test triggers a
2962           segfault in the core.  Marking as failing.
2964 2004-05-03  David Schleef  <ds@schleef.org>
2966         * testsuite/caps/deserialize.c: (main): Fix problems noticed
2967           by the build bots.
2968         * testsuite/caps/renegotiate.c: (main): Same.
2970 2004-05-03  David Schleef  <ds@schleef.org>
2972         * testsuite/caps/renegotiate.c: (my_fixate), (main): Another test.
2974 2004-05-03  David Schleef  <ds@schleef.org>
2976         * testsuite/caps/deserialize.c: (main): Use the srcdir environment
2977           variable to find our source file.
2979 2004-05-03  David Schleef  <ds@schleef.org>
2981         * configure.ac:  Link plugins with libgstreamer and dependent
2982           libraries
2983         * testsuite/caps/Makefile.am:
2984         * testsuite/caps/caps_strings:
2985         * testsuite/caps/deserialize.c: (main): Add a little test to slog
2986           through a file of caps strings and test each one
2988 2004-05-04  Benjamin Otte  <otte@gnome.org>
2990         * libs/gst/bytestream/Makefile.am:
2991         * libs/gst/bytestream/adapter.c: 
2992         * libs/gst/bytestream/adapter.h:
2993           add GstAdapter, similar to bytestream, but doesn't require ugly event
2994           handling or uglier loopbased elements
2996 2004-05-03  David Schleef  <ds@schleef.org>
2998         * testsuite/caps/Makefile.am: Fix spelling of Ηρατοσθενες
2999         * testsuite/caps/erathostenes.c:
3000         * testsuite/caps/eratosthenes.c: (eratosthenes), (main):
3002 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3004         * docs/pwg/pwg.xml:
3005           remove hardcoded stylesheet path (duh)
3006         * docs/random/release:
3007         * docs/gst/gstreamer-sections.txt:
3008         * gst/Makefile.am:
3009         * gst/gst.h:
3010         * gst/gst_private.h:
3011         * gst/gstcaps.c:
3012         * gst/gstevent.c:
3013         * gst/gstformat.c:
3014         * gst/gstinfo.c:
3015         * gst/gstinfo.h:
3016         * gst/gstinterface.c:
3017         * gst/gstmemchunk.c:
3018         * gst/gstprobe.c:
3019         * gst/gstquery.c:
3020         * gst/gstregistry.c:
3021         * gst/gstregistrypool.c:
3022         * gst/gststructure.c:
3023         * gst/gsttaginterface.c:
3024         * gst/gstthread.c:
3025         * gst/gsttrace.c:
3026         * gst/gsttypefind.c: (gst_type_find_factory_get_type):
3027         * gst/gsturi.c:
3028         * gst/gstvalue.c:
3029           deprecate gst_info; remove gstlog.h
3030    
3032 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3034         * Makefile.am:
3035         * po/en_GB.po:
3036         * po/sv.po:
3037         * po/uk.po:
3038           updated translations
3040 2004-05-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3042         * gst/gstbin.c: (gst_bin_dispose):
3043           better debugging
3045 2004-05-03  Johan Dahlin  <johan@gnome.org>
3047         * gst/schedulers/gstoptimalscheduler.c
3048         (gst_opt_scheduler_pad_unlink): Check if element is non-NULL and
3049         really is a GstElement. Avoids critical when running gst-launch -v
3050         and a oggdemux/decoding pipeline.
3052 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3054         * docs/gst/tmpl/gstpipeline.sgml :
3055         * docs/manual/elements-api.xml :
3056                 doc fix by Patrick Guimond (Protector) from devel ML
3057                 reviewed by ronald
3059 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3061         * docs/gst/Makefile.am :
3062         * docs/libs/Makefile.am :
3063                 apply a patch from Arwed v. Merkatz so that gtk-doc
3064                 generated docs install (same for .devhelp file)
3065                 (fixes part 1 of #138836)
3067 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3069         * docs/faq/dependencies.xml: typo
3070         * docs/faq/getting.xml :
3071             - fix download URL for new gstreamer site
3072             - hide sf.net download page as latest version aren't there
3073             - fix apt URLs
3074             - fill "get via CVS" paragraph (link to dev page on the site)
3075         * docs/faq/general.xml:
3076             hide status tables as they no more exists
3077             change case on plugins license file to reflect reality
3078         * docs/faq/troubleshooting.xml:
3079             remove the wiki question/answer as there is no more wiki
3081 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3083         * gst/gsterror.h:
3084           include the headers needed for declarations used in this header
3086 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3088         * docs/random/uraeus/gstreamer_and_midi.txt :
3089           add .kar (midi + karaoke/lyrics 'track') doc to midi doc.
3090           (fixes #132288)
3092 2004-04-30  Sebastien Cote  <sc5@hermes.usherb.ca>
3094         reviewed by Benjamin Otte  <otte@gnome.org>
3096         * gst/schedulers/gthread-cothreads.h:
3097           free allocated data for main cothread, too when destroying context
3098           (fixes #141417)
3100 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3102         * docs/manual/goals.xml : remove duplicated paragraph at end 
3103         of doc page (fixes #141448)
3105 2004-04-29  David Schleef  <ds@schleef.org>
3107         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
3108         Patch from Sebastien Cote to fix leakage of events. (bug #141414)
3110 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3112         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
3113           fix property
3114         * gst/gstcaps.c:
3115           fix doc string
3116         * po/POTFILES.in:
3117           rename typefind source file
3119 2004-04-28  David Schleef  <ds@schleef.org>
3121         Several new files from Steve Lhomme's MSVC patch (bug #141317):
3122         * win32/GStreamer.vcproj:
3123         * win32/Makefile:
3124         * win32/config.h:
3125         * win32/dirent.c: (_topendir), (_treaddir), (_tclosedir),
3126         (_trewinddir), (_ttelldir), (_tseekdir):
3127         * win32/dirent.h:
3128         * win32/gst-inspect.vcproj:
3129         * win32/gst-launch.vcproj:
3130         * win32/gst-register.vcproj:
3131         * win32/gstbytestream.vcproj:
3132         * win32/gstelements.vcproj:
3133         * win32/gstoptimalscheduler.vcproj:
3134         * win32/gstspider.vcproj:
3135         * win32/gtchar.h:
3136         * win32/mman.c: (mmap), (mprotect), (msync), (munmap):
3137         * win32/mman.h:
3138         * win32/mman.inl:
3139         * win32/msvc71.sln:
3141 2004-04-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3143         * gst/gst.c: (init_post):
3144         * gst/gstinfo.c:
3145           remove useless _gst_progname stuff
3146         * tools/gst-inspect.c: (print_field), (print_caps):
3147           improve caps output
3149 2004-04-28  David Schleef  <ds@schleef.org>
3151         Disable parsing of a lot of files that aren't part of the
3152         exported API.  Move corresponding template files to old/,
3153         waiting for removal when they don't contain anything
3154         interesting.
3155         * docs/gst/Makefile.am:
3156         * docs/gst/gstreamer-sections.txt:
3157         * docs/gst/tmpl/cothreads.sgml:
3158         * docs/gst/tmpl/cothreads_compat.sgml:
3159         * docs/gst/tmpl/gettext.sgml:
3160         * docs/gst/tmpl/gobject2gtk.sgml:
3161         * docs/gst/tmpl/grammar.tab.sgml:
3162         * docs/gst/tmpl/gst-i18n-app.sgml:
3163         * docs/gst/tmpl/gst-i18n-lib.sgml:
3164         * docs/gst/tmpl/gst_private.sgml:
3165         * docs/gst/tmpl/gstaggregator.sgml:
3166         * docs/gst/tmpl/gstarch.sgml:
3167         * docs/gst/tmpl/gstatomic_impl.sgml:
3168         * docs/gst/tmpl/gstbufferstore.sgml:
3169         * docs/gst/tmpl/gstdata_private.sgml:
3170         * docs/gst/tmpl/gstdisksink.sgml:
3171         * docs/gst/tmpl/gstdisksrc.sgml:
3172         * docs/gst/tmpl/gstelementfactory.sgml:
3173         * docs/gst/tmpl/gstextratypes.sgml:
3174         * docs/gst/tmpl/gstfakesink.sgml:
3175         * docs/gst/tmpl/gstfakesrc.sgml:
3176         * docs/gst/tmpl/gstfdsink.sgml:
3177         * docs/gst/tmpl/gstfdsrc.sgml:
3178         * docs/gst/tmpl/gstfilesink.sgml:
3179         * docs/gst/tmpl/gstfilesrc.sgml:
3180         * docs/gst/tmpl/gsthttpsrc.sgml:
3181         * docs/gst/tmpl/gstidentity.sgml:
3182         * docs/gst/tmpl/gstindexfactory.sgml:
3183         * docs/gst/tmpl/gstmarshal.sgml:
3184         * docs/gst/tmpl/gstmd5sink.sgml:
3185         * docs/gst/tmpl/gstmultidisksrc.sgml:
3186         * docs/gst/tmpl/gstmultifilesrc.sgml:
3187         * docs/gst/tmpl/gstpadtemplate.sgml:
3188         * docs/gst/tmpl/gstpipefilter.sgml:
3189         * docs/gst/tmpl/gstschedulerfactory.sgml:
3190         * docs/gst/tmpl/gstsearchfuncs.sgml:
3191         * docs/gst/tmpl/gstshaper.sgml:
3192         * docs/gst/tmpl/gstspider.sgml:
3193         * docs/gst/tmpl/gstspideridentity.sgml:
3194         * docs/gst/tmpl/gststatistics.sgml:
3195         * docs/gst/tmpl/gsttee.sgml:
3196         * docs/gst/tmpl/gsttimecache.sgml:
3197         * docs/gst/tmpl/gsttypefind.sgml:
3198         * docs/gst/tmpl/gsttypefindfactory.sgml:
3199         * docs/gst/tmpl/gstxmlregistry.sgml:
3200         * docs/gst/tmpl/gthread-cothreads.sgml:
3201         * docs/gst/tmpl/old/cothreads.sgml:
3202         * docs/gst/tmpl/old/cothreads_compat.sgml:
3203         * docs/gst/tmpl/old/gettext.sgml:
3204         * docs/gst/tmpl/old/gobject2gtk.sgml:
3205         * docs/gst/tmpl/old/grammar.tab.sgml:
3206         * docs/gst/tmpl/old/gst-i18n-app.sgml:
3207         * docs/gst/tmpl/old/gst-i18n-lib.sgml:
3208         * docs/gst/tmpl/old/gst_private.sgml:
3209         * docs/gst/tmpl/old/gstaggregator.sgml:
3210         * docs/gst/tmpl/old/gstarch.sgml:
3211         * docs/gst/tmpl/old/gstatomic_impl.sgml:
3212         * docs/gst/tmpl/old/gstbufferstore.sgml:
3213         * docs/gst/tmpl/old/gstdata_private.sgml:
3214         * docs/gst/tmpl/old/gstdisksink.sgml:
3215         * docs/gst/tmpl/old/gstdisksrc.sgml:
3216         * docs/gst/tmpl/old/gstelementfactory.sgml:
3217         * docs/gst/tmpl/old/gstextratypes.sgml:
3218         * docs/gst/tmpl/old/gstfakesink.sgml:
3219         * docs/gst/tmpl/old/gstfakesrc.sgml:
3220         * docs/gst/tmpl/old/gstfdsink.sgml:
3221         * docs/gst/tmpl/old/gstfdsrc.sgml:
3222         * docs/gst/tmpl/old/gstfilesink.sgml:
3223         * docs/gst/tmpl/old/gstfilesrc.sgml:
3224         * docs/gst/tmpl/old/gsthttpsrc.sgml:
3225         * docs/gst/tmpl/old/gstidentity.sgml:
3226         * docs/gst/tmpl/old/gstindexfactory.sgml:
3227         * docs/gst/tmpl/old/gstmarshal.sgml:
3228         * docs/gst/tmpl/old/gstmd5sink.sgml:
3229         * docs/gst/tmpl/old/gstmultidisksrc.sgml:
3230         * docs/gst/tmpl/old/gstmultifilesrc.sgml:
3231         * docs/gst/tmpl/old/gstpadtemplate.sgml:
3232         * docs/gst/tmpl/old/gstpipefilter.sgml:
3233         * docs/gst/tmpl/old/gstschedulerfactory.sgml:
3234         * docs/gst/tmpl/old/gstsearchfuncs.sgml:
3235         * docs/gst/tmpl/old/gstshaper.sgml:
3236         * docs/gst/tmpl/old/gstspider.sgml:
3237         * docs/gst/tmpl/old/gstspideridentity.sgml:
3238         * docs/gst/tmpl/old/gststatistics.sgml:
3239         * docs/gst/tmpl/old/gsttee.sgml:
3240         * docs/gst/tmpl/old/gsttimecache.sgml:
3241         * docs/gst/tmpl/old/gsttypefindfactory.sgml:
3242         * docs/gst/tmpl/old/gstxmlregistry.sgml:
3243         * docs/gst/tmpl/old/gthread-cothreads.sgml:
3244         * docs/gst/tmpl/old/types.sgml:
3245         * docs/gst/tmpl/types.sgml:
3247         Rename gsttypefind.[ch] back to gsttypefindelement.[ch], since
3248         gtkdoc-scan doesn't like files with the same name in different
3249         directories.
3250         * gst/elements/Makefile.am:
3251         * gst/elements/gstelements.c:
3252         * gst/elements/gsttypefind.c: 
3253         * gst/elements/gsttypefind.h:
3254         * gst/elements/gsttypefindelement.c:
3255         * gst/elements/gsttypefindelement.h:
3257 2004-04-28  David Schleef  <ds@schleef.org>
3259         A bunch of portability fixes, derived from Steve Lhomme's MSVC
3260         patch (bug #141317):
3261         * gst/gst-i18n-lib.h: Allow disabling gettext.
3262         * gst/gstatomic_impl.h: disable warning when it's dumb.
3263         * gst/gstclock.c: fix include
3264         * gst/gstcompat.h: fix variadic macro
3265         * gst/gstinfo.c: fix include
3266         * gst/gstmacros.h: add defines for inlines on MSVC
3267         * gst/gstplugin.c: fix includes
3268         * gst/gstregistry.c: fix includes
3269         * gst/gstregistry.h: use S_IREAD, etc., if S_IRUSR isn't defined
3270         * gst/gstsystemclock.c: fix include
3271         * gst/gsttrace.c: (gst_trace_new), (gst_trace_text_flush): use
3272         S_IREAD if S_IRUSR isn't defined.  fix use of non-portable functions
3273         * gst/registries/gstxmlregistry.c:
3274         (gst_xml_registry_parse_element_factory): fix use of non-portable
3275         functions
3276         * libs/gst/control/dparam.h: Remove trailing comma in enum definition
3277         * libs/gst/control/dparammanager.h: same
3279 2004-04-28  David Schleef  <ds@schleef.org>
3281         Move a bunch of unused files to old/ with names that are
3282         not case-insensitive-unique.  These files still contain some
3283         useful information that needs to be merged into gstbin.sgml,
3284         etc., so they shouldn't be deleted yet.
3285         * docs/gst/tmpl/GstBin.sgml:
3286         * docs/gst/tmpl/GstBuffer.sgml:
3287         * docs/gst/tmpl/GstCaps.sgml:
3288         * docs/gst/tmpl/GstClock.sgml:
3289         * docs/gst/tmpl/GstCompat.sgml:
3290         * docs/gst/tmpl/GstData.sgml:
3291         * docs/gst/tmpl/GstElement.sgml:
3292         * docs/gst/tmpl/GstEvent.sgml:
3293         * docs/gst/tmpl/GstIndex.sgml:
3294         * docs/gst/tmpl/GstStructure.sgml:
3295         * docs/gst/tmpl/GstTag.sgml:
3296         * docs/gst/tmpl/old/GstBin.sgml:
3297         * docs/gst/tmpl/old/GstBuffer.sgml:
3298         * docs/gst/tmpl/old/GstCaps.sgml:
3299         * docs/gst/tmpl/old/GstClock.sgml:
3300         * docs/gst/tmpl/old/GstCompat.sgml:
3301         * docs/gst/tmpl/old/GstData.sgml:
3302         * docs/gst/tmpl/old/GstElement.sgml:
3303         * docs/gst/tmpl/old/GstEvent.sgml:
3304         * docs/gst/tmpl/old/GstIndex.sgml:
3305         * docs/gst/tmpl/old/GstStructure.sgml:
3306         * docs/gst/tmpl/old/GstTag.sgml:
3308 2004-04-28  David Schleef  <ds@schleef.org>
3310         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
3311         (gst_caps_append), (gst_caps_append_structure),
3312         (gst_caps_get_size), (gst_caps_get_structure), (gst_caps_copy_1),
3313         (gst_caps_set_simple), (gst_caps_set_simple_valist),
3314         (gst_caps_is_any), (gst_caps_is_empty), (gst_caps_is_chained),
3315         (gst_caps_is_fixed), (gst_caps_is_always_compatible),
3316         (gst_caps_intersect), (gst_caps_normalize),
3317         (gst_caps_transform_to_string):  Patch from Tim-Philipp Müller
3318         to fix GST_CAPS() and GST_IS_CAPS(). (bug #141304)
3319         * gst/gstcaps.h: use GST_IS_CAPS().
3321 2004-04-26  David Schleef  <ds@schleef.org>
3323         * gst/gstcpu.c: (gst_cpuid_i386): Don't clobber ebx in inline
3324         assembly.  gcc doesn't handle it correctly. (bug #141083)
3325         * gst/gsttrashstack.h: same
3327 2004-04-25  Benjamin Otte  <otte@gnome.org>
3329         * gst/gstelement.c: (gst_element_change_state):
3330           fix assertion to do an int comparison
3332 2004-04-25  Benjamin Otte  <otte@gnome.org>
3334         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
3335           better debugging output on error
3337 2004-04-25  Benjamin Otte  <otte@gnome.org>
3339         * gst/gstcaps.c: (gst_caps_subtract):
3340           fix memleak
3342 2004-04-23  Benjamin Otte  <otte@gnome.org>
3344         * gst/gstvalue.c: (gst_value_compare_buffer),
3345         (_gst_value_initialize):
3346           add comparison function for buffers
3348 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3350         * docs/pwg/pwg.xml:
3351           Just found out that this so-called "ima-wav" format is really
3352           just "dvi adpcm" (according to the MS WAV documentation). So
3353           renaming it. We didn't use it yet anyway.
3355 2004-04-23  Benjamin Otte  <otte@gnome.org>
3357         * gst/gstcaps.c: (gst_caps_is_always_compatible):
3358           call gst_caps_is_subset
3360 2004-04-23  Benjamin Otte  <otte@gnome.org>
3362         * gst/gstcaps.c: (gst_caps_subtract), (gst_caps_is_equal), 
3363         (gst_caps_is_subset):
3364           add documentation
3366 2004-04-23  Benjamin Otte  <otte@gnome.org>
3367           
3368         * gst/gstcaps.c: (gst_caps_structure_subtract_field),
3369         (gst_caps_structure_subtract), (gst_caps_subtract),
3370         (gst_caps_structure_figure_out_union),
3371         (gst_caps_structure_simplify), (gst_caps_do_simplify):
3372           fix simplifying and subtracting not working correctly with optional
3373           properties
3374           solve assorted problems that make it now simplify ebven more
3375         * docs/gst/tmpl/gstcaps.sgml:
3376         * gst/gstcaps.h:
3377           make gst_caps_do_simplify return a bool to indicate if it simplified
3378         * testsuite/caps/simplify.c: (main):
3379           add more checks. The tests is quite a bit useless right now because
3380           the core is heavily simplifying itself.
3381         * testsuite/caps/caps.h:
3382           fix caps to contain all optional properties
3384 2004-04-22  Benjamin Otte  <otte@gnome.org>
3386         * docs/gst/tmpl/gstcaps.sgml:
3387         * docs/gst/tmpl/gstfilesrc.sgml:
3388         * docs/gst/tmpl/gststructure.sgml:
3389         * docs/gst/tmpl/gstvalue.sgml:
3390           update for recent API changes
3391         * gst/gstcaps.c: (gst_caps_do_simplify):
3392           fix to stop trying with a freed structure
3393         * gst/gstpad.c: (gst_pad_link_fixate):
3394           simplify caps
3395         * gst/gstpad.c: (gst_pad_template_get_caps_by_name):
3396           remove C++ comment
3397         * gst/gstpad.h:
3398           deprecate gst_pad_template_get_caps_by_name, it doesn't work anyway
3399         * gst/gststructure.c: (gst_structure_value_get_generic_type),
3400         (gst_structure_to_string):
3401           keep the correct type when using lists of ranges
3402         * gst/gstvalue.c: (gst_value_list_prepend_value),
3403         (gst_value_list_append_value):
3404           copy the value before adding to the list (d'oh)
3405         * gst/gstvalue.c: (gst_value_subtract_int_range_int),
3406         (gst_value_subtract_int_range_int_range):
3407           handle overflows correctly
3408         * gst/gstvalue.c: (gst_value_subtract_from_list):
3409           fix memleak
3410         * testsuite/caps/caps.h:
3411           add a caps that caused segfaults
3413 2004-04-22  Benjamin Otte  <otte@gnome.org>
3415         * testsuite/refcounting/pad.c: (main):
3416           fix test
3418 2004-04-22  Benjamin Otte  <otte@gnome.org>
3420         * gst/gstcaps.c: (gst_caps_subtract):
3421           allow subtracting ANY and EMPTY from ANY caps
3423 2004-04-22  Benjamin Otte  <otte@gnome.org>
3425         * gst/gstcaps.c: (gst_caps_append), (gst_caps_intersect),
3426         (gst_caps_union):
3427           only simplify in functions that create new caps. Simplifying in
3428           gst_caps_append breaks tests.
3430 2004-04-22  Benjamin Otte  <otte@gnome.org>
3432         * gst/gstcaps.c: (gst_caps_structure_simplify):
3433           unset GValue after use
3434         * gst/gstcaps.c: (gst_caps_append), 
3435         * gst/gstpad.c: (gst_pad_link_fixate), (gst_pad_template_new):
3436           use gst_caps_simplify (reduces registry size by 30%)
3437         * gst/gstpad.c: (gst_pad_template_new):
3438           don't allow NULL caps
3440 2004-04-22  Benjamin Otte  <otte@gnome.org>
3442         * docs/gst/gstreamer-sections.txt:
3443           add gst_caps_do_simplify
3444         * gst/gstcaps.c:
3445           add documentation for gst_caps_do_simplify
3446         * gst/gstvalue.h:
3447           fix typo in gst_value_register_subtract_func declaration for gst-doc
3449 2004-04-22  Benjamin Otte  <otte@gnome.org>
3451         * gst/gstcaps.c: (gst_caps_from_string_inplace):
3452           fix bug when converting from empty string.
3453         * gst/gstcaps.c: (gst_caps_new_any), (gst_caps_new_simple),
3454         (gst_caps_new_full_valist), (gst_caps_copy), (gst_caps_copy_1):
3455           use gst_caps_new_empty to allocate a new caps. Only that function
3456           allocates memory for caps now.
3457         * gst/gstcaps.c: (gst_caps_remove_and_get_structure),
3458         (gst_caps_remove_structure):
3459           add ability to remove one structure (but not to header yet)
3460         * gst/gstcaps.c: (gst_caps_compare_structures),
3461         (gst_caps_simplify), (gst_caps_structure_figure_out_union),
3462         (gst_caps_structure_simplify), (gst_caps_do_simplify),
3463         * gst/gstcaps.h:
3464           add gst_caps_do_simplify that tries to simplify a caps in place.
3465           Deprecate old gst_caps_simplify function.
3466         * testsuite/caps/caps.h:
3467           add caps.h containing a common set of caps to test against.
3468         * testsuite/caps/sets.c: (check_caps), (main):
3469           use it.
3470         * testsuite/caps/.cvsignore:
3471         * testsuite/caps/Makefile.am:
3472         * testsuite/caps/simplify.c: (check_caps), (main):
3473           add test to check correctness and efficency of caps simplification.
3475 2004-04-22  Sebastien Cote <sc5@hermes.usherb.ca>
3477         reviewed by Benjamin Otte  <otte@gnome.org>
3479         * gst/gstparse.c: (_gst_parse_escape):
3480           Free the GString used in _gst_parse_escape()
3482 2004-04-21  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3484         * gst/gstpad.c: (gst_pad_link_negotiate):
3485           refuse to link if the link is not possible
3486         * configure.ac:
3487         * testsuite/Makefile.am:
3488         * testsuite/negotiation/.cvsignore:
3489         * testsuite/negotiation/Makefile.am:
3490         * testsuite/negotiation/pad_link.c: (main):
3491           add test that checks the above behaviour
3493 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3495         * docs/gst/gstreamer-sections.txt:
3496           add newly added API
3498 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3500         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
3501         (gst_filesrc_get_mmap), (gst_filesrc_get_read), (gst_filesrc_get),
3502         (gst_filesrc_open_file), (gst_filesrc_close_file),
3503         (gst_filesrc_srcpad_query), (gst_filesrc_srcpad_event):
3504         * gst/elements/gstfilesrc.h:
3505           add support for non-regular files (#140734)
3507 2004-04-21  Benjamin Otte  <otte@gnome.org>
3509         * gst/gstpad.c: (gst_pad_link_fixate):
3510           add sophisticated error checking code to see if fixation functions
3511           did their fixation right
3513 2004-04-21  Benjamin Otte  <otte@gnome.org>
3515         * gst/gstcaps.c: (gst_caps_append), (gst_caps_union):
3516           check for ANY caps before appending/unioning
3517         * gst/gstcaps.c: (gst_caps_is_subset),
3518         (gst_caps_is_equal), (gst_caps_structure_subtract_field),
3519         (gst_caps_structure_subtract), (gst_caps_subtract):
3520         * gst/gstcaps.h:
3521           add gst_caps_is_equal, gst_caps_is_subset and gst_caps_subtract to
3522           the API. deprecate gst_caps_is_equal_fixed
3523         * gst/gstpad.c: (gst_pad_try_set_caps):
3524         * gst/gstqueue.c: (gst_queue_link):
3525           s/gst_caps_is_equal_fixed/gst_caps_is_equal/
3526         * gst/gststructure.c: (gst_structure_get_name_id):
3527         * gst/gststructure.h:
3528           add function gst_structure_get_name_id
3529         * gst/gstvalue.c: (gst_value_subtract_int_int_range),
3530         (gst_value_create_new_range), (gst_value_subtract_int_range_int),
3531         (gst_value_subtract_int_range_int_range),
3532         (gst_value_subtract_double_double_range),
3533         (gst_value_subtract_double_range_double),
3534         (gst_value_subtract_double_range_double_range),
3535         (gst_value_subtract_from_list), (gst_value_subtract_list),
3536         (gst_value_can_intersect), (gst_value_subtract),
3537         (gst_value_can_subtract), (gst_value_register_subtract_func),
3538         (_gst_value_initialize):
3539         * gst/gstvalue.h:
3540           add support for subtracting values from each other. Note that
3541           subtracting means subtracting as in set theory. Required for caps
3542           stuff above.
3543         * testsuite/caps/.cvsignore:
3544         * testsuite/caps/Makefile.am:
3545         * testsuite/caps/erathostenes.c: (erathostenes), (main):
3546         * testsuite/caps/sets.c: (check_caps), (main):
3547         * testsuite/caps/subtract.c: (check_caps), (main):
3548           add tests for subtraction and equality code.
3550 2004-04-20  David Schleef  <ds@schleef.org>
3552         * gst/autoplug/Makefile.am:  Fix some little buglets in last checkin.
3553         * gst/indexers/Makefile.am:
3554         * gst/schedulers/Makefile.am:
3555         * libs/gst/bytestream/Makefile.am:
3556         * libs/gst/control/Makefile.am:
3557         * libs/gst/getbits/Makefile.am:
3559 2004-04-20  David Schleef  <ds@schleef.org>
3561         * common/as-libtool.mak: Fine-tune DLL building.
3562         * configure.ac: Link plugins against libgstreamer.  Define plugindir
3563         (like gst-plugins)
3564         * examples/plugins/Makefile.am: remove plugindir
3565         * gst/autoplug/Makefile.am: DLL building fixes
3566         * gst/elements/Makefile.am: DLL building fixes.  Disable pipefilter on
3567         Windows.
3568         * gst/elements/gstelements.c: Conditionally disable pipefilter.
3569         * gst/indexers/Makefile.am: DLL building fixes
3570         * gst/schedulers/Makefile.am: DLL building fixes.
3571         * libs/gst/bytestream/Makefile.am: DLL building fixes.
3572         * libs/gst/control/Makefile.am: same
3573         * libs/gst/getbits/Makefile.am: same
3574         * testsuite/Makefile.am: New dlopen directory
3575         * testsuite/dlopen/Makefile.am: Tests to check if libgstreamer works
3576         when dlopened.
3577         * testsuite/dlopen/dlopen_gst.c: (main): same
3578         * testsuite/dlopen/loadgst.c: (do_test): same
3580 2004-04-20  David Schleef  <ds@schleef.org>
3582         * gst/parse/grammar.y:  Apply patch from Sebastien Cote
3583         <sc5@hermes.usherb.ca> to fix a memleak. (bug #140594)
3585 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3587         * gst/gstelement.c: (gst_element_wait),
3588         (gst_element_set_time_delay), (gst_element_change_state):
3589           Use GST_TIME_*
3591 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3593         * gst/autoplug/gstspider.c: (gst_spider_link_sometimes),
3594         (gst_spider_identity_plug):
3595           improve debugging messages
3596         * gst/gstbin.c: (gst_bin_remove_func):
3597           make sure the state_change function is only called with simple state
3598           transitions
3600 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3602         * gst/elements/gstfakesink.c: (gst_fakesink_state_error_get_type),
3603         (gst_fakesink_set_property), (gst_fakesink_chain):
3604         * gst/elements/gstfakesrc.c: (gst_fakesrc_set_property):
3605         * gst/elements/gstfdsrc.c: (gst_fdsrc_set_property):
3606         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property):
3607         * gst/elements/gstidentity.c: (gst_identity_chain),
3608         (gst_identity_set_property):
3609         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_set_property):
3610         * gst/elements/gstpipefilter.c: (gst_pipefilter_set_property):
3611           add warnings to _set_property for unknown arguments
3612           use GST_TIME_FORMAT/GST_TIME_ARGS for timestamp printing
3614 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3616         * Makefile.am:
3617         * docs/manuals.mak:
3618           add .po file download snippet
3619           fix a bug in the doc makefile
3621 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3623         * Makefile.am:
3624         * po/LINGUAS:
3625         * po/en_GB.po:
3626           Added en_GB translation (Gareth Owen)
3628 2004-04-20  Johan Dahlin  <johan@gnome.org>
3630         * gst/gstpad.c (_invent_event): Clean up
3632 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3634         * testsuite/caps/filtercaps.c: (main):
3635           fix test to test things correctly (caps are complicated)
3637 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3639         * testsuite/caps/Makefile.am:
3640         * testsuite/caps/filtercaps.c: (main):
3641           add test (that doesn't work right now, but should)
3643 2004-04-19  David Schleef  <ds@schleef.org>
3645         * configure.ac: Add test for allowing unaligned access.  Add define
3646         to put in gstconfig.h.
3647         * docs/gst/gstreamer-sections.txt: New symbols
3648         * docs/gst/tmpl/gstcompat.sgml: Check in changes made by gtkdoc
3649         * docs/gst/tmpl/gstfilesrc.sgml:
3650         * docs/gst/tmpl/gstparse.sgml:
3651         * docs/gst/tmpl/gsttypes.sgml:
3652         * docs/gst/tmpl/gstutils.sgml:
3653         * docs/gst/tmpl/gstvalue.sgml:
3654         * gst/gstconfig.h.in: Add GST_HAVE_UNALIGNED_ACCESS
3655         * gst/gstutils.h: Add macros for unaligned memory access.  Useful
3656         on most !i386/!powerpc architectures.  From Daniel Gazard
3657         <daniel.gazard@free.fr>.  (bug #140156)
3658         * po/af.po: Check in changes made by gettext.
3659         * po/az.po:
3660         * po/fr.po:
3661         * po/nl.po:
3662         * po/sr.po:
3663         * po/sv.po:
3665 2004-04-20  Benjamin Otte  <otte@gnome.org>
3667         * gst/schedulers/entryscheduler.c: 
3668         (gst_entry_scheduler_yield):
3669           refuse to yield when decoupled elements insist on doing that.
3670           At least it's better than crashing
3672 2004-04-19  David Schleef  <ds@schleef.org>
3674         * docs/libs/Makefile.am: Change sinclude to include
3675         * docs/gst/Makefile.am: same
3676         * pkgconfig/Makefile.am:  Remove GNU-ism from makefile target
3678 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3680         * po/LINGUAS:
3681         * po/uk.po:
3682           Added Ukrainian translation (Maxim V. Dziumanenko)
3684 2004-04-19  Johan Dahlin  <johan@gnome.org>
3686         * gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
3687         checking here, do it before calling the function.
3688         Clean up, use for loops instead of while loops while iterating
3689         over lists.
3691         * gst/autoplug/gstspider.c (gst_spider_request_new_pad): Fix typo
3692         in debug message.
3693         (gst_spider_create_and_plug): Improve debug message.
3694         General: Replace while loops which iterates over GLists with for
3695         loops. Which are much cleaner, improves readability, especially
3696         for gst_spider_identity_plug
3698         * gst/gstpad.c (_invent_event): Fix parameters to warning macros,
3699         fixes bug 140477
3701 2004-04-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3703         * po/LINGUAS:
3704         * po/tr.po:
3705           Added Turkish translation (Baris Cicek)
3707 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3709         * docs/faq/troubleshooting.xml:
3710           Mention gst-register in the FAQ (fixes 139045).
3712 2004-04-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3714         * docs/gst/gstreamer-sections.txt:
3716 2004-04-17  Benjamin Otte  <otte@gnome.org>
3718         * gst/gstelement.c: (gst_element_dispose):
3719           simplify
3720         * gst/gstpad.c: (gst_pad_call_chain_function):
3721           don't create loads of events due to bad macro usage
3723 2004-04-16  David Schleef  <ds@schleef.org>
3725         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
3726         * gst/gstpad.c: (_gst_pad_default_fixate_foreach):
3727         * gst/gstvalue.c: (gst_value_serialize_buffer),
3728         (gst_value_deserialize_buffer), (gst_type_is_fixed),
3729         (_gst_value_initialize): Create a new function gst_type_is_fixed()
3730         to indicate types that are fixed wrt caps or not.  Switching to
3731         this function fixes (bug #140298).
3732         * gst/gstvalue.h:
3734 2004-04-16  David Schleef  <ds@schleef.org>
3736         * common/m4/gst-arch.m4:  Implmenent a whitelist and blacklist
3737         for GST_UNALIGNED_ACESS, since we essentially know which archs
3738         are ok.
3740 2004-04-17  Benjamin Otte  <otte@gnome.org>
3742         * docs/gst/Makefile.am:
3743           ignore gst/parse directory when building docs (fixes #140205)
3745 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3747         * testsuite/refcounting/mem.c: (vmsize):
3748           do error checking
3750 2004-04-16  Johan Dahlin  <johan@gnome.org>
3752         * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
3753         and gst_pad_call_get_function.
3755 2004-04-15  David Schleef  <ds@schleef.org>
3757         * common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
3758         checks if we can access unaligned memory.
3759         * configure.ac: Use it.
3761 2004-04-16  Benjamin Otte  <otte@gnome.org>
3763         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
3764         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
3765         * gst/elements/gstfilesrc.h:
3766           s/seek_happened/need_discont/ and require discont before sending any
3767           data
3769 2004-04-15  David Schleef  <ds@schleef.org>
3771         * gst/gstvalue.c: (gst_value_serialize_buffer),
3772         (gst_value_deserialize_buffer), (_gst_value_initialize):
3773         Register these types as fundamental types. (bug #140015)
3775 2004-04-16  Benjamin Otte  <otte@gnome.org>
3777         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
3778         (gst_pad_link_free), (gst_pad_link_try), (_invent_event),
3779         (gst_pad_pull):
3780           implement enforcing discont events before buffers are passed. This
3781           allows state changes of only some elements and later correctly going
3782           on where they left off (or in short: you can now set audio sinks to
3783           NULL to release the device when the pipeline is paused)
3784         * gst/gstpad.c: (gst_pad_call_chain_function),
3785         (gst_pad_call_get_function):
3786         * gst/gstpad.h:
3787           add gst_pad_call_chain_function and gst_pad_call_get_function for
3788           scheduler interaction. They are required because of the changes
3789           above.
3790         * gst/schedulers/entryscheduler.c: (get_buffer),
3791         (gst_entry_scheduler_chain_wrapper),
3792         (gst_entry_scheduler_get_wrapper),
3793         (gst_entry_scheduler_state_transition),
3794         (gst_entry_scheduler_pad_link):
3795         * gst/schedulers/gstbasicscheduler.c:
3796         (gst_basic_scheduler_chain_wrapper),
3797         (gst_basic_scheduler_src_wrapper),
3798         (gst_basic_scheduler_chainhandler_proxy),
3799         (gst_basic_scheduler_gethandler_proxy),
3800         (gst_basic_scheduler_cothreaded_chain),
3801         (gst_basic_scheduler_chain_elements):
3802         * gst/schedulers/gstoptimalscheduler.c:
3803         (get_group_schedule_function), (pad_clear_queued),
3804         (gst_opt_scheduler_pad_link):
3805           use the new functions instead of calling get/chain-functions
3806           directly.
3808 2004-04-15  David Schleef  <ds@schleef.org>
3810         * docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
3811         * docs/gst/tmpl/gstinfo.sgml: same
3812         * docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
3813         gtk-doc put here.
3814         * gst/gstutils.h: Remove the \ that was confusing gtk-doc.
3815         * examples/queue/queue.c: (main):  We iterate pipelines, not
3816         bins.  (bug #139996)
3818 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3820         * docs/pwg/advanced-types.xml:
3821           Add MS RLE support. Also document Qt RLE although I have no sample
3822           files for that yet. And document an extra property for ADPCM.
3824 2004-04-15  David Schleef  <ds@schleef.org>
3826         * gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
3827         (_gst_plugin_fault_handler_setup):  Disable more stuff on
3828         Windows.
3830 2004-04-15  David Schleef  <ds@schleef.org>
3832         * gst/gstinfo.c: (_gst_debug_init): Change some internal
3833         symbol names to not conflict with new gstinfo.h symbols.
3834         * gst/gstinfo.h: Add inline functions for all those crazy
3835         compilers that don't know how to handle variadic macros (MSVC).
3837 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3839         * configure.ac: bump nano to 1
3841 === release 0.8.1 ===
3843 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3845         * NEWS:
3846         * RELEASE:
3847         * configure.ac:
3848           releasing 0.8.1, "Snow Brigade"
3850 2004-04-14  David Schleef  <ds@schleef.org>
3852         * testsuite/Makefile.am: define tests_ignore
3853         * testsuite/Rules: Added new tests_ignore, which get compiled,
3854         but not run (generally because they're inconsistent or have
3855         heisenbugs).  Now we can ensure all the .c files compile in
3856         testsuite/.
3857         * testsuite/bins/Makefile.am: define tests_ignore
3858         * testsuite/bytestream/Makefile.am:
3859         * testsuite/caps/Makefile.am:
3860         * testsuite/clock/Makefile.am:
3861         * testsuite/debug/Makefile.am:
3862         * testsuite/debug/global.c: (gst_debug_log_one),
3863         (gst_debug_log_two): Fix compilation problem.
3864         * testsuite/dynparams/Makefile.am:
3865         * testsuite/elements/Makefile.am:
3866         * testsuite/ghostpads/Makefile.am:
3867         * testsuite/indexers/Makefile.am:
3868         * testsuite/parse/Makefile.am:
3869         * testsuite/plugin/Makefile.am:
3870         * testsuite/refcounting/Makefile.am:
3871         * testsuite/refcounting/element_pad.c: (main): Don't return leak
3872         results, because it's not calculated correctly.
3873         * testsuite/refcounting/pad.c: (main): same
3874         * testsuite/states/Makefile.am:
3875         * testsuite/tags/Makefile.am:
3876         * testsuite/threads/Makefile.am:
3878 2004-04-14  David Schleef  <ds@schleef.org>
3880         * gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
3881         generating bad code around the cpu detection asm code.
3883 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3885         * tools/gst-inspect.c: (print_element_info):
3886           print numeric version of rank as well, since we added some - 1
3887           rank values to elements
3889 2004-04-13  David Schleef  <ds@schleef.org>
3891         * configure.ac:  Disable various code when compiling for MinGW.
3892         * gst/elements/Makefile.am:
3893         * gst/elements/gstelements.c:
3894         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
3895         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
3896         * gst/registries/gstxmlregistry.c: (make_dir):
3898 2004-04-13  David Schleef  <ds@schleef.org>
3900         * gst/Makefile.am:
3901         * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
3902         assembly.
3903         * gst/gstcpuid_i386.s: remove
3905 2004-04-13  David Schleef  <ds@schleef.org>
3907         * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
3908         seems to think it needs to be done.
3909         * docs/gst/tmpl/gstfakesink.sgml:
3910         * docs/gst/tmpl/gstfakesrc.sgml:
3911         * docs/gst/tmpl/gstfdsink.sgml:
3912         * docs/gst/tmpl/gstfdsrc.sgml:
3913         * docs/gst/tmpl/gstfilesink.sgml:
3914         * docs/gst/tmpl/gstfilesrc.sgml:
3915         * docs/gst/tmpl/gstidentity.sgml:
3916         * docs/gst/tmpl/gstmd5sink.sgml:
3917         * docs/gst/tmpl/gstmultifilesrc.sgml:
3918         * docs/gst/tmpl/gstpipefilter.sgml:
3919         * docs/gst/tmpl/gstshaper.sgml:
3920         * docs/gst/tmpl/gstspider.sgml:
3921         * docs/gst/tmpl/gstspideridentity.sgml:
3922         * docs/gst/tmpl/gststatistics.sgml:
3923         * docs/gst/tmpl/gsttee.sgml:
3924         * docs/gst/tmpl/gsttypefind.sgml:
3925         * docs/gst/tmpl/gstutils.sgml:
3927 2004-04-13  David Schleef  <ds@schleef.org>
3929         * configure.ac: Changes to remove POSIXisms (mmap in this case)
3930         and to build DLLs on Windows.
3931         * gst/Makefile.am:
3932         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
3933         (gst_filesrc_open_file):
3934         * gst/schedulers/Makefile.am:
3936 2004-04-13  David Schleef  <ds@schleef.org>
3938         * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
3939         (gst_caps_structure_fixate_field_nearest_double):  Fix bug in
3940         fixating lists.
3942 2004-04-12  David Schleef  <ds@schleef.org>
3944         * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
3945         (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
3946         to using it.
3947         * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
3948         * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
3949         * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
3950         * gst/gststructure.c: (gst_structure_set_valist),
3951         (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
3952         support for buffers.
3953         * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
3954         intended to be const.
3955         * gst/gsttag.h: same
3956         * gst/gstvalue.c: (gst_value_serialize_buffer),
3957         (gst_value_deserialize_buffer), (_gst_value_initialize):  Add code
3958         to (de)serialize buffers.
3959         * testsuite/caps/Makefile.am:  Add a bit of buffer testing
3960         * testsuite/caps/string-conversions.c: (main):
3961         * testsuite/caps/value_serialize.c: add new test
3963 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3965         * docs/pwg/advanced-types.xml:
3966           Document MS video 1 (video/x-msvideocodec) mimetype/format.
3968 2004-04-11  Benjamin Otte  <otte@gnome.org>
3970         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
3971           rename categories to basic_*
3972         * gst/schedulers/gstbasicscheduler.c: 
3973         (gst_basic_scheduler_chain_wrapper),
3974         (gst_basic_scheduler_chainhandler_proxy),
3975         (gst_basic_scheduler_gethandler_proxy),
3976         (gst_basic_scheduler_eventhandler_proxy):
3977           debugging category fixes - put common stuff in log category
3978         * gst/schedulers/gstbasicscheduler.c: 
3979         (gst_basic_scheduler_chain_elements):
3980           dirty fix: call gst_basic_scheduler_cothreaded_chain when already
3981           active and linking two active chains
3983 2004-04-10  Benjamin Otte  <otte@gnome.org>
3985         * docs/pwg/intro-preface.xml:
3986           fix dead links and remove reference to Wiki
3988 2004-04-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3990         * gst/schedulers/gstbasicscheduler.c:
3991           make sure we can switch back to the main function if we're still in
3992           the main function (supposed to fix #139617)
3993         * gst/schedulers/gthread-cothreads.h:
3994           don't throw an error when switching to the same cothread
3996 2004-04-09  Benjamin Otte  <otte@gnome.org>
3998         * gst/gstbin.c: (gst_bin_get_type):
3999         * gst/gstclock.c: (gst_clock_get_type):
4000         * gst/gstindex.c: (gst_index_get_type):
4001         * gst/gstobject.c: (gst_object_get_type),
4002         (gst_signal_object_get_type):
4003         * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
4004         (gst_pad_template_get_type), (gst_ghost_pad_get_type):
4005         * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
4006         * gst/gstqueue.c: (gst_queue_get_type):
4007         * gst/gstregistry.c: (gst_registry_get_type):
4008         * gst/gstsystemclock.c: (gst_system_clock_get_type):
4009         * gst/gstthread.c: (gst_thread_get_type):
4010           don't use memchunks for these objects, use malloc instead
4012 2004-04-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4014         * docs/gst/.cvsignore:
4015         * docs/gst/Makefile.am:
4016         * docs/gst/gstreamer-sections.txt:
4017         * docs/gst/tmpl/gstaggregator.sgml:
4018         * docs/gst/tmpl/gstbuffer.sgml:
4019         * docs/gst/tmpl/gstclock.sgml:
4020         * docs/gst/tmpl/gstelement.sgml:
4021         * docs/gst/tmpl/gstfakesink.sgml:
4022         * docs/gst/tmpl/gstfakesrc.sgml:
4023         * docs/gst/tmpl/gstfdsink.sgml:
4024         * docs/gst/tmpl/gstfdsrc.sgml:
4025         * docs/gst/tmpl/gstfilesink.sgml:
4026         * docs/gst/tmpl/gstfilesrc.sgml:
4027         * docs/gst/tmpl/gstidentity.sgml:
4028         * docs/gst/tmpl/gstindex.sgml:
4029         * docs/gst/tmpl/gstinfo.sgml:
4030         * docs/gst/tmpl/gstmd5sink.sgml:
4031         * docs/gst/tmpl/gstmultifilesrc.sgml:
4032         * docs/gst/tmpl/gstpad.sgml:
4033         * docs/gst/tmpl/gstpipefilter.sgml:
4034         * docs/gst/tmpl/gstpipeline.sgml:
4035         * docs/gst/tmpl/gstpluginfeature.sgml:
4036         * docs/gst/tmpl/gstqueue.sgml:
4037         * docs/gst/tmpl/gstregistry.sgml:
4038         * docs/gst/tmpl/gstscheduler.sgml:
4039         * docs/gst/tmpl/gstshaper.sgml:
4040         * docs/gst/tmpl/gstspider.sgml:
4041         * docs/gst/tmpl/gstspideridentity.sgml:
4042         * docs/gst/tmpl/gststatistics.sgml:
4043         * docs/gst/tmpl/gstsystemclock.sgml:
4044         * docs/gst/tmpl/gsttee.sgml:
4045         * docs/gst/tmpl/gstthread.sgml:
4046         * docs/gst/tmpl/gsttypefind.sgml:
4047         * docs/gst/tmpl/gstutils.sgml:
4048           further doc build fixes
4050 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4052         * docs/gst/Makefile.am:
4053           make docs exit on scanning problems
4054           fix nonsrcdir build issues
4055         * docs/gst/gstreamer-sections.txt:
4056           adding stuff from -unused
4057         * gst/gstqueue.h:
4058           create GstQueueSize
4059         * gst/schedulers/cothreads_compat.h:
4060           fix cothread warnings
4062 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4064         * docs/gst/gstreamer-sections.txt:
4065           remove defines deprecated by Benjamin
4067 2004-04-07  Benjamin Otte  <otte@gnome.org>
4069         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
4070           when the buffer is complete, don't check if other buffers are needed
4071         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
4072           check that the offset is >0 so we don't try to read before the
4073           beginning of the file
4074         * gst/gstpad.c: (gst_pad_set_pad_template):
4075           sink the template, so we don't end up with 130k pad templates
4077 2004-04-06  Benjamin Otte  <otte@gnome.org>
4079         * gst/autoplug/gstspider.c: (gst_spider_link_add):
4080           don't ref the element, adding already reffed it. And we didn't unref
4081           it later anyway... (huge memleak when you used many spider elements)
4082         * gst/gstelement.c: (gst_element_base_class_finalize):
4083         * gst/gstelementfactory.c: (gst_element_factory_cleanup),
4084         (gst_element_register):
4085         * gst/gsturi.c: (gst_element_make_from_uri):
4086           use gst_object_(un)ref instead of g_object(un)ref
4088 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4090         * gst/gstbuffer.h:
4091           remove macro that wouldn't work anymore because struct member has
4092           been removed.
4093         * gst/schedulers/entryscheduler.c: (schedule_forward):
4094           fix segfault for unconnected pads
4095         
4096 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4098         reviewed by David Schleef <ds@schleef.org>
4100         * gst/gstinfo.h:
4101           *_FORMAT modifiers should require putting a % in front of them for
4102           consistency reasons.
4104 2004-04-05  Colin Walters  <walters@redhat.com>
4106         * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
4107         space.
4109 2004-04-05  Benjamin Otte  <otte@gnome.org>
4111         * configure.ac:
4112         * gst/Makefile.am:
4113         * gst/gst_private.h:
4114         * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
4115           add support for detecting if GStreamer runs inside valgrind.
4116           requires valgrind (d'oh) and --enable-debug for correct cdetection.
4117           print a big message in valgrind that GStreamer has detected it's
4118           running inside and might now use different code.
4119         * gst/gstmemchunk.c: (populate), (free_area),
4120         (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
4121         (gst_mem_chunk_free):
4122           flag memchunks for valgrind, so it can detect leaking of chunks.
4123           This allows detecting leaks of GstBuffer and GstEvent correctly
4124           inside valgrind.
4126 2004-04-05  David Schleef  <ds@schleef.org>
4128         * gst/gsttrace.h:  Fix #ifdef nesting (bug #139109) Patch from
4129           jensgr@gmx.net (Jens Granseuer)
4131 2004-04-05  David Schleef  <ds@schleef.org>
4133         * gst/gstbuffer.c: (_gst_buffer_sub_free),
4134         (gst_buffer_default_free), (gst_buffer_default_copy),
4135         (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
4136         (gst_buffer_new), (gst_buffer_create_sub):  Allocate GstBuffer
4137         structures in one place.
4139 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4141         * gst/gstinfo.h: adding Ronald's timestamp debugging defines
4142           (GST_TIME_FORMAT, GST_TIME_ARGS)
4144 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4146         * testsuite/elements/Makefile.am:
4147           disable test until it stops breaking make distcheck
4149 2004-04-05  Johan Dahlin  <johan@gnome.org>
4151         * po/sv.po: Updated translation
4153 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4155         * gst/gstplugin.c: (gst_plugin_load_file):
4156           fix segfault for when original plugin was loaded statically
4158 2004-04-05  Benjamin Otte  <otte@gnome.org>
4160         * testsuite/debug/category.c: (main):
4161         * testsuite/debug/commandline.c: (main):
4162         * testsuite/debug/output.c: (main):
4163           fix tests to work again with debugging enabled
4165 2004-04-05  Benjamin Otte  <otte@gnome.org>
4167         * gst/schedulers/gstbasicscheduler.c:
4168         (gst_basic_scheduler_pad_link):
4169           fix to work with recent scheduling changes
4171 2004-04-05  Benjamin Otte  <otte@gnome.org>
4173         * gst/schedulers/entryscheduler.c: (some functions, dunno which,
4174         prepareChangeLog doesn't work when cvs indents):
4175           don't throw an error when no element can be scheduled, there's too
4176           many weird reasons why it doesn't work. Return STOPPED instead.
4177           decoupled elemts' schedulability doesn't depend on bufpens.
4179 2004-04-04  Benjamin Otte  <otte@gnome.org>
4181         * gst/schedulers/gstbasicscheduler.c:
4182         (gst_basic_scheduler_pad_select):
4183           fix uninitialized variable warnings
4185 2004-04-04  Benjamin Otte  <otte@gnome.org>
4187         * gst/gstpad.c: (gst_pad_collect_valist):
4188           fix uninitialized variable warning
4189         * gst/schedulers/entryscheduler.c: (schedule_forward):
4190           fix shadowed variable
4192 2004-04-04  Benjamin Otte  <otte@gnome.org>
4194         * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
4195         (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
4196         (gst_pad_select):
4197         * gst/gstpad.h:
4198         * gst/gstscheduler.c: (gst_scheduler_pad_select),
4199         (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
4200         * gst/gstscheduler.h:
4201           implement gst_pad_collect as replacement for gst_pad_select.
4202           deprecate gst_pad_select and gst_scheduler_(un)lock_element
4203           add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
4204           new pad_select, lock and unlock calls.
4205         * gst/cothreads.c: (cothread_destroy), (cothread_switch):
4206         * gst/cothreads.h:
4207         * gst/schedulers/cothreads_compat.h:
4208         * gst/schedulers/gthread-cothreads.h:
4209           remove unused cothread_lock and cothread_unlock calls
4210         * gst/schedulers/entryscheduler.c:
4211         (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
4212         (_can_schedule_loop), (gst_entry_scheduler_get_handler),
4213         (gst_entry_scheduler_pad_select):
4214           update to new API
4215         * gst/schedulers/gstbasicscheduler.c:
4216         (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
4217         (gst_basic_scheduler_pad_select):
4218           remove useless lock and unlock calls, update pad_select to new API
4219           (untested)
4220         * gst/schedulers/gstoptimalscheduler.c:
4221         (gst_opt_scheduler_class_init):
4222           remove useless select, lock and unlock function calls
4223         * gst/elements/gstaggregator.c: (gst_aggregator_loop):
4224           use gst_pad_collect instead of gst_pad_select
4226 2004-04-04  Benjamin Otte  <otte@gnome.org>
4228         * gst/schedulers/entryscheduler.c: (_can_schedule_get),
4229         (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
4230         (schedule_next_element), (print_entry):
4231           add can_schedule_pad to handle element states.
4232           add schedule_forward to select the correct entry to schedule next
4234 2004-04-03  Benjamin Otte  <otte@gnome.org>
4236         * gst/schedulers/entryscheduler.c: 
4237           remove unused variable, fix error inside Rb, fix compile warning in
4238           unreachable code
4240 2004-04-03  Benjamin Otte  <otte@gnome.org>
4242         * gst/schedulers/entryscheduler.c:
4243           completely revamp the inner workings, so it's a lot easier to
4244           understand and extend
4246 2004-04-03  Andy Wingo  <wingo@pobox.com>
4248         * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
4249         Rename ->group1 and ->group2 to ->src and ->sink, respectively.
4250         This allows better introspection of pipeline topology.
4251         (add_to_chain): Don't do trickery to put loop elements first;
4252         rather, queue a chain sort by marking the chain as dirty.
4253         (remove_from_chain): Mark the chain dirty.
4254         (sort_chain): New function. Sorts the group list so that terminal
4255         sinks are first. This means elements on the sink side will be
4256         preferentially sscheduled before elements on the src side of the
4257         pipeline.
4258         (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
4259         (schedule_chain): If the chain is marked DIRTY, call sort_chain.
4260         (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
4261         (group_inc_link): Change argument and variable names to match the
4262         new link structure member names (src and sink).
4263         (group_dec_link): Add some description
4265 2004-04-03  Benjamin Otte  <otte@gnome.org>
4267         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
4268         * gst/gstinfo.h:
4269         * testsuite/debug/category.c: (main):
4270         * testsuite/debug/commandline.c: (main):
4271         * testsuite/debug/output.c: (main):
4272         * testsuite/debug/printf_extension.c: (main):
4273           fix to successfully build and test with --disable-gst-debug
4274           configure switch (fixes #138705)
4276 2004-04-03  Benjamin Otte  <otte@gnome.org>
4278         * docs/pwg/building-boiler.xml:
4279           add cvs login line and s/anonymous/anoncvs/
4281 2004-04-03  Tim-Phillip Müller  <t.i.m@zen.co.uk>
4283         reviewed by Benjamin Otte  <otte@gnome.org>
4285         * gst/gststructure.c: (gst_structure_free):
4286           memleak fix: free fields array (partial fix for #134839)
4288 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4290         * docs/random/ds/0.9-suggested-changes:
4291           Add a note to change handoff use in fakesrc to be usable in
4292           a more generic way (fakesrc should be renamed to appsrc or so).
4293         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
4294           Change signal type to scope, so we can fill the buffer in the
4295           handoff handler (that's the whole use of this signal...).
4297 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4299         * docs/pwg/other-ntoone.xml:
4300           Document muxers and n-to-1 elements.
4302 2004-04-01  Martin Soto  <martinsoto@users.sourceforge.net>
4304         * gst/registries/gstxmlregistry.c
4305         (gst_xml_registry_rebuild_recurse): Fix the algorithm to
4306         determine if a file is a G_MODULE. The old one discards paths
4307         containing "so" somewhere in the middle. My home directory is
4308         called "soto". Go figure...
4310 2004-03-31  David Schleef  <ds@schleef.org>
4312         * gst/gstbuffer.c: (gst_buffer_join):  Add function gst_buffer_join()
4313         to eventually deprecate gst_buffer_merge().  (bug: #136408)
4314         * gst/gstbuffer.h:
4316 2004-03-31  David Schleef  <ds@schleef.org>
4318         * gst/gstvalue.c: (gst_value_union_int_int_range),
4319         (gst_value_union_int_range_int_range), (gst_value_can_union),
4320         (gst_value_union), (_gst_value_initialize):  Add some union
4321         implementations.  We didn't have any previously.
4322         * testsuite/caps/Makefile.am:
4323         * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
4324         (gst_audioscale_getcaps), (test_caps), (main): A little test
4325         that is the same as the caps manipulation in audioscale.
4327 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4329         * docs/faq/general.xml:
4330           add entry about "does gst support format X?"
4332 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4334         * gst/gstthread.c:
4335           fix docs
4336         * gst/gstutils.h:
4337           fix GST_BOILERPLATE_FULL to not throw casting errors on C++
4339 2004-03-30  Benjamin Otte  <otte@gnome.org>
4341         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
4342           set the offset of the buffer to the requested offset
4343         * gst/elements/gsttypefind.c: (stop_typefinding):
4344           revert patch 1.18 (which I unfortunately don't know the reason for).
4345           This is needed to allow downstream elements to seek. Otherwise
4346           typefind might overwrite a previous seek by downstream elements.
4347           This lead to errors with id3tag and typefind on some mp3s.
4348         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
4349         (gst_entry_scheduler_iterate):
4350           be more verbose when debugging
4352 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4354         * gst/gstcaps.c: (gst_caps_from_string_inplace):
4355           make sure we don't get NULL strings
4357 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4359         * gst/gstcaps.c:
4360         * gst/gstelement.c:
4361         * gst/gstelementfactory.c: (gst_element_factory_get_type):
4362         * gst/gstindex.c: (gst_index_resolver_get_type),
4363         (gst_index_get_type), (gst_index_factory_get_type):
4364         * gst/gstinfo.c:
4365         * gst/gstpad.c:
4366         * gst/gstplugin.c:
4367         * gst/gsturi.c: (gst_uri_handler_get_type):
4368         * gst/gstvalue.c:
4369           first batch of documentation fixes
4371 2004-03-29  David Schleef  <ds@schleef.org>
4373         * docs/gst/Makefile.am:  Disable a bunch of headers from being scanned
4374         * docs/gst/gstreamer-docs.sgml:  More hacking
4375         * docs/gst/gstreamer-sections.txt:
4376         * docs/gst/tmpl/cothreads_compat.sgml:
4377         * docs/gst/tmpl/gstcaps.sgml:
4378         * docs/gst/tmpl/gstclock.sgml:
4379         * docs/gst/tmpl/gstelement.sgml:
4380         * docs/gst/tmpl/gstevent.sgml:
4381         * docs/gst/tmpl/gstpad.sgml:
4382         * docs/gst/tmpl/gstutils.sgml:
4383         * docs/gst/tmpl/gstxml.sgml:
4384         * docs/gst/tmpl/gthread-cothreads.sgml:
4385         * docs/random/ds/0.9-suggested-changes:
4386         * gst/elements/gstfakesink.h: doc fixes
4387         * gst/elements/gstfakesrc.h: doc fixes
4388         * gst/gstcaps.c: doc fixes
4389         * gst/gstcaps.h: doc fixes
4390         * gst/gstelement.c: doc fixes
4391         * gst/gstelement.h: doc fixes
4392         * gst/gstindex.c: doc fixes
4393         * gst/gstinfo.c: doc fixes
4394         * gst/gstpad.c: doc fixes
4395         * gst/gstpad.h: doc fixes
4396         * gst/gstplugin.c: doc fixes
4397         * gst/gsttypefind.h: doc fixes
4398         * gst/gsturi.c: doc fixes
4399         * gst/gstvalue.c: doc fixes
4401 2004-03-29  Colin Walters  <walters@redhat.com>
4403         * gst/registries/gstxmlregistry.c (get_time)
4404         (plugin_times_older_than_recurse):
4405         Use the result of stat to determine whether a path is a file,
4406         so we don't attempt to opendir() files.
4408 2004-03-29  Benjamin Otte  <otte@gnome.org>
4410         * gst/gstpad.c: (gst_pad_set_explicit_caps):
4411           print caps in debugging output when setting caps failed
4412         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
4413         (schedule_next_element), (get_buffer), (run_chainhandler),
4414         (element_may_start), (gst_entry_scheduler_chain_handler),
4415         (gst_entry_scheduler_get_handler),
4416         (gst_entry_scheduler_state_transition),
4417         (gst_entry_scheduler_pad_link):
4418           make this scheduler a testcase for mandatory
4419           discont-before-first-buffer which is needed if we want to allow apps
4420           to release the sound device.
4421           add SCHED_ASSERT macro to print scheduler state before an assertion
4422           triggers.
4424 2004-03-29  Benjamin Otte  <otte@gnome.org>
4426         * COPYING:
4427           replace by LGPL (former COPYING.LIB). The core is completely
4428           licensed LGPL.
4429         * COPYING.LIB:
4430           remove
4432 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4434         * po/af.po:
4435         * po/sv.po:
4436           updated Afrikaans and Swedish
4438 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4440         * po/LINGUAS:
4441         * po/az.po:
4442           adding Azerbaijani (Mətin Əmirov)
4444 2004-03-28  Martin Soto  <martinsoto@users.sourceforge.net>
4446         * gst/gstelement.h: 
4447         * gst/gstelement.c (gst_element_set_time_delay): New function for
4448         setting element time taking into account a hardware buffering
4449         delay.
4450         (gst_element_set_time): Now just an invocation of
4451         gst_element_set_time_delay.
4452         * gst/gstclock.h: 
4453         * gst/gstclock.c (gst_clock_get_event_time_delay): New function
4454         allowing to set event times in the future.
4455         (gst_clock_get_event_time): Now just an invocation of
4456         gst_clock_get_event_time_delay.
4458 2004-03-28  Benjamin Otte  <otte@gnome.org>
4460         * gst/gstbin.c: (gst_bin_set_element_sched),
4461         (gst_bin_unset_element_sched):
4462           don't add decoupled elements to schedulers - otherwise it's
4463           impossible to control if a link to a decoupled element was already
4464           removed from a scheduler or not.
4465         * gst/schedulers/cothreads_compat.h:
4466         * gst/schedulers/gthread-cothreads.h:
4467           add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
4468           is no "unused" warning.
4469         * gst/schedulers/Makefile.am:
4470         * gst/schedulers/entryscheduler.c:
4471           add new scheduler, based on ideas from talking to David and Martin.
4472           It's supposed to be small and correct. Currently it's also slow (but
4473           it's not noticable)
4474         * examples/retag/retag.c: (main):
4475         * testsuite/bytestream/test1.c: (main):
4476           fix missing NULLs at end of variadic functions
4477         * testsuite/elements/.cvsignore:
4478           update
4480 2004-03-28  Jan Schmidt  <thaytan@mad.scientist.com>
4482         * gst/gstevent.h:
4483         Added GST_EVENT_ANY for GstEvents that pass a GstStructure
4485 2004-03-25  David Schleef  <ds@schleef.org>
4487         * docs/gst/gstreamer-sections.txt:  More doc hacking.
4488         * docs/gst/tmpl/gstaggregator.sgml:
4489         * docs/gst/tmpl/gstautoplugfactory.sgml:
4490         * docs/gst/tmpl/gstbin.sgml:
4491         * docs/gst/tmpl/gstbuffer.sgml:
4492         * docs/gst/tmpl/gstbufferstore.sgml:
4493         * docs/gst/tmpl/gstfakesink.sgml:
4494         * docs/gst/tmpl/gstfakesrc.sgml:
4495         * docs/gst/tmpl/gstmd5sink.sgml:
4496         * docs/gst/tmpl/gstreamer-unused.sgml:
4497         * docs/gst/tmpl/gstsearchfuncs.sgml:
4498         * docs/gst/tmpl/gstshaper.sgml:
4499         * docs/gst/tmpl/gstspider.sgml:
4500         * docs/gst/tmpl/gsttee.sgml:
4501         * docs/gst/tmpl/gstutils.sgml:
4502         * docs/gst/tmpl/gstvalue.sgml:
4503         * docs/gst/tmpl/gstxml.sgml:
4504         * gst/Makefile.am:  Remove gstthreaddummy.c.  It never worked,
4505         and we don't support it.
4506         * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
4507         (gst_use_threads), (gst_has_threads): same
4508         * gst/gstthreaddummy.c: same
4509         * gst/autoplug/gstspider.c: Make gst_spider_details static.
4510         * gst/autoplug/gstspider.h: same
4511         * gst/elements/gstaggregator.h: Remove bogus function from header
4512         * gst/elements/gstfakesink.h: same
4513         * gst/elements/gstfakesrc.h: same
4514         * gst/elements/gstmd5sink.h: same
4515         * gst/elements/gstshaper.h: same
4516         * gst/elements/gsttee.h: same
4517         * gst/gstbin.c: doc fixes
4518         * gst/gstbin.h: Remove unused definition.
4519         * gst/gstbuffer.c: doc fixes
4520         * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
4521         * gst/gstfilter.c: doc fixes
4522         * gst/gsttag.c: doc fixes
4523         * gst/gstvalue.c: doc fixes
4525 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4527         * docs/pwg/advanced-types.xml:
4528           Document typefinding.
4529         * docs/pwg/other-oneton.xml:
4530           Document one-to-n elements, demuxers and parsers.
4532 2004-03-25  Tim-Philipp Müller <t.i.m@zen.co.uk>
4534         reviewed by: David Schleef  <ds@schleef.org>
4536         * configure.ac: Check bison version (bug #127838)
4538 2004-03-25  David Schleef  <ds@schleef.org>
4540         * docs/gst/gstreamer-docs.sgml: More fine tuning.
4541         * docs/gst/gstreamer-sections.txt:
4542         * docs/gst/tmpl/gstautoplug.sgml:
4543         * docs/gst/tmpl/gststaticautoplug.sgml:
4544         * docs/gst/tmpl/gststaticautoplugrender.sgml:
4545         * docs/gst/tmpl/gstutils.sgml:
4546         * docs/gst/tmpl/gstxml.sgml:
4548 2004-03-24  David Schleef  <ds@schleef.org>
4550         * docs/gst/gstreamer-docs.sgml:  I got tired of the reference
4551         manual being such complete crap, that I decided to do major
4552         hacking of it.  This checkin replaces any fine tuning that
4553         may have been done previously, with the benefit of actually
4554         being complete for much of the API that was changed since
4555         0.6.  Further fine tuning will occur shortly.  (bug #134721)
4556         * docs/gst/gstreamer-sections.txt:
4557         * docs/gst/tmpl/GstBin.sgml:
4558         * docs/gst/tmpl/GstBuffer.sgml:
4559         * docs/gst/tmpl/GstCaps.sgml:
4560         * docs/gst/tmpl/GstClock.sgml:
4561         * docs/gst/tmpl/GstCompat.sgml:
4562         * docs/gst/tmpl/GstData.sgml:
4563         * docs/gst/tmpl/GstElement.sgml:
4564         * docs/gst/tmpl/GstEvent.sgml:
4565         * docs/gst/tmpl/GstIndex.sgml:
4566         * docs/gst/tmpl/GstStructure.sgml:
4567         * docs/gst/tmpl/GstTag.sgml:
4568         * docs/gst/tmpl/cothreads.sgml:
4569         * docs/gst/tmpl/cothreads_compat.sgml:
4570         * docs/gst/tmpl/gettext.sgml:
4571         * docs/gst/tmpl/grammar.tab.sgml:
4572         * docs/gst/tmpl/gst-i18n-app.sgml:
4573         * docs/gst/tmpl/gst-i18n-lib.sgml:
4574         * docs/gst/tmpl/gst.sgml:
4575         * docs/gst/tmpl/gst_private.sgml:
4576         * docs/gst/tmpl/gstaggregator.sgml:
4577         * docs/gst/tmpl/gstarch.sgml:
4578         * docs/gst/tmpl/gstatomic.sgml:
4579         * docs/gst/tmpl/gstatomic_impl.sgml:
4580         * docs/gst/tmpl/gstbin.sgml:
4581         * docs/gst/tmpl/gstbuffer.sgml:
4582         * docs/gst/tmpl/gstbufferstore.sgml:
4583         * docs/gst/tmpl/gstcaps.sgml:
4584         * docs/gst/tmpl/gstclock.sgml:
4585         * docs/gst/tmpl/gstcompat.sgml:
4586         * docs/gst/tmpl/gstconfig.sgml:
4587         * docs/gst/tmpl/gstcpu.sgml:
4588         * docs/gst/tmpl/gstdata.sgml:
4589         * docs/gst/tmpl/gstdata_private.sgml:
4590         * docs/gst/tmpl/gstelement.sgml:
4591         * docs/gst/tmpl/gstenumtypes.sgml:
4592         * docs/gst/tmpl/gsterror.sgml:
4593         * docs/gst/tmpl/gstevent.sgml:
4594         * docs/gst/tmpl/gstfakesink.sgml:
4595         * docs/gst/tmpl/gstfakesrc.sgml:
4596         * docs/gst/tmpl/gstfilesink.sgml:
4597         * docs/gst/tmpl/gstfilter.sgml:
4598         * docs/gst/tmpl/gstindex.sgml:
4599         * docs/gst/tmpl/gstinfo.sgml:
4600         * docs/gst/tmpl/gstinterface.sgml:
4601         * docs/gst/tmpl/gstlog.sgml:
4602         * docs/gst/tmpl/gstmacros.sgml:
4603         * docs/gst/tmpl/gstmarshal.sgml:
4604         * docs/gst/tmpl/gstmd5sink.sgml:
4605         * docs/gst/tmpl/gstmultifilesrc.sgml:
4606         * docs/gst/tmpl/gstobject.sgml:
4607         * docs/gst/tmpl/gstpad.sgml:
4608         * docs/gst/tmpl/gstparse.sgml:
4609         * docs/gst/tmpl/gstpipeline.sgml:
4610         * docs/gst/tmpl/gstplugin.sgml:
4611         * docs/gst/tmpl/gstpluginfeature.sgml:
4612         * docs/gst/tmpl/gstqueue.sgml:
4613         * docs/gst/tmpl/gstreamer-unused.sgml:
4614         * docs/gst/tmpl/gstregistry.sgml:
4615         * docs/gst/tmpl/gstregistrypool.sgml:
4616         * docs/gst/tmpl/gstscheduler.sgml:
4617         * docs/gst/tmpl/gstsearchfuncs.sgml:
4618         * docs/gst/tmpl/gstshaper.sgml:
4619         * docs/gst/tmpl/gstspider.sgml:
4620         * docs/gst/tmpl/gstspideridentity.sgml:
4621         * docs/gst/tmpl/gststructure.sgml:
4622         * docs/gst/tmpl/gstsystemclock.sgml:
4623         * docs/gst/tmpl/gsttag.sgml:
4624         * docs/gst/tmpl/gsttaginterface.sgml:
4625         * docs/gst/tmpl/gsttee.sgml:
4626         * docs/gst/tmpl/gstthread.sgml:
4627         * docs/gst/tmpl/gsttrace.sgml:
4628         * docs/gst/tmpl/gsttrashstack.sgml:
4629         * docs/gst/tmpl/gsttypefind.sgml:
4630         * docs/gst/tmpl/gsttypes.sgml:
4631         * docs/gst/tmpl/gsturi.sgml:
4632         * docs/gst/tmpl/gsturitype.sgml:
4633         * docs/gst/tmpl/gstutils.sgml:
4634         * docs/gst/tmpl/gstvalue.sgml:
4635         * docs/gst/tmpl/gstversion.sgml:
4636         * docs/gst/tmpl/gstxml.sgml:
4637         * docs/gst/tmpl/gstxmlregistry.sgml:
4638         * docs/gst/tmpl/gthread-cothreads.sgml:
4639         * docs/gst/tmpl/types.sgml:
4641 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4643         * docs/pwg/other-sink.xml:
4644         * docs/pwg/other-source.xml:
4645           Documentation on how to write source and sink elements. Other
4646           stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
4647           manager, autoplugger) are all still pending.
4649 2004-03-25  Benjamin Otte  <otte@gnome.org>
4651         * testsuite/elements/Makefile.am:
4652         * testsuite/elements/gst-compprep-check:
4653           add check to make sure gst-compprep works
4654         * testsuite/elements/gst-inspect-check.in:
4655           improve initialization output
4656         * testsuite/Makefile.am:
4657         * testsuite/gst-inspect-check:
4658           remove old file
4660 2004-03-24  David Schleef  <ds@schleef.org>
4662         * testsuite/elements/Makefile.am:
4663         * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
4664         to the testsuite.
4666 2004-03-24  Benjamin Otte  <otte@gnome.org>
4668         * libs/gst/control/dparam.c: (gst_dparam_attach),
4669         (gst_dparam_detach):
4670         * libs/gst/control/dparammanager.c: (gst_dpman_init):
4671           fix lvalue casts for real
4673 2004-03-24  Benjamin Otte  <otte@gnome.org>
4675         * gst/schedulers/gstbasicscheduler.c:
4676         (gst_basic_scheduler_src_wrapper):
4677         * gst/schedulers/gstoptimalscheduler.c:
4678         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
4679         (pad_clear_queued), (gst_opt_scheduler_add_element),
4680         (gst_opt_scheduler_remove_element):
4681           fix GStreamer to not have issues with lvalue casts anymore (fixes
4682           #136841)
4684 2004-03-24  Benjamin Otte  <otte@gnome.org>
4686         * gst/gstelement.c:
4687           add documentation about a gobject quirk where the object hasn't the
4688           correct class pointer set on initialization
4689         * gst/schedulers/gstbasicscheduler.c:
4690         (gst_basic_scheduler_src_wrapper):
4691           make sure to not run into an infinite loop
4693 2004-03-22  Benjamin Otte  <otte@gnome.org>
4695         * gst/gstutils.c: (gst_util_dump_mem):
4696         * gst/gstutils.h:
4697           first argument of gst_util_dump_mem should be const
4699 2004-03-22  Johan Dahlin  <johan@gnome.org>
4701         * gst/gstvalue.h: Clean up a little bit.
4703 2004-03-21  Tim-Philipp Müller <t.i.m@zen.co.uk>
4705         reviewed by Benjamin Otte  <otte@gnome.org>
4707         * gst/autoplug/gstspider.c: (gst_spider_dispose):
4708         * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
4709         (gst_aggregator_class_init), (gst_aggregator_init):
4710         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
4711         (gst_filesrc_dispose), (gst_filesrc_set_location):
4712         * gst/elements/gstidentity.c: (gst_identity_finalize),
4713         (gst_identity_class_init), (gst_identity_chain):
4714         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
4715         * gst/elements/gststatistics.c: (gst_statistics_finalize),
4716         (gst_statistics_class_init):
4717         * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
4718         (gst_tee_get_property):
4719           clean up used memory in this elements correctly on teardown (closes
4720           #137279)
4722 2004-03-20  Colin Walters  <walters@redhat.com>
4724         * gst/registries/gstxmlregistry.c:
4725         (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
4726         registry saving atomic.
4728 2004-03-20  Colin Walters  <walters@redhat.com>
4730         * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
4731         Just use
4732         access() instead of actually creating and deleting files.
4734 2004-03-18  David Schleef  <ds@schleef.org>
4736         * configure.ac:  Remove HAVE_ATOMIC_H test, since it's unused.
4737         (bug #137625)
4739 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4741         * po/sv.po: updated translation (Christian Rose)
4743 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4745         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
4746         (gst_filesink_get_query_types), (_do_init),
4747         (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
4748           return FALSE silently
4749         * po/af.po: updated translation (Petri Jooste)
4751 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4753         * Makefile.am:
4754         * configure.ac:
4755           dist common properly
4756         * po/af.po:
4757         * po/fr.po:
4758         * po/nl.po:
4759         * po/sr.po:
4760         * po/sv.po:
4761           refreshing translations
4763 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4765         * po/LINGUAS:
4766         * po/sv.po:
4767         * po/af.po:
4768           adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
4770 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4772         * Makefile.am: use common/release.mak
4774 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4776         * docs/faq/gst-uninstalled:
4777           adding gst-monkeysaudio to the list of possible plugin dirs
4779 2004-03-16  David Schleef  <ds@schleef.org>
4781         * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
4782         (gst_init_check_with_popt_table):  Fix some gettext strings to
4783         make them easier to translate.  Required making the strings
4784         non-const.
4786 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4788         * configure.ac: bump nano to 1
4790 === release 0.8.0 ===
4792 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4794         * configure.ac: release 0.8.0, "Executive Slacks"
4796 2004-03-16  Johan Dahlin  <johan@gnome.org>
4798         * gst/schedulers/gstoptimalscheduler.c
4799         (gst_opt_scheduler_pad_unlink): Remove double ;,
4800         spotted by Scott Wheeler
4802 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4804         * configure.ac: bump libtool version
4806 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4808         * gst/gstcaps.h:
4809         * gst/gststructure.h:
4810           add reserved padding
4812 2004-03-15  Benjamin Otte  <otte@gnome.org>
4814         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
4815           set the first parameter for select call correctly.
4816           (fixes #137230)
4818 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4820         * *.c,*.h: don't mix tabs and spaces
4822 2004-03-15  Johan Dahlin  <johan@gnome.org>
4824         * gst/schedulers/gstoptimalscheduler.c
4825         (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
4826         crash on MPEG playback. My boolean arithmetic is a bit rusty.
4828         * tools/Makefile.am (EXTRA_DIST): Add gst-indent
4829         
4830 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4832         * testsuite/Rules:
4833           fix gst-register rules
4835 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4837         * testsuite/Rules:
4838           use versioned gst-register
4840 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4842         * docs/libs/gstreamer-libs-sections.txt:
4843           remove </SUBSECTION>
4844         * gst/gstplugin.c:
4845         * gst/gstregistry.c: (gst_registry_add_plugin):
4846         * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
4847         (gst_xml_registry_open_func), (gst_xml_registry_close_func):
4848           add debugging and fix some comment blocks
4850 2004-03-15  Johan Dahlin  <johan@gnome.org>
4852         * *.h: Revert indent changes.
4853         
4854 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4856         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
4857           g_error_free the g_error
4858         * tools/gst-feedback-m.m:
4859           check for other versions of gstreamer
4860         * tools/gst-indent:
4861           use sh, not bash
4863 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4865         * tools/gst-register.c: do not spill paths when registries are not
4866           writable, until we fix the "user running gst-register" case.
4868 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4870         * *.c, *.h: commit of gst-indent run on core
4872 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4874         * tools/gst-indent:
4875         * tools/Makefile.am:
4876           add our indentation style as a script
4878 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4880         * po/sr.po:
4881         * po/LINGUAS:
4882           added Serbian translation
4884 2004-03-13  Benjamin Otte  <otte@gnome.org>
4886         * gst/gstelement.c:
4887           add documentation note about gst_element_found_tags_for_pad not
4888           being usable in getfunctions. (see #137042)
4890 2004-03-12  David Schleef  <ds@schleef.org>
4892         * gst/gstcaps.h: jdahlin, what are you smoking?  We can't just
4893         change API right now!  Readd gst_caps_is_simple() macro.
4894         * gst/gstelement.c: (gst_element_base_class_finalize): Fix
4895         uninitialized variable.  I'd bet this caused crashes.
4896         * gst/gstinfo.c: (gst_debug_print_object):  Fix 64-bit cleanliness.
4898 2004-03-12  Johan Dahlin  <johan@gnome.org>
4900         * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
4901         * gst/gstcaps.h: Clean up
4903         * gst/gst.c (init_post): call gst_caps_get_type() instead of
4904         _gst_caps_initalize()
4906         * gst/gstcaps.c: Style fixes, stay closer to glib and friends
4907         (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
4909         * gst/gststructure.c (gst_structure_get_type): Ditto
4911         * gst/gststructure.h: Ditto
4912         
4913 2004-03-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4915         * gst/gstqueue.c: (gst_queue_init):
4916           Reset default max. values in queues. Reason is simply to avoid
4917           braindead use. If you want wider values, use the properties. The
4918           default is supposed to always work. Wider values would make this
4919           beast a memory hog by default (250 full-PAL RGB32 video frames?
4920           That's 440 MB! No thank you).
4922 2004-03-10  David Schleef  <ds@schleef.org>
4924         * tools/gst-run.c: (main):  Fix crash when no relevant tools
4925         were found.  (bug #136793)
4927 2004-03-10  Johan Dahlin  <johan@gnome.org>
4929         * gst/schedulers/gstoptimalscheduler.c
4930         (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
4931         links to elements within the same group, so we can finally remove
4932         that annoying warning. Refactor the code a little bit
4933         (group_dec_links_for_element): Split out
4935 2004-03-09  David Schleef  <ds@schleef.org>
4937         * docs/manual/dparams-app.xml:  Fix to handle double dparams.
4938         (bug #134863)
4940 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4942         * configure.ac: first bug fix due to major/minor bump
4944 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4946         * configure.ac: bump nano to 1
4948 === release 0.7.6 ===
4950 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4952         * NEWS:
4953         * RELEASE:
4954         * configure.ac:
4955           releasing 0.7.6, "Almost"
4956         * po/fr.po:
4957         * po/nl.po:
4958         * tools/Makefile.am:
4959         * tools/gst-feedback-m.m:
4960           unversioned source
4962 2004-03-09  Johan Dahlin  <johan@gnome.org>
4964         Reviewed by: Thomas Vander Stichele
4966         * gst/gstelement.c (gst_element_class_init): register second
4967         parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
4968         language bindings can (de)marshall correctly.
4970         * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
4972         * gst/gsterror.c (gst_g_error_get_type): New function
4974         * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
4975         with VOID:OBJECT,OBJECT,STRING 
4977 2004-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
4979         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
4980         Free a leaked g_timer on early returns.
4982 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4984         * docs/pwg/advanced-types.xml:
4985           Add cinepak description.
4987 2004-03-07  David Schleef  <ds@schleef.org>
4989         * docs/random/mimetypes:  Added cinepak description
4991 2004-03-07  Andy Wingo  <wingo@pobox.com>
4993         * gst/gstbin.c (gst_bin_remove): Debugging fixes.
4995         * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
4996         there are no links to other groups when a group is destroyed.
4997         (gst_opt_scheduler_pad_unlink): If the unlink means an element is
4998         removed from a group, make sure the link count to elements linked
4999         to other pads is appropriately decremented. This really fixes
5000         #135672.
5002         The 1.60->1.61 patch has been reapplied in light of this fix.
5004         * gst/gstelement.c (gst_element_dispose): Really protect against
5005         multiple invocations this time.
5007 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5009         * docs/gst/gstreamer-sections.txt:
5010         * docs/gst/tmpl/gsttag.sgml:
5011           remove some deprecated functions, document some existing ones
5012         * gst/gsttag.c: (gst_tag_get_flag):
5013         * gst/gsttag.h:
5014           add accessor function
5016 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5018         * docs/gst/gstreamer-sections.txt:
5019         * docs/gst/tmpl/gsttag.sgml:
5020         * docs/gst/tmpl/gstxml.sgml:
5021         * gst/gsttag.c: (gst_tag_get_flag):
5022         * gst/gsttag.h:
5024 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5026         * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
5027         leak
5029 2004-03-05  David Schleef  <ds@schleef.org>
5031         * REQUIREMENTS: Add bison and flex.
5032         * configure.ac: Fix comment about bison.
5033         * docs/random/ds/0.9-suggested-changes: yer ma
5034         * tools/gst-inspect.c: (print_element_info):  Fix warning.
5036 2004-03-05  Benjamin Otte  <otte@gnome.org>
5038         * gst/gstelement.c: (gst_element_error_full):
5039           revert recent recursive state changing commit - messing with other
5040           elements' states is evil and should be done by apps only.
5042 2004-03-05  Benjamin Otte  <otte@gnome.org>
5044         * gst/gstelement.c: (gst_element_get_compatible_pad_template):
5045           check for empty intersection instead of NULL caps
5046         (gst_element_get_compatible_pad_filtered):
5047           remove old workaround that is only a bug nowadays
5049 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5051         * gst/gstelement.c: (gst_element_error_full):
5052           make elements try to recursively change state to PAUSED on all
5053           parents after an error to suppress ensuing warnings
5054         * gst/parse/grammar.y:
5055           make it check if it was able to sync the state, and throw an error
5056           if not, so stuff like
5057           oggdemux ! vorbisdec ! osssink gets caught
5059 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5061         * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
5062           it contains lib64; use AS_AC_EXPAND to handle it properly
5064 2004-03-05  David Schleef  <ds@schleef.org>
5066         * gst/gstcpuid_i386.s:  Remove unused code
5067         * libs/gst/getbits/getbits.c: (gst_getbits_init),
5068         (gst_getbits_newbuf): Remove MMX code
5069         * libs/gst/getbits/getbits.h: Remove MMX code
5071 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
5073         * debian/.cvsignore:
5074         * debian/README.Debian:
5075         * debian/changelog:
5076         * debian/control:
5077         * debian/control.in:
5078         * debian/copyright:
5079         * debian/gstreamer-core-libs-dev.files:
5080         * debian/gstreamer-core-libs.files:
5081         * debian/gstreamer-core.files:
5082         * debian/gstreamer-core.postinst:
5083         * debian/gstreamer-core.postrm:
5084         * debian/gstreamer-doc.files:
5085         * debian/gstreamer-doc.links:
5086         * debian/gstreamer-doc.lintian:
5087         * debian/gstreamer-runtime.files:
5088         * debian/gstreamer-runtime.manpages:
5089         * debian/gstreamer-runtime.postinst:
5090         * debian/gstreamer-runtime.postrm:
5091         * debian/gstreamer-tools.files:
5092         * debian/gstreamer-tools.manpages:
5093         * debian/libgstreamer-dev.files:
5094         * debian/libgstreamer0.4.1.files:
5095         * debian/libgstreamerVERSION.files:
5096         * debian/rules:
5097         Debian package info not maintained here.
5099 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5101         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
5102         * gst/gstbin.c: (gst_bin_class_init):
5103         * gst/gstelement.c: (gst_element_class_init):
5104         * gst/gstindex.c: (gst_index_class_init):
5105         * gst/gstobject.c: (gst_object_class_init),
5106         (gst_signal_object_class_init):
5107         * gst/gstpad.c: (gst_pad_template_class_init):
5108         * gst/gstregistry.c: (gst_registry_class_init):
5109         * gst/gsturi.c: (gst_uri_handler_base_init):
5110         * gst/gstxml.c: (gst_xml_class_init):
5111         * libs/gst/control/dparam.c: (gst_dparam_class_init):
5112         * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
5113           make all signal names use dashes instead of underscore
5115 2004-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5117         * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
5119 2004-03-03  Benjamin Otte  <otte@gnome.org>
5121         * gst/schedulers/gstoptimalscheduler.c:
5122           revert last commit by Andy Wingo. It causes segfaults on unreffing
5123           in Rhythmbox. (see bug #135672)
5125 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
5127         * po/fr.po: fix typo
5129 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
5131         * tools/gst-inspect.c: (main): 
5132         * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
5134 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5136         * configure.ac:
5137           get GLIB_ONLY and POPT flags for the nonversioned binaries
5138         * tools/Makefile.am:
5139           use them
5141 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5143         * gst/gst.c: (init_post):
5144           change so that GST_REGISTRY now is where the global registry gets
5145           saved, since that is where plugins now get attached to first, and
5146           spilled over to the user registry.  Note that in the case of using
5147           GST_REGISTRY env var, we don't want to affect any real registries
5148           beyond the one given by this var, and thus we don't set a user
5149           registry to spill to.  So make sure GST_REGISTRY is writable.
5151 2004-03-01  David Schleef  <ds@schleef.org>
5153         * AUTHORS:  Added some names.  Add yourself if you're missing.
5155 2004-03-01  David Schleef  <ds@schleef.org>
5157         * MAINTAINERS: Add
5159 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5161         * configure.ac:
5162           remove whitespace
5163         * docs/gst/tmpl/gstbuffer.sgml:
5164         * docs/gst/tmpl/gstdata.sgml:
5165         * docs/gst/tmpl/gstreamer-unused.sgml:
5166         * docs/gst/tmpl/gstxml.sgml:
5167           doc update
5168         * docs/manuals.mak:
5169           add a FIXME
5170         * docs/pwg/intro-preface.xml:
5171         * docs/pwg/pwg.xml:
5172           remove GNOME
5173         * gst/gst.c: (init_post):
5174           try GST_PLUGIN_PATH paths for the _global_registry first
5175         * gst/gstelement.h:
5176           add the error message as well, otherwise (null) debug info doesn't
5177           make much sense
5178         * tools/gst-register.c: (main):
5179           spill paths to next registry if this registry is not writable
5180         * po/fr.po:
5181         * po/nl.po:
5182           translation updates
5184 2004-03-01  Johan Dahlin  <johan@gnome.org>
5186         * gst/gstbuffer.c (_gst_buffer_initialize): 
5187         * gst/gstdata.c (gst_data_get_type): 
5188         * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
5189         instead of ref, since some applications that uses GBoxed
5190         routines depends on a function that actually returns a copy.
5192 2004-02-27  Benjamin Otte  <otte@gnome.org>
5194         * gst/gstbuffer.h:
5195           remove gst_buffer_free, use gst_data_unref
5196         * gst/gstdata.c: (gst_data_get_type):
5197           use refcounting in GstData GBoxed registration
5198         * gst/gstdata.h:
5199           remove gst_data_free, use gst_data_unref
5201 2004-02-27  Johan Dahlin  <johan@gnome.org>
5203         * gst/gstdata.c (gst_data_get_type): New function, register
5204         GstData as a GBoxed type.
5206         * gst/gstdata.h (GST_TYPE_DATA): New macro
5208 2004-02-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5210         * Makefile.am:
5211         * gstreamer.spec.in:
5212           put back RELEASE
5213         * gst/Makefile.am:
5214           clean up non-disting of built files
5215         * testsuite/debug/commandline.c:
5216           test fix for option rename
5218 2004-02-26  David Schleef  <ds@schleef.org>
5220         * configure.ac:  We don't really need glib-2.3.  Also remove
5221         some unneeded checks for library functions.
5222         * gst/Makefile.am:  Instead, we need to not dist files created
5223         by glib-genmarshal.
5225 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5227         * configure.ac:
5228           bump glib required version to 2.3.0 for g_value_takes_boxed
5230  2004-02-25  Christian Fredrik Kalager Schaller <uraeus@gnome.org>
5232         * common/m4/gst-docs.m4
5233         change flavour text from enable to disable as enable is our default
5234         closes bug Bug 135304
5236 === release 0.7.5 ===
5237  
5238  2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5239  
5240         * NEWS:
5241           instate NEWS file
5242         * Makefile.am:
5243         * gstreamer.spec.in:
5244         * RELEASE:
5245           put back release
5246         * configure.ac:
5247         * docs/random/release:
5248           more updates
5250 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5252         * gst/gsttag.c: (_gst_tag_initialize):
5253         * po/fr.po:
5254         * po/nl.po:
5255           remove hyphen from codec tags
5257 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5259         * gst/parse/Makefile.am:
5260           fix dependency so that a make from a clean build works the first
5261           time
5263 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5265         * docs/random/release:
5266           update release strategy
5267         * po/fr.po:
5268           auto-update po file
5269         * po/nl.po:
5270           update dutch translation
5272 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5274         * docs/manual/debugging.xml:
5275         fix manual for new debugging system
5277 2004-02-25  Andy Wingo  <wingo@pobox.com>
5279         * gst/gstpad.c (gst_pad_link_prepare): Re-add
5280         gst_pad_link_prepare. Please email the list with specific reasons
5281         for reverting.
5283 2004-02-24  Andy Wingo  <wingo@pobox.com>
5285         * gst/gstelement.c (gst_element_dispose): Protect against multiple
5286         invocations.
5288         * gst/schedulers/gstoptimalscheduler.c:
5289         I added a mess of prototypes at the top of the file by way of
5290         documentation. Some of the operations on chains and groups were
5291         re-organized.
5293         (create_group): Added a type argument so if the group is enabled,
5294         the setup_group_scheduler knows what to do.
5295         (group_elements): Added a type argument here, too, to be passed on
5296         to create_group.
5297         (group_element_set_enabled): If an unlinked PLAYING element is
5298         added to a bin, we have to create a new group to hold the element,
5299         and this function will be called before the group is added to the
5300         chain. Thus we have a valid case for group->chain==NULL. Instead
5301         of calling chain_group_set_enabled, just set the flag on the group
5302         (the chain's status will be set when the group is added to it).
5303         (gst_opt_scheduler_state_transition, chain_group_set_enabled):
5304         Setup the group scheduler when the group is enabled, not
5305         specifically when an element goes PAUSED->PLAYING. This means
5306         PLAYING elements can be added, linked, and scheduled into a
5307         PLAYING pipeline, as was intended.
5308         (add_to_group): Don't ref the group twice. I don't know when this
5309         double-ref got in here. Removing it has the potential to cause
5310         segfaults if other parts of the scheduler are buggy. If you find
5311         that the scheduler is segfaulting for you, put in an extra ref
5312         here and see if that hacks over the underlying issue. Of course,
5313         then find out what code is unreffing a group it doesn't own...
5314         (create_group): Make the extra refcount floating, and remove it
5315         after adding the element. This means that...
5316         (unref_group): Destroy when the refcount reaches 0, not 1, like
5317         every other refcounted object in the known universe.
5318         (remove_from_group): When a group becomes empty, set it to be not
5319         active, and remove it from its chain. Don't unref it again,
5320         there's no floating reference any more.
5321         (destroy_group): We have to remove the group from the chain in
5322         remove_from_group (rather than here) to break refcounting cycles
5323         (the chain always has a ref on the group). So assert that
5324         group->chain==NULL.
5325         (ref_group_by_count): Removed, it was commented out anyway.
5326         (merge_chains): Use the remove_from_chain and add_to_chain
5327         primitives to do the reparenting, instead of rolling our own
5328         implementation.
5329         (add_to_chain): The first non-disabled group in the chain's group
5330         list will be the entry point for the chain. Because buffers can
5331         accumulate in loop elements' peer bufpens, we preferentially
5332         schedule loop groups before get groups to avoid unnecessary
5333         execution of get-based groups when the bufpens are already full.
5334         (gst_opt_scheduler_schedule_run_queue): Debug fixes.
5335         (get_group_schedule_function): Ditto.
5336         (loop_group_schedule_function): Ditto.
5337         (gst_opt_scheduler_loop_wrapper): Ditto.
5338         (gst_opt_scheduler_iterate): Ditto.
5340         I understand the opt scheduler now, yippee!
5342         * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
5343         (gst_pad_get_name, gst_pad_set_chain_function) 
5344         (gst_pad_set_get_function, gst_pad_set_event_function) 
5345         (gst_pad_set_event_mask_function, gst_pad_get_event_masks) 
5346         (gst_pad_get_event_masks_default, gst_pad_set_convert_function) 
5347         (gst_pad_set_query_function, gst_pad_get_query_types) 
5348         (gst_pad_get_query_types_default) 
5349         (gst_pad_set_internal_link_function) 
5350         (gst_pad_set_formats_function, gst_pad_set_link_function) 
5351         (gst_pad_set_fixate_function, gst_pad_set_getcaps_function) 
5352         (gst_pad_set_bufferalloc_function, gst_pad_unlink) 
5353         (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent) 
5354         (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps) 
5355         (gst_pad_proxy_pad_link, gst_pad_proxy_fixate) 
5356         (gst_pad_get_pad_template_caps, gst_pad_check_compatibility) 
5357         (gst_pad_get_peer, gst_pad_get_allowed_caps) 
5358         (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull) 
5359         (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps) 
5360         (gst_pad_event_default_dispatch, gst_pad_event_default) 
5361         (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default) 
5362         (gst_pad_convert, gst_pad_query_default, gst_pad_query) 
5363         (gst_pad_get_formats_default, gst_pad_get_formats): Better
5364         argument checks, and some doc fixes.
5366         (gst_pad_custom_new_from_template): Um, does anyone
5367         use these functions? Actually make a custom pad instead of a
5368         normal one.
5369         (gst_pad_try_set_caps): Transpose some checks.
5370         (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
5371         the pad is in negotiation.
5372         (gst_pad_try_relink_filtered): Use pad_link_prepare.
5373         
5374         * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
5376         * gst/gstelement.h: 
5377         * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
5378         on the list.
5380 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5382         * gst/gstbin.c: (gst_bin_add):
5383           add error for not being able to add elements
5385 2004-02-22  Julien MOUTTE <julien@moutte.net>
5387         * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
5388         audio-codec and video-codec.
5390 2004-02-22  Benjamin Otte  <otte@gnome.org>
5392         reported by: Padraig O'Briain <padraig.obriain@sun.com>
5394         * autogen.sh:
5395           replace test -e with test -x for mkinstalldirs to be more portable.
5396           (fixes #134816)
5398 2004-02-22  Benjamin Otte  <otte@gnome.org>
5400         * gst/gstpad.c:
5401           revert last patch from Andy, it makes gst_pad_can_link_filtered much
5402           too noisy
5403         * gst/gsttag.c: (_gst_tag_initialize):
5404         * gst/gsttag.h:
5405           add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
5406         * libs/gst/control/dparam.c: (gst_dparam_attach):
5407         * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
5408           check that types for attached dparams match
5410 2004-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5412         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
5413         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
5414         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
5415           fix errors
5417 2004-02-20  Andy Wingo  <wingo@pobox.com>
5419         * gst/gstbin.c:
5420         * gst/gstbuffer.c:
5421         * gst/gstplugin.c:
5422         * gst/registries/gstxmlregistry.c: 
5423         * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
5425         * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
5426         (gst_element_add_pad): DEBUG->INFO, some fixes.
5427         (gst_element_get_compatible_pad_template): Just see if the
5428         templates' caps intersect, not if one is a strict subset of the
5429         other. This conforms more to what gst_pad_link_intersect() does.
5430         (gst_element_class_add_pad_template): Don't memcpy the pad
5431         template, just ref it.
5432         (gst_element_get_compatible_pad_filtered): Clean up debug messages
5434         * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
5435         (gst_pad_link_filtered): Debug changes.
5436         (gst_pad_link_prepare): New function, consolidated from
5437         can_link_filtered and link_filtered.
5439         * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
5440         look more like that of the functions in gstelement.c
5442         * gst/gstinfo.c (gst_debug_print_object): Put a space before the
5443         object, and return the empty string if object is NULL.
5445         * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
5446         * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
5447         LOG, not DEBUG. We still get flex info on debug.
5449         * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
5450         debug string more verbose.
5451         (plugin_times_older_than): DEBUG->LOG.
5453 2004-02-20  Julien MOUTTE <julien@moutte.net>
5455         * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
5456         will emit found_tag for each stream they demux with the codec.
5458 2004-02-20  Benjamin Otte  <otte@gnome.org>
5460         * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
5461           copy navigation event correctly. Check freeing tag lists. 
5462         * gst/gstthread.c: (gst_thread_change_state):
5463           don't abort() on state changing mess - it might happen because of
5464           bugs.
5465         * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
5466           use boxed functions
5467         * gst/gstvalue.h:
5468           fix GST_VALUE_HOLDS_CAPS
5470 2004-02-19  David Schleef  <ds@schleef.org>
5472         * gst/gstinfo.h:  Copy G_STRFUNC implementation from glib-2.4
5473         and use it for GST_FUNCTION.  (bug #134750)
5475 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5477         * po/fr.po:
5478         * po/nl.po:
5479           updating translations
5481 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5483         * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
5485 2004-02-18  kost@imn.htwk-leipzig.de
5487         reviewed by: David Schleef  <ds@schleef.org>
5489         * docs/libs/gstreamer-libs-sections.txt:  Add missing sections
5490         for libgstcontrol.
5492 2004-02-18  David Schleef  <ds@schleef.org>
5494         * libs/gst/control/dparam.c: (gst_dparam_class_init):
5495         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
5496         (gst_dpsmooth_new): Additional fixes to get double dparams working.
5497         * tools/gst-inspect.c: (print_element_info): Support dumping of
5498         double dparam information.
5500 2004-02-17  David Schleef  <ds@schleef.org>
5502         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
5503         Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
5504         * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
5505         Use GST_TYPE_CAPS in signal prototype.
5506         * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
5507         Convert GST_TYPE_CAPS to boxed.
5508         * gst/gstelement.c: (gst_element_class_init):
5509         Use GST_TYPE_TAG_LIST in signal prototype.
5510         * gst/gstindex.c: (gst_index_class_init):
5511         * gst/gstindex.h:
5512         Add GST_TYPE_INDEX_ENTRY type.
5513         * gst/gstmarshal.list:
5514         Add necessary marshal types.
5515         * gst/gstpad.c: (gst_real_pad_class_init),
5516         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
5517         (gst_pad_recover_caps_error):
5518         Use GST_TYPE_CAPS in signal prototypes.  Fix some debugging strings.
5519         * gst/gststructure.c: (_gst_structure_initialize),
5520         (gst_structure_copy), (_gst_structure_copy_conditional):
5521         * gst/gststructure.h:
5522         Convert GST_TYPE_STRUCTURE to boxed.
5523         * gst/gsttag.c: (gst_tag_list_get_type):
5524         * gst/gsttag.h:
5525         Add GST_TYPE_TAG_LIST type.
5527 2004-02-17  Julien MOUTTE  <julien@moutte.net>
5529         * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
5530         to what we agreed with david.
5531         * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
5533 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5535         * po/nl.po: update translation
5537 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5539         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
5540           throw an error if spider is trying to play a mime type there is
5541           no decoder for
5542         * po/POTFILES.in:
5543           add gst/autoplug/gstspider.c for translation
5545 2004-02-17  Julien MOUTTE  <julien@moutte.net>
5547         * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return 
5548         silently when the pad is negotiating.
5550 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5552         * docs/faq/Makefile.am:
5553           add script to run gstreamer uninstalled 
5554         * docs/faq/faq.xml:
5555         * docs/faq/developing.xml:
5556         * docs/faq/gst-uninstalled:
5557           extract script to run gstreamer uninstalled
5558         * docs/manuals.mak:
5559           add EXTRA_SOURCES variable for Makefile.am's to set to
5560           use additional SOURCE files for the doc build
5562 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5564         * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
5566 2004-02-15  Julien MOUTTE  <julien@moutte.net>
5568         * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
5569         bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
5570         an error was thrown by osssink. Basically a state change failure for
5571         an element in a different scheduling group was considered as
5572         successful, which means that caps nego was going on and weird stuff
5573         happened. Like I wrote in the comment there, if someone wants to
5574         revert that please drop me a mail explaining why because I really see
5575         no point in keeping that broken behaviour there.
5576         * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
5577         be empty, we then return NULL which will trigger a nice error when 
5578         pulling from the pad.
5580 2004-02-13  David Schleef  <ds@schleef.org>
5582         * libs/gst/control/dparam.c: (gst_dparam_class_init),
5583         (gst_dparam_get_property), (gst_dparam_set_property),
5584         (gst_dparam_do_update_default):
5585         * libs/gst/control/dparam.h:
5586         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
5587         (gst_dpsmooth_new), (gst_dpsmooth_set_property),
5588         (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
5589         (gst_dpsmooth_do_update_double):
5590         * libs/gst/control/dparam_smooth.h:
5591         * libs/gst/control/dparammanager.c:
5592         (gst_dpman_inline_direct_update):
5593         Add support for double dparams.
5595 2004-02-13  David Schleef  <ds@schleef.org>
5597         * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
5598         * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
5600 2004-02-13  Mattias Wadman  <mattias@sudac.org>
5602         reviewed by: David Schleef  <ds@schleef.org>
5604         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
5605         (gst_fdsrc_init), (gst_fdsrc_set_property),
5606         (gst_fdsrc_get_property), (gst_fdsrc_get):
5607         * gst/elements/gstfdsrc.h:  Adds timeout property to fdsrc,
5608         and sends an EOS event if file descriptor reading times out.
5610 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5612         * configure.ac:
5613           add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
5615 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5617         * configure.ac: pass required libxml version as argument
5618         (bug reported by Christophe Fergeau)
5620 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5621   
5622         * docs/gst/gstreamer-docs.sgml:
5623         * docs/gst/tmpl/gstxml.sgml:
5624         * docs/libs/gstreamer-libs-docs.sgml:
5625           version API docs
5627 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5629         * gst/gstinfo.c:
5630         * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
5631         (gst_registry_pool_feature_filter):
5632         * gst/gstthread.c: (gst_thread_class_init):
5633         * gst/gstvalue.c:
5634           add includes exposed by building without libxml
5635         * gst/indexers/Makefile.am:
5636           do not build fileindex when LOADSAVE disabled; we should have
5637           a better libxml check later since fileindex depends on xml, not
5638           LOADSAVE or REGISTRY
5639         * libs/gst/control/Makefile.am:
5640           link with m
5641         * tools/Makefile.am:
5642           fix wrong source code for gst-xmlinspect
5644 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5646         * configure.ac:
5647           fix gcov help output
5648           move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
5649         * docs/random/release:
5650           some updated releasing notes
5651         * gstreamer.spec.in:
5652           more updates
5654 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5656         * docs/faq/faq.xml:
5657         * docs/manual/manual.xml:
5658         * docs/pwg/pwg.xml:
5659         * docs/pwg/titlepage.xml:
5660           put version in documentation
5662 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5664         * tools/Makefile.am: fix man page installation
5666 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5668         * configure.ac:
5669           don't check for libxml when load/save and registry disabled (#105844)
5670         * gstreamer.spec.in:
5671           sync with fedora candidate spec
5673 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5675         * po/fr.po:
5676         * po/nl.po:
5677           replace multidisksrc with multifilesrc
5679 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5681         * po/POTFILES.in:
5682           update to multidisksrc => multifilesrc file renaming (#134145)
5684 2004-02-11  David Schleef  <ds@schleef.org>
5686         * docs/gst/tmpl/gstcaps.sgml:  Fix stuff that mentions GstProps
5687         * docs/gst/tmpl/gstpadtemplate.sgml: same
5688         * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
5689         * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
5690         fixing dance.
5691         * gst/gstutils.c: Remove disabled code that uses GstProps.
5692         * gst/registries/gstxmlregistry.h: same
5693         * docs/random/ds/0.9-suggested-changes: random notes
5695 2004-02-11  kost@imn.htwk-leipzig.de
5697         reviewed by: David Schleef  <ds@schleef.org>
5699         * gst/gstclock.c: (gst_clock_entry_new): fixes structure
5700         initialisation of clock (bug #134128)
5702 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5704         * configure.ac:
5705         * gst/elements/Makefile.am:
5706         * gst/elements/gstelements.c:
5707         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
5708         (gst_multifilesrc_class_init), (gst_multifilesrc_init),
5709         (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
5710         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
5711         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
5712         * gst/elements/gstmultifilesrc.h:
5713           rename multidisksrc to multifilesrc (part of #122200)
5715 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5717         * docs/manuals.mak:
5718           fix automake complaints
5719         * gst-element-check.m4:
5720           fix unquotedness
5722 2004-02-11  David Schleef  <ds@schleef.org>
5724         * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
5725         * gst/gstatomic_impl.h: Disable sparc implementation.
5727 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5729         * gst-element-check.m4:
5730           fix underquoted macros as reported by automake 1.8.x (#133800)
5731         * configure.ac:
5732           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
5733           by autopoint (fixes #132996)
5735 2004-02-10  Andy Wingo  <wingo@pobox.com>
5737         * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
5738         way to do inheritance.
5739         (gst_pad_get_event_masks, gst_pad_get_event_masks_default) 
5740         (gst_pad_get_query_types, gst_pad_get_query_types_default):
5741         Routine docs.
5742         (gst_pad_set_link_function, gst_pad_set_fixate_function) 
5743         (gst_pad_set_getcaps_function): Doc from Dave's negotation random
5744         doc.
5745         (gst_pad_unlink, gst_pad_is_linked): Docs.
5746         (gst_pad_renegotiate): A brief description of capsnego.
5747         (gst_pad_try_set_caps): Document.
5748         (gst_pad_try_set_caps_nonfixed): Document.
5749         (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
5750         (gst_pad_set_parent): Deprecated (although not out of the API).
5751         (gst_pad_get_parent): Deprecated, although many plugins use this.
5752         (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
5753         are private and will go away in 0.9.
5754         (gst_pad_perform_negotiate): Doc.
5755         (gst_pad_link_unnegotiate): I think this is meant to be static.
5756         (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps) 
5757         (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility) 
5758         (gst_pad_get_peer): Doc updates.
5759         (gst_pad_caps_change_notify): Doc.
5760         (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get) 
5761         (gst_ghost_pad_new): Doc fixes.
5763         * gst/gstobject.c (gst_object_get_parent, gst_object_unparent) 
5764         (gst_object_check_uniqueness): 
5766         * gst/gstelement.c (gst_element_add_pad) 
5767         (gst_element_add_ghost_pad, gst_element_remove_pad) 
5768         (gst_element_remove_ghost_pad, gst_element_get_pad) 
5769         (gst_element_get_static_pad, gst_element_get_pad_list) 
5770         (gst_element_class_get_pad_template_list) 
5771         (gst_element_class_get_pad_template): Work on the docs.
5772         (gst_element_get_pad_template_list): Uses the class method.
5773         (gst_element_get_compatible_pad_template): Docs, and consolidate
5774         some test conditions. 
5775         (gst_element_get_pad_from_template): New static function.
5776         (gst_element_request_compatible_pad): Docs, and work with
5777         non-request compatible templates. 
5778         (gst_element_get_compatible_pad_filtered): Docs and remove
5779         redundant checks.
5780         (gst_element_get_compatible_pad, gst_element_link_pads_filtered) 
5781         (gst_element_link_filtered, gst_element_link_many) 
5782         (gst_element_link, gst_element_link_pads) 
5783         (gst_element_unlink_many): Docs.
5785 2004-02-05  Andy Wingo  <wingo@pobox.com>
5787         * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
5788         s/pointer/boxed/.
5790         * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
5792         * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
5793         marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
5794         with the type=GST_TYPE_CAPS. This allows language bindings to know
5795         what kind of data they're dealing with.
5797         * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
5798         to NULL when g_value_init is called. GstCaps, which rolls its own
5799         type implementation, now does the same instead of allocating empty
5800         caps.
5801         (_gst_caps_initialize, _gst_caps_collect_value,
5802         _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
5803         table methods. This allows G_VALUE_COLLECT to work.
5805 2004-02-05  Andy Wingo  <wingo@pobox.com>
5807         * configure.ac:
5808         * testsuite/Makefile.am (SUBDIRS): 
5809         * testsuite/ghostpads/Makefile.am: 
5810         * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
5812         * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
5813         These two routines are the only ones that set
5814         GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
5815         pad template. They should be made static, depending on ABI needs.
5816         (gst_real_pad_dispose): Handle the case of ghost pads without a
5817         parent. Assert after dealing with ghost pads that the ghost pad
5818         list is empty.
5819         (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
5820         set after creation.
5821         (gst_ghost_pad_dispose): Set ::real-pad to NULL.
5822         (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
5823         functions. set_property will call add_ghost_pad/remove_ghost_pad
5824         as appropriate.
5825         (gst_ghost_pad_new): All the work is offloaded to g_object_new.
5827         * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
5828         (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
5829         (gst_element_remove_pad): Handle ghost pads as well.
5830         (gst_element_remove_ghost_pad): Deprecated (could be removed,
5831         depending on API-stability needs).
5833 2004-02-05  Andy Wingo  <wingo@pobox.com>
5835         * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
5836         of course they're const
5838 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5840         * tools/Makefile.am:
5841         * tools/gst-feedback:
5842         * tools/gst-feedback-0.7:
5843           make gst-feedback versioned too for consistency
5845 2004-02-11  David Schleef  <ds@schleef.org>
5847         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5848         (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
5850 2004-02-10  Julien MOUTTE <julien@moutte.net>
5852         * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
5853         the structure does not contain a valid tag list. Adding a safety check
5854         to remove a noisy warning in that case.
5856 2004-02-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5858         * gst/gst.c: fix name to be in line with others
5860 2004-02-09  Julien MOUTTE <julien@moutte.net>
5862         * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
5863         not shout that loud when len is 0. Just return 0 silently.
5865 2004-02-09  Julien MOUTTE  <julien@moutte.net>
5867         * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
5868         because data_unref has one and I prefer the debug to be symetric.
5869         * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
5870         were refed when added to the queue and unrefed only once when the queue
5871         was flushed. Now the flush handler unref the buffers two times : first
5872         unref for the ref added when pushing in the queue's tail and second
5873         unref to destroy the flushed buffer.
5875 2004-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5877         * docs/pwg/building-boiler.xml: fix cvs checkout documentation
5879 2004-02-06  David Schleef  <ds@schleef.org>
5881         * docs/random/ds/0.9-suggested-changes: Random ramblings
5882         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
5883         to int before printing.
5884         * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
5885         * gst/parse/parse.l: same.  See bug #129600
5887 2004-02-06  David Schleef  <ds@schleef.org>
5889         * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
5890         (gst_index_add_entry), (gst_index_add_associationv),
5891         (gst_index_add_association): Add gst_index_add_associationv()
5892         and clean up gst_index_add_association(). #127133
5894 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5896         * autogen.sh: check out common with right tag if CVS/Tag exists
5898 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5900         * testsuite/ghostpads/ghostpads.c: (main):
5901           fix testsuite from segfaulting
5903 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5905         * Makefile.am: add release target
5906         * configure.ac: bump nano to 1
5907         * docs/random/release:
5909 2004-02-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5911         * gst/gstcaps.h:
5912         * gst/gstelement.c: (gst_element_base_class_init),
5913         (gst_element_class_set_details), (gst_element_clear_pad_caps):
5914         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5915         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
5916         (gst_real_pad_dispose):
5917         * gst/gststructure.c: (gst_structure_free),
5918         (gst_structure_from_string):
5919           put reverted patch back in
5920         * gst/gstelement.c: (gst_element_remove_pad):
5921           free explicit caps if they're set
5922         * gst/gstpad.c: (_gst_pad_default_fixate_func):
5923           copy the structure when fixating
5925 2004-02-05  David Schleef  <ds@schleef.org>
5927         * gst/gstmarshal.list:
5928         * gst/gstpad.c: (gst_real_pad_class_init),
5929         (_gst_real_pad_fixate_accumulator):
5930         Revert POINTER->BOXED change in signal marshaller.
5932 === release 0.7.4 ===
5933                                                                                 
5934 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5935                                                                                 
5936         * NEWS: GStreamer 0.7.4 "Wooden Eels" released
5937         * configure.ac: changed for release
5939 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5941         * gstreamer.spec.in:
5942           bump required version of gtk-doc
5944 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5946         * gst/gstcaps.h:
5947         * gst/gstelement.c: (gst_element_base_class_init),
5948         (gst_element_class_set_details), (gst_element_clear_pad_caps):
5949         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5950         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
5951         (gst_real_pad_dispose):
5952         * gst/gststructure.c: (gst_structure_free),
5953         (gst_structure_from_string):
5954           revert patch that breaks applications, reapply after release
5955           to get this fixed properly
5957 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5959         * gst/gsttag.c: (_gst_tag_initialize):
5960         * gst/gsttag.h:
5961           remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
5963 2004-02-04  David Schleef  <ds@schleef.org>
5965         Fix some memleaks:
5966         * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
5967         (gst_spider_plug_from_srcpad):
5968         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
5970 2004-02-04  David Schleef  <ds@schleef.org>
5972         * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
5973         a GstRealPad before accessing its structure members.
5975 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5977         * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
5978         (gst_clock_get_speed):
5979         * gst/gstclock.h:
5980           reset padding, remove unused fields
5982 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5984         * gst/autoplug/gstspideridentity.c:
5985         (gst_spider_identity_sink_loop_type_finding):
5986           use get_allowed_caps, not get_caps (fixes #132519)
5987         * gst/elements/gsttypefind.c: (stop_typefinding):
5988           use correct order when sending buffers and seeking
5990 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5992         * configure.ac:
5993         * gst/gstelement.h:
5994         * gst/gstpad.h:
5995         * gst/gstqueue.h:
5996           upgrade libtool CURRENT, reset padding
5998 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6000         * configure.ac:
6001           bump to prerelease
6002           put back AM_PROG_LIBTOOL to make libtoolize stop complaining
6004 2004-02-04  David Schleef  <ds@schleef.org>
6006         * docs/random/ds/0.9-suggested-changes: random notes
6007         * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
6008         (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
6009         Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
6010         expansion.
6011         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
6012         (gst_filesink_get_query_types): same
6013         * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
6014         (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
6015         * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
6016         to use new GST_PTR_FORMAT.
6017         * gst/gstelement.h: deprecate function factory macros
6018         GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
6019         These are our last variadic macros that can't be replaced with
6020         inlines.  Celebrate!  Also fix a typo in an #ifdef that was
6021         attempting to deprecate gst_element_clock_wait().
6022         * gst/gstevent.h: same
6023         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
6024         (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
6025         * gst/gstpad.h: deprecate function factory macros similar to above.
6027 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6029         * configure.ac:
6030         * tools/Makefile.am:
6031         * tools/gst-run.c: (popt_callback), (hash_print_key),
6032         (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
6033         (get_candidates), (main):
6034           add new source file to generate non-versioned wrapper binaries
6035           for our tools.
6037 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6039         * gst/gstevent.c: (_gst_event_free):
6040           actually break; inside the switch statement
6041         * gst/parse/grammar.y:
6042           fix memleak where GValues weren't unset
6044 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6046         * gst/gststructure.c: (gst_structure_from_string):
6047           fix huge memleak
6048         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
6049         (new_entry), (gst_type_find_element_chain):
6050         * gst/gstelement.c: (gst_element_base_class_init),
6051         (gst_element_class_set_details):
6052         * gst/gstpad.c: (gst_pad_can_link_filtered):
6053           fix smaller memleaks
6054         * gst/gstpad.c: (gst_real_pad_dispose):
6055           check that explicit caps are gone
6056         * gst/gststructure.c: (gst_structure_free):
6057           actually free the structure
6058         * gst/gstelement.c: (gst_element_clear_pad_caps):
6059           unset explicit caps
6061 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6063         * tools/Makefile.am:
6064           use AM_CFLAGS since all the CFLAGS are the same
6065           use AM_LDFAGS
6067 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6069         * docs/manual/gnome.xml:
6070           expand example a little
6071         * gst/gst.c: (gst_init_with_popt_table),
6072         (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
6073           make sure popt option displays are done with right textdomain
6074           use GstPoptOption type
6075         * gst/gst.h:
6076           create GstPoptOption type
6078 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6080         * gst/gsterror.c: (_gst_stream_errors_init):
6081         * gst/gsterror.h:
6082           adding error type for no codec
6083         * po/POTFILES.in:
6084           add gst-inspect
6085         * po/nl.po:
6086           update dutch translation
6087         * tools/gst-inspect.c: (print_element_list), (main):
6088           do proper internationalization
6089         * tools/gst-launch.c: (idle_func):
6090           remove commented out function call
6092 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6094         * docs/README:
6095           add some error fixing notes
6096         * docs/gst/gstreamer-sections.txt:
6097           remove double entries
6098         * docs/gst/tmpl/gstbin.sgml:
6099         * docs/gst/tmpl/gstclock.sgml:
6100           remove override
6101         * docs/gst/tmpl/gstelement.sgml:
6102         * docs/gst/tmpl/gstindex.sgml:
6103         * docs/gst/tmpl/gstobject.sgml:
6104         * docs/gst/tmpl/gstpadtemplate.sgml:
6105         * docs/gst/tmpl/gstreamer-unused.sgml:
6106         * docs/gst/tmpl/gsttag.sgml:
6107         * docs/gst/tmpl/gstthread.sgml:
6108         * docs/gst/tmpl/gstxml.sgml:
6109         * gst/gsttag.h:
6110           sync header prototypes with c decls
6111         * gst/gsttaginterface.c:
6112           fix doc headers
6114 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6116         * gst/parse/Makefile.am:
6117         * gst/gstobject.h:
6118           get rid of gstmarshal.h dependency. It's not needed.
6119         * gst/gst.h:
6120         * gst/elements/gstfakesink.c:
6121         * gst/elements/gstfakesrc.c:
6122         * gst/elements/gstidentity.c:
6123         * gst/gstbin.c:
6124         * gst/gstelement.c:
6125         * gst/gstindex.c:
6126         * gst/gstobject.c:
6127         * gst/gstpad.c:
6128         * gst/gstthread.c:
6129         * gst/gstxml.c:
6130         * libs/gst/control/dparam.c:
6131         * libs/gst/control/dparammanager.c:
6132           include gstmarshal.h.
6133         Fixes #132045
6135 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6137         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
6138         (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
6139         (gst_filesrc_map_region), (gst_filesrc_get_mmap):
6140         * gst/elements/gstfilesrc.h:
6141           don't ref the filesrc when creating mmaped buffers. Don't keep a
6142           list of not-yet-destroyed buffers.
6143         * gst/gstbuffer.h:
6144           Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
6146 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6148         * gst/gst.c: (init_pre):
6149           remove textdomain
6151 2004-02-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6153         * docs/pwg/advanced-events.xml:
6154         * docs/pwg/advanced-scheduling.xml:
6155         * docs/pwg/intro-basics.xml:
6156         * docs/pwg/other-manager.xml:
6157         * docs/pwg/other-nton.xml:
6158         * docs/pwg/other-ntoone.xml:
6159         * docs/pwg/other-oneton.xml:
6160         * docs/pwg/pwg.xml:
6161           All sort of documentation... Forgot what. Point is that I want this
6162           in before I leave. The 'other-*' will be the last section and will
6163           explain issues specific to these type of elements.
6165 2004-02-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6167         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
6168         (gst_filesrc_get_read):
6169           set all the values on buffers that we can
6171 2004-02-02  David Schleef  <ds@schleef.org>
6173         Change usage of isblah() to g_ascii_isblah() to be more locale
6174         independent.  (#133076)
6175         * gst/gsturi.c: (gst_uri_protocol_check_internal):
6176         * gst/gstutils.c:
6177         * gst/parse/parse.l:
6179 2004-02-02  Jon Trowbridge  <trow@gnu.org>
6181         reviewed by: David Schleef  <ds@schleef.org>
6183         Fix memory leaks:
6184         * gst/gstcaps.c: (gst_caps_to_string):
6185         * gst/registries/gstxmlregistry.c:
6186         (gst_xml_registry_add_path_list_func),
6187         (gst_xml_registry_parse_padtemplate):
6189 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6191         * gst/gstelement.c: (gst_element_default_error):
6192           suffix error messages with period
6194 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6196         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
6197         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6198         * gst/gsterror.c: (gst_error_get_message):
6199           Suffix with dots
6200         * po/fr.po:
6201         * po/nl.po:
6202           Update translation files
6204 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6206         * gst/autoplug/gstspideridentity.c:
6207         (gst_spider_identity_sink_loop_type_finding):
6208         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
6209         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
6210         (gst_filesink_close_file), (gst_filesink_handle_event),
6211         (gst_filesink_chain):
6212         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
6213         (gst_filesrc_get_read), (gst_filesrc_open_file):
6214         * gst/elements/gstidentity.c: (gst_identity_chain):
6215         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6216         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6217         (gst_pipefilter_chain), (gst_pipefilter_open_file):
6218         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
6219         * gst/gsterror.c: (_gst_core_errors_init),
6220         (_gst_library_errors_init), (_gst_resource_errors_init),
6221         (_gst_stream_errors_init), (gst_error_get_message):
6222         * gst/gstpad.c: (gst_pad_set_explicit_caps),
6223         (gst_pad_recover_caps_error), (gst_pad_pull):
6224         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
6225         * gst/schedulers/gstbasicscheduler.c:
6226         (gst_basic_scheduler_chainhandler_proxy),
6227         (gst_basic_scheduler_gethandler_proxy),
6228         (gst_basic_scheduler_cothreaded_chain):
6229           Suffix error messages with period.
6230           Use (NULL) instead of NULL
6232 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6234         * docs/gst/tmpl/gstelement.sgml:
6235         * docs/gst/tmpl/gstxml.sgml:
6236         * gst/gstelement.c: (gst_element_error_full):
6237           add element path to error
6239 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6241         * docs/random/mimetypes:
6242           update raw int/float info
6243         * gst/gsttag.c: (_gst_tag_initialize):
6244         * gst/gsttag.h:
6245           add GST_TAG_ENCODER
6247 2004-01-30  David Schleef  <ds@schleef.org>
6249         * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
6250           missing (#132991)
6252 2004-01-30  Laurent Vivier <Laurent.Vivier@bull.net>
6254         reviewed by Benjamin Otte 
6255           parts of the patch submitted in bug #113913
6257         * configure.ac:
6258           use AC_C_INLINE. Use = instead of == with test
6259         * examples/plugins/example.c:
6260         * gst/autoplug/gstspideridentity.c:
6261         * gst/elements/gstfdsrc.c:
6262         * gst/elements/gstfilesrc.c:
6263         * gst/elements/gstidentity.c:
6264         * gst/elements/gstmultidisksrc.c:
6265         * gst/elements/gststatistics.c:
6266         * gst/gstelement.c:
6267         * gst/gstobject.c:
6268         * gst/gstpad.c:
6269         * gst/gstpipeline.c:
6270         * gst/gstthread.c:
6271           don't end enums with a comma
6272         * gst/gstindex.c: (gst_index_compare_func):
6273           do explicit casting to gint
6274         * gst/gsttrace.c: (gst_trace_text_flush):
6275           #define strsize as a macro
6277 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6279         * docs/README:
6280         * docs/gst/gstreamer-docs.sgml:
6281         * docs/gst/gstreamer-sections.txt:
6282         * docs/gst/tmpl/gstelement.sgml:
6283         * docs/gst/tmpl/gsterror.sgml:
6284         * docs/gst/tmpl/gstinterface.sgml:
6285         * docs/gst/tmpl/gstreamer-unused.sgml:
6286         * docs/gst/tmpl/gststructure.sgml:
6287         * docs/gst/tmpl/gsttag.sgml:
6288         * docs/gst/tmpl/gsttaginterface.sgml:
6289         * docs/gst/tmpl/gstvalue.sgml:
6290         make sure all API ends up in the built docs
6291         * gst/gstinterface.c:
6292         * gst/gststructure.c: (gst_structure_id_set_value),
6293         (gst_structure_set_value), (gst_structure_id_get_value):
6294         * gst/gststructure.h:
6295         * gst/gstvalue.h:
6296         sync .h with .c declarations
6298 2004-01-30  Julien Moutte  <julien@moutte.net>
6300         * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
6301         Ronald will fix riffread.
6303 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6305         * docs/pwg/advanced-interfaces.xml:
6306           Added tuner interface docs.
6308 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6310         * docs/random/mimetypes:
6311           correct Theora information
6312         * gst/gstelement.h:
6313           make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
6315 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6317         * gst/gstelement.c: (gst_element_error_full):
6318         * gst/gstelement.h:
6319           GST_ELEMENT_ERROR in enum -> _IN_ERROR
6321 2004-01-29  Julien MOUTTE  <julien@moutte.net>
6323         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
6324         (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
6325         again and even before DISCONT.
6326         * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
6327         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
6328         bytestream so that it's not stopping to fill the bytestream if events
6329         different than EOS or DISCONT are received. Instead it process them so
6330         that they go downstream.
6332 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6334         * docs/gst/tmpl/gstelement.sgml:
6335         * docs/gst/tmpl/gstreamer-unused.sgml:
6336         * docs/gst/tmpl/gstxml.sgml:
6337         * gst/autoplug/gstspideridentity.c:
6338         (gst_spider_identity_sink_loop_type_finding):
6339         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
6340         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
6341         (gst_filesink_close_file), (gst_filesink_handle_event),
6342         (gst_filesink_chain):
6343         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
6344         (gst_filesrc_get_read), (gst_filesrc_open_file):
6345         * gst/elements/gstidentity.c: (gst_identity_chain):
6346         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6347         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6348         (gst_pipefilter_chain), (gst_pipefilter_open_file):
6349         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
6350         * gst/gstelement.h:
6351         * gst/gstpad.c: (gst_pad_set_explicit_caps),
6352         (gst_pad_recover_caps_error), (gst_pad_pull):
6353         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
6354         * gst/schedulers/gstbasicscheduler.c:
6355         (gst_basic_scheduler_chainhandler_proxy),
6356         (gst_basic_scheduler_gethandler_proxy),
6357         (gst_basic_scheduler_cothreaded_chain):
6358           gst_element_error -> GST_ELEMENT_ERROR
6360 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6362         * docs/Makefile.am:
6363         * docs/gst/tmpl/gstelement.sgml:
6364         * docs/gst/tmpl/gstxml.sgml:
6365         * docs/manuals.mak:
6366         * docs/pwg/advanced-request.xml:
6367         * docs/pwg/advanced-scheduling.xml:
6368         * docs/pwg/advanced-tagging.xml:
6369           fix non-validating docbook using CDATA
6370           make sure make check-local gets run first to check if it validates
6372 2004-01-29  Julien MOUTTE <julien@moutte.net>
6374         * docs/pwg/advanced-events.xml: Adding documentation on advanced event
6375         handling (up and downstream).
6376         * docs/pwg/advanced-interfaces.xml: Make it coherent with the
6377         my_filter thing.
6379 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6381         * docs/pwg/advanced-tagging.xml:
6382           Add docs about tag writing.
6384 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6386         * docs/pwg/advanced-tagging.xml:
6387           Add a part about tag reading and application signalling... Tag
6388           writing still needs to be documented.
6389         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
6390           We can set file locations in READY, too.
6392 2004-01-29  Julien MOUTTE <julien@moutte.net>
6394         * docs/random/ds/element-checklist: Adding some notes about src
6395         events.
6397 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6399         * docs/random/mimetypes:
6400           Update docs to point to correct elements for various mimetypes, and
6401           some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
6402           <stephane.loeuillet@tiscali.fr>.
6404 2004-01-28  David Schleef  <ds@schleef.org>
6406         * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
6408 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6410         * docs/random/mimetypes:
6411           update docs for audio/x-raw-float. Add "buffer-frames=0 means
6412           undefined"
6413         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
6414           make it only work in NULL.
6415         * gst/gstcaps.c:
6416           don't posion NULL caps
6417         * gst/gstelement.c: (gst_element_set_time):
6418           add debugging statement
6419         * gst/gstelement.c: (gst_element_emit_found_tag),
6420         (gst_element_found_tag_func), (gst_element_found_tags):
6421         * gst/gstelement.h:
6422           These functions take const taglists
6423         * gst/gstpad.c: (gst_pad_proxy_getcaps):
6424           fix memleak
6425         * gst/gstpad.c: (gst_pad_event_default):
6426           make more effort on handling discont and clocks, g_warn if everything
6427           fails
6428         * gst/gststructure.c: (gst_structure_remove_fields),
6429         (gst_structure_remove_fields_valist):
6430         * gst/gststructure.h:
6431           add gst_structure_remove_fields(_valist)
6432         * gst/gsttag.c:
6433           fix doc glitch
6435 2004-01-28  David Schleef  <ds@schleef.org>
6437         * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
6438         * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
6439         Fix memory leakage of gst_caps_to_string().
6441         Use GST_PTR_FORMAT instead of gst_caps_to_string():
6442         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
6443         * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
6444         (gst_spider_identity_sink_loop_type_finding):
6445         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
6446         (find_suggest):
6447         * gst/gstpad.c: (gst_pad_try_relink_filtered),
6448         (gst_pad_set_explicit_caps):
6449         * gst/parse/grammar.y:
6451 2004-01-28  David Schleef  <ds@schleef.org>
6453         * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
6454         GST_PRINTF_EXTENSION_FORMAT_DEFINE.
6455         * docs/random/ds/0.9-suggested-changes: Notes from Company.
6456         * gst/gstcaps.c: (gst_caps_to_string): Add comment.
6457         * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
6458         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
6459         (gst_debug_log_default), (_gst_info_printf_extension),
6460         (_gst_info_printf_extension_arginfo):  Add printf extension.
6461         * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
6462         * gst/gststructure.c: (gst_structure_to_string),
6463         (_gst_structure_parse_value): Use gst_value_deserialize() and
6464         remove old code.
6465         * gst/gstvalue.c: (gst_value_deserialize_fourcc),
6466         (gst_value_deserialize_boolean), (gst_strtoi),
6467         (gst_value_deserialize_int), (gst_value_deserialize_double),
6468         (gst_value_deserialize_string), (gst_value_deserialize): Implement
6469         a bunch of deserialize functions and gst_value_deserialize.
6470         * gst/gstvalue.h: er, _de_serialize, not unserialize
6471         * testsuite/caps/string-conversions.c: (main): We don't currently
6472         handle (float) in caps, so convert these to (double).
6473         * testsuite/debug/Makefile.am: Add new test for the printf extension
6474         * testsuite/debug/printf_extension.c: (main): same
6476 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6478         * docs/random/company/time:
6479           Add some docs about clocking and time
6481 2004-01-28  Julien MOUTTE <julien@moutte.net>
6483         * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
6485 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6487         * docs/pwg/advanced-clock.xml:
6488         * docs/pwg/advanced-dparams.xml:
6489         * docs/pwg/advanced-events.xml:
6490         * docs/pwg/advanced-interfaces.xml:
6491         * docs/pwg/advanced-midi.xml:
6492         * docs/pwg/advanced-request.xml:
6493         * docs/pwg/advanced-scheduling.xml:
6494         * docs/pwg/advanced-tagging.xml:
6495         * docs/pwg/advanced-types.xml:
6496         * docs/pwg/appendix-checklist.xml:
6497         * docs/pwg/building-boiler.xml:
6498         * docs/pwg/building-chainfn.xml:
6499         * docs/pwg/building-filterfactory.xml:
6500         * docs/pwg/building-pads.xml:
6501         * docs/pwg/building-props.xml:
6502         * docs/pwg/building-signals.xml:
6503         * docs/pwg/building-state.xml:
6504         * docs/pwg/building-testapp.xml:
6505         * docs/pwg/intro-basics.xml:
6506         * docs/pwg/intro-preface.xml:
6507         * docs/pwg/other-autoplugger.xml:
6508         * docs/pwg/other-sink.xml:
6509         * docs/pwg/other-source.xml:
6510         * docs/pwg/titlepage.xml:
6511           fix up id's
6513 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6515         * docs/95NonPath:
6516         * docs/HACKING:
6517         * docs/README:
6518         * docs/building-the-docs-on-debian:
6519           collect relevant bits of doc info
6521 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6523         * docs/pwg/advanced_tagging.xml:
6524           Half-assed commit so Thomas can re-arrange document IDs here to be
6525           consistent, too.
6527 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6529         * docs/manual/autoplugging.xml:
6530         * docs/manual/bins-api.xml:
6531         * docs/manual/bins.xml:
6532         * docs/manual/buffers-api.xml:
6533         * docs/manual/buffers.xml:
6534         * docs/manual/clocks.xml:
6535         * docs/manual/components.xml:
6536         * docs/manual/cothreads.xml:
6537         * docs/manual/debugging.xml:
6538         * docs/manual/dparams-app.xml:
6539         * docs/manual/dynamic.xml:
6540         * docs/manual/elements-api.xml:
6541         * docs/manual/elements.xml:
6542         * docs/manual/factories.xml:
6543         * docs/manual/gnome.xml:
6544         * docs/manual/goals.xml:
6545         * docs/manual/helloworld.xml:
6546         * docs/manual/helloworld2.xml:
6547         * docs/manual/init-api.xml:
6548         * docs/manual/intro.xml:
6549         * docs/manual/links-api.xml:
6550         * docs/manual/links.xml:
6551         * docs/manual/manual.xml:
6552         * docs/manual/motivation.xml:
6553         * docs/manual/pads-api.xml:
6554         * docs/manual/pads.xml:
6555         * docs/manual/plugins-api.xml:
6556         * docs/manual/plugins.xml:
6557         * docs/manual/programs.xml:
6558         * docs/manual/queues.xml:
6559         * docs/manual/quotes.xml:
6560         * docs/manual/schedulers.xml:
6561         * docs/manual/states-api.xml:
6562         * docs/manual/states.xml:
6563         * docs/manual/threads.xml:
6564         * docs/manual/typedetection.xml:
6565         * docs/manual/xml.xml:
6566           use chapter, part, section or misc as id starts for all bits
6568 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6570         * docs/gst/gstreamer-sections.txt:
6571           Fix up TITLE of the sections
6573 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6575         * docs/pwg/advanced_interfaces.xml:
6576           Add documentation on propertyprobing.
6577         * docs/pwg/advanced_events.xml:
6578         * docs/pwg/advanced_tagging.xml:
6579         * docs/pwg/building_boiler.xml:
6580         * docs/pwg/building_filterfactory.xml:
6581         * docs/pwg/pwg.xml:
6582           Move filterfactory and tagging into their own chapter, add a chapter
6583           on events. all these are empty placeholders that will be filled in
6584           some day.
6586 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6588         * docs/pwg/advanced_interfaces.xml:
6589           Docs for mixer interface. Also a check for website uploading.
6591 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6593         * docs/HACKING:
6594         * docs/Makefile.am:
6595         * docs/faq/Makefile.am:
6596         * docs/gst/Makefile.am:
6597         * docs/gst/tmpl/gstelement.sgml:
6598         * docs/gst/tmpl/gstplugin.sgml:
6599         * docs/gst/tmpl/gstreamer-unused.sgml:
6600         * docs/libs/Makefile.am:
6601         * docs/manual/Makefile.am:
6602         * docs/manuals.mak:
6603         * docs/pwg/Makefile.am:
6604         * docs/upload.mak:
6605           Separate out upload target and make it similar for
6606           both docbook and gtk-doc docs
6608 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6610         * docs/manuals.mak:
6611           Fix upload target to work with freedesktop
6613 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6615         * docs/pwg/advanced_types.xml:
6616           Add notes on creating your own types.
6617         * docs/pwg/building_boiler.xml:
6618         * docs/pwg/building_pads.xml:
6619         * docs/pwg/building_state.xml:
6620           Add some stuff about how to retrieve values from structures, how
6621           that relates to types and change layout slightly again to be almost
6622           perfect.
6624 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6626         * docs/pwg/advanced_dparams.xml:
6627         * docs/pwg/advanced_scheduling.xml:
6628           Change index layout slightly.
6630 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6632         * docs/pwg/advanced_clock.xml:
6633         * docs/pwg/advanced_interfaces.xml:
6634         * docs/pwg/advanced_midi.xml:
6635           General placeholders for now.
6636         * docs/pwg/advanced_request.xml:
6637           Explanation about sometimes and request pads.
6638         * docs/pwg/advanced_scheduling.xml:
6639           Concept of bytestream, loopfunctions and schedulers.
6640         * docs/pwg/building_boiler.xml:
6641           Add something about plugin-init.
6643 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6645         * docs/pwg/building_pads.xml:
6646           Fix broken docbook
6648 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6650         * docs/pwg/advanced_interfaces.xml:
6651         * docs/pwg/pwg.xml:
6652           Add as a placeholder for future filling-in.
6653         * docs/pwg/basics_autoplugging.xml:
6654         * docs/pwg/basics_buffers.xml:
6655         * docs/pwg/basics_elements.xml:
6656         * docs/pwg/basics_events.xml:
6657         * docs/pwg/basics_plugins.xml:
6658         * docs/pwg/basics_types.xml:
6659           Remove, because unused (this is all in intro_basics.xml).
6660         * docs/pwg/building_signals.xml:
6661           Short intro to signals + reference to GObject docs - we really
6662           shouldn't go into these sort of things to deply because we don't
6663           use them that extensively anyway.
6664         * docs/pwg/building_state.xml:
6665           Explanation of states. Benjamin, please check.
6666         * docs/pwg/building_testapp.xml:
6667           Put everything in one page - putting only a few lines of content
6668           per page doesn't really make sense.
6670           Time to get into the advanced topics. ;).
6672 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6674         * docs/pwg/advanced_types.xml:
6675           Finish documenting the current state of mimetypes.
6676         * docs/pwg/building_boiler.xml:
6677         * docs/pwg/building_chainfn.xml:
6678         * docs/pwg/building_pads.xml:
6679         * docs/pwg/building_props.xml:
6680         * docs/pwg/building_testapp.xml:
6681           Start documenting the "how to build a simple audio filter" part
6682           of the PWG. Most stuff is ready by now. Stuff remaining: signals,
6683           states and (maybe?) a short introduction to capsnego in the chapter
6684           on pads (building_pads.xml). Capsnego should probably be explained
6685           fully in advanced_capsnego.xml or so.
6687 2004-01-26  David Schleef  <ds@schleef.org>
6689         * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
6690         * gst/gstpad.h: Add new function to allow element to (somewhat)
6691         specify non-fixed caps on a pad.
6692         * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
6693         that I added a few weeks ago.
6695 2004-01-26  David Schleef  <ds@schleef.org>
6697         * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
6698           making try_set_caps() work with non-fixed caps.
6700 2004-01-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6702         * docs/pwg/advanced_types.xml:
6703         * docs/pwg/intro_basics.xml:
6704         * docs/pwg/intro_preface.xml:
6705         * docs/pwg/pwg.xml:
6706         * docs/pwg/titlepage.xml:
6707           First try to resurrect the PWG. I'm halfway integrating the mimetypes
6708           in here (docs/random/mimetypes), and will from there on work on both
6709           updating outdated parts and adding missing parts.
6710           That doesn't mean I'll fix it completely, but I'll try at least. ;).
6712 2004-01-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6714         * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
6715           policy is set
6717 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6719         * gst/gstelement.h:
6720           remove gst_element_factory_get_version. It doesn't exist anymore.
6721         * gst/gstplugin.c:
6722         * gst/gstplugin.h:
6723           remove gst_plugin_set_name and change gst_plugin_get_longname to
6724           gst_plugin_get_description to match code.
6725         * gst/gsterror.h:
6726           remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
6727         * gst/gstpad.c: (gst_pad_try_set_caps):
6728           make it work with nonfixed caps.
6729           Note that even in the nonfixed case the link function of the pad
6730           that tries to set caps isn't called.
6732 2004-01-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6734         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
6735           fix bug where buffer was not assembled correctly
6736         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
6737           silence by default
6738         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
6739           only seek if there's no more buffers that could work without seeking
6741 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6743         * gst/gsttag.c: (_gst_tag_initialize):
6744         * gst/gsttag.h:
6745           Add application tag (for encoding/muxing app).
6747 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6749         * autogen.sh:
6750           make autopoint force, and libtoolize not copy
6751         * common/m4/as-docbook.m4:
6752           added docbook xml catalog setup check
6753         * common/m4/gst-doc.m4:
6754           use docbook check
6756 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6758         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
6759         * gst/gsttag.h:
6760           add GstTagFlag
6762 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6764         * docs/gst/gstreamer-sections.txt:
6765         * docs/gst/tmpl/gst.sgml:
6766         * docs/gst/tmpl/gstbuffer.sgml:
6767         * docs/gst/tmpl/gstclock.sgml:
6768         * docs/gst/tmpl/gstelement.sgml:
6769         * docs/gst/tmpl/gstreamer-unused.sgml:
6770         * docs/gst/tmpl/gstxml.sgml:
6771           sync latest API changes to docs
6773 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6775         * gst/gstpluginfeature.c:
6776           fix doc snippet
6777         * tools/gst-inspect.c: (print_element_list):
6778           fix output of typefind
6779           add GPL header
6780         * tools/gst-launch.c:
6781           add GPL header
6783 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6785         * gst/elements/Makefile.am:
6786         * gst/elements/gstelements.c:
6787         * gst/elements/gsttypefindelement.c:
6788         * gst/elements/gsttypefindelement.h:
6789         * po/POTFILES.in:
6790         * po/fr.po:
6791         * po/nl.po:
6792           renamed gsttypefindelement to gsttypefind, conserving CVS history
6794 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6796         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
6797         * gst/gsttag.h:
6798           add some tags used in ogg as well
6799           fix _ in replaygain tags
6801 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6803         * gst/gsterror.h:
6804           fix wrong GST_LIBRARY_ERROR_ENCODE addition
6806 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6808         * gst/gstelement.c: (gst_element_error_full):
6809         * gst/gstelement.h:
6810           change _extended to _full
6812 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6814         reviewed by: <delete if not using a buddy>
6816         * docs/gst/tmpl/gst.sgml:
6817         * docs/gst/tmpl/gstbuffer.sgml:
6818         * docs/gst/tmpl/gstclock.sgml:
6819         * docs/gst/tmpl/gstelement.sgml:
6820         * docs/gst/tmpl/gstreamer-unused.sgml:
6821         * docs/gst/tmpl/gstxml.sgml:
6822         * gst/gstelement.c: (gst_element_error_full):
6823         * gst/gstelement.h:
6825 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6827         * gst/gstelement.h: fix _gst_element_error_printf prototype
6829 2004-01-20  David Schleef  <ds@schleef.org>
6831         * gst/gststructure.c: (gst_structure_to_string):
6832         Convert function to use gst_value_serialize().
6833         * gst/gstvalue.c: (gst_value_serialize_list),
6834         (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
6835         (gst_value_serialize_double_range), (gst_value_serialize_boolean),
6836         (gst_value_serialize_int), (gst_value_serialize_double),
6837         (gst_string_wrap), (gst_value_serialize_string),
6838         (gst_value_serialize), (gst_value_deserialize):
6839         * gst/gstvalue.h:
6840         Add implementations for serialize.
6842 2004-01-20  Julien MOUTTE  <julien@moutte.net>
6844         * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
6845         we want to keep that one in the future or change xvidenc.c to use 
6846         another error.
6848 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6850         * gst/gstelement.c: (_gst_element_error_printf):
6851         * gst/gstelement.h:
6852           privatise function
6854 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6856         * docs/random/error:
6857           doc explaining error system
6858         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
6859           cleanup
6861 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6863         * gst/gst-i18n-app.h:
6864         * gst/gst-i18n-lib.h:
6865           remove inclusion of config.h
6866         * po/POTFILES.in:
6867         * po/nl.po:
6868           add gst/gstelement.c
6870 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6872         * po/nl.po: updated Dutch translation
6874 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6876         * gst/gsterror.c: (_gst_core_errors_init),
6877         (_gst_library_errors_init), (_gst_resource_errors_init),
6878         (_gst_stream_errors_init):
6879         remove ending punctuation dots
6881 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6883         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
6884         * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
6885         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6886         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6887         (gst_pipefilter_chain), (gst_pipefilter_open_file):
6888         use GST_ERROR_SYSTEM
6890 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6892         * gst/gstelement.c: (gst_element_error_printf),
6893         (gst_element_error_extended):
6894         * gst/gstelement.h:
6895           add a helper printf function so we can have NULL values passed.
6897 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6899         * gst/gstelement.h:
6900           add G_STMT macros to gst_element_error, which isn't strictly
6901           necessary but people tell me to anyway.
6903 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6905         * gst/Makefile.am:
6906         * gst/autoplug/gstspideridentity.c:
6907         (gst_spider_identity_sink_loop_type_finding):
6908         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
6909         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
6910         (gst_filesink_close_file), (gst_filesink_handle_event),
6911         (gst_filesink_chain):
6912         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
6913         (gst_filesrc_map_region), (gst_filesrc_get_read),
6914         (gst_filesrc_open_file):
6915         * gst/elements/gstidentity.c: (gst_identity_chain):
6916         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6917         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6918         (gst_pipefilter_chain), (gst_pipefilter_open_file):
6919         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
6920         * gst/gst.h:
6921         * gst/gst_private.h:
6922         * gst/gstelement.c: (gst_element_class_init),
6923         (gst_element_default_error), (gst_element_error_func),
6924         (gst_element_error_extended):
6925         * gst/gstelement.h:
6926         * gst/gsterror.c: (_gst_core_errors_init),
6927         (_gst_library_errors_init), (_gst_resource_errors_init),
6928         (_gst_stream_errors_init), (gst_error_get_message):
6929         * gst/gsterror.h:
6930         * gst/gstinfo.c: (_gst_debug_init):
6931         * gst/gstmarshal.list:
6932         * gst/gstpad.c: (gst_pad_set_explicit_caps),
6933         (gst_pad_recover_caps_error), (gst_pad_pull):
6934         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
6935         * gst/schedulers/gstbasicscheduler.c:
6936         (gst_basic_scheduler_chainhandler_proxy),
6937         (gst_basic_scheduler_gethandler_proxy),
6938         (gst_basic_scheduler_cothreaded_chain):
6939         * po/POTFILES.in:
6940         * po/fr.po:
6941         * po/nl.po:
6942           change error signal
6943           add error categories
6945 2004-01-18  Jeremy Simon  <jesimon@libertysurf.fr>
6947         * gst/gsttag.c: (_gst_tag_initialize):
6948         * gst/gsttag.h:
6949         Add replaygain tag
6951 2004-01-18  Colin Walters  <walters@verbum.org>
6953         * examples/retag/retag.c: Call gst_init before processing
6954         program args.  Add g_assert to _link_many call.
6956 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6958         * gst/gstpad.c: (gst_pad_alloc_buffer):
6959           Return a newly allocated buffer when the pad has no peer.
6961 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6963         * gst/gstclock.c: (gst_clock_get_time):
6964           make it compile with gcc 2.95 again.
6965           Patch by Scott Wheeler
6967 2004-01-15  David Schleef  <ds@schleef.org>
6969         * gst/gstcaps.h:
6970         Added gst_caps_is_simple() macro.
6971         * testsuite/caps/caps.c: (test1):
6972         * testsuite/caps/intersect2.c: (main):
6973         * testsuite/caps/intersection.c: (main):
6974         Fixes to make 'make check' work again after removing
6975         gst_caps_is_chained().
6977 2004-01-15  Leif Johnson <leif@ambient.2y.net>
6979         * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
6980         and additions to the MIDI document.
6982 2004-01-15  David Schleef  <ds@schleef.org>
6984         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
6985         (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
6986         of GST_RPAD_, since we don't know if it's a real or ghost pad.
6988 2004-01-15  David Schleef  <ds@schleef.org>
6990         * gst/gstqueue.c:
6991         * gst/gstqueue.h:
6992         Fix the spelling of "treshold" and make min_threshold actually
6993         affect the queue.
6995 2004-01-15  David Schleef  <ds@schleef.org>
6997         * gst/gstcaps.c:
6998         Add lots of documentation.
6999         * gst/gstcaps.h:
7000         Deprecate a few functions.
7001         * gst/gstpad.c:
7002         Removed use of deprecated functions.
7004 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7006         * gst/gstpad.c: (gst_pad_is_linked):
7007         * gst/gstpad.h:
7008           implement gst_pad_is_linked
7009         * gst/gstelement.h:
7010           reserve space for initiate_state_change
7012 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7014         * gst/autoplug/gstspideridentity.c:
7015         (gst_spider_identity_sink_loop_type_finding):
7016           break infinite loop by just returning instead of looping
7017         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
7018           set event time difference correctly. Set it to 1 second instead
7019           of 100ms to be more tolerant
7020         * gst/gstelement.c: (gst_element_set_time):
7021           add debugging output
7023 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7025         * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
7026           query if buffers are inside the pool, ignore events
7028 2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7030         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
7031         (gst_clock_set_speed), (gst_clock_set_active),
7032         (gst_clock_is_active), (gst_clock_reset),
7033         (gst_clock_handle_discont):
7034         * gst/gstclock.h:
7035           deprecate old interface and disable functions that aren't in use
7036           anymore.
7037         * gst/gstelement.h:
7038         * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
7039         (gst_element_set_time), (gst_element_adjust_time):
7040           add concept of "element time" and functions to get/set this time.
7041         * gst/gstelement.c: (gst_element_change_state):
7042           update element time correctly.
7043         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
7044           This is a debug message, not a g_critical.
7045         * gst/gstpad.c: (gst_pad_event_default):
7046           handle discontinuous events right with element time.
7047         * gst/gstscheduler.c: (gst_scheduler_state_transition):
7048           update to clocking fixes.
7049           set clocks on elements in READY=>PAUSED. The old behaviour caused
7050           a wrong element time on the first element that started playing.
7051         * gst/schedulers/gstbasicscheduler.c:
7052         (gst_basic_scheduler_class_init):
7053         * gst/schedulers/gstoptimalscheduler.c:
7054         (gst_opt_scheduler_class_init):
7055           remove code that just implements the default behaviour.
7056         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
7057           update to use new clocking functions
7058         * testsuite/clock/clock1.c: (gst_clock_debug), (main):
7059         * testsuite/clock/clock2.c: (gst_clock_debug), (main):
7060           update to test new element time.
7061         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
7062           use _get_allowed_caps instead of _get_caps. This catches filtered
7063           caps correctly.
7064         * testsuite/debug/commandline.c:
7065           update for new GST_DEBUG syntax.
7066         * testsuite/threads/Makefile.am:
7067           disable a test that only works sometimes.
7069 2004-01-13  Julien MOUTTE <julien@moutte.net>
7071         * po/LINGUAS: Adding fr.
7072         * po/fr.po: Adding french translation.
7074 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7076         * gst/parse/grammar.y:
7077         * po/POTFILES.in:
7078         * po/nl.po:
7079         * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
7080           translate parsing error messages
7082 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7084         * po/POTFILES.in: adding gst-launch
7085         * po/nl.po: updated translation, all 99 strings translated
7086         * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
7087         (found_tag), (sigint_handler_sighandler), (play_handler), (main):
7088           fix strings for translation
7090 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7092         * gst/gst.c:
7093           - capitalize beginnings of popt options
7094           - fix strings for translation
7095           - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
7097 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7099         * po/README: add some notes on how to update translations
7101 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7103         * ABOUT-NLS: removed, is autogenerated from autopoint
7104         * autogen.sh: add autopoint stuff
7105         * configure.ac: fix up gettext stuff
7106         * gst/Makefile.am: add i18n headers to noinst_HEADERS
7107         * gst/elements/gsttypefindelement.c: add header include
7108         * gst/gettext.h: add header, copy from system-installed header
7109         * gst/gst-i18n-app.h: to be included by each app having translations
7110         * gst/gst-i18n-lib.h: to be included by each lib having translations
7111         * gst/gst.c: (init_pre): fix up gettext calls
7112         * gst/gst_private.h: remove i18n stuff, moving to separate headers
7113         * po/LINGUAS: the new way to specify translations present
7114         * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
7115         * po/Makevars: the variables filled in for GStreamer
7116         * po/POTFILES.in: added new files with translations
7117         * po/de.po: has new strings
7118         * po/nl.po: readded, has new strings
7120 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7122         * gst/gsttag.c: fix some strings marked for translation
7124 2004-01-13  Iain <iain@prettypeople.org>
7126         * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
7127         group when we add an element to it, cos we unref it when we remove one
7129 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7131         * testsuite/debug/commandline.c: (debug_not_reached):
7132         * testsuite/debug/output.c: (check_message):
7133           fix testsuite
7135 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7137         * examples/cutter/.cvsignore:
7138         * examples/helloworld/.cvsignore:
7139         * examples/launch/.cvsignore:
7140         * examples/manual/.cvsignore:
7141         * examples/mixer/.cvsignore:
7142         * examples/pingpong/.cvsignore:
7143         * examples/plugins/.cvsignore:
7144         * examples/queue/.cvsignore:
7145         * examples/queue2/.cvsignore:
7146         * examples/queue3/.cvsignore:
7147         * examples/queue4/.cvsignore:
7148         * examples/retag/.cvsignore:
7149         * examples/thread/.cvsignore:
7150         * examples/typefind/.cvsignore:
7151         * examples/xml/.cvsignore:
7152         * gst/.cvsignore:
7153         * gst/autoplug/.cvsignore:
7154         * gst/elements/.cvsignore:
7155         * gst/indexers/.cvsignore:
7156         * gst/parse/.cvsignore:
7157         * gst/registries/.cvsignore:
7158         * gst/schedulers/.cvsignore:
7159         * libs/gst/bytestream/.cvsignore:
7160         * libs/gst/control/.cvsignore:
7161         * libs/gst/getbits/.cvsignore:
7162         * tests/.cvsignore:
7163         * tests/bufspeed/.cvsignore:
7164         * tests/instantiate/.cvsignore:
7165         * tests/memchunk/.cvsignore:
7166         * tests/muxing/.cvsignore:
7167         * tests/sched/.cvsignore:
7168         * tests/seeking/.cvsignore:
7169         * tests/threadstate/.cvsignore:
7170         * testsuite/.cvsignore:
7171         * testsuite/caps/.cvsignore:
7172         * testsuite/cleanup/.cvsignore:
7173         * testsuite/dynparams/.cvsignore:
7174         * testsuite/plugin/.cvsignore:
7175         * tools/.cvsignore:
7176           update - this is huge, because it includes *.bb, *.bbg and *.da files
7177           which are generated for gcov.
7179 2004-01-11  David Schleef  <ds@schleef.org>
7181         * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
7182         a function to parse integers in ways that strto[u]l() does not.
7184 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7186         * tools/gst-inspect.c: (print_caps):
7187           improve output of caps a bit
7189 2004-01-11  David Schleef  <ds@schleef.org>
7191         * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
7192         inherit correct flags (READONLY and DONTKEEP).
7194 2004-01-11  David Schleef  <ds@schleef.org>
7196         * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
7197         (gst_filesrc_map_region):
7198         * gst/gstbuffer.c: (_gst_buffer_initialize),
7199         (_gst_buffer_sub_free), (gst_buffer_default_copy),
7200         (gst_buffer_new), (gst_buffer_create_sub),
7201         (gst_buffer_is_span_fast), (gst_buffer_span):
7202         * gst/gstbuffer.h:
7203         Change GstBuffer private structure element names. (all files)
7204         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
7205         (gst_queue_link):
7206         * gst/gstqueue.h:
7207         Implement getcaps/pad_link functions that handle the case where
7208         there are data in the queue.
7210 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7212         * gst/elements/gstbufferstore.c:
7213           initialize debugging structure correctly
7214         * gst/elements/gsttee.c: (gst_tee_set_property):
7215           g_object_notify when property was changed
7216         * gst/elements/gsttypefindelement.c:
7217         (gst_type_find_element_change_state):
7218           clear caps correctly
7220 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7222         * gst/gstqueue.c: (gst_queue_init):
7223           Use better defaults for when a queue should block. This
7224           gets rid of jerky playback for quite a few files.
7225           It takes more memory.
7227 2004-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7229         (gst_xml_registry_parse_padtemplate):
7230           make critical message slightly more useful
7232 2004-01-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7234         * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
7235         (gst_debug_message_get), (gst_debug_log_default):
7236         * gst/gstinfo.h:
7237           Change gst_debug_log(_valist) to take a const format string.
7238           Change prototype of log function and functions using those to 
7239           take a GstDebugMessage instead of a string that requires using
7240           gst_debug_message_get.
7242 2004-01-08  David Schleef  <ds@schleef.org>
7244         * Makefile.am:
7245         * configure.ac:
7246         Add option --enable-gcov to build GStreamer with -fprofile-arcs
7247         and -ftest-coverage, which allows gcov to show information about
7248         testsuite coverage.
7250 2004-01-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7252         * gst/gstutils.h:
7253           Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
7254           GST_PARENT_CALL_WITH_DEFAULT
7255         * gst/elements/gstaggregator.c: 
7256         * gst/elements/gstbufferstore.c: 
7257         * gst/elements/gstfakesink.c: 
7258         * gst/elements/gstfakesrc.c: 
7259         * gst/elements/gstfdsink.c: 
7260         * gst/elements/gstfdsrc.c: 
7261         * gst/elements/gstfilesink.c: 
7262         * gst/elements/gstfilesrc.c: 
7263         * gst/elements/gstidentity.c: 
7264         * gst/elements/gstmd5sink.c: 
7265         * gst/elements/gstmultidisksrc.c:
7266         * gst/elements/gstpipefilter.c: 
7267         * gst/elements/gstshaper.c:
7268         * gst/elements/gststatistics.c:
7269         * gst/elements/gsttee.c:
7270         * gst/elements/gsttypefindelement.c:
7271           use them.
7273 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7275         * docs/gst/gstreamer-docs.sgml: remove props
7276         * docs/gst/gstreamer-sections.txt: remove props
7277         * docs/gst/tmpl/gst.sgml:
7278         * docs/gst/tmpl/gstbin.sgml:
7279         * docs/gst/tmpl/gstbuffer.sgml:
7280         * docs/gst/tmpl/gstcaps.sgml:
7281         * docs/gst/tmpl/gstclock.sgml:
7282         * docs/gst/tmpl/gstelement.sgml:
7283         * docs/gst/tmpl/gstindex.sgml:
7284         * docs/gst/tmpl/gstobject.sgml:
7285         * docs/gst/tmpl/gstpad.sgml:
7286         * docs/gst/tmpl/gstpadtemplate.sgml:
7287         * docs/gst/tmpl/gstreamer-unused.sgml:
7288         * docs/gst/tmpl/gstthread.sgml:
7289         * docs/gst/tmpl/gstxml.sgml:
7290           sync with code reorganization
7292 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
7294         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
7295         Make the 'Could not find compatible pad' message more informative.
7297 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7298                                                                                 
7299         * gst/elements/gstfilesink.c: (gst_filesink_set_location):
7300           Fix for if we pass NULL as property to location.
7301         * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
7302         (gst_pipefilter_handle_event), (gst_pipefilter_chain):
7303           Fix for instantiate-test (see below).
7304         * gst/gststructure.c: (_gst_structure_parse_value):
7305           Fix compile error on gcc-2.96.
7306         * configure.ac:
7307         * tests/Makefile.am:
7308         * tests/instantiate/Makefile.am:
7309         * tests/instantiate/create.c: (create_all_elements), (main):
7310           Add a test that instantiates all elements. This makes it easy to
7311           track dead code for old API/design (like setting event functions
7312           on sink pads and so on).
7314 2004-01-06  Jan Schmidt  <thaytan@mad.scientist.com>
7316         * gst/gstcaps.c: (gst_caps_append_structure):
7317           Move the poisoning to allow a NULL structure
7318         * gst/gstevent.c: (_gst_event_free):
7319           When freeing a navigation event, free the structure
7320           also
7322 2004-01-04  David Schleef  <ds@schleef.org>
7324         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
7325         Remove usage of gst_pad_proxy_fixate.
7326         * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
7327         (gst_caps_split_one), (gst_caps_replace):
7328         Add poisoning code.
7329         * gst/gstmarshal.list:
7330         Add pointer__pointer for fixate signal
7331         * gst/gstpad.c: (gst_real_pad_class_init),
7332         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
7333         (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
7334         (gst_pad_set_explicit_caps), (gst_pad_template_new):
7335         Add poisoning code. Add fixate signal on RealPad. Change
7336         set_explicit_caps() to take const GstCaps, like try_set_caps().
7337         * gst/gstpad.h:
7338         * testsuite/caps/Makefile.am:
7339         * testsuite/caps/app_fixate.c: Add a test for the fixate signal
7341 2004-01-03  David Schleef  <ds@schleef.org>
7343         * gst/elements/gsttypefindelement.c:
7344         (gst_type_find_element_have_type), (gst_type_find_element_init):
7345         Use gst_pad_use_explicit_caps for src pad.
7346         * gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
7347         before using it.
7349 2004-01-03  David Schleef  <ds@schleef.org>
7351         * gst/gstelement.c: (gst_element_link_pads_filtered),
7352         (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
7353         that linking was successful.
7354         * gst/gstpad.c: (gst_pad_link_free),
7355         (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
7356         (gst_pad_link_try), (gst_pad_link_unnegotiate),
7357         (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
7358         GstPadLinkReturn correctly between functions, and don't fail
7359         when DELAYED is used (DELAYED is very important).  Better
7360         cleanup on unlinking and unnegotiation.  Should fix some spider
7361         bugs.
7363 2004-01-02  David Schleef  <ds@schleef.org>
7365         * gst/gstelement.c: (gst_element_class_init),
7366         (gst_element_base_class_init): ->padtemplates should be cleared
7367         in base_init, since we need to have a fresh list for every
7368         class.  (Alternately, we chould copy the list and share the
7369         actual pad templates (not the list), but that would require
7370         changing every plugin to move pad template registration from
7371         base_init to class_init.)
7373 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7375         * gst/gstelement.c: (gst_element_class_add_pad_template):
7376           Refuse registering a pad template if another pad template
7377           with the same name already exists (#114715).
7379 2004-01-02  David Schleef  <ds@schleef.org>
7381         * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
7382         (gst_caps_is_equal_fixed): Add new function.
7383         * gst/gstcaps.h: ditto.
7384         * gst/gstpad.c: (gst_real_pad_class_init),
7385         (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
7386         (gst_pad_set_explicit_caps), (gst_pad_get_caps):  In try_set_caps,
7387         check new caps against existing caps -- if they're the same, return
7388         OK without renegotiating.  caps-nego-failed signal fixed so that
7389         the marshaller isn't VOID__OBJECT.  Also changed to G_TYPE_POINTER
7390         to save an extra caps copy.  Don't complete negotiation if a pad
7391         link function returns DELAYED.
7393 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7395         * gst/gstpad.c: (gst_pad_try_relink_filtered):
7396           Fix wrong g_return_if_fail
7398 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
7400         * gst/gstbin.c: (gst_bin_class_init):
7401         Change the marshalling of element_added/element_removed
7402         to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER 
7403         complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
7405 2004-01-01  David Schleef  <ds@schleef.org>
7407         * gst/gstpad.c: (gst_pad_set_explicit_caps),
7408         (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
7409         (gst_pad_use_explicit_caps):
7410         * gst/gstpad.h:
7411         Add new functions.  gst_pad_use_explicit_caps() sets up a pad
7412         to use an internal getcaps and link fuction so that negotiation
7413         always results in the explicitly set caps.
7414         gst_pad_set_explicit_caps() sets the explicit caps.  These functions
7415         are particularly useful for decoders.
7417 2003-12-31  David Schleef  <ds@schleef.org>
7419         * gst/elements/gstidentity.c: (gst_identity_class_init),
7420         (gst_identity_init), (gst_identity_chain),
7421         (gst_identity_set_property), (gst_identity_get_property):
7422         * gst/elements/gstidentity.h:
7423         * gst/gstqueue.c: (gst_queue_init):
7424           Negotiation fixes.
7426 2003-12-31  David Schleef  <ds@schleef.org>
7428         * gst/gstcaps.c: (gst_caps_intersect),
7429         (_gst_caps_normalize_foreach), (gst_caps_normalize):
7430           Implement gst_caps_normalize().
7431         * testsuite/caps/normalisation.c: (main):
7432           Add an additional test
7434 2003-12-31  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7436         * gst/gstqueue.c: (gst_queue_init):
7437           use gst_pad_proxy_getcaps()
7439 2003-12-31  David Schleef  <ds@schleef.org>
7441         * gst/elements/gstshaper.c: (gst_shaper_link):
7442         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
7443         * gst/gstqueue.c: (gst_queue_link):
7444           Negotiation fixes.
7446 2003-12-31  David Schleef  <ds@schleef.org>
7448         * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
7449         * gst/gstpad.h: Add functions that are useful as default pad
7450         link and fixate functions for elements.
7452 2003-12-30  David Schleef  <ds@schleef.org>
7454         * gst/gstpad.c: (gst_pad_link_try):
7455           Fix segfault when attempting to return to old caps
7457 2003-12-29  David Schleef  <ds@schleef.org>
7459         * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
7460         (gst_caps_structure_simplify), (gst_caps_simplify):
7461         * gst/gstcaps.h:
7462           Add simplify function
7463         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
7464         (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
7465         * gst/gstpad.h:
7466           Copy over srcnotify, sinknotify when calling old pad_link
7467           functions.  Add new is_negotiated() function.
7468         * gst/gststructure.c: (gst_structure_copy):
7469           Fix an incredibly stupid bug that should have been noticed
7470           weeks ago.  _copy() returned the argument, not the new copy.
7472 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7474         * gst/gstcaps.c: (gst_caps_append):
7475           add sanity checks
7476         * gst/gstcaps.h: (gst_caps_debug):
7477           remove, it doesn't exist anymore.
7478         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
7479         (gst_element_threadsafe_properties_post_run):
7480           make debugging messages not clutter up THREAD debug category
7481         (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
7482         (gst_element_change_state):
7483           update to new caps API
7484         * gst/gstinterface.c: (gst_implements_interface_cast):
7485           don't put vital code in g_return_if_fail
7486         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps), 
7487         (gst_pad_link_filtered):
7488           add pst_pad_try_link and use it.
7489         (gst_pad_perform_negotiate), (gst_pad_renegotiate):
7490           implement correctly, deprecate first one.
7491         (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
7492           add and implement.
7493         (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
7494           implement.
7495         (gst_pad_get_negotiated_caps):
7496           add and implement. Make GST_PAD_CAPS call this function.
7497         (gst_pad_get_caps):
7498           remove unneeded check..
7499         (gst_pad_recover_caps_error):
7500           disable, always return FALSE.
7501         (gst_real_pad_dispose):
7502           don't free caps and appfilter anymore, they're unused.
7503         * gst/gstpad.h:
7504           Reflect changes mentioned above.
7505         * gst/gstsystemclock.c: (gst_system_clock_wait):
7506           Make 'clock is way behind' a debugging message.
7507         * gst/gstthread.c: (gst_thread_change_state):
7508           Fix debugging message
7510 2003-12-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7512         * gst/gstinfo.h:
7513           fix GST_DEBUG_CATEGORY_INIT gtk-doc description
7514         * docs/gst/tmpl/gstreamer-unused.sgml:
7515           removed all traces of cvs conflicts
7517 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7519         * configure.ac:
7520         * gst/schedulers/cothreads_compat.h:
7521         * libs/Makefile.am:
7522           remove last instances of wingo cothread usage
7524 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7526         * gst/gstplugin.c:
7527         * gst/gstversion.h.in:
7528         * gst/parse/grammar.y:
7529           change comment block from /** to /* when not gtk-doc comments
7531 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7533         * gst/gst.c: whitespace and doc style fixes
7535 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7537         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
7539 2003-12-24  Colin Walters  <walters@verbum.org>
7541         * gst/elements/gsttypefindelement.c:
7542           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
7543           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
7544           Don't double-free caps.
7546 2003-12-23  David Schleef  <ds@schleef.org>
7548         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
7549           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
7550           Many little fixes and additions of debug statements to
7551           get rhythmbox working.
7553 2003-12-23  Colin Walters  <walters@verbum.org>
7555         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
7556         Use GST_PAD_LINK_SUCCESSFUL.
7558 2003-12-23  David Schleef  <ds@schleef.org>
7560         * gst/elements/gstaggregator.c:
7561         * gst/elements/gsttee.c:
7562           Use gst_pad_proxy_getcaps().
7563         * gst/gstpad.c:
7564         * gst/gstpad.h:
7565           Add gst_pad_proxy_getcaps(), which filter elements can use
7566           as a generic getcaps implementation.
7567           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
7568           was advertised.
7570 2003-12-23  David Schleef  <ds@schleef.org>
7572         * gst/gstpad.c:
7573           Rearrange/rewrite much of the pad negotiation code, since it
7574           resembled pasta.  This actually changes the way some
7575           negotiation works, since the previous code was inconsistent
7576           depending on how it was invoked.  Add (internal) structure
7577           GstPadLink, which is used to hold some information (more in
7578           the future) about the link between two pads.  Fixes a number
7579           of bugs, including random lossage of filter caps when the
7580           initial negotiation is delayed.  A few functions are still
7581           unimplemented.
7582         * gst/gstpad.h:
7583           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
7584           these when testing GstPadLinkReturn values instead of comparing
7585           directly.
7587 2003-12-23  David Schleef  <ds@schleef.org>
7589         * gst/gstvalue.c: 
7590         * gst/gstvalue.h:
7591           Rearrange lots of code.  Change registration of compare function
7592           into registration of compare/serialize/deserialize functions.
7593           Doesn't include implementation of gst_value_[de]serialize(),
7594           but that should be easy.
7596 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7598         * docs/gst/gstreamer-sections.txt:
7599         * docs/gst/tmpl/gstprops.sgml: removed
7600         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
7601           David removed props and caps code, so let's remove their docs as well.
7602           Removed all no longer existing symbols from gstreamer-sections.txt
7603           
7604 2003-12-22  Colin Walters  <walters@verbum.org>
7606         * gst/gsttaginterface.c, gst/gsttaginterface.h,
7607           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
7608           of tags directly.
7610 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7612         * gst/elements/gstelements.c:
7613           Set ranks of elements to NONE, so the autoplugger doesn't use them.
7614         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
7615           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
7616           gst_caps (peer).
7618 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7620         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
7621         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
7622         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
7623         (gst_spider_identity_sink_loop_type_finding):
7624         * gst/autoplug/gstspideridentity.h:
7625           Fix autoplugging in spider element, so it works with new caps.
7626           This was mainly caused by identifying empty caps incorrectly.
7628 2003-12-22  David Schleef  <ds@schleef.org>
7630         * gststructure.c, gstvalue.c, gstvalue.h: Add
7631           gst_value_init_and_copy() and use it, to avoid silly mistakes in
7632           using g_value_copy()
7634 2003-12-21  David Schleef  <ds@schleef.org>
7636         * many, many files: Merge CAPS branch.  This includes:
7637           - implemention of GstValue and several GstValue types
7638           - implemention of GstStructure
7639           - entire rewrite of GstCaps
7640           - removal of GstProps
7641           - many changes to GstPad to compensate for new caps paradigm
7642           - removal of GstBufferpool
7643         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
7644         gstvalue.h, gst/gstcaps[2]*.[ch]:
7645           - rename gstcaps2.[ch] to gstcaps.[ch]
7647 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7649         * gst/gstqueue.c: (gst_queue_handle_pending_events),
7650         (gst_queue_chain), (gst_queue_handle_src_event):
7651           implement timeout for sending events. Workaround for if the
7652           pipeline on this queue is not passing any data.
7654 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
7655                                                                                 
7656         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
7657         * moved CVS to freedesktop.org