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