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