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