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