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