]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/blob - ChangeLog
gst/gstqueue.c: Reverted to 1.110 until this makes the testsuite and various apps...
[glsdk/gstreamer0-10.git] / ChangeLog
1 2004-12-03  Wim Taymans  <wim@fluendo.com>
3         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
4         (gst_queue_link), (gst_queue_handle_src_query):
5         Reverted to 1.110 until this makes the testsuite and various
6         apps work.
8 2004-12-01  Christian Fredrik Kalager Schaller christian@fluendo.com 
10         * docs/upload.mak: fix included CVS conflict strings
12 2004-12-01  William Jon McCann  <mccann@jhu.edu>
14         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16         * gst/gstelement.c: (gst_element_error_full):
17           Use g_error_new_literal because error text may have
18           percentage signs in it. Fixes #160019.
20 2004-12-01  Benjamin Otte  <otte@gnome.org>
22         * gst/elements/gstbufferstore.c:
23         (gst_buffer_store_add_buffer_func):
24           don't try to make subbuffers bigger than they can be. (fixes
25           #159970)
27 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29         * docs/gst/gstreamer-sections.txt:
30         * docs/gst/tmpl/gstvalue.sgml:
31           Add new function to docs to fix build.
33 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
35         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
36         * gst/gstpad.c: (_gst_pad_default_fixate_value),
37         (_gst_pad_default_fixate_foreach):
38         * gst/gstvalue.c: (gst_type_is_fixed), (gst_value_is_fixed):
39         * gst/gstvalue.h:
40           Deprecate _type_is_fixed, use _value_is_fixed instead, since
41           in some cases (arrays), the fixedness depends on the content.
42         * gst/gstqueue.c: (gst_queue_handle_src_query):
43           Check for availability before doing something.
45 2004-11-29  Wim Taymans  <wim@fluendo.com>
47         * testsuite/threads/Makefile.am:
48         * testsuite/threads/signals.c: (gst_test_get_type),
49         (gst_test_class_init), (gst_test_init), (gst_test_dispose),
50         (gst_test_set_property), (gst_test_get_property),
51         (gst_test_do_signal1), (signal2_handler), (gst_test_do_signal2),
52         (gst_test_do_prop), (run_thread), (main):
53         Added a bunch of testcases that show threadsafety bugs in glib.
55 2004-11-29  Stefan Kost  <ensonic@users.sf.net>
57         * docs/manual/programs.xml:
58       Added a first batch of gst-launch examples, as provided by Ronald
59       and others from the devel-mlist
61 2004-11-28  Benjamin Otte  <otte@gnome.org>
63         * gst/gstelement.c: (gst_element_negotiate_pads):
64           simplify
65         * gst/gstvalue.c: (gst_string_wrap), (gst_string_unwrap),
66         (gst_value_serialize_string), (gst_value_deserialize_string):
67           add unwrapping of previously wrapped strings. Fix bug in wrapping
68           while at it.
69         * testsuite/caps/value_serialize.c: (test1),
70         (test_string_serialization), (test_string_deserialization), (main):
71           add tests for string (de)serialization
73 2004-11-26  Wim Taymans  <wim@fluendo.com>
75         * testsuite/threads/159566.c: (object_deep_notify), (main):
76         * testsuite/threads/Makefile.am:
77         Added testsuite to show bug #159566
79 2004-11-25  Wim Taymans  <wim@fluendo.com>
81         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_change_state),
82         (gst_thread_child_state_change), (gst_thread_main_loop):
83         Ref the thread object in the GThread mainloop. Break out of the
84         thread mainloop if it holds the last ref. This properly exits
85         the threads when disposing the thread from its own context. It
86         also avoids possible deadlocks in the dispose function.
88 2004-11-24  Martin Soto  <martinsoto@users.sourceforge.net>
90         * gst/gstqueue.c (gst_queue_link_sink): Grab the lock only when
91         it is necessary to wait.
93 2004-11-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
95         * docs/pwg/building-boiler.xml:
96           Make description somewhat clearer.
98 2004-11-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
100         * docs/upload.mak:
101           Apparently docs changed location on FDO's server.
103 2004-11-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
105         * docs/pwg/appendix-checklist.xml:
106           Add some random notes on thinks to check when writing an element.
107           This list can be extended as people see fit.
109 2004-11-23  Martin Soto  <martinsoto@users.sourceforge.net>
111         * gst/gstqueue.c (gst_queue_init, gst_queue_link_sink)
112         (gst_queue_link_src): Allow for renegotiating the caps of the sink
113         pad. The queue will now wait until it is empty and forward the new
114         caps to the source.
115         * gst/gstbin.c (gst_bin_set_element_sched)
116         (gst_bin_unset_element_sched): Make sure that all elements and
117         links are registered and unregistered with the scheduler exactly
118         once. This elaborates on a fix by Benjamin Otte, but
119         guarantees that decoupled elements are also registered.
121 2004-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
123         * docs/manual/quotes.xml:
124           add a quote
125         * configure.ac:
126         * gst/gst.c:
127         * gst/gstinfo.c:
128           add LIBDIR and move init message higher up so it's at the start
130 2004-11-08  Christian Fredrik Kalager Schaller  <christian@fluendo.com>
132         * gst/schedulers/Makefile.am: fix disted build fair by including .h file
133         * gstreamer.spec.in: add fair
135 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
137         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
138         * gst/elements/gstidentity.c: (gst_identity_class_init):
139           Use G_SIGNAL_TYPE_STATIC_SCOPE, patch by Christophe Fergeau
140           <teuf@gnome.org> (#157263).
141         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
142         (gst_type_find_handle_src_query):
143           Subtract size of internally stored data from position queries.
145 2004-11-07  Martin Soto  <martinsoto@users.sourceforge.net>
147         * gst/schedulers/fairscheduler.c:
148         * gst/schedulers/faircothreads.c:
149         * gst/schedulers/faircothreads.h:
150         New cothread based scheduler: Fair scheduler.
151         * gst/schedulers/gthread-cothreads.h: 
152         Add the standard #if around the whole file.
153         Defining symbol GTHREAD_COTHREADS_NO_DEFINITIONS will now prevent
154         compilation of the functions defined in this file. This is
155         necessary to be able to use this file as a normal header.
156         * gst/schedulers/Makefile.am: Add compiling support for fair
157         scheduler.
158         * docs/gst/Makefile.am (IGNORE_HFILES): Exclude internal fair
159         scheduler cothreads layer from documentation generation.
161 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
163         * gst/autoplug/gstspideridentity.c:
164         (gst_spider_identity_sink_loop_type_finding):
165           Don't crash if that function is not implemented.
167 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
169         * docs/pwg/advanced-types.xml:
170           Another typo.
172 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
174         * docs/pwg/intro-preface.xml:
175           Hm, ok, so the brackets weren't really useful...
176         * docs/pwg/other-ntoone.xml:
177           Fix embarassing typo.
179 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
181         * docs/pwg/intro-preface.xml:
182           Rewrite preface.
184 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
186         * docs/pwg/advanced-scheduling.xml:
187         * docs/pwg/advanced-tagging.xml:
188         * docs/pwg/advanced-types.xml:
189         * docs/pwg/building-boiler.xml:
190         * docs/pwg/building-chainfn.xml:
191         * docs/pwg/building-signals.xml:
192         * docs/pwg/building-state.xml:
193         * docs/pwg/building-testapp.xml:
194         * docs/pwg/intro-basics.xml:
195         * docs/pwg/other-manager.xml:
196         * docs/pwg/other-source.xml:
197           Typo fixes.
198         * docs/pwg/other-manager.xml:
199           Add some first content. No example code yet.
200         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
201           Remove double newlines.
203 2004-11-04  Wim Taymans  <wim@fluendo.com>
205         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
206         (remove_from_group), (normalize_group), (group_migrate_connected),
207         (gst_opt_scheduler_iterate):
208         * testsuite/schedulers/.cvsignore:
209         * testsuite/schedulers/Makefile.am:
210         * testsuite/schedulers/queue_link.c: (main):
211         Added testcase for schduler segfault.
212         Fix scheduler segfault when removing a decoupled
213         entry point as the last element from a group.
215 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
217         * gst/gstmarshal.list: add missing marshaller, fixes build
219 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
221         * docs/random/signal: added notes about using BOXED for GstBuffer
222         signal marshallers, not POINTER
224 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
226         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
227         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init): more
228         POINTER=>BOXED changes to marshal GstBuffers
230 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
232         * gst/elements/gstidentity.c: (gst_identity_class_init): GstBuffer is 
233         a boxed type, marshal the signal with VOID__BOXED, not VOID__POINTER
235 2004-11-03  Stefan Kost  <ensonic@users.sf.net>
237         * docs/gst/gstreamer-sections.txt:
238         * docs/gst/tmpl/gstcaps.sgml:
239         * docs/gst/tmpl/gsterror.sgml:
240         * docs/gst/tmpl/gstinfo.sgml:
241         * docs/gst/tmpl/gstmacros.sgml:
242         * docs/gst/tmpl/gstutils.sgml:
243         * docs/random/ensonic/interfaces.txt:
244         * gst/gstinfo.h:
245       added some more docs, removed two obsolete defines
247 2004-11-02  Kjartan Maraas <as at gnome.org>
249         reviewed by: Wim Taymans, Ronald Bultje.
251         * gst/cothreads.c: (cothread_create):
252         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
253         (gst_bin_child_state_change_func):
254         * gst/gstbuffer.c: (gst_buffer_span):
255         * gst/gstelement.c: (gst_element_get_index),
256         (gst_element_get_event_masks), (gst_element_get_query_types),
257         (gst_element_get_formats):
258         * gst/gsterror.c: (_gst_core_errors_init),
259         (_gst_library_errors_init), (_gst_resource_errors_init),
260         (_gst_stream_errors_init):
261         * gst/gstobject.c: (gst_object_default_deep_notify):
262         * gst/gstpad.c: (gst_pad_get_event_masks),
263         (gst_pad_get_internal_links_default):
264         * gst/gstplugin.c: (gst_plugin_register_func),
265         (gst_plugin_get_module):
266         * gst/gststructure.c: (gst_structure_get_string),
267         (gst_structure_get_abbrs), (gst_structure_from_abbr),
268         (gst_structure_to_abbr):
269         * gst/gstutils.c: (gst_print_element_args):
270         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
271         (setup_group_scheduler), (gst_opt_scheduler_iterate):
272         Aplied part of patch #157127: Cleanup of issues reported by 
273         sparse.
274         Also do not try to use cothreads when there is no cothread
275         context yet.
277 2004-11-02  Sebastien Cote <sc5 at hermes.usherb.ca>
279         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
280         (gst_opt_scheduler_iterate):
281         Aplied patch #154061. Running a pipeline in which an element 
282         calls GST_ELEMENT_ERROR in the chain function, the opt 
283         scheduler doesn't unref the chain so it never gets freed.
285 2004-11-02  Wim Taymans  <wim@fluendo.com>
287         * gst/gststructure.c: (gst_structure_get_abbrs),
288         (gst_structure_from_abbr), (gst_structure_to_abbr):
289         Remove that ugly if-then thing in the code that converts
290         between strings and types.
292 2004-11-02  Wim Taymans  <wim@fluendo.com>
294         * gst/gstscheduler.c: (gst_scheduler_add_element),
295         (gst_scheduler_remove_element), (gst_scheduler_state_transition):
296         Aplied clock distribution patch, this should fix bug
297         #148787.
299 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
301         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
303         * po/LINGUAS:
304         * po/nb.po:
305           Added Norwegian Bokmaal translation
307 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
309         * tools/gst-inspect.c: (print_signal_info):
310           print signal arguments as pointers if they are
312 2004-10-22  Stefan Kost  <ensonic@users.sf.net>
314         * docs/pwg/building-boiler.xml:
315       exchanged GTK_ macros with G_TYPE macros (as pointed out by mathrick)
317 2004-10-19  Wim Taymans  <wim at fluendo dot com>
319         * gst/parse/parse.l:
320         * testsuite/parse/parse1.c: (main):
321         Since parse can do 'element name=a:b' make 'a:b.' work as
322         well. 
323         Added testcase to verify fix.
325 2004-10-19  Wim Taymans  <wim at fluendo dot com>
327         * tools/gst-inspect.c: (print_pad_info), (print_plugin_features):
328         Use the realpad when printing the direction.
329         Add extra \n when printing extensions of typefind factories.
331 2004-10-13  David Schleef  <ds@schleef.org>
333         * examples/manual/Makefile.am: $< isn't portable in Makefile
334         rules.
336 2004-10-13  Stefan Kost  <ensonic@users.sf.net>
338         * docs/gst/tmpl/gstobject.sgml:
339         * docs/gst/tmpl/gstplugin.sgml:
340         * docs/gst/tmpl/gstpluginfeature.sgml:
341         * docs/gst/tmpl/gstregistry.sgml:
342         * docs/gst/tmpl/gstversion.sgml:
343         * gst/gstbin.c:
344           more api documentation
345         * gst/gstplugin.c: (gst_plugin_register_func),
346         (gst_plugin_check_file), (gst_plugin_load_file):
347           better error signaling and logging
349 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
351         * gst/gstqueue.c: (gst_queue_init), (gst_queue_handle_src_query):
352           Subtract current queue contents from position queries.
354 2004-10-11  Johan Dahlin  <johan@gnome.org>
356         * gst/gsturi.c (gst_uri_get_location): unescape string
357         (gst_uri_construct): escape string.
359 2004-10-11  Benjamin Otte  <otte@gnome.org>
361         * gst/gstpad.c: (gst_pad_renegotiate), (gst_pad_try_set_caps),
362         (gst_pad_try_set_caps_nonfixed):
363           allow renegotiation of unconnected pads (as inside spider). Simply
364           return OK if unconnected - mimic try_set_caps there.
366 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
368         * gst/gstbin.c: (gst_bin_sync_children_state):
369           Add missing break.
371 2004-10-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
373         * gst/elements/gstfakesrc.c: (gst_fakesrc_get):
374         Set element to EOS before sending EOS event
376 2004-10-08  Wim Taymans  <wim at fluendo dot com>
378         * gst/elements/gsttypefindelement.c:
379         (gst_type_find_element_handle_event):
380         Handle EOS events when doing the transition from
381         typefind to data passing. This should fix the
382         infinite loops in short files.
384 2004-10-07  Wim Taymans  <wim at fluendo dot com>
386         * gst/gstthread.c: (gst_thread_change_state),
387         (gst_thread_child_state_change):
388         Make sure no iteration happens while performing
389         the state change as it could mess up the internal
390         consistency of the thread state.
392 2004-10-07  Wim Taymans  <wim at fluendo dot com>
394         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_sync),
395         (gst_thread_change_state), (gst_thread_child_state_change):
396         Do not try to grab the iterate lock in the state change method
397         when we are in the same thread as the iterate or else we
398         could deadlock. Some other cleanups.
400 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
402         * configure.ac:
403           bump nano to cvs
405 === release 0.8.7 ===
407 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
409         * configure.ac:
410         * NEWS:
411         * RELEASE:
412         * configure.ac:
413           releasing 0.8.7, "A Cruise"
415 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
417         * docs/random/mimetypes:
418         Add an entry for Sony ATRAC3 audio format with mime-type
419         used by rmdemux et riff-read
421 2004-10-06  Wim Taymans  <wim at fluendo dot com>
423         * gst/elements/gsttypefindelement.c: (stop_typefinding):
424         Push the buffer store instead of clearing it in case that
425         the stream is not seekable.
427 2004-10-06  Wim Taymans  <wim at fluendo dot com>
429         * gst/gstthread.c: (gst_thread_init), (gst_thread_change_state),
430         (gst_thread_main_loop):
431         Lock the iteration and the state change so that automatic
432         negotiation and fixation does not happen at the same time
433         as the in stream negotiation.
435 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
437         * configure.ac:
438           bump nano to cvs
440 === release 0.8.6 ===
442 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
444         * configure.ac:
445         * NEWS:
446         * RELEASE:
447         * configure.ac:
448           releasing 0.8.6, "Narc"
450 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
452         * configure.ac:
453           prerel bump
455 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
457         patch by: Steve Lhomme
459         * gst/elements/gstfakesrc.c:
460         * gst/elements/gstidentity.c:
461         * gst/gstthread.c:
462           Fix for #153881
464 2004-10-01  Wim Taymans  <wim at fluendo dot com>
466         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc):
467         Fix threadsafety of the crc checking function.
469 2004-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
471         patch by: Ronald Bultje
473         * gst/elements/gsttypefindelement.c: (stop_typefinding),
474         (gst_type_find_element_handle_event),
475         (gst_type_find_element_chain):
476         * gst/elements/gsttypefindelement.h:
477          #153657.
478          Filter out discont event from seekable sources when typefind
479          asks them to seek.  Fixes typefind with demuxers for
480          avi, asf and matroska.
482 2004-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
484         * docs/gst/gstreamer-sections.txt:
485         * gst/gstcaps.c:
486         * gst/gstcaps.h:
487         * gst/gstpad.c:
488           Revert preferred caps: (#147789)
490 2004-09-19  Steve Lhomme  <steve.lhomme@free.fr>
492         * win32/dirent.c:
493           fix a memory leak
495 2004-09-10  Thomas Vander Stichele  <thomas at apestaart dot org>
497         * configure.ac:
498           bump for prerelease
500 2004-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
502         * docs/Makefile.am:
503         * docs/manual/elements-api.xml:
504           restructure so that common stuff is shown first
505         * docs/manual/init-api.xml:
506           convert to examples
507         * docs/manual/manual.xml:
508         * docs/manuals.mak:
509         * docs/url.entities:
510           link to API on the website, possibly override later in build
511         * examples/manual/.cvsignore:
512           ignore more
513         * examples/manual/Makefile.am:
514           add more examples
515         * examples/manual/extract.pl:
516           error out on failure
518 2004-09-08  Thomas Vander Stichele  <thomas at apestaart dot org>
520         * docs/gst/tmpl/gstthread.sgml:
521         * docs/manual/init-api.xml:
522         * examples/manual/Makefile.am:
523           convert two code bits to examples
525 2004-09-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
527         * gst/gstelement.c: (gst_element_change_state):
528           Well, actually, I was about to remove this insane assert when
529           I noticed Wim already did that. A warning is nice so we can
530           fix actual ugs (using --g-fatal-warnings and backtraces), so
531           I added that instead.
533 2004-09-06  Wim Taymans  <wim@fluendo.com>
535         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
536         (gst_element_threadsafe_properties_post_run),
537         (gst_element_set_state), (gst_element_change_state):
538         Added extra refcounting around various places. 
540 2004-09-06  Wim Taymans  <wim@fluendo.com>
542         * gst/gstpad.c: (gst_pad_link_call_link_functions):
543         Fix debug info.
545 2004-09-06  Wim Taymans  <wim@fluendo.com>
547         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
548         (remove_from_group):
549         Some more debug info.
551 2004-09-03  Wim Taymans  <wim@fluendo.com>
553         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
554         (gst_fakesrc_init), (gst_fakesrc_set_clock),
555         (gst_fakesrc_set_property), (gst_fakesrc_get_property),
556         (gst_fakesrc_get), (gst_fakesrc_change_state):
557         * gst/elements/gstfakesrc.h:
558         * gst/elements/gstidentity.c: (gst_identity_class_init),
559         (gst_identity_init), (gst_identity_chain),
560         (gst_identity_set_property), (gst_identity_get_property),
561         (gst_identity_change_state):
562         * gst/elements/gstidentity.h:
563         Added datarate properties to limit the datarate.
565 >>>>>>> 1.808
566 2004-08-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
568         * gst/autoplug/gstspider.c: (plugin_init):
569           don't set a rank. We don't want to autoplug by inserting spiders.
571 2004-08-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
573         * gst/autoplug/gstspider.c: (gst_spider_class_init),
574         (gst_spider_identity_plug):
575           add a template for spider's sink
576         * gst/gst.c: (gst_register_core_elements):
577           queue's rank should be NULL, we don't want spider to add it.
579 2004-08-18  David Schleef  <ds@schleef.org>
581         * docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331)
582         * docs/libs/Makefile.am: same
583         * docs/gst/tmpl/gstxml.sgml: Remove GstXMLNs
584         * docs/random/ds/0.9-planning: random additions
585         * docs/random/ds/0.9-suggested-changes: same
586         * gst/gstxml.h: remove vestigal GstXMLNs definition
588         Preferred caps: (#147789)
589         * docs/gst/gstreamer-sections.txt: Add symbols
590         * docs/gst/tmpl/gstcaps.sgml: Add symbols
591         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
592         (gst_caps_append), (gst_caps_copy_1), (gst_caps_intersect),
593         (gst_caps_union), (gst_caps_save_thyself), (gst_caps_load_thyself),
594         (gst_caps_get_preferred), (gst_caps_set_preferred),
595         (gst_caps_get_structure_by_id), (gst_caps_prefer_foreach),
596         (gst_caps_use_preferred): Handle caps preferences
597         * gst/gstcaps.h: Add caps preferences
598         * gst/gstpad.c: (gst_pad_link_get_preferred),
599         (gst_pad_link_fixate), (gst_pad_link_call_link_functions),
600         (gst_pad_renegotiate), (gst_pad_guess_preferred),
601         (gst_pad_get_caps), (gst_pad_push):  Use caps preferences for
602         negotiation.
604 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
606         * gst/autoplug/gstspideridentity.c:
607         (gst_spider_identity_request_new_pad):
608         * gst/elements/gstaggregator.c: (gst_aggregator_base_init),
609         (gst_aggregator_init):
610         * gst/elements/gstfakesink.c: (gst_fakesink_base_init),
611         (gst_fakesink_init):
612         * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
613         (gst_fakesrc_init):
614         * gst/elements/gstfdsink.c: (gst_fdsink_base_init),
615         (gst_fdsink_init):
616         * gst/elements/gstfdsrc.c: (gst_fdsrc_base_init), (gst_fdsrc_init):
617         * gst/elements/gstfilesink.c: (gst_filesink_base_init),
618         (gst_filesink_init):
619         * gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
620         (gst_filesrc_init):
621         * gst/elements/gstidentity.c: (gst_identity_base_init),
622         (gst_identity_init):
623         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
624         (gst_multifilesrc_init):
625         * gst/elements/gstpipefilter.c: (gst_pipefilter_base_init),
626         (gst_pipefilter_init):
627         * gst/elements/gststatistics.c: (gst_statistics_base_init),
628         (gst_statistics_init):
629         * gst/elements/gsttee.c: (gst_tee_base_init), (gst_tee_init):
630         * gst/gstqueue.c: (gst_queue_base_init), (gst_queue_init):
631           s/gst_pad_new/&_from_template/
632           register pad templates in the base_init function
633           add static pad template definitions
635 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
637         * testsuite/bytestream/gstbstest.c: (gst_bstest_init):
638         * testsuite/dynparams/dparamstest.c: (gst_dptest_init):
639         * testsuite/refcounting/pad.c: (main):
640         * testsuite/refcounting/thread.c: (create_thread_ghostpads):
641           s/gst_pad_new/&_from_template/
642           prepare deprecation of gst_pad_new
644 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
646         patch by: Luca Ognibene <skaboy81@virgilio.it>
648         * gst/gstcaps.c:
649         * gst/gstelement.c:
650         * gst/gstpad.c:
651         * gst/gstxml.c:
652           fix memleaks.  Fixes #150001
654 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
656         * docs/random/ds/0.9-suggested-changes:
657           add notes - mostly about pad templates
659 2004-08-16  Steve Lhomme  <steve.lhomme@free.fr>
661         * win32/GStreamer.vcproj:
662           temporary locale files are .gmo not .mo
664 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
666         * configure.ac: bump nano to cvs
668 === release 0.8.5 ===
670 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
672         * configure.ac:
673           releasing 0.8.5, "Stuttgart"
674         * NEWS:
675         * RELEASE:
676         * configure.ac:
677         * docs/random/release:
678           updates for release
680 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
682         patch by: Wim Taymans (wim@fluendo.com)
684         * gst/gstbuffer.c:
685         * gst/gstindex.h:
686         * libs/gst/dataprotocol/dataprotocol.c:
687           copy KEY_UNIT and DELTA_UNIT flags correctly.  Fixes #150242
689 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
691         * Makefile.am:
692         * win32/MANIFEST:
693           add win32 dir to the build.  Fixes #149981.
695 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
697         * configure.ac:
698           bump libtool versioning
699         * gst/gststructure.c:
700           mark function as static
701         * po/af.po:
702         * po/az.po:
703         * po/ca.po:
704         * po/cs.po:
705         * po/en_GB.po:
706         * po/fr.po:
707         * po/nl.po:
708         * po/sq.po:
709         * po/sr.po:
710         * po/sv.po:
711         * po/tr.po:
712         * po/uk.po:
713           translations update
714         * win32/README.txt:
715           trademark protection
717 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
719         * configure.ac:
720           fix GST_ORIGIN
721           set GST_PACKAGE to source, and distinguish between release and other
722         * tools/gst-inspect.c:
723           print out plugin an element factory is part of so we see this info
725 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
727         * docs/gst/gstreamer-sections.txt:
728         * docs/gst/tmpl/gstbuffer.sgml:
729         * docs/gst/tmpl/gstschedulerfactory.sgml:
730           reorder docs a little, make GstBuffer's more sensible.
731         * gst/gstbuffer.h:
732           API: added GST_BUFFER_FLAG_DELTA_UNIT
733         * gst/gstscheduler.c:
734           comment API addition
736 2004-08-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
738         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
739           work with non-regular files that can be mmapped (like /dev/zero)
740         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
741           get rid of typefinds that require a seek when we can't seek instead
742           of trying them over and over again
743         * tools/gst-launch.c: (idle_func), (error_cb), (main):
744           return non-zero failure value when the pipeline was interrupted or
745           an error occurred
747 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
749         * win32/config.h:
750         * win32/GStreamer.vcproj:
751           compile and install the locales
753 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
755         * gst/gstvalue.c:
756           fix a possible memory leak under Windows
758 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
760         * win32/GStreamer.vcproj:
761           fix a memory leak that occured under Windows
762         * win32/gstreamer.def:
763           add gst_scheduler_register
765 2004-08-11  Benjamin Otte  <otte@gnome.org>
767         * docs/gst/gstreamer-sections.txt:
768         * gst/gstscheduler.c: (gst_scheduler_register):
769         * gst/gstscheduler.h:
770           API:
771           add gst_scheduler_register shortcut similar to gst_element_register
772         * gst/schedulers/entryscheduler.c: (plugin_init):
773         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
774         * gst/schedulers/gstoptimalscheduler.c: (plugin_init):
775           use it
777 2004-08-10  Steve Lhomme  <steve.lhomme@free.fr>
779         * gst/gstvalue.h:
780           fix a memory leak that occured under Windows
782 2004-08-10  Colin Walters  <walters@redhat.com>
784         * gst/registries/gstxmlregistry.c (gst_xml_registry_open_func):
785         Don't use O_EXCL to open temporary registry.  It will prevent
786         registry creation if a temporary one already exists, which
787         is unnecessary.
789 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
791         * docs/gst/gstreamer-sections.txt:
792         * docs/gst/tmpl/gstvalue.sgml:
793           remove some valuable stuff from the documentation due to the use of GST_EXPORT
795 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
797         * win32/gstbytestream.vcproj:
798         * win32/gstelements.vcproj:
799         * win32/gstgetbits.vcproj:
800         * win32/gst-inspect.vcproj:
801         * win32/gst-launch.vcproj:
802         * win32/gstoptimalscheduler.vcproj:
803         * win32/GStreamer.vcproj:
804         * win32/gst-register.vcproj:
805         * win32/gstspider.vcproj:
806           update the include and lib dirs to fit standard libraries as
807           described in the Win32 manual
809 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
811         * win32/config.h:
812         * win32/gstversion.h:
813           enable NLS again, push the version number for the coming 0.8.5 release
815 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
817         * gst/gstvalue.h:
818           export gst_type_XXX for windows DLLs
820 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
822         * docs/faq/gst-uninstalled:
823           fix PKG_CONFIG_PATH and PYTHONPATH
824         * gst/schedulers/Makefile.am:
825           cleanup
826         * libs/gst/bytestream/bytestream.c:
827           remove newline
828         * po/LINGUAS:
829         * po/sq.po:
830           adding Albanian translation (Laurent Dhima)
831         * po/cs.po:
832           updated
834 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
836         * po/ca.po:
837         * po/sv.po:
838           updated translations
840 2004-08-04  Benjamin Otte  <otte@gnome.org>
842         * tests/mass_elements.c: (main):
843           allow specifying src and sink element explicitly, so I can test
844           videotestsrc instead of fakesrc
846 2004-08-04  Benjamin Otte  <otte@gnome.org>
848         * gst/gststructure.c: (gst_structure_id_empty_new_with_size),
849         (gst_structure_id_empty_new), (gst_structure_empty_new),
850         (gst_structure_copy):
851           add gst_structure_id_empty_new_with_size to allow preallocating
852           value array sizes. Use this in gst_structure_copy to get rid of
853           reallocs.
854           don't do quark=>string=>quark when copying structures
856 2004-08-03  Steve Lhomme  <steve.lhomme@free.fr>
858         * docs/manual/win32.xml:
859         * win32/README.txt:
860           update documentation with the clean version of dependencies
862 2004-08-03  Benjamin Otte  <otte@gnome.org>
864         * gst/schedulers/entryscheduler.c:
865         (gst_entry_scheduler_remove_element):
866           fix for GST_DISABLE_DEBUG
867         * tools/gst-launch.c: (print_tag):
868           fixes for G_DISABLE_ASSERT
870 2004-08-03  Benjamin Otte  <otte@gnome.org>
872         * gst/gst.c: (gst_register_core_elements):
873           fix for G_DISABLE_ASSERT
874         * gst/gstinfo.c: (__gst_in_valgrind):
875           add for GST_DISABLE_DEBUG
877 2004-08-03  Benjamin Otte  <otte@gnome.org>
879         * gst/parse/parse.l:
880           fix for G_DISABLE_ASSERT
882 2004-08-03  Wim Taymans  <wim@fluendo.com>
884         * gst/gstbin.c: (gst_bin_get_type),
885         (gst_bin_child_state_change_func):
886         * gst/gstthread.c: (gst_thread_change_state):
887         Backported some debug logging from a reverted patch
888         Don't try to destroy the thread twice. Added some more
889         debugging in GstThread. Unlock and signal even if we
890         are in the thread context.
892 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
894         * po/uk.po:
895           updated translation
897 2004-07-30  David Schleef  <ds@schleef.org>
899         * gst/gstatomic_impl.h: Enable atomic code for x86_64
901 2004-07-29  David Schleef  <ds@schleef.org>
903         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test):
904         Use GST_READ_GUINTxx_BE(), since it accesses unaligned memory.
906 2004-07-29  Thomas Vander Stichele  <thomas at apestaart dot org>
908         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
909         (gst_bin_add_func), (gst_bin_remove_func),
910         (gst_bin_child_state_change), (gst_bin_child_state_change_func),
911         (set_kid_state_func), (gst_bin_change_state), (gst_bin_set_state),
912         (gst_bin_change_state_norecurse), (gst_bin_dispose),
913         (gst_bin_sync_children_state):
914         * gst/gstbin.h:
915         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_release),
916         (gst_thread_change_state):
917         * testsuite/states/Makefile.am:
918           revert state change patches as agreed so we can rework them
919           gradually
921 2004-07-29  Benjamin Otte  <otte@gnome.org>
923         * libs/gst/control/Makefile.am:
924           link to libgstreamer (fixes Debian bug 262019, see
925           http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=262019 )
927 2004-07-29  Wim Taymans  <wim@fluendo.com>
929         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
930         (check_from_fraction_convert), (transform_test), (main):
931         Make the test less pedantic about float roundoff errors.
933 2004-07-29  Benjamin Otte  <otte@gnome.org>
935         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file),
936         (gst_filesrc_srcpad_event):
937           make seek events to before start/after end of file not fail, but
938           seek to start/end instead
939         * testsuite/caps/fraction-convert.c: (check_from_double_convert):
940           add more output
942 2004-07-29  Benjamin Otte  <otte@gnome.org>
944         * gst/gstpad.c: (gst_pad_set_explicit_caps):
945           check that caps are fixed
946         * gst/gstpad.c: (gst_pad_template_new):
947           don't try to simplify caps, costs too much time on gst_init
948         * gst/gstplugin.c: (gst_plugin_add_feature):
949           G_ERROR if features are added twice
950         * gst/gsttypefind.c: (gst_type_find_register):
951         * gst/gstelementfactory.c: (gst_element_register):
952           don't add features twice
953         * docs/random/ds/0.9-suggested-changes:
954           add note about possible gst_init optimization
956 2004-07-28  David Schleef  <ds@schleef.org>
958         * testsuite/elements/Makefile.am:
959         * testsuite/elements/struct_i386.h:
960         * testsuite/elements/struct_size.c: (main):  A little test
961         to keep distcheck from working if someone changes a structure
962         size accidentally.
964 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
966         * docs/libs/Makefile.am:
967         * docs/libs/gstreamer-libs-docs.sgml:
968         * docs/libs/gstreamer-libs-sections.txt:
969         * docs/libs/tmpl/gstbytestream.sgml:
970         * docs/libs/tmpl/gstcontrol.sgml:
971         * docs/libs/tmpl/gstdataprotocol.sgml:
972         * docs/libs/tmpl/gstgetbits.sgml:
973         * libs/gst/bytestream/Makefile.am:
974         * libs/gst/bytestream/bytestream.c:
975         * libs/gst/bytestream/bytestream.h:
976         * libs/gst/control/Makefile.am:
977         * libs/gst/dataprotocol/Makefile.am:
978         * libs/gst/getbits/Makefile.am:
979         * libs/gst/getbits/getbits.h:
980           various doc and style fixes, adding bytestream to libs docs.
982 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
984         * docs/gst/gstreamer-docs.sgml:
985         * docs/libs/Makefile.am:
986         * docs/libs/gstreamer-libs-docs.sgml:
987         * docs/libs/gstreamer-libs-sections.txt:
988         * libs/gst/control/dparam.c:
989           more doc fixes.  gst-libs docs now build the same way as gst.
991 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
993         * configure.ac:
994         * testsuite/Makefile.am:
995         * testsuite/bins/Makefile.am:
996         * testsuite/caps/Makefile.am:
997         * testsuite/cleanup/Makefile.am:
998         * testsuite/clock/Makefile.am:
999         * testsuite/debug/Makefile.am:
1000         * testsuite/dlopen/Makefile.am:
1001         * testsuite/dynparams/Makefile.am:
1002         * testsuite/elements/.cvsignore:
1003         * testsuite/elements/Makefile.am:
1004         * testsuite/enumcaps/Makefile.am:
1005         * testsuite/enumcaps/enumcaps.c:
1006         * testsuite/ghostpads/Makefile.am:
1007         * testsuite/indexers/Makefile.am:
1008         * testsuite/negotiation/Makefile.am:
1009         * testsuite/parse/Makefile.am:
1010         * testsuite/plugin/Makefile.am:
1011         * testsuite/refcounting/Makefile.am:
1012         * testsuite/schedulers/.cvsignore:
1013         * testsuite/states/Makefile.am:
1014         * testsuite/tags/Makefile.am:
1015         * testsuite/threads/Makefile.am:
1016           fold enumcaps into caps dir
1017           clean up Makefile.am's for testsuite
1019 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1021         * docs/gst/Makefile.am:
1022         * docs/libs/Makefile.am:
1023           clean up docs build.  Fixes needless rebuilding of template files.
1025 2004-07-28  Wim Taymans  <wim@fluendo.com>
1027         * gst/gstbin.c: (set_kid_state_func), (gst_bin_set_state):
1028         * gst/gstthread.c: (gst_thread_release), (gst_thread_set_state):
1029         Make sure that a bin state change tries to keep the children
1030         in sync. 
1031         Added debug logging to the thread.
1033 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
1035         * win32/GStreamer.vcproj:
1036         * win32/gstreamer.def:
1037           more exports for the plugins
1039 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
1041         * win32/gstgetbits.vcproj:
1042         * win32/gstgetbits.def:
1043         * win32/msvc71.sln:
1044           add support for the getbits plugin
1046 2004-07-27  Wim Taymans  <wim@fluendo.com>
1048         * gst/gstvalue.c: (gst_value_transform_double_fraction),
1049         (gst_value_transform_fraction_double), (_gst_value_initialize):
1050         * testsuite/caps/Makefile.am:
1051         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
1052         (check_from_fraction_convert), (transform_test), (main):
1053         Added transform functions between double and fraction.
1054         Added testcase to verify transforms
1056 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1058         * win32/GStreamer.vcproj:
1059           rename GStreamer-0.8.lib to libgstreamer.lib
1061 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1063         * win32/gstelements.vcproj:
1064         * win32/gstoptimalscheduler.vcproj:
1065           fixes for the Release build
1067 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1069         * win32/config.h:
1070           update the version number
1072 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1074         * win32/GStreamer.vcproj:
1075           add gstinterface to the build
1077 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1079         * win32/gstreamer.def:
1080           add many definitions needed by plugins,
1081           GST_CAT_DEFAULT only available in the Debug build ?
1083 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1085         * gst/gstelement.c: (gst_element_set_eos_recursive):
1086           various whitespace fixes.
1087           doc fix, fixes #148497
1089 2004-07-25  Benjamin Otte  <otte@gnome.org>
1091         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
1092           don't delay links on the sink elements, it causes unnegotiated
1093           links.
1094         * gst/elements/gsttypefindelement.c:
1095         (gst_type_find_element_base_init):
1096           add our padtemplates, we indeed do have some.
1097         * gst/elements/gsttypefindelement.c:
1098         (gst_type_find_element_handle_event),
1099         (gst_type_find_element_chain):
1100           don't push data when typefinding failed.
1101         * gst/gstpad.c: (gst_pad_link_fixate):
1102           check that no fixate function returns empty caps.
1103         * gst/gstpad.c: (gst_pad_push):
1104           check that the link is negotiated before data gets pushed.
1105         * tools/gst-register.c: (main):
1106           don't assert (fixes #148283)
1108 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1110         * docs/gst/gstreamer-sections.txt:
1111         * docs/gst/tmpl/gstconfig.sgml:
1112           add GST_PLUGIN_EXPORT definition
1114 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1116         * gst/gstplugin.h:
1117         * gst/gstconfig.h.in:
1118         * win32/gstconfig.h:
1119         * win32/gstelements.def:
1120         * win32/gstelements.vcproj:
1121         * win32/gstoptimalscheduler.def:
1122         * win32/gstoptimalscheduler.vcproj:
1123         * win32/gstspider.def:
1124         * win32/gstspider.vcproj:
1125           remove unused .def files and export symbols using GST_PLUGIN_DEFINE
1127 2004-07-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1129         * docs/gst/gstreamer-sections.txt:
1130           remove GST_CAT_DEFAULT because the type has changed
1132 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1134         * win32/gstbytestream.vcproj:
1135         * win32/gstelements.vcproj:
1136         * win32/gst-inspect.vcproj:
1137         * win32/gst-launch.vcproj:
1138         * win32/gstoptimalscheduler.vcproj:
1139         * win32/GStreamer.vcproj:
1140         * win32/gst-register.vcproj:
1141         * win32/gstspider.vcproj:
1142         * win32/msvc71.sln:
1143           Copy the files where needed after building, The testsuite will be
1144           built separately
1146 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1148         * win32/config.h:
1149         * win32/README.txt:
1150         * docs/manual/win32.xml:
1151         Fixed the plugin and GStreamer location
1153 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1155         * win32/gstreamer.def:
1156         More exports for the plugins
1158 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1160         * gst/gstinfo.h:
1161         Marc was right, we need to export literally GST_CAT_DEFAULT
1163 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1165         * win32/config.h:
1166         NLS crashes in gettext, disabled until this is solved
1168 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1170         * win32/gst-inspect.vcproj:
1171         * win32/gst-launch.vcproj:
1172         Should use NLS when available
1174 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1176         * gst/registries/gstxmlregistry.c:
1177         removing the file doesn't seem to be a good idea on Linux
1179 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1181         * gst/registries/gstxmlregistry.c:
1182         Remove the registry before renaming the tempfile (needed for Windows)
1184 2004-07-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1186         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init),
1187         (gst_multifilesrc_init), (gst_multifilesrc_set_property),
1188         (gst_multifilesrc_get_property), (gst_multifilesrc_get):
1189         * gst/elements/gstmultifilesrc.h:
1190         Added newmedia property so it generates newmedia events between each
1191         file when property is set, as well as fixed eos handling
1193 2004-07-22  David Schleef  <ds@schleef.org>
1195         * gst/gststructure.c: (gst_structure_id_empty_new),
1196         (gst_structure_empty_new):  Set type field correctly.
1197         * gst/gststructure.h: Check type field correctly.
1198         * testsuite/caps/Makefile.am:
1199         * testsuite/caps/structure.c: (test1), (main): Add a very small
1200         test for structures.
1202 2004-07-22  David Schleef  <ds@schleef.org>
1204         * docs/random/ds/0.9-suggested-changes: more comments
1205         * tools/gst-launch.c: (idle_func): Fix hard-to-translate string.
1207 2004-07-22  Benjamin Otte  <otte@gnome.org>
1209         * gst/gstelementfactory.c: (gst_element_register):
1210           set the factory in the class struct, so gst_element_get_factory
1211           actually works
1212         * gst/parse/grammar.y:
1213           set element to playing when it gets unlocked as we can't rely on the
1214           bin state - all elements in the bin state might still be locked in
1215           NULL)
1217 2004-07-22  Benjamin Otte  <otte@gnome.org>
1219         * gst/gstelement.c: (gst_element_set_state_func):
1220           make this a static function
1222 2004-07-22  Wim Taymans  <wim@fluendo.com>
1224         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
1225         (gst_opt_scheduler_pad_link):
1226         fix 147894-2 and the group_link problem.
1228 2004-07-22  Wim Taymans  <wim@fluendo.com>
1230         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
1231         (handoff_identity), (main):
1232         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
1233         (handoff_identity), (main):
1234         * testsuite/schedulers/Makefile.am:
1235         * testsuite/schedulers/group_link.c: (main):
1236         Show bug in scheduler when linking chain and loop based element 
1237         where the chain based element was not yet in a group.
1239 2004-07-21  Benjamin Otte  <otte@gnome.org>
1241         * gst/.cvsignore:
1242         * gst/autoplug/.cvsignore:
1243         * gst/elements/.cvsignore:
1244         * gst/indexers/.cvsignore:
1245         * libs/gst/bytestream/.cvsignore:
1246         * libs/gst/control/.cvsignore:
1247         * libs/gst/getbits/.cvsignore:
1248         * testsuite/states/.cvsignore:
1249         * testsuite/threads/.cvsignore:
1250           keep this up to date, since I seem to be the only one who cares
1251           about not missing files on commits (editor's note: no you don't,
1252           but feel free to change them at the time you add stuff instead
1253           of later on)
1255 2004-07-21  Benjamin Otte  <otte@gnome.org>
1257         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
1258         (gst_bin_fix_state), (gst_bin_add_func), (gst_bin_remove_func),
1259         (gst_bin_child_state_change_func), (set_kid_state_func),
1260         (gst_bin_set_state), (gst_bin_change_state_norecurse):
1261           make state changes work correctly and reentrant (so removing
1262           elements from bins during state changes of bins doesn't cause
1263           segfaults or even wrong states)
1264           add debugging category and debugging output to print children states
1265         * gst/gstbin.c: (gst_bin_dispose): 
1266           add some assertion checks
1267         * gst/gstbin.h:
1268         * gst/gstbin.c: (gst_bin_sync_children_state):
1269           deprecate this function - it just does gst_bin_set_state (bin,
1270           GST_STATE (bin)) 
1271         * testsuite/threads/queue.c: (main):
1272           don't use gst_bin_sync_children_state anymore
1273         * testsuite/states/Makefile.am:
1274         * testsuite/states/bin.c:
1275           test that the state changes of bins work as expected
1276         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_set_state):
1277           some adjustments to change states correctly, too
1278         * gst/gstthread.c: (gst_thread_change_state):
1279           don't enable/disable "threadsafe" properties, they're unused and
1280           cause random segfaults
1281         * testsuite/threads/Makefile.am:
1282           the queue check randomly passes now, ignore it
1284 2004-07-21  Benjamin Otte  <otte@gnome.org>
1286         * gst/gstpad.c:
1287           check if data is NULL before outputting debug info. (fixes #145100)
1289 2004-07-21  Benjamin Otte  <otte@gnome.org>
1291         * gst/schedulers/entryscheduler.c:
1292         (gst_entry_scheduler_loop_wrapper),
1293         (gst_entry_scheduler_chain_wrapper),
1294         (gst_entry_scheduler_get_wrapper):
1295           reset the state when the cothread starts, so we don't get assertion
1296           failures on restarting of cothreads
1298 2004-07-20  Benjamin Otte  <otte@gnome.org>
1300         * gst/gstelement.c: (gst_element_link_pads_filtered):
1301           use correct sinkpad, if only sinkpad is specified, but not srcpad
1302           (fixes #147889)
1303         * gst/gstelement.c: (gst_element_set_state_func),
1304         (gst_element_change_state): ref/unref the element, signal handlers
1305         could get rid of the element otherwise
1307 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1309         * docs/random/ds/0.9-suggested-changes:
1310           Make note about renaming fixed-list to array.
1311         * gst/gstvalue.c: (gst_value_intersect_fixed_list),
1312         (_gst_value_initialize):
1313           Add array intersections.
1314         * testsuite/caps/intersect2.c: (main):
1315           Add test for array intersections.
1317 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1319         * configure.ac: back to cvs
1321 === release 0.8.4 ===
1323 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1325         * configure.ac:
1326           releasing 0.8.4, "Paella"
1327           bump libtool versioning
1329 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1331         * po/LINGUAS:
1332         * po/ca.po:
1333           adding Catalan translation (Jordi Mallach)
1335 2004-07-20  Wim Taymans  <wim@fluendo.com>
1337         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
1338         (handoff_identity), (main):
1339         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
1340         (handoff_identity), (main):
1341         * testsuite/schedulers/Makefile.am:
1342         Added failing testcase for variant of #147894
1344 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1346         patch by: David Moore
1348         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
1349         (schedule_group), (gst_opt_scheduler_schedule_run_queue),
1350         (group_migrate_connected):
1351         * testsuite/schedulers/Makefile.am:
1352           fix for #142813 (Deadlock in optimal scheduler)
1354 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1356         patch by: Wim Taymans
1358         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
1359         (gst_opt_scheduler_schedule_run_queue),
1360         (gst_opt_scheduler_get_wrapper), (get_group),
1361         (group_migrate_connected):
1362         * testsuite/schedulers/Makefile.am:
1363           fix for #147819 (Add some checks in the opt scheduler)
1365 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1367         patch by: Benjamin Otte
1369         * gst/gstelementfactory.c: (__gst_element_details_set):
1370           fix for #147929: running gst-register in non-utf8 locale can cause
1371           invalid registry
1373 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1375         patch by: Wim Taymans
1377         * gst/schedulers/gstoptimalscheduler.c: (group_num_elements),
1378         (group_has_element), (element_get_reachables_func),
1379         (group_migrate_connected):
1380           fix for #147894 (opt scheduler decoupled elements mismanagement)
1381         * testsuite/schedulers/Makefile.am:
1382           testsuite app now passes
1384 2004-07-19  Wim Taymans  <wim@fluendo.com>
1386         * testsuite/schedulers/147819.c: (handoff_identity1),
1387         (handoff_identity2), (main):
1388         * testsuite/schedulers/Makefile.am:
1389         Added testcase for bug 147819
1391 2004-07-19  Wim Taymans  <wim@fluendo.com>
1393         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
1394         (handoff_identity), (main):
1395         * testsuite/schedulers/Makefile.am:
1396         Added testcase for bug 147894
1398 2004-07-16  Wim Taymans  <wim@fluendo.com>
1400         * testsuite/schedulers/142183-2.c: (handoff_identity), (main):
1401         * testsuite/schedulers/142183.c: (handoff_identity), (main):
1402         * testsuite/schedulers/Makefile.am:
1403         Added testsuite for bug 142183 in its two incarnations. Refcount
1404         is not increased for scheduled elements and threadsafe properties
1405         mutexes are not properly unlocked.
1407 2004-07-16  Wim Taymans  <wim@fluendo.com>
1409         * gst/schedulers/gstoptimalscheduler.c: (gst_opt_scheduler_init),
1410         (create_chain), (destroy_chain), (create_group), (destroy_group),
1411         (add_to_group), (merge_groups), (group_elements), (group_inc_link),
1412         (group_dec_link), (gst_opt_scheduler_pad_link),
1413         (group_inc_links_for_element), (group_migrate_connected):
1414         Call group_inc_link with the proper src->sink ordering -- 
1415         break this, and we break sort_chain. patch from wingo for bug
1416         147713.
1417         Partially revert patch 1.89. When adding a loop based element to 
1418         the scheduler, the links to other groups are automatically followed
1419         and incremented. This should not happen because the bin will call
1420         pad_link explicitly for those connection, resulting in them counted 
1421         twice. Results in assertion failure on pipeline cleanup.
1423 2004-07-16  Wim Taymans  <wim@fluendo.com>
1425         * testsuite/schedulers/143777-2.c: (main):
1426         * testsuite/schedulers/147713.c: (handoff_src), (handoff_sink),
1427         (main):
1428         * testsuite/schedulers/Makefile.am:
1429         Added cleanup code to testcase 143777-2.
1430         Added testcase to show bug 147713, does not really show the
1431         deadlock as I can't figure out how to trigger it, but it does
1432         demonstrate bad ordering in the scheduler.
1434 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1436         * gst/gstvalue.c: (gst_value_deserialize_fraction):
1437           change strndup to g_strndup.  Fixes #147707
1439 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1441         * po/af.po:
1442         * po/az.po:
1443         * po/cs.po:
1444         * po/en_GB.po:
1445         * po/fr.po:
1446         * po/nl.po:
1447         * po/sr.po:
1448         * po/sv.po:
1449         * po/tr.po:
1450         * po/uk.po:
1451           updated translations
1453 2004-07-16  Benjamin Otte  <otte@gnome.org>
1455         * gst/gstvalue.c: (gst_greatest_common_divisor):
1456           use ints and return ints, fractions only use ints, too, so this
1457           avoids accidently casting multiplications to unsigned
1458         (gst_value_lcopy_fraction): it's ints, not uint32
1459         (gst_value_set_fraction): disallow minint, multiplying and negation
1460           are broken with it
1461         (gst_value_fraction_multiply): fix to make large numbers work and get
1462         rid of the assumption that the multiplication of two ints fits an
1463         int64 - dunno if that's true for all systems
1464         * testsuite/caps/Makefile.am:
1465         * testsuite/caps/fraction-multiply-and-zero.c:
1466         (check_multiplication), (check_equal), (zero_test), (main):
1467           add tests for all the stuff above
1468         * testsuite/caps/value_compare.c: (test1):
1469           fix comment
1470         * tests/.cvsignore:
1471         * testsuite/caps/.cvsignore:
1472         * testsuite/debug/.cvsignore:
1473         * testsuite/dlopen/.cvsignore:
1474         * testsuite/states/.cvsignore:
1475           get up to date
1477 2004-07-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1479         * docs/manual/bins-api.xml:
1480         * docs/manual/factories.xml:
1481         * docs/manual/helloworld.xml:
1482         * docs/manual/links-api.xml: 
1483           fixes for out of date info, incorrect info and grammar
1485 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot>
1487         * docs/manual/pads.xml:
1488         * docs/manual/pads-api.xml: grammar fix
1490 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1492         * docs/manual/pads-api.xml: typo + grammar fix
1494 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1496         * docs/gst/gstreamer-sections.txt:
1497           add new symbols
1498         * docs/gst/tmpl/gstelement.sgml:
1499         * docs/gst/tmpl/gstpad.sgml:
1500         * docs/gst/tmpl/gsttypes.sgml:
1501         * docs/gst/tmpl/gstvalue.sgml:
1502           update docs
1503         * gst/gststructure.c: (gst_structure_set_valist),
1504         (gst_structure_from_abbr), (gst_structure_to_abbr):
1505         * gst/gstvalue.c: (gst_value_compare_double), (gst_type_is_fixed),
1506         (gst_greatest_common_divisor), (gst_value_init_fraction),
1507         (gst_value_copy_fraction), (gst_value_collect_fraction),
1508         (gst_value_lcopy_fraction), (gst_value_set_fraction),
1509         (gst_value_get_fraction_numerator),
1510         (gst_value_get_fraction_denominator),
1511         (gst_value_fraction_multiply), (gst_value_serialize_fraction),
1512         (gst_value_deserialize_fraction),
1513         (gst_value_transform_fraction_string),
1514         (gst_value_transform_string_fraction),
1515         (gst_value_compare_fraction), (_gst_value_initialize):
1516         * gst/gstvalue.h:
1517           adding GstFraction GValue type, get/set, and multiply
1518         * testsuite/caps/Makefile.am:
1519         * testsuite/caps/fraction.c: (test), (main):
1520         * testsuite/caps/string-conversions.c: (main):
1521         * testsuite/caps/value_compare.c: (test1), (main):
1522           add regression tests for GstFraction
1524 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1525         
1526         * docs/manual/init-api.xml: Grammar fix
1528 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1530         * docs/manual/states.xml: Fix inconsistent information
1532 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1534         * gst/gstelement.c: (gst_element_set_state):
1535         * gst/gstpad.c: (gst_pad_try_set_caps):
1536         * gst/gststructure.c:
1537         * gst/gstthread.c: (gst_thread_child_state_change):
1538         * gst/gstvalue.c: (gst_value_compare_double):
1539         * gst/gstvalue.h:
1540         * testsuite/parse/parse1.c: (main):
1541           debugging additions and style cleanups
1543 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1545         * docs/manual/states.xml: Grammar fix
1547 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1549         * docs/manual/pads.xml: Grammar fix
1551 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1553         * docs/manual/elements.xml: Fixed image reference
1555 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1557         * docs/manual/goals.xml: Grammar fix
1559 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1561         * docs/manual/motivation.xml:
1562         Bonobo is no longer "emerging" and added sentence regarding tcp plugins
1564 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
1566         * docs/manual/motivation.xml: Fix spelling
1568 2004-07-15  Benjamin Otte  <otte@gnome.org>
1570         * gst/gstelement.h: 
1571           Don't GST_ERROR_OBJECT empty strings - Solaris doesn't like NULL
1572           strings.
1573         * gst/gstelement.c (gst_element_class_init):
1574           GError's are boxed, not objects
1575         * gst/gstmarshal.list:
1576           update list for the fixed error signal
1578 2004-07-14  Andy Wingo  <wingo@pobox.com>
1580         * gst/gsttag.c: Add a tag merge func for pointers. The header was
1581         there all along, but the function wasn't. (guile-gstreamer's build
1582         system uses the address of the function -- I wasn't actually
1583         trying to use this.)
1585 2004-07-14  Andy Wingo  <wingo@pobox.com>
1587         * gst/gstpad.c (gst_pad_try_set_caps): Naive link functions (such
1588         as gst_pad_proxy_pad_link) just link to every other pad when they
1589         are called. In the case where the graph has cycles, this will mean
1590         that a call to try_set_caps will recurse. Allow this recursion
1591         and return OK, while we wait for the first try_set_caps to give a
1592         proper return value.
1593         (gst_pad_link_call_link_functions): Since this function is the
1594         only one to set the NEGOTIATING flag on a pad, if the flag is set
1595         it means that the link functions have indirectly recursed. If this
1596         happens, error out to avoid infinite recursion and an eventual
1597         SEGV.
1598         (gst_real_pad_class_init): Remove a crufty GtkObject comment.
1599         (gst_pad_proxy_getcaps): Intersect the result with the template
1600         caps to ensure that the return value is valid.
1602 2004-07-14  Andy Wingo  <wingo@pobox.com>
1604         * gst/gstdata.c (gst_data_is_writable): s/>=/>/. If there is only
1605         one refcount, the calling function is the owner of the buffer.
1607 2004-07-14  Wim Taymans  <wim@fluendo.com>
1609         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
1610         (gst_opt_scheduler_pad_link), (group_migrate_connected):
1611         Fix stupid warning when an element is to be migrated but
1612         is already migrated.
1614 2004-07-14  Wim Taymans  <wim@fluendo.com>
1616         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
1617         (gst_opt_scheduler_pad_link), (group_migrate_connected):
1618         Make sure that a single non-loop-based element does not 
1619         end up in a group. This fixes the testsuite again.
1621 2004-07-14  Wim Taymans  <wim@fluendo.com>
1623         * gst/schedulers/gstoptimalscheduler.c: (create_group),
1624         (add_to_group), (merge_groups), (schedule_group),
1625         (gst_opt_scheduler_get_wrapper), (group_elements),
1626         (group_dec_link), (gst_opt_scheduler_pad_link),
1627         (group_migrate_connected), (gst_opt_scheduler_pad_unlink),
1628         (gst_opt_scheduler_iterate):
1629         move isolated groups to a new chain.
1630         Emit a warning instead of segfaulting in some error cases.
1631         Fix a bug where the link count between groups was not calculated 
1632         correctly. Fixes #144510.
1634 2004-07-13  Steve Lhomme  <steve.lhomme@free.fr>
1635         * gst/elements/gstfilesrc.c:
1636           Binary files support under Windows now OK
1637       
1638 2004-07-13  Benjamin Otte  <otte@gnome.org>
1640           compatibility fixes for Solaris 8/gcc 2.95
1641         * configure.ac:
1642           include libintl libs in LDFLAGS
1643         * gstvalue.c (gst_value_deserialize_buffer):
1644           cast isxdigit stuff to int to silence compiler warning
1646 2004-07-12  Benjamin Otte  <otte@gnome.org>
1648         * gst/gsttypes.h:
1649           get rid of GST_O_READONLY, GST_FILE_MODE_READ and
1650           GST_FILE_MODE_WRITE, I don't want them in the exported headers. It
1651           just causes support madness
1652         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
1653           make it work without this
1654         * gst/indexers/gstfileindex.c: (_file_index_id_save_entries),
1655         (gst_file_index_commit):
1656           glib IO channels don't want binary mode
1657         * testsuite/bytestream/filepadsink.c: (main):
1658         * testsuite/bytestream/test1.c: (read_param_file):
1659           use "rb" instead of GST_FILE_MODE_READ, it works on POSIX systems
1661 2004-07-12  Benjamin Otte  <otte@gnome.org>
1663         * gst/gstelement.c: (gst_element_class_init),
1664         (gst_element_set_state), (gst_element_set_state_func):
1665           virutalize gst_element_set_state, use set_state member in class
1666           struct that was already added in 0.7 for this.
1667         * gst/gstbin.c: (gst_bin_foreach), (set_kid_state_func), 
1668         (gst_bin_change_state):
1669           make gst_bin_foreach works similar to other foreach functions, plug
1670           memleaks in it. Make functions using it work with the new approach.
1671           Document gst_bin_foreach, so it can be exported if we want to
1672         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_state):
1673           use virtualized set_state to make set_state on bins set the state of
1674           all its children.
1676 2004-07-12  Benjamin Otte  <otte@gnome.org>
1678         * configure.ac:
1679           require valgrind >= 2.1 (fixes Gentoo bug 53967, see
1680           http://bugs.gentoo.org/show_bug.cgi?id=53967)
1681         * gst/gstpad.c: (gst_pad_alloc_buffer):
1682           allow buffer_alloc functions to return NULL and allocate a normal
1683           buffer in that case
1685 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
1686         * gst/elements/gstfilesink.c:
1687         * gst/elements/gstfilesrc.c:
1688         * gst/indexers/gstfileindex.c:
1689         * gst/gsttypes.h:
1690         * testsuite/bytestream/filepadsink.c:
1691         * testsuite/bytestream/test1.c:
1692           Handle binary files under Windows
1694 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
1695         * docs/manual/win32.xml:
1696         * win32/config.h:
1697         * win32/gst-register.vcproj:
1698         * win32/gstreamer.def:
1699           Update to another gettext public build
1701 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
1702         * gst/gstplugin.c:
1703           Fix an impossible C syntax
1704         * win32/config.h:
1705           Disable i18n under Windows for the moment
1706         * win32/gst-register.vcproj:
1707           Use this configuration
1709 2004-07-12  Jan Schmidt  <thaytan@mad.scientis.com>
1710         * docs/manual/quotes.xml:
1711           Keep the quotes file alive
1712         * docs/random/ds/0.9-suggested-changes:
1713           Add the suggestion of including a 'rowstride' as part of video
1714           format caps
1716 2004-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1718         * gst/gstelement.c: (gst_element_set_state),
1719         (gst_element_change_state):
1720           d'oh.  Set PENDING state correctly before forcing bin to change.
1721         * gst/gststructure.c: (gst_structure_value_get_generic_type),
1722         (gst_structure_parse_fixed_list):
1723         * gst/schedulers/gstoptimalscheduler.c:
1724         (gst_opt_scheduler_state_transition):
1725         * testsuite/states/parent.c: (main):
1726           remove comment now that it's fixed.
1728 2004-07-11  Benjamin Otte  <otte@gnome.org>
1730         * gst/gstclock.h:
1731           GST_SECOND shouldn't cause a conversion to unsigned.
1732         * testsuite/clock/.cvsignore:
1733         * testsuite/clock/Makefile.am:
1734         * testsuite/clock/signedness.c: (main):
1735           make sure it never will again
1737 2004-07-11  Andy Wingo  <wingo@pobox.com>
1739         * gst/gstbin.c (gst_bin_add_func): If we're adding an element
1740         whose state is higher than the bin state, raise the bin state to
1741         ensure that bin state := highest child state.
1742         
1743 2004-07-11  Andy Wingo  <wingo@pobox.com>
1745         * gst/gstbin.c (gst_bin_foreach): New static function. Calls a
1746         procedure on the children of a bin. Assumes that the procedure can
1747         change the set of children.
1748         (set_kid_state_func): New static function.
1749         (gst_bin_change_state): Use gst_bin_foreach to call
1750         set_kid_state_func. Fixes a bug: if a child had a state-change
1751         handler that removes it from the bin, there would be a segfault.
1752         Hopefully it should also work in the case where the state-change
1753         handler on one child adds or removes other children. In any case,
1754         fixes should go to gst_bin_foreach.
1756 2004-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1758         * gst/gstelement.c: (gst_element_set_state):
1759           compatibility fix for latest plugins release.  Change loop back
1760           to while {}
1762 2004-07-09  Wim Taymans  <wim@fluendo.com>
1764         * gst/gstbin.c: (gst_bin_remove), (gst_bin_dispose):
1765         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_catch),
1766         (gst_thread_main_loop):
1767         Since remove is virtual in GstBin we must not assume the 
1768         elements GList to have anothing useful.
1769         Add some more logging to GstThread and be a bit more paranoid
1770         when resetting the scheduler.
1771         Set the state of the bin to NULL before removing the children.
1773 2004-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1775         * testsuite/threads/Makefile.am:
1776         * testsuite/threads/threadg.c:
1777           added test to check if problem when removing all elements from a
1778           GstThread before setting GstThread state to NULL
1780 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1782         * docs/gst/tmpl/gstelement.sgml:
1783         * docs/gst/tmpl/gsttypes.sgml:
1784         * gst/gstbin.c: (gst_bin_change_state):
1785         * gst/gstelement.c: (gst_element_set_state),
1786         (gst_element_change_state):
1787           rework so that for bins we try to set the state on all children
1788           as well even if the bin is in the correct state already.
1789           change while to do so at least one iteration is done.
1790           For regular elements, we fall back to the previous behaviour for
1791           now since we first need a new plugins release.
1792         * testsuite/states/parent.c: (main):
1793           test for this case
1794           Fixes #123774
1796 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1798         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_finalize),
1799         (gst_queue_chain), (gst_queue_get), (gst_queue_handle_src_event),
1800         (gst_queue_release_locks), (gst_queue_change_state),
1801         (gst_queue_set_property):
1802           add proper lock debugging.  Change dispose to finalize, since
1803           we're freeing mutexes and other stuff which should happen only once.
1805 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1807         * docs/gst/tmpl/gstelement.sgml:
1808         * docs/gst/tmpl/gstplugin.sgml:
1809         * docs/gst/tmpl/gsttypes.sgml:
1810         * docs/pwg/building-state.xml:
1811         * gst/elements/gstfakesrc.c: (gst_fakesrc_change_state):
1812         * gst/gstelement.c: (gst_element_change_state):
1813         * gst/gstthread.c: (gst_thread_change_state):
1814           catch wrong state changes in element base class.
1816 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1818         * gst/gstinfo.h:
1819           clean up layout a little.
1821 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1823         * configure.ac:
1824         * testsuite/Makefile.am:
1825         * testsuite/states/Makefile.am:
1826         * testsuite/states/parent.c: (main):
1827           re-enable states testsuite dir.  Add test for state changes and
1828           parent behaviour
1830 2004-07-09  Wim Taymans  <wim@fluendo.com>
1832         * gst/schedulers/gstoptimalscheduler.c:
1833         (gst_opt_scheduler_pad_link), (group_elements_set_visited),
1834         (element_get_reachables_func), (element_get_reachables),
1835         (debug_element), (rechain_group), (group_migrate_connected),
1836         (gst_opt_scheduler_pad_unlink):
1837         Do not try to migrate decoupled elements to a new group since
1838         they are not added to groups.
1840 2004-07-08  Benjamin Otte  <otte@gnome.org>
1842         * gst/gstelement.c: (gst_element_error_func):
1843           make reentrant (= allow removing elements in error handler)
1845 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1847         * gst/gstpad.c: (gst_pad_event_default_dispatch),
1848         (gst_pad_send_event), (gst_pad_call_chain_function):
1849           events sent to elements below PAUSED cannot be handled, so
1850           don't try to
1852 2004-07-08  Wim Taymans  <wim@fluendo.com>
1854         * gst/schedulers/gstoptimalscheduler.c:
1855         (chain_recursively_migrate_group), (create_group),
1856         (schedule_group), (gst_opt_scheduler_pad_link),
1857         (group_elements_set_visited), (element_get_reachables_func),
1858         (element_get_reachables), (group_can_reach_group), (debug_element),
1859         (rechain_group), (group_migrate_connected),
1860         (gst_opt_scheduler_pad_unlink):
1861         * testsuite/schedulers/Makefile.am:
1862         Implemented group splitting and rechaining.
1863         Fixes 143777 and 143777-2 in the testsuite.
1865 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1867         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
1868           extra debugging
1869         * gst/gstevent.h:
1870         * gst/gstinfo.c: (gst_debug_log_default):
1871           print time nicely.  add thread pointer until someone figures out
1872           a completely portable way of getting at thread id's.
1873         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_try),
1874         (_invent_event), (gst_pad_pull), (gst_pad_event_default_dispatch),
1875         (gst_pad_call_chain_function):
1876           extra debugging
1877         * gst/schedulers/gstoptimalscheduler.c:
1878         (get_group_schedule_function), (loop_group_schedule_function),
1879         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
1880         (pad_clear_queued), (gst_opt_scheduler_iterate):
1881           rename BUFPEN and friends to DATAPEN since that's what they are.
1883 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1885         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
1886         * gst/gstbuffer.h:
1887         * gst/gstpad.c:
1888           cleanups and debugging
1890 2004-07-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1892         * configure.ac:
1893         * gst/gstvalue.c: (gst_value_compare_enum),
1894         (gst_value_serialize_enum), (gst_value_deserialize_enum),
1895         (gst_value_can_compare), (gst_value_compare):
1896         * testsuite/Makefile.am:
1897         * testsuite/enumcaps/Makefile.am:
1898         * testsuite/enumcaps/enumcaps.c:
1899           Fix enum serialization, deserialization, comparison in caps, add
1900           a test to ensure that this continues working in the future.
1902 2004-07-06  David Schleef  <ds@schleef.org>
1904         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
1905         Fix memleak.
1907 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1909         * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
1910         * gst/gstplugin.h:
1911         * gst/registries/gstxmlregistry.c:
1912         (plugin_times_older_than_recurse), (plugin_times_older_than),
1913         (gst_xml_registry_parse_padtemplate):
1914           only rebuild registry when actual plugins have a newer time than
1915           the registry.  Fixes #145520
1917 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1919         * docs/manual/manual.xml:
1920         * docs/manual/win32.xml:
1921           add chapter on win32 building.  fixes #142422
1923 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1925         patch by: Sebastien Cote <sc5 at hermes.usherb.ca>
1927         * gst/autoplug/gstspider.c: (gst_spider_init),
1928         (gst_spider_dispose):
1929           fix spider memleaks.  fixes #137863
1931 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1933         patch by: Joe Marcus Clarke <marcus at freebsd dot org>
1935         * gst/schedulers/gstoptimalscheduler.c:
1936         (gst_opt_scheduler_pad_unlink):
1937           fix SIGBUS error, fixes #145338
1939 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1941         * gst/gstobject.c: (gst_object_replace):
1942         * gst/gstscheduler.c: (gst_scheduler_get_clock):
1943         * gst/gstsystemclock.c: (gst_system_clock_obtain):
1944           clean up clock lifecycle.  Fixes #109831
1946 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1948         * po/LINGUAS:
1949         * po/cs.po:
1950           added Czech translation (Miloslav Trmac)
1952 2004-07-04  David Schleef  <ds@schleef.org>
1954         * tools/Makefile.am:
1955         * tools/gst-xmlinspect.1.in:  Add man page. (bug #140219)
1957 2004-07-04  David Schleef  <ds@schleef.org>
1959         * common/m4/gst-doc.m4: Check for docbook2html 0.6.10 (bug #139909)
1961 2004-07-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1963         * gst/gstbin.c: (gst_bin_restore_thyself):
1964           chain to parent restore so the bins get restored correctly
1965           in the editor
1967 2004-07-03  David Schleef  <ds@schleef.org>
1969         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
1970         Actually do something in these functions, like before the big
1971         caps change.  (bug #145137)
1973 2004-07-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1975         * gst/gstelement.c: (gst_element_get_compatible_pad_template),
1976         (gst_element_get_compatible_pad_filtered):
1977         * gst/gstthread.c: (gst_thread_main_loop):
1978           more debugging
1980 2004-07-02  David Schleef  <ds@schleef.org>
1982         * gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler
1983         * gst/gstobject.h:
1984         * gst/gstparse.h:
1985         * gst/gsttrace.h:
1986         * gst/gstxml.h:
1988 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1990         * gst/gstpad.c: (gst_pad_check_schedulers),
1991         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
1992         (gst_pad_link_prepare):
1993           revert until testsuite is fixed
1995 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1997         * testsuite/Makefile.am:
1998         * testsuite/caps/filtercaps.c: (main):
1999         * testsuite/clock/clock1.c: (main):
2000         * testsuite/dynparams/dparamstest.c: (gst_dptest_chain), (main):
2001           fix some more tests
2003 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2005         * testsuite/cleanup/cleanup1.c: (create_pipeline):
2006         * testsuite/cleanup/cleanup2.c: (create_pipeline):
2007         * testsuite/cleanup/cleanup4.c: (main):
2008           fix testsuite
2010 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2012         * libs/gst/control/control.c:
2013         * libs/gst/control/dparam.c:
2014         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_get_type):
2015         * libs/gst/control/dparammanager.c:
2016         * libs/gst/control/dparammanager.h:
2017         * testsuite/dynparams/Makefile.am:
2018         * testsuite/dynparams/dparamstest.c: (gst_dptest_base_init),
2019         (gst_dptest_change_state), (gst_dptest_chain), (main):
2020           fix testcase for dparams
2021           add debugging category
2023 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2025         * testsuite/Rules:
2026           change path
2028 2004-07-02  Benjamin Otte  <otte@gnome.org>
2030         * tests/.cvsignore:
2031         * tests/Makefile.am:
2032         * tests/mass_elements.c: (gst_get_current_time), (main):
2033           add simple benchmark to test various speeds of fakesrc ! identity !
2034           identity ! ... ! fakesink.
2035           Usage: mass_elements [num_identities] [num_buffers]
2036           If not specified they default to 1000.
2038 2004-07-02  Benjamin Otte  <otte@gnome.org>
2040         * gst/gstpad.c: (gst_pad_check_schedulers),
2041         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
2042         (gst_pad_link_prepare):
2043           check that pads that get linked belong to the same manager. The old
2044           code allowed linking elements before putting them into bins, so it
2045           worked to link them and then put them in different threads, which
2046           lead to weird behaviour.
2047           Since this effectively disallows linking elements before putting
2048           them in a bin, some applications might not work after this and error
2049           out. If these applications are too critical, we might need to revert
2050           that patch. Please test this before the next release...
2052 2004-06-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2054         * gst/gstpad.c: (gst_pad_get_caps):
2055           throw an error if the getcaps function does not return a subset of
2056           the template caps.
2057         * libs/gst/bytestream/filepad.c: (gst_file_pad_chain):
2058           make disconts without position info an error in debugging
2059         * tests/spidey_bench.c: (handoff), (main):
2060           don't count first try when averaging
2062 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2064         * gst/gstplugin.c: (gst_plugin_load_file):
2065           figure out problem with dynamic test
2067 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2069         * docs/gst/Makefile.am:
2070           fix docs build
2072 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2074         * po/POTFILES.in:
2075         * po/af.po:
2076         * po/az.po:
2077         * po/en_GB.po:
2078         * po/fr.po:
2079         * po/nl.po:
2080         * po/sr.po:
2081         * po/sv.po:
2082         * po/tr.po:
2083         * po/uk.po:
2084         * tools/gst-register.c: (plugin_added_func), (main):
2085           i18n-ize -register, fix plural
2087 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2089         * gst/elements/gstidentity.c: (gst_identity_class_init),
2090         (gst_identity_init), (gst_identity_chain),
2091         (gst_identity_set_property), (gst_identity_get_property):
2092         * gst/elements/gstidentity.h:
2093           check for perfect stream
2095 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2097         * gst/elements/gstidentity.c: (gst_identity_chain):
2098           print offset_end
2100 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2102         * docs/gst/Makefile.am:
2103         * docs/gst/gstreamer-docs.sgml:
2104           doc fixes
2106 2004-06-24  David Schleef  <ds@schleef.org>
2108         * autogen.sh:  Remove call to env, since the buildbot isn't
2109         broken anymore.
2111 2004-06-24  Wim Taymans  <wim@fluendo.com>
2113         * gst/elements/Makefile.am:
2114         * gst/elements/gstelements.c:
2115         * gst/elements/gstmultifdsink.c: (gst_multifdsink_base_init),
2116         (gst_multifdsink_class_init), (gst_multifdsink_init),
2117         (gst_multifdsink_add), (gst_multifdsink_remove),
2118         (gst_multifdsink_clear), (gst_multifdsink_chain),
2119         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
2120         * gst/elements/gstmultifdsink.h:
2121         Added an element that writes to multiple filedescriptors at once.
2123 2004-06-24  Benjamin Otte  <otte@gnome.org>
2125         * gst/parse/grammar.y:
2126           don't try to link elements before they have been added to bins
2128 2004-06-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2130         * libs/gst/bytestream/filepad.c: (gst_file_pad_available),
2131         (gst_file_pad_get_length):
2132         * libs/gst/bytestream/filepad.h:
2133           add 2 new functions
2135 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
2137         * docs/gst/gstreamer-sections.txt:
2138         remove from docs, the define that Benjamin removed from gstelement.h
2140 2004-06-22  Benjamin Otte  <otte@gnome.org>
2142         * gst/gstelement.h:
2143           remove define that referenced a nonexisting GstElement struct member
2145 2004-06-20  Benjamin Otte  <otte@gnome.org>
2147         * gst/gstdata.c: (gst_data_is_writable):
2148           whoops, return values were wrong, so writable data was marked as
2149           non-writable and vice versa. (fixes #143953, spotted by Francis
2150           Labonte)
2151           Shows how rarely we need to copy data ;)
2153 2004-06-20  Benjamin Otte  <otte@gnome.org>
2155         * testsuite/schedulers/.cvsignore:
2156         * testsuite/schedulers/Makefile.am:
2157         * testsuite/schedulers/143777-2.c: (main):
2158           add test for opt breakage in bug #143777
2160 2004-06-20  Benjamin Otte  <otte@gnome.org>
2162         * gst/gstpad.c: (gst_pad_call_chain_function):
2163           check for if we were unlinked while inside the chainfunction (fixes
2164           entrygthread having issues with #143777)
2165         * testsuite/schedulers/143777.c: (main):
2166         * testsuite/schedulers/Makefile.am:
2167           add a test for that fix
2169 2004-06-20  Benjamin Otte  <otte@gnome.org>
2171         * gst/gstvalue.c: (gst_value_set_int_range):
2172           test that start is smaller then end
2173         * libs/gst/bytestream/Makefile.am:
2174         * libs/gst/bytestream/filepad.c: 
2175         * libs/gst/bytestream/filepad.h:
2176           add GstFilePad - a pad that behaves like a FILE*
2177         * testsuite/bytestream/.cvsignore:
2178         * testsuite/bytestream/Makefile.am:
2179         * testsuite/bytestream/filepadsink.c: 
2180           test for the GstFilePad
2182 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2184         * gst/elements/gstidentity.c: (gst_identity_class_init),
2185         (gst_identity_init), (gst_identity_set_clock),
2186         (gst_identity_chain), (gst_identity_set_property),
2187         (gst_identity_get_property):
2188         * gst/elements/gstidentity.h:
2189         * gst/gstclock.c: (gst_clock_id_wait):
2190           add a "sync" property to sync to the clock
2192 2004-06-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2194         * gst/gstelementfactory.c: (gst_element_factory_create):
2195           make the freakin "elementfactory bla has no type" message more
2196           useful. So we actually can do something when someone shows up
2197           complaining about it.
2199 2004-06-15  Johan Dahlin  <johan@gnome.org>
2201         * tools/gst-inspect.c (main): Fallback to plugin if no element is
2202         found. This matches the old behavior better. Thanks to Thomas for
2203         pointing out.
2205 2004-06-14  David Schleef  <ds@schleef.org>
2207         * gst/gstcpu.c: (gst_cpuid_i386): Fix problem when using
2208         -fomit-frame-pointer.  Appears to generate correct code in
2209         other cases as well.
2211 2004-06-14  Johan Dahlin  <johan@gnome.org>
2213         * tools/gst-inspect.c (main): Add two new command line options: -a
2214         to print all elements and -n to print the name on each line. Also
2215         fix some error reporting.
2216         (main): Simplify, remove -n and always print names if -a is specified
2218 2004-06-13  Steve Lhomme  <steve.lhomme@free.fr>
2220         * win32/gstconfig.h:
2221         * win32/GSTreamer.vcproj:
2222         * win32/Makefile:
2223         * gst/gstconfig.h.in:
2224         * gst/gst.h:
2225         * gst/gstbin.h:
2226         * gst/gstelement.h:
2227         * gst/gstevent.h:
2228         * gst/gstobject.h:
2229         * gst/gstpad.h:
2230         * docs/gst/gstreamer-sections.txt:
2231         * docs/gst/tmpl/gstconfig.sgml:
2232           rename GSTREAMER_EXPORT(S) to GST_EXPORT(S)
2234 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
2235         * docs/gst/gstreamer-sections.txt:
2236         * docs/gst/tmpl/gstconfig.sgml:
2237         Add the GSTREAMER_EXPORT macro to the docs
2239 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
2241         * tools/gst-compprep.c: (handle_xmlerror), (main):
2242         Add a check for the version that introduced SetStructuredError to fix
2243         the build on FC1
2245 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2247         * win32/msvc71.sln:
2248         * win32/testsuite/:
2249           prepare to compile the testsuite with MSVC
2251 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2253         * docs/manual/win32.xml:
2254           attempt to transform the Win32 README into an XML doc
2256 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2258         * gst/gst.c:
2259         * gst/gstbin.*:
2260         * gst/config.h.in:
2261         * gst/gstelement.*:
2262         * gst/gstevent.h:
2263         * gst/gstobject.*:
2264         * gst/gstpad.h:
2265         * tools/gst-register.c:
2266         * win32/gstreamer.def:
2267           extern symbols are now exported for the Windows DLL
2269 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2271         * gst/gstinfo.h:
2272           fix a problem to enable/disable DEBUG under MSVC
2274 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2276         * win32/:
2277           enable more debug code in DEBUG build
2279 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2281         * win32/config.h:
2282         * gst/gst-i18n-app.h:
2283           enable NLS under Windows
2285 2004-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2286         * tools/gst-compprep.c: (handle_xmlerror), (main):
2287           Make an error that baffled me a bit clearer
2289 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2291         * gst/gstqueue.c:
2292           don't use g_queue_get_length () because it's 2.4, use ->length
2294 2004-06-11  Steve Lhomme  <steve.lhomme@free.fr>
2296         reviewed by Benjamin Otte  <in7y118@public.uni-hamburg.de>
2298         * tools/gst-inspect.c: (print_signal_info):
2299           don't free random data twice. (fixes #144185)
2301 2004-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2303         * gst/gstqueue.c:
2304         * gst/gstqueue.h:
2305           fix removing from the wrong queue on event timeout
2306           fix disposing of the event queue by casting correctly
2307           add mutexes for handling the event queue
2308           someone was sleeping when fixing queue last time around :)
2310 2004-06-10  Johan Dahlin  <johan@gnome.org>
2312         * gst/gst.c (gst_init_check_with_popt_table): Do not fail on
2313         errors, like gtk. It makes it more useful in bindings.  Fixes #141692.
2315 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2317         * docs/random/gdp:
2318         * libs/gst/dataprotocol/dataprotocol-test.c: (buffer_test):
2319         * libs/gst/dataprotocol/dataprotocol.c:
2320         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
2321         (gst_dp_buffer_from_header):
2322         * libs/gst/dataprotocol/dataprotocol.h:
2323         * libs/gst/dataprotocol/dp-private.h:
2324           rev version to 0.1, add buffer flags and copy them
2326 2004-06-09  Johan Dahlin  <johan@gnome.org>
2328         * gst/gstbuffer.c (gst_buffer_default_copy): Don't forget to merge
2329         the flags from the buffer we're copying.
2331 2004-06-09  Wim Taymans  <wim@fluendo.com>
2333         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
2334         * gst/elements/gstidentity.c: (gst_identity_init),
2335         (gst_identity_chain):
2336         Print more buffer info in fakesink.
2337         Make identity output similar to fakesink.
2339 2004-06-07  Daniel Gazard  <dany42@free.fr>
2341         reviewed by Benjamin Otte  <otte@gnome.org>
2343         * configure.ac:
2344           fix cross compiling not working. (fixes #143741)
2346 2004-06-07  Benjamin Otte  <otte@gnome.org>
2348         * gst/gstelement.c: (gst_element_set_time_delay):
2349           add failure check
2350         * gst/gstinfo.h:
2351           put brackets around macro arguments of GST_TIME_ARGS, add note to
2352           move it to correct header in 0.9
2354 2004-06-07  Benjamin Otte  <otte@gnome.org>
2356         * gst/indexers/gstfileindex.c: (gst_file_index_get_writer_id),
2357         (gst_file_index_load), (_file_index_id_save_entries),
2358         (gst_file_index_commit), (gst_file_index_add_association),
2359         (gst_file_index_add_entry), (gst_file_index_get_assoc_entry),
2360         (gst_file_index_plugin_init):
2361           make debugging use a default category
2363 2004-06-06  David Moore  <dcm@acm.org>
2365         reviewed by Benjamin Otte  <otte@gnome.org>
2367         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
2368         (gst_fdsrc_change_state):
2369           reset offset counter when going READY => PAUSED. (fixes #142903)
2371 2004-06-06  ed@catmur.co.uk
2373         reviewed by Benjamin Otte  <otte@gnome.org>
2375         * gst/registries/gstxmlregistry.c:
2376         (gst_xml_registry_rebuild_recurse):
2377           don't rely on g_dir_open to figure out if a file is a directory, use
2378           explicit G_TEST_IS_DIR. Reiserfs4 allows opening files as
2379           directories. (fixes #142850)
2381 2004-06-06  Benjamin Otte  <otte@gnome.org>
2383         * gst/gstqueue.c: (gst_queue_dispose), (gst_queue_change_state):
2384           fix memory leaks (fixes #142795). Initial patch by Sebastien Cote
2385         * libs/gst/bytestream/adapter.c:
2386         * libs/gst/bytestream/adapter.h:
2387           fix copyright in header and typo in debugging category name
2389 2004-06-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2391         * configure.ac:
2392           bump nano to cvs
2394 === release 0.8.3 ===
2396 2004-06-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2398         * configure.ac:
2399           update libtool versioning
2400           do a new release
2401         * docs/gst/tmpl/gstelement.sgml:
2402         * docs/gst/tmpl/gsttypes.sgml:
2403         * gst/gstinfo.c: (_gst_debug_init):
2404           put back GST_CAT_DATAFLOW to fix API breakage
2406 2004-06-04  David Schleef  <ds@schleef.org>
2408         * autogen.sh: Add a temporary 'env' to test buildbot problems.
2410 2004-06-04  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2412         * configure.ac:
2413           bump nano to cvs
2415 === release 0.8.2 ===
2417 2004-06-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2419         * gst/gst.c: (parse_debug_list), (gst_init_check_with_popt_table):
2420           check GST_DEBUG environment variable which is parsed the same way
2421           as --gst-debug=
2423 2004-05-28  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2425         * gst/elements    : gstaggregator.c gstfakesink.c gstfakesrc.c
2426                             gstmd5sink.c gstshaper.c gsttee.c
2427                             gsttypefindelement.c
2428         * gst/schedulers  : gstbasicscheduler.c gstoptimalscheduler.c
2430           - removing trailing commas at end of enums
2431             it is correct C99 code but C90 compilers would complain
2432             (AIX, Forte, ...)
2433             ('should' fix #143290, at least partially)
2435 2004-05-27  Wim Taymans  <wim@fluendo.com>
2437         * gst/schedulers/gstoptimalscheduler.c: (remove_from_chain),
2438         (chain_group_set_enabled), (create_group), (add_to_group),
2439         (merge_groups), (setup_group_scheduler), (group_elements),
2440         (gst_opt_scheduler_iterate), (gst_opt_scheduler_show):
2441         Don't try to follow the pad connections with other groups
2442         when a loop based element is added to the scheduler because
2443         the bin will inform the scheduler about the pad links a little
2444         later.
2446 2004-05-27  Wim Taymans  <wim@fluendo.com>
2448         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
2449         (remove_from_chain), (chain_group_set_enabled),
2450         (setup_group_scheduler), (group_element_set_enabled),
2451         (gst_opt_scheduler_state_transition), (gst_opt_scheduler_iterate),
2452         (gst_opt_scheduler_show):
2453         Elements without a group can do a state change as well, just wait
2454         with the setup of the scheduling function when it is added to a
2455         chain.
2457 2004-05-27  Wim Taymans  <wim@fluendo.com>
2459         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
2460         (remove_from_chain), (chain_group_set_enabled), (add_to_group),
2461         (merge_groups), (setup_group_scheduler),
2462         (group_inc_links_for_element), (gst_opt_scheduler_iterate),
2463         (gst_opt_scheduler_show):
2464         Fixes to maintain internal consistency of the scheduler data
2465         structures. 
2466          - adding an enabled group to a chain should increment the
2467            number of enabled elements in that chain.
2468          - removing an enabled group from a chain could disable the
2469            chain.
2470          - removing a disabled group from a chain could enable the
2471            chain.
2472          - add g_assert when internal inconsistency is detected.
2473          - adding an element to a group could increase the number of
2474            links this group has with other groups.
2475          - merging two groups also merges the chains.
2476          - also show group links in the _show method.
2477            
2479 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2481         * gst/gstcaps.c: (gst_caps_structure_simplify):
2482           don't print error messages when there is no error
2483         * gst/gstvalue.c: (gst_value_compare_int_range):
2484           compare the second value, too
2485         * testsuite/caps/Makefile.am:
2486         * testsuite/caps/random.c: (assert_on_error), (main):
2487           add tests to make sure the two things above are checked for
2489 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2491         * configure.ac:
2492         * libs/gst/dataprotocol/Makefile.am:
2493         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps):
2494         * libs/gst/dataprotocol/dataprotocol.h:
2495           wrap header in GST_ENABLE_NEW.  make code use it
2497 2004-05-23  Johan Dahlin  <johan@gnome.org>
2499         * tools/gst-inspect.c (main): Cleanup most parts of it, don't be
2500         so verbose and print GstElement signal names all the time.
2502 2004-05-22  David Schleef  <ds@schleef.org>
2504         * gst/registries/gstxmlregistry.c:
2505         (gst_xml_registry_parse_padtemplate): Fix warning on OS X.
2506         (bug #142957)
2508 2004-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2510         * configure.ac:
2511           scrub cflags for glib2 so gcc doesn't complain when glib is in
2512           /usr/local
2514 2004-05-21  Johan Dahlin  <johan@gnome.org>
2516         * gst/gstcpu.c (gst_cpuid_i386): Protect some gcc asm stuff with
2517         __GNUC__, patch from Brian Cameron, fixes bug #142804
2519 2004-05-20  David Schleef  <ds@schleef.org>
2521         * gst/gstindex.c: (gst_index_compare_func): Fix overflows in
2522         comparison code.  (bug #142819)
2524 2004-05-20  Wim Taymans  <wim@fluendo.com>
2526         * gst/gstbuffer.c: (gst_buffer_default_copy):
2527         * gst/gstbuffer.h:
2528         Added Comment to a flag.
2529         copy relevant flags in _buffer_copy.
2531 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2533         reviewed by: Wim Taymans <wim at fluendo dot com>
2535         * gst/gstbuffer.h:
2536           add GST_BUFFER_IN_CAPS buffer flag
2537         * gst/gststructure.c: (gst_structure_value_get_generic_type),
2538         (gst_structure_parse_any_list), (gst_structure_parse_list),
2539         (gst_structure_parse_fixed_list), (gst_structure_parse_value):
2540         * gst/gstvalue.c: (gst_value_serialize_any_list),
2541         (gst_value_transform_any_list_string),
2542         (gst_value_list_prepend_value), (gst_value_list_append_value),
2543         (gst_value_list_get_size), (gst_value_list_get_value),
2544         (gst_value_transform_list_string),
2545         (gst_value_transform_fixed_list_string),
2546         (gst_value_serialize_list), (gst_value_serialize_fixed_list),
2547         (gst_value_deserialize_fixed_list), (gst_type_is_fixed),
2548         (_gst_value_initialize):
2549         * gst/gstvalue.h:
2550           add a GST_TYPE_FIXED_LIST which is fixed by definition and uses
2551           < , > as a format.
2552         * testsuite/caps/string-conversions.c: (main):
2553           add regression tests for < >
2555 2004-05-20  Johan Dahlin  <johan@gnome.org>
2557         * docs/gst/Makefile.am (all-local): Re-add
2559 2004-05-20  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2561         * docs/gst/Makefile.am:
2562         * docs/gst/gstreamer-docs.sgml:
2563         * docs/libs/Makefile.am:
2564         * docs/libs/gstreamer-libs-docs.sgml:
2565           fix distcheck issues
2567 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2569         * libs/gst/dataprotocol/Makefile.am:
2570           add to autotest
2572 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2574         * libs/gst/dataprotocol/Makefile.am:
2575         * libs/gst/dataprotocol/dataprotocol.c:
2576         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
2577         (gst_dp_packet_from_event), (gst_dp_event_from_packet):
2578         * libs/gst/dataprotocol/dp-private.h:
2579           use GST macros to read/write fixed length ints
2580           add some more asserts
2582 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2584         * docs/libs/gstreamer-libs-docs.sgml:
2585         * docs/libs/gstreamer-libs-sections.txt:
2586           remove idct and putbits
2587         * configure.ac:
2588         * docs/libs/tmpl/gstdataprotocol.sgml:
2589         * libs/gst/Makefile.am:
2590         * libs/gst/dataprotocol/Makefile.am:
2591         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test),
2592         (buffer_test), (caps_test), (event_test), (main):
2593         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
2594         (gst_dp_dump_byte_array), (gst_dp_init),
2595         (gst_dp_header_payload_length), (gst_dp_header_payload_type),
2596         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
2597         (gst_dp_packet_from_event), (gst_dp_buffer_from_header),
2598         (gst_dp_caps_from_packet), (gst_dp_event_from_packet),
2599         (gst_dp_validate_header), (gst_dp_validate_payload),
2600         (gst_dp_validate_packet), (plugin_init):
2601         * libs/gst/dataprotocol/dataprotocol.h:
2602         * libs/gst/dataprotocol/dp-private.h:
2603           add dataprotocol
2605 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2607         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
2608           fix int variable deserialization and add a helper so we can actually
2609           debug this.
2611 2004-05-18  David Schleef  <ds@schleef.org>
2613         * testsuite/debug/commandline.c: (main): Call ./commandline, not
2614           argv[0].  Calling yourself is probably not the best way to
2615           construct a test like this, btw.
2617 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2619         * gst/gstbin.c: (gst_bin_iterate_func), (gst_bin_iterate):
2620           don't claim to be more intelligent than a scheduler when the
2621           scheduler claims the pipeline is stopped
2622         * gst/schedulers/entryscheduler.c: (safe_cothread_switch),
2623         (safe_cothread_destroy),
2624         (gst_entry_scheduler_remove_all_cothreads),
2625         (gst_entry_scheduler_reset), (_remove_cothread),
2626         (gst_entry_scheduler_state_transition):
2627           hold off cothread destruction if we're not in main cothread
2628         * configure.ac:
2629         * testsuite/Makefile.am:
2630           add new test dir
2631         * testsuite/schedulers/.cvsignore:
2632         * testsuite/schedulers/Makefile.am:
2633           add tests
2634         * testsuite/schedulers/relink.c: (cb_handoff), (main):
2635           check relinking and adding/removing elements from a running pipeline
2636         * testsuite/schedulers/unlink.c: (cb_handoff), (main):
2637           check unlinking in a running pipeline
2638         * testsuite/schedulers/unref.c: (cb_handoff), (main):
2639           check unreffing a running pipeline
2640         * testsuite/schedulers/useless_iteration.c: (main):
2641           check iterating a pipeline that contains running threads works
2643 2004-05-18  David Schleef  <ds@schleef.org>
2645         * docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC
2646           is false.
2648 2004-05-18  Wim Taymans  <wim@fluendo.com>
2650         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
2651         (setup_group_scheduler), (gst_opt_scheduler_pad_link):
2652         Fixed an error introduced with patch for 1.63. When setting
2653         a get based element as the entry point in a group, make sure
2654         to mark the group as GET based.
2656 2004-05-18  Wim Taymans  <wim@fluendo.com>
2658         * gst/schedulers/gstoptimalscheduler.c: (create_group),
2659         (setup_group_scheduler), (loop_group_schedule_function),
2660         (gst_opt_scheduler_pad_link):
2661         Added some more debug info and fixed a bug where the group
2662         type was set to LOOP but it was in fact unknown.
2664 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2666         * gst/schedulers/entryscheduler.c: (gst_entry_scheduler_reset):
2667           make resetting scheduler work twice in a row
2669 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2671         * gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
2672         (CREATE_USERIALIZATION), (_gst_value_initialize),
2673         (gst_value_compare_float), (gst_value_serialize_float),
2674         (gst_value_deserialize_float), (gst_value_compare_enum),
2675         (gst_value_serialize_enum), (gst_value_deserialize_enum):
2676           add serialization and comparison functions for long, int64, enum and
2677           float values
2678         * gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
2679           use best serialization function in type hierarchy instead of only a
2680           matching one. This is required for enums to work.
2681         * gst/parse/grammar.y:
2682           use gst_caps_deserialize
2683         * testsuite/parse/Makefile.am:
2684           parse1 now works
2685         * testsuite/parse/parse1.c: (main):
2686           remove aggregator check, aggregator is broken, this test works now
2687           but fails because of bug #138012
2688         * testsuite/parse/parse2.c: (main):
2689           s/xvideosink/xvimagesink - this test looks a lot like we should
2690           disable it
2692 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2694         * gst/gstelement.c: (gst_element_class_init):
2695           whoops, store the signal id correctly
2696         * gst/schedulers/gstbasicscheduler.c:
2697         (gst_basic_scheduler_chain_wrapper):
2698           detect infinfinfinfinfinf^Cinite loops in chain wrapper when the
2699           chain function isn't linked
2701 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
2702         * configure.ac:
2703         Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file
2704         support until we decide where the flags should be used
2705         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_query):
2706         Use GST_FORMAT_BYTES when GST_FORMAT_DEFAULT is passed
2707         * gst/gstpad.c: (gst_pad_link_call_link_functions):
2708         Output refused caps in the debug info
2710 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2712         * gst/elements/gstidentity.c: (gst_identity_chain):
2713           add duration debug
2714         * gst/gstinfo.c: (gst_debug_log_default):
2715           add timestamp
2717 2004-05-13  Benjamin Otte  <otte@gnome.org>
2719         * gst/gstpipeline.c: (gst_pipeline_dispose),
2720         (gst_pipeline_change_state):
2721           call gst_scheduler_reset on dispose (fixes #141416)
2723 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2725         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
2726           compute mapsize correctly
2727         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
2728           use correct datatypes when calling a varargs function
2729         * gst/elements/gsttypefindelement.c: (stop_typefinding):
2730           push a DISCONT event as first thing
2731         * gst/gst_private.h:
2732         * gst/gstinfo.c: (_gst_debug_init):
2733           remove GST_DATAFLOW debugging category
2734         * gst/gstbin.c: (gst_bin_iterate):
2735           use GST_SCHEDULING category
2736         * gst/gstpad.c: (gst_pad_get_type), (_invent_event),
2737         (gst_pad_push), (gst_pad_pull), (gst_pad_call_chain_function),
2738         (gst_pad_call_get_function):
2739           add GST_DATAFLOW to easily track flow of buffers or events.
2740         * gst/gstqueue.c: (gst_queue_get_type),
2741         (gst_queue_handle_pending_events), (gst_queue_chain),
2742         (gst_queue_get), (gst_queue_handle_src_event):
2743           use own static debugging category GST_DATAFLOW for dataflow,
2744           use DEBUG category for showing which path events go, use LOG
2745           category for buffers.
2747 2004-05-10  David Schleef  <ds@schleef.org>
2749         * docs/gst/gstreamer-sections.txt: Add gst_element_no_more_pads.
2751 2004-05-10  David Schleef  <ds@schleef.org>
2753         * docs/gst/Makefile.am: Dear gtk-doc, please print out the unused
2754         symbols, because otherwise we don't know what they are.  Thanks,
2755         the GStreamer team.
2756         * gst/registries/gstxmlregistry.c: (make_dir): Remove a spurious ;
2758 2004-05-10  David Schleef  <ds@schleef.org>
2760         (from Steve Lhomme)
2761         * win32/Makefile: When using make clean the MS Visual Studio makefiles
2762         are deleted.  Fix.
2763         * win32/Makefile.inspect:
2764         * win32/Makefile.launch:
2765         * win32/Makefile.register:
2767 2004-05-10  David Schleef  <ds@schleef.org>
2769         * gst/gstinfo.h: Add missing inline function.
2770         * gst/gsttrace.c: add include
2771         * gst/parse/grammar.y: remove unused code
2772         * gst/registries/gstxmlregistry.c: (make_dir): make mkdir call
2773         more portable.
2774         * tools/gst-register.c: wrap unistd.h
2775         
2776         More additions/fixes from Steve for the MSVC build.
2777         * win32/GStreamer.vcproj:
2778         * win32/Makefile:
2779         * win32/Makefile.inspect:
2780         * win32/Makefile.launch:
2781         * win32/Makefile.register:
2782         * win32/README.txt:
2783         * win32/gst-inspect.vcproj:
2784         * win32/gst-launch.vcproj:
2785         * win32/gst-register.vcproj:
2786         * win32/gstbytestream.def:
2787         * win32/gstbytestream.vcproj:
2788         * win32/gstconfig.h:
2789         * win32/gstelements.def:
2790         * win32/gstelements.vcproj:
2791         * win32/gstenumtypes.c:
2792         * win32/gstenumtypes.h:
2793         * win32/gstoptimalscheduler.def:
2794         * win32/gstoptimalscheduler.vcproj:
2795         * win32/gstreamer.def:
2796         * win32/gstspider.def:
2797         * win32/gstspider.vcproj:
2798         * win32/gstversion.h:
2799         * win32/msvc71.sln:
2801 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2803         * gst/gstelement.c: (gst_element_class_init),
2804         (gst_element_no_more_pads):
2805         * gst/gstelement.h:
2806           add gst_element_no_more_pads and the "no-more-pads" signal
2808 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2810         * gst/gstregistry.c: (gst_registry_add_plugin):
2811           refuse to add plugins when a plugin with same name is already
2812           registered. Fixes a bunch of "How to remove plugins?" issues.
2813           May lead to other problems though, let's test
2815 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2817         * testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
2818         * docs/manual/pads-api.xml : audio/wav => audio/x-wav
2819         * docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav
2821 2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2823         * tests/Makefile.am: fix am16 issue
2825 2004-05-09  Benjamin Otte  <otte@gnome.org>
2827         * libs/gst/bytestream/Makefile.am:
2828           we should indeed add .c files to makefiles or they won't be built
2829           (d'oh)
2831 2004-05-08  Benjamin Otte  <otte@gnome.org>
2833         * gst/gstpad.c: (gst_pad_proxy_fixate):
2834           really reduce the set of caps
2836 2004-05-08  Benjamin Otte  <otte@gnome.org>
2838         * tests/Makefile.am:
2839         * tests/spidey_bench.c: (handoff), (main):
2840           add benchmark to test how long spider needs to create a pipeline
2842 2004-05-08  Benjamin Otte  <otte@gnome.org>
2844         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_unnegotiate):
2845           mark links as unengaged when unnegotiating instead of deactivating.
2846           This way pads aren't marked as unengaged when going PLAYING=>PAUSED
2848 2004-05-08  Benjamin Otte  <otte@gnome.org>
2850         * docs/manual/helloworld.xml:
2851           s/audiosink/osssink (patch by Patrick Guimond)
2853 2004-05-07  David Schleef  <ds@schleef.org>
2855         * configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
2856         since it contains important stuff.
2858 2004-05-07  David Schleef  <ds@schleef.org>
2860         * testsuite/caps/caps.c: (test3), (main): A check for appending
2861         ANY caps.
2863 2004-05-07  David Schleef  <ds@schleef.org>
2865         * common/m4/as-compiler-flag.m4: Properly quote arguments,
2866         which may contain commas.  Fixes detection of -Wa,-mregnames
2868 2004-05-06  David Schleef  <ds@schleef.org>
2870         Changes to handle compilers that don't have variadic macro
2871         support.  In particular, glib headers define some inlines
2872         that need G_LOG_DOMAIN defined.  Additional fixes for MSVC
2873         builds.
2874         * gst/Makefile.am:
2875         * gst/cothreads.c:
2876         * gst/elements/gstfdsink.c:
2877         * gst/elements/gstfdsrc.c:
2878         * gst/elements/gstfilesink.c:
2879         * gst/elements/gstfilesrc.c:
2880         * gst/gst_private.h:
2881         * gst/gstatomic.c:
2882         * gst/gstcaps.c: (gst_caps_append):
2883         * gst/gstcpu.c: (gst_cpuid_i386):
2884         * gst/gstelement.c:
2885         * gst/gsterror.c:
2886         * gst/gstfilter.c:
2887         * gst/gstinfo.h:
2888         * gst/gstprobe.c:
2889         * gst/gstquery.c:
2890         * gst/gstregistry.c:
2891         * gst/gststructure.c:
2892         * gst/gsttaginterface.c:
2893         * gst/gsttrace.c: (gst_trace_new):
2894         * gst/gsttrashstack.c:
2895         * gst/gsturi.c:
2896         * gst/gstvalue.c:
2897         * gst/parse/grammar.y:
2898         * gst/parse/parse.l:
2899         * tools/gst-inspect.c: (main):
2900         * tools/gst-launch.c: (main):
2901         * tools/gst-xmlinspect.c: (PUT_STRING):
2903 2004-05-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2905         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
2906         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
2907         * gst/elements/gstfilesrc.h:
2908           send NEW_MEDIA events correctly
2909         * gst/elements/gsttypefindelement.c: (start_typefinding),
2910         (gst_type_find_element_handle_event):
2911           restart typefinding when we get a NEW_MEDIA event
2912         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_change_state),
2913         (gst_bin_dispose):
2914           don't die when someone removes elements in callbacks
2915         * gst/gstelement.c: (gst_element_change_state):
2916           improve debugging
2917         * gst/gstpad.c: (gst_pad_pull), (gst_pad_call_chain_function):
2918           we need a NEW_MEDIA event to engage a link
2919         * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
2920           don't g_print debugging stuff
2921         * testsuite/caps/simplify.c: (check_caps):
2923 2004-05-04  Benjamin Otte  <otte@gnome.org>
2925         * gst/parse/grammar.y:
2926           use GST_ERROR instead of g_warning, and always throw a GST_ERROR 
2928 2004-05-04  Benjamin Otte  <otte@gnome.org>
2930         * testsuite/caps/renegotiate.c: (main):
2931           improve output in error case
2933 2004-05-04  Benjamin Otte  <otte@gnome.org>
2935         * gst/parse/grammar.y:
2936           fix assert to not trigger when there's no error argument
2937         * gst/parse/parse.l:
2938           fix definition of caps to allow more than two structures
2939         * testsuite/caps/Makefile.am:
2940         * testsuite/caps/renegotiate.c: (main):
2941           it's sinesrc and works in that case
2943 2004-05-04  Wim Taymans  <wim@fluendo.com>
2945         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
2946         (group_dec_link), (gst_opt_scheduler_pad_unlink):
2947         when removing an element from a group, we always need to
2948         decrement the link count that this group had with other 
2949         groups through the element.
2950         added an extra assert to catch inconsistencies when decrementing
2951         the link count.
2953 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2955         * configure.ac:
2956         * docs/gst/Makefile.am:
2957         * docs/gst/gstreamer-sections.txt:
2958         * docs/gst/tmpl/gstcompat.sgml:
2959         * examples/appreader/Makefile.am:
2960         * examples/cutter/Makefile.am:
2961         * examples/events/Makefile.am:
2962         * examples/helloworld/Makefile.am:
2963         * examples/helloworld2/Makefile.am:
2964         * examples/launch/Makefile.am:
2965         * examples/manual/Makefile.am:
2966         * examples/mixer/Makefile.am:
2967         * examples/pingpong/Makefile.am:
2968         * examples/plugins/Makefile.am:
2969         * examples/queue/Makefile.am:
2970         * examples/queue2/Makefile.am:
2971         * examples/queue3/Makefile.am:
2972         * examples/queue4/Makefile.am:
2973         * examples/retag/Makefile.am:
2974         * examples/thread/Makefile.am:
2975         * examples/typefind/Makefile.am:
2976         * examples/xml/Makefile.am:
2977         * gst/Makefile.am:
2978         * gst/autoplug/Makefile.am:
2979         * gst/elements/Makefile.am:
2980         * gst/gstcompat.h:
2981         * gst/indexers/Makefile.am:
2982         * gst/parse/Makefile.am:
2983         * gst/registries/Makefile.am:
2984         * gst/schedulers/Makefile.am:
2985         * libs/gst/bytestream/Makefile.am:
2986         * libs/gst/control/Makefile.am:
2987         * libs/gst/getbits/Makefile.am:
2988         * po/af.po:
2989         * po/az.po:
2990         * po/en_GB.po:
2991         * po/fr.po:
2992         * po/nl.po:
2993         * po/sr.po:
2994         * po/sv.po:
2995         * po/tr.po:
2996         * po/uk.po:
2997         * tests/Makefile.am:
2998         * tests/bufspeed/Makefile.am:
2999         * tests/instantiate/Makefile.am:
3000         * tests/memchunk/Makefile.am:
3001         * tests/muxing/Makefile.am:
3002         * tests/negotiation/Makefile.am:
3003         * tests/probes/Makefile.am:
3004         * tests/sched/Makefile.am:
3005         * tests/seeking/Makefile.am:
3006         * tests/threadstate/Makefile.am:
3007         * testsuite/caps/Makefile.am:
3008         * testsuite/cleanup/Makefile.am:
3009         * testsuite/dlopen/Makefile.am:
3010         * testsuite/dynparams/Makefile.am:
3011         * testsuite/plugin/Makefile.am:
3012         * testsuite/states/Makefile.am:
3013         * tools/Makefile.am:
3014           reorganize compile/link flags to be consistent
3015           put gst_info in gstcompat.h and actually use GST_DISABLE_DEPRECATED
3017 2004-05-04  David Schleef  <ds@schleef.org>
3019         The "once more, with feeling" check-in.
3020         * testsuite/caps/Makefile.am: dist caps_strings
3021         * testsuite/caps/renegotiate.c: (main): This test triggers a
3022           segfault in the core.  Marking as failing.
3024 2004-05-03  David Schleef  <ds@schleef.org>
3026         * testsuite/caps/deserialize.c: (main): Fix problems noticed
3027           by the build bots.
3028         * testsuite/caps/renegotiate.c: (main): Same.
3030 2004-05-03  David Schleef  <ds@schleef.org>
3032         * testsuite/caps/renegotiate.c: (my_fixate), (main): Another test.
3034 2004-05-03  David Schleef  <ds@schleef.org>
3036         * testsuite/caps/deserialize.c: (main): Use the srcdir environment
3037           variable to find our source file.
3039 2004-05-03  David Schleef  <ds@schleef.org>
3041         * configure.ac:  Link plugins with libgstreamer and dependent
3042           libraries
3043         * testsuite/caps/Makefile.am:
3044         * testsuite/caps/caps_strings:
3045         * testsuite/caps/deserialize.c: (main): Add a little test to slog
3046           through a file of caps strings and test each one
3048 2004-05-04  Benjamin Otte  <otte@gnome.org>
3050         * libs/gst/bytestream/Makefile.am:
3051         * libs/gst/bytestream/adapter.c: 
3052         * libs/gst/bytestream/adapter.h:
3053           add GstAdapter, similar to bytestream, but doesn't require ugly event
3054           handling or uglier loopbased elements
3056 2004-05-03  David Schleef  <ds@schleef.org>
3058         * testsuite/caps/Makefile.am: Fix spelling of Ηρατοσθενες
3059         * testsuite/caps/erathostenes.c:
3060         * testsuite/caps/eratosthenes.c: (eratosthenes), (main):
3062 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3064         * docs/pwg/pwg.xml:
3065           remove hardcoded stylesheet path (duh)
3066         * docs/random/release:
3067         * docs/gst/gstreamer-sections.txt:
3068         * gst/Makefile.am:
3069         * gst/gst.h:
3070         * gst/gst_private.h:
3071         * gst/gstcaps.c:
3072         * gst/gstevent.c:
3073         * gst/gstformat.c:
3074         * gst/gstinfo.c:
3075         * gst/gstinfo.h:
3076         * gst/gstinterface.c:
3077         * gst/gstmemchunk.c:
3078         * gst/gstprobe.c:
3079         * gst/gstquery.c:
3080         * gst/gstregistry.c:
3081         * gst/gstregistrypool.c:
3082         * gst/gststructure.c:
3083         * gst/gsttaginterface.c:
3084         * gst/gstthread.c:
3085         * gst/gsttrace.c:
3086         * gst/gsttypefind.c: (gst_type_find_factory_get_type):
3087         * gst/gsturi.c:
3088         * gst/gstvalue.c:
3089           deprecate gst_info; remove gstlog.h
3090    
3092 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3094         * Makefile.am:
3095         * po/en_GB.po:
3096         * po/sv.po:
3097         * po/uk.po:
3098           updated translations
3100 2004-05-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3102         * gst/gstbin.c: (gst_bin_dispose):
3103           better debugging
3105 2004-05-03  Johan Dahlin  <johan@gnome.org>
3107         * gst/schedulers/gstoptimalscheduler.c
3108         (gst_opt_scheduler_pad_unlink): Check if element is non-NULL and
3109         really is a GstElement. Avoids critical when running gst-launch -v
3110         and a oggdemux/decoding pipeline.
3112 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3114         * docs/gst/tmpl/gstpipeline.sgml :
3115         * docs/manual/elements-api.xml :
3116                 doc fix by Patrick Guimond (Protector) from devel ML
3117                 reviewed by ronald
3119 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3121         * docs/gst/Makefile.am :
3122         * docs/libs/Makefile.am :
3123                 apply a patch from Arwed v. Merkatz so that gtk-doc
3124                 generated docs install (same for .devhelp file)
3125                 (fixes part 1 of #138836)
3127 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3129         * docs/faq/dependencies.xml: typo
3130         * docs/faq/getting.xml :
3131             - fix download URL for new gstreamer site
3132             - hide sf.net download page as latest version aren't there
3133             - fix apt URLs
3134             - fill "get via CVS" paragraph (link to dev page on the site)
3135         * docs/faq/general.xml:
3136             hide status tables as they no more exists
3137             change case on plugins license file to reflect reality
3138         * docs/faq/troubleshooting.xml:
3139             remove the wiki question/answer as there is no more wiki
3141 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3143         * gst/gsterror.h:
3144           include the headers needed for declarations used in this header
3146 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3148         * docs/random/uraeus/gstreamer_and_midi.txt :
3149           add .kar (midi + karaoke/lyrics 'track') doc to midi doc.
3150           (fixes #132288)
3152 2004-04-30  Sebastien Cote  <sc5@hermes.usherb.ca>
3154         reviewed by Benjamin Otte  <otte@gnome.org>
3156         * gst/schedulers/gthread-cothreads.h:
3157           free allocated data for main cothread, too when destroying context
3158           (fixes #141417)
3160 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3162         * docs/manual/goals.xml : remove duplicated paragraph at end 
3163         of doc page (fixes #141448)
3165 2004-04-29  David Schleef  <ds@schleef.org>
3167         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
3168         Patch from Sebastien Cote to fix leakage of events. (bug #141414)
3170 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3172         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
3173           fix property
3174         * gst/gstcaps.c:
3175           fix doc string
3176         * po/POTFILES.in:
3177           rename typefind source file
3179 2004-04-28  David Schleef  <ds@schleef.org>
3181         Several new files from Steve Lhomme's MSVC patch (bug #141317):
3182         * win32/GStreamer.vcproj:
3183         * win32/Makefile:
3184         * win32/config.h:
3185         * win32/dirent.c: (_topendir), (_treaddir), (_tclosedir),
3186         (_trewinddir), (_ttelldir), (_tseekdir):
3187         * win32/dirent.h:
3188         * win32/gst-inspect.vcproj:
3189         * win32/gst-launch.vcproj:
3190         * win32/gst-register.vcproj:
3191         * win32/gstbytestream.vcproj:
3192         * win32/gstelements.vcproj:
3193         * win32/gstoptimalscheduler.vcproj:
3194         * win32/gstspider.vcproj:
3195         * win32/gtchar.h:
3196         * win32/mman.c: (mmap), (mprotect), (msync), (munmap):
3197         * win32/mman.h:
3198         * win32/mman.inl:
3199         * win32/msvc71.sln:
3201 2004-04-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3203         * gst/gst.c: (init_post):
3204         * gst/gstinfo.c:
3205           remove useless _gst_progname stuff
3206         * tools/gst-inspect.c: (print_field), (print_caps):
3207           improve caps output
3209 2004-04-28  David Schleef  <ds@schleef.org>
3211         Disable parsing of a lot of files that aren't part of the
3212         exported API.  Move corresponding template files to old/,
3213         waiting for removal when they don't contain anything
3214         interesting.
3215         * docs/gst/Makefile.am:
3216         * docs/gst/gstreamer-sections.txt:
3217         * docs/gst/tmpl/cothreads.sgml:
3218         * docs/gst/tmpl/cothreads_compat.sgml:
3219         * docs/gst/tmpl/gettext.sgml:
3220         * docs/gst/tmpl/gobject2gtk.sgml:
3221         * docs/gst/tmpl/grammar.tab.sgml:
3222         * docs/gst/tmpl/gst-i18n-app.sgml:
3223         * docs/gst/tmpl/gst-i18n-lib.sgml:
3224         * docs/gst/tmpl/gst_private.sgml:
3225         * docs/gst/tmpl/gstaggregator.sgml:
3226         * docs/gst/tmpl/gstarch.sgml:
3227         * docs/gst/tmpl/gstatomic_impl.sgml:
3228         * docs/gst/tmpl/gstbufferstore.sgml:
3229         * docs/gst/tmpl/gstdata_private.sgml:
3230         * docs/gst/tmpl/gstdisksink.sgml:
3231         * docs/gst/tmpl/gstdisksrc.sgml:
3232         * docs/gst/tmpl/gstelementfactory.sgml:
3233         * docs/gst/tmpl/gstextratypes.sgml:
3234         * docs/gst/tmpl/gstfakesink.sgml:
3235         * docs/gst/tmpl/gstfakesrc.sgml:
3236         * docs/gst/tmpl/gstfdsink.sgml:
3237         * docs/gst/tmpl/gstfdsrc.sgml:
3238         * docs/gst/tmpl/gstfilesink.sgml:
3239         * docs/gst/tmpl/gstfilesrc.sgml:
3240         * docs/gst/tmpl/gsthttpsrc.sgml:
3241         * docs/gst/tmpl/gstidentity.sgml:
3242         * docs/gst/tmpl/gstindexfactory.sgml:
3243         * docs/gst/tmpl/gstmarshal.sgml:
3244         * docs/gst/tmpl/gstmd5sink.sgml:
3245         * docs/gst/tmpl/gstmultidisksrc.sgml:
3246         * docs/gst/tmpl/gstmultifilesrc.sgml:
3247         * docs/gst/tmpl/gstpadtemplate.sgml:
3248         * docs/gst/tmpl/gstpipefilter.sgml:
3249         * docs/gst/tmpl/gstschedulerfactory.sgml:
3250         * docs/gst/tmpl/gstsearchfuncs.sgml:
3251         * docs/gst/tmpl/gstshaper.sgml:
3252         * docs/gst/tmpl/gstspider.sgml:
3253         * docs/gst/tmpl/gstspideridentity.sgml:
3254         * docs/gst/tmpl/gststatistics.sgml:
3255         * docs/gst/tmpl/gsttee.sgml:
3256         * docs/gst/tmpl/gsttimecache.sgml:
3257         * docs/gst/tmpl/gsttypefind.sgml:
3258         * docs/gst/tmpl/gsttypefindfactory.sgml:
3259         * docs/gst/tmpl/gstxmlregistry.sgml:
3260         * docs/gst/tmpl/gthread-cothreads.sgml:
3261         * docs/gst/tmpl/old/cothreads.sgml:
3262         * docs/gst/tmpl/old/cothreads_compat.sgml:
3263         * docs/gst/tmpl/old/gettext.sgml:
3264         * docs/gst/tmpl/old/gobject2gtk.sgml:
3265         * docs/gst/tmpl/old/grammar.tab.sgml:
3266         * docs/gst/tmpl/old/gst-i18n-app.sgml:
3267         * docs/gst/tmpl/old/gst-i18n-lib.sgml:
3268         * docs/gst/tmpl/old/gst_private.sgml:
3269         * docs/gst/tmpl/old/gstaggregator.sgml:
3270         * docs/gst/tmpl/old/gstarch.sgml:
3271         * docs/gst/tmpl/old/gstatomic_impl.sgml:
3272         * docs/gst/tmpl/old/gstbufferstore.sgml:
3273         * docs/gst/tmpl/old/gstdata_private.sgml:
3274         * docs/gst/tmpl/old/gstdisksink.sgml:
3275         * docs/gst/tmpl/old/gstdisksrc.sgml:
3276         * docs/gst/tmpl/old/gstelementfactory.sgml:
3277         * docs/gst/tmpl/old/gstextratypes.sgml:
3278         * docs/gst/tmpl/old/gstfakesink.sgml:
3279         * docs/gst/tmpl/old/gstfakesrc.sgml:
3280         * docs/gst/tmpl/old/gstfdsink.sgml:
3281         * docs/gst/tmpl/old/gstfdsrc.sgml:
3282         * docs/gst/tmpl/old/gstfilesink.sgml:
3283         * docs/gst/tmpl/old/gstfilesrc.sgml:
3284         * docs/gst/tmpl/old/gsthttpsrc.sgml:
3285         * docs/gst/tmpl/old/gstidentity.sgml:
3286         * docs/gst/tmpl/old/gstindexfactory.sgml:
3287         * docs/gst/tmpl/old/gstmarshal.sgml:
3288         * docs/gst/tmpl/old/gstmd5sink.sgml:
3289         * docs/gst/tmpl/old/gstmultidisksrc.sgml:
3290         * docs/gst/tmpl/old/gstmultifilesrc.sgml:
3291         * docs/gst/tmpl/old/gstpadtemplate.sgml:
3292         * docs/gst/tmpl/old/gstpipefilter.sgml:
3293         * docs/gst/tmpl/old/gstschedulerfactory.sgml:
3294         * docs/gst/tmpl/old/gstsearchfuncs.sgml:
3295         * docs/gst/tmpl/old/gstshaper.sgml:
3296         * docs/gst/tmpl/old/gstspider.sgml:
3297         * docs/gst/tmpl/old/gstspideridentity.sgml:
3298         * docs/gst/tmpl/old/gststatistics.sgml:
3299         * docs/gst/tmpl/old/gsttee.sgml:
3300         * docs/gst/tmpl/old/gsttimecache.sgml:
3301         * docs/gst/tmpl/old/gsttypefindfactory.sgml:
3302         * docs/gst/tmpl/old/gstxmlregistry.sgml:
3303         * docs/gst/tmpl/old/gthread-cothreads.sgml:
3304         * docs/gst/tmpl/old/types.sgml:
3305         * docs/gst/tmpl/types.sgml:
3307         Rename gsttypefind.[ch] back to gsttypefindelement.[ch], since
3308         gtkdoc-scan doesn't like files with the same name in different
3309         directories.
3310         * gst/elements/Makefile.am:
3311         * gst/elements/gstelements.c:
3312         * gst/elements/gsttypefind.c: 
3313         * gst/elements/gsttypefind.h:
3314         * gst/elements/gsttypefindelement.c:
3315         * gst/elements/gsttypefindelement.h:
3317 2004-04-28  David Schleef  <ds@schleef.org>
3319         A bunch of portability fixes, derived from Steve Lhomme's MSVC
3320         patch (bug #141317):
3321         * gst/gst-i18n-lib.h: Allow disabling gettext.
3322         * gst/gstatomic_impl.h: disable warning when it's dumb.
3323         * gst/gstclock.c: fix include
3324         * gst/gstcompat.h: fix variadic macro
3325         * gst/gstinfo.c: fix include
3326         * gst/gstmacros.h: add defines for inlines on MSVC
3327         * gst/gstplugin.c: fix includes
3328         * gst/gstregistry.c: fix includes
3329         * gst/gstregistry.h: use S_IREAD, etc., if S_IRUSR isn't defined
3330         * gst/gstsystemclock.c: fix include
3331         * gst/gsttrace.c: (gst_trace_new), (gst_trace_text_flush): use
3332         S_IREAD if S_IRUSR isn't defined.  fix use of non-portable functions
3333         * gst/registries/gstxmlregistry.c:
3334         (gst_xml_registry_parse_element_factory): fix use of non-portable
3335         functions
3336         * libs/gst/control/dparam.h: Remove trailing comma in enum definition
3337         * libs/gst/control/dparammanager.h: same
3339 2004-04-28  David Schleef  <ds@schleef.org>
3341         Move a bunch of unused files to old/ with names that are
3342         not case-insensitive-unique.  These files still contain some
3343         useful information that needs to be merged into gstbin.sgml,
3344         etc., so they shouldn't be deleted yet.
3345         * docs/gst/tmpl/GstBin.sgml:
3346         * docs/gst/tmpl/GstBuffer.sgml:
3347         * docs/gst/tmpl/GstCaps.sgml:
3348         * docs/gst/tmpl/GstClock.sgml:
3349         * docs/gst/tmpl/GstCompat.sgml:
3350         * docs/gst/tmpl/GstData.sgml:
3351         * docs/gst/tmpl/GstElement.sgml:
3352         * docs/gst/tmpl/GstEvent.sgml:
3353         * docs/gst/tmpl/GstIndex.sgml:
3354         * docs/gst/tmpl/GstStructure.sgml:
3355         * docs/gst/tmpl/GstTag.sgml:
3356         * docs/gst/tmpl/old/GstBin.sgml:
3357         * docs/gst/tmpl/old/GstBuffer.sgml:
3358         * docs/gst/tmpl/old/GstCaps.sgml:
3359         * docs/gst/tmpl/old/GstClock.sgml:
3360         * docs/gst/tmpl/old/GstCompat.sgml:
3361         * docs/gst/tmpl/old/GstData.sgml:
3362         * docs/gst/tmpl/old/GstElement.sgml:
3363         * docs/gst/tmpl/old/GstEvent.sgml:
3364         * docs/gst/tmpl/old/GstIndex.sgml:
3365         * docs/gst/tmpl/old/GstStructure.sgml:
3366         * docs/gst/tmpl/old/GstTag.sgml:
3368 2004-04-28  David Schleef  <ds@schleef.org>
3370         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
3371         (gst_caps_append), (gst_caps_append_structure),
3372         (gst_caps_get_size), (gst_caps_get_structure), (gst_caps_copy_1),
3373         (gst_caps_set_simple), (gst_caps_set_simple_valist),
3374         (gst_caps_is_any), (gst_caps_is_empty), (gst_caps_is_chained),
3375         (gst_caps_is_fixed), (gst_caps_is_always_compatible),
3376         (gst_caps_intersect), (gst_caps_normalize),
3377         (gst_caps_transform_to_string):  Patch from Tim-Philipp Müller
3378         to fix GST_CAPS() and GST_IS_CAPS(). (bug #141304)
3379         * gst/gstcaps.h: use GST_IS_CAPS().
3381 2004-04-26  David Schleef  <ds@schleef.org>
3383         * gst/gstcpu.c: (gst_cpuid_i386): Don't clobber ebx in inline
3384         assembly.  gcc doesn't handle it correctly. (bug #141083)
3385         * gst/gsttrashstack.h: same
3387 2004-04-25  Benjamin Otte  <otte@gnome.org>
3389         * gst/gstelement.c: (gst_element_change_state):
3390           fix assertion to do an int comparison
3392 2004-04-25  Benjamin Otte  <otte@gnome.org>
3394         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
3395           better debugging output on error
3397 2004-04-25  Benjamin Otte  <otte@gnome.org>
3399         * gst/gstcaps.c: (gst_caps_subtract):
3400           fix memleak
3402 2004-04-23  Benjamin Otte  <otte@gnome.org>
3404         * gst/gstvalue.c: (gst_value_compare_buffer),
3405         (_gst_value_initialize):
3406           add comparison function for buffers
3408 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3410         * docs/pwg/pwg.xml:
3411           Just found out that this so-called "ima-wav" format is really
3412           just "dvi adpcm" (according to the MS WAV documentation). So
3413           renaming it. We didn't use it yet anyway.
3415 2004-04-23  Benjamin Otte  <otte@gnome.org>
3417         * gst/gstcaps.c: (gst_caps_is_always_compatible):
3418           call gst_caps_is_subset
3420 2004-04-23  Benjamin Otte  <otte@gnome.org>
3422         * gst/gstcaps.c: (gst_caps_subtract), (gst_caps_is_equal), 
3423         (gst_caps_is_subset):
3424           add documentation
3426 2004-04-23  Benjamin Otte  <otte@gnome.org>
3427           
3428         * gst/gstcaps.c: (gst_caps_structure_subtract_field),
3429         (gst_caps_structure_subtract), (gst_caps_subtract),
3430         (gst_caps_structure_figure_out_union),
3431         (gst_caps_structure_simplify), (gst_caps_do_simplify):
3432           fix simplifying and subtracting not working correctly with optional
3433           properties
3434           solve assorted problems that make it now simplify ebven more
3435         * docs/gst/tmpl/gstcaps.sgml:
3436         * gst/gstcaps.h:
3437           make gst_caps_do_simplify return a bool to indicate if it simplified
3438         * testsuite/caps/simplify.c: (main):
3439           add more checks. The tests is quite a bit useless right now because
3440           the core is heavily simplifying itself.
3441         * testsuite/caps/caps.h:
3442           fix caps to contain all optional properties
3444 2004-04-22  Benjamin Otte  <otte@gnome.org>
3446         * docs/gst/tmpl/gstcaps.sgml:
3447         * docs/gst/tmpl/gstfilesrc.sgml:
3448         * docs/gst/tmpl/gststructure.sgml:
3449         * docs/gst/tmpl/gstvalue.sgml:
3450           update for recent API changes
3451         * gst/gstcaps.c: (gst_caps_do_simplify):
3452           fix to stop trying with a freed structure
3453         * gst/gstpad.c: (gst_pad_link_fixate):
3454           simplify caps
3455         * gst/gstpad.c: (gst_pad_template_get_caps_by_name):
3456           remove C++ comment
3457         * gst/gstpad.h:
3458           deprecate gst_pad_template_get_caps_by_name, it doesn't work anyway
3459         * gst/gststructure.c: (gst_structure_value_get_generic_type),
3460         (gst_structure_to_string):
3461           keep the correct type when using lists of ranges
3462         * gst/gstvalue.c: (gst_value_list_prepend_value),
3463         (gst_value_list_append_value):
3464           copy the value before adding to the list (d'oh)
3465         * gst/gstvalue.c: (gst_value_subtract_int_range_int),
3466         (gst_value_subtract_int_range_int_range):
3467           handle overflows correctly
3468         * gst/gstvalue.c: (gst_value_subtract_from_list):
3469           fix memleak
3470         * testsuite/caps/caps.h:
3471           add a caps that caused segfaults
3473 2004-04-22  Benjamin Otte  <otte@gnome.org>
3475         * testsuite/refcounting/pad.c: (main):
3476           fix test
3478 2004-04-22  Benjamin Otte  <otte@gnome.org>
3480         * gst/gstcaps.c: (gst_caps_subtract):
3481           allow subtracting ANY and EMPTY from ANY caps
3483 2004-04-22  Benjamin Otte  <otte@gnome.org>
3485         * gst/gstcaps.c: (gst_caps_append), (gst_caps_intersect),
3486         (gst_caps_union):
3487           only simplify in functions that create new caps. Simplifying in
3488           gst_caps_append breaks tests.
3490 2004-04-22  Benjamin Otte  <otte@gnome.org>
3492         * gst/gstcaps.c: (gst_caps_structure_simplify):
3493           unset GValue after use
3494         * gst/gstcaps.c: (gst_caps_append), 
3495         * gst/gstpad.c: (gst_pad_link_fixate), (gst_pad_template_new):
3496           use gst_caps_simplify (reduces registry size by 30%)
3497         * gst/gstpad.c: (gst_pad_template_new):
3498           don't allow NULL caps
3500 2004-04-22  Benjamin Otte  <otte@gnome.org>
3502         * docs/gst/gstreamer-sections.txt:
3503           add gst_caps_do_simplify
3504         * gst/gstcaps.c:
3505           add documentation for gst_caps_do_simplify
3506         * gst/gstvalue.h:
3507           fix typo in gst_value_register_subtract_func declaration for gst-doc
3509 2004-04-22  Benjamin Otte  <otte@gnome.org>
3511         * gst/gstcaps.c: (gst_caps_from_string_inplace):
3512           fix bug when converting from empty string.
3513         * gst/gstcaps.c: (gst_caps_new_any), (gst_caps_new_simple),
3514         (gst_caps_new_full_valist), (gst_caps_copy), (gst_caps_copy_1):
3515           use gst_caps_new_empty to allocate a new caps. Only that function
3516           allocates memory for caps now.
3517         * gst/gstcaps.c: (gst_caps_remove_and_get_structure),
3518         (gst_caps_remove_structure):
3519           add ability to remove one structure (but not to header yet)
3520         * gst/gstcaps.c: (gst_caps_compare_structures),
3521         (gst_caps_simplify), (gst_caps_structure_figure_out_union),
3522         (gst_caps_structure_simplify), (gst_caps_do_simplify),
3523         * gst/gstcaps.h:
3524           add gst_caps_do_simplify that tries to simplify a caps in place.
3525           Deprecate old gst_caps_simplify function.
3526         * testsuite/caps/caps.h:
3527           add caps.h containing a common set of caps to test against.
3528         * testsuite/caps/sets.c: (check_caps), (main):
3529           use it.
3530         * testsuite/caps/.cvsignore:
3531         * testsuite/caps/Makefile.am:
3532         * testsuite/caps/simplify.c: (check_caps), (main):
3533           add test to check correctness and efficency of caps simplification.
3535 2004-04-22  Sebastien Cote <sc5@hermes.usherb.ca>
3537         reviewed by Benjamin Otte  <otte@gnome.org>
3539         * gst/gstparse.c: (_gst_parse_escape):
3540           Free the GString used in _gst_parse_escape()
3542 2004-04-21  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3544         * gst/gstpad.c: (gst_pad_link_negotiate):
3545           refuse to link if the link is not possible
3546         * configure.ac:
3547         * testsuite/Makefile.am:
3548         * testsuite/negotiation/.cvsignore:
3549         * testsuite/negotiation/Makefile.am:
3550         * testsuite/negotiation/pad_link.c: (main):
3551           add test that checks the above behaviour
3553 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3555         * docs/gst/gstreamer-sections.txt:
3556           add newly added API
3558 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3560         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
3561         (gst_filesrc_get_mmap), (gst_filesrc_get_read), (gst_filesrc_get),
3562         (gst_filesrc_open_file), (gst_filesrc_close_file),
3563         (gst_filesrc_srcpad_query), (gst_filesrc_srcpad_event):
3564         * gst/elements/gstfilesrc.h:
3565           add support for non-regular files (#140734)
3567 2004-04-21  Benjamin Otte  <otte@gnome.org>
3569         * gst/gstpad.c: (gst_pad_link_fixate):
3570           add sophisticated error checking code to see if fixation functions
3571           did their fixation right
3573 2004-04-21  Benjamin Otte  <otte@gnome.org>
3575         * gst/gstcaps.c: (gst_caps_append), (gst_caps_union):
3576           check for ANY caps before appending/unioning
3577         * gst/gstcaps.c: (gst_caps_is_subset),
3578         (gst_caps_is_equal), (gst_caps_structure_subtract_field),
3579         (gst_caps_structure_subtract), (gst_caps_subtract):
3580         * gst/gstcaps.h:
3581           add gst_caps_is_equal, gst_caps_is_subset and gst_caps_subtract to
3582           the API. deprecate gst_caps_is_equal_fixed
3583         * gst/gstpad.c: (gst_pad_try_set_caps):
3584         * gst/gstqueue.c: (gst_queue_link):
3585           s/gst_caps_is_equal_fixed/gst_caps_is_equal/
3586         * gst/gststructure.c: (gst_structure_get_name_id):
3587         * gst/gststructure.h:
3588           add function gst_structure_get_name_id
3589         * gst/gstvalue.c: (gst_value_subtract_int_int_range),
3590         (gst_value_create_new_range), (gst_value_subtract_int_range_int),
3591         (gst_value_subtract_int_range_int_range),
3592         (gst_value_subtract_double_double_range),
3593         (gst_value_subtract_double_range_double),
3594         (gst_value_subtract_double_range_double_range),
3595         (gst_value_subtract_from_list), (gst_value_subtract_list),
3596         (gst_value_can_intersect), (gst_value_subtract),
3597         (gst_value_can_subtract), (gst_value_register_subtract_func),
3598         (_gst_value_initialize):
3599         * gst/gstvalue.h:
3600           add support for subtracting values from each other. Note that
3601           subtracting means subtracting as in set theory. Required for caps
3602           stuff above.
3603         * testsuite/caps/.cvsignore:
3604         * testsuite/caps/Makefile.am:
3605         * testsuite/caps/erathostenes.c: (erathostenes), (main):
3606         * testsuite/caps/sets.c: (check_caps), (main):
3607         * testsuite/caps/subtract.c: (check_caps), (main):
3608           add tests for subtraction and equality code.
3610 2004-04-20  David Schleef  <ds@schleef.org>
3612         * gst/autoplug/Makefile.am:  Fix some little buglets in last checkin.
3613         * gst/indexers/Makefile.am:
3614         * gst/schedulers/Makefile.am:
3615         * libs/gst/bytestream/Makefile.am:
3616         * libs/gst/control/Makefile.am:
3617         * libs/gst/getbits/Makefile.am:
3619 2004-04-20  David Schleef  <ds@schleef.org>
3621         * common/as-libtool.mak: Fine-tune DLL building.
3622         * configure.ac: Link plugins against libgstreamer.  Define plugindir
3623         (like gst-plugins)
3624         * examples/plugins/Makefile.am: remove plugindir
3625         * gst/autoplug/Makefile.am: DLL building fixes
3626         * gst/elements/Makefile.am: DLL building fixes.  Disable pipefilter on
3627         Windows.
3628         * gst/elements/gstelements.c: Conditionally disable pipefilter.
3629         * gst/indexers/Makefile.am: DLL building fixes
3630         * gst/schedulers/Makefile.am: DLL building fixes.
3631         * libs/gst/bytestream/Makefile.am: DLL building fixes.
3632         * libs/gst/control/Makefile.am: same
3633         * libs/gst/getbits/Makefile.am: same
3634         * testsuite/Makefile.am: New dlopen directory
3635         * testsuite/dlopen/Makefile.am: Tests to check if libgstreamer works
3636         when dlopened.
3637         * testsuite/dlopen/dlopen_gst.c: (main): same
3638         * testsuite/dlopen/loadgst.c: (do_test): same
3640 2004-04-20  David Schleef  <ds@schleef.org>
3642         * gst/parse/grammar.y:  Apply patch from Sebastien Cote
3643         <sc5@hermes.usherb.ca> to fix a memleak. (bug #140594)
3645 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3647         * gst/gstelement.c: (gst_element_wait),
3648         (gst_element_set_time_delay), (gst_element_change_state):
3649           Use GST_TIME_*
3651 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3653         * gst/autoplug/gstspider.c: (gst_spider_link_sometimes),
3654         (gst_spider_identity_plug):
3655           improve debugging messages
3656         * gst/gstbin.c: (gst_bin_remove_func):
3657           make sure the state_change function is only called with simple state
3658           transitions
3660 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3662         * gst/elements/gstfakesink.c: (gst_fakesink_state_error_get_type),
3663         (gst_fakesink_set_property), (gst_fakesink_chain):
3664         * gst/elements/gstfakesrc.c: (gst_fakesrc_set_property):
3665         * gst/elements/gstfdsrc.c: (gst_fdsrc_set_property):
3666         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property):
3667         * gst/elements/gstidentity.c: (gst_identity_chain),
3668         (gst_identity_set_property):
3669         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_set_property):
3670         * gst/elements/gstpipefilter.c: (gst_pipefilter_set_property):
3671           add warnings to _set_property for unknown arguments
3672           use GST_TIME_FORMAT/GST_TIME_ARGS for timestamp printing
3674 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3676         * Makefile.am:
3677         * docs/manuals.mak:
3678           add .po file download snippet
3679           fix a bug in the doc makefile
3681 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3683         * Makefile.am:
3684         * po/LINGUAS:
3685         * po/en_GB.po:
3686           Added en_GB translation (Gareth Owen)
3688 2004-04-20  Johan Dahlin  <johan@gnome.org>
3690         * gst/gstpad.c (_invent_event): Clean up
3692 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3694         * testsuite/caps/filtercaps.c: (main):
3695           fix test to test things correctly (caps are complicated)
3697 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3699         * testsuite/caps/Makefile.am:
3700         * testsuite/caps/filtercaps.c: (main):
3701           add test (that doesn't work right now, but should)
3703 2004-04-19  David Schleef  <ds@schleef.org>
3705         * configure.ac: Add test for allowing unaligned access.  Add define
3706         to put in gstconfig.h.
3707         * docs/gst/gstreamer-sections.txt: New symbols
3708         * docs/gst/tmpl/gstcompat.sgml: Check in changes made by gtkdoc
3709         * docs/gst/tmpl/gstfilesrc.sgml:
3710         * docs/gst/tmpl/gstparse.sgml:
3711         * docs/gst/tmpl/gsttypes.sgml:
3712         * docs/gst/tmpl/gstutils.sgml:
3713         * docs/gst/tmpl/gstvalue.sgml:
3714         * gst/gstconfig.h.in: Add GST_HAVE_UNALIGNED_ACCESS
3715         * gst/gstutils.h: Add macros for unaligned memory access.  Useful
3716         on most !i386/!powerpc architectures.  From Daniel Gazard
3717         <daniel.gazard@free.fr>.  (bug #140156)
3718         * po/af.po: Check in changes made by gettext.
3719         * po/az.po:
3720         * po/fr.po:
3721         * po/nl.po:
3722         * po/sr.po:
3723         * po/sv.po:
3725 2004-04-20  Benjamin Otte  <otte@gnome.org>
3727         * gst/schedulers/entryscheduler.c: 
3728         (gst_entry_scheduler_yield):
3729           refuse to yield when decoupled elements insist on doing that.
3730           At least it's better than crashing
3732 2004-04-19  David Schleef  <ds@schleef.org>
3734         * docs/libs/Makefile.am: Change sinclude to include
3735         * docs/gst/Makefile.am: same
3736         * pkgconfig/Makefile.am:  Remove GNU-ism from makefile target
3738 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3740         * po/LINGUAS:
3741         * po/uk.po:
3742           Added Ukrainian translation (Maxim V. Dziumanenko)
3744 2004-04-19  Johan Dahlin  <johan@gnome.org>
3746         * gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
3747         checking here, do it before calling the function.
3748         Clean up, use for loops instead of while loops while iterating
3749         over lists.
3751         * gst/autoplug/gstspider.c (gst_spider_request_new_pad): Fix typo
3752         in debug message.
3753         (gst_spider_create_and_plug): Improve debug message.
3754         General: Replace while loops which iterates over GLists with for
3755         loops. Which are much cleaner, improves readability, especially
3756         for gst_spider_identity_plug
3758         * gst/gstpad.c (_invent_event): Fix parameters to warning macros,
3759         fixes bug 140477
3761 2004-04-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3763         * po/LINGUAS:
3764         * po/tr.po:
3765           Added Turkish translation (Baris Cicek)
3767 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3769         * docs/faq/troubleshooting.xml:
3770           Mention gst-register in the FAQ (fixes 139045).
3772 2004-04-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3774         * docs/gst/gstreamer-sections.txt:
3776 2004-04-17  Benjamin Otte  <otte@gnome.org>
3778         * gst/gstelement.c: (gst_element_dispose):
3779           simplify
3780         * gst/gstpad.c: (gst_pad_call_chain_function):
3781           don't create loads of events due to bad macro usage
3783 2004-04-16  David Schleef  <ds@schleef.org>
3785         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
3786         * gst/gstpad.c: (_gst_pad_default_fixate_foreach):
3787         * gst/gstvalue.c: (gst_value_serialize_buffer),
3788         (gst_value_deserialize_buffer), (gst_type_is_fixed),
3789         (_gst_value_initialize): Create a new function gst_type_is_fixed()
3790         to indicate types that are fixed wrt caps or not.  Switching to
3791         this function fixes (bug #140298).
3792         * gst/gstvalue.h:
3794 2004-04-16  David Schleef  <ds@schleef.org>
3796         * common/m4/gst-arch.m4:  Implmenent a whitelist and blacklist
3797         for GST_UNALIGNED_ACESS, since we essentially know which archs
3798         are ok.
3800 2004-04-17  Benjamin Otte  <otte@gnome.org>
3802         * docs/gst/Makefile.am:
3803           ignore gst/parse directory when building docs (fixes #140205)
3805 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3807         * testsuite/refcounting/mem.c: (vmsize):
3808           do error checking
3810 2004-04-16  Johan Dahlin  <johan@gnome.org>
3812         * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
3813         and gst_pad_call_get_function.
3815 2004-04-15  David Schleef  <ds@schleef.org>
3817         * common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
3818         checks if we can access unaligned memory.
3819         * configure.ac: Use it.
3821 2004-04-16  Benjamin Otte  <otte@gnome.org>
3823         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
3824         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
3825         * gst/elements/gstfilesrc.h:
3826           s/seek_happened/need_discont/ and require discont before sending any
3827           data
3829 2004-04-15  David Schleef  <ds@schleef.org>
3831         * gst/gstvalue.c: (gst_value_serialize_buffer),
3832         (gst_value_deserialize_buffer), (_gst_value_initialize):
3833         Register these types as fundamental types. (bug #140015)
3835 2004-04-16  Benjamin Otte  <otte@gnome.org>
3837         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
3838         (gst_pad_link_free), (gst_pad_link_try), (_invent_event),
3839         (gst_pad_pull):
3840           implement enforcing discont events before buffers are passed. This
3841           allows state changes of only some elements and later correctly going
3842           on where they left off (or in short: you can now set audio sinks to
3843           NULL to release the device when the pipeline is paused)
3844         * gst/gstpad.c: (gst_pad_call_chain_function),
3845         (gst_pad_call_get_function):
3846         * gst/gstpad.h:
3847           add gst_pad_call_chain_function and gst_pad_call_get_function for
3848           scheduler interaction. They are required because of the changes
3849           above.
3850         * gst/schedulers/entryscheduler.c: (get_buffer),
3851         (gst_entry_scheduler_chain_wrapper),
3852         (gst_entry_scheduler_get_wrapper),
3853         (gst_entry_scheduler_state_transition),
3854         (gst_entry_scheduler_pad_link):
3855         * gst/schedulers/gstbasicscheduler.c:
3856         (gst_basic_scheduler_chain_wrapper),
3857         (gst_basic_scheduler_src_wrapper),
3858         (gst_basic_scheduler_chainhandler_proxy),
3859         (gst_basic_scheduler_gethandler_proxy),
3860         (gst_basic_scheduler_cothreaded_chain),
3861         (gst_basic_scheduler_chain_elements):
3862         * gst/schedulers/gstoptimalscheduler.c:
3863         (get_group_schedule_function), (pad_clear_queued),
3864         (gst_opt_scheduler_pad_link):
3865           use the new functions instead of calling get/chain-functions
3866           directly.
3868 2004-04-15  David Schleef  <ds@schleef.org>
3870         * docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
3871         * docs/gst/tmpl/gstinfo.sgml: same
3872         * docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
3873         gtk-doc put here.
3874         * gst/gstutils.h: Remove the \ that was confusing gtk-doc.
3875         * examples/queue/queue.c: (main):  We iterate pipelines, not
3876         bins.  (bug #139996)
3878 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3880         * docs/pwg/advanced-types.xml:
3881           Add MS RLE support. Also document Qt RLE although I have no sample
3882           files for that yet. And document an extra property for ADPCM.
3884 2004-04-15  David Schleef  <ds@schleef.org>
3886         * gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
3887         (_gst_plugin_fault_handler_setup):  Disable more stuff on
3888         Windows.
3890 2004-04-15  David Schleef  <ds@schleef.org>
3892         * gst/gstinfo.c: (_gst_debug_init): Change some internal
3893         symbol names to not conflict with new gstinfo.h symbols.
3894         * gst/gstinfo.h: Add inline functions for all those crazy
3895         compilers that don't know how to handle variadic macros (MSVC).
3897 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3899         * configure.ac: bump nano to 1
3901 === release 0.8.1 ===
3903 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3905         * NEWS:
3906         * RELEASE:
3907         * configure.ac:
3908           releasing 0.8.1, "Snow Brigade"
3910 2004-04-14  David Schleef  <ds@schleef.org>
3912         * testsuite/Makefile.am: define tests_ignore
3913         * testsuite/Rules: Added new tests_ignore, which get compiled,
3914         but not run (generally because they're inconsistent or have
3915         heisenbugs).  Now we can ensure all the .c files compile in
3916         testsuite/.
3917         * testsuite/bins/Makefile.am: define tests_ignore
3918         * testsuite/bytestream/Makefile.am:
3919         * testsuite/caps/Makefile.am:
3920         * testsuite/clock/Makefile.am:
3921         * testsuite/debug/Makefile.am:
3922         * testsuite/debug/global.c: (gst_debug_log_one),
3923         (gst_debug_log_two): Fix compilation problem.
3924         * testsuite/dynparams/Makefile.am:
3925         * testsuite/elements/Makefile.am:
3926         * testsuite/ghostpads/Makefile.am:
3927         * testsuite/indexers/Makefile.am:
3928         * testsuite/parse/Makefile.am:
3929         * testsuite/plugin/Makefile.am:
3930         * testsuite/refcounting/Makefile.am:
3931         * testsuite/refcounting/element_pad.c: (main): Don't return leak
3932         results, because it's not calculated correctly.
3933         * testsuite/refcounting/pad.c: (main): same
3934         * testsuite/states/Makefile.am:
3935         * testsuite/tags/Makefile.am:
3936         * testsuite/threads/Makefile.am:
3938 2004-04-14  David Schleef  <ds@schleef.org>
3940         * gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
3941         generating bad code around the cpu detection asm code.
3943 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3945         * tools/gst-inspect.c: (print_element_info):
3946           print numeric version of rank as well, since we added some - 1
3947           rank values to elements
3949 2004-04-13  David Schleef  <ds@schleef.org>
3951         * configure.ac:  Disable various code when compiling for MinGW.
3952         * gst/elements/Makefile.am:
3953         * gst/elements/gstelements.c:
3954         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
3955         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
3956         * gst/registries/gstxmlregistry.c: (make_dir):
3958 2004-04-13  David Schleef  <ds@schleef.org>
3960         * gst/Makefile.am:
3961         * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
3962         assembly.
3963         * gst/gstcpuid_i386.s: remove
3965 2004-04-13  David Schleef  <ds@schleef.org>
3967         * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
3968         seems to think it needs to be done.
3969         * docs/gst/tmpl/gstfakesink.sgml:
3970         * docs/gst/tmpl/gstfakesrc.sgml:
3971         * docs/gst/tmpl/gstfdsink.sgml:
3972         * docs/gst/tmpl/gstfdsrc.sgml:
3973         * docs/gst/tmpl/gstfilesink.sgml:
3974         * docs/gst/tmpl/gstfilesrc.sgml:
3975         * docs/gst/tmpl/gstidentity.sgml:
3976         * docs/gst/tmpl/gstmd5sink.sgml:
3977         * docs/gst/tmpl/gstmultifilesrc.sgml:
3978         * docs/gst/tmpl/gstpipefilter.sgml:
3979         * docs/gst/tmpl/gstshaper.sgml:
3980         * docs/gst/tmpl/gstspider.sgml:
3981         * docs/gst/tmpl/gstspideridentity.sgml:
3982         * docs/gst/tmpl/gststatistics.sgml:
3983         * docs/gst/tmpl/gsttee.sgml:
3984         * docs/gst/tmpl/gsttypefind.sgml:
3985         * docs/gst/tmpl/gstutils.sgml:
3987 2004-04-13  David Schleef  <ds@schleef.org>
3989         * configure.ac: Changes to remove POSIXisms (mmap in this case)
3990         and to build DLLs on Windows.
3991         * gst/Makefile.am:
3992         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
3993         (gst_filesrc_open_file):
3994         * gst/schedulers/Makefile.am:
3996 2004-04-13  David Schleef  <ds@schleef.org>
3998         * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
3999         (gst_caps_structure_fixate_field_nearest_double):  Fix bug in
4000         fixating lists.
4002 2004-04-12  David Schleef  <ds@schleef.org>
4004         * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
4005         (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
4006         to using it.
4007         * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
4008         * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
4009         * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
4010         * gst/gststructure.c: (gst_structure_set_valist),
4011         (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
4012         support for buffers.
4013         * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
4014         intended to be const.
4015         * gst/gsttag.h: same
4016         * gst/gstvalue.c: (gst_value_serialize_buffer),
4017         (gst_value_deserialize_buffer), (_gst_value_initialize):  Add code
4018         to (de)serialize buffers.
4019         * testsuite/caps/Makefile.am:  Add a bit of buffer testing
4020         * testsuite/caps/string-conversions.c: (main):
4021         * testsuite/caps/value_serialize.c: add new test
4023 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4025         * docs/pwg/advanced-types.xml:
4026           Document MS video 1 (video/x-msvideocodec) mimetype/format.
4028 2004-04-11  Benjamin Otte  <otte@gnome.org>
4030         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
4031           rename categories to basic_*
4032         * gst/schedulers/gstbasicscheduler.c: 
4033         (gst_basic_scheduler_chain_wrapper),
4034         (gst_basic_scheduler_chainhandler_proxy),
4035         (gst_basic_scheduler_gethandler_proxy),
4036         (gst_basic_scheduler_eventhandler_proxy):
4037           debugging category fixes - put common stuff in log category
4038         * gst/schedulers/gstbasicscheduler.c: 
4039         (gst_basic_scheduler_chain_elements):
4040           dirty fix: call gst_basic_scheduler_cothreaded_chain when already
4041           active and linking two active chains
4043 2004-04-10  Benjamin Otte  <otte@gnome.org>
4045         * docs/pwg/intro-preface.xml:
4046           fix dead links and remove reference to Wiki
4048 2004-04-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4050         * gst/schedulers/gstbasicscheduler.c:
4051           make sure we can switch back to the main function if we're still in
4052           the main function (supposed to fix #139617)
4053         * gst/schedulers/gthread-cothreads.h:
4054           don't throw an error when switching to the same cothread
4056 2004-04-09  Benjamin Otte  <otte@gnome.org>
4058         * gst/gstbin.c: (gst_bin_get_type):
4059         * gst/gstclock.c: (gst_clock_get_type):
4060         * gst/gstindex.c: (gst_index_get_type):
4061         * gst/gstobject.c: (gst_object_get_type),
4062         (gst_signal_object_get_type):
4063         * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
4064         (gst_pad_template_get_type), (gst_ghost_pad_get_type):
4065         * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
4066         * gst/gstqueue.c: (gst_queue_get_type):
4067         * gst/gstregistry.c: (gst_registry_get_type):
4068         * gst/gstsystemclock.c: (gst_system_clock_get_type):
4069         * gst/gstthread.c: (gst_thread_get_type):
4070           don't use memchunks for these objects, use malloc instead
4072 2004-04-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4074         * docs/gst/.cvsignore:
4075         * docs/gst/Makefile.am:
4076         * docs/gst/gstreamer-sections.txt:
4077         * docs/gst/tmpl/gstaggregator.sgml:
4078         * docs/gst/tmpl/gstbuffer.sgml:
4079         * docs/gst/tmpl/gstclock.sgml:
4080         * docs/gst/tmpl/gstelement.sgml:
4081         * docs/gst/tmpl/gstfakesink.sgml:
4082         * docs/gst/tmpl/gstfakesrc.sgml:
4083         * docs/gst/tmpl/gstfdsink.sgml:
4084         * docs/gst/tmpl/gstfdsrc.sgml:
4085         * docs/gst/tmpl/gstfilesink.sgml:
4086         * docs/gst/tmpl/gstfilesrc.sgml:
4087         * docs/gst/tmpl/gstidentity.sgml:
4088         * docs/gst/tmpl/gstindex.sgml:
4089         * docs/gst/tmpl/gstinfo.sgml:
4090         * docs/gst/tmpl/gstmd5sink.sgml:
4091         * docs/gst/tmpl/gstmultifilesrc.sgml:
4092         * docs/gst/tmpl/gstpad.sgml:
4093         * docs/gst/tmpl/gstpipefilter.sgml:
4094         * docs/gst/tmpl/gstpipeline.sgml:
4095         * docs/gst/tmpl/gstpluginfeature.sgml:
4096         * docs/gst/tmpl/gstqueue.sgml:
4097         * docs/gst/tmpl/gstregistry.sgml:
4098         * docs/gst/tmpl/gstscheduler.sgml:
4099         * docs/gst/tmpl/gstshaper.sgml:
4100         * docs/gst/tmpl/gstspider.sgml:
4101         * docs/gst/tmpl/gstspideridentity.sgml:
4102         * docs/gst/tmpl/gststatistics.sgml:
4103         * docs/gst/tmpl/gstsystemclock.sgml:
4104         * docs/gst/tmpl/gsttee.sgml:
4105         * docs/gst/tmpl/gstthread.sgml:
4106         * docs/gst/tmpl/gsttypefind.sgml:
4107         * docs/gst/tmpl/gstutils.sgml:
4108           further doc build fixes
4110 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4112         * docs/gst/Makefile.am:
4113           make docs exit on scanning problems
4114           fix nonsrcdir build issues
4115         * docs/gst/gstreamer-sections.txt:
4116           adding stuff from -unused
4117         * gst/gstqueue.h:
4118           create GstQueueSize
4119         * gst/schedulers/cothreads_compat.h:
4120           fix cothread warnings
4122 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4124         * docs/gst/gstreamer-sections.txt:
4125           remove defines deprecated by Benjamin
4127 2004-04-07  Benjamin Otte  <otte@gnome.org>
4129         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
4130           when the buffer is complete, don't check if other buffers are needed
4131         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
4132           check that the offset is >0 so we don't try to read before the
4133           beginning of the file
4134         * gst/gstpad.c: (gst_pad_set_pad_template):
4135           sink the template, so we don't end up with 130k pad templates
4137 2004-04-06  Benjamin Otte  <otte@gnome.org>
4139         * gst/autoplug/gstspider.c: (gst_spider_link_add):
4140           don't ref the element, adding already reffed it. And we didn't unref
4141           it later anyway... (huge memleak when you used many spider elements)
4142         * gst/gstelement.c: (gst_element_base_class_finalize):
4143         * gst/gstelementfactory.c: (gst_element_factory_cleanup),
4144         (gst_element_register):
4145         * gst/gsturi.c: (gst_element_make_from_uri):
4146           use gst_object_(un)ref instead of g_object(un)ref
4148 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4150         * gst/gstbuffer.h:
4151           remove macro that wouldn't work anymore because struct member has
4152           been removed.
4153         * gst/schedulers/entryscheduler.c: (schedule_forward):
4154           fix segfault for unconnected pads
4155         
4156 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4158         reviewed by David Schleef <ds@schleef.org>
4160         * gst/gstinfo.h:
4161           *_FORMAT modifiers should require putting a % in front of them for
4162           consistency reasons.
4164 2004-04-05  Colin Walters  <walters@redhat.com>
4166         * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
4167         space.
4169 2004-04-05  Benjamin Otte  <otte@gnome.org>
4171         * configure.ac:
4172         * gst/Makefile.am:
4173         * gst/gst_private.h:
4174         * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
4175           add support for detecting if GStreamer runs inside valgrind.
4176           requires valgrind (d'oh) and --enable-debug for correct cdetection.
4177           print a big message in valgrind that GStreamer has detected it's
4178           running inside and might now use different code.
4179         * gst/gstmemchunk.c: (populate), (free_area),
4180         (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
4181         (gst_mem_chunk_free):
4182           flag memchunks for valgrind, so it can detect leaking of chunks.
4183           This allows detecting leaks of GstBuffer and GstEvent correctly
4184           inside valgrind.
4186 2004-04-05  David Schleef  <ds@schleef.org>
4188         * gst/gsttrace.h:  Fix #ifdef nesting (bug #139109) Patch from
4189           jensgr@gmx.net (Jens Granseuer)
4191 2004-04-05  David Schleef  <ds@schleef.org>
4193         * gst/gstbuffer.c: (_gst_buffer_sub_free),
4194         (gst_buffer_default_free), (gst_buffer_default_copy),
4195         (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
4196         (gst_buffer_new), (gst_buffer_create_sub):  Allocate GstBuffer
4197         structures in one place.
4199 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4201         * gst/gstinfo.h: adding Ronald's timestamp debugging defines
4202           (GST_TIME_FORMAT, GST_TIME_ARGS)
4204 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4206         * testsuite/elements/Makefile.am:
4207           disable test until it stops breaking make distcheck
4209 2004-04-05  Johan Dahlin  <johan@gnome.org>
4211         * po/sv.po: Updated translation
4213 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4215         * gst/gstplugin.c: (gst_plugin_load_file):
4216           fix segfault for when original plugin was loaded statically
4218 2004-04-05  Benjamin Otte  <otte@gnome.org>
4220         * testsuite/debug/category.c: (main):
4221         * testsuite/debug/commandline.c: (main):
4222         * testsuite/debug/output.c: (main):
4223           fix tests to work again with debugging enabled
4225 2004-04-05  Benjamin Otte  <otte@gnome.org>
4227         * gst/schedulers/gstbasicscheduler.c:
4228         (gst_basic_scheduler_pad_link):
4229           fix to work with recent scheduling changes
4231 2004-04-05  Benjamin Otte  <otte@gnome.org>
4233         * gst/schedulers/entryscheduler.c: (some functions, dunno which,
4234         prepareChangeLog doesn't work when cvs indents):
4235           don't throw an error when no element can be scheduled, there's too
4236           many weird reasons why it doesn't work. Return STOPPED instead.
4237           decoupled elemts' schedulability doesn't depend on bufpens.
4239 2004-04-04  Benjamin Otte  <otte@gnome.org>
4241         * gst/schedulers/gstbasicscheduler.c:
4242         (gst_basic_scheduler_pad_select):
4243           fix uninitialized variable warnings
4245 2004-04-04  Benjamin Otte  <otte@gnome.org>
4247         * gst/gstpad.c: (gst_pad_collect_valist):
4248           fix uninitialized variable warning
4249         * gst/schedulers/entryscheduler.c: (schedule_forward):
4250           fix shadowed variable
4252 2004-04-04  Benjamin Otte  <otte@gnome.org>
4254         * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
4255         (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
4256         (gst_pad_select):
4257         * gst/gstpad.h:
4258         * gst/gstscheduler.c: (gst_scheduler_pad_select),
4259         (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
4260         * gst/gstscheduler.h:
4261           implement gst_pad_collect as replacement for gst_pad_select.
4262           deprecate gst_pad_select and gst_scheduler_(un)lock_element
4263           add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
4264           new pad_select, lock and unlock calls.
4265         * gst/cothreads.c: (cothread_destroy), (cothread_switch):
4266         * gst/cothreads.h:
4267         * gst/schedulers/cothreads_compat.h:
4268         * gst/schedulers/gthread-cothreads.h:
4269           remove unused cothread_lock and cothread_unlock calls
4270         * gst/schedulers/entryscheduler.c:
4271         (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
4272         (_can_schedule_loop), (gst_entry_scheduler_get_handler),
4273         (gst_entry_scheduler_pad_select):
4274           update to new API
4275         * gst/schedulers/gstbasicscheduler.c:
4276         (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
4277         (gst_basic_scheduler_pad_select):
4278           remove useless lock and unlock calls, update pad_select to new API
4279           (untested)
4280         * gst/schedulers/gstoptimalscheduler.c:
4281         (gst_opt_scheduler_class_init):
4282           remove useless select, lock and unlock function calls
4283         * gst/elements/gstaggregator.c: (gst_aggregator_loop):
4284           use gst_pad_collect instead of gst_pad_select
4286 2004-04-04  Benjamin Otte  <otte@gnome.org>
4288         * gst/schedulers/entryscheduler.c: (_can_schedule_get),
4289         (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
4290         (schedule_next_element), (print_entry):
4291           add can_schedule_pad to handle element states.
4292           add schedule_forward to select the correct entry to schedule next
4294 2004-04-03  Benjamin Otte  <otte@gnome.org>
4296         * gst/schedulers/entryscheduler.c: 
4297           remove unused variable, fix error inside Rb, fix compile warning in
4298           unreachable code
4300 2004-04-03  Benjamin Otte  <otte@gnome.org>
4302         * gst/schedulers/entryscheduler.c:
4303           completely revamp the inner workings, so it's a lot easier to
4304           understand and extend
4306 2004-04-03  Andy Wingo  <wingo@pobox.com>
4308         * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
4309         Rename ->group1 and ->group2 to ->src and ->sink, respectively.
4310         This allows better introspection of pipeline topology.
4311         (add_to_chain): Don't do trickery to put loop elements first;
4312         rather, queue a chain sort by marking the chain as dirty.
4313         (remove_from_chain): Mark the chain dirty.
4314         (sort_chain): New function. Sorts the group list so that terminal
4315         sinks are first. This means elements on the sink side will be
4316         preferentially sscheduled before elements on the src side of the
4317         pipeline.
4318         (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
4319         (schedule_chain): If the chain is marked DIRTY, call sort_chain.
4320         (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
4321         (group_inc_link): Change argument and variable names to match the
4322         new link structure member names (src and sink).
4323         (group_dec_link): Add some description
4325 2004-04-03  Benjamin Otte  <otte@gnome.org>
4327         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
4328         * gst/gstinfo.h:
4329         * testsuite/debug/category.c: (main):
4330         * testsuite/debug/commandline.c: (main):
4331         * testsuite/debug/output.c: (main):
4332         * testsuite/debug/printf_extension.c: (main):
4333           fix to successfully build and test with --disable-gst-debug
4334           configure switch (fixes #138705)
4336 2004-04-03  Benjamin Otte  <otte@gnome.org>
4338         * docs/pwg/building-boiler.xml:
4339           add cvs login line and s/anonymous/anoncvs/
4341 2004-04-03  Tim-Phillip Müller  <t.i.m@zen.co.uk>
4343         reviewed by Benjamin Otte  <otte@gnome.org>
4345         * gst/gststructure.c: (gst_structure_free):
4346           memleak fix: free fields array (partial fix for #134839)
4348 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4350         * docs/random/ds/0.9-suggested-changes:
4351           Add a note to change handoff use in fakesrc to be usable in
4352           a more generic way (fakesrc should be renamed to appsrc or so).
4353         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
4354           Change signal type to scope, so we can fill the buffer in the
4355           handoff handler (that's the whole use of this signal...).
4357 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4359         * docs/pwg/other-ntoone.xml:
4360           Document muxers and n-to-1 elements.
4362 2004-04-01  Martin Soto  <martinsoto@users.sourceforge.net>
4364         * gst/registries/gstxmlregistry.c
4365         (gst_xml_registry_rebuild_recurse): Fix the algorithm to
4366         determine if a file is a G_MODULE. The old one discards paths
4367         containing "so" somewhere in the middle. My home directory is
4368         called "soto". Go figure...
4370 2004-03-31  David Schleef  <ds@schleef.org>
4372         * gst/gstbuffer.c: (gst_buffer_join):  Add function gst_buffer_join()
4373         to eventually deprecate gst_buffer_merge().  (bug: #136408)
4374         * gst/gstbuffer.h:
4376 2004-03-31  David Schleef  <ds@schleef.org>
4378         * gst/gstvalue.c: (gst_value_union_int_int_range),
4379         (gst_value_union_int_range_int_range), (gst_value_can_union),
4380         (gst_value_union), (_gst_value_initialize):  Add some union
4381         implementations.  We didn't have any previously.
4382         * testsuite/caps/Makefile.am:
4383         * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
4384         (gst_audioscale_getcaps), (test_caps), (main): A little test
4385         that is the same as the caps manipulation in audioscale.
4387 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4389         * docs/faq/general.xml:
4390           add entry about "does gst support format X?"
4392 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4394         * gst/gstthread.c:
4395           fix docs
4396         * gst/gstutils.h:
4397           fix GST_BOILERPLATE_FULL to not throw casting errors on C++
4399 2004-03-30  Benjamin Otte  <otte@gnome.org>
4401         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
4402           set the offset of the buffer to the requested offset
4403         * gst/elements/gsttypefind.c: (stop_typefinding):
4404           revert patch 1.18 (which I unfortunately don't know the reason for).
4405           This is needed to allow downstream elements to seek. Otherwise
4406           typefind might overwrite a previous seek by downstream elements.
4407           This lead to errors with id3tag and typefind on some mp3s.
4408         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
4409         (gst_entry_scheduler_iterate):
4410           be more verbose when debugging
4412 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4414         * gst/gstcaps.c: (gst_caps_from_string_inplace):
4415           make sure we don't get NULL strings
4417 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4419         * gst/gstcaps.c:
4420         * gst/gstelement.c:
4421         * gst/gstelementfactory.c: (gst_element_factory_get_type):
4422         * gst/gstindex.c: (gst_index_resolver_get_type),
4423         (gst_index_get_type), (gst_index_factory_get_type):
4424         * gst/gstinfo.c:
4425         * gst/gstpad.c:
4426         * gst/gstplugin.c:
4427         * gst/gsturi.c: (gst_uri_handler_get_type):
4428         * gst/gstvalue.c:
4429           first batch of documentation fixes
4431 2004-03-29  David Schleef  <ds@schleef.org>
4433         * docs/gst/Makefile.am:  Disable a bunch of headers from being scanned
4434         * docs/gst/gstreamer-docs.sgml:  More hacking
4435         * docs/gst/gstreamer-sections.txt:
4436         * docs/gst/tmpl/cothreads_compat.sgml:
4437         * docs/gst/tmpl/gstcaps.sgml:
4438         * docs/gst/tmpl/gstclock.sgml:
4439         * docs/gst/tmpl/gstelement.sgml:
4440         * docs/gst/tmpl/gstevent.sgml:
4441         * docs/gst/tmpl/gstpad.sgml:
4442         * docs/gst/tmpl/gstutils.sgml:
4443         * docs/gst/tmpl/gstxml.sgml:
4444         * docs/gst/tmpl/gthread-cothreads.sgml:
4445         * docs/random/ds/0.9-suggested-changes:
4446         * gst/elements/gstfakesink.h: doc fixes
4447         * gst/elements/gstfakesrc.h: doc fixes
4448         * gst/gstcaps.c: doc fixes
4449         * gst/gstcaps.h: doc fixes
4450         * gst/gstelement.c: doc fixes
4451         * gst/gstelement.h: doc fixes
4452         * gst/gstindex.c: doc fixes
4453         * gst/gstinfo.c: doc fixes
4454         * gst/gstpad.c: doc fixes
4455         * gst/gstpad.h: doc fixes
4456         * gst/gstplugin.c: doc fixes
4457         * gst/gsttypefind.h: doc fixes
4458         * gst/gsturi.c: doc fixes
4459         * gst/gstvalue.c: doc fixes
4461 2004-03-29  Colin Walters  <walters@redhat.com>
4463         * gst/registries/gstxmlregistry.c (get_time)
4464         (plugin_times_older_than_recurse):
4465         Use the result of stat to determine whether a path is a file,
4466         so we don't attempt to opendir() files.
4468 2004-03-29  Benjamin Otte  <otte@gnome.org>
4470         * gst/gstpad.c: (gst_pad_set_explicit_caps):
4471           print caps in debugging output when setting caps failed
4472         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
4473         (schedule_next_element), (get_buffer), (run_chainhandler),
4474         (element_may_start), (gst_entry_scheduler_chain_handler),
4475         (gst_entry_scheduler_get_handler),
4476         (gst_entry_scheduler_state_transition),
4477         (gst_entry_scheduler_pad_link):
4478           make this scheduler a testcase for mandatory
4479           discont-before-first-buffer which is needed if we want to allow apps
4480           to release the sound device.
4481           add SCHED_ASSERT macro to print scheduler state before an assertion
4482           triggers.
4484 2004-03-29  Benjamin Otte  <otte@gnome.org>
4486         * COPYING:
4487           replace by LGPL (former COPYING.LIB). The core is completely
4488           licensed LGPL.
4489         * COPYING.LIB:
4490           remove
4492 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4494         * po/af.po:
4495         * po/sv.po:
4496           updated Afrikaans and Swedish
4498 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4500         * po/LINGUAS:
4501         * po/az.po:
4502           adding Azerbaijani (Mətin Əmirov)
4504 2004-03-28  Martin Soto  <martinsoto@users.sourceforge.net>
4506         * gst/gstelement.h: 
4507         * gst/gstelement.c (gst_element_set_time_delay): New function for
4508         setting element time taking into account a hardware buffering
4509         delay.
4510         (gst_element_set_time): Now just an invocation of
4511         gst_element_set_time_delay.
4512         * gst/gstclock.h: 
4513         * gst/gstclock.c (gst_clock_get_event_time_delay): New function
4514         allowing to set event times in the future.
4515         (gst_clock_get_event_time): Now just an invocation of
4516         gst_clock_get_event_time_delay.
4518 2004-03-28  Benjamin Otte  <otte@gnome.org>
4520         * gst/gstbin.c: (gst_bin_set_element_sched),
4521         (gst_bin_unset_element_sched):
4522           don't add decoupled elements to schedulers - otherwise it's
4523           impossible to control if a link to a decoupled element was already
4524           removed from a scheduler or not.
4525         * gst/schedulers/cothreads_compat.h:
4526         * gst/schedulers/gthread-cothreads.h:
4527           add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
4528           is no "unused" warning.
4529         * gst/schedulers/Makefile.am:
4530         * gst/schedulers/entryscheduler.c:
4531           add new scheduler, based on ideas from talking to David and Martin.
4532           It's supposed to be small and correct. Currently it's also slow (but
4533           it's not noticable)
4534         * examples/retag/retag.c: (main):
4535         * testsuite/bytestream/test1.c: (main):
4536           fix missing NULLs at end of variadic functions
4537         * testsuite/elements/.cvsignore:
4538           update
4540 2004-03-28  Jan Schmidt  <thaytan@mad.scientist.com>
4542         * gst/gstevent.h:
4543         Added GST_EVENT_ANY for GstEvents that pass a GstStructure
4545 2004-03-25  David Schleef  <ds@schleef.org>
4547         * docs/gst/gstreamer-sections.txt:  More doc hacking.
4548         * docs/gst/tmpl/gstaggregator.sgml:
4549         * docs/gst/tmpl/gstautoplugfactory.sgml:
4550         * docs/gst/tmpl/gstbin.sgml:
4551         * docs/gst/tmpl/gstbuffer.sgml:
4552         * docs/gst/tmpl/gstbufferstore.sgml:
4553         * docs/gst/tmpl/gstfakesink.sgml:
4554         * docs/gst/tmpl/gstfakesrc.sgml:
4555         * docs/gst/tmpl/gstmd5sink.sgml:
4556         * docs/gst/tmpl/gstreamer-unused.sgml:
4557         * docs/gst/tmpl/gstsearchfuncs.sgml:
4558         * docs/gst/tmpl/gstshaper.sgml:
4559         * docs/gst/tmpl/gstspider.sgml:
4560         * docs/gst/tmpl/gsttee.sgml:
4561         * docs/gst/tmpl/gstutils.sgml:
4562         * docs/gst/tmpl/gstvalue.sgml:
4563         * docs/gst/tmpl/gstxml.sgml:
4564         * gst/Makefile.am:  Remove gstthreaddummy.c.  It never worked,
4565         and we don't support it.
4566         * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
4567         (gst_use_threads), (gst_has_threads): same
4568         * gst/gstthreaddummy.c: same
4569         * gst/autoplug/gstspider.c: Make gst_spider_details static.
4570         * gst/autoplug/gstspider.h: same
4571         * gst/elements/gstaggregator.h: Remove bogus function from header
4572         * gst/elements/gstfakesink.h: same
4573         * gst/elements/gstfakesrc.h: same
4574         * gst/elements/gstmd5sink.h: same
4575         * gst/elements/gstshaper.h: same
4576         * gst/elements/gsttee.h: same
4577         * gst/gstbin.c: doc fixes
4578         * gst/gstbin.h: Remove unused definition.
4579         * gst/gstbuffer.c: doc fixes
4580         * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
4581         * gst/gstfilter.c: doc fixes
4582         * gst/gsttag.c: doc fixes
4583         * gst/gstvalue.c: doc fixes
4585 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4587         * docs/pwg/advanced-types.xml:
4588           Document typefinding.
4589         * docs/pwg/other-oneton.xml:
4590           Document one-to-n elements, demuxers and parsers.
4592 2004-03-25  Tim-Philipp Müller <t.i.m@zen.co.uk>
4594         reviewed by: David Schleef  <ds@schleef.org>
4596         * configure.ac: Check bison version (bug #127838)
4598 2004-03-25  David Schleef  <ds@schleef.org>
4600         * docs/gst/gstreamer-docs.sgml: More fine tuning.
4601         * docs/gst/gstreamer-sections.txt:
4602         * docs/gst/tmpl/gstautoplug.sgml:
4603         * docs/gst/tmpl/gststaticautoplug.sgml:
4604         * docs/gst/tmpl/gststaticautoplugrender.sgml:
4605         * docs/gst/tmpl/gstutils.sgml:
4606         * docs/gst/tmpl/gstxml.sgml:
4608 2004-03-24  David Schleef  <ds@schleef.org>
4610         * docs/gst/gstreamer-docs.sgml:  I got tired of the reference
4611         manual being such complete crap, that I decided to do major
4612         hacking of it.  This checkin replaces any fine tuning that
4613         may have been done previously, with the benefit of actually
4614         being complete for much of the API that was changed since
4615         0.6.  Further fine tuning will occur shortly.  (bug #134721)
4616         * docs/gst/gstreamer-sections.txt:
4617         * docs/gst/tmpl/GstBin.sgml:
4618         * docs/gst/tmpl/GstBuffer.sgml:
4619         * docs/gst/tmpl/GstCaps.sgml:
4620         * docs/gst/tmpl/GstClock.sgml:
4621         * docs/gst/tmpl/GstCompat.sgml:
4622         * docs/gst/tmpl/GstData.sgml:
4623         * docs/gst/tmpl/GstElement.sgml:
4624         * docs/gst/tmpl/GstEvent.sgml:
4625         * docs/gst/tmpl/GstIndex.sgml:
4626         * docs/gst/tmpl/GstStructure.sgml:
4627         * docs/gst/tmpl/GstTag.sgml:
4628         * docs/gst/tmpl/cothreads.sgml:
4629         * docs/gst/tmpl/cothreads_compat.sgml:
4630         * docs/gst/tmpl/gettext.sgml:
4631         * docs/gst/tmpl/grammar.tab.sgml:
4632         * docs/gst/tmpl/gst-i18n-app.sgml:
4633         * docs/gst/tmpl/gst-i18n-lib.sgml:
4634         * docs/gst/tmpl/gst.sgml:
4635         * docs/gst/tmpl/gst_private.sgml:
4636         * docs/gst/tmpl/gstaggregator.sgml:
4637         * docs/gst/tmpl/gstarch.sgml:
4638         * docs/gst/tmpl/gstatomic.sgml:
4639         * docs/gst/tmpl/gstatomic_impl.sgml:
4640         * docs/gst/tmpl/gstbin.sgml:
4641         * docs/gst/tmpl/gstbuffer.sgml:
4642         * docs/gst/tmpl/gstbufferstore.sgml:
4643         * docs/gst/tmpl/gstcaps.sgml:
4644         * docs/gst/tmpl/gstclock.sgml:
4645         * docs/gst/tmpl/gstcompat.sgml:
4646         * docs/gst/tmpl/gstconfig.sgml:
4647         * docs/gst/tmpl/gstcpu.sgml:
4648         * docs/gst/tmpl/gstdata.sgml:
4649         * docs/gst/tmpl/gstdata_private.sgml:
4650         * docs/gst/tmpl/gstelement.sgml:
4651         * docs/gst/tmpl/gstenumtypes.sgml:
4652         * docs/gst/tmpl/gsterror.sgml:
4653         * docs/gst/tmpl/gstevent.sgml:
4654         * docs/gst/tmpl/gstfakesink.sgml:
4655         * docs/gst/tmpl/gstfakesrc.sgml:
4656         * docs/gst/tmpl/gstfilesink.sgml:
4657         * docs/gst/tmpl/gstfilter.sgml:
4658         * docs/gst/tmpl/gstindex.sgml:
4659         * docs/gst/tmpl/gstinfo.sgml:
4660         * docs/gst/tmpl/gstinterface.sgml:
4661         * docs/gst/tmpl/gstlog.sgml:
4662         * docs/gst/tmpl/gstmacros.sgml:
4663         * docs/gst/tmpl/gstmarshal.sgml:
4664         * docs/gst/tmpl/gstmd5sink.sgml:
4665         * docs/gst/tmpl/gstmultifilesrc.sgml:
4666         * docs/gst/tmpl/gstobject.sgml:
4667         * docs/gst/tmpl/gstpad.sgml:
4668         * docs/gst/tmpl/gstparse.sgml:
4669         * docs/gst/tmpl/gstpipeline.sgml:
4670         * docs/gst/tmpl/gstplugin.sgml:
4671         * docs/gst/tmpl/gstpluginfeature.sgml:
4672         * docs/gst/tmpl/gstqueue.sgml:
4673         * docs/gst/tmpl/gstreamer-unused.sgml:
4674         * docs/gst/tmpl/gstregistry.sgml:
4675         * docs/gst/tmpl/gstregistrypool.sgml:
4676         * docs/gst/tmpl/gstscheduler.sgml:
4677         * docs/gst/tmpl/gstsearchfuncs.sgml:
4678         * docs/gst/tmpl/gstshaper.sgml:
4679         * docs/gst/tmpl/gstspider.sgml:
4680         * docs/gst/tmpl/gstspideridentity.sgml:
4681         * docs/gst/tmpl/gststructure.sgml:
4682         * docs/gst/tmpl/gstsystemclock.sgml:
4683         * docs/gst/tmpl/gsttag.sgml:
4684         * docs/gst/tmpl/gsttaginterface.sgml:
4685         * docs/gst/tmpl/gsttee.sgml:
4686         * docs/gst/tmpl/gstthread.sgml:
4687         * docs/gst/tmpl/gsttrace.sgml:
4688         * docs/gst/tmpl/gsttrashstack.sgml:
4689         * docs/gst/tmpl/gsttypefind.sgml:
4690         * docs/gst/tmpl/gsttypes.sgml:
4691         * docs/gst/tmpl/gsturi.sgml:
4692         * docs/gst/tmpl/gsturitype.sgml:
4693         * docs/gst/tmpl/gstutils.sgml:
4694         * docs/gst/tmpl/gstvalue.sgml:
4695         * docs/gst/tmpl/gstversion.sgml:
4696         * docs/gst/tmpl/gstxml.sgml:
4697         * docs/gst/tmpl/gstxmlregistry.sgml:
4698         * docs/gst/tmpl/gthread-cothreads.sgml:
4699         * docs/gst/tmpl/types.sgml:
4701 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4703         * docs/pwg/other-sink.xml:
4704         * docs/pwg/other-source.xml:
4705           Documentation on how to write source and sink elements. Other
4706           stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
4707           manager, autoplugger) are all still pending.
4709 2004-03-25  Benjamin Otte  <otte@gnome.org>
4711         * testsuite/elements/Makefile.am:
4712         * testsuite/elements/gst-compprep-check:
4713           add check to make sure gst-compprep works
4714         * testsuite/elements/gst-inspect-check.in:
4715           improve initialization output
4716         * testsuite/Makefile.am:
4717         * testsuite/gst-inspect-check:
4718           remove old file
4720 2004-03-24  David Schleef  <ds@schleef.org>
4722         * testsuite/elements/Makefile.am:
4723         * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
4724         to the testsuite.
4726 2004-03-24  Benjamin Otte  <otte@gnome.org>
4728         * libs/gst/control/dparam.c: (gst_dparam_attach),
4729         (gst_dparam_detach):
4730         * libs/gst/control/dparammanager.c: (gst_dpman_init):
4731           fix lvalue casts for real
4733 2004-03-24  Benjamin Otte  <otte@gnome.org>
4735         * gst/schedulers/gstbasicscheduler.c:
4736         (gst_basic_scheduler_src_wrapper):
4737         * gst/schedulers/gstoptimalscheduler.c:
4738         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
4739         (pad_clear_queued), (gst_opt_scheduler_add_element),
4740         (gst_opt_scheduler_remove_element):
4741           fix GStreamer to not have issues with lvalue casts anymore (fixes
4742           #136841)
4744 2004-03-24  Benjamin Otte  <otte@gnome.org>
4746         * gst/gstelement.c:
4747           add documentation about a gobject quirk where the object hasn't the
4748           correct class pointer set on initialization
4749         * gst/schedulers/gstbasicscheduler.c:
4750         (gst_basic_scheduler_src_wrapper):
4751           make sure to not run into an infinite loop
4753 2004-03-22  Benjamin Otte  <otte@gnome.org>
4755         * gst/gstutils.c: (gst_util_dump_mem):
4756         * gst/gstutils.h:
4757           first argument of gst_util_dump_mem should be const
4759 2004-03-22  Johan Dahlin  <johan@gnome.org>
4761         * gst/gstvalue.h: Clean up a little bit.
4763 2004-03-21  Tim-Philipp Müller <t.i.m@zen.co.uk>
4765         reviewed by Benjamin Otte  <otte@gnome.org>
4767         * gst/autoplug/gstspider.c: (gst_spider_dispose):
4768         * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
4769         (gst_aggregator_class_init), (gst_aggregator_init):
4770         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
4771         (gst_filesrc_dispose), (gst_filesrc_set_location):
4772         * gst/elements/gstidentity.c: (gst_identity_finalize),
4773         (gst_identity_class_init), (gst_identity_chain):
4774         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
4775         * gst/elements/gststatistics.c: (gst_statistics_finalize),
4776         (gst_statistics_class_init):
4777         * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
4778         (gst_tee_get_property):
4779           clean up used memory in this elements correctly on teardown (closes
4780           #137279)
4782 2004-03-20  Colin Walters  <walters@redhat.com>
4784         * gst/registries/gstxmlregistry.c:
4785         (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
4786         registry saving atomic.
4788 2004-03-20  Colin Walters  <walters@redhat.com>
4790         * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
4791         Just use
4792         access() instead of actually creating and deleting files.
4794 2004-03-18  David Schleef  <ds@schleef.org>
4796         * configure.ac:  Remove HAVE_ATOMIC_H test, since it's unused.
4797         (bug #137625)
4799 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4801         * po/sv.po: updated translation (Christian Rose)
4803 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4805         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
4806         (gst_filesink_get_query_types), (_do_init),
4807         (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
4808           return FALSE silently
4809         * po/af.po: updated translation (Petri Jooste)
4811 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4813         * Makefile.am:
4814         * configure.ac:
4815           dist common properly
4816         * po/af.po:
4817         * po/fr.po:
4818         * po/nl.po:
4819         * po/sr.po:
4820         * po/sv.po:
4821           refreshing translations
4823 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4825         * po/LINGUAS:
4826         * po/sv.po:
4827         * po/af.po:
4828           adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
4830 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4832         * Makefile.am: use common/release.mak
4834 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4836         * docs/faq/gst-uninstalled:
4837           adding gst-monkeysaudio to the list of possible plugin dirs
4839 2004-03-16  David Schleef  <ds@schleef.org>
4841         * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
4842         (gst_init_check_with_popt_table):  Fix some gettext strings to
4843         make them easier to translate.  Required making the strings
4844         non-const.
4846 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4848         * configure.ac: bump nano to 1
4850 === release 0.8.0 ===
4852 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4854         * configure.ac: release 0.8.0, "Executive Slacks"
4856 2004-03-16  Johan Dahlin  <johan@gnome.org>
4858         * gst/schedulers/gstoptimalscheduler.c
4859         (gst_opt_scheduler_pad_unlink): Remove double ;,
4860         spotted by Scott Wheeler
4862 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4864         * configure.ac: bump libtool version
4866 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4868         * gst/gstcaps.h:
4869         * gst/gststructure.h:
4870           add reserved padding
4872 2004-03-15  Benjamin Otte  <otte@gnome.org>
4874         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
4875           set the first parameter for select call correctly.
4876           (fixes #137230)
4878 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4880         * *.c,*.h: don't mix tabs and spaces
4882 2004-03-15  Johan Dahlin  <johan@gnome.org>
4884         * gst/schedulers/gstoptimalscheduler.c
4885         (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
4886         crash on MPEG playback. My boolean arithmetic is a bit rusty.
4888         * tools/Makefile.am (EXTRA_DIST): Add gst-indent
4889         
4890 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4892         * testsuite/Rules:
4893           fix gst-register rules
4895 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4897         * testsuite/Rules:
4898           use versioned gst-register
4900 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4902         * docs/libs/gstreamer-libs-sections.txt:
4903           remove </SUBSECTION>
4904         * gst/gstplugin.c:
4905         * gst/gstregistry.c: (gst_registry_add_plugin):
4906         * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
4907         (gst_xml_registry_open_func), (gst_xml_registry_close_func):
4908           add debugging and fix some comment blocks
4910 2004-03-15  Johan Dahlin  <johan@gnome.org>
4912         * *.h: Revert indent changes.
4913         
4914 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4916         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
4917           g_error_free the g_error
4918         * tools/gst-feedback-m.m:
4919           check for other versions of gstreamer
4920         * tools/gst-indent:
4921           use sh, not bash
4923 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4925         * tools/gst-register.c: do not spill paths when registries are not
4926           writable, until we fix the "user running gst-register" case.
4928 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4930         * *.c, *.h: commit of gst-indent run on core
4932 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4934         * tools/gst-indent:
4935         * tools/Makefile.am:
4936           add our indentation style as a script
4938 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4940         * po/sr.po:
4941         * po/LINGUAS:
4942           added Serbian translation
4944 2004-03-13  Benjamin Otte  <otte@gnome.org>
4946         * gst/gstelement.c:
4947           add documentation note about gst_element_found_tags_for_pad not
4948           being usable in getfunctions. (see #137042)
4950 2004-03-12  David Schleef  <ds@schleef.org>
4952         * gst/gstcaps.h: jdahlin, what are you smoking?  We can't just
4953         change API right now!  Readd gst_caps_is_simple() macro.
4954         * gst/gstelement.c: (gst_element_base_class_finalize): Fix
4955         uninitialized variable.  I'd bet this caused crashes.
4956         * gst/gstinfo.c: (gst_debug_print_object):  Fix 64-bit cleanliness.
4958 2004-03-12  Johan Dahlin  <johan@gnome.org>
4960         * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
4961         * gst/gstcaps.h: Clean up
4963         * gst/gst.c (init_post): call gst_caps_get_type() instead of
4964         _gst_caps_initalize()
4966         * gst/gstcaps.c: Style fixes, stay closer to glib and friends
4967         (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
4969         * gst/gststructure.c (gst_structure_get_type): Ditto
4971         * gst/gststructure.h: Ditto
4972         
4973 2004-03-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4975         * gst/gstqueue.c: (gst_queue_init):
4976           Reset default max. values in queues. Reason is simply to avoid
4977           braindead use. If you want wider values, use the properties. The
4978           default is supposed to always work. Wider values would make this
4979           beast a memory hog by default (250 full-PAL RGB32 video frames?
4980           That's 440 MB! No thank you).
4982 2004-03-10  David Schleef  <ds@schleef.org>
4984         * tools/gst-run.c: (main):  Fix crash when no relevant tools
4985         were found.  (bug #136793)
4987 2004-03-10  Johan Dahlin  <johan@gnome.org>
4989         * gst/schedulers/gstoptimalscheduler.c
4990         (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
4991         links to elements within the same group, so we can finally remove
4992         that annoying warning. Refactor the code a little bit
4993         (group_dec_links_for_element): Split out
4995 2004-03-09  David Schleef  <ds@schleef.org>
4997         * docs/manual/dparams-app.xml:  Fix to handle double dparams.
4998         (bug #134863)
5000 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5002         * configure.ac: first bug fix due to major/minor bump
5004 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5006         * configure.ac: bump nano to 1
5008 === release 0.7.6 ===
5010 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5012         * NEWS:
5013         * RELEASE:
5014         * configure.ac:
5015           releasing 0.7.6, "Almost"
5016         * po/fr.po:
5017         * po/nl.po:
5018         * tools/Makefile.am:
5019         * tools/gst-feedback-m.m:
5020           unversioned source
5022 2004-03-09  Johan Dahlin  <johan@gnome.org>
5024         Reviewed by: Thomas Vander Stichele
5026         * gst/gstelement.c (gst_element_class_init): register second
5027         parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
5028         language bindings can (de)marshall correctly.
5030         * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
5032         * gst/gsterror.c (gst_g_error_get_type): New function
5034         * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
5035         with VOID:OBJECT,OBJECT,STRING 
5037 2004-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
5039         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
5040         Free a leaked g_timer on early returns.
5042 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5044         * docs/pwg/advanced-types.xml:
5045           Add cinepak description.
5047 2004-03-07  David Schleef  <ds@schleef.org>
5049         * docs/random/mimetypes:  Added cinepak description
5051 2004-03-07  Andy Wingo  <wingo@pobox.com>
5053         * gst/gstbin.c (gst_bin_remove): Debugging fixes.
5055         * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
5056         there are no links to other groups when a group is destroyed.
5057         (gst_opt_scheduler_pad_unlink): If the unlink means an element is
5058         removed from a group, make sure the link count to elements linked
5059         to other pads is appropriately decremented. This really fixes
5060         #135672.
5062         The 1.60->1.61 patch has been reapplied in light of this fix.
5064         * gst/gstelement.c (gst_element_dispose): Really protect against
5065         multiple invocations this time.
5067 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5069         * docs/gst/gstreamer-sections.txt:
5070         * docs/gst/tmpl/gsttag.sgml:
5071           remove some deprecated functions, document some existing ones
5072         * gst/gsttag.c: (gst_tag_get_flag):
5073         * gst/gsttag.h:
5074           add accessor function
5076 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5078         * docs/gst/gstreamer-sections.txt:
5079         * docs/gst/tmpl/gsttag.sgml:
5080         * docs/gst/tmpl/gstxml.sgml:
5081         * gst/gsttag.c: (gst_tag_get_flag):
5082         * gst/gsttag.h:
5084 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5086         * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
5087         leak
5089 2004-03-05  David Schleef  <ds@schleef.org>
5091         * REQUIREMENTS: Add bison and flex.
5092         * configure.ac: Fix comment about bison.
5093         * docs/random/ds/0.9-suggested-changes: yer ma
5094         * tools/gst-inspect.c: (print_element_info):  Fix warning.
5096 2004-03-05  Benjamin Otte  <otte@gnome.org>
5098         * gst/gstelement.c: (gst_element_error_full):
5099           revert recent recursive state changing commit - messing with other
5100           elements' states is evil and should be done by apps only.
5102 2004-03-05  Benjamin Otte  <otte@gnome.org>
5104         * gst/gstelement.c: (gst_element_get_compatible_pad_template):
5105           check for empty intersection instead of NULL caps
5106         (gst_element_get_compatible_pad_filtered):
5107           remove old workaround that is only a bug nowadays
5109 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5111         * gst/gstelement.c: (gst_element_error_full):
5112           make elements try to recursively change state to PAUSED on all
5113           parents after an error to suppress ensuing warnings
5114         * gst/parse/grammar.y:
5115           make it check if it was able to sync the state, and throw an error
5116           if not, so stuff like
5117           oggdemux ! vorbisdec ! osssink gets caught
5119 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5121         * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
5122           it contains lib64; use AS_AC_EXPAND to handle it properly
5124 2004-03-05  David Schleef  <ds@schleef.org>
5126         * gst/gstcpuid_i386.s:  Remove unused code
5127         * libs/gst/getbits/getbits.c: (gst_getbits_init),
5128         (gst_getbits_newbuf): Remove MMX code
5129         * libs/gst/getbits/getbits.h: Remove MMX code
5131 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
5133         * debian/.cvsignore:
5134         * debian/README.Debian:
5135         * debian/changelog:
5136         * debian/control:
5137         * debian/control.in:
5138         * debian/copyright:
5139         * debian/gstreamer-core-libs-dev.files:
5140         * debian/gstreamer-core-libs.files:
5141         * debian/gstreamer-core.files:
5142         * debian/gstreamer-core.postinst:
5143         * debian/gstreamer-core.postrm:
5144         * debian/gstreamer-doc.files:
5145         * debian/gstreamer-doc.links:
5146         * debian/gstreamer-doc.lintian:
5147         * debian/gstreamer-runtime.files:
5148         * debian/gstreamer-runtime.manpages:
5149         * debian/gstreamer-runtime.postinst:
5150         * debian/gstreamer-runtime.postrm:
5151         * debian/gstreamer-tools.files:
5152         * debian/gstreamer-tools.manpages:
5153         * debian/libgstreamer-dev.files:
5154         * debian/libgstreamer0.4.1.files:
5155         * debian/libgstreamerVERSION.files:
5156         * debian/rules:
5157         Debian package info not maintained here.
5159 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5161         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
5162         * gst/gstbin.c: (gst_bin_class_init):
5163         * gst/gstelement.c: (gst_element_class_init):
5164         * gst/gstindex.c: (gst_index_class_init):
5165         * gst/gstobject.c: (gst_object_class_init),
5166         (gst_signal_object_class_init):
5167         * gst/gstpad.c: (gst_pad_template_class_init):
5168         * gst/gstregistry.c: (gst_registry_class_init):
5169         * gst/gsturi.c: (gst_uri_handler_base_init):
5170         * gst/gstxml.c: (gst_xml_class_init):
5171         * libs/gst/control/dparam.c: (gst_dparam_class_init):
5172         * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
5173           make all signal names use dashes instead of underscore
5175 2004-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5177         * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
5179 2004-03-03  Benjamin Otte  <otte@gnome.org>
5181         * gst/schedulers/gstoptimalscheduler.c:
5182           revert last commit by Andy Wingo. It causes segfaults on unreffing
5183           in Rhythmbox. (see bug #135672)
5185 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
5187         * po/fr.po: fix typo
5189 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
5191         * tools/gst-inspect.c: (main): 
5192         * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
5194 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5196         * configure.ac:
5197           get GLIB_ONLY and POPT flags for the nonversioned binaries
5198         * tools/Makefile.am:
5199           use them
5201 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5203         * gst/gst.c: (init_post):
5204           change so that GST_REGISTRY now is where the global registry gets
5205           saved, since that is where plugins now get attached to first, and
5206           spilled over to the user registry.  Note that in the case of using
5207           GST_REGISTRY env var, we don't want to affect any real registries
5208           beyond the one given by this var, and thus we don't set a user
5209           registry to spill to.  So make sure GST_REGISTRY is writable.
5211 2004-03-01  David Schleef  <ds@schleef.org>
5213         * AUTHORS:  Added some names.  Add yourself if you're missing.
5215 2004-03-01  David Schleef  <ds@schleef.org>
5217         * MAINTAINERS: Add
5219 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5221         * configure.ac:
5222           remove whitespace
5223         * docs/gst/tmpl/gstbuffer.sgml:
5224         * docs/gst/tmpl/gstdata.sgml:
5225         * docs/gst/tmpl/gstreamer-unused.sgml:
5226         * docs/gst/tmpl/gstxml.sgml:
5227           doc update
5228         * docs/manuals.mak:
5229           add a FIXME
5230         * docs/pwg/intro-preface.xml:
5231         * docs/pwg/pwg.xml:
5232           remove GNOME
5233         * gst/gst.c: (init_post):
5234           try GST_PLUGIN_PATH paths for the _global_registry first
5235         * gst/gstelement.h:
5236           add the error message as well, otherwise (null) debug info doesn't
5237           make much sense
5238         * tools/gst-register.c: (main):
5239           spill paths to next registry if this registry is not writable
5240         * po/fr.po:
5241         * po/nl.po:
5242           translation updates
5244 2004-03-01  Johan Dahlin  <johan@gnome.org>
5246         * gst/gstbuffer.c (_gst_buffer_initialize): 
5247         * gst/gstdata.c (gst_data_get_type): 
5248         * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
5249         instead of ref, since some applications that uses GBoxed
5250         routines depends on a function that actually returns a copy.
5252 2004-02-27  Benjamin Otte  <otte@gnome.org>
5254         * gst/gstbuffer.h:
5255           remove gst_buffer_free, use gst_data_unref
5256         * gst/gstdata.c: (gst_data_get_type):
5257           use refcounting in GstData GBoxed registration
5258         * gst/gstdata.h:
5259           remove gst_data_free, use gst_data_unref
5261 2004-02-27  Johan Dahlin  <johan@gnome.org>
5263         * gst/gstdata.c (gst_data_get_type): New function, register
5264         GstData as a GBoxed type.
5266         * gst/gstdata.h (GST_TYPE_DATA): New macro
5268 2004-02-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5270         * Makefile.am:
5271         * gstreamer.spec.in:
5272           put back RELEASE
5273         * gst/Makefile.am:
5274           clean up non-disting of built files
5275         * testsuite/debug/commandline.c:
5276           test fix for option rename
5278 2004-02-26  David Schleef  <ds@schleef.org>
5280         * configure.ac:  We don't really need glib-2.3.  Also remove
5281         some unneeded checks for library functions.
5282         * gst/Makefile.am:  Instead, we need to not dist files created
5283         by glib-genmarshal.
5285 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5287         * configure.ac:
5288           bump glib required version to 2.3.0 for g_value_takes_boxed
5290  2004-02-25  Christian Fredrik Kalager Schaller <uraeus@gnome.org>
5292         * common/m4/gst-docs.m4
5293         change flavour text from enable to disable as enable is our default
5294         closes bug Bug 135304
5296 === release 0.7.5 ===
5297  
5298  2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5299  
5300         * NEWS:
5301           instate NEWS file
5302         * Makefile.am:
5303         * gstreamer.spec.in:
5304         * RELEASE:
5305           put back release
5306         * configure.ac:
5307         * docs/random/release:
5308           more updates
5310 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5312         * gst/gsttag.c: (_gst_tag_initialize):
5313         * po/fr.po:
5314         * po/nl.po:
5315           remove hyphen from codec tags
5317 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5319         * gst/parse/Makefile.am:
5320           fix dependency so that a make from a clean build works the first
5321           time
5323 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5325         * docs/random/release:
5326           update release strategy
5327         * po/fr.po:
5328           auto-update po file
5329         * po/nl.po:
5330           update dutch translation
5332 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5334         * docs/manual/debugging.xml:
5335         fix manual for new debugging system
5337 2004-02-25  Andy Wingo  <wingo@pobox.com>
5339         * gst/gstpad.c (gst_pad_link_prepare): Re-add
5340         gst_pad_link_prepare. Please email the list with specific reasons
5341         for reverting.
5343 2004-02-24  Andy Wingo  <wingo@pobox.com>
5345         * gst/gstelement.c (gst_element_dispose): Protect against multiple
5346         invocations.
5348         * gst/schedulers/gstoptimalscheduler.c:
5349         I added a mess of prototypes at the top of the file by way of
5350         documentation. Some of the operations on chains and groups were
5351         re-organized.
5353         (create_group): Added a type argument so if the group is enabled,
5354         the setup_group_scheduler knows what to do.
5355         (group_elements): Added a type argument here, too, to be passed on
5356         to create_group.
5357         (group_element_set_enabled): If an unlinked PLAYING element is
5358         added to a bin, we have to create a new group to hold the element,
5359         and this function will be called before the group is added to the
5360         chain. Thus we have a valid case for group->chain==NULL. Instead
5361         of calling chain_group_set_enabled, just set the flag on the group
5362         (the chain's status will be set when the group is added to it).
5363         (gst_opt_scheduler_state_transition, chain_group_set_enabled):
5364         Setup the group scheduler when the group is enabled, not
5365         specifically when an element goes PAUSED->PLAYING. This means
5366         PLAYING elements can be added, linked, and scheduled into a
5367         PLAYING pipeline, as was intended.
5368         (add_to_group): Don't ref the group twice. I don't know when this
5369         double-ref got in here. Removing it has the potential to cause
5370         segfaults if other parts of the scheduler are buggy. If you find
5371         that the scheduler is segfaulting for you, put in an extra ref
5372         here and see if that hacks over the underlying issue. Of course,
5373         then find out what code is unreffing a group it doesn't own...
5374         (create_group): Make the extra refcount floating, and remove it
5375         after adding the element. This means that...
5376         (unref_group): Destroy when the refcount reaches 0, not 1, like
5377         every other refcounted object in the known universe.
5378         (remove_from_group): When a group becomes empty, set it to be not
5379         active, and remove it from its chain. Don't unref it again,
5380         there's no floating reference any more.
5381         (destroy_group): We have to remove the group from the chain in
5382         remove_from_group (rather than here) to break refcounting cycles
5383         (the chain always has a ref on the group). So assert that
5384         group->chain==NULL.
5385         (ref_group_by_count): Removed, it was commented out anyway.
5386         (merge_chains): Use the remove_from_chain and add_to_chain
5387         primitives to do the reparenting, instead of rolling our own
5388         implementation.
5389         (add_to_chain): The first non-disabled group in the chain's group
5390         list will be the entry point for the chain. Because buffers can
5391         accumulate in loop elements' peer bufpens, we preferentially
5392         schedule loop groups before get groups to avoid unnecessary
5393         execution of get-based groups when the bufpens are already full.
5394         (gst_opt_scheduler_schedule_run_queue): Debug fixes.
5395         (get_group_schedule_function): Ditto.
5396         (loop_group_schedule_function): Ditto.
5397         (gst_opt_scheduler_loop_wrapper): Ditto.
5398         (gst_opt_scheduler_iterate): Ditto.
5400         I understand the opt scheduler now, yippee!
5402         * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
5403         (gst_pad_get_name, gst_pad_set_chain_function) 
5404         (gst_pad_set_get_function, gst_pad_set_event_function) 
5405         (gst_pad_set_event_mask_function, gst_pad_get_event_masks) 
5406         (gst_pad_get_event_masks_default, gst_pad_set_convert_function) 
5407         (gst_pad_set_query_function, gst_pad_get_query_types) 
5408         (gst_pad_get_query_types_default) 
5409         (gst_pad_set_internal_link_function) 
5410         (gst_pad_set_formats_function, gst_pad_set_link_function) 
5411         (gst_pad_set_fixate_function, gst_pad_set_getcaps_function) 
5412         (gst_pad_set_bufferalloc_function, gst_pad_unlink) 
5413         (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent) 
5414         (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps) 
5415         (gst_pad_proxy_pad_link, gst_pad_proxy_fixate) 
5416         (gst_pad_get_pad_template_caps, gst_pad_check_compatibility) 
5417         (gst_pad_get_peer, gst_pad_get_allowed_caps) 
5418         (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull) 
5419         (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps) 
5420         (gst_pad_event_default_dispatch, gst_pad_event_default) 
5421         (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default) 
5422         (gst_pad_convert, gst_pad_query_default, gst_pad_query) 
5423         (gst_pad_get_formats_default, gst_pad_get_formats): Better
5424         argument checks, and some doc fixes.
5426         (gst_pad_custom_new_from_template): Um, does anyone
5427         use these functions? Actually make a custom pad instead of a
5428         normal one.
5429         (gst_pad_try_set_caps): Transpose some checks.
5430         (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
5431         the pad is in negotiation.
5432         (gst_pad_try_relink_filtered): Use pad_link_prepare.
5433         
5434         * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
5436         * gst/gstelement.h: 
5437         * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
5438         on the list.
5440 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5442         * gst/gstbin.c: (gst_bin_add):
5443           add error for not being able to add elements
5445 2004-02-22  Julien MOUTTE <julien@moutte.net>
5447         * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
5448         audio-codec and video-codec.
5450 2004-02-22  Benjamin Otte  <otte@gnome.org>
5452         reported by: Padraig O'Briain <padraig.obriain@sun.com>
5454         * autogen.sh:
5455           replace test -e with test -x for mkinstalldirs to be more portable.
5456           (fixes #134816)
5458 2004-02-22  Benjamin Otte  <otte@gnome.org>
5460         * gst/gstpad.c:
5461           revert last patch from Andy, it makes gst_pad_can_link_filtered much
5462           too noisy
5463         * gst/gsttag.c: (_gst_tag_initialize):
5464         * gst/gsttag.h:
5465           add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
5466         * libs/gst/control/dparam.c: (gst_dparam_attach):
5467         * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
5468           check that types for attached dparams match
5470 2004-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5472         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
5473         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
5474         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
5475           fix errors
5477 2004-02-20  Andy Wingo  <wingo@pobox.com>
5479         * gst/gstbin.c:
5480         * gst/gstbuffer.c:
5481         * gst/gstplugin.c:
5482         * gst/registries/gstxmlregistry.c: 
5483         * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
5485         * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
5486         (gst_element_add_pad): DEBUG->INFO, some fixes.
5487         (gst_element_get_compatible_pad_template): Just see if the
5488         templates' caps intersect, not if one is a strict subset of the
5489         other. This conforms more to what gst_pad_link_intersect() does.
5490         (gst_element_class_add_pad_template): Don't memcpy the pad
5491         template, just ref it.
5492         (gst_element_get_compatible_pad_filtered): Clean up debug messages
5494         * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
5495         (gst_pad_link_filtered): Debug changes.
5496         (gst_pad_link_prepare): New function, consolidated from
5497         can_link_filtered and link_filtered.
5499         * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
5500         look more like that of the functions in gstelement.c
5502         * gst/gstinfo.c (gst_debug_print_object): Put a space before the
5503         object, and return the empty string if object is NULL.
5505         * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
5506         * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
5507         LOG, not DEBUG. We still get flex info on debug.
5509         * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
5510         debug string more verbose.
5511         (plugin_times_older_than): DEBUG->LOG.
5513 2004-02-20  Julien MOUTTE <julien@moutte.net>
5515         * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
5516         will emit found_tag for each stream they demux with the codec.
5518 2004-02-20  Benjamin Otte  <otte@gnome.org>
5520         * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
5521           copy navigation event correctly. Check freeing tag lists. 
5522         * gst/gstthread.c: (gst_thread_change_state):
5523           don't abort() on state changing mess - it might happen because of
5524           bugs.
5525         * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
5526           use boxed functions
5527         * gst/gstvalue.h:
5528           fix GST_VALUE_HOLDS_CAPS
5530 2004-02-19  David Schleef  <ds@schleef.org>
5532         * gst/gstinfo.h:  Copy G_STRFUNC implementation from glib-2.4
5533         and use it for GST_FUNCTION.  (bug #134750)
5535 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5537         * po/fr.po:
5538         * po/nl.po:
5539           updating translations
5541 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5543         * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
5545 2004-02-18  kost@imn.htwk-leipzig.de
5547         reviewed by: David Schleef  <ds@schleef.org>
5549         * docs/libs/gstreamer-libs-sections.txt:  Add missing sections
5550         for libgstcontrol.
5552 2004-02-18  David Schleef  <ds@schleef.org>
5554         * libs/gst/control/dparam.c: (gst_dparam_class_init):
5555         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
5556         (gst_dpsmooth_new): Additional fixes to get double dparams working.
5557         * tools/gst-inspect.c: (print_element_info): Support dumping of
5558         double dparam information.
5560 2004-02-17  David Schleef  <ds@schleef.org>
5562         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
5563         Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
5564         * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
5565         Use GST_TYPE_CAPS in signal prototype.
5566         * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
5567         Convert GST_TYPE_CAPS to boxed.
5568         * gst/gstelement.c: (gst_element_class_init):
5569         Use GST_TYPE_TAG_LIST in signal prototype.
5570         * gst/gstindex.c: (gst_index_class_init):
5571         * gst/gstindex.h:
5572         Add GST_TYPE_INDEX_ENTRY type.
5573         * gst/gstmarshal.list:
5574         Add necessary marshal types.
5575         * gst/gstpad.c: (gst_real_pad_class_init),
5576         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
5577         (gst_pad_recover_caps_error):
5578         Use GST_TYPE_CAPS in signal prototypes.  Fix some debugging strings.
5579         * gst/gststructure.c: (_gst_structure_initialize),
5580         (gst_structure_copy), (_gst_structure_copy_conditional):
5581         * gst/gststructure.h:
5582         Convert GST_TYPE_STRUCTURE to boxed.
5583         * gst/gsttag.c: (gst_tag_list_get_type):
5584         * gst/gsttag.h:
5585         Add GST_TYPE_TAG_LIST type.
5587 2004-02-17  Julien MOUTTE  <julien@moutte.net>
5589         * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
5590         to what we agreed with david.
5591         * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
5593 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5595         * po/nl.po: update translation
5597 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5599         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
5600           throw an error if spider is trying to play a mime type there is
5601           no decoder for
5602         * po/POTFILES.in:
5603           add gst/autoplug/gstspider.c for translation
5605 2004-02-17  Julien MOUTTE  <julien@moutte.net>
5607         * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return 
5608         silently when the pad is negotiating.
5610 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5612         * docs/faq/Makefile.am:
5613           add script to run gstreamer uninstalled 
5614         * docs/faq/faq.xml:
5615         * docs/faq/developing.xml:
5616         * docs/faq/gst-uninstalled:
5617           extract script to run gstreamer uninstalled
5618         * docs/manuals.mak:
5619           add EXTRA_SOURCES variable for Makefile.am's to set to
5620           use additional SOURCE files for the doc build
5622 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5624         * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
5626 2004-02-15  Julien MOUTTE  <julien@moutte.net>
5628         * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
5629         bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
5630         an error was thrown by osssink. Basically a state change failure for
5631         an element in a different scheduling group was considered as
5632         successful, which means that caps nego was going on and weird stuff
5633         happened. Like I wrote in the comment there, if someone wants to
5634         revert that please drop me a mail explaining why because I really see
5635         no point in keeping that broken behaviour there.
5636         * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
5637         be empty, we then return NULL which will trigger a nice error when 
5638         pulling from the pad.
5640 2004-02-13  David Schleef  <ds@schleef.org>
5642         * libs/gst/control/dparam.c: (gst_dparam_class_init),
5643         (gst_dparam_get_property), (gst_dparam_set_property),
5644         (gst_dparam_do_update_default):
5645         * libs/gst/control/dparam.h:
5646         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
5647         (gst_dpsmooth_new), (gst_dpsmooth_set_property),
5648         (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
5649         (gst_dpsmooth_do_update_double):
5650         * libs/gst/control/dparam_smooth.h:
5651         * libs/gst/control/dparammanager.c:
5652         (gst_dpman_inline_direct_update):
5653         Add support for double dparams.
5655 2004-02-13  David Schleef  <ds@schleef.org>
5657         * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
5658         * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
5660 2004-02-13  Mattias Wadman  <mattias@sudac.org>
5662         reviewed by: David Schleef  <ds@schleef.org>
5664         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
5665         (gst_fdsrc_init), (gst_fdsrc_set_property),
5666         (gst_fdsrc_get_property), (gst_fdsrc_get):
5667         * gst/elements/gstfdsrc.h:  Adds timeout property to fdsrc,
5668         and sends an EOS event if file descriptor reading times out.
5670 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5672         * configure.ac:
5673           add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
5675 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5677         * configure.ac: pass required libxml version as argument
5678         (bug reported by Christophe Fergeau)
5680 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5681   
5682         * docs/gst/gstreamer-docs.sgml:
5683         * docs/gst/tmpl/gstxml.sgml:
5684         * docs/libs/gstreamer-libs-docs.sgml:
5685           version API docs
5687 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5689         * gst/gstinfo.c:
5690         * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
5691         (gst_registry_pool_feature_filter):
5692         * gst/gstthread.c: (gst_thread_class_init):
5693         * gst/gstvalue.c:
5694           add includes exposed by building without libxml
5695         * gst/indexers/Makefile.am:
5696           do not build fileindex when LOADSAVE disabled; we should have
5697           a better libxml check later since fileindex depends on xml, not
5698           LOADSAVE or REGISTRY
5699         * libs/gst/control/Makefile.am:
5700           link with m
5701         * tools/Makefile.am:
5702           fix wrong source code for gst-xmlinspect
5704 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5706         * configure.ac:
5707           fix gcov help output
5708           move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
5709         * docs/random/release:
5710           some updated releasing notes
5711         * gstreamer.spec.in:
5712           more updates
5714 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5716         * docs/faq/faq.xml:
5717         * docs/manual/manual.xml:
5718         * docs/pwg/pwg.xml:
5719         * docs/pwg/titlepage.xml:
5720           put version in documentation
5722 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5724         * tools/Makefile.am: fix man page installation
5726 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5728         * configure.ac:
5729           don't check for libxml when load/save and registry disabled (#105844)
5730         * gstreamer.spec.in:
5731           sync with fedora candidate spec
5733 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5735         * po/fr.po:
5736         * po/nl.po:
5737           replace multidisksrc with multifilesrc
5739 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5741         * po/POTFILES.in:
5742           update to multidisksrc => multifilesrc file renaming (#134145)
5744 2004-02-11  David Schleef  <ds@schleef.org>
5746         * docs/gst/tmpl/gstcaps.sgml:  Fix stuff that mentions GstProps
5747         * docs/gst/tmpl/gstpadtemplate.sgml: same
5748         * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
5749         * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
5750         fixing dance.
5751         * gst/gstutils.c: Remove disabled code that uses GstProps.
5752         * gst/registries/gstxmlregistry.h: same
5753         * docs/random/ds/0.9-suggested-changes: random notes
5755 2004-02-11  kost@imn.htwk-leipzig.de
5757         reviewed by: David Schleef  <ds@schleef.org>
5759         * gst/gstclock.c: (gst_clock_entry_new): fixes structure
5760         initialisation of clock (bug #134128)
5762 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5764         * configure.ac:
5765         * gst/elements/Makefile.am:
5766         * gst/elements/gstelements.c:
5767         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
5768         (gst_multifilesrc_class_init), (gst_multifilesrc_init),
5769         (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
5770         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
5771         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
5772         * gst/elements/gstmultifilesrc.h:
5773           rename multidisksrc to multifilesrc (part of #122200)
5775 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5777         * docs/manuals.mak:
5778           fix automake complaints
5779         * gst-element-check.m4:
5780           fix unquotedness
5782 2004-02-11  David Schleef  <ds@schleef.org>
5784         * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
5785         * gst/gstatomic_impl.h: Disable sparc implementation.
5787 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5789         * gst-element-check.m4:
5790           fix underquoted macros as reported by automake 1.8.x (#133800)
5791         * configure.ac:
5792           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
5793           by autopoint (fixes #132996)
5795 2004-02-10  Andy Wingo  <wingo@pobox.com>
5797         * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
5798         way to do inheritance.
5799         (gst_pad_get_event_masks, gst_pad_get_event_masks_default) 
5800         (gst_pad_get_query_types, gst_pad_get_query_types_default):
5801         Routine docs.
5802         (gst_pad_set_link_function, gst_pad_set_fixate_function) 
5803         (gst_pad_set_getcaps_function): Doc from Dave's negotation random
5804         doc.
5805         (gst_pad_unlink, gst_pad_is_linked): Docs.
5806         (gst_pad_renegotiate): A brief description of capsnego.
5807         (gst_pad_try_set_caps): Document.
5808         (gst_pad_try_set_caps_nonfixed): Document.
5809         (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
5810         (gst_pad_set_parent): Deprecated (although not out of the API).
5811         (gst_pad_get_parent): Deprecated, although many plugins use this.
5812         (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
5813         are private and will go away in 0.9.
5814         (gst_pad_perform_negotiate): Doc.
5815         (gst_pad_link_unnegotiate): I think this is meant to be static.
5816         (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps) 
5817         (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility) 
5818         (gst_pad_get_peer): Doc updates.
5819         (gst_pad_caps_change_notify): Doc.
5820         (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get) 
5821         (gst_ghost_pad_new): Doc fixes.
5823         * gst/gstobject.c (gst_object_get_parent, gst_object_unparent) 
5824         (gst_object_check_uniqueness): 
5826         * gst/gstelement.c (gst_element_add_pad) 
5827         (gst_element_add_ghost_pad, gst_element_remove_pad) 
5828         (gst_element_remove_ghost_pad, gst_element_get_pad) 
5829         (gst_element_get_static_pad, gst_element_get_pad_list) 
5830         (gst_element_class_get_pad_template_list) 
5831         (gst_element_class_get_pad_template): Work on the docs.
5832         (gst_element_get_pad_template_list): Uses the class method.
5833         (gst_element_get_compatible_pad_template): Docs, and consolidate
5834         some test conditions. 
5835         (gst_element_get_pad_from_template): New static function.
5836         (gst_element_request_compatible_pad): Docs, and work with
5837         non-request compatible templates. 
5838         (gst_element_get_compatible_pad_filtered): Docs and remove
5839         redundant checks.
5840         (gst_element_get_compatible_pad, gst_element_link_pads_filtered) 
5841         (gst_element_link_filtered, gst_element_link_many) 
5842         (gst_element_link, gst_element_link_pads) 
5843         (gst_element_unlink_many): Docs.
5845 2004-02-05  Andy Wingo  <wingo@pobox.com>
5847         * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
5848         s/pointer/boxed/.
5850         * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
5852         * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
5853         marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
5854         with the type=GST_TYPE_CAPS. This allows language bindings to know
5855         what kind of data they're dealing with.
5857         * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
5858         to NULL when g_value_init is called. GstCaps, which rolls its own
5859         type implementation, now does the same instead of allocating empty
5860         caps.
5861         (_gst_caps_initialize, _gst_caps_collect_value,
5862         _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
5863         table methods. This allows G_VALUE_COLLECT to work.
5865 2004-02-05  Andy Wingo  <wingo@pobox.com>
5867         * configure.ac:
5868         * testsuite/Makefile.am (SUBDIRS): 
5869         * testsuite/ghostpads/Makefile.am: 
5870         * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
5872         * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
5873         These two routines are the only ones that set
5874         GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
5875         pad template. They should be made static, depending on ABI needs.
5876         (gst_real_pad_dispose): Handle the case of ghost pads without a
5877         parent. Assert after dealing with ghost pads that the ghost pad
5878         list is empty.
5879         (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
5880         set after creation.
5881         (gst_ghost_pad_dispose): Set ::real-pad to NULL.
5882         (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
5883         functions. set_property will call add_ghost_pad/remove_ghost_pad
5884         as appropriate.
5885         (gst_ghost_pad_new): All the work is offloaded to g_object_new.
5887         * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
5888         (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
5889         (gst_element_remove_pad): Handle ghost pads as well.
5890         (gst_element_remove_ghost_pad): Deprecated (could be removed,
5891         depending on API-stability needs).
5893 2004-02-05  Andy Wingo  <wingo@pobox.com>
5895         * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
5896         of course they're const
5898 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5900         * tools/Makefile.am:
5901         * tools/gst-feedback:
5902         * tools/gst-feedback-0.7:
5903           make gst-feedback versioned too for consistency
5905 2004-02-11  David Schleef  <ds@schleef.org>
5907         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5908         (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
5910 2004-02-10  Julien MOUTTE <julien@moutte.net>
5912         * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
5913         the structure does not contain a valid tag list. Adding a safety check
5914         to remove a noisy warning in that case.
5916 2004-02-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5918         * gst/gst.c: fix name to be in line with others
5920 2004-02-09  Julien MOUTTE <julien@moutte.net>
5922         * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
5923         not shout that loud when len is 0. Just return 0 silently.
5925 2004-02-09  Julien MOUTTE  <julien@moutte.net>
5927         * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
5928         because data_unref has one and I prefer the debug to be symetric.
5929         * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
5930         were refed when added to the queue and unrefed only once when the queue
5931         was flushed. Now the flush handler unref the buffers two times : first
5932         unref for the ref added when pushing in the queue's tail and second
5933         unref to destroy the flushed buffer.
5935 2004-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5937         * docs/pwg/building-boiler.xml: fix cvs checkout documentation
5939 2004-02-06  David Schleef  <ds@schleef.org>
5941         * docs/random/ds/0.9-suggested-changes: Random ramblings
5942         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
5943         to int before printing.
5944         * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
5945         * gst/parse/parse.l: same.  See bug #129600
5947 2004-02-06  David Schleef  <ds@schleef.org>
5949         * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
5950         (gst_index_add_entry), (gst_index_add_associationv),
5951         (gst_index_add_association): Add gst_index_add_associationv()
5952         and clean up gst_index_add_association(). #127133
5954 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5956         * autogen.sh: check out common with right tag if CVS/Tag exists
5958 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5960         * testsuite/ghostpads/ghostpads.c: (main):
5961           fix testsuite from segfaulting
5963 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5965         * Makefile.am: add release target
5966         * configure.ac: bump nano to 1
5967         * docs/random/release:
5969 2004-02-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5971         * gst/gstcaps.h:
5972         * gst/gstelement.c: (gst_element_base_class_init),
5973         (gst_element_class_set_details), (gst_element_clear_pad_caps):
5974         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5975         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
5976         (gst_real_pad_dispose):
5977         * gst/gststructure.c: (gst_structure_free),
5978         (gst_structure_from_string):
5979           put reverted patch back in
5980         * gst/gstelement.c: (gst_element_remove_pad):
5981           free explicit caps if they're set
5982         * gst/gstpad.c: (_gst_pad_default_fixate_func):
5983           copy the structure when fixating
5985 2004-02-05  David Schleef  <ds@schleef.org>
5987         * gst/gstmarshal.list:
5988         * gst/gstpad.c: (gst_real_pad_class_init),
5989         (_gst_real_pad_fixate_accumulator):
5990         Revert POINTER->BOXED change in signal marshaller.
5992 === release 0.7.4 ===
5993                                                                                 
5994 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5995                                                                                 
5996         * NEWS: GStreamer 0.7.4 "Wooden Eels" released
5997         * configure.ac: changed for release
5999 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6001         * gstreamer.spec.in:
6002           bump required version of gtk-doc
6004 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6006         * gst/gstcaps.h:
6007         * gst/gstelement.c: (gst_element_base_class_init),
6008         (gst_element_class_set_details), (gst_element_clear_pad_caps):
6009         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
6010         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
6011         (gst_real_pad_dispose):
6012         * gst/gststructure.c: (gst_structure_free),
6013         (gst_structure_from_string):
6014           revert patch that breaks applications, reapply after release
6015           to get this fixed properly
6017 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6019         * gst/gsttag.c: (_gst_tag_initialize):
6020         * gst/gsttag.h:
6021           remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
6023 2004-02-04  David Schleef  <ds@schleef.org>
6025         Fix some memleaks:
6026         * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
6027         (gst_spider_plug_from_srcpad):
6028         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
6030 2004-02-04  David Schleef  <ds@schleef.org>
6032         * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
6033         a GstRealPad before accessing its structure members.
6035 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6037         * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
6038         (gst_clock_get_speed):
6039         * gst/gstclock.h:
6040           reset padding, remove unused fields
6042 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6044         * gst/autoplug/gstspideridentity.c:
6045         (gst_spider_identity_sink_loop_type_finding):
6046           use get_allowed_caps, not get_caps (fixes #132519)
6047         * gst/elements/gsttypefind.c: (stop_typefinding):
6048           use correct order when sending buffers and seeking
6050 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6052         * configure.ac:
6053         * gst/gstelement.h:
6054         * gst/gstpad.h:
6055         * gst/gstqueue.h:
6056           upgrade libtool CURRENT, reset padding
6058 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6060         * configure.ac:
6061           bump to prerelease
6062           put back AM_PROG_LIBTOOL to make libtoolize stop complaining
6064 2004-02-04  David Schleef  <ds@schleef.org>
6066         * docs/random/ds/0.9-suggested-changes: random notes
6067         * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
6068         (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
6069         Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
6070         expansion.
6071         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
6072         (gst_filesink_get_query_types): same
6073         * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
6074         (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
6075         * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
6076         to use new GST_PTR_FORMAT.
6077         * gst/gstelement.h: deprecate function factory macros
6078         GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
6079         These are our last variadic macros that can't be replaced with
6080         inlines.  Celebrate!  Also fix a typo in an #ifdef that was
6081         attempting to deprecate gst_element_clock_wait().
6082         * gst/gstevent.h: same
6083         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
6084         (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
6085         * gst/gstpad.h: deprecate function factory macros similar to above.
6087 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6089         * configure.ac:
6090         * tools/Makefile.am:
6091         * tools/gst-run.c: (popt_callback), (hash_print_key),
6092         (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
6093         (get_candidates), (main):
6094           add new source file to generate non-versioned wrapper binaries
6095           for our tools.
6097 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6099         * gst/gstevent.c: (_gst_event_free):
6100           actually break; inside the switch statement
6101         * gst/parse/grammar.y:
6102           fix memleak where GValues weren't unset
6104 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6106         * gst/gststructure.c: (gst_structure_from_string):
6107           fix huge memleak
6108         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
6109         (new_entry), (gst_type_find_element_chain):
6110         * gst/gstelement.c: (gst_element_base_class_init),
6111         (gst_element_class_set_details):
6112         * gst/gstpad.c: (gst_pad_can_link_filtered):
6113           fix smaller memleaks
6114         * gst/gstpad.c: (gst_real_pad_dispose):
6115           check that explicit caps are gone
6116         * gst/gststructure.c: (gst_structure_free):
6117           actually free the structure
6118         * gst/gstelement.c: (gst_element_clear_pad_caps):
6119           unset explicit caps
6121 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6123         * tools/Makefile.am:
6124           use AM_CFLAGS since all the CFLAGS are the same
6125           use AM_LDFAGS
6127 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6129         * docs/manual/gnome.xml:
6130           expand example a little
6131         * gst/gst.c: (gst_init_with_popt_table),
6132         (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
6133           make sure popt option displays are done with right textdomain
6134           use GstPoptOption type
6135         * gst/gst.h:
6136           create GstPoptOption type
6138 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6140         * gst/gsterror.c: (_gst_stream_errors_init):
6141         * gst/gsterror.h:
6142           adding error type for no codec
6143         * po/POTFILES.in:
6144           add gst-inspect
6145         * po/nl.po:
6146           update dutch translation
6147         * tools/gst-inspect.c: (print_element_list), (main):
6148           do proper internationalization
6149         * tools/gst-launch.c: (idle_func):
6150           remove commented out function call
6152 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6154         * docs/README:
6155           add some error fixing notes
6156         * docs/gst/gstreamer-sections.txt:
6157           remove double entries
6158         * docs/gst/tmpl/gstbin.sgml:
6159         * docs/gst/tmpl/gstclock.sgml:
6160           remove override
6161         * docs/gst/tmpl/gstelement.sgml:
6162         * docs/gst/tmpl/gstindex.sgml:
6163         * docs/gst/tmpl/gstobject.sgml:
6164         * docs/gst/tmpl/gstpadtemplate.sgml:
6165         * docs/gst/tmpl/gstreamer-unused.sgml:
6166         * docs/gst/tmpl/gsttag.sgml:
6167         * docs/gst/tmpl/gstthread.sgml:
6168         * docs/gst/tmpl/gstxml.sgml:
6169         * gst/gsttag.h:
6170           sync header prototypes with c decls
6171         * gst/gsttaginterface.c:
6172           fix doc headers
6174 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6176         * gst/parse/Makefile.am:
6177         * gst/gstobject.h:
6178           get rid of gstmarshal.h dependency. It's not needed.
6179         * gst/gst.h:
6180         * gst/elements/gstfakesink.c:
6181         * gst/elements/gstfakesrc.c:
6182         * gst/elements/gstidentity.c:
6183         * gst/gstbin.c:
6184         * gst/gstelement.c:
6185         * gst/gstindex.c:
6186         * gst/gstobject.c:
6187         * gst/gstpad.c:
6188         * gst/gstthread.c:
6189         * gst/gstxml.c:
6190         * libs/gst/control/dparam.c:
6191         * libs/gst/control/dparammanager.c:
6192           include gstmarshal.h.
6193         Fixes #132045
6195 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6197         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
6198         (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
6199         (gst_filesrc_map_region), (gst_filesrc_get_mmap):
6200         * gst/elements/gstfilesrc.h:
6201           don't ref the filesrc when creating mmaped buffers. Don't keep a
6202           list of not-yet-destroyed buffers.
6203         * gst/gstbuffer.h:
6204           Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
6206 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6208         * gst/gst.c: (init_pre):
6209           remove textdomain
6211 2004-02-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6213         * docs/pwg/advanced-events.xml:
6214         * docs/pwg/advanced-scheduling.xml:
6215         * docs/pwg/intro-basics.xml:
6216         * docs/pwg/other-manager.xml:
6217         * docs/pwg/other-nton.xml:
6218         * docs/pwg/other-ntoone.xml:
6219         * docs/pwg/other-oneton.xml:
6220         * docs/pwg/pwg.xml:
6221           All sort of documentation... Forgot what. Point is that I want this
6222           in before I leave. The 'other-*' will be the last section and will
6223           explain issues specific to these type of elements.
6225 2004-02-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6227         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
6228         (gst_filesrc_get_read):
6229           set all the values on buffers that we can
6231 2004-02-02  David Schleef  <ds@schleef.org>
6233         Change usage of isblah() to g_ascii_isblah() to be more locale
6234         independent.  (#133076)
6235         * gst/gsturi.c: (gst_uri_protocol_check_internal):
6236         * gst/gstutils.c:
6237         * gst/parse/parse.l:
6239 2004-02-02  Jon Trowbridge  <trow@gnu.org>
6241         reviewed by: David Schleef  <ds@schleef.org>
6243         Fix memory leaks:
6244         * gst/gstcaps.c: (gst_caps_to_string):
6245         * gst/registries/gstxmlregistry.c:
6246         (gst_xml_registry_add_path_list_func),
6247         (gst_xml_registry_parse_padtemplate):
6249 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6251         * gst/gstelement.c: (gst_element_default_error):
6252           suffix error messages with period
6254 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6256         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
6257         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6258         * gst/gsterror.c: (gst_error_get_message):
6259           Suffix with dots
6260         * po/fr.po:
6261         * po/nl.po:
6262           Update translation files
6264 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6266         * gst/autoplug/gstspideridentity.c:
6267         (gst_spider_identity_sink_loop_type_finding):
6268         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
6269         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
6270         (gst_filesink_close_file), (gst_filesink_handle_event),
6271         (gst_filesink_chain):
6272         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
6273         (gst_filesrc_get_read), (gst_filesrc_open_file):
6274         * gst/elements/gstidentity.c: (gst_identity_chain):
6275         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6276         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6277         (gst_pipefilter_chain), (gst_pipefilter_open_file):
6278         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
6279         * gst/gsterror.c: (_gst_core_errors_init),
6280         (_gst_library_errors_init), (_gst_resource_errors_init),
6281         (_gst_stream_errors_init), (gst_error_get_message):
6282         * gst/gstpad.c: (gst_pad_set_explicit_caps),
6283         (gst_pad_recover_caps_error), (gst_pad_pull):
6284         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
6285         * gst/schedulers/gstbasicscheduler.c:
6286         (gst_basic_scheduler_chainhandler_proxy),
6287         (gst_basic_scheduler_gethandler_proxy),
6288         (gst_basic_scheduler_cothreaded_chain):
6289           Suffix error messages with period.
6290           Use (NULL) instead of NULL
6292 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6294         * docs/gst/tmpl/gstelement.sgml:
6295         * docs/gst/tmpl/gstxml.sgml:
6296         * gst/gstelement.c: (gst_element_error_full):
6297           add element path to error
6299 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6301         * docs/random/mimetypes:
6302           update raw int/float info
6303         * gst/gsttag.c: (_gst_tag_initialize):
6304         * gst/gsttag.h:
6305           add GST_TAG_ENCODER
6307 2004-01-30  David Schleef  <ds@schleef.org>
6309         * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
6310           missing (#132991)
6312 2004-01-30  Laurent Vivier <Laurent.Vivier@bull.net>
6314         reviewed by Benjamin Otte 
6315           parts of the patch submitted in bug #113913
6317         * configure.ac:
6318           use AC_C_INLINE. Use = instead of == with test
6319         * examples/plugins/example.c:
6320         * gst/autoplug/gstspideridentity.c:
6321         * gst/elements/gstfdsrc.c:
6322         * gst/elements/gstfilesrc.c:
6323         * gst/elements/gstidentity.c:
6324         * gst/elements/gstmultidisksrc.c:
6325         * gst/elements/gststatistics.c:
6326         * gst/gstelement.c:
6327         * gst/gstobject.c:
6328         * gst/gstpad.c:
6329         * gst/gstpipeline.c:
6330         * gst/gstthread.c:
6331           don't end enums with a comma
6332         * gst/gstindex.c: (gst_index_compare_func):
6333           do explicit casting to gint
6334         * gst/gsttrace.c: (gst_trace_text_flush):
6335           #define strsize as a macro
6337 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6339         * docs/README:
6340         * docs/gst/gstreamer-docs.sgml:
6341         * docs/gst/gstreamer-sections.txt:
6342         * docs/gst/tmpl/gstelement.sgml:
6343         * docs/gst/tmpl/gsterror.sgml:
6344         * docs/gst/tmpl/gstinterface.sgml:
6345         * docs/gst/tmpl/gstreamer-unused.sgml:
6346         * docs/gst/tmpl/gststructure.sgml:
6347         * docs/gst/tmpl/gsttag.sgml:
6348         * docs/gst/tmpl/gsttaginterface.sgml:
6349         * docs/gst/tmpl/gstvalue.sgml:
6350         make sure all API ends up in the built docs
6351         * gst/gstinterface.c:
6352         * gst/gststructure.c: (gst_structure_id_set_value),
6353         (gst_structure_set_value), (gst_structure_id_get_value):
6354         * gst/gststructure.h:
6355         * gst/gstvalue.h:
6356         sync .h with .c declarations
6358 2004-01-30  Julien Moutte  <julien@moutte.net>
6360         * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
6361         Ronald will fix riffread.
6363 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6365         * docs/pwg/advanced-interfaces.xml:
6366           Added tuner interface docs.
6368 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6370         * docs/random/mimetypes:
6371           correct Theora information
6372         * gst/gstelement.h:
6373           make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
6375 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6377         * gst/gstelement.c: (gst_element_error_full):
6378         * gst/gstelement.h:
6379           GST_ELEMENT_ERROR in enum -> _IN_ERROR
6381 2004-01-29  Julien MOUTTE  <julien@moutte.net>
6383         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
6384         (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
6385         again and even before DISCONT.
6386         * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
6387         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
6388         bytestream so that it's not stopping to fill the bytestream if events
6389         different than EOS or DISCONT are received. Instead it process them so
6390         that they go downstream.
6392 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6394         * docs/gst/tmpl/gstelement.sgml:
6395         * docs/gst/tmpl/gstreamer-unused.sgml:
6396         * docs/gst/tmpl/gstxml.sgml:
6397         * gst/autoplug/gstspideridentity.c:
6398         (gst_spider_identity_sink_loop_type_finding):
6399         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
6400         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
6401         (gst_filesink_close_file), (gst_filesink_handle_event),
6402         (gst_filesink_chain):
6403         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
6404         (gst_filesrc_get_read), (gst_filesrc_open_file):
6405         * gst/elements/gstidentity.c: (gst_identity_chain):
6406         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6407         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6408         (gst_pipefilter_chain), (gst_pipefilter_open_file):
6409         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
6410         * gst/gstelement.h:
6411         * gst/gstpad.c: (gst_pad_set_explicit_caps),
6412         (gst_pad_recover_caps_error), (gst_pad_pull):
6413         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
6414         * gst/schedulers/gstbasicscheduler.c:
6415         (gst_basic_scheduler_chainhandler_proxy),
6416         (gst_basic_scheduler_gethandler_proxy),
6417         (gst_basic_scheduler_cothreaded_chain):
6418           gst_element_error -> GST_ELEMENT_ERROR
6420 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6422         * docs/Makefile.am:
6423         * docs/gst/tmpl/gstelement.sgml:
6424         * docs/gst/tmpl/gstxml.sgml:
6425         * docs/manuals.mak:
6426         * docs/pwg/advanced-request.xml:
6427         * docs/pwg/advanced-scheduling.xml:
6428         * docs/pwg/advanced-tagging.xml:
6429           fix non-validating docbook using CDATA
6430           make sure make check-local gets run first to check if it validates
6432 2004-01-29  Julien MOUTTE <julien@moutte.net>
6434         * docs/pwg/advanced-events.xml: Adding documentation on advanced event
6435         handling (up and downstream).
6436         * docs/pwg/advanced-interfaces.xml: Make it coherent with the
6437         my_filter thing.
6439 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6441         * docs/pwg/advanced-tagging.xml:
6442           Add docs about tag writing.
6444 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6446         * docs/pwg/advanced-tagging.xml:
6447           Add a part about tag reading and application signalling... Tag
6448           writing still needs to be documented.
6449         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
6450           We can set file locations in READY, too.
6452 2004-01-29  Julien MOUTTE <julien@moutte.net>
6454         * docs/random/ds/element-checklist: Adding some notes about src
6455         events.
6457 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6459         * docs/random/mimetypes:
6460           Update docs to point to correct elements for various mimetypes, and
6461           some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
6462           <stephane.loeuillet@tiscali.fr>.
6464 2004-01-28  David Schleef  <ds@schleef.org>
6466         * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
6468 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6470         * docs/random/mimetypes:
6471           update docs for audio/x-raw-float. Add "buffer-frames=0 means
6472           undefined"
6473         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
6474           make it only work in NULL.
6475         * gst/gstcaps.c:
6476           don't posion NULL caps
6477         * gst/gstelement.c: (gst_element_set_time):
6478           add debugging statement
6479         * gst/gstelement.c: (gst_element_emit_found_tag),
6480         (gst_element_found_tag_func), (gst_element_found_tags):
6481         * gst/gstelement.h:
6482           These functions take const taglists
6483         * gst/gstpad.c: (gst_pad_proxy_getcaps):
6484           fix memleak
6485         * gst/gstpad.c: (gst_pad_event_default):
6486           make more effort on handling discont and clocks, g_warn if everything
6487           fails
6488         * gst/gststructure.c: (gst_structure_remove_fields),
6489         (gst_structure_remove_fields_valist):
6490         * gst/gststructure.h:
6491           add gst_structure_remove_fields(_valist)
6492         * gst/gsttag.c:
6493           fix doc glitch
6495 2004-01-28  David Schleef  <ds@schleef.org>
6497         * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
6498         * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
6499         Fix memory leakage of gst_caps_to_string().
6501         Use GST_PTR_FORMAT instead of gst_caps_to_string():
6502         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
6503         * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
6504         (gst_spider_identity_sink_loop_type_finding):
6505         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
6506         (find_suggest):
6507         * gst/gstpad.c: (gst_pad_try_relink_filtered),
6508         (gst_pad_set_explicit_caps):
6509         * gst/parse/grammar.y:
6511 2004-01-28  David Schleef  <ds@schleef.org>
6513         * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
6514         GST_PRINTF_EXTENSION_FORMAT_DEFINE.
6515         * docs/random/ds/0.9-suggested-changes: Notes from Company.
6516         * gst/gstcaps.c: (gst_caps_to_string): Add comment.
6517         * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
6518         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
6519         (gst_debug_log_default), (_gst_info_printf_extension),
6520         (_gst_info_printf_extension_arginfo):  Add printf extension.
6521         * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
6522         * gst/gststructure.c: (gst_structure_to_string),
6523         (_gst_structure_parse_value): Use gst_value_deserialize() and
6524         remove old code.
6525         * gst/gstvalue.c: (gst_value_deserialize_fourcc),
6526         (gst_value_deserialize_boolean), (gst_strtoi),
6527         (gst_value_deserialize_int), (gst_value_deserialize_double),
6528         (gst_value_deserialize_string), (gst_value_deserialize): Implement
6529         a bunch of deserialize functions and gst_value_deserialize.
6530         * gst/gstvalue.h: er, _de_serialize, not unserialize
6531         * testsuite/caps/string-conversions.c: (main): We don't currently
6532         handle (float) in caps, so convert these to (double).
6533         * testsuite/debug/Makefile.am: Add new test for the printf extension
6534         * testsuite/debug/printf_extension.c: (main): same
6536 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6538         * docs/random/company/time:
6539           Add some docs about clocking and time
6541 2004-01-28  Julien MOUTTE <julien@moutte.net>
6543         * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
6545 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6547         * docs/pwg/advanced-clock.xml:
6548         * docs/pwg/advanced-dparams.xml:
6549         * docs/pwg/advanced-events.xml:
6550         * docs/pwg/advanced-interfaces.xml:
6551         * docs/pwg/advanced-midi.xml:
6552         * docs/pwg/advanced-request.xml:
6553         * docs/pwg/advanced-scheduling.xml:
6554         * docs/pwg/advanced-tagging.xml:
6555         * docs/pwg/advanced-types.xml:
6556         * docs/pwg/appendix-checklist.xml:
6557         * docs/pwg/building-boiler.xml:
6558         * docs/pwg/building-chainfn.xml:
6559         * docs/pwg/building-filterfactory.xml:
6560         * docs/pwg/building-pads.xml:
6561         * docs/pwg/building-props.xml:
6562         * docs/pwg/building-signals.xml:
6563         * docs/pwg/building-state.xml:
6564         * docs/pwg/building-testapp.xml:
6565         * docs/pwg/intro-basics.xml:
6566         * docs/pwg/intro-preface.xml:
6567         * docs/pwg/other-autoplugger.xml:
6568         * docs/pwg/other-sink.xml:
6569         * docs/pwg/other-source.xml:
6570         * docs/pwg/titlepage.xml:
6571           fix up id's
6573 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6575         * docs/95NonPath:
6576         * docs/HACKING:
6577         * docs/README:
6578         * docs/building-the-docs-on-debian:
6579           collect relevant bits of doc info
6581 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6583         * docs/pwg/advanced_tagging.xml:
6584           Half-assed commit so Thomas can re-arrange document IDs here to be
6585           consistent, too.
6587 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6589         * docs/manual/autoplugging.xml:
6590         * docs/manual/bins-api.xml:
6591         * docs/manual/bins.xml:
6592         * docs/manual/buffers-api.xml:
6593         * docs/manual/buffers.xml:
6594         * docs/manual/clocks.xml:
6595         * docs/manual/components.xml:
6596         * docs/manual/cothreads.xml:
6597         * docs/manual/debugging.xml:
6598         * docs/manual/dparams-app.xml:
6599         * docs/manual/dynamic.xml:
6600         * docs/manual/elements-api.xml:
6601         * docs/manual/elements.xml:
6602         * docs/manual/factories.xml:
6603         * docs/manual/gnome.xml:
6604         * docs/manual/goals.xml:
6605         * docs/manual/helloworld.xml:
6606         * docs/manual/helloworld2.xml:
6607         * docs/manual/init-api.xml:
6608         * docs/manual/intro.xml:
6609         * docs/manual/links-api.xml:
6610         * docs/manual/links.xml:
6611         * docs/manual/manual.xml:
6612         * docs/manual/motivation.xml:
6613         * docs/manual/pads-api.xml:
6614         * docs/manual/pads.xml:
6615         * docs/manual/plugins-api.xml:
6616         * docs/manual/plugins.xml:
6617         * docs/manual/programs.xml:
6618         * docs/manual/queues.xml:
6619         * docs/manual/quotes.xml:
6620         * docs/manual/schedulers.xml:
6621         * docs/manual/states-api.xml:
6622         * docs/manual/states.xml:
6623         * docs/manual/threads.xml:
6624         * docs/manual/typedetection.xml:
6625         * docs/manual/xml.xml:
6626           use chapter, part, section or misc as id starts for all bits
6628 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6630         * docs/gst/gstreamer-sections.txt:
6631           Fix up TITLE of the sections
6633 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6635         * docs/pwg/advanced_interfaces.xml:
6636           Add documentation on propertyprobing.
6637         * docs/pwg/advanced_events.xml:
6638         * docs/pwg/advanced_tagging.xml:
6639         * docs/pwg/building_boiler.xml:
6640         * docs/pwg/building_filterfactory.xml:
6641         * docs/pwg/pwg.xml:
6642           Move filterfactory and tagging into their own chapter, add a chapter
6643           on events. all these are empty placeholders that will be filled in
6644           some day.
6646 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6648         * docs/pwg/advanced_interfaces.xml:
6649           Docs for mixer interface. Also a check for website uploading.
6651 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6653         * docs/HACKING:
6654         * docs/Makefile.am:
6655         * docs/faq/Makefile.am:
6656         * docs/gst/Makefile.am:
6657         * docs/gst/tmpl/gstelement.sgml:
6658         * docs/gst/tmpl/gstplugin.sgml:
6659         * docs/gst/tmpl/gstreamer-unused.sgml:
6660         * docs/libs/Makefile.am:
6661         * docs/manual/Makefile.am:
6662         * docs/manuals.mak:
6663         * docs/pwg/Makefile.am:
6664         * docs/upload.mak:
6665           Separate out upload target and make it similar for
6666           both docbook and gtk-doc docs
6668 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6670         * docs/manuals.mak:
6671           Fix upload target to work with freedesktop
6673 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6675         * docs/pwg/advanced_types.xml:
6676           Add notes on creating your own types.
6677         * docs/pwg/building_boiler.xml:
6678         * docs/pwg/building_pads.xml:
6679         * docs/pwg/building_state.xml:
6680           Add some stuff about how to retrieve values from structures, how
6681           that relates to types and change layout slightly again to be almost
6682           perfect.
6684 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6686         * docs/pwg/advanced_dparams.xml:
6687         * docs/pwg/advanced_scheduling.xml:
6688           Change index layout slightly.
6690 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6692         * docs/pwg/advanced_clock.xml:
6693         * docs/pwg/advanced_interfaces.xml:
6694         * docs/pwg/advanced_midi.xml:
6695           General placeholders for now.
6696         * docs/pwg/advanced_request.xml:
6697           Explanation about sometimes and request pads.
6698         * docs/pwg/advanced_scheduling.xml:
6699           Concept of bytestream, loopfunctions and schedulers.
6700         * docs/pwg/building_boiler.xml:
6701           Add something about plugin-init.
6703 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6705         * docs/pwg/building_pads.xml:
6706           Fix broken docbook
6708 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6710         * docs/pwg/advanced_interfaces.xml:
6711         * docs/pwg/pwg.xml:
6712           Add as a placeholder for future filling-in.
6713         * docs/pwg/basics_autoplugging.xml:
6714         * docs/pwg/basics_buffers.xml:
6715         * docs/pwg/basics_elements.xml:
6716         * docs/pwg/basics_events.xml:
6717         * docs/pwg/basics_plugins.xml:
6718         * docs/pwg/basics_types.xml:
6719           Remove, because unused (this is all in intro_basics.xml).
6720         * docs/pwg/building_signals.xml:
6721           Short intro to signals + reference to GObject docs - we really
6722           shouldn't go into these sort of things to deply because we don't
6723           use them that extensively anyway.
6724         * docs/pwg/building_state.xml:
6725           Explanation of states. Benjamin, please check.
6726         * docs/pwg/building_testapp.xml:
6727           Put everything in one page - putting only a few lines of content
6728           per page doesn't really make sense.
6730           Time to get into the advanced topics. ;).
6732 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6734         * docs/pwg/advanced_types.xml:
6735           Finish documenting the current state of mimetypes.
6736         * docs/pwg/building_boiler.xml:
6737         * docs/pwg/building_chainfn.xml:
6738         * docs/pwg/building_pads.xml:
6739         * docs/pwg/building_props.xml:
6740         * docs/pwg/building_testapp.xml:
6741           Start documenting the "how to build a simple audio filter" part
6742           of the PWG. Most stuff is ready by now. Stuff remaining: signals,
6743           states and (maybe?) a short introduction to capsnego in the chapter
6744           on pads (building_pads.xml). Capsnego should probably be explained
6745           fully in advanced_capsnego.xml or so.
6747 2004-01-26  David Schleef  <ds@schleef.org>
6749         * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
6750         * gst/gstpad.h: Add new function to allow element to (somewhat)
6751         specify non-fixed caps on a pad.
6752         * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
6753         that I added a few weeks ago.
6755 2004-01-26  David Schleef  <ds@schleef.org>
6757         * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
6758           making try_set_caps() work with non-fixed caps.
6760 2004-01-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6762         * docs/pwg/advanced_types.xml:
6763         * docs/pwg/intro_basics.xml:
6764         * docs/pwg/intro_preface.xml:
6765         * docs/pwg/pwg.xml:
6766         * docs/pwg/titlepage.xml:
6767           First try to resurrect the PWG. I'm halfway integrating the mimetypes
6768           in here (docs/random/mimetypes), and will from there on work on both
6769           updating outdated parts and adding missing parts.
6770           That doesn't mean I'll fix it completely, but I'll try at least. ;).
6772 2004-01-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6774         * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
6775           policy is set
6777 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6779         * gst/gstelement.h:
6780           remove gst_element_factory_get_version. It doesn't exist anymore.
6781         * gst/gstplugin.c:
6782         * gst/gstplugin.h:
6783           remove gst_plugin_set_name and change gst_plugin_get_longname to
6784           gst_plugin_get_description to match code.
6785         * gst/gsterror.h:
6786           remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
6787         * gst/gstpad.c: (gst_pad_try_set_caps):
6788           make it work with nonfixed caps.
6789           Note that even in the nonfixed case the link function of the pad
6790           that tries to set caps isn't called.
6792 2004-01-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6794         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
6795           fix bug where buffer was not assembled correctly
6796         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
6797           silence by default
6798         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
6799           only seek if there's no more buffers that could work without seeking
6801 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6803         * gst/gsttag.c: (_gst_tag_initialize):
6804         * gst/gsttag.h:
6805           Add application tag (for encoding/muxing app).
6807 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6809         * autogen.sh:
6810           make autopoint force, and libtoolize not copy
6811         * common/m4/as-docbook.m4:
6812           added docbook xml catalog setup check
6813         * common/m4/gst-doc.m4:
6814           use docbook check
6816 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6818         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
6819         * gst/gsttag.h:
6820           add GstTagFlag
6822 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6824         * docs/gst/gstreamer-sections.txt:
6825         * docs/gst/tmpl/gst.sgml:
6826         * docs/gst/tmpl/gstbuffer.sgml:
6827         * docs/gst/tmpl/gstclock.sgml:
6828         * docs/gst/tmpl/gstelement.sgml:
6829         * docs/gst/tmpl/gstreamer-unused.sgml:
6830         * docs/gst/tmpl/gstxml.sgml:
6831           sync latest API changes to docs
6833 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6835         * gst/gstpluginfeature.c:
6836           fix doc snippet
6837         * tools/gst-inspect.c: (print_element_list):
6838           fix output of typefind
6839           add GPL header
6840         * tools/gst-launch.c:
6841           add GPL header
6843 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6845         * gst/elements/Makefile.am:
6846         * gst/elements/gstelements.c:
6847         * gst/elements/gsttypefindelement.c:
6848         * gst/elements/gsttypefindelement.h:
6849         * po/POTFILES.in:
6850         * po/fr.po:
6851         * po/nl.po:
6852           renamed gsttypefindelement to gsttypefind, conserving CVS history
6854 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6856         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
6857         * gst/gsttag.h:
6858           add some tags used in ogg as well
6859           fix _ in replaygain tags
6861 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6863         * gst/gsterror.h:
6864           fix wrong GST_LIBRARY_ERROR_ENCODE addition
6866 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6868         * gst/gstelement.c: (gst_element_error_full):
6869         * gst/gstelement.h:
6870           change _extended to _full
6872 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6874         reviewed by: <delete if not using a buddy>
6876         * docs/gst/tmpl/gst.sgml:
6877         * docs/gst/tmpl/gstbuffer.sgml:
6878         * docs/gst/tmpl/gstclock.sgml:
6879         * docs/gst/tmpl/gstelement.sgml:
6880         * docs/gst/tmpl/gstreamer-unused.sgml:
6881         * docs/gst/tmpl/gstxml.sgml:
6882         * gst/gstelement.c: (gst_element_error_full):
6883         * gst/gstelement.h:
6885 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6887         * gst/gstelement.h: fix _gst_element_error_printf prototype
6889 2004-01-20  David Schleef  <ds@schleef.org>
6891         * gst/gststructure.c: (gst_structure_to_string):
6892         Convert function to use gst_value_serialize().
6893         * gst/gstvalue.c: (gst_value_serialize_list),
6894         (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
6895         (gst_value_serialize_double_range), (gst_value_serialize_boolean),
6896         (gst_value_serialize_int), (gst_value_serialize_double),
6897         (gst_string_wrap), (gst_value_serialize_string),
6898         (gst_value_serialize), (gst_value_deserialize):
6899         * gst/gstvalue.h:
6900         Add implementations for serialize.
6902 2004-01-20  Julien MOUTTE  <julien@moutte.net>
6904         * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
6905         we want to keep that one in the future or change xvidenc.c to use 
6906         another error.
6908 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6910         * gst/gstelement.c: (_gst_element_error_printf):
6911         * gst/gstelement.h:
6912           privatise function
6914 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6916         * docs/random/error:
6917           doc explaining error system
6918         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
6919           cleanup
6921 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6923         * gst/gst-i18n-app.h:
6924         * gst/gst-i18n-lib.h:
6925           remove inclusion of config.h
6926         * po/POTFILES.in:
6927         * po/nl.po:
6928           add gst/gstelement.c
6930 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6932         * po/nl.po: updated Dutch translation
6934 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6936         * gst/gsterror.c: (_gst_core_errors_init),
6937         (_gst_library_errors_init), (_gst_resource_errors_init),
6938         (_gst_stream_errors_init):
6939         remove ending punctuation dots
6941 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6943         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
6944         * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
6945         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6946         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6947         (gst_pipefilter_chain), (gst_pipefilter_open_file):
6948         use GST_ERROR_SYSTEM
6950 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6952         * gst/gstelement.c: (gst_element_error_printf),
6953         (gst_element_error_extended):
6954         * gst/gstelement.h:
6955           add a helper printf function so we can have NULL values passed.
6957 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6959         * gst/gstelement.h:
6960           add G_STMT macros to gst_element_error, which isn't strictly
6961           necessary but people tell me to anyway.
6963 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
6965         * gst/Makefile.am:
6966         * gst/autoplug/gstspideridentity.c:
6967         (gst_spider_identity_sink_loop_type_finding):
6968         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
6969         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
6970         (gst_filesink_close_file), (gst_filesink_handle_event),
6971         (gst_filesink_chain):
6972         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
6973         (gst_filesrc_map_region), (gst_filesrc_get_read),
6974         (gst_filesrc_open_file):
6975         * gst/elements/gstidentity.c: (gst_identity_chain):
6976         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6977         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6978         (gst_pipefilter_chain), (gst_pipefilter_open_file):
6979         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
6980         * gst/gst.h:
6981         * gst/gst_private.h:
6982         * gst/gstelement.c: (gst_element_class_init),
6983         (gst_element_default_error), (gst_element_error_func),
6984         (gst_element_error_extended):
6985         * gst/gstelement.h:
6986         * gst/gsterror.c: (_gst_core_errors_init),
6987         (_gst_library_errors_init), (_gst_resource_errors_init),
6988         (_gst_stream_errors_init), (gst_error_get_message):
6989         * gst/gsterror.h:
6990         * gst/gstinfo.c: (_gst_debug_init):
6991         * gst/gstmarshal.list:
6992         * gst/gstpad.c: (gst_pad_set_explicit_caps),
6993         (gst_pad_recover_caps_error), (gst_pad_pull):
6994         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
6995         * gst/schedulers/gstbasicscheduler.c:
6996         (gst_basic_scheduler_chainhandler_proxy),
6997         (gst_basic_scheduler_gethandler_proxy),
6998         (gst_basic_scheduler_cothreaded_chain):
6999         * po/POTFILES.in:
7000         * po/fr.po:
7001         * po/nl.po:
7002           change error signal
7003           add error categories
7005 2004-01-18  Jeremy Simon  <jesimon@libertysurf.fr>
7007         * gst/gsttag.c: (_gst_tag_initialize):
7008         * gst/gsttag.h:
7009         Add replaygain tag
7011 2004-01-18  Colin Walters  <walters@verbum.org>
7013         * examples/retag/retag.c: Call gst_init before processing
7014         program args.  Add g_assert to _link_many call.
7016 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7018         * gst/gstpad.c: (gst_pad_alloc_buffer):
7019           Return a newly allocated buffer when the pad has no peer.
7021 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7023         * gst/gstclock.c: (gst_clock_get_time):
7024           make it compile with gcc 2.95 again.
7025           Patch by Scott Wheeler
7027 2004-01-15  David Schleef  <ds@schleef.org>
7029         * gst/gstcaps.h:
7030         Added gst_caps_is_simple() macro.
7031         * testsuite/caps/caps.c: (test1):
7032         * testsuite/caps/intersect2.c: (main):
7033         * testsuite/caps/intersection.c: (main):
7034         Fixes to make 'make check' work again after removing
7035         gst_caps_is_chained().
7037 2004-01-15  Leif Johnson <leif@ambient.2y.net>
7039         * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
7040         and additions to the MIDI document.
7042 2004-01-15  David Schleef  <ds@schleef.org>
7044         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
7045         (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
7046         of GST_RPAD_, since we don't know if it's a real or ghost pad.
7048 2004-01-15  David Schleef  <ds@schleef.org>
7050         * gst/gstqueue.c:
7051         * gst/gstqueue.h:
7052         Fix the spelling of "treshold" and make min_threshold actually
7053         affect the queue.
7055 2004-01-15  David Schleef  <ds@schleef.org>
7057         * gst/gstcaps.c:
7058         Add lots of documentation.
7059         * gst/gstcaps.h:
7060         Deprecate a few functions.
7061         * gst/gstpad.c:
7062         Removed use of deprecated functions.
7064 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7066         * gst/gstpad.c: (gst_pad_is_linked):
7067         * gst/gstpad.h:
7068           implement gst_pad_is_linked
7069         * gst/gstelement.h:
7070           reserve space for initiate_state_change
7072 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7074         * gst/autoplug/gstspideridentity.c:
7075         (gst_spider_identity_sink_loop_type_finding):
7076           break infinite loop by just returning instead of looping
7077         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
7078           set event time difference correctly. Set it to 1 second instead
7079           of 100ms to be more tolerant
7080         * gst/gstelement.c: (gst_element_set_time):
7081           add debugging output
7083 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7085         * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
7086           query if buffers are inside the pool, ignore events
7088 2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7090         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
7091         (gst_clock_set_speed), (gst_clock_set_active),
7092         (gst_clock_is_active), (gst_clock_reset),
7093         (gst_clock_handle_discont):
7094         * gst/gstclock.h:
7095           deprecate old interface and disable functions that aren't in use
7096           anymore.
7097         * gst/gstelement.h:
7098         * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
7099         (gst_element_set_time), (gst_element_adjust_time):
7100           add concept of "element time" and functions to get/set this time.
7101         * gst/gstelement.c: (gst_element_change_state):
7102           update element time correctly.
7103         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
7104           This is a debug message, not a g_critical.
7105         * gst/gstpad.c: (gst_pad_event_default):
7106           handle discontinuous events right with element time.
7107         * gst/gstscheduler.c: (gst_scheduler_state_transition):
7108           update to clocking fixes.
7109           set clocks on elements in READY=>PAUSED. The old behaviour caused
7110           a wrong element time on the first element that started playing.
7111         * gst/schedulers/gstbasicscheduler.c:
7112         (gst_basic_scheduler_class_init):
7113         * gst/schedulers/gstoptimalscheduler.c:
7114         (gst_opt_scheduler_class_init):
7115           remove code that just implements the default behaviour.
7116         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
7117           update to use new clocking functions
7118         * testsuite/clock/clock1.c: (gst_clock_debug), (main):
7119         * testsuite/clock/clock2.c: (gst_clock_debug), (main):
7120           update to test new element time.
7121         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
7122           use _get_allowed_caps instead of _get_caps. This catches filtered
7123           caps correctly.
7124         * testsuite/debug/commandline.c:
7125           update for new GST_DEBUG syntax.
7126         * testsuite/threads/Makefile.am:
7127           disable a test that only works sometimes.
7129 2004-01-13  Julien MOUTTE <julien@moutte.net>
7131         * po/LINGUAS: Adding fr.
7132         * po/fr.po: Adding french translation.
7134 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7136         * gst/parse/grammar.y:
7137         * po/POTFILES.in:
7138         * po/nl.po:
7139         * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
7140           translate parsing error messages
7142 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7144         * po/POTFILES.in: adding gst-launch
7145         * po/nl.po: updated translation, all 99 strings translated
7146         * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
7147         (found_tag), (sigint_handler_sighandler), (play_handler), (main):
7148           fix strings for translation
7150 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7152         * gst/gst.c:
7153           - capitalize beginnings of popt options
7154           - fix strings for translation
7155           - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
7157 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7159         * po/README: add some notes on how to update translations
7161 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7163         * ABOUT-NLS: removed, is autogenerated from autopoint
7164         * autogen.sh: add autopoint stuff
7165         * configure.ac: fix up gettext stuff
7166         * gst/Makefile.am: add i18n headers to noinst_HEADERS
7167         * gst/elements/gsttypefindelement.c: add header include
7168         * gst/gettext.h: add header, copy from system-installed header
7169         * gst/gst-i18n-app.h: to be included by each app having translations
7170         * gst/gst-i18n-lib.h: to be included by each lib having translations
7171         * gst/gst.c: (init_pre): fix up gettext calls
7172         * gst/gst_private.h: remove i18n stuff, moving to separate headers
7173         * po/LINGUAS: the new way to specify translations present
7174         * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
7175         * po/Makevars: the variables filled in for GStreamer
7176         * po/POTFILES.in: added new files with translations
7177         * po/de.po: has new strings
7178         * po/nl.po: readded, has new strings
7180 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7182         * gst/gsttag.c: fix some strings marked for translation
7184 2004-01-13  Iain <iain@prettypeople.org>
7186         * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
7187         group when we add an element to it, cos we unref it when we remove one
7189 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7191         * testsuite/debug/commandline.c: (debug_not_reached):
7192         * testsuite/debug/output.c: (check_message):
7193           fix testsuite
7195 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7197         * examples/cutter/.cvsignore:
7198         * examples/helloworld/.cvsignore:
7199         * examples/launch/.cvsignore:
7200         * examples/manual/.cvsignore:
7201         * examples/mixer/.cvsignore:
7202         * examples/pingpong/.cvsignore:
7203         * examples/plugins/.cvsignore:
7204         * examples/queue/.cvsignore:
7205         * examples/queue2/.cvsignore:
7206         * examples/queue3/.cvsignore:
7207         * examples/queue4/.cvsignore:
7208         * examples/retag/.cvsignore:
7209         * examples/thread/.cvsignore:
7210         * examples/typefind/.cvsignore:
7211         * examples/xml/.cvsignore:
7212         * gst/.cvsignore:
7213         * gst/autoplug/.cvsignore:
7214         * gst/elements/.cvsignore:
7215         * gst/indexers/.cvsignore:
7216         * gst/parse/.cvsignore:
7217         * gst/registries/.cvsignore:
7218         * gst/schedulers/.cvsignore:
7219         * libs/gst/bytestream/.cvsignore:
7220         * libs/gst/control/.cvsignore:
7221         * libs/gst/getbits/.cvsignore:
7222         * tests/.cvsignore:
7223         * tests/bufspeed/.cvsignore:
7224         * tests/instantiate/.cvsignore:
7225         * tests/memchunk/.cvsignore:
7226         * tests/muxing/.cvsignore:
7227         * tests/sched/.cvsignore:
7228         * tests/seeking/.cvsignore:
7229         * tests/threadstate/.cvsignore:
7230         * testsuite/.cvsignore:
7231         * testsuite/caps/.cvsignore:
7232         * testsuite/cleanup/.cvsignore:
7233         * testsuite/dynparams/.cvsignore:
7234         * testsuite/plugin/.cvsignore:
7235         * tools/.cvsignore:
7236           update - this is huge, because it includes *.bb, *.bbg and *.da files
7237           which are generated for gcov.
7239 2004-01-11  David Schleef  <ds@schleef.org>
7241         * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
7242         a function to parse integers in ways that strto[u]l() does not.
7244 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7246         * tools/gst-inspect.c: (print_caps):
7247           improve output of caps a bit
7249 2004-01-11  David Schleef  <ds@schleef.org>
7251         * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
7252         inherit correct flags (READONLY and DONTKEEP).
7254 2004-01-11  David Schleef  <ds@schleef.org>
7256         * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
7257         (gst_filesrc_map_region):
7258         * gst/gstbuffer.c: (_gst_buffer_initialize),
7259         (_gst_buffer_sub_free), (gst_buffer_default_copy),
7260         (gst_buffer_new), (gst_buffer_create_sub),
7261         (gst_buffer_is_span_fast), (gst_buffer_span):
7262         * gst/gstbuffer.h:
7263         Change GstBuffer private structure element names. (all files)
7264         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
7265         (gst_queue_link):
7266         * gst/gstqueue.h:
7267         Implement getcaps/pad_link functions that handle the case where
7268         there are data in the queue.
7270 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7272         * gst/elements/gstbufferstore.c:
7273           initialize debugging structure correctly
7274         * gst/elements/gsttee.c: (gst_tee_set_property):
7275           g_object_notify when property was changed
7276         * gst/elements/gsttypefindelement.c:
7277         (gst_type_find_element_change_state):
7278           clear caps correctly
7280 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7282         * gst/gstqueue.c: (gst_queue_init):
7283           Use better defaults for when a queue should block. This
7284           gets rid of jerky playback for quite a few files.
7285           It takes more memory.
7287 2004-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7289         (gst_xml_registry_parse_padtemplate):
7290           make critical message slightly more useful
7292 2004-01-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7294         * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
7295         (gst_debug_message_get), (gst_debug_log_default):
7296         * gst/gstinfo.h:
7297           Change gst_debug_log(_valist) to take a const format string.
7298           Change prototype of log function and functions using those to 
7299           take a GstDebugMessage instead of a string that requires using
7300           gst_debug_message_get.
7302 2004-01-08  David Schleef  <ds@schleef.org>
7304         * Makefile.am:
7305         * configure.ac:
7306         Add option --enable-gcov to build GStreamer with -fprofile-arcs
7307         and -ftest-coverage, which allows gcov to show information about
7308         testsuite coverage.
7310 2004-01-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7312         * gst/gstutils.h:
7313           Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
7314           GST_PARENT_CALL_WITH_DEFAULT
7315         * gst/elements/gstaggregator.c: 
7316         * gst/elements/gstbufferstore.c: 
7317         * gst/elements/gstfakesink.c: 
7318         * gst/elements/gstfakesrc.c: 
7319         * gst/elements/gstfdsink.c: 
7320         * gst/elements/gstfdsrc.c: 
7321         * gst/elements/gstfilesink.c: 
7322         * gst/elements/gstfilesrc.c: 
7323         * gst/elements/gstidentity.c: 
7324         * gst/elements/gstmd5sink.c: 
7325         * gst/elements/gstmultidisksrc.c:
7326         * gst/elements/gstpipefilter.c: 
7327         * gst/elements/gstshaper.c:
7328         * gst/elements/gststatistics.c:
7329         * gst/elements/gsttee.c:
7330         * gst/elements/gsttypefindelement.c:
7331           use them.
7333 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7335         * docs/gst/gstreamer-docs.sgml: remove props
7336         * docs/gst/gstreamer-sections.txt: remove props
7337         * docs/gst/tmpl/gst.sgml:
7338         * docs/gst/tmpl/gstbin.sgml:
7339         * docs/gst/tmpl/gstbuffer.sgml:
7340         * docs/gst/tmpl/gstcaps.sgml:
7341         * docs/gst/tmpl/gstclock.sgml:
7342         * docs/gst/tmpl/gstelement.sgml:
7343         * docs/gst/tmpl/gstindex.sgml:
7344         * docs/gst/tmpl/gstobject.sgml:
7345         * docs/gst/tmpl/gstpad.sgml:
7346         * docs/gst/tmpl/gstpadtemplate.sgml:
7347         * docs/gst/tmpl/gstreamer-unused.sgml:
7348         * docs/gst/tmpl/gstthread.sgml:
7349         * docs/gst/tmpl/gstxml.sgml:
7350           sync with code reorganization
7352 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
7354         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
7355         Make the 'Could not find compatible pad' message more informative.
7357 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7358                                                                                 
7359         * gst/elements/gstfilesink.c: (gst_filesink_set_location):
7360           Fix for if we pass NULL as property to location.
7361         * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
7362         (gst_pipefilter_handle_event), (gst_pipefilter_chain):
7363           Fix for instantiate-test (see below).
7364         * gst/gststructure.c: (_gst_structure_parse_value):
7365           Fix compile error on gcc-2.96.
7366         * configure.ac:
7367         * tests/Makefile.am:
7368         * tests/instantiate/Makefile.am:
7369         * tests/instantiate/create.c: (create_all_elements), (main):
7370           Add a test that instantiates all elements. This makes it easy to
7371           track dead code for old API/design (like setting event functions
7372           on sink pads and so on).
7374 2004-01-06  Jan Schmidt  <thaytan@mad.scientist.com>
7376         * gst/gstcaps.c: (gst_caps_append_structure):
7377           Move the poisoning to allow a NULL structure
7378         * gst/gstevent.c: (_gst_event_free):
7379           When freeing a navigation event, free the structure
7380           also
7382 2004-01-04  David Schleef  <ds@schleef.org>
7384         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
7385         Remove usage of gst_pad_proxy_fixate.
7386         * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
7387         (gst_caps_split_one), (gst_caps_replace):
7388         Add poisoning code.
7389         * gst/gstmarshal.list:
7390         Add pointer__pointer for fixate signal
7391         * gst/gstpad.c: (gst_real_pad_class_init),
7392         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
7393         (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
7394         (gst_pad_set_explicit_caps), (gst_pad_template_new):
7395         Add poisoning code. Add fixate signal on RealPad. Change
7396         set_explicit_caps() to take const GstCaps, like try_set_caps().
7397         * gst/gstpad.h:
7398         * testsuite/caps/Makefile.am:
7399         * testsuite/caps/app_fixate.c: Add a test for the fixate signal
7401 2004-01-03  David Schleef  <ds@schleef.org>
7403         * gst/elements/gsttypefindelement.c:
7404         (gst_type_find_element_have_type), (gst_type_find_element_init):
7405         Use gst_pad_use_explicit_caps for src pad.
7406         * gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
7407         before using it.
7409 2004-01-03  David Schleef  <ds@schleef.org>
7411         * gst/gstelement.c: (gst_element_link_pads_filtered),
7412         (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
7413         that linking was successful.
7414         * gst/gstpad.c: (gst_pad_link_free),
7415         (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
7416         (gst_pad_link_try), (gst_pad_link_unnegotiate),
7417         (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
7418         GstPadLinkReturn correctly between functions, and don't fail
7419         when DELAYED is used (DELAYED is very important).  Better
7420         cleanup on unlinking and unnegotiation.  Should fix some spider
7421         bugs.
7423 2004-01-02  David Schleef  <ds@schleef.org>
7425         * gst/gstelement.c: (gst_element_class_init),
7426         (gst_element_base_class_init): ->padtemplates should be cleared
7427         in base_init, since we need to have a fresh list for every
7428         class.  (Alternately, we chould copy the list and share the
7429         actual pad templates (not the list), but that would require
7430         changing every plugin to move pad template registration from
7431         base_init to class_init.)
7433 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7435         * gst/gstelement.c: (gst_element_class_add_pad_template):
7436           Refuse registering a pad template if another pad template
7437           with the same name already exists (#114715).
7439 2004-01-02  David Schleef  <ds@schleef.org>
7441         * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
7442         (gst_caps_is_equal_fixed): Add new function.
7443         * gst/gstcaps.h: ditto.
7444         * gst/gstpad.c: (gst_real_pad_class_init),
7445         (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
7446         (gst_pad_set_explicit_caps), (gst_pad_get_caps):  In try_set_caps,
7447         check new caps against existing caps -- if they're the same, return
7448         OK without renegotiating.  caps-nego-failed signal fixed so that
7449         the marshaller isn't VOID__OBJECT.  Also changed to G_TYPE_POINTER
7450         to save an extra caps copy.  Don't complete negotiation if a pad
7451         link function returns DELAYED.
7453 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7455         * gst/gstpad.c: (gst_pad_try_relink_filtered):
7456           Fix wrong g_return_if_fail
7458 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
7460         * gst/gstbin.c: (gst_bin_class_init):
7461         Change the marshalling of element_added/element_removed
7462         to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER 
7463         complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
7465 2004-01-01  David Schleef  <ds@schleef.org>
7467         * gst/gstpad.c: (gst_pad_set_explicit_caps),
7468         (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
7469         (gst_pad_use_explicit_caps):
7470         * gst/gstpad.h:
7471         Add new functions.  gst_pad_use_explicit_caps() sets up a pad
7472         to use an internal getcaps and link fuction so that negotiation
7473         always results in the explicitly set caps.
7474         gst_pad_set_explicit_caps() sets the explicit caps.  These functions
7475         are particularly useful for decoders.
7477 2003-12-31  David Schleef  <ds@schleef.org>
7479         * gst/elements/gstidentity.c: (gst_identity_class_init),
7480         (gst_identity_init), (gst_identity_chain),
7481         (gst_identity_set_property), (gst_identity_get_property):
7482         * gst/elements/gstidentity.h:
7483         * gst/gstqueue.c: (gst_queue_init):
7484           Negotiation fixes.
7486 2003-12-31  David Schleef  <ds@schleef.org>
7488         * gst/gstcaps.c: (gst_caps_intersect),
7489         (_gst_caps_normalize_foreach), (gst_caps_normalize):
7490           Implement gst_caps_normalize().
7491         * testsuite/caps/normalisation.c: (main):
7492           Add an additional test
7494 2003-12-31  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7496         * gst/gstqueue.c: (gst_queue_init):
7497           use gst_pad_proxy_getcaps()
7499 2003-12-31  David Schleef  <ds@schleef.org>
7501         * gst/elements/gstshaper.c: (gst_shaper_link):
7502         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
7503         * gst/gstqueue.c: (gst_queue_link):
7504           Negotiation fixes.
7506 2003-12-31  David Schleef  <ds@schleef.org>
7508         * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
7509         * gst/gstpad.h: Add functions that are useful as default pad
7510         link and fixate functions for elements.
7512 2003-12-30  David Schleef  <ds@schleef.org>
7514         * gst/gstpad.c: (gst_pad_link_try):
7515           Fix segfault when attempting to return to old caps
7517 2003-12-29  David Schleef  <ds@schleef.org>
7519         * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
7520         (gst_caps_structure_simplify), (gst_caps_simplify):
7521         * gst/gstcaps.h:
7522           Add simplify function
7523         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
7524         (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
7525         * gst/gstpad.h:
7526           Copy over srcnotify, sinknotify when calling old pad_link
7527           functions.  Add new is_negotiated() function.
7528         * gst/gststructure.c: (gst_structure_copy):
7529           Fix an incredibly stupid bug that should have been noticed
7530           weeks ago.  _copy() returned the argument, not the new copy.
7532 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7534         * gst/gstcaps.c: (gst_caps_append):
7535           add sanity checks
7536         * gst/gstcaps.h: (gst_caps_debug):
7537           remove, it doesn't exist anymore.
7538         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
7539         (gst_element_threadsafe_properties_post_run):
7540           make debugging messages not clutter up THREAD debug category
7541         (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
7542         (gst_element_change_state):
7543           update to new caps API
7544         * gst/gstinterface.c: (gst_implements_interface_cast):
7545           don't put vital code in g_return_if_fail
7546         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps), 
7547         (gst_pad_link_filtered):
7548           add pst_pad_try_link and use it.
7549         (gst_pad_perform_negotiate), (gst_pad_renegotiate):
7550           implement correctly, deprecate first one.
7551         (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
7552           add and implement.
7553         (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
7554           implement.
7555         (gst_pad_get_negotiated_caps):
7556           add and implement. Make GST_PAD_CAPS call this function.
7557         (gst_pad_get_caps):
7558           remove unneeded check..
7559         (gst_pad_recover_caps_error):
7560           disable, always return FALSE.
7561         (gst_real_pad_dispose):
7562           don't free caps and appfilter anymore, they're unused.
7563         * gst/gstpad.h:
7564           Reflect changes mentioned above.
7565         * gst/gstsystemclock.c: (gst_system_clock_wait):
7566           Make 'clock is way behind' a debugging message.
7567         * gst/gstthread.c: (gst_thread_change_state):
7568           Fix debugging message
7570 2003-12-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7572         * gst/gstinfo.h:
7573           fix GST_DEBUG_CATEGORY_INIT gtk-doc description
7574         * docs/gst/tmpl/gstreamer-unused.sgml:
7575           removed all traces of cvs conflicts
7577 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7579         * configure.ac:
7580         * gst/schedulers/cothreads_compat.h:
7581         * libs/Makefile.am:
7582           remove last instances of wingo cothread usage
7584 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7586         * gst/gstplugin.c:
7587         * gst/gstversion.h.in:
7588         * gst/parse/grammar.y:
7589           change comment block from /** to /* when not gtk-doc comments
7591 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7593         * gst/gst.c: whitespace and doc style fixes
7595 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7597         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
7599 2003-12-24  Colin Walters  <walters@verbum.org>
7601         * gst/elements/gsttypefindelement.c:
7602           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
7603           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
7604           Don't double-free caps.
7606 2003-12-23  David Schleef  <ds@schleef.org>
7608         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
7609           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
7610           Many little fixes and additions of debug statements to
7611           get rhythmbox working.
7613 2003-12-23  Colin Walters  <walters@verbum.org>
7615         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
7616         Use GST_PAD_LINK_SUCCESSFUL.
7618 2003-12-23  David Schleef  <ds@schleef.org>
7620         * gst/elements/gstaggregator.c:
7621         * gst/elements/gsttee.c:
7622           Use gst_pad_proxy_getcaps().
7623         * gst/gstpad.c:
7624         * gst/gstpad.h:
7625           Add gst_pad_proxy_getcaps(), which filter elements can use
7626           as a generic getcaps implementation.
7627           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
7628           was advertised.
7630 2003-12-23  David Schleef  <ds@schleef.org>
7632         * gst/gstpad.c:
7633           Rearrange/rewrite much of the pad negotiation code, since it
7634           resembled pasta.  This actually changes the way some
7635           negotiation works, since the previous code was inconsistent
7636           depending on how it was invoked.  Add (internal) structure
7637           GstPadLink, which is used to hold some information (more in
7638           the future) about the link between two pads.  Fixes a number
7639           of bugs, including random lossage of filter caps when the
7640           initial negotiation is delayed.  A few functions are still
7641           unimplemented.
7642         * gst/gstpad.h:
7643           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
7644           these when testing GstPadLinkReturn values instead of comparing
7645           directly.
7647 2003-12-23  David Schleef  <ds@schleef.org>
7649         * gst/gstvalue.c: 
7650         * gst/gstvalue.h:
7651           Rearrange lots of code.  Change registration of compare function
7652           into registration of compare/serialize/deserialize functions.
7653           Doesn't include implementation of gst_value_[de]serialize(),
7654           but that should be easy.
7656 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7658         * docs/gst/gstreamer-sections.txt:
7659         * docs/gst/tmpl/gstprops.sgml: removed
7660         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
7661           David removed props and caps code, so let's remove their docs as well.
7662           Removed all no longer existing symbols from gstreamer-sections.txt
7663           
7664 2003-12-22  Colin Walters  <walters@verbum.org>
7666         * gst/gsttaginterface.c, gst/gsttaginterface.h,
7667           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
7668           of tags directly.
7670 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7672         * gst/elements/gstelements.c:
7673           Set ranks of elements to NONE, so the autoplugger doesn't use them.
7674         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
7675           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
7676           gst_caps (peer).
7678 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7680         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
7681         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
7682         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
7683         (gst_spider_identity_sink_loop_type_finding):
7684         * gst/autoplug/gstspideridentity.h:
7685           Fix autoplugging in spider element, so it works with new caps.
7686           This was mainly caused by identifying empty caps incorrectly.
7688 2003-12-22  David Schleef  <ds@schleef.org>
7690         * gststructure.c, gstvalue.c, gstvalue.h: Add
7691           gst_value_init_and_copy() and use it, to avoid silly mistakes in
7692           using g_value_copy()
7694 2003-12-21  David Schleef  <ds@schleef.org>
7696         * many, many files: Merge CAPS branch.  This includes:
7697           - implemention of GstValue and several GstValue types
7698           - implemention of GstStructure
7699           - entire rewrite of GstCaps
7700           - removal of GstProps
7701           - many changes to GstPad to compensate for new caps paradigm
7702           - removal of GstBufferpool
7703         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
7704         gstvalue.h, gst/gstcaps[2]*.[ch]:
7705           - rename gstcaps2.[ch] to gstcaps.[ch]
7707 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7709         * gst/gstqueue.c: (gst_queue_handle_pending_events),
7710         (gst_queue_chain), (gst_queue_handle_src_event):
7711           implement timeout for sending events. Workaround for if the
7712           pipeline on this queue is not passing any data.
7714 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
7715                                                                                 
7716         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
7717         * moved CVS to freedesktop.org