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