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