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