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