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