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