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