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