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