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