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