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