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