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