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