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