]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/blob - ChangeLog
gst/schedulers/gstoptimalscheduler.c: When we're recursing into a chain run, only...
[glsdk/gstreamer0-10.git] / ChangeLog
1 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3         * gst/schedulers/gstoptimalscheduler.c:
4         (gst_opt_scheduler_schedule_run_queue), (schedule_chain),
5         (gst_opt_scheduler_get_wrapper):
6           When we're recursing into a chain run, only run the directly
7           related group, not all queued ones. This will fix a possible
8           deadlock in chains with more than two groups.
10 2004-12-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12         * autogen.sh:
13           remove patch if autopoint fails
15 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17         * docs/gst/gstreamer-sections.txt:
18           Document Thomas' addition, fix build, make Luis the sheriff happy.
20 2004-12-07  Thomas Vander Stichele  <thomas at apestaart dot org>
22         * gst/gstplugin.c:
23         * gst/gstplugin.h:
24           add accessor for version field
26 2004-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28         submitted by: Luca Ferretti <elle.uca@infinito.it>
30         * po/LINGUAS:
31         * po/it.po:
32           New tranlation added: Italian
34 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
36         * gst/gstpad.c: (gst_pad_is_negotiated),
37         (gst_pad_get_negotiated_caps):
38           GST_RPAD_* will only operate on a RealPad (it casts the pointer,
39           it doesn't actually check the contents), so be sure to hand it
40           a RealPad else we'll crash.
42 2004-12-03  Wim Taymans  <wim@fluendo.com>
44         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
45         (gst_queue_link), (gst_queue_handle_src_query):
46         Reverted to 1.110 until this makes the testsuite and various
47         apps work.
49 2004-12-01  Christian Fredrik Kalager Schaller christian@fluendo.com 
51         * docs/upload.mak: fix included CVS conflict strings
53 2004-12-01  William Jon McCann  <mccann@jhu.edu>
55         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
57         * gst/gstelement.c: (gst_element_error_full):
58           Use g_error_new_literal because error text may have
59           percentage signs in it. Fixes #160019.
61 2004-12-01  Benjamin Otte  <otte@gnome.org>
63         * gst/elements/gstbufferstore.c:
64         (gst_buffer_store_add_buffer_func):
65           don't try to make subbuffers bigger than they can be. (fixes
66           #159970)
68 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
70         * docs/gst/gstreamer-sections.txt:
71         * docs/gst/tmpl/gstvalue.sgml:
72           Add new function to docs to fix build.
74 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
76         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
77         * gst/gstpad.c: (_gst_pad_default_fixate_value),
78         (_gst_pad_default_fixate_foreach):
79         * gst/gstvalue.c: (gst_type_is_fixed), (gst_value_is_fixed):
80         * gst/gstvalue.h:
81           Deprecate _type_is_fixed, use _value_is_fixed instead, since
82           in some cases (arrays), the fixedness depends on the content.
83         * gst/gstqueue.c: (gst_queue_handle_src_query):
84           Check for availability before doing something.
86 2004-11-29  Wim Taymans  <wim@fluendo.com>
88         * testsuite/threads/Makefile.am:
89         * testsuite/threads/signals.c: (gst_test_get_type),
90         (gst_test_class_init), (gst_test_init), (gst_test_dispose),
91         (gst_test_set_property), (gst_test_get_property),
92         (gst_test_do_signal1), (signal2_handler), (gst_test_do_signal2),
93         (gst_test_do_prop), (run_thread), (main):
94         Added a bunch of testcases that show threadsafety bugs in glib.
96 2004-11-29  Stefan Kost  <ensonic@users.sf.net>
98         * docs/manual/programs.xml:
99       Added a first batch of gst-launch examples, as provided by Ronald
100       and others from the devel-mlist
102 2004-11-28  Benjamin Otte  <otte@gnome.org>
104         * gst/gstelement.c: (gst_element_negotiate_pads):
105           simplify
106         * gst/gstvalue.c: (gst_string_wrap), (gst_string_unwrap),
107         (gst_value_serialize_string), (gst_value_deserialize_string):
108           add unwrapping of previously wrapped strings. Fix bug in wrapping
109           while at it.
110         * testsuite/caps/value_serialize.c: (test1),
111         (test_string_serialization), (test_string_deserialization), (main):
112           add tests for string (de)serialization
114 2004-11-26  Wim Taymans  <wim@fluendo.com>
116         * testsuite/threads/159566.c: (object_deep_notify), (main):
117         * testsuite/threads/Makefile.am:
118         Added testsuite to show bug #159566
120 2004-11-25  Wim Taymans  <wim@fluendo.com>
122         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_change_state),
123         (gst_thread_child_state_change), (gst_thread_main_loop):
124         Ref the thread object in the GThread mainloop. Break out of the
125         thread mainloop if it holds the last ref. This properly exits
126         the threads when disposing the thread from its own context. It
127         also avoids possible deadlocks in the dispose function.
129 2004-11-24  Martin Soto  <martinsoto@users.sourceforge.net>
131         * gst/gstqueue.c (gst_queue_link_sink): Grab the lock only when
132         it is necessary to wait.
134 2004-11-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
136         * docs/pwg/building-boiler.xml:
137           Make description somewhat clearer.
139 2004-11-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
141         * docs/upload.mak:
142           Apparently docs changed location on FDO's server.
144 2004-11-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
146         * docs/pwg/appendix-checklist.xml:
147           Add some random notes on thinks to check when writing an element.
148           This list can be extended as people see fit.
150 2004-11-23  Martin Soto  <martinsoto@users.sourceforge.net>
152         * gst/gstqueue.c (gst_queue_init, gst_queue_link_sink)
153         (gst_queue_link_src): Allow for renegotiating the caps of the sink
154         pad. The queue will now wait until it is empty and forward the new
155         caps to the source.
156         * gst/gstbin.c (gst_bin_set_element_sched)
157         (gst_bin_unset_element_sched): Make sure that all elements and
158         links are registered and unregistered with the scheduler exactly
159         once. This elaborates on a fix by Benjamin Otte, but
160         guarantees that decoupled elements are also registered.
162 2004-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
164         * docs/manual/quotes.xml:
165           add a quote
166         * configure.ac:
167         * gst/gst.c:
168         * gst/gstinfo.c:
169           add LIBDIR and move init message higher up so it's at the start
171 2004-11-08  Christian Fredrik Kalager Schaller  <christian@fluendo.com>
173         * gst/schedulers/Makefile.am: fix disted build fair by including .h file
174         * gstreamer.spec.in: add fair
176 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
178         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
179         * gst/elements/gstidentity.c: (gst_identity_class_init):
180           Use G_SIGNAL_TYPE_STATIC_SCOPE, patch by Christophe Fergeau
181           <teuf@gnome.org> (#157263).
182         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
183         (gst_type_find_handle_src_query):
184           Subtract size of internally stored data from position queries.
186 2004-11-07  Martin Soto  <martinsoto@users.sourceforge.net>
188         * gst/schedulers/fairscheduler.c:
189         * gst/schedulers/faircothreads.c:
190         * gst/schedulers/faircothreads.h:
191         New cothread based scheduler: Fair scheduler.
192         * gst/schedulers/gthread-cothreads.h: 
193         Add the standard #if around the whole file.
194         Defining symbol GTHREAD_COTHREADS_NO_DEFINITIONS will now prevent
195         compilation of the functions defined in this file. This is
196         necessary to be able to use this file as a normal header.
197         * gst/schedulers/Makefile.am: Add compiling support for fair
198         scheduler.
199         * docs/gst/Makefile.am (IGNORE_HFILES): Exclude internal fair
200         scheduler cothreads layer from documentation generation.
202 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
204         * gst/autoplug/gstspideridentity.c:
205         (gst_spider_identity_sink_loop_type_finding):
206           Don't crash if that function is not implemented.
208 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
210         * docs/pwg/advanced-types.xml:
211           Another typo.
213 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
215         * docs/pwg/intro-preface.xml:
216           Hm, ok, so the brackets weren't really useful...
217         * docs/pwg/other-ntoone.xml:
218           Fix embarassing typo.
220 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
222         * docs/pwg/intro-preface.xml:
223           Rewrite preface.
225 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
227         * docs/pwg/advanced-scheduling.xml:
228         * docs/pwg/advanced-tagging.xml:
229         * docs/pwg/advanced-types.xml:
230         * docs/pwg/building-boiler.xml:
231         * docs/pwg/building-chainfn.xml:
232         * docs/pwg/building-signals.xml:
233         * docs/pwg/building-state.xml:
234         * docs/pwg/building-testapp.xml:
235         * docs/pwg/intro-basics.xml:
236         * docs/pwg/other-manager.xml:
237         * docs/pwg/other-source.xml:
238           Typo fixes.
239         * docs/pwg/other-manager.xml:
240           Add some first content. No example code yet.
241         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
242           Remove double newlines.
244 2004-11-04  Wim Taymans  <wim@fluendo.com>
246         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
247         (remove_from_group), (normalize_group), (group_migrate_connected),
248         (gst_opt_scheduler_iterate):
249         * testsuite/schedulers/.cvsignore:
250         * testsuite/schedulers/Makefile.am:
251         * testsuite/schedulers/queue_link.c: (main):
252         Added testcase for schduler segfault.
253         Fix scheduler segfault when removing a decoupled
254         entry point as the last element from a group.
256 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
258         * gst/gstmarshal.list: add missing marshaller, fixes build
260 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
262         * docs/random/signal: added notes about using BOXED for GstBuffer
263         signal marshallers, not POINTER
265 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
267         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
268         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init): more
269         POINTER=>BOXED changes to marshal GstBuffers
271 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
273         * gst/elements/gstidentity.c: (gst_identity_class_init): GstBuffer is 
274         a boxed type, marshal the signal with VOID__BOXED, not VOID__POINTER
276 2004-11-03  Stefan Kost  <ensonic@users.sf.net>
278         * docs/gst/gstreamer-sections.txt:
279         * docs/gst/tmpl/gstcaps.sgml:
280         * docs/gst/tmpl/gsterror.sgml:
281         * docs/gst/tmpl/gstinfo.sgml:
282         * docs/gst/tmpl/gstmacros.sgml:
283         * docs/gst/tmpl/gstutils.sgml:
284         * docs/random/ensonic/interfaces.txt:
285         * gst/gstinfo.h:
286       added some more docs, removed two obsolete defines
288 2004-11-02  Kjartan Maraas <as at gnome.org>
290         reviewed by: Wim Taymans, Ronald Bultje.
292         * gst/cothreads.c: (cothread_create):
293         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
294         (gst_bin_child_state_change_func):
295         * gst/gstbuffer.c: (gst_buffer_span):
296         * gst/gstelement.c: (gst_element_get_index),
297         (gst_element_get_event_masks), (gst_element_get_query_types),
298         (gst_element_get_formats):
299         * gst/gsterror.c: (_gst_core_errors_init),
300         (_gst_library_errors_init), (_gst_resource_errors_init),
301         (_gst_stream_errors_init):
302         * gst/gstobject.c: (gst_object_default_deep_notify):
303         * gst/gstpad.c: (gst_pad_get_event_masks),
304         (gst_pad_get_internal_links_default):
305         * gst/gstplugin.c: (gst_plugin_register_func),
306         (gst_plugin_get_module):
307         * gst/gststructure.c: (gst_structure_get_string),
308         (gst_structure_get_abbrs), (gst_structure_from_abbr),
309         (gst_structure_to_abbr):
310         * gst/gstutils.c: (gst_print_element_args):
311         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
312         (setup_group_scheduler), (gst_opt_scheduler_iterate):
313         Aplied part of patch #157127: Cleanup of issues reported by 
314         sparse.
315         Also do not try to use cothreads when there is no cothread
316         context yet.
318 2004-11-02  Sebastien Cote <sc5 at hermes.usherb.ca>
320         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
321         (gst_opt_scheduler_iterate):
322         Aplied patch #154061. Running a pipeline in which an element 
323         calls GST_ELEMENT_ERROR in the chain function, the opt 
324         scheduler doesn't unref the chain so it never gets freed.
326 2004-11-02  Wim Taymans  <wim@fluendo.com>
328         * gst/gststructure.c: (gst_structure_get_abbrs),
329         (gst_structure_from_abbr), (gst_structure_to_abbr):
330         Remove that ugly if-then thing in the code that converts
331         between strings and types.
333 2004-11-02  Wim Taymans  <wim@fluendo.com>
335         * gst/gstscheduler.c: (gst_scheduler_add_element),
336         (gst_scheduler_remove_element), (gst_scheduler_state_transition):
337         Aplied clock distribution patch, this should fix bug
338         #148787.
340 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
342         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
344         * po/LINGUAS:
345         * po/nb.po:
346           Added Norwegian Bokmaal translation
348 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
350         * tools/gst-inspect.c: (print_signal_info):
351           print signal arguments as pointers if they are
353 2004-10-22  Stefan Kost  <ensonic@users.sf.net>
355         * docs/pwg/building-boiler.xml:
356       exchanged GTK_ macros with G_TYPE macros (as pointed out by mathrick)
358 2004-10-19  Wim Taymans  <wim at fluendo dot com>
360         * gst/parse/parse.l:
361         * testsuite/parse/parse1.c: (main):
362         Since parse can do 'element name=a:b' make 'a:b.' work as
363         well. 
364         Added testcase to verify fix.
366 2004-10-19  Wim Taymans  <wim at fluendo dot com>
368         * tools/gst-inspect.c: (print_pad_info), (print_plugin_features):
369         Use the realpad when printing the direction.
370         Add extra \n when printing extensions of typefind factories.
372 2004-10-13  David Schleef  <ds@schleef.org>
374         * examples/manual/Makefile.am: $< isn't portable in Makefile
375         rules.
377 2004-10-13  Stefan Kost  <ensonic@users.sf.net>
379         * docs/gst/tmpl/gstobject.sgml:
380         * docs/gst/tmpl/gstplugin.sgml:
381         * docs/gst/tmpl/gstpluginfeature.sgml:
382         * docs/gst/tmpl/gstregistry.sgml:
383         * docs/gst/tmpl/gstversion.sgml:
384         * gst/gstbin.c:
385           more api documentation
386         * gst/gstplugin.c: (gst_plugin_register_func),
387         (gst_plugin_check_file), (gst_plugin_load_file):
388           better error signaling and logging
390 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
392         * gst/gstqueue.c: (gst_queue_init), (gst_queue_handle_src_query):
393           Subtract current queue contents from position queries.
395 2004-10-11  Johan Dahlin  <johan@gnome.org>
397         * gst/gsturi.c (gst_uri_get_location): unescape string
398         (gst_uri_construct): escape string.
400 2004-10-11  Benjamin Otte  <otte@gnome.org>
402         * gst/gstpad.c: (gst_pad_renegotiate), (gst_pad_try_set_caps),
403         (gst_pad_try_set_caps_nonfixed):
404           allow renegotiation of unconnected pads (as inside spider). Simply
405           return OK if unconnected - mimic try_set_caps there.
407 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
409         * gst/gstbin.c: (gst_bin_sync_children_state):
410           Add missing break.
412 2004-10-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
414         * gst/elements/gstfakesrc.c: (gst_fakesrc_get):
415         Set element to EOS before sending EOS event
417 2004-10-08  Wim Taymans  <wim at fluendo dot com>
419         * gst/elements/gsttypefindelement.c:
420         (gst_type_find_element_handle_event):
421         Handle EOS events when doing the transition from
422         typefind to data passing. This should fix the
423         infinite loops in short files.
425 2004-10-07  Wim Taymans  <wim at fluendo dot com>
427         * gst/gstthread.c: (gst_thread_change_state),
428         (gst_thread_child_state_change):
429         Make sure no iteration happens while performing
430         the state change as it could mess up the internal
431         consistency of the thread state.
433 2004-10-07  Wim Taymans  <wim at fluendo dot com>
435         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_sync),
436         (gst_thread_change_state), (gst_thread_child_state_change):
437         Do not try to grab the iterate lock in the state change method
438         when we are in the same thread as the iterate or else we
439         could deadlock. Some other cleanups.
441 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
443         * configure.ac:
444           bump nano to cvs
446 === release 0.8.7 ===
448 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
450         * configure.ac:
451         * NEWS:
452         * RELEASE:
453         * configure.ac:
454           releasing 0.8.7, "A Cruise"
456 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
458         * docs/random/mimetypes:
459         Add an entry for Sony ATRAC3 audio format with mime-type
460         used by rmdemux et riff-read
462 2004-10-06  Wim Taymans  <wim at fluendo dot com>
464         * gst/elements/gsttypefindelement.c: (stop_typefinding):
465         Push the buffer store instead of clearing it in case that
466         the stream is not seekable.
468 2004-10-06  Wim Taymans  <wim at fluendo dot com>
470         * gst/gstthread.c: (gst_thread_init), (gst_thread_change_state),
471         (gst_thread_main_loop):
472         Lock the iteration and the state change so that automatic
473         negotiation and fixation does not happen at the same time
474         as the in stream negotiation.
476 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
478         * configure.ac:
479           bump nano to cvs
481 === release 0.8.6 ===
483 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
485         * configure.ac:
486         * NEWS:
487         * RELEASE:
488         * configure.ac:
489           releasing 0.8.6, "Narc"
491 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
493         * configure.ac:
494           prerel bump
496 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
498         patch by: Steve Lhomme
500         * gst/elements/gstfakesrc.c:
501         * gst/elements/gstidentity.c:
502         * gst/gstthread.c:
503           Fix for #153881
505 2004-10-01  Wim Taymans  <wim at fluendo dot com>
507         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc):
508         Fix threadsafety of the crc checking function.
510 2004-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
512         patch by: Ronald Bultje
514         * gst/elements/gsttypefindelement.c: (stop_typefinding),
515         (gst_type_find_element_handle_event),
516         (gst_type_find_element_chain):
517         * gst/elements/gsttypefindelement.h:
518          #153657.
519          Filter out discont event from seekable sources when typefind
520          asks them to seek.  Fixes typefind with demuxers for
521          avi, asf and matroska.
523 2004-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
525         * docs/gst/gstreamer-sections.txt:
526         * gst/gstcaps.c:
527         * gst/gstcaps.h:
528         * gst/gstpad.c:
529           Revert preferred caps: (#147789)
531 2004-09-19  Steve Lhomme  <steve.lhomme@free.fr>
533         * win32/dirent.c:
534           fix a memory leak
536 2004-09-10  Thomas Vander Stichele  <thomas at apestaart dot org>
538         * configure.ac:
539           bump for prerelease
541 2004-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
543         * docs/Makefile.am:
544         * docs/manual/elements-api.xml:
545           restructure so that common stuff is shown first
546         * docs/manual/init-api.xml:
547           convert to examples
548         * docs/manual/manual.xml:
549         * docs/manuals.mak:
550         * docs/url.entities:
551           link to API on the website, possibly override later in build
552         * examples/manual/.cvsignore:
553           ignore more
554         * examples/manual/Makefile.am:
555           add more examples
556         * examples/manual/extract.pl:
557           error out on failure
559 2004-09-08  Thomas Vander Stichele  <thomas at apestaart dot org>
561         * docs/gst/tmpl/gstthread.sgml:
562         * docs/manual/init-api.xml:
563         * examples/manual/Makefile.am:
564           convert two code bits to examples
566 2004-09-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
568         * gst/gstelement.c: (gst_element_change_state):
569           Well, actually, I was about to remove this insane assert when
570           I noticed Wim already did that. A warning is nice so we can
571           fix actual ugs (using --g-fatal-warnings and backtraces), so
572           I added that instead.
574 2004-09-06  Wim Taymans  <wim@fluendo.com>
576         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
577         (gst_element_threadsafe_properties_post_run),
578         (gst_element_set_state), (gst_element_change_state):
579         Added extra refcounting around various places. 
581 2004-09-06  Wim Taymans  <wim@fluendo.com>
583         * gst/gstpad.c: (gst_pad_link_call_link_functions):
584         Fix debug info.
586 2004-09-06  Wim Taymans  <wim@fluendo.com>
588         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
589         (remove_from_group):
590         Some more debug info.
592 2004-09-03  Wim Taymans  <wim@fluendo.com>
594         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
595         (gst_fakesrc_init), (gst_fakesrc_set_clock),
596         (gst_fakesrc_set_property), (gst_fakesrc_get_property),
597         (gst_fakesrc_get), (gst_fakesrc_change_state):
598         * gst/elements/gstfakesrc.h:
599         * gst/elements/gstidentity.c: (gst_identity_class_init),
600         (gst_identity_init), (gst_identity_chain),
601         (gst_identity_set_property), (gst_identity_get_property),
602         (gst_identity_change_state):
603         * gst/elements/gstidentity.h:
604         Added datarate properties to limit the datarate.
606 >>>>>>> 1.808
607 2004-08-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
609         * gst/autoplug/gstspider.c: (plugin_init):
610           don't set a rank. We don't want to autoplug by inserting spiders.
612 2004-08-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
614         * gst/autoplug/gstspider.c: (gst_spider_class_init),
615         (gst_spider_identity_plug):
616           add a template for spider's sink
617         * gst/gst.c: (gst_register_core_elements):
618           queue's rank should be NULL, we don't want spider to add it.
620 2004-08-18  David Schleef  <ds@schleef.org>
622         * docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331)
623         * docs/libs/Makefile.am: same
624         * docs/gst/tmpl/gstxml.sgml: Remove GstXMLNs
625         * docs/random/ds/0.9-planning: random additions
626         * docs/random/ds/0.9-suggested-changes: same
627         * gst/gstxml.h: remove vestigal GstXMLNs definition
629         Preferred caps: (#147789)
630         * docs/gst/gstreamer-sections.txt: Add symbols
631         * docs/gst/tmpl/gstcaps.sgml: Add symbols
632         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
633         (gst_caps_append), (gst_caps_copy_1), (gst_caps_intersect),
634         (gst_caps_union), (gst_caps_save_thyself), (gst_caps_load_thyself),
635         (gst_caps_get_preferred), (gst_caps_set_preferred),
636         (gst_caps_get_structure_by_id), (gst_caps_prefer_foreach),
637         (gst_caps_use_preferred): Handle caps preferences
638         * gst/gstcaps.h: Add caps preferences
639         * gst/gstpad.c: (gst_pad_link_get_preferred),
640         (gst_pad_link_fixate), (gst_pad_link_call_link_functions),
641         (gst_pad_renegotiate), (gst_pad_guess_preferred),
642         (gst_pad_get_caps), (gst_pad_push):  Use caps preferences for
643         negotiation.
645 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
647         * gst/autoplug/gstspideridentity.c:
648         (gst_spider_identity_request_new_pad):
649         * gst/elements/gstaggregator.c: (gst_aggregator_base_init),
650         (gst_aggregator_init):
651         * gst/elements/gstfakesink.c: (gst_fakesink_base_init),
652         (gst_fakesink_init):
653         * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
654         (gst_fakesrc_init):
655         * gst/elements/gstfdsink.c: (gst_fdsink_base_init),
656         (gst_fdsink_init):
657         * gst/elements/gstfdsrc.c: (gst_fdsrc_base_init), (gst_fdsrc_init):
658         * gst/elements/gstfilesink.c: (gst_filesink_base_init),
659         (gst_filesink_init):
660         * gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
661         (gst_filesrc_init):
662         * gst/elements/gstidentity.c: (gst_identity_base_init),
663         (gst_identity_init):
664         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
665         (gst_multifilesrc_init):
666         * gst/elements/gstpipefilter.c: (gst_pipefilter_base_init),
667         (gst_pipefilter_init):
668         * gst/elements/gststatistics.c: (gst_statistics_base_init),
669         (gst_statistics_init):
670         * gst/elements/gsttee.c: (gst_tee_base_init), (gst_tee_init):
671         * gst/gstqueue.c: (gst_queue_base_init), (gst_queue_init):
672           s/gst_pad_new/&_from_template/
673           register pad templates in the base_init function
674           add static pad template definitions
676 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
678         * testsuite/bytestream/gstbstest.c: (gst_bstest_init):
679         * testsuite/dynparams/dparamstest.c: (gst_dptest_init):
680         * testsuite/refcounting/pad.c: (main):
681         * testsuite/refcounting/thread.c: (create_thread_ghostpads):
682           s/gst_pad_new/&_from_template/
683           prepare deprecation of gst_pad_new
685 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
687         patch by: Luca Ognibene <skaboy81@virgilio.it>
689         * gst/gstcaps.c:
690         * gst/gstelement.c:
691         * gst/gstpad.c:
692         * gst/gstxml.c:
693           fix memleaks.  Fixes #150001
695 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
697         * docs/random/ds/0.9-suggested-changes:
698           add notes - mostly about pad templates
700 2004-08-16  Steve Lhomme  <steve.lhomme@free.fr>
702         * win32/GStreamer.vcproj:
703           temporary locale files are .gmo not .mo
705 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
707         * configure.ac: bump nano to cvs
709 === release 0.8.5 ===
711 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
713         * configure.ac:
714           releasing 0.8.5, "Stuttgart"
715         * NEWS:
716         * RELEASE:
717         * configure.ac:
718         * docs/random/release:
719           updates for release
721 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
723         patch by: Wim Taymans (wim@fluendo.com)
725         * gst/gstbuffer.c:
726         * gst/gstindex.h:
727         * libs/gst/dataprotocol/dataprotocol.c:
728           copy KEY_UNIT and DELTA_UNIT flags correctly.  Fixes #150242
730 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
732         * Makefile.am:
733         * win32/MANIFEST:
734           add win32 dir to the build.  Fixes #149981.
736 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
738         * configure.ac:
739           bump libtool versioning
740         * gst/gststructure.c:
741           mark function as static
742         * po/af.po:
743         * po/az.po:
744         * po/ca.po:
745         * po/cs.po:
746         * po/en_GB.po:
747         * po/fr.po:
748         * po/nl.po:
749         * po/sq.po:
750         * po/sr.po:
751         * po/sv.po:
752         * po/tr.po:
753         * po/uk.po:
754           translations update
755         * win32/README.txt:
756           trademark protection
758 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
760         * configure.ac:
761           fix GST_ORIGIN
762           set GST_PACKAGE to source, and distinguish between release and other
763         * tools/gst-inspect.c:
764           print out plugin an element factory is part of so we see this info
766 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
768         * docs/gst/gstreamer-sections.txt:
769         * docs/gst/tmpl/gstbuffer.sgml:
770         * docs/gst/tmpl/gstschedulerfactory.sgml:
771           reorder docs a little, make GstBuffer's more sensible.
772         * gst/gstbuffer.h:
773           API: added GST_BUFFER_FLAG_DELTA_UNIT
774         * gst/gstscheduler.c:
775           comment API addition
777 2004-08-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
779         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
780           work with non-regular files that can be mmapped (like /dev/zero)
781         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
782           get rid of typefinds that require a seek when we can't seek instead
783           of trying them over and over again
784         * tools/gst-launch.c: (idle_func), (error_cb), (main):
785           return non-zero failure value when the pipeline was interrupted or
786           an error occurred
788 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
790         * win32/config.h:
791         * win32/GStreamer.vcproj:
792           compile and install the locales
794 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
796         * gst/gstvalue.c:
797           fix a possible memory leak under Windows
799 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
801         * win32/GStreamer.vcproj:
802           fix a memory leak that occured under Windows
803         * win32/gstreamer.def:
804           add gst_scheduler_register
806 2004-08-11  Benjamin Otte  <otte@gnome.org>
808         * docs/gst/gstreamer-sections.txt:
809         * gst/gstscheduler.c: (gst_scheduler_register):
810         * gst/gstscheduler.h:
811           API:
812           add gst_scheduler_register shortcut similar to gst_element_register
813         * gst/schedulers/entryscheduler.c: (plugin_init):
814         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
815         * gst/schedulers/gstoptimalscheduler.c: (plugin_init):
816           use it
818 2004-08-10  Steve Lhomme  <steve.lhomme@free.fr>
820         * gst/gstvalue.h:
821           fix a memory leak that occured under Windows
823 2004-08-10  Colin Walters  <walters@redhat.com>
825         * gst/registries/gstxmlregistry.c (gst_xml_registry_open_func):
826         Don't use O_EXCL to open temporary registry.  It will prevent
827         registry creation if a temporary one already exists, which
828         is unnecessary.
830 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
832         * docs/gst/gstreamer-sections.txt:
833         * docs/gst/tmpl/gstvalue.sgml:
834           remove some valuable stuff from the documentation due to the use of GST_EXPORT
836 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
838         * win32/gstbytestream.vcproj:
839         * win32/gstelements.vcproj:
840         * win32/gstgetbits.vcproj:
841         * win32/gst-inspect.vcproj:
842         * win32/gst-launch.vcproj:
843         * win32/gstoptimalscheduler.vcproj:
844         * win32/GStreamer.vcproj:
845         * win32/gst-register.vcproj:
846         * win32/gstspider.vcproj:
847           update the include and lib dirs to fit standard libraries as
848           described in the Win32 manual
850 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
852         * win32/config.h:
853         * win32/gstversion.h:
854           enable NLS again, push the version number for the coming 0.8.5 release
856 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
858         * gst/gstvalue.h:
859           export gst_type_XXX for windows DLLs
861 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
863         * docs/faq/gst-uninstalled:
864           fix PKG_CONFIG_PATH and PYTHONPATH
865         * gst/schedulers/Makefile.am:
866           cleanup
867         * libs/gst/bytestream/bytestream.c:
868           remove newline
869         * po/LINGUAS:
870         * po/sq.po:
871           adding Albanian translation (Laurent Dhima)
872         * po/cs.po:
873           updated
875 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
877         * po/ca.po:
878         * po/sv.po:
879           updated translations
881 2004-08-04  Benjamin Otte  <otte@gnome.org>
883         * tests/mass_elements.c: (main):
884           allow specifying src and sink element explicitly, so I can test
885           videotestsrc instead of fakesrc
887 2004-08-04  Benjamin Otte  <otte@gnome.org>
889         * gst/gststructure.c: (gst_structure_id_empty_new_with_size),
890         (gst_structure_id_empty_new), (gst_structure_empty_new),
891         (gst_structure_copy):
892           add gst_structure_id_empty_new_with_size to allow preallocating
893           value array sizes. Use this in gst_structure_copy to get rid of
894           reallocs.
895           don't do quark=>string=>quark when copying structures
897 2004-08-03  Steve Lhomme  <steve.lhomme@free.fr>
899         * docs/manual/win32.xml:
900         * win32/README.txt:
901           update documentation with the clean version of dependencies
903 2004-08-03  Benjamin Otte  <otte@gnome.org>
905         * gst/schedulers/entryscheduler.c:
906         (gst_entry_scheduler_remove_element):
907           fix for GST_DISABLE_DEBUG
908         * tools/gst-launch.c: (print_tag):
909           fixes for G_DISABLE_ASSERT
911 2004-08-03  Benjamin Otte  <otte@gnome.org>
913         * gst/gst.c: (gst_register_core_elements):
914           fix for G_DISABLE_ASSERT
915         * gst/gstinfo.c: (__gst_in_valgrind):
916           add for GST_DISABLE_DEBUG
918 2004-08-03  Benjamin Otte  <otte@gnome.org>
920         * gst/parse/parse.l:
921           fix for G_DISABLE_ASSERT
923 2004-08-03  Wim Taymans  <wim@fluendo.com>
925         * gst/gstbin.c: (gst_bin_get_type),
926         (gst_bin_child_state_change_func):
927         * gst/gstthread.c: (gst_thread_change_state):
928         Backported some debug logging from a reverted patch
929         Don't try to destroy the thread twice. Added some more
930         debugging in GstThread. Unlock and signal even if we
931         are in the thread context.
933 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
935         * po/uk.po:
936           updated translation
938 2004-07-30  David Schleef  <ds@schleef.org>
940         * gst/gstatomic_impl.h: Enable atomic code for x86_64
942 2004-07-29  David Schleef  <ds@schleef.org>
944         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test):
945         Use GST_READ_GUINTxx_BE(), since it accesses unaligned memory.
947 2004-07-29  Thomas Vander Stichele  <thomas at apestaart dot org>
949         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
950         (gst_bin_add_func), (gst_bin_remove_func),
951         (gst_bin_child_state_change), (gst_bin_child_state_change_func),
952         (set_kid_state_func), (gst_bin_change_state), (gst_bin_set_state),
953         (gst_bin_change_state_norecurse), (gst_bin_dispose),
954         (gst_bin_sync_children_state):
955         * gst/gstbin.h:
956         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_release),
957         (gst_thread_change_state):
958         * testsuite/states/Makefile.am:
959           revert state change patches as agreed so we can rework them
960           gradually
962 2004-07-29  Benjamin Otte  <otte@gnome.org>
964         * libs/gst/control/Makefile.am:
965           link to libgstreamer (fixes Debian bug 262019, see
966           http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=262019 )
968 2004-07-29  Wim Taymans  <wim@fluendo.com>
970         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
971         (check_from_fraction_convert), (transform_test), (main):
972         Make the test less pedantic about float roundoff errors.
974 2004-07-29  Benjamin Otte  <otte@gnome.org>
976         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file),
977         (gst_filesrc_srcpad_event):
978           make seek events to before start/after end of file not fail, but
979           seek to start/end instead
980         * testsuite/caps/fraction-convert.c: (check_from_double_convert):
981           add more output
983 2004-07-29  Benjamin Otte  <otte@gnome.org>
985         * gst/gstpad.c: (gst_pad_set_explicit_caps):
986           check that caps are fixed
987         * gst/gstpad.c: (gst_pad_template_new):
988           don't try to simplify caps, costs too much time on gst_init
989         * gst/gstplugin.c: (gst_plugin_add_feature):
990           G_ERROR if features are added twice
991         * gst/gsttypefind.c: (gst_type_find_register):
992         * gst/gstelementfactory.c: (gst_element_register):
993           don't add features twice
994         * docs/random/ds/0.9-suggested-changes:
995           add note about possible gst_init optimization
997 2004-07-28  David Schleef  <ds@schleef.org>
999         * testsuite/elements/Makefile.am:
1000         * testsuite/elements/struct_i386.h:
1001         * testsuite/elements/struct_size.c: (main):  A little test
1002         to keep distcheck from working if someone changes a structure
1003         size accidentally.
1005 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1007         * docs/libs/Makefile.am:
1008         * docs/libs/gstreamer-libs-docs.sgml:
1009         * docs/libs/gstreamer-libs-sections.txt:
1010         * docs/libs/tmpl/gstbytestream.sgml:
1011         * docs/libs/tmpl/gstcontrol.sgml:
1012         * docs/libs/tmpl/gstdataprotocol.sgml:
1013         * docs/libs/tmpl/gstgetbits.sgml:
1014         * libs/gst/bytestream/Makefile.am:
1015         * libs/gst/bytestream/bytestream.c:
1016         * libs/gst/bytestream/bytestream.h:
1017         * libs/gst/control/Makefile.am:
1018         * libs/gst/dataprotocol/Makefile.am:
1019         * libs/gst/getbits/Makefile.am:
1020         * libs/gst/getbits/getbits.h:
1021           various doc and style fixes, adding bytestream to libs docs.
1023 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1025         * docs/gst/gstreamer-docs.sgml:
1026         * docs/libs/Makefile.am:
1027         * docs/libs/gstreamer-libs-docs.sgml:
1028         * docs/libs/gstreamer-libs-sections.txt:
1029         * libs/gst/control/dparam.c:
1030           more doc fixes.  gst-libs docs now build the same way as gst.
1032 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1034         * configure.ac:
1035         * testsuite/Makefile.am:
1036         * testsuite/bins/Makefile.am:
1037         * testsuite/caps/Makefile.am:
1038         * testsuite/cleanup/Makefile.am:
1039         * testsuite/clock/Makefile.am:
1040         * testsuite/debug/Makefile.am:
1041         * testsuite/dlopen/Makefile.am:
1042         * testsuite/dynparams/Makefile.am:
1043         * testsuite/elements/.cvsignore:
1044         * testsuite/elements/Makefile.am:
1045         * testsuite/enumcaps/Makefile.am:
1046         * testsuite/enumcaps/enumcaps.c:
1047         * testsuite/ghostpads/Makefile.am:
1048         * testsuite/indexers/Makefile.am:
1049         * testsuite/negotiation/Makefile.am:
1050         * testsuite/parse/Makefile.am:
1051         * testsuite/plugin/Makefile.am:
1052         * testsuite/refcounting/Makefile.am:
1053         * testsuite/schedulers/.cvsignore:
1054         * testsuite/states/Makefile.am:
1055         * testsuite/tags/Makefile.am:
1056         * testsuite/threads/Makefile.am:
1057           fold enumcaps into caps dir
1058           clean up Makefile.am's for testsuite
1060 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1062         * docs/gst/Makefile.am:
1063         * docs/libs/Makefile.am:
1064           clean up docs build.  Fixes needless rebuilding of template files.
1066 2004-07-28  Wim Taymans  <wim@fluendo.com>
1068         * gst/gstbin.c: (set_kid_state_func), (gst_bin_set_state):
1069         * gst/gstthread.c: (gst_thread_release), (gst_thread_set_state):
1070         Make sure that a bin state change tries to keep the children
1071         in sync. 
1072         Added debug logging to the thread.
1074 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
1076         * win32/GStreamer.vcproj:
1077         * win32/gstreamer.def:
1078           more exports for the plugins
1080 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
1082         * win32/gstgetbits.vcproj:
1083         * win32/gstgetbits.def:
1084         * win32/msvc71.sln:
1085           add support for the getbits plugin
1087 2004-07-27  Wim Taymans  <wim@fluendo.com>
1089         * gst/gstvalue.c: (gst_value_transform_double_fraction),
1090         (gst_value_transform_fraction_double), (_gst_value_initialize):
1091         * testsuite/caps/Makefile.am:
1092         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
1093         (check_from_fraction_convert), (transform_test), (main):
1094         Added transform functions between double and fraction.
1095         Added testcase to verify transforms
1097 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1099         * win32/GStreamer.vcproj:
1100           rename GStreamer-0.8.lib to libgstreamer.lib
1102 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1104         * win32/gstelements.vcproj:
1105         * win32/gstoptimalscheduler.vcproj:
1106           fixes for the Release build
1108 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1110         * win32/config.h:
1111           update the version number
1113 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1115         * win32/GStreamer.vcproj:
1116           add gstinterface to the build
1118 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1120         * win32/gstreamer.def:
1121           add many definitions needed by plugins,
1122           GST_CAT_DEFAULT only available in the Debug build ?
1124 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1126         * gst/gstelement.c: (gst_element_set_eos_recursive):
1127           various whitespace fixes.
1128           doc fix, fixes #148497
1130 2004-07-25  Benjamin Otte  <otte@gnome.org>
1132         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
1133           don't delay links on the sink elements, it causes unnegotiated
1134           links.
1135         * gst/elements/gsttypefindelement.c:
1136         (gst_type_find_element_base_init):
1137           add our padtemplates, we indeed do have some.
1138         * gst/elements/gsttypefindelement.c:
1139         (gst_type_find_element_handle_event),
1140         (gst_type_find_element_chain):
1141           don't push data when typefinding failed.
1142         * gst/gstpad.c: (gst_pad_link_fixate):
1143           check that no fixate function returns empty caps.
1144         * gst/gstpad.c: (gst_pad_push):
1145           check that the link is negotiated before data gets pushed.
1146         * tools/gst-register.c: (main):
1147           don't assert (fixes #148283)
1149 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1151         * docs/gst/gstreamer-sections.txt:
1152         * docs/gst/tmpl/gstconfig.sgml:
1153           add GST_PLUGIN_EXPORT definition
1155 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1157         * gst/gstplugin.h:
1158         * gst/gstconfig.h.in:
1159         * win32/gstconfig.h:
1160         * win32/gstelements.def:
1161         * win32/gstelements.vcproj:
1162         * win32/gstoptimalscheduler.def:
1163         * win32/gstoptimalscheduler.vcproj:
1164         * win32/gstspider.def:
1165         * win32/gstspider.vcproj:
1166           remove unused .def files and export symbols using GST_PLUGIN_DEFINE
1168 2004-07-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1170         * docs/gst/gstreamer-sections.txt:
1171           remove GST_CAT_DEFAULT because the type has changed
1173 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1175         * win32/gstbytestream.vcproj:
1176         * win32/gstelements.vcproj:
1177         * win32/gst-inspect.vcproj:
1178         * win32/gst-launch.vcproj:
1179         * win32/gstoptimalscheduler.vcproj:
1180         * win32/GStreamer.vcproj:
1181         * win32/gst-register.vcproj:
1182         * win32/gstspider.vcproj:
1183         * win32/msvc71.sln:
1184           Copy the files where needed after building, The testsuite will be
1185           built separately
1187 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1189         * win32/config.h:
1190         * win32/README.txt:
1191         * docs/manual/win32.xml:
1192         Fixed the plugin and GStreamer location
1194 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1196         * win32/gstreamer.def:
1197         More exports for the plugins
1199 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1201         * gst/gstinfo.h:
1202         Marc was right, we need to export literally GST_CAT_DEFAULT
1204 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1206         * win32/config.h:
1207         NLS crashes in gettext, disabled until this is solved
1209 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1211         * win32/gst-inspect.vcproj:
1212         * win32/gst-launch.vcproj:
1213         Should use NLS when available
1215 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1217         * gst/registries/gstxmlregistry.c:
1218         removing the file doesn't seem to be a good idea on Linux
1220 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1222         * gst/registries/gstxmlregistry.c:
1223         Remove the registry before renaming the tempfile (needed for Windows)
1225 2004-07-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1227         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init),
1228         (gst_multifilesrc_init), (gst_multifilesrc_set_property),
1229         (gst_multifilesrc_get_property), (gst_multifilesrc_get):
1230         * gst/elements/gstmultifilesrc.h:
1231         Added newmedia property so it generates newmedia events between each
1232         file when property is set, as well as fixed eos handling
1234 2004-07-22  David Schleef  <ds@schleef.org>
1236         * gst/gststructure.c: (gst_structure_id_empty_new),
1237         (gst_structure_empty_new):  Set type field correctly.
1238         * gst/gststructure.h: Check type field correctly.
1239         * testsuite/caps/Makefile.am:
1240         * testsuite/caps/structure.c: (test1), (main): Add a very small
1241         test for structures.
1243 2004-07-22  David Schleef  <ds@schleef.org>
1245         * docs/random/ds/0.9-suggested-changes: more comments
1246         * tools/gst-launch.c: (idle_func): Fix hard-to-translate string.
1248 2004-07-22  Benjamin Otte  <otte@gnome.org>
1250         * gst/gstelementfactory.c: (gst_element_register):
1251           set the factory in the class struct, so gst_element_get_factory
1252           actually works
1253         * gst/parse/grammar.y:
1254           set element to playing when it gets unlocked as we can't rely on the
1255           bin state - all elements in the bin state might still be locked in
1256           NULL)
1258 2004-07-22  Benjamin Otte  <otte@gnome.org>
1260         * gst/gstelement.c: (gst_element_set_state_func):
1261           make this a static function
1263 2004-07-22  Wim Taymans  <wim@fluendo.com>
1265         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
1266         (gst_opt_scheduler_pad_link):
1267         fix 147894-2 and the group_link problem.
1269 2004-07-22  Wim Taymans  <wim@fluendo.com>
1271         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
1272         (handoff_identity), (main):
1273         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
1274         (handoff_identity), (main):
1275         * testsuite/schedulers/Makefile.am:
1276         * testsuite/schedulers/group_link.c: (main):
1277         Show bug in scheduler when linking chain and loop based element 
1278         where the chain based element was not yet in a group.
1280 2004-07-21  Benjamin Otte  <otte@gnome.org>
1282         * gst/.cvsignore:
1283         * gst/autoplug/.cvsignore:
1284         * gst/elements/.cvsignore:
1285         * gst/indexers/.cvsignore:
1286         * libs/gst/bytestream/.cvsignore:
1287         * libs/gst/control/.cvsignore:
1288         * libs/gst/getbits/.cvsignore:
1289         * testsuite/states/.cvsignore:
1290         * testsuite/threads/.cvsignore:
1291           keep this up to date, since I seem to be the only one who cares
1292           about not missing files on commits (editor's note: no you don't,
1293           but feel free to change them at the time you add stuff instead
1294           of later on)
1296 2004-07-21  Benjamin Otte  <otte@gnome.org>
1298         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
1299         (gst_bin_fix_state), (gst_bin_add_func), (gst_bin_remove_func),
1300         (gst_bin_child_state_change_func), (set_kid_state_func),
1301         (gst_bin_set_state), (gst_bin_change_state_norecurse):
1302           make state changes work correctly and reentrant (so removing
1303           elements from bins during state changes of bins doesn't cause
1304           segfaults or even wrong states)
1305           add debugging category and debugging output to print children states
1306         * gst/gstbin.c: (gst_bin_dispose): 
1307           add some assertion checks
1308         * gst/gstbin.h:
1309         * gst/gstbin.c: (gst_bin_sync_children_state):
1310           deprecate this function - it just does gst_bin_set_state (bin,
1311           GST_STATE (bin)) 
1312         * testsuite/threads/queue.c: (main):
1313           don't use gst_bin_sync_children_state anymore
1314         * testsuite/states/Makefile.am:
1315         * testsuite/states/bin.c:
1316           test that the state changes of bins work as expected
1317         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_set_state):
1318           some adjustments to change states correctly, too
1319         * gst/gstthread.c: (gst_thread_change_state):
1320           don't enable/disable "threadsafe" properties, they're unused and
1321           cause random segfaults
1322         * testsuite/threads/Makefile.am:
1323           the queue check randomly passes now, ignore it
1325 2004-07-21  Benjamin Otte  <otte@gnome.org>
1327         * gst/gstpad.c:
1328           check if data is NULL before outputting debug info. (fixes #145100)
1330 2004-07-21  Benjamin Otte  <otte@gnome.org>
1332         * gst/schedulers/entryscheduler.c:
1333         (gst_entry_scheduler_loop_wrapper),
1334         (gst_entry_scheduler_chain_wrapper),
1335         (gst_entry_scheduler_get_wrapper):
1336           reset the state when the cothread starts, so we don't get assertion
1337           failures on restarting of cothreads
1339 2004-07-20  Benjamin Otte  <otte@gnome.org>
1341         * gst/gstelement.c: (gst_element_link_pads_filtered):
1342           use correct sinkpad, if only sinkpad is specified, but not srcpad
1343           (fixes #147889)
1344         * gst/gstelement.c: (gst_element_set_state_func),
1345         (gst_element_change_state): ref/unref the element, signal handlers
1346         could get rid of the element otherwise
1348 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1350         * docs/random/ds/0.9-suggested-changes:
1351           Make note about renaming fixed-list to array.
1352         * gst/gstvalue.c: (gst_value_intersect_fixed_list),
1353         (_gst_value_initialize):
1354           Add array intersections.
1355         * testsuite/caps/intersect2.c: (main):
1356           Add test for array intersections.
1358 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1360         * configure.ac: back to cvs
1362 === release 0.8.4 ===
1364 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1366         * configure.ac:
1367           releasing 0.8.4, "Paella"
1368           bump libtool versioning
1370 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1372         * po/LINGUAS:
1373         * po/ca.po:
1374           adding Catalan translation (Jordi Mallach)
1376 2004-07-20  Wim Taymans  <wim@fluendo.com>
1378         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
1379         (handoff_identity), (main):
1380         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
1381         (handoff_identity), (main):
1382         * testsuite/schedulers/Makefile.am:
1383         Added failing testcase for variant of #147894
1385 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1387         patch by: David Moore
1389         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
1390         (schedule_group), (gst_opt_scheduler_schedule_run_queue),
1391         (group_migrate_connected):
1392         * testsuite/schedulers/Makefile.am:
1393           fix for #142813 (Deadlock in optimal scheduler)
1395 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1397         patch by: Wim Taymans
1399         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
1400         (gst_opt_scheduler_schedule_run_queue),
1401         (gst_opt_scheduler_get_wrapper), (get_group),
1402         (group_migrate_connected):
1403         * testsuite/schedulers/Makefile.am:
1404           fix for #147819 (Add some checks in the opt scheduler)
1406 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1408         patch by: Benjamin Otte
1410         * gst/gstelementfactory.c: (__gst_element_details_set):
1411           fix for #147929: running gst-register in non-utf8 locale can cause
1412           invalid registry
1414 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1416         patch by: Wim Taymans
1418         * gst/schedulers/gstoptimalscheduler.c: (group_num_elements),
1419         (group_has_element), (element_get_reachables_func),
1420         (group_migrate_connected):
1421           fix for #147894 (opt scheduler decoupled elements mismanagement)
1422         * testsuite/schedulers/Makefile.am:
1423           testsuite app now passes
1425 2004-07-19  Wim Taymans  <wim@fluendo.com>
1427         * testsuite/schedulers/147819.c: (handoff_identity1),
1428         (handoff_identity2), (main):
1429         * testsuite/schedulers/Makefile.am:
1430         Added testcase for bug 147819
1432 2004-07-19  Wim Taymans  <wim@fluendo.com>
1434         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
1435         (handoff_identity), (main):
1436         * testsuite/schedulers/Makefile.am:
1437         Added testcase for bug 147894
1439 2004-07-16  Wim Taymans  <wim@fluendo.com>
1441         * testsuite/schedulers/142183-2.c: (handoff_identity), (main):
1442         * testsuite/schedulers/142183.c: (handoff_identity), (main):
1443         * testsuite/schedulers/Makefile.am:
1444         Added testsuite for bug 142183 in its two incarnations. Refcount
1445         is not increased for scheduled elements and threadsafe properties
1446         mutexes are not properly unlocked.
1448 2004-07-16  Wim Taymans  <wim@fluendo.com>
1450         * gst/schedulers/gstoptimalscheduler.c: (gst_opt_scheduler_init),
1451         (create_chain), (destroy_chain), (create_group), (destroy_group),
1452         (add_to_group), (merge_groups), (group_elements), (group_inc_link),
1453         (group_dec_link), (gst_opt_scheduler_pad_link),
1454         (group_inc_links_for_element), (group_migrate_connected):
1455         Call group_inc_link with the proper src->sink ordering -- 
1456         break this, and we break sort_chain. patch from wingo for bug
1457         147713.
1458         Partially revert patch 1.89. When adding a loop based element to 
1459         the scheduler, the links to other groups are automatically followed
1460         and incremented. This should not happen because the bin will call
1461         pad_link explicitly for those connection, resulting in them counted 
1462         twice. Results in assertion failure on pipeline cleanup.
1464 2004-07-16  Wim Taymans  <wim@fluendo.com>
1466         * testsuite/schedulers/143777-2.c: (main):
1467         * testsuite/schedulers/147713.c: (handoff_src), (handoff_sink),
1468         (main):
1469         * testsuite/schedulers/Makefile.am:
1470         Added cleanup code to testcase 143777-2.
1471         Added testcase to show bug 147713, does not really show the
1472         deadlock as I can't figure out how to trigger it, but it does
1473         demonstrate bad ordering in the scheduler.
1475 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1477         * gst/gstvalue.c: (gst_value_deserialize_fraction):
1478           change strndup to g_strndup.  Fixes #147707
1480 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1482         * po/af.po:
1483         * po/az.po:
1484         * po/cs.po:
1485         * po/en_GB.po:
1486         * po/fr.po:
1487         * po/nl.po:
1488         * po/sr.po:
1489         * po/sv.po:
1490         * po/tr.po:
1491         * po/uk.po:
1492           updated translations
1494 2004-07-16  Benjamin Otte  <otte@gnome.org>
1496         * gst/gstvalue.c: (gst_greatest_common_divisor):
1497           use ints and return ints, fractions only use ints, too, so this
1498           avoids accidently casting multiplications to unsigned
1499         (gst_value_lcopy_fraction): it's ints, not uint32
1500         (gst_value_set_fraction): disallow minint, multiplying and negation
1501           are broken with it
1502         (gst_value_fraction_multiply): fix to make large numbers work and get
1503         rid of the assumption that the multiplication of two ints fits an
1504         int64 - dunno if that's true for all systems
1505         * testsuite/caps/Makefile.am:
1506         * testsuite/caps/fraction-multiply-and-zero.c:
1507         (check_multiplication), (check_equal), (zero_test), (main):
1508           add tests for all the stuff above
1509         * testsuite/caps/value_compare.c: (test1):
1510           fix comment
1511         * tests/.cvsignore:
1512         * testsuite/caps/.cvsignore:
1513         * testsuite/debug/.cvsignore:
1514         * testsuite/dlopen/.cvsignore:
1515         * testsuite/states/.cvsignore:
1516           get up to date
1518 2004-07-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1520         * docs/manual/bins-api.xml:
1521         * docs/manual/factories.xml:
1522         * docs/manual/helloworld.xml:
1523         * docs/manual/links-api.xml: 
1524           fixes for out of date info, incorrect info and grammar
1526 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot>
1528         * docs/manual/pads.xml:
1529         * docs/manual/pads-api.xml: grammar fix
1531 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1533         * docs/manual/pads-api.xml: typo + grammar fix
1535 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1537         * docs/gst/gstreamer-sections.txt:
1538           add new symbols
1539         * docs/gst/tmpl/gstelement.sgml:
1540         * docs/gst/tmpl/gstpad.sgml:
1541         * docs/gst/tmpl/gsttypes.sgml:
1542         * docs/gst/tmpl/gstvalue.sgml:
1543           update docs
1544         * gst/gststructure.c: (gst_structure_set_valist),
1545         (gst_structure_from_abbr), (gst_structure_to_abbr):
1546         * gst/gstvalue.c: (gst_value_compare_double), (gst_type_is_fixed),
1547         (gst_greatest_common_divisor), (gst_value_init_fraction),
1548         (gst_value_copy_fraction), (gst_value_collect_fraction),
1549         (gst_value_lcopy_fraction), (gst_value_set_fraction),
1550         (gst_value_get_fraction_numerator),
1551         (gst_value_get_fraction_denominator),
1552         (gst_value_fraction_multiply), (gst_value_serialize_fraction),
1553         (gst_value_deserialize_fraction),
1554         (gst_value_transform_fraction_string),
1555         (gst_value_transform_string_fraction),
1556         (gst_value_compare_fraction), (_gst_value_initialize):
1557         * gst/gstvalue.h:
1558           adding GstFraction GValue type, get/set, and multiply
1559         * testsuite/caps/Makefile.am:
1560         * testsuite/caps/fraction.c: (test), (main):
1561         * testsuite/caps/string-conversions.c: (main):
1562         * testsuite/caps/value_compare.c: (test1), (main):
1563           add regression tests for GstFraction
1565 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1566         
1567         * docs/manual/init-api.xml: Grammar fix
1569 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1571         * docs/manual/states.xml: Fix inconsistent information
1573 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1575         * gst/gstelement.c: (gst_element_set_state):
1576         * gst/gstpad.c: (gst_pad_try_set_caps):
1577         * gst/gststructure.c:
1578         * gst/gstthread.c: (gst_thread_child_state_change):
1579         * gst/gstvalue.c: (gst_value_compare_double):
1580         * gst/gstvalue.h:
1581         * testsuite/parse/parse1.c: (main):
1582           debugging additions and style cleanups
1584 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1586         * docs/manual/states.xml: Grammar fix
1588 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1590         * docs/manual/pads.xml: Grammar fix
1592 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1594         * docs/manual/elements.xml: Fixed image reference
1596 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1598         * docs/manual/goals.xml: Grammar fix
1600 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1602         * docs/manual/motivation.xml:
1603         Bonobo is no longer "emerging" and added sentence regarding tcp plugins
1605 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
1607         * docs/manual/motivation.xml: Fix spelling
1609 2004-07-15  Benjamin Otte  <otte@gnome.org>
1611         * gst/gstelement.h: 
1612           Don't GST_ERROR_OBJECT empty strings - Solaris doesn't like NULL
1613           strings.
1614         * gst/gstelement.c (gst_element_class_init):
1615           GError's are boxed, not objects
1616         * gst/gstmarshal.list:
1617           update list for the fixed error signal
1619 2004-07-14  Andy Wingo  <wingo@pobox.com>
1621         * gst/gsttag.c: Add a tag merge func for pointers. The header was
1622         there all along, but the function wasn't. (guile-gstreamer's build
1623         system uses the address of the function -- I wasn't actually
1624         trying to use this.)
1626 2004-07-14  Andy Wingo  <wingo@pobox.com>
1628         * gst/gstpad.c (gst_pad_try_set_caps): Naive link functions (such
1629         as gst_pad_proxy_pad_link) just link to every other pad when they
1630         are called. In the case where the graph has cycles, this will mean
1631         that a call to try_set_caps will recurse. Allow this recursion
1632         and return OK, while we wait for the first try_set_caps to give a
1633         proper return value.
1634         (gst_pad_link_call_link_functions): Since this function is the
1635         only one to set the NEGOTIATING flag on a pad, if the flag is set
1636         it means that the link functions have indirectly recursed. If this
1637         happens, error out to avoid infinite recursion and an eventual
1638         SEGV.
1639         (gst_real_pad_class_init): Remove a crufty GtkObject comment.
1640         (gst_pad_proxy_getcaps): Intersect the result with the template
1641         caps to ensure that the return value is valid.
1643 2004-07-14  Andy Wingo  <wingo@pobox.com>
1645         * gst/gstdata.c (gst_data_is_writable): s/>=/>/. If there is only
1646         one refcount, the calling function is the owner of the buffer.
1648 2004-07-14  Wim Taymans  <wim@fluendo.com>
1650         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
1651         (gst_opt_scheduler_pad_link), (group_migrate_connected):
1652         Fix stupid warning when an element is to be migrated but
1653         is already migrated.
1655 2004-07-14  Wim Taymans  <wim@fluendo.com>
1657         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
1658         (gst_opt_scheduler_pad_link), (group_migrate_connected):
1659         Make sure that a single non-loop-based element does not 
1660         end up in a group. This fixes the testsuite again.
1662 2004-07-14  Wim Taymans  <wim@fluendo.com>
1664         * gst/schedulers/gstoptimalscheduler.c: (create_group),
1665         (add_to_group), (merge_groups), (schedule_group),
1666         (gst_opt_scheduler_get_wrapper), (group_elements),
1667         (group_dec_link), (gst_opt_scheduler_pad_link),
1668         (group_migrate_connected), (gst_opt_scheduler_pad_unlink),
1669         (gst_opt_scheduler_iterate):
1670         move isolated groups to a new chain.
1671         Emit a warning instead of segfaulting in some error cases.
1672         Fix a bug where the link count between groups was not calculated 
1673         correctly. Fixes #144510.
1675 2004-07-13  Steve Lhomme  <steve.lhomme@free.fr>
1676         * gst/elements/gstfilesrc.c:
1677           Binary files support under Windows now OK
1678       
1679 2004-07-13  Benjamin Otte  <otte@gnome.org>
1681           compatibility fixes for Solaris 8/gcc 2.95
1682         * configure.ac:
1683           include libintl libs in LDFLAGS
1684         * gstvalue.c (gst_value_deserialize_buffer):
1685           cast isxdigit stuff to int to silence compiler warning
1687 2004-07-12  Benjamin Otte  <otte@gnome.org>
1689         * gst/gsttypes.h:
1690           get rid of GST_O_READONLY, GST_FILE_MODE_READ and
1691           GST_FILE_MODE_WRITE, I don't want them in the exported headers. It
1692           just causes support madness
1693         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
1694           make it work without this
1695         * gst/indexers/gstfileindex.c: (_file_index_id_save_entries),
1696         (gst_file_index_commit):
1697           glib IO channels don't want binary mode
1698         * testsuite/bytestream/filepadsink.c: (main):
1699         * testsuite/bytestream/test1.c: (read_param_file):
1700           use "rb" instead of GST_FILE_MODE_READ, it works on POSIX systems
1702 2004-07-12  Benjamin Otte  <otte@gnome.org>
1704         * gst/gstelement.c: (gst_element_class_init),
1705         (gst_element_set_state), (gst_element_set_state_func):
1706           virutalize gst_element_set_state, use set_state member in class
1707           struct that was already added in 0.7 for this.
1708         * gst/gstbin.c: (gst_bin_foreach), (set_kid_state_func), 
1709         (gst_bin_change_state):
1710           make gst_bin_foreach works similar to other foreach functions, plug
1711           memleaks in it. Make functions using it work with the new approach.
1712           Document gst_bin_foreach, so it can be exported if we want to
1713         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_state):
1714           use virtualized set_state to make set_state on bins set the state of
1715           all its children.
1717 2004-07-12  Benjamin Otte  <otte@gnome.org>
1719         * configure.ac:
1720           require valgrind >= 2.1 (fixes Gentoo bug 53967, see
1721           http://bugs.gentoo.org/show_bug.cgi?id=53967)
1722         * gst/gstpad.c: (gst_pad_alloc_buffer):
1723           allow buffer_alloc functions to return NULL and allocate a normal
1724           buffer in that case
1726 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
1727         * gst/elements/gstfilesink.c:
1728         * gst/elements/gstfilesrc.c:
1729         * gst/indexers/gstfileindex.c:
1730         * gst/gsttypes.h:
1731         * testsuite/bytestream/filepadsink.c:
1732         * testsuite/bytestream/test1.c:
1733           Handle binary files under Windows
1735 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
1736         * docs/manual/win32.xml:
1737         * win32/config.h:
1738         * win32/gst-register.vcproj:
1739         * win32/gstreamer.def:
1740           Update to another gettext public build
1742 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
1743         * gst/gstplugin.c:
1744           Fix an impossible C syntax
1745         * win32/config.h:
1746           Disable i18n under Windows for the moment
1747         * win32/gst-register.vcproj:
1748           Use this configuration
1750 2004-07-12  Jan Schmidt  <thaytan@mad.scientis.com>
1751         * docs/manual/quotes.xml:
1752           Keep the quotes file alive
1753         * docs/random/ds/0.9-suggested-changes:
1754           Add the suggestion of including a 'rowstride' as part of video
1755           format caps
1757 2004-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1759         * gst/gstelement.c: (gst_element_set_state),
1760         (gst_element_change_state):
1761           d'oh.  Set PENDING state correctly before forcing bin to change.
1762         * gst/gststructure.c: (gst_structure_value_get_generic_type),
1763         (gst_structure_parse_fixed_list):
1764         * gst/schedulers/gstoptimalscheduler.c:
1765         (gst_opt_scheduler_state_transition):
1766         * testsuite/states/parent.c: (main):
1767           remove comment now that it's fixed.
1769 2004-07-11  Benjamin Otte  <otte@gnome.org>
1771         * gst/gstclock.h:
1772           GST_SECOND shouldn't cause a conversion to unsigned.
1773         * testsuite/clock/.cvsignore:
1774         * testsuite/clock/Makefile.am:
1775         * testsuite/clock/signedness.c: (main):
1776           make sure it never will again
1778 2004-07-11  Andy Wingo  <wingo@pobox.com>
1780         * gst/gstbin.c (gst_bin_add_func): If we're adding an element
1781         whose state is higher than the bin state, raise the bin state to
1782         ensure that bin state := highest child state.
1783         
1784 2004-07-11  Andy Wingo  <wingo@pobox.com>
1786         * gst/gstbin.c (gst_bin_foreach): New static function. Calls a
1787         procedure on the children of a bin. Assumes that the procedure can
1788         change the set of children.
1789         (set_kid_state_func): New static function.
1790         (gst_bin_change_state): Use gst_bin_foreach to call
1791         set_kid_state_func. Fixes a bug: if a child had a state-change
1792         handler that removes it from the bin, there would be a segfault.
1793         Hopefully it should also work in the case where the state-change
1794         handler on one child adds or removes other children. In any case,
1795         fixes should go to gst_bin_foreach.
1797 2004-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1799         * gst/gstelement.c: (gst_element_set_state):
1800           compatibility fix for latest plugins release.  Change loop back
1801           to while {}
1803 2004-07-09  Wim Taymans  <wim@fluendo.com>
1805         * gst/gstbin.c: (gst_bin_remove), (gst_bin_dispose):
1806         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_catch),
1807         (gst_thread_main_loop):
1808         Since remove is virtual in GstBin we must not assume the 
1809         elements GList to have anothing useful.
1810         Add some more logging to GstThread and be a bit more paranoid
1811         when resetting the scheduler.
1812         Set the state of the bin to NULL before removing the children.
1814 2004-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1816         * testsuite/threads/Makefile.am:
1817         * testsuite/threads/threadg.c:
1818           added test to check if problem when removing all elements from a
1819           GstThread before setting GstThread state to NULL
1821 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1823         * docs/gst/tmpl/gstelement.sgml:
1824         * docs/gst/tmpl/gsttypes.sgml:
1825         * gst/gstbin.c: (gst_bin_change_state):
1826         * gst/gstelement.c: (gst_element_set_state),
1827         (gst_element_change_state):
1828           rework so that for bins we try to set the state on all children
1829           as well even if the bin is in the correct state already.
1830           change while to do so at least one iteration is done.
1831           For regular elements, we fall back to the previous behaviour for
1832           now since we first need a new plugins release.
1833         * testsuite/states/parent.c: (main):
1834           test for this case
1835           Fixes #123774
1837 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1839         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_finalize),
1840         (gst_queue_chain), (gst_queue_get), (gst_queue_handle_src_event),
1841         (gst_queue_release_locks), (gst_queue_change_state),
1842         (gst_queue_set_property):
1843           add proper lock debugging.  Change dispose to finalize, since
1844           we're freeing mutexes and other stuff which should happen only once.
1846 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1848         * docs/gst/tmpl/gstelement.sgml:
1849         * docs/gst/tmpl/gstplugin.sgml:
1850         * docs/gst/tmpl/gsttypes.sgml:
1851         * docs/pwg/building-state.xml:
1852         * gst/elements/gstfakesrc.c: (gst_fakesrc_change_state):
1853         * gst/gstelement.c: (gst_element_change_state):
1854         * gst/gstthread.c: (gst_thread_change_state):
1855           catch wrong state changes in element base class.
1857 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1859         * gst/gstinfo.h:
1860           clean up layout a little.
1862 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1864         * configure.ac:
1865         * testsuite/Makefile.am:
1866         * testsuite/states/Makefile.am:
1867         * testsuite/states/parent.c: (main):
1868           re-enable states testsuite dir.  Add test for state changes and
1869           parent behaviour
1871 2004-07-09  Wim Taymans  <wim@fluendo.com>
1873         * gst/schedulers/gstoptimalscheduler.c:
1874         (gst_opt_scheduler_pad_link), (group_elements_set_visited),
1875         (element_get_reachables_func), (element_get_reachables),
1876         (debug_element), (rechain_group), (group_migrate_connected),
1877         (gst_opt_scheduler_pad_unlink):
1878         Do not try to migrate decoupled elements to a new group since
1879         they are not added to groups.
1881 2004-07-08  Benjamin Otte  <otte@gnome.org>
1883         * gst/gstelement.c: (gst_element_error_func):
1884           make reentrant (= allow removing elements in error handler)
1886 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1888         * gst/gstpad.c: (gst_pad_event_default_dispatch),
1889         (gst_pad_send_event), (gst_pad_call_chain_function):
1890           events sent to elements below PAUSED cannot be handled, so
1891           don't try to
1893 2004-07-08  Wim Taymans  <wim@fluendo.com>
1895         * gst/schedulers/gstoptimalscheduler.c:
1896         (chain_recursively_migrate_group), (create_group),
1897         (schedule_group), (gst_opt_scheduler_pad_link),
1898         (group_elements_set_visited), (element_get_reachables_func),
1899         (element_get_reachables), (group_can_reach_group), (debug_element),
1900         (rechain_group), (group_migrate_connected),
1901         (gst_opt_scheduler_pad_unlink):
1902         * testsuite/schedulers/Makefile.am:
1903         Implemented group splitting and rechaining.
1904         Fixes 143777 and 143777-2 in the testsuite.
1906 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1908         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
1909           extra debugging
1910         * gst/gstevent.h:
1911         * gst/gstinfo.c: (gst_debug_log_default):
1912           print time nicely.  add thread pointer until someone figures out
1913           a completely portable way of getting at thread id's.
1914         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_try),
1915         (_invent_event), (gst_pad_pull), (gst_pad_event_default_dispatch),
1916         (gst_pad_call_chain_function):
1917           extra debugging
1918         * gst/schedulers/gstoptimalscheduler.c:
1919         (get_group_schedule_function), (loop_group_schedule_function),
1920         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
1921         (pad_clear_queued), (gst_opt_scheduler_iterate):
1922           rename BUFPEN and friends to DATAPEN since that's what they are.
1924 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1926         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
1927         * gst/gstbuffer.h:
1928         * gst/gstpad.c:
1929           cleanups and debugging
1931 2004-07-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1933         * configure.ac:
1934         * gst/gstvalue.c: (gst_value_compare_enum),
1935         (gst_value_serialize_enum), (gst_value_deserialize_enum),
1936         (gst_value_can_compare), (gst_value_compare):
1937         * testsuite/Makefile.am:
1938         * testsuite/enumcaps/Makefile.am:
1939         * testsuite/enumcaps/enumcaps.c:
1940           Fix enum serialization, deserialization, comparison in caps, add
1941           a test to ensure that this continues working in the future.
1943 2004-07-06  David Schleef  <ds@schleef.org>
1945         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
1946         Fix memleak.
1948 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1950         * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
1951         * gst/gstplugin.h:
1952         * gst/registries/gstxmlregistry.c:
1953         (plugin_times_older_than_recurse), (plugin_times_older_than),
1954         (gst_xml_registry_parse_padtemplate):
1955           only rebuild registry when actual plugins have a newer time than
1956           the registry.  Fixes #145520
1958 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1960         * docs/manual/manual.xml:
1961         * docs/manual/win32.xml:
1962           add chapter on win32 building.  fixes #142422
1964 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1966         patch by: Sebastien Cote <sc5 at hermes.usherb.ca>
1968         * gst/autoplug/gstspider.c: (gst_spider_init),
1969         (gst_spider_dispose):
1970           fix spider memleaks.  fixes #137863
1972 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1974         patch by: Joe Marcus Clarke <marcus at freebsd dot org>
1976         * gst/schedulers/gstoptimalscheduler.c:
1977         (gst_opt_scheduler_pad_unlink):
1978           fix SIGBUS error, fixes #145338
1980 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1982         * gst/gstobject.c: (gst_object_replace):
1983         * gst/gstscheduler.c: (gst_scheduler_get_clock):
1984         * gst/gstsystemclock.c: (gst_system_clock_obtain):
1985           clean up clock lifecycle.  Fixes #109831
1987 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1989         * po/LINGUAS:
1990         * po/cs.po:
1991           added Czech translation (Miloslav Trmac)
1993 2004-07-04  David Schleef  <ds@schleef.org>
1995         * tools/Makefile.am:
1996         * tools/gst-xmlinspect.1.in:  Add man page. (bug #140219)
1998 2004-07-04  David Schleef  <ds@schleef.org>
2000         * common/m4/gst-doc.m4: Check for docbook2html 0.6.10 (bug #139909)
2002 2004-07-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2004         * gst/gstbin.c: (gst_bin_restore_thyself):
2005           chain to parent restore so the bins get restored correctly
2006           in the editor
2008 2004-07-03  David Schleef  <ds@schleef.org>
2010         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
2011         Actually do something in these functions, like before the big
2012         caps change.  (bug #145137)
2014 2004-07-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2016         * gst/gstelement.c: (gst_element_get_compatible_pad_template),
2017         (gst_element_get_compatible_pad_filtered):
2018         * gst/gstthread.c: (gst_thread_main_loop):
2019           more debugging
2021 2004-07-02  David Schleef  <ds@schleef.org>
2023         * gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler
2024         * gst/gstobject.h:
2025         * gst/gstparse.h:
2026         * gst/gsttrace.h:
2027         * gst/gstxml.h:
2029 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2031         * gst/gstpad.c: (gst_pad_check_schedulers),
2032         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
2033         (gst_pad_link_prepare):
2034           revert until testsuite is fixed
2036 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2038         * testsuite/Makefile.am:
2039         * testsuite/caps/filtercaps.c: (main):
2040         * testsuite/clock/clock1.c: (main):
2041         * testsuite/dynparams/dparamstest.c: (gst_dptest_chain), (main):
2042           fix some more tests
2044 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2046         * testsuite/cleanup/cleanup1.c: (create_pipeline):
2047         * testsuite/cleanup/cleanup2.c: (create_pipeline):
2048         * testsuite/cleanup/cleanup4.c: (main):
2049           fix testsuite
2051 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2053         * libs/gst/control/control.c:
2054         * libs/gst/control/dparam.c:
2055         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_get_type):
2056         * libs/gst/control/dparammanager.c:
2057         * libs/gst/control/dparammanager.h:
2058         * testsuite/dynparams/Makefile.am:
2059         * testsuite/dynparams/dparamstest.c: (gst_dptest_base_init),
2060         (gst_dptest_change_state), (gst_dptest_chain), (main):
2061           fix testcase for dparams
2062           add debugging category
2064 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2066         * testsuite/Rules:
2067           change path
2069 2004-07-02  Benjamin Otte  <otte@gnome.org>
2071         * tests/.cvsignore:
2072         * tests/Makefile.am:
2073         * tests/mass_elements.c: (gst_get_current_time), (main):
2074           add simple benchmark to test various speeds of fakesrc ! identity !
2075           identity ! ... ! fakesink.
2076           Usage: mass_elements [num_identities] [num_buffers]
2077           If not specified they default to 1000.
2079 2004-07-02  Benjamin Otte  <otte@gnome.org>
2081         * gst/gstpad.c: (gst_pad_check_schedulers),
2082         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
2083         (gst_pad_link_prepare):
2084           check that pads that get linked belong to the same manager. The old
2085           code allowed linking elements before putting them into bins, so it
2086           worked to link them and then put them in different threads, which
2087           lead to weird behaviour.
2088           Since this effectively disallows linking elements before putting
2089           them in a bin, some applications might not work after this and error
2090           out. If these applications are too critical, we might need to revert
2091           that patch. Please test this before the next release...
2093 2004-06-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2095         * gst/gstpad.c: (gst_pad_get_caps):
2096           throw an error if the getcaps function does not return a subset of
2097           the template caps.
2098         * libs/gst/bytestream/filepad.c: (gst_file_pad_chain):
2099           make disconts without position info an error in debugging
2100         * tests/spidey_bench.c: (handoff), (main):
2101           don't count first try when averaging
2103 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2105         * gst/gstplugin.c: (gst_plugin_load_file):
2106           figure out problem with dynamic test
2108 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2110         * docs/gst/Makefile.am:
2111           fix docs build
2113 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2115         * po/POTFILES.in:
2116         * po/af.po:
2117         * po/az.po:
2118         * po/en_GB.po:
2119         * po/fr.po:
2120         * po/nl.po:
2121         * po/sr.po:
2122         * po/sv.po:
2123         * po/tr.po:
2124         * po/uk.po:
2125         * tools/gst-register.c: (plugin_added_func), (main):
2126           i18n-ize -register, fix plural
2128 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2130         * gst/elements/gstidentity.c: (gst_identity_class_init),
2131         (gst_identity_init), (gst_identity_chain),
2132         (gst_identity_set_property), (gst_identity_get_property):
2133         * gst/elements/gstidentity.h:
2134           check for perfect stream
2136 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2138         * gst/elements/gstidentity.c: (gst_identity_chain):
2139           print offset_end
2141 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2143         * docs/gst/Makefile.am:
2144         * docs/gst/gstreamer-docs.sgml:
2145           doc fixes
2147 2004-06-24  David Schleef  <ds@schleef.org>
2149         * autogen.sh:  Remove call to env, since the buildbot isn't
2150         broken anymore.
2152 2004-06-24  Wim Taymans  <wim@fluendo.com>
2154         * gst/elements/Makefile.am:
2155         * gst/elements/gstelements.c:
2156         * gst/elements/gstmultifdsink.c: (gst_multifdsink_base_init),
2157         (gst_multifdsink_class_init), (gst_multifdsink_init),
2158         (gst_multifdsink_add), (gst_multifdsink_remove),
2159         (gst_multifdsink_clear), (gst_multifdsink_chain),
2160         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
2161         * gst/elements/gstmultifdsink.h:
2162         Added an element that writes to multiple filedescriptors at once.
2164 2004-06-24  Benjamin Otte  <otte@gnome.org>
2166         * gst/parse/grammar.y:
2167           don't try to link elements before they have been added to bins
2169 2004-06-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2171         * libs/gst/bytestream/filepad.c: (gst_file_pad_available),
2172         (gst_file_pad_get_length):
2173         * libs/gst/bytestream/filepad.h:
2174           add 2 new functions
2176 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
2178         * docs/gst/gstreamer-sections.txt:
2179         remove from docs, the define that Benjamin removed from gstelement.h
2181 2004-06-22  Benjamin Otte  <otte@gnome.org>
2183         * gst/gstelement.h:
2184           remove define that referenced a nonexisting GstElement struct member
2186 2004-06-20  Benjamin Otte  <otte@gnome.org>
2188         * gst/gstdata.c: (gst_data_is_writable):
2189           whoops, return values were wrong, so writable data was marked as
2190           non-writable and vice versa. (fixes #143953, spotted by Francis
2191           Labonte)
2192           Shows how rarely we need to copy data ;)
2194 2004-06-20  Benjamin Otte  <otte@gnome.org>
2196         * testsuite/schedulers/.cvsignore:
2197         * testsuite/schedulers/Makefile.am:
2198         * testsuite/schedulers/143777-2.c: (main):
2199           add test for opt breakage in bug #143777
2201 2004-06-20  Benjamin Otte  <otte@gnome.org>
2203         * gst/gstpad.c: (gst_pad_call_chain_function):
2204           check for if we were unlinked while inside the chainfunction (fixes
2205           entrygthread having issues with #143777)
2206         * testsuite/schedulers/143777.c: (main):
2207         * testsuite/schedulers/Makefile.am:
2208           add a test for that fix
2210 2004-06-20  Benjamin Otte  <otte@gnome.org>
2212         * gst/gstvalue.c: (gst_value_set_int_range):
2213           test that start is smaller then end
2214         * libs/gst/bytestream/Makefile.am:
2215         * libs/gst/bytestream/filepad.c: 
2216         * libs/gst/bytestream/filepad.h:
2217           add GstFilePad - a pad that behaves like a FILE*
2218         * testsuite/bytestream/.cvsignore:
2219         * testsuite/bytestream/Makefile.am:
2220         * testsuite/bytestream/filepadsink.c: 
2221           test for the GstFilePad
2223 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2225         * gst/elements/gstidentity.c: (gst_identity_class_init),
2226         (gst_identity_init), (gst_identity_set_clock),
2227         (gst_identity_chain), (gst_identity_set_property),
2228         (gst_identity_get_property):
2229         * gst/elements/gstidentity.h:
2230         * gst/gstclock.c: (gst_clock_id_wait):
2231           add a "sync" property to sync to the clock
2233 2004-06-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2235         * gst/gstelementfactory.c: (gst_element_factory_create):
2236           make the freakin "elementfactory bla has no type" message more
2237           useful. So we actually can do something when someone shows up
2238           complaining about it.
2240 2004-06-15  Johan Dahlin  <johan@gnome.org>
2242         * tools/gst-inspect.c (main): Fallback to plugin if no element is
2243         found. This matches the old behavior better. Thanks to Thomas for
2244         pointing out.
2246 2004-06-14  David Schleef  <ds@schleef.org>
2248         * gst/gstcpu.c: (gst_cpuid_i386): Fix problem when using
2249         -fomit-frame-pointer.  Appears to generate correct code in
2250         other cases as well.
2252 2004-06-14  Johan Dahlin  <johan@gnome.org>
2254         * tools/gst-inspect.c (main): Add two new command line options: -a
2255         to print all elements and -n to print the name on each line. Also
2256         fix some error reporting.
2257         (main): Simplify, remove -n and always print names if -a is specified
2259 2004-06-13  Steve Lhomme  <steve.lhomme@free.fr>
2261         * win32/gstconfig.h:
2262         * win32/GSTreamer.vcproj:
2263         * win32/Makefile:
2264         * gst/gstconfig.h.in:
2265         * gst/gst.h:
2266         * gst/gstbin.h:
2267         * gst/gstelement.h:
2268         * gst/gstevent.h:
2269         * gst/gstobject.h:
2270         * gst/gstpad.h:
2271         * docs/gst/gstreamer-sections.txt:
2272         * docs/gst/tmpl/gstconfig.sgml:
2273           rename GSTREAMER_EXPORT(S) to GST_EXPORT(S)
2275 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
2276         * docs/gst/gstreamer-sections.txt:
2277         * docs/gst/tmpl/gstconfig.sgml:
2278         Add the GSTREAMER_EXPORT macro to the docs
2280 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
2282         * tools/gst-compprep.c: (handle_xmlerror), (main):
2283         Add a check for the version that introduced SetStructuredError to fix
2284         the build on FC1
2286 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2288         * win32/msvc71.sln:
2289         * win32/testsuite/:
2290           prepare to compile the testsuite with MSVC
2292 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2294         * docs/manual/win32.xml:
2295           attempt to transform the Win32 README into an XML doc
2297 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2299         * gst/gst.c:
2300         * gst/gstbin.*:
2301         * gst/config.h.in:
2302         * gst/gstelement.*:
2303         * gst/gstevent.h:
2304         * gst/gstobject.*:
2305         * gst/gstpad.h:
2306         * tools/gst-register.c:
2307         * win32/gstreamer.def:
2308           extern symbols are now exported for the Windows DLL
2310 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2312         * gst/gstinfo.h:
2313           fix a problem to enable/disable DEBUG under MSVC
2315 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2317         * win32/:
2318           enable more debug code in DEBUG build
2320 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2322         * win32/config.h:
2323         * gst/gst-i18n-app.h:
2324           enable NLS under Windows
2326 2004-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2327         * tools/gst-compprep.c: (handle_xmlerror), (main):
2328           Make an error that baffled me a bit clearer
2330 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2332         * gst/gstqueue.c:
2333           don't use g_queue_get_length () because it's 2.4, use ->length
2335 2004-06-11  Steve Lhomme  <steve.lhomme@free.fr>
2337         reviewed by Benjamin Otte  <in7y118@public.uni-hamburg.de>
2339         * tools/gst-inspect.c: (print_signal_info):
2340           don't free random data twice. (fixes #144185)
2342 2004-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2344         * gst/gstqueue.c:
2345         * gst/gstqueue.h:
2346           fix removing from the wrong queue on event timeout
2347           fix disposing of the event queue by casting correctly
2348           add mutexes for handling the event queue
2349           someone was sleeping when fixing queue last time around :)
2351 2004-06-10  Johan Dahlin  <johan@gnome.org>
2353         * gst/gst.c (gst_init_check_with_popt_table): Do not fail on
2354         errors, like gtk. It makes it more useful in bindings.  Fixes #141692.
2356 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2358         * docs/random/gdp:
2359         * libs/gst/dataprotocol/dataprotocol-test.c: (buffer_test):
2360         * libs/gst/dataprotocol/dataprotocol.c:
2361         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
2362         (gst_dp_buffer_from_header):
2363         * libs/gst/dataprotocol/dataprotocol.h:
2364         * libs/gst/dataprotocol/dp-private.h:
2365           rev version to 0.1, add buffer flags and copy them
2367 2004-06-09  Johan Dahlin  <johan@gnome.org>
2369         * gst/gstbuffer.c (gst_buffer_default_copy): Don't forget to merge
2370         the flags from the buffer we're copying.
2372 2004-06-09  Wim Taymans  <wim@fluendo.com>
2374         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
2375         * gst/elements/gstidentity.c: (gst_identity_init),
2376         (gst_identity_chain):
2377         Print more buffer info in fakesink.
2378         Make identity output similar to fakesink.
2380 2004-06-07  Daniel Gazard  <dany42@free.fr>
2382         reviewed by Benjamin Otte  <otte@gnome.org>
2384         * configure.ac:
2385           fix cross compiling not working. (fixes #143741)
2387 2004-06-07  Benjamin Otte  <otte@gnome.org>
2389         * gst/gstelement.c: (gst_element_set_time_delay):
2390           add failure check
2391         * gst/gstinfo.h:
2392           put brackets around macro arguments of GST_TIME_ARGS, add note to
2393           move it to correct header in 0.9
2395 2004-06-07  Benjamin Otte  <otte@gnome.org>
2397         * gst/indexers/gstfileindex.c: (gst_file_index_get_writer_id),
2398         (gst_file_index_load), (_file_index_id_save_entries),
2399         (gst_file_index_commit), (gst_file_index_add_association),
2400         (gst_file_index_add_entry), (gst_file_index_get_assoc_entry),
2401         (gst_file_index_plugin_init):
2402           make debugging use a default category
2404 2004-06-06  David Moore  <dcm@acm.org>
2406         reviewed by Benjamin Otte  <otte@gnome.org>
2408         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
2409         (gst_fdsrc_change_state):
2410           reset offset counter when going READY => PAUSED. (fixes #142903)
2412 2004-06-06  ed@catmur.co.uk
2414         reviewed by Benjamin Otte  <otte@gnome.org>
2416         * gst/registries/gstxmlregistry.c:
2417         (gst_xml_registry_rebuild_recurse):
2418           don't rely on g_dir_open to figure out if a file is a directory, use
2419           explicit G_TEST_IS_DIR. Reiserfs4 allows opening files as
2420           directories. (fixes #142850)
2422 2004-06-06  Benjamin Otte  <otte@gnome.org>
2424         * gst/gstqueue.c: (gst_queue_dispose), (gst_queue_change_state):
2425           fix memory leaks (fixes #142795). Initial patch by Sebastien Cote
2426         * libs/gst/bytestream/adapter.c:
2427         * libs/gst/bytestream/adapter.h:
2428           fix copyright in header and typo in debugging category name
2430 2004-06-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2432         * configure.ac:
2433           bump nano to cvs
2435 === release 0.8.3 ===
2437 2004-06-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2439         * configure.ac:
2440           update libtool versioning
2441           do a new release
2442         * docs/gst/tmpl/gstelement.sgml:
2443         * docs/gst/tmpl/gsttypes.sgml:
2444         * gst/gstinfo.c: (_gst_debug_init):
2445           put back GST_CAT_DATAFLOW to fix API breakage
2447 2004-06-04  David Schleef  <ds@schleef.org>
2449         * autogen.sh: Add a temporary 'env' to test buildbot problems.
2451 2004-06-04  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2453         * configure.ac:
2454           bump nano to cvs
2456 === release 0.8.2 ===
2458 2004-06-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2460         * gst/gst.c: (parse_debug_list), (gst_init_check_with_popt_table):
2461           check GST_DEBUG environment variable which is parsed the same way
2462           as --gst-debug=
2464 2004-05-28  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2466         * gst/elements    : gstaggregator.c gstfakesink.c gstfakesrc.c
2467                             gstmd5sink.c gstshaper.c gsttee.c
2468                             gsttypefindelement.c
2469         * gst/schedulers  : gstbasicscheduler.c gstoptimalscheduler.c
2471           - removing trailing commas at end of enums
2472             it is correct C99 code but C90 compilers would complain
2473             (AIX, Forte, ...)
2474             ('should' fix #143290, at least partially)
2476 2004-05-27  Wim Taymans  <wim@fluendo.com>
2478         * gst/schedulers/gstoptimalscheduler.c: (remove_from_chain),
2479         (chain_group_set_enabled), (create_group), (add_to_group),
2480         (merge_groups), (setup_group_scheduler), (group_elements),
2481         (gst_opt_scheduler_iterate), (gst_opt_scheduler_show):
2482         Don't try to follow the pad connections with other groups
2483         when a loop based element is added to the scheduler because
2484         the bin will inform the scheduler about the pad links a little
2485         later.
2487 2004-05-27  Wim Taymans  <wim@fluendo.com>
2489         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
2490         (remove_from_chain), (chain_group_set_enabled),
2491         (setup_group_scheduler), (group_element_set_enabled),
2492         (gst_opt_scheduler_state_transition), (gst_opt_scheduler_iterate),
2493         (gst_opt_scheduler_show):
2494         Elements without a group can do a state change as well, just wait
2495         with the setup of the scheduling function when it is added to a
2496         chain.
2498 2004-05-27  Wim Taymans  <wim@fluendo.com>
2500         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
2501         (remove_from_chain), (chain_group_set_enabled), (add_to_group),
2502         (merge_groups), (setup_group_scheduler),
2503         (group_inc_links_for_element), (gst_opt_scheduler_iterate),
2504         (gst_opt_scheduler_show):
2505         Fixes to maintain internal consistency of the scheduler data
2506         structures. 
2507          - adding an enabled group to a chain should increment the
2508            number of enabled elements in that chain.
2509          - removing an enabled group from a chain could disable the
2510            chain.
2511          - removing a disabled group from a chain could enable the
2512            chain.
2513          - add g_assert when internal inconsistency is detected.
2514          - adding an element to a group could increase the number of
2515            links this group has with other groups.
2516          - merging two groups also merges the chains.
2517          - also show group links in the _show method.
2518            
2520 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2522         * gst/gstcaps.c: (gst_caps_structure_simplify):
2523           don't print error messages when there is no error
2524         * gst/gstvalue.c: (gst_value_compare_int_range):
2525           compare the second value, too
2526         * testsuite/caps/Makefile.am:
2527         * testsuite/caps/random.c: (assert_on_error), (main):
2528           add tests to make sure the two things above are checked for
2530 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2532         * configure.ac:
2533         * libs/gst/dataprotocol/Makefile.am:
2534         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps):
2535         * libs/gst/dataprotocol/dataprotocol.h:
2536           wrap header in GST_ENABLE_NEW.  make code use it
2538 2004-05-23  Johan Dahlin  <johan@gnome.org>
2540         * tools/gst-inspect.c (main): Cleanup most parts of it, don't be
2541         so verbose and print GstElement signal names all the time.
2543 2004-05-22  David Schleef  <ds@schleef.org>
2545         * gst/registries/gstxmlregistry.c:
2546         (gst_xml_registry_parse_padtemplate): Fix warning on OS X.
2547         (bug #142957)
2549 2004-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2551         * configure.ac:
2552           scrub cflags for glib2 so gcc doesn't complain when glib is in
2553           /usr/local
2555 2004-05-21  Johan Dahlin  <johan@gnome.org>
2557         * gst/gstcpu.c (gst_cpuid_i386): Protect some gcc asm stuff with
2558         __GNUC__, patch from Brian Cameron, fixes bug #142804
2560 2004-05-20  David Schleef  <ds@schleef.org>
2562         * gst/gstindex.c: (gst_index_compare_func): Fix overflows in
2563         comparison code.  (bug #142819)
2565 2004-05-20  Wim Taymans  <wim@fluendo.com>
2567         * gst/gstbuffer.c: (gst_buffer_default_copy):
2568         * gst/gstbuffer.h:
2569         Added Comment to a flag.
2570         copy relevant flags in _buffer_copy.
2572 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2574         reviewed by: Wim Taymans <wim at fluendo dot com>
2576         * gst/gstbuffer.h:
2577           add GST_BUFFER_IN_CAPS buffer flag
2578         * gst/gststructure.c: (gst_structure_value_get_generic_type),
2579         (gst_structure_parse_any_list), (gst_structure_parse_list),
2580         (gst_structure_parse_fixed_list), (gst_structure_parse_value):
2581         * gst/gstvalue.c: (gst_value_serialize_any_list),
2582         (gst_value_transform_any_list_string),
2583         (gst_value_list_prepend_value), (gst_value_list_append_value),
2584         (gst_value_list_get_size), (gst_value_list_get_value),
2585         (gst_value_transform_list_string),
2586         (gst_value_transform_fixed_list_string),
2587         (gst_value_serialize_list), (gst_value_serialize_fixed_list),
2588         (gst_value_deserialize_fixed_list), (gst_type_is_fixed),
2589         (_gst_value_initialize):
2590         * gst/gstvalue.h:
2591           add a GST_TYPE_FIXED_LIST which is fixed by definition and uses
2592           < , > as a format.
2593         * testsuite/caps/string-conversions.c: (main):
2594           add regression tests for < >
2596 2004-05-20  Johan Dahlin  <johan@gnome.org>
2598         * docs/gst/Makefile.am (all-local): Re-add
2600 2004-05-20  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2602         * docs/gst/Makefile.am:
2603         * docs/gst/gstreamer-docs.sgml:
2604         * docs/libs/Makefile.am:
2605         * docs/libs/gstreamer-libs-docs.sgml:
2606           fix distcheck issues
2608 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2610         * libs/gst/dataprotocol/Makefile.am:
2611           add to autotest
2613 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2615         * libs/gst/dataprotocol/Makefile.am:
2616         * libs/gst/dataprotocol/dataprotocol.c:
2617         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
2618         (gst_dp_packet_from_event), (gst_dp_event_from_packet):
2619         * libs/gst/dataprotocol/dp-private.h:
2620           use GST macros to read/write fixed length ints
2621           add some more asserts
2623 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2625         * docs/libs/gstreamer-libs-docs.sgml:
2626         * docs/libs/gstreamer-libs-sections.txt:
2627           remove idct and putbits
2628         * configure.ac:
2629         * docs/libs/tmpl/gstdataprotocol.sgml:
2630         * libs/gst/Makefile.am:
2631         * libs/gst/dataprotocol/Makefile.am:
2632         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test),
2633         (buffer_test), (caps_test), (event_test), (main):
2634         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
2635         (gst_dp_dump_byte_array), (gst_dp_init),
2636         (gst_dp_header_payload_length), (gst_dp_header_payload_type),
2637         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
2638         (gst_dp_packet_from_event), (gst_dp_buffer_from_header),
2639         (gst_dp_caps_from_packet), (gst_dp_event_from_packet),
2640         (gst_dp_validate_header), (gst_dp_validate_payload),
2641         (gst_dp_validate_packet), (plugin_init):
2642         * libs/gst/dataprotocol/dataprotocol.h:
2643         * libs/gst/dataprotocol/dp-private.h:
2644           add dataprotocol
2646 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2648         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
2649           fix int variable deserialization and add a helper so we can actually
2650           debug this.
2652 2004-05-18  David Schleef  <ds@schleef.org>
2654         * testsuite/debug/commandline.c: (main): Call ./commandline, not
2655           argv[0].  Calling yourself is probably not the best way to
2656           construct a test like this, btw.
2658 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2660         * gst/gstbin.c: (gst_bin_iterate_func), (gst_bin_iterate):
2661           don't claim to be more intelligent than a scheduler when the
2662           scheduler claims the pipeline is stopped
2663         * gst/schedulers/entryscheduler.c: (safe_cothread_switch),
2664         (safe_cothread_destroy),
2665         (gst_entry_scheduler_remove_all_cothreads),
2666         (gst_entry_scheduler_reset), (_remove_cothread),
2667         (gst_entry_scheduler_state_transition):
2668           hold off cothread destruction if we're not in main cothread
2669         * configure.ac:
2670         * testsuite/Makefile.am:
2671           add new test dir
2672         * testsuite/schedulers/.cvsignore:
2673         * testsuite/schedulers/Makefile.am:
2674           add tests
2675         * testsuite/schedulers/relink.c: (cb_handoff), (main):
2676           check relinking and adding/removing elements from a running pipeline
2677         * testsuite/schedulers/unlink.c: (cb_handoff), (main):
2678           check unlinking in a running pipeline
2679         * testsuite/schedulers/unref.c: (cb_handoff), (main):
2680           check unreffing a running pipeline
2681         * testsuite/schedulers/useless_iteration.c: (main):
2682           check iterating a pipeline that contains running threads works
2684 2004-05-18  David Schleef  <ds@schleef.org>
2686         * docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC
2687           is false.
2689 2004-05-18  Wim Taymans  <wim@fluendo.com>
2691         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
2692         (setup_group_scheduler), (gst_opt_scheduler_pad_link):
2693         Fixed an error introduced with patch for 1.63. When setting
2694         a get based element as the entry point in a group, make sure
2695         to mark the group as GET based.
2697 2004-05-18  Wim Taymans  <wim@fluendo.com>
2699         * gst/schedulers/gstoptimalscheduler.c: (create_group),
2700         (setup_group_scheduler), (loop_group_schedule_function),
2701         (gst_opt_scheduler_pad_link):
2702         Added some more debug info and fixed a bug where the group
2703         type was set to LOOP but it was in fact unknown.
2705 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2707         * gst/schedulers/entryscheduler.c: (gst_entry_scheduler_reset):
2708           make resetting scheduler work twice in a row
2710 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2712         * gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
2713         (CREATE_USERIALIZATION), (_gst_value_initialize),
2714         (gst_value_compare_float), (gst_value_serialize_float),
2715         (gst_value_deserialize_float), (gst_value_compare_enum),
2716         (gst_value_serialize_enum), (gst_value_deserialize_enum):
2717           add serialization and comparison functions for long, int64, enum and
2718           float values
2719         * gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
2720           use best serialization function in type hierarchy instead of only a
2721           matching one. This is required for enums to work.
2722         * gst/parse/grammar.y:
2723           use gst_caps_deserialize
2724         * testsuite/parse/Makefile.am:
2725           parse1 now works
2726         * testsuite/parse/parse1.c: (main):
2727           remove aggregator check, aggregator is broken, this test works now
2728           but fails because of bug #138012
2729         * testsuite/parse/parse2.c: (main):
2730           s/xvideosink/xvimagesink - this test looks a lot like we should
2731           disable it
2733 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2735         * gst/gstelement.c: (gst_element_class_init):
2736           whoops, store the signal id correctly
2737         * gst/schedulers/gstbasicscheduler.c:
2738         (gst_basic_scheduler_chain_wrapper):
2739           detect infinfinfinfinfinf^Cinite loops in chain wrapper when the
2740           chain function isn't linked
2742 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
2743         * configure.ac:
2744         Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file
2745         support until we decide where the flags should be used
2746         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_query):
2747         Use GST_FORMAT_BYTES when GST_FORMAT_DEFAULT is passed
2748         * gst/gstpad.c: (gst_pad_link_call_link_functions):
2749         Output refused caps in the debug info
2751 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2753         * gst/elements/gstidentity.c: (gst_identity_chain):
2754           add duration debug
2755         * gst/gstinfo.c: (gst_debug_log_default):
2756           add timestamp
2758 2004-05-13  Benjamin Otte  <otte@gnome.org>
2760         * gst/gstpipeline.c: (gst_pipeline_dispose),
2761         (gst_pipeline_change_state):
2762           call gst_scheduler_reset on dispose (fixes #141416)
2764 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2766         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
2767           compute mapsize correctly
2768         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
2769           use correct datatypes when calling a varargs function
2770         * gst/elements/gsttypefindelement.c: (stop_typefinding):
2771           push a DISCONT event as first thing
2772         * gst/gst_private.h:
2773         * gst/gstinfo.c: (_gst_debug_init):
2774           remove GST_DATAFLOW debugging category
2775         * gst/gstbin.c: (gst_bin_iterate):
2776           use GST_SCHEDULING category
2777         * gst/gstpad.c: (gst_pad_get_type), (_invent_event),
2778         (gst_pad_push), (gst_pad_pull), (gst_pad_call_chain_function),
2779         (gst_pad_call_get_function):
2780           add GST_DATAFLOW to easily track flow of buffers or events.
2781         * gst/gstqueue.c: (gst_queue_get_type),
2782         (gst_queue_handle_pending_events), (gst_queue_chain),
2783         (gst_queue_get), (gst_queue_handle_src_event):
2784           use own static debugging category GST_DATAFLOW for dataflow,
2785           use DEBUG category for showing which path events go, use LOG
2786           category for buffers.
2788 2004-05-10  David Schleef  <ds@schleef.org>
2790         * docs/gst/gstreamer-sections.txt: Add gst_element_no_more_pads.
2792 2004-05-10  David Schleef  <ds@schleef.org>
2794         * docs/gst/Makefile.am: Dear gtk-doc, please print out the unused
2795         symbols, because otherwise we don't know what they are.  Thanks,
2796         the GStreamer team.
2797         * gst/registries/gstxmlregistry.c: (make_dir): Remove a spurious ;
2799 2004-05-10  David Schleef  <ds@schleef.org>
2801         (from Steve Lhomme)
2802         * win32/Makefile: When using make clean the MS Visual Studio makefiles
2803         are deleted.  Fix.
2804         * win32/Makefile.inspect:
2805         * win32/Makefile.launch:
2806         * win32/Makefile.register:
2808 2004-05-10  David Schleef  <ds@schleef.org>
2810         * gst/gstinfo.h: Add missing inline function.
2811         * gst/gsttrace.c: add include
2812         * gst/parse/grammar.y: remove unused code
2813         * gst/registries/gstxmlregistry.c: (make_dir): make mkdir call
2814         more portable.
2815         * tools/gst-register.c: wrap unistd.h
2816         
2817         More additions/fixes from Steve for the MSVC build.
2818         * win32/GStreamer.vcproj:
2819         * win32/Makefile:
2820         * win32/Makefile.inspect:
2821         * win32/Makefile.launch:
2822         * win32/Makefile.register:
2823         * win32/README.txt:
2824         * win32/gst-inspect.vcproj:
2825         * win32/gst-launch.vcproj:
2826         * win32/gst-register.vcproj:
2827         * win32/gstbytestream.def:
2828         * win32/gstbytestream.vcproj:
2829         * win32/gstconfig.h:
2830         * win32/gstelements.def:
2831         * win32/gstelements.vcproj:
2832         * win32/gstenumtypes.c:
2833         * win32/gstenumtypes.h:
2834         * win32/gstoptimalscheduler.def:
2835         * win32/gstoptimalscheduler.vcproj:
2836         * win32/gstreamer.def:
2837         * win32/gstspider.def:
2838         * win32/gstspider.vcproj:
2839         * win32/gstversion.h:
2840         * win32/msvc71.sln:
2842 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2844         * gst/gstelement.c: (gst_element_class_init),
2845         (gst_element_no_more_pads):
2846         * gst/gstelement.h:
2847           add gst_element_no_more_pads and the "no-more-pads" signal
2849 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2851         * gst/gstregistry.c: (gst_registry_add_plugin):
2852           refuse to add plugins when a plugin with same name is already
2853           registered. Fixes a bunch of "How to remove plugins?" issues.
2854           May lead to other problems though, let's test
2856 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2858         * testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
2859         * docs/manual/pads-api.xml : audio/wav => audio/x-wav
2860         * docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav
2862 2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2864         * tests/Makefile.am: fix am16 issue
2866 2004-05-09  Benjamin Otte  <otte@gnome.org>
2868         * libs/gst/bytestream/Makefile.am:
2869           we should indeed add .c files to makefiles or they won't be built
2870           (d'oh)
2872 2004-05-08  Benjamin Otte  <otte@gnome.org>
2874         * gst/gstpad.c: (gst_pad_proxy_fixate):
2875           really reduce the set of caps
2877 2004-05-08  Benjamin Otte  <otte@gnome.org>
2879         * tests/Makefile.am:
2880         * tests/spidey_bench.c: (handoff), (main):
2881           add benchmark to test how long spider needs to create a pipeline
2883 2004-05-08  Benjamin Otte  <otte@gnome.org>
2885         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_unnegotiate):
2886           mark links as unengaged when unnegotiating instead of deactivating.
2887           This way pads aren't marked as unengaged when going PLAYING=>PAUSED
2889 2004-05-08  Benjamin Otte  <otte@gnome.org>
2891         * docs/manual/helloworld.xml:
2892           s/audiosink/osssink (patch by Patrick Guimond)
2894 2004-05-07  David Schleef  <ds@schleef.org>
2896         * configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
2897         since it contains important stuff.
2899 2004-05-07  David Schleef  <ds@schleef.org>
2901         * testsuite/caps/caps.c: (test3), (main): A check for appending
2902         ANY caps.
2904 2004-05-07  David Schleef  <ds@schleef.org>
2906         * common/m4/as-compiler-flag.m4: Properly quote arguments,
2907         which may contain commas.  Fixes detection of -Wa,-mregnames
2909 2004-05-06  David Schleef  <ds@schleef.org>
2911         Changes to handle compilers that don't have variadic macro
2912         support.  In particular, glib headers define some inlines
2913         that need G_LOG_DOMAIN defined.  Additional fixes for MSVC
2914         builds.
2915         * gst/Makefile.am:
2916         * gst/cothreads.c:
2917         * gst/elements/gstfdsink.c:
2918         * gst/elements/gstfdsrc.c:
2919         * gst/elements/gstfilesink.c:
2920         * gst/elements/gstfilesrc.c:
2921         * gst/gst_private.h:
2922         * gst/gstatomic.c:
2923         * gst/gstcaps.c: (gst_caps_append):
2924         * gst/gstcpu.c: (gst_cpuid_i386):
2925         * gst/gstelement.c:
2926         * gst/gsterror.c:
2927         * gst/gstfilter.c:
2928         * gst/gstinfo.h:
2929         * gst/gstprobe.c:
2930         * gst/gstquery.c:
2931         * gst/gstregistry.c:
2932         * gst/gststructure.c:
2933         * gst/gsttaginterface.c:
2934         * gst/gsttrace.c: (gst_trace_new):
2935         * gst/gsttrashstack.c:
2936         * gst/gsturi.c:
2937         * gst/gstvalue.c:
2938         * gst/parse/grammar.y:
2939         * gst/parse/parse.l:
2940         * tools/gst-inspect.c: (main):
2941         * tools/gst-launch.c: (main):
2942         * tools/gst-xmlinspect.c: (PUT_STRING):
2944 2004-05-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2946         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
2947         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
2948         * gst/elements/gstfilesrc.h:
2949           send NEW_MEDIA events correctly
2950         * gst/elements/gsttypefindelement.c: (start_typefinding),
2951         (gst_type_find_element_handle_event):
2952           restart typefinding when we get a NEW_MEDIA event
2953         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_change_state),
2954         (gst_bin_dispose):
2955           don't die when someone removes elements in callbacks
2956         * gst/gstelement.c: (gst_element_change_state):
2957           improve debugging
2958         * gst/gstpad.c: (gst_pad_pull), (gst_pad_call_chain_function):
2959           we need a NEW_MEDIA event to engage a link
2960         * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
2961           don't g_print debugging stuff
2962         * testsuite/caps/simplify.c: (check_caps):
2964 2004-05-04  Benjamin Otte  <otte@gnome.org>
2966         * gst/parse/grammar.y:
2967           use GST_ERROR instead of g_warning, and always throw a GST_ERROR 
2969 2004-05-04  Benjamin Otte  <otte@gnome.org>
2971         * testsuite/caps/renegotiate.c: (main):
2972           improve output in error case
2974 2004-05-04  Benjamin Otte  <otte@gnome.org>
2976         * gst/parse/grammar.y:
2977           fix assert to not trigger when there's no error argument
2978         * gst/parse/parse.l:
2979           fix definition of caps to allow more than two structures
2980         * testsuite/caps/Makefile.am:
2981         * testsuite/caps/renegotiate.c: (main):
2982           it's sinesrc and works in that case
2984 2004-05-04  Wim Taymans  <wim@fluendo.com>
2986         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
2987         (group_dec_link), (gst_opt_scheduler_pad_unlink):
2988         when removing an element from a group, we always need to
2989         decrement the link count that this group had with other 
2990         groups through the element.
2991         added an extra assert to catch inconsistencies when decrementing
2992         the link count.
2994 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2996         * configure.ac:
2997         * docs/gst/Makefile.am:
2998         * docs/gst/gstreamer-sections.txt:
2999         * docs/gst/tmpl/gstcompat.sgml:
3000         * examples/appreader/Makefile.am:
3001         * examples/cutter/Makefile.am:
3002         * examples/events/Makefile.am:
3003         * examples/helloworld/Makefile.am:
3004         * examples/helloworld2/Makefile.am:
3005         * examples/launch/Makefile.am:
3006         * examples/manual/Makefile.am:
3007         * examples/mixer/Makefile.am:
3008         * examples/pingpong/Makefile.am:
3009         * examples/plugins/Makefile.am:
3010         * examples/queue/Makefile.am:
3011         * examples/queue2/Makefile.am:
3012         * examples/queue3/Makefile.am:
3013         * examples/queue4/Makefile.am:
3014         * examples/retag/Makefile.am:
3015         * examples/thread/Makefile.am:
3016         * examples/typefind/Makefile.am:
3017         * examples/xml/Makefile.am:
3018         * gst/Makefile.am:
3019         * gst/autoplug/Makefile.am:
3020         * gst/elements/Makefile.am:
3021         * gst/gstcompat.h:
3022         * gst/indexers/Makefile.am:
3023         * gst/parse/Makefile.am:
3024         * gst/registries/Makefile.am:
3025         * gst/schedulers/Makefile.am:
3026         * libs/gst/bytestream/Makefile.am:
3027         * libs/gst/control/Makefile.am:
3028         * libs/gst/getbits/Makefile.am:
3029         * po/af.po:
3030         * po/az.po:
3031         * po/en_GB.po:
3032         * po/fr.po:
3033         * po/nl.po:
3034         * po/sr.po:
3035         * po/sv.po:
3036         * po/tr.po:
3037         * po/uk.po:
3038         * tests/Makefile.am:
3039         * tests/bufspeed/Makefile.am:
3040         * tests/instantiate/Makefile.am:
3041         * tests/memchunk/Makefile.am:
3042         * tests/muxing/Makefile.am:
3043         * tests/negotiation/Makefile.am:
3044         * tests/probes/Makefile.am:
3045         * tests/sched/Makefile.am:
3046         * tests/seeking/Makefile.am:
3047         * tests/threadstate/Makefile.am:
3048         * testsuite/caps/Makefile.am:
3049         * testsuite/cleanup/Makefile.am:
3050         * testsuite/dlopen/Makefile.am:
3051         * testsuite/dynparams/Makefile.am:
3052         * testsuite/plugin/Makefile.am:
3053         * testsuite/states/Makefile.am:
3054         * tools/Makefile.am:
3055           reorganize compile/link flags to be consistent
3056           put gst_info in gstcompat.h and actually use GST_DISABLE_DEPRECATED
3058 2004-05-04  David Schleef  <ds@schleef.org>
3060         The "once more, with feeling" check-in.
3061         * testsuite/caps/Makefile.am: dist caps_strings
3062         * testsuite/caps/renegotiate.c: (main): This test triggers a
3063           segfault in the core.  Marking as failing.
3065 2004-05-03  David Schleef  <ds@schleef.org>
3067         * testsuite/caps/deserialize.c: (main): Fix problems noticed
3068           by the build bots.
3069         * testsuite/caps/renegotiate.c: (main): Same.
3071 2004-05-03  David Schleef  <ds@schleef.org>
3073         * testsuite/caps/renegotiate.c: (my_fixate), (main): Another test.
3075 2004-05-03  David Schleef  <ds@schleef.org>
3077         * testsuite/caps/deserialize.c: (main): Use the srcdir environment
3078           variable to find our source file.
3080 2004-05-03  David Schleef  <ds@schleef.org>
3082         * configure.ac:  Link plugins with libgstreamer and dependent
3083           libraries
3084         * testsuite/caps/Makefile.am:
3085         * testsuite/caps/caps_strings:
3086         * testsuite/caps/deserialize.c: (main): Add a little test to slog
3087           through a file of caps strings and test each one
3089 2004-05-04  Benjamin Otte  <otte@gnome.org>
3091         * libs/gst/bytestream/Makefile.am:
3092         * libs/gst/bytestream/adapter.c: 
3093         * libs/gst/bytestream/adapter.h:
3094           add GstAdapter, similar to bytestream, but doesn't require ugly event
3095           handling or uglier loopbased elements
3097 2004-05-03  David Schleef  <ds@schleef.org>
3099         * testsuite/caps/Makefile.am: Fix spelling of Ηρατοσθενες
3100         * testsuite/caps/erathostenes.c:
3101         * testsuite/caps/eratosthenes.c: (eratosthenes), (main):
3103 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3105         * docs/pwg/pwg.xml:
3106           remove hardcoded stylesheet path (duh)
3107         * docs/random/release:
3108         * docs/gst/gstreamer-sections.txt:
3109         * gst/Makefile.am:
3110         * gst/gst.h:
3111         * gst/gst_private.h:
3112         * gst/gstcaps.c:
3113         * gst/gstevent.c:
3114         * gst/gstformat.c:
3115         * gst/gstinfo.c:
3116         * gst/gstinfo.h:
3117         * gst/gstinterface.c:
3118         * gst/gstmemchunk.c:
3119         * gst/gstprobe.c:
3120         * gst/gstquery.c:
3121         * gst/gstregistry.c:
3122         * gst/gstregistrypool.c:
3123         * gst/gststructure.c:
3124         * gst/gsttaginterface.c:
3125         * gst/gstthread.c:
3126         * gst/gsttrace.c:
3127         * gst/gsttypefind.c: (gst_type_find_factory_get_type):
3128         * gst/gsturi.c:
3129         * gst/gstvalue.c:
3130           deprecate gst_info; remove gstlog.h
3131    
3133 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3135         * Makefile.am:
3136         * po/en_GB.po:
3137         * po/sv.po:
3138         * po/uk.po:
3139           updated translations
3141 2004-05-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3143         * gst/gstbin.c: (gst_bin_dispose):
3144           better debugging
3146 2004-05-03  Johan Dahlin  <johan@gnome.org>
3148         * gst/schedulers/gstoptimalscheduler.c
3149         (gst_opt_scheduler_pad_unlink): Check if element is non-NULL and
3150         really is a GstElement. Avoids critical when running gst-launch -v
3151         and a oggdemux/decoding pipeline.
3153 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3155         * docs/gst/tmpl/gstpipeline.sgml :
3156         * docs/manual/elements-api.xml :
3157                 doc fix by Patrick Guimond (Protector) from devel ML
3158                 reviewed by ronald
3160 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3162         * docs/gst/Makefile.am :
3163         * docs/libs/Makefile.am :
3164                 apply a patch from Arwed v. Merkatz so that gtk-doc
3165                 generated docs install (same for .devhelp file)
3166                 (fixes part 1 of #138836)
3168 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3170         * docs/faq/dependencies.xml: typo
3171         * docs/faq/getting.xml :
3172             - fix download URL for new gstreamer site
3173             - hide sf.net download page as latest version aren't there
3174             - fix apt URLs
3175             - fill "get via CVS" paragraph (link to dev page on the site)
3176         * docs/faq/general.xml:
3177             hide status tables as they no more exists
3178             change case on plugins license file to reflect reality
3179         * docs/faq/troubleshooting.xml:
3180             remove the wiki question/answer as there is no more wiki
3182 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3184         * gst/gsterror.h:
3185           include the headers needed for declarations used in this header
3187 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3189         * docs/random/uraeus/gstreamer_and_midi.txt :
3190           add .kar (midi + karaoke/lyrics 'track') doc to midi doc.
3191           (fixes #132288)
3193 2004-04-30  Sebastien Cote  <sc5@hermes.usherb.ca>
3195         reviewed by Benjamin Otte  <otte@gnome.org>
3197         * gst/schedulers/gthread-cothreads.h:
3198           free allocated data for main cothread, too when destroying context
3199           (fixes #141417)
3201 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3203         * docs/manual/goals.xml : remove duplicated paragraph at end 
3204         of doc page (fixes #141448)
3206 2004-04-29  David Schleef  <ds@schleef.org>
3208         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
3209         Patch from Sebastien Cote to fix leakage of events. (bug #141414)
3211 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3213         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
3214           fix property
3215         * gst/gstcaps.c:
3216           fix doc string
3217         * po/POTFILES.in:
3218           rename typefind source file
3220 2004-04-28  David Schleef  <ds@schleef.org>
3222         Several new files from Steve Lhomme's MSVC patch (bug #141317):
3223         * win32/GStreamer.vcproj:
3224         * win32/Makefile:
3225         * win32/config.h:
3226         * win32/dirent.c: (_topendir), (_treaddir), (_tclosedir),
3227         (_trewinddir), (_ttelldir), (_tseekdir):
3228         * win32/dirent.h:
3229         * win32/gst-inspect.vcproj:
3230         * win32/gst-launch.vcproj:
3231         * win32/gst-register.vcproj:
3232         * win32/gstbytestream.vcproj:
3233         * win32/gstelements.vcproj:
3234         * win32/gstoptimalscheduler.vcproj:
3235         * win32/gstspider.vcproj:
3236         * win32/gtchar.h:
3237         * win32/mman.c: (mmap), (mprotect), (msync), (munmap):
3238         * win32/mman.h:
3239         * win32/mman.inl:
3240         * win32/msvc71.sln:
3242 2004-04-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3244         * gst/gst.c: (init_post):
3245         * gst/gstinfo.c:
3246           remove useless _gst_progname stuff
3247         * tools/gst-inspect.c: (print_field), (print_caps):
3248           improve caps output
3250 2004-04-28  David Schleef  <ds@schleef.org>
3252         Disable parsing of a lot of files that aren't part of the
3253         exported API.  Move corresponding template files to old/,
3254         waiting for removal when they don't contain anything
3255         interesting.
3256         * docs/gst/Makefile.am:
3257         * docs/gst/gstreamer-sections.txt:
3258         * docs/gst/tmpl/cothreads.sgml:
3259         * docs/gst/tmpl/cothreads_compat.sgml:
3260         * docs/gst/tmpl/gettext.sgml:
3261         * docs/gst/tmpl/gobject2gtk.sgml:
3262         * docs/gst/tmpl/grammar.tab.sgml:
3263         * docs/gst/tmpl/gst-i18n-app.sgml:
3264         * docs/gst/tmpl/gst-i18n-lib.sgml:
3265         * docs/gst/tmpl/gst_private.sgml:
3266         * docs/gst/tmpl/gstaggregator.sgml:
3267         * docs/gst/tmpl/gstarch.sgml:
3268         * docs/gst/tmpl/gstatomic_impl.sgml:
3269         * docs/gst/tmpl/gstbufferstore.sgml:
3270         * docs/gst/tmpl/gstdata_private.sgml:
3271         * docs/gst/tmpl/gstdisksink.sgml:
3272         * docs/gst/tmpl/gstdisksrc.sgml:
3273         * docs/gst/tmpl/gstelementfactory.sgml:
3274         * docs/gst/tmpl/gstextratypes.sgml:
3275         * docs/gst/tmpl/gstfakesink.sgml:
3276         * docs/gst/tmpl/gstfakesrc.sgml:
3277         * docs/gst/tmpl/gstfdsink.sgml:
3278         * docs/gst/tmpl/gstfdsrc.sgml:
3279         * docs/gst/tmpl/gstfilesink.sgml:
3280         * docs/gst/tmpl/gstfilesrc.sgml:
3281         * docs/gst/tmpl/gsthttpsrc.sgml:
3282         * docs/gst/tmpl/gstidentity.sgml:
3283         * docs/gst/tmpl/gstindexfactory.sgml:
3284         * docs/gst/tmpl/gstmarshal.sgml:
3285         * docs/gst/tmpl/gstmd5sink.sgml:
3286         * docs/gst/tmpl/gstmultidisksrc.sgml:
3287         * docs/gst/tmpl/gstmultifilesrc.sgml:
3288         * docs/gst/tmpl/gstpadtemplate.sgml:
3289         * docs/gst/tmpl/gstpipefilter.sgml:
3290         * docs/gst/tmpl/gstschedulerfactory.sgml:
3291         * docs/gst/tmpl/gstsearchfuncs.sgml:
3292         * docs/gst/tmpl/gstshaper.sgml:
3293         * docs/gst/tmpl/gstspider.sgml:
3294         * docs/gst/tmpl/gstspideridentity.sgml:
3295         * docs/gst/tmpl/gststatistics.sgml:
3296         * docs/gst/tmpl/gsttee.sgml:
3297         * docs/gst/tmpl/gsttimecache.sgml:
3298         * docs/gst/tmpl/gsttypefind.sgml:
3299         * docs/gst/tmpl/gsttypefindfactory.sgml:
3300         * docs/gst/tmpl/gstxmlregistry.sgml:
3301         * docs/gst/tmpl/gthread-cothreads.sgml:
3302         * docs/gst/tmpl/old/cothreads.sgml:
3303         * docs/gst/tmpl/old/cothreads_compat.sgml:
3304         * docs/gst/tmpl/old/gettext.sgml:
3305         * docs/gst/tmpl/old/gobject2gtk.sgml:
3306         * docs/gst/tmpl/old/grammar.tab.sgml:
3307         * docs/gst/tmpl/old/gst-i18n-app.sgml:
3308         * docs/gst/tmpl/old/gst-i18n-lib.sgml:
3309         * docs/gst/tmpl/old/gst_private.sgml:
3310         * docs/gst/tmpl/old/gstaggregator.sgml:
3311         * docs/gst/tmpl/old/gstarch.sgml:
3312         * docs/gst/tmpl/old/gstatomic_impl.sgml:
3313         * docs/gst/tmpl/old/gstbufferstore.sgml:
3314         * docs/gst/tmpl/old/gstdata_private.sgml:
3315         * docs/gst/tmpl/old/gstdisksink.sgml:
3316         * docs/gst/tmpl/old/gstdisksrc.sgml:
3317         * docs/gst/tmpl/old/gstelementfactory.sgml:
3318         * docs/gst/tmpl/old/gstextratypes.sgml:
3319         * docs/gst/tmpl/old/gstfakesink.sgml:
3320         * docs/gst/tmpl/old/gstfakesrc.sgml:
3321         * docs/gst/tmpl/old/gstfdsink.sgml:
3322         * docs/gst/tmpl/old/gstfdsrc.sgml:
3323         * docs/gst/tmpl/old/gstfilesink.sgml:
3324         * docs/gst/tmpl/old/gstfilesrc.sgml:
3325         * docs/gst/tmpl/old/gsthttpsrc.sgml:
3326         * docs/gst/tmpl/old/gstidentity.sgml:
3327         * docs/gst/tmpl/old/gstindexfactory.sgml:
3328         * docs/gst/tmpl/old/gstmarshal.sgml:
3329         * docs/gst/tmpl/old/gstmd5sink.sgml:
3330         * docs/gst/tmpl/old/gstmultidisksrc.sgml:
3331         * docs/gst/tmpl/old/gstmultifilesrc.sgml:
3332         * docs/gst/tmpl/old/gstpadtemplate.sgml:
3333         * docs/gst/tmpl/old/gstpipefilter.sgml:
3334         * docs/gst/tmpl/old/gstschedulerfactory.sgml:
3335         * docs/gst/tmpl/old/gstsearchfuncs.sgml:
3336         * docs/gst/tmpl/old/gstshaper.sgml:
3337         * docs/gst/tmpl/old/gstspider.sgml:
3338         * docs/gst/tmpl/old/gstspideridentity.sgml:
3339         * docs/gst/tmpl/old/gststatistics.sgml:
3340         * docs/gst/tmpl/old/gsttee.sgml:
3341         * docs/gst/tmpl/old/gsttimecache.sgml:
3342         * docs/gst/tmpl/old/gsttypefindfactory.sgml:
3343         * docs/gst/tmpl/old/gstxmlregistry.sgml:
3344         * docs/gst/tmpl/old/gthread-cothreads.sgml:
3345         * docs/gst/tmpl/old/types.sgml:
3346         * docs/gst/tmpl/types.sgml:
3348         Rename gsttypefind.[ch] back to gsttypefindelement.[ch], since
3349         gtkdoc-scan doesn't like files with the same name in different
3350         directories.
3351         * gst/elements/Makefile.am:
3352         * gst/elements/gstelements.c:
3353         * gst/elements/gsttypefind.c: 
3354         * gst/elements/gsttypefind.h:
3355         * gst/elements/gsttypefindelement.c:
3356         * gst/elements/gsttypefindelement.h:
3358 2004-04-28  David Schleef  <ds@schleef.org>
3360         A bunch of portability fixes, derived from Steve Lhomme's MSVC
3361         patch (bug #141317):
3362         * gst/gst-i18n-lib.h: Allow disabling gettext.
3363         * gst/gstatomic_impl.h: disable warning when it's dumb.
3364         * gst/gstclock.c: fix include
3365         * gst/gstcompat.h: fix variadic macro
3366         * gst/gstinfo.c: fix include
3367         * gst/gstmacros.h: add defines for inlines on MSVC
3368         * gst/gstplugin.c: fix includes
3369         * gst/gstregistry.c: fix includes
3370         * gst/gstregistry.h: use S_IREAD, etc., if S_IRUSR isn't defined
3371         * gst/gstsystemclock.c: fix include
3372         * gst/gsttrace.c: (gst_trace_new), (gst_trace_text_flush): use
3373         S_IREAD if S_IRUSR isn't defined.  fix use of non-portable functions
3374         * gst/registries/gstxmlregistry.c:
3375         (gst_xml_registry_parse_element_factory): fix use of non-portable
3376         functions
3377         * libs/gst/control/dparam.h: Remove trailing comma in enum definition
3378         * libs/gst/control/dparammanager.h: same
3380 2004-04-28  David Schleef  <ds@schleef.org>
3382         Move a bunch of unused files to old/ with names that are
3383         not case-insensitive-unique.  These files still contain some
3384         useful information that needs to be merged into gstbin.sgml,
3385         etc., so they shouldn't be deleted yet.
3386         * docs/gst/tmpl/GstBin.sgml:
3387         * docs/gst/tmpl/GstBuffer.sgml:
3388         * docs/gst/tmpl/GstCaps.sgml:
3389         * docs/gst/tmpl/GstClock.sgml:
3390         * docs/gst/tmpl/GstCompat.sgml:
3391         * docs/gst/tmpl/GstData.sgml:
3392         * docs/gst/tmpl/GstElement.sgml:
3393         * docs/gst/tmpl/GstEvent.sgml:
3394         * docs/gst/tmpl/GstIndex.sgml:
3395         * docs/gst/tmpl/GstStructure.sgml:
3396         * docs/gst/tmpl/GstTag.sgml:
3397         * docs/gst/tmpl/old/GstBin.sgml:
3398         * docs/gst/tmpl/old/GstBuffer.sgml:
3399         * docs/gst/tmpl/old/GstCaps.sgml:
3400         * docs/gst/tmpl/old/GstClock.sgml:
3401         * docs/gst/tmpl/old/GstCompat.sgml:
3402         * docs/gst/tmpl/old/GstData.sgml:
3403         * docs/gst/tmpl/old/GstElement.sgml:
3404         * docs/gst/tmpl/old/GstEvent.sgml:
3405         * docs/gst/tmpl/old/GstIndex.sgml:
3406         * docs/gst/tmpl/old/GstStructure.sgml:
3407         * docs/gst/tmpl/old/GstTag.sgml:
3409 2004-04-28  David Schleef  <ds@schleef.org>
3411         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
3412         (gst_caps_append), (gst_caps_append_structure),
3413         (gst_caps_get_size), (gst_caps_get_structure), (gst_caps_copy_1),
3414         (gst_caps_set_simple), (gst_caps_set_simple_valist),
3415         (gst_caps_is_any), (gst_caps_is_empty), (gst_caps_is_chained),
3416         (gst_caps_is_fixed), (gst_caps_is_always_compatible),
3417         (gst_caps_intersect), (gst_caps_normalize),
3418         (gst_caps_transform_to_string):  Patch from Tim-Philipp Müller
3419         to fix GST_CAPS() and GST_IS_CAPS(). (bug #141304)
3420         * gst/gstcaps.h: use GST_IS_CAPS().
3422 2004-04-26  David Schleef  <ds@schleef.org>
3424         * gst/gstcpu.c: (gst_cpuid_i386): Don't clobber ebx in inline
3425         assembly.  gcc doesn't handle it correctly. (bug #141083)
3426         * gst/gsttrashstack.h: same
3428 2004-04-25  Benjamin Otte  <otte@gnome.org>
3430         * gst/gstelement.c: (gst_element_change_state):
3431           fix assertion to do an int comparison
3433 2004-04-25  Benjamin Otte  <otte@gnome.org>
3435         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
3436           better debugging output on error
3438 2004-04-25  Benjamin Otte  <otte@gnome.org>
3440         * gst/gstcaps.c: (gst_caps_subtract):
3441           fix memleak
3443 2004-04-23  Benjamin Otte  <otte@gnome.org>
3445         * gst/gstvalue.c: (gst_value_compare_buffer),
3446         (_gst_value_initialize):
3447           add comparison function for buffers
3449 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3451         * docs/pwg/pwg.xml:
3452           Just found out that this so-called "ima-wav" format is really
3453           just "dvi adpcm" (according to the MS WAV documentation). So
3454           renaming it. We didn't use it yet anyway.
3456 2004-04-23  Benjamin Otte  <otte@gnome.org>
3458         * gst/gstcaps.c: (gst_caps_is_always_compatible):
3459           call gst_caps_is_subset
3461 2004-04-23  Benjamin Otte  <otte@gnome.org>
3463         * gst/gstcaps.c: (gst_caps_subtract), (gst_caps_is_equal), 
3464         (gst_caps_is_subset):
3465           add documentation
3467 2004-04-23  Benjamin Otte  <otte@gnome.org>
3468           
3469         * gst/gstcaps.c: (gst_caps_structure_subtract_field),
3470         (gst_caps_structure_subtract), (gst_caps_subtract),
3471         (gst_caps_structure_figure_out_union),
3472         (gst_caps_structure_simplify), (gst_caps_do_simplify):
3473           fix simplifying and subtracting not working correctly with optional
3474           properties
3475           solve assorted problems that make it now simplify ebven more
3476         * docs/gst/tmpl/gstcaps.sgml:
3477         * gst/gstcaps.h:
3478           make gst_caps_do_simplify return a bool to indicate if it simplified
3479         * testsuite/caps/simplify.c: (main):
3480           add more checks. The tests is quite a bit useless right now because
3481           the core is heavily simplifying itself.
3482         * testsuite/caps/caps.h:
3483           fix caps to contain all optional properties
3485 2004-04-22  Benjamin Otte  <otte@gnome.org>
3487         * docs/gst/tmpl/gstcaps.sgml:
3488         * docs/gst/tmpl/gstfilesrc.sgml:
3489         * docs/gst/tmpl/gststructure.sgml:
3490         * docs/gst/tmpl/gstvalue.sgml:
3491           update for recent API changes
3492         * gst/gstcaps.c: (gst_caps_do_simplify):
3493           fix to stop trying with a freed structure
3494         * gst/gstpad.c: (gst_pad_link_fixate):
3495           simplify caps
3496         * gst/gstpad.c: (gst_pad_template_get_caps_by_name):
3497           remove C++ comment
3498         * gst/gstpad.h:
3499           deprecate gst_pad_template_get_caps_by_name, it doesn't work anyway
3500         * gst/gststructure.c: (gst_structure_value_get_generic_type),
3501         (gst_structure_to_string):
3502           keep the correct type when using lists of ranges
3503         * gst/gstvalue.c: (gst_value_list_prepend_value),
3504         (gst_value_list_append_value):
3505           copy the value before adding to the list (d'oh)
3506         * gst/gstvalue.c: (gst_value_subtract_int_range_int),
3507         (gst_value_subtract_int_range_int_range):
3508           handle overflows correctly
3509         * gst/gstvalue.c: (gst_value_subtract_from_list):
3510           fix memleak
3511         * testsuite/caps/caps.h:
3512           add a caps that caused segfaults
3514 2004-04-22  Benjamin Otte  <otte@gnome.org>
3516         * testsuite/refcounting/pad.c: (main):
3517           fix test
3519 2004-04-22  Benjamin Otte  <otte@gnome.org>
3521         * gst/gstcaps.c: (gst_caps_subtract):
3522           allow subtracting ANY and EMPTY from ANY caps
3524 2004-04-22  Benjamin Otte  <otte@gnome.org>
3526         * gst/gstcaps.c: (gst_caps_append), (gst_caps_intersect),
3527         (gst_caps_union):
3528           only simplify in functions that create new caps. Simplifying in
3529           gst_caps_append breaks tests.
3531 2004-04-22  Benjamin Otte  <otte@gnome.org>
3533         * gst/gstcaps.c: (gst_caps_structure_simplify):
3534           unset GValue after use
3535         * gst/gstcaps.c: (gst_caps_append), 
3536         * gst/gstpad.c: (gst_pad_link_fixate), (gst_pad_template_new):
3537           use gst_caps_simplify (reduces registry size by 30%)
3538         * gst/gstpad.c: (gst_pad_template_new):
3539           don't allow NULL caps
3541 2004-04-22  Benjamin Otte  <otte@gnome.org>
3543         * docs/gst/gstreamer-sections.txt:
3544           add gst_caps_do_simplify
3545         * gst/gstcaps.c:
3546           add documentation for gst_caps_do_simplify
3547         * gst/gstvalue.h:
3548           fix typo in gst_value_register_subtract_func declaration for gst-doc
3550 2004-04-22  Benjamin Otte  <otte@gnome.org>
3552         * gst/gstcaps.c: (gst_caps_from_string_inplace):
3553           fix bug when converting from empty string.
3554         * gst/gstcaps.c: (gst_caps_new_any), (gst_caps_new_simple),
3555         (gst_caps_new_full_valist), (gst_caps_copy), (gst_caps_copy_1):
3556           use gst_caps_new_empty to allocate a new caps. Only that function
3557           allocates memory for caps now.
3558         * gst/gstcaps.c: (gst_caps_remove_and_get_structure),
3559         (gst_caps_remove_structure):
3560           add ability to remove one structure (but not to header yet)
3561         * gst/gstcaps.c: (gst_caps_compare_structures),
3562         (gst_caps_simplify), (gst_caps_structure_figure_out_union),
3563         (gst_caps_structure_simplify), (gst_caps_do_simplify),
3564         * gst/gstcaps.h:
3565           add gst_caps_do_simplify that tries to simplify a caps in place.
3566           Deprecate old gst_caps_simplify function.
3567         * testsuite/caps/caps.h:
3568           add caps.h containing a common set of caps to test against.
3569         * testsuite/caps/sets.c: (check_caps), (main):
3570           use it.
3571         * testsuite/caps/.cvsignore:
3572         * testsuite/caps/Makefile.am:
3573         * testsuite/caps/simplify.c: (check_caps), (main):
3574           add test to check correctness and efficency of caps simplification.
3576 2004-04-22  Sebastien Cote <sc5@hermes.usherb.ca>
3578         reviewed by Benjamin Otte  <otte@gnome.org>
3580         * gst/gstparse.c: (_gst_parse_escape):
3581           Free the GString used in _gst_parse_escape()
3583 2004-04-21  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3585         * gst/gstpad.c: (gst_pad_link_negotiate):
3586           refuse to link if the link is not possible
3587         * configure.ac:
3588         * testsuite/Makefile.am:
3589         * testsuite/negotiation/.cvsignore:
3590         * testsuite/negotiation/Makefile.am:
3591         * testsuite/negotiation/pad_link.c: (main):
3592           add test that checks the above behaviour
3594 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3596         * docs/gst/gstreamer-sections.txt:
3597           add newly added API
3599 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3601         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
3602         (gst_filesrc_get_mmap), (gst_filesrc_get_read), (gst_filesrc_get),
3603         (gst_filesrc_open_file), (gst_filesrc_close_file),
3604         (gst_filesrc_srcpad_query), (gst_filesrc_srcpad_event):
3605         * gst/elements/gstfilesrc.h:
3606           add support for non-regular files (#140734)
3608 2004-04-21  Benjamin Otte  <otte@gnome.org>
3610         * gst/gstpad.c: (gst_pad_link_fixate):
3611           add sophisticated error checking code to see if fixation functions
3612           did their fixation right
3614 2004-04-21  Benjamin Otte  <otte@gnome.org>
3616         * gst/gstcaps.c: (gst_caps_append), (gst_caps_union):
3617           check for ANY caps before appending/unioning
3618         * gst/gstcaps.c: (gst_caps_is_subset),
3619         (gst_caps_is_equal), (gst_caps_structure_subtract_field),
3620         (gst_caps_structure_subtract), (gst_caps_subtract):
3621         * gst/gstcaps.h:
3622           add gst_caps_is_equal, gst_caps_is_subset and gst_caps_subtract to
3623           the API. deprecate gst_caps_is_equal_fixed
3624         * gst/gstpad.c: (gst_pad_try_set_caps):
3625         * gst/gstqueue.c: (gst_queue_link):
3626           s/gst_caps_is_equal_fixed/gst_caps_is_equal/
3627         * gst/gststructure.c: (gst_structure_get_name_id):
3628         * gst/gststructure.h:
3629           add function gst_structure_get_name_id
3630         * gst/gstvalue.c: (gst_value_subtract_int_int_range),
3631         (gst_value_create_new_range), (gst_value_subtract_int_range_int),
3632         (gst_value_subtract_int_range_int_range),
3633         (gst_value_subtract_double_double_range),
3634         (gst_value_subtract_double_range_double),
3635         (gst_value_subtract_double_range_double_range),
3636         (gst_value_subtract_from_list), (gst_value_subtract_list),
3637         (gst_value_can_intersect), (gst_value_subtract),
3638         (gst_value_can_subtract), (gst_value_register_subtract_func),
3639         (_gst_value_initialize):
3640         * gst/gstvalue.h:
3641           add support for subtracting values from each other. Note that
3642           subtracting means subtracting as in set theory. Required for caps
3643           stuff above.
3644         * testsuite/caps/.cvsignore:
3645         * testsuite/caps/Makefile.am:
3646         * testsuite/caps/erathostenes.c: (erathostenes), (main):
3647         * testsuite/caps/sets.c: (check_caps), (main):
3648         * testsuite/caps/subtract.c: (check_caps), (main):
3649           add tests for subtraction and equality code.
3651 2004-04-20  David Schleef  <ds@schleef.org>
3653         * gst/autoplug/Makefile.am:  Fix some little buglets in last checkin.
3654         * gst/indexers/Makefile.am:
3655         * gst/schedulers/Makefile.am:
3656         * libs/gst/bytestream/Makefile.am:
3657         * libs/gst/control/Makefile.am:
3658         * libs/gst/getbits/Makefile.am:
3660 2004-04-20  David Schleef  <ds@schleef.org>
3662         * common/as-libtool.mak: Fine-tune DLL building.
3663         * configure.ac: Link plugins against libgstreamer.  Define plugindir
3664         (like gst-plugins)
3665         * examples/plugins/Makefile.am: remove plugindir
3666         * gst/autoplug/Makefile.am: DLL building fixes
3667         * gst/elements/Makefile.am: DLL building fixes.  Disable pipefilter on
3668         Windows.
3669         * gst/elements/gstelements.c: Conditionally disable pipefilter.
3670         * gst/indexers/Makefile.am: DLL building fixes
3671         * gst/schedulers/Makefile.am: DLL building fixes.
3672         * libs/gst/bytestream/Makefile.am: DLL building fixes.
3673         * libs/gst/control/Makefile.am: same
3674         * libs/gst/getbits/Makefile.am: same
3675         * testsuite/Makefile.am: New dlopen directory
3676         * testsuite/dlopen/Makefile.am: Tests to check if libgstreamer works
3677         when dlopened.
3678         * testsuite/dlopen/dlopen_gst.c: (main): same
3679         * testsuite/dlopen/loadgst.c: (do_test): same
3681 2004-04-20  David Schleef  <ds@schleef.org>
3683         * gst/parse/grammar.y:  Apply patch from Sebastien Cote
3684         <sc5@hermes.usherb.ca> to fix a memleak. (bug #140594)
3686 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3688         * gst/gstelement.c: (gst_element_wait),
3689         (gst_element_set_time_delay), (gst_element_change_state):
3690           Use GST_TIME_*
3692 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3694         * gst/autoplug/gstspider.c: (gst_spider_link_sometimes),
3695         (gst_spider_identity_plug):
3696           improve debugging messages
3697         * gst/gstbin.c: (gst_bin_remove_func):
3698           make sure the state_change function is only called with simple state
3699           transitions
3701 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3703         * gst/elements/gstfakesink.c: (gst_fakesink_state_error_get_type),
3704         (gst_fakesink_set_property), (gst_fakesink_chain):
3705         * gst/elements/gstfakesrc.c: (gst_fakesrc_set_property):
3706         * gst/elements/gstfdsrc.c: (gst_fdsrc_set_property):
3707         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property):
3708         * gst/elements/gstidentity.c: (gst_identity_chain),
3709         (gst_identity_set_property):
3710         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_set_property):
3711         * gst/elements/gstpipefilter.c: (gst_pipefilter_set_property):
3712           add warnings to _set_property for unknown arguments
3713           use GST_TIME_FORMAT/GST_TIME_ARGS for timestamp printing
3715 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3717         * Makefile.am:
3718         * docs/manuals.mak:
3719           add .po file download snippet
3720           fix a bug in the doc makefile
3722 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3724         * Makefile.am:
3725         * po/LINGUAS:
3726         * po/en_GB.po:
3727           Added en_GB translation (Gareth Owen)
3729 2004-04-20  Johan Dahlin  <johan@gnome.org>
3731         * gst/gstpad.c (_invent_event): Clean up
3733 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3735         * testsuite/caps/filtercaps.c: (main):
3736           fix test to test things correctly (caps are complicated)
3738 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3740         * testsuite/caps/Makefile.am:
3741         * testsuite/caps/filtercaps.c: (main):
3742           add test (that doesn't work right now, but should)
3744 2004-04-19  David Schleef  <ds@schleef.org>
3746         * configure.ac: Add test for allowing unaligned access.  Add define
3747         to put in gstconfig.h.
3748         * docs/gst/gstreamer-sections.txt: New symbols
3749         * docs/gst/tmpl/gstcompat.sgml: Check in changes made by gtkdoc
3750         * docs/gst/tmpl/gstfilesrc.sgml:
3751         * docs/gst/tmpl/gstparse.sgml:
3752         * docs/gst/tmpl/gsttypes.sgml:
3753         * docs/gst/tmpl/gstutils.sgml:
3754         * docs/gst/tmpl/gstvalue.sgml:
3755         * gst/gstconfig.h.in: Add GST_HAVE_UNALIGNED_ACCESS
3756         * gst/gstutils.h: Add macros for unaligned memory access.  Useful
3757         on most !i386/!powerpc architectures.  From Daniel Gazard
3758         <daniel.gazard@free.fr>.  (bug #140156)
3759         * po/af.po: Check in changes made by gettext.
3760         * po/az.po:
3761         * po/fr.po:
3762         * po/nl.po:
3763         * po/sr.po:
3764         * po/sv.po:
3766 2004-04-20  Benjamin Otte  <otte@gnome.org>
3768         * gst/schedulers/entryscheduler.c: 
3769         (gst_entry_scheduler_yield):
3770           refuse to yield when decoupled elements insist on doing that.
3771           At least it's better than crashing
3773 2004-04-19  David Schleef  <ds@schleef.org>
3775         * docs/libs/Makefile.am: Change sinclude to include
3776         * docs/gst/Makefile.am: same
3777         * pkgconfig/Makefile.am:  Remove GNU-ism from makefile target
3779 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3781         * po/LINGUAS:
3782         * po/uk.po:
3783           Added Ukrainian translation (Maxim V. Dziumanenko)
3785 2004-04-19  Johan Dahlin  <johan@gnome.org>
3787         * gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
3788         checking here, do it before calling the function.
3789         Clean up, use for loops instead of while loops while iterating
3790         over lists.
3792         * gst/autoplug/gstspider.c (gst_spider_request_new_pad): Fix typo
3793         in debug message.
3794         (gst_spider_create_and_plug): Improve debug message.
3795         General: Replace while loops which iterates over GLists with for
3796         loops. Which are much cleaner, improves readability, especially
3797         for gst_spider_identity_plug
3799         * gst/gstpad.c (_invent_event): Fix parameters to warning macros,
3800         fixes bug 140477
3802 2004-04-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3804         * po/LINGUAS:
3805         * po/tr.po:
3806           Added Turkish translation (Baris Cicek)
3808 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3810         * docs/faq/troubleshooting.xml:
3811           Mention gst-register in the FAQ (fixes 139045).
3813 2004-04-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3815         * docs/gst/gstreamer-sections.txt:
3817 2004-04-17  Benjamin Otte  <otte@gnome.org>
3819         * gst/gstelement.c: (gst_element_dispose):
3820           simplify
3821         * gst/gstpad.c: (gst_pad_call_chain_function):
3822           don't create loads of events due to bad macro usage
3824 2004-04-16  David Schleef  <ds@schleef.org>
3826         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
3827         * gst/gstpad.c: (_gst_pad_default_fixate_foreach):
3828         * gst/gstvalue.c: (gst_value_serialize_buffer),
3829         (gst_value_deserialize_buffer), (gst_type_is_fixed),
3830         (_gst_value_initialize): Create a new function gst_type_is_fixed()
3831         to indicate types that are fixed wrt caps or not.  Switching to
3832         this function fixes (bug #140298).
3833         * gst/gstvalue.h:
3835 2004-04-16  David Schleef  <ds@schleef.org>
3837         * common/m4/gst-arch.m4:  Implmenent a whitelist and blacklist
3838         for GST_UNALIGNED_ACESS, since we essentially know which archs
3839         are ok.
3841 2004-04-17  Benjamin Otte  <otte@gnome.org>
3843         * docs/gst/Makefile.am:
3844           ignore gst/parse directory when building docs (fixes #140205)
3846 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3848         * testsuite/refcounting/mem.c: (vmsize):
3849           do error checking
3851 2004-04-16  Johan Dahlin  <johan@gnome.org>
3853         * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
3854         and gst_pad_call_get_function.
3856 2004-04-15  David Schleef  <ds@schleef.org>
3858         * common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
3859         checks if we can access unaligned memory.
3860         * configure.ac: Use it.
3862 2004-04-16  Benjamin Otte  <otte@gnome.org>
3864         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
3865         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
3866         * gst/elements/gstfilesrc.h:
3867           s/seek_happened/need_discont/ and require discont before sending any
3868           data
3870 2004-04-15  David Schleef  <ds@schleef.org>
3872         * gst/gstvalue.c: (gst_value_serialize_buffer),
3873         (gst_value_deserialize_buffer), (_gst_value_initialize):
3874         Register these types as fundamental types. (bug #140015)
3876 2004-04-16  Benjamin Otte  <otte@gnome.org>
3878         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
3879         (gst_pad_link_free), (gst_pad_link_try), (_invent_event),
3880         (gst_pad_pull):
3881           implement enforcing discont events before buffers are passed. This
3882           allows state changes of only some elements and later correctly going
3883           on where they left off (or in short: you can now set audio sinks to
3884           NULL to release the device when the pipeline is paused)
3885         * gst/gstpad.c: (gst_pad_call_chain_function),
3886         (gst_pad_call_get_function):
3887         * gst/gstpad.h:
3888           add gst_pad_call_chain_function and gst_pad_call_get_function for
3889           scheduler interaction. They are required because of the changes
3890           above.
3891         * gst/schedulers/entryscheduler.c: (get_buffer),
3892         (gst_entry_scheduler_chain_wrapper),
3893         (gst_entry_scheduler_get_wrapper),
3894         (gst_entry_scheduler_state_transition),
3895         (gst_entry_scheduler_pad_link):
3896         * gst/schedulers/gstbasicscheduler.c:
3897         (gst_basic_scheduler_chain_wrapper),
3898         (gst_basic_scheduler_src_wrapper),
3899         (gst_basic_scheduler_chainhandler_proxy),
3900         (gst_basic_scheduler_gethandler_proxy),
3901         (gst_basic_scheduler_cothreaded_chain),
3902         (gst_basic_scheduler_chain_elements):
3903         * gst/schedulers/gstoptimalscheduler.c:
3904         (get_group_schedule_function), (pad_clear_queued),
3905         (gst_opt_scheduler_pad_link):
3906           use the new functions instead of calling get/chain-functions
3907           directly.
3909 2004-04-15  David Schleef  <ds@schleef.org>
3911         * docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
3912         * docs/gst/tmpl/gstinfo.sgml: same
3913         * docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
3914         gtk-doc put here.
3915         * gst/gstutils.h: Remove the \ that was confusing gtk-doc.
3916         * examples/queue/queue.c: (main):  We iterate pipelines, not
3917         bins.  (bug #139996)
3919 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3921         * docs/pwg/advanced-types.xml:
3922           Add MS RLE support. Also document Qt RLE although I have no sample
3923           files for that yet. And document an extra property for ADPCM.
3925 2004-04-15  David Schleef  <ds@schleef.org>
3927         * gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
3928         (_gst_plugin_fault_handler_setup):  Disable more stuff on
3929         Windows.
3931 2004-04-15  David Schleef  <ds@schleef.org>
3933         * gst/gstinfo.c: (_gst_debug_init): Change some internal
3934         symbol names to not conflict with new gstinfo.h symbols.
3935         * gst/gstinfo.h: Add inline functions for all those crazy
3936         compilers that don't know how to handle variadic macros (MSVC).
3938 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3940         * configure.ac: bump nano to 1
3942 === release 0.8.1 ===
3944 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3946         * NEWS:
3947         * RELEASE:
3948         * configure.ac:
3949           releasing 0.8.1, "Snow Brigade"
3951 2004-04-14  David Schleef  <ds@schleef.org>
3953         * testsuite/Makefile.am: define tests_ignore
3954         * testsuite/Rules: Added new tests_ignore, which get compiled,
3955         but not run (generally because they're inconsistent or have
3956         heisenbugs).  Now we can ensure all the .c files compile in
3957         testsuite/.
3958         * testsuite/bins/Makefile.am: define tests_ignore
3959         * testsuite/bytestream/Makefile.am:
3960         * testsuite/caps/Makefile.am:
3961         * testsuite/clock/Makefile.am:
3962         * testsuite/debug/Makefile.am:
3963         * testsuite/debug/global.c: (gst_debug_log_one),
3964         (gst_debug_log_two): Fix compilation problem.
3965         * testsuite/dynparams/Makefile.am:
3966         * testsuite/elements/Makefile.am:
3967         * testsuite/ghostpads/Makefile.am:
3968         * testsuite/indexers/Makefile.am:
3969         * testsuite/parse/Makefile.am:
3970         * testsuite/plugin/Makefile.am:
3971         * testsuite/refcounting/Makefile.am:
3972         * testsuite/refcounting/element_pad.c: (main): Don't return leak
3973         results, because it's not calculated correctly.
3974         * testsuite/refcounting/pad.c: (main): same
3975         * testsuite/states/Makefile.am:
3976         * testsuite/tags/Makefile.am:
3977         * testsuite/threads/Makefile.am:
3979 2004-04-14  David Schleef  <ds@schleef.org>
3981         * gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
3982         generating bad code around the cpu detection asm code.
3984 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3986         * tools/gst-inspect.c: (print_element_info):
3987           print numeric version of rank as well, since we added some - 1
3988           rank values to elements
3990 2004-04-13  David Schleef  <ds@schleef.org>
3992         * configure.ac:  Disable various code when compiling for MinGW.
3993         * gst/elements/Makefile.am:
3994         * gst/elements/gstelements.c:
3995         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
3996         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
3997         * gst/registries/gstxmlregistry.c: (make_dir):
3999 2004-04-13  David Schleef  <ds@schleef.org>
4001         * gst/Makefile.am:
4002         * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
4003         assembly.
4004         * gst/gstcpuid_i386.s: remove
4006 2004-04-13  David Schleef  <ds@schleef.org>
4008         * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
4009         seems to think it needs to be done.
4010         * docs/gst/tmpl/gstfakesink.sgml:
4011         * docs/gst/tmpl/gstfakesrc.sgml:
4012         * docs/gst/tmpl/gstfdsink.sgml:
4013         * docs/gst/tmpl/gstfdsrc.sgml:
4014         * docs/gst/tmpl/gstfilesink.sgml:
4015         * docs/gst/tmpl/gstfilesrc.sgml:
4016         * docs/gst/tmpl/gstidentity.sgml:
4017         * docs/gst/tmpl/gstmd5sink.sgml:
4018         * docs/gst/tmpl/gstmultifilesrc.sgml:
4019         * docs/gst/tmpl/gstpipefilter.sgml:
4020         * docs/gst/tmpl/gstshaper.sgml:
4021         * docs/gst/tmpl/gstspider.sgml:
4022         * docs/gst/tmpl/gstspideridentity.sgml:
4023         * docs/gst/tmpl/gststatistics.sgml:
4024         * docs/gst/tmpl/gsttee.sgml:
4025         * docs/gst/tmpl/gsttypefind.sgml:
4026         * docs/gst/tmpl/gstutils.sgml:
4028 2004-04-13  David Schleef  <ds@schleef.org>
4030         * configure.ac: Changes to remove POSIXisms (mmap in this case)
4031         and to build DLLs on Windows.
4032         * gst/Makefile.am:
4033         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
4034         (gst_filesrc_open_file):
4035         * gst/schedulers/Makefile.am:
4037 2004-04-13  David Schleef  <ds@schleef.org>
4039         * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
4040         (gst_caps_structure_fixate_field_nearest_double):  Fix bug in
4041         fixating lists.
4043 2004-04-12  David Schleef  <ds@schleef.org>
4045         * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
4046         (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
4047         to using it.
4048         * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
4049         * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
4050         * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
4051         * gst/gststructure.c: (gst_structure_set_valist),
4052         (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
4053         support for buffers.
4054         * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
4055         intended to be const.
4056         * gst/gsttag.h: same
4057         * gst/gstvalue.c: (gst_value_serialize_buffer),
4058         (gst_value_deserialize_buffer), (_gst_value_initialize):  Add code
4059         to (de)serialize buffers.
4060         * testsuite/caps/Makefile.am:  Add a bit of buffer testing
4061         * testsuite/caps/string-conversions.c: (main):
4062         * testsuite/caps/value_serialize.c: add new test
4064 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4066         * docs/pwg/advanced-types.xml:
4067           Document MS video 1 (video/x-msvideocodec) mimetype/format.
4069 2004-04-11  Benjamin Otte  <otte@gnome.org>
4071         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
4072           rename categories to basic_*
4073         * gst/schedulers/gstbasicscheduler.c: 
4074         (gst_basic_scheduler_chain_wrapper),
4075         (gst_basic_scheduler_chainhandler_proxy),
4076         (gst_basic_scheduler_gethandler_proxy),
4077         (gst_basic_scheduler_eventhandler_proxy):
4078           debugging category fixes - put common stuff in log category
4079         * gst/schedulers/gstbasicscheduler.c: 
4080         (gst_basic_scheduler_chain_elements):
4081           dirty fix: call gst_basic_scheduler_cothreaded_chain when already
4082           active and linking two active chains
4084 2004-04-10  Benjamin Otte  <otte@gnome.org>
4086         * docs/pwg/intro-preface.xml:
4087           fix dead links and remove reference to Wiki
4089 2004-04-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4091         * gst/schedulers/gstbasicscheduler.c:
4092           make sure we can switch back to the main function if we're still in
4093           the main function (supposed to fix #139617)
4094         * gst/schedulers/gthread-cothreads.h:
4095           don't throw an error when switching to the same cothread
4097 2004-04-09  Benjamin Otte  <otte@gnome.org>
4099         * gst/gstbin.c: (gst_bin_get_type):
4100         * gst/gstclock.c: (gst_clock_get_type):
4101         * gst/gstindex.c: (gst_index_get_type):
4102         * gst/gstobject.c: (gst_object_get_type),
4103         (gst_signal_object_get_type):
4104         * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
4105         (gst_pad_template_get_type), (gst_ghost_pad_get_type):
4106         * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
4107         * gst/gstqueue.c: (gst_queue_get_type):
4108         * gst/gstregistry.c: (gst_registry_get_type):
4109         * gst/gstsystemclock.c: (gst_system_clock_get_type):
4110         * gst/gstthread.c: (gst_thread_get_type):
4111           don't use memchunks for these objects, use malloc instead
4113 2004-04-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4115         * docs/gst/.cvsignore:
4116         * docs/gst/Makefile.am:
4117         * docs/gst/gstreamer-sections.txt:
4118         * docs/gst/tmpl/gstaggregator.sgml:
4119         * docs/gst/tmpl/gstbuffer.sgml:
4120         * docs/gst/tmpl/gstclock.sgml:
4121         * docs/gst/tmpl/gstelement.sgml:
4122         * docs/gst/tmpl/gstfakesink.sgml:
4123         * docs/gst/tmpl/gstfakesrc.sgml:
4124         * docs/gst/tmpl/gstfdsink.sgml:
4125         * docs/gst/tmpl/gstfdsrc.sgml:
4126         * docs/gst/tmpl/gstfilesink.sgml:
4127         * docs/gst/tmpl/gstfilesrc.sgml:
4128         * docs/gst/tmpl/gstidentity.sgml:
4129         * docs/gst/tmpl/gstindex.sgml:
4130         * docs/gst/tmpl/gstinfo.sgml:
4131         * docs/gst/tmpl/gstmd5sink.sgml:
4132         * docs/gst/tmpl/gstmultifilesrc.sgml:
4133         * docs/gst/tmpl/gstpad.sgml:
4134         * docs/gst/tmpl/gstpipefilter.sgml:
4135         * docs/gst/tmpl/gstpipeline.sgml:
4136         * docs/gst/tmpl/gstpluginfeature.sgml:
4137         * docs/gst/tmpl/gstqueue.sgml:
4138         * docs/gst/tmpl/gstregistry.sgml:
4139         * docs/gst/tmpl/gstscheduler.sgml:
4140         * docs/gst/tmpl/gstshaper.sgml:
4141         * docs/gst/tmpl/gstspider.sgml:
4142         * docs/gst/tmpl/gstspideridentity.sgml:
4143         * docs/gst/tmpl/gststatistics.sgml:
4144         * docs/gst/tmpl/gstsystemclock.sgml:
4145         * docs/gst/tmpl/gsttee.sgml:
4146         * docs/gst/tmpl/gstthread.sgml:
4147         * docs/gst/tmpl/gsttypefind.sgml:
4148         * docs/gst/tmpl/gstutils.sgml:
4149           further doc build fixes
4151 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4153         * docs/gst/Makefile.am:
4154           make docs exit on scanning problems
4155           fix nonsrcdir build issues
4156         * docs/gst/gstreamer-sections.txt:
4157           adding stuff from -unused
4158         * gst/gstqueue.h:
4159           create GstQueueSize
4160         * gst/schedulers/cothreads_compat.h:
4161           fix cothread warnings
4163 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4165         * docs/gst/gstreamer-sections.txt:
4166           remove defines deprecated by Benjamin
4168 2004-04-07  Benjamin Otte  <otte@gnome.org>
4170         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
4171           when the buffer is complete, don't check if other buffers are needed
4172         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
4173           check that the offset is >0 so we don't try to read before the
4174           beginning of the file
4175         * gst/gstpad.c: (gst_pad_set_pad_template):
4176           sink the template, so we don't end up with 130k pad templates
4178 2004-04-06  Benjamin Otte  <otte@gnome.org>
4180         * gst/autoplug/gstspider.c: (gst_spider_link_add):
4181           don't ref the element, adding already reffed it. And we didn't unref
4182           it later anyway... (huge memleak when you used many spider elements)
4183         * gst/gstelement.c: (gst_element_base_class_finalize):
4184         * gst/gstelementfactory.c: (gst_element_factory_cleanup),
4185         (gst_element_register):
4186         * gst/gsturi.c: (gst_element_make_from_uri):
4187           use gst_object_(un)ref instead of g_object(un)ref
4189 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4191         * gst/gstbuffer.h:
4192           remove macro that wouldn't work anymore because struct member has
4193           been removed.
4194         * gst/schedulers/entryscheduler.c: (schedule_forward):
4195           fix segfault for unconnected pads
4196         
4197 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4199         reviewed by David Schleef <ds@schleef.org>
4201         * gst/gstinfo.h:
4202           *_FORMAT modifiers should require putting a % in front of them for
4203           consistency reasons.
4205 2004-04-05  Colin Walters  <walters@redhat.com>
4207         * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
4208         space.
4210 2004-04-05  Benjamin Otte  <otte@gnome.org>
4212         * configure.ac:
4213         * gst/Makefile.am:
4214         * gst/gst_private.h:
4215         * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
4216           add support for detecting if GStreamer runs inside valgrind.
4217           requires valgrind (d'oh) and --enable-debug for correct cdetection.
4218           print a big message in valgrind that GStreamer has detected it's
4219           running inside and might now use different code.
4220         * gst/gstmemchunk.c: (populate), (free_area),
4221         (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
4222         (gst_mem_chunk_free):
4223           flag memchunks for valgrind, so it can detect leaking of chunks.
4224           This allows detecting leaks of GstBuffer and GstEvent correctly
4225           inside valgrind.
4227 2004-04-05  David Schleef  <ds@schleef.org>
4229         * gst/gsttrace.h:  Fix #ifdef nesting (bug #139109) Patch from
4230           jensgr@gmx.net (Jens Granseuer)
4232 2004-04-05  David Schleef  <ds@schleef.org>
4234         * gst/gstbuffer.c: (_gst_buffer_sub_free),
4235         (gst_buffer_default_free), (gst_buffer_default_copy),
4236         (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
4237         (gst_buffer_new), (gst_buffer_create_sub):  Allocate GstBuffer
4238         structures in one place.
4240 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4242         * gst/gstinfo.h: adding Ronald's timestamp debugging defines
4243           (GST_TIME_FORMAT, GST_TIME_ARGS)
4245 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4247         * testsuite/elements/Makefile.am:
4248           disable test until it stops breaking make distcheck
4250 2004-04-05  Johan Dahlin  <johan@gnome.org>
4252         * po/sv.po: Updated translation
4254 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4256         * gst/gstplugin.c: (gst_plugin_load_file):
4257           fix segfault for when original plugin was loaded statically
4259 2004-04-05  Benjamin Otte  <otte@gnome.org>
4261         * testsuite/debug/category.c: (main):
4262         * testsuite/debug/commandline.c: (main):
4263         * testsuite/debug/output.c: (main):
4264           fix tests to work again with debugging enabled
4266 2004-04-05  Benjamin Otte  <otte@gnome.org>
4268         * gst/schedulers/gstbasicscheduler.c:
4269         (gst_basic_scheduler_pad_link):
4270           fix to work with recent scheduling changes
4272 2004-04-05  Benjamin Otte  <otte@gnome.org>
4274         * gst/schedulers/entryscheduler.c: (some functions, dunno which,
4275         prepareChangeLog doesn't work when cvs indents):
4276           don't throw an error when no element can be scheduled, there's too
4277           many weird reasons why it doesn't work. Return STOPPED instead.
4278           decoupled elemts' schedulability doesn't depend on bufpens.
4280 2004-04-04  Benjamin Otte  <otte@gnome.org>
4282         * gst/schedulers/gstbasicscheduler.c:
4283         (gst_basic_scheduler_pad_select):
4284           fix uninitialized variable warnings
4286 2004-04-04  Benjamin Otte  <otte@gnome.org>
4288         * gst/gstpad.c: (gst_pad_collect_valist):
4289           fix uninitialized variable warning
4290         * gst/schedulers/entryscheduler.c: (schedule_forward):
4291           fix shadowed variable
4293 2004-04-04  Benjamin Otte  <otte@gnome.org>
4295         * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
4296         (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
4297         (gst_pad_select):
4298         * gst/gstpad.h:
4299         * gst/gstscheduler.c: (gst_scheduler_pad_select),
4300         (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
4301         * gst/gstscheduler.h:
4302           implement gst_pad_collect as replacement for gst_pad_select.
4303           deprecate gst_pad_select and gst_scheduler_(un)lock_element
4304           add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
4305           new pad_select, lock and unlock calls.
4306         * gst/cothreads.c: (cothread_destroy), (cothread_switch):
4307         * gst/cothreads.h:
4308         * gst/schedulers/cothreads_compat.h:
4309         * gst/schedulers/gthread-cothreads.h:
4310           remove unused cothread_lock and cothread_unlock calls
4311         * gst/schedulers/entryscheduler.c:
4312         (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
4313         (_can_schedule_loop), (gst_entry_scheduler_get_handler),
4314         (gst_entry_scheduler_pad_select):
4315           update to new API
4316         * gst/schedulers/gstbasicscheduler.c:
4317         (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
4318         (gst_basic_scheduler_pad_select):
4319           remove useless lock and unlock calls, update pad_select to new API
4320           (untested)
4321         * gst/schedulers/gstoptimalscheduler.c:
4322         (gst_opt_scheduler_class_init):
4323           remove useless select, lock and unlock function calls
4324         * gst/elements/gstaggregator.c: (gst_aggregator_loop):
4325           use gst_pad_collect instead of gst_pad_select
4327 2004-04-04  Benjamin Otte  <otte@gnome.org>
4329         * gst/schedulers/entryscheduler.c: (_can_schedule_get),
4330         (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
4331         (schedule_next_element), (print_entry):
4332           add can_schedule_pad to handle element states.
4333           add schedule_forward to select the correct entry to schedule next
4335 2004-04-03  Benjamin Otte  <otte@gnome.org>
4337         * gst/schedulers/entryscheduler.c: 
4338           remove unused variable, fix error inside Rb, fix compile warning in
4339           unreachable code
4341 2004-04-03  Benjamin Otte  <otte@gnome.org>
4343         * gst/schedulers/entryscheduler.c:
4344           completely revamp the inner workings, so it's a lot easier to
4345           understand and extend
4347 2004-04-03  Andy Wingo  <wingo@pobox.com>
4349         * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
4350         Rename ->group1 and ->group2 to ->src and ->sink, respectively.
4351         This allows better introspection of pipeline topology.
4352         (add_to_chain): Don't do trickery to put loop elements first;
4353         rather, queue a chain sort by marking the chain as dirty.
4354         (remove_from_chain): Mark the chain dirty.
4355         (sort_chain): New function. Sorts the group list so that terminal
4356         sinks are first. This means elements on the sink side will be
4357         preferentially sscheduled before elements on the src side of the
4358         pipeline.
4359         (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
4360         (schedule_chain): If the chain is marked DIRTY, call sort_chain.
4361         (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
4362         (group_inc_link): Change argument and variable names to match the
4363         new link structure member names (src and sink).
4364         (group_dec_link): Add some description
4366 2004-04-03  Benjamin Otte  <otte@gnome.org>
4368         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
4369         * gst/gstinfo.h:
4370         * testsuite/debug/category.c: (main):
4371         * testsuite/debug/commandline.c: (main):
4372         * testsuite/debug/output.c: (main):
4373         * testsuite/debug/printf_extension.c: (main):
4374           fix to successfully build and test with --disable-gst-debug
4375           configure switch (fixes #138705)
4377 2004-04-03  Benjamin Otte  <otte@gnome.org>
4379         * docs/pwg/building-boiler.xml:
4380           add cvs login line and s/anonymous/anoncvs/
4382 2004-04-03  Tim-Phillip Müller  <t.i.m@zen.co.uk>
4384         reviewed by Benjamin Otte  <otte@gnome.org>
4386         * gst/gststructure.c: (gst_structure_free):
4387           memleak fix: free fields array (partial fix for #134839)
4389 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4391         * docs/random/ds/0.9-suggested-changes:
4392           Add a note to change handoff use in fakesrc to be usable in
4393           a more generic way (fakesrc should be renamed to appsrc or so).
4394         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
4395           Change signal type to scope, so we can fill the buffer in the
4396           handoff handler (that's the whole use of this signal...).
4398 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4400         * docs/pwg/other-ntoone.xml:
4401           Document muxers and n-to-1 elements.
4403 2004-04-01  Martin Soto  <martinsoto@users.sourceforge.net>
4405         * gst/registries/gstxmlregistry.c
4406         (gst_xml_registry_rebuild_recurse): Fix the algorithm to
4407         determine if a file is a G_MODULE. The old one discards paths
4408         containing "so" somewhere in the middle. My home directory is
4409         called "soto". Go figure...
4411 2004-03-31  David Schleef  <ds@schleef.org>
4413         * gst/gstbuffer.c: (gst_buffer_join):  Add function gst_buffer_join()
4414         to eventually deprecate gst_buffer_merge().  (bug: #136408)
4415         * gst/gstbuffer.h:
4417 2004-03-31  David Schleef  <ds@schleef.org>
4419         * gst/gstvalue.c: (gst_value_union_int_int_range),
4420         (gst_value_union_int_range_int_range), (gst_value_can_union),
4421         (gst_value_union), (_gst_value_initialize):  Add some union
4422         implementations.  We didn't have any previously.
4423         * testsuite/caps/Makefile.am:
4424         * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
4425         (gst_audioscale_getcaps), (test_caps), (main): A little test
4426         that is the same as the caps manipulation in audioscale.
4428 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4430         * docs/faq/general.xml:
4431           add entry about "does gst support format X?"
4433 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4435         * gst/gstthread.c:
4436           fix docs
4437         * gst/gstutils.h:
4438           fix GST_BOILERPLATE_FULL to not throw casting errors on C++
4440 2004-03-30  Benjamin Otte  <otte@gnome.org>
4442         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
4443           set the offset of the buffer to the requested offset
4444         * gst/elements/gsttypefind.c: (stop_typefinding):
4445           revert patch 1.18 (which I unfortunately don't know the reason for).
4446           This is needed to allow downstream elements to seek. Otherwise
4447           typefind might overwrite a previous seek by downstream elements.
4448           This lead to errors with id3tag and typefind on some mp3s.
4449         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
4450         (gst_entry_scheduler_iterate):
4451           be more verbose when debugging
4453 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4455         * gst/gstcaps.c: (gst_caps_from_string_inplace):
4456           make sure we don't get NULL strings
4458 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4460         * gst/gstcaps.c:
4461         * gst/gstelement.c:
4462         * gst/gstelementfactory.c: (gst_element_factory_get_type):
4463         * gst/gstindex.c: (gst_index_resolver_get_type),
4464         (gst_index_get_type), (gst_index_factory_get_type):
4465         * gst/gstinfo.c:
4466         * gst/gstpad.c:
4467         * gst/gstplugin.c:
4468         * gst/gsturi.c: (gst_uri_handler_get_type):
4469         * gst/gstvalue.c:
4470           first batch of documentation fixes
4472 2004-03-29  David Schleef  <ds@schleef.org>
4474         * docs/gst/Makefile.am:  Disable a bunch of headers from being scanned
4475         * docs/gst/gstreamer-docs.sgml:  More hacking
4476         * docs/gst/gstreamer-sections.txt:
4477         * docs/gst/tmpl/cothreads_compat.sgml:
4478         * docs/gst/tmpl/gstcaps.sgml:
4479         * docs/gst/tmpl/gstclock.sgml:
4480         * docs/gst/tmpl/gstelement.sgml:
4481         * docs/gst/tmpl/gstevent.sgml:
4482         * docs/gst/tmpl/gstpad.sgml:
4483         * docs/gst/tmpl/gstutils.sgml:
4484         * docs/gst/tmpl/gstxml.sgml:
4485         * docs/gst/tmpl/gthread-cothreads.sgml:
4486         * docs/random/ds/0.9-suggested-changes:
4487         * gst/elements/gstfakesink.h: doc fixes
4488         * gst/elements/gstfakesrc.h: doc fixes
4489         * gst/gstcaps.c: doc fixes
4490         * gst/gstcaps.h: doc fixes
4491         * gst/gstelement.c: doc fixes
4492         * gst/gstelement.h: doc fixes
4493         * gst/gstindex.c: doc fixes
4494         * gst/gstinfo.c: doc fixes
4495         * gst/gstpad.c: doc fixes
4496         * gst/gstpad.h: doc fixes
4497         * gst/gstplugin.c: doc fixes
4498         * gst/gsttypefind.h: doc fixes
4499         * gst/gsturi.c: doc fixes
4500         * gst/gstvalue.c: doc fixes
4502 2004-03-29  Colin Walters  <walters@redhat.com>
4504         * gst/registries/gstxmlregistry.c (get_time)
4505         (plugin_times_older_than_recurse):
4506         Use the result of stat to determine whether a path is a file,
4507         so we don't attempt to opendir() files.
4509 2004-03-29  Benjamin Otte  <otte@gnome.org>
4511         * gst/gstpad.c: (gst_pad_set_explicit_caps):
4512           print caps in debugging output when setting caps failed
4513         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
4514         (schedule_next_element), (get_buffer), (run_chainhandler),
4515         (element_may_start), (gst_entry_scheduler_chain_handler),
4516         (gst_entry_scheduler_get_handler),
4517         (gst_entry_scheduler_state_transition),
4518         (gst_entry_scheduler_pad_link):
4519           make this scheduler a testcase for mandatory
4520           discont-before-first-buffer which is needed if we want to allow apps
4521           to release the sound device.
4522           add SCHED_ASSERT macro to print scheduler state before an assertion
4523           triggers.
4525 2004-03-29  Benjamin Otte  <otte@gnome.org>
4527         * COPYING:
4528           replace by LGPL (former COPYING.LIB). The core is completely
4529           licensed LGPL.
4530         * COPYING.LIB:
4531           remove
4533 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4535         * po/af.po:
4536         * po/sv.po:
4537           updated Afrikaans and Swedish
4539 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4541         * po/LINGUAS:
4542         * po/az.po:
4543           adding Azerbaijani (Mətin Əmirov)
4545 2004-03-28  Martin Soto  <martinsoto@users.sourceforge.net>
4547         * gst/gstelement.h: 
4548         * gst/gstelement.c (gst_element_set_time_delay): New function for
4549         setting element time taking into account a hardware buffering
4550         delay.
4551         (gst_element_set_time): Now just an invocation of
4552         gst_element_set_time_delay.
4553         * gst/gstclock.h: 
4554         * gst/gstclock.c (gst_clock_get_event_time_delay): New function
4555         allowing to set event times in the future.
4556         (gst_clock_get_event_time): Now just an invocation of
4557         gst_clock_get_event_time_delay.
4559 2004-03-28  Benjamin Otte  <otte@gnome.org>
4561         * gst/gstbin.c: (gst_bin_set_element_sched),
4562         (gst_bin_unset_element_sched):
4563           don't add decoupled elements to schedulers - otherwise it's
4564           impossible to control if a link to a decoupled element was already
4565           removed from a scheduler or not.
4566         * gst/schedulers/cothreads_compat.h:
4567         * gst/schedulers/gthread-cothreads.h:
4568           add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
4569           is no "unused" warning.
4570         * gst/schedulers/Makefile.am:
4571         * gst/schedulers/entryscheduler.c:
4572           add new scheduler, based on ideas from talking to David and Martin.
4573           It's supposed to be small and correct. Currently it's also slow (but
4574           it's not noticable)
4575         * examples/retag/retag.c: (main):
4576         * testsuite/bytestream/test1.c: (main):
4577           fix missing NULLs at end of variadic functions
4578         * testsuite/elements/.cvsignore:
4579           update
4581 2004-03-28  Jan Schmidt  <thaytan@mad.scientist.com>
4583         * gst/gstevent.h:
4584         Added GST_EVENT_ANY for GstEvents that pass a GstStructure
4586 2004-03-25  David Schleef  <ds@schleef.org>
4588         * docs/gst/gstreamer-sections.txt:  More doc hacking.
4589         * docs/gst/tmpl/gstaggregator.sgml:
4590         * docs/gst/tmpl/gstautoplugfactory.sgml:
4591         * docs/gst/tmpl/gstbin.sgml:
4592         * docs/gst/tmpl/gstbuffer.sgml:
4593         * docs/gst/tmpl/gstbufferstore.sgml:
4594         * docs/gst/tmpl/gstfakesink.sgml:
4595         * docs/gst/tmpl/gstfakesrc.sgml:
4596         * docs/gst/tmpl/gstmd5sink.sgml:
4597         * docs/gst/tmpl/gstreamer-unused.sgml:
4598         * docs/gst/tmpl/gstsearchfuncs.sgml:
4599         * docs/gst/tmpl/gstshaper.sgml:
4600         * docs/gst/tmpl/gstspider.sgml:
4601         * docs/gst/tmpl/gsttee.sgml:
4602         * docs/gst/tmpl/gstutils.sgml:
4603         * docs/gst/tmpl/gstvalue.sgml:
4604         * docs/gst/tmpl/gstxml.sgml:
4605         * gst/Makefile.am:  Remove gstthreaddummy.c.  It never worked,
4606         and we don't support it.
4607         * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
4608         (gst_use_threads), (gst_has_threads): same
4609         * gst/gstthreaddummy.c: same
4610         * gst/autoplug/gstspider.c: Make gst_spider_details static.
4611         * gst/autoplug/gstspider.h: same
4612         * gst/elements/gstaggregator.h: Remove bogus function from header
4613         * gst/elements/gstfakesink.h: same
4614         * gst/elements/gstfakesrc.h: same
4615         * gst/elements/gstmd5sink.h: same
4616         * gst/elements/gstshaper.h: same
4617         * gst/elements/gsttee.h: same
4618         * gst/gstbin.c: doc fixes
4619         * gst/gstbin.h: Remove unused definition.
4620         * gst/gstbuffer.c: doc fixes
4621         * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
4622         * gst/gstfilter.c: doc fixes
4623         * gst/gsttag.c: doc fixes
4624         * gst/gstvalue.c: doc fixes
4626 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4628         * docs/pwg/advanced-types.xml:
4629           Document typefinding.
4630         * docs/pwg/other-oneton.xml:
4631           Document one-to-n elements, demuxers and parsers.
4633 2004-03-25  Tim-Philipp Müller <t.i.m@zen.co.uk>
4635         reviewed by: David Schleef  <ds@schleef.org>
4637         * configure.ac: Check bison version (bug #127838)
4639 2004-03-25  David Schleef  <ds@schleef.org>
4641         * docs/gst/gstreamer-docs.sgml: More fine tuning.
4642         * docs/gst/gstreamer-sections.txt:
4643         * docs/gst/tmpl/gstautoplug.sgml:
4644         * docs/gst/tmpl/gststaticautoplug.sgml:
4645         * docs/gst/tmpl/gststaticautoplugrender.sgml:
4646         * docs/gst/tmpl/gstutils.sgml:
4647         * docs/gst/tmpl/gstxml.sgml:
4649 2004-03-24  David Schleef  <ds@schleef.org>
4651         * docs/gst/gstreamer-docs.sgml:  I got tired of the reference
4652         manual being such complete crap, that I decided to do major
4653         hacking of it.  This checkin replaces any fine tuning that
4654         may have been done previously, with the benefit of actually
4655         being complete for much of the API that was changed since
4656         0.6.  Further fine tuning will occur shortly.  (bug #134721)
4657         * docs/gst/gstreamer-sections.txt:
4658         * docs/gst/tmpl/GstBin.sgml:
4659         * docs/gst/tmpl/GstBuffer.sgml:
4660         * docs/gst/tmpl/GstCaps.sgml:
4661         * docs/gst/tmpl/GstClock.sgml:
4662         * docs/gst/tmpl/GstCompat.sgml:
4663         * docs/gst/tmpl/GstData.sgml:
4664         * docs/gst/tmpl/GstElement.sgml:
4665         * docs/gst/tmpl/GstEvent.sgml:
4666         * docs/gst/tmpl/GstIndex.sgml:
4667         * docs/gst/tmpl/GstStructure.sgml:
4668         * docs/gst/tmpl/GstTag.sgml:
4669         * docs/gst/tmpl/cothreads.sgml:
4670         * docs/gst/tmpl/cothreads_compat.sgml:
4671         * docs/gst/tmpl/gettext.sgml:
4672         * docs/gst/tmpl/grammar.tab.sgml:
4673         * docs/gst/tmpl/gst-i18n-app.sgml:
4674         * docs/gst/tmpl/gst-i18n-lib.sgml:
4675         * docs/gst/tmpl/gst.sgml:
4676         * docs/gst/tmpl/gst_private.sgml:
4677         * docs/gst/tmpl/gstaggregator.sgml:
4678         * docs/gst/tmpl/gstarch.sgml:
4679         * docs/gst/tmpl/gstatomic.sgml:
4680         * docs/gst/tmpl/gstatomic_impl.sgml:
4681         * docs/gst/tmpl/gstbin.sgml:
4682         * docs/gst/tmpl/gstbuffer.sgml:
4683         * docs/gst/tmpl/gstbufferstore.sgml:
4684         * docs/gst/tmpl/gstcaps.sgml:
4685         * docs/gst/tmpl/gstclock.sgml:
4686         * docs/gst/tmpl/gstcompat.sgml:
4687         * docs/gst/tmpl/gstconfig.sgml:
4688         * docs/gst/tmpl/gstcpu.sgml:
4689         * docs/gst/tmpl/gstdata.sgml:
4690         * docs/gst/tmpl/gstdata_private.sgml:
4691         * docs/gst/tmpl/gstelement.sgml:
4692         * docs/gst/tmpl/gstenumtypes.sgml:
4693         * docs/gst/tmpl/gsterror.sgml:
4694         * docs/gst/tmpl/gstevent.sgml:
4695         * docs/gst/tmpl/gstfakesink.sgml:
4696         * docs/gst/tmpl/gstfakesrc.sgml:
4697         * docs/gst/tmpl/gstfilesink.sgml:
4698         * docs/gst/tmpl/gstfilter.sgml:
4699         * docs/gst/tmpl/gstindex.sgml:
4700         * docs/gst/tmpl/gstinfo.sgml:
4701         * docs/gst/tmpl/gstinterface.sgml:
4702         * docs/gst/tmpl/gstlog.sgml:
4703         * docs/gst/tmpl/gstmacros.sgml:
4704         * docs/gst/tmpl/gstmarshal.sgml:
4705         * docs/gst/tmpl/gstmd5sink.sgml:
4706         * docs/gst/tmpl/gstmultifilesrc.sgml:
4707         * docs/gst/tmpl/gstobject.sgml:
4708         * docs/gst/tmpl/gstpad.sgml:
4709         * docs/gst/tmpl/gstparse.sgml:
4710         * docs/gst/tmpl/gstpipeline.sgml:
4711         * docs/gst/tmpl/gstplugin.sgml:
4712         * docs/gst/tmpl/gstpluginfeature.sgml:
4713         * docs/gst/tmpl/gstqueue.sgml:
4714         * docs/gst/tmpl/gstreamer-unused.sgml:
4715         * docs/gst/tmpl/gstregistry.sgml:
4716         * docs/gst/tmpl/gstregistrypool.sgml:
4717         * docs/gst/tmpl/gstscheduler.sgml:
4718         * docs/gst/tmpl/gstsearchfuncs.sgml:
4719         * docs/gst/tmpl/gstshaper.sgml:
4720         * docs/gst/tmpl/gstspider.sgml:
4721         * docs/gst/tmpl/gstspideridentity.sgml:
4722         * docs/gst/tmpl/gststructure.sgml:
4723         * docs/gst/tmpl/gstsystemclock.sgml:
4724         * docs/gst/tmpl/gsttag.sgml:
4725         * docs/gst/tmpl/gsttaginterface.sgml:
4726         * docs/gst/tmpl/gsttee.sgml:
4727         * docs/gst/tmpl/gstthread.sgml:
4728         * docs/gst/tmpl/gsttrace.sgml:
4729         * docs/gst/tmpl/gsttrashstack.sgml:
4730         * docs/gst/tmpl/gsttypefind.sgml:
4731         * docs/gst/tmpl/gsttypes.sgml:
4732         * docs/gst/tmpl/gsturi.sgml:
4733         * docs/gst/tmpl/gsturitype.sgml:
4734         * docs/gst/tmpl/gstutils.sgml:
4735         * docs/gst/tmpl/gstvalue.sgml:
4736         * docs/gst/tmpl/gstversion.sgml:
4737         * docs/gst/tmpl/gstxml.sgml:
4738         * docs/gst/tmpl/gstxmlregistry.sgml:
4739         * docs/gst/tmpl/gthread-cothreads.sgml:
4740         * docs/gst/tmpl/types.sgml:
4742 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4744         * docs/pwg/other-sink.xml:
4745         * docs/pwg/other-source.xml:
4746           Documentation on how to write source and sink elements. Other
4747           stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
4748           manager, autoplugger) are all still pending.
4750 2004-03-25  Benjamin Otte  <otte@gnome.org>
4752         * testsuite/elements/Makefile.am:
4753         * testsuite/elements/gst-compprep-check:
4754           add check to make sure gst-compprep works
4755         * testsuite/elements/gst-inspect-check.in:
4756           improve initialization output
4757         * testsuite/Makefile.am:
4758         * testsuite/gst-inspect-check:
4759           remove old file
4761 2004-03-24  David Schleef  <ds@schleef.org>
4763         * testsuite/elements/Makefile.am:
4764         * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
4765         to the testsuite.
4767 2004-03-24  Benjamin Otte  <otte@gnome.org>
4769         * libs/gst/control/dparam.c: (gst_dparam_attach),
4770         (gst_dparam_detach):
4771         * libs/gst/control/dparammanager.c: (gst_dpman_init):
4772           fix lvalue casts for real
4774 2004-03-24  Benjamin Otte  <otte@gnome.org>
4776         * gst/schedulers/gstbasicscheduler.c:
4777         (gst_basic_scheduler_src_wrapper):
4778         * gst/schedulers/gstoptimalscheduler.c:
4779         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
4780         (pad_clear_queued), (gst_opt_scheduler_add_element),
4781         (gst_opt_scheduler_remove_element):
4782           fix GStreamer to not have issues with lvalue casts anymore (fixes
4783           #136841)
4785 2004-03-24  Benjamin Otte  <otte@gnome.org>
4787         * gst/gstelement.c:
4788           add documentation about a gobject quirk where the object hasn't the
4789           correct class pointer set on initialization
4790         * gst/schedulers/gstbasicscheduler.c:
4791         (gst_basic_scheduler_src_wrapper):
4792           make sure to not run into an infinite loop
4794 2004-03-22  Benjamin Otte  <otte@gnome.org>
4796         * gst/gstutils.c: (gst_util_dump_mem):
4797         * gst/gstutils.h:
4798           first argument of gst_util_dump_mem should be const
4800 2004-03-22  Johan Dahlin  <johan@gnome.org>
4802         * gst/gstvalue.h: Clean up a little bit.
4804 2004-03-21  Tim-Philipp Müller <t.i.m@zen.co.uk>
4806         reviewed by Benjamin Otte  <otte@gnome.org>
4808         * gst/autoplug/gstspider.c: (gst_spider_dispose):
4809         * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
4810         (gst_aggregator_class_init), (gst_aggregator_init):
4811         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
4812         (gst_filesrc_dispose), (gst_filesrc_set_location):
4813         * gst/elements/gstidentity.c: (gst_identity_finalize),
4814         (gst_identity_class_init), (gst_identity_chain):
4815         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
4816         * gst/elements/gststatistics.c: (gst_statistics_finalize),
4817         (gst_statistics_class_init):
4818         * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
4819         (gst_tee_get_property):
4820           clean up used memory in this elements correctly on teardown (closes
4821           #137279)
4823 2004-03-20  Colin Walters  <walters@redhat.com>
4825         * gst/registries/gstxmlregistry.c:
4826         (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
4827         registry saving atomic.
4829 2004-03-20  Colin Walters  <walters@redhat.com>
4831         * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
4832         Just use
4833         access() instead of actually creating and deleting files.
4835 2004-03-18  David Schleef  <ds@schleef.org>
4837         * configure.ac:  Remove HAVE_ATOMIC_H test, since it's unused.
4838         (bug #137625)
4840 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4842         * po/sv.po: updated translation (Christian Rose)
4844 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4846         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
4847         (gst_filesink_get_query_types), (_do_init),
4848         (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
4849           return FALSE silently
4850         * po/af.po: updated translation (Petri Jooste)
4852 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4854         * Makefile.am:
4855         * configure.ac:
4856           dist common properly
4857         * po/af.po:
4858         * po/fr.po:
4859         * po/nl.po:
4860         * po/sr.po:
4861         * po/sv.po:
4862           refreshing translations
4864 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4866         * po/LINGUAS:
4867         * po/sv.po:
4868         * po/af.po:
4869           adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
4871 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4873         * Makefile.am: use common/release.mak
4875 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4877         * docs/faq/gst-uninstalled:
4878           adding gst-monkeysaudio to the list of possible plugin dirs
4880 2004-03-16  David Schleef  <ds@schleef.org>
4882         * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
4883         (gst_init_check_with_popt_table):  Fix some gettext strings to
4884         make them easier to translate.  Required making the strings
4885         non-const.
4887 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4889         * configure.ac: bump nano to 1
4891 === release 0.8.0 ===
4893 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4895         * configure.ac: release 0.8.0, "Executive Slacks"
4897 2004-03-16  Johan Dahlin  <johan@gnome.org>
4899         * gst/schedulers/gstoptimalscheduler.c
4900         (gst_opt_scheduler_pad_unlink): Remove double ;,
4901         spotted by Scott Wheeler
4903 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4905         * configure.ac: bump libtool version
4907 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4909         * gst/gstcaps.h:
4910         * gst/gststructure.h:
4911           add reserved padding
4913 2004-03-15  Benjamin Otte  <otte@gnome.org>
4915         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
4916           set the first parameter for select call correctly.
4917           (fixes #137230)
4919 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4921         * *.c,*.h: don't mix tabs and spaces
4923 2004-03-15  Johan Dahlin  <johan@gnome.org>
4925         * gst/schedulers/gstoptimalscheduler.c
4926         (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
4927         crash on MPEG playback. My boolean arithmetic is a bit rusty.
4929         * tools/Makefile.am (EXTRA_DIST): Add gst-indent
4930         
4931 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4933         * testsuite/Rules:
4934           fix gst-register rules
4936 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4938         * testsuite/Rules:
4939           use versioned gst-register
4941 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4943         * docs/libs/gstreamer-libs-sections.txt:
4944           remove </SUBSECTION>
4945         * gst/gstplugin.c:
4946         * gst/gstregistry.c: (gst_registry_add_plugin):
4947         * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
4948         (gst_xml_registry_open_func), (gst_xml_registry_close_func):
4949           add debugging and fix some comment blocks
4951 2004-03-15  Johan Dahlin  <johan@gnome.org>
4953         * *.h: Revert indent changes.
4954         
4955 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4957         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
4958           g_error_free the g_error
4959         * tools/gst-feedback-m.m:
4960           check for other versions of gstreamer
4961         * tools/gst-indent:
4962           use sh, not bash
4964 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4966         * tools/gst-register.c: do not spill paths when registries are not
4967           writable, until we fix the "user running gst-register" case.
4969 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4971         * *.c, *.h: commit of gst-indent run on core
4973 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4975         * tools/gst-indent:
4976         * tools/Makefile.am:
4977           add our indentation style as a script
4979 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4981         * po/sr.po:
4982         * po/LINGUAS:
4983           added Serbian translation
4985 2004-03-13  Benjamin Otte  <otte@gnome.org>
4987         * gst/gstelement.c:
4988           add documentation note about gst_element_found_tags_for_pad not
4989           being usable in getfunctions. (see #137042)
4991 2004-03-12  David Schleef  <ds@schleef.org>
4993         * gst/gstcaps.h: jdahlin, what are you smoking?  We can't just
4994         change API right now!  Readd gst_caps_is_simple() macro.
4995         * gst/gstelement.c: (gst_element_base_class_finalize): Fix
4996         uninitialized variable.  I'd bet this caused crashes.
4997         * gst/gstinfo.c: (gst_debug_print_object):  Fix 64-bit cleanliness.
4999 2004-03-12  Johan Dahlin  <johan@gnome.org>
5001         * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
5002         * gst/gstcaps.h: Clean up
5004         * gst/gst.c (init_post): call gst_caps_get_type() instead of
5005         _gst_caps_initalize()
5007         * gst/gstcaps.c: Style fixes, stay closer to glib and friends
5008         (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
5010         * gst/gststructure.c (gst_structure_get_type): Ditto
5012         * gst/gststructure.h: Ditto
5013         
5014 2004-03-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5016         * gst/gstqueue.c: (gst_queue_init):
5017           Reset default max. values in queues. Reason is simply to avoid
5018           braindead use. If you want wider values, use the properties. The
5019           default is supposed to always work. Wider values would make this
5020           beast a memory hog by default (250 full-PAL RGB32 video frames?
5021           That's 440 MB! No thank you).
5023 2004-03-10  David Schleef  <ds@schleef.org>
5025         * tools/gst-run.c: (main):  Fix crash when no relevant tools
5026         were found.  (bug #136793)
5028 2004-03-10  Johan Dahlin  <johan@gnome.org>
5030         * gst/schedulers/gstoptimalscheduler.c
5031         (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
5032         links to elements within the same group, so we can finally remove
5033         that annoying warning. Refactor the code a little bit
5034         (group_dec_links_for_element): Split out
5036 2004-03-09  David Schleef  <ds@schleef.org>
5038         * docs/manual/dparams-app.xml:  Fix to handle double dparams.
5039         (bug #134863)
5041 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5043         * configure.ac: first bug fix due to major/minor bump
5045 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5047         * configure.ac: bump nano to 1
5049 === release 0.7.6 ===
5051 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5053         * NEWS:
5054         * RELEASE:
5055         * configure.ac:
5056           releasing 0.7.6, "Almost"
5057         * po/fr.po:
5058         * po/nl.po:
5059         * tools/Makefile.am:
5060         * tools/gst-feedback-m.m:
5061           unversioned source
5063 2004-03-09  Johan Dahlin  <johan@gnome.org>
5065         Reviewed by: Thomas Vander Stichele
5067         * gst/gstelement.c (gst_element_class_init): register second
5068         parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
5069         language bindings can (de)marshall correctly.
5071         * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
5073         * gst/gsterror.c (gst_g_error_get_type): New function
5075         * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
5076         with VOID:OBJECT,OBJECT,STRING 
5078 2004-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
5080         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
5081         Free a leaked g_timer on early returns.
5083 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5085         * docs/pwg/advanced-types.xml:
5086           Add cinepak description.
5088 2004-03-07  David Schleef  <ds@schleef.org>
5090         * docs/random/mimetypes:  Added cinepak description
5092 2004-03-07  Andy Wingo  <wingo@pobox.com>
5094         * gst/gstbin.c (gst_bin_remove): Debugging fixes.
5096         * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
5097         there are no links to other groups when a group is destroyed.
5098         (gst_opt_scheduler_pad_unlink): If the unlink means an element is
5099         removed from a group, make sure the link count to elements linked
5100         to other pads is appropriately decremented. This really fixes
5101         #135672.
5103         The 1.60->1.61 patch has been reapplied in light of this fix.
5105         * gst/gstelement.c (gst_element_dispose): Really protect against
5106         multiple invocations this time.
5108 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5110         * docs/gst/gstreamer-sections.txt:
5111         * docs/gst/tmpl/gsttag.sgml:
5112           remove some deprecated functions, document some existing ones
5113         * gst/gsttag.c: (gst_tag_get_flag):
5114         * gst/gsttag.h:
5115           add accessor function
5117 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5119         * docs/gst/gstreamer-sections.txt:
5120         * docs/gst/tmpl/gsttag.sgml:
5121         * docs/gst/tmpl/gstxml.sgml:
5122         * gst/gsttag.c: (gst_tag_get_flag):
5123         * gst/gsttag.h:
5125 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5127         * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
5128         leak
5130 2004-03-05  David Schleef  <ds@schleef.org>
5132         * REQUIREMENTS: Add bison and flex.
5133         * configure.ac: Fix comment about bison.
5134         * docs/random/ds/0.9-suggested-changes: yer ma
5135         * tools/gst-inspect.c: (print_element_info):  Fix warning.
5137 2004-03-05  Benjamin Otte  <otte@gnome.org>
5139         * gst/gstelement.c: (gst_element_error_full):
5140           revert recent recursive state changing commit - messing with other
5141           elements' states is evil and should be done by apps only.
5143 2004-03-05  Benjamin Otte  <otte@gnome.org>
5145         * gst/gstelement.c: (gst_element_get_compatible_pad_template):
5146           check for empty intersection instead of NULL caps
5147         (gst_element_get_compatible_pad_filtered):
5148           remove old workaround that is only a bug nowadays
5150 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5152         * gst/gstelement.c: (gst_element_error_full):
5153           make elements try to recursively change state to PAUSED on all
5154           parents after an error to suppress ensuing warnings
5155         * gst/parse/grammar.y:
5156           make it check if it was able to sync the state, and throw an error
5157           if not, so stuff like
5158           oggdemux ! vorbisdec ! osssink gets caught
5160 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5162         * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
5163           it contains lib64; use AS_AC_EXPAND to handle it properly
5165 2004-03-05  David Schleef  <ds@schleef.org>
5167         * gst/gstcpuid_i386.s:  Remove unused code
5168         * libs/gst/getbits/getbits.c: (gst_getbits_init),
5169         (gst_getbits_newbuf): Remove MMX code
5170         * libs/gst/getbits/getbits.h: Remove MMX code
5172 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
5174         * debian/.cvsignore:
5175         * debian/README.Debian:
5176         * debian/changelog:
5177         * debian/control:
5178         * debian/control.in:
5179         * debian/copyright:
5180         * debian/gstreamer-core-libs-dev.files:
5181         * debian/gstreamer-core-libs.files:
5182         * debian/gstreamer-core.files:
5183         * debian/gstreamer-core.postinst:
5184         * debian/gstreamer-core.postrm:
5185         * debian/gstreamer-doc.files:
5186         * debian/gstreamer-doc.links:
5187         * debian/gstreamer-doc.lintian:
5188         * debian/gstreamer-runtime.files:
5189         * debian/gstreamer-runtime.manpages:
5190         * debian/gstreamer-runtime.postinst:
5191         * debian/gstreamer-runtime.postrm:
5192         * debian/gstreamer-tools.files:
5193         * debian/gstreamer-tools.manpages:
5194         * debian/libgstreamer-dev.files:
5195         * debian/libgstreamer0.4.1.files:
5196         * debian/libgstreamerVERSION.files:
5197         * debian/rules:
5198         Debian package info not maintained here.
5200 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5202         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
5203         * gst/gstbin.c: (gst_bin_class_init):
5204         * gst/gstelement.c: (gst_element_class_init):
5205         * gst/gstindex.c: (gst_index_class_init):
5206         * gst/gstobject.c: (gst_object_class_init),
5207         (gst_signal_object_class_init):
5208         * gst/gstpad.c: (gst_pad_template_class_init):
5209         * gst/gstregistry.c: (gst_registry_class_init):
5210         * gst/gsturi.c: (gst_uri_handler_base_init):
5211         * gst/gstxml.c: (gst_xml_class_init):
5212         * libs/gst/control/dparam.c: (gst_dparam_class_init):
5213         * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
5214           make all signal names use dashes instead of underscore
5216 2004-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5218         * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
5220 2004-03-03  Benjamin Otte  <otte@gnome.org>
5222         * gst/schedulers/gstoptimalscheduler.c:
5223           revert last commit by Andy Wingo. It causes segfaults on unreffing
5224           in Rhythmbox. (see bug #135672)
5226 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
5228         * po/fr.po: fix typo
5230 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
5232         * tools/gst-inspect.c: (main): 
5233         * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
5235 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5237         * configure.ac:
5238           get GLIB_ONLY and POPT flags for the nonversioned binaries
5239         * tools/Makefile.am:
5240           use them
5242 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5244         * gst/gst.c: (init_post):
5245           change so that GST_REGISTRY now is where the global registry gets
5246           saved, since that is where plugins now get attached to first, and
5247           spilled over to the user registry.  Note that in the case of using
5248           GST_REGISTRY env var, we don't want to affect any real registries
5249           beyond the one given by this var, and thus we don't set a user
5250           registry to spill to.  So make sure GST_REGISTRY is writable.
5252 2004-03-01  David Schleef  <ds@schleef.org>
5254         * AUTHORS:  Added some names.  Add yourself if you're missing.
5256 2004-03-01  David Schleef  <ds@schleef.org>
5258         * MAINTAINERS: Add
5260 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5262         * configure.ac:
5263           remove whitespace
5264         * docs/gst/tmpl/gstbuffer.sgml:
5265         * docs/gst/tmpl/gstdata.sgml:
5266         * docs/gst/tmpl/gstreamer-unused.sgml:
5267         * docs/gst/tmpl/gstxml.sgml:
5268           doc update
5269         * docs/manuals.mak:
5270           add a FIXME
5271         * docs/pwg/intro-preface.xml:
5272         * docs/pwg/pwg.xml:
5273           remove GNOME
5274         * gst/gst.c: (init_post):
5275           try GST_PLUGIN_PATH paths for the _global_registry first
5276         * gst/gstelement.h:
5277           add the error message as well, otherwise (null) debug info doesn't
5278           make much sense
5279         * tools/gst-register.c: (main):
5280           spill paths to next registry if this registry is not writable
5281         * po/fr.po:
5282         * po/nl.po:
5283           translation updates
5285 2004-03-01  Johan Dahlin  <johan@gnome.org>
5287         * gst/gstbuffer.c (_gst_buffer_initialize): 
5288         * gst/gstdata.c (gst_data_get_type): 
5289         * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
5290         instead of ref, since some applications that uses GBoxed
5291         routines depends on a function that actually returns a copy.
5293 2004-02-27  Benjamin Otte  <otte@gnome.org>
5295         * gst/gstbuffer.h:
5296           remove gst_buffer_free, use gst_data_unref
5297         * gst/gstdata.c: (gst_data_get_type):
5298           use refcounting in GstData GBoxed registration
5299         * gst/gstdata.h:
5300           remove gst_data_free, use gst_data_unref
5302 2004-02-27  Johan Dahlin  <johan@gnome.org>
5304         * gst/gstdata.c (gst_data_get_type): New function, register
5305         GstData as a GBoxed type.
5307         * gst/gstdata.h (GST_TYPE_DATA): New macro
5309 2004-02-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5311         * Makefile.am:
5312         * gstreamer.spec.in:
5313           put back RELEASE
5314         * gst/Makefile.am:
5315           clean up non-disting of built files
5316         * testsuite/debug/commandline.c:
5317           test fix for option rename
5319 2004-02-26  David Schleef  <ds@schleef.org>
5321         * configure.ac:  We don't really need glib-2.3.  Also remove
5322         some unneeded checks for library functions.
5323         * gst/Makefile.am:  Instead, we need to not dist files created
5324         by glib-genmarshal.
5326 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5328         * configure.ac:
5329           bump glib required version to 2.3.0 for g_value_takes_boxed
5331  2004-02-25  Christian Fredrik Kalager Schaller <uraeus@gnome.org>
5333         * common/m4/gst-docs.m4
5334         change flavour text from enable to disable as enable is our default
5335         closes bug Bug 135304
5337 === release 0.7.5 ===
5338  
5339  2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5340  
5341         * NEWS:
5342           instate NEWS file
5343         * Makefile.am:
5344         * gstreamer.spec.in:
5345         * RELEASE:
5346           put back release
5347         * configure.ac:
5348         * docs/random/release:
5349           more updates
5351 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5353         * gst/gsttag.c: (_gst_tag_initialize):
5354         * po/fr.po:
5355         * po/nl.po:
5356           remove hyphen from codec tags
5358 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5360         * gst/parse/Makefile.am:
5361           fix dependency so that a make from a clean build works the first
5362           time
5364 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5366         * docs/random/release:
5367           update release strategy
5368         * po/fr.po:
5369           auto-update po file
5370         * po/nl.po:
5371           update dutch translation
5373 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5375         * docs/manual/debugging.xml:
5376         fix manual for new debugging system
5378 2004-02-25  Andy Wingo  <wingo@pobox.com>
5380         * gst/gstpad.c (gst_pad_link_prepare): Re-add
5381         gst_pad_link_prepare. Please email the list with specific reasons
5382         for reverting.
5384 2004-02-24  Andy Wingo  <wingo@pobox.com>
5386         * gst/gstelement.c (gst_element_dispose): Protect against multiple
5387         invocations.
5389         * gst/schedulers/gstoptimalscheduler.c:
5390         I added a mess of prototypes at the top of the file by way of
5391         documentation. Some of the operations on chains and groups were
5392         re-organized.
5394         (create_group): Added a type argument so if the group is enabled,
5395         the setup_group_scheduler knows what to do.
5396         (group_elements): Added a type argument here, too, to be passed on
5397         to create_group.
5398         (group_element_set_enabled): If an unlinked PLAYING element is
5399         added to a bin, we have to create a new group to hold the element,
5400         and this function will be called before the group is added to the
5401         chain. Thus we have a valid case for group->chain==NULL. Instead
5402         of calling chain_group_set_enabled, just set the flag on the group
5403         (the chain's status will be set when the group is added to it).
5404         (gst_opt_scheduler_state_transition, chain_group_set_enabled):
5405         Setup the group scheduler when the group is enabled, not
5406         specifically when an element goes PAUSED->PLAYING. This means
5407         PLAYING elements can be added, linked, and scheduled into a
5408         PLAYING pipeline, as was intended.
5409         (add_to_group): Don't ref the group twice. I don't know when this
5410         double-ref got in here. Removing it has the potential to cause
5411         segfaults if other parts of the scheduler are buggy. If you find
5412         that the scheduler is segfaulting for you, put in an extra ref
5413         here and see if that hacks over the underlying issue. Of course,
5414         then find out what code is unreffing a group it doesn't own...
5415         (create_group): Make the extra refcount floating, and remove it
5416         after adding the element. This means that...
5417         (unref_group): Destroy when the refcount reaches 0, not 1, like
5418         every other refcounted object in the known universe.
5419         (remove_from_group): When a group becomes empty, set it to be not
5420         active, and remove it from its chain. Don't unref it again,
5421         there's no floating reference any more.
5422         (destroy_group): We have to remove the group from the chain in
5423         remove_from_group (rather than here) to break refcounting cycles
5424         (the chain always has a ref on the group). So assert that
5425         group->chain==NULL.
5426         (ref_group_by_count): Removed, it was commented out anyway.
5427         (merge_chains): Use the remove_from_chain and add_to_chain
5428         primitives to do the reparenting, instead of rolling our own
5429         implementation.
5430         (add_to_chain): The first non-disabled group in the chain's group
5431         list will be the entry point for the chain. Because buffers can
5432         accumulate in loop elements' peer bufpens, we preferentially
5433         schedule loop groups before get groups to avoid unnecessary
5434         execution of get-based groups when the bufpens are already full.
5435         (gst_opt_scheduler_schedule_run_queue): Debug fixes.
5436         (get_group_schedule_function): Ditto.
5437         (loop_group_schedule_function): Ditto.
5438         (gst_opt_scheduler_loop_wrapper): Ditto.
5439         (gst_opt_scheduler_iterate): Ditto.
5441         I understand the opt scheduler now, yippee!
5443         * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
5444         (gst_pad_get_name, gst_pad_set_chain_function) 
5445         (gst_pad_set_get_function, gst_pad_set_event_function) 
5446         (gst_pad_set_event_mask_function, gst_pad_get_event_masks) 
5447         (gst_pad_get_event_masks_default, gst_pad_set_convert_function) 
5448         (gst_pad_set_query_function, gst_pad_get_query_types) 
5449         (gst_pad_get_query_types_default) 
5450         (gst_pad_set_internal_link_function) 
5451         (gst_pad_set_formats_function, gst_pad_set_link_function) 
5452         (gst_pad_set_fixate_function, gst_pad_set_getcaps_function) 
5453         (gst_pad_set_bufferalloc_function, gst_pad_unlink) 
5454         (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent) 
5455         (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps) 
5456         (gst_pad_proxy_pad_link, gst_pad_proxy_fixate) 
5457         (gst_pad_get_pad_template_caps, gst_pad_check_compatibility) 
5458         (gst_pad_get_peer, gst_pad_get_allowed_caps) 
5459         (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull) 
5460         (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps) 
5461         (gst_pad_event_default_dispatch, gst_pad_event_default) 
5462         (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default) 
5463         (gst_pad_convert, gst_pad_query_default, gst_pad_query) 
5464         (gst_pad_get_formats_default, gst_pad_get_formats): Better
5465         argument checks, and some doc fixes.
5467         (gst_pad_custom_new_from_template): Um, does anyone
5468         use these functions? Actually make a custom pad instead of a
5469         normal one.
5470         (gst_pad_try_set_caps): Transpose some checks.
5471         (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
5472         the pad is in negotiation.
5473         (gst_pad_try_relink_filtered): Use pad_link_prepare.
5474         
5475         * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
5477         * gst/gstelement.h: 
5478         * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
5479         on the list.
5481 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5483         * gst/gstbin.c: (gst_bin_add):
5484           add error for not being able to add elements
5486 2004-02-22  Julien MOUTTE <julien@moutte.net>
5488         * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
5489         audio-codec and video-codec.
5491 2004-02-22  Benjamin Otte  <otte@gnome.org>
5493         reported by: Padraig O'Briain <padraig.obriain@sun.com>
5495         * autogen.sh:
5496           replace test -e with test -x for mkinstalldirs to be more portable.
5497           (fixes #134816)
5499 2004-02-22  Benjamin Otte  <otte@gnome.org>
5501         * gst/gstpad.c:
5502           revert last patch from Andy, it makes gst_pad_can_link_filtered much
5503           too noisy
5504         * gst/gsttag.c: (_gst_tag_initialize):
5505         * gst/gsttag.h:
5506           add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
5507         * libs/gst/control/dparam.c: (gst_dparam_attach):
5508         * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
5509           check that types for attached dparams match
5511 2004-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5513         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
5514         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
5515         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
5516           fix errors
5518 2004-02-20  Andy Wingo  <wingo@pobox.com>
5520         * gst/gstbin.c:
5521         * gst/gstbuffer.c:
5522         * gst/gstplugin.c:
5523         * gst/registries/gstxmlregistry.c: 
5524         * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
5526         * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
5527         (gst_element_add_pad): DEBUG->INFO, some fixes.
5528         (gst_element_get_compatible_pad_template): Just see if the
5529         templates' caps intersect, not if one is a strict subset of the
5530         other. This conforms more to what gst_pad_link_intersect() does.
5531         (gst_element_class_add_pad_template): Don't memcpy the pad
5532         template, just ref it.
5533         (gst_element_get_compatible_pad_filtered): Clean up debug messages
5535         * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
5536         (gst_pad_link_filtered): Debug changes.
5537         (gst_pad_link_prepare): New function, consolidated from
5538         can_link_filtered and link_filtered.
5540         * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
5541         look more like that of the functions in gstelement.c
5543         * gst/gstinfo.c (gst_debug_print_object): Put a space before the
5544         object, and return the empty string if object is NULL.
5546         * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
5547         * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
5548         LOG, not DEBUG. We still get flex info on debug.
5550         * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
5551         debug string more verbose.
5552         (plugin_times_older_than): DEBUG->LOG.
5554 2004-02-20  Julien MOUTTE <julien@moutte.net>
5556         * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
5557         will emit found_tag for each stream they demux with the codec.
5559 2004-02-20  Benjamin Otte  <otte@gnome.org>
5561         * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
5562           copy navigation event correctly. Check freeing tag lists. 
5563         * gst/gstthread.c: (gst_thread_change_state):
5564           don't abort() on state changing mess - it might happen because of
5565           bugs.
5566         * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
5567           use boxed functions
5568         * gst/gstvalue.h:
5569           fix GST_VALUE_HOLDS_CAPS
5571 2004-02-19  David Schleef  <ds@schleef.org>
5573         * gst/gstinfo.h:  Copy G_STRFUNC implementation from glib-2.4
5574         and use it for GST_FUNCTION.  (bug #134750)
5576 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5578         * po/fr.po:
5579         * po/nl.po:
5580           updating translations
5582 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5584         * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
5586 2004-02-18  kost@imn.htwk-leipzig.de
5588         reviewed by: David Schleef  <ds@schleef.org>
5590         * docs/libs/gstreamer-libs-sections.txt:  Add missing sections
5591         for libgstcontrol.
5593 2004-02-18  David Schleef  <ds@schleef.org>
5595         * libs/gst/control/dparam.c: (gst_dparam_class_init):
5596         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
5597         (gst_dpsmooth_new): Additional fixes to get double dparams working.
5598         * tools/gst-inspect.c: (print_element_info): Support dumping of
5599         double dparam information.
5601 2004-02-17  David Schleef  <ds@schleef.org>
5603         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
5604         Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
5605         * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
5606         Use GST_TYPE_CAPS in signal prototype.
5607         * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
5608         Convert GST_TYPE_CAPS to boxed.
5609         * gst/gstelement.c: (gst_element_class_init):
5610         Use GST_TYPE_TAG_LIST in signal prototype.
5611         * gst/gstindex.c: (gst_index_class_init):
5612         * gst/gstindex.h:
5613         Add GST_TYPE_INDEX_ENTRY type.
5614         * gst/gstmarshal.list:
5615         Add necessary marshal types.
5616         * gst/gstpad.c: (gst_real_pad_class_init),
5617         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
5618         (gst_pad_recover_caps_error):
5619         Use GST_TYPE_CAPS in signal prototypes.  Fix some debugging strings.
5620         * gst/gststructure.c: (_gst_structure_initialize),
5621         (gst_structure_copy), (_gst_structure_copy_conditional):
5622         * gst/gststructure.h:
5623         Convert GST_TYPE_STRUCTURE to boxed.
5624         * gst/gsttag.c: (gst_tag_list_get_type):
5625         * gst/gsttag.h:
5626         Add GST_TYPE_TAG_LIST type.
5628 2004-02-17  Julien MOUTTE  <julien@moutte.net>
5630         * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
5631         to what we agreed with david.
5632         * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
5634 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5636         * po/nl.po: update translation
5638 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5640         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
5641           throw an error if spider is trying to play a mime type there is
5642           no decoder for
5643         * po/POTFILES.in:
5644           add gst/autoplug/gstspider.c for translation
5646 2004-02-17  Julien MOUTTE  <julien@moutte.net>
5648         * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return 
5649         silently when the pad is negotiating.
5651 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5653         * docs/faq/Makefile.am:
5654           add script to run gstreamer uninstalled 
5655         * docs/faq/faq.xml:
5656         * docs/faq/developing.xml:
5657         * docs/faq/gst-uninstalled:
5658           extract script to run gstreamer uninstalled
5659         * docs/manuals.mak:
5660           add EXTRA_SOURCES variable for Makefile.am's to set to
5661           use additional SOURCE files for the doc build
5663 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5665         * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
5667 2004-02-15  Julien MOUTTE  <julien@moutte.net>
5669         * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
5670         bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
5671         an error was thrown by osssink. Basically a state change failure for
5672         an element in a different scheduling group was considered as
5673         successful, which means that caps nego was going on and weird stuff
5674         happened. Like I wrote in the comment there, if someone wants to
5675         revert that please drop me a mail explaining why because I really see
5676         no point in keeping that broken behaviour there.
5677         * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
5678         be empty, we then return NULL which will trigger a nice error when 
5679         pulling from the pad.
5681 2004-02-13  David Schleef  <ds@schleef.org>
5683         * libs/gst/control/dparam.c: (gst_dparam_class_init),
5684         (gst_dparam_get_property), (gst_dparam_set_property),
5685         (gst_dparam_do_update_default):
5686         * libs/gst/control/dparam.h:
5687         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
5688         (gst_dpsmooth_new), (gst_dpsmooth_set_property),
5689         (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
5690         (gst_dpsmooth_do_update_double):
5691         * libs/gst/control/dparam_smooth.h:
5692         * libs/gst/control/dparammanager.c:
5693         (gst_dpman_inline_direct_update):
5694         Add support for double dparams.
5696 2004-02-13  David Schleef  <ds@schleef.org>
5698         * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
5699         * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
5701 2004-02-13  Mattias Wadman  <mattias@sudac.org>
5703         reviewed by: David Schleef  <ds@schleef.org>
5705         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
5706         (gst_fdsrc_init), (gst_fdsrc_set_property),
5707         (gst_fdsrc_get_property), (gst_fdsrc_get):
5708         * gst/elements/gstfdsrc.h:  Adds timeout property to fdsrc,
5709         and sends an EOS event if file descriptor reading times out.
5711 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5713         * configure.ac:
5714           add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
5716 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5718         * configure.ac: pass required libxml version as argument
5719         (bug reported by Christophe Fergeau)
5721 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5722   
5723         * docs/gst/gstreamer-docs.sgml:
5724         * docs/gst/tmpl/gstxml.sgml:
5725         * docs/libs/gstreamer-libs-docs.sgml:
5726           version API docs
5728 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5730         * gst/gstinfo.c:
5731         * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
5732         (gst_registry_pool_feature_filter):
5733         * gst/gstthread.c: (gst_thread_class_init):
5734         * gst/gstvalue.c:
5735           add includes exposed by building without libxml
5736         * gst/indexers/Makefile.am:
5737           do not build fileindex when LOADSAVE disabled; we should have
5738           a better libxml check later since fileindex depends on xml, not
5739           LOADSAVE or REGISTRY
5740         * libs/gst/control/Makefile.am:
5741           link with m
5742         * tools/Makefile.am:
5743           fix wrong source code for gst-xmlinspect
5745 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5747         * configure.ac:
5748           fix gcov help output
5749           move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
5750         * docs/random/release:
5751           some updated releasing notes
5752         * gstreamer.spec.in:
5753           more updates
5755 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5757         * docs/faq/faq.xml:
5758         * docs/manual/manual.xml:
5759         * docs/pwg/pwg.xml:
5760         * docs/pwg/titlepage.xml:
5761           put version in documentation
5763 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5765         * tools/Makefile.am: fix man page installation
5767 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5769         * configure.ac:
5770           don't check for libxml when load/save and registry disabled (#105844)
5771         * gstreamer.spec.in:
5772           sync with fedora candidate spec
5774 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5776         * po/fr.po:
5777         * po/nl.po:
5778           replace multidisksrc with multifilesrc
5780 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5782         * po/POTFILES.in:
5783           update to multidisksrc => multifilesrc file renaming (#134145)
5785 2004-02-11  David Schleef  <ds@schleef.org>
5787         * docs/gst/tmpl/gstcaps.sgml:  Fix stuff that mentions GstProps
5788         * docs/gst/tmpl/gstpadtemplate.sgml: same
5789         * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
5790         * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
5791         fixing dance.
5792         * gst/gstutils.c: Remove disabled code that uses GstProps.
5793         * gst/registries/gstxmlregistry.h: same
5794         * docs/random/ds/0.9-suggested-changes: random notes
5796 2004-02-11  kost@imn.htwk-leipzig.de
5798         reviewed by: David Schleef  <ds@schleef.org>
5800         * gst/gstclock.c: (gst_clock_entry_new): fixes structure
5801         initialisation of clock (bug #134128)
5803 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5805         * configure.ac:
5806         * gst/elements/Makefile.am:
5807         * gst/elements/gstelements.c:
5808         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
5809         (gst_multifilesrc_class_init), (gst_multifilesrc_init),
5810         (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
5811         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
5812         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
5813         * gst/elements/gstmultifilesrc.h:
5814           rename multidisksrc to multifilesrc (part of #122200)
5816 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5818         * docs/manuals.mak:
5819           fix automake complaints
5820         * gst-element-check.m4:
5821           fix unquotedness
5823 2004-02-11  David Schleef  <ds@schleef.org>
5825         * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
5826         * gst/gstatomic_impl.h: Disable sparc implementation.
5828 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5830         * gst-element-check.m4:
5831           fix underquoted macros as reported by automake 1.8.x (#133800)
5832         * configure.ac:
5833           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
5834           by autopoint (fixes #132996)
5836 2004-02-10  Andy Wingo  <wingo@pobox.com>
5838         * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
5839         way to do inheritance.
5840         (gst_pad_get_event_masks, gst_pad_get_event_masks_default) 
5841         (gst_pad_get_query_types, gst_pad_get_query_types_default):
5842         Routine docs.
5843         (gst_pad_set_link_function, gst_pad_set_fixate_function) 
5844         (gst_pad_set_getcaps_function): Doc from Dave's negotation random
5845         doc.
5846         (gst_pad_unlink, gst_pad_is_linked): Docs.
5847         (gst_pad_renegotiate): A brief description of capsnego.
5848         (gst_pad_try_set_caps): Document.
5849         (gst_pad_try_set_caps_nonfixed): Document.
5850         (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
5851         (gst_pad_set_parent): Deprecated (although not out of the API).
5852         (gst_pad_get_parent): Deprecated, although many plugins use this.
5853         (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
5854         are private and will go away in 0.9.
5855         (gst_pad_perform_negotiate): Doc.
5856         (gst_pad_link_unnegotiate): I think this is meant to be static.
5857         (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps) 
5858         (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility) 
5859         (gst_pad_get_peer): Doc updates.
5860         (gst_pad_caps_change_notify): Doc.
5861         (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get) 
5862         (gst_ghost_pad_new): Doc fixes.
5864         * gst/gstobject.c (gst_object_get_parent, gst_object_unparent) 
5865         (gst_object_check_uniqueness): 
5867         * gst/gstelement.c (gst_element_add_pad) 
5868         (gst_element_add_ghost_pad, gst_element_remove_pad) 
5869         (gst_element_remove_ghost_pad, gst_element_get_pad) 
5870         (gst_element_get_static_pad, gst_element_get_pad_list) 
5871         (gst_element_class_get_pad_template_list) 
5872         (gst_element_class_get_pad_template): Work on the docs.
5873         (gst_element_get_pad_template_list): Uses the class method.
5874         (gst_element_get_compatible_pad_template): Docs, and consolidate
5875         some test conditions. 
5876         (gst_element_get_pad_from_template): New static function.
5877         (gst_element_request_compatible_pad): Docs, and work with
5878         non-request compatible templates. 
5879         (gst_element_get_compatible_pad_filtered): Docs and remove
5880         redundant checks.
5881         (gst_element_get_compatible_pad, gst_element_link_pads_filtered) 
5882         (gst_element_link_filtered, gst_element_link_many) 
5883         (gst_element_link, gst_element_link_pads) 
5884         (gst_element_unlink_many): Docs.
5886 2004-02-05  Andy Wingo  <wingo@pobox.com>
5888         * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
5889         s/pointer/boxed/.
5891         * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
5893         * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
5894         marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
5895         with the type=GST_TYPE_CAPS. This allows language bindings to know
5896         what kind of data they're dealing with.
5898         * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
5899         to NULL when g_value_init is called. GstCaps, which rolls its own
5900         type implementation, now does the same instead of allocating empty
5901         caps.
5902         (_gst_caps_initialize, _gst_caps_collect_value,
5903         _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
5904         table methods. This allows G_VALUE_COLLECT to work.
5906 2004-02-05  Andy Wingo  <wingo@pobox.com>
5908         * configure.ac:
5909         * testsuite/Makefile.am (SUBDIRS): 
5910         * testsuite/ghostpads/Makefile.am: 
5911         * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
5913         * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
5914         These two routines are the only ones that set
5915         GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
5916         pad template. They should be made static, depending on ABI needs.
5917         (gst_real_pad_dispose): Handle the case of ghost pads without a
5918         parent. Assert after dealing with ghost pads that the ghost pad
5919         list is empty.
5920         (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
5921         set after creation.
5922         (gst_ghost_pad_dispose): Set ::real-pad to NULL.
5923         (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
5924         functions. set_property will call add_ghost_pad/remove_ghost_pad
5925         as appropriate.
5926         (gst_ghost_pad_new): All the work is offloaded to g_object_new.
5928         * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
5929         (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
5930         (gst_element_remove_pad): Handle ghost pads as well.
5931         (gst_element_remove_ghost_pad): Deprecated (could be removed,
5932         depending on API-stability needs).
5934 2004-02-05  Andy Wingo  <wingo@pobox.com>
5936         * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
5937         of course they're const
5939 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5941         * tools/Makefile.am:
5942         * tools/gst-feedback:
5943         * tools/gst-feedback-0.7:
5944           make gst-feedback versioned too for consistency
5946 2004-02-11  David Schleef  <ds@schleef.org>
5948         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5949         (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
5951 2004-02-10  Julien MOUTTE <julien@moutte.net>
5953         * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
5954         the structure does not contain a valid tag list. Adding a safety check
5955         to remove a noisy warning in that case.
5957 2004-02-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5959         * gst/gst.c: fix name to be in line with others
5961 2004-02-09  Julien MOUTTE <julien@moutte.net>
5963         * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
5964         not shout that loud when len is 0. Just return 0 silently.
5966 2004-02-09  Julien MOUTTE  <julien@moutte.net>
5968         * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
5969         because data_unref has one and I prefer the debug to be symetric.
5970         * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
5971         were refed when added to the queue and unrefed only once when the queue
5972         was flushed. Now the flush handler unref the buffers two times : first
5973         unref for the ref added when pushing in the queue's tail and second
5974         unref to destroy the flushed buffer.
5976 2004-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5978         * docs/pwg/building-boiler.xml: fix cvs checkout documentation
5980 2004-02-06  David Schleef  <ds@schleef.org>
5982         * docs/random/ds/0.9-suggested-changes: Random ramblings
5983         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
5984         to int before printing.
5985         * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
5986         * gst/parse/parse.l: same.  See bug #129600
5988 2004-02-06  David Schleef  <ds@schleef.org>
5990         * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
5991         (gst_index_add_entry), (gst_index_add_associationv),
5992         (gst_index_add_association): Add gst_index_add_associationv()
5993         and clean up gst_index_add_association(). #127133
5995 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5997         * autogen.sh: check out common with right tag if CVS/Tag exists
5999 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6001         * testsuite/ghostpads/ghostpads.c: (main):
6002           fix testsuite from segfaulting
6004 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6006         * Makefile.am: add release target
6007         * configure.ac: bump nano to 1
6008         * docs/random/release:
6010 2004-02-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6012         * gst/gstcaps.h:
6013         * gst/gstelement.c: (gst_element_base_class_init),
6014         (gst_element_class_set_details), (gst_element_clear_pad_caps):
6015         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
6016         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
6017         (gst_real_pad_dispose):
6018         * gst/gststructure.c: (gst_structure_free),
6019         (gst_structure_from_string):
6020           put reverted patch back in
6021         * gst/gstelement.c: (gst_element_remove_pad):
6022           free explicit caps if they're set
6023         * gst/gstpad.c: (_gst_pad_default_fixate_func):
6024           copy the structure when fixating
6026 2004-02-05  David Schleef  <ds@schleef.org>
6028         * gst/gstmarshal.list:
6029         * gst/gstpad.c: (gst_real_pad_class_init),
6030         (_gst_real_pad_fixate_accumulator):
6031         Revert POINTER->BOXED change in signal marshaller.
6033 === release 0.7.4 ===
6034                                                                                 
6035 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6036                                                                                 
6037         * NEWS: GStreamer 0.7.4 "Wooden Eels" released
6038         * configure.ac: changed for release
6040 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6042         * gstreamer.spec.in:
6043           bump required version of gtk-doc
6045 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6047         * gst/gstcaps.h:
6048         * gst/gstelement.c: (gst_element_base_class_init),
6049         (gst_element_class_set_details), (gst_element_clear_pad_caps):
6050         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
6051         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
6052         (gst_real_pad_dispose):
6053         * gst/gststructure.c: (gst_structure_free),
6054         (gst_structure_from_string):
6055           revert patch that breaks applications, reapply after release
6056           to get this fixed properly
6058 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6060         * gst/gsttag.c: (_gst_tag_initialize):
6061         * gst/gsttag.h:
6062           remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
6064 2004-02-04  David Schleef  <ds@schleef.org>
6066         Fix some memleaks:
6067         * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
6068         (gst_spider_plug_from_srcpad):
6069         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
6071 2004-02-04  David Schleef  <ds@schleef.org>
6073         * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
6074         a GstRealPad before accessing its structure members.
6076 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6078         * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
6079         (gst_clock_get_speed):
6080         * gst/gstclock.h:
6081           reset padding, remove unused fields
6083 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6085         * gst/autoplug/gstspideridentity.c:
6086         (gst_spider_identity_sink_loop_type_finding):
6087           use get_allowed_caps, not get_caps (fixes #132519)
6088         * gst/elements/gsttypefind.c: (stop_typefinding):
6089           use correct order when sending buffers and seeking
6091 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6093         * configure.ac:
6094         * gst/gstelement.h:
6095         * gst/gstpad.h:
6096         * gst/gstqueue.h:
6097           upgrade libtool CURRENT, reset padding
6099 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6101         * configure.ac:
6102           bump to prerelease
6103           put back AM_PROG_LIBTOOL to make libtoolize stop complaining
6105 2004-02-04  David Schleef  <ds@schleef.org>
6107         * docs/random/ds/0.9-suggested-changes: random notes
6108         * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
6109         (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
6110         Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
6111         expansion.
6112         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
6113         (gst_filesink_get_query_types): same
6114         * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
6115         (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
6116         * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
6117         to use new GST_PTR_FORMAT.
6118         * gst/gstelement.h: deprecate function factory macros
6119         GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
6120         These are our last variadic macros that can't be replaced with
6121         inlines.  Celebrate!  Also fix a typo in an #ifdef that was
6122         attempting to deprecate gst_element_clock_wait().
6123         * gst/gstevent.h: same
6124         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
6125         (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
6126         * gst/gstpad.h: deprecate function factory macros similar to above.
6128 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6130         * configure.ac:
6131         * tools/Makefile.am:
6132         * tools/gst-run.c: (popt_callback), (hash_print_key),
6133         (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
6134         (get_candidates), (main):
6135           add new source file to generate non-versioned wrapper binaries
6136           for our tools.
6138 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6140         * gst/gstevent.c: (_gst_event_free):
6141           actually break; inside the switch statement
6142         * gst/parse/grammar.y:
6143           fix memleak where GValues weren't unset
6145 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6147         * gst/gststructure.c: (gst_structure_from_string):
6148           fix huge memleak
6149         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
6150         (new_entry), (gst_type_find_element_chain):
6151         * gst/gstelement.c: (gst_element_base_class_init),
6152         (gst_element_class_set_details):
6153         * gst/gstpad.c: (gst_pad_can_link_filtered):
6154           fix smaller memleaks
6155         * gst/gstpad.c: (gst_real_pad_dispose):
6156           check that explicit caps are gone
6157         * gst/gststructure.c: (gst_structure_free):
6158           actually free the structure
6159         * gst/gstelement.c: (gst_element_clear_pad_caps):
6160           unset explicit caps
6162 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6164         * tools/Makefile.am:
6165           use AM_CFLAGS since all the CFLAGS are the same
6166           use AM_LDFAGS
6168 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6170         * docs/manual/gnome.xml:
6171           expand example a little
6172         * gst/gst.c: (gst_init_with_popt_table),
6173         (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
6174           make sure popt option displays are done with right textdomain
6175           use GstPoptOption type
6176         * gst/gst.h:
6177           create GstPoptOption type
6179 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6181         * gst/gsterror.c: (_gst_stream_errors_init):
6182         * gst/gsterror.h:
6183           adding error type for no codec
6184         * po/POTFILES.in:
6185           add gst-inspect
6186         * po/nl.po:
6187           update dutch translation
6188         * tools/gst-inspect.c: (print_element_list), (main):
6189           do proper internationalization
6190         * tools/gst-launch.c: (idle_func):
6191           remove commented out function call
6193 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6195         * docs/README:
6196           add some error fixing notes
6197         * docs/gst/gstreamer-sections.txt:
6198           remove double entries
6199         * docs/gst/tmpl/gstbin.sgml:
6200         * docs/gst/tmpl/gstclock.sgml:
6201           remove override
6202         * docs/gst/tmpl/gstelement.sgml:
6203         * docs/gst/tmpl/gstindex.sgml:
6204         * docs/gst/tmpl/gstobject.sgml:
6205         * docs/gst/tmpl/gstpadtemplate.sgml:
6206         * docs/gst/tmpl/gstreamer-unused.sgml:
6207         * docs/gst/tmpl/gsttag.sgml:
6208         * docs/gst/tmpl/gstthread.sgml:
6209         * docs/gst/tmpl/gstxml.sgml:
6210         * gst/gsttag.h:
6211           sync header prototypes with c decls
6212         * gst/gsttaginterface.c:
6213           fix doc headers
6215 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6217         * gst/parse/Makefile.am:
6218         * gst/gstobject.h:
6219           get rid of gstmarshal.h dependency. It's not needed.
6220         * gst/gst.h:
6221         * gst/elements/gstfakesink.c:
6222         * gst/elements/gstfakesrc.c:
6223         * gst/elements/gstidentity.c:
6224         * gst/gstbin.c:
6225         * gst/gstelement.c:
6226         * gst/gstindex.c:
6227         * gst/gstobject.c:
6228         * gst/gstpad.c:
6229         * gst/gstthread.c:
6230         * gst/gstxml.c:
6231         * libs/gst/control/dparam.c:
6232         * libs/gst/control/dparammanager.c:
6233           include gstmarshal.h.
6234         Fixes #132045
6236 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6238         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
6239         (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
6240         (gst_filesrc_map_region), (gst_filesrc_get_mmap):
6241         * gst/elements/gstfilesrc.h:
6242           don't ref the filesrc when creating mmaped buffers. Don't keep a
6243           list of not-yet-destroyed buffers.
6244         * gst/gstbuffer.h:
6245           Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
6247 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6249         * gst/gst.c: (init_pre):
6250           remove textdomain
6252 2004-02-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6254         * docs/pwg/advanced-events.xml:
6255         * docs/pwg/advanced-scheduling.xml:
6256         * docs/pwg/intro-basics.xml:
6257         * docs/pwg/other-manager.xml:
6258         * docs/pwg/other-nton.xml:
6259         * docs/pwg/other-ntoone.xml:
6260         * docs/pwg/other-oneton.xml:
6261         * docs/pwg/pwg.xml:
6262           All sort of documentation... Forgot what. Point is that I want this
6263           in before I leave. The 'other-*' will be the last section and will
6264           explain issues specific to these type of elements.
6266 2004-02-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6268         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
6269         (gst_filesrc_get_read):
6270           set all the values on buffers that we can
6272 2004-02-02  David Schleef  <ds@schleef.org>
6274         Change usage of isblah() to g_ascii_isblah() to be more locale
6275         independent.  (#133076)
6276         * gst/gsturi.c: (gst_uri_protocol_check_internal):
6277         * gst/gstutils.c:
6278         * gst/parse/parse.l:
6280 2004-02-02  Jon Trowbridge  <trow@gnu.org>
6282         reviewed by: David Schleef  <ds@schleef.org>
6284         Fix memory leaks:
6285         * gst/gstcaps.c: (gst_caps_to_string):
6286         * gst/registries/gstxmlregistry.c:
6287         (gst_xml_registry_add_path_list_func),
6288         (gst_xml_registry_parse_padtemplate):
6290 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6292         * gst/gstelement.c: (gst_element_default_error):
6293           suffix error messages with period
6295 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6297         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
6298         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6299         * gst/gsterror.c: (gst_error_get_message):
6300           Suffix with dots
6301         * po/fr.po:
6302         * po/nl.po:
6303           Update translation files
6305 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6307         * gst/autoplug/gstspideridentity.c:
6308         (gst_spider_identity_sink_loop_type_finding):
6309         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
6310         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
6311         (gst_filesink_close_file), (gst_filesink_handle_event),
6312         (gst_filesink_chain):
6313         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
6314         (gst_filesrc_get_read), (gst_filesrc_open_file):
6315         * gst/elements/gstidentity.c: (gst_identity_chain):
6316         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6317         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6318         (gst_pipefilter_chain), (gst_pipefilter_open_file):
6319         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
6320         * gst/gsterror.c: (_gst_core_errors_init),
6321         (_gst_library_errors_init), (_gst_resource_errors_init),
6322         (_gst_stream_errors_init), (gst_error_get_message):
6323         * gst/gstpad.c: (gst_pad_set_explicit_caps),
6324         (gst_pad_recover_caps_error), (gst_pad_pull):
6325         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
6326         * gst/schedulers/gstbasicscheduler.c:
6327         (gst_basic_scheduler_chainhandler_proxy),
6328         (gst_basic_scheduler_gethandler_proxy),
6329         (gst_basic_scheduler_cothreaded_chain):
6330           Suffix error messages with period.
6331           Use (NULL) instead of NULL
6333 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6335         * docs/gst/tmpl/gstelement.sgml:
6336         * docs/gst/tmpl/gstxml.sgml:
6337         * gst/gstelement.c: (gst_element_error_full):
6338           add element path to error
6340 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6342         * docs/random/mimetypes:
6343           update raw int/float info
6344         * gst/gsttag.c: (_gst_tag_initialize):
6345         * gst/gsttag.h:
6346           add GST_TAG_ENCODER
6348 2004-01-30  David Schleef  <ds@schleef.org>
6350         * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
6351           missing (#132991)
6353 2004-01-30  Laurent Vivier <Laurent.Vivier@bull.net>
6355         reviewed by Benjamin Otte 
6356           parts of the patch submitted in bug #113913
6358         * configure.ac:
6359           use AC_C_INLINE. Use = instead of == with test
6360         * examples/plugins/example.c:
6361         * gst/autoplug/gstspideridentity.c:
6362         * gst/elements/gstfdsrc.c:
6363         * gst/elements/gstfilesrc.c:
6364         * gst/elements/gstidentity.c:
6365         * gst/elements/gstmultidisksrc.c:
6366         * gst/elements/gststatistics.c:
6367         * gst/gstelement.c:
6368         * gst/gstobject.c:
6369         * gst/gstpad.c:
6370         * gst/gstpipeline.c:
6371         * gst/gstthread.c:
6372           don't end enums with a comma
6373         * gst/gstindex.c: (gst_index_compare_func):
6374           do explicit casting to gint
6375         * gst/gsttrace.c: (gst_trace_text_flush):
6376           #define strsize as a macro
6378 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6380         * docs/README:
6381         * docs/gst/gstreamer-docs.sgml:
6382         * docs/gst/gstreamer-sections.txt:
6383         * docs/gst/tmpl/gstelement.sgml:
6384         * docs/gst/tmpl/gsterror.sgml:
6385         * docs/gst/tmpl/gstinterface.sgml:
6386         * docs/gst/tmpl/gstreamer-unused.sgml:
6387         * docs/gst/tmpl/gststructure.sgml:
6388         * docs/gst/tmpl/gsttag.sgml:
6389         * docs/gst/tmpl/gsttaginterface.sgml:
6390         * docs/gst/tmpl/gstvalue.sgml:
6391         make sure all API ends up in the built docs
6392         * gst/gstinterface.c:
6393         * gst/gststructure.c: (gst_structure_id_set_value),
6394         (gst_structure_set_value), (gst_structure_id_get_value):
6395         * gst/gststructure.h:
6396         * gst/gstvalue.h:
6397         sync .h with .c declarations
6399 2004-01-30  Julien Moutte  <julien@moutte.net>
6401         * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
6402         Ronald will fix riffread.
6404 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6406         * docs/pwg/advanced-interfaces.xml:
6407           Added tuner interface docs.
6409 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6411         * docs/random/mimetypes:
6412           correct Theora information
6413         * gst/gstelement.h:
6414           make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
6416 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6418         * gst/gstelement.c: (gst_element_error_full):
6419         * gst/gstelement.h:
6420           GST_ELEMENT_ERROR in enum -> _IN_ERROR
6422 2004-01-29  Julien MOUTTE  <julien@moutte.net>
6424         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
6425         (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
6426         again and even before DISCONT.
6427         * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
6428         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
6429         bytestream so that it's not stopping to fill the bytestream if events
6430         different than EOS or DISCONT are received. Instead it process them so
6431         that they go downstream.
6433 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6435         * docs/gst/tmpl/gstelement.sgml:
6436         * docs/gst/tmpl/gstreamer-unused.sgml:
6437         * docs/gst/tmpl/gstxml.sgml:
6438         * gst/autoplug/gstspideridentity.c:
6439         (gst_spider_identity_sink_loop_type_finding):
6440         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
6441         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
6442         (gst_filesink_close_file), (gst_filesink_handle_event),
6443         (gst_filesink_chain):
6444         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
6445         (gst_filesrc_get_read), (gst_filesrc_open_file):
6446         * gst/elements/gstidentity.c: (gst_identity_chain):
6447         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6448         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6449         (gst_pipefilter_chain), (gst_pipefilter_open_file):
6450         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
6451         * gst/gstelement.h:
6452         * gst/gstpad.c: (gst_pad_set_explicit_caps),
6453         (gst_pad_recover_caps_error), (gst_pad_pull):
6454         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
6455         * gst/schedulers/gstbasicscheduler.c:
6456         (gst_basic_scheduler_chainhandler_proxy),
6457         (gst_basic_scheduler_gethandler_proxy),
6458         (gst_basic_scheduler_cothreaded_chain):
6459           gst_element_error -> GST_ELEMENT_ERROR
6461 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6463         * docs/Makefile.am:
6464         * docs/gst/tmpl/gstelement.sgml:
6465         * docs/gst/tmpl/gstxml.sgml:
6466         * docs/manuals.mak:
6467         * docs/pwg/advanced-request.xml:
6468         * docs/pwg/advanced-scheduling.xml:
6469         * docs/pwg/advanced-tagging.xml:
6470           fix non-validating docbook using CDATA
6471           make sure make check-local gets run first to check if it validates
6473 2004-01-29  Julien MOUTTE <julien@moutte.net>
6475         * docs/pwg/advanced-events.xml: Adding documentation on advanced event
6476         handling (up and downstream).
6477         * docs/pwg/advanced-interfaces.xml: Make it coherent with the
6478         my_filter thing.
6480 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6482         * docs/pwg/advanced-tagging.xml:
6483           Add docs about tag writing.
6485 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6487         * docs/pwg/advanced-tagging.xml:
6488           Add a part about tag reading and application signalling... Tag
6489           writing still needs to be documented.
6490         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
6491           We can set file locations in READY, too.
6493 2004-01-29  Julien MOUTTE <julien@moutte.net>
6495         * docs/random/ds/element-checklist: Adding some notes about src
6496         events.
6498 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6500         * docs/random/mimetypes:
6501           Update docs to point to correct elements for various mimetypes, and
6502           some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
6503           <stephane.loeuillet@tiscali.fr>.
6505 2004-01-28  David Schleef  <ds@schleef.org>
6507         * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
6509 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6511         * docs/random/mimetypes:
6512           update docs for audio/x-raw-float. Add "buffer-frames=0 means
6513           undefined"
6514         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
6515           make it only work in NULL.
6516         * gst/gstcaps.c:
6517           don't posion NULL caps
6518         * gst/gstelement.c: (gst_element_set_time):
6519           add debugging statement
6520         * gst/gstelement.c: (gst_element_emit_found_tag),
6521         (gst_element_found_tag_func), (gst_element_found_tags):
6522         * gst/gstelement.h:
6523           These functions take const taglists
6524         * gst/gstpad.c: (gst_pad_proxy_getcaps):
6525           fix memleak
6526         * gst/gstpad.c: (gst_pad_event_default):
6527           make more effort on handling discont and clocks, g_warn if everything
6528           fails
6529         * gst/gststructure.c: (gst_structure_remove_fields),
6530         (gst_structure_remove_fields_valist):
6531         * gst/gststructure.h:
6532           add gst_structure_remove_fields(_valist)
6533         * gst/gsttag.c:
6534           fix doc glitch
6536 2004-01-28  David Schleef  <ds@schleef.org>
6538         * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
6539         * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
6540         Fix memory leakage of gst_caps_to_string().
6542         Use GST_PTR_FORMAT instead of gst_caps_to_string():
6543         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
6544         * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
6545         (gst_spider_identity_sink_loop_type_finding):
6546         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
6547         (find_suggest):
6548         * gst/gstpad.c: (gst_pad_try_relink_filtered),
6549         (gst_pad_set_explicit_caps):
6550         * gst/parse/grammar.y:
6552 2004-01-28  David Schleef  <ds@schleef.org>
6554         * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
6555         GST_PRINTF_EXTENSION_FORMAT_DEFINE.
6556         * docs/random/ds/0.9-suggested-changes: Notes from Company.
6557         * gst/gstcaps.c: (gst_caps_to_string): Add comment.
6558         * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
6559         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
6560         (gst_debug_log_default), (_gst_info_printf_extension),
6561         (_gst_info_printf_extension_arginfo):  Add printf extension.
6562         * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
6563         * gst/gststructure.c: (gst_structure_to_string),
6564         (_gst_structure_parse_value): Use gst_value_deserialize() and
6565         remove old code.
6566         * gst/gstvalue.c: (gst_value_deserialize_fourcc),
6567         (gst_value_deserialize_boolean), (gst_strtoi),
6568         (gst_value_deserialize_int), (gst_value_deserialize_double),
6569         (gst_value_deserialize_string), (gst_value_deserialize): Implement
6570         a bunch of deserialize functions and gst_value_deserialize.
6571         * gst/gstvalue.h: er, _de_serialize, not unserialize
6572         * testsuite/caps/string-conversions.c: (main): We don't currently
6573         handle (float) in caps, so convert these to (double).
6574         * testsuite/debug/Makefile.am: Add new test for the printf extension
6575         * testsuite/debug/printf_extension.c: (main): same
6577 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6579         * docs/random/company/time:
6580           Add some docs about clocking and time
6582 2004-01-28  Julien MOUTTE <julien@moutte.net>
6584         * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
6586 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6588         * docs/pwg/advanced-clock.xml:
6589         * docs/pwg/advanced-dparams.xml:
6590         * docs/pwg/advanced-events.xml:
6591         * docs/pwg/advanced-interfaces.xml:
6592         * docs/pwg/advanced-midi.xml:
6593         * docs/pwg/advanced-request.xml:
6594         * docs/pwg/advanced-scheduling.xml:
6595         * docs/pwg/advanced-tagging.xml:
6596         * docs/pwg/advanced-types.xml:
6597         * docs/pwg/appendix-checklist.xml:
6598         * docs/pwg/building-boiler.xml:
6599         * docs/pwg/building-chainfn.xml:
6600         * docs/pwg/building-filterfactory.xml:
6601         * docs/pwg/building-pads.xml:
6602         * docs/pwg/building-props.xml:
6603         * docs/pwg/building-signals.xml:
6604         * docs/pwg/building-state.xml:
6605         * docs/pwg/building-testapp.xml:
6606         * docs/pwg/intro-basics.xml:
6607         * docs/pwg/intro-preface.xml:
6608         * docs/pwg/other-autoplugger.xml:
6609         * docs/pwg/other-sink.xml:
6610         * docs/pwg/other-source.xml:
6611         * docs/pwg/titlepage.xml:
6612           fix up id's
6614 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6616         * docs/95NonPath:
6617         * docs/HACKING:
6618         * docs/README:
6619         * docs/building-the-docs-on-debian:
6620           collect relevant bits of doc info
6622 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6624         * docs/pwg/advanced_tagging.xml:
6625           Half-assed commit so Thomas can re-arrange document IDs here to be
6626           consistent, too.
6628 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6630         * docs/manual/autoplugging.xml:
6631         * docs/manual/bins-api.xml:
6632         * docs/manual/bins.xml:
6633         * docs/manual/buffers-api.xml:
6634         * docs/manual/buffers.xml:
6635         * docs/manual/clocks.xml:
6636         * docs/manual/components.xml:
6637         * docs/manual/cothreads.xml:
6638         * docs/manual/debugging.xml:
6639         * docs/manual/dparams-app.xml:
6640         * docs/manual/dynamic.xml:
6641         * docs/manual/elements-api.xml:
6642         * docs/manual/elements.xml:
6643         * docs/manual/factories.xml:
6644         * docs/manual/gnome.xml:
6645         * docs/manual/goals.xml:
6646         * docs/manual/helloworld.xml:
6647         * docs/manual/helloworld2.xml:
6648         * docs/manual/init-api.xml:
6649         * docs/manual/intro.xml:
6650         * docs/manual/links-api.xml:
6651         * docs/manual/links.xml:
6652         * docs/manual/manual.xml:
6653         * docs/manual/motivation.xml:
6654         * docs/manual/pads-api.xml:
6655         * docs/manual/pads.xml:
6656         * docs/manual/plugins-api.xml:
6657         * docs/manual/plugins.xml:
6658         * docs/manual/programs.xml:
6659         * docs/manual/queues.xml:
6660         * docs/manual/quotes.xml:
6661         * docs/manual/schedulers.xml:
6662         * docs/manual/states-api.xml:
6663         * docs/manual/states.xml:
6664         * docs/manual/threads.xml:
6665         * docs/manual/typedetection.xml:
6666         * docs/manual/xml.xml:
6667           use chapter, part, section or misc as id starts for all bits
6669 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6671         * docs/gst/gstreamer-sections.txt:
6672           Fix up TITLE of the sections
6674 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6676         * docs/pwg/advanced_interfaces.xml:
6677           Add documentation on propertyprobing.
6678         * docs/pwg/advanced_events.xml:
6679         * docs/pwg/advanced_tagging.xml:
6680         * docs/pwg/building_boiler.xml:
6681         * docs/pwg/building_filterfactory.xml:
6682         * docs/pwg/pwg.xml:
6683           Move filterfactory and tagging into their own chapter, add a chapter
6684           on events. all these are empty placeholders that will be filled in
6685           some day.
6687 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6689         * docs/pwg/advanced_interfaces.xml:
6690           Docs for mixer interface. Also a check for website uploading.
6692 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6694         * docs/HACKING:
6695         * docs/Makefile.am:
6696         * docs/faq/Makefile.am:
6697         * docs/gst/Makefile.am:
6698         * docs/gst/tmpl/gstelement.sgml:
6699         * docs/gst/tmpl/gstplugin.sgml:
6700         * docs/gst/tmpl/gstreamer-unused.sgml:
6701         * docs/libs/Makefile.am:
6702         * docs/manual/Makefile.am:
6703         * docs/manuals.mak:
6704         * docs/pwg/Makefile.am:
6705         * docs/upload.mak:
6706           Separate out upload target and make it similar for
6707           both docbook and gtk-doc docs
6709 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6711         * docs/manuals.mak:
6712           Fix upload target to work with freedesktop
6714 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6716         * docs/pwg/advanced_types.xml:
6717           Add notes on creating your own types.
6718         * docs/pwg/building_boiler.xml:
6719         * docs/pwg/building_pads.xml:
6720         * docs/pwg/building_state.xml:
6721           Add some stuff about how to retrieve values from structures, how
6722           that relates to types and change layout slightly again to be almost
6723           perfect.
6725 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6727         * docs/pwg/advanced_dparams.xml:
6728         * docs/pwg/advanced_scheduling.xml:
6729           Change index layout slightly.
6731 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6733         * docs/pwg/advanced_clock.xml:
6734         * docs/pwg/advanced_interfaces.xml:
6735         * docs/pwg/advanced_midi.xml:
6736           General placeholders for now.
6737         * docs/pwg/advanced_request.xml:
6738           Explanation about sometimes and request pads.
6739         * docs/pwg/advanced_scheduling.xml:
6740           Concept of bytestream, loopfunctions and schedulers.
6741         * docs/pwg/building_boiler.xml:
6742           Add something about plugin-init.
6744 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6746         * docs/pwg/building_pads.xml:
6747           Fix broken docbook
6749 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6751         * docs/pwg/advanced_interfaces.xml:
6752         * docs/pwg/pwg.xml:
6753           Add as a placeholder for future filling-in.
6754         * docs/pwg/basics_autoplugging.xml:
6755         * docs/pwg/basics_buffers.xml:
6756         * docs/pwg/basics_elements.xml:
6757         * docs/pwg/basics_events.xml:
6758         * docs/pwg/basics_plugins.xml:
6759         * docs/pwg/basics_types.xml:
6760           Remove, because unused (this is all in intro_basics.xml).
6761         * docs/pwg/building_signals.xml:
6762           Short intro to signals + reference to GObject docs - we really
6763           shouldn't go into these sort of things to deply because we don't
6764           use them that extensively anyway.
6765         * docs/pwg/building_state.xml:
6766           Explanation of states. Benjamin, please check.
6767         * docs/pwg/building_testapp.xml:
6768           Put everything in one page - putting only a few lines of content
6769           per page doesn't really make sense.
6771           Time to get into the advanced topics. ;).
6773 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6775         * docs/pwg/advanced_types.xml:
6776           Finish documenting the current state of mimetypes.
6777         * docs/pwg/building_boiler.xml:
6778         * docs/pwg/building_chainfn.xml:
6779         * docs/pwg/building_pads.xml:
6780         * docs/pwg/building_props.xml:
6781         * docs/pwg/building_testapp.xml:
6782           Start documenting the "how to build a simple audio filter" part
6783           of the PWG. Most stuff is ready by now. Stuff remaining: signals,
6784           states and (maybe?) a short introduction to capsnego in the chapter
6785           on pads (building_pads.xml). Capsnego should probably be explained
6786           fully in advanced_capsnego.xml or so.
6788 2004-01-26  David Schleef  <ds@schleef.org>
6790         * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
6791         * gst/gstpad.h: Add new function to allow element to (somewhat)
6792         specify non-fixed caps on a pad.
6793         * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
6794         that I added a few weeks ago.
6796 2004-01-26  David Schleef  <ds@schleef.org>
6798         * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
6799           making try_set_caps() work with non-fixed caps.
6801 2004-01-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6803         * docs/pwg/advanced_types.xml:
6804         * docs/pwg/intro_basics.xml:
6805         * docs/pwg/intro_preface.xml:
6806         * docs/pwg/pwg.xml:
6807         * docs/pwg/titlepage.xml:
6808           First try to resurrect the PWG. I'm halfway integrating the mimetypes
6809           in here (docs/random/mimetypes), and will from there on work on both
6810           updating outdated parts and adding missing parts.
6811           That doesn't mean I'll fix it completely, but I'll try at least. ;).
6813 2004-01-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6815         * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
6816           policy is set
6818 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6820         * gst/gstelement.h:
6821           remove gst_element_factory_get_version. It doesn't exist anymore.
6822         * gst/gstplugin.c:
6823         * gst/gstplugin.h:
6824           remove gst_plugin_set_name and change gst_plugin_get_longname to
6825           gst_plugin_get_description to match code.
6826         * gst/gsterror.h:
6827           remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
6828         * gst/gstpad.c: (gst_pad_try_set_caps):
6829           make it work with nonfixed caps.
6830           Note that even in the nonfixed case the link function of the pad
6831           that tries to set caps isn't called.
6833 2004-01-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6835         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
6836           fix bug where buffer was not assembled correctly
6837         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
6838           silence by default
6839         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
6840           only seek if there's no more buffers that could work without seeking
6842 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6844         * gst/gsttag.c: (_gst_tag_initialize):
6845         * gst/gsttag.h:
6846           Add application tag (for encoding/muxing app).
6848 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6850         * autogen.sh:
6851           make autopoint force, and libtoolize not copy
6852         * common/m4/as-docbook.m4:
6853           added docbook xml catalog setup check
6854         * common/m4/gst-doc.m4:
6855           use docbook check
6857 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6859         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
6860         * gst/gsttag.h:
6861           add GstTagFlag
6863 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6865         * docs/gst/gstreamer-sections.txt:
6866         * docs/gst/tmpl/gst.sgml:
6867         * docs/gst/tmpl/gstbuffer.sgml:
6868         * docs/gst/tmpl/gstclock.sgml:
6869         * docs/gst/tmpl/gstelement.sgml:
6870         * docs/gst/tmpl/gstreamer-unused.sgml:
6871         * docs/gst/tmpl/gstxml.sgml:
6872           sync latest API changes to docs
6874 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6876         * gst/gstpluginfeature.c:
6877           fix doc snippet
6878         * tools/gst-inspect.c: (print_element_list):
6879           fix output of typefind
6880           add GPL header
6881         * tools/gst-launch.c:
6882           add GPL header
6884 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6886         * gst/elements/Makefile.am:
6887         * gst/elements/gstelements.c:
6888         * gst/elements/gsttypefindelement.c:
6889         * gst/elements/gsttypefindelement.h:
6890         * po/POTFILES.in:
6891         * po/fr.po:
6892         * po/nl.po:
6893           renamed gsttypefindelement to gsttypefind, conserving CVS history
6895 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6897         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
6898         * gst/gsttag.h:
6899           add some tags used in ogg as well
6900           fix _ in replaygain tags
6902 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6904         * gst/gsterror.h:
6905           fix wrong GST_LIBRARY_ERROR_ENCODE addition
6907 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6909         * gst/gstelement.c: (gst_element_error_full):
6910         * gst/gstelement.h:
6911           change _extended to _full
6913 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6915         reviewed by: <delete if not using a buddy>
6917         * docs/gst/tmpl/gst.sgml:
6918         * docs/gst/tmpl/gstbuffer.sgml:
6919         * docs/gst/tmpl/gstclock.sgml:
6920         * docs/gst/tmpl/gstelement.sgml:
6921         * docs/gst/tmpl/gstreamer-unused.sgml:
6922         * docs/gst/tmpl/gstxml.sgml:
6923         * gst/gstelement.c: (gst_element_error_full):
6924         * gst/gstelement.h:
6926 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6928         * gst/gstelement.h: fix _gst_element_error_printf prototype
6930 2004-01-20  David Schleef  <ds@schleef.org>
6932         * gst/gststructure.c: (gst_structure_to_string):
6933         Convert function to use gst_value_serialize().
6934         * gst/gstvalue.c: (gst_value_serialize_list),
6935         (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
6936         (gst_value_serialize_double_range), (gst_value_serialize_boolean),
6937         (gst_value_serialize_int), (gst_value_serialize_double),
6938         (gst_string_wrap), (gst_value_serialize_string),
6939         (gst_value_serialize), (gst_value_deserialize):
6940         * gst/gstvalue.h:
6941         Add implementations for serialize.
6943 2004-01-20  Julien MOUTTE  <julien@moutte.net>
6945         * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
6946         we want to keep that one in the future or change xvidenc.c to use 
6947         another error.
6949 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6951         * gst/gstelement.c: (_gst_element_error_printf):
6952         * gst/gstelement.h:
6953           privatise function
6955 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6957         * docs/random/error:
6958           doc explaining error system
6959         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
6960           cleanup
6962 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6964         * gst/gst-i18n-app.h:
6965         * gst/gst-i18n-lib.h:
6966           remove inclusion of config.h
6967         * po/POTFILES.in:
6968         * po/nl.po:
6969           add gst/gstelement.c
6971 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6973         * po/nl.po: updated Dutch translation
6975 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6977         * gst/gsterror.c: (_gst_core_errors_init),
6978         (_gst_library_errors_init), (_gst_resource_errors_init),
6979         (_gst_stream_errors_init):
6980         remove ending punctuation dots
6982 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6984         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
6985         * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
6986         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6987         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6988         (gst_pipefilter_chain), (gst_pipefilter_open_file):
6989         use GST_ERROR_SYSTEM
6991 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6993         * gst/gstelement.c: (gst_element_error_printf),
6994         (gst_element_error_extended):
6995         * gst/gstelement.h:
6996           add a helper printf function so we can have NULL values passed.
6998 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7000         * gst/gstelement.h:
7001           add G_STMT macros to gst_element_error, which isn't strictly
7002           necessary but people tell me to anyway.
7004 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7006         * gst/Makefile.am:
7007         * gst/autoplug/gstspideridentity.c:
7008         (gst_spider_identity_sink_loop_type_finding):
7009         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
7010         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
7011         (gst_filesink_close_file), (gst_filesink_handle_event),
7012         (gst_filesink_chain):
7013         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
7014         (gst_filesrc_map_region), (gst_filesrc_get_read),
7015         (gst_filesrc_open_file):
7016         * gst/elements/gstidentity.c: (gst_identity_chain):
7017         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
7018         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
7019         (gst_pipefilter_chain), (gst_pipefilter_open_file):
7020         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
7021         * gst/gst.h:
7022         * gst/gst_private.h:
7023         * gst/gstelement.c: (gst_element_class_init),
7024         (gst_element_default_error), (gst_element_error_func),
7025         (gst_element_error_extended):
7026         * gst/gstelement.h:
7027         * gst/gsterror.c: (_gst_core_errors_init),
7028         (_gst_library_errors_init), (_gst_resource_errors_init),
7029         (_gst_stream_errors_init), (gst_error_get_message):
7030         * gst/gsterror.h:
7031         * gst/gstinfo.c: (_gst_debug_init):
7032         * gst/gstmarshal.list:
7033         * gst/gstpad.c: (gst_pad_set_explicit_caps),
7034         (gst_pad_recover_caps_error), (gst_pad_pull):
7035         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
7036         * gst/schedulers/gstbasicscheduler.c:
7037         (gst_basic_scheduler_chainhandler_proxy),
7038         (gst_basic_scheduler_gethandler_proxy),
7039         (gst_basic_scheduler_cothreaded_chain):
7040         * po/POTFILES.in:
7041         * po/fr.po:
7042         * po/nl.po:
7043           change error signal
7044           add error categories
7046 2004-01-18  Jeremy Simon  <jesimon@libertysurf.fr>
7048         * gst/gsttag.c: (_gst_tag_initialize):
7049         * gst/gsttag.h:
7050         Add replaygain tag
7052 2004-01-18  Colin Walters  <walters@verbum.org>
7054         * examples/retag/retag.c: Call gst_init before processing
7055         program args.  Add g_assert to _link_many call.
7057 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7059         * gst/gstpad.c: (gst_pad_alloc_buffer):
7060           Return a newly allocated buffer when the pad has no peer.
7062 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7064         * gst/gstclock.c: (gst_clock_get_time):
7065           make it compile with gcc 2.95 again.
7066           Patch by Scott Wheeler
7068 2004-01-15  David Schleef  <ds@schleef.org>
7070         * gst/gstcaps.h:
7071         Added gst_caps_is_simple() macro.
7072         * testsuite/caps/caps.c: (test1):
7073         * testsuite/caps/intersect2.c: (main):
7074         * testsuite/caps/intersection.c: (main):
7075         Fixes to make 'make check' work again after removing
7076         gst_caps_is_chained().
7078 2004-01-15  Leif Johnson <leif@ambient.2y.net>
7080         * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
7081         and additions to the MIDI document.
7083 2004-01-15  David Schleef  <ds@schleef.org>
7085         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
7086         (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
7087         of GST_RPAD_, since we don't know if it's a real or ghost pad.
7089 2004-01-15  David Schleef  <ds@schleef.org>
7091         * gst/gstqueue.c:
7092         * gst/gstqueue.h:
7093         Fix the spelling of "treshold" and make min_threshold actually
7094         affect the queue.
7096 2004-01-15  David Schleef  <ds@schleef.org>
7098         * gst/gstcaps.c:
7099         Add lots of documentation.
7100         * gst/gstcaps.h:
7101         Deprecate a few functions.
7102         * gst/gstpad.c:
7103         Removed use of deprecated functions.
7105 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7107         * gst/gstpad.c: (gst_pad_is_linked):
7108         * gst/gstpad.h:
7109           implement gst_pad_is_linked
7110         * gst/gstelement.h:
7111           reserve space for initiate_state_change
7113 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7115         * gst/autoplug/gstspideridentity.c:
7116         (gst_spider_identity_sink_loop_type_finding):
7117           break infinite loop by just returning instead of looping
7118         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
7119           set event time difference correctly. Set it to 1 second instead
7120           of 100ms to be more tolerant
7121         * gst/gstelement.c: (gst_element_set_time):
7122           add debugging output
7124 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7126         * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
7127           query if buffers are inside the pool, ignore events
7129 2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7131         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
7132         (gst_clock_set_speed), (gst_clock_set_active),
7133         (gst_clock_is_active), (gst_clock_reset),
7134         (gst_clock_handle_discont):
7135         * gst/gstclock.h:
7136           deprecate old interface and disable functions that aren't in use
7137           anymore.
7138         * gst/gstelement.h:
7139         * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
7140         (gst_element_set_time), (gst_element_adjust_time):
7141           add concept of "element time" and functions to get/set this time.
7142         * gst/gstelement.c: (gst_element_change_state):
7143           update element time correctly.
7144         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
7145           This is a debug message, not a g_critical.
7146         * gst/gstpad.c: (gst_pad_event_default):
7147           handle discontinuous events right with element time.
7148         * gst/gstscheduler.c: (gst_scheduler_state_transition):
7149           update to clocking fixes.
7150           set clocks on elements in READY=>PAUSED. The old behaviour caused
7151           a wrong element time on the first element that started playing.
7152         * gst/schedulers/gstbasicscheduler.c:
7153         (gst_basic_scheduler_class_init):
7154         * gst/schedulers/gstoptimalscheduler.c:
7155         (gst_opt_scheduler_class_init):
7156           remove code that just implements the default behaviour.
7157         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
7158           update to use new clocking functions
7159         * testsuite/clock/clock1.c: (gst_clock_debug), (main):
7160         * testsuite/clock/clock2.c: (gst_clock_debug), (main):
7161           update to test new element time.
7162         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
7163           use _get_allowed_caps instead of _get_caps. This catches filtered
7164           caps correctly.
7165         * testsuite/debug/commandline.c:
7166           update for new GST_DEBUG syntax.
7167         * testsuite/threads/Makefile.am:
7168           disable a test that only works sometimes.
7170 2004-01-13  Julien MOUTTE <julien@moutte.net>
7172         * po/LINGUAS: Adding fr.
7173         * po/fr.po: Adding french translation.
7175 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7177         * gst/parse/grammar.y:
7178         * po/POTFILES.in:
7179         * po/nl.po:
7180         * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
7181           translate parsing error messages
7183 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7185         * po/POTFILES.in: adding gst-launch
7186         * po/nl.po: updated translation, all 99 strings translated
7187         * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
7188         (found_tag), (sigint_handler_sighandler), (play_handler), (main):
7189           fix strings for translation
7191 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7193         * gst/gst.c:
7194           - capitalize beginnings of popt options
7195           - fix strings for translation
7196           - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
7198 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7200         * po/README: add some notes on how to update translations
7202 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7204         * ABOUT-NLS: removed, is autogenerated from autopoint
7205         * autogen.sh: add autopoint stuff
7206         * configure.ac: fix up gettext stuff
7207         * gst/Makefile.am: add i18n headers to noinst_HEADERS
7208         * gst/elements/gsttypefindelement.c: add header include
7209         * gst/gettext.h: add header, copy from system-installed header
7210         * gst/gst-i18n-app.h: to be included by each app having translations
7211         * gst/gst-i18n-lib.h: to be included by each lib having translations
7212         * gst/gst.c: (init_pre): fix up gettext calls
7213         * gst/gst_private.h: remove i18n stuff, moving to separate headers
7214         * po/LINGUAS: the new way to specify translations present
7215         * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
7216         * po/Makevars: the variables filled in for GStreamer
7217         * po/POTFILES.in: added new files with translations
7218         * po/de.po: has new strings
7219         * po/nl.po: readded, has new strings
7221 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7223         * gst/gsttag.c: fix some strings marked for translation
7225 2004-01-13  Iain <iain@prettypeople.org>
7227         * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
7228         group when we add an element to it, cos we unref it when we remove one
7230 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7232         * testsuite/debug/commandline.c: (debug_not_reached):
7233         * testsuite/debug/output.c: (check_message):
7234           fix testsuite
7236 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7238         * examples/cutter/.cvsignore:
7239         * examples/helloworld/.cvsignore:
7240         * examples/launch/.cvsignore:
7241         * examples/manual/.cvsignore:
7242         * examples/mixer/.cvsignore:
7243         * examples/pingpong/.cvsignore:
7244         * examples/plugins/.cvsignore:
7245         * examples/queue/.cvsignore:
7246         * examples/queue2/.cvsignore:
7247         * examples/queue3/.cvsignore:
7248         * examples/queue4/.cvsignore:
7249         * examples/retag/.cvsignore:
7250         * examples/thread/.cvsignore:
7251         * examples/typefind/.cvsignore:
7252         * examples/xml/.cvsignore:
7253         * gst/.cvsignore:
7254         * gst/autoplug/.cvsignore:
7255         * gst/elements/.cvsignore:
7256         * gst/indexers/.cvsignore:
7257         * gst/parse/.cvsignore:
7258         * gst/registries/.cvsignore:
7259         * gst/schedulers/.cvsignore:
7260         * libs/gst/bytestream/.cvsignore:
7261         * libs/gst/control/.cvsignore:
7262         * libs/gst/getbits/.cvsignore:
7263         * tests/.cvsignore:
7264         * tests/bufspeed/.cvsignore:
7265         * tests/instantiate/.cvsignore:
7266         * tests/memchunk/.cvsignore:
7267         * tests/muxing/.cvsignore:
7268         * tests/sched/.cvsignore:
7269         * tests/seeking/.cvsignore:
7270         * tests/threadstate/.cvsignore:
7271         * testsuite/.cvsignore:
7272         * testsuite/caps/.cvsignore:
7273         * testsuite/cleanup/.cvsignore:
7274         * testsuite/dynparams/.cvsignore:
7275         * testsuite/plugin/.cvsignore:
7276         * tools/.cvsignore:
7277           update - this is huge, because it includes *.bb, *.bbg and *.da files
7278           which are generated for gcov.
7280 2004-01-11  David Schleef  <ds@schleef.org>
7282         * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
7283         a function to parse integers in ways that strto[u]l() does not.
7285 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7287         * tools/gst-inspect.c: (print_caps):
7288           improve output of caps a bit
7290 2004-01-11  David Schleef  <ds@schleef.org>
7292         * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
7293         inherit correct flags (READONLY and DONTKEEP).
7295 2004-01-11  David Schleef  <ds@schleef.org>
7297         * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
7298         (gst_filesrc_map_region):
7299         * gst/gstbuffer.c: (_gst_buffer_initialize),
7300         (_gst_buffer_sub_free), (gst_buffer_default_copy),
7301         (gst_buffer_new), (gst_buffer_create_sub),
7302         (gst_buffer_is_span_fast), (gst_buffer_span):
7303         * gst/gstbuffer.h:
7304         Change GstBuffer private structure element names. (all files)
7305         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
7306         (gst_queue_link):
7307         * gst/gstqueue.h:
7308         Implement getcaps/pad_link functions that handle the case where
7309         there are data in the queue.
7311 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7313         * gst/elements/gstbufferstore.c:
7314           initialize debugging structure correctly
7315         * gst/elements/gsttee.c: (gst_tee_set_property):
7316           g_object_notify when property was changed
7317         * gst/elements/gsttypefindelement.c:
7318         (gst_type_find_element_change_state):
7319           clear caps correctly
7321 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7323         * gst/gstqueue.c: (gst_queue_init):
7324           Use better defaults for when a queue should block. This
7325           gets rid of jerky playback for quite a few files.
7326           It takes more memory.
7328 2004-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7330         (gst_xml_registry_parse_padtemplate):
7331           make critical message slightly more useful
7333 2004-01-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7335         * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
7336         (gst_debug_message_get), (gst_debug_log_default):
7337         * gst/gstinfo.h:
7338           Change gst_debug_log(_valist) to take a const format string.
7339           Change prototype of log function and functions using those to 
7340           take a GstDebugMessage instead of a string that requires using
7341           gst_debug_message_get.
7343 2004-01-08  David Schleef  <ds@schleef.org>
7345         * Makefile.am:
7346         * configure.ac:
7347         Add option --enable-gcov to build GStreamer with -fprofile-arcs
7348         and -ftest-coverage, which allows gcov to show information about
7349         testsuite coverage.
7351 2004-01-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7353         * gst/gstutils.h:
7354           Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
7355           GST_PARENT_CALL_WITH_DEFAULT
7356         * gst/elements/gstaggregator.c: 
7357         * gst/elements/gstbufferstore.c: 
7358         * gst/elements/gstfakesink.c: 
7359         * gst/elements/gstfakesrc.c: 
7360         * gst/elements/gstfdsink.c: 
7361         * gst/elements/gstfdsrc.c: 
7362         * gst/elements/gstfilesink.c: 
7363         * gst/elements/gstfilesrc.c: 
7364         * gst/elements/gstidentity.c: 
7365         * gst/elements/gstmd5sink.c: 
7366         * gst/elements/gstmultidisksrc.c:
7367         * gst/elements/gstpipefilter.c: 
7368         * gst/elements/gstshaper.c:
7369         * gst/elements/gststatistics.c:
7370         * gst/elements/gsttee.c:
7371         * gst/elements/gsttypefindelement.c:
7372           use them.
7374 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7376         * docs/gst/gstreamer-docs.sgml: remove props
7377         * docs/gst/gstreamer-sections.txt: remove props
7378         * docs/gst/tmpl/gst.sgml:
7379         * docs/gst/tmpl/gstbin.sgml:
7380         * docs/gst/tmpl/gstbuffer.sgml:
7381         * docs/gst/tmpl/gstcaps.sgml:
7382         * docs/gst/tmpl/gstclock.sgml:
7383         * docs/gst/tmpl/gstelement.sgml:
7384         * docs/gst/tmpl/gstindex.sgml:
7385         * docs/gst/tmpl/gstobject.sgml:
7386         * docs/gst/tmpl/gstpad.sgml:
7387         * docs/gst/tmpl/gstpadtemplate.sgml:
7388         * docs/gst/tmpl/gstreamer-unused.sgml:
7389         * docs/gst/tmpl/gstthread.sgml:
7390         * docs/gst/tmpl/gstxml.sgml:
7391           sync with code reorganization
7393 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
7395         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
7396         Make the 'Could not find compatible pad' message more informative.
7398 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7399                                                                                 
7400         * gst/elements/gstfilesink.c: (gst_filesink_set_location):
7401           Fix for if we pass NULL as property to location.
7402         * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
7403         (gst_pipefilter_handle_event), (gst_pipefilter_chain):
7404           Fix for instantiate-test (see below).
7405         * gst/gststructure.c: (_gst_structure_parse_value):
7406           Fix compile error on gcc-2.96.
7407         * configure.ac:
7408         * tests/Makefile.am:
7409         * tests/instantiate/Makefile.am:
7410         * tests/instantiate/create.c: (create_all_elements), (main):
7411           Add a test that instantiates all elements. This makes it easy to
7412           track dead code for old API/design (like setting event functions
7413           on sink pads and so on).
7415 2004-01-06  Jan Schmidt  <thaytan@mad.scientist.com>
7417         * gst/gstcaps.c: (gst_caps_append_structure):
7418           Move the poisoning to allow a NULL structure
7419         * gst/gstevent.c: (_gst_event_free):
7420           When freeing a navigation event, free the structure
7421           also
7423 2004-01-04  David Schleef  <ds@schleef.org>
7425         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
7426         Remove usage of gst_pad_proxy_fixate.
7427         * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
7428         (gst_caps_split_one), (gst_caps_replace):
7429         Add poisoning code.
7430         * gst/gstmarshal.list:
7431         Add pointer__pointer for fixate signal
7432         * gst/gstpad.c: (gst_real_pad_class_init),
7433         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
7434         (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
7435         (gst_pad_set_explicit_caps), (gst_pad_template_new):
7436         Add poisoning code. Add fixate signal on RealPad. Change
7437         set_explicit_caps() to take const GstCaps, like try_set_caps().
7438         * gst/gstpad.h:
7439         * testsuite/caps/Makefile.am:
7440         * testsuite/caps/app_fixate.c: Add a test for the fixate signal
7442 2004-01-03  David Schleef  <ds@schleef.org>
7444         * gst/elements/gsttypefindelement.c:
7445         (gst_type_find_element_have_type), (gst_type_find_element_init):
7446         Use gst_pad_use_explicit_caps for src pad.
7447         * gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
7448         before using it.
7450 2004-01-03  David Schleef  <ds@schleef.org>
7452         * gst/gstelement.c: (gst_element_link_pads_filtered),
7453         (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
7454         that linking was successful.
7455         * gst/gstpad.c: (gst_pad_link_free),
7456         (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
7457         (gst_pad_link_try), (gst_pad_link_unnegotiate),
7458         (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
7459         GstPadLinkReturn correctly between functions, and don't fail
7460         when DELAYED is used (DELAYED is very important).  Better
7461         cleanup on unlinking and unnegotiation.  Should fix some spider
7462         bugs.
7464 2004-01-02  David Schleef  <ds@schleef.org>
7466         * gst/gstelement.c: (gst_element_class_init),
7467         (gst_element_base_class_init): ->padtemplates should be cleared
7468         in base_init, since we need to have a fresh list for every
7469         class.  (Alternately, we chould copy the list and share the
7470         actual pad templates (not the list), but that would require
7471         changing every plugin to move pad template registration from
7472         base_init to class_init.)
7474 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7476         * gst/gstelement.c: (gst_element_class_add_pad_template):
7477           Refuse registering a pad template if another pad template
7478           with the same name already exists (#114715).
7480 2004-01-02  David Schleef  <ds@schleef.org>
7482         * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
7483         (gst_caps_is_equal_fixed): Add new function.
7484         * gst/gstcaps.h: ditto.
7485         * gst/gstpad.c: (gst_real_pad_class_init),
7486         (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
7487         (gst_pad_set_explicit_caps), (gst_pad_get_caps):  In try_set_caps,
7488         check new caps against existing caps -- if they're the same, return
7489         OK without renegotiating.  caps-nego-failed signal fixed so that
7490         the marshaller isn't VOID__OBJECT.  Also changed to G_TYPE_POINTER
7491         to save an extra caps copy.  Don't complete negotiation if a pad
7492         link function returns DELAYED.
7494 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7496         * gst/gstpad.c: (gst_pad_try_relink_filtered):
7497           Fix wrong g_return_if_fail
7499 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
7501         * gst/gstbin.c: (gst_bin_class_init):
7502         Change the marshalling of element_added/element_removed
7503         to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER 
7504         complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
7506 2004-01-01  David Schleef  <ds@schleef.org>
7508         * gst/gstpad.c: (gst_pad_set_explicit_caps),
7509         (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
7510         (gst_pad_use_explicit_caps):
7511         * gst/gstpad.h:
7512         Add new functions.  gst_pad_use_explicit_caps() sets up a pad
7513         to use an internal getcaps and link fuction so that negotiation
7514         always results in the explicitly set caps.
7515         gst_pad_set_explicit_caps() sets the explicit caps.  These functions
7516         are particularly useful for decoders.
7518 2003-12-31  David Schleef  <ds@schleef.org>
7520         * gst/elements/gstidentity.c: (gst_identity_class_init),
7521         (gst_identity_init), (gst_identity_chain),
7522         (gst_identity_set_property), (gst_identity_get_property):
7523         * gst/elements/gstidentity.h:
7524         * gst/gstqueue.c: (gst_queue_init):
7525           Negotiation fixes.
7527 2003-12-31  David Schleef  <ds@schleef.org>
7529         * gst/gstcaps.c: (gst_caps_intersect),
7530         (_gst_caps_normalize_foreach), (gst_caps_normalize):
7531           Implement gst_caps_normalize().
7532         * testsuite/caps/normalisation.c: (main):
7533           Add an additional test
7535 2003-12-31  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7537         * gst/gstqueue.c: (gst_queue_init):
7538           use gst_pad_proxy_getcaps()
7540 2003-12-31  David Schleef  <ds@schleef.org>
7542         * gst/elements/gstshaper.c: (gst_shaper_link):
7543         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
7544         * gst/gstqueue.c: (gst_queue_link):
7545           Negotiation fixes.
7547 2003-12-31  David Schleef  <ds@schleef.org>
7549         * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
7550         * gst/gstpad.h: Add functions that are useful as default pad
7551         link and fixate functions for elements.
7553 2003-12-30  David Schleef  <ds@schleef.org>
7555         * gst/gstpad.c: (gst_pad_link_try):
7556           Fix segfault when attempting to return to old caps
7558 2003-12-29  David Schleef  <ds@schleef.org>
7560         * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
7561         (gst_caps_structure_simplify), (gst_caps_simplify):
7562         * gst/gstcaps.h:
7563           Add simplify function
7564         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
7565         (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
7566         * gst/gstpad.h:
7567           Copy over srcnotify, sinknotify when calling old pad_link
7568           functions.  Add new is_negotiated() function.
7569         * gst/gststructure.c: (gst_structure_copy):
7570           Fix an incredibly stupid bug that should have been noticed
7571           weeks ago.  _copy() returned the argument, not the new copy.
7573 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7575         * gst/gstcaps.c: (gst_caps_append):
7576           add sanity checks
7577         * gst/gstcaps.h: (gst_caps_debug):
7578           remove, it doesn't exist anymore.
7579         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
7580         (gst_element_threadsafe_properties_post_run):
7581           make debugging messages not clutter up THREAD debug category
7582         (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
7583         (gst_element_change_state):
7584           update to new caps API
7585         * gst/gstinterface.c: (gst_implements_interface_cast):
7586           don't put vital code in g_return_if_fail
7587         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps), 
7588         (gst_pad_link_filtered):
7589           add pst_pad_try_link and use it.
7590         (gst_pad_perform_negotiate), (gst_pad_renegotiate):
7591           implement correctly, deprecate first one.
7592         (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
7593           add and implement.
7594         (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
7595           implement.
7596         (gst_pad_get_negotiated_caps):
7597           add and implement. Make GST_PAD_CAPS call this function.
7598         (gst_pad_get_caps):
7599           remove unneeded check..
7600         (gst_pad_recover_caps_error):
7601           disable, always return FALSE.
7602         (gst_real_pad_dispose):
7603           don't free caps and appfilter anymore, they're unused.
7604         * gst/gstpad.h:
7605           Reflect changes mentioned above.
7606         * gst/gstsystemclock.c: (gst_system_clock_wait):
7607           Make 'clock is way behind' a debugging message.
7608         * gst/gstthread.c: (gst_thread_change_state):
7609           Fix debugging message
7611 2003-12-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7613         * gst/gstinfo.h:
7614           fix GST_DEBUG_CATEGORY_INIT gtk-doc description
7615         * docs/gst/tmpl/gstreamer-unused.sgml:
7616           removed all traces of cvs conflicts
7618 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7620         * configure.ac:
7621         * gst/schedulers/cothreads_compat.h:
7622         * libs/Makefile.am:
7623           remove last instances of wingo cothread usage
7625 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7627         * gst/gstplugin.c:
7628         * gst/gstversion.h.in:
7629         * gst/parse/grammar.y:
7630           change comment block from /** to /* when not gtk-doc comments
7632 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7634         * gst/gst.c: whitespace and doc style fixes
7636 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7638         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
7640 2003-12-24  Colin Walters  <walters@verbum.org>
7642         * gst/elements/gsttypefindelement.c:
7643           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
7644           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
7645           Don't double-free caps.
7647 2003-12-23  David Schleef  <ds@schleef.org>
7649         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
7650           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
7651           Many little fixes and additions of debug statements to
7652           get rhythmbox working.
7654 2003-12-23  Colin Walters  <walters@verbum.org>
7656         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
7657         Use GST_PAD_LINK_SUCCESSFUL.
7659 2003-12-23  David Schleef  <ds@schleef.org>
7661         * gst/elements/gstaggregator.c:
7662         * gst/elements/gsttee.c:
7663           Use gst_pad_proxy_getcaps().
7664         * gst/gstpad.c:
7665         * gst/gstpad.h:
7666           Add gst_pad_proxy_getcaps(), which filter elements can use
7667           as a generic getcaps implementation.
7668           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
7669           was advertised.
7671 2003-12-23  David Schleef  <ds@schleef.org>
7673         * gst/gstpad.c:
7674           Rearrange/rewrite much of the pad negotiation code, since it
7675           resembled pasta.  This actually changes the way some
7676           negotiation works, since the previous code was inconsistent
7677           depending on how it was invoked.  Add (internal) structure
7678           GstPadLink, which is used to hold some information (more in
7679           the future) about the link between two pads.  Fixes a number
7680           of bugs, including random lossage of filter caps when the
7681           initial negotiation is delayed.  A few functions are still
7682           unimplemented.
7683         * gst/gstpad.h:
7684           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
7685           these when testing GstPadLinkReturn values instead of comparing
7686           directly.
7688 2003-12-23  David Schleef  <ds@schleef.org>
7690         * gst/gstvalue.c: 
7691         * gst/gstvalue.h:
7692           Rearrange lots of code.  Change registration of compare function
7693           into registration of compare/serialize/deserialize functions.
7694           Doesn't include implementation of gst_value_[de]serialize(),
7695           but that should be easy.
7697 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7699         * docs/gst/gstreamer-sections.txt:
7700         * docs/gst/tmpl/gstprops.sgml: removed
7701         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
7702           David removed props and caps code, so let's remove their docs as well.
7703           Removed all no longer existing symbols from gstreamer-sections.txt
7704           
7705 2003-12-22  Colin Walters  <walters@verbum.org>
7707         * gst/gsttaginterface.c, gst/gsttaginterface.h,
7708           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
7709           of tags directly.
7711 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7713         * gst/elements/gstelements.c:
7714           Set ranks of elements to NONE, so the autoplugger doesn't use them.
7715         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
7716           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
7717           gst_caps (peer).
7719 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7721         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
7722         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
7723         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
7724         (gst_spider_identity_sink_loop_type_finding):
7725         * gst/autoplug/gstspideridentity.h:
7726           Fix autoplugging in spider element, so it works with new caps.
7727           This was mainly caused by identifying empty caps incorrectly.
7729 2003-12-22  David Schleef  <ds@schleef.org>
7731         * gststructure.c, gstvalue.c, gstvalue.h: Add
7732           gst_value_init_and_copy() and use it, to avoid silly mistakes in
7733           using g_value_copy()
7735 2003-12-21  David Schleef  <ds@schleef.org>
7737         * many, many files: Merge CAPS branch.  This includes:
7738           - implemention of GstValue and several GstValue types
7739           - implemention of GstStructure
7740           - entire rewrite of GstCaps
7741           - removal of GstProps
7742           - many changes to GstPad to compensate for new caps paradigm
7743           - removal of GstBufferpool
7744         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
7745         gstvalue.h, gst/gstcaps[2]*.[ch]:
7746           - rename gstcaps2.[ch] to gstcaps.[ch]
7748 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7750         * gst/gstqueue.c: (gst_queue_handle_pending_events),
7751         (gst_queue_chain), (gst_queue_handle_src_event):
7752           implement timeout for sending events. Workaround for if the
7753           pipeline on this queue is not passing any data.
7755 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
7756                                                                                 
7757         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
7758         * moved CVS to freedesktop.org