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