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