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