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