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