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