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