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