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