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