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