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