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