docs/manual/manual.xml: - Reorganised the previous "introduction" bundle into Foreword,
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
2
3         patch by: Luc Pionchon  <luc.pionchon@nokia.com>
4
5         * docs/manual/manual.xml:
6         - Reorganised the previous "introduction" bundle into Foreword,
7         Introduction, and About GStreamer. The two first are <preface>
8         docbook elements. The later is the first part of the book.
9         - added intro-gstreamer.xml (content partially from
10         intro-preface.xml)
11         - moved appendix-win32.xml into appendix-integration.xml
12
13         * docs/manual/intro-preface.xml: gstreamer section moved...
14         * docs/manual/intro-gstreamer.xml: ...here. new file.
15
16         * docs/manual/appendix-win32.xml: removed file. Content moved...
17         * docs/manual/appendix-integration.xml: ...here.
18         
19         * docs/manual/highlevel-components.xml: section about GstEditor moved...
20         * docs/manual/appendix-checklist.xml: ...here.
21
22 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
23
24         patch by: Luc Pionchon  <luc.pionchon@nokia.com>
25
26         * docs/manual/basics-helloworld.xml:
27         * docs/manual/hello-world.fig:
28           - Explicitely include glib.h.
29           - Do not use global variables.
30           - Use g_printerr() instead of g_print().
31           - Minor formating/renaming to increase readibility.
32           - Renamed new_pad() to on_pad_added()
33           - Improved explenatory comments.
34           - renamed ogg parser to ogg demuxer
35           - Use "autoaudiosink" instead of "alsasink".
36           Fixes: #538619
37
38 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
39
40         * ChangeLog:
41           Remove cvs conflict marker.
42
43 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
44
45         * docs/README:
46           Document that for plgin-docs we extraxt he short-desc from the element
47           details.
48
49         * docs/design/part-states.txt:
50           Tell that devices should be closed in PAUSED -> READY.
51
52         * docs/manual/README:
53           Document how tests in the manual are handled.
54
55         * docs/manuals.mak:
56           Typo in comment.
57
58 2008-06-25  Wim Taymans  <wim.taymans@collabora.co.uk>
59
60         * gst/gstbin.c: (bin_query_latency_fold):
61         Only care about latency min and max when the sink is actually a live
62         sink.
63
64 2008-06-25  Wim Taymans  <wim.taymans@collabora.co.uk>
65
66         * docs/design/part-block.txt:
67         Fix typo.
68
69         * docs/design/part-element-transform.txt:
70         Add notes about why transform needs to know input/output sizes.
71         Add some issues that need to be solved.
72         Add some more use cases.
73
74         * tests/check/libs/test_transform.c: (gst_test_trans_base_init),
75         (gst_test_trans_class_init), (result_sink_chain),
76         (result_buffer_alloc), (gst_test_trans_new), (gst_test_trans_free),
77         (gst_test_trans_push), (gst_test_trans_pop):
78         * tests/check/libs/transform1.c: (buffer_alloc_pt1),
79         (set_caps_pt1), (GST_START_TEST), (set_caps_pt2), (transform_ip_1),
80         (set_caps_1), (set_caps_ct1), (transform_ct1),
81         (transform_caps_ct1), (transform_size_ct1), (buffer_alloc_ct1),
82         (gst_basetransform_suite):
83         Add suport for different pad templates and buffer-alloc.
84         Add more checks for caps and buffer-alloc.
85         Add checks for proxy buffer alloc.
86         Add unit test for copy transform.
87
88 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
89
90         Patch by: Luc Pionchon  <luc.pionchon@nokia.com>
91
92         * docs/manual/appendix-integration.xml:
93         * docs/manual/appendix-licensing.xml:
94         * docs/manual/basics-elements.xml:
95         * docs/manual/basics-helloworld.xml:
96         * docs/manual/basics-pads.xml:
97         * docs/manual/highlevel-components.xml:
98         * docs/manual/highlevel-xml.xml:
99         * docs/manual/intro-basics.xml:
100         * docs/manual/intro-preface.xml:
101           Typo and formatting fixes (#538594).
102
103 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
104
105         * tests/check/gst/gstghostpad.c: (GST_START_TEST):
106         Fix some memory leaks and uses of object instances that we don't
107         actually own.
108
109 2008-06-22  Thijs Vermeir  <thijsvermeir@gmail.com>
110
111         * plugins/elements/gstmultiqueue.c:
112         Add functionality to extra-size-buffers property.
113
114 2008-06-22  Thijs Vermeir  <thijsvermeir@gmail.com>
115
116         * plugins/elements/gstmultiqueue.c:
117         Don't update the cur_time on GST_CLOCK_TIME_NONE (#537804) and don't
118         activate the pads if they are added in STATE_NULL.
119
120 2008-06-21  Thijs Vermeir  <thijsvermeir@gmail.com>
121
122         * docs/libs/gstreamer-libs-sections.txt:
123         Add new API to doc
124         * libs/gst/check/gstcheck.c:
125         * libs/gst/check/gstcheck.h:
126         API: gst_check_teardown_pad_by_name
127
128 2008-06-21  Thijs Vermeir  <thijsvermeir@gmail.com>
129
130         * libs/gst/check/gstcheck.c:
131         * libs/gst/check/gstcheck.h:
132         Also setup request pads and allow setup pads by name (#537812)
133         API: gst_check_setup_src_pad_by_name
134         API: gst_check_setup_sink_pad_by_name
135
136 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
137
138         * tests/check/gst/gstbuffer.c:
139         * tests/check/pipelines/parse-launch.c:
140           Use HAVE_VALGRIND_H some more.
141
142 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
143
144         * scripts/cvs-update.sh:
145           Pass arguments to make.
146           Run autoregen.sh if Makefile is not there.
147
148 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
149
150         * configure.ac:
151         * gst/gstinfo.c:
152           Don't assume that <valgrind/valgrind.h> exists just because
153           the binary is there.
154
155 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
156
157         * tests/check/Makefile.am:
158         * tests/check/libs/test_transform.c: (gst_test_trans_base_init),
159         (gst_test_trans_class_init), (gst_test_trans_init),
160         (gst_test_trans_set_data), (result_sink_chain),
161         (gst_test_trans_new), (gst_test_trans_free), (gst_test_trans_push),
162         (gst_test_trans_pop):
163         * tests/check/libs/transform1.c: (GST_START_TEST),
164         (transform_ip_1), (set_caps_1), (gst_basetransform_suite):
165         Add some test basetransform element and the beginnings of various
166         unit tests for it.
167
168 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
169
170         * libs/gst/base/gsttypefindhelper.c: (helper_find_peek):
171         Increase code readability.
172         Don't try to compare buffer offsets when ther are invalid.
173
174 2008-06-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
175
176         * docs/design/Makefile.am:
177           Dist some more design docs.
178
179         * docs/random/moving-plugins:
180           Small addition: good plugins mustn't have functional code
181           within assertion macros.
182
183 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
184
185         * docs/design/draft-framestep.txt:
186         Some ideas about a framestep API
187
188         * docs/design/part-element-transform.txt:
189         Start design and use cases for basetransform in order to get it
190         fixed soon.
191
192 2008-06-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
193
194         * gst/gsttaglist.h:
195           In GST_TAG_ATTACHEMENT docs, mention that the file name needs to
196           be in UTF-8 encoding.
197
198 2008-06-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
199
200         * gst/gstbus.c:
201           Make it known that gst_bus_poll() is pure evil (fixes #538810).
202
203 2008-06-20  Stefan Kost  <ensonic@users.sf.net>
204
205         * plugins/elements/gstcapsfilter.c:
206         * plugins/elements/gstfakesink.c:
207         * plugins/elements/gstfakesrc.c:
208         * plugins/elements/gstfdsink.c:
209         * plugins/elements/gstfdsrc.c:
210         * plugins/elements/gstfilesink.c:
211         * plugins/elements/gstfilesrc.c:
212         * plugins/elements/gstidentity.c:
213         * plugins/elements/gstmultiqueue.c:
214         * plugins/elements/gstqueue.c:
215         * plugins/elements/gsttee.c:
216         * plugins/elements/gsttypefindelement.c:
217           Remove short_description. Add basic docs for gsttypefindelement.
218           Simplify markup for fakesrc/fdsrc.
219
220 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
221
222         * plugins/elements/gstfdsrc.c: (gst_fd_src_class_init):
223         Added Since doc.
224
225 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
226
227         Patch by: joel larsson <tilljoel at gmail dot com>
228
229         * docs/plugins/gstreamer-plugins.args:
230         * plugins/elements/gstfdsrc.c: (gst_fd_src_class_init),
231         (gst_fd_src_init), (gst_fd_src_update_fd),
232         (gst_fd_src_set_property), (gst_fd_src_get_property),
233         (gst_fd_src_create):
234         * plugins/elements/gstfdsrc.h:
235         Add timeout property like udpsrc. Fixes #538628.
236         Add some more docs and example pipelines.
237
238 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
239
240         * docs/libs/gstreamer-libs-sections.txt:
241         * libs/gst/base/gstbasesink.c: (gst_base_sink_init),
242         (gst_base_sink_query_latency), (gst_base_sink_set_render_delay),
243         (gst_base_sink_get_render_delay), (gst_base_sink_wait_eos),
244         (gst_base_sink_do_sync):
245         * libs/gst/base/gstbasesink.h:
246         * win32/common/libgstbase.def:
247         Add method to allow sinks to specify additional delay between the sync
248         times and the actual rendering of the data.
249         API: gst_base_sink_set_render_delay()
250         API: gst_base_sink_get_render_delay()
251
252 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
253
254         * configure.ac:
255         Bump version number back to dev -> 0.10.20.1
256
257 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
258
259         * docs/gst/gstreamer-sections.txt:
260         * gst/gsttaglist.c: (_gst_tag_initialize):
261         * gst/gsttaglist.h:
262         API: Add GST_TAG_ATTACHMENT for generic file attachments to streams.
263         Fixes bug #538568.
264
265 2008-06-20  Stefan Kost  <ensonic@users.sf.net>
266
267         * libs/gst/controller/gstcontroller.c:
268           Revert one change, that make ret value possible uninitialized.
269
270 2008-06-20  Stefan Kost  <ensonic@users.sf.net>
271
272         * libs/gst/controller/gstcontroller.c:
273           Use freeze/thaw notify to sync notify emission a bit (its also more
274           efficient). Move debug output to LOG (is called a lot in a loop).
275           Always unset g_values if the have been initialized.
276
277 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
278
279         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times),
280         (gst_base_sink_wait_eos), (gst_base_sink_event):
281         If we have not seen a buffer before EOS, use the segment values to
282         report the current position instead of invalid positions.
283
284 2008-06-20  Stefan Kost  <ensonic@users.sf.net>
285
286         * docs/plugins/tmpl/.cvsignore:
287         * tests/check/gst/.cvsignore:
288           Ignore more.
289
290 2008-06-20  Stefan Kost  <ensonic@users.sf.net>
291
292         * libs/gst/controller/gstinterpolation.c:
293         * libs/gst/controller/gstinterpolationcontrolsource.c:
294         * tests/check/libs/controller.c:
295           Rewrite handling of default values. Fix overflow with unsigned types
296           in linear interpolation. Remove now obsolete _first_value() function.
297           Add more tests. Fixes #538201.
298
299 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
300
301         * libs/gst/base/gstbasetransform.c:
302         (gst_base_transform_class_init), (gst_base_transform_init),
303         (gst_base_transform_transform_caps),
304         (gst_base_transform_prepare_output_buffer):
305         Add debug info.
306         When a buffer is writable, its metadata is also writable so we don't
307         need to subbuffer (which then makes the buffer not-writable anymore).
308
309 === release 0.10.20 ===
310
311 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
312
313         * configure.ac:
314           releasing 0.10.20, "You Crazy Diamond"
315
316 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
317
318         * configure.ac:
319         0.10.19.3 pre-release
320
321 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
322
323         * configure.ac:
324         * gst/gstpreset.c:
325         Rename DATADIR to GST_DATADIR to avoid build problems
326         on win32. Patch By: David Schleef <ds@schleef.org>
327         Fixes: #536857
328
329 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
330
331         * configure.ac:
332         Explicitely link with -ldl if dladdr() is found there. Before it was
333         implicitely linked by the gmodule pkgconfig file but in glib 2.17.0
334         -ldl has moved from Libs to Libs.private. Fixes bug #536744.
335
336 2008-06-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
337
338         * gst/gsterror.c: (_gst_stream_errors_init):
339           Fix typo (spotted by Fabricio Godoy, #536723).
340
341 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
342
343         * configure.ac:
344         0.10.19.2 pre-release
345
346 2008-06-04  Wim Taymans  <wim.taymans@collabora.co.uk>
347
348         * libs/gst/base/gstbasesink.c: (gst_base_sink_set_async_enabled),
349         (gst_base_sink_set_ts_offset), (gst_base_sink_perform_qos):
350         Add some debug.
351         Make sure we don't generate invalid QoS messages.
352
353 2008-06-04  Wim Taymans  <wim.taymans@collabora.co.uk>
354
355         * gst/gstevent.c: (gst_event_new_qos):
356         Add some assert and docs for invalid input to the qos function.
357
358 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
359
360         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times),
361         (gst_base_sink_get_position):
362         The reported position must always be smaller than the last seen
363         timestamps (or timestamp + duration for reverse).
364
365 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
366
367         Patch by: Rob Bradford <rob at robster dot org dot uk>
368
369         * gst/gstregistry.c: (gst_registry_scan_path_level):
370         Don't recurse into .debug directories as some distros install
371         the debugging symbols next to the plugins in .debug directories
372         and dlopen() crashes on them sometimes. Fixes bug #508070.
373
374         Add FIXME for 0.11 to not recurse into directories at all because
375         it's very inconsistent to the behaviour of other PATH environment
376         variables.
377
378 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
379
380         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times),
381         (gst_base_sink_get_position_last), (gst_base_sink_get_position):
382         Fix position query range checks in reverse playback.
383
384 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
385
386         * gst/gstelement.c:
387         * gst/gstelement.h:
388         Deprecated gst_element_get_pad() as it can't be used sanely. It's not
389         clear of the reference to the resulting pad must be released later
390         or not, resulting in possible leaks. Fixes bug #533865.
391
392 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
393
394         Patch by: José Alburquerque <jaalburqu at svn dot gnome dot org>
395
396         * gst/gstelementfactory.c:
397         Small doc fix. Fixes #535285.
398
399 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
400
401         Based on patch by: Bjarne Rosengren <bjarne at axis dot com>
402
403         * libs/gst/base/gstbasesrc.c: (gst_base_src_send_event),
404         (gst_base_src_get_range), (gst_base_src_pad_get_range),
405         (gst_base_src_loop), (gst_base_src_set_flushing),
406         (gst_base_src_change_state):
407         Make sending an EOS event to the basesrc non-blocking even if the
408         implementation does blocking waits in the create function. This is done
409         by unlocking the create function when EOS is sent.
410         Fixes #535218.
411
412 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
413
414         * tools/gst-inspect.c: (print_element_properties_info):
415         If possible print the element type of GValueArray properties.
416
417 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
418
419         * gst/gstiterator.c:
420         Remove an unused field from the private GstListIterator struct.
421
422 2008-05-27  Stefan Kost  <ensonic@users.sf.net>
423
424         * libs/gst/controller/gstcontroller.c:
425           Add parameter guards.
426
427 2008-05-27  Stefan Kost  <ensonic@users.sf.net>
428
429         * tests/check/gst/gstpipeline.c:
430           Revert test change and add comment why it should not work.
431
432 2008-05-27  Stefan Kost  <ensonic@users.sf.net>
433
434         * tests/check/gst/gstpipeline.c:
435           Extending the test a little to verify that we also get the NULL state-
436           change message.
437
438 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
439
440         * gst/gstpreset.c: (gst_preset_default_get_meta),
441           (gst_preset_get_preset_names), (gst_preset_get_property_names),
442           (gst_preset_load_preset), (gst_preset_save_preset),
443           (gst_preset_rename_preset), (gst_preset_delete_preset),
444           (gst_preset_set_meta):
445           Add Since: markers to docs blurbs.
446
447         * win32/common/libgstreamer.def:
448           Add recently-added API.
449
450 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
451
452         Patch by: Stefan Kost  <ensonic@users.sf.net>
453
454         * configure.ac:
455         Add DATADIR for storing presets.
456
457         * docs/gst/gstreamer-docs.sgml:
458         * docs/gst/gstreamer-sections.txt:
459         * docs/gst/gstreamer.types.in:
460         Add GstPreset to docs.
461
462         * gst/Makefile.am:
463         * gst/gst.h:
464         * gst/gstpreset.c: (preset_get_paths), (preset_skip_property),
465         (preset_open_and_parse_header), (preset_parse_version),
466         (preset_merge), (preset_get_keyfile),
467         (gst_preset_default_get_preset_names),
468         (gst_preset_default_get_property_names),
469         (gst_preset_default_load_preset),
470         (gst_preset_default_save_presets_file),
471         (gst_preset_default_save_preset),
472         (gst_preset_default_rename_preset),
473         (gst_preset_default_delete_preset), (gst_preset_default_set_meta),
474         (gst_preset_default_get_meta), (gst_preset_default_randomize),
475         (gst_preset_default_reset), (gst_preset_get_preset_names),
476         (gst_preset_get_property_names), (gst_preset_load_preset),
477         (gst_preset_save_preset), (gst_preset_rename_preset),
478         (gst_preset_delete_preset), (gst_preset_set_meta),
479         (gst_preset_get_meta), (gst_preset_class_init),
480         (gst_preset_base_init), (gst_preset_get_type):
481         * gst/gstpreset.h:
482         Add GstPreset to core. Fixes #396779
483
484         * tests/check/Makefile.am:
485         * tests/check/gst/gstpreset.c: (gst_preset_test_get_property),
486         (gst_preset_test_set_property), (gst_preset_test_class_init),
487         (gst_preset_test_base_init), (gst_preset_test_get_type),
488         (gst_preset_test_plugin_init), (GST_START_TEST),
489         (remove_preset_file), (test_setup), (test_teardown),
490         (gst_preset_suite):
491         Add GstPreset unit tests.
492
493 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
494
495         * gst/gstpad.c: (gst_pad_event_default_dispatch):
496         The default event function on a sinkpad should return TRUE when
497         there are no internal links but should collect the return values from
498         the internal links otherwise.
499
500 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
501
502         * plugins/elements/gsttypefindelement.c:
503         (gst_type_find_element_src_event),
504         (gst_type_find_element_handle_event):
505         Use faster and safer _pad_push_event().
506
507 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
508
509         * docs/gst/gstreamer-sections.txt:
510         * gst/gstutils.c: (element_find_unlinked_pad),
511           (gst_bin_find_unlinked_pad), (gst_bin_find_unconnected_pad),
512         * gst/gstutils.h:
513           API: add gst_bin_find_unlinked_pad()
514           API: deprecate gst_bin_find_unconnected_pad() (#401456)
515
516 2008-05-26  Peter Kjellerstedt  <pkj@axis.com>
517
518         * gst/gstclock.c:
519         * gst/gstclock.h:
520         * gst/gsttask.c:
521         * gst/gsttask.h:
522         Fixed a bunch of typos.
523
524 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
525
526         * gst/gstpad.h:
527         * gst/gstutils.c: (gst_element_unlink), (element_find_unlinked_pad),
528           (gst_bin_find_unconnected_pad), (gst_parse_bin_from_description),
529           (gst_parse_bin_from_description_full):
530         * gst/gstutils.h:
531           'unconnected pad' -> 'unlinked pad' for consistency (#401456).
532
533 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
534
535         * docs/pwg/advanced-tagging.xml:
536           Small docs update, can't be bothered to rewrite the nonsensical
537           examples right now.
538
539 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
540
541         * gst/gstevent.h:
542           Clarify docs for GST_SEEK_TYPE_CUR (#534505).
543
544 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
545
546         * gst/parse/grammar.y:
547           Remove unneeded casts.
548
549 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
550
551         * gst/parse/grammar.y:
552         * tests/check/pipelines/parse-launch.c:
553           Get all missing elements from a parse launch string if possible
554           (ie. if the FATAL_ERRORS flag has been specified). Fixes #528178.
555
556 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
557
558         * tests/check/Makefile.am:
559         * tests/check/pipelines/parse-launch.c:
560           Add some unit tests for the new gst_parse_launch*_full() API.
561           (Exposes a previously-existing memory leak in the error code
562           path, so adding to VALGRIND_TO_FIX for now).
563
564 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
565
566         * docs/gst/gstreamer-sections.txt:
567         * gst/gst.c: (init_post):
568         * gst/gst_private.h: (_GstParseContext):
569         * gst/gstparse.c: (gst_parse_error_quark), (gst_parse_context_new),
570           (gst_parse_context_free), (gst_parse_context_get_missing_elements),
571           (gst_parse_launchv), (gst_parse_launchv_full), (gst_parse_launch),
572           (gst_parse_launch_full):
573         * gst/gstparse.h: (GST_PARSE_FLAG_NONE), (GST_PARSE_FLAG_FATAL_ERRORS),
574           (GstParseFlags), (GstParseContext):
575         * gst/gstutils.c: (gst_parse_bin_from_description),
576           (gst_parse_bin_from_description_full):
577         * gst/gstutils.h:
578         * gst/parse/grammar.y:
579         * gst/parse/types.h:
580         * win32/common/libgstreamer.def:
581           Add new gst_parse_*_full API (#528178):
582           API: gst_parse_launch_full()
583           API: gst_parse_launchv_full()
584           API: gst_parse_bin_from_description_full()
585           API: gst_parse_context_new()
586           API: gst_parse_context_free()
587           API: gst_parse_context_get_missing_elements()
588
589 2008-05-23  Stefan Kost  <ensonic@users.sf.net>
590
591         patch by: Suresh Kumar P <sureshkumar.pp@gmail.com>
592
593         * docs/faq/gst-uninstalled:
594           Also support ffmpeg in gst-uninstalled.
595
596 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
597
598         * configure.ac:
599         After discussion on IRC use the binary registry as default
600         but allow to disable it with --disable-binary-registry.
601
602         * win32/common/libgstreamer.def:
603         Add the two new symbols for the binary registry.
604
605 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
606
607         * gst/gstparse.c: (_gst_parse_escape), (gst_parse_launchv):
608         * gst/gstutils.c: (gst_parse_bin_from_description):
609         * gst/parse/grammar.y: (graph):
610           More guards against bad input; typo fix; some minor clean-ups.
611
612 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
613
614         Patch by: Sjoerd Simons <sjoerd at luon dot net>
615
616         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times):
617         If nothing else can be used, use the last buffer's start time as
618         the segment's last stop. Fixes bug #534258.
619
620 2008-05-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
621
622         * gst/gstpad.c: (gst_pad_alloc_buffer_full):
623           Move size sanity check to the right place: downstream may return
624           a buffer with a smaller size if the buffer caps are different than
625           the requested ones, as may happen when doing reverse negotiation.
626
627 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
628
629         * plugins/elements/gstfilesink.c: (gst_file_sink_set_location),
630         (gst_file_sink_render):
631         * plugins/elements/gstfilesrc.c: (gst_file_src_set_location),
632         (gst_file_src_start):
633         Small cleanups. Add note adbout g_fopen() on windows and why we don't
634         use it yet.
635
636 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
637
638         * gst/gstpad.c: (gst_pad_load_and_link):
639         * gst/gstutils.c: (gst_element_link_pads),
640         (gst_element_unlink_pads):
641         * libs/gst/check/gstcheck.c: (gst_check_setup_src_pad),
642         (gst_check_teardown_src_pad), (gst_check_setup_sink_pad),
643         (gst_check_teardown_sink_pad),
644         (gst_check_element_push_buffer_list):
645         * tests/check/elements/fakesink.c: (GST_START_TEST):
646         * tests/check/elements/filesink.c:
647         * tests/check/elements/filesrc.c: (GST_START_TEST):
648         * tests/check/elements/multiqueue.c: (setup_multiqueue),
649         (mq_sinkpad_to_srcpad):
650         * tests/check/elements/tee.c: (GST_START_TEST):
651         * tests/check/generic/sinks.c: (GST_START_TEST):
652         * tests/check/gst/gstbin.c: (GST_START_TEST):
653         * tests/check/gst/gstevent.c: (GST_START_TEST):
654         * tests/check/gst/gstghostpad.c: (GST_START_TEST):
655         * tests/check/gst/gstpipeline.c: (GST_START_TEST):
656         * tests/check/gst/gstquery.c: (GST_START_TEST):
657         * tests/check/gst/gstutils.c: (GST_START_TEST):
658         * tests/check/libs/basesrc.c: (GST_START_TEST):
659         * tests/check/pipelines/parse-launch.c: (run_delayed_test),
660         (gst_parse_test_element_change_state):
661         Don't use gst_element_get_pad().
662
663 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
664
665         * docs/Makefile.am:
666         Fix installing plugin documentation when gtk-doc is disabled.
667
668 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
669
670         * docs/manual/advanced-autoplugging.xml:
671         * docs/manual/basics-helloworld.xml:
672         * docs/manual/basics-pads.xml:
673         * docs/manual/highlevel-components.xml:
674         Avoid using a bad function in the example code.
675
676 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
677
678         * gst/gstclock.c: (gst_clock_set_calibration):
679         Fix debug of the new clock rate.
680
681 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
682
683         * win32/common/libgstbase.def:
684         Add gst_base_sink_wait_clock() to the exported symbols.
685
686 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
687
688         Patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
689
690         * libs/gst/base/gstbasetransform.c:
691         (gst_base_transform_sink_event):
692         Unref events that the GstBaseTransform::event vfunc didn't want to
693         have forwarded by the base class. Closes a leak in identity.
694         Fixes bug #446763.
695
696 2008-05-19  Wim Taymans  <wim.taymans@collabora.co.uk>
697
698         * docs/libs/gstreamer-libs-sections.txt:
699         * libs/gst/base/gstbasesink.c: (gst_base_sink_wait_clock):
700         * libs/gst/base/gstbasesink.h:
701         Expose a method that was previously used internally to synchronize
702         against the clock because it can be useful for subclasses too.
703         API: GstBaseSink::gst_base_sink_wait_clock()
704
705 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
706
707         * gst/gstpad.c: (gst_pad_buffer_alloc_unchecked):
708           Add sanity check to make sure we don't get smaller buffers
709           than requested (and fallback to normal buffer alloc if we do).
710
711 2008-05-19  Wim Taymans  <wim.taymans@collabora.co.uk>
712
713         * libs/gst/base/gstbasesink.c: (gst_base_sink_adjust_time),
714         (gst_base_sink_wait_clock), (gst_base_sink_wait_eos),
715         (gst_base_sink_do_sync), (gst_base_sink_chain_unlocked):
716         Refactor adjusting the running_time with latency and offset into a
717         separate method.
718         When doing clipping, we still want to use the subclass get_times method,
719         just in case the DURATION or TIMESTAMP are not set.
720
721 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
722
723         * docs/gst/gstreamer-sections.txt:
724         * gst/gsttypefind.c: (gst_type_find_suggest_simple):
725         * gst/gsttypefind.h:
726         * win32/common/libgstreamer.def:
727           API: add gst_type_find_suggest_simple(), #533740.
728
729 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
730
731         * libs/gst/base/gstbasesrc.c: (gst_base_src_start):
732           Use right error code when typefinding fails, so we can use
733           the default (translated) error messages.
734
735 2008-05-19  Wim Taymans  <wim.taymans@collabora.co.uk>
736
737         * libs/gst/base/gstbasesrc.c: (gst_base_src_get_range),
738         (gst_base_src_start):
739         When the subclass did not set caps on outgoing buffers, configure the
740         caps we negotiated on the source pad.
741         When the typefind helper does not find caps, error out properly instead
742         of doing things with NULL caps.
743
744 2008-05-18  Tim-Philipp Müller  <tim.muller at collabora co uk>
745
746         * gst/gsttypefind.h:
747           Tabs to spaces, oh yes!
748
749 2008-05-18  Tim-Philipp Müller  <tim.muller at collabora co uk>
750
751         * tests/check/gst/gstcaps.c: (test_intersect2), (gst_caps_suite):
752           Add David's and Benjamin's tests for array intersection to the
753           unit test suite (#147931).
754
755 2008-05-18  Tim-Philipp Müller  <tim.muller at collabora co uk>
756
757         * gst/gstevent.c:
758           Document that gst_event_new_tag() and gst_event_new_navigation()
759           take ownership of the taglist/structure passed to them. (#533635).
760
761 2008-05-17  Jan Schmidt  <jan.schmidt@sun.com>
762
763         * docs/Makefile.am:
764         Don't descend into the plugins dir if plugin docs building
765         is disabled.
766
767         * docs/README:
768         Add a note about the new type:GTypeName syntax for the plugin
769         documentation .types file.
770
771 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
772
773         * gst/gstmessage.c: (gst_message_new_error),
774         (gst_message_new_warning), (gst_message_new_info):
775         * gst/gstmessage.h:
776         Mark the debug string parameters as const. Fixes bug #533490.
777
778 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
779
780         * libs/gst/base/gsttypefindhelper.c: (helper_find_peek):
781         Sort buffer cache list by end offsets. This makes sure that we don't
782         stop to search for a cached buffer that contains the requested data
783         too early.
784         Also read a minimum of 4k bytes instead of 512 bytes as this is a bit
785         more efficient. Fixes bug #459862.
786
787 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
788
789         * gst/gstinfo.c:
790           Explain why we copy the list.
791
792         * gst/gstpipeline.c:
793           Improve docs.
794
795         * gst/gstutils.c:
796           Add one debug-log statement to help tracing probelms with linking pads.
797
798 2008-05-12  Stefan Kost  <ensonic@users.sf.net>
799
800         * tests/check/gst/gstinfo.c:
801         Add a test for removing the default log handler. Seems to fail under
802         windows.
803
804 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
805
806         * gst/gstpad.c: (gst_pad_peer_accept_caps):
807         Release pad lock before calling out to avoid a possible deadlock.
808
809 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
810
811         * gst/parse/grammar.y:
812         Remove unneeded value unset.
813
814         * tests/check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
815         Add unit test for de/serialization of caps.
816
817 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
818
819         * plugins/elements/gstfakesink.c:
820         (marshal_VOID__MINIOBJECT_OBJECT), (gst_fake_sink_class_init):
821         * plugins/elements/gstfakesrc.c: (marshal_VOID__MINIOBJECT_OBJECT),
822         (gst_fake_src_class_init):
823         Use custom marshalers that take GstMiniObject as first parameter.
824         Using OBJECT as parameter while a GstMiniObject is given will lead
825         to assertions if built with G_ENABLE_DEBUG. Fixes bug #525532.
826
827 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
828
829         * plugins/elements/gsttypefindelement.c:
830         (gst_type_find_element_handle_event),
831         (gst_type_find_element_send_cached_events),
832         (gst_type_find_element_change_state):
833         Clean up on FLUSH_STOP and not FLUSH_START. Forward both events
834         immediately.
835
836 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
837
838         * plugins/elements/gsttypefindelement.c:
839         (gst_type_find_handle_src_query), (stop_typefinding),
840         (gst_type_find_element_handle_event),
841         (gst_type_find_element_send_cached_events),
842         (gst_type_find_element_change_state):
843         Forward FLUSH_START events immediately and clean up instead of
844         caching them.
845
846 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
847
848         Patch by: Sjoerd Simons <sjoerd at luon dot net>
849
850         * libs/gst/base/gstbasetransform.c:
851         (gst_base_transform_buffer_alloc):
852         Check the caps of the buffer returned by gst_pad_alloc_buffer() and
853         fall back to default negotiation in the chain function if the caps
854         are different from what was requested. Fixes bug #526768.
855
856 2008-05-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
857
858         * gst/gstsegment.c:
859         * tests/check/gst/gstsegment.c:
860           No, let's not use g_slice_{dup|copy} here, since they only exist
861           since GLib 2.14 and we still depend only on >= 2.12. Also add
862           unit test for gst_segment_copy().
863
864 2008-05-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
865
866         * gst/gstutils.h: (GST_BOILERPLATE_FULL):
867           Try to fix 'dereferencing type-punned pointer will break strict
868           aliasing rules' warnings with C++ compilers and GLib >= 2.14.0: GLib
869           changed the default GType typedef from gulong to gsize at some point,
870           but kept GType typedef'ed to gulong for C++ for ABI reasons; the
871           g_once_* functions all take a gsize * though, so work around the type
872           mismatch for C++ by doing everything in gsize and casting to GType
873           later.
874
875 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
876
877         * plugins/elements/gstmultiqueue.c:
878         Add documentation for the signals to push our core plugin docs
879         coverage back up to 100%.
880
881 2008-05-08  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
882
883         * gst/gstinfo.h (GST_FUNCTION):
884           Reverted GST_FUNCTION to the old version as we don't want the
885           full signature in C++ code. Also added support for MSVC.
886
887 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
888
889         * gst/gstutils.h:
890         Intern the type name string, similar to what G_DEFINE_TYPE does.
891
892 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
893
894         * gst/gstutils.h:
895         Make GST_BOILERPLATE thread-safe if building with GLib 2.14 or newer.
896
897 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
898
899         Based on a patch by: Sjoerd Simons <sjoerd at luon dot net>
900
901         * libs/gst/base/gstbasetransform.c:
902         (gst_base_transform_buffer_alloc):
903         Don't passthrough buffer allocation too easily if the caps change.
904         This breaks when working in passthrough mode and upstream changes
905         it's caps. Fixes bug #526768.
906
907 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
908
909         * gst/gstinfo.c (gst_debug_log_valist):
910           Improved the __FILE__ part of debug output for MSVC.
911
912 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
913
914         * libs/gst/base/gstbasesrc.c (gst_base_src_default_query):
915           Declaration after statement fix for compilers like MSVC.
916
917 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
918
919         * win32/common/config.h.in:
920           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
921           use the real thing than having "???" unconditionally.
922
923 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
924
925         * gst/gstinfo.h (GST_FUNCTION):
926           Made GST_FUNCTION an alias for G_STRFUNC to avoid duplication.
927
928 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
929
930         * libs/gst/base/gstadapter.c: (gst_adapter_available_fast):
931         Small code cleanup.
932
933         * libs/gst/base/gstbasesink.c: (gst_base_sink_query_latency),
934         (gst_base_sink_set_flushing):
935         * libs/gst/base/gstbasesrc.c: (gst_base_src_perform_seek):
936         Fix some comments.
937
938 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
939
940         * plugins/elements/gstfakesrc.c: (gst_fake_src_class_init),
941         (gst_fake_src_init), (gst_fake_src_set_property),
942         (gst_fake_src_get_property), (gst_fake_src_start):
943         * plugins/elements/gstfakesrc.h:
944         Added format property to control the format of the newsegment events.
945         API: GstFakeSrc:format
946
947 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
948
949         * win32/common/libgstreamer.def:
950         Add gst_pad_has_name() to the exported symbols.
951
952 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
953
954         * gst/gstpad.c: (gst_pad_alloc_buffer_full):
955         * libs/gst/base/gstbasetransform.c:
956         (gst_base_transform_prepare_output_buffer):
957         Don't allow negative sizes when allocating new buffers.
958         Fixes bug #461253.
959
960 2008-05-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
961
962         Patch by: Sjoerd Simons <sjoerd at luon net>
963
964         * gst/gstbus.c: (gst_bus_source_dispatch):
965           Don't print a warning if the queue is empty when we try to pop
966           here. That could happen if another thread or callback set the
967           bus to flushing between the source's check/prepare and the
968           dispatch being called (#531538).
969
970 2008-05-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
971
972         * plugins/elements/gstmultiqueue.c:
973           Small docs fix.
974         
975 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
976
977         * tests/check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
978         Add unit test for deserializing uint64s and check some really large
979         numbers in the int64 test.
980
981 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
982
983         * tools/gst-inspect.c: (n_print), (print_hierarchy),
984         (print_interfaces), (print_element_properties_info),
985         (print_signal_info):
986         Use "%s" as format string instead of printing strings directly.
987
988 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
989
990         * gst/gstclock.c: (gst_clock_set_calibration):
991         Make some checks actually useful.
992
993         * gst/gstregistrybinary.c: (gst_registry_binary_load_plugin):
994         Remove some unused code. Unsigned integers tend to be >= 0.
995
996 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
997
998         * gst/gstminiobject.c: (gst_value_get_mini_object):
999           Fix 'Since:' version in gst_value_dup_mini_object() docs blurb: this
1000           function was not in the unscheduled 0.10.19 release.
1001
1002 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1003
1004         * gst/gstregistry.c: (gst_registry_scan_path_level):
1005           Only print one log message per non-plugin file.
1006
1007 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1008
1009         * gst/gstinfo.c: (gst_debug_log_default):
1010           Fix alignment of debug log columns on 64-bit.
1011
1012 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1013
1014         * docs/libs/Makefile.am:
1015         * docs/libs/gstreamer-libs-sections.txt:
1016           Ignore private controller headers for docs.
1017
1018 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
1019
1020         * libs/gst/controller/gstcontrollerprivate.h:
1021         * libs/gst/controller/gsthelper.c:
1022         * libs/gst/controller/gstinterpolation.c:
1023         * libs/gst/controller/gstinterpolationcontrolsource.c:
1024         (gst_interpolation_control_source_set_interpolation_mode):
1025         * libs/gst/controller/gstinterpolationcontrolsourceprivate.h:
1026         * libs/gst/controller/lib.c:
1027         Move some private declarations into private headers.
1028
1029 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
1030
1031         * gst/gstdebugutils.c: (debug_dump_element_pad):
1032         Remove some code that is unused after Stefan's refactoring and uses
1033         uninitialized variables now, resulting in a compiler warning.
1034
1035 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1036
1037         * gst/gstregistry.c: (gst_registry_scan_path_level):
1038           Run g_str_has_suffix() only on the file name, not the
1039           entire file path.
1040
1041 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1042
1043         * plugins/elements/gstqueue.c: (gst_queue_leak_downstream):
1044           Since we're not called only from the chain function any longer,
1045           we can't assume that there's always data in the queue, so move
1046           the is_full check to the beginning of the loop (otherwise we'd
1047           hit the assert when changing the limit properties while the
1048           queue is empty or not running yet).
1049           Also, only set a discont if items were actually removed from
1050           the queue.
1051
1052         * tests/check/elements/queue.c: (test_leaky_downstream):
1053           Test case for the above.
1054
1055 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1056
1057         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
1058
1059         * plugins/elements/gstqueue.c: (gst_queue_leak_downstream),
1060         (gst_queue_chain), (queue_capacity_change),
1061         (gst_queue_set_property):
1062         When changing thr max capacity of a leaky queue, immediatly drop buffers
1063         instead of waiting for a push on the sinkpad. Fixes #530637.
1064
1065 2008-04-30  Stefan Kost  <ensonic@users.sf.net>
1066
1067         * gst/gstdebugutils.c:
1068           Refactor code and fix handling of ghostpads and their proxypads.
1069
1070 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1071
1072         * docs/gst/gstreamer-sections.txt:
1073         * gst/gstevent.c: (gst_event_has_name):
1074         * gst/gstevent.h:
1075         * tests/check/gst/gstevent.c: (GST_START_TEST):
1076         Add method to conveniently check the name of a custom event with
1077         gst_event_has_name().
1078         Reformat the event docs so that related methods are put together instead
1079         of the default alphabetical sort.
1080         Update unit test with new method.
1081         API: GstEvent::gst_event_has_name()
1082
1083 2008-04-28  Michael Smith <msmith@songbirdnest.com>
1084
1085         * libs/gst/check/Makefile.am:
1086           Don't add an explicit link to libgstreamer-0.10.la; it's already
1087           included in GST_OBJ_LIBS.
1088
1089 2008-04-28  Sebastian Dröge  <slomo@circular-chaos.org>
1090
1091         * gst/gst.c:
1092         Register GstClock type from a type-safe context. Fixes bug #530317.
1093
1094 2008-04-25  Michael Smith <msmith@songbirdnest.com>
1095
1096         Patch by Edward Hervey <edward.hervey@collabora.co.uk>
1097         * tools/gst-run.c:
1098           Include <unistd.h> conditionally on HAVE_UNISTD_H as elsewhere.
1099
1100 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1101
1102         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_init),
1103         (gst_bin_dispose):
1104         Use the GLib stuff to create a private structure.
1105         Add some locking around some dispose methods to make them a little
1106         safer, see #529723. Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1107
1108 2008-04-25  Stefan Kost  <ensonic@users.sf.net>
1109
1110         * libs/gst/base/gstbasesink.h:
1111         * libs/gst/base/gstbasesrc.h:
1112         * libs/gst/base/gstbasetransform.h:
1113         * libs/gst/base/gstcollectpads.h:
1114           Fix doc typos and unify caps a bit.
1115
1116 2008-04-25  Stefan Kost  <ensonic@users.sf.net>
1117
1118         * tools/gst-launch.1.in:
1119           Forgot to also add the envvar docs here.
1120
1121 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1122
1123         * gst/gst.c: (init_post), (gst_deinit):
1124         * tests/check/gst/gstpipeline.c: (GST_START_TEST), (pipeline_thread),
1125           (test_concurrent_create), (gst_pipeline_suite):
1126           Ref some more classes in gst_init() to work around thread-safety
1127           issues in pre-2.16 GLibs, and add basic unit test.
1128
1129 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1130
1131         * libs/gst/base/gstbasesink.c: (gst_base_sink_query_latency),
1132         (gst_base_sink_send_event):
1133         Rearrange the latency query code. We always want to do the upstream
1134         query, even if we are not live so that the upstream elements can get the
1135         latency results too. If we fail doing the query and we are live, we
1136         return TRUE afterwards.
1137
1138 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
1139
1140         patch by: Jason Zhao <e3423c@motorola.com>
1141
1142         * docs/gst/running.xml:
1143         * gst/gst.c:
1144           Enable/disable scan_and_update_registry() based on commandline switch
1145           or environment variable. Fixes #520468.
1146           
1147         * ChangeLog:
1148           Fix typo in my previous commit.
1149
1150 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
1151
1152         * gst/gstregistrybinary.c:
1153           Add a warning if we hit unhandled factories when saving.
1154           More debug logging detail, but move to LOG category.
1155
1156 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
1157
1158         * gst/gstregistry.c:
1159           Tell the *truth* when improving the documentation.
1160
1161 2008-04-23  Sebastian Dröge  <slomo@circular-chaos.org>
1162
1163         * gst/gstelementfactory.c: (gst_element_factory_make):
1164         Unref the factory after it was used the last time, not before.
1165
1166         * gst/gstindexfactory.c: (gst_index_factory_make):
1167         Improve debugging a bit and don't leak a ref to the index factory with
1168         each call.
1169
1170 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
1171
1172         * gst/gstregistry.c:
1173           Improve the documentation.
1174
1175 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
1176
1177         * gst/gstsegment.c:
1178           The glib macro seems to be borked. Use g_slice_copy directly and cast
1179           in the hope that this fixes the warning on 64bit.
1180
1181 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
1182
1183         * gst/gstsegment.c:
1184           Document the new function. Use g_slice_dup() (no need for
1185           gst_segment_init()).    
1186
1187 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
1188
1189         * docs/gst/gstreamer-sections.txt:
1190           Move GParamSepc macros to standart section.
1191   
1192         * gst/gstbin.c:
1193           Dn't document _get_type - its in private section in docs anyway and
1194           this doc-blob was incomplete.
1195
1196         * gst/gstclock.h:
1197           Fix wrong symbol names in docs.
1198
1199         * gst/gstmacros.h:
1200           Add once doc sentence.
1201
1202         * tests/check/gst/.cvsignore:
1203           Ignore more.
1204
1205 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
1206
1207         * docs/gst/Makefile.am:
1208           And remove those libs here.
1209
1210 2008-04-21  Tim-Philipp Müller  <tim at centricular dot net>
1211
1212         * docs/libs/Makefile.am:
1213           Fix docs build again by adding libgstnet-0.10.so to SCANOBJ_DEPS.
1214
1215 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1216
1217         Patch by: Olivier Crete <tester at tester dot ca>
1218
1219         * plugins/elements/gstqueue.c: (gst_queue_handle_src_query):
1220         Add the min-threshold to the min latency if possible. Fixes #529148.
1221
1222 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
1223
1224         * docs/gst/gstreamer.types.in:
1225           Stupid editor, I removed that line as it should go in yet.
1226
1227 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
1228
1229         * docs/gst/gstreamer.types.in:
1230         * docs/libs/gstreamer-libs.types:
1231           Remove library types fro core docs and have them in libs docs.
1232           Reformat and cleanup. Add comment for miniobject types.
1233
1234 2008-04-20  Tim-Philipp Müller  <tim at centricular dot net>
1235
1236         * gst/gsturi.c: (gst_uri_get_protocol):
1237           Fix leak: g_strdown operates on the string in place, while
1238           g_ascii_strdown() returns a newly-allocated string.
1239
1240 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
1241
1242         * tools/gst-inspect.c: (print_uri_handler_info),
1243         (print_element_info):
1244         Print the URI protocols and the URI type supported by the element.
1245
1246 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
1247
1248         * gst/gsttaglist.c: (gst_tag_merge_strings_with_comma):
1249         Use g_value_take_string() instead of the deprecated
1250         g_value_set_string_take_ownership().
1251
1252 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
1253
1254         * gst/gstregistrybinary.c: (_gst_crc32):
1255         Return the old CRC instead of 0 if we give a NULL buffer
1256         or a buffer with a length of 0.
1257
1258 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
1259
1260         * gst/gsturi.c: (gst_uri_protocol_check_internal),
1261         (gst_uri_get_protocol), (gst_uri_has_protocol),
1262         (gst_uri_construct), (gst_uri_handler_set_uri):
1263         A valid URI scheme can also include '+', '-' and '.' additional
1264         to alphanumeric characters as per RFC 3986 Section 3.1.
1265
1266         Handle URI schemes case insensitive in all places and convert
1267         to lower-case when constructing an URI or setting an URI with
1268         the GstURIHandler interface. Fixes bug #528868.
1269         All elements can still assume (as before) that they will
1270         get passed URIs with a lower-case URI scheme by the GstURIHandler
1271         interface.
1272
1273 2008-04-17  Tim-Philipp Müller  <tim at centricular dot net>
1274
1275         * gst/gstcaps.c: (gst_static_caps_get):
1276         * gst/gstclock.c: (gst_clock_entry_new):
1277           Don't use g_atomic_set_int where it's not needed.
1278
1279 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1280
1281         * gst/gstvalue.c: (gst_value_deserialize_caps):
1282         * gst/parse/grammar.y:
1283         Fix 2 caps leaks.
1284
1285 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1286
1287         * gst/gstutils.c: (gst_atomic_int_set):
1288         Use g_atomic_int_set() here too instead of assignment +
1289         g_atomic_int_get().
1290
1291 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
1292         
1293         * gst/gstutils.c:
1294         * gst/gstutils.h:
1295         API: Deprecate gst_atomic_int_set(), g_atomic_int_set() should be used
1296         now that we depend on new enough GLib.
1297
1298         * gst/gstcaps.c: (gst_static_caps_get):
1299         * gst/gstclock.c: (gst_clock_entry_new):
1300         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_set_colored),
1301         (gst_debug_set_default_threshold), (_gst_debug_category_new),
1302         (gst_debug_category_set_threshold):
1303         * libs/gst/base/gstbasesink.c: (gst_base_sink_init),
1304         (gst_base_sink_set_qos_enabled):
1305         * libs/gst/net/gstnettimeprovider.c:
1306         (gst_net_time_provider_set_property):
1307         Use g_atomic_int_set() instead of gst_atomic_int_set().
1308
1309 2008-04-16  Stefan Kost  <ensonic@users.sf.net>
1310
1311         * gst/gstquery.c:
1312           Also use G_GINT64_CONSTANT for the queries.
1313
1314 2008-04-16  Stefan Kost  <ensonic@users.sf.net>
1315
1316         * gst/gstmessage.c:
1317           Use G_GINT64_CONSTANT in varargs function.
1318
1319 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
1320
1321         * gst/gstregistrybinary.c: (gst_registry_binary_initialize_magic):
1322         Initialize the registry magic with zeroes.
1323
1324 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
1325
1326         * gst/gstregistrybinary.c: (_gst_crc32),
1327         (gst_registry_binary_write),
1328         (gst_registry_binary_initialize_magic),
1329         (gst_registry_binary_write_cache),
1330         (gst_registry_binary_check_magic),
1331         (gst_registry_binary_read_cache):
1332         * gst/gstregistrybinary.h:
1333         Add crc32 checksum to the binary registry file and check this before
1334         accepting a registry file.
1335
1336         Also free the data list when writing to the registry file fails.
1337
1338 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
1339
1340         * gst/gstregistrybinary.c: (gst_registry_binary_save_feature),
1341         (gst_registry_binary_load_feature),
1342         (gst_registry_binary_load_plugin):
1343         If an element supports the Uri interface, returns a valid pointer
1344         to the supported URI protocols but this pointer contains nothing
1345         don't try to save that as it will corrupt the registry.
1346
1347         Don't unref the plugin if we added it to the registry already but
1348         fail to load a feature as gst_registry_add_plugin() takes ownership
1349         of the plugin.
1350
1351         Improve debugging a bit.
1352
1353 2008-04-16  Stefan Kost  <ensonic@users.sf.net>
1354
1355         * gst/gsttaglist.h:
1356           Clarify some tag item docs after discussion on irc.
1357
1358 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
1359
1360         * docs/gst/gstreamer-docs.sgml:
1361           Remove commented out plugins (they have their own docs). Update
1362           comments.
1363
1364 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
1365
1366         * docs/gst/gstreamer-docs.sgml:
1367         * docs/gst/gstreamer-sections.txt:
1368         * gst/gstparamspecs.c:
1369         * gst/gstparamspecs.h:
1370           Add GST_PARAM_CONTROLLABLE and GST_PARAM_USER_SHIFT. Move paramspec
1371           docs to own section.
1372
1373         * gst/gstvalue.c:
1374           This now only documents GValue.
1375           
1376         * docs/libs/gstreamer-libs-sections.txt:
1377         * libs/gst/controller/gstcontroller.h:
1378           Remove GST_PARAM_CONTROLLABLE.
1379
1380 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
1381
1382         * docs/README:
1383           Correct file path. Tell about how to use -overrides.txt.
1384         * docs/design/draft-tagreading.txt:
1385           Small design update.
1386
1387 2008-04-14  Sebastian Dröge  <slomo@circular-chaos.org>
1388
1389         * gst/gstregistrybinary.c: (gst_registry_binary_load_feature),
1390         (gst_registry_binary_load_plugin):
1391         Fix a typo in a debug message and revert change from yesterday as
1392         gst_registry_add_plugin() will only fail if something is really wrong
1393         already and we can't survive it anyway.
1394
1395 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
1396
1397         * gst/gst.c: (init_post), (gst_deinit):
1398           Pre-register GstGError GType from a thread-safe context
1399           (fixes #527967); unref enum type classes in deinit.
1400
1401 2008-04-13  Tim-Philipp Müller  <tim at centricular dot net>
1402
1403         Patch by: Rene Stadler <mail at renestadler de>
1404
1405         * gst/gsttagsetter.c: (gst_tag_setter_merge_tags):
1406           Merging an empty list with another list in KEEP_ALL mode should
1407           yield an empty list as result and not the second list (#512578).
1408
1409         * tests/check/gst/gsttagsetter.c:
1410           Add unit test for tag merge modes and the aforementioned bug.
1411
1412 2008-04-13  Tim-Philipp Müller  <tim at centricular dot net>
1413
1414         Patch by: Rene Stadler <mail at renestadler de>
1415
1416         * gst/gsttaglist.h:
1417           Fix description to match the order in the table (#512577).
1418   
1419 2008-04-13  Tim-Philipp Müller  <tim at centricular dot net>
1420
1421         Patch by: Kwang Yul Seo  <kwangyul.seo gmail com>
1422
1423         * libs/gst/net/gstnettimepacket.h:
1424         * docs/libs/gstreamer-libs-sections.txt:
1425           Define socklen_t as int if it's not defined yet. Fixes compilation
1426           with MSVC6 and other versions where socklen_t is not defined in
1427           the windows headers (#518022).
1428
1429 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
1430
1431         * gst/gstregistrybinary.c: (gst_registry_binary_load_plugin):
1432         If gst_registry_add_plugin() fails our reference to the plugin is
1433         invalid so don't try to use it anymore and instead error out.
1434
1435 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
1436
1437         * tools/gst-xmlinspect.c: (print_element_info), (main):
1438           De-cruft a bit. If no argument is specified, print all elements in
1439           XML syntax rather than a freestyle list of elements like gst-inspect.
1440           Also, don't print XML header chunk unless we actually have something
1441           to print (ie. don't print it before an error message); print error
1442           message to stderr not stdout. Remove support for printing plugin
1443           info (it would just output something freestyle along the lines of
1444           gst-inspect so far), which fixes #514507. Also add license header.
1445
1446 2008-04-11  Julien Moutte  <julien@fluendo.com>
1447
1448         Mac OS X love...
1449         * configure.ac: Merge platform specific defines, introduce a new
1450         define on OS X to remember that forking when updating registry is
1451         unsafe.
1452         * docs/faq/gst-uninstalled: Updated to include gst-libs in the bad
1453         module.
1454         * gst/gst.c: Don't fork when updating registry if GST_HAVE_UNSAFE_FORK
1455         is defined.
1456         * gst/gstregistry.c: (gst_registry_scan_path_level): Fixed a bogus
1457         condition that leads to absolutely no plugins being registered on
1458         OS X.
1459
1460 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
1461
1462         Based on patch by: José Alburquerque <jaalburqu at svn dot gnome dot org>
1463
1464         * gst/gstutils.c: (gst_pad_add_data_probe),
1465           (gst_pad_add_data_probe_full), (gst_pad_add_event_probe),
1466           (gst_pad_add_event_probe_full), (gst_pad_add_buffer_probe),
1467           (gst_pad_add_buffer_probe_full):
1468         * gst/gstutils.h:
1469         * docs/gst/gstreamer-sections.txt:
1470         * win32/common/libgstreamer.def:
1471           Add gst_pad_add_*_probe_full() functions with a notify callback that
1472           lets the caller free the data it passes to the probe functions. This
1473           is useful for bindings such as gst-python or gstreamermm (#526814).
1474           API: gst_pad_add_data_probe_full
1475           API: gst_pad_add_buffer_probe_full
1476           API: gst_pad_add_event_probe_full
1477
1478         * tests/check/gst/gstutils.c:
1479           Add minimal unit test to make sure freeing the data actually works
1480           as expected.
1481
1482         * tests/benchmarks/.cvsignore:
1483           Random cvsignore addendum.
1484
1485 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
1486
1487         * gst/gstdebugutils.h: (GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS),
1488           (GST_DEBUG_BIN_TO_DOT_FILE):
1489           Mention GstDebugGraphDetails enum type in doc blurb so we get a link
1490           to it in the docs (since these are macros the types of the arguments
1491           won't be shown in the docs otherwise).
1492
1493 2008-04-10  Stefan Kost  <ensonic@users.sf.net>
1494
1495         * gst/gstpad.c:
1496           Do not abort on out of memory for pad_alloc_buffer.
1497
1498 2008-04-10  Stefan Kost  <ensonic@users.sf.net>
1499
1500         * libs/gst/check/gstcheck.c:
1501           Remove blank line between symbol name ad parameters to fix gtkdoc
1502           warning.
1503
1504 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
1505
1506         Patch by:  José Alburquerque <jaalburqu at svn dot gnome dot org>
1507
1508         * docs/gst/gstreamer-sections.txt:
1509         * gst/gstsegment.c:
1510         * gst/gstsegment.h:
1511         * win32/common/libgstreamer.def:
1512           Expose gst_segment_copy() to make things easier for the c++ bindings.
1513           Fixes #518932.
1514           API: gst_segment_copy()
1515
1516 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
1517
1518         * gst/gst.c: (gst_init_get_option_group), (init_post):
1519           Fix const position; ref GType classes for enum types to work
1520           around thread-safety issues in GLib versions < 2.16.
1521
1522 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1523
1524         * docs/design/part-buffering.txt:
1525         Fix some typos and set the estimated total for push mode to -1.
1526
1527         * gst/gstquery.c: (gst_query_new_buffering):
1528         Set buffering-left to 0 as we're not buffering by default.
1529
1530         * libs/gst/base/gstbasesrc.c: (gst_base_src_default_query):
1531         Implement BUFFERING query.
1532
1533 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
1534
1535         Based on patch by: Milosz Derezynski <internalerror gmail com>
1536
1537         * gst/gsterror.c: (_gst_stream_errors_init):
1538         * gst/gsterror.h:
1539           Add two new error codes for encrypted content. Fixes #524659.
1540           API: GST_STREAM_ERROR_DECRYPT
1541           API: GST_STREAM_ERROR_DECRYPT_NOKEY
1542
1543 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
1544
1545         * gst/gstquery.h:
1546           Fix typo.
1547
1548         * win32/common/libgstreamer.def:
1549           Add new functions.
1550
1551 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
1552
1553         * plugins/elements/gstidentity.c: (gst_identity_event),
1554         (gst_identity_start):
1555         Fix imperfect timestamp/offset checks when we get another NEWSEGMENT
1556         event after processing some data. Fixes bug #526042.
1557
1558 2008-04-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1559
1560         * docs/gst/gstreamer-sections.txt:
1561         * gst/gstquery.c: (gst_query_parse_latency),
1562         (gst_query_set_buffering_percent),
1563         (gst_query_parse_buffering_percent),
1564         (gst_query_set_buffering_range), (gst_query_parse_buffering_range):
1565         * gst/gstquery.h:
1566         Rename _avail -> _range
1567         API: gst_query_set_buffering_range
1568         API: gst_query_parse_buffering_range
1569
1570 2008-04-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1571
1572         * docs/design/part-buffering.txt:
1573         * gst/gstquark.c:
1574         * gst/gstquark.h:
1575         * gst/gstquery.c: (gst_query_parse_latency),
1576         (gst_query_new_buffering), (gst_query_set_buffering_percent),
1577         (gst_query_parse_buffering_percent):
1578         * gst/gstquery.h:
1579         Add busy field and quark for the buffering query so that the app can
1580         only use the query to see if buffering is in progress.
1581
1582 2008-04-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1583
1584         * docs/gst/gstreamer-sections.txt:
1585         * gst/gstmessage.c: (gst_message_set_buffering_stats),
1586         (gst_message_parse_buffering_stats):
1587         * gst/gstmessage.h:
1588         * gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
1589         (gst_query_parse_latency), (gst_query_new_buffering),
1590         (gst_query_set_buffering_percent),
1591         (gst_query_parse_buffering_percent),
1592         (gst_query_set_buffering_stats), (gst_query_parse_buffering_stats),
1593         (gst_query_set_buffering_avail), (gst_query_parse_buffering_avail):
1594         * gst/gstquery.h:
1595         Reorder the message docs and headers for clarity.
1596         Add aditional buffering stats API for messages.
1597         Add buffering query.
1598         Convert some leftover queries to use GstQuark.
1599         API: gst_message_set_buffering_stats
1600         API: gst_message_parse_buffering_stats
1601         API: GST_QUERY_BUFFERING
1602         API: GstBufferingMode
1603         API: gst_query_new_buffering
1604         API: gst_query_set_buffering_percent
1605         API: gst_query_parse_buffering_percent
1606         API: gst_query_set_buffering_stats
1607         API: gst_query_parse_buffering_stats
1608
1609 2008-04-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1610
1611         * gst/gstmessage.c: (gst_message_new_error),
1612         (gst_message_new_warning), (gst_message_new_info),
1613         (gst_message_new_buffering), (gst_message_new_state_changed),
1614         (gst_message_new_clock_provide), (gst_message_new_clock_lost),
1615         (gst_message_new_new_clock), (gst_message_new_segment_start),
1616         (gst_message_new_segment_done), (gst_message_new_duration),
1617         (gst_message_new_async_start), (gst_message_parse_buffering),
1618         (gst_message_parse_state_changed),
1619         (gst_message_parse_clock_provide), (gst_message_parse_clock_lost),
1620         (gst_message_parse_new_clock), (gst_message_parse_error),
1621         (gst_message_parse_warning), (gst_message_parse_info),
1622         (gst_message_parse_segment_start),
1623         (gst_message_parse_segment_done), (gst_message_parse_duration),
1624         (gst_message_parse_async_start):
1625         Use GstQuark for messages.
1626
1627 2008-04-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1628
1629         * gst/gstquark.c: (_priv_gst_quarks_initialize):
1630         * gst/gstquark.h:
1631         Add some more quarks needed for messages and queries.
1632
1633 2008-04-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1634
1635         * docs/design/part-buffering.txt:
1636         Remove the "none" buffering mode, STREAM is a good default.
1637         Move estimated-time to the avail query, that's when it will be needed.
1638         Other small typo fixes and updates.
1639
1640 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
1641
1642         * gst/gstindex.c: (gst_index_resolver_get_type):
1643           Don't put descriptions into the nick field of a GEnumValue: it's not
1644           meant for that and some language bindings rely on the nick field to
1645           construct constants and the like. Fixes #526705.
1646
1647 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
1648
1649         * NEWS:
1650         * RELEASE:
1651         * gstreamer.doap:
1652           Merge other changes from 0.10.19 release branch.
1653
1654 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
1655
1656         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1657
1658         * configure.ac:
1659         Actually build dlls when cross-compiling with mingw32.
1660         Fixes bug #526247.
1661
1662 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
1663
1664         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1665
1666         * gst/gstpoll.c:
1667         Fix compilation of GstPoll with mingw32. Fixes bug #526236.
1668
1669 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1670
1671         * docs/design/draft-latency.txt:
1672         Fix typo.
1673
1674         * docs/design/part-buffering.txt:
1675         Update design docs with more buffering ideas.
1676
1677 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
1678
1679         * configure.ac:
1680           Bump version to 0.10.19.1 after the unscheduled 0.10.19 release.
1681
1682 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
1683
1684         * configure.ac:
1685           Revert part that belongs to the preset patch.
1686
1687 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
1688
1689         * configure.ac:
1690           Add qoutes to the define. Fixes # 525961.
1691
1692 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
1693
1694         * plugins/indexers/gstfileindex.c: (_file_index_id_free),
1695         (gst_file_index_load), (gst_file_index_add_id),
1696         (gst_file_index_get_assoc_entry):
1697         * plugins/indexers/gstmemindex.c: (gst_mem_index_free_format),
1698         (gst_mem_index_free_id), (gst_mem_index_add_id),
1699         (gst_mem_index_index_format):
1700         Use GSlice when possible.
1701
1702 2008-04-02  Sebastian Dröge  <slomo@circular-chaos.org>
1703
1704         * libs/gst/controller/gstinterpolationcontrolsource.c:
1705         (gst_control_point_free),
1706         (gst_interpolation_control_source_set_internal):
1707         Use GSlice for allocating the control points.
1708
1709 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1710
1711         * plugins/elements/gsttypefindelement.c:
1712         (gst_type_find_element_class_init),
1713         (gst_type_find_element_set_property),
1714         (gst_type_find_element_get_property),
1715         (gst_type_find_element_activate):
1716         * plugins/elements/gsttypefindelement.h:
1717         Cleanup properties.
1718         Fix pad leak when peer query fails.
1719         We can still typefind when the peer returns -1.
1720         Add property to force caps and bypass typefinding. This will be used in
1721         uridecodebin.
1722         API::force-caps
1723
1724 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
1725
1726         * configure.ac:
1727         Require GLib 2.12.
1728
1729         * gst/glib-compat-private.h:
1730         * gst/gstcaps.c: (gst_caps_new_empty), (_gst_caps_free):
1731         * gst/gstclock.c: (gst_clock_entry_new), (_gst_clock_id_free):
1732         Unconditionally use GSlice for allocation.
1733
1734         * gst/gstpoll.c: (gst_poll_new), (gst_poll_free):
1735         * gst/gstsegment.c: (gst_segment_new), (gst_segment_free):
1736         * gst/gststructure.c: (gst_structure_id_empty_new_with_size),
1737         (gst_structure_free):
1738         Use GSlice for allocation.
1739
1740 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
1741
1742         * gst/parse/Makefile.am:
1743         * gst/parse/grammar.tab.pre.c:
1744         * gst/parse/grammar.tab.pre.h:
1745         * gst/parse/lex._gst_parse_yy.pre.c:
1746         Require a new enough flex and bison and remove the parser hacks to use
1747         a pre-regenerated version.
1748
1749 2008-04-01  Julien Moutte  <julien@fluendo.com>
1750
1751         patch by: Jason Zhao <E3423C@motorola.com>
1752
1753         * configure.ac: Add a configure switch to disable option parsing
1754         in gst_init.
1755         Fixes #522882.
1756
1757 2008-03-31  Stefan Kost  <ensonic@users.sf.net>
1758
1759         * configure.ac:
1760         * gst/gstregistry.c:
1761           MacOS has plugins under .so or under .dylib. Add detection for MacOS
1762           and handle this case.
1763
1764         * gst/gst.c:
1765           Add a comment here describing, why we stat each plugin and not try to
1766           be smart.
1767
1768 2008-03-31  Sebastian Dröge  <slomo@circular-chaos.org>
1769
1770         * libs/gst/base/gstbasetransform.c:
1771         (gst_base_transform_prepare_output_buffer):
1772         Also unset the GAP flag on buffers if we're working inplace but
1773         the element is not GAP-aware.
1774
1775         Mark a comment as FIXME 0.11.
1776
1777 2008-03-31  Stefan Kost  <ensonic@users.sf.net>
1778
1779         * gst/gst.c:
1780           Fix type in log message and add one to ease seeing how long registry
1781           cache verification takes.
1782
1783         * gst/gstregistry.c:
1784           Only test plugin filenames against G_MODULE_SUFFIX.
1785
1786 2008-03-31  Stefan Kost  <ensonic@users.sf.net>
1787
1788         * gst/gstdebugutils.c:
1789           Improve handling ghost/proxy pads.
1790
1791 2008-03-27  Stefan Kost  <ensonic@users.sf.net>
1792
1793         * docs/gst/gstreamer-sections.txt:
1794         * gst/gstpad.c:
1795         * gst/gstpad.h:
1796           Expose macro to docs and fix link to it.
1797
1798 2008-03-27  Michael Smith <msmith@fluendo.com>
1799
1800         * libs/gst/dataprotocol/dataprotocol.c:
1801         (gst_dp_packet_from_event_1_0):
1802           When calculating GDP body CRC, use the correct pointer. 
1803           Fixes part of #522401.
1804
1805 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
1806
1807         Patch by: Mark Nauwelaerts <manauw at skynet be>
1808
1809         * plugins/elements/gstidentity.c: (gst_identity_class_init),
1810         (gst_identity_init), (gst_identity_prepare_output_buffer):
1811         Identity is not always a passthrough element, it can modify the buffer
1812         timestamps when it has a datarate and operates in single-segment mode.
1813         We therefore make it an in_place filter with a custom buffer prepare
1814         function that conditionally makes the input buffer metadata writable
1815         when needed.  Fixes #523985.
1816
1817 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
1818
1819         Patch by: Mark Nauwelaerts <manauw at skynet be>
1820
1821         * gst/gstclock.h:
1822         * libs/gst/base/gstbasesrc.h:
1823         * libs/gst/base/gstbasetransform.c:
1824         * libs/gst/check/gstcheck.c:
1825         Small documentation fixes. Fixes #523978.
1826
1827 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
1828
1829         * plugins/elements/gstfdsink.c: (gst_fd_sink_render):
1830         * plugins/elements/gstfdsrc.c: (gst_fd_src_create):
1831         Also retry our poll_wait when we get EAGAIN. Fixes #524041.
1832
1833 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
1834
1835         * plugins/elements/gstmultiqueue.c: (single_queue_overrun_cb),
1836         (single_queue_underrun_cb):
1837         When trying to make room in the queue, bump the max allowed buffers
1838         bigger than the current amount of buffers in the queue. this fixes some
1839         nasty deadlocks in multiqueue when dynamically changing the limits of
1840         the queue.
1841
1842 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
1843
1844         Patch by:  José Alburquerque <jaalburqu at svn dot gnome dot org>
1845
1846         * gst/gstcaps.c: (gst_caps_set_simple),
1847         (gst_caps_set_simple_valist), (gst_caps_intersect):
1848         * gst/gstcaps.h:
1849         Constify the field gchar * params in set_simple and friends.
1850         Fixes #522326.
1851
1852 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
1853
1854         * gst/gstvalue.c: (gst_value_transform_object_string):
1855         Transform a GstObject to a more meaningfull string that includes the
1856         object type in addition to its name.
1857
1858 2008-03-23  Stefan Kost  <ensonic@users.sf.net>
1859
1860         * ChangeLog:
1861           ChangeLog surgery to add bugnumber to commit.
1862
1863 2008-03-23  Rene Stadler  <mail@renestadler.de>
1864
1865         * libs/gst/base/gstbasetransform.c:
1866         (gst_base_transform_set_gap_aware): Fix confusing documentation.
1867
1868 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
1869
1870         * gst/gstregistrybinary.c: (gst_registry_binary_write):
1871         Rename constant everywhere and don't forget one occurence.
1872
1873 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
1874
1875         * gst/gstregistrybinary.c: (gst_registry_binary_write):
1876         Align memory to the pointer size even if the architecture allows
1877         unaligned memory access. Unaligned memory access usually comes with
1878         performance penality.
1879
1880 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
1881
1882         * gst/gstregistrybinary.c: (gst_registry_binary_write),
1883         (gst_registry_binary_check_magic),
1884         (gst_registry_binary_load_pad_template),
1885         (gst_registry_binary_load_feature),
1886         (gst_registry_binary_load_plugin):
1887         Align memory to the pointer size instead of always 32 bit. Fixes
1888         unaligned memory accesses on ia64 and friends.
1889
1890         * gst/gstregistrybinary.h:
1891         Bump binary registry format version for this as it changes the
1892         format on those architectures that don't have unaligned access
1893         and 64 bit pointers.
1894
1895 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
1896
1897         * docs/pwg/advanced-dparams.xml:
1898         * docs/pwg/building-props.xml:
1899         * docs/pwg/other-source.xml:
1900         * gst/glib-compat.h:
1901         * gst/gstbin.c: (gst_bin_class_init):
1902         * gst/gstclock.c: (gst_clock_class_init):
1903         * gst/gstindex.c: (gst_index_class_init):
1904         * gst/gstobject.c: (gst_object_class_init):
1905         * gst/gstpad.c: (gst_pad_class_init):
1906         * gst/gstpipeline.c: (gst_pipeline_class_init):
1907         * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init):
1908         * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init):
1909         * libs/gst/base/gstbasetransform.c:
1910         (gst_base_transform_class_init):
1911         * libs/gst/base/gstdataqueue.c: (gst_data_queue_class_init):
1912         * libs/gst/check/gstcheck.c: (_gst_check_fault_handler_restore),
1913         (_gst_check_fault_handler_sighandler),
1914         (_gst_check_fault_handler_setup), (gst_check_init):
1915         * libs/gst/controller/gstcontroller.c:
1916         (_gst_controller_class_init):
1917         * libs/gst/controller/gstlfocontrolsource.c:
1918         (gst_lfo_control_source_class_init):
1919         * libs/gst/net/gstnetclientclock.c:
1920         (gst_net_client_clock_class_init):
1921         * libs/gst/net/gstnettimeprovider.c:
1922         (gst_net_time_provider_class_init):
1923         * plugins/elements/gstcapsfilter.c: (gst_capsfilter_class_init):
1924         * plugins/elements/gstfakesink.c: (gst_fake_sink_class_init):
1925         * plugins/elements/gstfakesrc.c: (gst_fake_src_class_init):
1926         * plugins/elements/gstfdsink.c: (gst_fd_sink_class_init):
1927         * plugins/elements/gstfdsrc.c: (gst_fd_src_class_init):
1928         * plugins/elements/gstfilesink.c: (gst_file_sink_class_init):
1929         * plugins/elements/gstfilesrc.c: (gst_file_src_class_init):
1930         * plugins/elements/gstidentity.c: (gst_identity_class_init):
1931         * plugins/elements/gstmultiqueue.c: (gst_multi_queue_class_init):
1932         * plugins/elements/gstqueue.c: (gst_queue_class_init):
1933         * plugins/elements/gsttee.c: (gst_tee_class_init):
1934         * plugins/elements/gsttypefindelement.c:
1935         (gst_type_find_element_class_init):
1936         * plugins/indexers/gstfileindex.c: (gst_file_index_class_init):
1937         Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and
1938         use it everywhere for GParamSpecs that use static strings (i.e. all).
1939         This gives us less memory usage, fewer allocations and thus less
1940         memory defragmentation. Fixes bug #523806.
1941
1942 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
1943
1944         * gst/gstminiobject.c: (gst_value_dup_mini_object),
1945         (gst_param_spec_mini_object):
1946         * gst/gstminiobject.h:
1947         * win32/common/libgstreamer.def:
1948         * docs/gst/gstreamer-sections.txt:
1949         API: Add GST_IS_PARAM_SPEC_MINI_OBJECT, GST_PARAM_SPEC_MINI_OBJECT
1950         GST_TYPE_PARAM_MINI_OBJECT and gst_value_dup_mini_object. Also move
1951         GstParamSpecMiniObject into a public header for this.
1952
1953         This make GstMiniObject a bit more consistent with GObject and makes
1954         it possible to extend the param specs.
1955
1956         gst_value_dup_mini_object is mainly useful for set_property methods.
1957
1958         Fixes bug #523798.
1959
1960         * tools/gst-inspect.c: (print_element_properties_info):
1961         Print something useful for GstMiniObject properties and not just
1962         "unknown type".
1963
1964 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
1965
1966         * docs/gst/gstreamer-sections.txt:
1967         * gst/gstregistrybinary.c: (gst_registry_binary_initialize_magic),
1968         (gst_registry_binary_check_magic):
1969         * gst/gstregistrybinary.h:
1970         Call the version GST_MAGIC_BINARY_VERSION_STR to be more consistent
1971         and add it to the (private part) of the docs to fix the build.
1972
1973 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
1974
1975         * gst/gstregistrybinary.c: (gst_registry_binary_initialize_magic),
1976         (gst_registry_binary_check_magic),
1977         (gst_registry_binary_read_cache):
1978         * gst/gstregistrybinary.h:
1979         Don't use GST_MAJORMINOR for the binary registry version. Instead
1980         hardcode a value that must be changed whenever the format changes
1981         in an incompatible way.
1982         Also don't GST_ERROR when there is a version mismatch, just
1983         regenerate the registry silently.
1984
1985 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
1986
1987         * configure.ac:
1988         Back to development - 0.10.18.1
1989
1990 === release 0.10.18 ===
1991
1992 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
1993
1994         * configure.ac:
1995           releasing 0.10.18, "So far away"
1996
1997 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
1998
1999         * configure.ac:
2000         * win32/common/config.h:
2001         0.10.17.4 pre-release
2002
2003 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2004
2005         Patch by: Ole André Vadla Ravnås
2006             <ole dot andre dot ravnas at tandberg dot com>
2007
2008         * docs/gst/gstreamer-sections.txt:
2009         * gst/gstpoll.c: (gst_poll_winsock_error_to_errno),
2010         (gst_poll_update_winsock_event_mask),
2011         (gst_poll_prepare_winsock_active_sets),
2012         (gst_poll_collect_winsock_events), (gst_poll_new), (gst_poll_free),
2013         (gst_poll_add_fd_unlocked), (gst_poll_fd_ctl_write),
2014         (gst_poll_fd_ctl_read_unlocked), (gst_poll_fd_ignored),
2015         (gst_poll_fd_has_error), (gst_poll_fd_can_read_unlocked),
2016         (gst_poll_check_ctrl_commands), (gst_poll_wait):
2017         * gst/gstpoll.h:
2018         * win32/common/libgstreamer.def:
2019         Add new function gst_poll_fd_ignored() for improved Windows
2020         compatibility.
2021         Various minor fixes and cleanups. See #520808.
2022
2023 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
2024
2025         * gst/gstindex.c: (gst_index_entry_free):
2026         * gst/gstindex.h:
2027           Don't free key strings which we don't own. Fixes crash in
2028           gst_index_entry_free() (#522741).
2029
2030         * tests/check/Makefile.am:
2031         * tests/check/gst/.cvsignore:
2032         * tests/check/gst/gstindex.c: (test_index_entries),
2033           (gst_index_suite), (gst_index):
2034           Add unit test for the above.
2035
2036 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
2037
2038         * win32/common/libgstreamer.def:
2039         Remove symbols that were removed recently. Fixes bug #521740.
2040
2041 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
2042
2043         * configure.ac:
2044         * win32/common/config.h:
2045         0.10.17.3 pre-release
2046
2047 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2048
2049         Patch by: Ole André Vadla Ravnås
2050             <ole dot andre dot ravnas at tandberg dot com>
2051
2052         * docs/gst/gstreamer-sections.txt:
2053         * gst/gstpoll.c: (find_index), (gst_poll_free_winsock_event),
2054         (gst_poll_update_winsock_event_mask), (gst_poll_new),
2055         (gst_poll_free), (gst_poll_fd_init), (gst_poll_add_fd_unlocked),
2056         (gst_poll_remove_fd), (gst_poll_fd_ctl_write),
2057         (gst_poll_fd_ctl_read_unlocked), (gst_poll_fd_has_closed),
2058         (gst_poll_fd_has_error), (gst_poll_fd_can_read_unlocked),
2059         (gst_poll_fd_can_write), (gst_poll_wait),
2060         (gst_poll_set_controllable), (gst_poll_restart),
2061         (gst_poll_set_flushing):
2062         * gst/gstpoll.h:
2063         * libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_new):
2064         * libs/gst/net/gstnettimeprovider.c: (gst_net_time_provider_start),
2065         (gst_net_time_provider_new):
2066         * plugins/elements/gstfdsink.c: (gst_fd_sink_start):
2067         * plugins/elements/gstfdsrc.c: (gst_fd_src_start):
2068         * tests/benchmarks/gstpollstress.c: (main):
2069         * tests/check/gst/gstpoll.c: (GST_START_TEST), (gst_poll_suite):
2070         Remove GstPollMode from the API, it does not make sense to let the
2071         application control this.
2072         Add support for Win32.
2073         Fix the testsuite. Fixes #520671.
2074
2075 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
2076
2077         Patch by: Ole André Vadla Ravnås
2078             <ole dot andre dot ravnas at tandberg dot com>
2079
2080         * gst/gstregistrybinary.c:
2081         Include io.h for write() and close() when building with MSVC. Fixes
2082         bug #520877.
2083
2084 2008-03-07  Stefan Kost  <ensonic@users.sf.net>
2085
2086         * configure.ac:
2087         * gst/gst_private.h:
2088         * gst/gstconfig.h.in:
2089         * gst/gstregistry.h:
2090         * gst/gstregistrybinary.c:
2091         * win32/common/gstconfig.h:
2092           Move registry backend API to private headers where we can. Add
2093           fixme-0.11 comments for the others. Add stubs for the xml backend when
2094           using the binary to ensure they functions exists (they should not be
2095           used though). Fixes #520756.
2096
2097 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
2098
2099         * configure.ac:
2100         * win32/common/config.h:
2101         0.10.17.2 prelease
2102
2103 2008-03-03  Edward Hervey  <edward.hervey@collabora.co.uk>
2104
2105         * gst/gstregistrybinary.c: (gst_registry_binary_write),
2106         (gst_registry_binary_read_cache):
2107         * gst/gstregistryxml.c: (gst_registry_save):
2108         * gst/gsturi.c: (unescape_string), (gst_uri_has_protocol):
2109         * plugins/elements/gstfilesink.c: (gst_file_sink_open_file):
2110         * plugins/elements/gstfilesrc.c: (gst_file_src_map_region),
2111         (gst_file_src_map_small_region), (gst_file_src_create_mmap):
2112         Switch to using portabl gsize/gssize instead of size_t/ssize_t
2113         Fixes #520152
2114
2115 2008-03-03  Edward Hervey  <edward.hervey@collabora.co.uk>
2116
2117         * gst/gstminiobject.c:
2118         Import gst_private.h before any other header that might include other
2119         glib headers. This fixes the build on windows using native compilers.
2120
2121 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
2122
2123         * win32/common/gstconfig.h:
2124           Add here too, just for completeness.
2125
2126 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
2127
2128         * configure.ac:
2129         * gst/gstconfig.h.in:
2130         * gst/gstregistry.h:
2131           Fix broken use of config.h-defined preprocessor directive in a public
2132           header file. Add a corresponding define to gstconfig.h, since we can't
2133           really remove those function declarations from the header file now
2134           (or can we? and why are they there in the first place?).
2135
2136 2008-03-03  Andy Wingo  <wingo@pobox.com>
2137
2138         * tests/check/gst/gststructure.c (GST_START_TEST): Add a check for
2139         the new warning.
2140
2141         * gst/gststructure.c (gst_structure_from_string): Warn if
2142         structure_from_string didn't consume the whole string, but the
2143         caller did not provide an end pointer.
2144
2145 2008-03-01  Tim-Philipp Müller  <tim at centricular dot net>
2146
2147         Patch by: Fabrizio Gennari <fabrizio.ge at tiscali it>
2148
2149         * gst/gstregistryxml.c: (read_string), (load_feature):
2150           Strings allocated by libxml2 should be freed with xmlFree(), not
2151           with g_free(). Fixes issues on windows in certain contexts (#519698).
2152
2153 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
2154
2155         * gst/gstinterface.c: (gst_element_implements_interface):
2156           Don't crash if the element supports the interface queried, but does
2157           not implement GstImplementsInterface. Fixes #519584.
2158
2159         * tests/check/Makefile.am:
2160         * tests/check/gst/.cvsignore:
2161         * tests/check/gst/gstinterface.c:
2162           Add unit test for the above.
2163
2164 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2165
2166         * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init):
2167         Small doc update.
2168
2169 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2170
2171         * gst/gstsegment.c: (gst_segment_set_seek),
2172         (gst_segment_to_stream_time):
2173         Improve some comment.
2174         Update variables where it makes more sense.
2175
2176 2008-02-29  Rene Stadler  <mail@renestadler.de>
2177
2178         * gst/gsturi.c: (gst_uri_handler_get_protocols):
2179         Use the get_protocols_full vfunc if get_protocols is NULL.  Fixes
2180         URIHandlers implemented using language bindings.
2181
2182 2008-02-29  Sebastian Dröge  <slomo@circular-chaos.org>
2183
2184         * gst/gstelementfactory.h:
2185         * tests/check/elements/fakesink.c:
2186         * tests/check/elements/fakesrc.c: (setup_fakesrc):
2187         * tests/check/elements/fdsrc.c: (setup_fdsrc):
2188         * tests/check/elements/filesink.c: (setup_filesink):
2189         * tests/check/elements/filesrc.c: (setup_filesrc):
2190         * tests/check/elements/identity.c: (setup_identity):
2191         * tests/check/elements/tee.c:
2192         * tests/check/generic/sinks.c:
2193         * tests/check/generic/states.c: (setup), (teardown):
2194         * tests/check/gst/gst.c:
2195         * tests/check/gst/gstabi.c:
2196         * tests/check/gst/gstbin.c:
2197         * tests/check/gst/gstbus.c: (pull_messages):
2198         * tests/check/gst/gstcaps.c:
2199         * tests/check/gst/gstelement.c:
2200         * tests/check/gst/gstevent.c:
2201         * tests/check/gst/gstghostpad.c:
2202         * tests/check/gst/gstiterator.c:
2203         * tests/check/gst/gstmessage.c:
2204         * tests/check/gst/gstminiobject.c: (my_foo_init):
2205         * tests/check/gst/gstobject.c: (thread_name_object),
2206         (gst_object_suite):
2207         * tests/check/gst/gstpad.c:
2208         * tests/check/gst/gstplugin.c:
2209         * tests/check/gst/gstpoll.c:
2210         * tests/check/gst/gstquery.c:
2211         * tests/check/gst/gstsegment.c:
2212         * tests/check/gst/gststructure.c:
2213         * tests/check/gst/gstsystemclock.c:
2214         * tests/check/gst/gsttask.c:
2215         * tests/check/gst/gstutils.c:
2216         * tests/check/gst/gstvalue.c:
2217         * tests/check/gst/struct_hppa.h:
2218         * tests/check/gst/struct_i386.h:
2219         * tests/check/gst/struct_ppc32.h:
2220         * tests/check/gst/struct_ppc64.h:
2221         * tests/check/gst/struct_x86_64.h:
2222         * tests/check/libs/adapter.c: (create_and_fill_adapter):
2223         * tests/check/libs/basesrc.c:
2224         * tests/check/libs/controller.c: (GST_START_TEST):
2225         * tests/check/libs/gdp.c:
2226         * tests/check/libs/gstnetclientclock.c:
2227         * tests/check/libs/gstnettimeprovider.c:
2228         * tests/check/libs/libsabi.c:
2229         * tests/check/libs/struct_hppa.h:
2230         * tests/check/libs/struct_i386.h:
2231         * tests/check/libs/struct_ppc32.h:
2232         * tests/check/libs/struct_ppc64.h:
2233         * tests/check/libs/struct_x86_64.h:
2234         * tests/check/pipelines/cleanup.c:
2235         * tests/check/pipelines/simple-launch-lines.c:
2236         * tests/check/pipelines/stress.c:
2237         And correct even more valid sparse warnings.
2238
2239         * win32/common/libgstreamer.def:
2240         Add gst_poll_fd_init to the list of symbols.
2241
2242 2008-02-29  Sebastian Dröge  <slomo@circular-chaos.org>
2243
2244         * gst/gstconfig.h.in:
2245         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_read_buffer):
2246         * libs/gst/check/gstcheck.c: (gst_check_log_message_func),
2247         (gst_check_log_critical_func), (gst_check_drop_buffers),
2248         (gst_check_element_push_buffer_list):
2249         * libs/gst/controller/gstcontroller.c: (gst_controller_get),
2250         (gst_controller_get_type):
2251         * libs/gst/controller/gsthelper.c: (gst_object_control_properties),
2252         (gst_object_get_controller), (gst_object_get_control_source):
2253         * libs/gst/controller/gstinterpolationcontrolsource.c:
2254         (gst_interpolation_control_source_new):
2255         * libs/gst/controller/gstlfocontrolsource.c:
2256         (gst_lfo_control_source_new):
2257         * libs/gst/dataprotocol/dataprotocol.c:
2258         (gst_dp_event_from_packet_0_2):
2259         * plugins/elements/gstfdsrc.c:
2260         * plugins/elements/gstmultiqueue.c:
2261         * plugins/elements/gsttee.c:
2262         * plugins/elements/gsttypefindelement.c:
2263         * plugins/indexers/gstfileindex.c: (_file_index_id_save_xml),
2264         (gst_file_index_add_association):
2265         * plugins/indexers/gstmemindex.c:
2266         * tests/benchmarks/gstpollstress.c: (mess_some_more):
2267         * tests/check/elements/queue.c: (setup_queue):
2268         * tests/check/gst/gstpipeline.c:
2269         * tests/check/libs/collectpads.c: (setup), (teardown),
2270         (gst_collect_pads_suite):
2271         * tests/examples/adapter/adapter_test.c:
2272         * tests/examples/metadata/read-metadata.c: (make_pipeline):
2273         * tests/examples/xml/createxml.c:
2274         * tests/examples/xml/runxml.c:
2275         * tools/gst-inspect.c:
2276         * tools/gst-run.c:
2277         Correct all relevant warnings found by the sparse semantic code
2278         analyzer. This include marking several symbols static, using
2279         NULL instead of 0 for pointers, not using variable sized arrays
2280         on the stack, moving variable declarations to the beginning of
2281         a block and using "foo (void)" instead of "foo ()" for declarations.
2282
2283 2008-02-29  Sebastian Dröge  <slomo@circular-chaos.org>
2284
2285         * plugins/elements/gstfdsink.c: (gst_fd_sink_update_fd):
2286         * plugins/elements/gstfdsrc.c: (gst_fd_src_update_fd):
2287         Don't reset GstPollFDs, this is not necessary at all.
2288
2289         * tests/check/gst/gstpoll.c: (test_poll_wait), (GST_START_TEST),
2290         (delayed_restart), (delayed_control):
2291         Use GST_POLL_FD_INIT.
2292
2293 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2294
2295         * gst/gstpoll.c: (gst_poll_fd_init):
2296         * gst/gstpoll.h:
2297         Added Since tags.
2298
2299         * plugins/elements/gstfdsink.c: (gst_fd_sink_update_fd):
2300         Use some more init macros.
2301
2302 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2303
2304         * plugins/elements/gstfdsink.c: (gst_fd_sink_start):
2305         * plugins/elements/gstfdsrc.c: (gst_fd_src_update_fd):
2306         Use init macros and functions.
2307
2308 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
2309
2310         * docs/gst/gstreamer-sections.txt:
2311         * gst/gstpoll.c: (gst_poll_fd_init):
2312         * gst/gstpoll.h:
2313         Add INIT macro and _init method for initializing the GstPollFD.
2314
2315 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
2316
2317         * plugins/elements/gstfdsink.c: (gst_fd_sink_start),
2318         (gst_fd_sink_update_fd):
2319         * plugins/elements/gstfdsrc.c: (gst_fd_src_update_fd):
2320         * tests/check/gst/gstpoll.c: (test_poll_wait), (GST_START_TEST),
2321         (delayed_restart), (delayed_control):
2322         Initialize some uninitialized variables as spotted by valgrind.
2323
2324 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2325
2326         * tests/benchmarks/Makefile.am:
2327         * tests/benchmarks/gstpollstress.c: (mess_some_more), (run_test),
2328         (main):
2329         Add poll stress test.
2330
2331 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2332
2333         Patch by: Peter Kjellerstedt <pkj at axis dot com>
2334
2335         * plugins/elements/gstfdsink.c: (gst_fd_sink_render),
2336         (gst_fd_sink_start), (gst_fd_sink_stop), (gst_fd_sink_unlock),
2337         (gst_fd_sink_unlock_stop), (gst_fd_sink_update_fd):
2338         * plugins/elements/gstfdsink.h:
2339         * plugins/elements/gstfdsrc.c: (gst_fd_src_update_fd),
2340         (gst_fd_src_start), (gst_fd_src_stop), (gst_fd_src_unlock),
2341         (gst_fd_src_unlock_stop), (gst_fd_src_create),
2342         (gst_fd_src_uri_set_uri):
2343         * plugins/elements/gstfdsrc.h:
2344         Port to GstPoll. See #505417.
2345
2346 2008-02-27  Jan Schmidt  <jan.schmidt@sun.com>
2347
2348         * win32/common/libgstreamer.def:
2349         Add new gst_poll_ symbols to win32 defs.
2350
2351 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2352
2353         * docs/libs/gstreamer-libs-sections.txt:
2354         * libs/gst/net/gstnetclientclock.c:
2355         (gst_net_client_clock_class_init), (gst_net_client_clock_init),
2356         (gst_net_client_clock_finalize), (gst_net_client_clock_do_select),
2357         (gst_net_client_clock_thread), (gst_net_client_clock_start),
2358         (gst_net_client_clock_stop), (gst_net_client_clock_new):
2359         * libs/gst/net/gstnetclientclock.h:
2360         * libs/gst/net/gstnettimeprovider.c:
2361         (gst_net_time_provider_class_init), (gst_net_time_provider_init),
2362         (gst_net_time_provider_finalize), (gst_net_time_provider_thread),
2363         (gst_net_time_provider_start), (gst_net_time_provider_stop),
2364         (gst_net_time_provider_new):
2365         * libs/gst/net/gstnettimeprovider.h:
2366         Use a private stuct to not break ABI.
2367
2368 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2369
2370         Patch by: Peter Kjellerstedt <pkj at axis dot com>
2371
2372         * libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_init),
2373         (gst_net_client_clock_finalize), (gst_net_client_clock_do_select),
2374         (gst_net_client_clock_thread), (gst_net_client_clock_start),
2375         (gst_net_client_clock_stop), (gst_net_client_clock_new):
2376         * libs/gst/net/gstnetclientclock.h:
2377         * libs/gst/net/gstnettimeprovider.c: (gst_net_time_provider_init),
2378         (gst_net_time_provider_finalize), (gst_net_time_provider_thread),
2379         (gst_net_time_provider_start), (gst_net_time_provider_stop),
2380         (gst_net_time_provider_new):
2381         * libs/gst/net/gstnettimeprovider.h:
2382         Massive code removal and cleanups because of GstPoll.
2383         Fixes #505417.
2384
2385 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2386
2387         * configure.ac:
2388         Add checks for poll, ppoll and pselect.
2389
2390         * docs/gst/gstreamer-docs.sgml:
2391         * docs/gst/gstreamer-sections.txt:
2392         Add docs for GstPoll.
2393
2394         * gst/Makefile.am:
2395         * gst/gst.h:
2396         * gst/gstpoll.c: (find_index), (selectable_fds),
2397         (pollable_timeout), (choose_mode), (pollfd_to_fd_set),
2398         (fd_set_to_pollfd), (gst_poll_new), (gst_poll_free),
2399         (gst_poll_set_mode), (gst_poll_get_mode),
2400         (gst_poll_add_fd_unlocked), (gst_poll_add_fd),
2401         (gst_poll_remove_fd), (gst_poll_fd_ctl_write),
2402         (gst_poll_fd_ctl_read_unlocked), (gst_poll_fd_ctl_read),
2403         (gst_poll_fd_has_closed), (gst_poll_fd_has_error),
2404         (gst_poll_fd_can_read_unlocked), (gst_poll_fd_can_read),
2405         (gst_poll_fd_can_write), (gst_poll_wait),
2406         (gst_poll_set_controllable), (gst_poll_restart),
2407         (gst_poll_set_flushing):
2408         * gst/gstpoll.h:
2409         Add generic poll abstraction. We ideally don't want to have this in core
2410         here but in glib intead...
2411         This code will be used in various network elements and ultimately for
2412         the nanosecond precision monotonic clock (that's why it's here in core).
2413         It'll allow us to implement cancelable socket operations for windows too.
2414
2415         * tests/check/Makefile.am:
2416         * tests/check/gst/gstpoll.c: (test_poll_wait), (GST_START_TEST),
2417         (delayed_stop), (delayed_restart), (delayed_flush),
2418         (delayed_control), (gst_poll_suite):
2419         Add GstPoll unit test.
2420
2421 2008-02-25  Tim-Philipp Müller  <tim at centricular dot net>
2422
2423         * gst/gstfilter.c:
2424           Improve documentation of gst_filter_run(). Fixes #518627.
2425
2426 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
2427
2428         * docs/README:
2429           Add a few lines about the new 'check-inspected-versions' target.
2430
2431 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
2432
2433         * tests/check/gst/gstevent.c:
2434           Add qos to the event test. Rename tcase/tsuite; is not only about
2435           custom events.
2436
2437 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
2438
2439         * plugins/elements/gstqueue.c:
2440           Ensure that buffer metadata is writeable, before modifying. Spotted by
2441           Mike.
2442
2443 2008-02-20  Stefan Kost  <ensonic@users.sf.net>
2444
2445         * plugins/elements/gstqueue.c:
2446         * plugins/elements/gstqueue.h:
2447           When dropping buffers in leaky modes, mark next buffers we sent as
2448           DISCONT.
2449
2450 2008-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2451
2452         * plugins/elements/gstfilesrc.c: (gst_file_src_map_region):
2453           Also, if mmap() fails that would be a READ error, not OPEN_READ.
2454
2455 2008-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2456
2457         * plugins/elements/Makefile.am:
2458         * plugins/elements/gstbufferstore.c:
2459         * plugins/elements/gstbufferstore.h:
2460         * plugins/elements/gsttypefindelement.h:
2461           Remove GstBufferStore, no idea why we were still building it.
2462           It's not used anywhere and superseded by GstAdapter.
2463
2464         * plugins/elements/gstfilesrc.c: (gst_file_src_map_region),
2465           (gst_file_src_create_mmap):
2466         * plugins/indexers/gstfileindex.c: (gst_file_index_add_association):
2467           Printf format fixes for 64-bit integers.
2468
2469 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
2470
2471         * configure.ac:
2472         Don't set GST_CACHE_DIR and allow to set it by a configure parameter.
2473         We're not in 0.8 times anymore.
2474
2475 2008-02-19  Jan Schmidt  <Jan.Schmidt@sun.com>
2476
2477         * libs/gst/check/gstcheck.c: (gst_check_drop_buffers),
2478         (gst_check_element_push_buffer_list):
2479         * libs/gst/check/gstcheck.h:
2480         Make the declaration in the header for
2481         gst_check_element_push_buffer_list match the implementation.
2482
2483         Fix up spelling, grammar and wording of the documentation in a few
2484         places, and add the Since keyword to new API functions.
2485         Use g_list_delete_link instead of g_list_remove in
2486         gst_check_drop_buffers, since it's immeasurably more efficient.
2487
2488         * tests/check/elements/fakesrc.c: (GST_START_TEST):
2489         Use new gst_check_drop_buffers function where appropriate.
2490
2491         * win32/common/libgstbase.def:
2492         * win32/common/libgstreamer.def:
2493         Add new symbols gst_collect_pads_take_buffer, 
2494         gst_collect_pads_read_buffer, gst_index_set_resolver_full to the
2495         exports
2496
2497         Changelog surgery to add API keyword to new gst_check API.
2498
2499 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
2500
2501         * gst/parse/lex._gst_parse_yy.pre.c: (yy_get_next_buffer),
2502         (_gst_parse_yyensure_buffer_stack), (_gst_parse_yylex_init_extra):
2503         Update pre-generated flex files with flex 2.3.34.
2504
2505 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
2506
2507         * gst/gstminiobject.c:
2508           Add FIXME for 0.11 to make GstMiniObjectClass::copy() a bit more
2509           friendly to subclasses and not require them to know all internals
2510           of their parent class.
2511
2512 2008-02-15  Stefan Kost  <ensonic@users.sf.net>
2513
2514         * docs/libs/gstreamer-libs-sections.txt:
2515         * libs/gst/base/gstcollectpads.c:
2516         * libs/gst/base/gstcollectpads.h:
2517           Add sub-buffer functions to collectpads. Fixes #516187.
2518           API: gst_collect_pads_take_buffer(), gst_collect_pads_read_buffer()
2519
2520 2008-02-15  Stefan Kost  <ensonic@users.sf.net>
2521
2522         * gst/gstbuffer.c:
2523           Copy selected buffer-flags when creating subbuffers.
2524           Fixes #516395.
2525
2526 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
2527
2528         * gst/gstbuffer.c: (gst_buffer_class_init), (gst_buffer_finalize):
2529         * gst/gstevent.c: (gst_event_class_init), (gst_event_finalize):
2530         * gst/gstmessage.c: (gst_message_class_init),
2531         (gst_message_finalize):
2532         * gst/gstquery.c: (gst_query_class_init), (gst_query_finalize):
2533         * plugins/elements/gstfilesrc.c: (gst_mmap_buffer_class_init),
2534         (gst_mmap_buffer_finalize):
2535         Properly chain up finalize functions to the parent class.
2536
2537 2008-02-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2538
2539         Patch by: Siavash Safi <siavash dot safi at gmail dot com>
2540
2541         * gst/gstindex.c: (gst_index_finalize), (gst_index_set_resolver),
2542         (gst_index_set_resolver_full):
2543         * gst/gstindex.h:
2544         Add new function with option to dispose of user_data in resolver.
2545         Actually call the dispose function when finalizing the object and not
2546         just when changing the resolver/filter.
2547         API: GstIndex::gst_index_set_resolver_full()
2548
2549         * docs/gst/gstreamer-sections.txt:
2550         Add new function to docs. Fixes #515469.
2551
2552 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
2553
2554         * gst/gstindex.c: (gst_index_finalize):
2555         Chain up finalize to the parent class. Fixes leaking the GstObject
2556         name and other things.
2557
2558 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
2559
2560         * configure.ac:
2561         Make DISABLE_DEPRECATED defined *only* during CVS, not during
2562         pre-releases or releases.
2563
2564         * docs/faq/gst-uninstalled:
2565         Add gst-plugins-gl
2566
2567         * docs/random/release:
2568         Change one of the steps - we only upload core & base to Gnome FTP
2569
2570 2008-02-06  Stefan Kost  <ensonic@users.sf.net>
2571
2572         * gst/gstconfig.h.in:
2573           Add 'id' for example.
2574
2575         * gst/gstpad.c:
2576         * gst/gstutils.c:
2577         * plugins/elements/gstfdsink.c:
2578           Link to signals. Doc and comment fixes.
2579
2580 2008-02-05  Tim-Philipp Müller  <tim at centricular dot net>
2581
2582         * gst/gstpad.h: (GST_PAD_LINK_SUCCESSFUL):
2583         * gst/gstpluginfeature.h: (GstPluginFeatureClass):
2584           Some minor docs fixes: fix typo, mention that GST_FLOW_RESEND is
2585           unused and unimplemented; finally, it is plugin features, not
2586           plugins, that have ranks.
2587           
2588 2008-02-05  Stefan Kost  <ensonic@users.sf.net>
2589
2590         * gst/gstpluginfeature.h:
2591           Clarify GstRank range docs.
2592
2593 2008-02-05  David Schleef  <ds@schleef.org>
2594
2595         * gst/gst.c: Add a separate gst_deinitialized that prevents
2596           gst_init() from being called after gst_deinit().  Fixes #509559
2597
2598 2008-02-05  Sebastian Dröge  <slomo@circular-chaos.org>
2599
2600         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_base_init),
2601         (gst_bin_class_init):
2602         * gst/gstelement.c: (gst_element_base_class_init),
2603         (gst_element_class_add_pad_template):
2604         * gst/gstpadtemplate.c: (gst_pad_template_init):
2605         * gst/gstpipeline.c: (gst_pipeline_get_type),
2606         (gst_pipeline_base_init), (gst_pipeline_class_init):
2607         * libs/gst/base/gstbasesink.c:
2608         * libs/gst/base/gstbasesrc.c: (gst_base_src_get_type),
2609         (gst_base_src_base_init), (gst_base_src_class_init):
2610         * plugins/elements/gstcapsfilter.c: (gst_capsfilter_base_init),
2611         (gst_capsfilter_class_init):
2612         * plugins/elements/gstfakesink.c: (gst_fake_sink_base_init),
2613         (gst_fake_sink_class_init):
2614         * plugins/elements/gstfakesrc.c: (gst_fake_src_base_init),
2615         (gst_fake_src_class_init):
2616         * plugins/elements/gstfdsink.c: (gst_fd_sink_base_init),
2617         (gst_fd_sink_class_init):
2618         * plugins/elements/gstfdsrc.c: (gst_fd_src_base_init),
2619         (gst_fd_src_class_init):
2620         * plugins/elements/gstfilesink.c: (gst_file_sink_base_init),
2621         (gst_file_sink_class_init):
2622         * plugins/elements/gstfilesrc.c: (gst_file_src_base_init),
2623         (gst_file_src_class_init):
2624         * plugins/elements/gstidentity.c: (gst_identity_base_init),
2625         (gst_identity_class_init):
2626         * plugins/elements/gstmultiqueue.c: (gst_multi_queue_base_init),
2627         (gst_multi_queue_class_init):
2628         * plugins/elements/gstqueue.c: (gst_queue_base_init),
2629         (gst_queue_class_init):
2630         * plugins/elements/gsttee.c: (gst_tee_base_init),
2631         (gst_tee_class_init):
2632         * plugins/elements/gsttypefindelement.c:
2633         (gst_type_find_element_base_init),
2634         (gst_type_find_element_class_init):
2635         * tests/check/gst/gstelement.c: (gst_element_suite):
2636         Revert previous changes to the behaviour of GstPadTemplates, etc
2637         and the possiblity to call them in class_init as it breaks too
2638         many elements. Reopens bug #491501.
2639
2640         Should be applied again for 0.11, thus added a few FIXME 0.11 at
2641         several places.
2642
2643 2008-02-05  Stefan Kost  <ensonic@users.sf.net>
2644
2645         * tools/gst-launch.c:
2646         Dump one graph per pipeline state-change and state change name
2647         (if GST_DEBUG_DUMP_DOT_DIR is set).
2648
2649 2008-02-04  Thijs Vermeir  <thijsvermeir@gmail.com>
2650
2651         * gst/gstpad.c:
2652         * tests/check/gst/gstpad.c:
2653         Be sure that we have a new copy of the caps and not
2654         reffed caps from a template
2655
2656 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
2657
2658         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init):
2659         * gst/gstpipeline.c: (gst_pipeline_get_type),
2660         (gst_pipeline_class_init):
2661         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_type),
2662         (gst_base_sink_class_init):
2663         * libs/gst/base/gstbasesrc.c: (gst_base_src_get_type),
2664         (gst_base_src_class_init):
2665         * libs/gst/base/gstbasetransform.c: (gst_base_transform_get_type),
2666         (gst_base_transform_class_init):
2667         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_base_init),
2668         (gst_collect_pads_class_init):
2669         * libs/gst/base/gstdataqueue.c: (gst_data_queue_get_type):
2670         * libs/gst/net/gstnettimeprovider.c:
2671         (gst_net_time_provider_base_init),
2672         (gst_net_time_provider_class_init):
2673         * plugins/elements/gstcapsfilter.c: (gst_capsfilter_base_init),
2674         (gst_capsfilter_class_init):
2675         * plugins/elements/gstfakesink.c: (gst_fake_sink_base_init),
2676         (gst_fake_sink_class_init):
2677         * plugins/elements/gstfakesrc.c: (gst_fake_src_base_init),
2678         (gst_fake_src_class_init):
2679         * plugins/elements/gstfdsink.c: (gst_fd_sink_base_init),
2680         (gst_fd_sink_class_init):
2681         * plugins/elements/gstfdsrc.c: (gst_fd_src_base_init),
2682         (gst_fd_src_class_init):
2683         * plugins/elements/gstfilesink.c: (gst_file_sink_base_init),
2684         (gst_file_sink_class_init):
2685         * plugins/elements/gstfilesrc.c: (gst_file_src_base_init),
2686         (gst_file_src_class_init):
2687         * plugins/elements/gstidentity.c: (gst_identity_base_init),
2688         (gst_identity_class_init):
2689         * plugins/elements/gstmultiqueue.c: (gst_multi_queue_base_init),
2690         (gst_multi_queue_class_init):
2691         * plugins/elements/gstqueue.c: (gst_queue_base_init),
2692         (gst_queue_class_init):
2693         * plugins/elements/gsttee.c: (gst_tee_base_init),
2694         (gst_tee_class_init):
2695         * plugins/elements/gsttypefindelement.c:
2696         (gst_type_find_element_base_init),
2697         (gst_type_find_element_class_init):
2698         Don't use base_init where not absolutely necessary. For example it's
2699         not necessary anymore for adding pad templates or setting element
2700         details.
2701
2702         Leave empty base_init functions in several places as GST_BOILERPLATE
2703         still defines and uses them.
2704
2705 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
2706
2707         * gst/gstelement.c: (gst_element_base_class_init),
2708         (gst_element_class_add_pad_template):
2709         * gst/gstpadtemplate.c:
2710         Make it possible (and recommended) to set element details and add
2711         pad templates in the class_init functions by copying the details/pad
2712         templates in GstElement's base_init.
2713
2714         Also make it possible to replace existing pad templates by adding
2715         a new one with the same name. This was done in a hackish fashion
2716         in same elements before already.
2717
2718         Don't reference pad templates that are added a second time. A
2719         new pad template has a refcount of one and is not floating anymore
2720         and to be owned by the element's class. Make this more explicit by
2721         mentioning it in the docs of gst_element_class_add_pad_template().
2722
2723         These changes are backwards compatible. Fixes bug #491501.
2724
2725         * tests/check/gst/gstelement.c:
2726         Add unit test for setting element details, adding pad templates and
2727         replacing them in a subclass.
2728
2729 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
2730
2731         * tools/gst-inspect.c: (print_interfaces),
2732         (print_element_properties_info), (print_pad_info),
2733         (print_signal_info), (print_element_info):
2734         Fix a few memory leaks.
2735
2736 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
2737
2738         * docs/libs/gstreamer-libs-sections.txt:
2739         * libs/gst/check/gstcheck.c:
2740         * libs/gst/check/gstcheck.h:
2741         Add more functions for unit testing: gst_check_drop_buffers,
2742         gst_check_caps_equal, gst_check_element_push_buffer_list,
2743         gst_check_element_push_buffer
2744         API: gst_check_drop_buffers
2745         API: gst_check_caps_equal
2746         API: gst_check_element_push_buffer_list
2747         API: gst_check_element_push_buffer
2748
2749 2008-02-01  Julien Moutte  <julien@fluendo.com>
2750
2751         * docs/gst/gstreamer-sections.txt: Add GST_CHECK_VERSION to the docs
2752         * gst/gstindex.c: (gst_index_class_init), (gst_index_free_writer),
2753         (gst_index_finalize), (gst_index_entry_free),
2754         (gst_index_add_association): Fix memory leaks.
2755         * gst/gstversion.h.in: Add GST_CHECK_VERSION macro.
2756         * plugins/indexers/gstmemindex.c: (gst_mem_index_class_init),
2757         (gst_mem_index_free_format), (gst_mem_index_free_id),
2758         (gst_mem_index_finalize): Fix memory leaks.
2759         * win32/common/config.h: Updated to CVS HEAD.
2760
2761 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
2762
2763         * docs/README:
2764           Some more details about how the plugin docs works.
2765
2766         * docs/plugins/gstreamer-plugins-sections.txt:
2767           Whitespace cleanup.
2768
2769 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
2770
2771         * gst/parse/grammar.tab.pre.c:
2772         * gst/parse/grammar.tab.pre.h:
2773         * gst/parse/grammar.y:
2774         * gst/parse/lex._gst_parse_yy.pre.c:
2775           Add delayed set-property. This allows to set properties on dynamicaly
2776           created objects (pads in videomxer). Fixes #509391.
2777
2778 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
2779
2780         * gst/gstutils.c:
2781         Check if caps are not NULL (fix bug #510194)
2782
2783 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2784
2785         * libs/gst/base/gstbasesink.c: (gst_base_sink_loop),
2786         (gst_base_sink_get_position_paused):
2787         Add fixme regarding EOS in pull mode.
2788         Fix position reporting in PAUSED for negative rates.
2789
2790 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2791
2792         * gst/gstminiobject.c: (gst_mini_object_replace):
2793         When replacing a miniobject, do a quick equality check first so that we
2794         can avoid a ref/unref pair.
2795
2796 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2797
2798         * docs/design/part-synchronisation.txt:
2799         Update some docs.
2800
2801         * docs/plugins/Makefile.am:
2802         * docs/plugins/gstreamer-plugins-docs.sgml:
2803         * docs/plugins/gstreamer-plugins-sections.txt:
2804         * plugins/elements/gstmultiqueue.c:
2805         Add multiqueue to the docs.
2806
2807 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
2808
2809         * configure.ac:
2810           Back to CVS
2811
2812 === release 0.10.17 ===
2813
2814 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
2815
2816         * configure.ac:
2817           releasing 0.10.17, "Due Negligence"
2818
2819 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
2820
2821         * gst/gstutils.c:
2822         Revert caps != NULL check temporarily for 0.10.17 release.
2823
2824 2008-01-30  Thijs Vermeir  <thijsvermeir@gmail.com>
2825
2826         * gst/gstutils.c:
2827         Check if caps are not NULL (fix bug #510194)
2828
2829 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
2830
2831         * gst/gstutils.c:
2832         Fix compilation on systems that have posix timers but no
2833         monotonic clock.
2834         Fixes: #512715
2835         Patch By: Cygwin Ports maintainer <yselkowitz at users dot sourceforge
2836         dot net>
2837
2838 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
2839
2840         * tools/gst-inspect.c:
2841         Revert previous commit in preparation for an impromptu 0.10.17 release
2842
2843 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
2844
2845         * tools/gst-inspect.c: (print_interfaces),
2846         (print_element_properties_info), (print_pad_info),
2847         (print_signal_info), (print_element_info):
2848         Fix a few memory leaks.
2849
2850 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
2851
2852         * configure.ac:
2853         Back to CVS
2854
2855 === release 0.10.16 ===
2856
2857 2008-01-28  Jan Schmidt <thaytan@noraisin.net>
2858
2859         * configure.ac:
2860           releasing 0.10.16, "Special Dispensation"
2861
2862 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
2863
2864         * configure.ac:
2865           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for
2866           _POSIX_TIMER, _POSIX_MONOTONIC_CLOCK, etc. Makes configure
2867           not fail when trying to crosscompile on OpenEmbedded (#511750).
2868
2869 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
2870
2871         * docs/manuals.mak:
2872         Use $(MAKE) instead of make to fix the build if GNU make is
2873         called different. Fixes bug #510747.
2874
2875 2008-01-20  Tim-Philipp Müller  <tim at centricular dot net>
2876
2877         * gst/gstplugin.c: (_gst_plugin_initialize):
2878           Fix old-style static plugins via GST_PLUGIN_DEFINE_STATIC
2879           again, which I broke two commits ago when changing the API
2880           of gst_plugin_register_static(): the g_list_foreach() in
2881           _gst_plugin_register_static still assumed the old function
2882           signature and would therefore fail (re-fixes #510187).
2883
2884         * gst/gstplugin.c: (_num_static_plugins), (_static_plugins),
2885           (_gst_plugin_register_static), (gst_plugin_register_static):
2886           Revert the (technically correct) change to call g_thread_init() from
2887           the pre-main() constructor. This will break programs which call
2888           g_thread_init() without an if (!g_thread_supported()) guard in their
2889           main function. We could just blame it on GLib or the application, but
2890           it's probably best to just avoid this altogether and simply not use
2891           any GLib functions here and use plain old malloc() with a simple
2892           array to store the plugins to register later when gst_init() is
2893           finally called (re-fixes #510187).
2894
2895         * tests/check/gst/gstplugin.c: (GST_GNUC_CONSTRUCTOR_DEFINED),
2896           (GST_GNUC_CONSTRUCTOR_DEFINED), (plugin_init_counter),
2897           (plugin1_init), (plugin2_init), (plugin3_init), (GST_START_TEST),
2898           (GST_START_TEST), (gst_plugin_suite):
2899           Dumb unit test to make sure the old GST_PLUGIN_DEFINE_STATIC still
2900           works.
2901
2902 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
2903
2904         * gst/gstplugin.h: (GST_PLUGIN_DEFINE_STATIC):
2905           Remove deprecation guards around GST_PLUGIN_DEFINE_STATIC.
2906           This makes gtk-doc complain, but results in slightly better
2907           compiler errors. The old _gst_plugin_register_static() is
2908           still guarded, so there'll be a compiler warning about that
2909           instead. Fixes #510187 too.
2910
2911 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
2912
2913         * gst/gst.c: (init_post):
2914         * gst/gstplugin.c: (_gst_plugin_register_static),
2915           (gst_plugin_register_static), (_gst_plugin_initialize):
2916         * gst/gstplugin.h: (GstPluginFilter):
2917           Change API of gst_plugin_register_static() to not take
2918           a GstPluginDesc, but rather just take all the arguments
2919           in a GstPluginDesc directly. This is more intuitive and
2920           avoids certain mistakes when porting code from
2921           GST_PLUGIN_DEFINE_STATIC to gst_plugin_register_static().
2922           Fixes #510187.
2923
2924         * tests/check/gst/gstplugin.c:
2925           Fix up for changed API.
2926
2927 2008-01-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2928
2929         * docs/faq/legal.xml:
2930           Update FAQ, Totem actually has an exception these days.
2931
2932 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
2933
2934         * win32/common/libgstreamer.def:
2935         Add new API declarations
2936
2937 2008-01-14  Stefan Kost  <ensonic@users.sf.net>
2938
2939         * gst/gstminiobject.c:
2940           Spelling fixes for the API docs.
2941
2942 2008-01-14  Stefan Kost  <ensonic@users.sf.net>
2943
2944         * libs/gst/base/gstbasetransform.c:
2945           Fix long property description for QoS.
2946
2947 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
2948
2949         * gst/gst.c:
2950         _gst_trace_on is already provided by gsttrace.h, no need to declare
2951         it ourselves.
2952
2953         * docs/libs/gstreamer-libs-sections.txt:
2954         Add 'buffers', 'check_cond' and 'check_mutex' from libgstcheck
2955         and remove strange tcase_add_test which is outputting a warning.
2956
2957         * libs/gst/check/gstcheck.c:
2958         * libs/gst/check/gstcheck.h:
2959         Properly declare 'buffers', 'check_cond', 'check_mutex' extern
2960         and define them in gstcheck.c instead of having every .c file whcih
2961         includes gstcheck.h be defining its own copy and relying on symbol
2962         interposing to marry them all, which doesn't work on Solaris.
2963
2964         * tests/check/elements/identity.c: (GST_START_TEST):
2965         Don't define 'buffers' locally, it comes from libgstcheck.
2966
2967         * tests/check/generic/sinks.c: (send_buffer):
2968         Fix type of variable (GstFlowReturn, not GstStateChangeReturn)
2969
2970         * tests/check/gst/gststructure.c: (GST_START_TEST):
2971         * tests/check/gst/gstsystemclock.c: (GST_START_TEST):
2972         * tests/check/gst/gstutils.c: (GST_START_TEST):
2973         * tests/check/gst/gstvalue.c: (GST_START_TEST):
2974         Add a bunch of casts to make various constants fit the types
2975         they're being assigned to.
2976
2977 2008-01-10  Stefan Kost  <ensonic@users.sf.net>
2978
2979         * gst/gstchildproxy.c:
2980           Improve docs and add some ideas for making this more general-purpose.
2981
2982 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2983
2984         * gst/gst_private.h: (GST_CAT_TYPES):
2985           Add GST_CAT_TYPES, for consistency, and so that the other
2986           debug categories don't make fun of it. Spotted by Saur on IRC.
2987
2988 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
2989
2990         * gst/parse/Makefile.am:
2991           Move types.h from EXTRA_DIST to noinst_HEADERS.
2992
2993 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
2994
2995         * autogen.sh:
2996           Add -Wno-portability to the automake parameters to stop warnings
2997           about GNU make extensions being used. We require GNU make in almost
2998           every Makefile anyway.
2999
3000         * configure.ac:
3001           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
3002           at the same time is required for per target flags.
3003
3004 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3005
3006         * gst/gstmacros.h:
3007           Include glib/gmacros.h for G_BEGIN_DECLS. Check if
3008           __GNUC__ is defined before using it.
3009
3010 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3011
3012         * docs/gst/gstreamer-sections.txt:
3013         * gst/gst.c: (init_post):
3014         * gst/gstplugin.c: (_gst_plugin_register_static),
3015           (gst_plugin_register_static), (_gst_plugin_initialize),
3016           (gst_plugin_register_func):
3017         * gst/gstplugin.h: (GST_PLUGIN_DEFINE_STATIC):
3018           API: add gst_plugin_register_static() and deprecate
3019           GST_PLUGIN_DEFINE_STATIC, since it's not portable
3020           (#498924).
3021           Also, in _gst_plugin_register_static(), make sure to call
3022           g_thread_init() before calling GLib functions such as
3023           g_list_append() if we're not initialised yet, since that
3024           may lead to random crashes with older GSlice/GLib versions.
3025
3026         * tests/check/gst/gstplugin.c:
3027           Adapt unit test to above changes.
3028
3029 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3030
3031         * gst/gst_private.h: (STRUCTURE_ESTIMATED_STRING_LEN):
3032         * gst/gstcaps.c: (gst_caps_to_string):
3033         * gst/gststructure.c: (GST_ASCII_IS_STRING),
3034           (priv_gst_structure_append_to_gstring), (gst_structure_to_string):
3035           Yet another gratuitous GString micro-optimisation: add a (private)
3036           function that serialises a structure appending to an existing
3037           GString, so that when we serialise caps we don't need to alloc+free
3038           a throwaway GString for each structure (each of which also entailing
3039           multiple reallocs on the way); also use g_string_sized_new() in
3040           various places with an approximate string length to avoid reallocs
3041           within GString. See #500143.
3042
3043 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3044
3045         * gst/gststructure.c: (gst_structure_id_set_value):
3046           Always check UTF-8 conformance of structure strings and not only
3047           if the debugging system is enabled; reasoning: the behaviour of
3048           the actual code shouldn't really change depending on whether the
3049           debugging system is enabled or not (#508291).
3050
3051 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
3052
3053         * Makefile.am:
3054           Remove old coverage target in favour of "make lcov".
3055
3056 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3057
3058         * libs/gst/base/gstbasesrc.c: (gst_base_src_perform_seek),
3059         (gst_base_src_loop):
3060         The start segment for reverse playback goes from start to last_stop.
3061
3062 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3063
3064         Patch by: Peter Kjellerstedt <pkj axis com>
3065
3066         * gst/gstclock.h:
3067         Cast the results from the timeval/spec_to_time macros to what the
3068         docs say it casts to, a GstClockTime. fixes #508175.
3069
3070 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3071
3072         * gst/gstbuffer.c:
3073         Update some comments.
3074
3075         * tools/gst-inspect.c: (print_element_properties_info):
3076         Improve printing of flags.
3077
3078 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3079
3080         * libs/gst/base/gstbasetransform.c:
3081           (gst_base_transform_transform_size):
3082           Print element name with g_warning() if there's a problem
3083           with the unit size.
3084
3085 2008-01-07  David Schleef  <ds@schleef.org>
3086
3087         Patch by: Damien Lespiau <damien.lespiau@gmail.com>
3088
3089         * libs/gst/controller/gstcontroller.h:
3090         * libs/gst/controller/gstcontrolsource.h:
3091         * libs/gst/controller/gstinterpolationcontrolsource.h:
3092         * libs/gst/controller/gstlfocontrolsource.h:
3093         * libs/gst/dataprotocol/dataprotocol.h:
3094           Fix empty prototypes.  Fixes bug #507957.
3095
3096 2008-01-07  David Schleef  <ds@schleef.org>
3097
3098         * docs/faq/dependencies.xml: Fix typo.
3099
3100 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3101
3102         * libs/gst/base/gstbasesrc.c: (gst_base_src_default_do_seek),
3103         (gst_base_src_loop):
3104         Don't update the last_stop position in do_seek, that's the position we
3105         did a seek to.
3106         Read backwards when we have a negative rate.
3107
3108         * tests/check/elements/filesrc.c: (event_func), (wait_eos),
3109         (setup_filesrc), (cleanup_filesrc), (GST_START_TEST),
3110         (filesrc_suite):
3111         Add check for reverse reading.
3112
3113 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
3114
3115         Patch by: Alexis Ballier <aballier at gentoo org>
3116
3117         * tests/check/gst/gstabi.c:
3118         * tests/check/gst/struct_ppc64.h:
3119         * tests/check/libs/libsabi.c:
3120         * tests/check/libs/struct_ppc64.h:
3121           Decide which header to include based on the userland ABI target
3122           and not the kernel/cpu. Fix up structure sizes of ppc64 header
3123           for 64-bit userland (#503590).  Might need something similar for
3124           x86 too.
3125
3126 2008-01-05  Tim-Philipp Müller  <tim at centricular dot net>
3127
3128         * gst/gstdebugutils.c: (_gst_debug_bin_to_dot_file):
3129           Log the reason why fopen fails in addition to the fact that it failed.
3130           
3131 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
3132
3133         * gst/parse/parse.l:
3134         Use "%option never-interactive" to prevent useless calls to isatty()
3135         on every input when parsing. Also use "%option noinput" to not define
3136         the static input/yyinput functions which we don't use anyway. This
3137         removes a compiler warning with gcc 4.3 and saves some bytes in the
3138         library.
3139         
3140         * gst/parse/lex._gst_parse_yy.pre.c:
3141         Regenerated for the above change.
3142
3143 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
3144
3145         * gst/gstpad.c: (fixate_value):
3146         Don't crash when trying to fixate and empty list.
3147         Fixes #506643.
3148
3149 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
3150
3151         * docs/faq/gst-uninstalled:
3152         Clarify the comments to make the usage of this script and what it
3153         does easier to understand.
3154
3155 2008-01-01  Thijs Vermeir  <thijsvermeir@gmail.com>
3156
3157         * tools/gst-plot-timeline.py:
3158         Add more options to gst-plot-timeline
3159
3160 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3161
3162         * docs/design/part-synchronisation.txt:
3163         Some more info on how the stream_time in GstBaseSink is done.
3164
3165 2007-12-30  Tim-Philipp Müller  <tim at centricular dot net>
3166
3167         * tests/check/generic/sinks.c: (gst_sinks_suite):
3168           Put back the tcase_set_timeout(), apparently it's needed after
3169           all; fix it up in a way that makes things work with valgrind too.
3170
3171 2007-12-30  Thijs Vermeir  <thijsvermeir@gmail.com>
3172
3173         * gst/gstdebugutils.c:
3174           Add warning when failed to open file for writing.
3175
3176 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
3177
3178         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
3179
3180         * gst/gstvalue.c: (gst_value_is_fixed):
3181           Optimisation: bail out of the loop as early as possible (#500143).
3182
3183 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
3184
3185         * gst/gstcaps.c: (gst_caps_to_string):
3186         * gst/gstinfo.c: (gst_debug_construct_term_color):
3187         * gst/gstparse.c: (gst_parse_launchv):
3188         * gst/gstutils.c: (gst_util_dump_mem):
3189         * gst/gstvalue.c: (gst_value_serialize_any_list),
3190           (gst_value_transform_any_list_string):
3191           Bunch of gratuitous nano-optimisations.
3192
3193 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
3194
3195         * tests/check/generic/sinks.c: (async_done_func),
3196           (async_done_eos_func):
3197           Fix leak in unit test (bus sync handler must unref the message
3198           if it returns GST_BUS_DROP). Don't fiddle with the default test
3199           timeout, this is smaller than the current preconfigured value
3200           via CK_DEFAULT_TIMEOUT, and also breaks things with valgrind
3201           because it overrides the value specified in CK_DEFAULT_TIMEOUT.
3202
3203 2007-12-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3204
3205         Based on Patch by: Laurent Glayal <spglegle at yahoo dot fr>
3206
3207         * configure.ac:
3208         Check for stdio_ext.h for the filesink changes.
3209
3210         * plugins/elements/gstfilesink.c: (buffer_mode_get_type),
3211         (gst_file_sink_class_init), (gst_file_sink_init),
3212         (gst_file_sink_dispose), (gst_file_sink_set_property),
3213         (gst_file_sink_get_property), (gst_file_sink_open_file),
3214         (gst_file_sink_close_file):
3215         * plugins/elements/gstfilesink.h:
3216         Add two properties to control the buffering mode and size.
3217         API: GstFileSink::buffer-mode
3218         API: GstFileSink::buffer-size
3219         Fixes #500150.
3220
3221 2007-12-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3222
3223         * gst/gstsystemclock.c: (gst_system_clock_id_wait_jitter_unlocked):
3224         Add some more docs to explain why a FIXME was wrongly added. 
3225
3226 2007-12-22  Sebastian Dröge  <slomo@circular-chaos.org>
3227
3228         * gst/gstobject.c:
3229           Fix typo in the gst_object_{ref,unref} documentation.
3230
3231 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
3232
3233         * tests/check/libs/controller.c:
3234         * tests/check/libs/typefindhelper.c:
3235         * tests/check/pipelines/parse-launch.c:
3236           Don't use GST_PLUGIN_DEFINE_STATIC, it is not portable and is
3237           going to be deprecated (see #498924).
3238
3239 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
3240
3241         * gst/gsttypefind.c: (gst_type_find_register):
3242           Make gst_type_find_register work for static typefind functions,
3243           ie. allow passing plugin == NULL (prerequisite for #498924).
3244
3245         * gst/gstelementfactory.c: (gst_element_register):
3246           Small docs addition.
3247
3248 2007-12-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3249
3250         * gst/gstpad.c: (gst_pad_dispose):
3251         Really unlink the peer pad instead of setting the peer pointer to NULL
3252         when we dispose the pad.
3253         This correctly calls the unlink functions and makes sure that the peer
3254         does not have a handle to invalid memory. See #504671.
3255
3256         * tests/check/gst/gstpad.c: (GST_START_TEST), (gst_pad_suite):
3257         Add testsuite for above case.
3258
3259 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
3260
3261         Patch by: Peter Kjellerstedt <pkj axis com>
3262
3263         * libs/gst/check/gstcheck.h:
3264           Fix detection of the check version we're compiling against (would
3265           otherwise break if check goes v0.10.0); correctly report the
3266           name of the failed test again in case of failure, instead of
3267           just 'tf' (fixes #504499).
3268
3269 2007-12-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3270
3271         * libs/gst/base/gstbasesrc.c: (gst_base_src_send_event),
3272         (gst_base_src_get_range), (gst_base_src_pad_get_range),
3273         (gst_base_src_loop), (gst_base_src_set_flushing),
3274         (gst_base_src_change_state):
3275         Allow sending EOS to the source to make it send out an EOS event from
3276         the streaming thread.
3277         Update docs and deprecate the old NULL/READY shutdown method.
3278
3279         * tests/check/libs/basesrc.c: (GST_START_TEST),
3280         (gst_basesrc_suite):
3281         Add unit test for controlled shutdown.
3282
3283 2007-12-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3284
3285         * docs/design/part-synchronisation.txt:
3286         Small updates.
3287
3288         * gst/gstsegment.c: (gst_segment_set_seek),
3289         (gst_segment_set_newsegment_full), (gst_segment_to_stream_time),
3290         (gst_segment_to_running_time):
3291         The seek format can be different from the segment format when the start
3292         and stop values are not to be updated, when we only do a rate change for
3293         example.
3294
3295         * tests/check/gst/gstsegment.c: (GST_START_TEST),
3296         (gst_segment_suite):
3297         Add a testcase for the rate-only seeks, checking that the format is
3298         correctly ignored when start and stop are not updated.
3299
3300 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
3301
3302         Patch by: Matthias Bolte <photon at mail dot upb dot de>
3303
3304         * win32/vs8/grammar.vcproj:
3305         * win32/vs8/libgstcontroller.vcproj:
3306         * win32/vs8/libgstreamer.vcproj:
3307         Fix compilation with VS8 and include some missing files.
3308
3309 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
3310
3311         * gst/gsttaglist.c:
3312           Small docs addition: mention that the strings returned by
3313           gst_tag_list_get_string*() are in UTF-8 encoding.
3314
3315 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
3316
3317         * Makefile.am:
3318           The check-exports stuff moved to common/win32.mak, so include that.
3319
3320 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3321
3322         * libs/gst/base/gstbasesrc.c: (gst_base_src_wait_playing),
3323         (gst_base_src_perform_seek), (gst_base_src_get_range),
3324         (gst_base_src_set_playing), (gst_base_src_change_state):
3325         Make _wait_playing() not check any variables so that we can call this
3326         function from subclasses. Move the checks elsewhere similar to
3327         _wait_preroll() in basesink.
3328         Add some debugging.
3329         Only signal the LIVE cond when we are going back to PLAYING.
3330
3331 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
3332
3333         * gst/gstregistrybinary.c: (gst_registry_binary_write_cache):
3334           Use g_remove() and g_rename(). Check result of g_rename(), and
3335           don't leak the open file descriptor if we error out when writing.
3336
3337         * gst/gstregistryxml.c: (load_plugin), (gst_registry_xml_write_cache):
3338           Must check the return value of close() after writing out the new
3339           registry file.  Sometimes write problems such as out-of-diskspace
3340           are only reported when the file is closed and not already during
3341           the write.  This may have caused partial/broken registry files in
3342           some rare circumstances. Should fix #503675.
3343
3344 2007-12-16  Edward Hervey  <edward.hervey@collabora.co.uk>
3345
3346         * docs/gst/.cvsignore:
3347         * docs/libs/.cvsignore:
3348         * docs/plugins/.cvsignore:
3349         Ignore files generated by new common/* modifications
3350
3351 2007-12-15  Stefan Kost  <ensonic@users.sf.net>
3352
3353         * win32/common/libgstbase.def:
3354           Yes, you can also have a <TAB> if you want.
3355
3356 2007-12-15  Stefan Kost  <ensonic@users.sf.net>
3357
3358         * win32/common/libgstbase.def:
3359           Add new basetransform API to win export file.
3360
3361 2007-12-15  Stefan Kost  <ensonic@users.sf.net>
3362
3363         * tests/check/gst/gstbin.c:
3364           Adjust the test to the refcount change two days ago.
3365
3366 2007-12-14  David Schleef  <ds@schleef.org>
3367
3368         * docs/faq/getting.xml: Fix typo.
3369
3370 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
3371
3372         * docs/libs/gstreamer-libs-sections.txt:
3373         * libs/gst/base/gstbasetransform.c: (gst_base_transform_init),
3374           (gst_base_transform_prepare_output_buffer),
3375           (gst_base_transform_set_gap_aware):
3376         * libs/gst/base/gstbasetransform.h:
3377           API: Add gst_base_transform_set_gap_aware() to control whether
3378           the element correctly handles GST_BUFFER_FLAG_GAP or shouldn't
3379           get buffers with this flag at all. Fixes #503231.
3380
3381 2007-12-13  Stefan Kost  <ensonic@users.sf.net>
3382
3383         * libs/gst/base/gstbasesink.c:
3384         * libs/gst/base/gstbasesrc.c:
3385         * libs/gst/base/gstbasetransform.c:
3386           Replace gst_pad_get_parent by GST_OBJECT_PARENT inside streaming
3387           thread. Correct log message in gstbasesrc.c.
3388
3389 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
3390
3391         * gst/gstutils.c: (element_find_unconnected_pad):
3392           Fix possible compiler warning (#503417).
3393
3394 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
3395
3396         * gst/gstobject.c: (gst_object_dispatch_properties_changed):
3397           Don't use GST_CAT_EVENT here for logging, it makes no sense.
3398
3399 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
3400
3401         * tools/gst-inspect.c: (print_element_properties_info):
3402           Add support for GstFraction properties.
3403
3404 2007-12-12  Tim-Philipp Müller  <tim at centricular dot net>
3405
3406         * Makefile.am:
3407           Add check-exports target and run it as part of 'make check'
3408           (see #499140 and #493983).
3409
3410         * gst/gst_private.h:
3411         * gst/gstelementfactory.h:
3412         * gst/gstghostpad.c: (gst_proxy_pad_class_init):
3413         * gst/gstinfo.c: (_priv_gst_in_valgrind), (_gst_debug_init),
3414           (_priv_gst_in_valgrind):
3415         * gst/gstinfo.h: (GstLogFunction):
3416         * gst/gsttypefind.c: (type_find_debug), (GST_CAT_DEFAULT),
3417           (gst_type_find_register):
3418         * gst/gsttypefindfactory.c: (type_find_debug), (GST_CAT_DEFAULT),
3419           (gst_type_find_factory_get_type):
3420         * libs/gst/controller/gstcontroller.c: (GST_CAT_DEFAULT),
3421           (GST_CAT_DEFAULT), (parent_class), (priv_gst_controller_key),
3422           (gst_controller_new_valist), (gst_controller_new_list),
3423           (_gst_controller_dispose), (_gst_controller_class_init):
3424         * libs/gst/controller/gstcontrolsource.c: (GST_CAT_DEFAULT):
3425         * libs/gst/controller/gsthelper.c: (GST_CAT_DEFAULT),
3426           (GST_CAT_DEFAULT), (gst_object_uncontrol_properties),
3427           (gst_object_get_controller), (gst_object_set_controller),
3428           (gst_object_suggest_next_sync), (gst_object_sync_values),
3429           (gst_object_set_control_source), (gst_object_get_control_source),
3430           (gst_object_get_value_arrays), (gst_object_get_value_array),
3431           (gst_object_get_control_rate), (gst_object_set_control_rate):
3432         * libs/gst/controller/gstinterpolation.c: (GST_CAT_DEFAULT):
3433         * libs/gst/controller/lib.c: (GST_CAT_DEFAULT):
3434           Make some functions that should be static static; rename some
3435           private symbols so that they don't get exported; add some FIXME
3436           comments so we can move accidentally exported functions into
3437           our private section in 0.11.
3438
3439         * win32/common/libgstreamer.def:
3440           Add gst_utils_get_timestamp().
3441
3442 2007-12-12  Stefan Kost  <ensonic@users.sf.net>
3443
3444         * gst/gstvalue.c:
3445         * gst/gstvalue.h:
3446           Add more missing "Since:" tags to docs.
3447
3448 2007-12-12  Stefan Kost  <ensonic@users.sf.net>
3449
3450         * gst/gstutils.c:
3451           Add mising "Since:" to docs.
3452
3453 2007-12-11  Stefan Kost  <ensonic@users.sf.net>
3454
3455         * gst/gstplugin.c:
3456           Include "glib-compat-private.h" to fix the build on system with
3457           glib < 2.10. Fixes #503131.
3458
3459 2007-12-11  Stefan Kost  <ensonic@users.sf.net>
3460
3461         * gst/gstutils.c:
3462         * gst/gstutils.h:
3463           Actually its not PURE as it gets the time from elsewhere.
3464
3465 2007-12-11  Stefan Kost  <ensonic@users.sf.net>
3466
3467         * docs/gst/gstreamer-sections.txt:
3468         * gst/gstclock.h:
3469         * gst/gstdebugutils.c:
3470         * gst/gstinfo.c:
3471         * gst/gstutils.c:
3472         * gst/gstutils.h:
3473         * libs/gst/base/gstbasesink.c:
3474         * tools/gst-launch.c:
3475           Change GST_GET_TIMESTAMP into gst_util_get_timestamp and replace all
3476           uses as we don't have HAVE_POSIX_TIMERS in public headers.
3477           Thanks Tim for spotting.
3478           API: gst_util_get_timestamp
3479
3480 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
3481
3482         * configure.ac:
3483           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
3484
3485 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
3486
3487         * gst/gststructure.c: (gst_structure_validate_name),
3488           (gst_structure_new_valist), (gst_structure_parse_value),
3489           (gst_structure_from_string):
3490           Don't crash in _from_string() if the structure name is not valid
3491           (fixes #501560).  Allow structure names to start with a number
3492           again (this apparently broke the ubuntu codec installer).
3493
3494         * tests/check/gst/gststructure.c: (GST_START_TEST), (GST_START_TEST),
3495           (GST_START_TEST):
3496           Add unit test for the crash; update unit tests for new behaviour.
3497
3498 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
3499
3500         * gst/gstutils.c:
3501         Clarify gst_element_get_compatible_pad() documentation.
3502         Fixes #500919.
3503
3504 2007-12-02  Sebastian Dröge  <slomo@circular-chaos.org>
3505
3506         * tests/check/Makefile.am:
3507           Don't forget to dist {gst,libs}/struct_hppa.h.
3508
3509 2007-11-28  Stefan Kost  <ensonic@users.sf.net>
3510
3511         * libs/gst/base/gstbasesink.c:
3512           Use new API to get elapsed time.
3513
3514 2007-11-28  Stefan Kost  <ensonic@users.sf.net>
3515
3516         * gst/gstdebugutils.c:
3517         * gst/gstinfo.c:
3518           Fix wrong order of args in GST_CLOCK_DIFF() usage.
3519
3520         * tools/gst-launch.c:
3521           Use new API to get elapsed time.
3522
3523 2007-11-28  Stefan Kost  <ensonic@users.sf.net>
3524
3525         * docs/gst/gstreamer-sections.txt:
3526         * gst/gstclock.h:
3527         * gst/gstdebugutils.c:
3528         * gst/gstinfo.c:
3529           Rename new API + ChangeLog surgery to remove old name from last entry..
3530
3531 2007-11-28  Stefan Kost  <ensonic@users.sf.net>
3532
3533         * docs/gst/gstreamer-sections.txt:
3534         * gst/gstclock.h:
3535         * gst/gstdebugutils.c:
3536         * gst/gstinfo.c:
3537           Now hide the different clock stuff behind a macro.
3538
3539 2007-11-28  Stefan Kost  <ensonic@users.sf.net>
3540
3541         * configure.ac:
3542         * gst/gstdebugutils.c:
3543         * gst/gstinfo.c:
3544           Apply the posix-timer check from #361155. Conditionally use the posix
3545           timer for logging. This gives better timestamp precission, less
3546           overhead and no ntp jitter.
3547
3548 2007-11-28  Sebastian Dröge  <slomo@circular-chaos.org>
3549
3550         * gst/gstminiobject.c: (gst_mini_object_get_type),
3551         (gst_mini_object_class_init), (gst_mini_object_copy_default),
3552         (gst_mini_object_finalize), (gst_mini_object_copy),
3553         (gst_mini_object_is_writable), (gst_mini_object_make_writable),
3554         (gst_mini_object_replace), (param_mini_object_validate),
3555         (gst_param_spec_mini_object_get_type):
3556         Some cleanup and checking against invalid function parameters.
3557
3558 2007-11-28  Wim Taymans  <wim.taymans@gmail.com>
3559
3560         * docs/gst/gstreamer-sections.txt:
3561         * gst/gstclock.h:
3562         * tests/check/gst/gstsystemclock.c: (GST_START_TEST),
3563         (gst_systemclock_suite):
3564         Start merging in the easy bits of #361155, the monotonic clock patch.
3565         This one adds a few handy macros with docs and a testsuite.
3566
3567 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
3568
3569         * plugins/elements/gstfilesink.c: (gst_file_sink_event):
3570         Be a bit smarter when seeking, like, don't try to do a seek when it's
3571         not needed. This avoids errors when the file is not seekable.
3572         Fixes #499771.
3573
3574 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
3575
3576         * docs/gst/gstreamer-docs.sgml:
3577         * docs/gst/gstreamer-sections.txt:
3578         * docs/gst/gstreamer.types.in:
3579         * gst/Makefile.am:
3580         * gst/gst.h:
3581         * gst/gstpreset.c:
3582         * gst/gstpreset.h:
3583         * plugins/elements/gstqueue.c:
3584           Due to popular request remove preset interface again. :-(.
3585
3586 2007-11-22  Stefan Kost  <ensonic@users.sf.net>
3587
3588         * tools/gst-inspect.c:
3589           Print 'default value' for enums and flags too.
3590
3591 2007-11-22  Stefan Kost  <ensonic@users.sf.net>
3592
3593         * docs/random/ensonic/profiling.txt:
3594           More ideas.
3595
3596         * gst/gstbin.c:
3597           Fix typo and give better log output.
3598
3599         * gst/gstdebugutils.c:
3600         * gst/gstdebugutils.h:
3601           More ideas, make graphs a bit smaller and fix param name in macro.
3602
3603 2007-11-22  Stefan Kost  <ensonic@users.sf.net>
3604
3605         * gst/gstpreset.c:
3606           Try harder to use the return value from fgets().
3607
3608 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
3609
3610         * gst/gstpreset.c:
3611           For theses two fgets we handle the error below.
3612
3613 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
3614
3615         * libs/gst/base/gstbasesink.c: (gst_base_sink_send_event):
3616         Only send upstream events upstream. Fixes #498746.
3617
3618 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
3619
3620         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
3621
3622         * plugins/elements/gstidentity.c: (gst_identity_class_init),
3623         (gst_identity_init), (gst_identity_transform_ip),
3624         (gst_identity_set_property), (gst_identity_get_property):
3625         * plugins/elements/gstidentity.h:
3626         Add property to disable handoff signal emission. Fixes #498694.
3627         API: GstIdentity::signal-handoffs
3628
3629 2007-11-21  Julien Moutte  <julien@fluendo.com>
3630
3631         * docs/faq/gst-uninstalled: Yet another missing library for the
3632         uninstalled script (fft)
3633
3634 2007-11-21  Jan Schmidt  <jan.schmidt@sun.com>
3635
3636         * docs/faq/developing.xml:
3637         Add a question about how to submit new translations.
3638
3639         * docs/random/release:
3640         Update the contact email address for the Translation Project
3641
3642         * plugins/elements/gstfdsrc.c:
3643         The parent_class for fdsrc is pushsrc, not GstElement.
3644
3645 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
3646
3647         * gst/gstpreset.c:
3648           Plug a leak and fix saving.
3649
3650 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
3651
3652         * docs/gst/gstreamer-sections.txt:
3653         Add new gst_preset__get_property_names() function to the docs
3654         to fix the build.
3655
3656 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
3657
3658         * gst/gstpreset.c:
3659         * gst/gstpreset.h:
3660           Change _get_preset_names API to return a strv with copies. Add
3661           _get_property_names to allow implementations to filter and provide
3662           good default implementation.
3663
3664 2007-11-20  Julien MOUTTE  <julien@moutte.net>
3665
3666         * docs/faq/gst-uninstalled: Add another library to the uninstalled
3667         script (sdp).
3668
3669 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
3670
3671         * gst/gstpreset.c:
3672           More cleanups, docs, and TODOs from comments that now slowly come in.
3673
3674 2007-11-19  Julien MOUTTE  <julien@moutte.net>
3675
3676         * docs/faq/gst-uninstalled: Add new base libraries in the LD 
3677         search path.
3678
3679 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
3680
3681         * gst/gstpreset.c:
3682           Fix bogus warning and make the property type specific code more
3683           similar.
3684
3685 2007-11-19  Julien MOUTTE  <julien@moutte.net>
3686
3687         * gst/gstpreset.c: (gst_preset_default_create_preset): Make
3688         it build on OS X.
3689
3690 2007-11-19  Wim Taymans  <wim.taymans@gmail.com>
3691
3692         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_init),
3693         (gst_bin_add_func), (gst_bin_remove_func),
3694         (gst_bin_change_state_func), (gst_bin_continue_func):
3695         Change email, cleanups add some more debug and comments.
3696         Also set bus and clock on new elements when the pipeline was in error.
3697
3698 2007-11-18  Stefan Kost  <ensonic@users.sf.net>
3699
3700         * gst/gstbin.c:
3701         * gst/gstdebugutils.c:
3702           Fix build with --disable-gst-debug. Fixes #497859.
3703           Spotted by Sameer Naik.
3704
3705 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
3706
3707         * gst/gstevent.c:
3708           Little documentation improvment.
3709
3710         * gst/gstpreset.c:
3711           More TODO cleanups. Remove c++ comments.
3712
3713         * libs/gst/controller/gstcontroller.c:
3714           Add TODO and use quark from static string.
3715
3716         * tests/check/gst/gstmessage.c:
3717         * tests/check/gst/gststructure.c:
3718           Use quark from static string.
3719
3720 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
3721
3722         * gst/gstpreset.c:
3723           Add some comments and TODOs.
3724
3725         * gst/gstpreset.h:
3726           Add padding for future changes.
3727
3728         * plugins/elements/gstqueue.c:
3729           Implement the iface.    
3730
3731 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
3732
3733         * docs/gst/gstreamer-docs.sgml:
3734         * docs/gst/gstreamer-sections.txt:
3735         * docs/gst/gstreamer.types.in:
3736         * gst/Makefile.am:
3737         * gst/gst.h:
3738         * gst/gstpreset.c:
3739         * gst/gstpreset.h:
3740           Add the preset interface (Fixes #396779). Do some doc cleanups along.
3741
3742 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
3743
3744         * configure.ac:
3745
3746         Back to CVS
3747
3748 === release 0.10.15 ===
3749
3750 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
3751
3752         * configure.ac:
3753           releasing 0.10.15, "October"
3754
3755 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
3756
3757         * win32/vs6/libgstreamer.dsp:
3758         Convert line endings back to DOS.
3759
3760 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
3761
3762         * docs/design/draft-tagreading.txt:
3763         * docs/random/ensonic/profiling.txt:
3764         Update fast tagreading draft and performance profiling ideas.
3765
3766 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
3767
3768         * libs/gst/base/gstbasesink.c: (gst_base_sink_set_last_buffer):
3769         Don't hold the object lock when unreffing a buffer because it could
3770         cause a deadlock when the finalize function wants to grab the object
3771         lock too. Fixes #495133.
3772
3773 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
3774
3775         * gst/gstsegment.c: (gst_segment_set_newsegment_full),
3776         (gst_segment_to_stream_time), (gst_segment_to_running_time):
3777         Also accumulate time correctly when doing reverse playback. Fixes
3778         #488201,
3779         When converting to running and stream time, use default values for
3780         start/stop/time/accum when comparing different formats. Fixes #494245.
3781
3782         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times):
3783         Do running/stream time in TIME format.
3784
3785         * tests/check/gst/gstsegment.c: (GST_START_TEST),
3786         (gst_segment_suite):
3787         2 new unit tests for segment accumulation.
3788
3789 2007-11-07  Tim-Philipp Müller  <tim at centricular dot net>
3790
3791         * gst/gst.c: (init_pre):
3792         * gst/gstdebugutils.c: (priv_gst_dump_dot_dir), (debug_dump_element),
3793           (_gst_debug_bin_to_dot_file):
3794           Move getenv() back into gst_init, so everyone can live happily
3795           ever after. Make sure the symbol isn't exported though.
3796
3797 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
3798
3799         Patch by: Sebastien Moutte  <sebastien moutte net>
3800
3801         * win32/common/gstenumtypes.c:
3802         * win32/common/gstenumtypes.h:
3803           Update enum types.
3804
3805         * win32/vs6/libgstreamer.dsp:
3806           Update vs6 project files (#494343).
3807
3808 2007-11-06  Wim Taymans  <wim.taymans@gmail.com>
3809
3810         * libs/gst/base/gstbasesrc.c: (gst_base_src_default_query),
3811         (gst_base_src_perform_seek), (gst_base_src_default_event),
3812         (gst_base_src_set_flushing), (gst_base_src_activate_push),
3813         (gst_base_src_activate_pull):
3814         Unify flushing code, remove some old unlock code that is no longer used.
3815         Take the streaming lock when seeking to avoid races. Fixes #492729.
3816         Added some more comments.
3817
3818 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
3819
3820         * gst/gst.c: (_gst_disable_segtrap):
3821           Make  _gst_disable_segtrap static, it's only used in gstplugin.c and
3822           we can use gst_segtrap_is_enabled() there now that we have that API.
3823           Move _gst_debug_dump_dot_dir into gstdebugutils.c, there's no reason
3824           to do the getenv here (and export the variable).
3825
3826         * gst/gstdebugutils.c: (debug_dump_element),
3827           (_gst_debug_bin_to_dot_file), (_gst_debug_bin_to_dot_file_with_ts):
3828           Don't use VLAs which is a C99ism and throws off MSVC (#493983).
3829
3830         * gst/gstinfo.c: (_priv_gst_info_start_time), (_gst_debug_init),
3831           (gst_debug_log_default):
3832           Rename _gst_info_start_time to priv_gst_info_start_time so it
3833           doesn't get exported (was never in any header).
3834
3835         * gst/gstplugin.c: (_gst_plugin_fault_handler_setup),
3836           (gst_plugin_loading_mutex):
3837           Make static mutex gst_plugin_loading_mutex really static (was never
3838           in any header), and use gst_segtrap_is_enabled() instead of
3839           _gst_disable_segtrap.
3840
3841         * gst/gsttrace.c: (_gst_trace_default):
3842           Make local _gst_trace_default static (was never in any header).
3843
3844 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
3845
3846         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3847
3848         * win32/common/libgstbase.def:
3849         * win32/common/libgstcontroller.def:
3850         * win32/common/libgstdataprotocol.def:
3851         * win32/common/libgstnet.def:
3852         * win32/common/libgstreamer.def:
3853           Add more missing symbols, remove some duplicates, and sort
3854           as the 'sort' command sorts it (partially fixes #493983).
3855
3856 2007-11-06  Wim Taymans  <wim.taymans@gmail.com>
3857
3858         * gst/gstelement.c: (gst_element_set_state_func):
3859         Only change the state cookie if a different state was set on the
3860         element. See #492729.
3861
3862 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
3863
3864         * gst/gstvalue.c:
3865           Remove unused and uninitialised type variables that were still
3866           exported for some reason (they were never in any header files
3867           though).
3868
3869 2007-11-06  Wim Taymans  <wim.taymans@gmail.com>
3870
3871         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times),
3872         (gst_base_sink_do_sync), (gst_base_sink_preroll_object),
3873         (gst_base_sink_event), (gst_base_sink_get_position_last),
3874         (gst_base_sink_get_position_paused), (gst_base_sink_get_position),
3875         (gst_base_sink_change_state):
3876         Don't try to report a 0 position when we don't know, return -1 and FALSE
3877         instead. This mostly happens when we are prerolling.
3878         Make sure we can report the right position before we post the ASYNC_DONE
3879         message so that a message handler can query position without races.
3880
3881         * tests/check/generic/sinks.c: (send_eos), (GST_START_TEST),
3882         (async_done_handoff), (async_done_func), (send_buffer),
3883         (async_done_eos_func), (gst_sinks_suite):
3884         Add two tests for the above.
3885
3886 2007-11-06  Wim Taymans  <wim.taymans@gmail.com>
3887
3888         * MAINTAINERS:
3889         Update with new email address.
3890
3891         * docs/design/part-TODO.txt:
3892         Add some more info about future pad-block and negotiation changes.
3893
3894         * docs/design/part-buffering.txt:
3895         Add some ideas about buffering reporting.
3896
3897 2007-11-06  Jan Schmidt  <jan.schmidt@sun.com>
3898
3899         * tests/check/gst/gstobject.c:
3900         Disable silly racy test that always fails on this combination of CPU
3901         and kernel.
3902
3903 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
3904
3905         Patch by: Murray Cumming  <murrayc@murrayc.com>
3906
3907         * gst/gstobject.c:
3908           Corrected the registration of the parent-set and parent-unset
3909           signals: The parameter is a GstObject, not a GObject (#493134).
3910
3911 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
3912
3913         * gst/gst_private.h:
3914         * gst/gstbuffer.h:
3915         * gst/gstevent.h:
3916         * gst/gstformat.h:
3917         * gst/gstmessage.h:
3918         * gst/gstplugin.h:
3919         * gst/gstquery.h:
3920         * gst/gsttaglist.h:
3921         * gst/gstvalue.h:
3922           Move declaration of private _gst_foo_initialize() functions into
3923           our private header file where they should have been all along.
3924
3925 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
3926
3927         * docs/plugins/gstreamer-plugins-sections.txt:
3928         * gst/gstdebugutils.h:
3929         * gst/gstxml.h:
3930         * plugins/elements/gstqueue.c:
3931           gtk-doc fixes; trailing-comma-in-enum fix.
3932
3933 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
3934
3935         * gst/gst.c: (gst_deinit):
3936           Clean up on deinit (not the external ones though, doesn't seem to be
3937           needed for some reason).
3938
3939 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
3940
3941         * gst/gstinfo.h: (GST_DEBUG_CATEGORY_EXTERN):
3942           Remove __declspec(dllimport) for MSVC that was copied over into core
3943           from a plugin, obviously without ever having been tested (note the
3944           single underscore in _declspec in the initial commit), and that doesn't
3945           really make sense.  See #492077.
3946
3947 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
3948
3949         * gst/gst.c: (init_post):
3950         * gst/gstevent.c: (_gst_event_initialize):
3951         * gst/gstquery.c: (_gst_query_initialize):
3952         * libs/gst/dataprotocol/dataprotocol.c (gst_dp_init):
3953           g_type_class_ref() other types as well, see #349410 and #64764.
3954
3955         * gst/gstbuffer.c: (_gst_buffer_initialize):
3956         * gst/gstmessage.c: (_gst_message_initialize):
3957           Simplify existing g_type_class_ref().
3958
3959 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
3960
3961         * gst/gstformat.c: (_gst_format_initialize):
3962           g_type_class_ref() our GstFormat type to make sure we avoid the
3963           thread-unsafe bits of the GObject/GType system, ie. bug #349410 and
3964           bug #64764. Should fix intermittent tee unit test failures (#474823).
3965
3966 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
3967
3968         * tests/check/elements/tee.c: (test_num_buffers):
3969           Simplify, simplify, simplify - or not.  Rewrite unit test
3970           not to use gst_parse_launch(); allow N sub-streams. Increasing
3971           the number of sub-streams seems to reproduce #474823 more easily.
3972
3973 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
3974
3975         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3976
3977         * gst/gsttrace.c:
3978         * libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_new):
3979         * libs/gst/net/gstnettimepacket.c: (gst_net_time_packet_send):
3980         * libs/gst/net/gstnettimeprovider.c: (gst_net_time_provider_new):
3981           Fix a couple of missing includes for MSVC2005 and a C99 issue. Also,
3982           starting with 2.14.0, GLib won't provide a pipe() macro any longer,
3983           so use _pipe() directly (#492077).
3984
3985         * win32/common/dirent.c: (_treaddir):
3986           Add a couple of casts to make it build without warnings with MSVC.
3987
3988         * win32/common/libgstreamer.def:
3989           Add some more symbols that need to be exported.
3990
3991 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
3992
3993         * tests/examples/metadata/read-metadata.c: (message_loop):
3994           Use _KEEP as merge mode rather than _KEEP_ALL, so tags
3995           arriving in a second or third tag message are added to
3996           the tag list as well.
3997
3998 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
3999
4000         * libs/gst/base/gstbasesrc.c:
4001           Its "Since:" and not "@Since:". And remove an superflous cast.
4002
4003 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
4004
4005         * docs/libs/gstreamer-libs-sections.txt:
4006         * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
4007         (gst_base_sink_get_last_buffer), (gst_base_sink_set_last_buffer),
4008         (gst_base_sink_get_property), (gst_base_sink_render_object),
4009         (gst_base_sink_preroll_object),
4010         (gst_base_sink_queue_object_unlocked), (gst_base_sink_event),
4011         (gst_base_sink_change_state):
4012         * libs/gst/base/gstbasesink.h:
4013         Add a new last-buffer property that contains the last buffer used in
4014         basesink for preroll or rendering. useful for making snapshots.
4015         API: gst_base_sink_get_last_buffer()
4016         API: GstBaseSink::last-buffer
4017
4018 2007-10-29  Stefan Kost  <ensonic@users.sf.net>
4019
4020         * docs/gst/running.xml:
4021         * gst/gst.c:
4022         * gst/gstdebugutils.c:
4023         * gst/gstdebugutils.h:
4024         * tools/gst-launch.c:
4025           Improve bin graph dumping, by using the envvar to specify a path.
4026           Rename the envvar to GST_DEBUG_DUMP_DOT_DIR.
4027
4028 2007-10-29  Tim-Philipp Müller  <tim at centricular dot net>
4029
4030         * plugins/elements/gsttypefindelement.c:
4031           (gst_type_find_element_handle_event),
4032           (gst_type_find_element_activate):
4033           Post special error message if we can't determine the type of a stream
4034           because it's empty.
4035
4036 2007-10-29  Stefan Kost  <ensonic@users.sf.net>
4037
4038         * docs/gst/running.xml:
4039         * gst/gstdebugutils.c:
4040           Document new env-var. Add one log-line after dumpng a graph.
4041
4042 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4043
4044         * configure.ac:
4045           Ugly hack to put the (recently removed and non-portable, apparently)
4046           -Wl,--export-dynamic back into libgstcheck's LDFLAGS when we're using
4047           GNU ld, because without that 'make check' fails miserably on my debian
4048           stable box.  Someone with more knowledge of linker intricacies and
4049           portability issues than me fix this properly please.
4050
4051 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
4052
4053         * libs/gst/base/gstbasesink.c: (gst_base_sink_event):
4054         Reset last seen position after flushing so that we don't report the old
4055         position anymore.
4056
4057 2007-10-25  Jan Schmidt  <Jan.Schmidt@sun.com>
4058
4059         * gst/gstelementfactory.c: (gst_element_register):
4060         * gst/gsturi.h:
4061         Patch from Alessandro Decina adding get_type_full and
4062         get_protocols_full private vfuncs to the URIHandler interface
4063         to allow bindings to support creating URI handlers. 
4064         Partially fixes: #339279
4065         API: GstURIHandlerInterface::get_type_full
4066         API: GstURIHandlerInterface::get_protocols_full
4067
4068 2007-10-25  Jan Schmidt  <Jan.Schmidt@sun.com>
4069
4070         * plugins/elements/gstmultiqueue.c: (gst_multi_queue_set_property),
4071         (gst_multi_queue_request_new_pad), (gst_single_queue_flush),
4072         (gst_multi_queue_loop), (gst_multi_queue_sink_activate_push):
4073         Make it so that pads are considered linked until a buffer is pushed
4074         and discovered otherwise. This avoids problems with decodebin2 hanging
4075         after a seek in the filesrc ! decodebin2 name=d ! fakesink d. ! fakesink
4076         case.
4077
4078         Make sure we lock the multiqueue when updating the max-size properties.
4079         
4080         Fix a crash on Solaris in a debug statement in get_request_pad that
4081         passes a NULL string to GST_DEBUG. 
4082
4083         * tests/check/elements/multiqueue.c: (mq_dummypad_chain),
4084         (run_output_order_test):
4085         Fix the test to allow the first buffer on not-linked pads to come out
4086         of sequence while multiqueue discovers that they are not-linked.
4087
4088 2007-10-25  Jan Schmidt  <Jan.Schmidt@sun.com>
4089
4090         * configure.ac:
4091         * libs/gst/check/Makefile.am:
4092         Use a custom export symbol regex for libgstcheck, as it needs
4093         to export symbols that don't match the standard GStreamer gst_*
4094         pattern, and  --export-dynamic is not portable (only works on 
4095         GNU ld)
4096
4097         * libs/gst/check/gstcheck.c: (gst_check_setup_src_pad),
4098         (gst_check_setup_sink_pad):
4099         Make sure to pass a message parameter to the fail_* macros.
4100
4101         * tests/check/gst/gstinfo.c: (GST_START_TEST):
4102         Fix some compiler warnings.
4103
4104 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
4105
4106         * tests/check/gst/gststructure.c: (test_to_string):
4107           Disable test that checks that white spaces are not allowed
4108           in structure names or field names, since we need to
4109           support that for now for backwards compatibility reasons.
4110
4111 2007-10-24  Tim-Philipp Müller  <tim at centricular dot net>
4112
4113         * docs/gst/gstreamer-sections.txt:
4114         * gst/gsttaglist.c:
4115         * gst/gsttaglist.h:
4116           API: add GST_TAG_ARTIST_SORTNAME
4117           API: add GST_TAG_ALBUM_SORTNAME
4118           API: add GST_TAG_TITLE_SORTNAME
4119           Add tag variants for sorting (#414539).
4120
4121 2007-10-24  Tim-Philipp Müller  <tim at centricular dot net>
4122
4123         * gst/gststructure.c:
4124           Also allow white space for names so we don't break
4125           backwards compatibility.
4126
4127 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
4128
4129         * docs/design/part-TODO.txt:
4130         * docs/design/part-segments.txt:
4131         * docs/design/part-streams.txt:
4132         Small updates.
4133
4134 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
4135
4136         * docs/gst/gstreamer-sections.txt:
4137          Fixed documentation from my previous commit (added new API add
4138          gst_value_set_structure(), add gst_value_get_structure() and
4139          GST_VALUE_HOLDS_STRUCTURE).
4140
4141 2007-10-22  Stefan Kost  <ensonic@users.sf.net>
4142
4143         * gst/gstdebugutils.c:
4144           Reflow code to fix uninitialized variable warning.
4145
4146 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
4147
4148         * gst/gstcaps.c: (gst_caps_to_string),
4149         (gst_caps_from_string_inplace):
4150         * gst/gststructure.c: (gst_structure_get_abbrs),
4151         (gst_structure_to_string), (gst_structure_from_string):
4152         * gst/gstvalue.c: (gst_value_set_structure),
4153         (gst_value_get_structure), (gst_value_serialize_structure),
4154         (gst_value_deserialize_structure), (_gst_value_initialize):
4155         * gst/gstvalue.h:
4156         * tests/check/gst/gststructure.c: (GST_START_TEST),
4157         (gst_structure_suite):
4158         * tests/check/gst/gstvalue.c: (GST_START_TEST):
4159          Added GstStructure to gst_value_table and its related functions.
4160          Changed gst_structure_to_string to print ';' in the end.
4161          Changed gst_caps_to_string to not print ';' beteween its
4162          fields (structures) anymore and remove the lastes ';' from latest
4163          structure. Now it is possible to have nested structures.
4164          In addition, backward compatibilty is assured by accepting '\0' as
4165          end delimiter. Fixes: #487969.
4166          API: add gst_value_set_structure()
4167          API: add gst_value_get_structure()
4168          API: add GST_VALUE_HOLDS_STRUCTURE
4169
4170 2007-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4171
4172         * gst/gstbus.c:
4173           When no GSource callback has been set up, tell developer
4174           to use a function that actually exists.
4175
4176 2007-10-17  Stefan Kost  <ensonic@users.sf.net>
4177
4178         * docs/gst/gstreamer-sections.txt:
4179         * gst/Makefile.am:
4180         * gst/gst.c:
4181         * gst/gst.h:
4182         * gst/gstdebugutils.c:
4183         * gst/gstdebugutils.h:
4184         * gst/gstinfo.c:
4185         * gst/gstinfo.h:
4186         * tools/gst-launch.c:
4187           Allow dumping pipelines as dot graphs. Fixes #456573.
4188
4189 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
4190
4191         * gst/gststructure.c:
4192           Allow '+' as well, it can be part of media or mime types
4193           such as image/svg+xml.
4194
4195 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
4196
4197         * docs/gst/gstreamer-sections.txt:
4198         * gst/gstbus.c:
4199         * gst/gstbus.h:
4200           API: add gst_bus_pop_filtered
4201           API: add gst_bus_timed_pop_filtered
4202           Two new functions for waiting for specific message types on the
4203           bus for a specified amount of time without iterating any main
4204           loops or main contexts.
4205
4206         * tests/check/gst/gstbus.c:
4207           Some tests for the new functions.
4208
4209 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
4210
4211         * docs/libs/gstreamer-libs-sections.txt:
4212           Make gtk-doc ignore stuff it should ignore.
4213
4214 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
4215
4216         * libs/gst/check/gstcheck.c:
4217         * libs/gst/check/gstcheck.h:
4218           Allow runtime selection of unit tests to run via the GST_CHECKS
4219           environment variable (test case function names, comma-separated).
4220
4221 2007-10-16  Stefan Kost  <ensonic@users.sf.net>
4222
4223         * gst/gststructure.c:
4224         * tests/check/gst/gststructure.c:
4225           Revert serialisation change and constrain structure-names after
4226           consensus on irc. Update api documentation to reflect the change.
4227
4228 2007-10-16  Stefan Kost  <ensonic@users.sf.net>
4229
4230         * gst/gststructure.c:
4231           Improve serialization and fix tests.
4232
4233         * tests/check/gst/gststructure.c:
4234           Add another test that covers why I actually did the previous structure
4235           change.
4236
4237 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
4238
4239         * tools/gst-inspect.c: (print_element_info):
4240         Don't crash when inspecting an element.
4241
4242 2007-10-15  Tim-Philipp Müller  <tim at centricular dot net>
4243
4244         * tests/check/gst/gststructure.c:
4245           Add unit test for escaping of structure name when serialising
4246           and deserialising to/from strings.
4247
4248 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
4249
4250         * plugins/elements/gstmultiqueue.c: (gst_single_queue_push_one),
4251         (gst_single_queue_new):
4252         * plugins/elements/gstqueue.c: (gst_queue_init),
4253         (gst_queue_push_one):
4254         Fix queue negotiation. If acceptcaps unconditionally returns TRUE,
4255         upstream is tricked into thinking it can suggest a format downstream
4256         while downstream does not support that format. The real problem is that
4257         core calls acceptcaps when pushing a buffer with new caps, for which we
4258         do a little workaround by setting the caps on the srcpad ourselves
4259         before pushing the buffer (until this is figured out). Fixes #486758.
4260
4261 2007-10-15  Stefan Kost  <ensonic@users.sf.net>
4262
4263         * gst/gststructure.c:
4264         * gst/gstvalue.c:
4265           Add some more comments and debug output. Quote structure name to fix
4266           deserialisation of some strings.
4267
4268 2007-10-15  Stefan Kost  <ensonic@users.sf.net>
4269
4270         * gst/gstbuffer.h:
4271           Define GST_BUFFER_FLAG_GAP more strictly to enable optimizations based
4272           on it. Fix docs for GST_BUFFER_MALLOCDATA and GstBuffer.malloc_data.
4273
4274 2007-10-15  Stefan Kost  <ensonic@users.sf.net>
4275
4276         * tools/gst-inspect.c:
4277           Save approx. 400 1 byte allocs when printing. Use API to acces element
4278           details.
4279
4280         * tools/gst-run.c:
4281           Avoid a strdup.
4282
4283         * tools/gst-xmlinspect.c:
4284           Use API to acces element details.
4285
4286 2007-10-15  Stefan Kost  <ensonic@users.sf.net>
4287
4288         * gst/gstinfo.c:
4289           Fix some spelling errors.
4290
4291 2007-10-14  Wim Taymans  <wim.taymans@gmail.com>
4292
4293         * gst/gstbin.c: (bin_handle_async_done):
4294         Correctly set the next state if all of our async children commited their
4295         state. This makes sure we can actually cancel the state change in
4296         progress. Fixes a regression in Rhythmbox when seeking.
4297
4298 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
4299
4300         * gst/gstbin.c:
4301           Don't shadow local variable.
4302
4303         * gst/gstinfo.c:
4304           Don't shadow global function name.
4305
4306 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
4307
4308         * gst/gstelementfactory.c:
4309         * gst/gstpluginfeature.c:
4310         * gst/gstpluginfeature.h:
4311         * gst/gstregistrybinary.c:
4312         * gst/gstregistryxml.c:
4313         * gst/gsttypefind.c:
4314           Use already-interned string for the private GstPluginFeature
4315           plugin_name field.
4316
4317 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
4318
4319         * docs/libs/gstreamer-libs-sections.txt:
4320           Add new API to docs; fixes the build.
4321
4322 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
4323         
4324         Patch inspired by: Benoit Fouet <benoit dot fouet at purplelabs dot com>
4325
4326         * libs/gst/base/gstbasesink.c: (gst_base_sink_wait_eos),
4327         (gst_base_sink_event):
4328         * libs/gst/base/gstbasesink.h:
4329         Add function to wait for EOS, subclasses can use this to correctly wait
4330         for devices to drain before performing the EOS logic. Fixes #485343.
4331         API: gst_base_sink_wait_eos()
4332
4333 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
4334
4335         * gst/gstplugin.h:
4336           Cast description string constants in GST_PLUGIN_DEFINE macros
4337           to a (gchar*) to make C++ code using these macros compile
4338           without warning with g++-4.2 (see #462737).  Even if slightly
4339           ugly, this seems preferable to putting the description strings
4340           into the GLib quark table or making the structure member a
4341           const gchar * and doing casts in core code that allocs and
4342           frees these strings, or requiring a cast in the C++ code.
4343
4344 2007-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4345
4346         * gst/gstinfo.h:
4347           Use __FUNCTION__ instead of __PRETTY_FUNCTION__, it's silly
4348           to print the entire class/function signature into the log
4349           file for C++ code.  This only affects C++ code, for C code
4350           everything remains the same.
4351
4352 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
4353
4354         * gst/gstbin.c: (remove_from_queue):
4355         Work around a problem with pipelines containing (semi)loops until a
4356         proper, more complicated solution is ready. See #475455.
4357
4358 2007-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4359
4360         * gst/gstplugin.c:
4361         * gst/gstplugin.h:
4362         * gst/gstregistrybinary.c:
4363         * gst/gstregistryxml.c:
4364           Put more strings into the GLib quark table. No need to keep
4365           a hundred-something copies of identical version strings,
4366           license strings, package name strings and package origin
4367           strings around. 
4368
4369 2007-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4370
4371         * docs/manual/advanced-dataaccess.xml:
4372           Don't imply that it's okay to unconditionally change
4373           buffer data or buffer metadata in a pad probe callback,
4374           and a bunch of other comments. Fixes #430031.
4375
4376 2007-10-08  Tim-Philipp Müller  <tim at centricular dot net>
4377
4378         * win32/common/gstenumtypes.c:
4379         * win32/common/gstenumtypes.h:
4380         * win32/common/gstversion.h:
4381           Update generated files.
4382
4383 2007-10-08  Tim-Philipp Müller  <tim at centricular dot net>
4384
4385         * docs/manual/advanced-autoplugging.xml:
4386           Prefix section with broken code with a warning (see #342432).
4387
4388 2007-10-08  Tim-Philipp Müller  <tim at centricular dot net>
4389
4390         * docs/manual/appendix-integration.xml:
4391         * docs/manual/basics-init.xml:
4392           Call g_thread_init() before g_option_context_new() to
4393           avoid warnings. Spotted by Ritesh Khadgaray. Fixes #484225.
4394
4395 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
4396
4397         * libs/gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_flush),
4398         (gst_base_sink_queue_object_unlocked),
4399         (gst_base_sink_queue_object), (gst_base_sink_event),
4400         (gst_base_sink_needs_preroll), (gst_base_sink_chain_unlocked):
4401         When we received EOS and are waiting for when to post the EOS message,
4402         our state is prerolled and we should not return ASYNC.
4403         Reorganize some code paths to implement this behavior.
4404
4405         * tests/check/generic/sinks.c: (send_eos), (GST_START_TEST),
4406         (gst_sinks_suite):
4407         Add unit test to verify above EOS fix.
4408
4409 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
4410
4411         * plugins/elements/gsttypefindelement.c:
4412         (gst_type_find_element_have_type), (gst_type_find_element_init),
4413         (gst_type_find_element_setcaps), (gst_type_find_element_chain):
4414         Move detecting the input caps of the sinkpad to the setcaps function.
4415         This allows us to update the output caps when we receive new input caps
4416         instead of always using the first detected caps.
4417
4418 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
4419
4420         * libs/gst/base/gstbasesink.c: (gst_base_sink_event),
4421         (gst_base_sink_get_position):
4422         Don't try to preroll non-async elements after a flush.
4423         Subtract latency form clock times when reporting position.
4424
4425 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
4426
4427         * gst/gstpad.c: (gst_pad_pause_task):
4428         * gst/gstutils.c:
4429         Small comment and documentation update.
4430
4431 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
4432
4433         * libs/gst/base/gstbasesrc.c: (gst_base_src_wait_playing),
4434         (gst_base_src_set_live), (gst_base_src_is_live),
4435         (gst_base_src_query_latency), (gst_base_src_perform_seek),
4436         (gst_base_src_default_event), (gst_base_src_wait),
4437         (gst_base_src_do_sync), (gst_base_src_get_range),
4438         (gst_base_src_pad_get_range), (gst_base_src_loop),
4439         (gst_base_src_unlock), (gst_base_src_unlock_stop),
4440         (gst_base_src_set_flushing), (gst_base_src_set_playing),
4441         (gst_base_src_activate_push), (gst_base_src_activate_pull),
4442         (gst_base_src_change_state):
4443         Rework the locking of basesrc in a similar fashion to basesink. We
4444         basically have one lock (LIVE_LOCK) protecting the dataflow. This allows
4445         us to handle live sources and semi live ones much better.
4446         Simplify flushing.
4447         Fix unlocking when seeking, shutting down and pausing in live sources.
4448
4449 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
4450
4451         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
4452         Fix compilation again.
4453
4454 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
4455
4456         * gst/gstelement.c:
4457           Use meaningful categories for the logs to clean the default one.
4458
4459 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
4460
4461         * tests/check/pipelines/cleanup.c:
4462           Print message name and not just number.
4463
4464 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
4465
4466         * docs/design/draft-tagreading.txt:
4467           Add some more thoughts.
4468
4469 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
4470
4471         * tests/check/pipelines/simple-launch-lines.c:
4472           Print message name and not just number.
4473
4474 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
4475
4476         * libs/gst/base/gsttypefindhelper.c:
4477           Speedup typefinding. This is work in progress (see #459862).
4478
4479 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
4480
4481         * gst/gstplugin.c:
4482           Fix docs that mention 'plugin_desc' instead of 'gst_plugin_desc'.
4483           Spotted by Josep Torra Valles <josep@fluendo.com>.
4484
4485 2007-10-03  Tim-Philipp Müller  <tim at centricular dot net>
4486
4487         * gst/gstclock.h:
4488           Fix up broken GST_CLOCK_FLAGS macro and GstClock docs. The flags
4489           field has moved to GstObject.
4490
4491 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
4492
4493         * libs/gst/base/gstbasesrc.c: (gst_base_src_do_sync),
4494         (gst_base_src_get_range), (gst_base_src_change_state):
4495         Call unlock for live sources so that they can't get stuck in _create and
4496         produce a buffer before they are set back to PLAYING.
4497
4498 2007-10-02  Edward Hervey  <bilboed@bilboed.com>
4499
4500         * plugins/elements/gstqueue.c: (gst_queue_locked_enqueue),
4501         (gst_queue_locked_dequeue):
4502         Comment the segment-related code... in the PROPER function.
4503         See #482147 and my commit from yesterday.
4504
4505 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
4506
4507         * libs/gst/base/gstbasesrc.c: (gst_base_src_change_state):
4508         Also initialize the counter that calculates the first timestamp on a
4509         buffer correctly for non-live sources.
4510
4511 2007-10-01  Edward Hervey  <bilboed@bilboed.com>
4512
4513         * plugins/elements/gstqueue.c: (gst_queue_locked_dequeue):
4514         Disable code that's breaking the current-time-level reporting.
4515         See #482147
4516
4517 2007-09-30  Sebastian Dröge  <slomo@circular-chaos.org>
4518
4519         * docs/gst/gstreamer-sections.txt:
4520         Add M_PI and IMPORT_SYMBOL to the private part of the GstInfo section
4521         as they shouldn't show up. Fixes the docs build.
4522
4523 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
4524         
4525         * gst/gstinfo.h:
4526         Add an explicit variable importation needed on VS6 (only for MSC_VER)
4527         Define M_PI which is used in files which are including gstinfo.h. 
4528         VS6 includes doesn't define it.
4529         * win32/common/libgstbase.def:
4530         * win32/common/libgstcontroller.def:
4531         * win32/common/libgstreamer.def:
4532         Add new exported functions and variables.
4533         * win32/vs6/libgstcontroller.dsp:
4534         * win32/vs6/libgstreamer.dsp:
4535         Update the list of files to build.
4536         
4537 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
4538
4539         Patch by: Felipe Contreras <felipe dot contreras at gmail dot com>
4540
4541         * plugins/elements/gstqueue.c: (update_time_level), (apply_buffer),
4542         (gst_queue_locked_dequeue), (gst_queue_handle_sink_event),
4543         (gst_queue_chain), (gst_queue_loop), (gst_queue_src_activate_push):
4544         Improve debugging. Fixes #480858.
4545
4546 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
4547
4548         Patch by: Felipe Contreras <felipe dot contreras at gmail dot com>
4549
4550         * plugins/elements/gstqueue.c: (gst_queue_handle_sink_event):
4551         First patch of code cleanups, use the macros and right arguments in the
4552         macros to signal and lock the queue. See #480858.
4553
4554 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
4555
4556         * gst/gstbus.c: (poll_func):
4557         Improve debugging when dealing with _poll().
4558
4559 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
4560
4561         * gst/gstregistryxml.c:
4562           Fix memory leak I introduced a few days ago.
4563
4564 2007-09-26  Michael Smith <msmith@fluendo.com>
4565
4566         * gst/gstbuffer.c: (gst_buffer_finalize):
4567           Make it once again possible to free GstBuffers in the default
4568           build.
4569           The poisoning scribbles on parts of the miniobject we need in
4570           order to free it.
4571           Fixes #480341
4572
4573 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
4574
4575         * docs/gst/gstreamer-sections.txt:
4576         * gst/gsttaglist.c:
4577         * gst/gsttaglist.h:
4578         API: add GST_TAG_COMPOSER, fixes #459809.
4579
4580 2007-09-24  Sebastian Dröge  <slomo@circular-chaos.org>
4581
4582         * gst/gstplugin.c:
4583         * gst/gstplugin.h:
4584         Add the 3-clause BSD license and the MIT/X11 license to the license
4585         list. Fixes #479784.
4586
4587 2007-09-24  Tim-Philipp Müller  <tim at centricular dot net>
4588
4589         * docs/faq/getting.xml:
4590           Add Q+A about different GStreamer versions (#364056).
4591
4592 2007-09-24  Wim Taymans  <wim.taymans@gmail.com>
4593
4594         * libs/gst/base/gstbasesink.c: (gst_base_sink_query_latency),
4595         (gst_base_sink_event), (gst_base_sink_change_state):
4596         Return correct gboolean from query function.
4597
4598 2007-09-24  Wim Taymans  <wim.taymans@gmail.com>
4599
4600         * libs/gst/base/gstbasesink.c: (gst_base_sink_query_latency),
4601         (gst_base_sink_event), (gst_base_sink_query),
4602         (gst_base_sink_change_state):
4603         Simplify latency query.
4604         When not synchronizing, we can report latency without querying the peer
4605         element.
4606
4607 2007-09-24  Wim Taymans  <wim.taymans@gmail.com>
4608
4609         * gst/gstobject.h:
4610         * gst/gstvalue.c:
4611         Fix small typos in the docs.
4612
4613 2007-09-24  Wim Taymans  <wim.taymans@gmail.com>
4614
4615         * docs/design/draft-latency.txt:
4616         * docs/design/draft-push-pull.txt:
4617         * docs/design/draft-tagreading.txt:
4618         * docs/design/part-MT-refcounting.txt:
4619         * docs/design/part-activation.txt:
4620         * docs/design/part-block.txt:
4621         * docs/design/part-element-source.txt:
4622         * docs/design/part-events.txt:
4623         * docs/design/part-gstbin.txt:
4624         * docs/design/part-gstelement.txt:
4625         * docs/design/part-gstobject.txt:
4626         * docs/design/part-gstpipeline.txt:
4627         * docs/design/part-messages.txt:
4628         * docs/design/part-preroll.txt:
4629         * docs/design/part-push-pull.txt:
4630         * docs/design/part-qos.txt:
4631         * docs/design/part-query.txt:
4632         * docs/design/part-scheduling.txt:
4633         * docs/design/part-seeking.txt:
4634         * docs/design/part-segments.txt:
4635         * docs/design/part-states.txt:
4636         Documentation updates and typo fixes.
4637
4638 2007-09-23  Tim-Philipp Müller  <tim at centricular dot net>
4639
4640         * plugins/elements/gstfakesink.c:
4641           Add some debug text to error message to indicate that
4642           we errored out on request.
4643
4644         * tools/gst-launch.c:
4645           When the state change to PLAYING fails, check for an
4646           error message on the bus and print it.
4647
4648 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4649
4650         translated by: Jorge González González <aloriel@gmail.com>
4651
4652         * po/LINGUAS:
4653         * po/es.po:
4654           Added Spanish translation.
4655
4656 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
4657
4658         * plugins/elements/gstqueue.c: (gst_queue_push_one):
4659         Fix printf arguments.
4660
4661 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
4662
4663         * tests/check/generic/states.c:
4664           Improved state change unit test.
4665
4666 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
4667
4668         * gst/gstbin.h:
4669           Move priv to the right place.
4670
4671         * gst/gstsystemclock.c:
4672           Add FIXME: and improve log.
4673
4674         * tests/check/Makefile.am:
4675         * tests/examples/manual/Makefile.am:
4676           Work with all types of registries.
4677
4678 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
4679
4680         * libs/gst/base/gstbasesrc.c: (gst_base_src_send_event):
4681         Don't unref the event after pushing it. Fixes #478401.
4682
4683 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
4684
4685         * .cvsignore:
4686         * tests/examples/manual/.cvsignore:
4687           Ignore registries in any format.
4688
4689 2007-09-19  Tim-Philipp Müller  <tim at centricular dot net>
4690
4691         * gst/glib-compat-private.h:
4692           Add compatibility macro for g_intern_string() for
4693           GLib-2.8 (any reason we can't just bump the
4694           requirement to at least 2.10?)
4695
4696         * gst/gstpadtemplate.h:
4697         * gst/gstelementfactory.c:
4698         * gst/gstregistryxml.c:
4699         * gst/gstregistrybinary.c:
4700           Make GstStaticPadTemplate's templ_name field a const gchar * and fix
4701           up the internal code accordingly.  This shouldn't be a problem, since
4702           there is no reason external code could ever assume the string in such
4703           a structure is dynamically allocated unless it did that itself;  the
4704           use of g_strdup() is private to element factories.  The new code also
4705           saves some memory by putting pad template name strings into the GLib
4706           quark table instead of allocating them dynamically.
4707           Declaring this field constant fixes warnings with g++-4.2 when using
4708           the GST_STATIC_PAD_TEMPLATE macro in c++ code (#478092).
4709
4710 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
4711
4712         * gst/gstelementfactory.c:
4713           Release static caps. Fixes #475723.
4714
4715 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
4716
4717         * gst/gstinfo.c:
4718         * gst/gstinfo.h:
4719           Make some internal API take const gchar * instead of just
4720           gchar * to avoid compiler warnings with g++-4.2.2 when
4721           passing string constants (partially fixes #478092).
4722
4723 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
4724
4725         * gst/gstbin.c: (bin_query_latency_fold), (gst_bin_query):
4726         A latency query fails when one of the sinks fail.
4727
4728         * gst/gstelement.c: (gst_element_set_base_time):
4729         Improve debugging.
4730
4731 2007-09-17  Jan Schmidt - Sun Microsystems <jan.schmidt@sun.com>
4732
4733         * gst/gstbin.c: (gst_bin_continue_func):
4734         * libs/gst/base/gstbasesrc.c: (gst_base_src_do_sync):
4735         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_add_pad_full):
4736         * plugins/elements/gstmultiqueue.c: (gst_multi_queue_loop):
4737
4738         Fix minor compilation warnings shown with Forte.
4739
4740 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
4741
4742         * plugins/elements/gstqueue.c: (apply_buffer),
4743         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue):
4744         Measure queue level based on the diff between head and tail timestamps
4745         even when pushing the first buffer.
4746
4747 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
4748
4749         * libs/gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_flush),
4750         (gst_base_sink_event), (gst_base_sink_change_state):
4751         Sinks that don't preroll can always be queried for the latency.
4752         Don't post ASYNC start when we are not async.
4753
4754 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
4755
4756         * plugins/elements/gstqueue.c: (gst_queue_locked_enqueue),
4757         (gst_queue_handle_sink_event), (gst_queue_chain),
4758         (gst_queue_push_one), (gst_queue_handle_src_query),
4759         (gst_queue_sink_activate_push), (gst_queue_src_activate_push):
4760         * plugins/elements/gstqueue.h:
4761         When downstream returns UNEXPECTED from pushing a buffer, don't try to
4762         push more buffers but allow pushing of EOS and NEWSEGMENT.
4763         Add some more debug info here and there. Fixes #476514.
4764
4765 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
4766
4767         * libs/gst/base/gstbasesink.c: (gst_base_sink_init),
4768         (gst_base_sink_preroll_queue_flush), (gst_base_sink_commit_state),
4769         (gst_base_sink_wait_preroll), (gst_base_sink_needs_preroll),
4770         (gst_base_sink_set_flushing), (gst_base_sink_query),
4771         (gst_base_sink_change_state):
4772         Latency query is allowed after we are prerolled. Introduce a new flag
4773         for this and stop abusing other variables.
4774
4775 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
4776
4777         * libs/gst/base/gstbasesrc.c: (gst_base_src_send_event):
4778         Push OOB events downstream when we get them in send_event. This allows
4779         the application to insert events in the pipeline.
4780         Add some more comments.
4781
4782 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
4783
4784         * gst/gstbin.c: (gst_bin_class_init), (clear_queue),
4785         (do_bin_latency), (gst_bin_change_state_func):
4786         * gst/gstpipeline.c: (gst_pipeline_change_state):
4787         Move latency query from GstPipeline to GstBin so that we can also
4788         use it when async-handling is enabled on bins.
4789
4790 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
4791
4792         * libs/gst/base/gstbasesrc.c: (gst_base_src_query_latency),
4793         (gst_base_src_do_sync), (gst_base_src_change_state):
4794         Update docs.
4795         Clean up the timestamping and syncing code for pseudo live sources.
4796
4797 2007-09-13  Tim-Philipp Müller  <tim at centricular dot net>
4798
4799         Patch by: Steve Fink  <sphink gmail com>
4800
4801         * docs/manual/appendix-checklist.xml:
4802           Mention less -R switch in the section about debug output (#474055).
4803
4804 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
4805
4806         * plugins/elements/gstqueue.c: (gst_queue_handle_src_query):
4807         Queue can latency to the pipeline up to the configured max size in time.
4808         Report this fact in the latency query.
4809
4810 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
4811
4812         Patch by: Sebastien Moutte <sebastien at moutte dot net>
4813
4814         * libs/gst/controller/gstinterpolation.c:
4815         * libs/gst/controller/gstlfocontrolsource.c:
4816         Use gst_guint64_to_gdouble() when converting from a uint64 or
4817         GstClockTime to double to fix the build on win32. Fixes #474371.
4818
4819 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
4820
4821         * gst/gstbuffer.c: (gst_buffer_finalize):
4822         Implement poisoning for GstBuffer if --enable-poisoning is specified.
4823         When finalizing a buffer the complete struct is filled with 0xff,
4824         thus making a use of the buffer after the final unref impossible.
4825
4826 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
4827
4828         * tests/check/libs/controller.c: (GST_START_TEST):
4829         Use fail_unless_equals_int(a, b) instead of
4830         fail_unless_equals (a == b) to get better output on failures.
4831
4832 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
4833
4834         * tests/check/gst/gsturi.c:
4835           Also check for the other file URI variant on win32.
4836
4837 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
4838
4839         * gst/gsturi.c: (gst_uri_get_location):
4840           If there's no hostname, we want to return 'c:/foo/bar.txt'
4841           and not '/c:/foo/bar.txt' on Windows. Fixes #469402.
4842
4843         * tests/check/gst/gsturi.c:
4844           Unit test for the above and a few more things.
4845
4846 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
4847
4848         * docs/design/part-live-source.txt:
4849         Add docs on how live sources should timestamp.
4850
4851         * libs/gst/base/gstbasesrc.c: (gst_base_src_do_sync):
4852         Add some more debug info.
4853         For subclasses that are live and like to sync, add aditional startup
4854         latency to sync time and timestamps so that we timstamp according to the
4855         design doc.
4856
4857 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
4858
4859         * gst/gstbuffer.c:
4860           Also do a g_type_class_ref() for the subbuffer type in
4861           the init function.
4862
4863 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
4864
4865         * docs/gst/gstreamer-sections.txt:
4866         * gst/gstpad.c: (gst_pad_peer_query):
4867         * gst/gstpad.h:
4868         Add function to perform a query on the peer of a pad.
4869         API: gst_pad_peer_query()
4870
4871 2007-09-11  Stefan Kost  <ensonic@users.sf.net>
4872
4873         * tests/check/gst/gstsystemclock.c:
4874           Cleanup the test a little (use gst-logging and not g_message). Improve
4875           test to check if a wait reached the target.
4876
4877 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
4878
4879         * docs/libs/gstreamer-libs-sections.txt:
4880           Add new API to docs and fix the build.
4881
4882 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
4883
4884         * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
4885         (gst_base_src_init), (gst_base_src_set_do_timestamp),
4886         (gst_base_src_get_do_timestamp), (gst_base_src_set_property),
4887         (gst_base_src_get_property), (gst_base_src_do_sync):
4888         * libs/gst/base/gstbasesrc.h:
4889         Add property to make the basesrc timestamp buffers based on the current
4890         running time.
4891         API: GstBaseSrc::do-timestamp
4892         API: gst_base_src_set_do_timestamp()
4893         API: gst_base_src_get_do_timestamp()
4894
4895 2007-09-08  Tim-Philipp Müller  <tim at centricular dot net>
4896
4897         * docs/random/release:
4898           Really make sure translations are up-to-date before
4899           a release (#465010).
4900
4901 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
4902
4903         * gst/gstregistrybinary.c: (gst_registry_binary_read_cache):
4904         Always destroy the timer, also in error cases.
4905
4906 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
4907
4908         * docs/manual/highlevel-xml.xml:
4909         Fix XML example code. Fixes #472714.
4910
4911 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
4912
4913         * libs/gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_flush),
4914         (gst_base_sink_wait_preroll), (gst_base_sink_needs_preroll),
4915         (gst_base_sink_query):
4916         Protect eos and have_preroll with the OBJECT lock so we don't need to
4917         take the PREROLL lock when querying the latency. Fixes #473846.
4918
4919 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
4920
4921         * gst/gstelement.c:
4922           Give some log-messages a category.
4923
4924 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
4925
4926         * gst/gststructure.c:
4927         (gst_structure_fixate_field_nearest_fraction):
4928         Fix fraction list fixation code. Take the fraction with the smallest
4929         difference with the target instead of the first one in the list.
4930
4931         * tests/check/gst/gststructure.c: (GST_START_TEST),
4932         (gst_structure_suite):
4933         Added test to verify correct fraction list fixation behaviour.
4934
4935 2007-09-02  Tim-Philipp Müller  <tim at centricular dot net>
4936
4937         * win32/common/libgstreamer.def:
4938           Export gst_bus_add_signal_watch too.
4939
4940 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
4941
4942         * docs/libs/gstreamer-libs-sections.txt:
4943         Add new methods to docs.
4944
4945         * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
4946         (gst_base_sink_init), (gst_base_sink_set_ts_offset),
4947         (gst_base_sink_get_ts_offset), (gst_base_sink_set_property),
4948         (gst_base_sink_get_property), (gst_base_sink_wait_clock):
4949         * libs/gst/base/gstbasesink.h:
4950         Add ts-offset property to fine-tune the synchronisation.
4951         API: GstBaseSink::ts-offset property
4952         API: gst_base_sink_set_ts_offset()
4953         API: gst_base_sink_get_ts_offset()
4954
4955 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
4956
4957         * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
4958         (gst_base_sink_init), (gst_base_sink_set_sync),
4959         (gst_base_sink_get_sync), (gst_base_sink_set_max_lateness),
4960         (gst_base_sink_get_max_lateness), (gst_base_sink_set_qos_enabled),
4961         (gst_base_sink_is_qos_enabled), (gst_base_sink_set_async_enabled),
4962         (gst_base_sink_is_async_enabled), (gst_base_sink_set_property),
4963         (gst_base_sink_get_property), (gst_base_sink_change_state):
4964         * libs/gst/base/gstbasesink.h:
4965         Add async property to instruct the sink never to inform the parent about
4966         ASYNC state changes, update docs.
4967         Check argument with g_return_* for the public functions.
4968         API: GstBaseSink::async property
4969         API: gst_base_sink_set_async_enabled()
4970         API: gst_base_sink_is_async_enabled()
4971
4972 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
4973
4974         * libs/gst/base/gstbasesink.c: (gst_base_sink_loop):
4975         Improve debugging.
4976
4977         * libs/gst/base/gstbasesrc.c: (gst_base_src_query_latency),
4978         (gst_base_src_default_query), (gst_base_src_wait),
4979         (gst_base_src_do_sync), (gst_base_src_change_state):
4980         Rearrange some code so that we can add support for measuring the 
4981         startup latency.
4982
4983 2007-08-27  Stefan Kost  <ensonic@users.sf.net>
4984
4985         * docs/random/ensonic/dynlink.txt:
4986           More thoughs on this.
4987
4988         * plugins/elements/gstcapsfilter.c:
4989           Add bugzilla ticket number to FIXME comment.
4990
4991 2007-08-24  Wim Taymans  <wim.taymans@gmail.com>
4992
4993         * docs/design/part-TODO.txt:
4994         * docs/design/part-block.txt:
4995         Update some docs.
4996
4997 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
4998
4999         * gst/Makefile.am:
5000           Revert patch which uses $(gst_headers) instead of $^ because it
5001           breaks make dist.
5002
5003 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
5004
5005         * tests/check/gst/gstbin.c: (GST_START_TEST):
5006           Fix leaks in the new unit test.
5007
5008 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
5009
5010         * gst/gst.c:
5011           Don't use GST_INFO before the debug system is actually initialised
5012           (shouldn't do any harm, but won't print anything either, so we can
5013           just as well remove it).
5014
5015         * gst/gstinfo.h:
5016           GST_CAT_LEVEL_LOG_valist(), which is our inline helper function for
5017           compilers that don't support variadic macros (such as MSVC), should
5018           check for debug_level <= __gst_debug_min as well, since that's the
5019           function called from all the level-specific GST_CAT_*_LOG_OBJECT()
5020           inline helper functions. Should improve performance a bit, but also
5021           makes sure uses of GST_INFO et.al are ignored if the debugging
5022           system isn't initialised yet (instead of printing an assertion
5023           failure).
5024
5025 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
5026
5027         patch by: David Nečas <yeti@physics.muni.cz>
5028
5029         * gst/Makefile.am:
5030           Replace some non portable makefile constructs.
5031
5032 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
5033
5034         * common/gtk-doc-plugins.mak:
5035           Grrrrr. Don't remove the types file on make clean.
5036
5037 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
5038
5039         * tools/gst-launch.1.in:
5040         Add colorspace to example pipeline. Fixes #458274.
5041
5042 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
5043
5044         * docs/random/release:
5045           The release manager should run 'make download-po' before making a
5046           release to make sure translations are up-to-date.
5047
5048         * po/LINGUAS:
5049         * po/be.po:
5050         * po/pl.po:
5051         * po/rw.po:
5052           Add some new translations.
5053
5054 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
5055
5056         * tools/gst-launch.c: (event_loop), (main):
5057         Don´t try to do any state management when a live pipeline posts
5058         buffering messages.
5059         Also make the buffering string translatable.
5060
5061 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
5062
5063         * gst/gstbin.c: (is_eos), (gst_bin_add_func),
5064         (bin_handle_async_start), (gst_bin_handle_message_func):
5065         Improve debugging.
5066         When adding elements, insert messages into the bus of the newly added
5067         element and make sure the element is the source of the message. This
5068         allows the parent bin to intercept the message and do the
5069         right thing. It also avoids us posting ASYNC_START and CLOCK_PROVIDE
5070         messages to the app (which is not allowed).
5071         Update some docs.
5072
5073         * tests/check/gst/gstghostpad.c: (GST_START_TEST):
5074         Fix testsuite so that is does not work around messages that should not
5075         have been posted in the first place.
5076
5077 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
5078
5079         * gst/gstbin.c: (add_to_queue), (remove_from_queue), (clear_queue),
5080         (update_degree), (gst_bin_sort_iterator_next):
5081         Fix annoying bug in the sorted iterator where a sink that is not really
5082         a sink (when it has downstream links) screwed up the iterator.
5083
5084         * tests/check/gst/gstbin.c: (GST_START_TEST), (gst_bin_suite):
5085         Unit test to verify the fix.
5086
5087 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
5088
5089         * gst/gstmessage.h:
5090         Add some more docs for the messages.
5091
5092         * libs/gst/base/gstbasesink.c: (gst_base_sink_commit_state),
5093         (gst_base_sink_query):
5094         Add some more debugging.
5095
5096         * tools/gst-launch.c: (event_loop):
5097         When interrupting, don't try to set pipeline to PAUSED twice.
5098
5099 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
5100
5101         
5102         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_element_set_state),
5103         (bin_handle_async_start), (gst_bin_handle_message_func):
5104         Move ASYNC_START message posting to where it belongs, similar to
5105         async_done. 
5106         Don't post ASYNC_START when we are in error. 
5107         Post ASYNC_START when we added an async element to a bin.
5108
5109 2007-08-14  Julien MOUTTE  <julien@moutte.net>
5110
5111         * gst/gstindex.c: (gst_index_add_association): Fix index entry
5112         generation from vargs. Fixes #466595.
5113
5114 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
5115
5116         * gst/gstbin.c: (gst_bin_element_set_state):
5117         Always change the state of a NO_PREROLL element even if it has ASYNC
5118         elements inside (in case of a bin).
5119
5120         * tests/check/generic/sinks.c: (GST_START_TEST), (gst_sinks_suite):
5121         Unit test for this case.
5122
5123 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
5124
5125         * libs/gst/check/gstbufferstraw.c:
5126         * libs/gst/check/gstcheck.h:
5127         * libs/gst/controller/gstcontroller.c:
5128         * libs/gst/controller/gstcontrolsource.h:
5129         * libs/gst/controller/gstlfocontrolsource.h:
5130         * plugins/elements/gstcapsfilter.h:
5131         * plugins/elements/gstfdsink.h:
5132         * plugins/elements/gstfdsrc.h:
5133           Add more missing docs.
5134
5135 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
5136
5137         * gst/gststructure.c:
5138         Add Since tag to docs.
5139
5140 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
5141
5142         * docs/gst/gstreamer-sections.txt:
5143         * gst/gststructure.c: (gst_structure_get_uint):
5144         * gst/gststructure.h:
5145         Add function to get uint from a structure.
5146         API: gst_structure_get_uint()
5147
5148 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
5149
5150         * gst/gstcaps.c: (gst_caps_set_simple_valist),
5151         (gst_caps_intersect):
5152         Fix proper check for simple caps.
5153
5154 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
5155
5156         * docs/gst/Makefile.am:
5157         * docs/libs/Makefile.am:
5158           Remove cruft and do some cleanups.
5159
5160         * docs/gst/gstreamer-docs.sgml:
5161         * docs/libs/gstreamer-libs-docs.sgml:
5162           Prepare for comming gtkdoc features (rebase against online docs).
5163
5164 2007-08-10  Michael Smith <msmith@fluendo.com>
5165
5166         * docs/gst/gstreamer-sections.txt:
5167           Add gst_registry_add_path to docs.
5168
5169 2007-08-10  Michael Smith <msmith@fluendo.com>
5170
5171         * gst/gstregistry.h:
5172           Add gst_registry_add_path, which was missing from this header.
5173
5174 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
5175
5176         * libs/gst/controller/gstlfocontrolsource.c:
5177           Printf format fix.
5178
5179 2007-08-09  Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5180
5181         * libs/gst/base/gstbasesink.c:
5182           Don't send an async_start message during downwards state change if 
5183           target state is less than READY
5184
5185 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5186
5187         translated by: Gabor Kelemen <kelemeng@gnome.hu>
5188
5189         * po/LINGUAS:
5190         * po/hu.po:
5191           Added Hungarian translation.
5192
5193 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5194
5195         * po/fi.po:
5196         * po/it.po:
5197         * po/nl.po:
5198         * po/sv.po:
5199         * po/uk.po:
5200           Updated translations.
5201
5202 2007-08-07  Jan Schmidt  <thaytan@mad.scientist.com>
5203
5204         * libs/gst/controller/Makefile.am:
5205         Dist gstlfocontrolsourceprivate.h
5206
5207 2007-08-07  Jan Schmidt  <thaytan@mad.scientist.com>
5208
5209         * docs/libs/gstreamer-libs.types:
5210         Don't register the enum type gst_lfo_waveform_get_type() in the
5211         .types file - only GObject derived types belong.
5212
5213 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
5214
5215         Patch by: <arenevier at fdn dot fr>
5216
5217         * gst/gstbuffer.h:
5218         Remove comma from last element in enum to avoid compile errors when
5219         using -pendantic. Fixes #464366.
5220
5221 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
5222
5223         * docs/design/part-TODO.txt:
5224         Add some more TODO items
5225
5226         * gst/gstbin.c: (find_message), (gst_bin_change_state_func):
5227         Improve debugging.
5228
5229         * gst/gstcaps.c: (gst_caps_intersect):
5230         Optimize trivial intersection case between identical caps pointers.
5231
5232         * gst/gstelement.c: (gst_element_continue_state),
5233         (gst_element_set_state_func):
5234         * gst/gstpad.c:
5235         Fix spelling and grammar mistakes.
5236
5237 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
5238
5239         * po/POTFILES.in:
5240         * po/POTFILES.skip:
5241           Update POTFILES. Fixes #461599.
5242
5243 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
5244
5245         * gst/gst.c:
5246         Fix confusing typo in debug output.
5247
5248 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
5249
5250         reviewed by: Stefan Kost <ensonic@users.sf.net>
5251
5252         * libs/gst/controller/Makefile.am:
5253         * libs/gst/controller/gstlfocontrolsource.c: (_calculate_pos),
5254         (gst_lfo_waveform_get_type), (gst_lfo_control_source_reset),
5255         (gst_lfo_control_source_new),
5256         (gst_lfo_control_source_set_waveform),
5257         (gst_lfo_control_source_bind), (gst_lfo_control_source_init),
5258         (gst_lfo_control_source_finalize),
5259         (gst_lfo_control_source_dispose),
5260         (gst_lfo_control_source_set_property),
5261         (gst_lfo_control_source_get_property),
5262         (gst_lfo_control_source_class_init):
5263         * libs/gst/controller/gstlfocontrolsource.h:
5264         * libs/gst/controller/gstlfocontrolsourceprivate.h:
5265         API: Add GstLFOControlSource, a control source that gives values
5266         for specific timestamps based on several periodic waveforms.
5267         Fixes #459717.
5268
5269         * tests/check/libs/controller.c: (GST_START_TEST),
5270         (gst_controller_suite):
5271         * docs/libs/gstreamer-libs-docs.sgml:
5272         * docs/libs/gstreamer-libs-sections.txt:
5273         * docs/libs/gstreamer-libs.types:
5274         Add documentation and unit tests for GstLFOControlSource.
5275
5276 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
5277
5278         * configure.ac:
5279         Back to CVS
5280
5281 === release 0.10.14 ===
5282
5283 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
5284
5285         * configure.ac:
5286           releasing 0.10.14, "Breathing Vacuum"
5287
5288 2007-08-02  Tim-Philipp Müller  <tim at centricular dot net>
5289
5290         * gst/gstelement.c: (gst_element_class_set_details_simple):
5291         * gst/gstelement.h:
5292           Make strings passed to gst_element_class_set_details_simple()
5293           constant, as they should be (#462752).
5294
5295 2007-08-02  Wim Taymans  <wim.taymans@gmail.com>
5296
5297         * gst/gstbin.c: (gst_bin_change_state_func),
5298         (bin_handle_async_done), (gst_bin_handle_message_func):
5299         Don't forget about the fact that some element went ASYNC even after a
5300         resync. This makes us post the ASYNC_DONE message correctly.
5301         Fixes #462558.
5302
5303 2007-07-31  Jan Schmidt  <thaytan@mad.scientist.com>
5304
5305         * gst/gstregistry.c: (gst_registry_add_feature):
5306         When replacing an existing feature in the registry, make sure to
5307         continue holding a reference until we've replaced the name string
5308         within our feature hash table. Make sure to use g_hash_table_replace
5309         instead of g_hash_table_insert to ensure the new name string is used
5310         as a key instead of the old one that we're about to free.
5311         Fixes: #462085
5312
5313 2007-07-31  Jan Schmidt  <thaytan@mad.scientist.com>
5314
5315         * gst/gstpluginfeature.c: (gst_plugin_feature_finalize),
5316         (gst_plugin_feature_set_name):
5317         Revert patch from #459466 until after the release and we can work
5318         out exactly what the problem is (if any).
5319
5320 2007-07-26  Tim-Philipp Müller  <tim at centricular dot net>
5321
5322         * docs/gst/gstreamer-sections.txt:
5323         * gst/gsttaglist.c:
5324         * gst/gsttaglist.h:
5325           API: add GST_TAG_LICENSE_URI and GST_TAG_COPYRIGHT_URI (#451939).
5326
5327 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
5328
5329         * docs/libs/Makefile.am:
5330         Include our build-prefix libs and includes before the generic ones to
5331         avoid linking against the installed libs when we want the build-tree
5332         ones.
5333
5334 2007-07-26  Tim-Philipp Müller  <tim at centricular dot net>
5335
5336         Patch by: Steve Fink  <sphink gmail com>
5337
5338         * docs/pwg/building-testapp.xml:
5339           Mention that GST_PLUGIN_PATH or --gst-plugin-path might be needed
5340           if people try to build or install the example from the plugin
5341           template against a GStreamer from package using the configure
5342           defaults.
5343
5344 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
5345
5346         Patch by: Steve Fink  <sphink gmail com>
5347
5348         * tools/gst-inspect.1.in:
5349           Document --print-all and --print-plugin-auto-install-info command
5350           line options in man page.
5351
5352 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
5353
5354         * docs/gst/gstreamer-sections.txt:
5355         Add docs for new api function.
5356
5357 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
5358
5359         * gst/gstelementfactory.c: (gst_element_factory_has_interface):
5360         * gst/gstelementfactory.h:
5361         API: gst_element_factory_has_interface()
5362         Added method to check if an element factory implements a named
5363         interface.
5364
5365 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
5366
5367         * configure.ac:
5368         * docs/gst/gstreamer.types.in:
5369           Another conditional doc check.
5370
5371         * gst/gstmessage.c:
5372         * gst/gstparamspecs.h:
5373         * gst/gstregistrybinary.c: (gst_registry_binary_read_cache):
5374         * gst/gstvalue.c:
5375         * gst/gstxml.h:
5376           API-doc fixes.
5377
5378 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
5379
5380         * gst/gstregistrybinary.c: (gst_registry_binary_check_magic),
5381         (gst_registry_binary_load_feature),
5382         (gst_registry_binary_load_plugin),
5383         (gst_registry_binary_read_cache):
5384           Print error just once and with additional info.
5385
5386 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
5387
5388         * libs/gst/base/gsttypefindhelper.c: (helper_find_peek),
5389         (helper_find_suggest), (helper_find_get_length),
5390         (gst_type_find_helper_get_range), (buf_helper_find_suggest),
5391         (gst_type_find_helper_for_buffer):
5392           Cleanup the typefindhelper code and add private doc comments.
5393
5394 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
5395
5396         * plugins/elements/gstcapsfilter.c: (gst_capsfilter_class_init),
5397         (gst_capsfilter_transform_size), (gst_capsfilter_prepare_buf):
5398         Fix capsfilter for cases where the caps set on capsfilter will provide
5399         additional information.
5400         Fixes #449197
5401
5402 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
5403
5404         * gst/gsttypefindfactory.c:
5405           Fix docs that recommened wrong function to use.
5406
5407 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
5408
5409         * tools/gst-inspect.c: (print_plugin_features):
5410           Also give media-type for typefinders in element output.
5411
5412 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
5413
5414         * gst/gstregistry.c: (gst_registry_init), (gst_registry_finalize),
5415         (gst_registry_remove_features_for_plugin_unlocked),
5416         (gst_registry_add_feature), (gst_registry_remove_feature),
5417         (gst_registry_lookup_feature_locked):
5418         * gst/gstregistry.h:
5419           Speed up gst_registry_lookup_feature_locked() by using a hashmap.
5420           Fixes #459501.
5421
5422 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
5423
5424         * gst/gstpluginfeature.c: (gst_plugin_feature_finalize),
5425         (gst_plugin_feature_set_name):
5426           Avoid double memory usage for pluginfeature names. Fixes #459466.
5427
5428 2007-07-22  Tim-Philipp Müller  <tim at centricular dot net>
5429
5430         * gst/gstpad.h:
5431           Small addition to GST_FLOW_IS_FATAL() docs: mention that elements
5432           driving the pipeline may need to explicitly check for NOT_LINKED as
5433           well, since IS_FATAL doesn't cover that.
5434
5435 2007-07-22  Tim-Philipp Müller  <tim at centricular dot net>
5436
5437         * docs/pwg/advanced-types.xml:
5438           Fix typo and duplicate entry in video formats list.
5439
5440 2007-07-22  Sebastian Dröge  <slomo@circular-chaos.org>
5441
5442         * libs/gst/controller/gstinterpolation.c:
5443         Also round to the nearest int when using cubic interpolation.
5444
5445 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
5446
5447         * libs/gst/controller/gstinterpolation.c:
5448         When linearly interpolating integer types, round to the nearest int
5449         by adding 0.5. Don't do it for float/double types.
5450         Fixes the failing controller test on my machine, which is somehow
5451         rounding differently than on the buildbots.
5452
5453 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
5454
5455         * tools/gst-plot-timeline.py:
5456           Better log parsing (categories can have -). Adjust text vs. lines, so
5457           that they span the same y-range.        
5458
5459 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
5460
5461         * docs/random/ensonic/audiobaseclasses.txt:
5462         * docs/random/ensonic/dynlink.txt:
5463         * docs/random/ensonic/profiling.txt:
5464           Save my thoughts.
5465
5466         * docs/random/moving-plugins:
5467           Add note to use g_assert type macros.
5468
5469 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
5470
5471         * configure.ac:
5472         * libs/gst/check/Makefile.am:
5473           Add libm check as we use in for plugins.
5474
5475 2007-07-18  Jan Schmidt  <thaytan@noraisin.net>
5476
5477         * gst/gstbin.c: (gst_bin_continue_func):
5478         Check that the state_cookie hasn't changed since the continue_func
5479         was scheduled. Avoids problems where the state changes back to
5480         something it shouldn't be because it was changed in the meantime.
5481
5482 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
5483
5484         * gst/gstregistrybinary.c: (gst_registry_binary_save_const_string),
5485         (gst_registry_binary_save_string),
5486         (gst_registry_binary_save_pad_template),
5487         (gst_registry_binary_save_feature),
5488         (gst_registry_binary_save_plugin),
5489         (gst_registry_binary_load_feature),
5490         (gst_registry_binary_load_plugin),
5491         (gst_registry_binary_read_cache):
5492           Fix memory leak. Be less verbose in the log.
5493
5494 2007-07-16  Jan Schmidt  <thaytan@mad.scientist.com>
5495
5496         * tests/check/elements/.cvsignore:
5497         Add file to cvsignore as commanded.
5498
5499 2007-07-16  Jan Schmidt  <thaytan@mad.scientist.com>
5500
5501         * tests/check/elements/multiqueue.c: (mq_dummypad_chain),
5502         (mq_dummypad_event), (run_output_order_test):
5503         Use a GStaticMutex to protect all cases where libcheck
5504         fail_if/fail_unless macros might be called from multiple threads
5505         simultaneously to avoid errors like:
5506           "check_pack.c:107: :-1081725400:Bad message type arg"
5507
5508 2007-07-16  Jan Schmidt  <thaytan@mad.scientist.com>
5509
5510         * tests/check/pipelines/stress.c: (GST_START_TEST):
5511         Make sure we set the pipeline back to the NULL state before
5512         dropping our final reference.
5513
5514 2007-07-16  Jan Schmidt  <thaytan@mad.scientist.com>
5515
5516         * tests/check/elements/tee.c: (GST_START_TEST):
5517         Make the tee stress-test a little less stressful so it doesn't just
5518         time out on slow-machines, and remove a small race when it's starting 
5519         up by adding a get_state() call.
5520
5521 2007-07-16  Stefan Kost  <ensonic@users.sf.net>
5522
5523         * gst/gst.c:
5524           Avoid reading registry twice on startup. Fixes #457322.
5525
5526 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
5527
5528         * pkgconfig/gstreamer-check-uninstalled.pc.in:
5529         * pkgconfig/gstreamer-check.pc.in:
5530         Substitute the CFLAGS for libcheck into our .pc file too so that
5531         dependent modules will pick it up properly if libcheck is installed
5532         into some other prefix.
5533
5534 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
5535
5536         * configure.ac:
5537         Revert the pkg-config check for libcheck, since it pulls in the
5538         wrong non-PIC libcheck.a on Ubuntu and probably Fedora too. We need
5539         a proper solution, either from the check project, or something else.
5540
5541 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
5542
5543         * configure.ac:
5544           Use pkg-config to locate check.
5545
5546 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
5547
5548         * gst/gsttaglist.c:
5549           Fix doc syntax.
5550
5551         * gst/gstutils.c:
5552         * gst/gstutils.h:
5553           Add deprecation guards.
5554
5555         * libs/gst/base/gstcollectpads.h:
5556           Don't document object (this is implicitly private).
5557
5558 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
5559
5560         * gst/gststructure.c: (gst_structure_parse_value):
5561           When deserialising foo=bar without a type cast, check if it's a
5562           boolean before falling back to a string type, otherwise things like
5563           audiotestsrc ! audio/x-raw-int,signed=true ! fakesink won't work,
5564           because the filtercaps end up having a signed=(string)true field,
5565           which causes problems later when intersection caps.
5566
5567         * tests/check/gst/gststructure.c: (GST_START_TEST):
5568           Add a unit test for this.
5569
5570 2007-07-06  Sebastian Dröge  <slomo@circular-chaos.org>
5571
5572         Reviewed by: Stefan Kost <ensonic@users.sf.net>
5573
5574         * libs/gst/controller/Makefile.am:
5575         * libs/gst/controller/gstcontroller.c:
5576         (gst_controlled_property_add_interpolation_control_source),
5577         (gst_controlled_property_new), (gst_controlled_property_free),
5578         (gst_controller_find_controlled_property),
5579         (gst_controller_new_valist), (gst_controller_new_list),
5580         (gst_controller_new), (gst_controller_remove_properties_valist),
5581         (gst_controller_remove_properties_list),
5582         (gst_controller_remove_properties),
5583         (gst_controller_set_property_disabled),
5584         (gst_controller_set_disabled), (gst_controller_set_control_source),
5585         (gst_controller_get_control_source), (gst_controller_get),
5586         (gst_controller_sync_values), (gst_controller_get_value_array),
5587         (_gst_controller_dispose), (gst_controller_get_type),
5588         (gst_controlled_property_set_interpolation_mode),
5589         (gst_controller_set), (gst_controller_set_from_list),
5590         (gst_controller_unset), (gst_controller_unset_all),
5591         (gst_controller_get_all), (gst_controller_set_interpolation_mode):
5592         * libs/gst/controller/gstcontroller.h:
5593         * libs/gst/controller/gstcontrollerprivate.h:
5594         * libs/gst/controller/gstcontrolsource.c:
5595         (gst_control_source_class_init), (gst_control_source_init),
5596         (gst_control_source_get_value),
5597         (gst_control_source_get_value_array), (gst_control_source_bind):
5598         * libs/gst/controller/gstcontrolsource.h:
5599         * libs/gst/controller/gsthelper.c: (gst_object_set_control_source),
5600         (gst_object_get_control_source):
5601         * libs/gst/controller/gstinterpolation.c:
5602         (gst_interpolation_control_source_find_control_point_node),
5603         (gst_interpolation_control_source_get_first_value),
5604         (_interpolate_none_get), (interpolate_none_get),
5605         (interpolate_none_get_boolean_value_array),
5606         (interpolate_none_get_enum_value_array),
5607         (interpolate_none_get_string_value_array),
5608         (_interpolate_trigger_get), (interpolate_trigger_get),
5609         (interpolate_trigger_get_boolean_value_array),
5610         (interpolate_trigger_get_enum_value_array),
5611         (interpolate_trigger_get_string_value_array):
5612         * libs/gst/controller/gstinterpolationcontrolsource.c:
5613         (gst_control_point_free), (gst_interpolation_control_source_reset),
5614         (gst_interpolation_control_source_new),
5615         (gst_interpolation_control_source_set_interpolation_mode),
5616         (gst_interpolation_control_source_bind),
5617         (gst_control_point_compare), (gst_control_point_find),
5618         (gst_interpolation_control_source_set_internal),
5619         (gst_interpolation_control_source_set),
5620         (gst_interpolation_control_source_set_from_list),
5621         (gst_interpolation_control_source_unset),
5622         (gst_interpolation_control_source_unset_all),
5623         (gst_interpolation_control_source_get_all),
5624         (gst_interpolation_control_source_get_count),
5625         (gst_interpolation_control_source_init),
5626         (gst_interpolation_control_source_finalize),
5627         (gst_interpolation_control_source_dispose),
5628         (gst_interpolation_control_source_class_init):
5629         * libs/gst/controller/gstinterpolationcontrolsource.h:
5630         * libs/gst/controller/gstinterpolationcontrolsourceprivate.h:
5631         API: Refactor GstController into the core controller which can take
5632         a GstControlSource for providing actual values for timestamps.
5633         Implement a interpolation control source and use this for backward
5634         compatibility, deprecate a bunch of functions that are now handled
5635         by GstControlSource or GstInterpolationControlSource.
5636         Make it possible to disable the controller completely or only for
5637         specific properties. Fixes #450711.
5638         * docs/libs/gstreamer-libs-docs.sgml:
5639         * docs/libs/gstreamer-libs-sections.txt:
5640         * docs/libs/gstreamer-libs.types:
5641         Add new functions and classes to the docs.
5642         * tests/check/libs/controller.c: (GST_START_TEST),
5643         (gst_controller_suite):
5644         * tests/examples/controller/audio-example.c: (main):
5645         Port unit test and example to the new API and add some new
5646         unit tests.
5647
5648 2007-07-05  Wim Taymans  <wim.taymans@gmail.com>
5649
5650         Patch by: Mark Nauwelaerts <manauw at skynet be>
5651
5652         * plugins/elements/gstmultiqueue.c:
5653         (gst_multi_queue_get_internal_links), (apply_buffer),
5654         (single_queue_overrun_cb), (gst_single_queue_new):
5655         Implement non-default GstPadIntLinkFunction for multiqueue pads so that
5656         the pipeline layout can be tracked correctly. Fixes #453732.
5657
5658 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
5659
5660         * docs/gst/Makefile.am:
5661         * docs/libs/Makefile.am:
5662         * docs/plugins/Makefile.am:
5663           Simplify --extra-dir as gtkdoc scans recursively.
5664
5665 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
5666
5667         * tools/gst-launch.c: (main):
5668         When we got an error, there is no point in waiting for preroll when
5669         shutting down.
5670
5671 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
5672
5673         * plugins/elements/gsttee.c: (gst_tee_base_init),
5674         (gst_tee_request_new_pad), (gst_tee_release_pad),
5675         (gst_tee_find_buffer_alloc), (gst_tee_buffer_alloc),
5676         (gst_tee_do_push), (clear_pads), (gst_tee_handle_buffer),
5677         (gst_tee_chain):
5678         Be a lot smarter when deciding what srcpad to use for proxying
5679         the buffer_alloc. Also handle pad added/removed when doing so.
5680         Fixes #357959.
5681         Keep track of what pads we already pushed on in case we have pads
5682         added/removed while pushing. Fixes #374639 
5683
5684         * tests/check/Makefile.am:
5685         * tests/check/elements/tee.c: (handoff), (GST_START_TEST),
5686         (tee_suite):
5687         Added unit test for pad resync.
5688
5689 2007-07-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5690
5691         * po/nl.po:
5692         * po/sv.po:
5693           Updated translations.
5694
5695 2007-07-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5696
5697         translation by: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>
5698
5699         * po/LINGUAS:
5700         * po/fi.po:
5701           Added new Finnish translation.
5702
5703 2007-06-28  Wim Taymans  <wim@fluendo.com>
5704
5705         * plugins/elements/gstmultiqueue.c: (apply_buffer),
5706         (single_queue_overrun_cb):
5707         When figuring out when a queue is filled, use our internal time estimate
5708         based on segments, just like check_full does.
5709
5710 2007-06-27  Stefan Kost  <ensonic@users.sf.net>
5711
5712         * gst/gstminiobject.c: (gst_mini_object_get_type):
5713           Remove 3 do-nothing methods.
5714
5715 2007-06-27  Wim Taymans  <wim@fluendo.com>
5716
5717         Patch by: Tim Angus <tim at ngus dot net>
5718
5719         * plugins/elements/gstcapsfilter.c: (gst_capsfilter_class_init),
5720         (gst_capsfilter_set_property):
5721         Take a reference instead of a copy when setting "caps".
5722         Fix documentation to clarify this behaviour. Fixes #449414.
5723
5724 2007-06-27  Stefan Kost  <ensonic@users.sf.net>
5725
5726         * gst/gstindexfactory.c: (gst_index_factory_get_type):
5727         * gst/gstplugin.c: (gst_plugin_init):
5728         * gst/gstpluginfeature.c: (gst_plugin_feature_init):
5729         * gst/gstquery.c: (gst_query_get_type):
5730         * gst/gstregistry.c: (gst_registry_init):
5731         * gst/gsturi.c: (gst_uri_handler_base_init):
5732           Remove empty instance_init() functions to save relocs and lessen the
5733           noise. Remove some of the function prototypes that are doubled by
5734           G_DEFINE_TYPE.
5735           
5736 2007-06-27  Wim Taymans  <wim@fluendo.com>
5737
5738         Patch by: Étienne Noreau-Hébert <etienne at deepunder dot org>
5739
5740         * gst/gstghostpad.c: (gst_proxy_pad_save_thyself):
5741         Add peer and direction in the XML serialisation of ghostpads.
5742         Fixes #449226.
5743
5744 2007-06-26  Stefan Kost  <ensonic@users.sf.net>
5745
5746         * configure.ac:
5747           Preserve useful information, thanks Tim.
5748
5749 2007-06-26  Jan Schmidt  <thaytan@noraisin.net>
5750
5751         * plugins/elements/gstmultiqueue.c: (gst_multi_queue_init),
5752         (gst_single_queue_flush), (apply_segment), (apply_buffer),
5753         (gst_single_queue_push_one), (gst_multi_queue_loop),
5754         (gst_multi_queue_sink_activate_push), (gst_multi_queue_sink_event),
5755         (gst_multi_queue_src_activate_push), (wake_up_next_non_linked),
5756         (compute_high_id), (gst_single_queue_new):
5757         * plugins/elements/gstmultiqueue.h:
5758         Take the multiqueue lock when updating the fill level so we don't get
5759         confused. 
5760
5761         After applying a buffer or event on the src pad segment, make sure to
5762         call gst_data_queue_limits_changed() to get the data queue to unblock
5763         and check the filled state again.
5764         
5765         Rework the not-linked pad handling so the logic is that not-linked 
5766         pads can push as fast as they like, but only so they never get 
5767         ahead of any linked pads.
5768
5769         * tests/check/elements/multiqueue.c: (mq_sinkpad_to_srcpad),
5770         (mq_dummypad_getcaps), (mq_dummypad_chain), (mq_dummypad_event),
5771         (run_output_order_test), (GST_START_TEST), (multiqueue_suite):
5772
5773         Add a test to check that not-linked pads always stay behind
5774         linked pads.
5775
5776         Fixes: #430682
5777
5778 2007-06-26  Jan Schmidt  <thaytan@mad.scientist.com>
5779
5780         * docs/random/release:
5781           Some updates to the release procedure.
5782
5783 2007-06-26  Stefan Kost  <ensonic@users.sf.net>
5784
5785         * gst/gstelementfactory.c: (__gst_element_details_clear):
5786           Microoptimization that saves stunning 80 bytes.
5787
5788 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
5789
5790         * docs/plugins/gstreamer-plugins.args:
5791         * docs/plugins/inspect/plugin-coreelements.xml:
5792         * docs/plugins/inspect/plugin-coreindexers.xml:
5793           Update docs with caps info.
5794
5795 2007-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5796
5797         * po/it.po:
5798           Updated Italian translation.
5799
5800 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5801
5802         * ChangeLog:
5803         * po/vi.po:
5804           Update Vietnamese translations.
5805
5806 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
5807
5808         * libs/gst/base/gstbasesink.c:
5809           Remove unused signal enum.
5810
5811 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
5812
5813         * docs/gst/gstreamer-sections.txt:
5814         * gst/gstelement.c:
5815         * gst/gstutils.c: (gst_type_register_static_full):
5816         Beef up and include the docs for gst_type_register_static_full and
5817         gst_element_class_set_details_simple and add the API keyword
5818         in the ChangeLog.
5819
5820 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
5821
5822         * plugins/elements/gstmultiqueue.c: (gst_multi_queue_set_property),
5823         (update_time_level), (gst_single_queue_push_one),
5824         (gst_multi_queue_chain), (gst_multi_queue_sink_event),
5825         (single_queue_overrun_cb), (single_queue_underrun_cb),
5826         (single_queue_check_full):
5827         Fix setting max-* properties after adding queues.
5828         Use IS_FILLED for checking visible items.
5829         Signal overrun if multiple queues overrun.
5830         Add extra debug output.
5831         Patch by: Wim Taymans <wim@fluendo.com>
5832
5833 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
5834
5835         * gst/gstelement.c: (gst_element_class_set_details_simple):
5836         * gst/gstelement.h:
5837         * gst/gstutils.c: (gst_type_register_static_full):
5838         * gst/gstutils.h:
5839         * plugins/elements/gstcapsfilter.c: (gst_capsfilter_base_init):
5840         * plugins/elements/gstfakesink.c: (gst_fake_sink_base_init):
5841         * plugins/elements/gstfakesrc.c: (gst_fake_src_base_init):
5842         * plugins/elements/gstfdsink.c: (gst_fd_sink_base_init):
5843         * plugins/elements/gstfdsrc.c: (gst_fd_src_base_init):
5844         * plugins/elements/gstfilesink.c: (gst_file_sink_base_init):
5845         * plugins/elements/gstfilesrc.c: (gst_file_src_base_init):
5846         * plugins/elements/gstidentity.c: (gst_identity_base_init):
5847         * plugins/elements/gstmultiqueue.c: (gst_multi_queue_base_init):
5848         * plugins/elements/gstqueue.c: (gst_queue_base_init),
5849         (apply_buffer), (gst_queue_chain):
5850         * plugins/elements/gsttee.c: (gst_tee_base_init):
5851         * plugins/elements/gsttypefindelement.c:
5852         (gst_type_find_element_base_init),
5853         (gst_type_find_element_class_init):
5854           Saving relocations for GTypeInfo and GstElementDetails. Fixes #437457.
5855           API: add gst_type_register_static_full
5856           API: add gst_element_class_set_details_simple
5857
5858 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
5859
5860         * docs/pwg/advanced-types.xml:
5861           Fix typo in iana.org URI.
5862
5863 2007-06-19  Andy Wingo  <wingo@pobox.com>
5864
5865         * tests/check/pipelines/simple-launch-lines.c
5866         (test_state_change_returns): Enable pull-mode tests now that
5867         basesink has been fixed.
5868
5869         * libs/gst/base/gstbasesink.c (gst_base_sink_needs_preroll):
5870         Changed from gst_base_sink_is_prerolled, reversing the sense of
5871         the return value. Returns FALSE also if the sink is in pull mode,
5872         in which case it needs no preroll.
5873         (gst_base_sink_query, gst_base_sink_change_state): Update for
5874         needs_preroll change.
5875         (gst_base_sink_change_state): Add a case for READY_TO_PAUSED after
5876         chaining up, in which we return SUCCESS directly if we activated
5877         in pull mode instead of ASYNC. Involves countering an async_start
5878         message sent before chaining up; not sure if this is correct, in
5879         an ideal world we only send async-start when activating in push
5880         mode.
5881
5882         * tests/check/pipelines/simple-launch-lines.c
5883         (test_state_change_returns): New test, partially disabled until
5884         basesink is fixed.
5885
5886 2007-06-19  Wim Taymans  <wim@fluendo.com>
5887
5888         * plugins/elements/gstmultiqueue.c: (apply_buffer),
5889         (gst_multi_queue_sink_event):
5890         Fix event leak.
5891
5892 2007-06-19  Wim Taymans  <wim@fluendo.com>
5893
5894         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
5895         (gst_bin_change_state_func), (bin_push_state_continue),
5896         (bin_handle_async_start), (bin_handle_async_done),
5897         (gst_bin_handle_message_func):
5898         Move the common code for posting state-change messages into
5899         one function.
5900         Broadcast the state signal after we posted the messages.
5901         Mark the bin as busy when it's doing a state-change.
5902         Make sure async-start/done messages don't interfere with the bin's
5903         state when it's busy.
5904         After the state change, let the bin check which elements completed the
5905         state change while it was busy so that it can update its state.
5906
5907 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
5908
5909         * docs/random/release:
5910         Add a note about updating the doap file to the release checklist
5911
5912 2007-06-18  Wim Taymans  <wim@fluendo.com>
5913
5914         * plugins/elements/gstmultiqueue.c: (apply_buffer),
5915         (gst_single_queue_push_one), (gst_multi_queue_chain),
5916         (gst_multi_queue_sink_event):
5917         Make sure we don't reference the buffer/event after we have given away
5918         ownership in the queue.
5919
5920 2007-06-18  Wim Taymans  <wim@fluendo.com>
5921
5922         * plugins/elements/gstmultiqueue.c: (gst_single_queue_flush),
5923         (gst_multi_queue_chain), (gst_multi_queue_sink_event):
5924         Update queue state _after_ adding the item in the queue because else we
5925         could end up being full without the element added yet.
5926
5927 2007-06-18  Wim Taymans  <wim@fluendo.com>
5928
5929         * gst/gstbin.c: (gst_bin_init), (gst_bin_add_func),
5930         (gst_bin_remove_func), (gst_bin_get_state_func),
5931         (gst_bin_element_set_state), (gst_bin_continue_func),
5932         (bin_push_state_continue), (bin_handle_async_start),
5933         (bin_handle_async_done), (gst_bin_handle_message_func):
5934         * gst/gstbin.h:
5935         Immediatly commit the toplevel bin state when receiving an async-done
5936         message. This enables us to avoid spawning a thread to commit the state
5937         in some common cases and it also avoids some races.
5938         Avoid spawning a state thread when adding/removing async elements to a
5939         toplevel bin. Instead we immediatly update the bin state.
5940         Get rid of iterating all the children when getting the state in the bin
5941         because it is now always up-to-date.
5942         Fix bug where locked elements would always return _SUCCESS even it they
5943         returned NO_PREROLL before being locked.
5944         Fix the order of the state_change, async-start/done messages that was
5945         sometimes incorrect.
5946         Mark the state_dirty field as deprecated, we don't need it anymore as we
5947         are always up-to-date.
5948
5949         * gst/gstelement.c: (gst_element_get_state_func),
5950         (gst_element_continue_state):
5951         Small debug inprovements.
5952         Return the previous element state return when nothing is pending instead
5953         of blindly returning SUCCESS.
5954
5955         * tests/check/generic/sinks.c: (GST_START_TEST), (pad_blocked_cb),
5956         (gst_sinks_suite):
5957         Add a whole bunch of new testcases.
5958
5959 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5960
5961         * po/uk.po:
5962         * po/vi.po:
5963           Update translations.
5964
5965 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
5966
5967         * gst/gstpad.c:
5968         Fix typo in the docs.
5969
5970 2007-06-15  Wim Taymans  <wim@fluendo.com>
5971
5972         * docs/libs/gstreamer-libs-sections.txt:
5973         Add docs for new methods.
5974
5975 2007-06-15  Wim Taymans  <wim@fluendo.com>
5976
5977         * plugins/elements/gstmultiqueue.c: (gst_multi_queue_item_destroy),
5978         (gst_multi_queue_item_new):
5979         Don't use GSlice because we don't depend on >= 2.10 yet.
5980
5981 2007-06-15  Wim Taymans  <wim@fluendo.com>
5982
5983         * plugins/elements/gstmultiqueue.c: (gst_single_queue_flush),
5984         (update_time_level), (apply_segment), (apply_buffer),
5985         (gst_single_queue_push_one), (gst_multi_queue_item_new),
5986         (gst_multi_queue_loop), (gst_multi_queue_sink_activate_push),
5987         (gst_multi_queue_sink_event), (single_queue_overrun_cb),
5988         (single_queue_underrun_cb), (single_queue_check_full):
5989         Remove debug printf.
5990
5991 2007-06-15  Wim Taymans  <wim@fluendo.com>
5992
5993         * libs/gst/base/gstdataqueue.c: (gst_data_queue_cleanup),
5994         (gst_data_queue_finalize), (gst_data_queue_locked_is_empty),
5995         (gst_data_queue_set_flushing), (gst_data_queue_push),
5996         (gst_data_queue_pop), (gst_data_queue_drop_head),
5997         (gst_data_queue_limits_changed), (gst_data_queue_get_level):
5998         * libs/gst/base/gstdataqueue.h:
5999         Various cleanups.
6000         Added methods to get the current levels and to inform the queue that the
6001         'full' limits changed.
6002
6003         * plugins/elements/gstmultiqueue.c: (gst_multi_queue_init),
6004         (gst_multi_queue_finalize), (gst_multi_queue_set_property),
6005         (gst_single_queue_flush), (update_time_level), (apply_segment),
6006         (apply_buffer), (gst_single_queue_push_one),
6007         (gst_multi_queue_item_steal_object),
6008         (gst_multi_queue_item_destroy), (gst_multi_queue_item_new),
6009         (gst_multi_queue_loop), (gst_multi_queue_chain),
6010         (gst_multi_queue_sink_activate_push), (gst_multi_queue_sink_event),
6011         (gst_multi_queue_getcaps), (gst_multi_queue_src_activate_push),
6012         (gst_multi_queue_src_query), (single_queue_overrun_cb),
6013         (single_queue_underrun_cb), (single_queue_check_full),
6014         (gst_single_queue_new):
6015         Keep track of time in the queue by measuring the difference between
6016         running_time on input and output. This gives more accurate results and
6017         can compensate for segments correctly.
6018         Make a queue by default only 5 buffers deep. We will now increase the
6019         buffer size depending on the filledness of the other queues.
6020         Factor out commong flush code.
6021         Make sure we don't add additional refcounts to buffers when we can avoid
6022         it.
6023         Propagate GstFlowReturn differently.
6024         Use GSlice for intermediate GstMultiQueueItems.
6025         Keep track of EOS.
6026         Resize queues on over and underruns based on filled level of other
6027         queues.
6028         When checking if the queue is filled, prefer to measure in time if we
6029         can and fall back to bytes when no time is known.
6030
6031         * plugins/elements/gstqueue.c:
6032         Fix return value.
6033
6034 2007-06-15  Wim Taymans  <wim@fluendo.com>
6035
6036         * libs/gst/base/gstbasetransform.c:
6037         (gst_base_transform_sink_event):
6038         Work around the brokenness of the event vmethod in basetransform. Prefer
6039         to return TRUE when the subclass returned FALSE (meaning don't forward
6040         the event). 
6041
6042         * libs/gst/base/gstbasetransform.h:
6043         Clarify the docs.
6044
6045 2007-06-15  Wim Taymans  <wim@fluendo.com>
6046
6047         * gst/gstpad.c: (gst_pad_push_event), (gst_pad_send_event):
6048         * libs/gst/base/gstbasesrc.c: (gst_base_src_query_latency),
6049         (gst_base_src_default_query), (gst_base_src_get_range),
6050         (gst_base_src_start):
6051         * tests/check/pipelines/parse-launch.c: (setup_pipeline):
6052         Improve debugging.
6053
6054 2007-06-15  Stefan Kost  <ensonic@users.sf.net>
6055
6056         * docs/pwg/advanced-types.xml:
6057           Added more formats to caps table.
6058
6059 2007-06-15  Stefan Kost  <ensonic@users.sf.net>
6060
6061         * tools/gst-launch.c: (main):
6062           Remove crufy code. GOption does not need this workaround.
6063
6064 2007-06-14  Stefan Kost  <ensonic@users.sf.net>
6065
6066         * libs/gst/controller/gstcontroller.c:
6067         (gst_controlled_property_set_interpolation_mode):
6068           Fix wrong getter for enums in controller.
6069
6070 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
6071
6072         * libs/gst/check/gstcheck.c: (gst_check_init):
6073           Intercept criticals and warnings in the Gst-Phonon log domain, so
6074           ASSERT_CRITICAL() etc. can be used in gst-phonon's unit tests as
6075           well.
6076         
6077 2007-06-14  Edward Hervey  <edward@fluendo.com>
6078
6079         * gst/gstparamspecs.c: (_gst_param_fraction_validate):
6080         Since this file doesn't include "gst.h" it will not go through the
6081         macros that disable GST_LOG if debugging was disabled.
6082
6083 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
6084
6085         * libs/gst/check/Makefile.am:
6086         * libs/gst/check/gstcheck.h:
6087         * pkgconfig/gstreamer-check-uninstalled.pc.in:
6088         * pkgconfig/gstreamer-check.pc.in:
6089           Ugly 'fix' for the controller unit test on the p5 bot: in
6090           fail_unless_equals_float() check whether the values are 'almost
6091           equal' by allowing a small absolute error, which should be good
6092           enough for our use cases (normal numbers and values close to 0).
6093           Proper fixage left to floating point arithmetic aficionados.
6094
6095 2007-06-14  Stefan Kost  <ensonic@users.sf.net>
6096
6097         * libs/gst/base/gstbasesink.c: (gst_base_sink_reset_qos),
6098         (gst_base_sink_render_object), (gst_base_sink_get_position):
6099           Add two breaks thats where missing.
6100
6101 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
6102
6103         * docs/libs/gstreamer-libs-sections.txt:
6104         * libs/gst/check/gstcheck.h:
6105           API: add fail_unless_equals_float() and assert_equals_float().
6106           Add documentation for some of the macros.
6107
6108         * tests/check/libs/controller.c: (GST_START_TEST):
6109           Use newly-added asserts.
6110
6111 2007-06-14  Stefan Kost  <ensonic@users.sf.net>
6112
6113         * gst/gstpad.c: (gst_pad_alloc_buffer_full), (gst_pad_push):
6114           Show the caps change in the log to help spotting the case of not
6115           exactly matching caps.
6116
6117 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
6118
6119         * docs/pwg/building-boiler.xml:
6120           Fix typos, spotted by Thijs Vermeir (#447190).
6121
6122 2007-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
6123
6124         * docs/plugins/tmpl/.cvsignore:
6125         Ignore file to keep the buildbots happy
6126
6127 2007-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
6128
6129         * docs/plugins/Makefile.am:
6130         * docs/plugins/gstreamer-plugins-docs.sgml:
6131         * docs/plugins/gstreamer-plugins-sections.txt:
6132         Pull fdsink into the docs too.
6133
6134 2007-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
6135
6136         * libs/gst/controller/gstinterpolation.c:
6137         Actually use the new functions with min/max checks for the trigger and
6138         none interpolation modes for get() and get_value_array() instead of
6139         just the latter.
6140
6141 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
6142
6143         * libs/gst/controller/gstcontroller.c:
6144         (gst_controlled_property_free):
6145         Unset the minimum and maximum GValues when freeing the corresponding
6146         GstControllerProperty struct.
6147
6148 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
6149
6150         * libs/gst/controller/gstcontroller.c:
6151         (gst_controlled_property_new):
6152         * libs/gst/controller/gstcontrollerprivate.h:
6153         * libs/gst/controller/gstinterpolation.c:
6154         (gst_controlled_property_find_control_point_node),
6155         (interpolate_none_get), (interpolate_none_get_enum_value_array),
6156         (interpolate_none_get_string_value_array),
6157         (interpolate_trigger_get),
6158         (interpolate_trigger_get_enum_value_array),
6159         (interpolate_trigger_get_string_value_array):
6160         Protect against values larger or smaller than the minimum or maximum
6161         allowed value for the property when using values that can be compared.
6162
6163         Optimize trigger interpolator a bit by taking the last requested value
6164         into account instead of always looping through the complete list.
6165
6166         Fix coding style a bit, everywhere else we use "return foo" instead
6167         of "return (foo)".
6168         
6169         * tests/check/libs/controller.c: (GST_START_TEST),
6170         (gst_controller_suite):
6171         Add unit test for the protection against too large or too small
6172         values.
6173
6174 2007-06-08  Sebastian Dröge  <slomo@circular-chaos.org>
6175
6176         * docs/random/slomo/controller.txt:
6177         Add some thoughts about the future of the controller.
6178
6179 2007-06-08  Wim Taymans  <wim@fluendo.com>
6180
6181         * plugins/elements/gstidentity.c: (gst_identity_transform_ip):
6182         Don't overflow in retimestamping code.
6183
6184 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
6185
6186         * libs/gst/controller/gstinterpolation.c: (DEFINE_CUBIC_GET):
6187         Use gst_util_guint64_to_gdouble for conversions.
6188         * win32/common/libgstreamer.def:
6189         Add new exported functions.
6190
6191 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
6192
6193         * gst/gstutils.c:
6194           Small docs addition.
6195
6196 2007-06-07  Stefan Kost  <ensonic@users.sf.net>
6197
6198         * README:
6199           Remove that test line again.
6200
6201 2007-06-07  Stefan Kost  <ensonic@users.sf.net>
6202
6203         * README:
6204           Test commit mail sending.
6205
6206 2007-06-07  Stefan Kost  <ensonic@users.sf.net>
6207
6208         * configure.ac:
6209           Fix typo and test commit mail sending.
6210
6211 2007-06-07  Stefan Kost  <ensonic@users.sf.net>
6212
6213         * tests/examples/controller/audio-example.c:
6214           Improve comment and test commit mail sending.
6215
6216 2007-06-07  Wim Taymans  <wim@fluendo.com>
6217
6218         * gst/gstbin.c: (find_message), (bin_replace_message), (is_eos),
6219         (gst_bin_remove_func), (gst_bin_element_set_state),
6220         (bin_handle_async_start), (bin_handle_async_done),
6221         (gst_bin_handle_message_func):
6222         Add helper function to find messages.
6223         Generate the async-done messages together with the state change
6224         messages.
6225         Small cleanups in handling toplevel bins.
6226
6227 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
6228
6229         * libs/gst/base/gstdataqueue.c:
6230         * libs/gst/base/gstdataqueue.h:
6231         * plugins/elements/gstmultiqueue.c: (gst_single_queue_push_one),
6232         (gst_multi_queue_item_new), (gst_multi_queue_chain),
6233         (gst_multi_queue_sink_event):
6234         * tests/check/elements/multiqueue.c: (multiqueue_suite):
6235           Fix multiqueue leaking buffers and events when downstream or the
6236           queue are flushing. Make refcounting assumptions explicit and
6237           document them (shouldn't break existing code that uses it other than
6238           maybe leak miniobjects, but that already happens anyway). Add unit
6239           test for the most common flushing case. Fixes #423700.
6240           
6241 2007-06-06  Sebastian Dröge  <slomo@circular-chaos.org>
6242
6243         * libs/gst/controller/gstcontroller.c:
6244         Clarify docs: The get_all, get_value_array(s) functions
6245         don't modify the GObject properties.
6246
6247 2007-06-06  Sebastian Dröge  <slomo@circular-chaos.org>
6248
6249         * libs/gst/controller/gstcontroller.c:
6250         (gst_controlled_property_set_interpolation_mode),
6251         (gst_controlled_property_prepend_default),
6252         (gst_controlled_property_new), (gst_controller_set_unlocked),
6253         (gst_controller_set), (gst_controller_set_from_list),
6254         (gst_controller_unset), (gst_controller_unset_all):
6255         * libs/gst/controller/gstcontrollerprivate.h:
6256         * libs/gst/controller/gstinterpolation.c:
6257         Factor out the 'set' logic into gst_controller_set_unlocked for the
6258         gst_controller_set and gst_controller_set_from_list functions.
6259
6260         To make life of the interpolators easier always add a control point
6261         at timestamp zero with the default value.
6262
6263         In the linear interpolator make things more obvious by better variable
6264         naming (slope).
6265
6266         Implement cubic interpolation mode (by using a natural cubic spline)
6267         and map the quadratic interpolation mode to this too (as quadratic
6268         doesn't make much sense, see discussion on the list).
6269
6270         * tests/check/libs/controller.c: (GST_START_TEST),
6271         (gst_controller_suite):
6272         Add unit test for the cubic interpolation mode and check everywhere
6273         if the interpolation mode could be set as expected.
6274
6275 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
6276
6277         * gst/gstparamspecs.c: (gst_param_spec_fraction_get_type):
6278           Don't use GLib-2.10 functions, we still depend on
6279           GLib-how-old-is-it-again-2.8.
6280
6281 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
6282
6283         * docs/gst/gstreamer-sections.txt:
6284         * gst/Makefile.am:
6285         * gst/gst.c:
6286         * gst/gst.h:
6287         * gst/gstparamspecs.c: (_gst_param_fraction_init),
6288         (_gst_param_fraction_set_default), (_gst_param_fraction_validate),
6289         (_gst_param_fraction_values_cmp),
6290         (gst_param_spec_fraction_get_type), (gst_param_spec_fraction):
6291         * gst/gstparamspecs.h:
6292         * gst/gstvalue.c:
6293         * tests/check/Makefile.am:
6294         * tests/check/gst/.cvsignore:
6295         * tests/check/gst/gstparamspecs.c: (gst_dummy_obj_base_init),
6296         (gst_dummy_obj_class_init), (gst_dummy_obj_init),
6297         (gst_dummy_obj_set_property), (gst_dummy_obj_get_property),
6298         (GST_START_TEST), (gst_param_spec_suite):
6299           API: add GstParamSpecFraction, so elements can have fraction
6300           properties without lots of painful string parsing (#444648).
6301
6302 2007-06-05  Wim Taymans  <wim@fluendo.com>
6303
6304         * gst/gstobject.c: (gst_object_class_init):
6305         Fix signal signature.
6306
6307         * gst/gstsegment.c:
6308         Add small clarification in the api docs.
6309
6310         * plugins/elements/gstfilesrc.c: (gst_file_src_set_location):
6311         States are protected with object lock.
6312
6313 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
6314
6315         * AUTHORS:
6316         I should probably be listed as an author by now.
6317
6318         * docs/random/release:
6319         Update the release doc
6320
6321 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
6322
6323         * gst/gstvalue.c:
6324           Make docs for gst_value_compare() mention return enums that
6325           actually exist.
6326
6327 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
6328
6329         * configure.ac:
6330           Back to CVS
6331
6332 === release 0.10.13 ===
6333
6334 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
6335
6336         * configure.ac:
6337           releasing 0.10.13, "With or without you"
6338
6339 2007-05-25  Wim Taymans  <wim@fluendo.com>
6340
6341         * gst/gstbin.c: (bin_handle_async_done):
6342         Make sure that the child bin stops after completing the async state
6343         change so that the parent can continue the state change to PLAYING.
6344         Fixes #441159.
6345
6346 2007-05-25  Wim Taymans  <wim@fluendo.com>
6347
6348         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_finalize),
6349         (unref_data), (gst_collect_pads_remove_pad),
6350         (gst_collect_pads_check_pads):
6351         Use additional refcounting to avoid crashes when dynamically adding and
6352         removing pads. Fixes #420206.
6353
6354 2007-05-24  Wim Taymans  <wim@fluendo.com>
6355
6356         * tools/gst-launch.c: (event_loop):
6357         When buffering goes from a two digit to a single digit number, make sure
6358         to remove the old second digit by writing a blank over it.
6359
6360 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
6361
6362         * libs/gst/base/gstdataqueue.c:
6363           Eliminate tabs and trailing comma in enum list; fix some typos.
6364
6365 2007-05-24  Wim Taymans  <wim@fluendo.com>
6366
6367         * tests/check/gst/gstbin.c: (GST_START_TEST):
6368         Allow refcount of 3 and 4 because some state thread might still be busy
6369         with it.
6370
6371 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
6372
6373         * plugins/elements/Makefile.am:
6374         * plugins/elements/gstmultiqueue.h:
6375         * plugins/elements/gstqueue.h:
6376           These are not installed headers, no need for padding.
6377
6378 2007-05-24  Wim Taymans  <wim@fluendo.com>
6379
6380         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_get_state_func),
6381         (gst_bin_continue_func):
6382         Enable latency for next release.
6383         Restore STATE_LOCK around recalc_state that was left out during the
6384         rewrite and could result in racy behaviour when _get_state and
6385         recalc_state are run concurrently. See #440463.
6386
6387 2007-05-23  Wim Taymans  <wim@fluendo.com>
6388
6389         * tests/check/gst/gstsystemclock.c: (store_callback),
6390         (GST_START_TEST):
6391         Improve test_async_order to also work when both timers are already
6392         expired when we get scheduled to check it.
6393
6394 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
6395
6396         * gst/gstbin.c: (gst_bin_init), (gst_bin_dispose),
6397         (gst_bin_set_property), (gst_bin_get_property),
6398         (gst_bin_remove_func), (gst_bin_handle_message_func):
6399         * gst/gstbin.h:
6400           'private' is a c++ keyword, let's not use that in header files,
6401           otherwise c++ compilers will throw a tantrum.
6402
6403 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
6404
6405         * plugins/elements/gstelements.c:
6406         * plugins/elements/gstfilesink.c: (gst_file_sink_do_seek),
6407         (gst_file_sink_get_current_offset):
6408         * plugins/indexers/gstindexers.c: (plugin_init):
6409           Use #ifdef for HAVE_XYZ for consistency.
6410
6411         * tests/check/Makefile.am:
6412         * tests/check/elements/.cvsignore:
6413         * tests/check/elements/filesink.c: (setup_filesink),
6414         (cleanup_filesink), (GST_START_TEST), (filesink_suite):
6415           Add some unit tests for filesink.
6416
6417 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
6418
6419         Patch by: Mark Nauwelaerts <manauw at skynet be>
6420
6421         * plugins/elements/gstfilesink.c: (gst_file_sink_open_file),
6422         (gst_file_sink_query), (gst_file_sink_do_seek),
6423         (gst_file_sink_get_current_offset), (gst_file_sink_render):
6424         * plugins/elements/gstfilesink.h:
6425           Fix position reporting; rename data_written member to current_pos to
6426           reflect its real meaning (fixes #412648).
6427
6428 2007-05-22  Edward Hervey  <edward@fluendo.com>
6429
6430         * docs/gst/gstreamer-sections.txt:
6431         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_init),
6432         (gst_bin_dispose), (gst_bin_set_property), (gst_bin_get_property),
6433         (gst_bin_remove_func), (gst_bin_handle_message_func):
6434         * gst/gstbin.h:
6435         Add a property for bins that handle the state change of their childs.
6436         Fixes #435880
6437
6438 2007-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
6439
6440         * libs/gst/controller/gstinterpolation.c:
6441         Use an array of the correct type when using _get_value_array with
6442         linear interpolation.
6443
6444 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
6445
6446         * gst/gstelement.c (gst_element_requires_clock,
6447           gst_element_provides_clock, gst_element_request_pad,
6448           gst_element_class_set_details, gst_element_class_set_details_simple,
6449           gst_element_default_send_event, gst_element_abort_state,
6450           gst_element_continue_state, gst_element_set_state,
6451           gst_element_set_state_func, iterator_activate_fold_with_resync):
6452         * gst/gstpad.c (gst_pad_activate_pull, gst_pad_set_getcaps_function,
6453           gst_pad_fixate_caps, gst_pad_configure_sink, gst_pad_configure_src,
6454           gst_pad_query, gst_pad_save_thyself, handle_pad_block, gst_pad_push,
6455           gst_pad_get_range, gst_pad_pull_range):
6456         * gst/gstpad.h (GST_PAD_LINK_SUCCESSFUL, GST_FLOW_CUSTOM_SUCCESS,
6457           GST_FLOW_NOT_SUPPORTED, GST_FLOW_IS_FATAL, GstPadActivateFunction,
6458           GstPadActivateModeFunction, GstPadChainFunction,
6459           GstPadGetCapsFunction, GstPadAcceptCapsFunction,
6460           GstPadFixateCapsFunction, GstPadTemplate):
6461         * gst/gstpipeline.c (gst_pipeline_change_state,
6462           gst_pipeline_set_new_stream_time, gst_pipeline_use_clock,
6463           gst_pipeline_set_clock, gst_pipeline_auto_clock,
6464           gst_pipeline_get_delay):
6465           Whitespace and docs fixes.
6466
6467 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
6468
6469         * libs/gst/controller/gstinterpolation.c:
6470         (interpolate_trigger_get_enum_value_array),
6471         (interpolate_trigger_get_string_value_array):
6472         Add support for retrieving value arrays when using the trigger
6473         interpolation mode. 
6474
6475 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
6476
6477         * libs/gst/controller/gstcontroller.c:
6478         (gst_controller_get_value_array):
6479         * libs/gst/controller/gstcontroller.h:
6480         Clarify the docs of gst_controller_get_value_array(): The array where
6481         the values should be written to must be allocated as there seems to be
6482         no way to get the size of a random GType. This doesn't change any
6483         behaviour. Also fix some typos all over the place and remove an unused,
6484         commented function that is not necessary as g_object_set() could be
6485         used instead.
6486         * tests/check/libs/controller.c: (GST_START_TEST),
6487         (gst_controller_suite):
6488         Add unit test for gst_controller_get_value_array().
6489
6490 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
6491
6492         * tests/check/gst/gstbuffer.c: (GST_START_TEST):
6493
6494         Disable part of the gst_buffer_try_new_and_alloc test, because
6495         it can happily succeed on 64-bit systems where there's more address
6496         space available.
6497
6498 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
6499
6500         * tests/check/gst/gstpad.c: (GST_START_TEST), (gst_pad_suite):
6501         Add unit test for the improved caps checking from bug #421543.
6502
6503 2007-05-21  Wim Taymans  <wim@fluendo.com>
6504
6505         * docs/design/part-synchronisation.txt:
6506         Small addition.
6507
6508         * gst/gstbin.c: (gst_bin_query):
6509         * plugins/elements/gstqueue.c: (apply_segment):
6510         Improve debugging.
6511
6512         * gst/gstmessage.h:
6513         Improve docs.
6514
6515 2007-05-21  Wim Taymans  <wim@fluendo.com>
6516
6517         * gst/gstpad.c: (gst_pad_get_caps_unlocked),
6518         (gst_pad_acceptcaps_default), (gst_pad_configure_sink),
6519         (gst_pad_configure_src):
6520         Added simple version of improved caps checking. It was previously
6521         assumed that a setcaps function would check the validity of the caps but
6522         people prefer us to check caps against the template automatically. 
6523         Fixes #421543.
6524
6525 2007-05-21  Wim Taymans  <wim@fluendo.com>
6526
6527         * libs/gst/base/gstbasetransform.h:
6528         Fix macro for locking/unlocking the transform lock.
6529
6530 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
6531
6532         * docs/plugins/tmpl/.cvsignore:
6533           Ignore more.
6534
6535 2007-05-18  Edward Hervey  <edward@fluendo.com>
6536
6537         * plugins/elements/gstqueue.c: (gst_queue_loop):
6538         Hello, I am Mr Taymans' personal debugger. Today I will introduce a fix
6539         for the subtle art of warning a potentially blocking thread that it
6540         should check the source pad return value, and relay the information
6541         upstream.
6542
6543 2007-05-18  Edward Hervey  <edward@fluendo.com>
6544
6545         * plugins/elements/gstqueue.c: (gst_queue_handle_sink_event):
6546         Release the queue lock !
6547
6548 2007-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
6549
6550         * docs/libs/gstreamer-libs-sections.txt:
6551         Add the two new controller functions to the appropiate places.
6552
6553 2007-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
6554
6555         reviewed by: Stefan Kost <ensonic@users.sf.net>
6556
6557         * libs/gst/controller/gstcontroller.c:
6558         (gst_controller_suggest_next_sync), (gst_controller_sync_values),
6559         (_gst_controller_get_property), (_gst_controller_set_property),
6560         (_gst_controller_init), (_gst_controller_class_init):
6561         * libs/gst/controller/gstcontroller.h:
6562         * libs/gst/controller/gsthelper.c: (gst_object_suggest_next_sync),
6563         (gst_object_get_control_rate), (gst_object_set_control_rate):
6564         API: gst_controller_suggest_next_sync(), gst_object_suggest_next_sync()
6565         Add API that provides sync suggestion timestamps for elements that
6566         call gst_object_sync_values() from which those elements can subdivide
6567         their processing loop to get the best results for the controlled
6568         properties. For now it just suggests last_sync + control_rate as
6569         new timestamp but this will be improved in the future.
6570
6571         While doing that change the control-rate property to a GstClockTime
6572         from guint and change it's meaning from samples to nanoseconds as
6573         the GstController doesn't know anything about sampling rate. Strictly
6574         speaking this breaks ABI but as the control-rate property didn't do
6575         anything in the past and as such couldn't be used this should be no
6576         problem.        
6577
6578 2007-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
6579
6580         reviewed by: Stefan Kost <ensonic@users.sf.net>
6581
6582         * libs/gst/controller/gstcontroller.c: (gst_controller_unset),
6583         (gst_controller_unset_all):
6584         * libs/gst/controller/gstcontrollerprivate.h:
6585         * libs/gst/controller/gstinterpolation.c:
6586         (gst_controlled_property_find_control_point_node):
6587         Save last synced value from the list to continue searching from there
6588         in future syncs. This speeds everything up a bit.
6589         
6590 2007-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
6591
6592         reviewed by: Stefan Kost <ensonic@users.sf.net>
6593
6594         * libs/gst/controller/gstcontroller.c: (gst_control_point_compare),
6595         (gst_control_point_find), (gst_controlled_property_new),
6596         (gst_control_point_free), (gst_controlled_property_free),
6597         (gst_controller_set), (gst_controller_set_from_list),
6598         (gst_controller_unset), (gst_controller_unset_all),
6599         (gst_controller_sync_values):
6600         * libs/gst/controller/gstcontroller.h:
6601         * libs/gst/controller/gstcontrollerprivate.h:
6602         * libs/gst/controller/gstinterpolation.c:
6603         (gst_controlled_property_find_control_point_node),
6604         (interpolate_none_get), (interpolate_trigger_get):
6605         Add a new private GstControlPoint struct which "inherits" from
6606         GstTimedValue to allow different interpolators to store internal
6607         values next to each control point. From the outside everything is
6608         still a GstControlPoint so we don't loose binary compatibility.
6609         Also fixup all the GValue handling to not leak GValues or list nodes.
6610         * tests/check/libs/controller.c: (GST_START_TEST):
6611         Free the list nodes and GValues in the controller_misc test.
6612
6613 2007-05-17  Edward Hervey  <edward@fluendo.com>
6614
6615         * gst/gstsegment.c:
6616         Small doc fix.
6617
6618 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
6619
6620         * gst/gstplugin.c: (gst_plugin_load_file):
6621           If we fail to load a plugin because of unresolved symbols or missing
6622           libraries and spew a warning to stderr, we may just as well mention
6623           which plugin it was that failed to load.
6624
6625 2007-05-13  David Schleef  <ds@schleef.org>
6626
6627         * docs/Makefile.am: the gtk-doc makefile snippet correctly
6628           handles the case when ENABLE_GTK_DOC is false, and installs
6629           the prebuilt documentation.  So gtk-doc subdirs are 
6630           unconditionally enabled.  Fixes: #349099.
6631
6632 2007-05-13  David Schleef  <ds@schleef.org>
6633
6634         * gst/gstutils.h: Reword some documentation.
6635
6636 2007-05-12  David Schleef  <ds@schleef.org>
6637
6638         * gst/gstplugin.c: gst_plugin_register_func() doesn't actually
6639           do anything with the passed "module" parameter, so remove it.
6640           Allows removal of additional vestigal code.
6641
6642 2007-05-12  David Schleef  <ds@schleef.org>
6643
6644         * gst/gstplugin.c:
6645           Using sigaction should depend on HAVE_SIGACTION, not HAVE_WIN32.
6646           Switch to using g_stat() because it's more portable.
6647
6648 2007-05-12  David Schleef  <ds@schleef.org>
6649
6650         * gst/gst.c:
6651           Add GST_DISABLE_OPTION_PARSING, in order to disable option
6652           parsing for embedded systems.
6653         * gst/gstelementfactory.c:
6654           Allow gst_element_register() to be called with plugin==NULL.
6655           Did nobody notice that static elements were broken?
6656
6657 2007-05-12  Wim Taymans  <wim@fluendo.com>
6658
6659         * tools/gst-launch.c: (event_loop):
6660         Give more interesting info when buffering starts and stops.
6661         Fix case where buffering starts but we fail to update the buffering flag
6662         because the target state is not PLAYING.
6663
6664 2007-05-12  Wim Taymans  <wim@fluendo.com>
6665
6666         * plugins/elements/gstqueue.c: (gst_queue_init),
6667         (gst_queue_finalize), (update_time_level), (apply_segment),
6668         (apply_buffer), (gst_queue_locked_flush),
6669         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
6670         (gst_queue_handle_sink_event), (gst_queue_chain),
6671         (gst_queue_push_one), (gst_queue_loop):
6672         * plugins/elements/gstqueue.h:
6673         Refactor an cleanup queue a bit.
6674         Do better time level calculations that also work when the srcpad is not
6675         yet running.
6676         Remove some unneeded debug lines.
6677
6678         * tests/check/elements/queue.c: (GST_START_TEST), (queue_suite):
6679         Added testcase for time level measurement.
6680         Try to make some stuff more racefree.
6681
6682 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
6683
6684         * gst/gsturi.c: (gst_element_make_from_uri):
6685           Don't leak plugin feature.
6686
6687         * tests/check/Makefile.am:
6688         * tests/check/gst/.cvsignore:
6689         * tests/check/gst/gsturi.c: (GST_START_TEST), (gst_uri_suite):
6690           Add brain-dead unit test.
6691
6692 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
6693
6694         Patch by: Jeroen Wouters <woutersj at gmail com>
6695
6696         * gst/gsturi.c: (gst_uri_get_protocol), (search_by_entry):
6697           Treat protocol strings in a case-insensitive way (#437563).
6698
6699 2007-05-11  Michael Smith <msmith@fluendo.com>
6700
6701         * gst/gstplugin.c: (gst_plugin_load_file):
6702         * gst/gstregistry.c: (gst_registry_scan_path_level):
6703           Don't print a g_warning for any failure to load a shared object.
6704           Instead, push this down into gstplugin.c, and warn _only_ if we
6705           failed to open the module (i.e. failure to link).
6706           Avoids warnings on normal, working, non-plugin .so files.
6707
6708 2007-05-11  Stefan Kost  <ensonic@users.sf.net>
6709
6710         * gst/gstplugin.c (gst_plugin_load_file):
6711         * gst/gstregistry.c (GST_CAT_DEFAULT,
6712           gst_registry_lookup_feature_locked, gst_registry_scan_path_level):
6713           Print a g_warning if there was an error when loading a plugins during
6714           registry scan. The shuld help beginners starting with gst-plugin
6715           template.
6716
6717 2007-05-10  Wim Taymans  <wim@fluendo.com>
6718
6719         * plugins/elements/gstqueue.c: (gst_queue_class_init),
6720         (update_time_level), (gst_queue_locked_flush),
6721         (gst_queue_handle_sink_event), (gst_queue_chain),
6722         (gst_queue_push_one), (gst_queue_loop):
6723         * plugins/elements/gstqueue.h:
6724         Be smarter when calculating the current amount of data in the queue by
6725         measuring the difference between start and end timestamps (in running
6726         time) inside the queue. Fixes #432876.
6727         API: GstQueue::pushing to notify elements that we are pushing data again
6728         since the running signal is rather broken for this purpose.
6729
6730 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
6731
6732         * plugins/elements/gstqueue.c (_do_init, gst_queue_signals,
6733           gst_queue_base_init, gst_queue_init):
6734           use GST_BOILERPLATE
6735
6736 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
6737
6738         * win32/common/libgstreamer.def:
6739         Add new exported functions.
6740         * win32/vs6/grammar.dsp:
6741         Use grammar pre-generated files.
6742
6743 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6744
6745         Based on patch by: Peter Kjellerstedt  <pkj at axis com>
6746
6747         * gst/Makefile.am:
6748         * gst/gstparse.c: (gst_parse_launchv), (gst_parse_launch):
6749         * gst/gstparse.h:
6750         * gst/gstutils.c: (gst_parse_bin_from_description):
6751         * gst/gstutils.h:
6752           Maintain API and ABI when --disable-parse is used. Now that
6753           we have an appropriate error code, we can just return NULL and the
6754           appropriate error when gst_parse_launch() is used despite it having
6755           been disabled (#342564).
6756
6757         * tests/check/Makefile.am:
6758         * tests/check/pipelines/.cvsignore:
6759         * tests/check/pipelines/parse-disabled.c:
6760           Make sure these functions exist and return NULL plus a GError when
6761           --disable-parse is used.
6762
6763 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6764
6765         * tests/benchmarks/complexity.c: (main):
6766         * tests/benchmarks/mass-elements.c: (main):
6767           Set a good example and don't leak messages.
6768
6769 2007-05-06  Stefan Kost  <ensonic@users.sf.net>
6770
6771         * docs/gst/Makefile.am:
6772         * docs/libs/Makefile.am:
6773           Correct fixxrefs options.
6774
6775         * docs/plugins/Makefile.am:
6776         * docs/plugins/gstreamer-plugins-docs.sgml:
6777         * docs/plugins/gstreamer-plugins-sections.txt:
6778         * plugins/elements/Makefile.am:
6779         * plugins/elements/gstcapsfilter.c (gst_capsfilter_details):
6780         * plugins/elements/gstcapsfilter.h (__GST_CAPSFILTER_H__,
6781           GST_TYPE_CAPSFILTER, GST_CAPSFILTER, GST_CAPSFILTER_CLASS,
6782           GST_IS_CAPSFILTER, GST_IS_CAPSFILTER_CLASS, GstCapsFilter,
6783           GstCapsFilterClass, _GstCapsFilter, trans, filter_caps,
6784           _GstCapsFilterClass, trans_class):
6785         * plugins/elements/gstelements.c (name, rank, type, _elements):
6786         * plugins/elements/gstidentity.c
6787           (gst_identity_check_imperfect_timestamp,
6788           gst_identity_check_imperfect_offset):
6789           Document capsfilter and add doc-blurb to identity.
6790
6791 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
6792
6793         * libs/gst/controller/gstcontroller.c:
6794         (gst_controlled_property_set_interpolation_mode):
6795         * libs/gst/controller/gstinterpolation.c:
6796           Don't crash if someone tries to set an interpolation mode that
6797           is invalid or that isn't supported yet. Fixes #422295.
6798
6799         * tests/check/libs/controller.c: (GST_START_TEST),
6800         (gst_controller_suite):
6801           Add a test case for the above.
6802
6803 2007-05-03  Edward Hervey  <edward@fluendo.com>
6804
6805         * libs/gst/base/gstbasetransform.c: (gst_base_transform_chain):
6806         Properly set the last_stop position on GstSegment. This will only happen
6807         if there is a buffer to push out.
6808
6809 2007-05-03  Wim Taymans  <wim@fluendo.com>
6810
6811         * libs/gst/base/gstbasetransform.c:
6812         (gst_base_transform_buffer_alloc):
6813         always_in_place does not mean that the sink and source caps are the
6814         same! Make sure we don't blindly proxy the buffer_alloc in this case.
6815
6816 2007-05-03  Wim Taymans  <wim@fluendo.com>
6817
6818         * docs/libs/gstreamer-libs-sections.txt:
6819         * libs/gst/base/gstbasesrc.c: (gst_base_src_query_latency),
6820         (gst_base_src_default_query), (gst_base_src_get_range):
6821         * libs/gst/base/gstbasesrc.h:
6822         API: gst_base_src_query_latency(). Added method so that subclasses can
6823         easily get the latency values of the base source class.
6824
6825 2007-05-02  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
6826
6827         * tools/gst-inspect.c (print_implementation_info):
6828         Remove 0.8 cruft.
6829
6830 2007-05-02  Tim-Philipp Müller  <tim at centricular dot net>
6831
6832         * tools/Makefile.am:
6833         * tools/gst-launch.1.in:
6834           Don't create a customised man page based on the host architecture,
6835           describe the default registry path generically. That way the man
6836           page is the same for all architectures and packagers have one
6837           multilib issue less to deal with. Fixes #434926.
6838
6839 2007-05-02  Wim Taymans  <wim@fluendo.com>
6840
6841         * gst/gstpad.c:
6842         Fix documentation as spotted by rg on IRC. 
6843
6844 2007-04-29  Stefan Kost  <ensonic@users.sf.net>
6845
6846         * gst/gstutils.c:
6847           Improve docs for gst_element_{link,unlink}.
6848
6849 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6850
6851         * docs/design/part-events.txt:
6852         * docs/design/part-overview.txt:
6853         * gst/gstevent.c:
6854         * gst/gsturi.c:
6855         * gst/gsturi.h:
6856         * libs/gst/base/gstbasesink.c:
6857           Typo fixes; minor docs addition.
6858
6859 2007-04-27  Sebastian Dröge  <slomo@circular-chaos.org>
6860
6861         * docs/gst/gstreamer-sections.txt:
6862         * gst/gsturi.c: (get_element_factories_from_uri_protocol),
6863         (gst_uri_protocol_is_supported), (gst_element_make_from_uri):
6864         * gst/gsturi.h:
6865         API: Add gst_uri_protocol_is_supported(), which checks if a sink
6866         or src that supports a given URI protocol exists.
6867
6868 2007-04-27  Sebastian Dröge  <slomo@circular-chaos.org>
6869
6870         * plugins/elements/gstfilesink.c: (gst_file_sink_uri_set_uri):
6871         * plugins/elements/gstfilesrc.c: (gst_file_src_uri_set_uri):
6872         Set the location to NULL if "file://" is set as URI. Otherwise
6873         some random previous URI would still be set if "file://" is
6874         set on an already used filesink/filesrc.
6875
6876 2007-04-27  Sebastian Dröge  <slomo@circular-chaos.org>
6877
6878         * plugins/elements/gstfilesink.c: (gst_file_sink_uri_set_uri):
6879         * plugins/elements/gstfilesrc.c: (gst_file_src_uri_set_uri):
6880         Special case the "file://" URI as as this is used by some
6881         applications to test with gst_element_make_from_uri if there's
6882         an element that supports the URI protocol.
6883         Also move the g_path_is_absolute() check for the location part
6884         of the URI to also check this for "file://localhost/bla" URIs.
6885
6886 2007-04-26  Tim-Philipp Müller  <tim at centricular dot net>
6887
6888         * docs/gst/gstreamer-sections.txt:
6889         * gst/gstbuffer.c: (gst_buffer_try_new_and_alloc):
6890         * gst/gstbuffer.h:
6891         * tests/check/gst/gstbuffer.c: (GST_START_TEST),
6892         (gst_buffer_suite):
6893           API: add gst_buffer_try_new_and_alloc() plus unit test (#431940).
6894
6895 2007-04-26  Stefan Kost  <ensonic@users.sf.net>
6896
6897         * gst/gstregistrybinary.c: (gst_registry_binary_write_cache),
6898         (gst_registry_binary_load_pad_template),
6899         (gst_registry_binary_load_plugin),
6900         (gst_registry_binary_read_cache):
6901         * gst/gstregistrybinary.h:
6902           Implement no-mmap alternative for registry reading. Do code cleanups.
6903           Add more comments about avoiding strdups for all text data. Comments
6904           welcome.
6905
6906 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
6907
6908         * gst/gstregistrybinary.h (GstBinaryPluginElement,
6909           GstBinaryPluginFeature, _GstBinaryElementFactory, plugin_feature,
6910           GstBinaryElementFactory, _GstBinaryTypeFindFactory, plugin_feature):
6911           Comment structs and reformat to fix the build (that stuff should go
6912           into a priv. header).
6913
6914 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
6915
6916         * gst/gstregistrybinary.c: (gst_registry_binary_save_feature),
6917         (gst_registry_binary_load_feature):
6918         * gst/gstregistrybinary.h:
6919           Refactor so that we can implement multiple features. Add support for
6920           TypeFindFactory features.
6921
6922 2007-04-24  Stefan Kost  <ensonic@users.sf.net>
6923
6924         Patch by: Peter Kjellerstedt <Peter.Kjellerstedt@axis.com>
6925
6926         * configure.ac:
6927           Fix AM_CONDITIONAL(GST_DISABLE_GST_DEBUG,...) and update comment.
6928
6929 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
6930
6931         * gst/gstbin.c: (gst_bin_element_set_state),
6932         (iterator_activate_fold_with_resync), (gst_bin_continue_func),
6933         (bin_handle_async_done), (gst_bin_handle_message_func):
6934           Fix build with --gst-disable-gst-debug
6935
6936 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
6937
6938         * libs/gst/base/gstbasetransform.c: (gst_base_transform_activate):
6939           Make sure streaming has finished before calling the ::stop() vfunc,
6940           since that vfunc might clear state which is being used in the
6941           streaming thread. This fixes a race that caused crashes in
6942           audioresample when shutting down a pipeline (#420106).
6943
6944 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
6945
6946         * docs/gst/gstreamer-sections.txt:
6947           That was one byte missing.
6948
6949 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
6950
6951         * configure.ac:
6952         * docs/gst/gstreamer-sections.txt:
6953         * gst/Makefile.am:
6954         * gst/gstconfig.h.in:
6955         * gst/gstobject.c: (gst_object_class_init),
6956         (gst_signal_object_class_init):
6957         * gst/gstobject.h:
6958           2nd attempt to have a xml-less build as a joined effort of #413123
6959           and #421480.
6960
6961 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
6962
6963         * docs/design/draft-tagreading.txt:
6964           Added open issues/thoughts to draft.
6965
6966 2007-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
6967
6968         * gst/parse/grammar.tab.pre.c:
6969         * gst/parse/grammar.tab.pre.h:
6970         * gst/parse/lex._gst_parse_yy.pre.c:
6971         Update the prebuild parser sources.
6972
6973 2007-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
6974
6975         * gst/parse/Makefile.am:
6976         And now fix the building of the flex sources. Now everything should
6977         work as expected.
6978
6979 2007-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
6980
6981         * gst/parse/Makefile.am:
6982         Now hopefully fix the build failures by setting proper rule
6983         dependencies and moving instead of copying.
6984
6985 2007-04-19  Stefan Kost  <ensonic@users.sf.net>
6986
6987         * tests/benchmarks/complexity.gnuplot:
6988         * tests/benchmarks/complexity.scm:
6989         * tests/benchmarks/mass-elements.gnuplot:
6990         * tests/benchmarks/mass-elements.scm:
6991           Total licensification.
6992
6993 2007-04-19  Stefan Kost  <ensonic@users.sf.net>
6994
6995         * gst/parse/Makefile.am:
6996           Fix the build by correcting the rule that gave wrong files to flex.
6997
6998 2007-04-19  Stefan Kost  <ensonic@users.sf.net>
6999
7000         * tests/benchmarks/complexity.c:
7001         * tests/benchmarks/mass-elements.c:
7002           Change licence to LGPL as granted by Benjamin and Andy.
7003
7004 2007-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
7005
7006         * gst/parse/Makefile.am:
7007         Add correct grammar.tab.h dependency if compiling without new enough
7008         flex. Fixes #431150.
7009
7010 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
7011
7012         * gst/parse/Makefile.am:
7013         Fix typo and use outdated sources if the flex/bison sources are newer
7014         than the pregenerated ones but flex is too old. Print a warning in
7015         that case. This should fix the build on the build bot.
7016
7017 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
7018
7019         Patch by: Marc-Andre Lureau <marcandre dot lureau at gmail dot com>
7020         * gst/parse/Makefile.am:
7021         * gst/parse/grammar.y:
7022         * gst/parse/parse.l:
7023         Make the parser reentrant and recursively callable. This requires flex
7024         >= 2.5.31, for older versions pregenerated sources are used as we
7025         can't bump the build dependency. Finally fixes #349180.
7026
7027         * gst/gstparse.c: (gst_parse_launch):
7028         Drop the HAVE_MT_SAVE_FLEX #ifdefs as we always use a new enough flex
7029         now anyway.
7030
7031         * docs/gst/Makefile.am:
7032         * docs/gst/Makefile.am:
7033         * gst/parse/grammar.tab.pre.c: (__gst_parse_strdup),
7034         (__gst_parse_strfree), (__gst_parse_link_new),
7035         (__gst_parse_link_free), (__gst_parse_chain_new),
7036         (__gst_parse_chain_free), (SET_ERROR), (YYPRINTF),
7037         (gst_parse_element_set), (gst_parse_free_link),
7038         (gst_parse_found_pad), (gst_parse_perform_delayed_link),
7039         (gst_parse_perform_link), (yytnamerr), (yysyntax_error), (yyerror),
7040         (_gst_parse_launch):
7041         * gst/parse/grammar.tab.pre.h:
7042         * gst/parse/lex._gst_parse_yy.pre.c: (PRINT), (yy_get_next_buffer),
7043         (yy_get_previous_state), (yy_try_NUL_trans), (input),
7044         (_gst_parse_yyrestart), (_gst_parse_yy_switch_to_buffer),
7045         (_gst_parse_yy_load_buffer_state), (_gst_parse_yy_create_buffer),
7046         (_gst_parse_yy_delete_buffer), (_gst_parse_yy_init_buffer),
7047         (_gst_parse_yy_flush_buffer), (_gst_parse_yypush_buffer_state),
7048         (_gst_parse_yypop_buffer_state),
7049         (_gst_parse_yyensure_buffer_stack), (_gst_parse_yy_scan_buffer),
7050         (_gst_parse_yy_scan_string), (_gst_parse_yy_scan_bytes),
7051         (yy_fatal_error), (_gst_parse_yyget_extra),
7052         (_gst_parse_yyget_lineno), (_gst_parse_yyget_column),
7053         (_gst_parse_yyget_in), (_gst_parse_yyget_out),
7054         (_gst_parse_yyget_leng), (_gst_parse_yyget_text),
7055         (_gst_parse_yyset_extra), (_gst_parse_yyset_lineno),
7056         (_gst_parse_yyset_column), (_gst_parse_yyset_in),
7057         (_gst_parse_yyset_out), (_gst_parse_yyget_debug),
7058         (_gst_parse_yyset_debug), (_gst_parse_yyget_lval),
7059         (_gst_parse_yyset_lval), (_gst_parse_yylex_init),
7060         (yy_init_globals), (_gst_parse_yylex_destroy), (yy_flex_strncpy),
7061         (yy_flex_strlen), (_gst_parse_yyalloc), (_gst_parse_yyrealloc),
7062         (_gst_parse_yyfree):
7063         If the installed flex version is too old use pre-generated parser
7064         sources. These pre-generated parser sources are always updated when
7065         the actual flex/bison sources change but require everybody who wants
7066         to change something in the parser to have flex >= 2.5.31 installed.
7067
7068 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
7069
7070         * common/m4/gst-gettext.m4:
7071         * gst/gst-i18n-lib.h:
7072           Make --disable-nls to work
7073
7074 2007-04-17  Wim Taymans  <wim@fluendo.com>
7075
7076         * gst/gstconfig.h.in:
7077         Revert previous change that broke the build.
7078
7079 2007-04-17  Stefan Kost  <ensonic@users.sf.net>
7080
7081         * configure.ac:
7082         * gst/Makefile.am:
7083         * gst/gstconfig.h.in:
7084           Drop libxml2 dependency when building with 
7085           --enable-binary-registry --disable-loadsave
7086
7087 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
7088
7089         * gst/gstregistrybinary.c: (gst_registry_binary_write_cache),
7090         (gst_registry_binary_read_cache):
7091         * gst/gstregistrybinary.h:
7092           Remove unnecessary <sys/mman.h> include which broke the win32 build
7093           with MingW; move includes from header file to .c file, even if the
7094           header file isn't installed; use g_strerror() where UTF-8 strings
7095           are expected, such as in GST_DEBUG messages.
7096
7097 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
7098
7099         * docs/libs/gstreamer-libs-sections.txt:
7100         Remove bogus addition for API I didn't end up keeping.
7101
7102         * libs/gst/base/gstbasesrc.h:
7103         Mention Since: 0.10.13 in the documentation.
7104
7105         Add the API keyword to the previous ChangeLog entry.
7106
7107 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
7108
7109         * docs/libs/gstreamer-libs-sections.txt:
7110         * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
7111         (gst_base_src_default_prepare_seek_segment),
7112         (gst_base_src_prepare_seek_segment), (gst_base_src_perform_seek):
7113         * libs/gst/base/gstbasesrc.h:
7114         Allow basesrc derived classes to execute seeks in other formats
7115         by providing a prepare_seek_segment vmethod. Sub-classes can choose
7116         to prepare the GstSegment in any format that their perform_seek method
7117         will be able to understand. The default implementation provides the
7118         old behaviour of attempting to convert the seek offsets to the 
7119         configured native format.
7120
7121         API: basesrc::prepare_seek_segment vmethod.
7122
7123 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
7124
7125         * gst/gstelement.c: (gst_element_get_state_func):
7126         Don't output the same debug statement twice.
7127
7128         * libs/gst/base/gstadapter.c: (gst_adapter_try_to_merge_up),
7129         (gst_adapter_peek), (gst_adapter_take_buffer):
7130         Optimise the case where we have buffers at the head of the queue that
7131         can be joined quickly (because they're contiguous sub-buffers) by
7132         merging them together rather than copying data out into new memory.
7133
7134         * gst/parse/grammar.y:
7135         * tests/check/pipelines/parse-launch.c:
7136         Fix a leak in an error path for parse_launch, and add a check 
7137         for it to the testsuite.
7138
7139 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
7140
7141         * plugins/elements/gstmultiqueue.c: (gst_multi_queue_release_pad):
7142           Don't deadlock when releasing a pad - gst_pad_set_active may try
7143           and take the multiqueue lock too.
7144
7145 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
7146
7147         * gst/gsterror.c: (_gst_core_errors_init):
7148         * gst/gsterror.h:
7149           API: add GST_CORE_ERROR_DISABLED (#392804).
7150
7151 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7152
7153         * docs/faq/gst-uninstalled:
7154           don't get empty paths on the PATH variables
7155         * gst/gstpad.c (gst_pad_is_active, gst_pad_set_blocked_async):
7156           Don't format for the uncommon terminal width of 84 characters.
7157
7158 2007-04-06  Wim Taymans  <wim@fluendo.com>
7159
7160         * gst/gstpipeline.c: (reset_stream_time),
7161         (gst_pipeline_change_state), (gst_pipeline_set_new_stream_time):
7162         Only try to select a different pipeline clock when we went back to
7163         PAUSED and not when we merely got flushed.
7164
7165 2007-04-05  Michael Smith  <msmith@fluendo.com>
7166
7167         * tools/gst-launch.1.in:
7168           fractions are better supported in gstreamer than ractions, so
7169           suggest using those.
7170
7171 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7172
7173         Submitted by: Mogens Jaeger <mogens@jaeger.tf>
7174
7175         * po/LINGUAS:
7176         * po/da.po:
7177           Added Danish translation.
7178
7179 2007-04-05  Wim Taymans  <wim@fluendo.com>
7180
7181         * libs/gst/base/gstbasesink.c:
7182         (gst_base_sink_queue_object_unlocked), (gst_base_sink_event):
7183         Fix leak caused when refusing newsegment after EOS.
7184
7185         * plugins/elements/gstfakesink.c: (gst_fake_sink_class_init),
7186         (gst_fake_sink_init), (gst_fake_sink_set_property),
7187         (gst_fake_sink_get_property), (gst_fake_sink_preroll),
7188         (gst_fake_sink_render), (gst_fake_sink_change_state):
7189         * plugins/elements/gstfakesink.h:
7190         Add num-buffers property to make the element generate EOS after a
7191         configurable amount of buffers.
7192         API: fakesink::num-buffers property.
7193
7194         * tests/check/elements/fakesink.c: (GST_START_TEST),
7195         (fakesink_suite):
7196         Fix GstBus leak in test.
7197         Test for fakesink num-buffers.
7198
7199 2007-04-05  Wim Taymans  <wim@fluendo.com>
7200
7201         * libs/gst/base/gstbasesink.c:
7202         (gst_base_sink_queue_object_unlocked), (gst_base_sink_event),
7203         (gst_base_sink_change_state):
7204         Don't accept anything after an EOS, return UNEXPECTED instead.
7205
7206         * tests/check/elements/fakesink.c: (GST_START_TEST),
7207         (fakesink_suite):
7208         Unit test for new EOS behaviour.
7209
7210 2007-04-05  Wim Taymans  <wim@fluendo.com>
7211
7212         * gst/gstelement.c: (gst_element_get_request_pad):
7213         Make padtemplates also work when they don't contain %s or %d.
7214
7215 2007-04-05  Wim Taymans  <wim@fluendo.com>
7216
7217         * docs/gst/gstreamer-sections.txt:
7218         * gst/gstclock.c: (gst_clock_adjust_unlocked),
7219         (gst_clock_unadjust_unlocked), (gst_clock_set_calibration):
7220         * gst/gstclock.h:
7221         Improve _adjust_unlocked() so that it overflows less.
7222         Add gst_clock_unadjust_unlocked to convert from external time to
7223         internal time based on calibration.
7224         Add some more debug.
7225         API: GstClock::gst_clock_unadjust_unlocked()
7226
7227 2007-04-03  Wim Taymans  <wim@fluendo.com>
7228
7229         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7230
7231         * plugins/elements/gstmultiqueue.c: (gst_multi_queue_release_pad):
7232         Deactivate pads and free GstSingleQueue with gst_single_queue_free()
7233         when releasing sink pad. Fixes #425400.
7234
7235 2007-04-02  Stefan Kost  <ensonic@users.sf.net>
7236
7237         * docs/random/ensonic/dynlink.txt:
7238           More work on proposal for new core api.
7239
7240         * docs/libs/gstreamer-libs-sections.txt:
7241         * libs/gst/base/gstbasetransform.h:
7242           API: GST_BASE_TRANSFORM_LOCK/UNLOCK added
7243           
7244         * libs/gst/controller/gstcontroller.c:
7245         (on_object_controlled_property_changed),
7246         (gst_controller_sync_values),
7247         (gst_controller_set_interpolation_mode):
7248         * libs/gst/controller/gstcontroller.h:
7249           Less verbose logging add docs for unimplemented parts and correctly
7250           return when using unavailable parts.
7251
7252 2007-03-29  Jan Schmidt  <thaytan@mad.scientist.com>
7253
7254         * gst/gstclock.c: (gst_clock_set_master), (do_linear_regression):
7255         Move all the debug to the CLOCK category, and associate it with
7256         the clock object.
7257
7258 2007-03-29  Jan Schmidt  <thaytan@mad.scientist.com>
7259
7260         * libs/gst/base/gstadapter.c: (gst_adapter_take_buffer):
7261         Make take_buffer a bit quicker by removing redundant checks
7262         caused by calling gst_adapter_take.
7263
7264 2007-03-28  Tim-Philipp Müller  <tim at centricular dot net>
7265
7266         * plugins/elements/gstmultiqueue.c: (gst_single_queue_free):
7267           Don't leak GCond.
7268
7269         * tests/check/Makefile.am:
7270         * tests/check/elements/.cvsignore:
7271         * tests/check/elements/multiqueue.c: (setup_multiqueue),
7272         (GST_START_TEST), (multiqueue_suite):
7273           Add some dead simple unit tests for the 'multiqueue' element
7274           (some bits don't work yet and are disabled for now).
7275
7276 2007-03-28  Tim-Philipp Müller  <tim at centricular dot net>
7277
7278         * gst/gstelement.c: (gst_element_get_request_pad),
7279         (gst_element_class_get_request_pad_template):
7280           Make gst_element_get_request_pad() create request pads only for
7281           request pad templates and not for, say, sometimes pad templates.
7282
7283 2007-03-28  Stefan Kost  <ensonic@users.sf.net>
7284
7285         * docs/design/draft-klass.txt:
7286           Add example that needs more thinking.
7287         
7288         * docs/design/draft-missing-plugins.txt:
7289           More thoughts about wrapper plugins.
7290         
7291         * docs/random/ensonic/embedded.txt:
7292         * docs/random/ensonic/profiling.txt:
7293           More design work.
7294
7295 2007-03-25  Wim Taymans  <wim@fluendo.com>
7296
7297         * libs/gst/base/gstbasesrc.c: (gst_base_src_get_range),
7298         (gst_base_src_loop):
7299         Only push the segment events in the PLAYING state for live sources.
7300
7301 2007-03-23  Jan Schmidt  <thaytan@mad.scientist.com>
7302
7303         * gst/gstpipeline.c: (gst_pipeline_change_state):
7304         Modify the clock distribution path in PAUSED->PLAYING so that we 
7305         never attempt to choose a new clock unless we're actually leaving
7306         the PAUSED state for the first time. This prevents choosing a
7307         different clock when the state_change gets called for a 2nd time due
7308         to some element doing an async state change.
7309
7310 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
7311
7312         * gst/gstpad.c: (gst_pad_set_caps), (gst_pad_configure_sink),
7313         (gst_pad_configure_src), (gst_pad_alloc_buffer_full),
7314         (gst_pad_chain_unchecked), (gst_pad_push):
7315         Revert last commit. This needs some more thoughts.
7316
7317 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
7318
7319         * gst/gstpad.c: (gst_pad_set_caps), (gst_pad_alloc_buffer_full),
7320         (gst_pad_chain_unchecked), (gst_pad_push):
7321         Check in set_caps if the caps are compatible with the pad and remove
7322         two functions that are redundant now. Fixes #421543.
7323
7324 2007-03-22  Wim Taymans  <wim@fluendo.com>
7325
7326         * tests/check/gst/gstsystemclock.c: (GST_START_TEST),
7327         (mixed_thread), (mixed_async_cb), (gst_systemclock_suite):
7328         Unref some more to make valgrind happy.
7329
7330 2007-03-22  Wim Taymans  <wim@fluendo.com>
7331
7332         * gst/gstsystemclock.c: (gst_system_clock_id_wait_jitter_unlocked),
7333         (gst_system_clock_id_wait_jitter),
7334         (gst_system_clock_id_wait_async), (gst_system_clock_id_unschedule):
7335         Fix anoying regression that survived a few releases. When adding an
7336         async entry while blocking on a sync entry, the sync entry will unblock
7337         but still be busy, so it should continue to wait instead of returning
7338         _BUSY to the app.
7339         Add some comments here and there.
7340
7341         * tests/check/gst/gstsystemclock.c: (mixed_thread),
7342         (mixed_async_cb), (GST_START_TEST), (gst_systemclock_suite):
7343         Add testcase for this.
7344
7345 2007-03-22  Wim Taymans  <wim@fluendo.com>
7346
7347         * libs/gst/base/gstbasesrc.c: (gst_base_src_get_range):
7348         Handle errors from the clock sync better, only UNSCHEDULED indicates a
7349         WRONG_STATE and can silently pause the task. All other cases should
7350         error out.
7351
7352 2007-03-22  Wim Taymans  <wim@fluendo.com>
7353
7354         Patch by: Ville Syrjala <syrjala at sci dot fi>
7355
7356         * gst/gstpad.c: (gst_pad_alloc_buffer_full), (gst_pad_send_event):
7357         Fix possible deadlock if pad eventfunc is not specified.  Fixes #421177.
7358         Improve debugging.
7359
7360 2007-03-21  Michael Smith  <msmith@fluendo.com>
7361
7362         * docs/pwg/advanced-types.xml:
7363           Fix some errors in the typefinding docs pointed out on irc.
7364
7365 2007-03-21  Jan Schmidt  <thaytan@mad.scientist.com>
7366
7367         * libs/gst/base/gstbasesrc.c:
7368         Clarify FIXME comment in the face of having added unlock_stop()
7369
7370 2007-03-21  Wim Taymans  <wim@fluendo.com>
7371
7372         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_element_set_state):
7373         Prepare for release where we warn against possible app breakage in the
7374         case of live pipelines along with an env var to enable/disable live
7375         preroll mode (GST_COMPAT=[no-]live-preroll).
7376
7377 2007-03-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7378
7379         * plugins/elements/gstidentity.c (gst_identity_check_imperfect_offset):
7380         So we should use correct constants for checking for None offset.
7381
7382 2007-03-20  Wim Taymans  <wim@fluendo.com>
7383
7384         * docs/design/part-block.txt:
7385         Mention the fact that the newly switched element should be set to at
7386         least PAUSED.
7387
7388 2007-03-20  Wim Taymans  <wim@fluendo.com>
7389
7390         * gst/gst.c:
7391         Fix compilation with registry disabled as spotted by Saur.
7392
7393 2007-03-20  Wim Taymans  <wim@fluendo.com>
7394
7395         Patch by: Olivier Crete <tester at tester dot ca>
7396
7397         * gst/gstelement.c: (gst_element_sync_state_with_parent):
7398         Look at the pending state too when syncing the element state to the
7399         parent. Fixes #420133.
7400
7401 2007-03-19  Jan Schmidt  <thaytan@mad.scientist.com>
7402
7403         * libs/gst/base/gstbasesink.c: (gst_base_sink_set_flushing),
7404         (gst_base_sink_change_state):
7405         * libs/gst/base/gstbasesink.h:
7406         * libs/gst/base/gstbasesrc.c: (gst_base_src_perform_seek),
7407         (gst_base_src_default_event), (gst_base_src_unlock_stop),
7408         (gst_base_src_deactivate):
7409         * libs/gst/base/gstbasesrc.h:
7410         Add ::unlock_stop to basesrc and basesink. This allows an opportunity
7411         for sub-classes to correctly clear any state they set trying to
7412         unlock, such as clearing out unlock commands from a command fd.
7413         API: basesrc::unlock_stop
7414         API: basesink::unlock_stop
7415
7416         * plugins/elements/gstfdsink.c: (gst_fd_sink_class_init),
7417         (gst_fd_sink_render), (gst_fd_sink_unlock),
7418         (gst_fd_sink_unlock_stop):
7419         * plugins/elements/gstfdsrc.c: (gst_fd_src_class_init),
7420         (gst_fd_src_init), (gst_fd_src_unlock), (gst_fd_src_unlock_stop),
7421         (gst_fd_src_create), (gst_fd_src_get_size), (gst_fd_src_do_seek):
7422
7423         Implement unlock_stop in fdsrc and fdsink.
7424         Implement seeking in fdsrc when a seekable fd is passed, as in
7425         gst-launch-0.10 fdsrc ! ... ! xvimagesink < /path/to/file
7426
7427 2007-03-19  Wim Taymans  <wim@fluendo.com>
7428
7429         Patch by: Evan Nemerson <evan at coeus dash group dot com>
7430
7431         * gst/gstelement.c: (gst_element_class_init):
7432         Fix pad-added and pad-removed signal signatures so that the pad type is
7433         stated as GST_TYPE_PAD instead of G_TYPE_OBJECT. Fixes #419851.
7434
7435 2007-03-19  Wim Taymans  <wim@fluendo.com>
7436
7437         * docs/gst/gstreamer-sections.txt:
7438         Add new element field and method.
7439
7440         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_init),
7441         (bin_remove_messages), (gst_bin_add_func), (gst_bin_remove_func),
7442         (gst_bin_recalc_state), (gst_bin_get_state_func),
7443         (gst_bin_element_set_state), (gst_bin_change_state_func),
7444         (gst_bin_continue_func), (bin_bus_handler),
7445         (bin_push_state_continue), (bin_handle_async_start),
7446         (bin_handle_async_done), (gst_bin_handle_message_func):
7447         Make async state changes a bit smarter by using new ASYNC_START and
7448         ASYNC_DONE messages. This reduces the number of times we run the state
7449         recalculation thread.
7450         Don't change state of element with a pending ASYNC_START message.
7451         Deprecate STATE_DIRTY messages.
7452         
7453         * gst/gstelement.c: (gst_element_init), (gst_element_send_event),
7454         (gst_element_get_state_func), (gst_element_continue_state),
7455         (gst_element_lost_state), (gst_element_set_state_func),
7456         (gst_element_change_state):
7457         * gst/gstelement.h:
7458         Keep the state that was last set by the app in a new element field.
7459         Don't allow state changes when handling an element event.
7460         Post ASYNC_START and ASYNC_DONE messages.
7461         Change lost_state so that we go to PAUSED and wait for the parent to set
7462         us to PLAYING again (so latency calculation can be performed)
7463         Export gst_element_change_state() method so that subclasses can use it.
7464         API: gst_element_change_state()
7465         API: GST_STATE_TARGET
7466
7467         * gst/gstpipeline.c: (gst_pipeline_class_init),
7468         (reset_stream_time), (gst_pipeline_change_state),
7469         (gst_pipeline_handle_message), (gst_pipeline_set_new_stream_time):
7470         Using the new ASYNC_START message we can reset the base_time when
7471         needed. This can then be used to implement base_time redistribution in
7472         flushing seeks so that we can remove the explicit seek handling.
7473         Perform latency query and configuration when going to PLAYING.
7474
7475         * libs/gst/base/gstbasesink.c: (gst_base_sink_commit_state),
7476         (gst_base_sink_query), (gst_base_sink_change_state):
7477         Post new ASYNC_START/ASYNC_DONE messages.
7478
7479         * tests/check/generic/sinks.c: (GST_START_TEST):
7480         Fix test because the bin will not set the async element to PLAYING right
7481         away.
7482
7483         * tests/check/gst/gstbin.c: (pop_async_done), (GST_START_TEST):
7484         Make the message check a little stronger.
7485         Handle ASYNC messages.
7486
7487         * tests/check/pipelines/cleanup.c: (GST_START_TEST):
7488         * tests/check/pipelines/simple-launch-lines.c: (GST_START_TEST):
7489         Expect ASYNC_DONE messages.
7490
7491 2007-03-19  Wim Taymans  <wim@fluendo.com>
7492
7493         * docs/gst/gstreamer-sections.txt:
7494         * gst/gstmessage.c: (gst_message_new_async_start),
7495         (gst_message_new_async_done), (gst_message_parse_info),
7496         (gst_message_parse_async_start):
7497         * gst/gstmessage.h:
7498         Add ASYNC_START and ASYNC_DONE messages to prepare for latency
7499         support.
7500
7501 2007-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7502
7503         * tools/gst-inspect.c:
7504         (print_plugin_automatic_install_info_codecs):
7505           Now that we don't check for the 'Codec' keyword any longer in the
7506           klass, we shouldn't spew a warning if the klass isn't a decoder or
7507           encoder (since it might be a Source/Network, for example).
7508
7509 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7510
7511         * tools/gst-inspect.c:
7512         (print_plugin_automatic_install_info_codecs):
7513           Don't require decoder/demuxer/depayloader elements or
7514           encoder/muxer/paylader elements to have 'Codec' as part of their
7515           factory class string when introspecting a plugin's capabilities.
7516           draft-klass.txt mentions that it might be removed in future, and
7517           flump3dec doesn't have it as part of its class string, so chances
7518           are others might also not have it.
7519
7520 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7521
7522         * po/af.po:
7523         * po/az.po:
7524         * po/bg.po:
7525         * po/ca.po:
7526         * po/cs.po:
7527         * po/de.po:
7528         * po/en_GB.po:
7529         * po/fr.po:
7530         * po/it.po:
7531         * po/nb.po:
7532         * po/nl.po:
7533         * po/ru.po:
7534         * po/sq.po:
7535         * po/sr.po:
7536         * po/sv.po:
7537         * po/tr.po:
7538         * po/uk.po:
7539         * po/vi.po:
7540         * po/zh_CN.po:
7541         * po/zh_TW.po:
7542           Update translations from translation project
7543
7544 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
7545
7546         * gst/gstchildproxy.c: (gst_child_proxy_get_property),
7547         (gst_child_proxy_set_property):
7548           Invert precondition check to be alike the ones in the mimiced gobject
7549           api.
7550
7551 2007-03-13  Stefan Kost  <ensonic@users.sf.net>
7552
7553         * docs/design/draft-tagreading.txt:
7554         * docs/random/ensonic/audiobaseclasses.txt:
7555           Do some Architect work.
7556
7557         * gst/gstobject.c: (gst_object_set_name):
7558           Add a WARNING.
7559
7560         * gst/gstpad.c:
7561           Add docs that point from gst_pad_get_range to gst_pad_pull_range
7562
7563 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
7564
7565         * gst/gstsystemclock.c: (gst_system_clock_init),
7566         (gst_system_clock_start_async), (gst_system_clock_id_wait_async):
7567         Defer starting the async system clock thread until the first async
7568         wait is scheduled. Fixes #414986.
7569
7570 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7571
7572         * plugins/elements/gstmultiqueue.c: (gst_multi_queue_finalize),
7573         (gst_single_queue_free):
7574           Fix small leak (free GstSingleQueue structure too, not only contents).
7575
7576 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
7577
7578         * gst/gstbin.c:(gst_bin_add):
7579         Use GST_STR_NULL to prevent NULL pointer to be passed to GST_CAT_DEBUG.
7580         * win32/common/libgstbase.def:
7581         * win32/common/libgstreamer.def:
7582         Add new exported functions.
7583
7584 2007-03-09  Wim Taymans  <wim@fluendo.com>
7585
7586         * docs/plugins/gstreamer-plugins-sections.txt:
7587         Fix GstTee docs.
7588
7589 2007-03-09  Wim Taymans  <wim@fluendo.com>
7590
7591         * docs/gst/gstreamer-sections.txt:
7592         * gst/gstbuffer.c: (gst_buffer_copy_metadata), (_gst_buffer_copy):
7593         * gst/gstbuffer.h:
7594         Add metadata copy functions. Fixes #393099.
7595         API: gst_buffer_copy_metadata()
7596
7597         * gst/gstutils.c: (gst_buffer_stamp):
7598         * libs/gst/base/gstbasetransform.c:
7599         (gst_base_transform_prepare_output_buffer):
7600         Use new metadata copy functions.
7601
7602 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7603
7604         * plugins/elements/gstidentity.c: (gst_identity_class_init),
7605         (gst_identity_init), (gst_identity_check_perfect),
7606         (gst_identity_check_imperfect_timestamp),
7607         (gst_identity_check_imperfect_offset), (gst_identity_transform_ip),
7608         (gst_identity_set_property), (gst_identity_get_property):
7609         * plugins/elements/gstidentity.h:
7610         Separate out check-imperfect-timestamp and check-imperfect-offset.
7611         Put back check-perfect as it was to keep compatibility.
7612
7613 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
7614
7615         * gst/gstelement.c: (gst_element_dispose):
7616         There's no need to warn if VOID_PENDING is not NONE here, as
7617         long as the state is NULL it's ok, and that's checked immediately
7618         above.
7619
7620 2007-03-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7621
7622         * plugins/elements/gstidentity.c: (gst_identity_check_perfect):
7623         Fix check for perfect stream to ignore buffers with -1 
7624         offsets/offset ends when checking data contiguity.
7625
7626 2007-03-08  Wim Taymans  <wim@fluendo.com>
7627
7628         * tools/gst-launch.c: (event_loop):
7629         Print INFO messages.
7630
7631 2007-03-08  Wim Taymans  <wim@fluendo.com>
7632
7633         * libs/gst/base/gstbasetransform.c:
7634         (gst_base_transform_sink_eventfunc),
7635         (gst_base_transform_handle_buffer), (gst_base_transform_chain),
7636         (gst_base_transform_activate):
7637         * libs/gst/base/gstbasetransform.h:
7638         Add support for dropping buffers with custom GstFlowReturn.
7639         Set DISCONT flags on outgoing buffers based on QoS, incomming DISCONT
7640         buffers or dropped buffers.
7641
7642         * docs/libs/gstreamer-libs-sections.txt:
7643         docs for new custom return code.
7644
7645         * plugins/elements/gstidentity.c: (gst_identity_transform_ip):
7646         Use drop support in base class to implement drop-probability.
7647
7648 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7649
7650         * gst/gst.c: (load_plugin_func):
7651         * gst/gstplugin.c: (gst_plugin_load_by_name), (gst_plugin_load):
7652         * gst/gstregistrybinary.c: (gst_registry_binary_read_cache):
7653         * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
7654           Remove newlines at end of debug log strings.
7655
7656 2007-03-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7657
7658         * plugins/elements/gstidentity.c: (gst_identity_check_perfect):
7659         Only post bus message at max, once per buffer received.
7660
7661 2007-03-07  Wim Taymans  <wim@fluendo.com>
7662
7663         * docs/design/Makefile.am:
7664         * docs/design/part-synchronisation.txt:
7665         Add doc about synchronisation
7666
7667         * docs/design/draft-latency.txt:
7668         * docs/design/part-TODO.txt:
7669         * docs/design/part-clocks.txt:
7670         * docs/design/part-events.txt:
7671         * docs/design/part-gstbus.txt:
7672         * docs/design/part-gstpipeline.txt:
7673         * docs/design/part-live-source.txt:
7674         * docs/design/part-messages.txt:
7675         * docs/design/part-overview.txt:
7676         * docs/design/part-streams.txt:
7677         * docs/design/part-trickmodes.txt:
7678         Documentation updates.
7679
7680 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
7681
7682         * gstreamer.doap:
7683         Update the doap file.
7684
7685 2007-03-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7686
7687         * plugins/elements/gstidentity.c: (gst_identity_check_perfect):
7688         Rename non-perfect to imperfect for Mike and for the sanctity of the
7689         language.
7690         Also make sure bus message gets emitted for data-incontiguities.
7691
7692 2007-03-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7693
7694         * plugins/elements/gstidentity.c: (gst_identity_check_perfect),
7695         (gst_identity_start):
7696         * plugins/elements/gstidentity.h:
7697         Emit bus message if check-perfect is true and we encounter a
7698         non-perfect stream between 2 consecutive buffers.
7699         Fixes #415394.
7700
7701 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
7702
7703         * configure.ac:
7704         Back to CVS
7705
7706 === release 0.10.12 ===
7707
7708 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
7709
7710         * configure.ac:
7711           releasing 0.10.12, "Inevitable Demise"
7712
7713 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
7714
7715         * configure.ac:
7716          Version 0.10.11.2 (0.10.12 pre-release)
7717          Bump libtool versioning.
7718
7719 2007-03-01  Stefan Kost  <ensonic@users.sf.net>
7720
7721         * libs/gst/base/gstbasesrc.c: (gst_base_src_loop):
7722           Log flow-names and not numbers.
7723
7724 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7725
7726         * configure.ac:
7727           Convert to new AG_GST style.
7728
7729 2007-02-28  Wim Taymans  <wim@fluendo.com>
7730
7731         * libs/gst/base/gstbasesink.c: (gst_base_sink_query_latency):
7732         Don't unref query twice.
7733
7734 2007-02-28  Wim Taymans  <wim@fluendo.com>
7735
7736         * gst/gstvalue.c: (gst_value_transform_object_string),
7737         (_gst_value_initialize):
7738         Implement GstObject -> string transform so we print object names
7739         when serializing GValues containing GstObjects.
7740
7741 2007-02-28  Wim Taymans  <wim@fluendo.com>
7742
7743         * docs/gst/gstreamer-sections.txt:
7744         Add new stuff to docs.
7745
7746 2007-02-28  Wim Taymans  <wim@fluendo.com>
7747
7748         * libs/gst/base/gstbasesink.c: (gst_base_sink_query_latency),
7749         (gst_base_sink_queue_object_unlocked), (gst_base_sink_send_event),
7750         (gst_base_sink_change_state):
7751         Improve latency query code.
7752         Don't leak latency events.
7753
7754         * tests/check/gst/gstbin.c: (GST_START_TEST):
7755         Improve debugging.
7756
7757 2007-02-28  Wim Taymans  <wim@fluendo.com>
7758
7759         * gst/gstelement.c: (gst_element_message_full),
7760         (gst_element_get_state_func):
7761         * gst/gstelement.h:
7762         Improve docs a little. Added Since: for new macro.
7763
7764         * gst/gstobject.c: (gst_object_sink):
7765         * gst/gstpipeline.c: (gst_pipeline_change_state),
7766         (gst_pipeline_set_new_stream_time):
7767         * gst/gstpipeline.h:
7768         Improve debugging and docs.
7769
7770         * gst/gstutils.c: (gst_element_state_change_return_get_name):
7771         Improve debugging.
7772
7773 2007-02-28  Wim Taymans  <wim@fluendo.com>
7774
7775         * gst/gstelement.c: (gst_element_message_full),
7776         (gst_element_set_locked_state), (gst_element_get_state_func),
7777         (gst_element_change_state):
7778         Handle INFO messages from the GST_ELEMENT_INFO macro as well.
7779         Documentation updates.
7780         Small code cleanups.
7781
7782         * gst/gstmessage.c: (gst_message_new_info),
7783         (gst_message_parse_info):
7784         * gst/gstmessage.h:
7785         API: gst_message_new_info()
7786         API: gst_message_parse_info()
7787         Add INFO message create and parse code.
7788
7789 2007-02-28  Wim Taymans  <wim@fluendo.com>
7790
7791         * gst/gstbin.c: (bin_query_min_max_init), (bin_query_latency_fold),
7792         (bin_query_latency_done):
7793         Also report the live parameter of a latency query.
7794
7795 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7796
7797         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
7798           Copy the current generic/states example from -base and adapt so
7799           we can use the exact same code everywhere.
7800           Check a STATES_IGNORE_ELEMENTS env var which can be used
7801           to ignore certain element factories for this test, which is
7802           what is being done in -base
7803         * tests/check/Makefile.am:
7804           Mention this environment variable.
7805
7806 2007-02-27  Wim Taymans  <wim@fluendo.com>
7807
7808         * docs/gst/gstreamer-sections.txt:
7809         * gst/gstbus.c: (gst_bus_init), (gst_bus_dispose), (gst_bus_post),
7810         (gst_bus_timed_pop), (gst_bus_pop):
7811         * gst/gstbus.h:
7812         API: gst_bus_timed_pop()
7813         Implement gst_bus_timed_pop() to do a blocking timed wait for a
7814         message to arrive on the bus.
7815
7816         * tests/check/gst/gstbus.c: (GST_START_TEST), (pop_thread),
7817         (gst_bus_suite):
7818         Two unit tests for new _timed_pop() function.
7819
7820 2007-02-23  Wim Taymans  <wim@fluendo.com>
7821
7822         * gst/gstpipeline.c: (gst_pipeline_change_state),
7823         (gst_pipeline_provide_clock_func), (gst_pipeline_set_delay):
7824         Don't ref a NULL clock in _provide_clock_func().
7825         Don't allow an INVALID delay.
7826         Don't try to calculate base_time with an invalid start_time.
7827         Also distribute and notify a NULL clock when it was selected.
7828
7829         * tools/gst-launch.c: (event_loop):
7830         Don't crash when a NULL clock was selected in the pipeline.
7831
7832 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
7833
7834         * docs/design/Makefile.am:
7835         * docs/design/draft-missing-plugins.txt:
7836         * docs/random/draft-missing-plugins.txt:
7837           Some small updates: update plugin system identifier prefix
7838           ('gstreamer.net' to 'gstreamer'), mention our new install
7839           API in libgstbaseutils rather than libgimme-codec, add
7840           reference to the online docs.
7841
7842 2007-02-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7843
7844         * win32/common/config.h:
7845           Pretty sure Bill never made a powerpc version.  Powerpc hackers,
7846           use moap cl ci to only check in what is mentioned in the ChangeLog.
7847
7848 2007-02-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7849
7850         * docs/gst/gstreamer-sections.txt:
7851         * gst/gstelement.h:
7852           Fix up documentation to link to the correct GstGError section.
7853           Add GST_ELEMENT_INFO macro since someone else added a Info message.
7854
7855 2007-02-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7856
7857         * tools/gst-launch.c: (event_loop):
7858           Make sure that we actually show the important message part of a
7859           warning message.
7860           No need to check if the gerror is not NULL to free; first of all
7861           g_free accepts NULL; and second the default error handler would
7862           segfault if gerror was NULL.
7863
7864 2007-02-21  Wim Taymans  <wim@fluendo.com>
7865
7866         * docs/gst/gstreamer-sections.txt:
7867         Removed docs as well.
7868
7869 2007-02-21  Wim Taymans  <wim@fluendo.com>
7870
7871         * gst/gstmessage.c: (gst_message_parse_duration):
7872         * gst/gstmessage.h:
7873         Remove new messages for release.
7874
7875 2007-02-20  Wim Taymans  <wim@fluendo.com>
7876
7877         * docs/design/part-gstghostpad.txt:
7878         * gst/gstghostpad.c: (gst_ghost_pad_dispose),
7879         (gst_ghost_pad_new_full):
7880         Make the ghostpad a parent of the internal pad again for better backward
7881         compatibility. Don't write code that relies on this however.
7882
7883         * gst/gstpad.c: (gst_pad_activate_pull), (gst_pad_activate_push),
7884         (gst_pad_link_check_hierarchy):
7885         Require that parents should be GstElements in the hierarchy check.
7886
7887 2007-02-20  Wim Taymans  <wim@fluendo.com>
7888
7889         * gst/gstbin.c: (bin_replace_message), (gst_bin_add_func),
7890         (gst_bin_change_state_func), (bin_query_min_max_init),
7891         (bin_query_latency_fold), (bin_query_latency_done),
7892         (gst_bin_query):
7893         Improve debug info.
7894         Implement latency query.
7895
7896 2007-02-20  Wim Taymans  <wim@fluendo.com>
7897
7898         * docs/design/part-gstghostpad.txt:
7899         * gst/gstghostpad.c: (gst_ghost_pad_class_init),
7900         (gst_ghost_pad_internal_do_activate_push),
7901         (gst_ghost_pad_internal_do_activate_pull),
7902         (gst_ghost_pad_do_activate_push), (gst_ghost_pad_do_activate_pull),
7903         (gst_ghost_pad_do_link), (gst_ghost_pad_dispose),
7904         (gst_ghost_pad_new_full), (gst_ghost_pad_set_target):
7905         Do not set the internal pad as a parent anymore so we can avoid
7906         hierarchy linking errors when the ghostpad has no parent yet. This also
7907         fixes failed activation because of unlinked internal pads, which in
7908         turn fixes the impossible case where you have to activate a pad before
7909         you can add it to a running element.
7910         Also fix the docs.
7911
7912         * gst/gstpad.c: (pre_activate), (post_activate),
7913         (gst_pad_set_active), (gst_pad_activate_pull),
7914         (gst_pad_activate_push), (gst_pad_check_pull_range):
7915         Add some more debug info.
7916         Mark activation mode in pre_activate so that we don't try to activate in
7917         endless loops. Fixes #385084.
7918
7919 2007-02-19  Wim Taymans  <wim@fluendo.com>
7920
7921         * libs/gst/base/gstbasetransform.c: (gst_base_transform_init),
7922         (gst_base_transform_check_get_range):
7923         Implement a checkgetrange function instead of relying on the default
7924         core behaviour that assumes we can operate in pull mode if we have a
7925         getrange function. First step at fixing #385084.
7926
7927 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
7928
7929         * gst/gstchildproxy.h:
7930         * libs/gst/base/gstbasesink.h:
7931         * libs/gst/base/gstbasesrc.h:
7932         * libs/gst/base/gstbasetransform.h:
7933         More docs coverage and some ChangeLog surgery (add missing names)
7934
7935 2007-02-15  Wim Taymans  <wim@fluendo.com>
7936
7937         * docs/design/part-TODO.txt:
7938         * docs/design/part-activation.txt:
7939         * docs/design/part-block.txt:
7940         * docs/design/part-buffering.txt:
7941         * docs/design/part-clocks.txt:
7942         * docs/design/part-element-source.txt:
7943         * docs/design/part-events.txt:
7944         * docs/design/part-gstbin.txt:
7945         * docs/design/part-gstbus.txt:
7946         * docs/design/part-gstpipeline.txt:
7947         * docs/design/part-live-source.txt:
7948         * docs/design/part-messages.txt:
7949         * docs/design/part-overview.txt:
7950         * docs/design/part-qos.txt:
7951         * docs/design/part-query.txt:
7952         * docs/design/part-states.txt:
7953         * docs/design/part-trickmodes.txt:
7954         Some doc updates. Start renaming from stream_time to running_time where
7955         it was used wrongly.
7956
7957 2007-02-15  Wim Taymans  <wim@fluendo.com>
7958
7959         * libs/gst/base/gstbasesrc.c: (gst_base_src_default_query):
7960         Answer LATENCY query.
7961
7962 2007-02-15  Wim Taymans  <wim@fluendo.com>
7963
7964         * tests/check/gst/gstevent.c: (event_probe), (test_event),
7965         (GST_START_TEST):
7966         Improve debugging.
7967
7968 2007-02-15  Wim Taymans  <wim@fluendo.com>
7969
7970         * gst/gstpad.c: (gst_pad_get_internal_links_default),
7971         (gst_pad_dispatcher):
7972         Improve debugging of default pad dispatcher and query functions.
7973
7974 2007-02-15  Wim Taymans  <wim@fluendo.com>
7975
7976         * docs/gst/gstreamer-sections.txt:
7977         Remove old unused method.
7978
7979 2007-02-13  Wim Taymans  <wim@fluendo.com>
7980
7981         * tests/check/gst/gstsegment.c: (GST_START_TEST):
7982         Fix check
7983
7984 2007-02-13  Wim Taymans  <wim@fluendo.com>
7985
7986         * docs/design/part-seeking.txt:
7987         Some small update.
7988
7989         * gst/gstsegment.c: (gst_segment_set_seek):
7990         Revert old bogus change that should make seeking work again.
7991
7992 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
7993
7994         * docs/random/ensonic/dynlink.txt:
7995         * docs/random/ensonic/interfaces.txt:
7996         * docs/random/ensonic/receipies.txt:
7997           Possible dynamic reconnection api, plus some type fixes the other two
7998           docs.
7999
8000 2007-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
8001
8002         * plugins/elements/gstfilesink.c: (gst_file_sink_uri_set_uri):
8003         * plugins/elements/gstfilesrc.c: (gst_file_src_uri_set_uri):
8004         Also check for an absolute path following file:// in the filesrc
8005         element. Remove redundant check and call g_path_is_absolute() on the
8006         unescaped location.
8007
8008 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
8009
8010         * docs/design/draft-klass.txt:
8011           Add existing category analysis.
8012           
8013         * gst/gstcaps.c:
8014           Fix doc example, framerate is a fraction.
8015
8016 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
8017
8018         * configure.ac:
8019         * docs/gst/Makefile.am:
8020         * docs/gst/gstreamer-sections.txt:
8021         * docs/libs/Makefile.am:
8022           Erm, forgot a bunch of --extra-dir.
8023
8024 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
8025
8026         * configure.ac:
8027         * docs/gst/Makefile.am:
8028         * docs/libs/Makefile.am:
8029         * docs/plugins/Makefile.am:
8030           Add crossreferences to glib/gobject docs.
8031
8032 2007-02-12  Wim Taymans  <wim@fluendo.com>
8033
8034         * docs/design/draft-latency.txt:
8035         Small update.
8036
8037         * docs/libs/gstreamer-libs-sections.txt:
8038         * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
8039         (gst_base_sink_get_latency), (gst_base_sink_query_latency),
8040         (gst_base_sink_wait_clock), (gst_base_sink_send_qos),
8041         (gst_base_sink_perform_qos), (gst_base_sink_queue_object_unlocked),
8042         (gst_base_sink_chain_unlocked), (gst_base_sink_send_event),
8043         (gst_base_sink_get_position), (gst_base_sink_query),
8044         (gst_base_sink_change_state):
8045         * libs/gst/base/gstbasesink.h:
8046         API: gst_base_sink_query_latency() to let subclasses query the upstream
8047         latency.
8048         API: gst_base_sink_get_latency() to let subclasses query the configured
8049         latency in the sink.
8050         Implement query and set latency.
8051         Update some docs.
8052         As spotted by Will Newton <will dot newton at gmail dot com>: Make sure we
8053         don't continue preroll when we are flushing. Fixes #405284.
8054
8055         * tests/check/pipelines/stress.c: (change_state_timeout),
8056         (quit_timeout), (GST_START_TEST), (stress_suite):
8057         Test for #405284.
8058
8059 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
8060
8061         Patch by: René Stadler <mail at renestadler de>
8062
8063         * docs/gst/gstreamer-sections.txt:
8064         * gst/gsttaglist.c: (_gst_tag_initialize):
8065         * gst/gsttaglist.h:
8066           API: add GST_TAG_REFERENCE_LEVEL (#403597).
8067
8068 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
8069
8070         * docs/libs/Makefile.am:
8071           Fix path to core docs.
8072
8073         * gst/gstbin.c: (gst_bin_get_by_interface),
8074         (gst_bin_iterate_all_by_interface):
8075           Refix docs by also renaming 'interface' to 'iface' in implementation.
8076
8077         * docs/gst/gstreamer-sections.txt:
8078         * gst/gstcaps.c:
8079         * gst/gstchildproxy.c: (gst_child_proxy_base_init):
8080         * gst/gstchildproxy.h:
8081         * gst/gstelementfactory.c:
8082         * gst/gstpadtemplate.h:
8083         * libs/gst/controller/gstcontroller.c:
8084         (gst_controlled_property_new):
8085           Document more.
8086
8087 2007-02-10  Sébastien Moutte  <sebastien@moutte.net>
8088
8089         * gst/gstbin.h:(gst_bin_get_by_interface),
8090         (gst_bin_iterate_all_by_interface):
8091         Replace interface parameter name by iface as interface is 
8092         a reserved keyword in Visual Studio for C++ projects so it removes
8093         a build error for application developpers using VS.
8094         * plugins/elements/gstfilesrc.c:(gst_file_src_uri_set_uri):
8095         Fix a bug on Windows in uri format check. Now the prefix checked
8096         is file:// and next we check if the path after file:// is absolute.
8097         * win32/common/libgstbase.def:
8098         * win32/common/libgstdataprotocol.def:
8099         * win32/common/libgstgstreamer.def:
8100         Add new exported functions.
8101
8102 2007-02-09  Andy Wingo  <wingo@pobox.com>
8103
8104         * tests/check/pipelines/simple-launch-lines.c
8105         (simple_launch_lines_suite, test_tee): Disable tee test until I
8106         have time to fix it :-(
8107
8108         * tests/check/Makefile.am (noinst_HEADERS): 
8109         * tests/check/libs/libsabi.c: 
8110         * tests/check/libs/struct_ppc32.h: Add ABI checks for PPC32.
8111         * tests/check/gst/gstabi.c: 
8112         * tests/check/gst/struct_ppc32.h: Add ABI checks for PPC32.
8113
8114         * tests/check/pipelines/simple-launch-lines.c (test_tee): Add
8115         tests for push and pull tee behavior.
8116
8117         * plugins/elements/gsttee.h: 
8118         * plugins/elements/gsttee.c: Describe has-sink-loop better, and
8119         mark as deprecated as well as unimplemented. It was a crack idea.
8120         Add support for tee operating in pull mode, off by default.
8121
8122         * gst/gstregistryxml.c (load_feature, load_plugin): Drop some
8123         normal-case logs down to LOG, raise errors to WARNING.
8124         (gst_registry_xml_read_cache): Don't log before calling a function
8125         that logs.
8126
8127         * gst/gstregistry.c (gst_registry_finalize): Less debug on program
8128         exit (registry finalize).
8129         (gst_registry_add_plugin, gst_registry_add_feature): No need for a
8130         DEBUG log when we emit signals that people don't even have the
8131         chance to connect to.
8132         (gst_registry_scan_path_level): Less logging in the normal case.
8133
8134 2007-02-05  Sebastian Dröge  <slomo@circular-chaos.org>
8135
8136         Patch by: Michal Benes <michal dot benes at itonis dot tv>
8137
8138         * plugins/elements/gstfilesrc.c: (gst_file_src_create_read):
8139         Correctly generate EOS for non-seekable files. We don't have a total
8140         length for them and would get an unexpected end of file if we only
8141         special-cased for regular files. (Fixes: #404569)
8142
8143 2007-02-05  Sebastian Dröge  <slomo@circular-chaos.org>
8144
8145         * tests/check/elements/filesrc.c: (GST_START_TEST),
8146         (filesrc_suite):
8147         Add unit test for the GstURIHandler interface in filesrc. This also
8148         tests the newly added file://localhost/foo/bar support.
8149
8150 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
8151
8152         * gst/gstelementfactory.h:
8153           The klass string is not a hierarchy. Add reference to the design doc
8154           for more information and common types.
8155
8156 2007-02-02  Wim Taymans  <wim@fluendo.com>
8157
8158         * gst/gstquery.c: (gst_query_new_latency):
8159         Remove old structure field.
8160
8161 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
8162
8163         * tools/gst-launch.1.in:
8164           Give example for network streaming (#351998)
8165
8166 2007-02-02  Wim Taymans  <wim@fluendo.com>
8167
8168         * docs/gst/gstreamer-sections.txt:
8169         Add docs for new methods.
8170
8171         * gst/gstevent.c: (gst_event_new_latency),
8172         (gst_event_parse_latency):
8173         * gst/gstevent.h:
8174         Add new LATENCY event to configure latency in a pipeline.
8175         API: gst_event_new_latency
8176         API: gst_event_parse_latency
8177
8178         * gst/gstmessage.c: (gst_message_new_buffering),
8179         (gst_message_new_lost_preroll), (gst_message_new_prerolled),
8180         (gst_message_new_latency), (gst_message_parse_buffering),
8181         (gst_message_parse_lost_preroll):
8182         * gst/gstmessage.h:
8183         Added messages used in draft-latency.
8184         API: gst_message_new_lost_preroll
8185         API: gst_message_parse_lost_preroll
8186         API: gst_message_new_prerolled
8187         API: gst_message_new_latency
8188
8189         * gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
8190         (gst_query_parse_latency):
8191         * gst/gstquery.h:
8192         Implemented new latency query as in design doc.
8193         API: gst_query_new_latency
8194         API: gst_query_set_latency
8195         API: gst_query_parse_latency
8196
8197 2007-02-02  Wim Taymans  <wim@fluendo.com>
8198
8199         * docs/design/draft-latency.txt:
8200         Slight redesign to allow for dynamic latency adjustments.
8201
8202         * docs/design/part-negotiation.txt:
8203         Fix some typos.
8204
8205 2007-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
8206
8207         reviewed by: Wim Taymans <wim@fluendo.com>
8208
8209         * plugins/elements/gstfilesink.c: (gst_file_sink_uri_set_uri):
8210         * plugins/elements/gstfilesrc.c: (gst_file_src_uri_set_uri):
8211         Allow file://localhost/foo/bar URLs and correctly fail for every other
8212         hostname that one sets. This was gnomevfssrc is linked for those if
8213         installed as it can handle it (#403172)
8214
8215 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
8216
8217         reviewed by: Tim-Philipp Müller <tim at centricular dot net>
8218
8219         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_finalize),
8220         (unref_data), (gst_collect_pads_add_pad_full):
8221         * libs/gst/base/gstcollectpads.h:
8222         Don't put the previously added destroy notify in the GstCollectData
8223         struct as all it's padding is already used and we don't want to break
8224         ABI. Instead put in the pad's GObject data for now. This should be
8225         cleaned up for 0.11 (#402393).
8226
8227 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
8228
8229         reviewed by: Wim Taymans <wim@fluendo.com>
8230
8231         * docs/libs/gstreamer-libs-sections.txt:
8232         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_finalize),
8233         (unref_data), (gst_collect_pads_add_pad),
8234         (gst_collect_pads_add_pad_full):
8235         * libs/gst/base/gstcollectpads.h:
8236         API: Add function to specify a destroy notification for custom
8237         GstCollectData when adding new pads in GstCollectPads (#402393).
8238
8239 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8240
8241         * po/sv.po:
8242           Update Swedish translation (#378255).
8243
8244 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
8245
8246         * docs/design/draft-klass.txt:
8247           Fix the previous change, this is a list of categories and not a hierarchy.
8248
8249 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
8250
8251         * docs/design/draft-klass.txt:
8252           Add info about how to get a list of used classes.
8253
8254 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
8255
8256         * plugins/elements/gsttypefindelement.c:
8257         (gst_type_find_element_chain_do_typefinding),
8258         (gst_type_find_element_change_state):
8259           Don't leak found caps in chain function (no idea why that never
8260           showed up as a leak anywhere).
8261
8262 2007-01-30  Stefan Kost  <ensonic@users.sf.net>
8263
8264         * gst/gstplugin.h:
8265           Fix and expand GstPluginDesc API docs.
8266
8267 2007-01-29  Stefan Kost  <ensonic@users.sf.net>
8268
8269         * gst/gstcaps.c:
8270         * gst/gstelementfactory.c:
8271         * gst/gstpadtemplate.h:
8272           api doc fixes
8273
8274         * libs/gst/controller/gstcontroller.c:
8275         (gst_controlled_property_new):
8276         * tests/examples/controller/audio-example.c:
8277           comment fixes
8278
8279 2007-01-29  Stefan Kost  <ensonic@users.sf.net>
8280
8281         * configure.ac:
8282           comment about refining the xml deps
8283
8284         * docs/manuals.mak:
8285           comments about moving away from jade for docs
8286         
8287         * gst/gst.c:
8288           recommit the ifdefs to use the binary registry
8289         
8290         * gst/gstbin.c: (gst_bin_change_state_func):
8291           this break is obsolete
8292
8293         * gst/gstelementfactory.h:
8294           better GST_ELEMENT_DETAILS docs, add comment about translation
8295
8296         * gst/gstinfo.h:
8297           remove eol slash
8298
8299         * gst/gstobject.c: (gst_signal_object_get_type):
8300           add G_UNLIKELY as usual
8301
8302         * gst/gstpad.c: (gst_pad_event_default):
8303           add fall trhu comment
8304
8305         * gst/gstregistrybinary.c: (gst_registry_binary_write),
8306         (gst_registry_binary_initialize_magic),
8307         (gst_registry_binary_save_string),
8308         (gst_registry_binary_save_pad_template),
8309         (gst_registry_binary_save_feature),
8310         (gst_registry_binary_save_plugin),
8311         (gst_registry_binary_write_cache),
8312         (gst_registry_binary_check_magic),
8313         (gst_registry_binary_load_pad_template),
8314         (gst_registry_binary_load_feature),
8315         (gst_registry_binary_load_plugin),
8316         (gst_registry_binary_read_cache):
8317           comment typo and formatting
8318
8319         * gst/gstutils.c: (gst_element_state_get_name),
8320         (gst_element_state_change_return_get_name):
8321           remove obsolete breaks
8322
8323         * gst/gstvalue.c: (gst_date_get_type), (_gst_value_initialize):
8324           add FIXME 0.11 and remove cpp comment
8325
8326 2007-01-29  Edward Hervey  <edward@fluendo.com>
8327
8328         * gst/gstregistrybinary.c: (gst_registry_binary_read_cache):
8329         Fix print statement in an even more portable way.
8330
8331 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
8332
8333         * docs/gst/gstreamer-sections.txt:
8334         * gst/gstutils.h:
8335           API: add GST_ROUND_DOWN_* macros (#401781).
8336
8337 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
8338
8339         * docs/gst/gstreamer.types.in:
8340         * gst/gstregistry.c: (gst_registry_class_init):
8341           Document registry signals and make gtk-doc pick them up (#401381).
8342
8343 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8344
8345         * docs/pwg/building-testapp.xml:
8346           Add some audioconverts and audioresample to the pipeline, and some
8347           more comments and error handling.
8348
8349 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8350
8351         * docs/manual/manual.xml:
8352         * docs/pwg/pwg.xml:
8353           Fix typo (#400987).
8354
8355 2007-01-26  Wim Taymans  <wim@fluendo.com>
8356
8357         * gst/gstcaps.c: (gst_static_caps_get):
8358         Init caps flags too.
8359
8360 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
8361
8362         Patch by: Jindrich Makovicka <jindrich.makovick at itonis dot tv>
8363
8364         * plugins/elements/gstfilesrc.c: (gst_file_src_start):
8365         If not using mmap'ed files try to seek to the end instead of the
8366         start to determine whether we can seek at all. This fixes the case
8367         of 2GB+ files over NFS, where seeks in the first 2GB can succeed but
8368         seeks for everything afterwards fail. Fixes #400656
8369
8370 2007-01-25  Wim Taymans  <wim@fluendo.com>
8371
8372         * gst/gstcaps.c: (_gst_caps_free), (gst_static_caps_get):
8373         Add some refcount debugging.
8374         Make gst_static_caps_get threadsafe, which is needed when autoplugging
8375         in multiple streaming threads.
8376
8377 2007-01-25  Wim Taymans  <wim@fluendo.com>
8378
8379         Patch by: David Schleef <ds at schleef dot org>
8380
8381         * docs/libs/gstreamer-libs-sections.txt:
8382         * libs/gst/base/gstadapter.c: (gst_adapter_copy):
8383         * libs/gst/base/gstadapter.h:
8384         API: gst_adapter_copy() that can reduce the amount of memcpy when
8385         getting data from the adapter. Fixes #388201.
8386
8387 2007-01-25  Edward Hervey  <edward@fluendo.com>
8388
8389         * gst/gstregistrybinary.c: (gst_registry_binary_read_cache):
8390         In print statements, "%x" is for guint. Fixes build on macosx.
8391
8392 2007-01-24  Edward Hervey  <edward@fluendo.com>
8393
8394         * plugins/elements/gstmultiqueue.c:
8395         (gst_multi_queue_loop):
8396         Small fix.
8397         (single_queue_overrun_cb), (single_queue_underrun_cb),
8398         (single_queue_check_full), (gst_single_queue_new):
8399         Implement single queue growth system.
8400         This uses the extra-size properties, and will grow single queues by
8401         that much if one goes full whereas there are others empty. This is
8402         called extra-mode in the code.
8403         When a single queue's levels go back below the initial max-size
8404         limits, it is no longer in extra-mode. This is to ensure we don't
8405         consume too much memory.
8406         Fixes #399875
8407
8408 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
8409
8410         * gst/gst.c: (gst_init_get_option_group):
8411           Make warning about late g_thread_init() calls a bit more explicit,
8412           so that it's more obvious to application developers what they need
8413           to do if a user files a bug against their application.
8414
8415 2007-01-22  Edward Hervey  <edward@fluendo.com>
8416
8417         * plugins/elements/gstmultiqueue.c:
8418         (gst_multi_queue_src_activate_push), (gst_single_queue_new):
8419         Remove previous hack of unsetting the flushing flag for the source pad
8420         instead of activating it. Instead, fix the source pad activate function
8421         so that it no longer depends on having a parent set or not.
8422
8423 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8424
8425         Patch by: Carlos Sanmartin Dominguez <csanmartin@igalia.com>
8426
8427         * docs/manual/basics-bus.xml:
8428           Fix example code, gst_element_unref() doesn't exist any longer.
8429
8430 2007-01-21  Tim-Philipp Müller  <tim at centricular dot net>
8431
8432         Patch by: Mark Nauwelaerts <manauw at skynet be>
8433
8434         * gst/gstpad.c:
8435           Fix two docs typoes (#399094).
8436
8437 2007-01-19  Edward Hervey  <edward@fluendo.com>
8438
8439         * docs/faq/gst-uninstalled:
8440         Add gst-plugins-base/gst/utils/ to LD_LIBRARY_PATH so that plugins
8441         depending on libgstbaseutils can work in uninstalled environment.
8442
8443 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
8444
8445         * gst/gsttaglist.h:
8446         * gst/gsttagsetter.c:
8447         Add more docs regarding tag merge-modes and when to send tags. Fix 'since'
8448         statement for new tag.
8449
8450 2007-01-17  Edward Hervey  <edward@fluendo.com>
8451
8452         * plugins/elements/gstmultiqueue.c: (gst_single_queue_new):
8453         When dynamically creating single queues, activate sinkpad before adding
8454         it.
8455         We should be doing the same thing for the source pad, but we can't
8456         since it would call a method which needs the parent to be set in order
8457         to work propertly. Instead of activating the source pad, we just unset
8458         the flushing flag, which is the minimal requirement for adding a pad
8459         to an element in a state greater than READY.
8460
8461 2007-01-17  Edward Hervey  <edward@fluendo.com>
8462
8463         * docs/faq/gst-uninstalled:
8464         Add DYLD_LIBRARY_PATH declarations so we can also use this script on
8465         Mac OS X.
8466
8467 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
8468
8469         * tests/check/gst/gstabi.c:
8470         * tests/check/gst/struct_hppa.h:
8471         * tests/check/libs/libsabi.c:
8472         * tests/check/libs/struct_hppa.h:
8473           Add ABI structs for HPPA (see #393796).
8474
8475 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8476
8477         * libs/gst/check/gstcheck.c: (gst_check_abi_list):
8478           Actually write ABI structs to the file specified in the GST_ABI
8479           environment variable, as the message we print claims we would.
8480
8481 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
8482
8483         * tests/check/gst/gsttask.c:
8484           Fix header comment.
8485
8486 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
8487
8488         * gst/gsttaglist.c: (_gst_tag_initialize):
8489           Change tag type from STRING to DOUBLE. Apply ChangeLog surgery for my
8490           previous two entries.
8491
8492 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
8493
8494         * docs/gst/gstreamer-sections.txt:
8495         * gst/gsttaglist.c: (_gst_tag_initialize):
8496         * gst/gsttaglist.h:
8497           Add tag support for beat-per-minute.
8498
8499 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
8500
8501         * gst/gstregistrybinary.c: (gst_registry_binary_write),
8502         (gst_registry_binary_initialize_magic),
8503         (gst_registry_binary_save_string), (gst_registry_binary_make_data),
8504         (gst_registry_binary_save_pad_template),
8505         (gst_registry_binary_save_feature),
8506         (gst_registry_binary_save_plugin),
8507         (gst_registry_binary_write_cache),
8508         (gst_registry_binary_check_magic),
8509         (gst_registry_binary_load_pad_template),
8510         (gst_registry_binary_load_feature),
8511         (gst_registry_binary_load_plugin),
8512         (gst_registry_binary_read_cache):
8513         * gst/gstregistrybinary.h:
8514           Use glib types, cleanup comments, impement interfaces and uri-types.
8515
8516 2007-01-13  Andy Wingo  <wingo@pobox.com>
8517
8518         * gst/gstpad.c (gst_pad_get_range, gst_pad_pull_range): Allow
8519         getrange() to return buffers with other caps, while we fix
8520         demuxers and typefind, or otherwise change part-negotiation.txt.
8521
8522 2007-01-12  Andy Wingo  <wingo@pobox.com>
8523
8524         * libs/gst/base/gstbasetransform.c (gst_base_transform_activate):
8525         Factor start/stop into this private function instead of partially
8526         in activate functions and partially in the change_state function.
8527         Fixes setup before the element has changed from READY->PAUSED, as
8528         is the case in pull-mode pipelines.
8529         (gst_base_transform_sink_activate_push)
8530         (gst_base_transform_src_activate_pull): Refactor to use
8531         gst_base_transform_activate().
8532         (gst_base_transform_change_state): Removed, not needed any more.
8533
8534         * libs/gst/base/gstbasesink.c (gst_base_sink_negotiate_pull):
8535         Truncate before fixating.
8536         
8537         * libs/gst/base/gstbasesink.c (gst_base_sink_negotiate_pull):
8538         Don't set_caps() if the result of fixating is ANY, as it's not
8539         supported, and not necessary in the case of a link with no
8540         template caps on either side. Fixes tests/check/libs/basesrc in
8541         some pull-mode tests.
8542
8543         * libs/gst/base/gstbasetransform.c (_GstBaseTransformPrivate):
8544         (gst_base_transform_init, gst_base_transform_sink_activate_push)
8545         (gst_base_transform_src_activate_pull): 
8546         Track the activation mode.
8547         (gst_base_transform_setcaps): In pull mode, when activating the
8548         src pad, after activating the sink pad, activate the sink pad's
8549         peer, as discussed in part-negotiation.txt.
8550
8551         * libs/gst/base/gstbasesrc.h: 
8552         * libs/gst/base/gstbasesrc.c (gst_base_src_fixate): Add fixate
8553         vmethod, as in basesink.
8554
8555         * libs/gst/base/gstbasesink.h: Reformat docs, add fixate vmethod.
8556
8557         * libs/gst/base/gstbasesink.c (gst_base_sink_pad_setcaps): In pull
8558         mode, first proxy the setcaps to the peer pad.
8559         (gst_base_sink_pad_fixate): Add a fixate function that calls the
8560         new fixate vmethod.
8561         (gst_base_sink_default_activate_pull): Rename from
8562         gst_base_sink_activate_pull.
8563         (gst_base_sink_negotiate_pull): New function, performs negotiation
8564         in pull mode before calling ::activate_pull().
8565         (gst_base_sink_pad_activate_pull): Actually call the activate_pull
8566         vmethod instead of the default implementation. I have no idea how
8567         this worked before. Negotiate before calling activate_pull.
8568
8569         * gst/gstpad.c (gst_pad_activate_pull): Refuse to activate unlinked
8570         sink pads in pull mode. In addition to being correct, fixes
8571         filesrc ! decodebin ! identity ! fakesink.
8572         (gst_pad_get_range, gst_pad_pull_range): Don't call
8573         gst_pad_set_caps() if the caps changes; instead error out with
8574         GST_FLOW_NOT_NEGOTIATED, as discussed in part-negotiation.txt.
8575
8576 2007-01-12  Andy Wingo  <wingo@pobox.com>
8577
8578         * docs/design/part-negotiation.txt: Update with more policy.
8579
8580 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8581
8582         * libs/gst/check/gstbufferstraw.h:
8583         * libs/gst/check/gstcheck.h:
8584           Add G_BEGIN_DECLS and G_END_DECLS. Move GST_CHECK_MAIN where it
8585           belongs.
8586
8587 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8588
8589         * tests/check/Makefile.am:
8590         * tests/check/gst/.cvsignore:
8591         * tests/check/gst/gsttagsetter.c: (gst_dummy_enc_add_interfaces),
8592         (gst_dummy_enc_base_init), (gst_dummy_enc_class_init),
8593         (gst_dummy_enc_init), (tag_list_foreach), (tag_setter_list_length),
8594         (GST_START_TEST), (gst_tag_setter_suite):
8595           Add minimal unit test for beforementioned GstTagSetter bug.
8596
8597 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8598
8599         Patch by: René Stadler <mail at renestadler dot de>
8600
8601         * gst/gsttagsetter.c: (gst_tag_setter_merge_tags):
8602           gst_tag_list_merge() returns a new list, so it's not the best idea
8603           to ingore its return value. Effectively meant that tags could only
8604           be merged on a GstTagSetter once using _merge_tags(). Fixes #395554.
8605           Also add function guard to require a non-NULL taglist as input (has
8606           always been so due to gst_tag_list_copy(), just making it explicit).
8607
8608 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
8609
8610         * docs/random/draft-missing-plugins.txt:
8611           Some additions: mention new API that is supposed to be used at the
8612           various stages; short blob about new gst-inspect introspection
8613           option; mention potential future problem with plugins that have
8614           a dynamic list of elements (such as ladspa, pitfdll, libvisual).
8615
8616 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
8617
8618         * tools/gst-inspect.c:
8619         (print_plugin_automatic_install_info_codecs),
8620         (print_plugin_automatic_install_info_protocols),
8621         (print_plugin_automatic_install_info), (main):
8622         Add --print-plugin-auto-install-info option to gst-inspect, so we can
8623         introspect plugin files and get machine-parsable output that corresponds
8624         to the last bit of the missing-plugin installer string (small gotcha:
8625         doesn't take into account ranks).
8626
8627 2007-01-11  Stefan Kost  <ensonic@users.sf.net>
8628
8629         * configure.ac:
8630         * docs/gst/gstreamer-sections.txt:
8631         * gst/Makefile.am:
8632         * gst/gstregistry.c: (gst_registry_lookup_feature_locked),
8633         (gst_registry_lookup_locked):
8634         * gst/gstregistry.h:
8635         * gst/gstregistrybinary.c: (gst_registry_binary_write),
8636         (gst_registry_binary_initialize_magic),
8637         (gst_registry_binary_save_string),
8638         (gst_registry_binary_save_pad_template),
8639         (gst_registry_binary_save_feature),
8640         (gst_registry_binary_save_plugin),
8641         (gst_registry_binary_write_cache),
8642         (gst_registry_binary_check_magic),
8643         (gst_registry_binary_load_pad_template),
8644         (gst_registry_binary_load_feature),
8645         (gst_registry_binary_load_plugin),
8646         (gst_registry_binary_read_cache):
8647         * gst/gstregistrybinary.h:
8648         * gst/gstregistryxml.c: (load_feature),
8649         (gst_registry_xml_read_cache):
8650           commit binary registry (disabled by default, see #359653)
8651
8652 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
8653
8654         * tests/check/gst/gstpad.c: (test_get_allowed_caps):
8655           Fix 'make check' too.
8656
8657 2007-01-10  Andy Wingo  <wingo@pobox.com>
8658
8659         * docs/design/part-negotiation.txt: Fix a typo, add a couple
8660         notes.
8661         
8662         * docs/design/part-negotiation.txt: Update with, um, one way that
8663         pull-mode negotiation might work?
8664
8665         * gst/gstpad.h: 
8666         * gst/gstpad.c (gst_pad_get_allowed_caps): Remove the restriction
8667         that the pad must be a src pad; makes sense to call it the other
8668         way in pull mode, and the logic is symmetric anyway.
8669
8670 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8671
8672         * plugins/elements/gstfilesink.c:
8673           Include <stdio.h> for fseeko().
8674
8675 2007-01-10  Wim Taymans  <wim@fluendo.com>
8676
8677         * gst/gstevent.c:
8678         * gst/gstevent.h:
8679         Reserve LATENCY event.
8680
8681 2007-01-09  Wim Taymans  <wim@fluendo.com>
8682
8683         * docs/design/draft-latency.txt:
8684         Updates.
8685
8686 2007-01-09  Wim Taymans  <wim@fluendo.com>
8687
8688         * docs/design/draft-latency.txt:
8689         Updates.
8690
8691         * gst/gstelement.h:
8692         * gst/gststructure.c:
8693         * gst/gsttrace.c:
8694         Small typo fixes.
8695
8696 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8697
8698         * tests/check/.cvsignore:
8699           Ignore test-registry.xml as well.
8700
8701 2007-01-09  Wim Taymans  <wim@fluendo.com>
8702
8703         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_remove_pad):
8704         unref data at the end when we are done with the pad.
8705
8706 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
8707
8708         * docs/gst/gstreamer-sections.txt:
8709         * gst/gst.c: (load_plugin_func), (scan_and_update_registry),
8710         (init_post), (gst_deinit), (gst_update_registry):
8711         * gst/gst.h:
8712           API: add gst_update_registry() (#391296).
8713
8714         * tests/check/Makefile.am:
8715         * tests/check/gst/gstregistry.c:
8716         * tests/check/gst/.cvsignore:
8717           Simple unit test for the above.
8718
8719 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
8720
8721         * gst/gstregistry.c: (gst_registry_scan_path_level):
8722           Plugin extension on HP-UX is .sl, add that to the list of approved
8723           plugin extensions (see #393796).
8724
8725         * tests/check/gst/gstpad.c: (GST_START_TEST):
8726           ulong => gulong. Fixes compilation with HP-UX compiler.
8727
8728         * tests/check/pipelines/parse-launch.c: (GST_START_TEST):
8729           Fix compilation if valgrind headers are not available.
8730
8731 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
8732
8733         * win32/common/libgstreamer.def: 
8734           Add new exported function.
8735         * win32/vs6/libgstbase.dsp: 
8736           Add gstdataqueue.c to the build.
8737         * win32/vs6/libgstcoreelements.dsp:
8738           Add gstmultiqueue.c to the build.
8739         
8740 2007-01-06  Andy Wingo  <wingo@pobox.com>
8741
8742         * libs/gst/base/gstbasesink.h: New GstBaseSinkClass vmethod,
8743         activate_pull(), providing for a way to specialize the process of
8744         spawning a thread to pull on the sink pad. There is a default
8745         implementation.
8746
8747         * libs/gst/base/gstbasesink.c (gst_base_sink_pad_activate_pull)
8748         (gst_base_sink_pad_activate_push, gst_base_sink_pad_activate)
8749         (gst_base_sink_init): Renamed pad activation functions (inserting
8750         "_pad" in their names). Refactor to use the new activate_pull
8751         vmethod, as appropriate.
8752         (gst_base_sink_class_init, gst_base_sink_activate_pull): Set the
8753         default activate_pull function to start a task pulling from the
8754         sink pad, as before.
8755
8756         * gst/gstpad.c (gst_pad_get_range, gst_pad_pull_range): Set caps
8757         on the pads if necessary, as in push()/chain(). Update docs.
8758         Shouldn't affect existing pull() usage as it is currently only
8759         being used on buffers without caps.
8760
8761 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
8762
8763         * gst/gst.c: (gst_init_get_option_group), (gst_init_check),
8764         (init_pre):
8765           Call g_thread_init() first thing in gst_init() / gst_check_init().
8766           When initialisation is done via gst_init_get_option_group() and
8767           GOption parsing, issue a warning if the GLib thread system has not
8768           been initialised yet by the time gst_init_get_option_group() is
8769           called, as it's quite likely other GLib functions such as
8770           g_option_context_new() have been called already then, and
8771           g_thread_init() must be called before any other GLib function. The
8772           application in question must be fixed in that case, since memory
8773           corruption might happen otherwise.
8774           We issue the warning because even if the GLib folks decide to work
8775           around the problem on their end in future, this is still an issue
8776           with all GLib versions >= 2.10.0, so we should warn until we depend
8777           on a GLib version we know to be safe.
8778           Update documentation as well.
8779           Closes bug #391278.
8780
8781 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
8782
8783         * tools/gst-inspect.c: (main):
8784         * tools/gst-launch.c: (main):
8785         * tools/gst-typefind.c: (main):
8786         * tools/gst-xmlinspect.c: (main):
8787           Call g_thread_init() really really early, before any other GLib
8788           function (see #342564 and recent discussion on gtk-devel-list).
8789
8790 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
8791
8792         Patch by: Vincent Torri  <vtorri at univ-evry dot fr>
8793
8794         * gst/gst_private.h:
8795         * gst/gstconfig.h.in:
8796         * gst/gstinfo.h:
8797           On win32, all the __declspec stuff for symbol exporting is
8798           apparently only needed with MSVC, but doesn't work with MingW.
8799           Fixes compilation with MingW and #391909.
8800
8801 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
8802
8803         * libs/gst/base/gstbasesrc.c: (gst_base_src_activate_push):
8804           Change some GST_ERROR_OBJECT that aren't really errors to
8805           GST_WARNING_OBJECT in order to reduce terminal spam.
8806
8807 2007-01-04  Stefan Kost  <ensonic@users.sf.net>
8808
8809         * tests/check/Makefile.am:
8810           disable test again, as there seem to be still race problems
8811
8812 2007-01-04  Stefan Kost  <ensonic@users.sf.net>
8813
8814         * tests/check/Makefile.am:
8815         * tests/check/elements/queue.c: (queue_overrun), (queue_underrun),
8816         (GST_START_TEST), (queue_suite):
8817           enable queue test again, add tests for the leaky behaviour
8818
8819 2007-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8820
8821         * configure.ac:
8822         * tests/examples/Makefile.am:
8823           Compile adapter test/example only if the required headers are
8824           available (fixes #391915).
8825
8826 2007-01-01  David Schleef  <ds@schleef.org>
8827
8828         * gst/gstplugin.c:
8829           Restore the previous signal handler for SIGSEGV instead of
8830           setting to default, since we may have stolen it away from
8831           someone.  (i.e., Mono)
8832
8833 2006-12-26  Tim-Philipp Müller  <tim at centricular dot net>
8834
8835         * docs/random/draft-missing-plugins.txt:
8836           Some small additions and clarifications.
8837
8838 2006-12-26  Tim-Philipp Müller  <tim at centricular dot net>
8839
8840         * gst/gstregistryxml.c: (gst_registry_save_escaped):
8841           Make sure we don't pass non-UTF-8 strings to g_markup_escape(),
8842           since that can lead to random memory corruptions and crashes
8843           (may or may not be related to #383244, #386711, and #386711).
8844
8845 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
8846
8847         * tests/check/.cvsignore:
8848         * tests/check/Makefile.am:
8849           sync .cvsignome and CLEANFILES
8850
8851 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
8852
8853         * tests/check/Makefile.am:
8854           fix distcheck
8855
8856 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
8857
8858         * docs/design/part-states.txt:
8859           two tiny additional comments
8860         
8861         * gst/gststructure.c:
8862           doc fixing
8863
8864         * tests/check/Makefile.am:
8865         * tests/check/elements/queue.c: (queue_overrun), (queue_underrun),
8866         (GST_START_TEST):
8867           disable test for now, unless it gets fixed
8868
8869 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
8870
8871         * tests/check/elements/queue.c: (queue_overrun), (queue_underrun),
8872         (GST_START_TEST):
8873           fix race in underrun test
8874
8875 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
8876
8877         * tests/check/elements/.cvsignore:
8878           ignore more
8879
8880         * tests/check/elements/queue.c: (queue_overrun), (queue_underrun),
8881         (GST_START_TEST):
8882           try to narrow test failure
8883
8884 2006-12-21  David Schleef  <ds@schleef.org>
8885
8886         * plugins/elements/gstfakesrc.c:
8887           Use g_random_int_range(), since it produces better random
8888           numbers in a range than almost-correct floating point code.
8889
8890 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
8891
8892         * libs/gst/check/gstcheck.c: (gst_check_setup_src_pad),
8893         (gst_check_teardown_src_pad), (gst_check_setup_sink_pad),
8894         (gst_check_teardown_sink_pad):
8895           do not automatically (de)activate pads
8896
8897         * tests/check/Makefile.am:
8898         * tests/check/elements/queue.c: (queue_overrun), (queue_underrun),
8899         (setup_queue), (cleanup_queue), (GST_START_TEST), (queue_suite):
8900           add new, yet simple tests for queue
8901
8902         * tests/check/elements/fakesrc.c: (cleanup_fakesrc):
8903         * tests/check/elements/fdsrc.c: (cleanup_fdsrc):
8904         * tests/check/elements/filesrc.c: (cleanup_filesrc),
8905         (GST_START_TEST):
8906         * tests/check/elements/identity.c: (cleanup_identity):
8907           consistent pad (de)activation
8908
8909 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
8910
8911         Patch by: Sebastian Dröge  <slomo ubuntu com>
8912
8913         * libs/gst/base/gstcollectpads.c:
8914           Fix two doc typos (#387866).
8915
8916 2006-12-19  Tim-Philipp Müller  <tim at centricular dot net>
8917
8918         * docs/manual/advanced-dparams.xml:
8919           Fix typo (g_object_control_properties() doesn't exist).
8920
8921 2006-12-19  Edward Hervey  <edward@fluendo.com>
8922
8923         * gst/gstsegment.c: (gst_segment_set_seek):
8924         Fine tune the cases where the segment start/stop values are really
8925         updated.
8926         * tests/check/gst/gstsegment.c: (GST_START_TEST):
8927         Add tests for the return values of gst_segment_set_seek().
8928
8929 2006-12-19  Tim-Philipp Müller  <tim at centricular dot net>
8930
8931         * gst/gst.c:
8932           Docs typo fix.
8933
8934         * plugins/elements/gstqueue.c: (gst_queue_class_init),
8935         (gst_queue_init):
8936           Fix incorrect documentation and flesh it out a bit more.
8937           Set default values for the max properties on the GParamSpec as well,
8938           so it shows up correctly in gst-inspect.
8939
8940 2006-12-18  Stefan Kost  <ensonic@users.sf.net>
8941
8942         * plugins/elements/gstqueue.c: (queue_leaky_get_type):
8943           Correct docs of queue, add more detail and crosslink it more.
8944
8945 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8946
8947         * plugins/elements/gstidentity.c: (gst_identity_check_perfect):
8948           Print additional debug info when the stream isn't perfectly
8949           timestamped; don't try to use invalid durations.
8950
8951 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
8952
8953         * docs/design/Makefile.am:
8954           Dist new design docs.
8955
8956 2006-12-16  Wim Taymans  <wim@fluendo.com>
8957
8958         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8959
8960         * libs/gst/base/gstcollectpads.c: (ref_data), (unref_data),
8961         (gst_collect_pads_add_pad), (gst_collect_pads_remove_pad),
8962         (gst_collect_pads_stop), (gst_collect_pads_event),
8963         (gst_collect_pads_chain):
8964         * libs/gst/base/gstcollectpads.h:
8965         Add refcounting to the collectpads data so we can track when it's safe
8966         to free the data. Fixes #383382.
8967
8968 2006-12-15  Wim Taymans  <wim@fluendo.com>
8969
8970         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_add_pad),
8971         (gst_collect_pads_remove_pad):
8972         Automatically activate/deactivate pads when they are added to a
8973         started/stoped collectpads.
8974
8975 2006-12-15  Wim Taymans  <wim@fluendo.com>
8976
8977         * gst/gstelement.c: (gst_element_add_pad):
8978         * gst/gstghostpad.c: (gst_ghost_pad_new_full):
8979         * gst/gstpad.c: (gst_pad_init):
8980         Set pads to FLUSHING when they are created. Check, warn and fix when a
8981         demuxer adds an inactive pad to itself when running. Fixes #339326.
8982
8983 2006-12-15  Wim Taymans  <wim@fluendo.com>
8984
8985         * gst/gstelement.c: (gst_element_class_init),
8986         (gst_element_default_send_event), (gst_element_send_event),
8987         (gst_element_default_query), (gst_element_query):
8988         Expose default element send_event and query handling as vmethods that
8989         subclasses can chain up to.
8990
8991 2006-12-15  Wim Taymans  <wim@fluendo.com>
8992
8993         * gst/gstelement.c: (gst_element_set_state_func):
8994         Small documentation fixes.
8995
8996 2006-12-15  Wim Taymans  <wim@fluendo.com>
8997
8998         * docs/design/draft-latency.txt:
8999         Checked in draft for handling latency in pipelines.
9000
9001 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9002
9003         * Makefile.am:
9004         * gstreamer.doap:
9005         * gstreamer.spec.in:
9006           adding .doap file
9007
9008 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9009
9010         * gst/gst.c: (init_pre), (init_post):
9011           init_pre() and init_post() might be called via our GOptionGroup or
9012           from gst_init(), and we should skip both of them if we've already
9013           been initialised, otherwise we will init some things twice or add
9014           two default log functions.
9015
9016 2006-12-13  Edward Hervey  <edward@fluendo.com>
9017
9018         * docs/manual/basics-bus.xml:
9019         No, gst_main_loop does not exist. Its g_main_loop.
9020         Discovered by somebody who abused the copy-paste technique of coding :)
9021
9022 2006-12-13  Tim-Philipp Müller  <tim at centricular dot net>
9023
9024         * gst/gstghostpad.c:
9025           Log ghostpad debug stuff to the GST_PADS category as well rather
9026           than just to the default category.
9027
9028 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9029
9030         * configure.ac:
9031         * gst/gst.c: (init_pre):
9032           Add some basic system details such as OS and architecture
9033           to the debug output if possible, courtesy of uname().
9034
9035 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
9036
9037         * docs/gst/running.xml:
9038           Document GST_REGISTRY_FORK and GST_DEBUG_NO_COLOR
9039           environment variables.
9040
9041 2006-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
9042
9043         * tests/check/gst/gstbin.c: (GST_START_TEST):
9044         It is acceptable to have a refcount of 2 or 3 at this point in the
9045         test, because the pipeline might be just posting its state_change
9046         message. The next line then waits for that message to appear using
9047         bus_poll, so that should be fine too.
9048
9049 2006-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
9050
9051         * gst/gst.c: (ensure_current_registry_forking):
9052         Ignore EINTR when reading from the child registry pipe.
9053         Explicitly ignore the return value from close, since it makes no
9054         difference.
9055
9056         * gst/gstminiobject.c: (gst_mini_object_ref),
9057         (gst_mini_object_unref):
9058         When debugging refcounts, check GST_IS_MINI_OBJECT and warn.
9059
9060         * gst/gstregistry.c: (_priv_gst_registry_remove_cache_plugins):
9061         When removing cached plugins, remove their features too, so they're
9062         not visible after they've disappeared.
9063
9064         * gst/gstutils.c: (prepare_link_maybe_ghosting):
9065         In the unlikely case that we are linking pads with no parents, don't
9066         crash trying to get the non-existent parent bin.
9067
9068         * gst/parse/grammar.y:
9069         Output debug in the PIPELINE category
9070
9071 2005-03-08  Wim Taymans  <wim@fluendo.com>
9072
9073         Patch by: René Stadler <mail at renestadler dot de>
9074
9075         * gst/gstclock.c: (gst_clock_new_periodic_id):
9076         Reject invalid clock times for interval of periodic ids.
9077         Fixes ##383506.
9078
9079 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
9080
9081         * gst/gstelementfactory.c: (gst_element_factory_create):
9082         * gst/gstpluginfeature.c: (gst_plugin_feature_load):
9083         * gst/gsttypefindfactory.c: (gst_type_find_factory_call_function):
9084         * tools/gst-inspect.c: (print_element_info):
9085         Fix refcounting of gst_plugin_feature_load to match the docs. 
9086         Fixes: #380129
9087
9088 2006-12-07  Wim Taymans  <wim@fluendo.com>
9089
9090         * libs/gst/base/gstbasesink.c: (gst_base_sink_event),
9091         (gst_base_sink_get_position):
9092         Improve debugging of events.
9093
9094 2006-12-07  Wim Taymans  <wim@fluendo.com>
9095
9096         Patch by: René Stadler <mail at renestadler dot de>
9097
9098         * gst/gstclock.c: (gst_clock_id_wait):
9099         Make period ids add the interval to the origial requested time instead
9100         of the possibly updated time which can be wrong when there are multiple
9101         waiters for the same id. Fixes #382592.
9102
9103         * gst/gstsystemclock.c: (gst_system_clock_async_thread),
9104         (gst_system_clock_id_wait_jitter_unlocked),
9105         (gst_system_clock_id_wait_jitter):
9106         Fix restart in the async notify thread when an async entry is added to
9107         the front of the list. Fixes #381492. 
9108
9109         * tests/check/gst/gstsystemclock.c: (store_callback),
9110         (notify_callback), (GST_START_TEST), (gst_systemclock_suite):
9111         Added test for multiple async waits.
9112         Added test for async wait order.
9113
9114 2006-12-07  Wim Taymans  <wim@fluendo.com>
9115
9116         * gst/gstbin.c: (gst_bin_query):
9117         Add some more docs about the POSITION query.
9118
9119 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
9120
9121         * configure.ac:
9122         Bump version nano - back to CVS.
9123
9124 === release 0.10.11 ===
9125
9126 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
9127
9128         * configure.ac:
9129           releasing 0.10.11, "Love never runs on time"
9130
9131 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
9132
9133         * win32/common/libgstbase.def:
9134         * win32/common/libgstreamer.def:
9135         * win32/vs8/libgstbase.vcproj:
9136         * win32/vs8/libgstcoreelements.vcproj:
9137         * win32/vs8/libgstreamer.vcproj:
9138         Fix compilation on win32 under VS8
9139         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
9140         Partially fixes #381175
9141
9142 2006-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9143
9144         * gst/gstvalue.c: (gst_value_compare_fraction):
9145         If someone is foolish enough to compare 2 fractions with denominator =
9146         0, return UNORDERED rather than aborting.
9147
9148 2006-11-28  Edward Hervey  <edward@fluendo.com>
9149
9150         * libs/gst/base/Makefile.am:
9151         * libs/gst/base/gstdataqueue.c: (gst_data_queue_get_type),
9152         (gst_data_queue_base_init), (gst_data_queue_class_init),
9153         (gst_data_queue_init), (gst_data_queue_new),
9154         (gst_data_queue_cleanup), (gst_data_queue_finalize),
9155         (gst_data_queue_locked_flush), (gst_data_queue_locked_is_empty),
9156         (gst_data_queue_locked_is_full), (gst_data_queue_flush),
9157         (gst_data_queue_is_empty), (gst_data_queue_is_full),
9158         (gst_data_queue_set_flushing), (gst_data_queue_push),
9159         (gst_data_queue_pop), (gst_data_queue_drop_head),
9160         (gst_data_queue_set_property), (gst_data_queue_get_property):
9161         * libs/gst/base/gstdataqueue.h:
9162         New GstDataQueue object for threadsafe queueing. Most useful for
9163         elements that need some queueing functionnality.
9164         * docs/libs/gstreamer-libs-docs.sgml:
9165         * docs/libs/gstreamer-libs-sections.txt:
9166         Insert documentation for GstDataQueue
9167         * plugins/elements/Makefile.am:
9168         * plugins/elements/gstelements.c:
9169         * plugins/elements/gstmultiqueue.c: (gst_multi_queue_base_init),
9170         (gst_multi_queue_class_init), (gst_multi_queue_init),
9171         (gst_multi_queue_finalize), (gst_multi_queue_set_property),
9172         (gst_multi_queue_get_property), (gst_multi_queue_request_new_pad),
9173         (gst_multi_queue_release_pad), (gst_single_queue_push_one),
9174         (gst_multi_queue_item_destroy), (gst_multi_queue_item_new),
9175         (gst_multi_queue_loop), (gst_multi_queue_chain),
9176         (gst_multi_queue_sink_activate_push), (gst_multi_queue_sink_event),
9177         (gst_multi_queue_getcaps), (gst_multi_queue_bufferalloc),
9178         (gst_multi_queue_src_activate_push), (gst_multi_queue_acceptcaps),
9179         (gst_multi_queue_src_event), (gst_multi_queue_src_query),
9180         (wake_up_next_non_linked), (compute_next_non_linked),
9181         (single_queue_overrun_cb), (single_queue_underrun_cb),
9182         (single_queue_check_full), (gst_single_queue_new):
9183         * plugins/elements/gstmultiqueue.h:
9184         New multiqueue element, using GstDataQueue. Used for queuing multiple
9185         streams.
9186         Closes #344639 and #347785
9187
9188 2006-11-22  Stefan Kost  <ensonic@users.sf.net>
9189
9190         * docs/pwg/advanced-types.xml:
9191           add more missing type details
9192
9193         * tools/gst-run.c: (main):
9194           remove unused variable
9195
9196 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
9197
9198         * docs/libs/Makefile.am:
9199         * docs/libs/gstreamer-libs.types:
9200           add types of base classes to enable gobject specific stuff in the docs
9201
9202         * docs/random/ensonic/embedded.txt:
9203           more ideas about isolating platform specific things
9204
9205 2006-11-20  Wim Taymans  <wim@fluendo.com>
9206
9207         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
9208
9209         * libs/gst/check/gstcheck.h:
9210         Fix compilation and running against 0.9.4. Fixes #377332.
9211
9212 2006-11-20  Wim Taymans  <wim@fluendo.com>
9213
9214         * gst/gstsegment.c: (gst_segment_set_seek),
9215         (gst_segment_set_newsegment_full), (gst_segment_to_stream_time),
9216         (gst_segment_to_running_time):
9217         Fix boundary checking in to_running_time() and to_stream_time().
9218         Fixes #377183.
9219
9220         * tests/check/gst/gstsegment.c: (GST_START_TEST):
9221         stream and running time can now be calculated for the complete
9222         clipped segment.
9223
9224 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
9225
9226         * gst/gstpad.c: (gst_pad_push_event):
9227           Can't access event structure after giving away ownership of
9228           the event.
9229
9230 2006-11-15  Stefan Kost  <ensonic@users.sf.net>
9231
9232         * docs/random/ensonic/embedded.txt:
9233         * docs/random/ensonic/profiling.txt:
9234         * docs/random/ensonic/receipies.txt:
9235           more thinking
9236
9237 2006-11-13  Wim Taymans  <wim@fluendo.com>
9238
9239         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
9240
9241         * gst/gstpad.c:
9242         Fix documentation for gst_pad_dispatcher. Fixes #374475.
9243
9244 2006-11-13  Wim Taymans  <wim@fluendo.com>
9245
9246         Patch by: Jonathan Matthew <jonathan at kaolin dot wh9 dot net>
9247
9248         * libs/gst/base/gstbasesrc.c: (gst_base_src_update_length):
9249         Store new length in segment duration so we don't keep on calling the
9250         potentially expensize get_size() call. Fixes #370865.
9251
9252 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
9253
9254         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
9255
9256         * win32/common/libgstreamer.def:
9257           Add two missing symbols (#366492).
9258
9259 2006-11-10  Jan Schmidt  <thaytan@mad.scientist.com>
9260
9261         * libs/gst/base/gstadapter.c: (gst_adapter_flush),
9262         (gst_adapter_take_buffer):
9263         Fix format string to use all its arguments.
9264         Remove useless >= check on a guint
9265
9266 2006-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
9267
9268         * tests/examples/adapter/.cvsignore:
9269         Ignore build file as commanded by the build-bot
9270
9271 2006-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
9272
9273         * tests/examples/adapter/Makefile.am:
9274         * tests/examples/adapter/adapter_test.c: (run_test_take),
9275         (run_test_take_buffer), (run_tests), (main):
9276
9277         Add new files from the previous commit
9278
9279 2006-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
9280
9281         * Makefile.am:
9282         * configure.ac:
9283         * libs/gst/base/gstadapter.c: (gst_adapter_clear),
9284         (gst_adapter_push), (gst_adapter_peek_into), (gst_adapter_peek),
9285         (gst_adapter_flush), (gst_adapter_take), (gst_adapter_take_buffer):
9286         * libs/gst/base/gstadapter.h:
9287         * tests/check/libs/adapter.c: (create_and_fill_adapter),
9288         (GST_START_TEST), (gst_adapter_suite):
9289         * tests/examples/Makefile.am:
9290         Do some optimisation work in GstAdapter to avoid copies in more cases.
9291         It could still do slightly better by merging buffers when
9292         gst_buffer_is_span_fast is true, but is already faster. 
9293
9294         Also, avoid traversing a single-linked list to append each incoming 
9295         buffer inside the adapter.
9296
9297         Add simple test app that times the adapter behaviour in different
9298         situations, and extend the unit test to check that bytes enter and
9299         exit the adapter in their original order.
9300
9301 2006-11-08  Tim-Philipp Müller  <tim at centricular dot net>
9302
9303         * docs/random/draft-missing-plugins.txt:
9304           Update: use element message instead of adding a new message
9305           type to the core; don't provide GStreamer API to initiate the
9306           plugin download, just provide API to compose the strings needed
9307           and let an external libgimmestuff handle the rest.
9308
9309 2006-11-08  Jan Schmidt  <thaytan@mad.scientist.com>
9310
9311         * tools/gst-inspect.c: (print_element_properties_info):
9312         Print a string instead of 'unknown type' for GValueArray properties
9313
9314 2006-11-08  Christian F.K. Schaller  <christian@fluendo.com>
9315
9316         * docs/random/draft-missing-plugins.txt:
9317         More small fixes.
9318
9319 2006-11-07  Tim-Philipp Müller  <tim at centricular dot net>
9320
9321         * tests/examples/typefind/typefind.c: (type_found), (main):
9322           Make typefind element example work again (#371894); add a
9323           license header.
9324
9325 2006-11-07  Tim-Philipp Müller  <tim at centricular dot net>
9326
9327         * docs/random/draft-missing-plugins.txt:
9328           Commit initial draft about how to deal with missing plugins,
9329           needs work (API too).
9330
9331 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
9332
9333         * docs/pwg/advanced-types.xml:
9334           documents the new caps elements (see #363118)
9335
9336 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
9337
9338         * gst/gstplugin.c: (gst_plugin_load_file):
9339         * plugins/elements/gstfilesrc.c: (gst_mmap_buffer_finalize),
9340         (gst_file_src_map_region), (gst_file_src_start):
9341         * plugins/indexers/gstfileindex.c: (gst_file_index_load),
9342         (gst_file_index_commit):
9343           Use g_strerror() instead of strerror() - we want UTF-8.
9344
9345 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
9346
9347         Patch by: Peter Kjellerstedt <pkj at axis com>
9348
9349         * plugins/elements/gstfdsrc.c: (gst_fd_src_create):
9350           Another printf fix (#371493).
9351
9352 2006-11-06  Stefan Kost  <ensonic@users.sf.net>
9353
9354         * tests/check/gst/gsttag.c:
9355           relicence (okay with author=company)
9356
9357 2006-11-06  Stefan Kost  <ensonic@users.sf.net>
9358
9359         * gst/gstpad.c: (gst_pad_event_default_dispatch),
9360         (gst_pad_push_event):
9361           Enhance debug and improve docs
9362         
9363         * gst/gsturi.c:
9364           Fix docs
9365
9366 2006-11-06  Stefan Kost  <ensonic@users.sf.net>
9367
9368         * docs/random/ensonic/distributed.txt:
9369         * docs/random/ensonic/profiling.txt:
9370           more ideas
9371
9372 2006-11-06  Stefan Kost  <ensonic@users.sf.net>
9373
9374         * docs/gst/gstreamer-sections.txt:
9375           add new API and fix the build
9376           
9377         * gst/gstbin.c: (gst_bin_recalc_state):
9378         * gst/gstelement.c: (gst_element_message_full),
9379         (gst_element_get_state_func), (gst_element_set_state_func):
9380           use new API and improve logging
9381         
9382         * gst/gstutils.c: (gst_element_state_change_return_get_name):
9383         * gst/gstutils.h:
9384           API: add function to get StateChangereturn names to improve logs 
9385
9386 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9387
9388         * plugins/elements/gstfilesrc.c: (gst_file_src_start):
9389           I'm considering shooting the next person to put strerror stuff
9390           in the translateable part of the message.
9391
9392 2006-11-03  Wim Taymans  <wim@fluendo.com>
9393
9394         * plugins/elements/gstfdsrc.c: (gst_fd_src_create):
9395         Get the type and printf conversion specifiers right.
9396
9397 2006-11-03  Wim Taymans  <wim@fluendo.com>
9398
9399         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
9400
9401         * gst/gstpad.c: (gst_pad_init), (pre_activate),
9402         (gst_pad_set_blocked_async), (gst_pad_acceptcaps_default),
9403         (gst_pad_accept_caps), (handle_pad_block), (gst_pad_push_event):
9404         Some small cleanups. Improve debugging.
9405         * gst/gstpad.h:
9406         Signal all waiting threads with a broadcast instead of just one.
9407         Fixes #369942.
9408
9409 2006-11-03  Wim Taymans  <wim@fluendo.com>
9410
9411         * plugins/elements/gstfdsrc.c: (gst_fd_src_update_fd),
9412         (gst_fd_src_create):
9413         Add some debugging. 
9414         Only update fd when it's different from the old.
9415
9416 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
9417
9418         * plugins/elements/gstfilesrc.c: (gst_file_src_create_mmap):
9419           Printf fixes for PPC/OSX, take two (#369366).
9420
9421 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
9422
9423         Based on patch by: Jan David Mol  <j.j.d.mol at tudelft nl>
9424
9425         * plugins/elements/gstfilesink.c: (gst_file_sink_class_init):
9426         * plugins/elements/gstfilesrc.c: (gst_file_src_class_init),
9427         (gst_file_src_map_small_region), (gst_file_src_create_mmap):
9428           Printf fixes for gsize parameters on PPC/OSX (#369366). Also,
9429           don't cast to long long for portability reasons, but use
9430           GLib's types instead.
9431
9432 2006-10-30  Michael Smith  <msmith@fluendo.com>
9433
9434         * plugins/elements/gstfdsrc.c: (gst_fd_src_update_fd):
9435           Get the arguments to lseek() the right way around.
9436           Fixes 367677.
9437
9438 2006-10-30  Wim Taymans  <wim@fluendo.com>
9439
9440         Patch by: gorshkov <gorshkov at oghma dot on dot ca>
9441
9442         * gst/gstinfo.h:
9443         _declspec should be __declspec (two underscores, not one). Fixes 366572.
9444
9445 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
9446
9447         Patch by: Kjartan Maraas  <kmaraas at gnome org>
9448
9449         * docs/design/part-MT-refcounting.txt:
9450         * docs/random/wtay/capsnego2-docs:
9451         * gst/gstclock.c:
9452         * gst/gstxml.c:
9453           Typo fixes (#366212).
9454
9455 2006-10-28  Wim Taymans  <wim@fluendo.com>
9456
9457         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
9458
9459         * gst/gst.c:
9460         * win32/common/libgstbase.def:
9461         * win32/common/libgstreamer.def:
9462         * win32/vs8/libgstbase.vcproj:
9463         * win32/vs8/libgstcontroller.vcproj:
9464         Add needed entries in .def files.
9465         Use HAVE_UNISTD_H.
9466         Rearrange def files in vs8 solutions. Fixes #366286.
9467
9468 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
9469
9470         * win32/common/gstconfig.h:
9471           Add GST_SEGMENT_FORMAT and GST_USING_PRINTF_EXTENSION to the
9472           hand-made win32 gstconfig.h. Fixes #366321.
9473
9474 2006-10-27  Wim Taymans  <wim@fluendo.com>
9475
9476         * gst/gstghostpad.c: (gst_proxy_pad_do_acceptcaps),
9477         (gst_ghost_pad_new_full):
9478         Make acceptcaps return TRUE when we don't have a target, just like
9479         setcaps does.
9480
9481 2006-10-27  Wim Taymans  <wim@fluendo.com>
9482
9483         * libs/gst/base/gstbasetransform.c: (gst_base_transform_chain):
9484         Revert previous commit, 0 sized buffers are allowed. Reopens #363095.
9485
9486 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
9487
9488         * gst/gststructure.c: (gst_structure_id_set_value):
9489           If someone tries to set a non-UTF8 string field on a structure,
9490           don't just print a warning, but also ignore the request and do
9491           not change/add that field to the structure.
9492
9493         * tests/check/gst/gsttag.c: (GST_START_TEST), (gst_tag_suite):
9494           Test for the above.
9495
9496 2006-10-25  David Schleef  <ds@schleef.org>
9497
9498         * gst/gstinfo.c:
9499           g_hash_table_insert() needs a cast to a non-const pointer duh.
9500
9501 2006-10-25  David Schleef  <ds@schleef.org>
9502
9503         * gst/gstinfo.c:
9504         * gst/gstinfo.h:
9505           Change name parameter of _gst_debug_register_funcptr to const
9506           to reflect the constness of its use in the function as well
9507           as to quiet a gcc warning.
9508
9509 2006-10-25  Edward Hervey  <edward@fluendo.com>
9510
9511         * libs/gst/base/gstbasetransform.c: (gst_base_transform_chain):
9512         Don't push the buffer if it's empty.
9513         Closes #363095
9514
9515 2006-10-24  Wim Taymans  <wim@fluendo.com>
9516
9517         * gst/gstevent.h:
9518         Add small comment.
9519
9520         * libs/gst/base/gstbasetransform.c:
9521         (gst_base_transform_sink_eventfunc):
9522         Debug segment values *after* updating them as this is more
9523         interesting.
9524
9525 2006-10-23  Wim Taymans  <wim@fluendo.com>
9526
9527         * docs/design/part-events.txt:
9528         Update some docs.
9529
9530         * docs/design/part-block.txt:
9531         * gst/gstpad.c: (gst_pad_is_blocking), (handle_pad_block),
9532         (gst_pad_push_event):
9533         Revert BLOCKING patch, it tries to be smart without really having a
9534         clear idea what or how. So, now we discard all FLUSHING events again on
9535         a blocking pad. Should fix gnonlin again.
9536
9537 2006-10-23  Wim Taymans  <wim@fluendo.com>
9538
9539         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
9540
9541         * libs/gst/base/gstbasesrc.c: (gst_base_src_wait_playing),
9542         (gst_base_src_start), (gst_base_src_activate_push):
9543         Make sure size is always initialized. Fixes #364388.
9544
9545 2006-10-20  Stefan Kost  <ensonic@users.sf.net>
9546
9547         * docs/random/ensonic/distributed.txt:
9548           add some ideas about doing distributed processing
9549
9550         * docs/random/ensonic/profiling.txt:
9551           get_rusage look promising
9552
9553 2006-10-18  Stefan Kost  <ensonic@users.sf.net>
9554
9555         * docs/manual/basics-helloworld.xml:
9556           Add a cast in example to fix compile warning
9557
9558 2006-10-18  Wim Taymans  <wim@fluendo.com>
9559
9560         * gst/gstsegment.c: (gst_segment_set_last_stop),
9561         (gst_segment_set_seek), (gst_segment_set_newsegment_full):
9562         Relax arg checking again, -1 is allowed.
9563
9564 2006-10-18  Wim Taymans  <wim@fluendo.com>
9565
9566         * gst/gstsegment.c: (gst_segment_set_last_stop),
9567         (gst_segment_set_seek), (gst_segment_set_newsegment_full):
9568         _set_last_stop() must be with a value != -1
9569         A _TYPE_SET to -1 means seek to 0.
9570         Calc last_stop correctly for negative rates.
9571         Make sure we work with positive durations when updating a segment.
9572
9573 2006-10-18  Wim Taymans  <wim@fluendo.com>
9574
9575         * docs/design/part-live-source.txt:
9576         * gst/gstclock.h:
9577         Small docs fixes.
9578
9579 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
9580
9581         * gst/gstbuffer.h:
9582           Add an explicit cast to GstBuffer** to keep old code that added an
9583           explicit cast to GstMiniObject** for gst_mini_object_replace()
9584           compiling without warning.
9585
9586 2006-10-18  Stefan Kost  <ensonic@users.sf.net>
9587
9588         * gst/gstvalue.c: (gst_value_set_date), (gst_date_copy):
9589           check for validity of dates
9590
9591 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9592
9593         * docs/gst/gstreamer-sections.txt:
9594           Forgot this one, makes gtk-doc shut up.
9595
9596 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9597
9598         Patch by: Peter Kjellerstedt <pkj at axis com>
9599
9600         * gst/gstobject.h:
9601           Don't define xmlNodePtr to gpointer if the core was built with
9602           --disable-loadsave and --disable-registry, this will break
9603           applications that want to use libxml2 but are buildling against a
9604           core that doesn't use libxml2. Use an intermediary type GstXmlNodePtr
9605           instead so we don't have to mess with the libxml2 namespace
9606           (#361675).
9607
9608 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
9609
9610         * gst/gstbuffer.h:
9611           Fix gst_buffer_replace() macro to avoid gst_mini_object_replace()-related
9612           type-punned pointer warnings.
9613
9614 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
9615
9616         * gst/gstelement.h:
9617           Add casts to the correct return type to state <=> state transition
9618           macros.
9619
9620 2006-10-16  Stefan Kost  <ensonic@users.sf.net>
9621
9622         * docs/design/part-live-source.txt:
9623           describe howto handle latency
9624         
9625         * docs/random/ensonic/profiling.txt:
9626           more ideas
9627
9628         * tools/gst-plot-timeline.py:
9629           fix log parsing for solaris, remove unused function
9630
9631 2006-10-16  Wim Taymans  <wim@fluendo.com>
9632
9633         * docs/design/part-trickmodes.txt:
9634         * gst/gstevent.c:
9635         Update some docs regarding reverse playback.
9636
9637 2006-10-15  Tim-Philipp Müller  <tim at centricular dot net>
9638
9639         Patch by: Marcus Granado  <mrc dot gran at gmail com>
9640
9641         * win32/vs8/grammar.vcproj:
9642           Error out with a warning if glib-genmarshal.exe is not in path,
9643           instead of creating bogus gstmarshal.[ch] files. Fixes #361720.
9644
9645 2006-10-13  Wim Taymans  <wim@fluendo.com>
9646
9647         * gst/gstsegment.c: (gst_segment_set_seek):
9648         When seeking to stop -1, set last_stop (current position) to the
9649         duration of the segment.
9650
9651 2006-10-13  Wim Taymans  <wim@fluendo.com>
9652
9653         * gst/gstelement.h:
9654         Clarify _NO_PREROLL a bit more.
9655
9656         * gst/gstevent.c:
9657         Fix docs.
9658
9659         * gst/gstpad.c: (gst_pad_link_check_hierarchy),
9660         (gst_pad_get_caps_unlocked), (gst_pad_save_thyself),
9661         (handle_pad_block), (gst_pad_push_event), (gst_pad_send_event):
9662         Patch by: Yves Lefebvre <ivanohe at abacom dot com> Fix possible deadlock
9663         due to wrong locking order. Fixes #361769.
9664         Remove some redundant/misplaced checks in pad_block.
9665
9666         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_position):
9667         For negative rates, count backwards from the duration.
9668
9669 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
9670
9671         * gst/gsterror.c: (_gst_library_errors_init):
9672           Fix error message for GST_LIBRARY_ERROR_SETTINGS (feel free to come
9673           up with something better).
9674
9675 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
9676
9677         * win32/vs6/libgstreamer.dsp:
9678         * win32/vs7/libgstreamer.vcproj:
9679         * win32/vs8/libgstreamer.vcproj:
9680           Don't reference glib-compat.c which is currently not used and not
9681           disted; add gstquark.c which was recently added. Fixes #361730.
9682
9683 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
9684
9685         * win32/common/libgstbase.def:
9686         * win32/common/libgstcontroller.def:
9687         * win32/common/libgstreamer.def:
9688           Add gst_caps_merge() and a bunch of other recently-added functions.
9689           Fixes #361732.
9690
9691 2006-10-11  Wim Taymans  <wim@fluendo.com>
9692
9693         * docs/plugins/gstreamer-plugins.args:
9694         * docs/plugins/inspect/plugin-coreelements.xml:
9695         * docs/plugins/inspect/plugin-coreindexers.xml:
9696         Update element args.
9697
9698         * gst/gstsystemclock.c:
9699         Small comment update.
9700
9701         * plugins/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init),
9702         (gst_tee_request_new_pad), (gst_tee_release_pad),
9703         (gst_tee_buffer_alloc), (gst_tee_sink_activate_push),
9704         (gst_tee_sink_activate_pull):
9705         * plugins/elements/gsttee.h:
9706         Some tee loving:
9707         Add default property defines.
9708         Implement release pad function.
9709         Give properties better blubs etc.
9710         Activate pads before adding them to a running tee.
9711         Do simple buffer_alloc on the first requested pad.
9712         Post error when activation fails.
9713
9714 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
9715
9716         * gst/gst.c: (ensure_current_registry_forking):
9717           Check return value of write() to make compiler happy.
9718
9719 2006-10-11  Wim Taymans  <wim@fluendo.com>
9720
9721         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9722
9723         * plugins/elements/gstqueue.c: (gst_queue_chain):
9724         Recheck queue filledness after signalling the overrun when we're about
9725         to leak downstream because we released the lock when emitting the signal
9726         and the queue could be empty again. Fixes #352345.
9727
9728 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
9729
9730         * libs/gst/controller/gstcontroller.c: (gst_controller_new_list):
9731           Fix refcounting here too, just like we did for _new_valist() a few
9732           days ago (#357180) (thanks to René Stadler). Also remove all those
9733           'Since: 0.9' from the gtk-doc blobs.
9734
9735         * tests/check/libs/controller.c: (controller_refcount_new_list),
9736         (gst_controller_suite):
9737           Unit test for the above.
9738
9739 2006-10-10  Wim Taymans  <wim@fluendo.com>
9740
9741         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9742
9743         * gst/gstpad.c: (gst_pad_get_caps_unlocked),
9744         (gst_pad_save_thyself):
9745         Update some docs.
9746         Write pad direction in XML output. Fixes #345496.
9747
9748 2006-10-10  Wim Taymans  <wim@fluendo.com>
9749
9750         Patch by: René Stadler <mail at renestadler dot de>
9751
9752         * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist),
9753         (gst_controller_new_list), (_gst_controller_dispose),
9754         (_gst_controller_finalize), (_gst_controller_class_init):
9755         Take ref to controlled object so that it cannot disappear. 
9756         Fixes #357432.
9757
9758 2006-10-10  Wim Taymans  <wim@fluendo.com>
9759
9760         * libs/gst/check/gstcheck.c: (gst_check_setup_src_pad),
9761         (gst_check_teardown_src_pad), (gst_check_setup_sink_pad),
9762         (gst_check_teardown_sink_pad):
9763         Activate/deactivate pads in setup/teardown respectively.
9764
9765 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9766
9767         Patch by: Josep Torra Valles <josep@fluendo.com>
9768
9769         * gst/Makefile.am:
9770         Cast values when making gstenumtypes.h.  This pacifies Forte
9771         so it doesn't warn about the ~0 as GST_MESSAGE_ANY not fitting
9772         in the enumeration.
9773
9774 2006-10-09  Wim Taymans  <wim@fluendo.com>
9775
9776         * gst/gstevent.c: (gst_event_new_seek), (gst_event_parse_seek):
9777         Rename some more @cur to @start to fix docs. 
9778
9779         * gst/gstsegment.c: (gst_segment_set_seek):
9780         Fix typo.
9781         time and start must always stay in sync as defined in design doc.
9782
9783         * gst/gsttaglist.c: (gst_tag_list_is_empty):
9784         Rename param to fix docs.
9785
9786         * tests/check/gst/gstsegment.c: (GST_START_TEST):
9787         Check that start and time are in sync.
9788
9789         * tests/check/pipelines/parse-launch.c:
9790         (gst_parse_test_element_change_state):
9791         Activate pad before adding to the element.
9792
9793 2006-10-09  Wim Taymans  <wim@fluendo.com>
9794
9795         * docs/design/part-qos.txt:
9796         Fix typo.
9797
9798         * gst/gstevent.c:
9799         * gst/gstevent.h:
9800         Update seek event docs regarding negative rates.
9801         Rename @cur to @start. 
9802
9803         * gst/gstsegment.c: (gst_segment_set_seek):
9804         * gst/gstsegment.h:
9805         Update set_seek docs regarding negative rates.
9806         Correctly update last_stop to @stop when dealing with negative
9807         rates.
9808         Rename @cur to @start. 
9809
9810         * tests/check/gst/gstpad.c: (GST_START_TEST):
9811         Activate pads before trying to use them.
9812
9813         * tests/check/gst/gstsegment.c: (GST_START_TEST),
9814         (gst_segment_suite):
9815         Add simple check for segments and negative rates.
9816
9817 2006-10-09  Tim-Philipp Müller  <tim at centricular dot net>
9818
9819         * gst/gsttaglist.c: (gst_tag_list_is_empty):
9820         * gst/gsttaglist.h:
9821         * docs/gst/gstreamer-sections.txt:
9822           API: add gst_tag_list_is_empty() (#360467).
9823
9824         * tests/check/gst/gsttag.c: (GST_START_TEST):
9825           And a test case.
9826
9827 2006-10-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9828
9829         * gst/gstmessage.h:
9830         Revert change from earlier wrt GST_MESSAGE_TYPE_ANY having
9831         a value that doesn't fit on enumeration.
9832
9833 2006-10-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9834
9835         * libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_thread):
9836         Remove local debugging system and use Gstreamer's instead.
9837
9838 2006-10-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9839
9840         Patch by: Josep Torra Valles <josep@fluendo.com>
9841
9842         * common/m4/gst-error.m4:
9843         Disable warning of statement not reached on Forte.
9844         * gst/gstmessage.h:
9845         Fix warning on Forte (value doesn't fit on enumeration).
9846         * libs/gst/base/gstbasesink.c: (gst_base_sink_chain_unlocked):
9847         Fix warning on Forte (value doesn't fit on enumeration).
9848         * libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_thread):
9849         DEBUG macro says it takes minimum of 2 args and so Forte
9850         complains about the use with just 1 arg.
9851         * plugins/elements/gstfdsink.c:
9852         * plugins/elements/gstfdsrc.c:
9853         * plugins/elements/gstfilesink.c:
9854         * plugins/elements/gstfilesrc.c:
9855         Use correct return type for the uri handler implementations.
9856
9857         All these fix warnings in Forte.  Fixes bug #360860.
9858
9859 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
9860
9861         * gst/gstelement.h:
9862           gcc versions prior to gcc 3.3 apparently complain about a NULL printf
9863           format string, so don't use G_GNUC_PRINTF for those versions.
9864
9865 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
9866
9867         * gst/gsttaglist.c: (gst_is_tag_list):
9868         * gst/gsttaglist.h:
9869           Minor fixes to GST_IS_TAG_LIST and gst_is_tag_list().
9870
9871         * tests/check/gst/gsttag.c: (GST_START_TEST), (gst_tag_suite):
9872           Small test for the above.
9873
9874 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
9875
9876         * gst/gsttaglist.h:
9877           Less tabs, more spaces.
9878
9879 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
9880
9881         * gst/gstinfo.h:
9882           Those two function declarations do actually belong there, revert
9883           commit from yesterday that turned them intro macros.
9884
9885 2006-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9886
9887         Patch by: Josep Torra Valles <josep@fluendo.com>
9888
9889         * gst/gst.c: (gst_init_get_option_group):
9890         Fix empty declaration and type mismatch.
9891         * gst/gstbin.c: (gst_bin_change_state_func):
9892         Fix type mismatch.
9893         * gst/gstelement.c: (gst_element_continue_state),
9894         (gst_element_set_state_func), (gst_element_change_state),
9895         (gst_element_change_state_func):
9896         Fix type mismatches.
9897         * gst/gstinfo.c: (gst_debug_compare_log_function_by_func),
9898         (gst_debug_remove_log_function), (_gst_debug_nameof_funcptr):
9899         Cast as appropriate.
9900         * gst/gstobject.c: (gst_class_signal_connect):
9901         Cast as appropriate.  The function pointer parameter really
9902         has the wrong type but would break API if we change it.
9903         * gst/gstquery.c:
9904         Fix redefinition of _FILE_OFFSET_BITS caused on Solaris wrt
9905         order of including string.h.
9906         * gst/gstutils.c: (gst_element_state_get_name):
9907         Remove unreachable line.
9908         * gst/gstxml.c: (gst_xml_parse_doc):
9909         Fix type mismatch.
9910         All these caught by Forte.
9911
9912 2006-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9913
9914         Patch by: Josep Torra Valles <josep@fluendo.com>
9915
9916         * common/m4/gst-error.m4:
9917         Fixed bug #360151.
9918         We need to disable warnings on Forte for empty declarations
9919         due to gst-indent adding ;s to lines that just use macros
9920         where the macro actually doesn't need a ; at end to end
9921         statement.
9922
9923 2006-10-06  Wim Taymans  <wim@fluendo.com>
9924
9925         * plugins/elements/gstfilesink.c: (gst_file_sink_open_file),
9926         (gst_file_sink_close_file), (gst_file_sink_event),
9927         (gst_file_sink_render):
9928         Add some FIXME for the NEWSEGMENT handling.
9929
9930 2006-10-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9931
9932         * gst/parse/grammar.y:
9933         Remove static function gst_parse_element_lock as all it does
9934         is return.  Looks like cruft from 0.8.
9935
9936 2006-10-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9937
9938         Patch by: Josep Torra Valles <josep@fluendo.com>
9939
9940         * common/m4/gst-error.m4:
9941         * configure.ac:
9942         * libs/gst/net/Makefile.am:
9943         Fix a compilation issue with Forte on Solaris.  inet_aton is in
9944         libresolv.
9945
9946 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
9947
9948         * gst/gstpad.c: (pre_activate):
9949         * gst/gstregistry.c: (gst_registry_scan_path_level):
9950         * gst/gstregistryxml.c: (load_plugin):
9951         * libs/gst/controller/gstcontroller.c:
9952         (gst_controlled_property_set_interpolation_mode):
9953         * libs/gst/dataprotocol/dataprotocol.c:
9954         (gst_dp_packet_from_event_1_0):
9955         * libs/gst/net/gstnetclientclock.c:
9956         (gst_net_client_clock_observe_times):
9957         * plugins/elements/gstfdsrc.c: (gst_fd_src_create):
9958           Printf fixes.
9959
9960 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
9961
9962         * configure.ac:
9963         * docs/gst/gstreamer-sections.txt:
9964         * gst/gstconfig.h.in:
9965         * gst/gstelement.h:
9966         * gst/gstinfo.h:
9967           Add GST_USING_PRINTF_EXTENSION to gstconfig.h so that we know
9968           whether we can use G_GNUC_PRINTF in other header files and at
9969           least check the printf format/arguments of debug messages and
9970           GST_ELEMENT_ERROR messages when the printf extension is not
9971           being used.
9972           Replace more tabs with spaces in gstinfo.h and remove two spurious
9973           function declarations in GST_DISABLE_DEBUG part with macros.
9974
9975 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
9976
9977         * gst/gstbus.c: (gst_bus_class_init), (gst_bus_post):
9978           More docs for the sync-message signal (mention that it is not
9979           emitted by default); log message structures of messages posted on
9980           the bus as well.
9981
9982 2006-10-03  Jan Schmidt  <thaytan@mad.scientist.com>
9983
9984         * gst/gst.c: (ensure_current_registry_forking):
9985         Use a pipe pair to receive status results from the forked child, and
9986         ignore the result from waitpid. Fixes #355499
9987
9988 2006-10-02  Wim Taymans  <wim@fluendo.com>
9989
9990         * tests/check/gst/gstghostpad.c: (GST_START_TEST),
9991         (gst_ghost_pad_suite):
9992         Fix leak in check.
9993
9994 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
9995
9996         * gst/gstpad.c:
9997           Add 'Since: 0.10.11' to gst_pad_is_blocking() gtk-doc blurb.
9998
9999 2006-10-02  Edward Hervey  <edward@fluendo.com>
10000
10001         * docs/design/part-block.txt:
10002         Further explain the use of flushing on blocked pads.
10003         * docs/gst/gstreamer-sections.txt:
10004         * gst/gstpad.c: (gst_pad_is_blocking), (handle_pad_block),
10005         (gst_pad_push_event):
10006         * gst/gstpad.h:
10007         Added new GstPadFlag : GST_PAD_BLOCKING.
10008         Adds the notion of pads really blocking, which enables to properly
10009         handle FLUSH_START/FLUSH_STOP events on blocked pads.
10010         Fixes #358999
10011         API: gst_pad_is_blocking()
10012         API: GST_PAD_IS_BLOCKING() macro
10013         API: GST_PAD_BLOCKING GstPadFlag
10014         
10015 2006-10-02  Wim Taymans  <wim@fluendo.com>
10016
10017         Patch by: mrcgran <mrc.gran at gmail dot com>
10018
10019         * gst/gstghostpad.c: (gst_proxy_pad_do_getcaps):
10020         Filter the proxied caps against the padtemplate if we have one.
10021
10022         * gst/gstquery.c: (gst_query_new_segment):
10023         Add include for gstinfo.h so that compilation with
10024         -DGST_DISABLE_GST_DEBUG works again. Fixes #358436.
10025
10026 2006-10-02  Wim Taymans  <wim@fluendo.com>
10027
10028         Patch by: Alessandro Decina  <alessandro at nnva org>
10029
10030         * plugins/elements/gstfilesink.c: (gst_file_sink_init),
10031         (gst_file_sink_set_location), (gst_file_sink_open_file),
10032         (gst_file_sink_close_file), (gst_file_sink_event),
10033         (gst_file_sink_render):
10034         Set file to NULL when closing filesink so that we can set a new filename
10035         in READY. Fixes #358613.
10036
10037 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
10038
10039         Patch by: Alessandro Decina  <alessandro at nnva org>
10040
10041         * gst/gstevent.c: (_gst_event_copy):
10042           Fix gst_mini_object_make_writable() and gst_event_copy() for events
10043           with event structures by setting the parent refcount address of the
10044           copied structure to the address of the refcount member of the newly
10045           copied event rather than the address of the refcount member of the
10046           original event. Fixes #358737.
10047
10048         * tests/check/gst/gstevent.c: (GST_START_TEST):
10049           Unit test for the above.
10050
10051 2006-09-29  Stefan Kost  <ensonic@users.sf.net>
10052
10053         * docs/design/Makefile.am:
10054           Dist some more files.
10055
10056 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
10057
10058         * tests/check/libs/controller.c: (GST_START_TEST),
10059         (gst_controller_suite):
10060           Add test for the previous fix; add some more tests
10061           for correct refcounting behaviour; fix a few leaks
10062           in test cases; call gst_controller_init() at start
10063           of all tests.
10064
10065 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
10066
10067         * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist),
10068         (gst_controller_set_from_list):
10069           Don't g_return_val_if_fail() on timed values with invalid timestamps
10070           inside a critical section without unlocking the mutex. Spotted by
10071           René Stadler. (#357617)
10072           Also, fix up refcounting properly: when returning an existing
10073           controller, we should increase the reference only once and not
10074           once per property and when trying to control a property again
10075           we should also increase the refcount.
10076
10077 2006-09-29  Wim Taymans  <wim@fluendo.com>
10078
10079         * libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_thread):
10080         * libs/gst/net/gstnettimeprovider.c:
10081         (gst_net_time_provider_thread):
10082         Stop reading commands when EOF as well.
10083
10084         * plugins/elements/gstfakesink.c: (gst_fake_sink_class_init):
10085         * plugins/elements/gstfakesrc.c: (gst_fake_src_class_init):
10086         * plugins/elements/gstidentity.c: (gst_identity_class_init):
10087         Unify description of the dump property.
10088
10089 2006-09-28  Jan Schmidt  <thaytan@mad.scientist.com>
10090
10091         * tests/examples/manual/.cvsignore:
10092         OK, so it's actually cvsignore that needs changing. Stop laughing.
10093
10094 2006-09-28  Jan Schmidt  <thaytan@mad.scientist.com>
10095
10096         * tests/examples/manual/Makefile.am:
10097         Gah, declare vars *before* using them
10098
10099 2006-09-28  Jan Schmidt  <thaytan@mad.scientist.com>
10100
10101         * gst/gst.c: (init_pre), (scan_and_update_registry),
10102         (ensure_current_registry_nonforking),
10103         (ensure_current_registry_forking), (ensure_current_registry),
10104         (init_post), (gst_debug_help), (gst_deinit):
10105         * gst/gst_private.h:
10106         * gst/gstregistry.c: (gst_registry_finalize),
10107         (gst_registry_remove_features_for_plugin_unlocked),
10108         (gst_registry_remove_plugin), (gst_registry_scan_path_level),
10109         (gst_registry_scan_path),
10110         (_priv_gst_registry_remove_cache_plugins),
10111         (_priv_gst_registry_cleanup):
10112         * gst/gstregistry.h:
10113         Re-commit the registry changes, along with an extra fix:
10114           When a cached plugin is encountered at a different file path,
10115           update the stored path in the registry cache so that the parent
10116           process knows where it actually is now when it re-reads the registry
10117           cache. Fixes the thing that broke distcheck with the previous commit.
10118
10119         * tests/check/Makefile.am:
10120         Clean up files named 'core' too when running make clean.
10121
10122         * tests/examples/manual/Makefile.am:
10123         Set up a registry path for running these tests, and clean it properly
10124         for distcheck.
10125
10126 2006-09-28  Jan Schmidt  <thaytan@mad.scientist.com>
10127
10128         * configure.ac:
10129         Don't pull in gmodule-2.0.pc as a dependency in our .pc files - we
10130         want gmodule-no-export-2.0.pc instead so that we don't drag in
10131         --export-dynamic on every project that links to GStreamer.
10132
10133         Also, make our export regex only match the start of symbols, rather 
10134         than any symbol that contains '_gst' somewhere.
10135
10136         * libs/gst/check/Makefile.am:
10137         The libgstcheck we build does however need export-dynamic, as it
10138         produces some symbols that don't match our _gst... style regex.
10139         Fixes: #318031
10140
10141 2006-09-27  Jan Schmidt  <thaytan@mad.scientist.com>
10142
10143         * gst/gst.c: (init_pre), (scan_and_update_registry),
10144         (ensure_current_registry_nonforking),
10145         (ensure_current_registry_forking), (ensure_current_registry),
10146         (init_post), (gst_debug_help), (gst_deinit):
10147         * gst/gst_private.h:
10148         * gst/gstregistry.c: (gst_registry_finalize),
10149         (gst_registry_remove_plugin), (gst_registry_scan_path_level),
10150         (gst_registry_scan_path), (_gst_registry_remove_cache_plugins),
10151         (_gst_registry_cleanup):
10152         * gst/gstregistry.h:
10153           Revert previous change until I figure out why it breaks distcheck.
10154
10155 2006-09-27  Jan Schmidt  <thaytan@mad.scientist.com>
10156
10157         * gst/gst.c: (init_pre), (scan_and_update_registry),
10158         (ensure_current_registry_nonforking),
10159         (ensure_current_registry_forking), (ensure_current_registry),
10160         (init_post), (gst_debug_help), (gst_deinit):
10161
10162           Make init_pre and init_post take the full complement of GOptionFunc
10163           args so they can return useful GErrors. Make the registry updating
10164           functions do so.
10165
10166           Call _priv_gst_registry_remove_cache_plugins after scanning files to
10167           ensure that the registry we're about to write out doesn't contain
10168           stale information about old-deleted plugin files.
10169
10170           Make _priv_gst_registry_remove_cache_plugins return a boolean so
10171           that deletion of plugin files is considered a registry change.
10172
10173         * gst/gst_private.h:
10174         * gst/gstregistry.c: (gst_registry_finalize),
10175         (gst_registry_remove_features_for_plugin_unlocked),
10176         (gst_registry_remove_plugin), (gst_registry_scan_path_level),
10177         (gst_registry_scan_path),
10178         (_priv_gst_registry_remove_cache_plugins),
10179         (_priv_gst_registry_cleanup):
10180         * gst/gstregistry.h:
10181         Rename _gst_registry_remove_cache_plugins and _gst_registry_cleanup
10182         by adding _priv prefix, so that they won't appear in the global
10183         symbol table. They still do atm though because of #318031. Move the
10184         prototypes to gst_private.h
10185
10186         When removing a plugin, remove all features for that plugin too. 
10187         Fixes #340878.
10188
10189 2006-09-27  Wim Taymans  <wim@fluendo.com>
10190
10191         * docs/random/moving-plugins:
10192         Make it clear that the "compiled-in descriptions" really mean
10193         the element details.
10194
10195         * libs/gst/base/gstbasesink.c: (gst_base_sink_commit_state),
10196         (gst_base_sink_wait_preroll):
10197         Update docs.
10198
10199         * docs/libs/gstreamer-libs-sections.txt:
10200         * libs/gst/base/gstbasesrc.c: (gst_base_src_wait_playing),
10201         (gst_base_src_get_range), (gst_base_src_activate_push):
10202         * libs/gst/base/gstbasesrc.h:
10203         Added function to block while waiting for PLAYING, this function
10204         is used by live sources that block on the clock.
10205         API: gst_base_src_wait_playing()
10206
10207 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
10208
10209         Patch by: Peter Kjellerstedt <pkj at axis com>
10210
10211         * Makefile.am:
10212           gst-element-check.m4 is generated and should therefore be
10213           copied from the build dir rather than the source dir (#357593).
10214           'make distcheck' hasn't noticed this because we were disting
10215           the file as well, so stop doing that.
10216
10217 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
10218
10219         * tests/check/gst/gstcaps.c: (GST_START_TEST), (gst_caps_suite):
10220           Add some tests for gst_caps_intersect().
10221
10222         * tools/gst-launch.c: (event_loop):
10223           Print all buffering percentages we get, even the 100% one.
10224
10225 2006-09-26  Wim Taymans  <wim@fluendo.com>
10226
10227         * tools/gst-inspect.c: (print_element_properties_info),
10228         (print_signal_info):
10229         Fix printing of flags to match the look of enums.
10230
10231 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
10232
10233         * gst/gstelementfactory.c:
10234           Fix typo in docs blurb.
10235
10236 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
10237
10238         * gst/gsturi.c: (search_by_entry):
10239           Don't assert/crash here if a uri handler doesn't return any
10240           supported protocols. The list of protocols could be generated
10241           dynamically at runtime or at plugin registration, and an error
10242           in the underlying library shouldn't be fatal (#353301).
10243
10244 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
10245
10246         * gst/gstinfo.c:
10247           Fix warning if HAVE_PRINTF_EXTENSION is undefined
10248           (spotted by Peter Kjellerstedt).
10249
10250 2006-09-23  Wim Taymans  <wim@fluendo.com>
10251
10252         Based on patch by: Antoine Tremblay <hexa00 at gmail dot com>
10253
10254         * libs/gst/base/gstbasesrc.c:
10255         (gst_base_src_default_check_get_range), (gst_base_src_start),
10256         (gst_base_src_activate_push), (gst_base_src_activate_pull),
10257         (gst_base_src_change_state):
10258         Match _start/_stop calls in the activate functions. Remove redundant
10259         _stop call from the state change function. Fixes #356910.
10260         Turn failure DEBUG into ERROR. 
10261
10262 2006-09-22  Wim Taymans  <wim@fluendo.com>
10263
10264         * docs/design/part-buffering.txt:
10265         * gst/gstmessage.c: (gst_message_new_buffering),
10266         (gst_message_parse_buffering):
10267         Update docs about buffering.
10268
10269         * docs/design/part-trickmodes.txt:
10270         Fix typo.
10271
10272 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
10273
10274         * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist),
10275         (gst_controller_new_list):
10276           Ref instances when returning them again (fixes #357180)
10277
10278 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
10279
10280         * gst/gstghostpad.c: (gst_ghost_pad_set_target):
10281           Don't forget to release proxy lock when there's an error.
10282
10283 2006-09-20  Jan Schmidt  <thaytan@mad.scientist.com>
10284
10285         * gst/gstcaps.h:
10286           Add extra initialisers for Caps things, to fix some plugin warnings
10287           when using -Wextra
10288
10289 2006-09-18  Wim Taymans  <wim@fluendo.com>
10290
10291         * gst/gstghostpad.c: (gst_ghost_pad_new_full):
10292           Also set template on the internal pad so that a getcaps from the 
10293           target pad returns the template caps.
10294
10295 2006-09-18  Wim Taymans  <wim@fluendo.com>
10296
10297         * gst/gstelement.c: (gst_element_post_message),
10298         (gst_element_dispose):
10299         Use _DEBUG_OBJECT some more.
10300
10301         * libs/gst/base/gstbasesrc.c: (gst_base_src_loop):
10302         Avoid typechecks.
10303
10304         * tools/gst-launch.c: (main):
10305         If the toplevel element is not a GstPipeline, it must be put in a
10306         pipeline so that a bus and clock is selected.
10307
10308 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
10309
10310         * libs/gst/base/gstbasesrc.c: (gst_base_src_default_query):
10311           JITTER, RATE, and LATENCY query should be handled by the
10312           default case and not by the CONVERT query code.
10313
10314 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
10315
10316         * gst/gstformat.c: (gst_format_register):
10317           Fix locking order (must take lock before using n_values).
10318
10319         * gst/gstvalue.c: (gst_value_serialize_enum),
10320         (gst_value_deserialize_enum_iter_cmp),
10321         (gst_value_deserialize_enum):
10322           Fix serialisation/deserialisation of custom registered GstFormats.
10323
10324         * tests/check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
10325           Unit test for custom format serialisation/deserialisation.
10326
10327 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
10328
10329         * docs/pwg/building-boiler.xml:
10330         * plugins/elements/gstcapsfilter.c:
10331         More G_OBJECT macro fixing. Also Fix some details on the plugin-stamp
10332         section.
10333
10334 2006-09-16  Edward Hervey  <edward@fluendo.com>
10335
10336         * libs/gst/base/gstbasetransform.c:
10337         (gst_base_transform_buffer_alloc):
10338         Check if requested caps are the same as the sinks caps IF
10339         ->have_same_caps is TRUE. If they are not, act as if have_same_caps
10340         is FALSE.
10341         This fixes the renegotiation issues stated in #352827.
10342
10343 2006-09-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10344
10345         * configure.ac:
10346         * docs/manual/advanced-autoplugging.xml:
10347         * tests/examples/Makefile.am:
10348         * tests/examples/manual/.cvsignore:
10349         * tests/examples/manual/Makefile.am:
10350         * tests/examples/manual/extract.pl:
10351           Extract the manual examples again like we used to do.
10352           Fix one of them.
10353
10354 2006-09-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10355
10356         * win32/common/config.h:
10357           update for version
10358
10359 2006-09-16  Stefan Kost  <ensonic@users.sf.net>
10360
10361         * gst/gsterror.c:
10362           Documents how to receive errors.
10363
10364 2006-09-15  Wim Taymans  <wim@fluendo.com>
10365
10366         * tools/gst-launch.c: (sigint_handler_sighandler), (check_intr),
10367         (event_loop), (main):
10368         Added some comments here and there.
10369         Post an application message when an interrupt is caught instead of doing
10370         an uncontrolled state change.
10371         Clean up the event loop.
10372         Handle buffering messages, pause/resume the pipeline.
10373         Make shutdown because of an interrupt more reliable.
10374
10375 2006-09-15  Wim Taymans  <wim@fluendo.com>
10376
10377         * libs/gst/base/gstbasesink.c: (gst_base_sink_commit_state),
10378         (gst_base_sink_wait_preroll), (gst_base_sink_do_sync),
10379         (gst_base_sink_preroll_object):
10380         Make sure that our internal state is correct when we commit our state
10381         asynchronously. This solves a race where a state change to PLAYING
10382         could cause the sink to remain blocked in preroll in some situations.
10383
10384 2006-09-15  Wim Taymans  <wim@fluendo.com>
10385
10386         * tools/gst-inspect.c: (print_element_properties_info),
10387         (print_signal_info):
10388         List flags as hex so it's easier to deal with.
10389
10390 2006-09-15  Wim Taymans  <wim@fluendo.com>
10391
10392         * docs/libs/gstreamer-libs-sections.txt:
10393         * libs/gst/base/gstbasesink.c: (gst_base_sink_wait_preroll),
10394         (gst_base_sink_do_sync):
10395         * libs/gst/base/gstbasesink.h:
10396         Expose logic to wait for preroll so that subclasses such as audiosink
10397         can also use this method.
10398         API: gst_base_sink_wait_preroll()
10399
10400 2006-09-15  Wim Taymans  <wim@fluendo.com>
10401
10402         * gst/gstobject.c: (gst_object_set_parent):
10403         * gst/gstpipeline.c: (do_pipeline_seek):
10404         Small cleanups in docs and code.
10405
10406         * gst/gstsegment.c: (gst_segment_clip):
10407         * tests/check/gst/gstsegment.c: (GST_START_TEST):
10408         if stop == start and start is in the segment, no clipping should be
10409         done. Also add a test for this.
10410
10411 2006-09-15  Wim Taymans  <wim@fluendo.com>
10412
10413         * docs/design/part-buffering.txt:
10414         * docs/gst/gstreamer-sections.txt:
10415         * gst/gstmessage.c: (gst_message_new_buffering),
10416         (gst_message_parse_buffering):
10417         * gst/gstmessage.h:
10418         Added methods to create and parse BUFFERING messages.
10419         Added preliminary docs about buffering.
10420         API: gst_message_new_buffering
10421         API: gst_message_parse_buffering
10422
10423 2006-09-06  Wim Taymans  <wim@fluendo.com>
10424
10425         * gst/gstbin.c:
10426         Update documentation.
10427
10428         * gst/gstelement.c: (gst_element_class_init),
10429         (gst_element_release_request_pad), (gst_element_set_clock),
10430         (gst_element_get_index), (gst_element_add_pad),
10431         (gst_element_remove_pad), (gst_element_get_random_pad),
10432         (gst_element_send_event), (gst_element_get_query_types),
10433         (gst_element_query), (gst_element_post_message),
10434         (gst_element_message_full), (gst_element_continue_state),
10435         (gst_element_lost_state), (gst_element_save_thyself),
10436         (gst_element_restore_thyself):
10437         Documentation updates.
10438         Rename last bit of the new-pad -> pad-added signal rename.
10439         Fix the case where an element query would only work if the source
10440         pad was linked.
10441         Avoid some useless type checking in message handling.
10442
10443         * gst/gstevent.c:
10444         * gst/gstevent.h:
10445         * gst/gstutils.c:
10446         Documentation updates.
10447
10448 2006-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10449
10450         * plugins/elements/gstfdsrc.c: (gst_fd_src_update_fd):
10451           add an INFO line for when we actually update the fd
10452
10453 2006-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10454
10455         * configure.ac:
10456           back to TRUNK
10457
10458 === release 0.10.10 ===
10459
10460 2006-09-14  Thomas Vander Stichele <thomas at apestaart dot org>
10461
10462         * configure.ac:
10463           releasing 0.10.10, "Pais"
10464
10465 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
10466
10467         * docs/manual/advanced-position.xml:
10468           Fix typo in sample code.
10469
10470 2006-09-05  Wim Taymans  <wim@fluendo.com>
10471
10472         * libs/gst/net/gstnetclientclock.c: (inet_aton),
10473         (gst_net_client_clock_init), (gst_net_client_clock_finalize),
10474         (gst_net_client_clock_do_select), (gst_net_client_clock_new):
10475         * libs/gst/net/gstnetclientclock.h:
10476         * libs/gst/net/gstnettimepacket.c: (gst_net_time_packet_send):
10477         * libs/gst/net/gstnettimepacket.h:
10478         * libs/gst/net/gstnettimeprovider.c: (inet_aton),
10479         (gst_net_time_provider_init), (gst_net_time_provider_finalize),
10480         (gst_net_time_provider_thread), (gst_net_time_provider_new):
10481         * libs/gst/net/gstnettimeprovider.h:
10482         Make stuff compile on windows. Fixes #345295.
10483
10484 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
10485
10486         * gst/gst.c: (ensure_current_registry_forking):
10487           Print better details when child was terminated by signal.
10488
10489 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
10490
10491         * gst/gstregistryxml.c: (gst_registry_xml_save_feature):
10492           Print a warning rather than g_assert() if a plugin feature
10493           is a URI handler but returns no protocols (#353976).
10494
10495 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
10496
10497         * docs/random/moving-plugins:
10498         Fix two typos.         
10499
10500 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
10501
10502         * gst/gstinfo.c: (_gst_debug_nameof_funcptr):
10503           Fix locking order, handle NULL function values properly.
10504
10505         * gst/gstinfo.h:
10506           Fix docs.
10507
10508         * gst/gstpad.c: (gst_pad_buffer_alloc_unchecked):
10509           Initialise variable before using it and fix debug statement to
10510           print the address of the function rather than the address of the
10511           variable on the stack holding the address of the function.
10512
10513 2006-09-01  Wim Taymans  <wim@fluendo.com>
10514
10515         * gst/gstghostpad.c: (gst_proxy_pad_do_event),
10516         (gst_proxy_pad_do_bufferalloc), (gst_proxy_pad_do_chain),
10517         (gst_proxy_pad_do_getrange), (gst_proxy_pad_do_checkgetrange),
10518         (gst_proxy_pad_set_target_unlocked), (gst_ghost_pad_parent_set),
10519         (gst_ghost_pad_parent_unset),
10520         (gst_ghost_pad_internal_do_activate_push),
10521         (gst_ghost_pad_internal_do_activate_pull),
10522         (gst_ghost_pad_do_activate_push), (gst_ghost_pad_do_activate_pull),
10523         (gst_ghost_pad_do_link), (gst_ghost_pad_do_unlink),
10524         (gst_ghost_pad_init), (gst_ghost_pad_dispose),
10525         (gst_ghost_pad_new_full), (gst_ghost_pad_new_no_target),
10526         (gst_ghost_pad_new), (gst_ghost_pad_new_from_template),
10527         (gst_ghost_pad_new_no_target_from_template),
10528         (gst_ghost_pad_get_target), (gst_ghost_pad_set_target):
10529         More cleanups.
10530         Avoid needless typechecking in macros.
10531         Since the internal pad is always present and never changes, there is
10532         no need to locking or ref when retrieving it.
10533         Improve debugging a bit.
10534         Handle link errors when setting the target. Fixes #341029.
10535
10536 2006-09-01  Wim Taymans  <wim@fluendo.com>
10537
10538         * docs/libs/gstreamer-libs-sections.txt:
10539         * docs/plugins/gstreamer-plugins-sections.txt:
10540         Fix docs some more.
10541
10542         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_remove_pad),
10543         (gst_collect_pads_event):
10544         * libs/gst/base/gstcollectpads.h:
10545         Documentation updates.
10546         Free queued buffer when removing a pad.
10547
10548 2006-08-31  Michael Smith  <msmith@fluendo.com>
10549
10550         * gst/gstutils.c: (gst_element_link_pads),
10551         (gst_element_link_pads_filtered):
10552           Ensure that we set a capsfilter to NULL if we failed to link it
10553           when doing filtered linking, to avoid criticals.
10554
10555           No need to check for unreffing srcpad, which is explicly NULLed
10556           above (a trivial code cleanup).
10557
10558 2006-08-31  Wim Taymans  <wim@fluendo.com>
10559
10560         * docs/design/part-gstghostpad.txt:
10561         Update ascii art in documentation.
10562
10563         * gst/gstghostpad.c: (gst_proxy_pad_do_internal_link),
10564         (gst_proxy_pad_set_target_unlocked), (gst_proxy_pad_init),
10565         (gst_ghost_pad_parent_set), (gst_ghost_pad_parent_unset),
10566         (gst_ghost_pad_internal_do_activate_push),
10567         (gst_ghost_pad_internal_do_activate_pull),
10568         (gst_ghost_pad_do_activate_push), (gst_ghost_pad_do_activate_pull),
10569         (gst_ghost_pad_do_link), (gst_ghost_pad_do_unlink),
10570         (gst_ghost_pad_dispose), (gst_ghost_pad_new_full),
10571         (gst_ghost_pad_set_target):
10572         Small cleanups and leak fixes.
10573         Remove some checks now that the internal pad is never NULL.
10574         Fix the case where linking pads without a target would create nasty
10575         criticals. Fixes #341029.
10576         Don't assign a GstPadLinkReturn to a gboolean and mess up the return
10577         value of _set_target().
10578
10579         * tests/check/gst/gstghostpad.c: (GST_START_TEST),
10580         (gst_ghost_pad_suite):
10581         Some more tests for creating and linking untargeted ghostpads.
10582
10583 2006-08-31  Edward Hervey  <edward@fluendo.com>
10584
10585         * docs/gst/gstreamer-sections.txt:
10586         * gst/gstghostpad.c: (gst_proxy_pad_do_getcaps),
10587         (gst_proxy_pad_do_setcaps), (gst_proxy_pad_set_target_unlocked),
10588         (gst_proxy_pad_dispose), (gst_ghost_pad_new_full),
10589         (gst_ghost_pad_new_no_target), (gst_ghost_pad_new),
10590         (gst_ghost_pad_new_from_template),
10591         (gst_ghost_pad_new_no_target_from_template):
10592         * gst/gstghostpad.h:
10593         Refactored *_new() functions.
10594         Templates are now used as a g_object_new() parameter.
10595         Use template in _do_getcaps() if we don't have a target.
10596         Small documentation cleanups.
10597         Added two new constructors:
10598         gst_ghost_pad_new_from_template()
10599         gst_ghost_pad_new_no_target_from_template()
10600         * tests/check/gst/gstghostpad.c: (GST_START_TEST),
10601         (gst_ghost_pad_suite):
10602         Added tests for new ghostpad instanciation functions.
10603
10604         API additions: gst_ghost_pad_new_from_template,
10605         gst_ghost_pad_new_no_target_from_template
10606
10607 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
10608
10609         * docs/random/ensonic/profiling.txt:
10610           Ideas about qos profiling.
10611
10612 2006-08-29  Wim Taymans  <wim@fluendo.com>
10613
10614         * gst/gstcaps.c: (gst_caps_structure_is_subset_field):
10615         Code cleanups.
10616         Fix memleak.
10617
10618 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
10619
10620         * gst/gstxml.c:
10621           Improve and detypofy docs.
10622
10623         * tests/check/Makefile.am:
10624         * tests/check/gst/.cvsignore:
10625         * tests/check/gst/gstxml.c: (GST_START_TEST), (gst_xml_suite):
10626           Add a basic test suite for GstXML.
10627
10628 2006-08-29  Wim Taymans  <wim@fluendo.com>
10629
10630         * gst/gstelement.c: (activate_pads), (clear_caps),
10631         (iterator_activate_fold_with_resync), (gst_element_pads_activate):
10632         Clear the pad caps when the element shut down all of the pads and
10633         is not streaming data that could modify the caps. 
10634         Fixes #352958.
10635
10636 2006-08-28  Michael Smith  <msmith@fluendo.com>
10637
10638         * plugins/elements/gstidentity.c: (gst_identity_transform_ip):
10639           Revert previous change; I misunderstood single-segment mode.
10640
10641 2006-08-28  Michael Smith  <msmith@fluendo.com>
10642
10643         * plugins/elements/gstidentity.c: (gst_identity_transform_ip):
10644           Unset DISCONT on buffers when using single-segment mode.
10645
10646 2006-08-28  Wim Taymans  <wim@fluendo.com>
10647
10648         * gst/gstcaps.c: (gst_caps_merge_structure):
10649         * gst/gstcaps.h:
10650         Fix docs and indentation again.
10651
10652         * tests/check/gst/gstquery.c: (GST_START_TEST):
10653         Fix leak in tests and add some more tests.
10654
10655 2006-08-28  Edward Hervey  <edward@fluendo.com>
10656
10657         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times):
10658         Inform GstSegment of the last stop position in order for the current
10659         segment to have a proper duration if it doesn't have a specific stop
10660         position from which a duration could be calculated.
10661         This bug was noticeable when a non-flushing, non-update new segment was
10662         followed by another segment (all buffers from the new segment were being
10663         dropped).
10664
10665 2006-08-28  Wim Taymans  <wim@fluendo.com>
10666
10667         * libs/gst/base/gstbasesrc.c: (gst_base_src_perform_seek):
10668         Small comment update.
10669
10670         * plugins/elements/gstidentity.c: (gst_identity_class_init),
10671         (gst_identity_transform_ip):
10672         Drop-probability is broken, mention this in the code with a 
10673         FIXME and also in the property description.
10674         Make silent also be silent about the drop messages.
10675
10676 2006-08-28  Tim-Philipp Müller  <tim at centricular dot net>
10677
10678         * docs/manual/appendix-win32.xml:
10679           Remove mention of popt, we don't depend on that any
10680           longer (#353136). Add some comments pointing out that
10681           this section is slightly outdated.
10682
10683 2006-08-28  Wim Taymans  <wim@fluendo.com>
10684
10685         Patch by: Torsten Schoenfeld <kaffeetisch at gmx dot de>
10686
10687         * gst/gstquery.c: (gst_query_new_segment):
10688         * tests/check/gst/gstquery.c: (GST_START_TEST):
10689         Initialize variables when creating a new segment query.
10690         Fixes #353121.
10691
10692 2006-08-28  Wim Taymans  <wim@fluendo.com>
10693
10694         Patch by: Torsten Schoenfeld <kaffeetisch at gmx dot de>
10695
10696         * gst/gstelement.c: (gst_element_get_bus):
10697         * tests/check/gst/gstelement.c: (GST_START_TEST):
10698         Check for NULL before _reffing the bus. Fixes #353122.
10699
10700 2006-08-25  Tim-Philipp Müller  <tim at centricular dot net>
10701
10702         * docs/manual/basics-bus.xml:
10703           Docs update: fix wrong callback return value explanation; add
10704           some lines about the implicit relationship between main loop
10705           and main context; remove duplicate main loop variable declaration.
10706
10707 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
10708
10709         * tests/check/gst/gstcaps.c: (GST_START_TEST):
10710           Don't leak caps in unit test; add a few more simple
10711           checks. 
10712
10713 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
10714
10715         * docs/gst/gstreamer-sections.txt:
10716         * gst/gstcaps.c: (gst_caps_structure_is_subset_field),
10717         (gst_caps_structure_is_subset), (gst_caps_merge),
10718         (gst_caps_merge_structure):
10719         * gst/gstcaps.h:
10720         * libs/gst/base/gstbasetransform.c:
10721         (gst_base_transform_transform_caps):
10722         * tests/check/gst/gstcaps.c: (GST_START_TEST), (gst_caps_suite):
10723           implement caps merging (fixes #352580)
10724
10725 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
10726
10727         * tools/Makefile.am:
10728         * tools/gst-plot-timeline.py:
10729           add debug-log plotting developer tool (#340674)
10730
10731 2006-08-23  Wim Taymans  <wim@fluendo.com>
10732
10733         * gst/gstpad.c: (gst_pad_start_task), (gst_pad_pause_task),
10734         (gst_pad_stop_task):
10735         Improve debugging for task functions.
10736
10737         * gst/gsttask.c: (gst_task_func), (gst_task_set_lock),
10738         (gst_task_start), (gst_task_pause), (gst_task_join):
10739         Make sure that the task function started and finished after a 
10740         join(). 
10741         Don't try to push the task function on the threadpool multiple
10742         times.
10743         Improve the g_warning message with some useful suggestions
10744         about how to fix the problem. 
10745
10746 2006-08-23  Wim Taymans  <wim@fluendo.com>
10747
10748         * gst/gstutils.c: (gst_pad_proxy_getcaps):
10749         Handle RESYNC correctly in _proxy_getcaps.
10750
10751 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
10752
10753         * gst/gstxml.c: (gst_xml_dispose), (gst_xml_parse_file),
10754         (gst_xml_parse_memory), (gst_xml_get_element):
10755           Chain up to parent class in dispose function and also
10756           unref the elements in the toplevel_elements GList.
10757           Don't leak XmlDocPtr in _parse_file() and _parse_memory().
10758           Always return a reference in gst_xml_get_element() rather
10759           than only sometimes.
10760
10761         * tools/gst-launch.c: (xmllaunch_parse_cmdline):
10762           Don't leak GstXml object.
10763
10764 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
10765
10766         * docs/gst/gstreamer-sections.txt:
10767         * gst/gstcaps.c: (gst_structure_is_equal_foreach),
10768         (gst_caps_merge):
10769         * gst/gstcaps.h:
10770         * libs/gst/base/gstbasetransform.c:
10771         (gst_base_transform_transform_caps):
10772           API: Add gst_caps_merge() and use it in basetransform, fixes #345444
10773           in a better way
10774
10775 2006-08-21  Edward Hervey  <edward@fluendo.com>
10776
10777         * gst/gstxml.c: (gst_xml_class_init), (gst_xml_dispose):
10778         Implement GObject::dispose virtual method in GstXML so we can free the
10779         top_elements GList.
10780
10781 2006-08-21  Wim Taymans  <wim@fluendo.com>
10782
10783         * gst/gstbuffer.c: (gst_buffer_make_metadata_writable),
10784         (gst_buffer_create_sub):
10785         Copy duration/offset_end/caps when creating a subbuffer of the
10786         complete parent.
10787         Make the subbuffer read-only when we make the metadata writable for
10788         now. Fixes #351768.
10789
10790         * tests/check/gst/gstbuffer.c: (GST_START_TEST):
10791         Added check for metadata copy when creating subbuffers.
10792
10793 2006-08-21  Edward Hervey  <edward@fluendo.com>
10794
10795         * libs/gst/base/gstbasetransform.c:
10796         (gst_base_transform_buffer_alloc):
10797         Only call downstream buffer_alloc if transform element is passthrough
10798         or always_in_place. Closes #350449.
10799
10800 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
10801
10802         * ChangeLog:
10803           ChangeLog surgery to add comments to previous changes
10804
10805 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
10806
10807         * gst/gst.c:
10808           Add comments
10809
10810         * gst/gstpad.c: (gst_pad_set_active):
10811           Be more verbose in the log
10812
10813         * libs/gst/base/gstbasetransform.c:
10814         (gst_base_transform_transform_caps):
10815           Simplify caps to get rid of duplicates, fixes #345444
10816
10817 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
10818
10819         * gst/gstvalue.c:
10820         * gst/gstvalue.h:
10821           Use these optimizations only internally.
10822
10823 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
10824
10825         * gst/gstvalue.c: (gst_value_compare_list),
10826         (gst_value_compare_fraction_range),
10827         (gst_value_intersect_fraction_fraction_range),
10828         (gst_value_intersect_fraction_range_fraction_range),
10829         (gst_value_subtract_fraction_fraction_range),
10830         (gst_value_subtract_fraction_range_fraction_range),
10831         (gst_value_get_compare_func), (gst_value_compare),
10832         (gst_value_compare_with_func):
10833         * gst/gstvalue.h:
10834           Saves the expensive lookup of the compare function in many cases
10835          (#345444)
10836
10837 2006-08-18  Edward Hervey  <edward@fluendo.com>
10838
10839         * tests/check/gst/gstinfo.c: (gst_info_suite):
10840         Disable test that require gstdebug if it wasn't built in core.
10841
10842 2006-08-18  Stefan Kost  <ensonic@users.sf.net>
10843
10844         * docs/random/ensonic/logging.txt:
10845           update ideas
10846           
10847         * gst/gstinfo.c: (gst_debug_log_default):
10848           reorder fields, save some columns, add optional color codes for log
10849           levels
10850
10851 2006-08-18  Stefan Kost  <ensonic@users.sf.net>
10852
10853         * docs/random/ensonic/logging.txt:
10854           add ideas about making the logs a bit more useful
10855
10856 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
10857
10858         * docs/pwg/advanced-events.xml:
10859         * docs/pwg/titlepage.xml:
10860           Update for 0.10 API (#340627). Add myself
10861           to authors list.
10862
10863 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
10864
10865         * docs/libs/gstreamer-libs-docs.sgml:
10866         * docs/libs/gstreamer-libs-sections.txt:
10867         * libs/gst/check/gstbufferstraw.c:
10868           Make gstcheck stuff show up in docs (still needs to
10869           be documented properly though).
10870
10871 2006-08-16  Jan Schmidt  <thaytan@mad.scientist.com>
10872
10873         * docs/gst/gstreamer-sections.txt:
10874         * gst/Makefile.am:
10875         * gst/gst.c: (init_post):
10876         * gst/gst_private.h:
10877         * gst/gstquark.c: (_priv_gst_quarks_initialize):
10878         * gst/gstquark.h:
10879         * gst/gstquery.c: (gst_query_new_position),
10880         (gst_query_set_position), (gst_query_parse_position),
10881         (gst_query_new_duration), (gst_query_set_duration),
10882         (gst_query_parse_duration), (gst_query_new_convert),
10883         (gst_query_set_convert), (gst_query_parse_convert),
10884         (gst_query_new_segment), (gst_query_set_segment),
10885         (gst_query_parse_segment), (gst_query_new_seeking),
10886         (gst_query_set_seeking), (gst_query_parse_seeking):
10887         Add internal helpers for pre-registering quarks from static strings
10888         and using the quark values directly instead of looking them up when
10889         creating and parsing queries. Can be used for event construction too.
10890         Closes #350432.
10891
10892 2006-08-16  Wim Taymans  <wim@fluendo.com>
10893
10894         * gst/gstbin.c:
10895         Fix bogus docs.
10896
10897 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
10898
10899         * gst/gstutils.c: (gst_util_set_value_from_string):
10900           Fix memleak (#351502).
10901
10902         * tests/check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite):
10903           Add unit test for most of gst_util_set_value_from_string()
10904           (not that one would want to encourage use of this function).
10905
10906 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
10907
10908         * libs/gst/check/gstcheck.h:
10909           Use const gchar * variables in fail_unless_equals_string
10910           macro to avoid compiler warnings (and don't use tabs for
10911           indenting).
10912
10913 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
10914
10915         * tools/gst-launch.c: (print_tag):
10916           More space on the left for the tag names, to cater
10917           for the 'extended comment' tag (not touching the
10918           string for the first line since it's translated).
10919
10920 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
10921
10922         * libs/gst/check/gstcheck.h:
10923           Fix ASSERT_CRITICAL and ASSERT_WARNING macros to actually
10924           print something when they fail.
10925
10926 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
10927
10928         * docs/gst/gstreamer-sections.txt:
10929         * gst/gsttaglist.c: (_gst_tag_initialize):
10930         * gst/gsttaglist.h:
10931           API: add GST_TAG_EXTENDED_COMMENT (#350935).
10932           Also change merge function for GST_TAG_COMMENT to
10933           use_first.
10934
10935 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
10936
10937         * gst/gstinfo.c: (gst_debug_print_object):
10938           Make GST_PTR_FORMAT print messages as well.
10939
10940         * tests/check/gst/gstinfo.c: (printf_extension_log_func),
10941         (GST_START_TEST), (gst_info_suite):
10942           More tests.
10943
10944 2006-08-14  Edward Hervey  <edward@fluendo.com>
10945
10946         * gst/gstelementfactory.c: (gst_element_register):
10947         If the GstElementClass doesn't have a GstElementDetails with all fields
10948         filled up correctly (longname, description AND author), then error out
10949         nicely instead of crashing.
10950
10951 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
10952
10953         * gst/gststructure.c:
10954           Fix typo in docs and re-wrap docs blurb to not exceed 80 chars/line.
10955
10956         * gst/gstvalue.h:
10957           Expand on the difference between arrays and lists as we use them.
10958           
10959 2006-08-14  Wim Taymans  <wim@fluendo.com>
10960
10961         * libs/gst/base/gstbasesrc.c: (gst_base_src_change_state):
10962         If the parent state change function failed, don't assume we can safely
10963         stop the source, this will be done when the pads are deactivated.
10964
10965 2006-08-14  Wim Taymans  <wim@fluendo.com>
10966
10967         * gst/gstbuffer.c:
10968         * gst/gsttask.c: (gst_task_join):
10969         Small doc updates.
10970
10971         * gst/gstpad.c: (gst_pad_activate_pull), (gst_pad_activate_push),
10972         (gst_pad_stop_task):
10973         When pad (de)activation failed for some reason, restore the old
10974         activation mode and set the pad to flushing instead of assuming the
10975         pad is deactivated.
10976         If the _task_join() failed, reinstall the task on the pad so that it can
10977         be stopped later and return an error.
10978
10979 2006-08-11  Andy Wingo  <wingo@pobox.com>
10980
10981         * configure.ac:
10982         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packetizer_new):
10983         * tests/check/libs/gdp.c: (gst_dp_suite): GST_DISABLE_DEPRECATED
10984         is only for users of API that don't want to see deprecated
10985         functions in the headers; people that want to compile out
10986         deprecated code should pass -DGST_REMOVE_DEPRECATED into the
10987         CFLAGS. Fixes the build of multifdsink, or will soon..
10988
10989 2006-08-11  Wim Taymans  <wim@fluendo.com>
10990
10991         * docs/gst/gstreamer-sections.txt:
10992         Add GstClockClass vmethod docs.
10993
10994         * gst/gstcaps.h:
10995         Mark #endif with comment for associated #if
10996
10997         * gst/gstclock.c: (gst_clock_id_wait):
10998         * gst/gstclock.h:
10999         Add vmethod wait_jitter to avoid an unneeded _get_time() for
11000         most clock implementations.
11001         Document vmethods.
11002         Flesh out docs about resolution methods.
11003         API: GstClockClass::wait_jitter
11004
11005         * gst/gstsystemclock.c: (gst_system_clock_class_init),
11006         (gst_system_clock_async_thread),
11007         (gst_system_clock_id_wait_jitter_unlocked),
11008         (gst_system_clock_id_wait_jitter):
11009         Use base class wait_jitter variant for improved performance
11010         due to less clock polling.
11011
11012 2006-08-11  Edward Hervey  <edward@fluendo.com>
11013
11014         * gst/gst.c: (gst_init_check), (init_post):
11015         Set gst as being initialized before scanning/updating the registry,
11016         since there might be my python plugin loader that calls gst_init() and
11017         we don't want to loop back in.
11018         Closes #350879
11019
11020 2006-08-11  Wim Taymans  <wim@fluendo.com>
11021
11022         * docs/design/part-qos.txt:
11023         Bring docs in line with the code. Mostly the sign of the jitter was
11024         wrong in the docs. Fixes #349943.
11025
11026         * gst/gstclock.c:
11027         Fix the docs for the jitter.
11028
11029         * gst/gstevent.c: (gst_event_new_custom), (gst_event_new_tag),
11030         (gst_event_parse_tag), (gst_event_new_buffer_size),
11031         (gst_event_parse_buffer_size), (gst_event_parse_qos),
11032         (gst_event_new_seek), (gst_event_parse_seek),
11033         (gst_event_new_navigation):
11034         Make sure the GstStructure has no parent when creating custom
11035         events.
11036         Add some more argument checking so that we avoid 0.0 rates.
11037         Flesh out the docs for the QoS event some more.
11038
11039 2006-08-11  Wim Taymans  <wim@fluendo.com>
11040
11041         * docs/gst/gstreamer-sections.txt:
11042         * gst/gst.c: (gst_init_get_option_group), (gst_init_check),
11043         (ensure_current_registry_forking), (ensure_current_registry),
11044         (parse_one_option), (parse_goption_arg), (gst_deinit),
11045         (gst_registry_fork_is_enabled), (gst_registry_fork_set_enabled):
11046         * gst/gst.h:
11047         Doc updates.
11048         Added API and command line option to disable registry forking in
11049         addition to the environment variable.
11050         Constify some static arrays.
11051         Added some more debug.
11052         Don't deinit twice.
11053         API: gst_registry_fork_is_enabled()
11054         API: gst_registry_fork_set_enabled()
11055         API: --gst-disable-registry-fork command line option
11056         Fixes #348918.
11057
11058 2006-08-11  Tim-Philipp Müller  <tim at centricular dot net>
11059
11060         * gst/gst.c: (gst_init):
11061           Fix typo in error message.
11062
11063 2006-08-10  Stefan Kost  <ensonic@users.sf.net>
11064
11065         * libs/gst/controller/gstcontroller.h:
11066           fix ABI size-correction
11067
11068         * tests/check/libs/gdp.c: (gst_dp_suite):
11069           make tests that use deprecated API conditional
11070
11071 2006-08-10  Stefan Kost  <ensonic@users.sf.net>
11072
11073         * docs/libs/gstreamer-libs-sections.txt:
11074         * libs/gst/controller/gstcontroller.c:
11075         (_gst_controller_get_property), (_gst_controller_set_property),
11076         (_gst_controller_init), (_gst_controller_class_init):
11077         * libs/gst/controller/gstcontroller.h:
11078         * libs/gst/controller/gsthelper.c: (gst_object_get_control_rate),
11079         (gst_object_set_control_rate):
11080           API: add gst_object_{s,g}et_control_rate(), add private data section,
11081           fix docs
11082
11083         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packetizer_new):
11084         * libs/gst/dataprotocol/dataprotocol.h:
11085           add deprecation guards to make gtk-doc happy and allow disabling cruft
11086
11087 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
11088
11089         * tests/check/Makefile.am:
11090         * tests/check/gst/.cvsignore:
11091           Let's enable the new unit test as well.
11092
11093 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
11094
11095         * configure.ac:
11096         * docs/gst/gstreamer-sections.txt:
11097         * gst/gstconfig.h.in:
11098         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_segment),
11099         (_gst_info_printf_extension_ptr),
11100         (_gst_info_printf_extension_segment):
11101           API: add GST_SEGMENT_FORMAT, which is a printf extension we
11102           register that lets us easily dump GstSegments into debug
11103           logs (#350419).
11104
11105         * tests/check/gst/gstinfo.c: (segment_printf_extension_log_func),
11106         (info_segment_format_printf_extension), (gst_info_suite):
11107           Add simple unit test that logs a bunch of different segments (not
11108           valgrinded at the moment because of leaks in
11109           gst_debug_add_log_function).
11110
11111 2006-08-09  Edward Hervey  <edward@fluendo.com>
11112
11113         * libs/gst/base/gstbasetransform.c:
11114         (gst_base_transform_buffer_alloc):
11115         Even if we can't figure out the proper format to request downstream,
11116         call buffer_alloc() downstream with the input parameters without setting
11117         the caps on the srcpad. This will force negotiation in the chain
11118         function.
11119         Closes #350449
11120
11121 2006-08-08  Edward Hervey  <edward@fluendo.com>
11122
11123         * gst/gstghostpad.c: (gst_ghost_pad_do_unlink):
11124         Unlinking from a pad without a target is now a perfectly valid case
11125         which should NOT raise an assertion.
11126         This case would happen if a linked ghostpad its target set to NULL after
11127         it was previously linked.
11128
11129 2006-08-08  Edward Hervey  <edward@fluendo.com>
11130
11131         * tests/check/libs/gdp.c:
11132         Also comment out the test (see below).
11133
11134 2006-08-08  Edward Hervey  <edward@fluendo.com>
11135
11136         * tests/check/libs/gdp.c: (gst_dp_suite):
11137         Use the architecture information from config.h and not gcc macros
11138         in order to properly disable a test that fails on PPC64.
11139
11140 2006-08-04  Tim-Philipp Müller  <tim at centricular dot net>
11141
11142         * gst/gstelement.c: (gst_element_remove_pad):
11143           Don't crash printing the warning if the pad has no parent.
11144
11145 2006-08-02  Wim Taymans  <wim@fluendo.com>
11146
11147         * libs/gst/dataprotocol/dataprotocol.c:
11148         (gst_dp_header_from_buffer_any), (gst_dp_packet_from_caps_any),
11149         (gst_dp_crc), (gst_dp_header_payload_length),
11150         (gst_dp_header_payload_type), (gst_dp_packet_from_event),
11151         (gst_dp_packet_from_event_1_0), (gst_dp_buffer_from_header),
11152         (gst_dp_caps_from_packet), (gst_dp_event_from_packet_0_2),
11153         (gst_dp_event_from_packet), (gst_dp_validate_header),
11154         (gst_dp_validate_payload):
11155         Make debug category static
11156         Constify the crc table.
11157         Do some more arg checking in public functions.
11158         Fix some docs and do some small cleanups.
11159
11160         * tests/check/libs/gdp.c: (GST_START_TEST), (gst_dp_suite):
11161         Add some more checks to see if GDP deals with bogus input.
11162
11163 2006-07-31  Wim Taymans  <wim@fluendo.com>
11164
11165         * gst/gstvalue.c: (gst_value_compare_list):
11166         Fix GstValueList comparison code. Fixes #347293.
11167
11168         * tests/check/gst/gstvalue.c: (GST_START_TEST):
11169         Check to test GstValueList comparison.
11170
11171 2006-07-31  Jan Schmidt  <thaytan@mad.scientist.com>
11172
11173         * gst/gstelementfactory.c: (gst_element_factory_create):
11174         Remove unnecessary ref/unref pair
11175
11176         * gst/parse/grammar.y:
11177         Make sure to free the parse buffer on all code paths.
11178         Move a g_free up to the error handler where it's easier to see.
11179
11180         * tests/check/gst/gstevent.c: (test_event):
11181         Extending timeout for downstream travelling events to 10 seconds to
11182         hopefully avoid intermittent failure on the buildbots.
11183
11184         * tests/check/pipelines/parse-launch.c: (run_delayed_test):
11185         Don't manually set the state of the src element - it will happen as a
11186         natural consequence of the pipeline changing state, and that way it
11187         will do it in the right order too.
11188
11189 2006-07-31  Wim Taymans  <wim@fluendo.com>
11190
11191         * libs/gst/base/gstbasetransform.c:
11192         (gst_base_transform_buffer_alloc):
11193         Use OBJECT_LOCK and refcounting to get the pad caps in the
11194         buffer_alloc function because the caps could change while we are
11195         busy with them. Fixes #349105
11196
11197 2006-07-31  Wim Taymans  <wim@fluendo.com>
11198
11199         * gst/gstutils.c: (gst_pad_get_fixed_caps_func):
11200         Protect _PAD_CAPS with OBJECT_LOCK.
11201
11202 2006-07-31  Wim Taymans  <wim@fluendo.com>
11203
11204         * gst/gstpad.c: (gst_pad_class_init), (gst_pad_dispose),
11205         (gst_pad_get_property), (gst_pad_activate_pull),
11206         (gst_pad_activate_push), (gst_pad_set_blocked_async),
11207         (gst_pad_set_activate_function),
11208         (gst_pad_set_activatepull_function),
11209         (gst_pad_set_activatepush_function), (gst_pad_set_chain_function),
11210         (gst_pad_set_getrange_function),
11211         (gst_pad_set_checkgetrange_function), (gst_pad_set_event_function),
11212         (gst_pad_set_query_function), (gst_pad_set_query_type_function),
11213         (gst_pad_set_internal_link_function), (gst_pad_set_link_function),
11214         (gst_pad_set_unlink_function), (gst_pad_set_getcaps_function),
11215         (gst_pad_set_acceptcaps_function),
11216         (gst_pad_set_fixatecaps_function), (gst_pad_set_setcaps_function),
11217         (gst_pad_set_bufferalloc_function), (gst_pad_link_check_hierarchy),
11218         (gst_pad_get_caps_unlocked), (gst_pad_get_caps),
11219         (gst_pad_peer_get_caps), (gst_pad_accept_caps),
11220         (gst_pad_peer_accept_caps), (gst_pad_set_caps),
11221         (gst_pad_configure_sink), (gst_pad_configure_src),
11222         (gst_pad_get_allowed_caps), (gst_pad_get_negotiated_caps),
11223         (gst_pad_buffer_alloc_unchecked), (gst_pad_alloc_buffer_full),
11224         (gst_pad_query), (gst_pad_load_and_link), (handle_pad_block),
11225         (gst_pad_chain_unchecked), (gst_pad_push), (gst_pad_get_range),
11226         (gst_pad_send_event):
11227         Use _DEBUG_OBJECT when it makes sense.
11228         Protect GST_PAD_CAPS with the OBJECT_LOCK.
11229         Small cleanups and code reflows.
11230         Avoid caps refcounting in _accept_caps.
11231         Refactor alloc_buffer so that the code performed on the peer is in a
11232         separate function. Also if the pad does not implement a buffer alloc
11233         function, we should still check if the pad is flushing before falling
11234         back to the default allocator.
11235
11236 2006-07-31  Jan Schmidt  <thaytan@mad.scientist.com>
11237
11238         * tests/check/pipelines/parse-launch.c: (GST_START_TEST):
11239         Make all uses of identity and fakesink have silent=true to avoid
11240         serialising every passing data structure, which is breaking tests
11241         on FC4 for some unknown reason.
11242
11243 2006-07-30  Stefan Kost  <ensonic@users.sf.net>
11244
11245         * gst/parse/Makefile.am:
11246         * gst/parse/grammar.y:
11247         * gst/parse/parse.l:
11248           Reverted previous patch as it required to bump the flex dependency to
11249           2.5.31, where fc4/5 seem to ship only the ancient 2.5.4a :(
11250
11251 2006-07-30  Stefan Kost  <ensonic@users.sf.net>
11252
11253         Patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
11254
11255         * gst/parse/Makefile.am:
11256         * gst/parse/grammar.y:
11257         * gst/parse/parse.l:
11258           push & pop the state of the lexer for reentrant use case
11259           Fixes #349180
11260
11261 2006-07-29  Tim-Philipp Müller  <tim at centricular dot net>
11262
11263         * libs/gst/base/gstbasesrc.h:
11264           Note in the docs that the ::newsegment vfunc is not actually used by
11265           GstBaseSrc.
11266
11267 2006-07-28  Wim Taymans  <wim@fluendo.com>
11268
11269         * libs/gst/base/gstcollectpads.c:
11270         (gst_collect_pads_set_flushing_unlocked), (gst_collect_pads_pop),
11271         (gst_collect_pads_clear), (gst_collect_pads_flush),
11272         (gst_collect_pads_event), (gst_collect_pads_chain):
11273         When flushing a pad, also clear the queued buffer so that we don't
11274         accidentally use it when we shouldn't.
11275         Fix leaks by inreffing incomming buffer.
11276         Flush out queued buffers in case of errors.
11277         Fixes #347452.
11278
11279 2006-07-28  Wim Taymans  <wim@fluendo.com>
11280
11281         * docs/random/phonon-gst:
11282         Random notes about a Phonon backend.
11283
11284 2006-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
11285
11286         * libs/gst/base/gstbasetransform.c: (gst_base_transform_setcaps):
11287         Extra debug output
11288         * tests/check/libs/gdp.c: (gst_dp_suite):
11289         Take a whack at fixing the ppc compile using a different define to
11290         disable the broken test.
11291
11292         * tests/check/pipelines/parse-launch.c: (GST_START_TEST):
11293         Remove excess g_print()
11294
11295 2006-07-27  Jan Schmidt <thaytan@mad.scientist.com>
11296
11297         * tests/check/pipelines/parse-launch.c: (expected_fail_pipe):
11298         Oops, meant to uncomment this line too to dampen the noise a bit.
11299
11300 2006-07-27  Jan Schmidt <thaytan@mad.scientist.com>
11301
11302         * gst/parse/grammar.y:
11303         * gst/parse/parse.l:
11304         * tests/check/pipelines/parse-launch.c: (expected_fail_pipe),
11305         (GST_START_TEST), (parse_suite):
11306         Fix some of the leaks exposed by extending the parse-launch testsuite,
11307         and move the 3 I can't figure out into a separate test that won't run
11308         the pipelines unless the appropriate line is uncommented.
11309
11310 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
11311
11312         * plugins/elements/gstfilesrc.c: (gst_file_src_create_read):
11313           Requesting 0 bytes before the end of the file should result in
11314           FLOW_OK and an empty buffer, not FLOW_UNEXPECTED. Thank you
11315           unit test.
11316
11317 2006-07-27  Wim Taymans  <wim@fluendo.com>
11318
11319         * gst/gstcaps.c: (gst_static_caps_get), (gst_caps_get_structure):
11320         Fix useless assert, a uint is always positive.
11321
11322         * gst/gststructure.c: (gst_structure_nth_field_name),
11323         (gst_structure_foreach), (gst_structure_map_in_place):
11324         Check input arguments for public functions to avoid obvious crashes.
11325
11326         * plugins/elements/gstfakesink.c: (gst_fake_sink_render):
11327         * plugins/elements/gstfakesink.h:
11328         Do less useless typechecking.
11329
11330 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
11331
11332         * plugins/elements/gstfilesrc.c: (gst_file_src_class_init):
11333           Do not use mmap() by default since there are a number of error
11334           conditions that we would like to handle in a non-fatal way that
11335           will result in a SIGBUS if we use mmap(). Examples: external
11336           devices (USB harddrive, portable music player) being unplugged
11337           while in use; file on mounted CD/DVD that can't be read because
11338           the medium is partly damaged. Fixes #348455 and #348475.
11339
11340 2006-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
11341
11342         * gst/gstquery.h:
11343         Delete unused and misleading define of GST_QUERY_TYPE_RATE_DEN -
11344         rates are a gdouble
11345
11346 2006-07-26  Stefan Kost  <ensonic@users.sf.net>
11347
11348         * gst/gstregistry.c:
11349           Move big documentation comment into class section header, so that it
11350           appears in the API docs.
11351
11352 2006-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
11353
11354         * docs/gst/gstreamer-sections.txt:
11355         Oops. Commit the docs additions too for new API.
11356         Also, remove the mention of the non-existent GST_QUERY_TYPE_RATE_DEN
11357
11358 2006-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
11359
11360         * gst/gststructure.c: (gst_structure_id_set),
11361         (gst_structure_id_set_valist):
11362         * gst/gststructure.h:
11363         Add API for setting values into structures without performing
11364         a quark lookup, if the appropriate quark is already known.
11365
11366         API: gst_structure_id_set
11367         API: gst_structure_id_set_valist
11368
11369         * gst/parse/grammar.y:
11370         * gst/parse/parse.l:
11371         Remove some dead code shown by the coverage information.
11372         Don't throw a critical g_warning when encountering a syntax error,
11373         just warn and let the normal error path handle it.
11374
11375         * plugins/elements/gstelements.c:
11376         Bump the rank of filesink up to PRIMARY so that it is preferred over
11377         gnomevfssink for file:// sink uri's
11378
11379         * tests/check/pipelines/parse-launch.c: (expected_fail_pipe),
11380         (GST_START_TEST), (run_delayed_test),
11381         (gst_parse_test_element_base_init),
11382         (gst_parse_test_element_class_init), (gst_parse_test_element_init),
11383         (gst_parse_test_element_change_state),
11384         (gst_register_parse_element), (parse_suite):
11385         Beef up the tests for parse syntax to check that more error cases
11386         fail as they are supposed to. Increases the test coverage a bit.
11387
11388 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
11389
11390         * docs/manual/basics-elements.xml:
11391           Fix gst_element_link() example.
11392
11393         * gst/gstutils.c:
11394           Mention in API docs that one should usually gst_bin_add()
11395           elements to a bin or pipeline before doing the linking.
11396           
11397 2006-07-26  Wim Taymans  <wim@fluendo.com>
11398
11399         * gst/gstbuffer.c: (gst_buffer_get_type), (gst_buffer_new),
11400         (gst_subbuffer_get_type), (gst_buffer_create_sub):
11401         Avoid function call for known types by keeping the buffer and
11402         subbuffer GType global.
11403
11404         * plugins/elements/gstfilesrc.c: (gst_file_src_create_read):
11405         Random silly optimisations in read() path.
11406
11407 2006-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
11408
11409         * tools/gst-launch.c: (main):
11410           If the top-level of the parse is a normal bin, it doesn't do the
11411           right logic to run as a top-level element, so place it inside a
11412           pipeline.
11413
11414 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
11415
11416         * plugins/elements/gstfilesrc.c: (gst_file_src_set_property):
11417           Remove superfluous g_object_notify() calls, GObject does
11418           that for us automatically.
11419
11420 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
11421
11422         * gst/gstinfo.h:
11423           on Win32, use dllspec to export the debug category symbols
11424
11425 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
11426
11427         * gst/gsttaglist.c: (_gst_tag_initialize):
11428           Allow more than one GST_TAG_IMAGE per taglist.
11429
11430 2006-07-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11431
11432         * gst/gstminiobject.c:
11433           update docs
11434         * plugins/elements/gstfdsrc.c: (gst_fd_src_set_property),
11435         (gst_fd_src_create):
11436           log recurring events at LOG level
11437           add more debug for when the fd gets set
11438
11439 2006-07-21  Stefan Kost  <ensonic@users.sf.net>
11440
11441         * gst/gstparse.c: (gst_parse_launch):
11442           Also remove reentrance checks if flex is MT safe (#348179)
11443          Fix my empty ChangeLog entry below
11444
11445 2006-07-21  Andy Wingo  <wingo@pobox.com>
11446
11447         * docs/libs/gstreamer-libs-sections.txt: Attempt to pacify buildbot.
11448
11449         * libs/gst/check/Makefile.am
11450         (libgstcheck_@GST_MAJORMINOR@include_HEADERS)
11451         (libgstcheck_@GST_MAJORMINOR@_la_SOURCES): 
11452         * libs/gst/check/gstbufferstraw.h:
11453         * libs/gst/check/gstbufferstraw.c: Add some new hype testing
11454         functions, thus proving I am still a GStreamer haxor. OK I wrote
11455         them a long time ago, but anyways.
11456
11457 2006-07-21  Stefan Kost  <ensonic@users.sf.net>
11458
11459         * configure.ac:
11460         * gst/gstparse.c: (gst_parse_launch):
11461           Check for flex version and omit mutex if we have a MT save flex
11462           (fixes #348179)
11463
11464 2006-07-21  Wim Taymans  <wim@fluendo.com>
11465
11466         * gst/gstparse.c: (gst_parse_launch):
11467         Protect recursive calls to _parse with a recursive mutex
11468         and busy flag.
11469
11470 2006-07-21  Wim Taymans  <wim@fluendo.com>
11471
11472         * tests/check/gst/gstpad.c: (GST_START_TEST):
11473         Fix leak in test.
11474
11475 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
11476
11477         * gst/gstparse.c: (gst_parse_launch):
11478           Do not hang on recursive usage of gst_parse_launch()
11479
11480 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
11481
11482         * gst/gsttaglist.c:
11483           Add some more docs, comments and FIXME 0.11s here and there
11484           and also fix some typos.
11485
11486 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
11487
11488         * gst/gstsegment.h:
11489           Convert tabs to spaces for better readability. 
11490
11491 2006-07-20  Edward Hervey  <edward@fluendo.com>
11492
11493         * tests/check/libs/gdp.c: (gst_dp_suite):
11494         the test_buffer test fails at line 140 on ppc64 at the following
11495         check:
11496         fail_unless (GST_BUFFER_FLAG_IS_SET (newbuffer,
11497                 GST_BUFFER_FLAG_IN_CAPS),
11498                 "GST_BUFFER_IN_CAPS flag should have been copied !");
11499         See bug #348114 for more details.
11500
11501 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
11502
11503         * docs/pwg/advanced-scheduling.xml:
11504         * gst/gstpad.c:
11505           Fix typos (#348000).
11506
11507 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
11508
11509         * docs/pwg/intro-basics.xml:
11510           Fix wrong links (#347927).
11511
11512 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
11513
11514         * gst/gstregistry.h:
11515         * gst/gstregistryxml.c: (load_feature),
11516         (gst_registry_xml_read_cache), (gst_registry_xml_save_feature):
11517         * win32/common/config.h:
11518           make --disable-index work (#342564)
11519
11520 2006-07-18  Wim Taymans  <wim@fluendo.com>
11521
11522         Patch by: Peter Kjellerstedt <pkj at axis dot com>
11523
11524         * gst/Makefile.am:
11525         * gst/gsttrace.h:
11526         The attached patch adds two missing defines to gsttrace.h when tracing
11527         is disabled.  It also corrects one existing define.
11528         Fixes #347756.
11529
11530 2006-07-17  Wim Taymans  <wim@fluendo.com>
11531
11532         * docs/gst/gstreamer-sections.txt:
11533         * gst/gst.c: (gst_segtrap_is_enabled), (gst_segtrap_set_enabled):
11534         * gst/gst.h:
11535         * gst/gstplugin.c: (_gst_plugin_fault_handler_restore):
11536         Add two functions to check and change the SIGSEGV behaviour
11537         when loading plugins.
11538         Don't mess with the SIGSEGV handler when we were told not to.
11539         Fixes #347794.
11540         API: gst_segtrap_is_enabled
11541         API: gst_segtrap_set_enabled
11542
11543 2006-07-14  Wim Taymans  <wim@fluendo.com>
11544
11545         * libs/gst/base/gstbasesrc.c: (gst_base_src_update_length):
11546         * tests/check/elements/filesrc.c: (GST_START_TEST):
11547         Revert fix for regression in #347408 after release.
11548
11549 2006-07-14  Tim-Philipp Müller  <tim at centricular dot net>
11550
11551         Patch by: Antoine Tremblay <hexa00 at gmail com>
11552
11553         * gst/gstutils.c: (gst_element_unlink):
11554           Free iterator when done (#347311).
11555
11556         * tests/check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite):
11557           And add a test case for this.
11558
11559 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
11560
11561         * configure.ac:
11562         Bump nano back to CVS
11563
11564 === release 0.10.9 ===
11565
11566 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
11567
11568         * configure.ac:
11569           releasing 0.10.9, "On the road again"
11570
11571 2006-07-13  Wim Taymans  <wim@fluendo.com>
11572
11573         * libs/gst/base/gstbasesrc.c: (gst_base_src_update_length):
11574         * tests/check/elements/filesrc.c: (GST_START_TEST):
11575         Revert pull-0 fix for release. Disable check. Fixes #347408.
11576
11577 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11578
11579         * libs/gst/dataprotocol/dataprotocol.c:
11580         (gst_dp_event_from_packet_1_0):
11581           Fixes #347337: failure to deserialize event packets with
11582           empty payload (only event type)
11583
11584 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11585
11586         * gst/Makefile.am:
11587           do not install a .c file in the header directory
11588
11589 2006-07-13  Edward Hervey  <edward@fluendo.com>
11590
11591         * gst/gstghostpad.c: (gst_proxy_pad_set_target_unlocked):
11592         GhostPad no longer implicitely use the padtemplates of the targets.
11593         Fixes #347384
11594
11595 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
11596
11597         * gst/gstvalue.c: (gst_value_compare_list),
11598         (gst_value_compare_array), (_gst_value_initialize):
11599         * tests/check/gst/gstvalue.c: (GST_START_TEST):
11600         Make GstValueArray comparison be order dependent as designed.
11601         Add checks for value lists and value array comparisons.
11602         Fixes #347221
11603
11604 2006-07-11  Edward Hervey  <edward@fluendo.com>
11605
11606         * gst/gstbin.c: (activate_pads),
11607         (iterator_activate_fold_with_resync), (gst_bin_src_pads_activate),
11608         (gst_bin_change_state_func):
11609         (de)activate src pads before calling state_change on the childs.
11610         This is to avoid the case where a src ghostpad is blocked (holding the
11611         stream lock), which would block the deactivation of the ghostpad's
11612         target pad.
11613         * gst/gstghostpad.c: (gst_proxy_pad_do_query_type),
11614         (gst_proxy_pad_do_event), (gst_proxy_pad_do_query),
11615         (gst_proxy_pad_do_internal_link), (gst_proxy_pad_do_bufferalloc),
11616         (gst_proxy_pad_do_chain), (gst_proxy_pad_do_getrange),
11617         (gst_proxy_pad_do_checkgetrange), (gst_proxy_pad_do_getcaps),
11618         (gst_proxy_pad_do_acceptcaps), (gst_proxy_pad_do_fixatecaps),
11619         (gst_proxy_pad_do_setcaps), (gst_proxy_pad_set_target_unlocked),
11620         (gst_proxy_pad_set_target), (gst_proxy_pad_get_internal),
11621         (gst_proxy_pad_dispose), (gst_proxy_pad_init),
11622         (gst_ghost_pad_parent_set), (gst_ghost_pad_parent_unset),
11623         (gst_ghost_pad_class_init),
11624         (gst_ghost_pad_internal_do_activate_push),
11625         (gst_ghost_pad_internal_do_activate_pull),
11626         (gst_ghost_pad_do_activate_push), (gst_ghost_pad_do_activate_pull),
11627         (gst_ghost_pad_do_link), (gst_ghost_pad_do_unlink),
11628         (gst_ghost_pad_dispose), (gst_ghost_pad_new_no_target),
11629         (gst_ghost_pad_new), (gst_ghost_pad_set_target):
11630         GhostPads now create their internal GstProxyPad at creation (and not
11631         when they're linked, as it was being done previously).
11632         The internal and target pads are linked straight away.
11633         The data will also travel through the other pad in order to make
11634         pad blocking and probes non-hackish (the probe/block now really happens
11635         on the GhostPad and not on the target).
11636         * gst/gstpad.c: (gst_pad_set_blocked_async),
11637         (gst_pad_link_prepare), (gst_pad_push_event):
11638         Remove previous ghostpad cruft.
11639         * gst/gstutils.c: (gst_pad_add_data_probe),
11640         (gst_pad_add_event_probe), (gst_pad_add_buffer_probe),
11641         (gst_pad_remove_data_probe), (gst_pad_remove_event_probe),
11642         (gst_pad_remove_buffer_probe):
11643         Remove previous ghost pad cruft.
11644         Added more detailed debug statements.
11645         * tests/check/gst/gstghostpad.c: (GST_START_TEST):
11646         Fix the testsuite for refcounting changes.
11647         The comments about who has references were correct, but the refcount
11648         being checked wasn't the same (!?!).
11649
11650         Fixes #341029
11651
11652 2006-07-10  Stefan Kost  <ensonic@users.sf.net>
11653
11654         * docs/gst/gstreamer-sections.txt:
11655         * gst/gstconfig.h.in:
11656         More docs for configuration options, add docs to gtk-doc.
11657
11658 2006-07-10  Stefan Kost  <ensonic@users.sf.net>
11659
11660         * gst/Makefile.am:
11661         * gst/gstconfig.h.in:
11662         * win32/common/config.h:
11663         Fix build when disabling tracing (fixes #344016). Also start to document
11664         the defines that disable the sub-systems.
11665
11666 2006-07-10  Edward Hervey  <edward@fluendo.com>
11667
11668         * gst/gst.c: (ensure_current_registry_forking):
11669         let's make valgrind happy...
11670
11671 2006-07-09  Wim Taymans  <wim@fluendo.com>
11672
11673         * gst/gstelement.c: (activate_pads),
11674         (iterator_activate_fold_with_resync), (gst_element_pads_activate):
11675         Better pad activation code: Reset the collect value too on resync.
11676         Add some comments.
11677
11678 2006-07-09  Wim Taymans  <wim@fluendo.com>
11679
11680         * gst/gstpad.c: (gst_pad_init), (gst_pad_activate_pull),
11681         (gst_pad_activate_push):
11682         Use some more macros where it makes sense.
11683         Allow pad mode switching instead of asserting. When a pad
11684         is activated in one mode and we activate it in another, 
11685         deactivate it first before activating it in a different mode.
11686         Fixes #329198.
11687
11688 2006-07-08  Andy Wingo  <wingo@pobox.com>
11689
11690         * tools/gst-launch.c (main): Handle err == NULL.
11691
11692         * gst/gst.c (init_post, ensure_current_registry)
11693         (ensure_current_registry_forking)
11694         (ensure_current_registry_nonforking): Reduce #ifdef ratnest by
11695         factoring out the registry scanning into separate functions. Don't
11696         fork for the rescan is GST_REGISTRY_FORK=no; useful in debugging.
11697         Better environment var name/interface suggestions accepted.
11698
11699 2006-07-07  Tim-Philipp Müller  <tim at centricular dot net>
11700
11701         * gst/gstobject.c: (gst_object_set_name_default),
11702         (gst_object_set_name):
11703           Random micro-optimisation: don't use a hash table
11704           with strings as keys and the usual strdup/strcmp
11705           involved, but rather just use the GQuark of the
11706           type name as key, since it needs to be looked up
11707           anyway to get the type name string.
11708
11709         * tests/check/gst/gstobject.c: (GST_START_TEST):
11710           Fix various leaks.
11711
11712 2006-07-07  Tim-Philipp Müller  <tim at centricular dot net>
11713
11714         * gst/gstbin.c: (compare_interface), (gst_bin_get_by_interface),
11715         (gst_bin_iterate_all_by_interface):
11716           Can't use GPOINTER_TO_INT and GINT_TO_POINTER with GTypes.
11717           GTypes are gulongs and thus the top 4 bytes might be cut
11718           off on some platforms when doing GPOINTER_TO_INT, leading
11719           to invalid GTypes and bad things happening (see RH bug #179654).
11720           Also add a check to make sure the type passed in is really
11721           an interface type.
11722
11723 2006-07-07  Tim-Philipp Müller  <tim at centricular dot net>
11724
11725         * .cvsignore:
11726           Ignore more.
11727
11728 2006-07-07  Tim-Philipp Müller  <tim at centricular dot net>
11729
11730         * Makefile.am:
11731         * configure.ac:
11732         * gst-element-check.m4:
11733         * gst-element-check.m4.in:
11734           Make gst-element-check-$VERSION.m4 call gst-inspect-$VERSION
11735           instead of the unversioned gst-inspect (#324176, #168659).
11736
11737 2006-07-06  Wim Taymans  <wim@fluendo.com>
11738
11739         * gst/gstmessage.h:
11740         Use a valid int for the _MESSAGE_ANY enum value to avoid compiler
11741         warnings.
11742
11743 2006-07-06  Wim Taymans  <wim@fluendo.com>
11744
11745         * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
11746         (gst_base_src_wait), (gst_base_src_update_length),
11747         (gst_base_src_get_range), (gst_base_src_default_check_get_range),
11748         (gst_base_src_check_get_range), (gst_base_src_pad_check_get_range),
11749         (gst_base_src_loop), (gst_base_src_start),
11750         (gst_base_src_activate_pull):
11751         Update docs.
11752         blocksize == 0 now means the default blocksize when working in push
11753         based mode.
11754         Remove some pointless asserts in _wait function.
11755         Fix offset/length calculations and EOS handling. We can now pull 0
11756         bytes as well, which is allowed.
11757         use _check_get_range() to decide if we can operate in _pull based
11758         mode.
11759         Fix refcounting leak when check_get_range function was not 
11760         implemented.
11761         API GstBaseSrc::blocksize range can be 0 too now (default)
11762
11763         * tests/check/elements/filesrc.c: (GST_START_TEST),
11764         (filesrc_suite):
11765         Added check to test _get_range() behaviour.
11766
11767 2006-07-06  Wim Taymans  <wim@fluendo.com>
11768
11769         * gst/gstpad.c: (gst_pad_chain_unchecked), (gst_pad_chain),
11770         (gst_pad_push), (gst_pad_check_pull_range), (gst_pad_get_range),
11771         (gst_pad_pull_range):
11772         * gst/gstpad.h:
11773         Lots of comments and docs added to the pad functions.
11774         Flesh out the expected behaviour of the get_range() functions.
11775
11776 2006-07-06  Wim Taymans  <wim@fluendo.com>
11777
11778         * gst/gstbus.h:
11779         * gst/gstclock.h:
11780         * gst/gstevent.h:
11781         * gst/gstiterator.h:
11782         * gst/gstpad.h:
11783         * gst/gstplugin.h:
11784         * gst/gsttask.h:
11785         Remove comma at end of enumerator list. 
11786
11787 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
11788
11789         * win32/common/libgstbase.def:
11790         * win32/common/libgstdataprotocol.def:
11791         * win32/common/libsgtreamer.def:
11792         Add new exported functions.
11793
11794 2006-07-05  Wim Taymans  <wim@fluendo.com>
11795
11796         * libs/gst/base/gstpushsrc.c: (gst_push_src_check_get_range):
11797         Add some more docs here and there.
11798
11799 2006-07-05  Wim Taymans  <wim@fluendo.com>
11800
11801         * libs/gst/base/gstbasesink.c: (gst_base_sink_preroll_object),
11802         (gst_base_sink_loop), (gst_base_sink_get_position):
11803         When operating in pull mode update the offset so that we
11804         read sequentially.
11805
11806 2006-07-05  Wim Taymans  <wim@fluendo.com>
11807
11808         * gst/gstregistryxml.c: (read_string):
11809         Avoid strdup. (will happen in libxml, but hey!)
11810
11811         * gst/gsturi.c:
11812         Add some more docs.
11813
11814 2006-07-05  Wim Taymans  <wim@fluendo.com>
11815
11816         * gst/gstbuffer.c: (_gst_buffer_copy), (gst_buffer_create_sub):
11817         * tests/check/gst/gstbuffer.c: (GST_START_TEST),
11818         (gst_buffer_suite):
11819         No point in checking if the size of the subbuffer > 0, the
11820         code handles it correclty as demonstrated by unit test.
11821         Also add a unit test for the zero sized _new_and_alloc and
11822         _copy. Fixes #346663.
11823
11824 2006-07-05  Wim Taymans  <wim@fluendo.com>
11825
11826         * libs/gst/base/gstbasetransform.c:
11827         (gst_base_transform_prepare_output_buffer),
11828         (gst_base_transform_buffer_alloc),
11829         (gst_base_transform_handle_buffer):
11830         Make sure the buffer we pass to transform_ip has a refcount of
11831         1 and thus is writable. Fixes #343196
11832
11833 2006-07-04  Jan Schmidt  <thaytan@mad.scientist.com>
11834
11835         * plugins/elements/gstfilesrc.c: (gst_file_src_class_init),
11836         (gst_file_src_init), (gst_file_src_set_property),
11837         (gst_file_src_get_property), (gst_file_src_map_region):
11838         * plugins/elements/gstfilesrc.h:
11839         Add "sequential" property, off by default, to use madvise and hint
11840         to the kernel that sequential access is desired.
11841         Touch all retrieved pages by default to ensure they are pulled
11842         into memory. (Closes #345720)
11843
11844 2006-07-03  Wim Taymans  <wim@fluendo.com>
11845
11846         * docs/design/part-block.txt:
11847         * docs/design/part-dynamic.txt:
11848         Small docs updates.
11849
11850 2006-07-03  Wim Taymans  <wim@fluendo.com>
11851
11852         * gst/gstcaps.c: (gst_caps_new_empty), (_gst_caps_free),
11853         (gst_caps_unref), (gst_static_caps_get),
11854         (gst_caps_append_structure):
11855         * gst/gstclock.c: (gst_clock_entry_new), (_gst_clock_id_free):
11856         Use GSlice when the glib we build against is >= 2.10
11857
11858 2006-07-03  Wim Taymans  <wim@fluendo.com>
11859
11860         * gst/gstelement.c: (gst_element_pads_activate):
11861         Small cleanup in pad activation code.
11862
11863 2006-07-03  Wim Taymans  <wim@fluendo.com>
11864
11865         Patch by: Peter Kjellerstedt <pkj at axis dot com>
11866
11867         * gst/gst-i18n-app.h:
11868         * gst/gst-i18n-lib.h:
11869         * tools/gst-inspect.c: (print_signal_info):
11870         The attached patch will make the inclusion of gettext.h unconditional in
11871         gst/gst-i18n-app.h and gst/gst-i18n-lib.h, and it will remove the inclusion of
11872         libintl.h in tools/gst-inspect.c.
11873         This allows use of --disable-nls again and fixes #344642.
11874
11875 2006-07-03  Edward Hervey  <edward@fluendo.com>
11876
11877         * gst/gstpad.c: (handle_pad_block), (gst_pad_push_event):
11878         Implement pad blocking on events according to part-block.txt.
11879         More comments on behaviour.
11880         * tests/check/gst/gstevent.c: (test_event):
11881         Send event to peer pad of blocked pad (else it will block).
11882
11883 2006-07-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11884
11885         * libs/gst/check/gstcheck.c: (gst_check_message_error),
11886         (gst_check_run_suite):
11887           if we get the wrong message, give us the types as string
11888         * plugins/elements/gstfilesrc.c: (gst_file_src_start):
11889           Fix a translatable
11890         * tests/check/elements/filesrc.c: (GST_START_TEST):
11891           add a test for trying to open a non-existing file
11892
11893 2006-07-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11894
11895         * tests/check/gst/gstbin.c: (GST_START_TEST), (gst_bin_suite):
11896           add a test for adding self
11897
11898 2006-07-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11899
11900         * libs/gst/check/gstcheck.h:
11901           add some assert_ as alias for fail_unless_*
11902         * tests/check/gst/gst.c: (GST_START_TEST), (gst_suite):
11903           increase test coverage
11904
11905 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11906
11907         * Makefile.am:
11908           include lcov.mak for lcov coverage generation
11909         * tools/Makefile.am:
11910           add to CLEANFILES
11911
11912 2006-07-02  Edward Hervey  <edward@fluendo.com>
11913
11914         * tests/check/elements/.cvsignore:
11915         moaping
11916
11917 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11918
11919         * configure.ac:
11920           don't set CFLAGS and friends for gcov, done from GST_GCOV now
11921         * tests/check/Makefile.am:
11922           clean up gcov files
11923
11924 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11925
11926         * gst/gstcaps.c: (gst_caps_remove_and_get_structure):
11927           remove gst_caps_simplify; it was not declared and not used
11928           and deprecated in 0.8
11929
11930 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11931
11932         * docs/faq/gst-uninstalled:
11933           don't put empty paths on PYTHONPATH
11934         * docs/gst/gstreamer-sections.txt:
11935           remove some symbols that are not there
11936
11937 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11938
11939         * gst/gstcaps.c: (gst_caps_compare_structures):
11940           whitespace fixes
11941         * tests/check/gst/gstbuffer.c: (GST_START_TEST):
11942         * tests/check/gst/gstcaps.c: (GST_START_TEST), (gst_caps_suite):
11943           add more tests
11944
11945 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11946
11947         * libs/gst/dataprotocol/Makefile.am:
11948           build dataprotocol test by linking to the lib, instead of
11949           compiling the source, so we get coverage
11950         * tests/check/Makefile.am:
11951         * tests/check/elements/filesrc.c: (event_func), (setup_filesrc),
11952         (cleanup_filesrc), (GST_START_TEST), (filesrc_suite):
11953           add a test for filesrc
11954
11955 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11956
11957         * tests/check/gst/gststructure.c: (GST_START_TEST),
11958         (gst_structure_suite):
11959           Push coverage from 59.04% to 70.00%
11960
11961 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11962
11963         * tests/check/Makefile.am:
11964           gst-inspect every element; this makes sure that we also get
11965           coverage on element's get/set functions
11966
11967 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11968
11969         * configure.ac:
11970           set CFLAGS and friends to -O0 if gcov is being used
11971           add GCOV LIBS
11972         * gst/Makefile.am:
11973         * libs/gst/base/Makefile.am:
11974         * libs/gst/check/Makefile.am:
11975         * libs/gst/controller/Makefile.am:
11976         * libs/gst/dataprotocol/Makefile.am:
11977         * libs/gst/net/Makefile.am:
11978         * plugins/elements/Makefile.am:
11979         * plugins/indexers/Makefile.am:
11980           add makefile rules to generate gcov data and clean up
11981         * tests/check/Makefile.am:
11982           add a coverage target that generates an html overview
11983           of coverage data
11984
11985 2006-07-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11986
11987         * tests/check/elements/fakesink.c:
11988         * tests/check/elements/fakesrc.c:
11989         * tests/check/elements/fdsrc.c:
11990         * tests/check/elements/identity.c:
11991         * tests/check/generic/sinks.c: (gst_sinks_suite):
11992         * tests/check/generic/states.c:
11993         * tests/check/gst/gst.c:
11994         * tests/check/gst/gstabi.c:
11995         * tests/check/gst/gstbin.c:
11996         * tests/check/gst/gstbuffer.c: (gst_buffer_suite):
11997         * tests/check/gst/gstbus.c: (gst_bus_suite):
11998         * tests/check/gst/gstcaps.c: (GST_START_TEST):
11999         * tests/check/gst/gstelement.c:
12000         * tests/check/gst/gstevent.c: (gst_event_suite):
12001         * tests/check/gst/gstghostpad.c:
12002         * tests/check/gst/gstiterator.c: (gst_iterator_suite):
12003         * tests/check/gst/gstmessage.c: (gst_message_suite):
12004         * tests/check/gst/gstminiobject.c:
12005         * tests/check/gst/gstobject.c:
12006         * tests/check/gst/gstpad.c:
12007         * tests/check/gst/gstpipeline.c:
12008         * tests/check/gst/gstplugin.c:
12009         * tests/check/gst/gstquery.c: (gst_query_suite):
12010         * tests/check/gst/gstsegment.c: (gst_segment_suite):
12011         * tests/check/gst/gststructure.c:
12012         * tests/check/gst/gstsystemclock.c:
12013         * tests/check/gst/gsttag.c:
12014         * tests/check/gst/gsttask.c: (gst_task_suite):
12015         * tests/check/gst/gstutils.c:
12016         * tests/check/gst/gstvalue.c:
12017         * tests/check/libs/adapter.c:
12018         * tests/check/libs/basesrc.c:
12019         * tests/check/libs/collectpads.c:
12020         * tests/check/libs/controller.c:
12021         * tests/check/libs/gdp.c: (gst_dp_suite):
12022         * tests/check/libs/gstnetclientclock.c:
12023         * tests/check/libs/gstnettimeprovider.c:
12024         * tests/check/libs/libsabi.c: (libsabi_suite):
12025         * tests/check/libs/typefindhelper.c:
12026         * tests/check/pipelines/cleanup.c:
12027         * tests/check/pipelines/parse-launch.c:
12028         * tests/check/pipelines/simple-launch-lines.c:
12029         * tests/check/pipelines/stress.c: (stress_suite):
12030           use the new macro
12031
12032 2006-07-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12033
12034         * libs/gst/check/gstcheck.c: (gst_check_run_suite):
12035         * libs/gst/check/gstcheck.h:
12036           create a macro and function so that the simple unit test
12037           case can be just one macro to create main()
12038
12039 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
12040
12041         * gst/gstbin.c: (gst_bin_restore_thyself):
12042         * gst/gstxml.c: (gst_xml_make_element):
12043           Fix deserialisation from XML. Set parent manually
12044           instead of using gst_bin_add(), since gst_bin_add()
12045           will unlink all pads of the element being added.
12046           Fixes #341667.
12047
12048 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
12049
12050         Patch by: Peter Kjellerstedt <pkj at axis com>
12051
12052         * gst/gst.c: (prepare_for_load_plugin_func), (split_and_iterate):
12053           Fix missing g_strdup() and double free when using the
12054           --gst-plugin-load command line option (#346097).
12055
12056 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
12057
12058         * gst/gstinfo.c:
12059           Promote GST_DEBUG_CATEGORY_STATIC in example in docs.
12060
12061         * libs/gst/net/gstnetclientclock.c:
12062         * libs/gst/net/gstnettimeprovider.c:
12063           Use GST_DEBUG_CATEGORY_STATIC here too (#342503).
12064
12065 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
12066
12067         * docs/manual/advanced-dataaccess.xml:
12068           Fix buffer probe example compilation in
12069           ADM (#345708).
12070         
12071 2006-06-22  Edward Hervey  <edward@fluendo.com>
12072
12073         * gst/gstelement.c: (gst_element_pads_activate):
12074         We need to deactivate src pads first and then sink pads.
12075         The reason is the src pads might be blocking while holding the streaming
12076         lock, so we need to deactivate them first so that deactivating the sink
12077         pads doesn't block (since it will require the streaming lock).
12078
12079 2006-06-22  Wim Taymans  <wim@fluendo.com>
12080
12081         * libs/gst/base/gstbasetransform.c:
12082         (gst_base_transform_buffer_alloc):
12083         Forgot to remove two unneeded unrefs.
12084         Simplify a check _is_equal allready checks the obvious case.
12085
12086 2006-06-22  Wim Taymans  <wim@fluendo.com>
12087
12088         * docs/design/part-block.txt:
12089         Some docs about what pad_block should do.
12090
12091 2006-06-22  Wim Taymans  <wim@fluendo.com>
12092
12093         * gst/gstcaps.c: (gst_caps_replace):
12094         Fix crasher when passed NULL. Doc clarification.
12095         Optimize for the trivial case.
12096
12097         * gst/gstpipeline.c: (gst_pipeline_change_state):
12098         Small cleanups.
12099
12100         * libs/gst/base/gstbasesrc.c: (gst_base_src_loop):
12101         Small documentation cleanup.
12102
12103         * libs/gst/base/gstbasetransform.c:
12104         (gst_base_transform_buffer_alloc):
12105         Don't use silly gst_pad_get_negotiated_caps, GST_PAD_CAPS
12106         is what we need and it avoids a whole lot of redundant 
12107         refcount operations.
12108
12109 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
12110
12111         Patch by: Philip Jägenstedt  <philip at lysator liu se>
12112
12113         * docs/manual/advanced-dataaccess.xml:
12114           Fix 'Embedding static elements' section to use
12115           GST_PLUGIN_DEFINE_STATIC (#345607).
12116
12117 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
12118
12119         * tests/check/pipelines/simple-launch-lines.c: (test_stop_from_app):
12120           Attempt to 'fix' spuriously failing test case: it seems like the
12121           timeout of half a second is simply too small when the system is under
12122           load otherwise, and the timeout doesn't really seem to serve any
12123           particular purpose here. Give the pipeline a few seconds to preroll
12124           first, and then give it another half a second to go from PAUSED to
12125           PLAYING and marshal the message into the main thread.
12126
12127 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
12128
12129         * tools/gst-feedback-m.m:
12130           Don't only use unversioned tools, try versioned tools as well
12131           (#345086).
12132
12133 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
12134
12135         * gst/gstbus.c: (gst_bus_class_init):
12136           Fix some typos, make docs more explicit.
12137
12138 2006-06-20  Wim Taymans  <wim@fluendo.com>
12139
12140         * tests/check/gst/gstghostpad.c: (block_callback),
12141         (GST_START_TEST), (gst_ghost_pad_suite):
12142         Added some more ghostpad tests, mainly blocking
12143         and probes.
12144
12145 2006-06-16  Wim Taymans  <wim@fluendo.com>
12146
12147         * plugins/elements/gstfilesink.c: (gst_file_sink_open_file),
12148         (gst_file_sink_close_file), (gst_file_sink_do_seek),
12149         (gst_file_sink_event), (gst_file_sink_render):
12150         * plugins/elements/gstfilesink.h:
12151         Check if we can seek in the file instead of assuming
12152         we always can. Post an error when we are asked to seek in a
12153         non-seekable file (like a fifo). Fixes #343312.
12154         Some cleanups.
12155
12156 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
12157
12158         * tools/gst-launch.1.in:
12159           Un-garble (fourcc) bit in filtered caps section.
12160
12161 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
12162
12163         * docs/manual/advanced-autoplugging.xml:
12164         * docs/manual/basics-helloworld.xml:
12165         * docs/manual/highlevel-components.xml:
12166           Don't leak bus reference in sample code.
12167
12168 2006-06-15  Tim-Philipp Müller  <tim at centricular dot net>
12169
12170         * autogen.sh:
12171           Add default for new --enable-plugin-docs switch.
12172
12173         * configure.ac:
12174           Use new GST_PLUGIN_DOCS macro to check for pyxml etc.
12175           Fixes #344039.
12176
12177         * docs/Makefile.am:
12178           Use new ENABLE_PLUGIN_DOCS conditional.
12179
12180 2006-06-14  Wim Taymans  <wim@fluendo.com>
12181
12182         * gst/gstbin.c: (bin_query_duration_done), (gst_bin_query):
12183         Make it clear with a FIXME and a real define what the #if 0
12184         previously disabled.
12185
12186 2006-06-14  Wim Taymans  <wim@fluendo.com>
12187
12188         * libs/gst/base/gstbasesink.c: (gst_base_sink_configure_segment),
12189         (gst_base_sink_preroll_object), (gst_base_sink_get_position):
12190         * libs/gst/base/gstbasetransform.c:
12191         (gst_base_transform_sink_eventfunc):
12192         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_event):
12193         Don't randomly and silently reset a segment when the format 
12194         changes as this is a bug somewhere upstream. Fixes #330379.
12195
12196 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
12197
12198         Patch by: Wouter Paesen  <wouter at kangaroot net>
12199
12200         * libs/gst/controller/gstcontroller.c:
12201         (gst_controlled_property_new):
12202           Fix controlling of float properties (#344849).
12203
12204         * tests/check/libs/controller.c:
12205         (gst_test_mono_source_get_property),
12206         (gst_test_mono_source_set_property),
12207         (gst_test_mono_source_class_init), (GST_START_TEST):
12208           While we're at it, add some float stuff to unit test.
12209
12210 2006-06-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12211
12212         * docs/README:
12213         * docs/images/gdp-header.svg:
12214           add a gdp image
12215         * docs/libs/Makefile.am:
12216         * docs/libs/gdp-header.png:
12217         * libs/gst/dataprotocol/dataprotocol.c:
12218           add it to the API docs
12219         * docs/manual/intro-motivation.xml:
12220           fix typo
12221
12222 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
12223
12224         * gst/gst.c: (scan_and_update_registry), (init_post):
12225           If the fork()'ed child process can't write the updated registry cache
12226           file to disk for some reason, make it exit with a failure exit code,
12227           so that the parent can then re-scan the plugins itself and update the
12228           registry structures in memory and work with that (rather than failing
12229           when creating elements because seemingly no plugins are available).
12230           Refactor registry scanning code into separate function for this and
12231           also separate fork() and non-fork() code paths. Fixes #344748.
12232
12233 2006-06-13  Wim Taymans  <wim@fluendo.com>
12234
12235         * docs/manual/advanced-dataaccess.xml:
12236         Fix wrong PluginDesc. Fixes #344755.
12237
12238 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
12239
12240         * gst/gstregistryxml.c: (gst_registry_xml_write_cache):
12241           Fix silly bug that prevented us from creating
12242           ~/.gstreamer-0.10 and writing the registry in one
12243           go (the first call to g_mkstemp() would overwrite the
12244           placeholder in the template string, so the second call
12245           to g_mkstemp() after creating the missing directory
12246           would then error out with 'invalid argument').
12247
12248 2006-06-13  Edward Hervey  <edward@fluendo.com>
12249
12250         * gst/gst.c: (init_post):
12251         Free string.
12252
12253 2006-06-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12254
12255         * gst/glib-compat-private.h:
12256         * gst/glib-compat.c:
12257         * gst/glib-compat.h:
12258         * gst/gstvalue.c: (gst_value_serialize_flags):
12259           remove GLib 2.6 compatibility code
12260
12261 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
12262
12263         * gst/parse/Makefile.am:
12264           Fix build with 'make -j N' even more (#340016).
12265
12266 2006-06-12  Wim Taymans  <wim@fluendo.com>
12267
12268         * docs/gst/gstreamer-sections.txt:
12269         Fix docs.
12270
12271 2006-06-12  Wim Taymans  <wim@fluendo.com>
12272
12273         * gst/gstsegment.c: (gst_segment_set_duration),
12274         (gst_segment_set_last_stop), (gst_segment_set_seek),
12275         (gst_segment_set_newsegment_full), (gst_segment_to_stream_time),
12276         (gst_segment_to_running_time), (gst_segment_clip):
12277         Use G_UNLIKELY to help the compiler a bit.
12278
12279 2006-06-12  Wim Taymans  <wim@fluendo.com>
12280
12281         Patch by: Stefan Kost <ensonic at sonicpulse dot de>
12282
12283         * gst/gstevent.c: (gst_event_get_type):
12284         * gst/gstmessage.c:
12285         * gst/gstpad.c: (gst_pad_chain_unchecked), (gst_pad_chain),
12286         (gst_pad_push):
12287         constify quark registration strings. Fixes #344115
12288         Avoid unneeded type checking is _pad_push() by internally
12289         calling gst_pad_chain_unchecked().
12290
12291 2006-06-12  Wim Taymans  <wim@fluendo.com>
12292
12293         * gst/gstbuffer.c: (gst_buffer_get_type), (gst_buffer_finalize),
12294         (_gst_buffer_copy), (gst_buffer_is_metadata_writable),
12295         (gst_subbuffer_finalize), (gst_buffer_create_sub),
12296         (gst_buffer_is_span_fast), (gst_buffer_span):
12297         Init _type for consistency.
12298         Use _FLAGS macro to avoid type check.
12299         Avoid unneeded type checks in subbufer code.
12300
12301 2006-06-12  Wim Taymans  <wim@fluendo.com>
12302
12303         * gst/gst.c: (gst_debug_help):
12304         * gst/gstplugin.c: (gst_plugin_finalize), (gst_plugin_list_free):
12305         * gst/gstpluginfeature.c: (gst_plugin_feature_finalize),
12306         (gst_plugin_feature_list_free):
12307         * gst/gstregistry.c: (gst_registry_add_plugin),
12308         (gst_registry_add_feature), (gst_registry_plugin_filter),
12309         (gst_registry_feature_filter), (gst_registry_find_plugin),
12310         (gst_registry_find_feature), (gst_registry_get_plugin_list),
12311         (gst_registry_lookup_feature_locked), (gst_registry_lookup_locked):
12312         * gst/gstregistryxml.c: (load_feature),
12313         (gst_registry_xml_read_cache), (gst_registry_xml_write_cache):
12314         * gst/gstminiobject.c: (gst_mini_object_unref),
12315         (gst_mini_object_replace), (gst_value_mini_object_free),
12316         (gst_value_mini_object_copy):
12317         Use _CAST macros to avoid unneeded type checking.
12318         Added some more G_UNLIKELY.
12319
12320 2006-06-12  Wim Taymans  <wim@fluendo.com>
12321
12322         * gst/gstbuffer.h:
12323         Avoid unneeded type checking.
12324         API: GST_BUFFER_IS_DISCONT
12325
12326         * gst/gstminiobject.h:
12327         Avoid type check in flag accessor.
12328
12329         * gst/gstelementfactory.h:
12330         * gst/gstplugin.h:
12331         * gst/gstpluginfeature.h:
12332         Add _CAST macros.
12333         API: GST_ELEMENT_FACTORY_CAST
12334         API: GST_PLUGIN_CAST
12335         API: GST_PLUGIN_FEATURE_CAST
12336
12337 2006-06-12  Wim Taymans  <wim@fluendo.com>
12338
12339         * gst/gstobject.c: (gst_object_get_type), (gst_object_ref),
12340         (gst_object_unref):
12341         Add G_UNLIKELY in type registration.
12342         Avoid type check in _ref/_unref since that is also
12343         done in glib.
12344
12345 2006-06-12  Wim Taymans  <wim@fluendo.com>
12346
12347         * gst/gsterror.c: (gst_g_error_get_type):
12348         * gst/gstpadtemplate.c: (gst_pad_template_get_type),
12349         (gst_static_pad_template_get_type):
12350         * gst/gsttaglist.c: (gst_tag_list_get_type):
12351         * gst/gsttagsetter.c: (gst_tag_setter_get_type):
12352         * gst/gsttypefindfactory.c: (gst_type_find_factory_get_type):
12353         * gst/gsturi.c: (gst_uri_handler_get_type):
12354         * gst/gstvalue.c: (gst_date_get_type):
12355         * gst/gstxml.c: (gst_xml_get_type):
12356         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_type),
12357         (gst_base_sink_preroll_object), (gst_base_sink_get_position):
12358         * libs/gst/base/gstbasesrc.c: (gst_base_src_get_type):
12359         Add G_UNLIKELY in type registration.
12360
12361 2006-06-12  Wim Taymans  <wim@fluendo.com>
12362
12363         * tools/gst-inspect.c: (print_signal_info):
12364         Properly print enum values.
12365
12366 2006-06-12  Wim Taymans  <wim@fluendo.com>
12367
12368         * gst/gstinfo.c: (gst_debug_set_active),
12369         (gst_debug_category_set_threshold), (_gst_debug_nameof_funcptr):
12370         * gst/gstinfo.h:
12371         Add some G_[UN]LIKELY.
12372         Maintain __gst_debug_min to avoid formatting the arguments of
12373         debug messages that will be dropped anyway to avoid a lot of 
12374         overhead from the debugging system.
12375
12376 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
12377
12378         * po/POTFILES.in:
12379         * po/POTFILES.skip:
12380           add missing files containing translatable strings, tell intltool about
12381           one exception
12382
12383 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
12384
12385         * tests/check/libs/.cvsignore:
12386         add test-binary to ignore list
12387
12388 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
12389
12390         * docs/libs/gstreamer-libs-docs.sgml:
12391         reorder (put dp into a chapter) and indent
12392
12393 2006-06-10  Thomas Vander Stichele  <thomas at apestaart dot org>
12394
12395         * configure.ac:
12396           back to HEAD
12397
12398 === release 0.10.8 ===
12399
12400 2006-06-10  Thomas Vander Stichele <thomas at apestaart dot org>
12401
12402         * configure.ac:
12403           releasing 0.10.8, "Soepeke, ik zie ou nog altijd nie"
12404
12405 2006-06-10  Thomas Vander Stichele  <thomas at apestaart dot org>
12406
12407         * gst/gst.c: (init_post):
12408           move pid declaration to declaration block
12409
12410 2006-06-10  Thomas Vander Stichele  <thomas at apestaart dot org>
12411
12412         * gst/gst.c: (init_post):
12413           use _exit() instead of exit() in our forked child; this ensures
12414           that none of the registered exit handlers from whatever is using
12415           GStreamer get executed.  This fixes gnome-mixer-applet failing
12416           to load, because ORBit would shut down.
12417           Spotted by: Edward Hervey  <edward@fluendo.com>
12418           Fix suggested by: Tim-Philipp Müller  <tim at centricular dot net>
12419           Fixes #344474
12420
12421 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12422
12423         * configure.ac:
12424           back to TRUNK
12425
12426 === release 0.10.7 ===
12427
12428 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
12429
12430         * configure.ac:
12431           releasing 0.10.7, "Soepeke, ik zie ou"
12432
12433 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12434
12435         * configure.ac:
12436         * po/af.po:
12437         * po/az.po:
12438         * po/bg.po:
12439         * po/ca.po:
12440         * po/cs.po:
12441         * po/de.po:
12442         * po/en_GB.po:
12443         * po/fr.po:
12444         * po/it.po:
12445         * po/nb.po:
12446         * po/nl.po:
12447         * po/ru.po:
12448         * po/sq.po:
12449         * po/sr.po:
12450         * po/sv.po:
12451         * po/tr.po:
12452         * po/uk.po:
12453         * po/vi.po:
12454         * po/zh_CN.po:
12455         * po/zh_TW.po:
12456         * win32/common/config.h:
12457           0.10.6.2 prerelease
12458
12459 2006-06-07  Wim Taymans  <wim@fluendo.com>
12460
12461         * gst/gstindex.c: (gst_index_gtype_resolver):
12462         * tools/gst-xmlinspect.c: (print_plugin_info):
12463         Fix leak spotted by coverity checker. Fixes #343827
12464         Fix another other leak found by paolo borelli.
12465
12466 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12467
12468         * libs/gst/dataprotocol/dataprotocol.c:
12469         (gst_dp_header_from_buffer_any), (gst_dp_packet_from_caps_any),
12470         (gst_dp_version_get_type), (gst_dp_init),
12471         (gst_dp_header_from_buffer), (gst_dp_header_from_buffer_1_0),
12472         (gst_dp_packet_from_caps), (gst_dp_packet_from_caps_1_0),
12473         (gst_dp_packet_from_event), (gst_dp_packet_from_event_1_0),
12474         (gst_dp_event_from_packet_0_2), (gst_dp_event_from_packet_1_0),
12475         (gst_dp_event_from_packet), (gst_dp_packetizer_new),
12476         (gst_dp_packetizer_free):
12477         * libs/gst/dataprotocol/dataprotocol.h:
12478           API: add a GstDPPacketizer object, and create/free functions
12479           API: add GstDPVersion enum
12480           Add 1.0 event function that uses the string serialization
12481           Serialize more useful buffer flags
12482           Fixes #343988
12483
12484 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12485
12486         * tests/check/Makefile.am:
12487         * tests/check/gst/gstabi.c:
12488         * tests/check/gst/struct_ppc64.h:
12489         * tests/check/libs/libsabi.c:
12490         * tests/check/libs/struct_ppc64.h:
12491           add ppc64 structure sizes
12492
12493 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12494
12495         * tests/check/Makefile.am:
12496         * tests/check/gst/gstabi.c:
12497         * tests/check/gst/struct_x86_64.h:
12498         * tests/check/libs/libsabi.c:
12499         * tests/check/libs/struct_x86_64.h:
12500           generate and add structure size lists for x86_64
12501
12502 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12503
12504         * libs/gst/check/gstcheck.c: (gst_check_abi_list):
12505         * libs/gst/check/gstcheck.h:
12506           factor out the method from tests that checks size of structures,
12507           and add code to generate the header containing these sizes
12508         * tests/check/gst/gstabi.c: (GST_START_TEST):
12509         * tests/check/gst/struct_i386.h:
12510         * tests/check/libs/libsabi.c: (GST_START_TEST):
12511         * tests/check/libs/struct_i386.h:
12512           use it
12513
12514 2006-06-06  Michael Smith  <msmith@fluendo.com>
12515
12516         * gst/gstsegment.h:
12517           Don't use c++-style comments, fixes #343929
12518
12519 2006-06-05  Edward Hervey  <edward@fluendo.com>
12520
12521         * gst/gst.c:
12522         plugin_paths is not used if we build without registry support.
12523
12524         * gst/gstsegment.c: (gst_segment_copy): 
12525         _copy() was always returning NULL...
12526
12527 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12528
12529         * libs/gst/dataprotocol/dataprotocol.c:
12530         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
12531         (gst_dp_packet_from_event):
12532           factor out CRC code
12533
12534 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12535
12536         * libs/gst/check/gstcheck.c: (gst_check_teardown_src_pad):
12537           make sure we unset caps
12538
12539 2006-06-02  Michael Smith  <msmith@fluendo.com>
12540
12541         * libs/gst/check/gstcheck.c: (gst_check_init),
12542         (gst_check_chain_func):
12543         * libs/gst/check/gstcheck.h:
12544           Add a cond/mutex to the check support lib, signal this whenever we
12545           add to the buffers list. This will allow tests to not busy-wait on
12546           the buffer-list.
12547
12548 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12549
12550         * libs/gst/dataprotocol/dataprotocol.c:
12551         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
12552         (gst_dp_packet_from_event):
12553           factor out some common header init code
12554
12555 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12556
12557         * docs/libs/gstreamer-libs-sections.txt:
12558         * docs/libs/tmpl/gstdataprotocol.sgml:
12559         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc):
12560         * libs/gst/dataprotocol/dataprotocol.h:
12561           API: make gst_dp_crc() public
12562
12563 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
12564
12565         * plugins/indexers/gstindexers.c: (plugin_init):
12566         conditionally register fileindexer (fixes #343598)
12567
12568 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
12569
12570         * gst/gsttagsetter.h:
12571         Can't cast ifaces to a class
12572
12573         * libs/gst/net/gstnetclientclock.h:
12574         * libs/gst/net/gstnettimeprovider.h:
12575         * plugins/elements/gstfakesink.h:
12576         * plugins/elements/gstfakesrc.h:
12577         * plugins/elements/gstfdsink.h:
12578         * plugins/elements/gstfdsrc.h:
12579         * plugins/elements/gstfilesink.h:
12580         * plugins/elements/gstfilesrc.h:
12581         * plugins/elements/gstidentity.h:
12582         * plugins/elements/gstqueue.h:
12583         * plugins/elements/gsttee.h:
12584         * plugins/indexers/gstfileindex.c:
12585         * plugins/indexers/gstmemindex.c:
12586         * tests/old/examples/plugins/example.h:
12587         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
12588
12589 2006-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12590
12591         * libs/gst/dataprotocol/dataprotocol.c:
12592         (gst_dp_header_from_buffer):
12593           make sure we zero the whole ABI-compatible area
12594
12595 2006-06-01  Wim Taymans  <wim@fluendo.com>
12596
12597         Patch by: Alessandro Decina <alessandro at nnva dot org>
12598
12599         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_stop):
12600         Make sure the EOS flag is cleared from pads after a flush
12601         or stop. Fixes #343538.
12602
12603         * tests/check/libs/collectpads.c: (GST_START_TEST),
12604         (gst_collect_pads_suite):
12605         Added test for collectpads reusage after EOS.
12606
12607 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
12608
12609         * gst/gst.c:
12610          set #include <sys/wait.h> in a #ifdef #ifdef HAVE_FORK
12611         * win32/common/libgstbase.def:
12612          export gst_collect_pads_set_flushing
12613         * win32/common/libgstreamer.def:
12614          export gst_pad_set_acceptcaps_function, gst_structure_empty_new,
12615          gst_value_fraction_multiply
12616         * win32/vs6/gst_inspect.dsp:
12617          add a link to intl.lib
12618
12619 2006-05-30  Wim Taymans  <wim@fluendo.com>
12620
12621         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_remove_pad),
12622         (gst_collect_pads_chain):
12623         Handle the case where a pad is removed from the collection
12624         that could cause the other pads to become collectable.
12625
12626 2006-05-30  Wim Taymans  <wim@fluendo.com>
12627
12628         * gst/gstelement.c:
12629         Clarify the use of _release_request_pad() and
12630         _get_request_pad() a bit better.
12631
12632         * libs/gst/base/gstadapter.c: (gst_adapter_peek),
12633         (gst_adapter_take_buffer):
12634         Fix some doc and comment typos.
12635
12636 2006-05-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12637
12638         * docs/gst/gstreamer-sections.txt:
12639         * docs/libs/gstreamer-libs-sections.txt:
12640           add declared symbols
12641
12642 2006-05-30  Jan Schmidt  <thaytan@mad.scientist.com>
12643
12644         * gst/gstsystemclock.c: (gst_system_clock_id_wait_unlocked):
12645         Add debug that can be enabled using a #define at the top of the file,
12646         for dumping stats about how late/early we were when waking up from
12647         waiting on the clock.
12648
12649 2006-05-30  Wim Taymans  <wim@fluendo.com>
12650
12651         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_check_pads):
12652         When rebuilding the pad list, don't leak the previous list.
12653
12654 2006-05-30  Wim Taymans  <wim@fluendo.com>
12655
12656         Patch by: Lutz Mueller <lutz at topfrose dot de>
12657
12658         * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
12659         (gst_base_src_get_query_types), (gst_base_src_update_length):
12660         Publish supported query types.
12661         Update last_stop field in get_range mode so the position
12662         query works. Fixes #342321.
12663
12664 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
12665
12666         * docs/gst/gstreamer-sections.txt:
12667         * gst/gsttaglist.c: (_gst_tag_initialize):
12668         * gst/gsttaglist.h:
12669           API: add GST_TAG_PREVIEW_IMAGE (#343341).
12670
12671 2006-05-30  Wim Taymans  <wim@fluendo.com>
12672
12673         Patch by: Alessandro Decina <alessandro at nnva dot org>
12674
12675         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_remove_pad):
12676         Unlock mutex when removing an unknown pad.
12677         Fixes #343334.
12678
12679         * tests/check/Makefile.am:
12680         * tests/check/libs/collectpads.c: (collected_cb), (push_buffer),
12681         (push_event), (setup), (teardown), (GST_START_TEST),
12682         (gst_collect_pads_suite), (main):
12683         Added collecpads check, disabled for now as check crashes for
12684         some reason.
12685
12686 2006-05-29  Wim Taymans  <wim@fluendo.com>
12687
12688         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_finalize):
12689         Don't leak pads lists.
12690
12691 2006-05-29  Wim Taymans  <wim@fluendo.com>
12692
12693         * docs/libs/gstreamer-libs-sections.txt:
12694         * libs/gst/base/gstcollectpads.c:
12695         (gst_collect_pads_set_flushing_unlocked),
12696         (gst_collect_pads_set_flushing), (gst_collect_pads_start),
12697         (gst_collect_pads_stop):
12698         * libs/gst/base/gstcollectpads.h:
12699         API: gst_collect_pads_set_flushing()
12700         Added api to set the pads to flushing, useful for seeking
12701         code in elements using collectpads.
12702         Clear segment when receiving a flush.
12703
12704 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
12705
12706         * gst/gst.c: (add_path_func), (init_post):
12707           Don't scan registry paths passed via --gst-plugin-path immediately
12708           (will crash, because absolutely nothing is set up and no types are
12709           registered etc.); do this later in init_post(). Fixes #343057.
12710
12711 2006-05-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12712
12713         * gst/gst.c: (init_post):
12714           if we have fork, fork while reading/rebuilding the registry
12715           so the parent doesn't take the hit of having all plugins loaded
12716           in memory.  Fixes #342777.
12717         * configure.ac:
12718           Check if we have fork()
12719         * win32/common/config.h.in:
12720           no fork() on win32
12721
12722 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
12723
12724         * plugins/elements/gstelements.c:
12725         * plugins/elements/gstfilesrc.c: (gst_file_src_class_init),
12726         (gst_file_src_init), (gst_file_src_set_property),
12727         (gst_file_src_get_property), (gst_file_src_start):
12728         * plugins/elements/gstfilesrc.h:
12729           API: GstFileSrc::use-mmap
12730
12731         Add a use-mmap property to enable easier testing of all code paths.
12732         Bump rank to PRIMARY, so filesrc is the preferred file reader and used
12733         in the absence of gnomevfssrc. (Closes #340501)
12734
12735 2006-05-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12736
12737         * tools/gst-inspect.c:
12738         Add missing include, removes warning of ngettext not being defined on
12739         some arches.
12740
12741 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
12742
12743         * gst/gstvalue.c: (gst_value_deserialize_fraction):
12744         Handle NULL input and output pointers silently as a failed conversion,
12745         rather than g_warnings.
12746
12747 2006-05-25  Wim Taymans  <wim@fluendo.com>
12748
12749         * libs/gst/net/gstnetclientclock.c: (gst_net_client_clock_start):
12750         Initialize variable before using. Fixes #342820.
12751
12752 2006-05-24  Tim-Philipp Müller  <tim at centricular dot net>
12753
12754         * libs/gst/base/gsttypefindhelper.c: (buf_helper_find_peek):
12755           Fix off-by-one bug that would only allow peeks of N-1 bytes
12756           from the start even if the buffer to typefind on contains
12757           in fact N bytes of data (makes vorbis typefinding from a
12758           vorbis identification header buffer work).
12759
12760         * tests/check/Makefile.am:
12761         * tests/check/libs/.cvsignore:
12762         * tests/check/libs/typefindhelper.c: (GST_START_TEST),
12763         (gst_typefindhelper_suite), (main), (foobar_typefind),
12764         (plugin_init):
12765           Add very basic unit test for gst_type_find_helper_for_buffer()
12766           that checks for the problem fixed above.
12767
12768 2006-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12769
12770         * tools/gst-inspect.c: (print_interfaces),
12771         (print_element_properties_info), (print_element_list), (main):
12772           add more translatable strings
12773
12774 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
12775
12776         Patch by: Julien Moutte  <julien at moutte net>
12777
12778         * docs/gst/gstreamer-sections.txt:
12779           Make new GST_FLOW_IS_SUCCESS macro visible in docs.
12780           
12781         * plugins/elements/gstfakesink.c: (gst_fake_sink_class_init),
12782         (gst_fake_sink_preroll):
12783         * plugins/elements/gstfakesink.h:
12784           API: Add new GstFakeSink::preroll-handoff signal (#337100).
12785
12786 2006-05-23  Wim Taymans  <wim@fluendo.com>
12787
12788         * gst/gstpad.c: (gst_flow_get_name), (gst_flow_to_quark):
12789         * gst/gstpad.h:
12790         Added _CUSTOM error and success GstFlowReturn that can be
12791         used be elements internally. 
12792         Added macro to check for SUCCESS flowreturns.
12793         API: GST_FLOW_CUSTOM_SUCCESS
12794         API: GST_FLOW_CUSTOM_ERROR
12795         API: GST_FLOW_IS_SUCCESS
12796
12797         * tests/check/gst/gstpad.c: (GST_START_TEST), (gst_pad_suite):
12798         Added check for GstFlowReturn sanity.
12799
12800 2006-05-23  Wim Taymans  <wim@fluendo.com>
12801
12802         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12803
12804         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_remove_pad),
12805         (gst_collect_pads_event):
12806         clear/reset segment info in FLUSH_STOP.
12807         Fixes #336929.
12808
12809 2006-05-22  Stefan Kost  <ensonic@users.sf.net>
12810
12811         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_stop),
12812         (gst_collect_pads_check_collected):
12813         Flush queued buffer on _stop(), fixes playing again (#342454)
12814
12815 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12816
12817         * tests/check/gst/gststructure.c: (GST_START_TEST),
12818         (gst_structure_suite):
12819           add a test for a complete structure
12820
12821 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12822
12823         * docs/faq/developing.xml:
12824         * docs/faq/faq.xml:
12825         * docs/faq/troubleshooting.xml:
12826         * docs/faq/using.xml:
12827           Some minor FAQ updates that won't change the fact that
12828           our FAQ is badly structured, full of information hardly
12829           anyone new to GStreamer needs to know and lacking lots
12830           of information people constantly ask for.
12831           
12832 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
12833
12834         * gst/gstpad.c: (gst_pad_set_caps):
12835           Short-circuit gst_pad_set_caps if setting the existing
12836           caps pointer again, and avoid printing debug and 
12837           reffing/unreffing the caps.
12838
12839         * plugins/elements/gstqueue.c: (gst_queue_push_one):
12840           There's actually no need to set the caps before pushing -
12841           the acceptcaps method will handle it anyway.
12842
12843 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
12844
12845         * docs/gst/gstreamer-sections.txt:
12846         * win32/common/libgstreamer.def:
12847         * gst/gstutils.c: (gst_element_seek_simple):
12848         * gst/gstutils.h:
12849           API: add gst_element_seek_simple() (#342238).
12850
12851 2006-05-18  Edward Hervey  <edward@fluendo.com>
12852
12853         * gst/gsttypefind.c: (gst_type_find_get_type):
12854         * gst/gsttypefind.h:
12855         Added GST_TYPE_TYPE_FIND and gst_type_find_get_type() so a GType gets
12856         registered for GstTypeFind pointers. This allows wrapping the structure
12857         in bindings (i.e. gst-python).
12858
12859 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
12860
12861         * gst/gsttagsetter.c:
12862           Docs additions and fixes (see #339918).
12863
12864 2006-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
12865
12866         * plugins/elements/gstcapsfilter.c: (gst_capsfilter_prepare_buf):
12867         The caps intersection algorithm can produce multiple copies of the
12868         caps. Until that is fixed, we need to simplify the result to be
12869         sure whether the allowed caps are fixed or not.
12870
12871         * plugins/elements/gstqueue.c: (gst_queue_init),
12872         (gst_queue_bufferalloc), (gst_queue_acceptcaps),
12873         (gst_queue_push_one):
12874         Proxied buffer alloc should not set the caps on the source pad.
12875         When pushing buffers, we always accept the caps change that triggers.
12876         This prevents negotiation errors caused by caps changing mid-stream 
12877         and then being refused on our source pad (because upstream is now
12878         refusing those caps).
12879
12880 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
12881
12882         * tests/examples/helloworld/helloworld.c: (main):
12883           Must plug audioconvert and audioresample between decoder
12884           and audio sink.
12885
12886 2006-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
12887
12888         * gst/gstregistryxml.c: (read_string), (load_pad_template),
12889         (load_feature), (load_plugin):
12890         Allow empty strings for some of the plugin fields so we don't 
12891         drop valid plugin entries that were written out correctly
12892         (Fixes #341479)
12893
12894 2006-05-17  Sebastien Moutte  <sebastien@moutte.net>
12895         
12896         * gst/gstregistryxml.c: (gst_registry_xml_write_cache):
12897           Use g_remove and g_rename instead of remove and rename that don't 
12898           handle utf8 characters. rename was failing for users who had specific
12899           characters in their name then the registry was built at each 
12900           gstreamer init.
12901         * win32/vs6/gst_inspect.dsp:
12902         * win32/vs6/gst_launch.dsp:
12903         * win32/vs6/libgstbase.dsp:
12904         * win32/vs6/libgstcoreelements.dsp:
12905         * win32/vs6/libgstreamer.dsp:
12906           Use a debug version of libxml2 (libxml2D.lib,libxml2D.dll) for DEBUG 
12907           build of libgstreamer and clean unused libraries in projects link 
12908           settings.
12909
12910 2006-05-17  Edward Hervey  <edward@fluendo.com>
12911
12912         * plugins/elements/gstqueue.c: (gst_queue_push_one):
12913         The queue is not responsible for pushing an EOS when receiving a fatal
12914         flow error. It's up to the real element driving the pipeline to do that.
12915
12916 2006-05-16  Edward Hervey  <edward@fluendo.com>
12917
12918         * plugins/elements/gstqueue.c: (gst_queue_push_one):
12919         The queue was posting a non-needed GST_MESSAGE_ERROR when pushing a
12920         buffer returned a fatal error. It should just send an EOS and stop
12921         its task.
12922         Upstream elements will then properly receive the GST_FLOW_UNEXPECTED
12923         when pushing buffers on the queue and will be able to handle the event.
12924
12925 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
12926
12927         * docs/manual/basics-bins.xml:
12928         * docs/manual/basics-init.xml:
12929           Fix typos and minor errors in sample code (#341856).
12930
12931 2006-05-16  Wim Taymans  <wim@fluendo.com>
12932
12933         * docs/design/part-qos.txt:
12934         Fix indexes in formulas to make more sense.
12935
12936 2006-05-15  Wim Taymans  <wim@fluendo.com>
12937
12938         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_position):
12939         Don't report POSITION based on clock time if sync is
12940         disabled in a sink.
12941
12942 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
12943
12944         * gst/gstobject.h:
12945           Add cast to make compiler happy - refcount variable was a gint
12946           in GstObject but is a guint in GObject and g_atomic_int_get()
12947           wants a gint *.
12948
12949 2006-05-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12950
12951         * gst/parse/Makefile.am:
12952           chain commands using &&, which also makes parallel make work
12953
12954 2006-05-14  Tim-Philipp Müller  <tim at centricular dot net>
12955
12956         * docs/gst/gstreamer-sections.txt:
12957         * gst/gstevent.c:
12958         * gst/gstevent.h:
12959         * gst/gstmessage.h:
12960           Minor docs fixes.
12961
12962 === release 0.10.6 ===
12963
12964 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
12965
12966         * configure.ac:
12967           releasing 0.10.6, "Take the cannoli"
12968
12969 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
12970
12971         * tools/gst-launch.c: (print_tag):
12972           Fix use of uninitialized variable in the hypothetical
12973           case that some broken plugin creates a GST_TAG_IMAGE
12974           tag containing a NULL buffer (#341667).
12975
12976 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
12977
12978         * tools/gst-launch.c: (print_tag):
12979           Print something more intelligible for image tags when
12980           using the -t switch (#341556).
12981
12982 2006-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12983
12984         * Makefile.am:
12985           updates for win32
12986         * configure.ac:
12987           define GST_MAJORMINOR so we have it available in win32/common/config.h
12988           Possibly remove it from our Makefile.am files later
12989         * win32/common/config.h:
12990         * win32/common/config.h.in:
12991           added GST_MAJORMINOR
12992         * win32/common/gstenumtypes.c: (register_gst_resource_error):
12993         * win32/common/gstversion.h:
12994           updated
12995
12996 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
12997
12998         * win32/MANIFEST:
12999           Update win32 files listing.
13000         * win32/common/gstversion.h:
13001           Add GST_MAJORMINOR definition.
13002         * win32/common/libgstreamer.def:
13003           Add new exported functions.
13004           
13005 2006-05-12  Michael Smith  <msmith@fluendo.com>
13006
13007         * gst/gstplugin.c: (gst_plugin_load_file):
13008           If an so file has no plugin entry point, unload the module.
13009
13010 2006-05-11  Wim Taymans  <wim@fluendo.com>
13011
13012         * plugins/elements/gstqueue.c: (gst_queue_chain), (gst_queue_loop),
13013         (gst_queue_set_property):
13014         Don't forget to signal the _chain or _loop function 
13015         when the queue size or thresholds change since that might
13016         cause them to make progres again.
13017
13018 2006-05-11  Stefan Kost  <ensonic@users.sf.net>
13019
13020         * gst/gstclock.c: (gst_clock_class_init):
13021         * gst/gstindex.c: (gst_index_class_init):
13022         * gst/gstobject.c: (gst_object_class_init):
13023         * gst/gstpad.c: (gst_pad_class_init):
13024         * gst/gstpipeline.c: (gst_pipeline_class_init):
13025         * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init):
13026         * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init):
13027         * libs/gst/base/gstbasetransform.c:
13028         (gst_base_transform_class_init):
13029         * libs/gst/net/gstnetclientclock.c:
13030         (gst_net_client_clock_class_init):
13031         * libs/gst/net/gstnettimeprovider.c:
13032         (gst_net_time_provider_class_init):
13033         * plugins/elements/gstcapsfilter.c: (gst_capsfilter_class_init):
13034         * plugins/elements/gstfakesink.c: (gst_fake_sink_class_init):
13035         * plugins/elements/gstfakesrc.c: (gst_fake_src_class_init):
13036         * plugins/elements/gstfdsink.c: (gst_fd_sink_class_init):
13037         * plugins/elements/gstfdsrc.c: (gst_fd_src_class_init):
13038         * plugins/elements/gstfilesink.c: (gst_file_sink_class_init):
13039         * plugins/elements/gstfilesrc.c: (gst_file_src_class_init):
13040         * plugins/elements/gstidentity.c: (gst_identity_class_init):
13041         * plugins/elements/gsttee.c: (gst_tee_class_init):
13042         * tests/old/examples/plugins/example.c: (gst_example_class_init):
13043         * tests/old/testsuite/threads/signals.c: (gst_test_class_init):
13044           G_OBJECT_CLASS macro usage batch cleanup, fixes #337747 for core
13045
13046 2006-05-11  Wim Taymans  <wim@fluendo.com>
13047
13048         * gst/gstbuffer.c: (_gst_buffer_initialize):
13049         Register subbufer along with the buffer type so that
13050         it does not accidentally gets registered from N
13051         different streaming threads in a non threadsafe way.
13052
13053 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
13054
13055         * gst/gstbuffer.h:
13056         * gst/gstevent.h:
13057         * gst/gstmessage.h:
13058           Make gtk-doc generate docs for our inlined gst_buffer_ref(),
13059           gst_event_ref() and gst_message_ref() functions again
13060           (ugly hack, please do fix if there's a better way besides
13061           overrides.txt, which doesn't seem to work).
13062
13063 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13064
13065         * libs/gst/check/gstcheck.h:
13066           add an assert for setting state to avoid lots of repetitive code
13067           in the future
13068
13069 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13070
13071         * gst/gstvalue.c: (gst_value_serialize_flags):
13072           fix a leak if no flags are set
13073         * tests/check/gst/gstvalue.c: (GST_START_TEST):
13074           fix leak in tests
13075
13076 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
13077
13078         * docs/manual/basics-pads.xml:
13079           Expand a bit on caps and filtered links and update
13080           examples that were still using the no longer existing
13081           gst_pad_link_filtered() (#338206).
13082
13083 2006-05-10  Wim Taymans  <wim@fluendo.com>
13084
13085         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_finalize),
13086         (gst_collect_pads_add_pad), (gst_collect_pads_remove_pad),
13087         (gst_collect_pads_set_flushing), (gst_collect_pads_start),
13088         (gst_collect_pads_stop):
13089         * libs/gst/base/gstcollectpads.h:
13090         No need to call _stop in _finalize.
13091         Iterate the main pad list in _finalize.
13092         Added some more debug.
13093         Free lists and data in the right order.
13094         Also free data whem doing _remove_pad when stopped for
13095         backward compatibility protect ::started with PAD_LOCK as
13096         well.
13097
13098 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13099
13100         * gst/gststructure.c: (gst_structure_gtype_from_abbr),
13101         (gst_structure_parse_value):
13102           add some comments
13103           rename a method so that it actually says what it does better
13104
13105 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13106
13107         * gst/gstevent.c: (_gst_event_initialize):
13108         * gst/gstformat.c: (_gst_format_initialize):
13109           make sure some essential types used by events are registered
13110           as part of gst_init()
13111         * gst/gstvalue.c: (gst_value_serialize_flags):
13112           if no flags are set, serialize them to a value that represents NONE
13113           so that deserializing them works
13114         * tests/check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
13115           add tests for serialization and deserialization of flags
13116
13117 2006-05-10  Wim Taymans  <wim@fluendo.com>
13118
13119         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_collect),
13120         (gst_collect_pads_collect_range), (gst_collect_pads_available),
13121         (gst_collect_pads_check_pads), (gst_collect_pads_check_collected),
13122         (gst_collect_pads_event), (gst_collect_pads_chain):
13123         Update docs.
13124         Better debug info.
13125         Catch and return errors from the collect function
13126         Refuse data on eos pads.
13127
13128 2006-05-10  Edward Hervey  <edward@fluendo.com>
13129
13130         * gst/gstinterface.h:
13131         GST_IMPLEMENTS_INTERFACE and GST_IS_IMPLEMENTS_INTERFACE use the normal
13132         GInterface type checking.
13133         They were previously using non-defined macros.
13134
13135 2006-05-09  Wim Taymans  <wim@fluendo.com>
13136
13137         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_init),
13138         (gst_collect_pads_finalize), (gst_collect_pads_add_pad),
13139         (gst_collect_pads_remove_pad), (gst_collect_pads_set_flushing),
13140         (gst_collect_pads_start), (gst_collect_pads_stop),
13141         (gst_collect_pads_peek), (gst_collect_pads_pop),
13142         (gst_collect_pads_available), (gst_collect_pads_read),
13143         (gst_collect_pads_flush), (gst_collect_pads_check_pads),
13144         (gst_collect_pads_is_collected), (gst_collect_pads_event),
13145         (gst_collect_pads_chain):
13146         * libs/gst/base/gstcollectpads.h:
13147         Clean up the mess that is collectpads, add comments and
13148         FIXMEs where needed.
13149         Maintain a separate pad list so we can add pads while
13150         collecting the other ones. For this we need a new separate 
13151         lock (see comics).
13152         Fix memory leak in finalize.
13153         Refactor some weird code to set/unset pad flushing flags, mark
13154         with comments.
13155         Don't crash in _available, _read, _flush when we're EOS.
13156
13157         * tests/check/libs/.cvsignore:
13158         Ignore adapter check binary.
13159
13160 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
13161
13162         * gst/gstindex.c: (gst_index_resolver_get_type):
13163         * plugins/elements/gstfakesink.c:
13164         (gst_fake_sink_state_error_get_type):
13165         * plugins/elements/gstfakesrc.c: (gst_fake_src_data_get_type),
13166         (gst_fake_src_sizetype_get_type), (gst_fake_src_filltype_get_type):
13167         * plugins/elements/gstqueue.c: (queue_leaky_get_type):
13168           Const-ify GEnumValue arrays.
13169
13170 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
13171
13172         * tests/check/gst/gstbuffer.c: (GST_START_TEST):
13173           Add test case for flags + gst_buffer_make_metadata_writable().
13174
13175 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
13176
13177         * gst/gstbuffer.c: (gst_buffer_make_metadata_writable):
13178           gst_buffer_make_metadata_writable() should maintain the
13179           buffer flags (those that make sense at least) (see #340859).
13180
13181 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
13182
13183         * tools/gst-inspect.c:
13184         * tools/gst-launch.c:
13185         * tools/gst-typefind.c:
13186         * tools/gst-xmlinspect.c:
13187         * tools/tools.h:
13188           Fix up includes: need to include stdlib.h in tools.h for exit().
13189
13190 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
13191
13192         * gst/gsttaglist.c: (_gst_tag_initialize):
13193         * gst/gsttaglist.h:
13194           API: add GST_TAG_IMAGE tag (#340721).
13195
13196 2006-05-08  Wim Taymans  <wim@fluendo.com>
13197
13198         * gst/gstquery.c:
13199         Added some docs for the segment query.
13200
13201 2006-05-08  Wim Taymans  <wim@fluendo.com>
13202
13203         * libs/gst/base/gstbasesrc.c: (gst_base_src_perform_seek),
13204         (gst_base_src_loop), (gst_base_src_change_state):
13205         Always push non-flushing serialized events in the streaming 
13206         thread.
13207
13208 2006-05-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13209
13210         * gst/gsterror.c: (_gst_stream_errors_init):
13211           Add a missing error string.
13212
13213 2006-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
13214
13215         * libs/gst/base/gstbasesink.c: (gst_base_sink_configure_segment):
13216         Add applied_rate to the debug
13217
13218         * libs/gst/base/gstbasesrc.c: (gst_base_src_perform_seek):
13219         Copy applied_rate into the outgoing NEWSEGMENT event
13220
13221 2006-05-08  Wim Taymans  <wim@fluendo.com>
13222
13223         Patch by: Philippe Rouquier <philippero at libertysurf dot fr>
13224
13225         * libs/gst/base/gstbasesink.c: (gst_base_sink_set_flushing),
13226         (gst_base_sink_change_state):
13227         call ::unlock before taking the PREROLL_LOCK so we can safely
13228         handle elements that lock in ::render.
13229         Fixes #340174.
13230
13231 2006-05-08  Edward Hervey  <edward@fluendo.com>
13232
13233         * autogen.sh: (CONFIGURE_DEF_OPT): 
13234         Darwin's libtoolize is in fact called glibtoolize.
13235         Adding glibtoolize to the list of accepted names for libtoolize.
13236
13237 2006-05-08  Wim Taymans  <wim@fluendo.com>
13238
13239         * libs/gst/base/gstbasesrc.c: (gst_base_src_loop):
13240         Unify error handling, don't post an error message
13241         when a push() returns EOS but perform our normal EOS
13242         handling code. Fixes #340772.
13243
13244 2006-05-08  Wim Taymans  <wim@fluendo.com>
13245
13246         * docs/design/part-overview.txt:
13247         Make upsteam/downstream concepts more clear.
13248         Give an example of serialized/non-serialized events.
13249
13250         * docs/design/part-events.txt:
13251         * docs/design/part-streams.txt:
13252         Mention applied_rate.
13253
13254         * docs/design/part-trickmodes.txt:
13255         Mention applied rate, flesh out some more use cases.
13256
13257         * gst/gstevent.c: (gst_event_new_new_segment),
13258         (gst_event_parse_new_segment), (gst_event_new_new_segment_full),
13259         (gst_event_parse_new_segment_full), (gst_event_new_tag),
13260         (gst_event_parse_tag), (gst_event_new_buffer_size),
13261         (gst_event_parse_buffer_size), (gst_event_new_qos),
13262         (gst_event_parse_qos), (gst_event_parse_seek),
13263         (gst_event_new_navigation):
13264         * gst/gstevent.h:
13265         Add applied_rate field to NEWSEGMENT event.
13266         API: gst_event_new_new_segment_full()
13267         API: gst_event_parse_new_segment_full()
13268
13269         * gst/gstsegment.c: (gst_segment_init), (gst_segment_set_seek),
13270         (gst_segment_set_newsegment), (gst_segment_set_newsegment_full),
13271         (gst_segment_to_stream_time), (gst_segment_to_running_time):
13272         * gst/gstsegment.h:
13273         Add applied_rate to GstSegment structure.
13274         Make calculation of stream_time and running_time more correct
13275         wrt rate/applied_rate.
13276         Add some more docs.
13277         API: GstSegment::applied_rate field
13278         API: gst_segment_set_newsegment_full();
13279
13280         * libs/gst/base/gstbasesink.c: (gst_base_sink_configure_segment),
13281         (gst_base_sink_get_sync_times), (gst_base_sink_get_position):
13282         * libs/gst/base/gstbasetransform.c:
13283         (gst_base_transform_sink_eventfunc),
13284         (gst_base_transform_handle_buffer):
13285         Parse and use applied_rate in the GstSegment field.
13286
13287         * tests/check/gst/gstevent.c: (GST_START_TEST):
13288         Add check for applied_rate field.
13289
13290         * tests/check/gst/gstsegment.c: (GST_START_TEST),
13291         (gstsegments_suite):
13292         Add more checks for various GstSegment operations.
13293
13294 2006-05-08  Wim Taymans  <wim@fluendo.com>
13295
13296         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times),
13297         (gst_base_sink_do_sync), (gst_base_sink_chain_unlocked),
13298         (gst_base_sink_get_position), (gst_base_sink_change_state):
13299         Store the sync time of the buffer end position separatly in a
13300         new variable eos_rtime so we can properly sync the EOS event.
13301         Fixes #340697.
13302         Fix the docs for gst_base_sink_set_qos_enabled().
13303         Don't set segment start to invalid value when we receive a 
13304         non TIME newsegment.
13305         get closer to handling position reporting for negative rates 
13306         correctly.
13307
13308 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
13309
13310         * gst/gstcaps.c:
13311         Docs about how to print caps for debug purposes.
13312
13313         * gst/gstpadtemplate.c: (gst_static_pad_template_get):
13314         use gst_caps_make_writable instead of gst_caps_copy, Fixes #340608
13315
13316 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
13317
13318         * gst/gstelement.c:
13319           use full enum names and preprend a '%' in docs strings to make recent 
13320           gtk-doc turn that into a link
13321
13322 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
13323
13324         * docs/manual/basics-bins.xml:
13325         * docs/manual/basics-bus.xml:
13326         * docs/manual/basics-pads.xml:
13327           Some typo fixes, some additions, some clarifications. 
13328
13329 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
13330
13331         * tools/gst-inspect.c: (main):
13332         * tools/gst-launch.c: (main):
13333         * tools/gst-run.c: (main):
13334         * tools/gst-typefind.c: (main):
13335         * tools/gst-xmlinspect.c: (main):
13336           Use the string passed to g_option_context_new() for
13337           what it's intended for - the program name is already
13338           printed elsewhere.
13339
13340 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
13341
13342         * tools/Makefile.am:
13343         * tools/gst-inspect.c: (main):
13344         * tools/gst-launch.c: (main):
13345         * tools/gst-xmlinspect.c: (main):
13346         * tools/tools.h:
13347           Add back --version command line option (#340460).
13348
13349         * tools/gst-typefind.c: (have_type_handler), (typefind_file), (main):
13350           Add --version option and use GOption for argument parsing; refactor a
13351           bit; accept directories as arguments and recurse into them; lastly,
13352           print a decent error message when things go wrong.
13353
13354 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
13355
13356         * docs/manual/basics-bins.xml:
13357         Don't mention GstThread (#340611)
13358         * docs/manual/basics-elements.xml:
13359         Update link to GObject tutorial (#340607)
13360         
13361 2006-05-05  Wim Taymans  <wim@fluendo.com>
13362
13363         * gst/gstbuffer.h:
13364         * gst/gstminiobject.c:
13365         Add note about refcounting and miniobject/buffer writeability
13366         to docs. Fixes #340604
13367
13368         * gst/gstelementfactory.h:
13369         Added some explanation about @klass.
13370
13371 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
13372
13373         * docs/manual/intro-motivation.xml:
13374         * docs/manual/manual.xml:
13375         Avoid CORBA & Bonobo references (#340598)
13376
13377 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
13378
13379         * docs/manual/basics-bus.xml:
13380         * docs/manual/basics-pads.xml:
13381         Fix up some inaccuracies and omissions (#340609)
13382         
13383 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
13384
13385         * gst/gstghostpad.c:
13386           Small typo in docs (#340625)
13387
13388 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
13389
13390         * gst/parse/Makefile.am:
13391           Make 'make -j' proof (see #340698).
13392
13393 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
13394
13395         * configure.ac:
13396           Require GLib-2.8 here as well.
13397
13398 2006-05-05  Wim Taymans  <wim@fluendo.com>
13399
13400         * gst/glib-compat.c:
13401         * gst/gst.c: (init_pre):
13402         * gst/gstobject.c: (gst_object_init), (gst_object_ref),
13403         (gst_object_unref), (gst_object_replace), (gst_object_dispose),
13404         (gst_object_dispatch_properties_changed):
13405         * gst/gstobject.h:
13406         * gst/gstregistryxml.c: (gst_registry_xml_read_cache):
13407         * gst/gststructure.c: (gst_structure_set_valist):
13408         * gst/gstvalue.c: (gst_date_get_type), (_gst_value_initialize):
13409         Remove pre glib2.8 compatibility, fixes #340508
13410
13411 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
13412
13413         * gst/gsttaglist.h:
13414           Mention type of tags in doc blurbs.
13415
13416 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
13417
13418         * gst/gstpad.c: (gst_pad_init), (gst_pad_configure_sink),
13419         (gst_pad_configure_src), (gst_pad_push):
13420         Restore acceptcaps checking behaviour now that good plugins have
13421         been released.
13422
13423 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
13424
13425         Patch by: James Andrewartha <trs80 at tartarus uwa edu au>
13426
13427         * gst/gst.c:
13428         * gst/gstbus.c:
13429         * gst/gstclock.c:
13430         * gst/gstevent.c:
13431         * gst/gstformat.c:
13432         * gst/gstmessage.c:
13433         * gst/gstparse.c:
13434         * gst/gstquery.c:
13435         * gst/gstutils.c:
13436         * gst/parse/Makefile.am:
13437         * libs/gst/base/gstadapter.c:
13438         * libs/gst/base/gstbasesrc.c:
13439         * libs/gst/base/gstpushsrc.c:
13440         * libs/gst/base/gsttypefindhelper.c:
13441         * plugins/elements/gstfakesrc.c:
13442         * plugins/elements/gstidentity.c:
13443           Make sure gstprivate.h and/or config.h are
13444           always included first, otherwise some of our
13445           defines (like _FILE_OFFSET_BITS) might be
13446           redefined in the system headers. Fixes build
13447           on opensolaris (#340016).
13448
13449 2006-05-04  Wim Taymans  <wim@fluendo.com>
13450
13451         * docs/libs/gstreamer-libs-sections.txt:
13452         API: addition: gst_adapter_take_buffer()
13453         
13454         * libs/gst/base/gstadapter.c: (gst_adapter_push),
13455         (gst_adapter_peek), (gst_adapter_take), (gst_adapter_take_buffer),
13456         (gst_adapter_available_fast):
13457         * libs/gst/base/gstadapter.h:
13458         Prepare for optimizing the hell out of this hugely inefficient
13459         piece of code. 
13460         Added gst_adapter_take_buffer() so we can at least start thinking
13461         about subbuffering and merging.
13462         Added some comments.
13463
13464         * tests/check/Makefile.am:
13465         * tests/check/libs/adapter.c: (GST_START_TEST),
13466         (gst_adapter_suite), (main):
13467         Added GstAdapter check.
13468
13469 2006-05-04  Wim Taymans  <wim@fluendo.com>
13470
13471         * docs/design/part-overview.txt:
13472         Fix some typos, add blurb about buffer flags.
13473
13474 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13475
13476         * docs/libs/gstreamer-libs-sections.txt:
13477           make sure GstBaseTransformClass shows up in the docs
13478         * libs/gst/base/gstbasetransform.c:
13479         * libs/gst/base/gstbasetransform.h:
13480           move docs so gtk-doc picks it up now
13481
13482 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
13483
13484         * docs/libs/gstreamer-libs-sections.txt:
13485           add missing symbols to docs
13486
13487 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
13488
13489         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_event):
13490           back out the newsegment handling change, see #340060 for ongoing
13491           discussion
13492
13493 2006-04-30  Tim-Philipp Müller  <tim at centricular dot net>
13494
13495         * tools/gst-run.c: (get_candidates), (main):
13496           Fix wrong g_file_test() usage (see glib docs for why it doesn't
13497           work); fix typo in error message. Fixes #340079.
13498
13499 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13500
13501         * common/Makefile.am:
13502         * docs/Makefile.am:
13503         * docs/faq/Makefile.am:
13504         * docs/gst/Makefile.am:
13505         * docs/libs/Makefile.am:
13506         * docs/manual/Makefile.am:
13507         * docs/plugins/Makefile.am:
13508         * docs/pwg/Makefile.am:
13509         * docs/slides/Makefile.am:
13510         * docs/upload.mak:
13511         * common/upload.mak:
13512           move upload.mak to common
13513
13514 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13515
13516         * tests/check/gst/gstghostpad.c: (GST_START_TEST):
13517           add more asserts on refcounts
13518           do more cleanup at end of tests
13519           fix test leaks showing in FC5
13520
13521 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
13522
13523         * plugins/elements/gsttypefindelement.c:
13524         (gst_type_find_element_handle_event):
13525         reverted wrong change and reflowed code to avoid others falling into
13526         this trap
13527
13528 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
13529
13530         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_event):
13531           fix changelog entry about last collectpads change,
13532           add notes about proper fix
13533
13534 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
13535
13536         * gst/gst.c:
13537         * gst/gstregistry.c: (gst_registry_scan_path_level),
13538         (gst_registry_scan_path):
13539         * gst/gstregistry.h:
13540           only write out registry if it has changed, fixes #338339
13541
13542 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
13543
13544         * gst/gstbin.c:
13545         * gst/gstpipeline.c:
13546         * plugins/elements/gstcapsfilter.c:
13547         * plugins/elements/gstfakesink.c:
13548         * plugins/elements/gstfakesrc.c:
13549         * plugins/elements/gstfdsink.c:
13550         * plugins/elements/gstfdsrc.c:
13551         * plugins/elements/gstfilesink.c:
13552         * plugins/elements/gstfilesrc.c:
13553         * plugins/elements/gstidentity.c:
13554         * plugins/elements/gstqueue.c:
13555         * plugins/elements/gsttee.c:
13556         * plugins/elements/gsttypefindelement.c:
13557         (gst_type_find_element_handle_event):
13558           make GstElementDetails const
13559
13560 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
13561
13562         * libs/gst/base/gstbasesink.c: (gst_base_sink_event):
13563         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_base_init),
13564         (gst_collect_pads_is_collected), (gst_collect_pads_event):
13565           more detailed debug and formatting cleanup,
13566           forward newsegments to src-pad (so that e.g. adder not eats them)
13567
13568 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
13569
13570         * gst/gstutils.c: (gst_element_link_pads):
13571           cleanup double code
13572
13573 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
13574
13575         * libs/gst/controller/gstcontroller.c:
13576         (gst_controller_sync_values):
13577           some little tuning
13578         * tests/check/libs/controller.c: (GST_START_TEST),
13579         (gst_controller_suite):
13580           a new test for live value handling
13581
13582 2006-04-28  Wim Taymans  <wim@fluendo.com>
13583
13584         * gst/gstutils.c: (push_and_ref):
13585         Added some more docs.
13586         Fix refcount issue whith gst_element_found_tags() helper 
13587         function. Fixes #338335
13588
13589         * tests/check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite):
13590         Added testsuite for gst_element_found_tags().
13591
13592 2006-04-28  Michael Smith  <msmith@fluendo.com>
13593
13594         * gst/gstvalue.c: (gst_value_serialize_flags):
13595           Avoid NULL dereference when trying to serialize flags containing
13596           invalid values.
13597
13598 2006-04-28  Michael Smith  <msmith@fluendo.com>
13599
13600         * plugins/elements/gsttypefindelement.c:
13601         (gst_type_find_element_handle_event):
13602           If we get EOS before any data is accumulated, don't use
13603           uninitialised local variables.
13604
13605 2006-04-28  Michael Smith  <msmith@fluendo.com>
13606
13607         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_event),
13608         (gst_dp_event_from_packet):
13609           Fixes in reading/writing events over GDP (not currently used?) - 
13610           dereferencing NULL events for unknown/invalid event types, memory
13611           leak, and change g_warning to GST_WARNING.
13612
13613 2006-04-28  Wim Taymans  <wim@fluendo.com>
13614
13615         * libs/gst/base/gstbasesink.c: (gst_base_sink_is_too_late),
13616         (gst_base_sink_do_render_stats), (gst_base_sink_render_object),
13617         (gst_base_sink_get_position), (gst_base_sink_change_state):
13618         When frame dropping is enabled, we should not ignore frames
13619         without a duration.
13620         Update some documentation.
13621
13622 2006-04-28  Wim Taymans  <wim@fluendo.com>
13623
13624         * libs/gst/base/gstbasesrc.c: (gst_base_src_perform_seek),
13625         (gst_base_src_send_event), (gst_base_src_change_state):
13626         Documentation updates.
13627
13628 2006-04-28  Wim Taymans  <wim@fluendo.com>
13629
13630         * plugins/elements/gstfdsink.c: (gst_fd_sink_render),
13631         (gst_fd_sink_check_fd), (gst_fd_sink_update_fd):
13632         handle EAGAIN, EINTR and short writes correctly. Also clean
13633         up some error cases, avoid a deadlock on bad file descriptors and
13634         use GST_DEBUG_OBJECT.
13635         Fixes #339843
13636
13637 2006-04-28  Wim Taymans  <wim@fluendo.com>
13638
13639         * gst/gstvalue.c: (gst_value_serialize_buffer),
13640         (gst_value_deserialize_buffer):
13641         Don't try to serialize a GValue with a NULL buffer. 
13642         Fixes #339821.
13643
13644         * tests/check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
13645         Added check for serialisation of NULL buffers.
13646
13647 2006-04-28  Wim Taymans  <wim@fluendo.com>
13648
13649         * gst/gstminiobject.c: (gst_value_take_mini_object):
13650         Taking a NULL miniobject is valid, fix the case where
13651         we try to unref the NULL miniobject.
13652
13653 2006-04-28  Wim Taymans  <wim@fluendo.com>
13654
13655         Patch by: Stefan Kost <ensonic at sonicpulse dot de>
13656
13657         * gst/gstbin.c: (gst_bin_handle_message_func):
13658         Update docs.
13659         Don't leak bin refcount when a state recalc is
13660         in progress and we delay another one #339808.
13661
13662 2006-04-28  Wim Taymans  <wim@fluendo.com>
13663
13664         * docs/design/part-TODO.txt:
13665         Mention QoS as an ongoing work item.
13666
13667         * docs/design/part-buffering.txt:
13668         New doc about buffering that needs to be fleshed out
13669         at some point.
13670
13671         * docs/design/part-qos.txt:
13672         More QoS policy for decoders/demuxers/transforms
13673
13674         * docs/design/part-trickmodes.txt:
13675         Small update.
13676
13677 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13678
13679         * configure.ac:
13680           back to HEAD
13681
13682 === release 0.10.5 ===
13683
13684 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
13685
13686         * configure.ac:
13687           releasing 0.10.5, "Fogo"
13688
13689 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13690
13691         patch by: Wim Taymans
13692
13693         * gst/gstpad.c: (gst_pad_init), (gst_pad_configure_sink),
13694         (gst_pad_configure_src), (gst_pad_push):
13695         * gst/gstpipeline.c: (gst_pipeline_init):
13696           Fix internal data flow errors.  Fixes #338711.
13697
13698 2006-04-12  Wim Taymans  <wim@fluendo.com>
13699
13700         * tests/check/gst/gstelement.c: (GST_START_TEST):
13701         Don't leak the factory.
13702
13703 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13704
13705         * configure.ac:
13706         * win32/common/config.h:
13707           prerelease
13708
13709 2006-04-12  Tim-Philipp Müller  <tim at centricular dot net>
13710
13711         * libs/gst/controller/gstcontroller.c: (gst_controller_unset),
13712         (gst_controller_unset_all):
13713           Free allocated GstTimedValues when freeing list nodes.
13714           Should fix leaks 'make check-valgrind' complains about.
13715
13716         * win32/common/libgstcontroller.def:
13717           Add gst_controller_unset_all.
13718
13719 2006-04-11  Stefan Kost  <ensonic@users.sf.net>
13720
13721         * docs/libs/gstreamer-libs-sections.txt:
13722         * libs/gst/controller/gstcontroller.c: (gst_controller_unset),
13723         (gst_controller_unset_all):
13724         * libs/gst/controller/gstcontroller.h:
13725         API: Added new method gst_controller_unset_all()
13726         fixed gst_controller_unset()
13727         * tests/check/libs/controller.c: (GST_START_TEST),
13728         (gst_controller_suite):
13729         Added two testcases for new and fixed method
13730
13731 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
13732
13733         * libs/gst/net/gstnettimepacket.c: (gst_net_time_packet_send):
13734           MSG_DONTWAIT is not defined on Cygwin, so work
13735           around that (fixes #317048).
13736           
13737 2006-04-11  Wim Taymans  <wim@fluendo.com>
13738
13739         * gst/gstelementfactory.c: (gst_element_register),
13740         (gst_element_factory_create), (gst_element_factory_make):
13741         Some cleanups.
13742         Fixed a FIXME.
13743         Updated docs (Fixes #131079)
13744
13745         * gst/gstpluginfeature.c: (gst_plugin_feature_load):
13746         Small cleanups.
13747
13748         * tests/check/gst/gstelement.c: (GST_START_TEST),
13749         (gst_element_suite):
13750         Added testcase for elementfactory class field.
13751
13752 2006-04-10  Wim Taymans  <wim@fluendo.com>
13753
13754         * gst/gstsegment.c:
13755         Added some more docs.
13756
13757         * libs/gst/base/gstbasesink.c: (gst_base_sink_perform_qos),
13758         (gst_base_sink_reset_qos):
13759         Calculate more accurate rate values.
13760
13761 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
13762
13763         * gst/gst_private.h:
13764           add a new #ifdef to use __declspec(dllimport) only for
13765           other modules and not for gstreamer core
13766         * gst/gstbasesink.c: (gst_base_sink_perform_qos):
13767           use gst_guint64_to_gdouble for conversion
13768         * win32/common/libgstreamer.def:
13769           add new exported functions
13770         * win32/vs6/gst_inspect.dsp:
13771         * win32/vs6/gst_launch.dsp:
13772         * win32/vs6/libgstbase.dsp:
13773         * win32/vs6/libgstcontroller.dsp:
13774         * win32/vs6/libgstcoreelements.dsp:
13775         * win32/vs6/libgstdataprotocol.dsp:
13776         * win32/vs6/libgstnet.dsp:
13777           update project files
13778
13779 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
13780
13781         * gst/gstbuffer.c: (gst_subbuffer_class_init):
13782         * gst/gstclock.c: (gst_clock_class_init):
13783         * gst/gstelement.c: (gst_element_class_init):
13784         * gst/gstindex.c: (gst_index_class_init):
13785         * gst/gstindexfactory.c: (gst_index_factory_class_init):
13786         * gst/gstobject.c: (gst_object_class_init),
13787         (gst_signal_object_class_init):
13788         * gst/gstpad.c: (gst_pad_class_init):
13789         * gst/gstpadtemplate.c: (gst_pad_template_class_init):
13790         * gst/gstpluginfeature.c: (gst_plugin_feature_class_init):
13791         * gst/gstregistry.c: (gst_registry_class_init):
13792         * gst/gstsystemclock.c: (gst_system_clock_class_init):
13793         * gst/gsttask.c: (gst_task_class_init):
13794         * gst/gstxml.c: (gst_xml_class_init):
13795         * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init):
13796         * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
13797         (gst_base_src_loop):
13798         * libs/gst/controller/gstcontroller.c:/
13799         (_gst_controller_class_init):
13800         * plugins/elements/gstfdsrc.c: (gst_fd_src_class_init):
13801         * plugins/indexers/gstfileindex.c: (gst_file_index_class_init):
13802         * plugins/indexers/gstmemindex.c: (gst_mem_index_class_init):
13803         * tests/old/examples/plugins/example.c: (gst_example_class_init):
13804         * tests/old/testsuite/threads/signals.c: (gst_test_class_init):
13805         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
13806
13807 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
13808
13809         * gst/gstpad.c: (gst_pad_link):
13810           Must set peer pads before calling the link function, otherwise
13811           a task started from a link function might get a flow-not-linked
13812           result when trying to push because the other thread where the
13813           linking happens hasn't had a chance to set the peers yet. This
13814           might happen for example when a queue gets linked to a downstream
13815           element, as queue starts a streaming task when its source pad
13816           gets linked. Happens in real life when playing back flac/musepack
13817           files in playbin (#332390).
13818           
13819 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
13820
13821         * gst/gstindex.h:
13822         * gst/gstxml.h:
13823         * libs/gst/base/gstadapter.h:
13824         * libs/gst/base/gstbasesink.h:
13825         * libs/gst/base/gstbasesrc.h:
13826         * libs/gst/base/gstbasetransform.h:
13827         * libs/gst/base/gstcollectpads.h:
13828         * libs/gst/base/gstpushsrc.h:
13829         Fix broken GObject macros
13830
13831 2006-04-07  Wim Taymans  <wim@fluendo.com>
13832
13833         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times):
13834         Initialize start and stop times, thanks valgrind.
13835
13836 2006-04-07  Wim Taymans  <wim@fluendo.com>
13837
13838         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times):
13839         Be a bit nicer to badly behaving upstream elements that expect
13840         us to deal with non TIME segments and timestamps (such as fakesrc
13841         in the testsuite).
13842
13843 2006-04-07  Wim Taymans  <wim@fluendo.com>
13844
13845         * gst/gstbus.c:
13846         Small documentation clarification about the signal watch.
13847
13848         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times),
13849         (gst_base_sink_wait_clock), (gst_base_sink_do_sync),
13850         (gst_base_sink_perform_qos), (gst_base_sink_reset_qos),
13851         (gst_base_sink_do_render_stats), (gst_base_sink_render_object),
13852         (gst_base_sink_get_position_last),
13853         (gst_base_sink_get_position_paused), (gst_base_sink_change_state):
13854         Convert and store timestamps in stream time and running time, the
13855         raw timestamps are not useful, also document this better.
13856         Use different window sizes for good and bad QoS observations so
13857         we react to badness a little quicker.
13858         Keep track of the amount of rendered and dropped buffers.
13859         Send QoS timestamps in running time.
13860
13861         * libs/gst/base/gstbasetransform.c:
13862         (gst_base_transform_sink_eventfunc),
13863         (gst_base_transform_handle_buffer):
13864         Compare QoS timestamps against running time.
13865
13866 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
13867
13868         * gst/gstpad.c:
13869           Typo fixes in docs.
13870
13871 2006-04-06  Michael Smith  <msmith@fluendo.com>
13872
13873         * gst/gstpad.c: (gst_pad_set_property):
13874           Use g_value_get_object() instead of g_value_dup_gst_object(),
13875           to avoid double-reffing the pad template (which we then sink,
13876           so this worked previously if (and only if) the pad template
13877           was floating.
13878
13879         * gst/gstpadtemplate.c: (gst_pad_template_init),
13880         (gst_pad_template_pad_created):
13881           Never return floating references to pad templates, create
13882           them as initially-sunken.
13883
13884           Document an extra function (and make this stop sinking our
13885           pad template, since that is now guaranteed to do nothing,
13886           since we created it sunken).
13887
13888         * gst/gstghostpad.c:
13889           Fix docs typo.
13890
13891 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
13892
13893         * gst/gstinfo.c: (__gst_in_valgrind):
13894           Add some newlines.
13895
13896         * plugins/elements/gsttypefindelement.c:
13897         (gst_type_find_element_chain):
13898           Don't leak buffer caps.
13899
13900 2006-04-06  Michael Smith  <msmith@fluendo.com>
13901
13902         * gst/parse/grammar.y:
13903           Fix a leak in parse-launch for any source-or-sink named element 
13904           references used.
13905
13906         * tests/check/pipelines/parse-launch.c: (expected_fail_pipe):
13907           Unref the pipeline if it exists after we've failed parsing.
13908
13909 2006-04-05  Michael Smith  <msmith@fluendo.com>
13910
13911         * gst/gstpipeline.c: (gst_pipeline_init):
13912           When we create a pipeline bus, initially create it in flushing mode.
13913           Fixes leaks in at least one test, and makes a new pipeline work the
13914           same as one that has gone to READY and then back to NULL.
13915
13916         * gst/gstelement.c:
13917           Typo fix in docs.
13918
13919 2006-04-05  Michael Smith  <msmith@fluendo.com>
13920
13921         * tests/check/gst/gstghostpad.c: (GST_START_TEST):
13922           Unref a pad we reffed.
13923         * tests/check/gst/gstutils.c: (GST_START_TEST):
13924           Unref bins
13925
13926 2006-04-05  Michael Smith  <msmith@fluendo.com>
13927
13928         * gst/gstquery.c: (gst_query_set_formats),
13929         (gst_query_set_formatsv):
13930           Fix leaking GValues in queries, as shown by valgrind/testsuite.
13931
13932 2006-04-05  Michael Smith  <msmith@fluendo.com>
13933
13934         * tests/check/generic/sinks.c: (GST_START_TEST):
13935           Fix a variety of memleaks in sinks check, which are only sometimes 
13936           shown by running the tests under valgrind (weird?).
13937
13938 2006-04-05  Jan Schmidt  <thaytan@mad.scientist.com>
13939
13940         * docs/version.entities.in:
13941           Fix the substituted entity name after thomas' changes on the
13942           weekend.
13943
13944 2006-04-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13945
13946         * gst/gstinfo.c: (__gst_in_valgrind): Use printf instead of
13947         VALGRIND_PRINTF
13948         
13949 2006-04-05  Andy Wingo  <wingo@pobox.com>
13950
13951         * gst/gstpad.c (gst_pad_set_blocked_async): More debug.
13952
13953         * libs/gst/base/gstbasetransform.c
13954         (gst_base_transform_sink_eventfunc): When resetting our segment on
13955         FLUSH_STOP, also update the flag saying we haven't seen a
13956         newsegment.
13957
13958 2006-04-04  Tim-Philipp Müller  <tim at centricular dot net>
13959
13960         Patch by: Paolo Borelli  <pborelli at katamail dot com>
13961
13962         * gst/gstplugin.c: (gst_plugin_finalize), (gst_plugin_class_init),
13963         (gst_plugin_check_license):
13964           minor clean-ups: G_DEFINE_TYPE already takes care of the
13965           parent_class stuff, no need to do it twice. Mark array of
13966           license strings as constant. (#337103)
13967           
13968 2006-04-04  Michael Smith  <msmith@fluendo.com>
13969
13970         * tools/gst-inspect.c: (print_element_list):
13971           Free the right plugin list; fixes a memory leak.
13972
13973 2006-04-04  Tim-Philipp Müller  <tim at centricular dot net>
13974
13975         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
13976
13977         * plugins/elements/gstfilesink.c: (gst_file_sink_render):
13978           Don't error out on empty buffers (#336945).
13979           
13980 2006-04-04  Jan Schmidt  <thaytan@mad.scientist.com>
13981
13982         * docs/libs/gstreamer-libs-sections.txt:
13983         * gst/gsttaglist.c:
13984         * libs/gst/base/gstbasesink.c:
13985         * libs/gst/base/gstbasesink.h:
13986         * libs/gst/base/gstbasesrc.c:
13987         * libs/gst/base/gstbasesrc.h:
13988           Documentation updates. Make BaseSink and BaseSrc docs contain the
13989           class structure so that people can actually see the prototypes for
13990           virtual functions they're supposed to be overriding.
13991
13992 2006-04-04  Tim-Philipp Müller  <tim at centricular dot net>
13993
13994         * plugins/elements/gsttypefindelement.c:
13995         (gst_type_find_element_chain):
13996           More debug info; when skipping typefinding, send cached
13997           events in all cases.
13998
13999 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14000
14001         * configure.ac:
14002           use new AS_VERSION and AS_NANO macros
14003         * gst/gst-i18n-lib.h:
14004         * gst/gst.c:
14005         * gst/gsterror.c:
14006         * gst/gstversion.h.in:
14007         * win32/common/config.h:
14008         * win32/common/config.h.in:
14009           update accordingly
14010
14011 2006-03-31  Michael Smith  <msmith@fluendo.com>
14012
14013         * plugins/elements/gsttypefindelement.c:
14014         (gst_type_find_element_chain):
14015           Do not typefind content if the buffers already have caps.
14016           Neccesary for icydemux (#333657), and the right thing to do anyway.
14017
14018 2006-03-30  Wim Taymans  <wim@fluendo.com>
14019
14020         * libs/gst/base/gstbasesink.c: (gst_base_sink_init),
14021         (gst_base_sink_finalize), (gst_base_sink_set_qos_enabled),
14022         (gst_base_sink_is_qos_enabled), (gst_base_sink_do_sync),
14023         (gst_base_sink_record_qos_observation),
14024         (gst_base_sink_perform_qos), (gst_base_sink_reset_qos),
14025         (gst_base_sink_is_too_late), (gst_base_sink_render_object),
14026         (gst_base_sink_change_state):
14027         More QoS measurements as described in the design doc.
14028         Get rid of ringbuffer with observations, running average is
14029         more simple and equally good.
14030         Calculates valid proportion now.
14031         Added beginning of flood measurement.
14032
14033 2006-03-29  Wim Taymans  <wim@fluendo.com>
14034
14035         * docs/design/part-qos.txt:
14036         * gst/gstclock.c:
14037         Small documentation updates and additions.
14038
14039 2006-03-29  Wim Taymans  <wim@fluendo.com>
14040
14041         * libs/gst/base/gstbasesrc.c: (gst_base_src_finalize),
14042         (gst_base_src_send_event), (gst_base_src_loop),
14043         (gst_base_src_change_state):
14044         Perform the EOS logic when we reach the segment stop position.
14045         Fix compilation on gcc4.1
14046
14047 2006-03-29  Wim Taymans  <wim@fluendo.com>
14048
14049         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
14050
14051         * plugins/elements/gstqueue.c: (gst_queue_init),
14052         (gst_queue_locked_flush), (gst_queue_handle_sink_event),
14053         (gst_queue_set_property):
14054         * plugins/elements/gstqueue.h:
14055         In queue, when EOS is received, if minimum threshold > max_size -
14056         current_level, there is chance that queue blocks forever in conditional
14057         item del wait. This is because the queue is not emptied completely due
14058         to minimum threshold.  Here is another approach. Instead of setting
14059         cur_levels to max in EOS, just zero all minimum threshold levels. This
14060         should make sure that queue gives out all data. When going to READY
14061         (stop) state, just reset the original minimum threshold levels.
14062         Fixes #336336.
14063
14064 2006-03-29  Tim-Philipp Müller  <tim at centricular dot net>
14065
14066         * plugins/elements/gsttypefindelement.c: (stop_typefinding),
14067         (gst_type_find_element_handle_event),
14068         (gst_type_find_element_send_cached_events),
14069         (gst_type_find_element_change_state):
14070         * plugins/elements/gsttypefindelement.h:
14071           When typefinding is done in push mode, we should cache
14072           events we receive during typefinding instead of just
14073           dropping them (e.g. newsegment, custom events from
14074           dvdreadsrc etc.) and then send them out once we've
14075           determined the type of the stream (and decodebin
14076           has had a chance to plug in a decoder/demuxer).
14077           
14078 2006-03-27  Wim Taymans  <wim@fluendo.com>
14079
14080         * docs/design/part-qos.txt:
14081         First QoS ideas.
14082
14083 2006-03-27  Wim Taymans  <wim@fluendo.com>
14084
14085         Inspired by a patch of: Lutz Mueller <lutz at topfrose dot de>
14086
14087         * libs/gst/base/gstbasesrc.c: (gst_base_src_finalize),
14088         (gst_base_src_send_event), (gst_base_src_change_state):
14089         Handle element seek correctly when we are streaming.
14090         Fixes #326998.
14091
14092 2006-03-24  Michael Smith  <msmith@fluendo.com>
14093
14094         * docs/faq/gst-uninstalled:
14095           Set up LD_LIBRARY_PATH to point at all the gstreamer libs. This will
14096           allow you to correctly run intalled applications built against old 
14097           core, using plugins that require updated core (e.g. running
14098           installed totem against a full uninstalled gstreamer stack)
14099
14100 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
14101
14102         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_is_collected):
14103         more debug details
14104
14105 2006-03-24  Wim Taymans  <wim@fluendo.com>
14106
14107         * docs/gst/gstreamer-sections.txt:
14108         Rearrange the order of the methods so that related methods
14109         are grouped together in sections.
14110
14111 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
14112
14113         * gst/gstelement.c:
14114           Little clarification in the docs
14115
14116 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
14117
14118         * docs/README:
14119         formatting fix
14120         * plugins/elements/gstidentity.c:
14121         * plugins/elements/gstqueue.c:
14122         * plugins/elements/gsttee.c:
14123         * plugins/elements/gsttypefindelement.c:
14124         GST_ELEMENT_DETAILS formatting
14125
14126 2006-03-24  Wim Taymans  <wim@fluendo.com>
14127
14128         * libs/gst/base/gstbasesink.h:
14129         Only add fields, not insert or we break ABI.
14130
14131 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
14132
14133         * win32/common/libgstbase.def:
14134         * win32/common/libgstreamer.def:
14135           Update, add recently added functions.
14136
14137 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
14138
14139         * docs/gst/gstreamer-sections.txt:
14140         * gst/gstutils.c: (gst_pad_query_peer_position),
14141         (gst_pad_query_peer_duration), (gst_pad_query_peer_convert):
14142         * gst/gstutils.h:
14143           API: add some new utility functions:
14144            - gst_pad_query_peer_position()
14145            - gst_pad_query_peer_duration()
14146            - gst_pad_query_peer_convert()
14147           
14148 2006-03-23  Wim Taymans  <wim@fluendo.com>
14149
14150         * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
14151         (gst_base_sink_init), (gst_base_sink_finalize),
14152         (gst_base_sink_set_qos_enabled), (gst_base_sink_is_qos_enabled),
14153         (gst_base_sink_set_property), (gst_base_sink_get_property),
14154         (gst_base_sink_commit_state), (gst_base_sink_get_sync_times),
14155         (gst_base_sink_wait_clock), (gst_base_sink_do_sync),
14156         (gst_base_sink_add_qos_observation), (gst_base_sink_send_qos),
14157         (gst_base_sink_perform_qos), (gst_base_sink_reset_qos),
14158         (gst_base_sink_is_too_late), (gst_base_sink_render_object),
14159         (gst_base_sink_preroll_object), (gst_base_sink_event),
14160         (gst_base_sink_chain_unlocked), (gst_base_sink_get_position_last),
14161         (gst_base_sink_get_position_paused), (gst_base_sink_get_position),
14162         (gst_base_sink_query), (gst_base_sink_change_state):
14163         Decouple max-lateness and the fact that QoS messages are generated
14164         with a new property (qos).
14165         added API: GstBaseSink::async_play()
14166         Add vmethod so subclasses can be notified of ASYNC playing
14167         state changes.
14168         Collect timestamp start and stop to report better current
14169         position in EOS/PLAYING/PAUSED/READY/NULL.
14170         Refactor QoS/frame dropping and other measurements.
14171         API: GstBaseSrc::qos
14172         Fixes #326311
14173
14174         * libs/gst/base/gstbasesink.h:
14175         Added Private struct.
14176         API: gst_base_sink_set_qos_enabled()
14177         API: gst_base_sink_is_qos_enabled()
14178
14179 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
14180
14181         * gst/gstregistryxml.c: (gst_registry_xml_read_cache):
14182           If compiling against GLib-2.8 or newer, try to read the
14183           registry file using GMappedFile first before falling back
14184           to fopen() + fread() (#332151).
14185
14186 2006-03-22  Wim Taymans  <wim@fluendo.com>
14187
14188         * gst/gstinfo.c: (gst_debug_set_active),
14189         (gst_debug_category_set_threshold):
14190         Disable debugging unless explicitly activated.
14191         Fixes #335480.
14192
14193 2006-03-22  Wim Taymans  <wim@fluendo.com>
14194
14195         * gst/gstelement.c: (gst_element_set_locked_state),
14196         (gst_element_dispose):
14197         Cleanup the error case.
14198
14199         * gst/gstobject.c: (gst_object_dispose):
14200         print a critical when some object was disposed with
14201         a parent, also revive the object since it might
14202         crash the parent.
14203
14204 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
14205
14206         * tools/gst-launch.1.in:
14207           Fix another typo.
14208
14209 2006-03-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14210
14211         * configure.ac:
14212         * tests/check/Makefile.am:
14213           disable some tests when we don't have a registry
14214         * tests/check/gst/gstutils.c: (gst_utils_suite):
14215           don't build the part that needs parsing
14216
14217 2006-03-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14218
14219         * gst/Makefile.am
14220         * tests/examples/Makefile.am:
14221           fix --disable-parse build
14222
14223 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
14224
14225         * tools/gst-feedback.1.in:
14226           Fix typo: s/feeback/feedback/ (#133494).
14227
14228 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
14229
14230         * tools/Makefile.am:
14231         * tools/gst-launch.1.in:
14232           Add FILES section and correct entry about GST_REGISTRY_PATH
14233           environment variable (#133495; #133494).
14234
14235 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
14236
14237         * tools/Makefile.am:
14238         * tools/gst-md5sum.1.in:
14239         * tools/gst-md5sum.c:
14240           Remove gst-md5sum and man page (the md5sink element
14241           required was removed ages ago)
14242
14243 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
14244
14245         * gst/gststructure.c: (gst_structure_id_set_value):
14246           Make sure that string fields in structures/taglists
14247           contain valid UTF-8 - we don't want to pass rubbish to
14248           applications because of a buggy plugin (cp. #334167).
14249
14250 2006-03-21  Edward Hervey  <edward@fluendo.com>
14251
14252         * gst/gstbin.c: (gst_bin_dispose), (gst_bin_provide_clock_func),
14253         (gst_bin_handle_message_func):
14254         * gst/gstclock.c: (gst_clock_dispose), (gst_clock_set_master):
14255         * gst/gstelement.c: (gst_element_set_clock), (gst_element_dispose),
14256         (gst_element_set_bus_func):
14257         * gst/gstghostpad.c: (gst_proxy_pad_dispose):
14258         * gst/gstminiobject.c: (gst_value_set_mini_object),
14259         (gst_value_take_mini_object):
14260         * gst/gstpad.c: (gst_pad_set_pad_template):
14261         * gst/gstpipeline.c: (gst_pipeline_dispose),
14262         (gst_pipeline_use_clock), (gst_pipeline_auto_clock):
14263         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_pop),
14264         (gst_collect_pads_chain):
14265         * libs/gst/net/gstnettimeprovider.c:
14266         (gst_net_time_provider_set_property):
14267         Series of fixes for dereferenced pointers that gcc 4.1 complains about.
14268         It's in fact all issues with gst_*object_replace().
14269
14270 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
14271
14272         Patch by: Loïc Minier  <lool + gnome at via dot ecp dot fr>
14273         
14274         * pkgconfig/gstreamer-check-uninstalled.pc.in:
14275         * pkgconfig/gstreamer-check.pc.in:
14276           Use @CHECK_LIBS@ here instead of hard-coding -lcheck (#334109).
14277
14278 2006-03-21  Edward Hervey  <edward@fluendo.com>
14279
14280         * gst/gstbuffer.h:
14281         * gst/gstevent.h:
14282         * gst/gstmessage.h:
14283         gst_[buffer|event|message]_ref() macros are replaced by a static
14284         inline functions because gcc-4.1 will about if the return value
14285         isn't used.
14286         * tests/check/gst/gstevent.c: (event_probe):
14287         gst_event_ref now has to be given a GstEvent* , fix check accordingly.
14288
14289 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
14290
14291         * gst/gstutils.h:
14292         Add G_UNLIKELY to our boilerplate to optimise the 'already registered
14293         the type' case. (Closes: #335195 for now). In the future, when we
14294         depend on GLib 2.10, we could also intern the type name using
14295         g_intern_static_string()
14296
14297 2006-03-20  Wim Taymans  <wim@fluendo.com>
14298
14299         * gst/gstbin.c: (gst_bin_handle_message_func),
14300         (bin_query_max_init), (bin_query_position_fold),
14301         (bin_query_position_done), (gst_bin_query):
14302         Position query should also take max of all streams.
14303
14304 2006-03-20  Wim Taymans  <wim@fluendo.com>
14305
14306         * plugins/elements/gstfakesrc.c: (gst_fake_src_class_init),
14307         (gst_fake_src_finalize):
14308         Fix leaks in fakesrc.
14309
14310         * tests/check/pipelines/parse-launch.c: (GST_START_TEST):
14311         Fix leaks in the testcase.
14312
14313 2006-03-19  Sebastien Moutte  <sebastien@moutte.net>
14314
14315         * gst/gst_private.h:
14316           add win32 specific import decoration(__declspec(dllimport)) 
14317           for all extern GstDebugCategory * variables
14318         * win32/common/libgstbase.def:
14319         * win32/common/libgstcontroller.def:
14320         * win32/common/libgstreamer.def:
14321           Add some exports, remove empty lines
14322         * win32/common/libgstdataprotocol.def:
14323         * win32/common/libgstdataprotocol.dsp:
14324         * win32/common/libgstnet.def:
14325         * win32/common/libgstnet.dsp:
14326           new project files and exportation files added
14327         
14328 2006-03-19  Wim Taymans  <wim@fluendo.com>
14329
14330         * tests/check/libs/basesrc.c: (eos_event_counter):
14331         Use proper return value for probe.
14332
14333 2006-03-17  Wim Taymans  <wim@fluendo.com>
14334
14335         * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_alloc_buffer_full),
14336         (gst_pad_push):
14337         Don't leak buffers, caps and pads on negotiation errors.
14338
14339 2006-03-16  Stefan Kost  <ensonic@users.sf.net>
14340
14341         * docs/faq/cvs.xml:
14342         * docs/faq/dependencies.xml:
14343         * docs/faq/developing.xml:
14344         * docs/faq/faq.xml:
14345         * docs/faq/general.xml:
14346         * docs/faq/getting.xml:
14347         * docs/faq/legal.xml:
14348         * docs/faq/troubleshooting.xml:
14349         * docs/faq/using.xml:
14350         Faq review and update.
14351
14352 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
14353
14354         * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_alloc_buffer_full),
14355         (gst_pad_push):
14356         Don't pound the cpu to pieces by checking get_caps when accept_caps
14357         is called with the same caps as the pad already has.
14358         Use GST_DEBUG_OBJECT when outputting caps change information.
14359
14360 2006-03-15  Wim Taymans  <wim@fluendo.com>
14361
14362         * gst/gstclock.c: (gst_clock_class_init):
14363         Fix docs.
14364
14365 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
14366
14367         * gst/gstbuffer.h:
14368         Documentation fix.
14369
14370         * gst/gstpad.c: (gst_pad_init), (gst_pad_acceptcaps_default),
14371         (gst_pad_accept_caps), (gst_pad_configure_sink),
14372         (gst_pad_configure_src), (gst_pad_chain), (gst_pad_push):
14373         Make the default acceptcaps behaviour be to check the requested 
14374         caps against the gst_pad_get_caps output. 
14375
14376         Ensure that gst_pad_accept_caps is used to check caps when a pad
14377         doesn't have a setcaps function, so that pads automatically refuse 
14378         caps that they don't allow in their pad template. (Fixes #332986)
14379
14380         When a buffer with attached caps is pushed, ensure that the source 
14381         pad receives those caps even if the element didn't call
14382         gst_pad_set_caps first.
14383
14384 2006-03-15  Wim Taymans  <wim@fluendo.com>
14385
14386         * libs/gst/base/gstadapter.c:
14387         Add some docs.
14388
14389 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
14390
14391         * win32/common/libgstbase.def:
14392         * win32/common/libgstcontroller.def:
14393         * win32/common/libgstreamer.def:
14394           Add a whole bunch of missing functions (#334434).
14395
14396 2006-03-14  Wim Taymans  <wim@fluendo.com>
14397
14398         * libs/gst/base/gstbasesink.c: (gst_base_sink_configure_segment),
14399         (gst_base_sink_get_sync_times), (gst_base_sink_wait_clock),
14400         (gst_base_sink_do_sync), (gst_base_sink_do_qos):
14401         Better debug info when we receive a segment event.
14402         Reorganize a bit so we can pass the get_times() results around.
14403         Use the segment format when calculating the running time.
14404         Don't do QoS is sync is disabled or we have no clock or the
14405         element does not want us to sync to the clock.
14406         Don't drop buffers if QoS is disabled for now.
14407
14408 2006-03-14  Wim Taymans  <wim@fluendo.com>
14409
14410         * gst/gstclock.c: (gst_clock_class_init), (do_linear_regression):
14411         Marked the stats property as unimplemented so people don't get
14412         wild ideas.
14413         Add debug message when regression goes wrong.
14414         Added some more docs.
14415
14416 2006-03-14  Wim Taymans  <wim@fluendo.com>
14417
14418         * gst/gstsegment.c: (gst_segment_to_stream_time):
14419         Return correct return type in case of errors.
14420
14421 2006-03-14  Wim Taymans  <wim@fluendo.com>
14422
14423         * gst/gstformat.c: (gst_format_get_name), (gst_format_to_quark):
14424           Don't segfault on invalid formats.
14425
14426 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
14427
14428         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times):
14429           Can't use gst_segment_to_running_time() when the segment
14430           is not in GST_TIME_FORMAT (like with filesink, for example).
14431           Stops flac encoding pipelines from spewing critical warnings
14432           at EOS (#331248).
14433           
14434 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
14435
14436         * gst/gstpipeline.c: (gst_pipeline_class_init):
14437           Add 'Since: 0.10.5' to gtk-doc blurb for added property.
14438
14439         * plugins/elements/gsttypefindelement.c:
14440         (gst_type_find_element_handle_event):
14441           Don't try to typefind empty streams.
14442
14443 2006-03-14  Wim Taymans  <wim@fluendo.com>
14444
14445         * libs/gst/base/gstbasesink.c: (gst_base_sink_do_sync),
14446         (gst_base_sink_do_qos):
14447         Separate QoS calculation.
14448         Only drop buffers when lateness is bigger than the 
14449         duration of the buffer.
14450
14451 2006-03-13  Wim Taymans  <wim@fluendo.com>
14452
14453         * gst/gstpipeline.c: (gst_pipeline_set_property),
14454         (gst_pipeline_get_property), (do_pipeline_seek),
14455         (gst_pipeline_change_state), (gst_pipeline_set_delay),
14456         (gst_pipeline_get_delay):
14457         Don't deadlock when reading properties.
14458
14459 2006-03-13  Wim Taymans  <wim@fluendo.com>
14460
14461         * libs/gst/base/gstbasetransform.c:
14462         (gst_base_transform_class_init), (gst_base_transform_init),
14463         (gst_base_transform_sink_event),
14464         (gst_base_transform_sink_eventfunc),
14465         (gst_base_transform_src_event), (gst_base_transform_src_eventfunc),
14466         (gst_base_transform_handle_buffer), (gst_base_transform_chain),
14467         (gst_base_transform_set_property),
14468         (gst_base_transform_get_property),
14469         (gst_base_transform_change_state), (gst_base_transform_update_qos),
14470         (gst_base_transform_set_qos_enabled),
14471         (gst_base_transform_is_qos_enabled):
14472         * libs/gst/base/gstbasetransform.h:
14473         Make basetransform virtual method for src events too.
14474         Handle QOS in basetransform.
14475         API: gst_base_transform_update_qos()
14476         API: gst_base_transform_set_qos_enabled()
14477         API: gst_base_transform_is_qos_enabled()
14478
14479 2006-03-13  Wim Taymans  <wim@fluendo.com>
14480
14481         * libs/gst/base/gstbasesink.c: (gst_base_sink_init),
14482         (gst_base_sink_do_sync):
14483         Small cleanups.
14484         Use QOS debug category.
14485
14486 2006-03-13  Wim Taymans  <wim@fluendo.com>
14487
14488         * plugins/elements/gstqueue.c:
14489         Very small doc update.
14490
14491 2006-03-13  Wim Taymans  <wim@fluendo.com>
14492
14493         * gst/gst_private.h:
14494         * gst/gstinfo.c: (_gst_debug_init):
14495         Added QOS debug category
14496
14497 2006-03-13  Wim Taymans  <wim@fluendo.com>
14498
14499         * docs/gst/gstreamer-sections.txt:
14500         * gst/gstbin.c: (bin_bus_handler), (gst_bin_handle_message_func):
14501         * gst/gstbin.h:
14502         * gst/gstbus.c: (gst_bus_class_init):
14503         * gst/gstbus.h:
14504         * gst/gstclock.c:
14505         * gst/gstelement.c: (gst_element_set_locked_state):
14506         * gst/gstsegment.c:
14507         Documentation updates.
14508
14509         * gst/gstpipeline.c: (gst_pipeline_get_type),
14510         (gst_pipeline_class_init), (gst_pipeline_init),
14511         (gst_pipeline_dispose), (gst_pipeline_set_property),
14512         (gst_pipeline_get_property), (do_pipeline_seek),
14513         (gst_pipeline_send_event), (gst_pipeline_change_state),
14514         (gst_pipeline_provide_clock_func), (gst_pipeline_set_delay),
14515         (gst_pipeline_get_delay):
14516         * gst/gstpipeline.h:
14517         Added methods for setting the delay.
14518         API: gst_pipeline_set_delay()
14519         API: gst_pipeline_get_delay()
14520         Add pipeline debug category
14521         Various cleanups.
14522         Updated docs.
14523         Don't reset stream time when seek failed.
14524
14525 2006-03-13  Wim Taymans  <wim@fluendo.com>
14526
14527         * docs/design/draft-klass.txt:
14528         * docs/design/part-clocks.txt:
14529         * docs/design/part-events.txt:
14530         * docs/design/part-gstbin.txt:
14531         * docs/design/part-gstpipeline.txt:
14532         * docs/design/part-messages.txt:
14533         * docs/design/part-negotiation.txt:
14534         * docs/design/part-overview.txt:
14535         * docs/design/part-preroll.txt:
14536         * docs/design/part-seeking.txt:
14537         * docs/design/part-states.txt:
14538         * docs/design/part-streams.txt:
14539         Documentation updates.
14540
14541 2006-03-12  Julien MOUTTE  <julien@moutte.net>
14542
14543         * gst/gsttaglist.c: Fix rubbish docs that are encouraging
14544         us to leak strings...
14545
14546 2006-03-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14547
14548         * libs/gst/net/gstnettimeprovider.c:
14549           fix docs
14550         * win32/common/config.h:
14551           update
14552
14553 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
14554
14555         Patch by: Julio M. Merino Vidal <jmmv at netbsd org>
14556
14557         * configure.ac:
14558           Don't check for libgnomeui (leftover from old examples
14559           that aren't built or disted any longer) (#334303).
14560           
14561 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
14562
14563         * plugins/elements/gstfdsink.c: (gst_fd_sink_render):
14564         * plugins/elements/gstfilesink.c: (gst_file_sink_render):
14565           Emit RESOURCE_NO_SPACE_LEFT error here as well when
14566           there's no space left on the device.
14567
14568 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
14569
14570         * gst/gstclock.h:
14571           Fix GST_CLOCK_TIME_IS_VALID signedness issues - we need
14572           to cast the input to GstClockTime before comparing with
14573           another GstClockTime value.
14574
14575 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14576
14577         * configure.ac:
14578           back to trunk
14579
14580 === release 0.10.4 ===
14581
14582 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
14583
14584         * configure.ac:
14585           releasing 0.10.4, "Light"
14586
14587 2006-03-10  Michael Smith  <msmith@fluendo.com>
14588
14589         * libs/gst/dataprotocol/dataprotocol.c:
14590           Fix docs for dataprocotol to not get the return types completely
14591           wrong for a few functions.
14592
14593 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
14594
14595         * docs/gst/gstreamer-sections.txt:
14596         * gst/gstpipeline.c: (gst_pipeline_class_init),
14597         (gst_pipeline_init), (gst_pipeline_set_property),
14598         (gst_pipeline_get_property), (gst_pipeline_change_state),
14599         (gst_pipeline_set_auto_flush_bus),
14600         (gst_pipeline_get_auto_flush_bus):
14601         * gst/gstpipeline.h:
14602           Add new API: gst_pipeline_set_auto_flush_bus() and
14603           gst_pipeline_get_auto_flush_bus() to disable automatic
14604           flushing of the pipeline's GstBus when going from READY
14605           to NULL state (#332045).
14606
14607 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
14608
14609         * docs/gst/gstreamer-sections.txt:
14610         * gst/gsturi.c: (gst_uri_has_protocol):
14611         * gst/gsturi.h:
14612            Add new API: gst_uri_has_protocol() (#333779).
14613
14614 2006-03-09  Wim Taymans  <wim@fluendo.com>
14615
14616         * gst/gstclock.c: (gst_clock_entry_new),
14617         (gst_clock_id_compare_func), (gst_clock_id_wait),
14618         (gst_clock_id_wait_async), (gst_clock_id_unschedule),
14619         (gst_clock_init), (gst_clock_get_internal_time),
14620         (gst_clock_set_master), (do_linear_regression),
14621         (gst_clock_add_observation), (gst_clock_set_property):
14622         * gst/gstclock.h:
14623         Review docs.
14624         Small cleanups.
14625         Fix a possible segfault when the window-size is made smaller.
14626         Calculate jitter before performing the clock wait. Ideally
14627         the clock implementation should calculate jitter but we need
14628         API breakage for that.
14629
14630         * gst/gstsystemclock.c: (gst_system_clock_init):
14631         Docs review.
14632         
14633         * libs/gst/base/gstbasesink.c: (gst_base_sink_do_sync):
14634         Remove leftover else
14635
14636         * tests/check/gst/gstsystemclock.c: (GST_START_TEST),
14637         (gst_systemclock_suite):
14638         Added check to test GST_CLOCK_DIFF.
14639
14640 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
14641
14642         * libs/gst/base/gsttypefindhelper.c: (helper_find_get_length),
14643         (gst_type_find_helper_get_range):
14644           If we are provided with the size, we should implement
14645           GstTypeFind::get_length, so that typefind functions who
14646           want to can actually peek at the middle of a file.
14647
14648 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
14649
14650         * docs/manual/advanced-dataaccess.xml:
14651           Add some very very basic error checking.
14652
14653         * docs/pwg/appendix-checklist.xml:
14654           Some updates to the list of things to check when writing an element.
14655
14656 2006-03-08  Wim Taymans  <wim@fluendo.com>
14657
14658         * docs/design/part-element-transform.txt:
14659         Added some docs about the design of tranform elements.
14660
14661         * libs/gst/base/gstbasesrc.c: (gst_base_src_perform_seek),
14662         (gst_base_src_loop), (gst_base_src_change_state):
14663         Mark buffers with the DISCONT flag.
14664
14665 2006-03-08  Michael Smith  <msmith@fluendo.com>
14666
14667         * gst/gstregistry.h:
14668         * gst/gstregistryxml.c: (gst_registry_save),
14669         (gst_registry_save_escaped), (gst_registry_xml_save_caps),
14670         (gst_registry_xml_save_pad_template),
14671         (gst_registry_xml_save_feature), (gst_registry_xml_save_plugin),
14672         (gst_registry_xml_write_cache):
14673           Rewrite registry-saving to avoid race conditions and check for
14674           failed writes.
14675
14676 2006-03-08  Wim Taymans  <wim@fluendo.com>
14677
14678         * libs/gst/base/gstbasetransform.c:
14679         (gst_base_transform_transform_caps),
14680         (gst_base_transform_transform_size),
14681         (gst_base_transform_prepare_output_buffer),
14682         (gst_base_transform_get_unit_size),
14683         (gst_base_transform_buffer_alloc),
14684         (gst_base_transform_handle_buffer),
14685         (gst_base_transform_change_state):
14686         Cleanups, separate normal flow from errors, add sensible
14687         DEBUG lines.
14688         Don't try to renegotiate when allocating an output buffer.
14689         Also copy DISCONT buffer flag when copying a buffer.
14690         Reset the transform after we finish streaming, not during.
14691
14692 2006-03-08  Wim Taymans  <wim@fluendo.com>
14693
14694         * libs/gst/base/gstbasesink.c: (gst_base_sink_do_sync):
14695         Use last buffer timestamp in qos message.
14696
14697 2006-03-07  Wim Taymans  <wim@fluendo.com>
14698
14699         Patch by: Christophe Fergeau
14700
14701         * docs/pwg/advanced-tagging.xml:
14702         * docs/pwg/building-pads.xml:
14703           fixes #333416
14704
14705 2006-03-07  Wim Taymans  <wim@fluendo.com>
14706
14707         * docs/libs/gstreamer-libs-sections.txt:
14708         Added basesink new methods.
14709
14710         * gst/gstevent.c:
14711         * gst/gstevent.h:
14712         Docs updates. Flesh out the QoS docs.
14713
14714         * libs/gst/base/gstadapter.c:
14715         Small doc clarification about ownership and flushing.
14716
14717         * libs/gst/base/gstbasesink.c: (gst_base_sink_set_sync),
14718         (gst_base_sink_get_sync), (gst_base_sink_set_max_lateness),
14719         (gst_base_sink_get_max_lateness), (gst_base_sink_set_property),
14720         (gst_base_sink_get_property), (gst_base_sink_do_sync):
14721         * libs/gst/base/gstbasesink.h:
14722         API additions: 
14723         Added new methods to allow subclass to control max-lateness 
14724         and sync.
14725         Generate very basic QoS events based on last sync observation.
14726         Updated docs, fix typo, added some QoS blurb.
14727
14728         * libs/gst/base/gstbasesrc.c:
14729         Remove obsolete _get_state() calls from docs.
14730
14731 2006-03-07  Wim Taymans  <wim@fluendo.com>
14732
14733         * docs/libs/gstreamer-libs-sections.txt:
14734         * libs/gst/base/gstbasetransform.h:
14735         API addition: Fix #333669, Add pad accessor defines for GstBaseTransform
14736         Fix docs for GstBaseSrc.
14737
14738 2006-03-07  Wim Taymans  <wim@fluendo.com>
14739
14740         * docs/gst/gstreamer-sections.txt:
14741         * gst/gstbuffer.h:
14742         * gst/gstvalue.c:
14743         * libs/gst/base/gstbasetransform.h:
14744         Small documentation fixes.
14745
14746 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
14747
14748         * gst/gstvalue.c:
14749           Document thread-unsafety of gst_value_register_foo_func()
14750           when used at the same time as gst_value_foo() (#322628).
14751
14752 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
14753
14754         * libs/gst/base/gstpushsrc.c: (gst_push_src_class_init),
14755         (gst_push_src_check_get_range):
14756           Push sources don't support pull mode by default.
14757
14758 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
14759
14760         * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
14761         (gst_base_src_init), (gst_base_src_pad_check_get_range),
14762         (gst_base_src_default_check_get_range):
14763         * libs/gst/base/gstbasesrc.h:
14764           API addition:  Add ::check_get_range() vfunc to GstBaseSrc (#332611),
14765           provide default implementation, and rename
14766           gst_base_src_check_get_range() to
14767           gst_base_src_pad_check_get_range() for clarity.
14768
14769 2006-03-06  Wim Taymans  <wim@fluendo.com>
14770
14771         * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init):
14772         Make property overridable.
14773
14774 2006-03-06  Wim Taymans  <wim@fluendo.com>
14775
14776         * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
14777         (gst_base_sink_init), (gst_base_sink_set_property),
14778         (gst_base_sink_get_property), (gst_base_sink_do_sync):
14779         * libs/gst/base/gstbasesink.h:
14780         API addition: Make max-lateness a property.
14781
14782 2006-03-06  Wim Taymans  <wim@fluendo.com>
14783
14784         * libs/gst/base/gstbasesink.c: (gst_base_sink_wait_clock),
14785         (gst_base_sink_do_sync), (gst_base_sink_render_object):
14786         Don't ever draw a frame that is >10ms late.
14787
14788 2006-03-06  Michael Smith  <msmith@fluendo.com>
14789
14790         * gst/gstmessage.c: (_gst_message_copy):
14791           When copying a message, set the parent_refcount of the enclosed
14792           structure to point at the copy, not the original message.
14793
14794 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
14795
14796         Patch by: Christophe Fergeau
14797
14798         * gst/gstutils.h:
14799           Do proper cast here to make GST_BOILERPLATE_WITH_INTERFACE
14800           usable in c++ code (#333417)
14801
14802 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14803
14804         * gst/gstclock.h:
14805           Show GST_CLOCK_TIME_NONE as 99:99:99.999999999
14806
14807 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
14808
14809         * libs/gst/base/gstbasetransform.c:
14810         (gst_base_transform_transform_caps):
14811           Make sure caps are writable before passing them to
14812           gst_caps_append().
14813
14814 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
14815
14816         * gst/gsterror.h:
14817           Fix some minor docs errors.
14818
14819 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
14820
14821           Patch by: Ross Burton <ross at burtonini dot com>
14822
14823         * gst/gsterror.c: (_gst_resource_errors_init):
14824         * gst/gsterror.h:
14825           Add GST_RESOURCE_ERROR_NO_SPACE_LEFT (for #333352;
14826
14827 2006-03-03  Jan Schmidt  <thaytan@mad.scientist.com>
14828
14829         * gst/gst.c:
14830         Add a check and output a g_warning when GStreamer is built
14831         against GLib 2.6 but running against 2.8 or higher, and vice 
14832         versa. (Closes: #323542)
14833
14834 2006-03-03  Jan Schmidt  <thaytan@mad.scientist.com>
14835
14836         * gst/parse/parse.l:
14837           Commit patch for parse_launch syntax from #331255. Removes 
14838           support for quoted strings and mimetypes when writing filtered 
14839           caps. See the bug report for more details - I'm pretty sure this
14840           obscure feature is not in use by _anyone_ anywhere.
14841
14842           With this simple change, the size of the gstreamer.so here 
14843           drops from 2193KB to 1565KB.
14844
14845 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
14846
14847         * plugins/elements/gsttypefindelement.h:
14848         * plugins/elements/gsttypefindelement.c:
14849         (gst_type_find_element_src_event), (start_typefinding),
14850         (stop_typefinding), (gst_type_find_element_handle_event),
14851         (gst_type_find_element_chain),
14852         (gst_type_find_element_chain_do_typefinding):
14853           Use gst_type_find_helper_for_buffer() for chain-based
14854           typefinding.
14855
14856 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
14857
14858         * plugins/elements/gsttypefindelement.c:
14859         (gst_type_find_element_class_init),
14860         (gst_type_find_element_set_property),
14861         (gst_type_find_element_get_property):
14862           Deprecate "maximum" property (not only was it only taken into
14863           account for typefinding in push-mode anyway, it also was never
14864           actually possible to set it in the first place because the
14865           property was registered with the numeric property ID for the
14866           "minimum" property). Register "maximum" property correctly,
14867           for the sake of future copy'n'pasters. Remove some cruft
14868           from property get/set functions.
14869
14870 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
14871
14872         * plugins/elements/gsttypefindelement.c:
14873         (gst_type_find_element_activate):
14874           Use gst_type_find_helper_get_range() here, so we
14875           can honour the "minimum" property and also emit
14876           the signal with the correct probability of the found caps.
14877
14878 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
14879
14880         * docs/libs/gstreamer-libs-sections.txt:
14881         * libs/gst/base/gsttypefindhelper.c: (helper_find_peek),
14882         (helper_find_suggest), (gst_type_find_helper_get_range),
14883         (gst_type_find_helper):
14884         * libs/gst/base/gsttypefindhelper.h:
14885           New API: gst_type_find_helper_get_range() (#333042).
14886
14887 2006-03-02  Michael Smith  <msmith@fluendo.com>
14888
14889         * gst/gstregistryxml.c: (load_feature):
14890           Asserting on a failure to read part of the registry is Not Cool.
14891           Just log a warning and return NULL (which is already handled)
14892
14893 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
14894
14895         * win32/common/libgstbase.def:
14896           added export of gst_type_find_helper_for_buffer
14897         * win32/common/libgstbase.def:
14898           added some exports : gst_bin_iterate_elements, gst_iterator_resync,
14899           gst_ghost_pad_get_target
14900
14901 2006-02-28  Wim Taymans  <wim@fluendo.com>
14902
14903         * docs/design/draft-klass.txt:
14904         We use Filter now.
14905         Added Connector to mark elements that are only used to
14906         allow pipeline connections.
14907         Moved Debug to extra feature since most of them are 
14908         functionally something else.
14909
14910 2006-02-28  Wim Taymans  <wim@fluendo.com>
14911
14912         * docs/design/draft-klass.txt:
14913         Some updates and clarifications.
14914
14915 2006-02-28  Wim Taymans  <wim@fluendo.com>
14916
14917         * docs/design/draft-klass.txt:
14918         Proposal for klass field values.
14919
14920         * docs/design/part-streams.txt:
14921         Start of a doc describing stream anatomy.
14922
14923 2006-02-28  Wim Taymans  <wim@fluendo.com>
14924
14925         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_handle_message_func):
14926         Help the compiler a bit with type registration.
14927         Use existing forward cod path instead of duplicating it when 
14928         handling a message.
14929         
14930         * gst/gstbus.c: (gst_bus_get_type):
14931         * gst/gstcaps.c: (gst_caps_get_type), (gst_static_caps_get_type):
14932         * gst/gstchildproxy.c: (gst_child_proxy_get_type):
14933         * gst/gstclock.c: (gst_clock_get_type):
14934         * gst/gstelement.c: (gst_element_get_type),
14935         * gst/gstelementfactory.c: (gst_element_factory_get_type):
14936         * gst/gstindexfactory.c: (gst_index_factory_get_type):
14937         * gst/gstminiobject.c: (gst_mini_object_get_type):
14938         * gst/gstpad.c: (gst_pad_get_type):
14939         * gst/gstsegment.c: (gst_segment_get_type):
14940         * gst/gststructure.c: (gst_structure_get_type):
14941         * gst/gstsystemclock.c: (gst_system_clock_get_type):
14942         * gst/gsttask.c: (gst_task_get_type), (gst_task_join):
14943         * gst/gstvalue.c:
14944         Help compiler with type registration.
14945
14946         * plugins/elements/gstqueue.c: (gst_queue_handle_sink_event):
14947         Small doc update.
14948
14949 2006-02-27  Tim-Philipp Müller  <tim at centricular dot net>
14950
14951         * plugins/elements/gsttypefindelement.c:
14952         (gst_type_find_element_handle_event):
14953           When we get an EOS event and have not found a type yet
14954           (most likely because we had not yet accumulated
14955           TYPE_FIND_MIN_SIZE of data yet), try to determine the
14956           type given the data we have so far. Fixes typefinding
14957           for very short streams again, most notably quicktime
14958           redirections as used on Apple's trailer site (#331701).
14959
14960 2006-02-27  Tim-Philipp Müller  <tim at centricular dot net>
14961
14962         * libs/gst/base/gsttypefindhelper.c: (type_find_factory_rank_cmp),
14963         (gst_type_find_helper):
14964           Try typefinding factories with the highest rank first.
14965
14966 2006-02-27  Tim-Philipp Müller  <tim at centricular dot net>
14967
14968         * docs/libs/gstreamer-libs-docs.sgml:
14969         * docs/libs/gstreamer-libs-sections.txt:
14970         * libs/gst/base/gsttypefindhelper.c:
14971           Add section for typefind helper and add documentation
14972           for the old and the new function.
14973
14974 2006-02-27  Tim-Philipp Müller  <tim at centricular dot net>
14975
14976         * libs/gst/base/gsttypefindhelper.c: (buf_helper_find_peek),
14977         (buf_helper_find_suggest), (type_find_factory_rank_cmp),
14978         (gst_type_find_helper_for_buffer):
14979         * libs/gst/base/gsttypefindhelper.h:
14980           New API: gst_type_find_helper_for_buffer() (#332723).
14981           
14982 2006-02-27  Michael Smith  <msmith@fluendo.com>
14983
14984         Patch by: Loïc Minier
14985
14986         * configure.ac:
14987         * docs/Makefile.am:
14988         * docs/slides/Makefile.am:
14989           prevent CVS directories getting disted.
14990
14991 2006-02-27  Tim-Philipp Müller  <tim at centricular dot net>
14992
14993         * gst/gstcaps.c: (gst_caps_ref), (gst_caps_unref):
14994           Use the REFCOUNTING category for caps refcounting.
14995           
14996 2006-02-26  Tim-Philipp Müller  <tim at centricular dot net>
14997
14998         * plugins/elements/gsttypefindelement.c: (stop_typefinding):
14999           This should be 0 not GST_CLOCK_TIME_NONE (see #331701).
15000
15001 2006-02-26  Tim-Philipp Müller  <tim at centricular dot net>
15002
15003         * plugins/elements/gsttypefindelement.c:
15004         (gst_type_find_element_activate):
15005           Use gst_pad_check_pull_range() before _activate_pull()
15006           to avoid unnecessary open/close (see #331690).
15007
15008 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
15009
15010         * gst/gstutils.c:
15011           Docs enhancement: make it crystal clear what the
15012           gst_pad_add_*_probe() callbacks should look like.
15013
15014 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
15015
15016         * libs/gst/base/gstbasesrc.c:
15017           Document how applications can stop recording from
15018           live sources (see #330996).
15019
15020 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
15021
15022         * tests/check/Makefile.am:
15023         * tests/check/libs/basesrc.c: (eos_event_counter),
15024         (basesrc_eos_events_pull), (basesrc_eos_events_push),
15025         (basesrc_eos_events_push_live_op), (basesrc_eos_events_pull_live_op),
15026         (gst_basesrc_suite), (main):
15027           ... and add some tests for the base source EOS stuff.
15028
15029 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
15030
15031         * tests/check/gst/gstutils.c: (test_buffer_probe_n_times):
15032           Test case originally showed the problem fixed below,
15033           but was then amended. Add checks back at the place
15034           where they used to be.
15035
15036 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
15037
15038         * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
15039         (gst_base_src_init), (gst_base_src_loop),
15040         (gst_base_src_activate_push), (gst_base_src_activate_pull),
15041         (gst_base_src_change_state):
15042         * libs/gst/base/gstbasesrc.h:
15043           Don't unconditionally send EOS when going from PAUSED to
15044           READY state, esp. make sure we don't send two EOS events
15045           in some cases (e.g. one when reaching EOS and one when
15046           going from PAUSED to READY). Also, we don't want to send
15047           EOS events when operating in pull mode. However, we do
15048           want to send an EOS event when shutting down a live
15049           source explicitly, for example (fixes #330996).
15050           
15051 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
15052
15053         * plugins/elements/gstfilesrc.c: (gst_file_src_create_read):
15054           Update src->read_position after a seek when not using mmap.
15055           Fixes #332277, patch by: Renchi Raju <renchi gmail com>
15056
15057 2006-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
15058
15059         * gst/Makefile.am:
15060         * gst/gstparse.h:
15061         * gst/gstutils.c:
15062         * gst/gstutils.h:
15063         Make things work with --disable-parse as they do with 
15064         --disable-load-save - the symbols involved disappear, but the
15065         header is still installed and GST_DISABLE_PARSE is included via
15066         gstconfig.h
15067
15068 2006-02-20  Julien MOUTTE  <julien@moutte.net>
15069
15070         * libs/gst/base/gstbasetransform.c:
15071         (gst_base_transform_change_state): Fix a stupid bug. I was 
15072         sure I compiled that.
15073
15074 2006-02-20  Julien MOUTTE  <julien@moutte.net>
15075
15076         * gst/gstpad.c: (gst_pad_set_blocked_async):
15077         * gst/gstutils.c: (gst_pad_add_data_probe),
15078         (gst_pad_add_event_probe), (gst_pad_add_buffer_probe),
15079         (gst_pad_remove_data_probe), (gst_pad_remove_event_probe),
15080         (gst_pad_remove_buffer_probe): Make those function act on the
15081         ghostpad target when it's a ghostpad. (Closes #331727)
15082
15083 2006-02-20  Julien MOUTTE  <julien@moutte.net>
15084
15085         * libs/gst/base/gstbasetransform.c:
15086         (gst_base_transform_change_state): Make basetransform reusable.
15087         (Closes #331898)
15088
15089 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
15090
15091         * docs/random/release:
15092         Move the current documentation of how to do a release to the top
15093         of the file.
15094
15095         * gst/gstbin.c: (gst_bin_class_init),
15096         (gst_bin_handle_message_func):
15097         Allow multiple state-recalculation threads. (Closes #328873)
15098
15099 2006-02-19  Julien MOUTTE  <julien@moutte.net>
15100
15101         * gst/gstinfo.h: Add GST_STR_NULL to the second string.
15102         * gst/gstpad.c: (gst_pad_set_event_function),
15103         (gst_pad_set_query_function), (gst_pad_set_query_type_function),
15104         (gst_pad_set_getcaps_function): GST_DEBUG_PAD_NAME evaluates to
15105         2 strings. You can't use the STR_NULL macro on that.
15106
15107 2006-02-19  Sebastien Moutte <sebastien@moutte.net>
15108
15109         * gst/gstpad.c: (gst_pad_set_event_function),
15110         (gst_pad_set_query_function), (gst_pad_set_query_type_function),
15111         (gst_pad_set_getcaps_function)
15112         * gst/parse/grammar.y: (gst_parse_found_pad), (gst_parse_perform_delayed_link)
15113           Fixed NULL pointer used in GST_CAT_DEBUG using GST_STR_NULL macro
15114           So now, we can use --gst-debug-level=5 on Windows
15115         * win32/common/libgstcontroller.def:
15116           Added export of gst_controller_init
15117         * win32/vs6/libgstcontroller.dsp:
15118           Fixed Release post build configuration
15119
15120 2006-02-17  Wim Taymans  <wim@fluendo.com>
15121
15122         * tests/check/gst/gstquery.c: (GST_START_TEST):
15123         Added another check.
15124
15125 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15126
15127         * plugins/elements/gsttypefindelement.c: (find_peek):
15128           We can do peeks at non-zero offsets, as long as they
15129           fall within the buffer we have.
15130
15131 2006-02-15  Jan Schmidt  <thaytan@mad.scientist.com>
15132
15133         * tests/check/Makefile.am:
15134         * tests/check/pipelines/parse-launch.c: (setup_pipeline),
15135         (expected_fail_pipe), (check_pipeline_runs), (GST_START_TEST),
15136         (parse_suite), (main):
15137           Add testsuite for parse launch syntax
15138
15139 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
15140
15141         * plugins/elements/gsttypefindelement.c:
15142         (gst_type_find_element_chain):
15143           When typefinding is unsuccessful in the chain function, don't
15144           error out immediately. Only error out with NO_CAPS_FOUND if
15145           the amount of data is at least MAX_TYPEFIND_SIZE bytes,
15146           otherwise simply wait for more data so we can try typefinding
15147           again with more data later. Also, don't attempt to typefind
15148           if we have less than MIN_TYPEFIND_SIZE data available. Overall,
15149           this should improve typefinding from network sources where the
15150           size of the first buffer can be somewhat random.
15151
15152 2006-02-14  Wim Taymans  <wim@fluendo.com>
15153
15154         * docs/gst/gstreamer-sections.txt:
15155         * gst/gstpadtemplate.c:
15156         * gst/gstpadtemplate.h:
15157         Fix padtemplate docs, fixes #328805.
15158
15159 2006-02-14  Wim Taymans  <wim@fluendo.com>
15160
15161         * tools/gst-launch.c: (main):
15162         NO_PREROLL is not an ERROR so don't send confusing messages
15163         to the user.
15164
15165 2006-02-14  Wim Taymans  <wim@fluendo.com>
15166
15167         Patch by: Torsten Schoenfeld
15168
15169         * gst/gstregistry.c: (gst_registry_get_default),
15170         (_gst_registry_cleanup):
15171         Protect default registry with lock and ref/sink it.
15172         Fixes #324818
15173
15174 2006-02-14  Wim Taymans  <wim@fluendo.com>
15175
15176         * gst/gstbuffer.c:
15177         * gst/gstquery.c: (gst_query_list_add_format),
15178         (gst_query_set_formatsv), (gst_query_parse_formats_length),
15179         (gst_query_parse_formats_nth):
15180         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_sync_times):
15181         Docs fixes.
15182
15183 2006-02-14  Wim Taymans  <wim@fluendo.com>
15184
15185         * docs/gst/gstreamer-sections.txt:
15186         Reworked query docs.
15187
15188         * gst/gstquery.c: (gst_query_new_formats),
15189         (gst_query_list_add_format), (gst_query_set_formats),
15190         (gst_query_set_formatsv), (gst_query_parse_formats_length),
15191         (gst_query_parse_formats_nth):
15192         * gst/gstquery.h:
15193         Flesh out formats query, added some new methods.
15194         Fix part of #324398.
15195
15196         * tests/check/gst/gstquery.c: (GST_START_TEST), (gstquery_suite):
15197         Added query creation tests.
15198
15199 2006-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
15200
15201         * gst/gstpad.c: (fixate_value):
15202         Add a default fixation for fraction lists.
15203
15204 2006-02-13  Wim Taymans  <wim@fluendo.com>
15205
15206         * gst/gsttask.c: (gst_task_init), (gst_task_func),
15207         (gst_task_set_lock), (gst_task_start), (gst_task_pause),
15208         (gst_task_join):
15209         * gst/gsttask.h:
15210         Detect and warn for obvious deadlocks. fixes #320340
15211         Fix error case where lock was not released.
15212
15213         * tests/check/Makefile.am:
15214         * tests/check/gst/gsttask.c: (task_func2), (GST_START_TEST),
15215         (task_func), (gst_element_suite), (main):
15216         Add task check.
15217
15218 2006-02-13  Wim Taymans  <wim@fluendo.com>
15219
15220         * docs/gst/gstreamer-sections.txt:
15221         * gst/gstbus.c:
15222         Add new functions to docs.
15223
15224 2006-02-13  Wim Taymans  <wim@fluendo.com>
15225
15226         * docs/design/part-TODO.txt:
15227         Updated TODO list, basesrc supports seeking to non-bytes
15228         formats.
15229
15230         * docs/design/part-element-sink.txt:
15231         Update docs.
15232
15233         * gst/gstbin.c: (bin_replace_message),
15234         (gst_bin_handle_message_func):
15235         * gst/gstbus.c: (gst_bus_post), (gst_bus_pop):
15236         * gst/gstevent.c: (gst_event_finalize):
15237         * gst/gstpad.c: (gst_pad_event_default_dispatch),
15238         (gst_pad_send_event):
15239         Use shiny new _TYPE_NAME macros.
15240
15241         * libs/gst/base/gstbasesrc.c: (gst_base_src_get_range):
15242         Move debug statement up.
15243
15244         * gst/gstelement.c: (gst_element_set_locked_state):
15245         Add some debugging.
15246
15247 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
15248
15249         * docs/gst/gstreamer-sections.txt:
15250         * gst/gstmessage.h:
15251         * gst/gstquery.h:
15252           New API: add GST_MESSAGE_TYPE_NAME and GST_QUERY_TYPE_NAME
15253           macros (#330906). Also, document the already existing
15254           GST_QUERY_TYPE macro.
15255
15256 2006-02-13  Wim Taymans  <wim@fluendo.com>
15257
15258         * tests/check/gst/gstutils.c: (data_probe), (buffer_probe),
15259         (event_probe), (GST_START_TEST):
15260         Only events up to the pipeline EOS are counted, there are
15261         some more when going to NULL currently which we don't care
15262         about for now.
15263
15264 2006-02-13  Wim Taymans  <wim@fluendo.com>
15265
15266         * gst/gstpad.c: (gst_pad_send_event):
15267         Correctly check flushing and emit probes. fixes #330125
15268
15269 2006-02-10  Andy Wingo  <wingo@pobox.com>
15270
15271         * gst/gstbus.c (gst_bus_class_init): Declare our private data
15272         structure.
15273         (gst_bus_init): Cache the location of the private data in the
15274         instance structure.
15275         (gst_bus_enable_sync_message_emission) 
15276         (gst_bus_disable_sync_message_emission): Implement new public
15277         functions.
15278         (gst_bus_post): Emit the sync-message signal if the user asked for
15279         it. Fixes #330684.
15280
15281         * gst/gstbus.h (GstBus): Use a padding pointer to cache the
15282         location of the bus-private structure.
15283         (gst_bus_enable_sync_message_emission)
15284         (gst_bus_disable_sync_message_emission): API addition
15285
15286 2006-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
15287
15288         Patch by: Vincent Torri
15289
15290         * docs/pwg/building-boiler.xml:
15291         PWG patch from #326800
15292
15293 2006-02-09  Tim-Philipp Müller  <tim at centricular dot net>
15294
15295         * configure.ac:
15296         * docs/Makefile.am:
15297         * docs/design/Makefile.am:
15298           Dist design docs.
15299
15300 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15301
15302         * configure.ac:
15303           back to CVS
15304
15305 === release 0.10.3 ===
15306
15307 2006-02-08  Jan Schmidt <thaytan@mad.scientist.com>
15308
15309         * configure.ac:
15310           releasing 0.10.3, "Like a virgin"
15311
15312 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
15313
15314         * configure.ac:
15315           2nd prerelease of 0.10.3
15316           Bump libtool versioning.
15317
15318 2006-02-07  Andy Wingo  <wingo@pobox.com>
15319
15320         * libs/gst/base/gstcollectpads.c (gst_collect_pads_chain): Only
15321         update last_stop if we're in TIME format and the timestamp is
15322         valid.
15323
15324         * libs/gst/base/gstcollectpads.c (gst_collect_pads_event) 
15325         * libs/gst/base/gstbasetransform.c (gst_base_transform_eventfunc): 
15326         * libs/gst/base/gstbasesink.c (gst_base_sink_configure_segment):
15327         If we get a new newsegment with a different format, adapt
15328         accordingly.
15329
15330         * gst/gstclock.c (gst_clock_set_calibration): Accept a numerator
15331         of 0. Not a problem, really.
15332
15333         * libs/gst/base/gstbasesink.c (gst_base_sink_chain_unlocked): Only
15334         warn if sync=true.
15335
15336 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
15337
15338         * configure.ac:
15339           Prelease of 0.10.3
15340
15341 2006-02-06  Sebastien Moutte  <sebastien@moutte.net>
15342
15343         * win32/vs7:
15344           project files updated to the default vs7 configuration
15345         * win32/common/libgstbase.def:
15346         * win32/common/libgstreamer.def:
15347           added new symbols,
15348           removed empty lines,
15349           sorted all exported symbols alphabetically
15350         * win32/common/dirent.c:
15351         * win32/common/dirent.h:
15352         * win32/common/gchar.h:
15353           use windows line end.
15354           
15355 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
15356
15357         * libs/gst/base/gstbasesrc.c: (gst_base_src_change_state):
15358           Send EOS event when stopping.
15359
15360 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
15361
15362         * docs/README:
15363           Tell folks what to do if the plugin-foobar.xml file
15364           hasn't been generated for a newly-added plugin.
15365
15366 2006-02-05  Julien MOUTTE  <julien@moutte.net>
15367
15368         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_finalize),
15369         (gst_collect_pads_add_pad), (gst_collect_pads_remove_pad),
15370         (gst_collect_pads_start), (gst_collect_pads_stop),
15371         (gst_collect_pads_event): Collectpads now holds a reference
15372         to the GstPad that was added. Indeed we don't want to look
15373         at pads that might just go away with no warning...
15374
15375 2006-02-05  Julien MOUTTE  <julien@moutte.net>
15376
15377         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_add_pad),
15378         (gst_collect_pads_start), (gst_collect_pads_stop),
15379         (gst_collect_pads_event), (gst_collect_pads_chain):
15380         * libs/gst/base/gstcollectpads.h: Handle flush. Adapted from
15381         Mark Nauwelaerts's patch on bug #328491.
15382
15383 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
15384
15385         * tests/check/gst/gstutils.c: (test_parse_bin_from_description),
15386         (gst_utils_suite):
15387           Add some simple tests for gst_parse_bin_from_description() and
15388           gst_bin_find_unconnected_pad() (#329069).
15389
15390 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
15391
15392         * tools/gst-launch.c: (event_loop), (main):
15393           Catch errors during preroll (#320084).
15394
15395 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
15396
15397         * plugins/elements/gsttypefindelement.c:
15398         (gst_type_find_element_activate):
15399           Post TYPE_NOT_FOUND error message when typefinding
15400           is unsuccessful in the activate function as well.
15401
15402 2006-02-02  Wim Taymans  <wim@fluendo.com>
15403
15404         * docs/design/part-element-sink.txt:
15405         Updated doc.
15406
15407 2006-02-02  Wim Taymans  <wim@fluendo.com>
15408
15409         * libs/gst/base/gstbasesink.c: (gst_base_sink_do_sync),
15410         (gst_base_sink_render_object),
15411         (gst_base_sink_queue_object_unlocked):
15412         Only keep track of prerollable items when we are 
15413         prerolling.
15414         Before rendering after preroll, always check if we
15415         have queued items.
15416         Added some more debugging.
15417
15418 2006-02-02  Wim Taymans  <wim@fluendo.com>
15419
15420         * gst/gstelement.c: (gst_element_continue_state),
15421         (gst_element_set_state_func), (gst_element_change_state):
15422         Fixed #326576, been running this for quite some time with
15423         no regressions at all.
15424
15425 2006-02-02  Wim Taymans  <wim@fluendo.com>
15426
15427         * common/gst.supp:
15428         Added more suppressions
15429
15430 2006-02-02  Wim Taymans  <wim@fluendo.com>
15431
15432         * docs/design/part-element-sink.txt:
15433         Updated document.
15434
15435         * libs/gst/base/gstbasesink.c: (gst_base_sink_init),
15436         (gst_base_sink_finalize), (gst_base_sink_preroll_queue_flush),
15437         (gst_base_sink_configure_segment), (gst_base_sink_commit_state),
15438         (gst_base_sink_get_sync_times), (gst_base_sink_wait_clock),
15439         (gst_base_sink_do_sync), (gst_base_sink_render_object),
15440         (gst_base_sink_preroll_object),
15441         (gst_base_sink_queue_object_unlocked),
15442         (gst_base_sink_queue_object), (gst_base_sink_event),
15443         (gst_base_sink_chain_unlocked), (gst_base_sink_chain),
15444         (gst_base_sink_loop), (gst_base_sink_activate_pull),
15445         (gst_base_sink_get_position), (gst_base_sink_change_state):
15446         * libs/gst/base/gstbasesink.h:
15447         Totally refactored matching the design doc.
15448         Use two segments, one to clip incomming buffers and another to
15449         perform sync.
15450         Handle queueing correctly, bypass the queue when playing.
15451         Make EOS cancelable.
15452         Handle errors correctly when operating in pull based mode.
15453
15454         * tests/check/elements/fakesink.c: (GST_START_TEST),
15455         (fakesink_suite):
15456         Added new check for sinks.
15457
15458 2006-02-02  Wim Taymans  <wim@fluendo.com>
15459
15460         * gst/gstsegment.c: (gst_segment_clip):
15461         No reason to refuse to clip when start == -1
15462
15463 2006-02-02  Stefan Kost  <ensonic@users.sf.net>
15464
15465         * docs/README:
15466         * docs/manual/intro-basics.xml:
15467         * docs/manual/intro-preface.xml:
15468         * docs/manual/manual.xml:
15469         * docs/pwg/advanced-dparams.xml:
15470         * docs/pwg/intro-basics.xml:
15471         * docs/pwg/intro-preface.xml:
15472         * docs/pwg/pwg.xml:
15473           describe dparams (controller) for plugins
15474           unify docs a little more
15475
15476 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
15477
15478         * docs/gst/gstreamer-sections.txt:
15479         * gst/gstutils.c: (element_find_unconnected_pad),
15480         (gst_bin_find_unconnected_pad), (gst_parse_bin_from_description):
15481         * gst/gstutils.h:
15482           Add new API: gst_parse_bin_from_description() and
15483           gst_bin_find_unconnected_pad() (#329069).
15484
15485 2006-02-01  Stefan Kost  <ensonic@users.sf.net>
15486
15487         * docs/manual/README:
15488           uncover a nasty detail of the docs build
15489
15490 2006-01-31  Wim Taymans  <wim@fluendo.com>
15491
15492         * gst/gstbin.c: (bin_remove_messages), (bin_query_duration_done):
15493         Don't cache duration messages if we're not going to use or
15494         free them.
15495
15496 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
15497
15498         * docs/manual/advanced-dparams.xml:
15499         * docs/pwg/advanced-dparams.xml:
15500           more dparam docs
15501         * gst/gstindex.c:
15502           fix docs
15503         * libs/gst/controller/lib.c: (gst_controller_init):
15504           init just once
15505
15506 2006-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15507
15508         * gst/gstelement.c: (gst_element_message_full):
15509           also show file/line/func if no additional debug was given
15510
15511 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
15512         
15513         * win32/vs7/grammar.vcproj:
15514           activate copy of autogenerated files for Release mode
15515
15516 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
15517         
15518         * win32/common/libgstreamer.def:
15519           export gst_value_compare
15520
15521 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
15522
15523         * plugins/elements/Makefile.am:
15524         * plugins/elements/gstelements.c:
15525         * plugins/elements/gstfdsink.c: (_do_init),
15526         (gst_fd_sink_base_init), (gst_fd_sink_class_init),
15527         (gst_fd_sink_init), (gst_fd_sink_dispose), (gst_fd_sink_query),
15528         (gst_fd_sink_render), (gst_fd_sink_check_fd), (gst_fd_sink_start),
15529         (gst_fd_sink_stop), (gst_fd_sink_unlock), (gst_fd_sink_update_fd),
15530         (gst_fd_sink_set_property), (gst_fd_sink_uri_get_type),
15531         (gst_fd_sink_uri_get_protocols), (gst_fd_sink_uri_get_uri),
15532         (gst_fd_sink_uri_set_uri), (gst_fd_sink_uri_handler_init):
15533         * plugins/elements/gstfdsink.h:
15534         Port fdsink to 0.10 (patch by Philippe Rouquier) (Fixes #325490)
15535
15536 2006-01-30  Stefan Kost  <ensonic@users.sf.net>
15537
15538         * docs/manual/advanced-dparams.xml:
15539           describe controller
15540         * docs/manual/advanced-position.xml:
15541         * docs/manual/basics-init.xml:
15542         * docs/manual/manual.xml:
15543         * docs/manual/titlepage.xml:
15544         * docs/pwg/pwg.xml:
15545         * docs/pwg/titlepage.xml:
15546           cleanup xml (more to come)
15547         * libs/gst/controller/gstcontroller.c:
15548           fix typo
15549
15550 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
15551         
15552         * win32/vs6/grammar.dsp:
15553           add autogen of gstmarshal.c,h for Release mode
15554                 
15555 2006-01-30  Wim Taymans  <wim@fluendo.com>
15556
15557         * libs/gst/base/gstbasesink.c: (gst_base_sink_init),
15558         (gst_base_sink_preroll_queue_empty), (gst_base_sink_commit_state),
15559         (gst_base_sink_handle_object), (gst_base_sink_event),
15560         (gst_base_sink_is_prerolled), (gst_base_sink_wait),
15561         (gst_base_sink_do_sync), (gst_base_sink_handle_event),
15562         (gst_base_sink_handle_buffer), (gst_base_sink_set_flushing),
15563         (gst_base_sink_deactivate), (gst_base_sink_activate),
15564         (gst_base_sink_activate_pull), (gst_base_sink_get_position),
15565         (gst_base_sink_query), (gst_base_sink_change_state):
15566         Basesink cleanups, remove some old code.
15567         Handle the case where a subclass can preroll in the render
15568         method (mostly audiosinks).
15569         Handle more events.
15570         Remove some locks around variables that are now protected
15571         with the PREROLL_LOCK (clock_id, flushing, ..).
15572         Optimize position query some more, do correct locking.
15573         Remove old code to push queue in state change, this is not
15574         needed anymore since preroll blocks on all prerollable items 
15575         now.
15576         Almost implemented as described in design doc.
15577
15578 2006-01-30  Wim Taymans  <wim@fluendo.com>
15579
15580         * tests/check/gst/gstbin.c: (GST_START_TEST):
15581         Wait for refcount to settle down before checking.
15582
15583 2006-01-30  Wim Taymans  <wim@fluendo.com>
15584
15585         * docs/design/part-element-sink.txt:
15586         Pseudo code overview of desired sink behaviour regarding
15587         preroll.
15588
15589 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
15590         * win32/vs6/grammar.dsp:
15591           fix some bugs in Release mode for autogenerated files
15592                 
15593 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
15594         * win32/common/libgstbase.def:
15595         * win32/common/libgstreamer.def:
15596           export some new symbols: gst_base_src_set_format,
15597           gst_iterator_next, gst_structure_set_valist
15598
15599 2006-01-29  Julien MOUTTE  <julien@moutte.net>
15600
15601         * gst/gstghostpad.c: (gst_proxy_pad_set_target_unlocked):
15602         Set pad functions unconditionally. Fixes #329105.
15603
15604 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
15605         * win32/vs8:
15606           add vs8 project files created by Sergey Scobich
15607
15608 2006-01-28  Jan Schmidt  <thaytan@mad.scientist.com>
15609
15610         * gst/gstutils.c: (gst_element_unlink_pads):
15611         Don't leak pad references.
15612
15613         * tests/check/elements/fakesink.c: (GST_START_TEST):
15614         * tests/check/generic/sinks.c: (GST_START_TEST):
15615         * tests/check/generic/states.c: (GST_START_TEST):
15616         * tests/check/gst/gstbin.c: (GST_START_TEST):
15617         * tests/check/gst/gstcaps.c: (GST_START_TEST):
15618         * tests/check/gst/gstelement.c: (GST_START_TEST):
15619         * tests/check/gst/gstghostpad.c: (GST_START_TEST):
15620         * tests/check/gst/gstiterator.c: (GST_START_TEST):
15621         * tests/check/gst/gstvalue.c: (GST_START_TEST):
15622         Fix a bunch of leaks. Make generic/sinks.c
15623         use a bit less cpu by slowing the buffer rate
15624         between fakesrc and fakesink.
15625         
15626 2006-01-27  Stefan Kost  <ensonic@users.sf.net>
15627         * gst/gstcaps.c:
15628         * gst/gstelement.c: (gst_element_send_event):
15629         * gst/gstevent.c:
15630         * gst/gstinfo.c:
15631         * gst/gstiterator.c:
15632         * gst/gstiterator.h:
15633         * gst/gstpad.c: (gst_pad_send_event):
15634         * gst/gststructure.c:
15635         * gst/gsturi.c:
15636         * gst/gstutils.c:
15637         * gst/gstvalue.c:
15638         * libs/gst/base/gstadapter.c:
15639           doc fixes, to link to function, just write gst_cool_function(), don't
15640           prefix with '#'
15641
15642 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
15643
15644         * plugins/elements/gsttee.c: (gst_tee_do_push),
15645         (gst_tee_handle_buffer):
15646         Always prefer an actual return value from a src
15647         pad in place of NOT_LINKED. This means we return
15648         WRONG_STATE when all src pads are WRONG_STATE
15649         instead of NOT_LINKED.
15650
15651         Lock when replacing the last message to prevent
15652         racing with the get_property method.
15653
15654         Add debug output
15655
15656 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
15657
15658         * tests/check/Makefile.am:
15659         * tests/check/gst/gstquery.c: (GST_START_TEST), (gstquery_suite),
15660         (main):
15661         Add a very simple check that should have caught the memleak I fixed
15662         last night (if not for the slice allocator hiding it)
15663
15664 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
15665
15666         * gst/gstbin.c: (gst_bin_dispose), (gst_bin_provide_clock_func),
15667         (gst_bin_remove_func), (gst_bin_handle_message_func),
15668         (bin_query_duration_fold), (bin_query_generic_fold):
15669         Clean up references to the clock provider when disposed or when
15670         handling a clock-lost message from it.
15671
15672         Unref sinks when performing a query via gst_iterator_fold, as the
15673         gst_bin_iterate_sinks iterator refs each item. (Fixes #323874)
15674
15675         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_dispose),
15676         (gst_clock_set_master):
15677         Drop our reference to the master clock, if any, when we are disposed.
15678
15679         * gst/gsttypefindfactory.c: (gst_type_find_factory_dispose):
15680         Chain up in dispose. 
15681
15682 2006-01-26  Wim Taymans  <wim@fluendo.com>
15683
15684         * libs/gst/base/gstbasesrc.c: (gst_base_src_get_range):
15685         Add some debugging.
15686
15687 2006-01-26  Julien MOUTTE  <julien@moutte.net>
15688
15689         * plugins/elements/gsttee.c: (gst_tee_do_push),
15690         (gst_tee_handle_buffer): Apply patch from #328715. Tee now
15691         handles pad being NOT_LINKED or in WRONG_STATE.
15692
15693 2006-01-26  Stefan Kost  <ensonic@users.sf.net>
15694
15695         * win32/MANIFEST:
15696           more updating
15697
15698 2006-01-26  Stefan Kost  <ensonic@users.sf.net>
15699
15700         * win32/MANIFEST:
15701           remove obsolete entry
15702
15703 2006-01-26  Stefan Kost  <ensonic@users.sf.net>
15704
15705         * docs/gst/gstreamer-sections.txt:
15706         * gst/gstbin.c: (bin_element_is_src), (src_iterator_filter),
15707         (gst_bin_iterate_sources), (gst_bin_send_event):
15708         * gst/gstbin.h:
15709         * gst/gstelement.c: (gst_element_send_event):
15710         * gst/gstevent.c:
15711         * gst/gstpad.c: (gst_pad_send_event):
15712           added code for downstream events, reviewed docs in gstevent.c
15713
15714 2006-01-25  Julien MOUTTE  <julien@moutte.net>
15715
15716         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_position):
15717         We only query position using the clock in the playing state.
15718         Query peer in the other cases.
15719         * win32/common/config.h: Updates.
15720
15721 2006-01-24  Wim Taymans  <wim@fluendo.com>
15722
15723         * gst/gstsystemclock.c: (gst_system_clock_id_wait_unlocked):
15724         A clock entry that is scheduled for the exact time of the
15725         clock is still in time.
15726
15727         * libs/gst/base/gstbasesink.c: (gst_base_sink_handle_object),
15728         (gst_base_sink_do_sync):
15729         Add some more debug info.
15730
15731 2006-01-23  Sebastien Moutte  <sebastien@moutte.net>
15732
15733         * win32/vs7:
15734           Add new vs7 project files and solution.
15735
15736 2006-01-23  Sebastien Moutte  <sebastien@moutte.net>
15737
15738         * win32/vs7:
15739           all files removed as they were out-dated.
15740
15741 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15742
15743         * docs/random/release:
15744           update notes
15745         * gst/gstbin.c: (gst_bin_init):
15746         * gst/gstbus.c: (gst_bus_new):
15747         * gst/gstbus.h:
15748         * gst/gstpipeline.c: (gst_pipeline_init):
15749           use gst_bus_new(), improve logging, fix docs
15750         * win32/common/config.h:
15751           update for cvs build
15752
15753 2006-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15754
15755         * autogen.sh:
15756           up required version of automake to 1.7
15757
15758 2006-01-20  Sebastien Moutte  <sebastien@moutte.net>
15759
15760         * win32/common/libgstreamer.def:
15761           export gst_buffer_is_metadata_writable
15762
15763 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
15764
15765         * docs/gst/gstreamer-sections.txt:
15766         * gst/gstevent.h:
15767           Add gst_event_replace() (#327001)
15768
15769 2006-01-20  Wim Taymans  <wim@fluendo.com>
15770
15771         * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked):
15772         Make it actually compile too..
15773
15774 2006-01-20  Wim Taymans  <wim@fluendo.com>
15775
15776         * gst/gstcaps.c:
15777         Clarify behaviour of _is_equal() when passing NULL parameters.
15778
15779         * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked),
15780         (gst_pad_set_caps):
15781         Cleanups. Don't unref NULL caps.
15782         When setting the same caps, protect caps of the pad with
15783         proper lock.
15784         Use full functionality of _is_equal() when comparing caps.
15785
15786 2006-01-20  Jan Schmidt  <thaytan@mad.scientist.com>
15787
15788         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_is_collected):
15789         Don't loop infinitely if there are no buffers to present. Partially
15790         fixes #327197, but collectpads is just broken for reusing elements
15791         to do multiple encodes atm.
15792
15793 2006-01-20  Jan Schmidt  <thaytan@mad.scientist.com>
15794
15795         * tools/gst-inspect.c: (print_element_features):
15796         * tools/gst-xmlinspect.c: (main):
15797         URL_HANDLER is not a plugin feature we can search for in
15798         the registry.
15799
15800 2006-01-19  Edward Hervey  <edward@fluendo.com>
15801
15802         * gst/gstelement.c: (gst_element_pads_activate): 
15803         When activating, do src pads first, then sink pads.
15804         When de-activating, do sink pads first, then src pads.
15805
15806 2006-01-19  Jan Schmidt  <thaytan@mad.scientist.com>
15807
15808         * docs/gst/gstreamer-sections.txt:
15809         Add gst_index_add_associationv to the docs
15810
15811 2006-01-19  Jan Schmidt  <thaytan@mad.scientist.com>
15812
15813         * gst/gstevent.c:
15814           Fix docs typo
15815
15816         * plugins/elements/gstqueue.c: (gst_queue_handle_sink_event),
15817         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop):
15818           Do some refactoring. Doesn't actually change functionality,
15819           but makes landing the DRAIN event easier later.
15820
15821 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
15822
15823         * docs/pwg/advanced-scheduling.xml:
15824           Update from 0.9.x to 0.10 API and make example a bit
15825           clearer.
15826
15827 2006-01-19  Jan Schmidt  <thaytan@mad.scientist.com>
15828
15829         * docs/gst/gstreamer-sections.txt:
15830         Add gst_buffer_(is|make)_metadata_writable methods.
15831
15832 2006-01-19  Jan Schmidt  <thaytan@mad.scientist.com>
15833
15834         * docs/design/part-sparsestreams.txt:
15835         Update sparse streams doc, hopefully for greater clarity
15836
15837 2006-01-18  Jan Schmidt  <thaytan@mad.scientist.com>
15838
15839         * docs/design/part-events.txt:
15840         Remove mention of FILLER events.
15841         Add DRAIN event.
15842
15843         * docs/design/part-sparsestreams.txt:
15844         Write some things about using NEWSEGMENT to keep sparse streams
15845         flowing.
15846
15847 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
15848
15849         * gst/gstbin.c: (gst_bin_dispose):
15850           Guard gst_object_unref call against a NULL object (dispose
15851           can theoretically be called multiple times).
15852           
15853 2006-01-18  Wim Taymans  <wim@fluendo.com>
15854
15855         * gst/gstbin.c: (gst_bin_element_set_state):
15856         * gst/gstclock.c: (gst_clock_id_wait):
15857         Added some more debug info.
15858
15859         * libs/gst/base/gstadapter.c:
15860         Added more docs.
15861
15862         * libs/gst/base/gstbasesink.c: (gst_base_sink_handle_object),
15863         (gst_base_sink_do_sync), (gst_base_sink_chain):
15864         Added some comments.
15865
15866 2006-01-18  Wim Taymans  <wim@fluendo.com>
15867
15868         * tests/check/Makefile.am:
15869         * tests/check/elements/fakesink.c: (chain_async_buffer),
15870         (chain_async), (chain_async_return), (GST_START_TEST),
15871         (fakesink_suite), (main):
15872         Added fakesink test that checks prerolling and clipping
15873         behaviour.
15874
15875         * tests/check/gst/gstutils.c: (GST_START_TEST):
15876         Make check run faster so that buildbots don't timeout.
15877
15878 2006-01-18  Wim Taymans  <wim@fluendo.com>
15879
15880         * libs/gst/base/gstbasesink.c: (gst_base_sink_handle_object),
15881         (gst_base_sink_do_sync):
15882         Some cleanups.
15883         When the sink finishes blocking on the preroll buffer, it can
15884         immediatly render it instead of rendering when the next buffer
15885         arrives.
15886
15887 2006-01-18  Wim Taymans  <wim@fluendo.com>
15888
15889         * libs/gst/base/gstbasesink.c: (gst_base_sink_set_property),
15890         (gst_base_sink_get_property), (gst_base_sink_do_sync),
15891         (gst_base_sink_chain):
15892         Small cleanups.
15893         GST_ELEMENT_CLOCK and sync are protected with LOCK.
15894         Don't store _last_stop if the buffer is dropped.
15895
15896 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
15897
15898         * plugins/elements/gsttypefindelement.c:
15899         (gst_type_find_element_class_init):
15900           'have-type' signal needs to be G_SIGNAL_RUN_FIRST, as it is the
15901           object method handler that sets the caps on the pad and we want
15902           that to happen before we emit the signal (fixes e.g. feeding a
15903           plain text file to decodebin).
15904
15905 2006-01-18  Christian Schaller  <Christian@fluendo.com>
15906
15907         * gst/gstplugin.c: Add MPL and Proprietary as license options
15908
15909 2006-01-18  Andy Wingo  <wingo@pobox.com>
15910
15911         * gst/gstindex.h (gst_index_add_associationv): Add to header. The
15912         symbol was exported before, it appears this was just an oversight.
15913         Fixes #168703.
15914         Patch by: Torsten Schoenfeld <kaffeetisch at gmx.de>
15915
15916         * gst/gstindex.c (gst_index_add_associationv): Changed int in
15917         prototype to gint. OK since this prototype was not in the header.
15918
15919 2006-01-17  Andy Wingo  <wingo@pobox.com>
15920
15921         * gst/gstregistry.c (_gst_registry_remove_cache_plugins): Lock the
15922         registry while we remove plugins.
15923
15924         * tools/gst-inspect.c (print_element_info): Don't unref the
15925         factory arg, that should be the responsibility of whatever code
15926         received the ref. Fixes a double-free when called from
15927         print_element_list via gst-inspect-0.10 -a. Fixes #327324.
15928         (main): Unref the factory if we have one.
15929         (print_element_list): No change -- relies on the
15930         plugin_feature_list_free to free the list of features.
15931
15932 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
15933
15934         * gst/gstbuffer.c: (gst_buffer_is_metadata_writable),
15935         (gst_buffer_make_metadata_writable):
15936         * gst/gstbuffer.h:
15937         * libs/gst/base/gstbasetransform.c:
15938         (gst_base_transform_prepare_output_buf):
15939         * plugins/elements/gstcapsfilter.c: (gst_capsfilter_prepare_buf):
15940         * tests/check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
15941           Replace gst_buffer_(make|is)_metadata_writable patch now
15942           that the release is out.
15943
15944 2006-01-17  Andy Wingo  <wingo@pobox.com>
15945
15946         * gst/gstregistry.c: Reflow design comment. Update so as to speak
15947         in the present tense without reference to versions.
15948
15949         * gst/gstregistry.c (gst_registry_add_plugin)
15950         (gst_registry_remove_plugin, gst_registry_remove_feature)
15951         (gst_registry_find_feature, gst_registry_get_feature_list)
15952         (gst_registry_get_plugin_list, gst_registry_lookup_feature)
15953         (gst_registry_lookup, gst_registry_scan_path)
15954         (_gst_registry_remove_cache_plugins)
15955         (gst_registry_get_feature_list_by_plugin): Add argument
15956         validation.
15957
15958 === release 0.10.2 ===
15959
15960 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
15961
15962         * configure.ac:
15963           releasing 0.10.2, "If man is five"
15964
15965 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
15966
15967         * gst/gstbuffer.c:
15968         * gst/gstbuffer.h:
15969         * libs/gst/base/gstbasetransform.c:
15970         (gst_base_transform_prepare_output_buf):
15971         * plugins/elements/gstcapsfilter.c: (gst_capsfilter_prepare_buf):
15972         * tests/check/gst/gstbuffer.c: (gst_test_suite):
15973           Back out patch until after the release.
15974
15975 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
15976
15977         * gst/gstminiobject.c:
15978           Spelling fix in docs.
15979         * ChangeLog - remove conflict indicator
15980
15981 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
15982
15983         Reviewed By: Andy Wingo
15984
15985         * gst/gstbuffer.c: (gst_buffer_is_metadata_writable),
15986         (gst_buffer_make_metadata_writable):
15987         * gst/gstbuffer.h:
15988           Add gst_buffer_(is|make)_metadata_writable as analogues of
15989           gst_buffer_(is|make)_writable.
15990
15991         * libs/gst/base/gstbasetransform.c:
15992         (gst_base_transform_prepare_output_buf):
15993         * plugins/elements/gstcapsfilter.c: (gst_capsfilter_prepare_buf):
15994           Use name gst_buffer_(is|make)_metadata_writable functions.
15995
15996         * tests/check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
15997           Test gst_buffer_(is|make)_metadata_writable
15998         
15999           (Closes: #324162)
16000
16001 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16002
16003         * docs/manual/Makefile.am:
16004           don't do parallel make
16005         * configure.ac:
16006           AC_SUBST HOST_CPU
16007         * win32/common/config.h.in:
16008           add generations for HOST_CPU and GST_MAJORMINOR
16009         * win32/common/config.h:
16010           commit generated result
16011
16012 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
16013
16014         * docs/manual/appendix-integration.xml:
16015           Update GNOME integration section to use gst_init_get_option_group()
16016           instead of the old popt stuff (#322911). Also, GNOME applications
16017           should  now use gconf*sink and gconf*src instead of the old gconf
16018           helper lib we had.
16019
16020 2006-01-13  Stefan Kost  <ensonic@users.sf.net>
16021
16022
16023         * docs/gst/gstreamer-docs.sgml:
16024         * docs/gst/gstreamer-sections.txt:
16025         * docs/libs/gstreamer-libs-sections.txt:
16026           add new API entries to the docs
16027         * libs/gst/controller/Makefile.am:
16028         * libs/gst/controller/gstcontroller.c:
16029         * libs/gst/controller/gstcontroller.h:
16030         * libs/gst/controller/gstcontrollerprivate.h:
16031         * libs/gst/controller/gsthelper.c:
16032         * libs/gst/controller/gstinterpolation.c:
16033           move private structs to private header
16034         * po/README:
16035           gstreamer-0.7 -> gstreamer-0.10
16036         * tests/check/libs/struct_i386.h:
16037           remove private structs
16038
16039 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16040
16041         * plugins/indexers/Makefile.am:
16042           Fixes as part of #317048
16043
16044 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16045
16046         * plugins/indexers/Makefile.am:
16047           fix #316086 - compilation when mmap is missing
16048
16049 2006-01-12  Sebastien Moutte  <sebastien@moutte.net>
16050
16051         * libs/gst/base/gstbasesink.c:
16052           *cur = (now - base) * basesink->segment.abs_rate + time; replaced by 
16053           *cur = gst_guint64_to_gdouble(now - base) * basesink->segment.abs_rate + time; for vs6
16054         * win32/common/config.h:
16055           added some defines GST_MAJORMINOR and HOST_CPU
16056         * win32/common/libgstbase.def:
16057         * win32/common/libgstreamer.def:
16058           added some exported functions.
16059
16060 2006-01-12  Stefan Kost  <ensonic@users.sf.net>
16061
16062         * libs/gst/controller/gstcontroller.c:
16063         (gst_controlled_property_set_interpolation_mode),
16064         (gst_controlled_property_new):
16065         * libs/gst/controller/gstcontroller.h:
16066         * libs/gst/controller/gstinterpolation.c:
16067         (interpolate_none_get_string_value_array):
16068           make G_TYPE_STRING controlable
16069
16070 2006-01-12  Stefan Kost  <ensonic@users.sf.net>
16071
16072         * tools/README:
16073         * tools/gst-feedback.1.in:
16074         * tools/gst-inspect.1.in:
16075         * tools/gst-launch.1.in:
16076         * tools/gst-md5sum.1.in:
16077         * tools/gst-typefind.1.in:
16078         * tools/gst-xmlinspect.1.in:
16079         * tools/gst-xmllaunch.1.in:
16080           cleanup man-pages, remove reference to gst-register, document env-vars
16081
16082 2006-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
16083
16084         * gst/gstbuffer.c: (gst_buffer_span):
16085           gst_buffer_span should copy the timestamp of the first buffer
16086           if they were both originally overlapping subbuffers of the 
16087           same parent, using the same logic as the 'slow copy' case.
16088
16089 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
16090
16091         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_pop):
16092           Need to awaken ALL the pads when we pop a buffer, otherwise
16093           collectpads only works when there is 2 input streams.
16094
16095 2006-01-11  Stefan Kost  <ensonic@users.sf.net>
16096
16097         * docs/random/ensonic/media-device-daemon.txt:
16098           more ideas (dbus)
16099         * gst/gstbuffer.c:
16100           fix doc example, add clarification
16101         * tools/gst-launch.1.in:
16102           add initial info about GST_PLUGIN_PATH, needs more work
16103
16104 2006-01-11  Tim-Philipp Müller  <tim at centricular dot net>
16105
16106         * docs/manual/basics-bins.xml:
16107         * docs/manual/basics-elements.xml:
16108         * docs/manual/intro-basics.xml:
16109           Some more minor docs additions and updates.
16110
16111 2006-01-11  Wim Taymans  <wim@fluendo.com>
16112
16113         * docs/manual/basics-bins.xml:
16114         * docs/manual/basics-elements.xml:
16115         Some small fixes as pointed out by Ser-ver on IRC.
16116
16117 2006-01-10  Edward Hervey  <edward@fluendo.com>
16118
16119         * plugins/elements/gstidentity.c: (gst_identity_transform_ip):
16120         Set the buffer offset/offset_end to GST_CLOCK_TIME_NONE when using
16121         the single-segment mode.
16122
16123 2006-01-10  Brian Cameron  <brian dot cameron at sun dot com>
16124
16125         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16126
16127         * libs/gst/base/gstbasesrc.c: (gst_base_src_init),
16128         (gst_base_src_perform_seek), (gst_base_src_send_event),
16129         (gst_base_src_set_property), (gst_base_src_get_property),
16130         (gst_base_src_loop), (gst_base_src_start),
16131         (gst_base_src_activate_push):
16132         * libs/gst/base/gstbasesrc.h:
16133           Name (private) union; makes Sun's Forte compiler happy (#324900).
16134
16135 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
16136
16137         * README:
16138           gst-register is gone.
16139
16140 2006-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16141
16142         * gst/gstvalue.c: (_gst_value_initialize):
16143           make the G_TYPE_DATE instantiation work if debug is disabled
16144
16145 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
16146
16147         * gst/gstmessage.c: (gst_message_parse_tag),
16148         (gst_message_parse_error), (gst_message_parse_warning):
16149           Don't crash when return location for error/warning debug
16150           string is NULL; add fact that return locations can be
16151           NULL to docs where appropriate.
16152
16153 2006-01-05  Wim Taymans  <wim@fluendo.com>
16154
16155         * gst/gstplugin.c: (gst_plugin_load_file):
16156         Replace strdup by g_strdup.
16157
16158 2006-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16159
16160         * docs/pwg/advanced-types.xml:
16161           fix doc borkage
16162
16163 2006-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16164
16165         submitted by: Abel Cheung
16166
16167         * po/LINGUAS:
16168         * po/zh_TW.po:
16169           Added Chinese (traditional) translation
16170
16171 2006-01-04  Wim Taymans  <wim@fluendo.com>
16172
16173         * docs/manual/basics-pads.xml:
16174         * docs/plugins/Makefile.am:
16175         * docs/plugins/gstreamer-plugins-docs.sgml:
16176         * docs/plugins/gstreamer-plugins-sections.txt:
16177         * docs/pwg/advanced-clock.xml:
16178         * docs/pwg/advanced-scheduling.xml:
16179         * docs/pwg/advanced-types.xml:
16180         * plugins/elements/gstfdsink.c:
16181         * plugins/elements/gstfdsrc.c:
16182         * plugins/elements/gstfdsrc.h:
16183         * plugins/elements/gstidentity.c: (gst_identity_class_init):
16184         * plugins/elements/gstidentity.h:
16185         * plugins/elements/gstqueue.h:
16186         * plugins/elements/gsttee.c:
16187         * plugins/elements/gsttee.h:
16188         * plugins/elements/gsttypefindelement.c:
16189         (gst_type_find_element_class_init):
16190         * plugins/elements/gsttypefindelement.h:
16191         Small updates to various docs.
16192         Added core plugins to docs.
16193
16194 2006-01-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16195
16196         * common/gst.supp:
16197           add a suppression for liboil's uninitialized variable
16198
16199 2006-01-02  James Livingston  <jrl at ids dot org dot au>
16200
16201         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16202
16203         * gst/gstutils.h:
16204           Add prototype for _get_type() function to GST_BOILERPLATE_FULL
16205           macro, so that gcc doesn't complain if the -Wmissing-prototypes
16206           compiler switch is being used (#325429).
16207
16208 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
16209
16210         * gst/gstbin.c: (gst_bin_query):
16211           Disable duration query caching in bins until it gets
16212           fixed (see #324807).
16213
16214 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
16215
16216         * tools/gst-inspect.c: (print_element_properties_info):
16217           Handle properties of POINTER and BOXED type.
16218
16219 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
16220
16221         * gst/gst.c: (init_post):
16222           Init tags stuff and some other things before loading
16223           any static plugins (there may be other static plugins
16224           than just the GStreamer ones, and they may want to
16225           register their own tags or formats or whatever, and
16226           preferably without segfaulting).
16227
16228         * plugins/elements/gstqueue.c: (gst_queue_handle_src_query):
16229           Print at least a warning in the debug logs if we drop a
16230           query just because we don't know how to adjust the value
16231           in the particular format.
16232
16233 2005-12-24  David Schleef  <ds@schleef.org>
16234
16235         * tools/gstreamer-completion:
16236           Replacement for gst-complete written in sh and sed.  Only
16237           completes names of features, but that's 90% of what I want
16238           it for.  Properties are not available in registry.xml.  (Maybe
16239           they should be...)
16240
16241 === release 0.10.1 ===
16242
16243 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
16244
16245         * configure.ac:
16246           releasing 0.10.1, "Nollaig chridheil"
16247
16248 2005-12-22  Tim-Philipp Müller  <tim at centricular dot net>
16249
16250         * docs/faq/cvs.xml:
16251           Add missing quote, should be make ERROR_CFLAGS="".
16252
16253 2005-12-20  Wim Taymans  <wim@fluendo.com>
16254
16255         * docs/design/part-trickmodes.txt:
16256         More documentation on trickmodes.
16257
16258 2005-12-20  Edward Hervey  <edward@fluendo.com>
16259
16260         * gst/gstcaps.c: (gst_static_caps_get_type):
16261         * gst/gstcaps.h:
16262           API addition: GST_TYPE_STATIC_CAPS
16263         Added gpointer GType for GstStaticCaps so we can wrap them in bindings.
16264         * gst/gstpadtemplate.c: (gst_static_pad_template_get_type):
16265         * gst/gstpadtemplate.h:
16266           API addition: GST_TYPE_STATIC_PAD_TEMPLATE
16267         Added gpointer GType for GstStaticPadTemplate so we can wrap them in
16268         bindings.
16269
16270 2005-12-18  Wim Taymans  <wim@fluendo.com>
16271
16272         * libs/gst/base/gstadapter.c:
16273         * libs/gst/base/gstadapter.h:
16274         * libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
16275         (gst_base_sink_get_position):
16276         * libs/gst/base/gstbasesink.h:
16277         * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
16278         (gst_base_src_default_query), (gst_base_src_default_do_seek),
16279         (gst_base_src_do_seek), (gst_base_src_perform_seek),
16280         (gst_base_src_send_event), (gst_base_src_update_length),
16281         (gst_base_src_get_range), (gst_base_src_loop),
16282         (gst_base_src_start):
16283         * libs/gst/base/gstbasesrc.h:
16284         * libs/gst/base/gstbasetransform.h:
16285         * libs/gst/base/gstcollectpads.h:
16286         * libs/gst/base/gstpushsrc.c:
16287         * libs/gst/base/gstpushsrc.h:
16288         * libs/gst/dataprotocol/dataprotocol.c:
16289         * libs/gst/dataprotocol/dataprotocol.h:
16290         * libs/gst/net/gstnetclientclock.h:
16291         * libs/gst/net/gstnettimeprovider.h:
16292         Documentation updates.
16293
16294 2005-12-18  Tim-Philipp Müller  <tim at centricular dot net>
16295
16296         * docs/manual/basics-helloworld.xml:
16297           Remove superfluous closing bracket in helloworld example.
16298
16299 2005-12-17  Tim-Philipp Müller  <tim at centricular dot net>
16300
16301         * tools/gst-launch.1.in:
16302           Update gst-launch man page; add a section with useful
16303           environment variables. Fixes #323882.
16304
16305 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
16306
16307         * gst/gst.c:
16308         * gst/gst_private.h:
16309           change some char* into char[]
16310
16311 2005-12-16  Wim Taymans  <wim@fluendo.com>
16312
16313         * gst/gstregistryxml.c: (load_feature):
16314         Cleanups.
16315         Don't use g_object_unref on GstObjects so that we avoid
16316         leaks on unsafe glibs.
16317
16318 2005-12-16  Wim Taymans  <wim@fluendo.com>
16319
16320         * gst/gstbin.c: (gst_bin_recalc_state):
16321         Small doc updates.
16322
16323 2005-12-16  Wim Taymans  <wim@fluendo.com>
16324
16325         * common/check.mak:
16326         Added make forever target for check.
16327
16328 2005-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16329
16330         * gst/gst.c: (init_post):
16331           make the registry cache file HOST_CPU-dependent
16332
16333 2005-12-16  Andy Wingo  <wingo@pobox.com>
16334
16335         * plugins/elements/gstbufferstore.c
16336         (gst_buffer_store_cleared_func): Pay attention to g_list_append
16337         return value.
16338
16339         * tests/check/gst/gstobject.c
16340         (test_fake_object_name_threaded_unique): Pay attention to
16341         g_list_sort return value.
16342
16343 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
16344
16345         * tools/gst-feedback-m.m:
16346           Update for 0.9/0.10 (fixes #323870).
16347
16348 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
16349
16350         * gst/gstminiobject.c: (gst_value_mini_object_lcopy):
16351           Fix lcopy for mini objects, the mini object needs to be ref'ed.
16352           
16353         * tests/check/gst/gstminiobject.c: (my_foo_init),
16354         (my_foo_get_property), (my_foo_set_property), (my_foo_class_init),
16355         (test_value_collection), (gst_mini_object_suite):
16356           Add test to ensure refcounts end up as expected when passing
16357           GstMiniObjects through g_object_get() and g_object_set().
16358
16359 2005-12-14  Julien MOUTTE  <julien@moutte.net>
16360
16361         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_base_init),
16362         (gst_collect_pads_remove_pad), (gst_collect_pads_is_collected),
16363         (gst_collect_pads_event), (gst_collect_pads_chain): Refactoring
16364         of collectpads. This version removes a lot of races without
16365         touching API/ABI. Yay !
16366
16367 2005-12-14  Jan Schmidt  <thaytan@mad.scientist.com>
16368
16369         * gst/gstpad.c: (gst_pad_activate_pull), (gst_pad_link_prepare):
16370           Don't allow activation of a srcpad in pull_range if it has no
16371           getrange function.
16372           Change some debug statements to be a little clearer
16373
16374         * plugins/elements/gsttypefindelement.c:
16375         (gst_type_find_handle_src_query):
16376           Check that we have a peer before executing queries thereupon.
16377
16378         * tests/examples/metadata/read-metadata.c: (message_loop):
16379           Use gst_bus_pop instead of gst_bus_poll when we just want it to
16380           immediately return us any available message with 0 timeout.
16381
16382 2005-12-12  Michael Smith  <msmith@fluendo.com>
16383
16384         * gst/gsttypefindfactory.c: (gst_type_find_factory_call_function):
16385           Don't unref factories after calling them.
16386         * libs/gst/base/gsttypefindhelper.c: (gst_type_find_helper):
16387         * plugins/elements/gsttypefindelement.c:
16388         (gst_type_find_element_chain):
16389           Free lists of factories after using them. Fixing typefinding memory
16390           leaks.
16391
16392 2005-12-12  Stefan Kost  <ensonic@users.sf.net>
16393
16394         * gst/gstpluginfeature.c: (gst_plugin_feature_finalize),
16395         (gst_plugin_feature_load):
16396           more meaningful debug output
16397         * configure.ac:
16398         * tests/Makefile.am:
16399         * tests/old/examples/Makefile.am:
16400           make make distcheck happy again
16401
16402 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
16403
16404         * plugins/elements/gsttypefindelement.c: (stop_typefinding):
16405           Catch the special case where we are operating chain-based,
16406           but the downstream peer pad has no chain function. Emit a
16407           custom error message in this case instead of letting the
16408           core generate one implying that this is some sort of core
16409           bug. It's not, it just means that whatever got plugged
16410           into the pipeline downstream when we announced the type
16411           can only operate pull-based, while our source can only
16412           operate push-based (e.g. http://foo/bar.mov ! qtdemux ! ...)
16413           Error string has not been marked for translation yet, as
16414           it probably needs some more work first.
16415
16416         (gst_type_find_element_get_best_possibility):
16417           Add helper function to find the best of all available
16418           found possibilities that qualify given the min. threshold.
16419
16420         (gst_type_find_element_handle_event):
16421           Fix the case where we get an EOS while still in TYPEFIND
16422           mode (we want to chose the best of all possible types,
16423           not just the first type that happens to be in our unsorted
16424           list of possible types).
16425
16426         (gst_type_find_element_chain):
16427           Make sure we return GST_FLOW_ERROR when we errored out
16428           in stop_typefinding(); also, don't just find the best of
16429           all found type entries and then use the last examined
16430           type entry, but actually use the best entry.
16431
16432 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
16433
16434         * tests/examples/typefind/typefind.c: (type_found):
16435         * tests/examples/xml/runxml.c: (xml_loaded):
16436           More gcc4 fixes and a mem leak fix.
16437
16438 2005-12-12  Stefan Kost  <ensonic@users.sf.net>
16439
16440         * tests/examples/xml/createxml.c: (object_saved):
16441           gcc 4 fixes
16442
16443 2005-12-12  Stefan Kost  <ensonic@users.sf.net>
16444
16445         * tests/Makefile.am:
16446           enable the examples even more
16447
16448 2005-12-12  Andy Wingo  <wingo@pobox.com>
16449
16450         * libs/gst/net/gstnettimeprovider.c
16451         (gst_net_time_provider_class_init, gst_net_time_provider_init)
16452         (gst_net_time_provider_set_property)
16453         (gst_net_time_provider_get_property):
16454         API addition: Export "active" as a GObject property.
16455         (gst_net_time_provider_thread): Only respond to time queries if
16456         the time provider is active.
16457
16458         * libs/gst/net/gstnettimeprovider.h: Add an "active" boolean to
16459         NetTimeProvider, preserving binary compat.
16460
16461 2005-12-12  Stefan Kost  <ensonic@users.sf.net>
16462
16463         * tests/examples/controller/audio-example.c: (main):
16464         * tests/examples/launch/Makefile.am:
16465           convert comments again
16466
16467 2005-12-12  Wim Taymans  <wim@fluendo.com>
16468
16469         * libs/gst/base/gstpushsrc.c:
16470         Fix typo.
16471
16472 2005-12-12  Wim Taymans  <wim@fluendo.com>
16473
16474         * docs/libs/gstreamer-libs-sections.txt:
16475         Added new symbol to docs.
16476
16477         * libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
16478         (gst_base_src_init), (gst_base_src_set_format),
16479         (gst_base_src_default_query), (gst_base_src_query),
16480         (gst_base_src_default_do_seek), (gst_base_src_do_seek),
16481         (gst_base_src_perform_seek), (gst_base_src_send_event),
16482         (gst_base_src_default_event), (gst_base_src_event_handler),
16483         (gst_base_src_set_property), (gst_base_src_get_property),
16484         (gst_base_src_wait), (gst_base_src_do_sync),
16485         (gst_base_src_update_length), (gst_base_src_get_range),
16486         (gst_base_src_check_get_range), (gst_base_src_loop),
16487         (gst_base_src_default_negotiate), (gst_base_src_start),
16488         (gst_base_src_activate_push), (gst_base_src_activate_pull),
16489         (gst_base_src_change_state):
16490         * libs/gst/base/gstbasesrc.h:
16491         Implement seeking to other formats than _BYTES.
16492         Implement more seeking methods correctly.
16493         Doc updates.
16494         Added query vmethod.
16495         Added do_seek vmethod to make life easier for subclasses
16496         when seeking.
16497         API addition: gst_base_src_set_format()
16498
16499 2005-12-12  Stefan Kost  <ensonic@users.sf.net>
16500
16501         * tests/examples/Makefile.am:
16502           added that too
16503
16504 2005-12-12  Stefan Kost  <ensonic@users.sf.net>
16505
16506         * configure.ac:
16507         * docs/random/ensonic/media-device-daemon.txt:
16508         * tests/examples/controller/.cvsignore:
16509         * tests/examples/controller/Makefile.am:
16510         * tests/examples/controller/audio-example.c: (main):
16511         * tests/examples/helloworld/.cvsignore:
16512         * tests/examples/helloworld/Makefile.am:
16513         * tests/examples/helloworld/helloworld.c: (event_loop), (main):
16514         * tests/examples/launch/.cvsignore:
16515         * tests/examples/launch/Makefile.am:
16516         * tests/examples/launch/mp3parselaunch.c: (event_loop), (main):
16517         * tests/examples/metadata/.cvsignore:
16518         * tests/examples/metadata/Makefile.am:
16519         * tests/examples/metadata/read-metadata.c: (message_loop),
16520         (make_pipeline), (print_tag), (main):
16521         * tests/examples/queue/.cvsignore:
16522         * tests/examples/queue/Makefile.am:
16523         * tests/examples/queue/queue.c: (event_loop), (main):
16524         * tests/examples/typefind/.cvsignore:
16525         * tests/examples/typefind/Makefile.am:
16526         * tests/examples/typefind/typefind.c: (type_found), (event_loop),
16527         (main):
16528         * tests/examples/xml/.cvsignore:
16529         * tests/examples/xml/Makefile.am:
16530         * tests/examples/xml/createxml.c: (object_saved), (main):
16531         * tests/examples/xml/runxml.c: (xml_loaded), (event_loop), (main):
16532         * tests/old/examples/Makefile.am:
16533         * tests/old/examples/TODO:
16534         * tests/old/examples/controller/.cvsignore:
16535         * tests/old/examples/controller/Makefile.am:
16536         * tests/old/examples/controller/audio-example.c:
16537         * tests/old/examples/helloworld/.cvsignore:
16538         * tests/old/examples/helloworld/Makefile.am:
16539         * tests/old/examples/helloworld/helloworld.c:
16540         * tests/old/examples/launch/.cvsignore:
16541         * tests/old/examples/launch/Makefile.am:
16542         * tests/old/examples/launch/mp3parselaunch.c:
16543         * tests/old/examples/launch/mp3play:
16544         * tests/old/examples/manual/Makefile.am:
16545         * tests/old/examples/metadata/Makefile.am:
16546         * tests/old/examples/metadata/read-metadata.c:
16547         * tests/old/examples/queue/.cvsignore:
16548         * tests/old/examples/queue/Makefile.am:
16549         * tests/old/examples/queue/queue.c:
16550         * tests/old/examples/typefind/.cvsignore:
16551         * tests/old/examples/typefind/Makefile.am:
16552         * tests/old/examples/typefind/typefind.c:
16553         * tests/old/examples/xml/.cvsignore:
16554         * tests/old/examples/xml/Makefile.am:
16555         * tests/old/examples/xml/createxml.c:
16556         * tests/old/examples/xml/runxml.c:
16557           applied some simple fixing to some examples
16558           re-enabled the working examples
16559
16560 2005-12-12  Wim Taymans  <wim@fluendo.com>
16561
16562         * gst/gstsegment.c: (gst_segment_init),
16563         (gst_segment_set_last_stop), (gst_segment_set_seek),
16564         (gst_segment_set_newsegment), (gst_segment_to_stream_time),
16565         (gst_segment_to_running_time):
16566         Added more documentation.
16567         Make sure the last_pos value is updated properly.
16568         Make sure to_stream_time and to_running_time don't
16569         operate on wrong values.
16570
16571         * tests/check/gst/gstsegment.c: (GST_START_TEST):
16572         Update check.
16573
16574 2005-12-12  Michael Smith  <msmith@fluendo.com>
16575
16576         * plugins/elements/gsttypefindelement.c: (free_entry),
16577         (gst_type_find_element_chain):
16578           Now that we're not leaking factories, make sure we keep references
16579           to them while we need them.
16580
16581 2005-12-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16582
16583         * tests/check/gst/struct_i386.h:
16584           ifdef out the XML structs
16585
16586 2005-12-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16587
16588         * gst/gstvalue.c: (gst_value_transform_double_fraction):
16589           floor is not needed, F is always positive; this obviates the
16590           need for adding -lm when building without libxml
16591
16592 2005-12-12  Wim Taymans  <wim@fluendo.com>
16593
16594         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_position):
16595         Take current playback rate into account when reporting
16596         the position.
16597
16598 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
16599
16600         * docs/manual/mime-world.fig:
16601           Let's try this again, this time with a file that is
16602           actually in XFig format.
16603
16604 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
16605
16606         * docs/manual/mime-world.fig:
16607           Add audioconvert element to diagram so that it
16608           matches the text and the code (fixes #319526).
16609
16610 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
16611
16612         * docs/pwg/building-chainfn.xml:
16613         * docs/pwg/building-pads.xml:
16614         * docs/pwg/building-state.xml:
16615         * docs/pwg/other-source.xml:
16616           Update state change stuff for 0.10 (fixes #322969).
16617
16618 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
16619
16620         * docs/manual/advanced-dataaccess.xml:
16621         * docs/manual/appendix-checklist.xml:
16622         * docs/manual/appendix-programs.xml:
16623         * docs/manual/basics-pads.xml:
16624         * docs/manual/highlevel-components.xml:
16625         * docs/manual/manual.xml:
16626           Update for 0.10: s/0.9/0.10/; s/audioscale/audiorsample/;
16627           add converters in front of pipelines; remove curly
16628           brackets for threads stuff, they no longer exist; use
16629           GST_TYPE_FRACTION for framerates; update some pieces of
16630           code to 0.10, but there's plenty more to do.
16631
16632         * docs/manual/appendix-porting.xml:
16633           Expand on asynchroneous state changes; s/0.9/0.10/;
16634           mention disappearance of gst_init_get_popt_table()
16635           (fixes #322916).
16636
16637 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
16638
16639         * docs/faq/using.xml:
16640           Spider no longer exists, and neither does gst-launch-ext.
16641           Update examples to use decodebin and playbin and put
16642           converters in front of sinks (fixes #323726).
16643
16644 2005-12-09  Michael Smith  <msmith@fluendo.com>
16645
16646         * plugins/elements/gsttypefindelement.c: (find_peek),
16647         (gst_type_find_element_chain):
16648           Fix leaking element factories in typefinding.
16649           Fix problem where we forgot about a probable type on non-seekable
16650           files, and thus later mis-typefound it.
16651
16652 2005-12-09  Michael Smith  <msmith@fluendo.com>
16653
16654         * common/m4/gst-makecontext.m4:
16655         * common/m4/gst-mcsc.m4:
16656         * configure.ac:
16657         * win32/common/config.h:
16658         * win32/common/config.h.in:
16659           Remove makecontext stuff; not used in 0.10 and causes problems on
16660           HPUX according to bug #322441
16661
16662 2005-12-07  Wim Taymans  <wim@fluendo.com>
16663
16664         * tests/check/Makefile.am:
16665         * tests/check/libs/libsabi.c: (GST_START_TEST), (gstabi_suite),
16666         (main):
16667         * tests/check/libs/struct_i386.h:
16668         Added ABI check for libs
16669
16670 2005-12-07  Wim Taymans  <wim@fluendo.com>
16671
16672         * tests/check/Makefile.am:
16673         And add the struct_i386.h to dist.
16674
16675 2005-12-07  Wim Taymans  <wim@fluendo.com>
16676
16677         * tests/check/Makefile.am:
16678         * tests/check/gst/.cvsignore:
16679         * tests/check/gst/gstabi.c: (GST_START_TEST), (gstabi_suite),
16680         (main):
16681         * tests/check/gst/struct_i386.h:
16682         Added check for ABI compatibility.
16683
16684 2005-12-07  Wim Taymans  <wim@fluendo.com>
16685
16686         * plugins/elements/gstfakesrc.c: (gst_fake_src_class_init),
16687         (gst_fake_src_get_times), (gst_fake_src_create):
16688         Fix broken sync option, fixes #323259
16689
16690 2005-12-07  Wim Taymans  <wim@fluendo.com>
16691
16692         * gst/gstbuffer.c:
16693         Small docs update.
16694
16695         * gst/gstcaps.c: (gst_caps_is_equal):
16696         Don't assert on NULL <--> X. Fixes #323260
16697
16698         * gst/gstminiobject.c: (gst_mini_object_replace):
16699         If we're doing atomic operations, we might just as well use
16700         the proper way to get an atomic pointer.
16701
16702         * libs/gst/base/gstbasesink.c: (gst_base_sink_get_position):
16703         Clean up debugging.
16704
16705 2005-12-07  Michael Smith  <msmith@fluendo.com>
16706
16707         * gst/parse/grammar.y:
16708           Remove handling of { } for threads.
16709
16710 2005-12-06  David Schleef  <ds@schleef.org>
16711
16712         * libs/gst/base/gstbasetransform.c: speling fix.
16713
16714 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16715
16716         * docs/libs/tmpl/gstdataprotocol.sgml:
16717         * docs/random/omega/testing/gstobject.c:
16718         * gst/gst.c:
16719         * gst/gstclock.c:
16720         * gst/gstelement.c:
16721         * gst/gstelementfactory.c:
16722         * gst/gsterror.c:
16723         * gst/gstevent.c:
16724         * gst/gstghostpad.c:
16725         * gst/gstinfo.c:
16726         * gst/gstpadtemplate.c:
16727         * gst/gstregistryxml.c:
16728         * gst/gsttaglist.c:
16729         * gst/gsttagsetter.c:
16730         * gst/gsttypefind.c:
16731         * gst/gstvalue.c:
16732         * libs/gst/base/gstbasesrc.c:
16733         * libs/gst/net/gstnetclientclock.c:
16734         * libs/gst/net/gstnettimeprovider.c:
16735         * plugins/elements/gstfakesrc.c:
16736         * plugins/elements/gstfdsrc.c:
16737         * plugins/elements/gstfilesrc.c:
16738         * plugins/elements/gstidentity.c:
16739         * plugins/elements/gstqueue.c:
16740         * plugins/elements/gsttypefindelement.c:
16741         * plugins/indexers/gstfileindex.c:
16742         * plugins/indexers/gstmemindex.c:
16743         * tests/check/gst/gsttag.c:
16744         * tests/old/examples/cutter/cutter.c:
16745         * tests/old/examples/mixer/mixer.c:
16746         * tests/old/examples/xml/runxml.c: (main):
16747         * tests/old/testsuite/caps/normalisation.c:
16748         * tests/old/testsuite/debug/global.c:
16749         * tests/old/testsuite/parse/parse1.c:
16750         * tools/gst-xmlinspect.c:
16751         * win32/common/dirent.c:
16752           expand tabs
16753
16754 === release 0.10.0 ===
16755
16756 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16757
16758         * configure.ac:
16759           releasing 0.10.0, "Maroilles"
16760
16761 2005-12-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16762
16763         submitted by: Funda Wang <fundawang@linux.net.cn>
16764
16765         * po/LINGUAS:
16766         * po/zh_CN.po:
16767           added Chinese (Traditional) translation
16768
16769 2005-12-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16770
16771         * docs/gst/gstreamer-sections.txt:
16772         * docs/libs/tmpl/gstdataprotocol.sgml:
16773         * docs/random/thomasvs/TODO:
16774         * gst/gstutils.c:
16775         * gst/gstutils.h:
16776           fix docs
16777
16778 2005-12-05  Andy Wingo  <wingo@pobox.com>
16779
16780         patch by: Wim Taymans <wim@fluendo.com>
16781
16782         * libs/gst/base/gstbasetransform.c
16783         (gst_base_transform_prepare_output_buf)
16784         (gst_base_transform_buffer_alloc):
16785         * plugins/elements/gstqueue.c (gst_queue_bufferalloc): Call
16786         alloc_buffer_and_set_caps.
16787
16788         * gst/gstpad.c (gst_pad_alloc_buffer): Changed to not call
16789         set_caps on the source pad.
16790         (gst_pad_alloc_buffer_and_set_caps): New function, does what
16791         alloc_buffer used to do. Fixes #322874.
16792
16793         * docs/gst/gstreamer-sections.txt: 
16794         * docs/design/part-negotiation.txt: 
16795         * docs/pwg/advanced-negotiation.xml: Update for the alloc_buffer
16796         changes.
16797
16798 2005-12-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16799
16800         patch by: Sebastien Moutte
16801
16802         * win32/MANIFEST:
16803         * win32/common/config.h.in:
16804         * win32/vs6/libgstcontroller.dsp:
16805           win32 build fixes
16806
16807 2005-12-05  Wim Taymans  <wim@fluendo.com>
16808
16809         * gst/gstcaps.c: (gst_caps_is_equal):
16810         * plugins/elements/gstfakesrc.c: (gst_fake_src_class_init),
16811         (gst_fake_src_create):
16812         Back out previous code changes, leave doc updates, file bugs 
16813         instead. 
16814
16815 2005-12-05  Wim Taymans  <wim@fluendo.com>
16816
16817         * plugins/elements/gstfakesrc.c: (gst_fake_src_class_init),
16818         (gst_fake_src_get_times), (gst_fake_src_create):
16819         * plugins/elements/gstfakesrc.h:
16820         Fix broken sync code.
16821
16822 2005-12-05  Wim Taymans  <wim@fluendo.com>
16823
16824         * gst/gstcaps.c: (gst_caps_is_equal):
16825         Comparing NULL against !NULL yields different caps, not a
16826         failure.
16827
16828 2005-12-05  Wim Taymans  <wim@fluendo.com>
16829
16830         * gst/gstpipeline.c:
16831         Fix small typo in docs.
16832
16833 2005-12-05  Andy Wingo  <wingo@pobox.com>
16834
16835         patch by: Thomas Vander Stichele  <thomas at apestaart dot org>
16836
16837         * gst/gst.c (init_post): remove hard-coded 0.9 location for
16838         registries/plugins with a MAJORMINOR one.
16839         (plugin_desc): Rename library from gstcoreleements to
16840         staticelements. Fixes #323222.
16841
16842 2005-12-05  Tim-Philipp Müller  <tim at centricular dot net>
16843
16844         * libs/gst/base/gstcollectpads.c: (gst_collect_pads_base_init):
16845           Change debug category to 'collectpads' from 'collect_pads'
16846           (fixes #323250).
16847
16848 2005-12-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16849
16850         patch by: Sebastien Moutte
16851
16852         * libs/gst/controller/gstinterpolation.c:
16853           use convert function for uint64/double
16854         * win32/vs6/libgstcontroller.dsp:
16855           link to GLib
16856
16857 2005-12-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16858
16859         * gst/gstutils.c: (gst_util_guint64_to_gdouble),
16860         (gst_util_gdouble_to_guint64), (gst_util_uint64_scale_int64):
16861         * gst/gstutils.h:
16862         * tests/check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite):
16863           add tests that seem to show that the guint64/gdouble conversions
16864           are correct.
16865
16866 2005-12-02  Wim Taymans  <wim@fluendo.com>
16867
16868         * gst/gstregistry.c: (gst_registry_add_path):
16869         * gst/gstregistry.h:
16870         * gst/gstregistryxml.c:
16871         Fix docs again.
16872
16873 2005-12-02  Wim Taymans  <wim@fluendo.com>
16874
16875         * gst/gstutils.c: (gst_util_uint64_scale_int64),
16876         (gst_util_uint64_scale_int):
16877         Small cleanup.
16878
16879         * libs/gst/base/gstbasesink.c: (gst_base_sink_handle_object):
16880         Add debug log line.
16881
16882         * libs/gst/base/gstbasetransform.c: (gst_base_transform_event):
16883         Add FIXME.
16884
16885 2005-12-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16886
16887         * win32/MANIFEST:
16888         * win32/common/config.h:
16889         * win32/vs6/gstreamer.dsw:
16890         * win32/vs6/libgstcoreelements.dsp:
16891         * win32/vs6/libgstelements.dsp:
16892           renamed core elements plugin
16893
16894 2005-12-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16895
16896         * tools/gst-run.c: (compare_major_minor), (find_highest_version),
16897         (get_candidates):
16898           do piece-wise major/minor comparison so 0.9 < 0.10
16899           also allow .exe extensions for tools
16900
16901 2005-12-02  Michael Smith  <msmith@fluendo.com>
16902
16903         * gst/gst.c:
16904           Escape a % to make gtkdoc happier; bug 322958.
16905
16906 === release 0.9.7 ===
16907
16908 2005-12-01  Thomas Vander Stichele <thomas (at) apestaart (dot) org>
16909
16910         * configure.ac:
16911           releasing 0.9.7, "My Dog Has No Nose"
16912
16913 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16914
16915         * common/gst-xmlinspect.py:
16916         * configure.ac:
16917         * docs/libs/tmpl/gstdataprotocol.sgml:
16918         * docs/random/release:
16919         * po/af.po:
16920         * po/az.po:
16921         * po/bg.po:
16922         * po/ca.po:
16923         * po/cs.po:
16924         * po/de.po:
16925         * po/en_GB.po:
16926         * po/fr.po:
16927         * po/it.po:
16928         * po/nb.po:
16929         * po/nl.po:
16930         * po/ru.po:
16931         * po/sq.po:
16932         * po/sr.po:
16933         * po/sv.po:
16934         * po/tr.po:
16935         * po/uk.po:
16936         * po/vi.po:
16937         * win32/common/config.h:
16938         * win32/common/config.h.in:
16939         * win32/vs6/gst_inspect.dsp:
16940         * win32/vs6/gst_launch.dsp:
16941         * win32/vs6/libgstbase.dsp:
16942         * win32/vs6/libgstelements.dsp:
16943         * win32/vs6/libgstreamer.dsp:
16944         * win32/vs7/GStreamer.vcproj:
16945         * win32/vs7/gst-inspect.vcproj:
16946         * win32/vs7/gst-launch.vcproj:
16947         * win32/vs7/libgstbase.vcproj:
16948           bump GST_MAJORMINOR to 0.10
16949           reset libtool version
16950
16951 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16952
16953         * po/LINGUAS:
16954         * po/bg.po:
16955           Added Bulgarian translation by (Alexander Shopov)
16956
16957 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16958
16959         * tests/check/gst/gstplugin.c:
16960           fix test
16961
16962 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16963
16964         * common/gst-xmlinspect.py:
16965         * common/gtk-doc-plugins.mak:
16966         * configure.ac:
16967         * docs/Makefile.am:
16968         * docs/gst/Makefile.am:
16969         * docs/gst/gstreamer-docs.sgml:
16970         * docs/gst/gstreamer-sections.txt:
16971         * docs/gst/gstreamer.types:
16972         * docs/gst/gstreamer.types.in:
16973         * docs/plugins/Makefile.am:
16974         * docs/plugins/gstreamer-plugins-docs.sgml:
16975         * docs/plugins/gstreamer-plugins-sections.txt:
16976         * docs/plugins/gstreamer-plugins.types:
16977         * docs/plugins/inspect.stamp:
16978         * docs/plugins/inspect/plugin-coreelements.xml:
16979         * docs/plugins/inspect/plugin-coreindexers.xml:
16980         * docs/plugins/scanobj-build.stamp:
16981         * gstreamer.spec.in:
16982         * plugins/elements/Makefile.am:
16983         * plugins/elements/gstelements.c:
16984         * plugins/elements/gstfakesink.c:
16985         * plugins/elements/gstfakesrc.c:
16986         * plugins/elements/gstfilesink.c:
16987         * plugins/elements/gstfilesrc.c:
16988         * plugins/elements/gstqueue.c:
16989         * plugins/indexers/Makefile.am:
16990         * plugins/indexers/gstindexers.c:
16991           document core plugins in a separate document just like all the
16992           others
16993           rename these plugins to something starting with core
16994
16995 2005-12-01  Andy Wingo  <wingo@pobox.com>
16996
16997         * gst/gstevent.h (struct _GstEvent): Meant to remove the extra
16998         padding here before, but it missed the commit.
16999
17000 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17001
17002         * libs/gst/controller/gstinterpolation.c:
17003           whitespace prices have crashed, we should feel free to use some now
17004           use gst_guint64_to_gdouble
17005
17006 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17007
17008         * libs/gst/controller/gstcontroller.c:
17009         * libs/gst/controller/gsthelper.c:
17010         * libs/gst/controller/gstinterpolation.c:
17011         * libs/gst/controller/lib.c:
17012           wrap config.h include
17013
17014 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17015
17016         * docs/gst/gstreamer-sections.txt:
17017           update docs
17018
17019 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17020
17021         * plugins/elements/gstelements.c:
17022         * plugins/elements/gstfdsink.c: (gst_fd_sink__base_init),
17023         (gst_fd_sink__class_init), (gst_fd_sink__init),
17024         (gst_fd_sink__chain), (gst_fd_sink__set_property),
17025         (gst_fd_sink__get_property):
17026         * plugins/elements/gstfdsink.h:
17027         * plugins/elements/gstfdsrc.c: (_do_init), (gst_fd_src_base_init),
17028         (gst_fd_src_class_init), (gst_fd_src_init), (gst_fd_src_dispose),
17029         (gst_fd_src_update_fd), (gst_fd_src_start), (gst_fd_src_stop),
17030         (gst_fd_src_unlock), (gst_fd_src_set_property),
17031         (gst_fd_src_get_property), (gst_fd_src_create),
17032         (gst_fd_src_is_seekable), (gst_fd_src_get_size),
17033         (gst_fd_src_uri_get_type), (gst_fd_src_uri_get_protocols),
17034         (gst_fd_src_uri_get_uri), (gst_fd_src_uri_set_uri),
17035         (gst_fd_src_uri_handler_init):
17036         * plugins/elements/gstfdsrc.h:
17037         * plugins/elements/gstqueue.c: (gst_queue_get_type):
17038           more anal cleanup
17039
17040 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17041
17042         * docs/gst/Makefile.am:
17043         * docs/gst/gstreamer.types.in:
17044         * gst/Makefile.am:
17045           fix the docs build
17046
17047 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17048
17049         * configure.ac:
17050         * gst/Makefile.am:
17051         * gst/gst.c:
17052         * gst/gstplugin.h:
17053         * gst/gstregistry.h:
17054         * tests/benchmarks/complexity.c:
17055         * tests/benchmarks/mass-elements.c:
17056         * tests/check/Makefile.am:
17057         * tools/Makefile.am:
17058         * tools/gst-inspect.c:
17059         * tools/gst-xmlinspect.c:
17060           various fixes to make
17061           --disable-nls --disable-registry --disable-loadsave
17062           --disable-parse --disable-gst-debug
17063           work and get the core .so down to 360444 bytes after stripping
17064
17065 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17066
17067         * Makefile.am:
17068         * configure.ac:
17069           descend into tests
17070         * docs/random/thomasvs/TODO:
17071         * tests/Makefile.am:
17072         * tests/README:
17073           add a README
17074
17075 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17076
17077         * win32/GStreamer.vcproj:
17078         * win32/MANIFEST:
17079         * win32/Makefile:
17080         * win32/Makefile.inspect:
17081         * win32/Makefile.launch:
17082         * win32/Makefile.register:
17083         * win32/README.txt:
17084         * win32/gst-inspect.vcproj:
17085         * win32/gst-launch.vcproj:
17086         * win32/gst-register.vcproj:
17087         * win32/gstelements.vcproj:
17088         * win32/gstgetbits.def:
17089         * win32/gstgetbits.vcproj:
17090         * win32/gstreamer-dbg.def:
17091         * win32/gstreamer.def:
17092         * win32/libgstbase.def:
17093         * win32/libgstbase.vcproj:
17094         * win32/link_oldruntime.c:
17095         * win32/mman.c:
17096         * win32/mman.h:
17097         * win32/mman.inl:
17098         * win32/msvc71.sln:
17099           move even more stuff, win32/ is nice and clean now
17100
17101 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17102
17103         * libs/gst/control/.cvsignore:
17104         * win32/MANIFEST:
17105         * win32/config.h:
17106         * win32/dirent.c:
17107         * win32/dirent.h:
17108         * win32/gstbytestream.def:
17109         * win32/gstbytestream.vcproj:
17110         * win32/gstconfig.h:
17111         * win32/gstenumtypes.c:
17112         * win32/gstenumtypes.h:
17113         * win32/gstoptimalscheduler.vcproj:
17114         * win32/gstversion.h:
17115         * win32/gtchar.h:
17116         * win32/testsuite/bins.vcproj:
17117         * win32/testsuite/bytestream.vcproj:
17118         * win32/testsuite/caps.vcproj:
17119         * win32/testsuite/cleanup.vcproj:
17120         * win32/testsuite/clock.vcproj:
17121         * win32/testsuite/debug.vcproj:
17122         * win32/testsuite/dlopen.vcproj:
17123         * win32/testsuite/dynparams.vcproj:
17124         * win32/testsuite/elements.vcproj:
17125         * win32/testsuite/ghostpads.vcproj:
17126         * win32/testsuite/indexers.vcproj:
17127         * win32/testsuite/negotiation.vcproj:
17128         * win32/testsuite/parse.vcproj:
17129         * win32/testsuite/plugin.vcproj:
17130         * win32/testsuite/refcounting.vcproj:
17131         * win32/testsuite/schedulers.vcproj:
17132         * win32/testsuite/states.vcproj:
17133         * win32/testsuite/tags.vcproj:
17134         * win32/testsuite/threads.vcproj:
17135           remove old win32 stuff that isn't maintained and should be
17136           reorganized
17137
17138 2005-11-30  Andy Wingo  <wingo@pobox.com>
17139
17140         * configure.ac (GST_PKG_DEPS): Revert previous patch, makes
17141         loading the gst.interfaces python module bork.
17142
17143         * configure.ac (GST_PKG_DEPS): Use gmodule-no-export-2.0.pc,
17144         available since GLib 2.2. Fixes #318031.
17145
17146 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17147
17148         * Makefile.am:
17149         * check/.cvsignore:
17150         * check/Makefile.am:
17151         * check/elements/.cvsignore:
17152         * check/elements/fakesrc.c:
17153         * check/elements/fdsrc.c:
17154         * check/elements/identity.c:
17155         * check/generic/.cvsignore:
17156         * check/generic/states.c:
17157         * check/gst-libs/.cvsignore:
17158         * check/gst-libs/controller.c:
17159         * check/gst-libs/gdp.c:
17160         * check/gst/.cvsignore:
17161         * check/gst/capslist.h:
17162         * check/gst/gst.c:
17163         * check/gst/gstbin.c:
17164         * check/gst/gstbuffer.c:
17165         * check/gst/gstbus.c:
17166         * check/gst/gstcaps.c:
17167         * check/gst/gstelement.c:
17168         * check/gst/gstevent.c:
17169         * check/gst/gstghostpad.c:
17170         * check/gst/gstiterator.c:
17171         * check/gst/gstmessage.c:
17172         * check/gst/gstminiobject.c:
17173         * check/gst/gstobject.c:
17174         * check/gst/gstpad.c:
17175         * check/gst/gstpipeline.c:
17176         * check/gst/gstplugin.c:
17177         * check/gst/gstsegment.c:
17178         * check/gst/gststructure.c:
17179         * check/gst/gstsystemclock.c:
17180         * check/gst/gsttag.c:
17181         * check/gst/gstutils.c:
17182         * check/gst/gstvalue.c:
17183         * check/net/.cvsignore:
17184         * check/net/gstnetclientclock.c:
17185         * check/net/gstnettimeprovider.c:
17186         * check/pipelines/.cvsignore:
17187         * check/pipelines/cleanup.c:
17188         * check/pipelines/simple_launch_lines.c:
17189         * check/pipelines/stress.c:
17190         * check/states/.cvsignore:
17191         * check/states/sinks.c:
17192         * configure.ac:
17193         * examples/Makefile.am:
17194         * examples/appreader/.cvsignore:
17195         * examples/appreader/Makefile.am:
17196         * examples/appreader/appreader.c:
17197         * examples/controller/.cvsignore:
17198         * examples/controller/Makefile.am:
17199         * examples/controller/audio-example.c:
17200         * examples/cutter/.cvsignore:
17201         * examples/cutter/Makefile.am:
17202         * examples/cutter/cutter.c:
17203         * examples/cutter/cutter.h:
17204         * examples/events/Makefile.am:
17205         * examples/events/seek.c:
17206         * examples/helloworld/.cvsignore:
17207         * examples/helloworld/Makefile.am:
17208         * examples/helloworld/helloworld.c:
17209         * examples/helloworld2/.cvsignore:
17210         * examples/helloworld2/Makefile.am:
17211         * examples/helloworld2/helloworld2.c:
17212         * examples/launch/.cvsignore:
17213         * examples/launch/Makefile.am:
17214         * examples/launch/mp3parselaunch.c:
17215         * examples/launch/mp3play:
17216         * examples/manual/.cvsignore:
17217         * examples/manual/Makefile.am:
17218         * examples/manual/extract.pl:
17219         * examples/metadata/Makefile.am:
17220         * examples/metadata/read-metadata.c:
17221         * examples/mixer/.cvsignore:
17222         * examples/mixer/Makefile.am:
17223         * examples/mixer/mixer.c:
17224         * examples/mixer/mixer.h:
17225         * examples/pingpong/.cvsignore:
17226         * examples/pingpong/Makefile.am:
17227         * examples/pingpong/pingpong.c:
17228         * examples/plugins/.cvsignore:
17229         * examples/plugins/Makefile.am:
17230         * examples/plugins/example.c:
17231         * examples/plugins/example.h:
17232         * examples/pwg/.cvsignore:
17233         * examples/pwg/Makefile.am:
17234         * examples/pwg/extract.pl:
17235         * examples/queue/.cvsignore:
17236         * examples/queue/Makefile.am:
17237         * examples/queue/queue.c:
17238         * examples/queue2/.cvsignore:
17239         * examples/queue2/Makefile.am:
17240         * examples/queue2/queue2.c:
17241         * examples/queue3/.cvsignore:
17242         * examples/queue3/Makefile.am:
17243         * examples/queue3/queue3.c:
17244         * examples/queue4/.cvsignore:
17245         * examples/queue4/Makefile.am:
17246         * examples/queue4/queue4.c:
17247         * examples/retag/.cvsignore:
17248         * examples/retag/Makefile.am:
17249         * examples/retag/retag.c:
17250         * examples/retag/transcode.c:
17251         * examples/thread/.cvsignore:
17252         * examples/thread/Makefile.am:
17253         * examples/thread/thread.c:
17254         * examples/typefind/.cvsignore:
17255         * examples/typefind/Makefile.am:
17256         * examples/typefind/typefind.c:
17257         * examples/xml/.cvsignore:
17258         * examples/xml/Makefile.am:
17259         * examples/xml/createxml.c:
17260         * examples/xml/runxml.c:
17261         * tests/Makefile.am:
17262         * tests/check/Makefile.am:
17263         * testsuite/.cvsignore:
17264         * testsuite/Makefile.am:
17265         * testsuite/Rules:
17266         * testsuite/caps/.cvsignore:
17267         * testsuite/caps/Makefile.am:
17268         * testsuite/caps/app_fixate.c:
17269         * testsuite/caps/audioscale.c:
17270         * testsuite/caps/caps.c:
17271         * testsuite/caps/caps.h:
17272         * testsuite/caps/caps_strings:
17273         * testsuite/caps/compatibility.c:
17274         * testsuite/caps/deserialize.c:
17275         * testsuite/caps/enumcaps.c:
17276         * testsuite/caps/eratosthenes.c:
17277         * testsuite/caps/filtercaps.c:
17278         * testsuite/caps/fixed.c:
17279         * testsuite/caps/fraction-convert.c:
17280         * testsuite/caps/fraction-multiply-and-zero.c:
17281         * testsuite/caps/intersect2.c:
17282         * testsuite/caps/intersection.c:
17283         * testsuite/caps/normalisation.c:
17284         * testsuite/caps/random.c:
17285         * testsuite/caps/renegotiate.c:
17286         * testsuite/caps/sets.c:
17287         * testsuite/caps/simplify.c:
17288         * testsuite/caps/string-conversions.c:
17289         * testsuite/caps/structure.c:
17290         * testsuite/caps/subtract.c:
17291         * testsuite/caps/union.c:
17292         * testsuite/debug/.cvsignore:
17293         * testsuite/debug/Makefile.am:
17294         * testsuite/debug/category.c:
17295         * testsuite/debug/commandline.c:
17296         * testsuite/debug/global.c:
17297         * testsuite/debug/output.c:
17298         * testsuite/debug/printf_extension.c:
17299         * testsuite/dlopen/.cvsignore:
17300         * testsuite/dlopen/Makefile.am:
17301         * testsuite/dlopen/dlopen_gst.c:
17302         * testsuite/dlopen/loadgst.c:
17303         * testsuite/elements/.cvsignore:
17304         * testsuite/elements/Makefile.am:
17305         * testsuite/elements/gst-inspect-check.in:
17306         * testsuite/elements/struct_i386.h:
17307         * testsuite/elements/struct_size.c:
17308         * testsuite/indexers/.cvsignore:
17309         * testsuite/indexers/Makefile.am:
17310         * testsuite/indexers/cache1.c:
17311         * testsuite/indexers/indexdump.c:
17312         * testsuite/parse/.cvsignore:
17313         * testsuite/parse/Makefile.am:
17314         * testsuite/parse/parse1.c:
17315         * testsuite/parse/parse2.c:
17316         * testsuite/plugin/.cvsignore:
17317         * testsuite/plugin/Makefile.am:
17318         * testsuite/plugin/README:
17319         * testsuite/plugin/dynamic.c:
17320         * testsuite/plugin/linked.c:
17321         * testsuite/plugin/loading.c:
17322         * testsuite/plugin/registry.c:
17323         * testsuite/plugin/static.c:
17324         * testsuite/plugin/static2.c:
17325         * testsuite/plugin/testplugin.c:
17326         * testsuite/plugin/testplugin2.c:
17327         * testsuite/plugin/testplugin2_s.c:
17328         * testsuite/plugin/testplugin_s.c:
17329         * testsuite/refcounting/.cvsignore:
17330         * testsuite/refcounting/Makefile.am:
17331         * testsuite/refcounting/bin.c:
17332         * testsuite/refcounting/element.c:
17333         * testsuite/refcounting/element_pad.c:
17334         * testsuite/refcounting/mainloop.c:
17335         * testsuite/refcounting/mem.c:
17336         * testsuite/refcounting/mem.h:
17337         * testsuite/refcounting/object.c:
17338         * testsuite/refcounting/pad.c:
17339         * testsuite/refcounting/sched.c:
17340         * testsuite/refcounting/thread.c:
17341         * testsuite/states/.cvsignore:
17342         * testsuite/states/Makefile.am:
17343         * testsuite/states/bin.c:
17344         * testsuite/states/locked.c:
17345         * testsuite/states/parent.c:
17346         * testsuite/threads/.cvsignore:
17347         * testsuite/threads/159566.c:
17348         * testsuite/threads/159852.c:
17349         * testsuite/threads/Makefile.am:
17350         * testsuite/threads/queue.c:
17351         * testsuite/threads/signals.c:
17352         * testsuite/threads/staticrec.c:
17353         * testsuite/threads/thread.c:
17354         * testsuite/threads/threadb.c:
17355         * testsuite/threads/threadc.c:
17356         * testsuite/threads/threadd.c:
17357         * testsuite/threads/threade.c:
17358         * testsuite/threads/threadf.c:
17359         * testsuite/threads/threadg.c:
17360         * testsuite/threads/threadh.c:
17361         * testsuite/threads/threadi.c:
17362           move all of these under tests
17363
17364 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17365
17366         * configure.ac:
17367         * tests/Makefile.am:
17368           fix distcheck
17369
17370 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17371
17372         * docs/gst/gstreamer-sections.txt:
17373         * tests/sched/.cvsignore:
17374         * tests/sched/Makefile.am:
17375         * tests/sched/cases/(fs-fs).xml:
17376         * tests/sched/cases/(fs-i-fs).xml:
17377         * tests/sched/cases/(fs-i-i-fs).xml:
17378         * tests/sched/cases/(fs-i-q[i-fs]).xml:
17379         * tests/sched/dynamic-pipeline.c:
17380         * tests/sched/interrupt1.c:
17381         * tests/sched/interrupt2.c:
17382         * tests/sched/interrupt3.c:
17383         * tests/sched/runtestcases:
17384         * tests/sched/runxml.c:
17385         * tests/sched/sched-stress.c:
17386         * tests/sched/sort.c:
17387         * tests/sched/testcases:
17388         * tests/sched/testcases1.tc:
17389         * tests/seeking/.cvsignore:
17390         * tests/seeking/Makefile.am:
17391         * tests/seeking/seeking1.c:
17392         * tests/threadstate/.cvsignore:
17393         * tests/threadstate/Makefile.am:
17394         * tests/threadstate/test1.c:
17395         * tests/threadstate/test2.c:
17396         * tests/threadstate/threadstate1.c:
17397         * tests/threadstate/threadstate2.c:
17398         * tests/threadstate/threadstate3.c:
17399         * tests/threadstate/threadstate4.c:
17400         * tests/threadstate/threadstate5.c:
17401           remove obsolete tests
17402         * configure.ac:
17403         * tests/bench-complexity.scm:
17404         * tests/bench-mass_elements.scm:
17405         * tests/complexity.c:
17406         * tests/complexity.gnuplot:
17407         * tests/instantiate/.cvsignore:
17408         * tests/instantiate/Makefile.am:
17409         * tests/instantiate/caps.c:
17410         * tests/mass_elements.c:
17411         * tests/network-clock-utils.scm:
17412         * tests/network-clock.scm:
17413         * tests/plot-data:
17414         First pass at cleaning up tests/ dir before moving the rest
17415         Combined with CVS surgery
17416
17417 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17418
17419         * po/POTFILES.in:
17420           queue has moved, update
17421
17422 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17423
17424         * docs/gst/gstreamer-sections.txt:
17425           remove double entries from the docs
17426         * gst/gst_private.h:
17427         * gst/gstinfo.c: (_gst_debug_init):
17428           remove the THREAD debug category
17429         * gst/Makefile.am:
17430         * gst/gstqueue.c:
17431         * gst/gstqueue.h:
17432         * docs/gst/gstreamer.types:
17433         * plugins/elements/gstqueue.c: (gst_queue_get_type),
17434         (gst_queue_init), (gst_queue_finalize), (gst_queue_change_state):
17435           completely move queue and fix up debugging categories
17436
17437 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17438
17439         * plugins/elements/gstidentity.c: (gst_identity_transform_ip):
17440           make initialization portable, using LL is not
17441
17442 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17443
17444         * win32/common/gstconfig.h:
17445           add large padding
17446
17447 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17448
17449         * win32/common/libgstreamer.def:
17450           rename symbols; sort base section
17451
17452 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17453
17454         * gst/gstclock.c: (do_linear_regression):
17455           remove crack non-portable handrolled DEBUG macro
17456
17457 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17458
17459         * docs/random/release:
17460           update notes
17461         * win32/common/gstenumtypes.c: (register_gst_object_flags),
17462         (gst_object_flags_get_type), (register_gst_bin_flags),
17463         (gst_bin_flags_get_type), (register_gst_buffer_flag),
17464         (gst_buffer_flag_get_type), (register_gst_bus_flags),
17465         (gst_bus_flags_get_type), (register_gst_bus_sync_reply),
17466         (gst_bus_sync_reply_get_type), (register_gst_caps_flags),
17467         (gst_caps_flags_get_type), (register_gst_clock_return),
17468         (gst_clock_return_get_type), (register_gst_clock_entry_type),
17469         (gst_clock_entry_type_get_type), (register_gst_clock_flags),
17470         (gst_clock_flags_get_type), (register_gst_state),
17471         (gst_state_get_type), (register_gst_state_change_return),
17472         (gst_state_change_return_get_type), (register_gst_state_change),
17473         (gst_state_change_get_type), (register_gst_element_flags),
17474         (gst_element_flags_get_type), (register_gst_core_error),
17475         (gst_core_error_get_type), (register_gst_library_error),
17476         (gst_library_error_get_type), (register_gst_resource_error),
17477         (gst_resource_error_get_type), (register_gst_stream_error),
17478         (gst_stream_error_get_type), (register_gst_event_type_flags),
17479         (gst_event_type_flags_get_type), (register_gst_event_type),
17480         (gst_event_type_get_type), (register_gst_seek_type),
17481         (gst_seek_type_get_type), (register_gst_seek_flags),
17482         (gst_seek_flags_get_type), (register_gst_format),
17483         (gst_format_get_type), (register_gst_index_certainty),
17484         (gst_index_certainty_get_type), (register_gst_index_entry_type),
17485         (gst_index_entry_type_get_type),
17486         (register_gst_index_lookup_method),
17487         (gst_index_lookup_method_get_type), (register_gst_assoc_flags),
17488         (gst_assoc_flags_get_type), (register_gst_index_resolver_method),
17489         (gst_index_resolver_method_get_type), (register_gst_index_flags),
17490         (gst_index_flags_get_type), (register_gst_debug_level),
17491         (gst_debug_level_get_type), (register_gst_debug_color_flags),
17492         (gst_debug_color_flags_get_type), (register_gst_iterator_result),
17493         (gst_iterator_result_get_type), (register_gst_iterator_item),
17494         (gst_iterator_item_get_type), (register_gst_message_type),
17495         (gst_message_type_get_type), (register_gst_mini_object_flags),
17496         (gst_mini_object_flags_get_type), (register_gst_pad_link_return),
17497         (gst_pad_link_return_get_type), (register_gst_flow_return),
17498         (gst_flow_return_get_type), (register_gst_activate_mode),
17499         (gst_activate_mode_get_type), (register_gst_pad_direction),
17500         (gst_pad_direction_get_type), (register_gst_pad_flags),
17501         (gst_pad_flags_get_type), (register_gst_pad_presence),
17502         (gst_pad_presence_get_type), (register_gst_pad_template_flags),
17503         (gst_pad_template_flags_get_type), (register_gst_pipeline_flags),
17504         (gst_pipeline_flags_get_type), (register_gst_plugin_error),
17505         (gst_plugin_error_get_type), (register_gst_plugin_flags),
17506         (gst_plugin_flags_get_type), (register_gst_rank),
17507         (gst_rank_get_type), (register_gst_query_type),
17508         (gst_query_type_get_type), (register_gst_tag_merge_mode),
17509         (gst_tag_merge_mode_get_type), (register_gst_tag_flag),
17510         (gst_tag_flag_get_type), (register_gst_task_state),
17511         (gst_task_state_get_type), (register_gst_alloc_trace_flags),
17512         (gst_alloc_trace_flags_get_type),
17513         (register_gst_type_find_probability),
17514         (gst_type_find_probability_get_type), (register_gst_uri_type),
17515         (gst_uri_type_get_type), (register_gst_parse_error),
17516         (gst_parse_error_get_type):
17517         * win32/common/gstenumtypes.h:
17518         * win32/common/gstversion.h:
17519           update visual studio generated files
17520
17521 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17522
17523         * win32/vs6/libgstbase.dsp:
17524         * win32/vs6/libgstelements.dsp:
17525           update project files for new locations
17526
17527 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17528
17529         * Makefile.am:
17530           remove some files
17531         * README:
17532           reinstate and update
17533         * DEVEL:
17534         * REQUIREMENTS:
17535           removed
17536         * LICENSE:
17537         * docs/random/LICENSE:
17538           moved to random
17539
17540 2005-11-30  Edward Hervey  <edward@fluendo.com>
17541
17542         * gst/gsttypefind.c: (gst_type_find_register):
17543         * gst/gsttypefind.h:
17544         * gst/gsttypefindfactory.c: (gst_type_find_factory_init),
17545         (gst_type_find_factory_dispose):
17546         * gst/gsttypefindfactory.h:
17547         Fix memory leak in GstTypeFindFactory.
17548
17549 2005-11-29  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17550
17551         * gst/gst.c:
17552         * plugins/elements/Makefile.am:
17553         * plugins/elements/gstelements.c:
17554         * plugins/elements/gstqueue.c:
17555           move queue from core to the elements plugin
17556
17557 2005-11-29  Andy Wingo  <wingo@pobox.com>
17558
17559         * libs/gst/base/gstbasetransform.h: 
17560         * libs/gst/base/gstbasesrc.h: 
17561         * libs/gst/base/gstbasesink.h: en-LARGE the padding.
17562
17563         * gst/gstconfig.h.in (GST_PADDING_LARGE): New define, the number
17564         of pointers by which to pad very extensible base classes (like the
17565         ones in libs/gst/base).
17566
17567 2005-11-29  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17568
17569         * docs/gst/gstreamer-docs.sgml:
17570         * docs/gst/gstreamer-sections.txt:
17571         * docs/libs/gstreamer-libs-docs.sgml:
17572         * docs/libs/gstreamer-libs-sections.txt:
17573           moving documentation from core to lib
17574
17575 2005-11-29  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17576
17577         * check/Makefile.am:
17578         * configure.ac:
17579         * docs/gst/Makefile.am:
17580         * gst/Makefile.am:
17581         * gst/base/.cvsignore:
17582         * gst/base/Makefile.am:
17583         * gst/base/README:
17584         * gst/base/gstadapter.c:
17585         * gst/base/gstadapter.h:
17586         * gst/base/gstbasesink.c:
17587         * gst/base/gstbasesink.h:
17588         * gst/base/gstbasesrc.c:
17589         * gst/base/gstbasesrc.h:
17590         * gst/base/gstbasetransform.c:
17591         * gst/base/gstbasetransform.h:
17592         * gst/base/gstcollectpads.c:
17593         * gst/base/gstcollectpads.h:
17594         * gst/base/gstpushsrc.c:
17595         * gst/base/gstpushsrc.h:
17596         * gst/base/gsttypefindhelper.c:
17597         * gst/base/gsttypefindhelper.h:
17598         * gst/check/Makefile.am:
17599         * gst/check/gstcheck.c:
17600         * gst/check/gstcheck.h:
17601         * gst/net/Makefile.am:
17602         * gst/net/gstnet.h:
17603         * gst/net/gstnetclientclock.c:
17604         * gst/net/gstnetclientclock.h:
17605         * gst/net/gstnettimepacket.c:
17606         * gst/net/gstnettimepacket.h:
17607         * gst/net/gstnettimeprovider.c:
17608         * gst/net/gstnettimeprovider.h:
17609         * libs/gst/Makefile.am:
17610         * libs/gst/base/Makefile.am:
17611         * libs/gst/base/gstbasetransform.c:
17612         * libs/gst/check/Makefile.am:
17613         * plugins/elements/Makefile.am:
17614         * po/POTFILES.in:
17615           CVS surgery + support to move base, check, and net out of gst
17616           and into libs/gst
17617
17618 2005-11-29  Andy Wingo  <wingo@pobox.com>
17619
17620         * gst/gstevent.h (struct _GstEvent): Only one pointer of padding.
17621
17622         * gst/gststructure.h (struct _GstStructure): Only one pointer of
17623         padding.
17624
17625         * gst/gstquery.h (struct _GstQuery): Only one pointer of padding.
17626
17627         * gst/gstpluginfeature.h: Remove a comment in PluginFeature.
17628
17629         * gst/gstplugin.h (struct _GstPluginClass): Add some padding.
17630
17631         * gst/gstobject.h: (struct _GstObject): Only one pointer of
17632         padding; reduces object size by about 30%. We don't expect
17633         anything else to go into gstobject.
17634
17635         * gst/gstminiobject.h (struct _GstMiniObject)
17636         (struct _GstMiniObjectClass): Only one pointer of padding; the
17637         payload is only a pointer and two ints anyway. For the class there
17638         are only two methods as well.
17639         
17640         * gst/gstelement.h (struct _GstElementClass): Removed
17641         the state_changed signal callback, it is not used.
17642
17643 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17644
17645         * docs/gst/gstreamer.types:
17646           fix includes, though they are a little dinky
17647
17648 2005-11-29  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17649
17650         * check/Makefile.am:
17651           look in the right place for elements, a lot more chance of
17652           success
17653         * gst/Makefile.am:
17654           remove indexers and elements subdirs
17655         * plugins/Makefile.am:
17656           make indexers conditional
17657
17658 2005-11-29  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17659
17660         * Makefile.am:
17661         * configure.ac:
17662         * plugins/elements/Makefile.am:
17663         * plugins/elements/gstcapsfilter.c:
17664         * plugins/elements/gstfilesink.c:
17665         * plugins/elements/gstfilesrc.c:
17666         * plugins/elements/gstidentity.c:
17667         * plugins/indexers/Makefile.am:
17668           do CVS surgery and related build fixery to move elements
17669           and indexers in a new gstreamer/plugins directory, out of the
17670           gst/ directory
17671
17672 2005-11-29  Andy Wingo  <wingo@pobox.com>
17673
17674         * check/Makefile.am:
17675         * pkgconfig/gstreamer-net-uninstalled.pc.in:
17676         * pkgconfig/gstreamer-net.pc.in:
17677         * gst/net/Makefile.am: Rename gstnet-tempname to gstnet. Fixes
17678         #322257.
17679
17680 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17681
17682         * tools/Makefile.am:
17683         * tools/gst-complete.1.in:
17684         * tools/gst-complete.c:
17685         * tools/gst-compprep.1.in:
17686         * tools/gst-compprep.c:
17687           removing -compprep and -complete
17688
17689 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17690
17691         * gst/gstevent.c: (gst_event_new_new_segment),
17692         (gst_event_parse_new_segment):
17693         * gst/gstevent.h:
17694           fix #320529 - clean up new_segment API and structure.
17695           Let's hope everyone was using the methods, and not the structure.
17696
17697 2005-11-29  Edward Hervey  <edward@fluendo.com>
17698
17699         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
17700         (gst_base_sink_event), (gst_base_sink_do_sync),
17701         (gst_base_sink_activate_pull), (gst_base_sink_change_state):
17702         Properly handle non GST_FORMAT_TIME segment
17703         * gst/elements/gstidentity.c: (gst_identity_transform_ip):
17704         Properly handle non GST_FORMAT_TIME segment
17705         * gst/gstsegment.c:
17706         This function is valid if the accumulator is 0 and the format
17707         is different from the requested format.
17708         
17709 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
17710
17711         * docs/gst/gstreamer-sections.txt:
17712         Add gst_query_new_seeking and gst_query_parse_seeking to the
17713         docs.
17714
17715 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
17716
17717         * gst/base/gstbasetransform.c: (gst_base_transform_buffer_alloc):
17718           Treat a pad alloc with new caps the same as if we were not
17719           negotiated, in order to allow a changing upstream output
17720           to produce a new format of data.
17721
17722 2005-11-29  Edward Hervey  <edward@fluendo.com>
17723
17724         * gst/base/gstbasetransform.c: (gst_base_transform_class_init),
17725         (gst_base_transform_event), (gst_base_transform_eventfunc):
17726         The event virtual method is now properly implemented, with a default
17727         handler
17728         Sub classes should call the parent_class event method. They should
17729         return FALSE if they had a problem handling the given event, or don't
17730         want GstBaseTransform to send that even downstream
17731         * gst/elements/gstidentity.c: (gst_identity_class_init),
17732         (gst_identity_init), (gst_identity_event),
17733         (gst_identity_transform_ip), (gst_identity_set_property),
17734         (gst_identity_get_property):
17735         * gst/elements/gstidentity.h:
17736         Added the single-segment boolean property.
17737         If set to TRUE, it will output a single segment of data, starting from
17738         0, will eat up all incoming newsegment, and modify the timestamp of the
17739         buffers accordingly
17740
17741 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
17742
17743         * gst/gstghostpad.c: (gst_proxy_pad_get_target):
17744           Don't ref NULL target pad (#322751). Improve docs.
17745
17746 2005-11-29  Michael Smith  <msmith@fluendo.com>
17747
17748         * gst/gstregistryxml.c: (load_plugin):
17749           Don't crash if we failed to load a feature from a plugin. 
17750
17751 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17752
17753         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
17754         (GST_START_TEST):
17755           use more check API and less GLib API
17756
17757 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17758
17759         * Makefile.am:
17760           don't run checks if we don't have check
17761         * common/check.mak:
17762           remove the registry when running make torture
17763         * docs/gst/gstreamer-sections.txt:
17764           remove second multiply
17765         * gst/gstqueue.c: (gst_queue_loop):
17766           fix a compile warning when disabling debug
17767
17768 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
17769
17770         * gst/gstinfo.h:
17771         Hey! Let's print the pad name if the pointer != NULL instead
17772         of when it == NULL :-)
17773
17774 2005-11-28  Wim Taymans  <wim@fluendo.com>
17775
17776         * check/gst/gstutils.c: (GST_START_TEST):
17777         Updated check, add some scaling accuracy checking code.
17778
17779         * gst/gstutils.c: (gst_util_div128_64),
17780         (gst_util_uint64_scale_int64), (gst_util_uint64_scale),
17781         (gst_util_uint64_scale_int):
17782         Fix 6 times faster division code. Optimize for common 
17783         1/1 and less common X/1 cases.
17784
17785 2005-11-28  Wim Taymans  <wim@fluendo.com>
17786
17787         * check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite):
17788         More checks.
17789
17790         * gst/gstclock.c: (gst_clock_finalize), (gst_clock_set_master),
17791         (do_linear_regression), (gst_clock_add_observation):
17792         Cleanups.
17793         Release lock when the clock cannot be slaved.
17794         Catch the case where the regression returned an invalid denominator.
17795
17796         * gst/gstutils.c: (gst_util_div128_64_iterate),
17797         (gst_util_div128_64), (gst_util_uint64_scale_int64),
17798         (gst_util_uint64_scale), (gst_util_uint64_scale_int):
17799         Add protentially more performant non-iterative 128/64 divide function
17800         that unfortunatly does not work yet.
17801         Shortcut the trivial 0/X = 0 case.
17802         Remove the warnings on overflow.
17803
17804 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17805
17806         * gst/gstplugin.c: (gst_plugin_register_func):
17807           everything causing a plugin not to load should be at least a WARNING
17808
17809 2005-11-28  Stefan Kost  <ensonic@users.sf.net>
17810
17811         * docs/random/ensonic/dparams.txt:
17812           some TODOs for the next dev cycle
17813         * libs/gst/controller/gstcontroller.c:
17814         (gst_controlled_property_set_interpolation_mode),
17815         (gst_controlled_property_new):
17816         * libs/gst/controller/gstcontroller.h:
17817           use base type to assign acccessor functions
17818
17819 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
17820
17821         * check/Makefile.am:
17822         Oops, that should have been top_srcdir
17823
17824 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
17825
17826         * check/Makefile.am:
17827         * check/elements/fdsrc.c: (GST_START_TEST):
17828         Use a cmdline define to specify the location of a file to use for
17829         testing, to avoid breaking distcheck.
17830
17831 2005-11-28  Andy Wingo  <wingo@pobox.com>
17832
17833         * gst/gstpad.c (fixate_value): Use array functions for arrays.
17834
17835 2005-11-28  Edward Hervey  <edward@fluendo.com>
17836
17837         * tools/gst-launch.c: (main):
17838         Clarify the output strings, makes it easier to translate.
17839         Fixes #322626
17840
17841 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17842
17843         * gst/Makefile.am:
17844           don't try and build net if we don't even have <sys/socket.h>
17845
17846 2005-11-27  Jan Schmidt  <thaytan@mad.scientist.com>
17847
17848         * check/Makefile.am:
17849         * check/elements/fdsrc.c: (event_func), (setup_fdsrc),
17850         (cleanup_fdsrc), (GST_START_TEST), (fdsrc_suite), (main):
17851           Add tests for fdsrc seekability
17852
17853         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
17854         (gst_fdsrc_init), (gst_fdsrc_update_fd), (gst_fdsrc_start),
17855         (gst_fdsrc_set_property), (gst_fdsrc_is_seekable),
17856         (gst_fdsrc_get_size), (gst_fdsrc_uri_set_uri):
17857         * gst/elements/gstfdsrc.h:
17858           fdsrc should not be a 'live' source.
17859           Implement seeking on seekable fd's.
17860
17861         * gst/gstquery.c: (gst_query_new_seeking),
17862         (gst_query_parse_seeking):
17863         * gst/gstquery.h:
17864           Implement SEEKING query functions: 
17865             *_new_seeking and *_parse_seeking
17866
17867 2005-11-27  Stefan Kost  <ensonic@users.sf.net>
17868
17869         * gst/gstelement.c: (gst_element_dispose):
17870           don't loop forever
17871
17872         * gst/gstiterator.c:
17873         * gst/gststructure.c:
17874           doc fixes
17875
17876         * libs/gst/controller/gstcontroller.c:
17877         (gst_controlled_property_set_interpolation_mode):
17878         * libs/gst/controller/gstcontroller.h:
17879         * libs/gst/controller/gstinterpolation.c:
17880         (interpolate_none_get_enum_value_array):
17881           support controlling enums
17882
17883 2005-11-27  Tim-Philipp Müller  <tim at centricular dot net>
17884
17885         * gst/gstvalue.c:
17886           Improve documentation for gst_value_union().
17887
17888         * gst/gstvalue.h:
17889           Change return value for union, intersect and subtract functions
17890           from gint to gboolean.
17891
17892 2005-11-27  Tim-Philipp Müller  <tim at centricular dot net>
17893
17894         * gst/gstvalue.c: (gst_value_serialize_any_list),
17895         (gst_value_transform_any_list_string),
17896         (gst_value_deserialize_list), (gst_value_deserialize_array),
17897         (gst_value_set_int_range), (gst_value_deserialize_int_range),
17898         (gst_value_set_double_range), (gst_value_deserialize_double_range),
17899         (gst_value_set_fraction_range_full),
17900         (gst_value_deserialize_fraction_range),
17901         (gst_value_deserialize_caps), (gst_value_deserialize_buffer),
17902         (gst_value_deserialize_boolean),
17903         (gst_value_deserialize_int_helper), (gst_value_deserialize_double),
17904         (gst_value_serialize_float), (gst_value_deserialize_float),
17905         (gst_string_wrap), (gst_value_deserialize_string),
17906         (gst_value_deserialize_enum), (gst_value_deserialize_flags),
17907         (gst_value_union_int_range_int_range),
17908         (gst_value_intersect_int_range_int_range),
17909         (gst_value_intersect_double_range_double_range),
17910         (gst_value_create_new_range), (gst_value_subtract_int_range_int),
17911         (gst_value_subtract_int_range_int_range),
17912         (gst_value_subtract_double_double_range),
17913         (gst_value_subtract_double_range_double_range),
17914         (gst_value_deserialize_fraction):
17915         * gst/gstvalue.h:
17916           Use gint, gdouble and gchar in our API instead of int, double and
17917           char (and make usage in gstvalue.c more consistent).
17918
17919 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17920
17921         * check/Makefile.am:
17922         * libs/gst/controller/Makefile.am:
17923         * libs/gst/dataprotocol/Makefile.am:
17924           fix up Makefile.am and remove GST_ENABLE_NEW
17925
17926 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17927
17928         * configure.ac:
17929         * gst/Makefile.am:
17930         * gst/base/Makefile.am:
17931         * gst/check/Makefile.am:
17932         * gst/elements/Makefile.am:
17933         * gst/net/Makefile.am:
17934           update LDFLAGS use some more
17935
17936 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17937
17938         * common/m4/gst-doc.m4:
17939           Fixes #312589
17940
17941 2005-11-26  Edward Hervey  <edward@fluendo.com>
17942
17943         * gst/gstpluginfeature.c: (gst_plugin_feature_load):
17944         This shouldn't issue a g_warning since it returns NULL if it
17945         couldn't find the plugin, and all functions using this behave
17946         properly on a NULL return. Switching to a GST_WARNING.
17947
17948 2005-11-25  Jan Schmidt  <thaytan@mad.scientist.com>
17949
17950         * gst/gstbin.c: (gst_bin_handle_message_func):
17951         Don't leak clock messages.
17952
17953 2005-11-25  Wim Taymans  <wim@fluendo.com>
17954
17955         * gst/gstutils.c: (gst_util_uint64_scale_int64),
17956         (gst_util_uint64_scale_int):
17957         Optimisations, remove unneeded vars.
17958
17959 2005-11-25  Wim Taymans  <wim@fluendo.com>
17960
17961         * check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite):
17962         Added more checks for the high precision uint64 cases.
17963
17964         * gst/gstutils.c: (gst_util_uint64_scale_int64),
17965         (gst_util_uint64_scale), (gst_util_uint64_scale_int):
17966         Implement high precision (guint64 * guint64) / guint64.
17967
17968 2005-11-24  Wim Taymans  <wim@fluendo.com>
17969
17970         * gst/base/gstbasesrc.c: (gst_base_src_query):
17971         Fix wrong percentage query.
17972
17973         * gst/gstutils.c: (gst_util_uint64_scale),
17974         (gst_util_uint64_scale_int):
17975         Add some more common cases that can be handled 
17976         efficiently to _scale.
17977
17978 2005-11-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17979
17980         * check/gst/gstminiobject.c: (thread_ref), (GST_START_TEST),
17981         (gst_mini_object_suite):
17982           don't use check calls from threads; check probably isn't
17983           threadsafe and using a lock to make it threadsafe would
17984           defeat the purpose of this check
17985         * gst/check/gstcheck.c:
17986         * gst/check/gstcheck.h:
17987           use GST_DEBUG some more
17988
17989 2005-11-24  Wim Taymans  <wim@fluendo.com>
17990
17991         * gst/gstutils.c: (gst_util_uint64_scale),
17992         (gst_util_uint64_scale_int):
17993         Chain trivial case to _scale_int.
17994
17995 2005-11-24  Wim Taymans  <wim@fluendo.com>
17996
17997         * check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite):
17998         Added test for scaling.
17999
18000         * gst/gstclock.h:
18001         Small doc fix.
18002
18003         * gst/gstutils.c: (gst_util_uint64_scale_int):
18004         Implemented high precision scaling code.
18005
18006 2005-11-24  Stefan Kost  <ensonic@users.sf.net>
18007
18008         * gst/gstinfo.h:
18009           do not crash on pad==NULL
18010
18011 2005-11-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18012
18013         Patch by: Stefan Kost
18014
18015         * common/gtk-doc.mak:
18016         * docs/gst/Makefile.am:
18017         * docs/libs/Makefile.am:
18018           Fix distcheck issues for the libraries docs build
18019           Closes #319599.
18020
18021 2005-11-24  Michael Smith <msmith@fluendo.com>
18022
18023         * docs/manual/basics-helloworld.xml:
18024           Fix bug #315027: memory leak in example code in docs.
18025
18026 2005-11-24  Michael Smith <msmith@fluendo.com>
18027
18028         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
18029           Unlock the PREROLL_LOCK in a failure case.
18030
18031 2005-11-24  Wim Taymans  <wim@fluendo.com>
18032
18033         * docs/gst/gstreamer-sections.txt:
18034         * gst/base/gstadapter.h:
18035         * gst/base/gstbasesink.h:
18036         * gst/base/gstbasesrc.h:
18037         * gst/base/gstbasetransform.h:
18038         * gst/base/gstpushsrc.h:
18039         * gst/elements/gstfakesink.h:
18040         * gst/elements/gstfakesrc.c: (gst_fake_src_data_get_type):
18041         * gst/elements/gstfakesrc.h:
18042         * gst/elements/gstfilesink.h:
18043         * gst/elements/gstfilesrc.h:
18044         * gst/gst.c:
18045         * gst/gstbin.c:
18046         * gst/gstbuffer.c: (_gst_buffer_copy):
18047         * gst/gstbus.h:
18048         * gst/gstcaps.c:
18049         * gst/gstchildproxy.c:
18050         * gst/gstclock.c:
18051         * gst/gstelement.c:
18052         * gst/gstelementfactory.c:
18053         * gst/gstelementfactory.h:
18054         * gst/gstevent.c:
18055         * gst/gstghostpad.h:
18056         * gst/gstindex.h:
18057         * gst/gstinterface.h:
18058         * gst/gstminiobject.c:
18059         * gst/gstminiobject.h:
18060         * gst/gstpad.c:
18061         * gst/gstpad.h:
18062         * gst/gstpadtemplate.h:
18063         * gst/gstpipeline.h:
18064         * gst/gstpluginfeature.h:
18065         * gst/gstquery.h:
18066         * gst/gstqueue.h:
18067         * gst/gsttaglist.c:
18068         * gst/gsttaglist.h:
18069         * gst/gsttagsetter.c:
18070         * gst/gsttagsetter.h:
18071         * gst/gsttrace.c:
18072         * gst/gsttrace.h:
18073         * gst/gsttypefind.h:
18074         * gst/gsturi.h:
18075         * gst/gstvalue.c:
18076         * gst/net/gstnetclientclock.c:
18077         * gst/net/gstnetclientclock.h:
18078         * gst/net/gstnettimepacket.c:
18079         * gst/net/gstnettimeprovider.c:
18080         * gst/net/gstnettimeprovider.h:
18081         Doc fixes.
18082
18083 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18084
18085         * configure.ac: back to HEAD
18086
18087 === release 0.9.6 ===
18088
18089 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
18090
18091         * configure.ac:
18092           releasing 0.9.6, "Always On Time"
18093
18094 2005-11-23  Wim Taymans  <wim@fluendo.com>
18095
18096         * docs/gst/gstreamer-sections.txt:
18097         * gst/glib-compat.c:
18098         * gst/gsttagsetter.c:
18099         * gst/gstvalue.c:
18100         * gst/net/gstnetclientclock.c:
18101         * gst/net/gstnettimepacket.h:
18102         Doc updates.
18103
18104 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18105
18106         * docs/faq/using.xml:
18107         * docs/libs/tmpl/gstcontrol.sgml:
18108         * docs/manual/advanced-dparams.xml:
18109         * docs/manual/appendix-checklist.xml:
18110         * docs/manual/basics-elements.xml:
18111         * docs/pwg/other-source.xml:
18112         * docs/random/moving-plugins:
18113         * gst/gstpad.c:
18114         * tools/gst-launch.1.in:
18115           remove mentions of sinesrc
18116
18117 2005-11-23  Michael Smith <msmith@fluendo.com>
18118
18119         * docs/gst/gstreamer-sections.txt:
18120           Update for new API and API changes.
18121         * gst/gstobject.h:
18122           Documentation fix: GST_TRYLOCK -> GST_OBJECT_TRYLOCK
18123         * gst/gstvalue.c:
18124           Documentation typo fix.
18125         * gst/net/gstnettimepacket.c:
18126           Documentation fixes for arguments.
18127
18128 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18129
18130         * gst/gststructure.c: (gst_structure_get_fraction),
18131         (gst_structure_parse_value),
18132         (gst_structure_fixate_field_nearest_fraction):
18133         * gst/gststructure.h:
18134         * gst/gstutils.c: (gst_util_uint64_scale_int):
18135         * gst/gstutils.h:
18136         * scripts/update-funcnames:
18137         API Changes. 
18138         Rename gst_util_clock_time_scale to gst_util_uint64_scale_int
18139         Make gst_structure_fixate_field_nearest_fraction take a numerator
18140         and denominator argument instead of a GValue
18141         add gst_structure_get_fraction helper function.
18142
18143 2005-11-23  Wim Taymans  <wim@fluendo.com>
18144
18145         * docs/design/part-TODO.txt:
18146         Update TODO.
18147
18148         * gst/net/gstnetclientclock.c: (gst_net_client_clock_thread):
18149         * gst/net/gstnetclientclock.h:
18150         Use parent fields for timeout and window_size.
18151
18152 2005-11-23  Andy Wingo  <wingo@pobox.com>
18153
18154         * check/net/gstnetclientclock.c (test_functioning): Adjust to
18155         rate_num/rate_denom change.
18156
18157         * gst/net/gstnetclientclock.c
18158         (gst_net_client_clock_observe_times): Take the SLAVE_LOCK not the
18159         OBJECT_LOCK. Don't call add_observation with the lock.
18160
18161         * gst/gstclock.c (gst_clock_init): Initialize the rate as a
18162         fraction.
18163         (gst_clock_adjust_unlocked): Adjust using uint64_scale and the
18164         rate fraction.
18165         (gst_clock_set_calibration, gst_clock_get_calibration): Change to
18166         deal with rate as a fraction whose numerator and denominator are
18167         GstClockTime values.
18168         (gst_clock_set_master): Only use the OBJECT_LOCK to set the
18169         master; the other fields are protected by the SLAVE_LOCK.
18170         (do_linear_regression): Note that this must be called with the
18171         SLAVE_LOCK.
18172         (gst_clock_add_observation): Take the SLAVE_LOCK, not the
18173         OBJECT_LOCK. Call set_calibration instead of touching the
18174         variables directly.
18175         (gst_clock_set_property, gst_clock_get_property): Protect
18176         master/slave parameters with the SLAVE_LOCK.
18177
18178         * gst/gstclock.h (GstClock): Remove rate, add rate_numerator and
18179         rate_denominator. PR3C1S3. Add a new lock, the SLAVE_LOCK, and
18180         note that all of the instance variables that add_observation and
18181         the set_master functions use are protected by that lock and not
18182         the OBJECT_LOCK.
18183         (GST_CLOCK_SLAVE_LOCK, GST_CLOCK_SLAVE_UNLOCK): New macros.
18184
18185         * gst/gstclock.c (gst_clock_add_observation): No longer requires
18186         the caller to take the object lock.
18187
18188 2005-11-23  Wim Taymans  <wim@fluendo.com>
18189
18190         * gst/gsterror.c: (_gst_core_errors_init):
18191         * gst/gsterror.h:
18192         Add error for clock stuff.
18193
18194         * gst/gstpipeline.c: (gst_pipeline_change_state),
18195         (gst_pipeline_set_clock):
18196         Post clock error when clock cannot be used in a pipeline.
18197
18198 2005-11-23  Stefan Kost  <ensonic@users.sf.net>
18199
18200         * docs/gst/gstreamer-sections.txt:
18201           make two symbols from gstinfo private for the docs
18202         * gst/base/gstcollectpads.h:
18203         * gst/gstutils.c:
18204           fix doc typos, update docs
18205
18206 2005-11-22  Wim Taymans  <wim@fluendo.com>
18207
18208         * gst/base/gstbasesink.c: (gst_base_sink_class_init),
18209         (gst_base_sink_wait), (gst_base_sink_do_sync),
18210         (gst_base_sink_handle_event):
18211         * gst/base/gstbasesink.h:
18212         No need to store the clock, the parent element class already
18213         has it.
18214
18215         * gst/gstbin.c: (gst_bin_set_clock_func), (gst_bin_add_func):
18216         Updates for clock_set returning a gboolean
18217
18218         * gst/gstclock.c: (gst_clock_entry_new), (gst_clock_id_wait),
18219         (gst_clock_id_wait_async), (gst_clock_class_init),
18220         (gst_clock_init), (gst_clock_finalize),
18221         (gst_clock_get_internal_time), (gst_clock_get_time),
18222         (gst_clock_slave_callback), (gst_clock_set_master),
18223         (gst_clock_get_master), (do_linear_regression),
18224         (gst_clock_add_observation), (gst_clock_set_property),
18225         (gst_clock_get_property):
18226         * gst/gstclock.h:
18227         Implement master/slave. When setting a clock as a slave, a
18228         periodic timeout is scheduled to sample master and slave times.
18229         Then the slave clock is recalibrated to match offset and rate
18230         of the master clock.
18231         Update logging a bit.
18232         Add flag so that a clock can state that is cannot be slaved to
18233         another clock.
18234
18235         * gst/gstelement.c: (gst_element_set_clock):
18236         * gst/gstelement.h:
18237         The set clock returns a gboolean for when an element cannot
18238         deal with the selected clock in the pipeline. 
18239
18240         * gst/gstpipeline.c: (gst_pipeline_change_state),
18241         (gst_pipeline_set_clock):
18242         * gst/gstpipeline.h:
18243         Handle the case where the selected clock cannot be set on
18244         the pipeline.
18245
18246         * gst/net/gstnetclientclock.c: (gst_net_client_clock_class_init),
18247         (gst_net_client_clock_init), (gst_net_client_clock_finalize),
18248         (gst_net_client_clock_set_property),
18249         (gst_net_client_clock_get_property),
18250         (gst_net_client_clock_observe_times):
18251         * gst/net/gstnetclientclock.h:
18252         Use regression code in GstClock parent, remove duplicated
18253         functionality.
18254
18255 2005-11-22  Michael Smith <msmith@fluendo.com>
18256
18257         * gst/gstutils.c: (gst_util_clock_time_scale):
18258         * gst/gstutils.h:
18259         * docs/gst/gstreamer-sections.txt:
18260           Rename method to have extra underscore.
18261
18262 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18263
18264         * gst/elements/Makefile.am:
18265         * gst/elements/gstfakesink.c: (gst_fake_sink_state_error_get_type):
18266         * gst/elements/gstfakesrc.c: (gst_fake_src_data_get_type),
18267         (gst_fake_src_sizetype_get_type), (gst_fake_src_filltype_get_type),
18268         (gst_fake_src_init), (gst_fake_src_prepare_buffer),
18269         (gst_fake_src_alloc_buffer), (gst_fake_src_get_size):
18270         * gst/elements/gstfakesrc.h:
18271         * gst/gstqueue.c: (queue_leaky_get_type):
18272           correctly fix GEnumValues so that nick is the short lowercase
18273           dashed tag
18274         * tools/gst-inspect.c: (print_element_properties_info):
18275           also show the nick, since it's useful to use from parse_launch
18276           syntax
18277           Fixes #322139
18278
18279 2005-11-22  Michael Smith <msmith@fluendo.com>
18280
18281         * gst/gstutils.c: (gst_util_clocktime_scale):
18282         * gst/gstutils.h:
18283         * docs/gst/gstreamer-sections.txt:
18284           Add util method for scaling a clocktime by a fraction. Useful 
18285           implementation is left as an exercise for the reader.
18286
18287 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18288
18289         * gst/gstvalue.c: (gst_value_collect_fraction_range):
18290         If needed, allocate storage in the destination value during
18291         collection.
18292
18293 2005-11-22  Edward Hervey  <edward@fluendo.com>
18294
18295         * docs/gst/gstreamer-sections.txt:
18296         * gst/Makefile.am:
18297         * gst/gst.h:
18298         * gst/gsturitype.c:
18299         * gst/gsturitype.h:
18300         * gst/gstutils.c: (gst_util_set_object_arg):
18301         * tools/gst-compprep.c: (main):
18302         * tools/gst-inspect.c: (print_element_properties_info):
18303         Removed GstURI, closes bug #321061
18304
18305 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18306
18307         * check/gst/gststructure.c: (GST_START_TEST):
18308         * gst/gststructure.c: (gst_structure_parse_value):
18309           Oops, broke automatic string type parsing.
18310           Add a test to catch it in future.
18311
18312 2005-11-22  Andy Wingo  <wingo@pobox.com>
18313
18314         * gst/gsttagsetter.c (gst_tag_setter_get_tag_merge_mode) 
18315         (gst_tag_setter_set_tag_merge_mode, gst_tag_setter_get_tag_list):
18316         Actually rename the function implementations. Grr.
18317
18318 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18319
18320         * check/gst/capslist.h:
18321           Comment test cases
18322         * check/gst/gststructure.c: (GST_START_TEST),
18323         (gst_structure_suite):
18324           Test automatic value type detection in gst_structure_from_string.
18325         * gst/gststructure.c: (gst_structure_parse_value):
18326           Add fraction as a type we try and guess automatically in
18327           caps/structure strings.
18328
18329 2005-11-22  Andy Wingo  <wingo@pobox.com>
18330
18331         patch by: Torsten Schoenfeld <kaffeetisch gmx de>
18332
18333         * gst/gsttagsetter.h:
18334         * gst/gsttagsetter.c: (gst_tag_setter_merge_tags)
18335         (gst_tag_setter_add_tags, gst_tag_setter_add_tag_values)
18336         (gst_tag_setter_add_tag_valist)
18337         (gst_tag_setter_add_tag_valist_values): Renamed from _merge, _add,
18338         _add_values, _add_valist, and _add_valist_values. Since this is an
18339         interface the function suffixes should be more explicit so
18340         language binding don't end up with element.add_valist ->
18341         gst_tag_setter_add_valist, for example. Fixes #322069.
18342
18343 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18344
18345         * check/gst/gstcaps.c: (GST_START_TEST):
18346           Extend caps string tests to check that a caps to string
18347           conversion is reversible and produces the same caps.
18348
18349         * gst/gststructure.c: (gst_structure_value_get_generic_type):
18350           Output "fraction" as the generic type fraction range, so caps
18351           serialisation and deserialisation works.
18352         * check/gst/capslist.h:
18353         * gst/gstvalue.c: (gst_value_deserialize_fraction):
18354           Support 'MIN' and 'MAX' for deserialising fractions.
18355
18356 2005-11-22  Andy Wingo  <wingo@pobox.com>
18357
18358         * gst/gstevent.h (gst_event_new_new_segment)
18359         (gst_event_parse_new_segment, gst_event_new_buffer_size)
18360         (gst_event_parse_buffer_size, gst_ghost_pad_new_no_target):
18361         Renamed from *_newsegment, *_buffersize, *_notarget.
18362
18363         * scripts/update-funcnames: New script, performs the changes
18364         listed above.
18365
18366 2005-11-22  Wim Taymans  <wim@fluendo.com>
18367
18368         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
18369         Make sure the GstFlowReturn is returned.
18370
18371         * gst/gstbus.c: (gst_bus_add_signal_watch_full),
18372         (gst_bus_add_signal_watch):
18373         * gst/gstbus.h:
18374         add gst_bus_add_signal_watch_full.
18375
18376         * gst/gstplugin.c: (gst_plugin_load_file):
18377         Small style cleanup.
18378
18379 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18380
18381         * check/gst/gstevent.c: (test_event), (GST_START_TEST):
18382           Block the fakesrc srcpad when we send an event, to avoid
18383           contention on the stream_lock causing random test failures.
18384
18385 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18386
18387         * check/gst/gstvalue.c: (GST_START_TEST):
18388         * gst/gstvalue.c: (gst_value_fraction_subtract):
18389           Fix subtraction.
18390
18391 2005-11-22  Stefan Kost  <ensonic@users.sf.net>
18392
18393         * gst/gst.h:
18394           include "gstchildproxy.h"
18395         * gst/gstchildproxy.h:
18396         * libs/gst/controller/gstcontroller.h:
18397           use G_GNUC_NULL_TERMINATED
18398
18399 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
18400
18401         * check/gst/capslist.h:
18402         * check/gst/gstcaps.c: (GST_START_TEST):
18403         * check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
18404         * gst/gststructure.c: (gst_structure_parse_range),
18405         (gst_structure_fixate_field_nearest_fraction):
18406         * gst/gststructure.h:
18407         * gst/gstvalue.c: (gst_value_init_fraction_range),
18408         (gst_value_free_fraction_range), (gst_value_copy_fraction_range),
18409         (gst_value_collect_fraction_range),
18410         (gst_value_lcopy_fraction_range), (gst_value_set_fraction_range),
18411         (gst_value_set_fraction_range_full),
18412         (gst_value_get_fraction_range_min),
18413         (gst_value_get_fraction_range_max),
18414         (gst_value_serialize_fraction_range),
18415         (gst_value_transform_fraction_range_string),
18416         (gst_value_compare_fraction_range),
18417         (gst_value_deserialize_fraction_range),
18418         (gst_value_intersect_fraction_fraction_range),
18419         (gst_value_intersect_fraction_range_fraction_range),
18420         (gst_value_subtract_fraction_fraction_range),
18421         (gst_value_subtract_fraction_range_fraction),
18422         (gst_value_subtract_fraction_range_fraction_range),
18423         (gst_value_collect_fraction), (gst_value_fraction_multiply),
18424         (gst_value_fraction_subtract), (gst_value_deserialize_fraction),
18425         (gst_value_transform_string_fraction), (_gst_value_initialize):
18426         * gst/gstvalue.h:
18427           Implement fraction ranges and extend GstFraction to support
18428           arithmetic subtraction, as well as deserialization from integer
18429           strings such as "100"
18430           Add a testsuite as for int and double range set operations
18431
18432 2005-11-21  Andy Wingo  <wingo@pobox.com>
18433
18434         * gst/gsttaglist.h: 
18435         * gst/gstcaps.h: 
18436         * gst/gststructure.h: Add glib-compat.h.
18437
18438 2005-11-21  Wim Taymans  <wim@fluendo.com>
18439
18440         * gst/gstbin.c: (gst_bin_change_state_func):
18441         Fix for #321595
18442
18443 2005-11-21  Wim Taymans  <wim@fluendo.com>
18444
18445         * gst/gstsegment.h:
18446         And add a nice define too.
18447
18448 2005-11-21  Wim Taymans  <wim@fluendo.com>
18449
18450         * gst/gstsegment.c: (gst_segment_copy), (gst_segment_get_type),
18451         (gst_segment_new), (gst_segment_free), (gst_segment_init),
18452         (gst_segment_set_duration), (gst_segment_set_last_stop),
18453         (gst_segment_set_seek), (gst_segment_set_newsegment),
18454         (gst_segment_to_stream_time), (gst_segment_to_running_time),
18455         (gst_segment_clip):
18456         * gst/gstsegment.h:
18457         Make binding friendly.
18458
18459 2005-11-21  Andy Wingo  <wingo@pobox.com>
18460
18461         * gst/gsttagsetter.h: 
18462         * gst/gsttaglist.h: 
18463         * gst/gststructure.h: 
18464         * gst/gstcaps.h: 
18465         * gst/gstutils.h: Sprinkle NULL_TERMINATED to taste. Fixes
18466         #319940.
18467
18468         * gst/gsterror.c (_gst_core_errors_init):
18469         * gst/gsterror.h (GST_CORE_ERROR_MISSING_PLUGIN): New error
18470         category.
18471
18472         * gst/Makefile.am (gst_headers): Add glib-compat.h.
18473         (noinst_HEADERS): noinst the -private.
18474
18475 2005-11-21  Michael Smith <msmith@fluendo.com>
18476
18477         * gst/gstplugin.h:
18478         * gst/gstregistry.h:
18479           Remove unimplemented declarations for which we can see no sensible
18480           use.
18481
18482 2005-11-21  Andy Wingo  <wingo@pobox.com>
18483
18484         * gst/gst.h: Include glib-compat.h.
18485
18486         * gst/glib-compat.h: Add G_GNUC_NULL_TERMINATED.
18487
18488         * gst/glib-compat.c: Include the public and the private header.
18489
18490         * gst/glib-compat-private.h: Copied here from glib-compat.h.
18491
18492         * gst/gstvalue.c: 
18493         * gst/gstpad.c: 
18494         * gst/gstregistryxml.c: s/glib-compat/glib-compat-private/.
18495
18496         * check/gst/gstevent.c (create_custom_events): Check that
18497         FLUSH_STOP is serialized.
18498
18499         * check/elements/identity.c (event_func): 
18500         * check/elements/fakesrc.c (event_func): No stream lock, the core
18501         takes it.
18502
18503         * gst/base/gstbasetransform.c (gst_base_transform_event): No more
18504         stream lock taking, yay.
18505
18506         * gst/gstevent.h (GST_EVENT_FLUSH_STOP): Marked as serialized to
18507         ensure that core takes the stream lock.
18508
18509         * gst/base/gstbasesrc.c (gst_base_src_do_seek): Update for stream
18510         lock name change.
18511
18512         * gst/base/gstbasesink.c (gst_base_sink_event): No need to take
18513         the stream lock for EOS, NEWSEGMENT, or FLUSH_STOP, the core does
18514         it already. For the flush start we do take it though so we get the
18515         right preroll state change messages.
18516
18517         * gst/gstqueue.c (gst_queue_sink_activate_push): No need to take
18518         the stream lock here, the core does it for us.
18519
18520         * gst/gstpad.h (GST_PAD_GET_STREAM_LOCK): Renamed from
18521         GST_STREAM_GET_LOCK.
18522         (GST_PAD_STREAM_LOCK, GST_PAD_STREAM_TRYLOCK) 
18523         (GST_PAD_STREAM_UNLOCK, GST_PAD_STREAM_UNLOCK_FULL) 
18524         (GST_PAD_STREAM_LOCK_FULL): Renamed from GST_STREAM_*.
18525         (GST_PAD_GET_PREROLL_LOCK): Renamed from GST_PREROLL_GET_LOCK.
18526         (GST_PAD_PREROLL_LOCK, GST_PAD_PREROLL_TRYLOCK) 
18527         (GST_PAD_PREROLL_UNLOCK): Renamed from GST_PREROLL_*.
18528
18529         * gst/gstpad.c: Update for stream lock name change.
18530
18531         * gst/base/gstbasesink.c: Update for preroll lock name change.
18532
18533 2005-11-21  Wim Taymans  <wim@fluendo.com>
18534
18535         * gst/gstclock.c: (gst_clock_init), (gst_clock_set_master),
18536         (gst_clock_get_master):
18537         * gst/gstclock.h:
18538         * gst/gstsystemclock.c: (gst_system_clock_init):
18539         Convert Clock flags to object flags.
18540         Added methods to manage master/slave clocks.
18541
18542 2005-11-21  Wim Taymans  <wim@fluendo.com>
18543
18544         * check/gst/gstsegment.c: (GST_START_TEST):
18545         * docs/design/part-TODO.txt:
18546         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
18547         (gst_base_sink_event), (gst_base_sink_do_sync),
18548         (gst_base_sink_activate_pull), (gst_base_sink_get_position),
18549         (gst_base_sink_query), (gst_base_sink_change_state):
18550         * gst/base/gstbasesink.h:
18551         * gst/base/gstbasesrc.c: (gst_base_src_init), (gst_base_src_query),
18552         (gst_base_src_default_newsegment),
18553         (gst_base_src_configure_segment), (gst_base_src_do_seek),
18554         (gst_base_src_get_range), (gst_base_src_loop),
18555         (gst_base_src_change_state):
18556         * gst/base/gstbasesrc.h:
18557         * gst/base/gstbasetransform.c:
18558         (gst_base_transform_prepare_output_buf),
18559         (gst_base_transform_event), (gst_base_transform_change_state):
18560         * gst/base/gstbasetransform.h:
18561         * gst/base/gstcollectpads.c: (gst_collect_pads_add_pad),
18562         (gst_collect_pads_event):
18563         * gst/base/gstcollectpads.h:
18564         * gst/elements/gstfakesrc.c: (gst_fake_src_init),
18565         (gst_fake_src_create):
18566         * gst/elements/gstfakesrc.h:
18567         * gst/elements/gstidentity.c: (gst_identity_transform_ip):
18568         * gst/gstsegment.c: (gst_segment_init), (gst_segment_set_duration),
18569         (gst_segment_set_last_stop), (gst_segment_set_seek),
18570         (gst_segment_set_newsegment), (gst_segment_to_stream_time),
18571         (gst_segment_to_running_time), (gst_segment_clip):
18572         * gst/gstsegment.h:
18573         More segment updates, replace code in plugins with segment
18574         helper functions.
18575
18576 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
18577
18578         * gst/elements/gstfdsrc.c: (gst_fdsrc_uri_set_uri):
18579         Don't ignore sscanf results
18580
18581 2005-11-21  Andy Wingo  <wingo@pobox.com>
18582
18583         * gst/gstpad.h (GST_IS_PAD_FAST): Removed.
18584
18585         * *.h:
18586         * *.c: Ran scripts/update-macros. Oh yes.
18587
18588         * gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK)
18589         (GST_OBJECT_TRYLOCK, GST_OBJECT_UNLOCK): Renamed from
18590         GST_GET_LOCK, etc.
18591
18592         * scripts/update-macros: New script. Run it on your files to
18593         change GST_LOCK to GST_OBJECT_LOCK, and the same for UNLOCK as
18594         well.
18595
18596 2005-11-21  Stefan Kost  <ensonic@users.sf.net>
18597
18598         * docs/gst/Makefile.am:
18599         * docs/gst/gstreamer-docs.sgml:
18600         * docs/gst/gstreamer-sections.txt:
18601         * docs/gst/gstreamer.types:
18602         * gst/gstinfo.h:
18603           more docs fixes, add new api to the docs
18604
18605 2005-11-21  Andy Wingo  <wingo@pobox.com>
18606
18607         * gst/gstbin.c (gst_bin_remove_func): Wim claims I can remove this
18608         state_broadcast call.
18609
18610         * gst/gstsegment.c (gst_segment_init): Initialize abs_rate.
18611
18612 2005-11-21  Julien MOUTTE  <julien@moutte.net>
18613
18614         * gst/gstvalue.c: (gst_value_intersect_array): Fix wrong
18615         function calls for arrays.
18616
18617 2005-11-21  Stefan Kost  <ensonic@users.sf.net>
18618
18619         * docs/random/ensonic/media-device-daemon.txt:
18620           wild idea, can this be done?
18621         * docs/gst/gstreamer-sections.txt:
18622         * gst/gsterror.h:
18623         * gst/gstfilter.c:
18624         * gst/gstfilter.h:
18625         * gst/gstplugin.h:
18626         * gst/gstpluginfeature.c:
18627         * gst/gsttrace.c:
18628         * gst/gstvalue.c:
18629         * gst/gstvalue.h:
18630           doc fixes and additions
18631
18632 2005-11-21  Andy Wingo  <wingo@pobox.com>
18633
18634         * gst/base/gstbasesrc.c (GST_LIVE_BROADCAST, GST_LIVE_SIGNAL) 
18635         (GST_LIVE_TIMED_WAIT, GST_LIVE_WAIT, GST_LIVE_GET_COND) 
18636         (GST_LIVE_UNLOCK, GST_LIVE_TRYLOCK, GST_LIVE_LOCK) 
18637         (GST_LIVE_GET_LOCK): Moved here from gstbasesrc.h. They are
18638         private to the basesrc implementation.
18639
18640         * gst/gstpad.c (gst_pad_send_event): Doc more. Take stream lock on
18641         behalf of event function if necessary. It should no longer be
18642         necessary to take the stream lock in pad's event functions. Fixes
18643         #320299.
18644
18645 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
18646         * docs/gst/gstreamer-sections.txt:
18647         * gst/gststructure.c: (gst_structure_fixate_field_nearest_int),
18648         (gst_structure_fixate_field_nearest_double),
18649         (gst_structure_fixate_field_boolean):
18650         * gst/gststructure.h:
18651         * win32/common/libgstreamer.def:
18652         * win32/gstreamer.def:
18653
18654         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
18655         (#322027)
18656
18657 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
18658
18659         * gst/elements/gstfdsrc.c: (_do_init), (gst_fdsrc_class_init),
18660         (gst_fdsrc_init), (gst_fdsrc_dispose), (gst_fdsrc_set_property),
18661         (gst_fdsrc_uri_get_type), (gst_fdsrc_uri_get_protocols),
18662         (gst_fdsrc_uri_get_uri), (gst_fdsrc_uri_set_uri),
18663         (gst_fdsrc_uri_handler_init):
18664         * gst/elements/gstfdsrc.h:
18665           Port fd:// URI handler from 0.8 to fdsrc
18666
18667 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18668
18669         * gst/gstvalue.c: (gst_value_transform_fourcc_string),
18670         (gst_value_serialize_fourcc):
18671         * gst/gstvalue.h:
18672           Drop leading '%' from GST_FOURCC_FORMAT, thus making it
18673           consistent with our other format defines (#320324).
18674
18675 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18676
18677         * gst/gstvalue.c: (gst_value_is_fixed):
18678           Revert previous commit. Value lists are by definition
18679           not fixed, as they are a list of possible values.
18680
18681 2005-11-21  Andy Wingo  <wingo@pobox.com>
18682
18683         * gst/gstevent.h (GST_EVENT_FILLER): Removed. Can be added back
18684         during the stable series if we need it. Fixes #319178.
18685
18686         * gst/gstevent.c (gst_event_new_filler): Removed.
18687
18688         * check/gst/gstevent.c: Update comment about filler events.
18689
18690 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18691
18692         * gst/gstvalue.c: (gst_value_is_fixed):
18693           Should handle both value arrays and value lists.
18694
18695 2005-11-21  Andy Wingo  <wingo@pobox.com>
18696
18697         patch by: Alessandro Dessina <alessandro nnva org>
18698
18699         * gst/gstvalue.c (gst_value_is_fixed): Use gst_value_array
18700         functions to access arrays. Fixes #321962.
18701
18702 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18703
18704         * docs/gst/gstreamer.types:
18705           gst_collectpads_get_type => gst_collect_pads_get_type.
18706           
18707         * gst/base/gstbasetransform.c:
18708           Remove unused SIGNAL_HANDOFF enum.
18709
18710 2005-11-21  Andy Wingo  <wingo@pobox.com>
18711
18712         * gst/gstevent.h (GstEventTypeFlags): New data type, the flags of
18713         the event type (upstream, downstream, serialized). Renamed
18714         GST_EVDIR_* and GST_EVSER to GST_EVENT_TYPE_*.
18715         (GstEventType): Use GstEventTypeFlags. Rename CUSTOM_UP to
18716         CUSTOM_UPSTREAM, CUSTOM_DS to CUSTOM_DOWNSTREAM, etc.
18717
18718         * gst/gstevent.c: Update for new CUSTOM event names.
18719
18720         * check/gst/gstevent.c: Update check for new CUSTOM event names.
18721
18722         * gst/gstevent.h:
18723         * gst/gstevent.c (gst_event_type_get_flags): New function. Fixes
18724         bug #319392.
18725
18726 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18727
18728         * docs/gst/gstreamer-sections.txt:
18729         * win32/common/libgstbase.def:
18730         * win32/libgstbase.def:
18731         * gst/base/gstcollectpads.c: (gst_collect_pads_base_init),
18732         (gst_collect_pads_class_init), (gst_collect_pads_init),
18733         (gst_collect_pads_finalize), (gst_collect_pads_new),
18734         (gst_collect_pads_set_function), (gst_collect_pads_add_pad),
18735         (gst_collect_pads_remove_pad), (gst_collect_pads_is_active),
18736         (gst_collect_pads_collect), (gst_collect_pads_collect_range),
18737         (gst_collect_pads_start), (gst_collect_pads_stop),
18738         (gst_collect_pads_peek), (gst_collect_pads_pop),
18739         (gst_collect_pads_available), (gst_collect_pads_read),
18740         (gst_collect_pads_flush), (gst_collect_pads_event),
18741         (gst_collect_pads_chain):
18742         * gst/base/gstcollectpads.h:
18743           Rename gst_collecpads_foo() => gst_collect_pads_foo(). Document
18744           unimplemented functions as unimplemented. Add padding to
18745           GstCollectData. (#320766, #320423)
18746
18747 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
18748
18749         * gst/gstmessage.c:
18750           Improve docs for DURATION message (usage of duration parameter)
18751           (#320113)
18752
18753 2005-11-20  Wim Taymans  <wim@fluendo.com>
18754
18755         * check/Makefile.am:
18756         * check/gst/gstsegment.c: (GST_START_TEST), (gstevents_suite),
18757         (main):
18758         * gst/Makefile.am:
18759         * gst/gst.h:
18760         * gst/gstsegment.c: (gst_segment_init), (gst_segment_set_duration),
18761         (gst_segment_set_seek), (gst_segment_set_newsegment),
18762         (gst_segment_to_stream_time), (gst_segment_to_running_time),
18763         (gst_segment_clip):
18764         * gst/gstsegment.h:
18765         Added segment helper structure and methods. Not fully implemented
18766         yet.
18767         Added segment check.
18768
18769 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
18770
18771         * check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
18772           Add a deserialisation test for fractions
18773         * examples/metadata/read-metadata.c: (message_loop),
18774         (make_pipeline), (main):
18775           Fix up metadata reading sample.
18776         * gst/base/gstbasesink.c: (gst_base_sink_do_sync):
18777           Debug format fix
18778         * gst/base/gstbasesrc.c: (gst_base_src_default_negotiate):
18779           Don't try and fixate empty caps
18780         * gst/gst_private.h:
18781           Wrap in G_BEGIN_DECLS/G_END_DECLS
18782         * gst/gstvalue.c: (gst_value_collect_fraction),
18783         (gst_value_set_fraction), (gst_value_get_fraction_denominator),
18784         (gst_value_transform_string_fraction),
18785         (gst_value_compare_fraction):
18786           Add some extra guards to ensure that we don't end up 
18787           with an invalid denominator of 0 in a gstfraction and
18788           that fractions always get reduced.
18789
18790 2005-11-20  Wim Taymans  <wim@fluendo.com>
18791
18792         * docs/gst/gstreamer-sections.txt:
18793         * gst/gstbuffer.h:
18794         * gst/gstelement.c:
18795         * gst/gstformat.c:
18796         * gst/gstformat.h:
18797         * gst/gstindex.h:
18798         * gst/gstquery.c:
18799         * gst/gstquery.h:
18800         * gst/gstvalue.c:
18801         Doc fixes.
18802
18803 2005-11-20  Wim Taymans  <wim@fluendo.com>
18804
18805         * docs/design/part-TODO.txt:
18806         * gst/gstcaps.h:
18807         Make a proper enum of the flag.
18808
18809 2005-11-19  Wim Taymans  <wim@fluendo.com>
18810
18811         * docs/design/part-TODO.txt:
18812         * gst/gstformat.c: (_gst_format_initialize), (gst_format_get_name),
18813         (gst_format_to_quark), (gst_format_register):
18814         * gst/gstformat.h:
18815         * gst/gstquery.c: (_gst_query_initialize),
18816         (gst_query_type_get_name), (gst_query_type_to_quark),
18817         (gst_query_type_register):
18818         * gst/gstquery.h:
18819         Add type to quark and type to string conversions.
18820
18821 2005-11-19  Andy Wingo  <wingo@pobox.com>
18822
18823         * gst/gstbuffer.h (GST_BUFFER_FLAG_ORIGINAL): Removed. Fixes
18824         #320097.
18825
18826 2005-11-19  Wim Taymans  <wim@fluendo.com>
18827
18828         * docs/design/part-TODO.txt:
18829         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_provide_clock_func),
18830         (gst_bin_add_func), (gst_bin_remove_func), (bin_bus_handler),
18831         (gst_bin_handle_message_func):
18832         * gst/gstbin.h:
18833         Make message handling overridable.
18834
18835 2005-11-19  Andy Wingo  <wingo@pobox.com>
18836
18837         * gst/gstpad.h (GST_PAD_IS_USABLE): Removed. Fixes #321235.
18838
18839         * gst/gstclock.h:
18840         * gst/gstclock.c (GstClock, GstClockClass): Change resolution to
18841         be a GstClockTime.
18842         (gst_clock_set_resolution, gst_clock_get_resolution): Resolution
18843         is a GstClockTime. Fixes #321710.
18844
18845         * gst/gstclock.h (GstClock): Remove offset property. Add
18846         internal_calibration and external_calibration. Fix padding. Pad
18847         also by GstClockTime so we don't run into problems.
18848
18849         * gst/gstclock.c (gst_clock_set_rate_offset): Remove.
18850         (gst_clock_get_rate_offset): Remove.
18851         (gst_clock_set_time_adjust): Remove. Fixes #321712.
18852
18853         * gst/gstutils.h:
18854         * gst/gstutils.c (g_static_rec_cond_wait)
18855         (g_static_rec_cond_timed_wait): Removed, no longer needed.
18856
18857         * gst/gstbin.c: Remove terrible continue_state prototype.
18858
18859         * gst/gstelement.h (gst_element_continue_state): Make public.
18860
18861         * gst/gstelement.h:
18862         * gst/gstelement.c (gst_element_commit_state): Removed, replaced
18863         by continue_state. Fixes #319389.
18864
18865         * gst/gstindex.h (GstIndexFilter): Actually pass on the user_data.
18866         Really fixes #168438. However I don't see anywhere where the
18867         filter function is called... stupid GStreamer...
18868         
18869         * gst/gstindex.h (GstIndex): Add field for user_data_destroy. We
18870         don't have a dispose function, so it won't get called when the
18871         object is unreffed, but oh well!
18872
18873         * gst/gstindex.c (gst_index_set_filter_full): New API function,
18874         allows a destroy function to be set so user_data can be freed.
18875         Fixes #168438.
18876         (gst_index_set_filter): Call gst_index_set_filter_full.
18877
18878         * check/gst/gstvalue.c (test_string): Add test for bug #165650.
18879
18880         * gst/gstvalue.c (gst_string_wrap): Trying to serialize a NULL
18881         string should produce an error, given the lack of a way to
18882         represent NULL strings. Fixes #165650.
18883         
18884         * gst/gstvalue.h: 
18885         * gst/gstvalue.c (gst_value_array_append_value) 
18886         (gst_value_array_prepend_value, gst_value_array_get_size) 
18887         (gst_value_array_get_value): New API, copied from
18888         gst_value_list_*, only operates on arrays.
18889         (gst_value_list_append_value, gst_value_list_prepend_value) 
18890         (gst_value_list_concat, gst_value_list_get_size) 
18891         (gst_value_list_get_value): Only operate on lists. Fixes #156633.
18892
18893         * gst/gstvalue.c (gst_value_init_list_or_array): Renamed from
18894         init_list, because it works on both.
18895         (copy_garray_of_gstvalue): Renamed from gst_value_list_copy_array.
18896         (gst_value_copy_list_or_array): Renamed from copy_list.
18897         (gst_value_free_list_or_array): Renamed from free_list.
18898         (gst_value_collect_list_or_array): Renamed from collect_list.
18899         (gst_value_lcopy_list_or_array): Renamed from lcopy_list.
18900         (gst_value_list_or_array_peek_pointer): Renamed from
18901         list_peek_pointer.
18902         (_gst_value_array_value_table, _gst_value_list_value_table):
18903         Update value table functions.
18904         (gst_value_compare_list_or_array): Renamed from compare_list.
18905
18906         * gsttaglist.h: Whoops, foreach function returns void. Also fix
18907         some constness.
18908
18909         * gst/gsttaglist.c:
18910         * gst/gsttaglist.h (gst_tag_list_foreach): Operates on a const
18911         GstTagList*. Fixes #143472.
18912
18913         * gst/gststructure.h: Clarify what the foreach/map functions can
18914         or can't do to their arguments.
18915
18916 2005-11-18  Wim Taymans  <wim@fluendo.com>
18917
18918         * gst/gstclock.c: (gst_clock_set_calibration),
18919         (gst_clock_get_calibration):
18920         Doc and API fixes.
18921         Calibration can be set with internal time equal to current
18922         internal time too.
18923
18924 2005-11-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18925
18926         * gst/gsterror.c:
18927         * gst/gsterror.h:
18928           document
18929
18930 2005-11-18  Andy Wingo  <wingo@pobox.com>
18931
18932         * configure.ac: 
18933         * pkgconfig/gstreamer-net.pc.in:
18934         * pkgconfig/gstreamer-net-uninstalled.pc.in:
18935         * pkgconfig/Makefile.am: Add net pkgconfig files.
18936
18937 2005-11-18  Stefan Kost  <ensonic@users.sf.net>
18938
18939         * gst/gstcaps.c:
18940         * gst/gstghostpad.c:
18941         * gst/gsttrace.c:
18942         * gst/gstvalue.c:
18943         * gst/gstvalue.h:
18944           docs fixes
18945
18946 2005-11-18  Andy Wingo  <wingo@pobox.com>
18947
18948         * gst/net/gstnetclientclock.c: Turn off debugging.
18949
18950         * check/net/gstnetclientclock.c (test_functioning): Assert that the
18951         times connverge somewhat. Can't make a real test.
18952
18953         * gst/net/gstnetclientclock.c (do_linear_regression): Use all
18954         integer arithmetic. Return the minimum of the domain, which can be
18955         set as "internal" for gst_clock_set_calibration.
18956         (gst_net_client_clock_observe_times): Call _set_calibration.
18957         (gst_net_client_clock_new): Call _set_calibration instead of
18958         rate_offset.
18959
18960         * check/net/gstnetclientclock.c (test_functioning): Use the right
18961         adjustment api.
18962
18963         * gst/gstclock.h:
18964         * gst/gstclock.c (gst_clock_get_calibration) 
18965         (gst_clock_set_calibration): New functions, obsolete the ones I
18966         added yesterday. Doh. Precision issues mean we have to extrapolate
18967         from a point in the more recent past than 1970.
18968         (gst_clock_get_rate_offset, gst_clock_set_rate_offset): Mark as
18969         obsolete.
18970         (gst_clock_adjust_unlocked): Use the right calibration data.
18971
18972 2005-11-18  Edward Hervey  <edward@fluendo.com>
18973
18974         * gst/base/gstbasesink.c: (gst_base_sink_change_state): 
18975         Also reset the ->current_* values in READY->PAUSED
18976
18977 2005-11-18  Andy Wingo  <wingo@pobox.com>
18978
18979         * gst/net/gstnetclientclock.c (gst_net_client_clock_thread):
18980         Whoops, check the right fd. Also add some debugging.
18981         (gst_net_client_clock_observe_times): Adjust for int64 offset.
18982         (do_linear_regression): Add a crapload of debugging. Subtract off
18983         the minimum values from the input series to discard unneeded bits.
18984         Use only int arithmetic. There is still double arithmetic when
18985         calculating the intercept that needs fixing. Return boolean to
18986         indicate success; FALSE would mean the domain or range is too
18987         great. Still needs fixes.
18988
18989 2005-11-18  Wim Taymans  <wim@fluendo.com>
18990
18991         * gst/base/gstbasesink.c: (gst_base_sink_get_position):
18992         For the current position in stream time, we need to subtract
18993         accumulated time.
18994         
18995         * gst/gstsystemclock.c: (gst_system_clock_async_thread):
18996         Release lock before calling the callback function of async
18997         entries.
18998
18999 2005-11-18  Andy Wingo  <wingo@pobox.com>
19000
19001         * gst/net/gstnetclientclock.c (gst_net_client_clock_class_init):
19002         Port goes all the way to MAXUINT16.
19003
19004         * gst/net/gstnettimeprovider.c: Make the port range the same as
19005         for the kernel: 0 assigns, otherwise ports are less than
19006         MAXUINT16.
19007
19008         * check/net/gstnettimeprovider.c: Adapt for 0 == kernel assigns
19009         port change.
19010
19011         * check/net/gstnetclientclock.c (test_functioning): Add the start
19012         of another test. 
19013
19014 2005-11-18  Wim Taymans  <wim@fluendo.com>
19015
19016         * gst/gstbin.c: (gst_bin_provide_clock_func), (gst_bin_add_func),
19017         (gst_bin_remove_func), (bin_bus_handler):
19018         * gst/gstbin.h:
19019         Removing a clock provider from a bin, triggers a clock lost message
19020         so that a new clock will be selected.
19021         Adding a clock to a bin triggers a clock provider message.
19022         Make sure we reselect a clock when we received a clock lost message.
19023         Keep a reference to the element that provided the clock.
19024
19025 2005-11-18  Andy Wingo  <wingo@pobox.com>
19026
19027         * gst/net/gstnetclientclock.c (gst_net_client_clock_new): Adjust
19028         the clock initially so it produces values around the base time.
19029         (gst_net_client_clock_class_init): Typo fix.
19030         (gst_net_client_clock_thread): Add note on when the socket gets
19031         closed.
19032
19033 2005-11-17  Wim Taymans  <wim@fluendo.com>
19034
19035         * gst/net/gstnetclientclock.c: (gst_net_client_clock_finalize):
19036         Free remote and local time arrays.
19037
19038 2005-11-17  Wim Taymans  <wim@fluendo.com>
19039
19040         * gst/net/gstnetclientclock.c: (do_linear_regression),
19041         (gst_net_client_clock_do_select), (gst_net_client_clock_thread):
19042         Fix compilation, uninitialized vars and a forgotten continue.
19043
19044 2005-11-17  Andy Wingo  <wingo@pobox.com>
19045
19046         * check/Makefile.am (check_PROGRAMS): 
19047         * check/net/gstnetclientclock.c: Add a most minimal test for the
19048         net client clock. More to come later.
19049
19050         * gst/net/gstnet.h: 
19051         * gst/net/Makefile.am: Add netclientclock.
19052
19053         * gst/net/gstnetclientclock.h:
19054         * gst/net/gstnetclientclock.c: New files, implement an untested
19055         GstClock that takes its time from a network time provider.
19056         Implements the algorithm in network-clock.scm.
19057
19058         * tests/network-clock.scm (*window-size*): Rename from
19059         *queue-length*.
19060         * tests/network-clock.scm (network-time): 
19061         * tests/network-clock-utils.scm (q-push): Update callers.
19062
19063 2005-11-17  Wim Taymans  <wim@fluendo.com>
19064
19065         * gst/gstbin.c: (gst_bin_provide_clock_func),
19066         (gst_bin_sort_iterator_new):
19067         And unref the child too..
19068
19069 2005-11-17  Wim Taymans  <wim@fluendo.com>
19070
19071         * gst/gstbin.c: (gst_bin_dispose), (gst_bin_provide_clock_func),
19072         (gst_bin_sort_iterator_new), (gst_bin_iterate_sorted):
19073         Refactor the sort iterator so it can be used while holding the
19074         LOCK too.
19075         Make clock selection select a clock closest to the source.
19076
19077 2005-11-17  Michael Smith <msmith@fluendo.com>
19078
19079         * gst/gstclock.c: (gst_clock_init), (gst_clock_adjust_unlocked),
19080         (gst_clock_set_rate_offset), (gst_clock_get_rate_offset):
19081         * gst/gstclock.h:
19082           Anonymous structs are a gcc (and some other compilers) extension, so
19083           don't use them. Since this is only for ABI-compatibility, and our
19084           API/ABI freeze is over in a few days, this whole thing will only
19085           last a few days, so don't bother trying to think up a meaningful
19086           name for the struct.
19087
19088 2005-11-17  Andy Wingo  <wingo@pobox.com>
19089
19090         * gst/gstclock.h (GstClock): Add rate and offset properties,
19091         preserving ABI stability. Add rate/offset accessors. Will file bug
19092         for the freeze break.
19093
19094         * gst/gstclock.c (gst_clock_adjust_unlocked): Implement using rate
19095         and offset, trying to keep precision and avoiding
19096         underflow/overflow.
19097         (gst_clock_set_rate_offset, gst_clock_get_rate_offset): New
19098         functions. Make gst_clock_set_time_adjust obsolete.
19099         (gst_clock_set_time_adjust): Note that this function is obsolete.
19100         Will file bug soon.
19101
19102         * gst/base/gstbasetransform.h: Make the ABI-stability hack
19103         greppable by using GST_PADDING-1+1.
19104
19105 2005-11-17  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
19106
19107         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19108
19109         * gst/gstmessage.c: (gst_message_parse_clock_lost):
19110           Assertion should check for CLOCK_LOST, not NEW_CLOCK (#321648).
19111
19112         * gst/gstpadtemplate.h:
19113         * gst/gstpluginfeature.h:
19114           Don't use c++ style comments in headers (#321638).
19115
19116 2005-11-16  Andy Wingo  <wingo@pobox.com>
19117
19118         * gst/net/gstnettimepacket.c (gst_net_time_packet_send): Free
19119         buffer.
19120
19121         * check/net/gstnettimeprovider.c: Check to see that the time
19122         provider actually provides times. Works, yo!
19123
19124 2005-11-16  Wim Taymans  <wim@fluendo.com>
19125
19126         * check/Makefile.am:
19127         Enable more tests.
19128
19129         * check/elements/fakesrc.c: (GST_START_TEST):
19130         Set element to NULL before disposing it.
19131
19132 2005-11-16  Andy Wingo  <wingo@pobox.com>
19133
19134         * gst/net/Makefile.am:
19135         * gst/net/gstnet.h:
19136         * gst/net/gstnettimeprovider.c: 
19137         * gst/net/gstnettimeprovider.h: Use the timepacket stuff in the
19138         provider, include it from gstnet.h, and add it to the build.
19139
19140         * gst/net/gstnettimepacket.h: 
19141         * gst/net/gstnettimepacket.c: New files, abstracts out the packet
19142         sending and receiving.
19143
19144 2005-11-16  Wim Taymans  <wim@fluendo.com>
19145
19146         * check/Makefile.am:
19147         Enable valgrind check.
19148
19149         * gst/elements/gstfakesrc.c: (gst_fake_src_alloc_parent),
19150         (gst_fake_src_alloc_buffer):
19151         Fix memleak.
19152
19153 2005-11-16  Wim Taymans  <wim@fluendo.com>
19154
19155         * gst/net/gstnettimeprovider.c: (gst_net_time_provider_finalize):
19156         Call parent finalize too.
19157
19158 2005-11-16  Wim Taymans  <wim@fluendo.com>
19159
19160         * check/Makefile.am:
19161         Enable valgrind check that should work fine now.
19162
19163         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init):
19164         * gst/gstqueue.c: (gst_queue_init):
19165         Fix memleaks in pad allocation.
19166
19167 2005-11-16  Andy Wingo  <wingo@pobox.com>
19168
19169         * gst/net/Makefile.am:
19170         * gst/net/gstnet.h: New part of core to hold network elements and
19171         objects. Put in core because it exposes API that applications want
19172         to use. The library is named libgstnet-tempname right now because
19173         of the existing libgstnet in gst-plugins-base. Solution is
19174         probably to rename the one in plugins-base; will file a bug for
19175         the freeze break.
19176
19177         * gst/net/gstnettimeprovider.c: 
19178         * gst/net/gstnettimeprovider.h: New object to export a GstClock's
19179         get_time call over the network.
19180
19181         * configure.ac: 
19182         * gst/Makefile.am (lib_LTLIBRARIES): Add gstnet to the build.
19183
19184         * check/Makefile.am:
19185         * check/net/gstnettimeprovider.c: A most minimal test suite. Will
19186         get additions shortly.
19187
19188 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19189
19190         * gst/gstpad.c: (gst_pad_new_from_static_template):
19191         * gst/gstpad.h:
19192           add gst_pad_new_from_static_template functions
19193         * gst/check/gstcheck.c: (gst_check_setup_src_pad),
19194         (gst_check_setup_sink_pad):
19195         * gst/elements/gsttee.c: (gst_tee_init):
19196           and use them
19197
19198 2005-11-16  Wim Taymans  <wim@fluendo.com>
19199
19200         * gst/gstpad.c: (gst_pad_pause_task):
19201         Removed warning, it's not really an error either.
19202
19203 2005-11-16  Wim Taymans  <wim@fluendo.com>
19204
19205         * gst/base/gstbasetransform.c:
19206         (gst_base_transform_prepare_output_buf),
19207         (gst_base_transform_event):
19208         Check if the caps are NULL, this can happen if the element
19209         is shutting down and the pad caps are set to NULL.
19210
19211 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19212
19213         * gst/elements/gsttee.c: (gst_tee_init):
19214           fix pad template leak in tee
19215
19216 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19217
19218         * gst/glib-compat.c: (g_value_dup_gst_object):
19219         * gst/glib-compat.h:
19220         * gst/gstpad.c: (gst_pad_set_property):
19221           use gst_object_ref when setting the pad template; this will
19222           trigger the pad template leaks on GLib 2.6 and the slaves
19223
19224 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19225
19226         * gst/glib-compat.c: (gst_flags_get_first_value):
19227         * gst/glib-compat.h:
19228         * gst/gstregistryxml.c:
19229           remove functions copied from GLib 2.6
19230
19231 2005-11-16  Michael Smith <msmith@fluendo.com>
19232
19233         * gst/Makefile.am:
19234           Don't link against VALGRIND_LIBS. That was always the wrong thing to
19235           do, but only breaks with newer valgrind versions. We're not a
19236           valgrind tool, we have no link-time dependencies on libcoregrind.
19237
19238 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19239
19240         * gst/base/gstbasesrc.c: (gst_base_src_default_negotiate):
19241           some debug changes
19242         * gst/gstmessage.h:
19243           typo fixes
19244
19245 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19246
19247         * gst/base/gstbasesrc.c: (gst_base_src_init):
19248         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init):
19249         * gst/gstqueue.c: (gst_queue_init):
19250         * gst/gstregistryxml.c: (load_feature):
19251           Revert all these unrefs, they don't even pass make check !
19252
19253 2005-11-15  Johan Dahlin  <johan@gnome.org>
19254
19255         * gst/base/gstbasesrc.c: (gst_base_src_init):
19256         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init):
19257         * gst/gstqueue.c: (gst_queue_init): 
19258         Free pad templates, fixes a couple of leaks.
19259
19260 2005-11-15  Daniel Fischer  <dan at f3c dot com>
19261
19262         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19263
19264         * gst/gstpad.c: (gst_pad_get_property):
19265           GST_PAD_PAD_TEMPLATE(pad) gets the pad template, while
19266           GST_PAD_TEMPLATE(pad) does a cast. We want the former here.
19267           (#321452)
19268
19269 2005-11-15  Wim Taymans  <wim@fluendo.com>
19270
19271         * gst/gstevent.c:
19272         Small doc update.
19273
19274 2005-11-15  Andy Wingo  <wingo@pobox.com>
19275
19276         * gst/gstelement.c (gst_element_set_base_time): Add debugging.
19277
19278         * gst/gstpipeline.c (gst_pipeline_set_new_stream_time): Document
19279         using GST_CLOCK_TIME_NONE to disable base time management.
19280         (do_pipeline_seek, gst_pipeline_change_state): Don't reset stream
19281         time if it was NONE before.
19282         (gst_pipeline_change_state): Only munge the base time if
19283         stream_time != GST_CLOCK_TIME_NONE.
19284
19285         * check/gst/gstpipeline.c (test_base_time): Punt around the
19286         problem of the probe not being called, because that's not the
19287         issue I'm looking at. Add a check that setting stream_time to NONE
19288         disables base time management.
19289         
19290 2005-11-15  Wim Taymans  <wim@fluendo.com>
19291
19292         * gst/base/gstbasesink.c: (gst_base_sink_change_state):
19293         segment_stop == -1 at startup.
19294
19295         * gst/base/gstbasetransform.c: (gst_base_transform_event),
19296         (gst_base_transform_change_state):
19297         Init segment values at start.
19298
19299 2005-11-15  Wim Taymans  <wim@fluendo.com>
19300
19301         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
19302         0 segment values are 0 in any format.
19303
19304         * gst/base/gstbasetransform.c: (gst_base_transform_event):
19305         * gst/base/gstbasetransform.h:
19306         Parse newsegment correctly in basetransform
19307
19308         * gst/elements/gstidentity.c: (gst_identity_transform_ip):
19309         Sync to clock using updated segment values.
19310
19311 2005-11-15  Andy Wingo  <wingo@pobox.com>
19312
19313         * check/gst/gstpipeline.c (test_base_time): Add check that the
19314         base time and stream time are reset correctly.
19315
19316 2005-11-15  Wim Taymans  <wim@fluendo.com>
19317
19318         * docs/design/part-TODO.txt:
19319         Some more TODO items.
19320
19321 2005-11-15  Andy Wingo  <wingo@pobox.com>
19322
19323         * gst/elements/gstfakesrc.c (gst_fake_src_create): It's not an
19324         error if the user selected "no clock" as the clocking method.
19325
19326         * check/gst/gstpipeline.c (test_base_time): New test for buffer
19327         timestamps with live capture.
19328
19329         * gst/elements/gstfakesrc.c (gst_fake_src_create): If the datarate
19330         is 0 but we are a live source, timestamp the buffers using the
19331         element's clock.
19332
19333 2005-11-14  Stefan Kost  <ensonic@users.sf.net>
19334
19335         * docs/gst/gstreamer-sections.txt:
19336         * gst/gsterror.c:
19337         * gst/gstghostpad.c:
19338         * gst/gstobject.h:
19339         * gst/gstxml.c:
19340           more section docs
19341
19342 2005-11-14  Wim Taymans  <wim@fluendo.com>
19343
19344         * common/gst.supp:
19345           add suppressions from Wim's Debian machine
19346
19347 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19348
19349         * common/gst.supp:
19350           add suppressions from Andy's AMD64 Ubuntu machine
19351
19352 2005-11-14  Andy Wingo  <wingo@pobox.com>
19353
19354         * gst/gstpad.c (gst_pad_set_active): Change docs; parent's
19355         STATE_LOCK not necessary. Fixes #311489.
19356
19357         * gst/gsterror.c (FILE_A_BUG): Be polite *and* helpful. Fixes
19358         #305291.
19359
19360         * gst/gstindex.c (gst_index_add_object): Note in the docs that
19361         this function is not implemented.
19362
19363 2005-11-14  Julien MOUTTE  <julien@moutte.net>
19364
19365         * gst/base/gstbasetransform.c:
19366         (gst_base_transform_prepare_output_buf):
19367         Ref the source pad caps while we need them.
19368         Fixes (#321386)
19369
19370 2005-11-11  Wim Taymans  <wim@fluendo.com>
19371
19372         * docs/gst/gstreamer-sections.txt:
19373         Added some docs for GstCollectData.
19374
19375         * gst/base/gstadapter.c:
19376         Some small code example fix.
19377
19378         * gst/base/gstcollectpads.c:
19379         * gst/base/gstcollectpads.h:
19380         Document some more.
19381
19382 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19383
19384         * configure.ac: back to HEAD
19385
19386 === release 0.9.5 ===
19387
19388 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19389
19390         * configure.ac:
19391           releasing 0.9.5, "Bike Lunch Day"
19392
19393 2005-11-11  Wim Taymans  <wim@fluendo.com>
19394
19395         * gst/gstbuffer.c: (_gst_buffer_copy):
19396         Copy more flags.
19397
19398         * gst/gstcaps.c: (gst_caps_is_equal):
19399         Fix some docs.
19400         Make _is_equal fast in the trivial cases.
19401
19402         * gst/gstminiobject.c:
19403         * gst/gstminiobject.h:
19404         More docs. Spifify .h file.
19405
19406         * gst/gstutils.c:
19407         Small doc update.
19408
19409 2005-11-11  Wim Taymans  <wim@fluendo.com>
19410
19411         * gst/base/gstbasetransform.c:
19412         (gst_base_transform_prepare_output_buf),
19413         (gst_base_transform_handle_buffer):
19414         Small cleanups.
19415         If we're processing a buffer and need to allocate an output
19416         buffer, we cannot accept a format change. If we did get a 
19417         format change, we have to alloc a buffer ourselves of the 
19418         right size.
19419
19420 2005-11-11  Wim Taymans  <wim@fluendo.com>
19421
19422         * gst/gstpad.c: (gst_pad_get_caps), (gst_pad_peer_get_caps):
19423         While checking the flag for reentrancy in the gstcaps function
19424         is nice to detect recursive invocations, it also makes it 
19425         impossible to call getcaps from multiple threads, which must be
19426         possible. So, checking for recursive calls has to go.
19427
19428 2005-11-11  Michael Smith <msmith@fluendo.com>
19429
19430         * gst/base/gstbasesink.c: (gst_base_sink_do_sync):
19431           Don't sync on buffers that fall partially outside our current
19432           segment. Prevents an assertion failure/abort playing some files.
19433
19434 2005-11-10  Andy Wingo  <wingo@pobox.com>
19435
19436         * check/gst/gstbin.c (test_message_state_changed_children): Style
19437         fix..
19438
19439         * gst/gstbus.c (poll_destroy, poll_func, gst_bus_poll): Implement
19440         gst_bus_poll with the signal watch. Ensures that poll and a signal
19441         watch see the same messages.
19442
19443         * check/gst/gstbus.c (test_watch_with_poll): New test, checks that
19444         a poll and a watch at the same time get the same messages.
19445
19446 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19447
19448         * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps):
19449         * gst/gstcaps.c: (gst_caps_intersect):
19450           Don't call gst_caps_do_simplify - it doesn't respect order of caps
19451           and it's not needed.
19452
19453 2005-11-10  Wim Taymans  <wim@fluendo.com>
19454
19455         * docs/design/part-TODO.txt:
19456         Updated todo.
19457
19458 2005-11-10  Wim Taymans  <wim@fluendo.com>
19459
19460         * gst/base/gstbasesink.c: (gst_base_sink_do_sync):
19461         * gst/base/gstbasesrc.c: (gst_base_src_wait),
19462         (gst_base_src_do_sync), (gst_base_src_get_range):
19463         Implement clock sync in base class.
19464
19465 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19466
19467         patch by: Tim-Philipp Müller <tim at centricular dot net>
19468
19469         * gst/gststructure.c: (gst_structure_parse_field),
19470         (gst_structure_from_string):
19471           Forward-port a 0.8 patch to handle escaped spaces in structure string,
19472           so that gst_parse_launch() can deal with spaces in filtered link
19473           caps (fixes #164479)
19474         * check/gst/capslist.h:
19475         * check/gst/gststructure.c: (GST_START_TEST):
19476           add unit tests for this change
19477
19478 2005-11-10  Wim Taymans  <wim@fluendo.com>
19479
19480         * docs/gst/gstreamer-sections.txt:
19481         * gst/gstelement.c:
19482         * gst/gstelement.h:
19483         Fix docs, move some STATE macros to private.
19484
19485 2005-11-10  Wim Taymans  <wim@fluendo.com>
19486
19487         * check/gst/gstghostpad.c: (GST_START_TEST), (gst_ghost_pad_suite):
19488         Added check for bug #317341
19489
19490         * gst/gstbuffer.c:
19491         * gst/gstbuffer.h:
19492         Some more spiffifying.
19493
19494         * gst/gstghostpad.c: (gst_ghost_pad_do_link):
19495         Call peer linkfunction if we are a source pad. Totally fixes
19496         #317341
19497
19498         * gst/gstpad.c:
19499         Update docs, source pads should call the peer linkfunction
19500         so they can atomically perform the pad link.
19501
19502 2005-11-09  Wim Taymans  <wim@fluendo.com>
19503
19504         * gst/gstbuffer.c:
19505         * gst/gstbuffer.h:
19506         Uber-spiffy-spiffify some more.
19507
19508 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19509
19510         * gst/base/gstcollectpads.c: (gst_collectpads_add_pad):
19511         * gst/elements/gstfilesink.c: (gst_file_sink_init):
19512         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init):
19513         * gst/gstghostpad.c: (gst_ghost_pad_set_internal),
19514         (gst_ghost_pad_init), (gst_ghost_pad_new_notarget):
19515         * gst/gstpad.c: (gst_pad_init):
19516           Use GST_DEBUG_FUNCPTR() more extensively.
19517
19518 2005-11-09  Wim Taymans  <wim@fluendo.com>
19519
19520         * gst/gstobject.c: (gst_object_class_init):
19521         * gst/gstobject.h:
19522         Documentation fixes.
19523
19524 2005-11-09  Edward Hervey  <edward@fluendo.com>
19525
19526         * gst/gsttypefindfactory.c:
19527         Fix docs.
19528         
19529 2005-11-09  Edward Hervey  <edward@fluendo.com>
19530
19531         * gst/base/gsttypefindhelper.c:
19532         * gst/gsttypefind.c:
19533         * gst/gsttypefind.h:
19534         Fix docs.
19535
19536 2005-11-09  Wim Taymans  <wim@fluendo.com>
19537
19538         * gst/gstiterator.c:
19539         Fix revision data.
19540
19541         * gst/gsttask.c:
19542         * gst/gsttask.h:
19543         Fix docs.
19544
19545 2005-11-09  Wim Taymans  <wim@fluendo.com>
19546
19547         * gst/gstevent.h:
19548         * gst/gsturi.h:
19549         Fix docs.
19550
19551 2005-11-09  Wim Taymans  <wim@fluendo.com>
19552
19553         * docs/gst/gstreamer-sections.txt:
19554         Moved the message async delivery private lock and cond
19555         to the private section.
19556
19557         * gst/gstmessage.c:
19558         * gst/gstmessage.h:
19559         Fixed docs.
19560
19561 2005-11-09  Edward Hervey  <edward@fluendo.com>
19562
19563         * docs/gst/gstreamer-sections.txt:
19564         * gst/gsturi.c:
19565         * gst/gsturi.h:
19566         Document GstURIHandler
19567
19568 2005-11-09  Wim Taymans  <wim@fluendo.com>
19569
19570         * gst/gstiterator.c: (gst_iterator_fold), (gst_iterator_foreach),
19571         (gst_iterator_find_custom):
19572         * gst/gstiterator.h:
19573         Fix iterator docs.
19574
19575 2005-11-09  Wim Taymans  <wim@fluendo.com>
19576
19577         * gst/gstbin.h:
19578         Document another field.
19579
19580         * gst/gststructure.c:
19581         * gst/gststructure.h:
19582         Document.
19583
19584 2005-11-09  Wim Taymans  <wim@fluendo.com>
19585
19586         * gst/gstbin.h:
19587         Documented structs.
19588
19589 2005-11-09  Wim Taymans  <wim@fluendo.com>
19590
19591         * docs/gst/gstreamer-sections.txt:
19592         Added some new macros.
19593
19594         * gst/gstclock.c:
19595         * gst/gstclock.h:
19596         * gst/gstobject.h:
19597         Docs updates.
19598
19599 2005-11-09  Wim Taymans  <wim@fluendo.com>
19600
19601         * docs/design/part-TODO.txt:
19602         Some more items for the TODO
19603
19604         * gst/gstcaps.c:
19605         * gst/gstcaps.h:
19606         Document GstCaps.
19607
19608 2005-11-09  Andy Wingo  <wingo@pobox.com>
19609
19610         * gst/base/gstbasesink.c: Add the beginning of docs here -- have
19611         to work on something else now tho...
19612
19613         * gst/base/gstadapter.c: More adapter docs.
19614
19615         * gst/elements/gstfilesink.c (gst_file_sink_start) 
19616         (gst_file_sink_stop): New functions, replace the state change
19617         handler.
19618         (gst_file_sink_class_init): Hook up the start and stop functions.
19619         (gst_file_sink_base_init): Don't set the state change handler any
19620         more. It was a bit ugly too, being set from here...
19621         (gst_file_sink_get_property, gst_file_sink_set_property):
19622         Cleanups...
19623         (gst_file_sink_set_location): More robust check that doesn't call
19624         GST_STATE. Ugggggg.
19625
19626 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
19627
19628         * gst/base/gstbasetransform.c: (gst_base_transform_event):
19629           Hold STREAM_LOCK while pushing newsegment or tag events as well.
19630
19631 2005-11-08  Wim Taymans  <wim@fluendo.com>
19632
19633         * gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_empty),
19634         (gst_base_sink_do_sync), (gst_base_sink_handle_event),
19635         (gst_base_sink_chain), (gst_base_sink_change_state):
19636         * gst/base/gstbasesink.h:
19637         * gst/base/gstbasesrc.h:
19638         * gst/gstelement.h:
19639         * gst/gstevent.h:
19640         Avoid excessive typechecking in macros.
19641
19642         * gst/gstminiobject.c: (gst_mini_object_get_type),
19643         (gst_mini_object_init), (gst_mini_object_new),
19644         (gst_mini_object_free):
19645         * gst/gstobject.c: (gst_object_class_init), (gst_object_init),
19646         (gst_object_finalize):
19647         Remove cruft code, optimize alloc_trace.
19648
19649 2005-11-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19650
19651         * docs/faq/gst-uninstalled:
19652           fix up PS1 for systems that try to reset it
19653
19654 2005-11-07  Wim Taymans  <wim@fluendo.com>
19655
19656         * gst/base/gstbasesrc.c: (gst_base_src_init),
19657         (gst_base_src_get_range):
19658         Set the segment_end to -1 initially. Fixed typefind.
19659
19660 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19661
19662         * gst/base/gstadapter.c:
19663           Debug category should be 'adapter', not 'GstAdapter'.
19664           
19665         * gst/base/gstcollectpads.c: (gst_collectpads_base_init),
19666         (gst_collectpads_class_init), (gst_collectpads_init),
19667         (gst_collectpads_peek), (gst_collectpads_pop),
19668         (gst_collectpads_event), (gst_collectpads_chain):
19669           Add debug category and some debugging output. Use boilerplate
19670           macros. Remove some extraneous words from docs.
19671
19672 2005-11-05  Andy Wingo  <wingo@pobox.com>
19673
19674         * gst/base/gstpushsrc.c: Shorten by 30% via use of boilerplate
19675         macro.
19676
19677 2005-11-04  Stefan Kost  <ensonic@users.sf.net>
19678
19679         * docs/gst/gstreamer-sections.txt:
19680         * gst/gstcaps.h:
19681         * gst/gstinfo.c:
19682         * gst/gstminiobject.h:
19683         * gst/gstobject.h:
19684         * gst/gstutils.h:
19685           more docs added
19686
19687 2005-11-04  Wim Taymans  <wim@fluendo.com>
19688
19689         * gst/base/gstbasesrc.c: (gst_base_src_get_range):
19690         Small update to stop at the configured segment_end
19691         position.
19692
19693 2005-11-04  Stefan Kost  <ensonic@users.sf.net>
19694
19695         * gst/gstregistry.c:
19696         * gst/gstregistry.h:
19697           added missing docs
19698
19699 2005-11-04  Edward Hervey  <edward@fluendo.com>
19700
19701         * gst/base/gstbasesrc.c: (gst_base_src_get_range):
19702         Check if we are doing a segment seek and have arrived at the
19703         end of that segment.
19704
19705 2005-11-04  Wim Taymans  <wim@fluendo.com>
19706
19707         * gst/gstbus.c: (gst_bus_post), (gst_bus_set_sync_handler):
19708         Don't leak a mutex unlock in case of an error.
19709
19710         * gst/gstbus.h:
19711         Doc fixes.
19712
19713 2005-11-04  Wim Taymans  <wim@fluendo.com>
19714
19715         * gst/gstbus.c: (gst_bus_class_init), (gst_bus_init),
19716         (gst_bus_post):
19717         Get the context to wake up only once.
19718
19719 2005-11-03  Wim Taymans  <wim@fluendo.com>
19720
19721         * check/states/sinks.c: (GST_START_TEST):
19722         Uncomment fixed check.
19723
19724         * docs/design/part-TODO.txt:
19725         Updated TODO.
19726
19727         * gst/base/gstbasesink.c: (gst_base_sink_commit_state),
19728         (gst_base_sink_handle_object), (gst_base_sink_do_sync),
19729         (gst_base_sink_get_position):
19730         If we are going to PLAYING, post the right pending state
19731         when we post the intermediate paused message.
19732
19733         * gst/gstelement.c: (gst_element_continue_state),
19734         (gst_element_set_state_func), (gst_element_change_state):
19735         Don't post state changes that were between the same state
19736         and were not ASYNC.
19737
19738 2005-11-03  Stefan Kost  <ensonic@users.sf.net>
19739
19740         * docs/gst/gstreamer-sections.txt:
19741         * gst/gstcaps.h:
19742         * gst/gstinfo.c:
19743         * gst/gstminiobject.h:
19744         * gst/gstobject.h:
19745         * gst/gstutils.h:
19746           more docs and doc style fixes
19747
19748 2005-11-03  Stefan Kost  <ensonic@users.sf.net>
19749
19750         * docs/gst/gstreamer-sections.txt:
19751         * gst/gstelement.c:
19752         * gst/gstminiobject.c:
19753         doc fixes
19754
19755 2005-11-03  Andy Wingo  <wingo@pobox.com>
19756
19757         * check/states/sinks.c (test_livesrc_sink): Add checks that the
19758         state-changed messages actually have the right order and the right
19759         values.
19760
19761 2005-11-03  Wim Taymans  <wim@fluendo.com>
19762
19763         * check/states/sinks.c: (GST_START_TEST), (gst_object_suite):
19764         Added some more checks. Specifically the case where NO_PREROLL
19765         elements are in the pipeline.
19766
19767         * gst/base/gstbasesink.c: (gst_base_sink_commit_state),
19768         (gst_base_sink_handle_object), (gst_base_sink_do_sync),
19769         (gst_base_sink_get_position):
19770         Post READY->PAUSED state change messages too.
19771         Fix bug where VOID was posted as pending state...
19772
19773         * gst/gstbin.c: (gst_bin_recalc_state):
19774         use _element_continue_state() to continue the state change.
19775
19776         * gst/gstelement.c: (gst_element_continue_state),
19777         (gst_element_commit_state), (gst_element_set_state_func),
19778         (gst_element_change_state), (gst_element_change_state_func):
19779         Lots of state change cleanups, assign the STATE_RETURN in
19780         a new continue_state() function that also propagates the
19781         last return value from a state change to the app.
19782         Update some debug statements with proper category.
19783
19784 2005-11-03  Wim Taymans  <wim@fluendo.com>
19785
19786         * docs/design/part-events.txt:
19787         * docs/design/part-gstpipeline.txt:
19788         * docs/design/part-messages.txt:
19789         * docs/design/part-overview.txt:
19790         * docs/design/part-seeking.txt:
19791         * docs/design/part-states.txt:
19792         * docs/design/part-trickmodes.txt:
19793         * docs/manual/advanced-position.xml:
19794         Small docs updates.
19795
19796         * gst/gstobject.h:
19797         People think !! is ugly, this looks better.
19798
19799         * gst/gstpad.c: (gst_pad_set_blocked_async):
19800         Remove !! since it's fixed elsewhere now.
19801
19802 2005-11-03  Tim-Philipp Müller  <tim at centricular dot net>
19803
19804         * gst/gstminiobject.h:
19805         * gst/gstobject.h:
19806           Add !! to _FLAG_IS_SET macros to make the result boolean.
19807
19808 2005-11-03  Edward Hervey  <edward@fluendo.com>
19809
19810         * gst/gstpad.c: (gst_pad_set_blocked_async):
19811         comparing a flag and a gboolean rarely returns coherent results...
19812         Added two characters (!!) to make that work correctly.
19813         
19814 2005-11-03  Tim-Philipp Müller  <tim at centricular dot net>
19815
19816         * gst/gstbus.c: (gst_bus_class_init):
19817           Fix some typos.
19818           
19819         * gst/gstqueue.c: (gst_queue_loop):
19820           Don't assume a miniobject that isn't a buffer is an
19821           event (it could be that there is a refcounting
19822           problem somewhere and the pointer is stale and
19823           refers to an already destroyed miniobject).
19824
19825 2005-11-03  Julien MOUTTE  <julien@moutte.net>
19826
19827         * gst/gstpad.c: (gst_pad_alloc_buffer): Fix some typos.
19828
19829 2005-11-03  Tim-Philipp Müller  <tim at centricular dot net>
19830
19831         * docs/manual/advanced-position.xml:
19832           Update seek example and explanations to current 0.9 API.
19833
19834         * gst/elements/gsttypefindelement.c:
19835         (gst_type_find_element_activate):
19836           Remove FIXME comment now that the found caps
19837           are unreffed.
19838
19839 2005-11-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19840
19841         * gst/gstregistryxml.c: (load_feature):
19842           Add another GST_STR_NULL instance
19843
19844 2005-11-02  Edward Hervey  <edward@fluendo.com>
19845
19846         * gst/gstpad.c: (handle_pad_block):
19847         Follow-up to Wim's patch, solves deadlock for blocked and flushing pads
19848         
19849 2005-11-02  Wim Taymans  <wim@fluendo.com>
19850
19851         * gst/gstbin.c:
19852         Fix typo in docs.
19853
19854         * gst/gstelement.c: (gst_element_commit_state):
19855         Remove unused value.
19856
19857         * gst/gstiterator.c:
19858         Mention that the returned element is reffed in the docs.
19859
19860 2005-11-02  Wim Taymans  <wim@fluendo.com>
19861
19862         * gst/gstpad.c: (gst_pad_alloc_buffer), (handle_pad_block),
19863         (gst_pad_push), (gst_pad_push_event):
19864         Unlock blocked pads when they are flushed.
19865
19866 2005-11-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19867
19868         * docs/README:
19869         * docs/gst/gstreamer-sections.txt:
19870         * gst/gstbin.c:
19871           doc updates
19872         * gst/gstregistry.c: (gst_registry_scan_path_level):
19873           fix for a nasty little missed situation where an installed plug-in
19874           which was in the cache did not get overridden by an uninstalled one
19875           which was earlier in the plugin path because the newly created plugin
19876           for the uninstalled one (not in the registry) didn't get its
19877           ->registered set to TRUE
19878
19879 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
19880
19881         * gst/base/gstcollectpads.c: (gst_collectpads_set_function),
19882         (gst_collectpads_add_pad), (gst_collectpads_remove_pad),
19883         (gst_collectpads_is_active), (gst_collectpads_collect),
19884         (gst_collectpads_collect_range), (gst_collectpads_start),
19885         (gst_collectpads_stop), (gst_collectpads_peek),
19886         (gst_collectpads_pop), (gst_collectpads_available),
19887         (gst_collectpads_read), (gst_collectpads_flush):
19888           Guard public API with assertions.
19889         
19890         * gst/gstpad.c:
19891           Fix docs for gst_pad_set_link_function().
19892
19893 2005-11-02  Johan Dahlin  <johan@gnome.org>
19894
19895         * gst/elements/gsttypefindelement.c (gst_type_find_element_activate): 
19896         Unref found_caps after we used it.
19897
19898 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
19899
19900         * gst/base/gstcollectpads.c: (gst_collectpads_peek):
19901           Don't try to ref NULL.
19902
19903 2005-11-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19904
19905         * win32/common/config.h.in:
19906           provide a GST_FUNCTION that just gives a string for now
19907
19908 2005-11-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19909
19910         * win32/common/gstenumtypes.c: (register_gst_object_flags),
19911         (gst_object_flags_get_type), (register_gst_bin_flags),
19912         (gst_bin_flags_get_type), (register_gst_buffer_flag),
19913         (gst_buffer_flag_get_type), (register_gst_bus_flags),
19914         (gst_bus_flags_get_type), (register_gst_bus_sync_reply),
19915         (gst_bus_sync_reply_get_type), (register_gst_clock_return),
19916         (gst_clock_return_get_type), (register_gst_clock_entry_type),
19917         (gst_clock_entry_type_get_type), (register_gst_clock_flags),
19918         (gst_clock_flags_get_type), (register_gst_state),
19919         (gst_state_get_type), (register_gst_state_change_return),
19920         (gst_state_change_return_get_type), (register_gst_state_change),
19921         (gst_state_change_get_type), (register_gst_element_flags),
19922         (gst_element_flags_get_type), (register_gst_core_error),
19923         (gst_core_error_get_type), (register_gst_library_error),
19924         (gst_library_error_get_type), (register_gst_resource_error),
19925         (gst_resource_error_get_type), (register_gst_stream_error),
19926         (gst_stream_error_get_type), (register_gst_event_type),
19927         (gst_event_type_get_type), (register_gst_seek_type),
19928         (gst_seek_type_get_type), (register_gst_seek_flags),
19929         (gst_seek_flags_get_type), (register_gst_format),
19930         (gst_format_get_type), (register_gst_index_certainty),
19931         (gst_index_certainty_get_type), (register_gst_index_entry_type),
19932         (gst_index_entry_type_get_type),
19933         (register_gst_index_lookup_method),
19934         (gst_index_lookup_method_get_type), (register_gst_assoc_flags),
19935         (gst_assoc_flags_get_type), (register_gst_index_resolver_method),
19936         (gst_index_resolver_method_get_type), (register_gst_index_flags),
19937         (gst_index_flags_get_type), (register_gst_debug_level),
19938         (gst_debug_level_get_type), (register_gst_debug_color_flags),
19939         (gst_debug_color_flags_get_type), (register_gst_iterator_result),
19940         (gst_iterator_result_get_type), (register_gst_iterator_item),
19941         (gst_iterator_item_get_type), (register_gst_message_type),
19942         (gst_message_type_get_type), (register_gst_mini_object_flags),
19943         (gst_mini_object_flags_get_type), (register_gst_pad_link_return),
19944         (gst_pad_link_return_get_type), (register_gst_flow_return),
19945         (gst_flow_return_get_type), (register_gst_activate_mode),
19946         (gst_activate_mode_get_type), (register_gst_pad_direction),
19947         (gst_pad_direction_get_type), (register_gst_pad_flags),
19948         (gst_pad_flags_get_type), (register_gst_pad_presence),
19949         (gst_pad_presence_get_type), (register_gst_pad_template_flags),
19950         (gst_pad_template_flags_get_type), (register_gst_pipeline_flags),
19951         (gst_pipeline_flags_get_type), (register_gst_plugin_error),
19952         (gst_plugin_error_get_type), (register_gst_plugin_flags),
19953         (gst_plugin_flags_get_type), (register_gst_rank),
19954         (gst_rank_get_type), (register_gst_query_type),
19955         (gst_query_type_get_type), (register_gst_tag_merge_mode),
19956         (gst_tag_merge_mode_get_type), (register_gst_tag_flag),
19957         (gst_tag_flag_get_type), (register_gst_task_state),
19958         (gst_task_state_get_type), (register_gst_alloc_trace_flags),
19959         (gst_alloc_trace_flags_get_type),
19960         (register_gst_type_find_probability),
19961         (gst_type_find_probability_get_type), (register_gst_uri_type),
19962         (gst_uri_type_get_type), (register_gst_parse_error),
19963         (gst_parse_error_get_type):
19964         * win32/common/gstversion.h:
19965           update win32 copies
19966
19967 2005-11-01  Luca Ognibene  <luogni@tin.it>
19968
19969         * gst/gst.c:
19970           fix docs. popt is dead, long live GOption.
19971
19972 2005-10-31  Wim Taymans  <wim@fluendo.com>
19973
19974         * gst/gstbuffer.h:
19975         Small doc fix.
19976
19977 2005-10-31  Andy Wingo  <wingo@pobox.com>
19978
19979         * Boo!
19980
19981         * gst/gstqueue.c (gst_queue_chain): Fix downstream leaky mode.
19982
19983         * gst/gstobject.c (gst_object_dispatch_properties_changed): No
19984         need to serialize property notifications on GLib 2.8. GLib 2.6 has
19985         the possibility of deadlocks here if code calling notify() or
19986         set() has a lock that can be taken in another notify handler (ABBA
19987         with class lock and e.g. python GIL state lock).
19988
19989 2005-10-28  Julien MOUTTE  <julien@moutte.net>
19990
19991         * gst/gstbus.c: Doc updates.
19992
19993 2005-10-28  Wim Taymans  <wim@fluendo.com>
19994
19995         * docs/design/part-TODO.txt:
19996         * gst/gstiterator.c:
19997         * gst/gstsystemclock.c:
19998         * gst/gstsystemclock.h:
19999         Doc updates.
20000
20001 2005-10-28  Edward Hervey  <edward@fluendo.com>
20002
20003         * docs/gst/gstreamer-docs.sgml:
20004         * docs/gst/gstreamer-sections.txt:
20005         the GstURIType documentation page is private, it only defines GstURIType
20006         which should be defined in the GstURIHandler page
20007         
20008 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20009
20010         * gst/gstbin.c: (gst_bin_class_init):
20011         * gst/gstbin.h:
20012         * gst/gstutils.c:
20013         Documentation updates.
20014
20015 2005-10-28  Wim Taymans  <wim@fluendo.com>
20016
20017         * docs/gst/gstreamer-sections.txt:
20018         * gst/gstclock.c:
20019         * gst/gstclock.h:
20020         Documented the clocks.
20021
20022 2005-10-28  Stefan Kost  <ensonic@users.sf.net>
20023
20024         * docs/gst/gstreamer-sections.txt:
20025           move some macros to private sections
20026         * gst/gstminiobject.c:
20027         * gst/gstminiobject.h:
20028           add descriptions provided by ds and some more
20029         * gst/gstpad.h:
20030           mark macro as to be removed
20031
20032 2005-10-28  Wim Taymans  <wim@fluendo.com>
20033
20034         * docs/design/part-TODO.txt:
20035         Add an item to TODO.
20036
20037         * gst/gstiterator.c: (gst_iterator_fold),
20038         (gst_iterator_find_custom):
20039         * gst/gstiterator.h:
20040         Add iterator docs.
20041
20042 2005-10-28  Wim Taymans  <wim@fluendo.com>
20043
20044         * gst/base/gstbasetransform.c: (gst_base_transform_class_init),
20045         (gst_base_transform_init):
20046         Don't leak class.
20047
20048         * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_loop):
20049         An EOS event marks the queue as completely filled.
20050
20051 2005-10-27  Wim Taymans  <wim@fluendo.com>
20052
20053         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
20054         (gst_base_sink_do_sync), (gst_base_sink_get_position):
20055         Some more debugging.
20056
20057         * gst/base/gstbasetransform.c: (gst_base_transform_finalize),
20058         (gst_base_transform_init), (gst_base_transform_buffer_alloc),
20059         (gst_base_transform_event), (gst_base_transform_getrange),
20060         (gst_base_transform_chain):
20061         * gst/base/gstbasetransform.h:
20062         Fix debugging,
20063         Protect transform and concurrent buffer alloc with a new lock.
20064         Try not to break ABI/API.
20065
20066 2005-10-27  Wim Taymans  <wim@fluendo.com>
20067
20068         * gst/base/gstbasesrc.c: (gst_base_src_class_init),
20069         (gst_base_src_init), (gst_base_src_query),
20070         (gst_base_src_default_newsegment),
20071         (gst_base_src_configure_segment), (gst_base_src_do_seek),
20072         (gst_base_src_send_event), (gst_base_src_event_handler),
20073         (gst_base_src_pad_get_range), (gst_base_src_loop),
20074         (gst_base_src_unlock), (gst_base_src_default_negotiate),
20075         (gst_base_src_start), (gst_base_src_deactivate),
20076         (gst_base_src_activate_push), (gst_base_src_change_state):
20077         Move some stuff around and cleanup things.
20078
20079 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20080
20081         * gst/base/gstbasesrc.c: (gst_base_src_query):
20082           Add missing break statements.
20083
20084 2005-10-27  Wim Taymans  <wim@fluendo.com>
20085
20086         * check/gst/gstbin.c: (GST_START_TEST):
20087         An extra refcount is taken in basesrc.
20088
20089         * gst/base/gstbasesrc.c: (gst_base_src_init), (gst_base_src_query),
20090         (gst_base_src_get_range), (gst_base_src_pad_get_range),
20091         (gst_base_src_loop):
20092         Small cleanups, check for flushing after being unlocked from the 
20093         LIVE_LOCK. take refcounts correctly (not yet everywhere).
20094         Don't send out EOS when going to READY.
20095
20096 2005-10-27  Wim Taymans  <wim@fluendo.com>
20097
20098         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
20099         (gst_base_sink_get_position):
20100         Some more debug.
20101
20102         * gst/gstbin.c: (message_check), (bin_replace_message),
20103         (bin_remove_messages), (is_eos), (gst_bin_add_func),
20104         (update_degree), (gst_bin_sort_iterator_next), (bin_bus_handler),
20105         (bin_query_duration_init), (bin_query_duration_fold),
20106         (bin_query_duration_done), (bin_query_generic_fold),
20107         (gst_bin_query):
20108         * tools/gst-launch.c: (main):
20109         Remove old option.
20110
20111 2005-10-26  Stefan Kost  <ensonic@users.sf.net>
20112
20113         * examples/controller/audio-example.c: (main):
20114         * examples/queue/queue.c: (event_loop):
20115         * gst/base/gstbasetransform.h:
20116         * gst/gstelement.c: (gst_element_send_event):
20117         * gst/gstevent.h:
20118         * gst/gstpad.c: (gst_pad_send_event):
20119           fixing examples
20120           fixing docs typos
20121           changing log priority in error situations
20122
20123 2005-10-25  Wim Taymans  <wim@fluendo.com>
20124
20125         * gst/gstbin.c: (message_check), (bin_replace_message),
20126         (bin_remove_messages), (is_eos), (gst_bin_add_func),
20127         (update_degree), (gst_bin_sort_iterator_next), (bin_bus_handler),
20128         (bin_query_duration_init), (bin_query_duration_fold),
20129         (bin_query_duration_done), (bin_query_generic_fold),
20130         (gst_bin_query):
20131         Some doc and debug updates.
20132         Cache previously requested query DURATION for speed. invalidate
20133         cached duration if element posts a DURATION message.
20134
20135 2005-10-25  Wim Taymans  <wim@fluendo.com>
20136
20137         * docs/design/part-TODO.txt:
20138         Update TODO.
20139
20140         * gst/gstbin.c: (message_check), (bin_replace_message),
20141         (bin_remove_messages), (is_eos), (gst_bin_add_func),
20142         (update_degree), (gst_bin_sort_iterator_next), (bin_bus_handler),
20143         (bin_query_duration_init), (bin_query_duration_fold),
20144         (bin_query_duration_done), (bin_query_generic_fold),
20145         (gst_bin_query):
20146         Handle SEGMENT_START/DONE messages correctly.
20147         More evolved query algorithm that handles duration queries
20148         correctly.
20149
20150         * gst/gstelement.c: (gst_element_send_event), (gst_element_query),
20151         (gst_element_get_state_func), (gst_element_abort_state),
20152         (gst_element_commit_state), (gst_element_lost_state):
20153         Some more debugging.
20154
20155         * gst/gstmessage.h:
20156         Added doc.
20157
20158 2005-10-25  Wim Taymans  <wim@fluendo.com>
20159
20160         * gst/base/gstbasesink.c: (gst_base_sink_get_position):
20161         Don't use invalid stream_time.
20162
20163         * gst/gstevent.c: (gst_event_new_newsegment):
20164         stream_time in newsegment cannot be undefined.
20165
20166 2005-10-24  Wim Taymans  <wim@fluendo.com>
20167
20168         * gst/gstbus.c:
20169         Doc fix.
20170
20171         * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
20172         (gst_queue_loop):
20173         Fix potential deadlock when QUEUE_LOCK is taken before STREAM_LOCK.
20174
20175 2005-10-24  Stefan Kost  <ensonic@users.sf.net>
20176
20177         * docs/libs/tmpl/gstdparam.sgml:
20178         * docs/libs/tmpl/gstdplinint.sgml:
20179         * docs/libs/tmpl/gstdpman.sgml:
20180         * docs/libs/tmpl/gstdpsmooth.sgml:
20181         * docs/libs/tmpl/gstunitconvert.sgml:
20182           these are obsolete
20183
20184 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20185
20186         * configure.ac:
20187           back to HEAD
20188
20189 === release 0.9.4 ===
20190
20191 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20192
20193         * configure.ac:
20194           releasing 0.9.4, "Tyrannosaurus Rex"
20195
20196 2005-10-23  Tim-Philipp Müller  <tim at centricular dot net>
20197
20198         * gst/elements/gstfilesink.c: (gst_file_sink_do_seek),
20199         (gst_file_sink_get_current_offset):
20200           Use fseeko() and ftello() if available. When falling back on
20201           lseek() to get the current offset, fflush() first to make sure
20202           everything is up-to-date and we get the right offset.
20203
20204 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20205
20206         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
20207         * gst/base/gstbasesrc.c: (gst_base_src_loop):
20208         * gst/gsterror.c: (_gst_stream_errors_init):
20209         * gst/gsterror.h:
20210         * gst/gstqueue.c: (gst_queue_loop):
20211         * po/POTFILES.in:
20212           remove prematurely added error category and clean up the instances
20213
20214 2005-10-21  Wim Taymans  <wim@fluendo.com>
20215
20216         * gst/base/gstbasesink.c: (gst_base_sink_commit_state),
20217         (gst_base_sink_get_position), (gst_base_sink_query),
20218         (gst_base_sink_change_state):
20219         Simply set the right flag when going to playing, that's all
20220         we need to do instead of calling a function inside the object
20221         lock (that could take the lock as well and deadlock)
20222
20223 2005-10-21  Wim Taymans  <wim@fluendo.com>
20224
20225         * gst/base/gstbasesrc.c: (gst_base_src_do_seek),
20226         (gst_base_src_loop):
20227         Don't warn, the peer element knows what to do best when
20228         the seek failed, it might try something else.
20229
20230 2005-10-21  Wim Taymans  <wim@fluendo.com>
20231
20232         * gst/base/gstbasesrc.c: (gst_base_src_init),
20233         (gst_base_src_do_seek), (gst_base_src_loop), (gst_base_src_start):
20234         Fix seeking.
20235
20236 2005-10-21  Wim Taymans  <wim@fluendo.com>
20237
20238         * docs/design/part-segments.txt:
20239         More docs.
20240
20241         * gst/elements/gstcapsfilter.c: (gst_capsfilter_prepare_buf):
20242         Correctly set caps, even on the subbufer.
20243
20244 2005-10-21  Wim Taymans  <wim@fluendo.com>
20245
20246         * docs/gst/gstreamer-docs.sgml:
20247         * docs/gst/gstreamer-sections.txt:
20248         * gst/gstelement.h:
20249         * gst/gstevent.c:
20250         * gst/gstevent.h:
20251         * gst/gstmessage.h:
20252         * gst/gstpad.h:
20253         * gst/gstparse.h:
20254         * gst/gsttask.c: (gst_task_finalize), (gst_task_func):
20255         * gst/gsttask.h:
20256         * gst/gstutils.c:
20257         * gst/gstutils.h:
20258         And 2% more doc coverage.
20259
20260 2005-10-21  Andy Wingo  <wingo@pobox.com>
20261
20262         * gst/base/gstbasesrc.c (gst_base_src_query): Clean up percent
20263         position reporting.
20264
20265 2005-10-20  Wim Taymans  <wim@fluendo.com>
20266
20267         * gst/gsterror.c: (gst_error_get_message):
20268         * gst/gstparse.h:
20269         * gst/gstquery.h:
20270         * gst/gststructure.c:
20271         * gst/gsttrace.c:
20272         * gst/gstutils.c:
20273         More docs.
20274
20275 2005-10-20  Wim Taymans  <wim@fluendo.com>
20276
20277         * gst/gstbuffer.h:
20278         * gst/gstpad.c:
20279         * gst/gstparse.c:
20280         Another 1% more coverage.
20281
20282 2005-10-20  Wim Taymans  <wim@fluendo.com>
20283
20284         * docs/gst/gstreamer-sections.txt:
20285         * gst/gstelement.c: (gst_element_get_state_func),
20286         (gst_element_abort_state), (gst_element_commit_state),
20287         (gst_element_lost_state):
20288         * gst/gstevent.h:
20289         * gst/gstquery.c: (gst_query_set_position),
20290         (gst_query_parse_position), (gst_query_set_duration),
20291         (gst_query_parse_duration), (gst_query_new_convert):
20292         * gst/gstutils.c:
20293         Yay! 1% more docs coverage.
20294
20295 2005-10-20  Wim Taymans  <wim@fluendo.com>
20296
20297         * gst/gstpad.h:
20298         * gst/gstquery.c: (gst_query_set_position),
20299         (gst_query_parse_position), (gst_query_set_duration),
20300         (gst_query_parse_duration), (gst_query_new_convert):
20301         * gst/gstquery.h:
20302         * gst/gstutils.c: (gst_element_query_convert):
20303         * gst/gstutils.h:
20304         Docs and consistency fixes.
20305
20306 2005-10-20  Wim Taymans  <wim@fluendo.com>
20307
20308         * gst/gsttask.c:
20309         * gst/gsttask.h:
20310         More docs.
20311
20312 2005-10-20  Wim Taymans  <wim@fluendo.com>
20313
20314         * gst/gstbin.c: (message_check), (bin_replace_message),
20315         (bin_remove_messages), (is_eos), (gst_bin_add_func),
20316         (update_degree), (gst_bin_sort_iterator_next),
20317         (gst_bin_change_state_func), (gst_bin_dispose), (bin_bus_handler):
20318         Reworked the message handling a bit, cache the messages instead of
20319         only the senders. alows us to do more in the future.
20320
20321 2005-10-20  Wim Taymans  <wim@fluendo.com>
20322
20323         * docs/design/part-TODO.txt:
20324         Update TODO
20325
20326         * gst/base/gstbasesink.c: (gst_base_sink_get_position),
20327         (gst_base_sink_query):
20328         Don't use clock time to report position when in EOS.
20329
20330 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20331
20332         * tools/gst-inspect.c: (print_interfaces),
20333         (print_element_properties_info), (print_element_info):
20334           Fix interface output with gst-inspect -a; don't print
20335           newlines after double/float properties.
20336
20337 2005-10-20  Wim Taymans  <wim@fluendo.com>
20338
20339         * gst/base/gstbasesink.c: (gst_base_sink_get_position),
20340         (gst_base_sink_query):
20341         Speed up current position calculation.
20342
20343         * gst/base/gstbasesrc.c: (gst_base_src_query),
20344         (gst_base_src_default_newsegment):
20345         Correctly set stream position in newsegment.
20346
20347         * gst/gstbin.c: (gst_bin_add_func), (add_to_queue),
20348         (update_degree), (gst_bin_sort_iterator_next),
20349         (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free):
20350         * gst/gstmessage.c: (gst_message_new_custom):
20351         Clean up debugging info
20352
20353         * gst/gstqueue.c: (gst_queue_link_src), (gst_queue_chain),
20354         (gst_queue_loop), (gst_queue_handle_src_query):
20355         Pause task faster.
20356
20357 2005-10-19  Wim Taymans  <wim@fluendo.com>
20358
20359         * gst/base/gstbasesink.c: (gst_base_sink_commit_state),
20360         (gst_base_sink_handle_object), (gst_base_sink_query), (do_playing):
20361         Fix query handling again.
20362
20363 2005-10-19  Wim Taymans  <wim@fluendo.com>
20364
20365         * gst/base/gstbasesink.c: (gst_base_sink_commit_state),
20366         (gst_base_sink_handle_object), (gst_base_sink_query), (do_playing):
20367         * gst/base/gstbasesrc.c: (gst_base_src_query):
20368         * gst/elements/gstfilesink.c: (gst_file_sink_query):
20369         * gst/elements/gsttypefindelement.c:
20370         (gst_type_find_handle_src_query), (find_element_get_length),
20371         (gst_type_find_element_activate):
20372         API change fix.
20373
20374         * gst/gstquery.c: (gst_query_new_position),
20375         (gst_query_set_position), (gst_query_parse_position),
20376         (gst_query_new_duration), (gst_query_set_duration),
20377         (gst_query_parse_duration), (gst_query_set_segment),
20378         (gst_query_parse_segment):
20379         * gst/gstquery.h:
20380         Bundling query position/duration is not a good idea since duration
20381         does not change much and we don't want to recalculate it for every
20382         position query, so they are separated again..
20383         Base value in segment query is not needed.
20384
20385         * gst/gstqueue.c: (gst_queue_handle_src_query):
20386         * gst/gstutils.c: (gst_element_query_position),
20387         (gst_element_query_duration), (gst_pad_query_position),
20388         (gst_pad_query_duration):
20389         * gst/gstutils.h:
20390         Updates for query API change.
20391         Added some docs here and there.
20392
20393 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20394
20395         * check/gst/gstbin.c: (GST_START_TEST):
20396         * check/gst/gstghostpad.c: (GST_START_TEST):
20397         * check/pipelines/cleanup.c: (GST_START_TEST):
20398           wait on thread to die so we can check refcount correctly
20399
20400 2005-10-18  Wim Taymans  <wim@fluendo.com>
20401
20402         * check/pipelines/stress.c: (GST_START_TEST):
20403         Make check a little more time consuming.
20404
20405 2005-10-18  Wim Taymans  <wim@fluendo.com>
20406
20407         * check/Makefile.am:
20408         * check/pipelines/stress.c: (GST_START_TEST),
20409         (simple_launch_lines_suite), (main):
20410         Small state change torture test.
20411
20412         * docs/design/part-states.txt:
20413         * gst/base/gstbasesink.c: (gst_base_sink_commit_state),
20414         (gst_base_sink_handle_object), (gst_base_sink_event), (do_playing),
20415         (gst_base_sink_change_state):
20416         Never take state lock from streaming thread, clean up ugly
20417         hacks. Unfortunatly core does not yet support nice ways to
20418         async commit state.
20419         
20420         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_recalc_state),
20421         (bin_bus_handler):
20422         Start state recalc if a STATE_DIRTY message is posted, but only
20423         on the toplevel bin.
20424
20425         * gst/gstelement.c: (gst_element_sync_state_with_parent),
20426         (gst_element_get_state_func), (gst_element_abort_state),
20427         (gst_element_commit_state), (gst_element_lost_state),
20428         (gst_element_set_state_func), (gst_element_change_state):
20429         * gst/gstelement.h:
20430         State variables are now protected with the LOCK, the state
20431         lock is only used to serialize _set_state().
20432
20433 2005-10-18  Wim Taymans  <wim@fluendo.com>
20434
20435         * check/gst/gstbin.c: (GST_START_TEST):
20436         * check/gst/gstmessage.c: (GST_START_TEST):
20437         * check/gst/gstpipeline.c: (GST_START_TEST), (message_received):
20438         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_recalc_func),
20439         (bin_bus_handler):
20440         * gst/gstelement.c: (gst_element_abort_state),
20441         (gst_element_commit_state), (gst_element_lost_state):
20442         * gst/gstmessage.c: (gst_message_new_state_changed),
20443         (gst_message_new_state_dirty), (gst_message_new_segment_start),
20444         (gst_message_new_segment_done), (gst_message_new_duration),
20445         (gst_message_parse_state_changed),
20446         (gst_message_parse_segment_start),
20447         (gst_message_parse_segment_done), (gst_message_parse_duration):
20448         * gst/gstmessage.h:
20449         * tools/gst-launch.c: (event_loop):
20450         Seriously, this is better than a previous commit as we only need
20451         to notify the fact that an element changed state in a streaming
20452         thread, marking the state of the parents dirty, hence the 
20453         STATE_DIRTY message instead of abusing a boolean in a STATE_CHANGE
20454         message.
20455
20456 2005-10-18  Wim Taymans  <wim@fluendo.com>
20457
20458         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_get_state_func),
20459         (gst_bin_recalc_func):
20460         * gst/gstelement.c: (gst_element_set_clock),
20461         (gst_element_abort_state), (gst_element_lost_state):
20462         Cleanups, prepare for state change fixes.
20463
20464 2005-10-18  Wim Taymans  <wim@fluendo.com>
20465
20466         * gst/gstbin.h:
20467         * gst/gstelement.c: (gst_element_class_init),
20468         (gst_element_set_state), (gst_element_set_state_func):
20469         * gst/gstelement.h:
20470         Pending ABI changes.
20471         GThreadPool in GstBinClass to monitor async state changes.
20472         state_cookie in GstElement to detect concurrent gst/set state.
20473         set_state is now virtual too in case a very complicated element
20474         has to be constructed.
20475
20476 2005-10-18  Wim Taymans  <wim@fluendo.com>
20477
20478         * check/gst/gstbin.c: (GST_START_TEST):
20479         * check/gst/gstmessage.c: (GST_START_TEST):
20480         * check/gst/gstpipeline.c: (GST_START_TEST), (message_received):
20481         * gst/gstbin.c: (bin_bus_handler):
20482         * gst/gstelement.c: (gst_element_commit_state),
20483         (gst_element_lost_state):
20484         * gst/gstmessage.c: (gst_message_new_state_changed),
20485         (gst_message_new_segment_start), (gst_message_new_segment_done),
20486         (gst_message_new_duration), (gst_message_parse_state_changed),
20487         (gst_message_parse_segment_start),
20488         (gst_message_parse_segment_done), (gst_message_parse_duration):
20489         * gst/gstmessage.h:
20490         * tools/gst-launch.c: (event_loop):
20491         Make messages future proof.
20492         state-change gets a flag if it was a message comming from the
20493         streaming thread.
20494         segment-start/stop can also be specified in other formats.
20495         A message to notify an app that a pipeline changed playback 
20496         duration.
20497         Also fix a GstMessage leak in -launch
20498
20499 2005-10-18  Andy Wingo  <wingo@pobox.com>
20500
20501         * gst/gstelement.c (gst_element_dispose): More helpful message.
20502
20503 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20504
20505         reviewed by: <delete if not using a buddy>
20506
20507         * common/gtk-doc.mak:
20508
20509 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20510
20511         * gst/gstregistry.c: (gst_registry_scan_path_level):
20512           unref a plug-in we get that was already initialized
20513
20514 2005-10-18  Stefan Kost  <ensonic@users.sf.net>
20515
20516         * docs/gst/gstreamer-sections.txt:
20517         * docs/libs/gstreamer-libs-sections.txt:
20518         * gst/gstelement.h:
20519           add new api entries
20520           hide internal macro
20521
20522 2005-10-17  Andy Wingo  <wingo@pobox.com>
20523
20524         * gst/base/gstcollectpads.c (gst_collectpads_chain): Slight
20525         cleanup.
20526
20527         * gst/Makefile.am (gstenumtypes.c): Threadsafe now.
20528
20529         * gst/gstevent.c (gst_event_new, gst_event_finalize): LOG.
20530
20531         * gst/gstelement.c (gst_element_get_state_func): s/INFO/DEBUG/.
20532         (gst_element_get_state_func): Better debug message.
20533         (gst_element_commit_state): s/INFO/DEBUG/.
20534         (gst_element_lost_state, gst_element_change_state): 
20535
20536         * gst/gstmessage.c (gst_message_init): s/INFO/LOG/.
20537         (gst_message_new_custom): s/INFO/LOG/.
20538
20539 2005-10-17  Michael Smith <msmith@fluendo.com>
20540
20541         * gst/base/gstbasesink.c: (gst_base_sink_do_sync):
20542           Check if end time is valid using end time, not start time.
20543
20544 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
20545
20546         * check/gst-libs/controller.c: (GST_START_TEST),
20547         (gst_controller_suite):
20548         * libs/gst/controller/gstcontroller.c:
20549         (gst_controlled_property_set_interpolation_mode):
20550         * libs/gst/controller/gstcontroller.h:
20551         * libs/gst/controller/gstinterpolation.c:
20552         * testsuite/controller/.cvsignore:
20553         * testsuite/controller/Makefile.am:
20554         * testsuite/controller/interpolator.c:
20555           merge controller testsuites
20556           fix broken tests
20557           remove mem-chunk from docs
20558
20559 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20560
20561         * gst/gstmemchunk.c:
20562         * gst/gstmemchunk.h:
20563         * gst/gsttrashstack.c:
20564         * gst/gsttrashstack.h:
20565           out.  get out.  you're fired.  to the Attic !
20566
20567 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20568
20569         * gst/gstcaps.c: (gst_caps_intersect):
20570           fix signedness issues in a (hopefully) correct way
20571         * gst/gstelement.c: (gst_element_pads_activate):
20572           some debugging
20573         * gst/gstobject.c: (gst_object_set_parent):
20574           some debugging
20575
20576 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20577
20578         * gst/gstvalue.h: Fix prototypes.
20579
20580 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20581
20582         * docs/gst/gstreamer-sections.txt:
20583         * gst/gst.c: (gst_version_string):
20584         * gst/gst.h:
20585         * gst/gstversion.h.in:
20586         * win32/common/libgstreamer.def:
20587           add gst_version_string ()
20588
20589 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20590
20591         * configure.ac:
20592           clean up further
20593         * gst/gst.c: (init_post):
20594         * win32/common/config.h.in:
20595           it's PLUGINDIR now
20596         * gst/gstcaps.c: (gst_caps_intersect):
20597           use gint64, the range could be bigger than a guint
20598
20599 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20600
20601         * gst/gstclock.h:
20602           document potential problem in 2038
20603
20604 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20605
20606         * gst/gstcaps.c: (gst_caps_intersect):
20607           Fix guint j diving under 0
20608
20609 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20610
20611         * configure.ac:
20612         * win32/common/config.h:
20613         * win32/common/config.h.in:
20614           check for process.h, declares getpid() on Windows
20615         * gst/gstinfo.c:
20616           include process.h if we have it
20617         * gst/gstmemchunk.c: (populate), (gst_mem_chunk_new):
20618         * gst/gstmemchunk.h:
20619           fix signedness issues
20620         * win32/common/libgstreamer.def:
20621           fix get_type's
20622
20623 2005-10-16  Julien MOUTTE  <julien@moutte.net>
20624
20625         * gst/gstcaps.c: (gst_caps_intersect): Fix a bad bug with a simple
20626         fix. Because of unsigned ints, caps intersection was going nuts and
20627         trying to access structures with G_MAXUINT index. That fixes
20628         videotestsrc ! ffmpegcolorspace ! fakesink
20629         * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked): logs
20630         consistency.
20631
20632 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20633
20634         * configure.ac:
20635           use the gettext macro
20636         * gst/elements/gstelements.c:
20637         * gst/gst.c:
20638         * gst/indexers/gstindexers.c:
20639           update for GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN
20640         * win32/common/config.h:
20641           updated config.h
20642         * win32/common/config.h.in:
20643           add the template to generate config.h
20644         * win32/common/gstenumtypes.c:
20645         * win32/common/gstversion.h:
20646           updated copies
20647
20648 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20649
20650         * gst/gst.c: (gst_version):
20651         * gst/gstversion.h.in:
20652           add the nano
20653
20654 2005-10-15  Tim-Philipp Müller  <tim at centricular dot net>
20655
20656         * gst/gstevent.h:
20657           Oops, add missing closing bracket.
20658
20659 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20660
20661         * configure.ac:
20662           use common m4's for argument checking
20663
20664 2005-10-15  Tim-Philipp Müller  <tim at centricular dot net>
20665
20666         * docs/gst/gstreamer-sections.txt:
20667         * gst/gstevent.h:
20668           Add GST_EVENT_TYPE_NAME() macro.
20669
20670 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20671
20672         * gst/gstinfo.c:
20673         * gst/gstpluginfeature.c:
20674         * gst/gsttask.c:
20675           privatize more symbols
20676
20677 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20678
20679         * configure.ac:
20680           add srcdir, builddir includes to GST_ALL_CFLAGS, since
20681           everything that uses GStreamer API should have the includes
20682
20683 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20684
20685         * docs/gst/gstreamer-sections.txt:
20686         * gst/gstvalue.c: (gst_date_get_type), (_gst_value_initialize):
20687         * gst/gstvalue.h:
20688           give each value a _get_type, removes the DATA exports
20689
20690 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20691
20692         * gst/gst.c:
20693         * gst/gst.h:
20694           remove _gst_registry_auto_load, not used anymore
20695         * gst/gstbin.c: (gst_bin_get_type):
20696         * gst/gstbin.h:
20697         * gst/gstelement.c: (gst_element_get_type):
20698         * gst/gstelement.h:
20699         * gst/gstobject.c: (gst_object_get_type):
20700         * gst/gstobject.h:
20701         * gst/gstpad.c: (gst_pad_get_type):
20702         * gst/gstpad.h:
20703           make _get_type functions similar, fixes data export from library
20704
20705 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20706
20707         * configure.ac:
20708           correctly make conditionals
20709         * gst/elements/Makefile.am:
20710         * gst/elements/gstelements.c:
20711           fix typo causing fdsrc not to build
20712
20713 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20714
20715         * testsuite/Makefile.am:
20716         * testsuite/bytestream/.cvsignore:
20717         * testsuite/bytestream/Makefile.am:
20718         * testsuite/bytestream/filepadsink.c:
20719         * testsuite/bytestream/gstbstest.c:
20720         * testsuite/bytestream/test1.c:
20721         * testsuite/bytestream/testfile1:
20722         * testsuite/caps/normalisation.c:
20723         * testsuite/caps/random.c: (main):
20724         * testsuite/cleanup/.cvsignore:
20725         * testsuite/cleanup/Makefile.am:
20726         * testsuite/cleanup/cleanup1.c:
20727         * testsuite/cleanup/cleanup2.c:
20728         * testsuite/cleanup/cleanup3.c:
20729         * testsuite/cleanup/cleanup4.c:
20730         * testsuite/cleanup/cleanup5.c:
20731         * testsuite/controller/interpolator.c:
20732         * testsuite/debug/printf_extension.c: (main):
20733         * testsuite/elements/tee.c:
20734         * testsuite/negotiation/.cvsignore:
20735         * testsuite/negotiation/Makefile.am:
20736         * testsuite/negotiation/pad_link.c:
20737         * testsuite/pad/Makefile.am:
20738         * testsuite/pad/chainnopull.c:
20739         * testsuite/pad/getnopush.c:
20740         * testsuite/pad/link.c:
20741         * testsuite/refcounting/sched.c: (create_pipeline):
20742         * testsuite/registry/Makefile.am:
20743         * testsuite/registry/gst-print-formats.c:
20744         * testsuite/schedulers/.cvsignore:
20745         * testsuite/schedulers/142183-2.c:
20746         * testsuite/schedulers/142183.c:
20747         * testsuite/schedulers/143777-2.c:
20748         * testsuite/schedulers/143777.c:
20749         * testsuite/schedulers/147713.c:
20750         * testsuite/schedulers/147819.c:
20751         * testsuite/schedulers/147894-2.c:
20752         * testsuite/schedulers/147894.c:
20753         * testsuite/schedulers/Makefile.am:
20754         * testsuite/schedulers/group_link.c:
20755         * testsuite/schedulers/queue_link.c:
20756         * testsuite/schedulers/relink.c:
20757         * testsuite/schedulers/unlink.c:
20758         * testsuite/schedulers/unref.c:
20759         * testsuite/schedulers/useless_iteration.c:
20760         * testsuite/states/bin.c:
20761           clean out/remove some stuff from the testsuite directories
20762
20763 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20764
20765         * configure.ac:
20766           check for some headers
20767         * gst/elements/Makefile.am:
20768         * gst/elements/gstelements.c:
20769           don't compile fdsrc without sys/socket.h
20770         * gst/indexers/Makefile.am:
20771         * gst/indexers/gstindexers.c: (plugin_init):
20772           don't compile fileindex without mmap
20773
20774 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20775
20776         * configure.ac:
20777           reorganize
20778           clean up
20779           document more
20780           remove cruft
20781         * check/Makefile.am:
20782         * docs/gst/Makefile.am:
20783         * examples/helloworld/Makefile.am:
20784         * gst/Makefile.am:
20785         * gst/base/Makefile.am:
20786         * gst/check/Makefile.am:
20787         * gst/elements/Makefile.am:
20788         * gst/indexers/Makefile.am:
20789         * gst/parse/Makefile.am:
20790         * libs/gst/controller/Makefile.am:
20791         * libs/gst/dataprotocol/Makefile.am:
20792         * examples/helloworld/helloworld.c: (event_loop):
20793           compile fixes, though it's not being compiled currently
20794
20795 2005-10-14  Tim-Philipp Müller  <tim at centricular dot net>
20796
20797         * check/gst/gsttag.c: (test_date_tags), (gst_tag_suite):
20798           Add some simple tests for the new taglist date API.
20799
20800 2005-10-14  Tim-Philipp Müller  <tim at centricular dot net>
20801
20802         * gst/elements/gstfakesink.c: (gst_fake_sink_render):
20803         * gst/elements/gstfakesrc.c: (gst_fake_src_create):
20804           Beautify 'last-message' output: print 'none' for buffer timestamps
20805           and durations if none is set; improve alignment with next messages.
20806
20807 2005-10-14  Tim-Philipp Müller  <tim at centricular dot net>
20808
20809         * gst/gstpluginfeature.c: (gst_plugin_feature_check_version):
20810         * gst/gstpluginfeature.h:
20811         * gst/gstregistry.c: (gst_default_registry_check_feature_version):
20812         * gst/gstregistry.h:
20813         * docs/gst/gstreamer-sections.txt:
20814           Add new API to check plugin feature version requirements.
20815
20816         * check/gst/gstplugin.c: (test_version_checks), (gst_plugin_suite):
20817           Some basic tests for the above.         
20818
20819 2005-10-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20820
20821         * gst/gststructure.c: (gst_structure_to_string):
20822           guard against NULL printf - happens when for example
20823           a message structure with GstClock gets serialized
20824
20825 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20826
20827         * gst/base/gstcollectpads.c: (gst_collectpads_event):
20828           Fix presumable copy'n'pasto.
20829
20830 2005-10-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20831
20832         * gst/elements/gstfakesrc.h:
20833         * gst/elements/gstfilesrc.c: (gst_file_src_create_read):
20834         * gst/elements/gsttypefindelement.c:
20835           fix some signedness
20836         * gst/elements/gstfilesink.c: (gst_file_sink_render):
20837           I wonder if this could actually write +2GB files before
20838
20839 2005-10-13  Andy Wingo  <wingo@pobox.com>
20840
20841         * libs/gst/dataprotocol/dataprotocol.c (gst_dp_packet_from_caps):
20842         Fix Timmeke Waymans bug.
20843         (gst_dp_caps_from_packet): Make sure we pass a NUL-terminated
20844         string of the proper length to gst_caps_from_string. There's a
20845         potential for, before this fix, that this could cause someone
20846         connecting over the network to cause a segfault if the payload is
20847         not NUL-terminated.
20848
20849 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20850
20851         * docs/design/draft-push-pull.txt:
20852         * docs/design/part-overview.txt:
20853         * docs/random/TODO-pre-0.9:
20854         * docs/random/old/ChangeLog.gstreamer:
20855         * gst/base/gstpushsrc.c:
20856         * gst/gstclock.c:
20857           fixed typos
20858
20859 2005-10-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20860
20861         * gst/glib-compat.c: (gst_flags_get_first_value):
20862         * gst/glib-compat.h:
20863         * gst/gstvalue.c: (gst_value_deserialize_int_helper),
20864         (gst_value_compare_double), (gst_value_serialize_flags):
20865           GLib 2.6 g_flags_get_first_value has a bug that triggers an
20866           infinite loop
20867
20868 2005-10-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20869
20870         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
20871         * gst/base/gstbasesrc.c: (gst_base_src_get_range):
20872           fix up debugging
20873         * tools/gst-launch.c: (event_loop):
20874           print out clock nicely
20875
20876 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20877
20878         * docs/gst/gstreamer-sections.txt:
20879         * gst/gsttaglist.h:
20880         * gst/gsttaglist.c: (_gst_tag_initialize), (gst_tag_list_get_date),
20881         (gst_tag_list_get_date_index):
20882           Added gst_tag_list_get_date() and gst_tag_list_get_date_index().
20883           GST_TAG_DATE now has a tag type of GST_TYPE_DATE (#170777).
20884
20885 2005-10-13  Julien MOUTTE  <julien@moutte.net>
20886
20887         * gst/base/gstcollectpads.c: (gst_collectpads_event),
20888         (gst_collectpads_chain):
20889         * gst/base/gstcollectpads.h: Handle newsegment and store informations
20890         in CollectData.
20891
20892 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20893
20894         * docs/gst/gstreamer-sections.txt:
20895         * gst/gst.c:
20896         * gst/gsterror.h:
20897         * tools/gst-inspect.c: (main):
20898         * tools/gst-launch.c: (main):
20899         * tools/gst-run.c: (main):
20900         * tools/gst-xmlinspect.c: (main):
20901           fix GOption context leaks
20902           doc fixes
20903
20904 2005-10-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20905
20906         * gst/gstbus.c:
20907           use HAVE_UNISTD_H
20908         * win32/common/config.h:
20909           update config
20910         * win32/vs6/grammar.dsp:
20911         * win32/vs6/libgstelements.dsp:
20912         * win32/vs6/libgstreamer.dsp:
20913           update vs6 files
20914
20915 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20916
20917         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
20918         * gst/base/gstbasesrc.c: (gst_base_src_query):
20919           fix more guint64<->gdouble conversions
20920
20921 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20922
20923         * Makefile.am:
20924           add win32-update target
20925         * win32/common/gstconfig.h:
20926         * win32/common/gstenumtypes.c:
20927         * win32/common/gstenumtypes.h:
20928         * win32/common/gstversion.h:
20929           add files that visual studio can't generate
20930
20931 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20932
20933         * Makefile.am:
20934           add a win32-update target
20935         * configure.ac:
20936
20937 2005-10-12  Wim Taymans  <wim@fluendo.com>
20938
20939         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
20940         (reset_degree), (gst_bin_dispose), (bin_bus_handler):
20941         * gst/gstelement.c: (gst_element_commit_state),
20942         (gst_element_set_state):
20943         Protect flags with proper lock.
20944         unref provided cached clock in dispose.
20945
20946 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20947
20948         * gst/gst.c:
20949         * gst/gstminiobject.h:
20950         * gst/gstpad.h:
20951         * win32/gstenumtypes.c: (gst_mini_object_flags_get_type):
20952           removed unused flags from miniobject
20953           doc fixes
20954
20955 2005-10-12  Wim Taymans  <wim@fluendo.com>
20956
20957         * gst/elements/gstfilesink.c: (gst_file_sink_do_seek),
20958         (gst_file_sink_event), (gst_file_sink_render):
20959         Flush before seeking.
20960
20961 2005-10-12  Andy Wingo  <wingo@pobox.com>
20962
20963         * gst/gst.c (gst_init_check): Ignore unknown options, as has
20964         always been the case.
20965
20966 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20967
20968         * check/gst/gstbin.c: (GST_START_TEST):
20969         * docs/gst/gstreamer-sections.txt:
20970         * gst/base/gstbasesink.c: (gst_base_sink_init):
20971         * gst/base/gstbasesrc.c: (gst_base_src_init),
20972         (gst_base_src_get_range), (gst_base_src_check_get_range),
20973         (gst_base_src_start), (gst_base_src_stop):
20974         * gst/base/gstbasesrc.h:
20975         * gst/elements/gstfakesrc.c: (gst_fake_src_set_property):
20976         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
20977         (bin_element_is_sink), (reset_degree), (gst_bin_element_set_state),
20978         (bin_bus_handler):
20979         * gst/gstbin.h:
20980         * gst/gstbuffer.h:
20981         * gst/gstbus.c: (gst_bus_post), (gst_bus_set_flushing):
20982         * gst/gstbus.h:
20983         * gst/gstelement.c: (gst_element_is_locked_state),
20984         (gst_element_set_locked_state), (gst_element_commit_state),
20985         (gst_element_set_state):
20986         * gst/gstelement.h:
20987         * gst/gstindex.c: (gst_index_init):
20988         * gst/gstindex.h:
20989         * gst/gstminiobject.h:
20990         * gst/gstobject.c: (gst_object_init), (gst_object_sink),
20991         (gst_object_set_parent):
20992         * gst/gstobject.h:
20993         * gst/gstpad.c: (gst_pad_set_blocked_async), (gst_pad_is_blocked),
20994         (gst_pad_get_caps_unlocked), (gst_pad_set_caps):
20995         * gst/gstpad.h:
20996         * gst/gstpadtemplate.h:
20997         * gst/gstpipeline.c: (gst_pipeline_provide_clock_func),
20998         (gst_pipeline_use_clock), (gst_pipeline_auto_clock):
20999         * gst/gstpipeline.h:
21000         * gst/indexers/gstfileindex.c: (gst_file_index_load),
21001         (gst_file_index_commit):
21002         * testsuite/bytestream/filepadsink.c: (gst_fp_sink_init):
21003         * testsuite/pad/link.c: (gst_test_src_init),
21004         (gst_test_filter_init), (gst_test_sink_init):
21005         * testsuite/states/locked.c: (main):
21006           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21007           moved bitshift from macro to enum definition
21008
21009 2005-10-12  Wim Taymans  <wim@fluendo.com>
21010
21011         * gst/base/gstbasesink.c: (gst_base_sink_handle_buffer):
21012         * gst/elements/gstfilesink.c: (gst_file_sink_event),
21013         (gst_file_sink_render):
21014         Some more debugging info.
21015
21016 2005-10-12  Wim Taymans  <wim@fluendo.com>
21017
21018         * docs/design/part-states.txt:
21019         * tools/gst-launch.c: (main):
21020         Some doc updates.
21021         Revert non-intentional change.
21022
21023 2005-10-12  Wim Taymans  <wim@fluendo.com>
21024
21025         * check/gst/gstbin.c: (GST_START_TEST):
21026         * check/gst/gstelement.c: (GST_START_TEST):
21027         * check/gst/gstevent.c: (GST_START_TEST), (test_event):
21028         * check/gst/gstghostpad.c: (GST_START_TEST):
21029         * check/gst/gstpipeline.c: (GST_START_TEST):
21030         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21031         * check/states/sinks.c: (GST_START_TEST):
21032         * gst/elements/gsttypefindelement.c: (stop_typefinding):
21033         * gst/gstbin.c: (gst_bin_provide_clock_func), (gst_bin_add_func),
21034         (gst_bin_remove_func), (gst_bin_get_state_func),
21035         (gst_bin_recalc_state), (gst_bin_change_state_func),
21036         (bin_bus_handler):
21037         * gst/gstelement.c: (gst_element_get_state_func),
21038         (gst_element_get_state), (gst_element_abort_state),
21039         (gst_element_commit_state), (gst_element_set_state),
21040         (gst_element_change_state), (gst_element_change_state_func):
21041         * gst/gstelement.h:
21042         * gst/gstpipeline.c: (gst_pipeline_class_init), (do_pipeline_seek),
21043         (gst_pipeline_provide_clock_func):
21044         * gst/gstutils.c: (gst_element_link_pads_filtered):
21045         * tools/gst-launch.c: (main):
21046         * tools/gst-typefind.c: (main):
21047         Use GstClockTime in _get_state() instead of GTimeVal.
21048         Remove old code in gstutils.c
21049
21050 2005-10-12  Andy Wingo  <wingo@pobox.com>
21051
21052         * gst/gstregistry.h (gst_registry_scan_paths): Not implemented, so
21053         removed.
21054
21055         * gst/gstpad.c (gst_pad_pause_task): Actually return FALSE if
21056         there is no task. Shouldn't affect any code, as nothing in our
21057         plugins checks this return value.
21058         (gst_pad_stop_task): Also take the stream lock if the pad has no
21059         task. Docs updated.
21060
21061 2005-10-12  Wim Taymans  <wim@fluendo.com>
21062
21063         * gst/gstpad.c: (pre_activate), (post_activate),
21064         (gst_pad_activate_pull), (gst_pad_activate_push):
21065         Cleanup activation code. Reset old state if
21066         activation failed.
21067
21068 2005-10-12  Wim Taymans  <wim@fluendo.com>
21069
21070         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
21071         (gst_base_sink_change_state):
21072         No need to prerol after receiving EOS.
21073
21074         * gst/elements/gstfakesink.c: (gst_fake_sink_event):
21075         * gst/elements/gstfakesrc.c: (gst_fake_src_event_handler):
21076         * gst/elements/gstidentity.c: (gst_identity_event):
21077         Print events more verbosely.
21078
21079 2005-10-12  Wim Taymans  <wim@fluendo.com>
21080
21081         * check/Makefile.am:
21082         * check/states/sinks.c: (GST_START_TEST), (gst_object_suite):
21083         * check/states/sinks2.c:
21084         Moved sinks2 testcode in sinks check.
21085
21086         * gst/gstbin.c: (gst_bin_provide_clock_func), (gst_bin_add_func),
21087         (gst_bin_remove_func), (gst_bin_recalc_state),
21088         (gst_bin_change_state_func), (bin_bus_handler):
21089         Fix potential race condition when _get_state() iterated over an
21090         ASYNC element right before it posted a state completion.
21091
21092         * gst/gstclock.h:
21093         Do proper cast here.
21094
21095         * gst/gstevent.c: (gst_event_new_newsegment),
21096         (gst_event_parse_newsegment):
21097         A playback rate of 0.0 is not allowed.
21098
21099 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21100
21101         * win32/common/config.h:
21102         * win32/common/dirent.c: (_topendir), (_treaddir), (_tclosedir),
21103         (_trewinddir), (_ttelldir), (_tseekdir):
21104         * win32/common/dirent.h:
21105         * win32/common/gtchar.h:
21106         * win32/common/libgstbase.def:
21107         * win32/common/libgstreamer.def:
21108         * win32/vs6/grammar.dsp:
21109         * win32/vs6/gst_inspect.dsp:
21110         * win32/vs6/gst_launch.dsp:
21111         * win32/vs6/gstreamer.dsw:
21112         * win32/vs6/libgstbase.dsp:
21113         * win32/vs6/libgstelements.dsp:
21114         * win32/vs6/libgstreamer.dsp:
21115           Visual Studio 6 project files, and a new common directory.
21116           Phear.
21117
21118 2005-10-11  Wim Taymans  <wim@fluendo.com>
21119
21120         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
21121         (gst_base_sink_do_sync), (gst_base_sink_query),
21122         (gst_base_sink_change_state):
21123         * gst/base/gstbasesink.h:
21124         Correctly parse newsegment info.
21125
21126 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21127
21128         * gst/gst.c: (init_post):
21129           split plugin paths correctly
21130
21131 2005-10-11  Wim Taymans  <wim@fluendo.com>
21132
21133         * check/gst/gstevent.c: (GST_START_TEST):
21134         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
21135         (gst_base_sink_change_state):
21136         * gst/base/gstbasesrc.c: (gst_base_src_default_newsegment):
21137         * gst/base/gstbasetransform.c: (gst_base_transform_event):
21138         * gst/elements/gstfilesink.c: (gst_file_sink_event):
21139         * gst/gstevent.c: (gst_event_new_newsegment),
21140         (gst_event_parse_newsegment):
21141         * gst/gstevent.h:
21142         Added extra flag to newsegment for future API freeze.
21143         Updated check and base elements.
21144
21145 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21146
21147         * gst/base/gstcollectpads.c: (gst_collectpads_init),
21148         (gst_collectpads_add_pad), (gst_collectpads_pop),
21149         (gst_collectpads_event), (gst_collectpads_chain):
21150         * gst/base/gstcollectpads.h: Handle EOS correctly.
21151
21152 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21153
21154         * tools/gst-launch.c: (main):
21155           more null protecting
21156
21157 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21158
21159         * gst/gst-i18n-lib.h:
21160           check for ENABLE_NLS, not GETTEXT_PACKAGE
21161         * gst/gstregistry.c: (gst_registry_add_plugin),
21162         (gst_registry_scan_path_level),
21163         (_gst_registry_remove_cache_plugins):
21164           protect possibly NULL strings
21165         * gst/parse/types.h:
21166           config.h already included before
21167         * tools/gst-inspect.c: (main):
21168           sys/wait.h also doesn�t exist on mingw, so change the ifdef check
21169           check for ENABLE_NLS, not GETTEXT_PACKAGE
21170         * tools/gst-launch.c: (main):
21171           check for ENABLE_NLS, not GETTEXT_PACKAGE
21172
21173 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21174
21175         * configure.ac:
21176           if we don't have glib, fail before testing 2.8
21177         * gst/base/gstbasetransform.c: (gst_base_transform_change_state):
21178           fix a leak, should fix plugins-base testsuite
21179
21180 2005-10-11  Andy Wingo  <wingo@pobox.com>
21181
21182         * gst/gstpad.c (pre_activate): Renamed from pre_activate_switch,
21183         take the mode we're going to as an arg. Go head and set the mode
21184         and flushing flags now, so that if the activate function starts a
21185         thread all the flags will be in the right state.
21186         (post_activate): Renamed also. Just handle making sure streaming
21187         finishes for the deactivation case, and setting the deactivated
21188         mode.
21189         (gst_pad_set_active): Complain loudly if deactivation fails.
21190         (gst_pad_activate_pull): Adapt to pre/post_activate changes.
21191         (gst_pad_activate_push): Adapt to pre/post_activate changes,
21192         remove the terrible hack.
21193
21194 2005-10-11  Wim Taymans  <wim@fluendo.com>
21195
21196         * gst/gstbin.c: (gst_bin_init), (gst_bin_provide_clock_func),
21197         (is_eos), (gst_bin_add_func), (gst_bin_remove_func),
21198         (gst_bin_recalc_state), (gst_bin_change_state_func),
21199         (gst_bin_dispose), (bin_bus_handler):
21200         * gst/gstbin.h:
21201         Prepare to make current EOS message queue more generic.
21202         Fix some typos.
21203
21204         * gst/gstevent.c: (gst_event_new_newsegment),
21205         (gst_event_parse_newsegment):
21206         * gst/gstevent.h:
21207         Rename base to stream_time.
21208
21209         * gst/gstmessage.h:
21210         Fix typo in docs.
21211
21212 2005-10-11  Wim Taymans  <wim@fluendo.com>
21213
21214         * gst/gstbin.c: (gst_bin_init), (gst_bin_provide_clock_func),
21215         (gst_bin_add_func), (gst_bin_remove_func), (gst_bin_recalc_state),
21216         (gst_bin_change_state_func), (bin_bus_handler):
21217         * gst/gstbin.h:
21218         Work on proper clock selection.
21219
21220 2005-10-11  Edward Hervey  <edward@fluendo.com>
21221
21222         * libs/gst/controller/gstcontroller.c: (gst_controller_remove_properties_list): 
21223         * libs/gst/controller/gstcontroller.h:
21224         Added GList* version of _remove_properties() in order to be able to wrap
21225         it in bindings.
21226
21227 2005-10-11  Wim Taymans  <wim@fluendo.com>
21228
21229         * docs/design/part-states.txt:
21230         Some more docs.
21231
21232         * gst/gstbin.c: (gst_bin_set_clock_func), (gst_bin_recalc_state),
21233         (gst_bin_change_state_func), (bin_bus_handler):
21234         Doc updates. Don't distribute the same clock over and over again.
21235
21236         * gst/gstclock.c:
21237         * gst/gstclock.h:
21238         Doc updates.
21239
21240         * gst/gstpad.c: (gst_flow_get_name), (gst_flow_to_quark),
21241         (gst_pad_get_type), (gst_pad_push), (gst_pad_push_event),
21242         (gst_pad_send_event):
21243         * gst/gstpad.h:
21244         Make probe emission threadsafe again.
21245         Register quarks and move _get_name() from utils.
21246         Doc updates.
21247
21248         * gst/gstpipeline.c: (gst_pipeline_class_init),
21249         (gst_pipeline_change_state), (gst_pipeline_provide_clock_func):
21250         Only redistribute the clock of it changed.
21251
21252         * gst/gstsystemclock.h:
21253         Doc updates. 
21254
21255         * gst/gstutils.c:
21256         * gst/gstutils.h:
21257         Moved the _flow_get_name() to GstPad.
21258
21259 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21260
21261         * check/gst-libs/gdp.c: (GST_START_TEST):
21262         * check/gst/gstcaps.c: (GST_START_TEST):
21263         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
21264         (gst_dp_dump_byte_array), (gst_dp_header_from_buffer),
21265         (gst_dp_packet_from_caps):
21266           fix more valgrind warnings before turning up the heat
21267
21268 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21269
21270         * gst/parse/grammar.y:
21271           some cleanup before the hacking
21272
21273 2005-10-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21274
21275         * gst/base/gstbasesrc.c: (gst_base_src_query):
21276           use conversions
21277         * gst/gstutils.c: (gst_guint64_to_gdouble),
21278         (gst_gdouble_to_guint64), (gst_util_uint64_scale):
21279         * gst/gstutils.h:
21280           externalize, basesrc uses it
21281           obviously the implementation needs testing
21282
21283 2005-10-10  Wim Taymans  <wim@fluendo.com>
21284
21285         * tests/sched/Makefile.am:
21286         * tests/sched/sort.c: (make_pipeline1), (make_pipeline2),
21287         (make_pipeline3), (make_pipeline4), (print_elem), (main):
21288
21289 2005-10-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21290
21291         * gst/gstutils.c: (guint64_to_gdouble), (gst_util_uint64_scale):
21292           apparently converting from guint64 to double is not implemented
21293           on MSVC
21294
21295 2005-10-10  Wim Taymans  <wim@fluendo.com>
21296
21297         * check/Makefile.am:
21298         * check/generic/states.c: (GST_START_TEST):
21299         * check/gst/gstbin.c: (GST_START_TEST):
21300         * check/gst/gstpipeline.c: (GST_START_TEST), (gst_pipeline_suite):
21301         * check/states/sinks.c: (GST_START_TEST):
21302         * check/states/sinks2.c: (GST_START_TEST), (gst_object_suite),
21303         (main):
21304         Check fixes, use API as stated in design docs, remove hacks.
21305
21306         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
21307         (gst_base_sink_change_state):
21308         Catch stopping our task while we're shutting down.
21309
21310         * gst/gstbin.c: (gst_bin_init), (gst_bin_add_func),
21311         (gst_bin_remove_func), (gst_bin_get_state_func),
21312         (gst_bin_recalc_state), (gst_bin_change_state_func),
21313         (bin_bus_handler):
21314         * gst/gstbin.h:
21315         * gst/gstelement.c: (gst_element_init),
21316         (gst_element_get_state_func), (gst_element_abort_state),
21317         (gst_element_commit_state), (gst_element_lost_state),
21318         (gst_element_set_state), (gst_element_change_state),
21319         (gst_element_change_state_func):
21320         * gst/gstelement.h:
21321         New state change algorithm (see #318116)
21322
21323         * gst/gstpipeline.c: (gst_pipeline_class_init),
21324         (gst_pipeline_init), (gst_pipeline_set_property),
21325         (gst_pipeline_get_property), (do_pipeline_seek),
21326         (gst_pipeline_change_state), (gst_pipeline_provide_clock_func):
21327         * gst/gstpipeline.h:
21328         Remove crude state change hacks.
21329
21330         * gst/gstutils.h:
21331         Remove crude hacks.
21332
21333         * tools/gst-launch.c: (main):
21334         Fixes for state change. Needs some more work to fully use the
21335         new stuff.
21336
21337 2005-10-10  Andy Wingo  <wingo@pobox.com>
21338
21339         * tests/Makefile.am (noinst_PROGRAMS): No more init.c.
21340
21341         * gst/gst.c (G_OPTION_FLAG_NO_ARG): Apparently GLib 2.8 requires
21342         this flag, but it's not even in GLib 2.6. Odd. Hack around the
21343         issue.
21344
21345 2005-10-10  Tim-Philipp Müller  <tim at centricular dot net>
21346
21347         * gst/gstiterator.c: (gst_iterator_new):
21348           Fix my previous commit: GTypes passed to gst_iterator_new()
21349           can be fundamental types.
21350
21351 2005-10-10  Wim Taymans  <wim@fluendo.com>
21352
21353         * gst/gstelement.c: (gst_element_iterate_pad_list),
21354         (gst_element_iterate_pads), (gst_element_iterate_src_pads),
21355         (gst_element_iterate_sink_pads):
21356         Use src/sink pads lists for the respective iterators instead
21357         of filtering.
21358
21359 2005-10-10  Andy Wingo  <wingo@pobox.com>
21360
21361         Merged in popt removal + GOption addition patch from Ronald, bug
21362         #169772.
21363
21364         * docs/gst/gstreamer-sections.txt: Add STATE_(UN)LOCK_FULL, move
21365         GstElement macros around, remove popt-related symbols, add goption
21366         stuff.
21367
21368         * configure.ac: Remove popt checks, require GLib 2.6 for GOption.
21369         
21370         * docs/gst/Makefile.am:
21371         * docs/libs/Makefile.am: No POPT_CFLAGS.
21372         
21373         * examples/manual/Makefile.am:
21374         * docs/manual/basics-init.xml: Doc updates with an example.
21375         
21376         * gst/gst.c: (gst_init_get_option_group), (gst_init_check),
21377         (gst_init), (parse_one_option), (parse_goption_arg):
21378         * gst/gst.h: Removed gst_init_with_popt_table and friends. Took a
21379         bit of hand merging and debugging to get the GOption stuff working
21380         tho.
21381         
21382         * tests/Makefile.am:
21383         * tools/Makefile.am:
21384         * tools/gst-inspect.c: (main):
21385         * tools/gst-launch.c: (main):
21386         * tools/gst-run.c: (main):
21387         * tools/gst-xmlinspect.c: (main): Thanks Ronald!
21388
21389 2005-10-10  Tim-Philipp Müller  <tim at centricular dot net>
21390
21391         * gst/gstiterator.c: (gst_iterator_new):
21392           Add assertions to make sure passed GType is likely to really
21393           be a GType (as the compiler won't catch it if the size and
21394           GType arguments get mixed up, see #318447).
21395
21396 2005-10-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
21397
21398         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21399
21400         * gst/gstbin.c: (gst_bin_iterate_sorted):
21401           Pass GType and size arguments to gst_iterator_new() in the right
21402           order (maybe we should make _new() take the GType as first argument
21403           just like _new_list()?) (#318447).
21404           
21405
21406 2005-10-10  Wim Taymans  <wim@fluendo.com>
21407
21408         * gst/gstelement.c: (gst_element_finalize):
21409         And free the GStaticRecMutex too
21410
21411 2005-10-10  Andy Wingo  <wingo@pobox.com>
21412
21413         * gst/gstelement.c (gst_element_init, gst_element_finalize):
21414         Allocate and free the mutex properly.
21415
21416         * gst/gstelement.h (GST_STATE_UNLOCK_FULL, GST_STATE_LOCK_FULL):
21417         New macros.
21418         (GstElement): The state_lock is now recursive. Rebuild your
21419         plugins, suckers. Old macros adapted.
21420
21421         * docs/gst/gstreamer-sections.txt: Doc updates.
21422
21423         * gst/gstutils.h:
21424         * gst/gstutils.c (g_static_rec_cond_timed_wait) 
21425         (g_static_rec_cond_wait): Ported from state changes patch, while
21426         we wait on bug #317802 to be solved in a well-distributed GLib.
21427
21428         * gst/gstelement.c (gst_element_change_state_func): Renamed from
21429         gst_element_change_state, variable name changes.
21430         (gst_element_change_state): Split out of gst_element_set_state in
21431         preparation for the state change merge. Doesn't pay attention to
21432         the 'transition' argument.
21433         (gst_element_set_state): Updates, hopefully purely cosmetic.
21434         (gst_element_sync_state_with_parent): MT-safety. Ported from the
21435         state change patch.
21436         (gst_element_get_state_func): Renamed from get_state, cosmetic
21437         changes.
21438
21439 2005-10-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21440
21441         * gst/elements/gstelements.c:
21442         * win32/GStreamer.vcproj:
21443         * win32/config.h:
21444         * win32/dirent.c: (_tseekdir):
21445         * win32/gst-inspect.vcproj:
21446         * win32/gst-launch.vcproj:
21447         * win32/gstconfig.h:
21448         * win32/gstelements.vcproj:
21449         * win32/gstenumtypes.c: (gst_object_flags_get_type):
21450         * win32/gstreamer.def:
21451         * win32/msvc71.sln:
21452           updates for the win32 build (patch from Sebastien Moutte)
21453
21454 2005-10-10  Andy Wingo  <wingo@pobox.com>
21455
21456         * gst/gstbin.c (gst_bin_get_state_func): Renamed from
21457         gst_bin_get_state, cleaned up (but no logic changes).
21458         (bin_element_is_sink): Comment updates.
21459         (sink_iterator_filter): Remove needless cast.
21460         (gst_bin_iterate_sinks): Doc update.
21461         (gst_bin_change_state_func): Renamed from gst_bin_change_state,
21462         cleaned up (but no logic changes).
21463
21464         * check/states/sinks.c (test_src_sink): Cleanups from the state
21465         change patch.
21466         (test_livesrc_sink): Sync on the state.
21467
21468         * check/pipelines/simple_launch_lines.c (run_pipeline): Merge from
21469         the state change patch.
21470
21471         * check/gst/gstghostpad.c (test_ghost_pads): Merge from the state
21472         change patch.
21473
21474         * check/gst/gstbin.c: Merge in some style fixes and additional
21475         checks from Wim's state change patch.
21476
21477 2005-10-10  Tim-Philipp Müller  <tim at centricular dot net>
21478
21479         * gst/base/gsttypefindhelper.c: (helper_find_peek),
21480         (gst_type_find_helper):
21481           Check whether we have the requested data already in our list of
21482           cached buffers before pulling a new buffer; also make the buffer
21483           list a GSList. Speeds up typefinding by ca. 5-10% altogether.
21484
21485 2005-10-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21486
21487         * gst/gstcaps.c:
21488         * gst/gstevent.c:
21489           doc updates
21490         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
21491           don't use long long, it's not portable.  Replacing with
21492           gint64 seems to work; let's hope no skeletons fall out of the closet.
21493
21494 2005-10-10  Andy Wingo  <wingo@pobox.com>
21495
21496         * autogen.sh (CONFIGURE_DEF_OPT): No more --plugin-buiddir, yay
21497
21498 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21499
21500         * docs/gst/gstreamer-sections.txt:
21501         * gst/gstevent.c:
21502         * gst/gstevent.h:
21503         * gst/gstinfo.c:
21504         * gst/gstinfo.h:
21505         * gst/gstmessage.c: (gst_message_parse_state_changed):
21506         * gst/gstpad.c:
21507         * gst/gstpad.h:
21508           more docs, fix compilation
21509
21510 2005-10-09  Philippe Khalaf <burger@speedy.org>
21511         * gst/gstmessage.c:
21512           Fixed a few forgotten variables on previous commit
21513
21514 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21515
21516         * gst/base/gsttypefindhelper.c: (helper_find_peek):
21517           Fix evil typefind crasher: getrange() might return a short
21518           buffer at the end of a file, but gst_type_find_peek() must
21519           either return the full data as requested or NULL, but
21520           never a short buffer.
21521
21522 2005-10-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21523
21524         * gst/gstmessage.c: (gst_message_new_state_changed),
21525         (gst_message_parse_state_changed):
21526         * gst/gstmessage.h:
21527           don't use "new", it's a C++ keyword
21528
21529 2005-10-08  Wim Taymans  <wim@fluendo.com>
21530
21531         * gst/gstbin.c: (is_eos), (update_degree), (gst_bin_query):
21532         * gst/gstelement.c: (gst_element_post_message):
21533         * gst/gstpipeline.c: (gst_pipeline_change_state):
21534         Small docs and debug updates.
21535
21536 2005-10-08  Stefan Kost  <ensonic@users.sf.net>
21537
21538         * docs/gst/gstreamer-sections.txt:
21539         * gst/gstelementfactory.c:
21540         * gst/gstevent.c:
21541         * gst/gsttaglist.c:
21542           more docs
21543
21544 2005-10-08  Wim Taymans  <wim@fluendo.com>
21545
21546         * gst/gstbin.c: (is_eos), (update_degree), (gst_bin_change_state),
21547         (gst_bin_dispose), (bin_bus_handler):
21548         Fix typos, add comments.
21549         Clear EOS list when going to PAUSED from any direction and do it
21550         in a threadsafe way.
21551         Get base time in a threadsafe way too.
21552         Fix confusing debug in the change_state function.
21553         Various other small cleanups.
21554         
21555         * gst/gstelement.c: (gst_element_post_message):
21556         Fix very verbose bus posting code.
21557
21558         * gst/gstpipeline.c: (gst_pipeline_class_init),
21559         (gst_pipeline_set_property), (gst_pipeline_get_property),
21560         (gst_pipeline_change_state):
21561         Small ARG_ -> PROP_ cleanup
21562
21563 2005-10-08  Wim Taymans  <wim@fluendo.com>
21564
21565         * gst/gstbin.c: (is_eos), (bin_bus_handler):
21566         Do a less CPU demanding EOS check because we can.
21567
21568 2005-10-08  Wim Taymans  <wim@fluendo.com>
21569
21570         * libs/gst/dataprotocol/dataprotocol.c:
21571         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
21572         (gst_dp_packet_from_event):
21573         * libs/gst/dataprotocol/dataprotocol.h:
21574         * libs/gst/dataprotocol/dp-private.h:
21575         It's about time we bump the version number.
21576         Since event types don't fit in the guint8 anymore describing
21577         the payload type, make payload type 16 bits wide.
21578
21579 2005-10-08  Wim Taymans  <wim@fluendo.com>
21580
21581         * docs/design/part-TODO.txt:
21582         * docs/design/part-clocks.txt:
21583         * docs/design/part-events.txt:
21584         * docs/design/part-gstbin.txt:
21585         * docs/design/part-gstelement.txt:
21586         * docs/design/part-gstpipeline.txt:
21587         * docs/design/part-live-source.txt:
21588         * docs/design/part-messages.txt:
21589         * docs/design/part-overview.txt:
21590         * docs/design/part-states.txt:
21591         Many doc updates.
21592
21593 2005-10-08  Wim Taymans  <wim@fluendo.com>
21594
21595         * gst/gstevent.c:
21596         * gst/gstevent.h:
21597         Fix event quark registration.
21598         Add some space between events so we can insert them in the
21599         right groups.
21600
21601 2005-10-08  Wim Taymans  <wim@fluendo.com>
21602
21603         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
21604         (gst_base_sink_handle_buffer):
21605         Better log message.
21606
21607         * gst/gstbus.h:
21608         * gst/gstelement.h:
21609         More docs.
21610
21611         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_init),
21612         (gst_queue_set_property), (gst_queue_get_property):
21613         * gst/gstqueue.h:
21614         Remove old unused properties.
21615
21616 2005-10-08  Stefan Kost  <ensonic@users.sf.net>
21617         * docs/gst/gstreamer-sections.txt:
21618         * gst/gstmessage.c:
21619         * gst/gstmessage.h:
21620         * gst/gstminiobject.c:
21621         * gst/gstminiobject.h:
21622         * gst/gstobject.h:
21623         * gst/gstpad.h:
21624         * gst/gstutils.h:
21625           lots of new docs and doc fixes
21626
21627 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21628
21629         * gst/gstplugin.c: (gst_plugin_finalize), (gst_plugin_load_file):
21630         * gst/gstplugin.h:
21631         * gst/gstregistry.c: (gst_registry_lookup_locked),
21632         (gst_registry_scan_path_level):
21633         * gst/gstregistryxml.c: (load_plugin):
21634           Only ever load one plugin for a given plugin basename.
21635           This ensures correct overriding of GST_PLUGIN_PATH over
21636           GST_PLUGIN_SYSTEM_PATH and of home dir plugins over
21637           system installed plugins.
21638
21639 2005-10-08  Wim Taymans  <wim@fluendo.com>
21640
21641         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
21642         (gst_base_sink_do_sync), (gst_base_sink_handle_buffer):
21643         Prepare for doing QOS.
21644
21645 2005-10-08  Wim Taymans  <wim@fluendo.com>
21646
21647         * check/gst/gstbin.c: (GST_START_TEST):
21648         * check/pipelines/cleanup.c: (GST_START_TEST):
21649         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
21650         Allow new clock message too.
21651
21652 2005-10-08  Wim Taymans  <wim@fluendo.com>
21653
21654         * gst/gstmessage.c: (gst_message_new_error),
21655         (gst_message_new_warning), (gst_message_new_tag),
21656         (gst_message_new_state_changed), (gst_message_new_clock_provide),
21657         (gst_message_new_clock_lost), (gst_message_new_new_clock),
21658         (gst_message_new_segment_start), (gst_message_new_segment_done),
21659         (gst_message_parse_state_changed),
21660         (gst_message_parse_clock_provide), (gst_message_parse_clock_lost),
21661         (gst_message_parse_new_clock):
21662         * gst/gstmessage.h:
21663         Also carry the clock in question.
21664
21665 2005-10-08  Wim Taymans  <wim@fluendo.com>
21666
21667         * gst/gstmessage.c: (gst_message_new_custom),
21668         (gst_message_new_eos), (gst_message_new_error),
21669         (gst_message_new_warning), (gst_message_new_tag),
21670         (gst_message_new_state_changed), (gst_message_new_clock_provide),
21671         (gst_message_new_new_clock), (gst_message_new_segment_start),
21672         (gst_message_new_segment_done), (gst_message_parse_state_changed),
21673         (gst_message_parse_clock_provide), (gst_message_parse_new_clock):
21674         * gst/gstmessage.h:
21675         Clean up.
21676         Added clock related messages.
21677
21678         * gst/gstpipeline.c: (gst_pipeline_change_state):
21679         Post message when the clock changed.
21680
21681         * tools/gst-launch.c: (event_loop):
21682         Print new clock.
21683
21684 2005-10-08  Tim-Philipp Müller  <tim at centricular dot net>
21685
21686         * tools/gst-inspect.c: (print_element_properties_info):
21687           Can't pass NULL strings to g_print() on windows.
21688
21689 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21690
21691         * docs/Makefile.am:
21692         * docs/gst/Makefile.am:
21693         * docs/gst/gstreamer-docs.sgml:
21694         * docs/gst/running.xml:
21695         * docs/version.entities.in:
21696           add a chapter on running GStreamer.
21697           document GST_DEBUG and GST_PLUGIN* env vars
21698
21699 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21700
21701         * Makefile.am:
21702           remove include dir
21703         * configure.ac:
21704           remove PLUGINS_BUILDDIR stuff
21705         * gst/gst.c: (init_post):
21706           reorder parsing of GST_PLUGIN_PATH and GST_PLUGIN_SYSTEM_PATH
21707         * idiottest.mak:
21708           remove, it was condescending and not needed
21709
21710 2005-10-08  Wim Taymans  <wim@fluendo.com>
21711
21712         * gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_flush),
21713         (gst_base_sink_handle_object), (gst_base_sink_event),
21714         (gst_base_sink_wait), (gst_base_sink_handle_event),
21715         (gst_base_sink_change_state):
21716         * gst/base/gstbasesink.h:
21717         Repost EOS message while going to PLAYING if still EOS.
21718         Make sure that when receiving a FLUSH_START we don't attempt
21719         to sync on the clock anymore.
21720
21721 2005-10-08  Wim Taymans  <wim@fluendo.com>
21722
21723         * tools/gst-launch.c: (event_loop):
21724         Better message printout.
21725
21726 2005-10-08  Wim Taymans  <wim@fluendo.com>
21727
21728         * gst/gstbin.c: (gst_bin_child_proxy_get_child_by_index),
21729         (gst_bin_child_proxy_get_children_count):
21730         * gst/gstchildproxy.c: (gst_child_proxy_get_child_by_name),
21731         (gst_child_proxy_lookup), (gst_child_proxy_get_property),
21732         (gst_child_proxy_get_valist), (gst_child_proxy_set_property),
21733         (gst_child_proxy_set_valist):
21734         * gst/parse/grammar.y:
21735         Make ChildProxy threadsafe and fix mem leaks.
21736
21737 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21738
21739         * gst/gst.c: (init_post):
21740           debug the GST_PLUGIN_ env vars
21741
21742 2005-10-08  Wim Taymans  <wim@fluendo.com>
21743
21744         * check/gst/gstbin.c: (GST_START_TEST):
21745         * check/gst/gstmessage.c: (GST_START_TEST):
21746         * check/gst/gstpipeline.c: (GST_START_TEST), (message_received):
21747         * gst/gstelement.c: (gst_element_commit_state),
21748         (gst_element_lost_state):
21749         * gst/gstmessage.c: (gst_message_new_state_changed),
21750         (gst_message_parse_state_changed):
21751         * gst/gstmessage.h:
21752         * tools/gst-launch.c: (event_loop):
21753         Added extra field to STATE_CHANGE message with the pending
21754         state, which will be different from the new state soon.
21755
21756 2005-10-08  Wim Taymans  <wim@fluendo.com>
21757
21758         * gst/gstbus.c: (gst_bus_pop):
21759         * gst/gstclock.c:
21760         * gst/gstsystemclock.c: (gst_system_clock_async_thread):
21761         Small cleanups and doc updates.
21762
21763 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21764
21765         * gst/gst.c: (init_pre):
21766         * gst/gstbin.c: (gst_bin_add_func):
21767           log distributing clocks and base time
21768         * gst/gstregistry.c: (gst_registry_add_plugin),
21769         (gst_registry_scan_path_level), (gst_registry_scan_path):
21770           clean up the debugging output a little
21771         * gst/gstutils.c: (gst_element_state_get_name):
21772           warn about a memleak (I've actually seen this be used, though
21773           it was probably a bug)
21774
21775 2005-10-07  Wim Taymans  <wim@fluendo.com>
21776
21777         * gst/base/gstbasesrc.c: (gst_base_src_class_init),
21778         (gst_base_src_init), (gst_base_src_default_newsegment),
21779         (gst_base_src_newsegment), (gst_base_src_do_seek),
21780         (gst_base_src_loop), (gst_base_src_start):
21781         * gst/base/gstbasesrc.h:
21782         Make the newsegment event customizable by subclasses.
21783
21784 2005-10-07  Wim Taymans  <wim@fluendo.com>
21785
21786         * gst/gstevent.c: (gst_event_new_buffersize),
21787         (gst_event_parse_buffersize):
21788         * gst/gstevent.h:
21789         New event for future idea.
21790
21791 2005-10-07  Andy Wingo  <wingo@pobox.com>
21792
21793         * gst/gstelement.c (gst_element_post_message): Doc update.
21794
21795         * docs/gst/gstreamer-sections.txt: Update.
21796
21797         * gst/gstmessage.c (gst_message_new_application): Made into a
21798         function like honest API calls.
21799         (gst_message_new_element): New message type.
21800
21801         * gst/gstmessage.h (enum): Add GST_MESSAGE_ELEMENT type.
21802
21803         * check/elements/fakesrc.c (test_no_preroll): New check, checks
21804         that setting a live fakesrc to PAUSED returns NO_PREROLL both
21805         times.
21806
21807         * gst/base/gstbasesrc.c (gst_base_src_change_state): Allow a
21808         NO_PREROLL from gst_element_change_state to fall through.
21809
21810 2005-10-07  Wim Taymans  <wim@fluendo.com>
21811
21812         * gst/gstghostpad.c: (gst_ghost_pad_get_internal),
21813         (gst_ghost_pad_do_activate_push):
21814         Activating a ghostpad with no internal pad in push mode
21815         is ok.
21816
21817 2005-10-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21818
21819         * gst/gstobject.h:
21820           there's no point in wrapping FLAG_SET/_UNSET in STMT macros.
21821           Fixes compilation on Windows.
21822
21823 2005-10-07  Michael Smith <msmith@fluendo.com>
21824
21825         * tools/gst-inspect.c:
21826           Print out feature and plugin count at the end when printing out
21827           all features.
21828
21829 2005-10-04  Michael Smith <msmith@fluendo.com>
21830
21831         * gst/gsterror.c: (_gst_stream_errors_init):
21832           Add another error string used in a few existing plugins.
21833
21834         * gst/gstplugin.c:
21835         * gst/gstpluginfeature.c: (gst_plugin_feature_load):
21836         * tools/gst-inspect.c: (print_element_info):
21837           When a feature disappears from a plugin (and the feature exists in
21838           the cached registry file), things went horribly wrong. This isn't a
21839           complete fix, we should actually be removing the 'missing' features
21840           from the features list when we load the actual plugin. That's not
21841           yet implemented. 
21842
21843 2005-10-04  Johan Dahlin  <johan@gnome.org>
21844
21845         * check/gst/gstiterator.c: (GST_START_TEST):
21846         * gst/gstbin.c: (gst_bin_iterate_elements),
21847         (gst_bin_iterate_recurse), (gst_bin_iterate_sorted):
21848         * gst/gstelement.c: (gst_element_iterate_pads):
21849         * gst/gstformat.c: (gst_format_iterate_definitions):
21850         * gst/gstiterator.c: (gst_iterator_init), (gst_iterator_new),
21851         (gst_iterator_new_list), (gst_iterator_filter):
21852         * gst/gstiterator.h:
21853         * gst/gstquery.c: (gst_query_type_iterate_definitions):
21854         Add a GType to GstIterator, update callsites and tests.
21855
21856 2005-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21857
21858         * gst/gstpad.c: (gst_pad_event_default_dispatch):
21859           give events a chance to be handled by event probes when the pad
21860           is not linked
21861
21862 2005-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21863
21864         * gst/gstevent.c: (gst_event_type_get_name),
21865         (gst_event_type_to_quark), (gst_event_finalize), (gst_event_new):
21866         * gst/gstevent.h:
21867           add string representations for event types
21868
21869 2005-10-06  Wim Taymans  <wim@fluendo.com>
21870
21871         * gst/elements/gstfilesink.c: (gst_file_sink_close_file):
21872         Don't use NULL pointers.
21873
21874 2005-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21875
21876         * gst/gst_private.h:
21877         * gst/gstbus.c:
21878         * gst/gstelement.c:
21879         * gst/gstinfo.c:
21880         * gst/gstpluginfeature.c:
21881           widen the debug category in output to fit the biggest one we have
21882           add a bus category and use it
21883           play with the colors
21884           fix up some categories
21885
21886 2005-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21887
21888         * gst/gstghostpad.c: (gst_ghost_pad_internal_do_activate_push):
21889           add push activation of sink ghost pads.
21890           Andye, please verify
21891
21892 2005-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21893
21894         * gst/gstutils.c: (gst_element_link_pads):
21895           fix a bug in the case where neither element has a pad
21896         * check/gst/gstelement.c: (GST_START_TEST), (gst_element_suite):
21897           add a test for that case
21898
21899 2005-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21900
21901         * gst/gstpad.c: (gst_pad_push), (gst_pad_push_event):
21902           emit have-data before checking for peers.  This allows
21903           for probe handlers to connect elements.  This helps autopluggers.
21904         * check/gst/gstpad.c: (GST_START_TEST), (_probe_handler),
21905         (gst_pad_suite):
21906           add six checks, linked/unlinked with no/true/false probe
21907
21908 2005-10-04  Wim Taymans  <wim@fluendo.com>
21909
21910         * gst/elements/gstfakesink.c: (gst_fake_sink_get_property),
21911         (gst_fake_sink_event), (gst_fake_sink_preroll),
21912         (gst_fake_sink_render), (gst_fake_sink_change_state):
21913         * gst/elements/gstfakesrc.c: (gst_fake_src_event_handler),
21914         (gst_fake_src_get_property), (gst_fake_src_create),
21915         (gst_fake_src_stop):
21916         * gst/elements/gstidentity.c: (gst_identity_stop):
21917         Protect last_message with lock.
21918
21919 2005-10-04  Edward Hervey  <edward@fluendo.com>
21920
21921         * gst/gstformat.h: 
21922         Added precision in the comments for GST_FORMAT_DEFAULT
21923
21924 2005-10-04  Tim-Philipp Müller  <tim at centricular dot net>
21925
21926         * tools/gst-launch.c: (main):
21927           Don't try to run erroneous pipelines.
21928
21929 2005-10-04  Julien MOUTTE  <julien@moutte.net>
21930
21931         * gst/gstbus.c: We don't need this header.
21932
21933 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21934
21935         * configure.ac:
21936           back to development
21937
21938 === release 0.9.3 ===
21939
21940 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21941
21942         * README:
21943         * configure.ac:
21944           Releasing 0.9.3, "Unregistered"
21945
21946 2005-10-03  Andy Wingo  <wingo@pobox.com>
21947
21948         * gst/gstpad.c (gst_pad_activate_push): There is a race condition
21949         whereby calling a pad's activatepush() function can start a thread
21950         that starts to push or pull before the pad gets the FLUSHING flag
21951         unset. Hack around it by holding the stream lock until the flag is
21952         set. Need to replace this with a proper solution. Together with
21953         the ghost pad fixes, this fixes mp3 playing/tagreading.
21954
21955         * docs/design/part-gstghostpad.txt: Add a note about activation of
21956         proxy pads outside of ghost pads.
21957
21958         * gst/gstghostpad.c: Implement the ghost pad activation design.
21959
21960 2005-10-02  Andy Wingo  <wingo@pobox.com>
21961
21962         * gst/gstobject.h (GST_OBJECT_REFCOUNT_VALUE): Just use the int.
21963         It is volatile, after all.
21964
21965         * docs/design/part-gstghostpad.txt: Flesh out activation with
21966         ghost pads.
21967
21968         * gst/base/gstbasesrc.c (gst_base_src_init): Use
21969         GST_DEBUG_FUNCPTR.
21970
21971 2005-10-02  Tim-Philipp Müller  <tim at centricular dot net>
21972
21973         * configure.ac:
21974           Fix (unused) AM_CONDITIONAL tests.
21975
21976 2005-10-01  Alessandro Decina  <alessandro at nnva dot org>
21977
21978         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21979
21980         * gst/gstutils.c: (gst_pad_query_convert):
21981           Add assertion that makes sure src_val is >=0, just like
21982           gst_query_new_convert() has. (#315895)
21983
21984 2005-09-30  Edward Hervey  <edward@fluendo.com>
21985
21986         * gst/elements/gsttee.c: (gst_tee_do_push), (gst_tee_handle_buffer):
21987         Let's not iterate pads we're not interested in, it avoids getting 
21988         sky-high refcounts on sinkpad.
21989
21990 2005-09-30  Wim Taymans  <wim@fluendo.com>
21991
21992         * gst/gstelement.c: (gst_element_set_state),
21993         (gst_element_change_state):
21994         Small tweak, element in ASYNC remains ASYNC.
21995
21996 2005-09-30  Wim Taymans  <wim@fluendo.com>
21997
21998         * gst/base/gstbasesink.c: (gst_base_sink_change_state):
21999         Only error is an error.
22000
22001         * gst/gstbin.c: (gst_bin_change_state):
22002         Better debugging.
22003
22004         * gst/gstpad.c: (gst_pad_alloc_buffer), (gst_pad_chain):
22005         Also call pad_block in pad alloc.
22006
22007         * gst/gstutils.c: (gst_flow_get_name):
22008         Better debugging.
22009
22010 2005-09-29  Tim-Philipp Müller  <tim at centricular dot net>
22011
22012         * gst/base/gstbasesrc.c: (gst_base_src_class_init),
22013         (gst_base_src_get_range):
22014           Fix documentation typos. Add some more debug info.
22015
22016 2005-09-29  David Schleef  <ds@schleef.org>
22017
22018         * gst/gstplugin.c: (gst_plugin_load_file): Make some error messages
22019           more end-user friendly.
22020         * tools/gst-inspect.c: (main): Check if command-line argument is
22021           a file and attempt to load that file as a plugin.
22022
22023 2005-09-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22024
22025         * check/gst/gstbin.c:
22026         * check/states/sinks.c:
22027           fix tests for the new warning
22028         * check/gst/gstpipeline.c:
22029           add a test for pipeline and bus interaction
22030         * gst/gstelement.c:
22031           elements should be NULL if they get disposed; add a warning if not
22032
22033 2005-09-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22034
22035         * gst/gstobject.c:
22036           for 2.6 refcounting, make debug log more correct by printing
22037           the actual refcounts at the time of swap (Wim)
22038
22039 2005-09-29  Andy Wingo  <wingo@pobox.com>
22040
22041         * gst/gstbus.c (gst_bus_remove_signal_watch): New function,
22042         removes signal watches previously added via
22043         gst_bus_add_signal_watch.
22044         (gst_bus_add_signal_watch): Don't return the source id, just store
22045         it on the bus if there wasn't an id already.
22046
22047         * gst/gstbus.h (GstBus): Add a couple new fields. API changes for
22048         add_signal_watch and remove_signal_watch.
22049
22050 2005-09-29  Edward Hervey  <edward@fluendo.com>
22051
22052         * libs/gst/controller/gstcontroller.c: (gst_controller_new_list): 
22053         Better if we actually iterate the list :)
22054
22055 2005-09-29  Wim Taymans  <wim@fluendo.com>
22056
22057         * check/gst/gstbin.c: (GST_START_TEST):
22058         Change for new bus API.
22059
22060         * check/gst/gstbus.c: (message_func_eos), (message_func_app),
22061         (send_messages), (GST_START_TEST), (gstbus_suite):
22062         Change for new bus signal API.
22063
22064         * gst/gstbus.c: (gst_bus_class_init), (gst_bus_have_pending),
22065         (gst_bus_source_prepare), (gst_bus_source_check),
22066         (gst_bus_create_watch), (gst_bus_add_watch_full),
22067         (gst_bus_add_watch), (gst_bus_poll), (gst_bus_async_signal_func),
22068         (gst_bus_sync_signal_handler), (gst_bus_add_signal_watch):
22069         * gst/gstbus.h:
22070         Remove support for multiple GSources operating on different
22071         message types as it is too complex and unneeded when using
22072         signals.
22073         Added support for receiving signals from the bus.
22074
22075 2005-09-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22076
22077         * docs/libs/tmpl/gstdataprotocol.sgml:
22078         * docs/manual/advanced-dataaccess.xml:
22079         * gst/elements/gstcapsfilter.c:
22080         * gst/gstutils.c:
22081           rename filter-caps to caps property
22082
22083 2005-09-29  Tim-Philipp Müller  <tim at centricular dot net>
22084
22085         * gst/gstvalue.c: (gst_value_deserialize_fraction):
22086           More robust fraction string parsing.
22087
22088         * docs/pwg/appendix-porting.xml:
22089           Mention gst_pad_use_explicit_caps() => gst_pad_use_fixed_caps()
22090
22091 2005-09-29  Tim-Philipp Müller  <tim at centricular dot net>
22092
22093         * gst/gstcaps.c: (gst_caps_do_simplify):
22094           Thou shalt not free a structure and then continue using it
22095           in the next loop iteration.
22096
22097         * check/gst/gstcaps.c: (check_fourcc_list), (test_simplify),
22098         (gst_caps_suite):
22099           Add test case for caps simplification.
22100
22101 2005-09-29  Wim Taymans  <wim@fluendo.com>
22102
22103         * check/gst/gstbin.c: (GST_START_TEST):
22104         Oops.
22105
22106 2005-09-29  Wim Taymans  <wim@fluendo.com>
22107
22108         * check/gst/gstbin.c: (GST_START_TEST):
22109         Add bus to bin.
22110
22111         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_init),
22112         (add_to_queue), (clear_queue), (reset_degree), (update_degree),
22113         (find_element), (gst_bin_sort_iterator_next),
22114         (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free),
22115         (gst_bin_iterate_sorted), (gst_bin_element_set_state),
22116         (gst_bin_change_state), (gst_bin_dispose):
22117         A bin does not have a bus, it gets the bus from the parent.
22118
22119         * gst/gstelement.c: (gst_element_requires_clock),
22120         (gst_element_provides_clock), (gst_element_is_indexable),
22121         (gst_element_is_locked_state), (gst_element_change_state),
22122         (gst_element_set_bus_func):
22123         Small cleanups.
22124
22125         * gst/gstpipeline.c: (gst_pipeline_class_init),
22126         (gst_pipeline_init), (gst_pipeline_provide_clock_func):
22127         The pipeline provides a bus.
22128
22129 2005-09-28  Johan Dahlin  <johan@gnome.org>
22130
22131         * gst/gstmessage.c (gst_message_parse_state_changed): Use
22132         gst_structure_get_enum instead of gst_structure_get_int
22133
22134         * gst/gststructure.c (gst_structure_get_enum): Impl.
22135
22136         * gst/gststructure.h (gst_structure_get_enum): Add
22137
22138         * docs/gst/gstreamer-sections.txt: Ditto
22139
22140         * gst/gstmessage.c (gst_message_new_state_changed): Use
22141         GST_TYPE_STATE instead of G_TYPE_INT, mainly for language bindings
22142         which does introspection.
22143         Reviewed by Christian Schaller
22144
22145 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22146
22147         * gst/gstinfo.c: (gst_debug_log_default):
22148           don't do dummy g_strdup()s
22149         * libs/gst/controller/gstcontroller.c:
22150         (on_object_controlled_property_changed),
22151         (gst_controlled_property_new), (gst_controller_new_valist),
22152         (gst_controller_new_list),
22153         (gst_controller_remove_properties_valist), (gst_controller_set),
22154         (gst_controller_get), (gst_controller_sync_values),
22155         (gst_controller_get_value_array), (_gst_controller_class_init),
22156         (gst_controller_get_type):
22157         * libs/gst/controller/gstcontroller.h:
22158         * libs/gst/controller/gstinterpolation.c:
22159         (gst_controlled_property_find_timed_value_node):
22160           convert // to /**/ comments
22161
22162 2005-09-28  Wim Taymans  <wim@fluendo.com>
22163
22164         * gst/gstbus.c: (marshal_VOID__MINIOBJECT), (gst_bus_class_init),
22165         (gst_bus_post), (poll_func), (gst_bus_async_signal_func),
22166         (gst_bus_sync_signal_handler):
22167         * gst/gstbus.h:
22168         Added async-message and sync-message signals to the bus.
22169         Added helper BusFunc to emit signals for all posted messages.
22170
22171         * gst/gstmessage.c: (gst_message_type_get_name),
22172         (gst_message_type_to_quark), (gst_message_get_type):
22173         * gst/gstmessage.h:
22174         Register quarks for message names.
22175
22176 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22177
22178         * docs/libs/gstreamer-libs-sections.txt:
22179         * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist),
22180         (gst_controller_new_list):
22181         * libs/gst/controller/gstcontroller.h:
22182           added another constructor for language bindings
22183
22184 2005-09-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22185
22186         * check/gst/gstpipeline.c: (GST_START_TEST), (gst_pipeline_suite):
22187           add another check
22188         * gst/gstbus.c:
22189           add some doc
22190         * gst/gstinfo.c: (_gst_debug_init):
22191           slightly more readable color for refcount debugging
22192
22193 2005-09-28  Wim Taymans  <wim@fluendo.com>
22194
22195         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_provide_clock_func),
22196         (add_to_queue), (clear_queue), (reset_degree), (update_degree),
22197         (find_element), (gst_bin_sort_iterator_next),
22198         (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free),
22199         (gst_bin_iterate_sorted), (gst_bin_element_set_state),
22200         (gst_bin_change_state), (gst_bin_dispose):
22201         Small doc fixes. get_clock -> provide_clock.
22202
22203         * gst/gstelement.c: (gst_element_class_init),
22204         (gst_element_provides_clock), (gst_element_provide_clock),
22205         (gst_element_get_clock), (gst_element_commit_state),
22206         (gst_element_lost_state):
22207         * gst/gstelement.h:
22208         Make get/set_clock() symetric. Add provide_clock vmethod since
22209         that is actually what this function does.
22210
22211         * gst/gstpipeline.c: (gst_pipeline_class_init),
22212         (gst_pipeline_change_state), (gst_pipeline_provide_clock_func),
22213         (gst_pipeline_get_clock):
22214         get_clock -> provide_clock.
22215
22216 2005-09-28  Andy Wingo  <wingo@pobox.com>
22217
22218         * gst/base/gstbasesrc.c (gst_base_src_unlock): Comment a bit in
22219         lieu of real docs...
22220
22221         * gst/elements/gstfdsrc.c: Cleaned up a bit.
22222
22223 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
22224
22225         * gst/elements/gstcapsfilter.c:
22226         * gst/elements/gstfakesink.c:
22227         * gst/elements/gstfakesrc.c:
22228         * gst/elements/gstfdsink.c:
22229         * gst/elements/gstfdsrc.c:
22230         * gst/elements/gstfilesink.c:
22231         * gst/elements/gstfilesrc.c:
22232         * gst/elements/gstidentity.c:
22233         * gst/elements/gsttee.c:
22234         * gst/elements/gsttypefindelement.c:
22235           Make element details static.
22236
22237 2005-09-28  Wim Taymans  <wim@fluendo.com>
22238
22239         * gst/gstbin.c: (add_to_queue), (clear_queue), (reset_outdegree),
22240         (update_outdegree), (find_element), (gst_bin_sort_iterator_next),
22241         (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free),
22242         (gst_bin_iterate_sorted), (gst_bin_element_set_state),
22243         (gst_bin_change_state), (gst_bin_dispose):
22244         Some documentation updates.
22245         Clean up dispose handlers.
22246
22247         * gst/gstobject.c: (gst_object_ref), (gst_object_unref):
22248         * gst/gstpad.c: (gst_pad_dispose):
22249         Clean up dispose handler.
22250
22251         * gst/gstpipeline.c: (gst_pipeline_change_state):
22252         Removed spurious UNLOCK.
22253
22254 2005-09-27  Stefan Kost  <ensonic@users.sf.net>
22255
22256         * docs/gst/gstreamer-sections.txt:
22257         * gst/base/gstbasesrc.h:
22258         * gst/gstelement.h:
22259         * gst/gstevent.h:
22260         * gst/gstobject.h:
22261         * gst/gstpad.h:
22262         * gst/gstpipeline.c:
22263         * gst/gstpipeline.h:
22264         * gst/gstutils.h:
22265         * gst/gstxml.h:
22266           added two new functions to the docs
22267                 documents all undocumented GstXXXFlags
22268                 completed some incomplete docs 
22269
22270 2005-09-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22271
22272         * gst/gstbin.c: (gst_bin_dispose):
22273         * gst/gstelement.c: (gst_element_dispose):
22274           remove now useless and leaky resurrection code in dispose
22275         * gst/base/gstbasesrc.c: (gst_base_src_init):
22276         * gst/gstelementfactory.c: (gst_element_factory_create):
22277         * gst/gstobject.c: (gst_object_set_parent):
22278           add some debugging
22279
22280 2005-09-27  Wim Taymans  <wim@fluendo.com>
22281
22282         * docs/design/part-TODO.txt:
22283         Update TODO.
22284
22285         * gst/gstbin.c: (add_to_queue), (clear_queue), (reset_outdegree),
22286         (update_outdegree), (find_element), (gst_bin_sort_iterator_next),
22287         (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free),
22288         (gst_bin_iterate_sorted), (gst_bin_element_set_state),
22289         (gst_bin_change_state):
22290         * gst/gstelement.h:
22291         Remove element variable, we keep element info in the iterator now.
22292
22293 2005-09-27  Andy Wingo  <wingo@pobox.com>
22294
22295         * libs/gst/dataprotocol/dataprotocol.c: Fix error-checking return
22296         values.
22297
22298 2005-09-27  Wim Taymans  <wim@fluendo.com>
22299
22300         * check/gst/gstbin.c: (GST_START_TEST):
22301         Enable check that works now.
22302
22303         * gst/gstbin.c: (add_to_queue), (clear_queue), (reset_outdegree),
22304         (update_outdegree), (find_element), (gst_bin_sort_iterator_next),
22305         (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free),
22306         (gst_bin_iterate_sorted), (gst_bin_element_set_state),
22307         (gst_bin_change_state):
22308         * gst/gstbin.h:
22309         Redid the state change algorithm using a topological sort algo.
22310         Handles all cases correctly.
22311         Exposed iterator for state change order.
22312
22313         * gst/gstelement.h:
22314         Temp storage for state changes. Need to get rid of this soon.
22315
22316 2005-09-27  Wim Taymans  <wim@fluendo.com>
22317
22318         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_do_push):
22319         * gst/gstutils.c: (intersect_caps_func), (gst_pad_proxy_getcaps),
22320         (link_fold_func), (gst_pad_proxy_setcaps):
22321         Leak fixes, the fold functions need to unref the passed object and
22322         _get_parent_*() returns ref to parent.
22323
22324 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
22325
22326         * check/gst/gstbuffer.c: (test_make_writable):
22327           Plug leak in test case and fix 'make check-valgrind'
22328
22329 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
22330
22331         * gst/gstbuffer.c: (gst_subbuffer_init):
22332           Set READONLY flag on subbuffers, so that gst_buffer_make_writable()
22333           works correctly in all circumstances (we could have just copied
22334           the parent buffer's readonly flag, but conceptually it seems
22335           cleaner to mark all subbuffers as read-only). (based on patch
22336           by Alessandro Decina, #314710).
22337         
22338         * check/gst/gstbuffer.c: (create_read_only_buffer),
22339         (test_make_writable), (test_subbuffer_make_writable),
22340         (gst_test_suite):
22341           Add some tests for gst_buffer_make_writable().
22342
22343 2005-09-27  Wim Taymans  <wim@fluendo.com>
22344
22345         * gst/gstbin.c: (bin_element_is_semi_sink), (gst_bin_change_state):
22346         use gst_object_has_ancestor().
22347
22348         * gst/gstobject.c: (gst_object_has_ancestor):
22349         * gst/gstobject.h:
22350         gst_object_has_ancestor() copied from gstbin.c as it is a
22351         useful function.
22352
22353         * tests/instantiate/create.c: (create_all_elements):
22354         * tests/lat.c: (handoff_src), (handoff_sink):
22355         * tests/sched/runxml.c: (main):
22356         * tests/seeking/seeking1.c: (main):
22357         * tests/threadstate/threadstate2.c: (bus_handler), (timeout_func),
22358         (main):
22359         Fix compilation of some tests.
22360
22361 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
22362
22363         * gst/gsterror.h:
22364           Remove comment. GST_TYPE_G_ERROR is here to stay,
22365           G_TYPE_ERROR has been WONTFIX'ed by the GLib folks
22366           (#316961, #300610).
22367
22368 2005-09-26  Wim Taymans  <wim@fluendo.com>
22369
22370         * check/gst/gstbin.c: (GST_START_TEST), (gst_bin_suite):
22371         Added check that shows error in state change order.
22372
22373 2005-09-26  Wim Taymans  <wim@fluendo.com>
22374
22375         * gst/gstbin.c: (gst_bin_change_state):
22376         Make state change function use 3 queues again, we were
22377         adding elements in the wrong order.
22378
22379         * gst/gstghostpad.c: (gst_ghost_pad_do_unlink):
22380         Some debug info,
22381
22382         * gst/gstpad.c: (gst_pad_dispose):
22383         Added some debug info first.
22384
22385 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
22386
22387         * docs/design/draft-push-pull.txt:
22388         * docs/design/part-events.txt:
22389         * docs/design/part-overview.txt:
22390         * docs/design/part-scheduling.txt:
22391           Replace all _pull_region() with _pull_range()
22392           
22393 2005-09-26  Andy Wingo  <wingo@pobox.com>
22394
22395         * gst/gstvalue.c (_gst_value_initialize): Better fakeout.
22396
22397         * check/gst-libs/controller.c: Update for controller api change.
22398
22399         * configure.ac: 
22400         * tests/Makefile.am:
22401         * tests/memchunk: Remove memchunk benchmark stuff, this is taken
22402         over by GLib bug 118439.
22403         
22404         * gst/base/gstbasesink.c (gst_base_sink_wait): Factor out the wait
22405         routines to a function.
22406
22407         * docs/libs/gstreamer-libs-sections.txt: I am a good person today.
22408
22409         * libs/gst/controller/gsthelper.c:
22410         * libs/gst/controller/gstcontroller.h (gst_controller_sync_values)
22411         (gst_object_sync_values): Renamed from sink_values. Ugh.
22412
22413         * libs/gst/controller/gsthelper.c: Update for __gst_controller_key.
22414
22415         * libs/gst/controller/gstcontroller.c (__gst_controller_key):
22416         Renamed from controller_key, as it is exported.
22417
22418         * gst/gstvalue.c (_gst_value_initialize): Fake out the compiler.
22419
22420 2005-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22421
22422         * gst/Makefile.am:
22423         * gst/gst.h:
22424         * gst/gstpad.h:
22425         * gst/gstpadtemplate.h:
22426         * gst/gstquery.c:
22427         * gst/gstquery.h:
22428         * gst/gstqueryutils.c:
22429         * gst/gstqueryutils.h:
22430           remove queryutils headers after moving the two used functions
22431           to gstquery.  also fixes build problem for gstsiddec
22432
22433 2005-09-26  Michael Smith <msmith@fluendo.com>
22434
22435         * tools/gst-launch.1.in:
22436         Correct documentation in manpage of debug syntax
22437
22438 2005-09-26  Wim Taymans  <wim@fluendo.com>
22439
22440         * gst/base/gstbasesrc.c: (gst_base_src_get_range),
22441         (gst_base_src_is_seekable), (gst_base_src_change_state):
22442         Some more debugging info.
22443
22444 2005-09-25  Stefan Kost  <ensonic@users.sf.net>
22445
22446         * docs/gst/gstreamer-sections.txt:
22447         * gst/base/gstbasetransform.h:
22448         * gst/gstindex.h:
22449           added more docs
22450
22451 2005-09-25  Stefan Kost  <ensonic@users.sf.net>
22452
22453         * docs/gst/.cvsignore:
22454         * docs/gst/tmpl/.cvsignore:
22455         * docs/gst/tmpl/gstpipeline.sgml:
22456         * docs/gst/tmpl/gstplugin.sgml:
22457         * gst/gstpipeline.c:
22458         * gst/gstplugin.c:
22459         * gst/gstplugin.h:
22460           inlined the last two docs files
22461           removed the tmpl directory from cvs (no more conflicts here!)
22462
22463 2005-09-25  Stefan Kost  <ensonic@users.sf.net>
22464
22465         * docs/gst/gstreamer-sections.txt:
22466         * docs/gst/tmpl/.cvsignore:
22467         * docs/gst/tmpl/gstpad.sgml:
22468         * docs/gst/tmpl/gstpadtemplate.sgml:
22469         * gst/Makefile.am:
22470         * gst/gstpad.c: (gst_pad_class_init), (gst_pad_dispose),
22471         (gst_pad_finalize), (gst_pad_set_pad_template):
22472         * gst/gstpad.h:
22473         * gst/gstpadtemplate.c: (gst_pad_template_get_type),
22474         (gst_pad_template_class_init), (gst_pad_template_init),
22475         (gst_pad_template_dispose), (name_is_valid),
22476         (gst_static_pad_template_get), (gst_pad_template_new),
22477         (gst_static_pad_template_get_caps), (gst_pad_template_get_caps),
22478         (gst_pad_template_pad_created):
22479         * gst/gstpadtemplate.h:
22480           inlined two more docs
22481           factored gstpadtemplate out of gstpad
22482
22483 2005-09-24  Tim-Philipp Müller  <tim at centricular dot net>
22484
22485         * check/gst/gstbin.c: (test_children_state_change_order_flagged_sink),
22486         (test_children_state_change_order_semi_sink):
22487           Fix test case: we can't rely on a fixed state change order when
22488           going from READY => PAUSED because the sink might commit its 
22489           new state first when the first buffer created by the source 
22490           reaches the sink before the source has finished its change state.
22491           (Test case still fails at times, see #316856, comment 5 onwards)
22492
22493 2005-09-24  Wim Taymans  <wim@fluendo.com>
22494
22495         * docs/design/part-events.txt:
22496         * docs/design/part-gstbus.txt:
22497         * docs/design/part-gstpipeline.txt:
22498         * docs/design/part-messages.txt:
22499         * docs/design/part-overview.txt:
22500         * docs/design/part-segments.txt:
22501         * gst/gstbin.c:
22502         * gst/gstbuffer.c:
22503         * gst/gstclock.c:
22504         * gst/gstelement.c:
22505         * gst/gstevent.c:
22506         * gst/gstfilter.c:
22507         * gst/gstiterator.c:
22508         Various documentation updates.
22509
22510 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22511
22512         * gst/gstclock.h:
22513           Well, that's embarassing.  Luckily we weren't using
22514           GST_CLOCK_DIFF anywhere.
22515
22516 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22517
22518         * common/gtk-doc.mak:
22519           don't fail on building XML, FC4 slave shows a bunch of doc
22520           missing bits that I don't get
22521         * gst/gstpad.c:
22522         * gst/gstpipeline.c:
22523         * gst/gststructure.c:
22524           some doc updates
22525
22526 2005-09-23  Tim-Philipp Müller  <tim at centricular dot net>
22527
22528         * docs/design/part-gstbin.txt:
22529         * docs/design/part-gstbus.txt:
22530         * gst/gstbus.c:
22531           Add blurb about how the bus goes into flushing mode and
22532           drops all messages when its bin goes from READY into NULL 
22533           state.
22534
22535 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22536
22537         * docs/gst/gstreamer-sections.txt:
22538         * gst/gststructure.c: (gst_structure_get_clock_time):
22539         * gst/gststructure.h:
22540           add a method to get a GstClockTime out of a structure
22541
22542 2005-09-23  Tim-Philipp Müller  <tim at centricular dot net>
22543
22544         * check/gst/gstbin.c: (test_children_state_change_order_flagged_sink),
22545         (test_children_state_change_order_semi_sink), (gst_bin_suite):
22546           Added test to check state change order in bins (can still be made
22547           to fail here under heavy disk load; bails out with 'Push on pad
22548           fakesink:sink0, but it was not activated in push mode').
22549
22550         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_change_state):
22551           Fix state change order when there is only a semi sink (#316856)
22552
22553         * gst/gstbus.c: (gst_bus_class_init):
22554           Use _class_peek_parent(), not _class_ref(); fix docs to say
22555           'default main context' instead of 'mainloop' where that is
22556           what's meant.
22557
22558         * gst/gstelement.c: (gst_element_commit_state),
22559         (gst_element_set_state):
22560           Fix typos in debug messages
22561
22562 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22563
22564         * docs/README:
22565         * gst/gstpad.c: (gst_pad_class_init), (gst_pad_chain):
22566         * gst/gstpluginfeature.c:
22567         * gst/gstutils.c:
22568           various doc updates
22569         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
22570           change an assert into an error until it gets fixed properly
22571
22572 2005-09-23  Stefan Kost  <ensonic@users.sf.net>
22573
22574         * docs/gst/gstreamer-sections.txt:
22575         * docs/gst/tmpl/.cvsignore:
22576         * docs/gst/tmpl/gstelement.sgml:
22577         * docs/gst/tmpl/gstinfo.sgml:
22578         * docs/gst/tmpl/gstobject.sgml:
22579         * gst/gstelement.c:
22580         * gst/gstelement.h:
22581         * gst/gstinfo.c:
22582         * gst/gstinfo.h:
22583         * gst/gstobject.c: (gst_object_class_init):
22584         * gst/gstobject.h:
22585           inlined 3 more biiiig doc files and added some missing docs on the fly
22586
22587 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22588
22589         * check/gst/.cvsignore:
22590         * check/gst/gstplugin.c: (GST_START_TEST), (gst_plugin_suite):
22591         * gst/gstregistryxml.c: (load_plugin),
22592         (gst_registry_xml_save_plugin):
22593           put back source in registry.  add checks for find_plugin.
22594         * testsuite/states/bin.c: (assert_state), (empty_bin),
22595         (test_adding_one_element), (main):
22596         * testsuite/states/locked.c: (main):
22597           some compile/run fixes
22598
22599 2005-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22600
22601         * check/gst/gstvalue.c: (GST_START_TEST):
22602           fix leaks in the test itself
22603
22604 2005-09-22  Wim Taymans  <wim@fluendo.com>
22605
22606         * gst/base/gstbasesink.c: (gst_base_sink_class_init),
22607         (gst_base_sink_send_event), (gst_base_sink_peer_query),
22608         (gst_base_sink_query):
22609         Prepare for more accurate position reporting and query
22610         handling.
22611
22612         * gst/gstelement.c: (gst_element_send_event),
22613         (gst_element_set_state):
22614         Add some comment.
22615
22616 2005-09-22  Wim Taymans  <wim@fluendo.com>
22617
22618         * gst/gstquery.c: (gst_query_new_segment), (gst_query_set_segment),
22619         (gst_query_parse_segment):
22620         * gst/gstquery.h:
22621         More documentation.
22622         Add segment query for future use.
22623
22624 2005-09-22  Wim Taymans  <wim@fluendo.com>
22625
22626         * gst/gstbin.c: (gst_bin_add_func):
22627         Some more debug info.
22628
22629         * gst/gstelement.c: (gst_element_send_event):
22630         Simplify send_event
22631
22632         * gst/gstelement.h:
22633         Don't know how flags got broken.
22634
22635         * gst/gstquery.h:
22636         Added new query.
22637
22638 2005-09-22  Tim-Philipp Müller  <tim at centricular dot net>
22639
22640         * check/gst/gstvalue.c: (test_date), (gst_value_suite):
22641           Add simplistic test suite for GST_TYPE_DATE serialisation and
22642           deserialisation.
22643
22644 2005-09-22  Tim-Philipp Müller  <tim at centricular dot net>
22645
22646         * docs/gst/gstreamer-sections.txt:
22647         * gst/gststructure.c: (gst_structure_set_valist),
22648         (gst_structure_get_date):
22649         * gst/gststructure.h:
22650         * gst/gstvalue.c: (gst_value_set_date), (gst_value_get_date),
22651         (gst_date_copy), (gst_value_compare_date),
22652         (gst_value_serialize_date), (gst_value_deserialize_date),
22653         (gst_value_transform_date_string),
22654         (gst_value_transform_string_date), (_gst_value_initialize):
22655         * gst/gstvalue.h:
22656           Add GST_TYPE_DATE, a boxed type that wraps GDate, and the usual
22657           bunch of utility functions along with a hack that checks that
22658           developers don't accidentally use G_TYPE_DATE where GST_TYPE_DATE
22659           is required. Part of the grand scheme in #170777.
22660
22661 2005-09-22  Andy Wingo  <wingo@pobox.com>
22662
22663         * gst/gstconfig.h.in: Psych out gtk-doc.
22664
22665         * docs/gst/gstreamer-sections.txt: Add GST_HAVE_GLIB_2_8.
22666
22667         * check/Makefile.am (check_PROGRAMS): Add gstplugin to the tests.
22668
22669         * tools/gst-inspect.c (print_element_list): Plug some
22670         inconsequential leaks.
22671
22672         * gst/gstregistry.c (gst_registry_get_default): Doc.
22673
22674         * check/gst/gstplugin.c: 
22675         * gst/gsttypefindfactory.c (gst_type_find_factory_call_function):
22676         * gst/gstelementfactory.c (gst_element_factory_create): 
22677         * gst/gstindexfactory.c (gst_index_factory_create): Update for
22678         refcount changes.
22679
22680         * gst/gstpluginfeature.c (gst_plugin_feature_list_free): Doc.
22681         (gst_plugin_feature_load): Doc, don't eat refs.
22682
22683         * gst/gstplugin.c (gst_plugin_load): Doc, don't eat refs.
22684         (gst_plugin_list_free): Doc.
22685         (gst_plugin_load_file): Doc updates.
22686
22687         * gst/gstbuffer.c (gst_buffer_get_caps): Like all our _get
22688         accessors returning refcounted objects, return a ref.
22689
22690         * check/gst/gstbuffer.c (GST_START_TEST): Use refcount-idempotent
22691         accessor for caps. IDEMPOTENCE. Oh yes.
22692
22693 2005-09-21  Francis Labonte  <francis_labonte at hotmail dot com>
22694
22695         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22696
22697         * gst/gstinfo.c: (_gst_debug_nameof_funcptr),
22698         (_gst_debug_register_funcptr):
22699           Add mutex to serialise access to the hash table with
22700           the function pointer => function name string mapping;
22701           make that hash table static scope (#316809).
22702
22703         * gst/registries/.cvsignore:
22704           Remove left-over file.
22705
22706 2005-09-21  Tim-Philipp Müller  <tim at centricular dot net>
22707
22708         * docs/pwg/appendix-porting.xml:
22709           And something about newsegment events and caps-on-buffers to
22710           the porting guide (feel free to improve).
22711
22712 2005-09-21  Andy Wingo  <wingo@pobox.com>
22713
22714         * check/gst/gstutils.c (test_buffer_probe_n_times): Add tests for
22715         data and event probes on the same pad.
22716         (test_buffer_probe_once): Test that removing probes from within
22717         the probe functions works.
22718
22719 2005-09-21  Andy Wingo  <wingo@pobox.com>
22720
22721         * check/gst/gstutils.c: New file.
22722         (test_buffer_probe_n_times): A simple buffer probe test. More to
22723         come, foolios.
22724
22725         * gst/gstutils.c (gst_pad_add_buffer_probe): Connect to
22726         have-data::buffer, not have-data.
22727         (gst_pad_add_event_probe): Likewise for have-data::event.
22728         (gst_pad_add_data_probe): More docs. The part about 'resolving the
22729         peer' isn't quite right yet though.
22730         (gst_pad_remove_buffer_probe, gst_pad_remove_event_probe) 
22731         (gst_pad_remove_data_probe): Change to take the guint handler_id
22732         as their arg, not the function+data, which is more glib-like.
22733
22734         * gst/gstpad.c (gst_pad_emit_have_data_signal): Add a detail to
22735         the signal emission to indicate if the data is a buffer or an
22736         event.
22737         (gst_pad_get_type): Initialize buffer and event quarks.
22738         (gst_pad_class_init): have-data is now a detailed signal, yes it
22739         is.
22740
22741 2005-09-21  Tim-Philipp Müller  <tim at centricular dot net>
22742
22743         * gst/base/gstbasetransform.c: (gst_base_transform_transform_size):
22744         * gst/gstutils.c: (gst_util_set_value_from_string),
22745         (gst_util_set_object_arg):
22746           Don't put functional code in g_return_if_fail() or
22747           g_return_val_if_fail() statements, otherwise things will 
22748           break when G_DISABLE_CHECKS is defined during compilation.
22749
22750 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22751
22752         * docs/gst/tmpl/.cvsignore:
22753         * docs/gst/tmpl/gstvalue.sgml:
22754         * gst/gstvalue.c:
22755         * gst/gstvalue.h:
22756           inlied another one and added  some obvious docs
22757
22758 2005-09-21  Wim Taymans  <wim@fluendo.com>
22759
22760         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
22761         (gst_fdsrc_init), (gst_fdsrc_start), (gst_fdsrc_stop),
22762         (gst_fdsrc_unlock), (gst_fdsrc_set_property),
22763         (gst_fdsrc_get_property), (gst_fdsrc_create):
22764         * gst/elements/gstfdsrc.h:
22765         Properly implement fdsrc. Removed signal and timeout,
22766         better implemented somewhere else.
22767
22768 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22769
22770         * docs/gst/tmpl/.cvsignore:
22771         * docs/gst/tmpl/gstimplementsinterface.sgml:
22772         * gst/gstinterface.c:
22773           inlined more docs
22774
22775 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22776
22777         * docs/gst/gstreamer-sections.txt:
22778         * docs/gst/tmpl/.cvsignore:
22779         * docs/gst/tmpl/gstenumtypes.sgml:
22780           remove obsolete doc file
22781
22782 2005-09-21  David Schleef  <ds@schleef.org>
22783
22784         * gst/gstelementfactory.c: (gst_element_factory_make): Drink a
22785         little beer, fix a little leak.
22786
22787 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22788
22789         * docs/gst/gstreamer-docs.sgml:
22790         * docs/gst/gstreamer-sections.txt:
22791         * docs/gst/tmpl/.cvsignore:
22792         * gst/Makefile.am:
22793         * gst/gst.h:
22794         * gst/gstbin.c:
22795         * gst/gstelement.h:
22796         * gst/gstindex.c: (gst_index_class_init):
22797         * gst/gstindex.h:
22798         * gst/gstindexfactory.c: (gst_index_factory_get_type),
22799         (gst_index_factory_class_init), (gst_index_factory_init),
22800         (gst_index_factory_finalize), (gst_index_factory_new),
22801         (gst_index_factory_destroy), (gst_index_factory_find),
22802         (gst_index_factory_create), (gst_index_factory_make):
22803         * gst/gstindexfactory.h:
22804         * gst/gstpluginfeature.c:
22805         * gst/gstpluginfeature.h:
22806         * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
22807           more docs inlined, splitted gstindex.{c,h}
22808
22809 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22810
22811         * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
22812           fix a leak
22813
22814 2005-09-20  Tim-Philipp Müller  <tim at centricular dot net>
22815
22816         * gst/elements/gstfilesink.c: (gst_file_sink_init):
22817           Set sync to FALSE by default.
22818
22819 2005-09-20  Wim Taymans  <wim@fluendo.com>
22820
22821         * gst/base/gstbasesink.c: (gst_base_sink_class_init),
22822         (gst_base_sink_init):
22823         Make sync property settable from subclass.
22824
22825         * gst/elements/gstfakesink.c: (gst_fake_sink_init),
22826         (gst_fake_sink_change_state):
22827         Set sync to FALSE by default.
22828
22829 2005-09-20  Wim Taymans  <wim@fluendo.com>
22830
22831         * gst/gstbus.c: (poll_func), (poll_timeout), (gst_bus_poll):
22832         * tools/gst-launch.c: (main):
22833         The timeout handler should have lower priority than the source
22834         so we don't timeout before popping a message with 0 timeout.
22835         Dump error messages after failed state change.
22836
22837 2005-09-20  Tim-Philipp Müller  <tim at centricular dot net>
22838
22839         * tools/gst-inspect.c: (print_element_properties_info):
22840           Fix two typos.
22841
22842 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22843
22844         * check/gst/gstevent.c:
22845         * gst/elements/gstfakesink.c:
22846         * gst/elements/gstfakesink.h:
22847           remove the sync property from fakesink.
22848           has the side effect of setting sync TRUE
22849           for fakesink, which is a change.  Anyone who knows how
22850           to fix this nicely in a GObject-y way, feel free.
22851
22852 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
22853
22854         * docs/gst/gstreamer-docs.sgml:
22855           remove probe refsection
22856
22857 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
22858
22859         * check/Makefile.am:
22860           disable valgrinding the controller test again
22861         * docs/gst/gstreamer-sections.txt:
22862           update for api-changes
22863
22864 2005-09-20  Wim Taymans  <wim@fluendo.com>
22865
22866         * gst/base/gstbasesink.c: (gst_base_sink_class_init),
22867         (gst_base_sink_set_property), (gst_base_sink_get_property),
22868         (gst_base_sink_do_sync):
22869         * gst/base/gstbasesink.h:
22870         Added sync property to basesink to disable clock sync.
22871
22872 2005-09-20  Andy Wingo  <wingo@pobox.com>
22873
22874         * gst/gstelementfactory.c (gst_element_factory_create): Avoid
22875         eating the caller's refcount.
22876
22877         * gst/gstobject.h (GST_OBJECT_REFCOUNT) 
22878         (GST_OBJECT_REFCOUNT_VALUE): Conditionally fondle the right
22879         refcount.
22880
22881         * gst/gstconfig.h.in (GST_HAVE_GLIB_2_8):
22882         * configure.ac (GST_HAVE_GLIB_2_8_DEFINE): Make the availability
22883         of GLib 2.8 public, so we can know which refcount to check in
22884         tests.
22885
22886         * gst/gstobject.c: Use the GST_HAVE_GLIB_2_8 define.
22887         (gst_object_init): Only set the gst refcount if we're going ahead
22888         with the refcount hack.
22889
22890 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
22891
22892         * check/gst-libs/controller.c: (plugin_init), (GST_START_TEST):
22893         * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
22894           more leaks plumbed, added more debug-logging
22895         * gst/gstmacros.h:
22896           whitespace fix
22897
22898 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22899
22900         * gst/gstmessage.c:
22901           remove include of gstmemchunk.h
22902
22903 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22904
22905         * gst/gstclock.c: (_gst_clock_id_free):
22906           Commit from the Political Party For More Atomic CVS Commits,
22907           so that people don't waste too much of their day fishing
22908           out obvious leaks out of massive commits.
22909           Oh, and fix a pretty damn obvious leak in the memchunk
22910           removal code.
22911
22912 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
22913
22914         * check/Makefile.am:
22915         * check/gst-libs/controller.c: (plugin_init), (GST_START_TEST):
22916           plug mem-leak, re-add to valgrindable tests
22917
22918 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22919
22920         * gst/gstplugin.h:
22921           unbreak the build for those who have chronic arthritis
22922           and typing "make check" is just too taxing on the hands
22923
22924 2005-09-20  Andy Wingo  <wingo@pobox.com>
22925
22926         * gst/gst.h: Re-add marshal to gst.h's include list -- if we
22927         really want it out, you should fix plugins at the same time.
22928
22929 2005-09-19  Stefan Kost  <ensonic@users.sf.net>
22930
22931         * configure.ac:
22932         * docs/gst/gstreamer-sections.txt:
22933         * gst/gstobject.c:
22934           added missing symbols to api docs
22935           disable ref-count hack if we have glib >= 2.8
22936
22937 2005-09-19  David Schleef  <ds@schleef.org>
22938
22939         * docs/gst/Makefile.am: Ignore a few more internal headers
22940         * docs/gst/gstreamer-docs.sgml: Remove old sections
22941         * docs/gst/gstreamer-sections.txt: Remove old sections
22942         * docs/gst/tmpl/gstobject.sgml: update
22943         * docs/gst/tmpl/gstplugin.sgml: update
22944         * docs/gst/tmpl/gstpluginfeature.sgml: update
22945         * docs/random/ds/0.9-suggested-changes: update.
22946         * gst/Makefile.am: remove memchunk and trashstack, since they're
22947           not used.
22948         * gst/gst.c: (gst_deinit): rename gst_registry_deinit to _cleanup
22949         * gst/gst.h: don't include some headers
22950         * gst/gstchildproxy.c: add gstmarshal.h
22951         * gst/gstclock.c: Don't use memchunks
22952         * gst/gstminiobject.c: Add some docs
22953         * gst/gstobject.c: remove DESTROYED flag, since it's redundant
22954         * gst/gstobject.h: same
22955         * gst/gstplugin.c: include gstmacros.h
22956         * gst/gstplugin.h: don't include gstmacros.h, since it's private
22957         * gst/gstquery.c: don't use memchunks
22958         * gst/gstregistry.c: rename gst_registry_deinit()
22959         * gst/gstregistry.h: same
22960
22961 2005-09-19  David Schleef  <ds@schleef.org>
22962
22963         * docs/libs/gstreamer-libs-docs.sgml: Remove docs for getbits
22964         * docs/libs/gstreamer-libs-sections.txt:
22965         * docs/libs/tmpl/gstgetbits.sgml:
22966         * docs/libs/tmpl/gstputbits.sgml:
22967
22968 2005-09-19  Tim-Philipp Müller  <tim at centricular dot net>
22969
22970         * win32/gstenumtypes.c:
22971         * win32/gstenumtypes.h:
22972           Update.
22973
22974 2005-09-19  Wim Taymans  <wim@fluendo.com>
22975
22976         * gst/gstpipeline.c: (do_pipeline_seek), (gst_pipeline_send_event):
22977         Automatically PAUSE and RESUME a pipeline when a flushing seek
22978         is performed.
22979
22980 2005-09-19  Andy Wingo  <wingo@pobox.com>
22981
22982         * gst/gstregistry.h: Spacing fixen.
22983
22984 2005-09-19  Wim Taymans  <wim@fluendo.com>
22985
22986         * gst/base/gstbasesrc.c: (gst_base_src_change_state):
22987         Handle state change failure more correctly.
22988
22989 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22990
22991         * check/Makefile.am:
22992         * check/pipelines/cleanup.c: (run_pipeline):
22993         * check/pipelines/simple_launch_lines.c: (run_pipeline),
22994         (GST_START_TEST):
22995           enable cleanup again after fixing the leak
22996         * docs/README:
22997           some more info on docs
22998
22999 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23000
23001         * check/Makefile.am:
23002           re-enable tests now that leaks are plugged
23003         * check/gst/gst.c:
23004         * check/gst/gstbin.c:
23005         * check/gst/gstpipeline.c:
23006           add some more tests while fixing leaks
23007         * common/check.mak:
23008           make sure binaries are uptodate when valgrinding/gdbing
23009         * gst/gst.c:
23010         * gst/gstelementfactory.c:
23011           remove a ref too many, and add a FIXME for when we get
23012           round to disposing of classes
23013         * gst/gstplugin.c:
23014           fix the refcounting when loading a plugin from a file and
23015           the code pretends that the pointer is the same even though
23016           of course it can change
23017         * gst/gstpluginfeature.c:
23018           unref plugins marked cached (a bit confusing as a name)
23019           as the docs state should be done
23020           various doc additions to explain refcounting
23021         * gst/gstregistry.c:
23022         * gst/gstregistryxml.c:
23023           debugging
23024
23025 2005-09-19  Wim Taymans  <wim@fluendo.com>
23026
23027         * check/gst/gstbin.c: (pop_messages), (GST_START_TEST):
23028         * check/gst/gstbus.c: (message_func_eos), (message_func_app),
23029         (send_messages), (GST_START_TEST), (gstbus_suite):
23030         * check/gst/gstpipeline.c: (GST_START_TEST):
23031         * check/pipelines/cleanup.c: (run_pipeline):
23032         * check/pipelines/simple_launch_lines.c: (run_pipeline),
23033         (GST_START_TEST):
23034         * gst/gstbus.c: (gst_bus_have_pending), (gst_bus_source_prepare),
23035         (gst_bus_source_check), (gst_bus_source_dispatch),
23036         (gst_bus_create_watch), (gst_bus_add_watch_full),
23037         (gst_bus_add_watch), (poll_func), (poll_timeout), (gst_bus_poll):
23038         * gst/gstbus.h:
23039         * tools/gst-launch.c: (event_loop):
23040         * tools/gst-md5sum.c: (event_loop):
23041         GstBusHandler -> GstBusFunc, return value has the same meaning as
23042         any other GSource (FALSE == remove source).
23043         _add_watch() and _add_watch_full() now take a MessageType mask to
23044         only handle specific types of messages.
23045         _poll() returns the GstMessage instead of the message type to avoid
23046         race conditions.
23047         _have_pending() takes a MessageType mask now too.
23048         Added testsuite for multiple bus watches.
23049         Fix testsuites and applications for new bus API.
23050
23051 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23052
23053         * check/Makefile.am:
23054           mark a bunch of the tests as to fix until we fix them
23055
23056 2005-09-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23057
23058         * common/check.mak:
23059           use GST_PLUGIN settings for valgrind tests as well, so we're
23060           valgrinding the correct thing
23061         * gst/gst.c: (init_post):
23062           plug another leak
23063
23064 2005-09-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23065
23066         * gst/gst.c: (init_post), (gst_deinit):
23067         * gst/gstelementfactory.c: (gst_element_factory_class_init),
23068         (gst_element_factory_finalize), (gst_element_factory_cleanup):
23069         * gst/gstindex.c: (gst_index_factory_class_init),
23070         (gst_index_factory_finalize):
23071         * gst/gstobject.c: (gst_object_dispose):
23072         * gst/gstplugin.c: (gst_plugin_finalize), (gst_plugin_class_init),
23073         (gst_plugin_load_file), (gst_plugin_desc_free):
23074         * gst/gstpluginfeature.c: (gst_plugin_feature_class_init),
23075         (gst_plugin_feature_finalize):
23076         * gst/gstregistry.c: (gst_registry_class_init),
23077         (gst_registry_init), (gst_registry_finalize),
23078         (gst_registry_get_default), (gst_registry_deinit):
23079         * gst/gstregistry.h:
23080         * gst/gstregistryxml.c: (load_feature), (load_plugin):
23081           various cleanups and memleak plugging.  make valgrind is happy now.
23082
23083 2005-09-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23084
23085         * common/check.mak:
23086           add a check-valgrind target
23087
23088 2005-09-18  David Schleef  <ds@schleef.org>
23089
23090         * tools/gst-inspect.c: Revert the GOption code.
23091
23092 2005-09-17  David Schleef  <ds@schleef.org>
23093
23094         * check/Makefile.am: Fix environment variables.
23095         * check/gst/gstplugin.c: Fix for API changes.
23096         * tools/gst-inspect.c: Fix for API changes.
23097         * tools/gst-xmlinspect.c: Fix for API changes.
23098         * gst/gstelementfactory.c:
23099         * gst/gstplugin.c:
23100         * gst/gstplugin.h:
23101         * gst/gstpluginfeature.c:
23102         * gst/gstpluginfeature.h:
23103         * gst/gstregistry.c:
23104         * gst/gstregistry.h:
23105         * gst/gstregistryxml.c:
23106         * gst/gsttypefind.c:
23107         * gst/gsttypefindfactory.c:
23108         * gst/indexers/gstfileindex.c:
23109         * gst/indexers/gstmemindex.c:
23110         * gst/schedulers/Makefile.am:
23111           Change registry to keep track of both plugins and features,
23112           removing the feature tracking from plugins themselves.
23113
23114 2005-09-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23115
23116         * check/Makefile.am:
23117         * tools/gst-register.1.in:
23118           remove gst-register
23119
23120 2005-09-15  David Schleef  <ds@schleef.org>
23121
23122         * check/gst/gstplugin.c:
23123         * gst/gstelementfactory.c:
23124         * gst/gstplugin.c:
23125         * gst/gstpluginfeature.c:
23126         * gst/gstregistry.c:
23127           Getting tired of debugging.  Disabled all the unreffing of
23128           plugins and features, which fixes the segfaults, but of
23129           course leaks like crazy.  At least playbin works.
23130
23131 2005-09-15  David Schleef  <ds@schleef.org>
23132
23133         * check/gst/gstplugin.c: (register_check_elements),
23134         (GST_START_TEST), (peek), (suggest), (gst_plugin_suite):
23135         More testing
23136         * gst/elements/gsttypefindelement.c: Fix refcounting.
23137         * gst/gsttypefind.c:
23138         * gst/gsttypefindfactory.c:
23139         * gst/gsttypefindfactory.h:
23140
23141 2005-09-15  David Schleef  <ds@schleef.org>
23142
23143         * gst/gstindex.c: get refcounting correct.
23144         * gst/gstregistry.c: Handle the case where a feature/plugin is
23145           not found.
23146
23147 2005-09-15  David Schleef  <ds@schleef.org>
23148
23149         * check/Makefile.am:
23150         * check/gst/gstplugin.c: Add test
23151         * gst/gstplugin.c: Fix problems noticed by testsuite
23152         * gst/gstplugin.h:
23153         * gst/gstregistry.c: 
23154         * gst/gstregistry.h:
23155
23156 2005-09-15  David Schleef  <ds@schleef.org>
23157
23158         * gst/gstplugin.c: Implement semi-decent recounting and locking
23159           in plugins and plugin features.
23160         * gst/gstplugin.h:
23161         * gst/gstpluginfeature.c:
23162         * gst/gstpluginfeature.h:
23163         * gst/gstregistry.c:
23164
23165 2005-09-15  Michael Smith <msmith@fluendo.com>
23166
23167         * gst/gstregistry.c: (gst_registry_get_feature_list):
23168           Implement this. Makes oggdemux work; decodebin still broken.
23169
23170 2005-09-14  David Schleef  <ds@schleef.org>
23171
23172         * configure.ac: Add -no-undefined to GST_PLUGIN_LDFLAGS (bug
23173           #316076)
23174         * gst/base/Makefile.am: Add -no-undefined to LDFLAGS for libs
23175         * gst/check/Makefile.am:
23176         * libs/gst/controller/Makefile.am:
23177         * libs/gst/dataprotocol/Makefile.am:
23178
23179 2005-09-14  David Schleef  <ds@schleef.org>
23180
23181         * configure.ac: Remove getbits library.  Nothing uses it, and
23182           it should be in something like liboil if someone did want
23183           to use it.
23184         * libs/gst/Makefile.am:
23185         * libs/gst/getbits/Makefile.am:
23186         * libs/gst/getbits/gbtest.c:
23187         * libs/gst/getbits/getbits.c:
23188         * libs/gst/getbits/getbits.h:
23189         * libs/gst/getbits/gstgetbits_generic.c:
23190         * libs/gst/getbits/gstgetbits_i386.s:
23191         * libs/gst/getbits/gstgetbits_inl.h:
23192
23193 2005-09-14  David Schleef  <ds@schleef.org>
23194
23195         * gst/Makefile.am: Dist glib-compat.h
23196
23197 2005-09-14  David Schleef  <ds@schleef.org>
23198
23199         * configure.ac: Remove gst/registries, since it's no longer used.
23200         * gst/registries/Makefile.am:
23201         * gst/registries/gstlibxmlregistry.c:
23202         * gst/registries/gstlibxmlregistry.h:
23203         * gst/registries/gstxmlregistry.c:
23204         * gst/registries/gstxmlregistry.h:
23205         * gst/registries/registrytest.c:
23206
23207 2005-09-14  David Schleef  <ds@schleef.org>
23208
23209         * gst/glib-compat.h:
23210         * gst/gstregistryxml.c:
23211           Convergence is near.  Seriously.
23212
23213 2005-09-14  David Schleef  <ds@schleef.org>
23214
23215         * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat):
23216         * gst/glib-compat.h:
23217           Attempt #4 to appease the buildbots.
23218
23219 2005-09-14  David Schleef  <ds@schleef.org>
23220
23221         * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat):
23222           Attempt #3.
23223
23224 2005-09-14  David Schleef  <ds@schleef.org>
23225
23226         * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat):
23227         Attempt #2.
23228
23229 2005-09-14  David Schleef  <ds@schleef.org>
23230
23231         * gst/Makefile.am: Oh yeah, libgstreamer.so needs to contain
23232           the new functions.
23233
23234 2005-09-14  David Schleef  <ds@schleef.org>
23235
23236         * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat):
23237         * gst/glib-compat.h: Add some functions that are in newer versions
23238           of glib than we care to require.
23239         * gst/gstregistryxml.c: Use them.
23240
23241 2005-09-14  David Schleef  <ds@schleef.org>
23242
23243         * po/POTFILES.in: remove gst-register.c
23244
23245 2005-09-14  David Schleef  <ds@schleef.org>
23246
23247         * docs/gst/gstreamer-docs.sgml:
23248         * docs/gst/gstreamer-sections.txt:
23249         * docs/gst/gstreamer.types:
23250         * docs/gst/tmpl/gstelement.sgml:
23251         * docs/gst/tmpl/gstplugin.sgml:
23252         * docs/gst/tmpl/gstpluginfeature.sgml:
23253           Documentation updates for registry changes.
23254
23255 2005-09-14  David Schleef  <ds@schleef.org>
23256
23257         * gst/gstregistryxml.c: Copy g_mkdir_with_parent() from glib,
23258           because we don't require glib-2.8.
23259
23260 2005-09-14  David Schleef  <ds@schleef.org>
23261
23262         * gst/gstregistryxml.c: Added.  Essentially moved out of the
23263           registries directory.
23264
23265 2005-09-14  David Schleef  <ds@schleef.org>
23266
23267         * check/Makefile.am:
23268         * check/generic/states.c:
23269         * gst/Makefile.am:
23270         * gst/gst.c:
23271         * gst/gst.h:
23272         * gst/gst_private.h:
23273         * gst/gstelementfactory.c:
23274         * gst/gstindex.c:
23275         * gst/gstinfo.c:
23276         * gst/gstplugin.c:
23277         * gst/gstplugin.h:
23278         * gst/gstpluginfeature.c:
23279         * gst/gstpluginfeature.h:
23280         * gst/gstregistry.c:
23281         * gst/gstregistry.h:
23282         * gst/gstregistrypool.c: remove
23283         * gst/gstregistrypool.h: remove
23284         * gst/gsttypefind.c:
23285         * gst/gsttypefindfactory.c:
23286         * gst/gsturi.c:
23287         * tools/Makefile.am:
23288         * tools/gst-compprep.c:
23289         * tools/gst-inspect.c:
23290         * tools/gst-register.c: remove
23291         * tools/gst-xmlinspect.c:
23292           Registry rewrite.  Changes registry from being a file created
23293           by a tool into a simple cache file created automatically by 
23294           libgstreamer.  Removed gst-register (because it's no longer
23295           needed).  Remove registry pools, because we only have one
23296           registry implementation (XML).  Fix up other subsystems as
23297           necessary.
23298
23299 2005-09-13  Michael Smith <msmith@fluendo.com>
23300
23301         * gst/gstconfig.h.in:
23302           Don't Use windows linking attributes for MinGW. Fixes #316157
23303
23304 2005-09-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23305
23306         * gst/gstutils.c: (set_state_async_thread_func),
23307         (gst_element_set_state_async):
23308           Apparently people think it's better if this function doesn't
23309           try to set the state to whatever state was asked for on the first
23310           call to this function for any object.  Seriously.
23311
23312 2005-09-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23313
23314         * check/gst/gstpipeline.c: (GST_START_TEST):
23315         * docs/gst/gstreamer-sections.txt:
23316         * gst/gstutils.c: (set_state_async_thread_func),
23317         (gst_element_set_state_async):
23318         * gst/gstutils.h:
23319           add a "gst_element_set_state_async" method that
23320           sets the state and starts a thread to make sure the state
23321           change completes as best as it can
23322
23323 2005-09-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23324
23325         * check/gst/gstpipeline.c: (GST_START_TEST), (gst_pipeline_suite):
23326           codify design+behaviour in testsuite after discussion
23327
23328 2005-09-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23329
23330         * docs/gst/tmpl/gstelement.sgml:
23331         * docs/manual/appendix-quotes.xml:
23332           add a quote
23333         * gst/gstelement.c: (gst_element_set_state):
23334           add some debug
23335
23336 2005-09-12  Jan Schmidt  <thaytan@mad.scientist.com>
23337
23338         * gst/base/gstbasetransform.c: (gst_base_transform_class_init),
23339         (gst_base_transform_prepare_output_buf),
23340         (gst_base_transform_handle_buffer):
23341         * gst/elements/gstcapsfilter.c: (gst_capsfilter_transform_ip),
23342         (gst_capsfilter_prepare_buf):
23343           Remove the requirement for sub-classes to call the parent
23344           implementation of prepare_output_buffer with a wrapper function.
23345           
23346         * gst/gsttaglist.h:
23347         * gst/gsttagsetter.h:
23348           Fix #define wrapper
23349
23350 2005-09-11  Stefan Kost  <ensonic@users.sf.net>
23351
23352         * docs/gst/gstreamer-sections.txt:
23353           more doc cleanups
23354
23355 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23356
23357         * docs/gst/gstreamer-sections.txt:
23358         * docs/gst/tmpl/gstelement.sgml:
23359         * docs/gst/tmpl/gstplugin.sgml:
23360         * gst/gstminiobject.c:
23361         * gst/gstvalue.h:
23362           docs now stop throwing warnings
23363
23364 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23365
23366         * docs/gst/gstreamer-sections.txt:
23367         * docs/gst/gstreamer.types:
23368         * docs/gst/tmpl/gstpad.sgml:
23369         * docs/gst/tmpl/gsttypes.sgml:
23370         * gst/base/gstadapter.h:
23371         * gst/base/gstbasesink.h:
23372         * gst/base/gstbasesrc.h:
23373         * gst/gstbin.h:
23374         * gst/gstbuffer.h:
23375         * gst/gstbus.h:
23376         * gst/gstcaps.h:
23377         * gst/gstclock.h:
23378         * gst/gstelement.h:
23379         * gst/gstevent.h:
23380         * gst/gstmessage.h:
23381         * gst/gstpad.h:
23382         * gst/gststructure.c:
23383         * gst/registries/gstlibxmlregistry.h:
23384           various documentation fixes
23385
23386 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23387
23388         * docs/gst/gstreamer-sections.txt:
23389         * docs/gst/tmpl/gstvalue.sgml:
23390           rearrange gstvalue section
23391         * gst/gstutils.c: (gst_element_state_get_name):
23392           NONE -> VOID
23393         * gst/gstvalue.c: (_gst_value_initialize):
23394         * gst/gstvalue.h:
23395           doc updates
23396
23397 2005-09-10  Jan Schmidt  <thaytan@mad.scientist.com>
23398
23399         * check/gst-libs/controller.c:
23400           Header include fix.
23401         * gst/base/gstbasetransform.c:
23402         (gst_base_transform_default_prepare_buf),
23403         (gst_base_transform_handle_buffer):
23404         * gst/base/gstbasetransform.h:
23405           Some more basetransform changes and fixes to enable sub-classes
23406           that modify buffer metadata only.
23407         * gst/elements/gstcapsfilter.c: (gst_capsfilter_class_init),
23408         (gst_capsfilter_init), (gst_capsfilter_transform_ip),
23409         (gst_capsfilter_prepare_buf):
23410           If the output pad has fixed allowed caps and input buffers 
23411           don't have any, set the fixed caps on outgoing buffers.
23412
23413 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
23414         * check/elements/identity.c: (GST_START_TEST):
23415           Make the error a little clearer when the test fails because
23416           identity made a copy of the buffer.
23417         * docs/gst/gstreamer-sections.txt:
23418           New symbols in gstbasetransform.h
23419         * gst/base/gstbasetransform.c: (gst_base_transform_class_init),
23420         (gst_base_transform_init), (gst_base_transform_transform_size),
23421         (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
23422         (gst_base_transform_default_prepare_buf),
23423         (gst_base_transform_get_unit_size),
23424         (gst_base_transform_buffer_alloc),
23425         (gst_base_transform_handle_buffer), (gst_base_transform_chain),
23426         (gst_base_transform_change_state),
23427         (gst_base_transform_set_passthrough),
23428         (gst_base_transform_set_in_place),
23429         (gst_base_transform_is_in_place):
23430         * gst/base/gstbasetransform.h:
23431           Change BaseTransform to separate in_place operate from same_caps
23432           output. in_place implies that the element can perform the transform
23433           on incoming buffers in-place, even if the caps on the output are
23434           different.
23435           Sub-class elements can now implement special buffer allocation
23436           methods for outgoing buffers if they wish to.
23437           Big documentation addition.
23438         * gst/elements/gstcapsfilter.c: (gst_capsfilter_transform_ip):
23439         * gst/elements/gstelements.c:
23440           Changes for basetransform modifications.
23441         * gst/elements/Makefile.am:
23442         * gst/elements/gstfdsrc.c: (gst_fdsrc_init), (gst_fdsrc_create):
23443           Compile fix. Extra debug output.
23444
23445 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23446
23447         * check/gst/gstpad.c: (GST_START_TEST), (name_is_valid),
23448         (gst_pad_suite):
23449           add tests for valid pad naming
23450         * gst/check/gstcheck.c: (gst_check_log_message_func),
23451         (gst_check_log_critical_func):
23452           add ASSERT_WARNING
23453           remove printing of code, it is fragile when the code contains
23454           % and the line number is enough info
23455         * gst/check/gstcheck.h:
23456         * gst/gstpad.c: (gst_pad_template_new):
23457           fix memleaks
23458
23459 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23460
23461         * configure.ac:
23462           say what CHECK flags we use
23463         * docs/libs/gstreamer-libs.types:
23464         * libs/gst/controller/Makefile.am:
23465         * libs/gst/controller/gst-controller.c:
23466         * libs/gst/controller/gst-controller.h:
23467         * libs/gst/controller/gst-helper.c:
23468         * libs/gst/controller/gst-interpolation.c:
23469         * libs/gst/controller/gstcontroller.c:
23470         * libs/gst/controller/gsthelper.c:
23471         * libs/gst/controller/gstinterpolation.c:
23472         * tools/gst-inspect.c: (print_plugin_info):
23473           we don't use dashes in header names
23474
23475 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
23476
23477         * check/Makefile.am:
23478         * check/gst/.cvsignore:
23479         * check/gst/gstpipeline.c: (pop_messages), (GST_START_TEST),
23480         (gst_pipeline_suite), (main):
23481           adding a test for pipelines and state changes
23482         * gst/gstutils.c: (get_state_func):
23483           add some debugging
23484         * gstreamer.spec.in:
23485           fix up spec file
23486
23487 2005-09-08  Michael Smith <msmith@fluendo.com>
23488
23489         * gst/elements/gstfilesrc.c: (gst_file_src_map_region),
23490         (gst_file_src_map_small_region), (gst_file_src_create_mmap),
23491         (gst_file_src_is_seekable), (gst_file_src_get_size),
23492         (gst_file_src_start):
23493         * gst/elements/gstfilesrc.h:
23494           Various fixes for unseekable, unmmapable, and non-normal files, so
23495           that fallback to read() rather than mmap() works.
23496         * gst/gstevent.c: (gst_event_new_newsegment):
23497           Allow newsegment events with segment_start == segment_end, as will
23498           correctly happen if you use filesrc on a zero-size file, for
23499           example.
23500
23501 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
23502
23503         * gst/gstplugin.c: (gst_plugin_load_file):
23504           Call g_module_close when we don't load the module
23505
23506         * gst/registries/gstlibxmlregistry.c:
23507         (gst_xml_registry_get_property):
23508           Port leak fix from 0.8
23509
23510 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
23511
23512         * docs/gst/gstreamer-docs.sgml:
23513         * docs/gst/tmpl/.cvsignore:
23514         * docs/gst/tmpl/gsttrace.sgml:
23515         * docs/gst/tmpl/gsttrashstack.sgml:
23516         * gst/Makefile.am:
23517         * gst/gst.h:
23518         * gst/gstelement.h:
23519         * gst/gstevent.h:
23520         * gst/gstmessage.c:
23521         * gst/gstmessage.h:
23522         * gst/gsttag.c:
23523         * gst/gsttag.h:
23524         * gst/gsttaginterface.c:
23525         * gst/gsttaginterface.h:
23526         * gst/gsttaglist.c:
23527         * gst/gsttaglist.h:
23528         * gst/gsttagsetter.c:
23529         * gst/gsttagsetter.h:
23530         * gst/gsttrace.c:
23531         * gst/gsttrace.h:
23532         * gst/gsttrashstack.c:
23533           renamed gsttag -> gsttaglist, gsttaginterface -> gsttagsetter
23534           inlined docs for gsttrace, gsttrashstack
23535
23536 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
23537
23538         * gst/Makefile.am:
23539         * gst/elements/gstbufferstore.h:
23540         * gst/elements/gsttypefindelement.c:
23541         * gst/elements/gsttypefindelement.h:
23542         * gst/gst.h:
23543         * gst/gsttypefind.c:
23544         * gst/gsttypefind.h:
23545         * gst/gsttypefindfactory.c: (gst_type_find_factory_get_type),
23546         (gst_type_find_factory_class_init), (gst_type_find_factory_init),
23547         (gst_type_find_factory_dispose),
23548         (gst_type_find_factory_unload_thyself),
23549         (gst_type_find_load_plugin), (gst_type_find_factory_get_list),
23550         (gst_type_find_factory_get_caps),
23551         (gst_type_find_factory_get_extensions),
23552         (gst_type_find_factory_call_function):
23553         * gst/gsttypefindfactory.h:
23554         * gst/registries/gstlibxmlregistry.c:
23555         * gst/registries/gstxmlregistry.c:
23556           splitted gsttypefind into gsttypefind, gsttypefindfactory
23557
23558 2005-09-07  Andy Wingo  <wingo@pobox.com>
23559
23560         * gst/base/gstbasesink.c (gst_base_sink_activate_pull): Fix a race
23561         condition whereby the pad's task function is entered before the
23562         pad_mode variable was set.
23563
23564 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
23565
23566         * gst/gstpad.c: (gst_pad_alloc_buffer):
23567           Catch misbehaving pad_alloc functions that don't
23568           set up caps and do it for them.
23569
23570 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
23571
23572         * check/pipelines/simple_launch_lines.c: (run_pipeline):
23573           test for pipe!=NULL
23574         * docs/gst/tmpl/.cvsignore:
23575         * docs/gst/tmpl/gstmemchunk.sgml:
23576         * docs/gst/tmpl/gstparse.sgml:
23577         * docs/gst/tmpl/gsttaglist.sgml:
23578         * docs/gst/tmpl/gsttagsetter.sgml:
23579         * docs/gst/tmpl/gsttypefind.sgml:
23580         * docs/gst/tmpl/gsttypefindfactory.sgml:
23581         * gst/gstmemchunk.c:
23582         * gst/gstparse.c:
23583         * gst/gsttag.c:
23584         * gst/gsttaginterface.c:
23585         * gst/gsttypefind.c:
23586         * gst/gsttypefind.h:
23587           inlined more docs
23588
23589 === release 0.9.2 ===
23590
23591 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23592
23593         * NEWS:
23594         * RELEASE:
23595         * configure.ac:
23596           releasing 0.9.2, "South"
23597
23598 2005-09-05  Andy Wingo  <wingo@pobox.com>
23599
23600         * gst/registries/gstxmlregistry.h:
23601         * gst/registries/gstxmlregistry.c: Um... resurrect...
23602         
23603         * gst/registries/gstxmlregistry.h:
23604         * gst/registries/gstxmlregistry.c: and update to newer API.
23605         Incidentally they should be a bit faster now that they don't have
23606         to parse the caps.
23607         
23608 2005-09-05  Andy Wingo  <wingo@pobox.com>
23609
23610         * gst/registries/gstxmlregistry.h:
23611         * gst/registries/gstxmlregistry.c: Remove from CVS, they were
23612         replaced by the libxml registry a while back
23613
23614 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23615
23616         * docs/gst/tmpl/gstplugin.sgml:
23617         * gst/elements/gstelements.c:
23618         * gst/gst.c:
23619         * gst/gstplugin.c: (gst_plugin_register_func),
23620         (gst_plugin_desc_copy), (gst_plugin_desc_free),
23621         (gst_plugin_get_source):
23622         * gst/gstplugin.h:
23623         * gst/registries/gstlibxmlregistry.c: (load_plugin),
23624         (gst_xml_registry_save_plugin):
23625         * gst/registries/gstxmlregistry.c: (gst_xml_registry_parse_plugin),
23626         (gst_xml_registry_save_plugin):
23627         * tools/gst-inspect.c: (print_plugin_info):
23628           add a "source" plugin description field, to represent the source
23629           module this plugin is a part of.  By default GST_PLUGIN_DEFINE
23630           will set it to PACKAGE, which is automake's idea of the name of
23631           the source project.
23632
23633 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23634
23635         * Makefile.am:
23636         * autogen.sh:
23637         * configure.ac:
23638         * docs/Makefile.am:
23639         * docs/faq/Makefile.am:
23640         * docs/gst/tmpl/gstelement.sgml:
23641         * docs/gst/tmpl/gsttypes.sgml:
23642         * docs/htmlinstall.mak:
23643         * docs/manual/Makefile.am:
23644         * docs/pwg/Makefile.am:
23645           reorganize doc build a little
23646           split out docbook and gtk-doc stuff
23647           have two separate --enable's and enable them through autogen
23648           but disable by default in configure (to be similar to other
23649           projects)
23650         * gstreamer.spec.in:
23651           clean up docs install
23652         * po/af.po:
23653         * po/az.po:
23654         * po/ca.po:
23655         * po/cs.po:
23656         * po/de.po:
23657         * po/en_GB.po:
23658         * po/fr.po:
23659         * po/it.po:
23660         * po/nb.po:
23661         * po/nl.po:
23662         * po/ru.po:
23663         * po/sq.po:
23664         * po/sr.po:
23665         * po/sv.po:
23666         * po/tr.po:
23667         * po/uk.po:
23668         * po/vi.po:
23669           translation updates
23670
23671 2005-09-03  Tim-Philipp Müller  <tim at centricular dot net>
23672
23673         * gst/base/gstbasesink.c: (gst_base_sink_pad_buffer_alloc):
23674           Add comment.
23675           
23676         * gst/elements/gstfakesink.c: (gst_fake_sink_init),
23677         (gst_fake_sink_change_state):
23678           Make state change function thread-safe.
23679           
23680         * gst/gstpad.c: (gst_pad_alloc_buffer):
23681           Set offset on generic buffer allocated by fallback.
23682
23683 2005-09-03  Stefan Kost  <ensonic@users.sf.net>
23684
23685         * docs/gst/gstreamer-sections.txt:
23686         * docs/gst/tmpl/gstelement.sgml:
23687         * gst/gstpad.c:
23688         * libs/gst/controller/gst-controller.c:
23689         (gst_controlled_property_set_interpolation_mode),
23690         (gst_controlled_property_new),
23691         (gst_controller_find_controlled_property):
23692          run the wingo-magic script against the docs
23693
23694 2005-09-02  Stefan Kost  <ensonic@users.sf.net>
23695
23696         * docs/gst/gstreamer-docs.sgml:
23697         * docs/gst/gstreamer-sections.txt:
23698         * docs/gst/tmpl/.cvsignore:
23699         * docs/gst/tmpl/gstelementdetails.sgml:
23700         * docs/gst/tmpl/gstelementfactory.sgml:
23701         * gst/gst.c:
23702         * gst/gstbus.c:
23703         * gst/gstelementfactory.c:
23704         * gst/gstelementfactory.h:
23705           merged elementdetails docs into elementfactory docs
23706           inlined both
23707
23708 2005-09-02  Andy Wingo  <wingo@pobox.com>
23709
23710         * gst/gstelement.h: Add magical pixie dust to make glib-mkenums
23711         consider this enum an enum and not a flags.
23712
23713 2005-09-02  Stefan Kost  <ensonic@users.sf.net>
23714
23715         * docs/gst/gstreamer-docs.sgml:
23716         * docs/gst/tmpl/.cvsignore:
23717         * docs/gst/tmpl/gstghostpad.sgml:
23718         * docs/gst/tmpl/gstiterator.sgml:
23719         * docs/gst/tmpl/gstmacros.sgml:
23720         * docs/gst/tmpl/gstrealpad.sgml:
23721         * docs/gst/tmpl/gstregistry.sgml:
23722         * docs/gst/tmpl/gstregistrypool.sgml:
23723         * docs/gst/tmpl/gststructure.sgml:
23724         * docs/gst/tmpl/gstsystemclock.sgml:
23725         * docs/gst/tmpl/gsttrace.sgml:
23726         * gst/gstghostpad.c:
23727         * gst/gstmacros.h:
23728         * gst/gstmemchunk.c:
23729         * gst/gstmemchunk.h:
23730         * gst/gstqueue.c:
23731         * gst/gstregistry.c:
23732         * gst/gstregistrypool.c:
23733         * gst/gststructure.c:
23734         * gst/gstsystemclock.c:
23735           more docs inlined
23736
23737 2005-09-02  Andy Wingo  <wingo@pobox.com>
23738
23739         * gst/gstelement.h (GstState): Renamed from GstElementState,
23740         changed to be a normal enum instead of flags.
23741         (GstStateChangeReturn): Renamed from GstElementStateReturn, names
23742         munged to be GST_STATE_CHANGE_*.
23743         (GST_STATE_CHANGE): Renamed from GST_STATE_TRANSITION, updated to
23744         work with the new state representation.
23745         (GstStateChange): New enumeration of possible state transitions.
23746         Replaces GST_STATE_FOO_TO_BAR with GST_STATE_CHANGE_FOO_TO_BAR.
23747         (GstElementClass::change_state): Pass the GstStateChange along as
23748         an argument. Helps language bindings, so they don't have to use
23749         tricky lock-needing macros like GST_STATE_CHANGE ().
23750
23751         * scripts/update-states (file): New script. Run it on a file to
23752         update it for state naming and API changes. Updates files in
23753         place.
23754
23755         * All files updated for the new API.
23756
23757 2005-09-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23758
23759         * gst/gsttrace.c: (gst_trace_flush), (gst_trace_text_flush):
23760         * gst/gstutils.c: (gst_util_set_value_from_string),
23761         (gst_util_set_object_arg):
23762           fix a bunch of unchecked return values
23763         * tools/gst-complete.c: (main):
23764         * gstreamer.spec.in:
23765           clean up a little
23766
23767 2005-09-01  Wim Taymans  <wim@fluendo.com>
23768
23769         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
23770         (gst_base_sink_event), (gst_base_sink_do_sync),
23771         (gst_base_sink_handle_event):
23772         * gst/base/gstbasesink.h:
23773         Handle newsegments more correctly.
23774
23775         * gst/gstbus.c:
23776         Fix docs.
23777
23778         * gst/gstevent.c: (gst_event_new_newsegment):
23779         A newsegment cannot have a start_time of -1
23780
23781 2005-09-01  Tim-Philipp Müller  <tim at centricular dot net>
23782
23783         * win32/gstenumtypes.c:
23784         * win32/gstenumtypes.h:
23785           Update
23786
23787 2005-08-31  Stefan Kost  <ensonic@users.sf.net>
23788
23789         * libs/gst/controller/gst-controller.c:
23790         (gst_controlled_property_set_interpolation_mode),
23791         (gst_controlled_property_new):
23792          fixed boolean again
23793
23794 2005-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
23795
23796         * docs/faq/gst-uninstalled:
23797           add -good
23798         * gst/gstevent.c:
23799         * gst/gstevent.h:
23800           remove wrong docs
23801         * gst/gstutils.c: (gst_element_link_filtered):
23802         * gst/gstutils.h:
23803           add gst_element_link_filtered
23804
23805 2005-08-31  Stefan Kost  <ensonic@users.sf.net>
23806
23807         * docs/gst/gstreamer-docs.sgml:
23808         * docs/gst/gstreamer-sections.txt:
23809         * docs/gst/tmpl/.cvsignore:
23810         * docs/gst/tmpl/gsterror.sgml:
23811         * docs/gst/tmpl/gstfilter.sgml:
23812         * docs/gst/tmpl/gsturihandler.sgml:
23813         * docs/gst/tmpl/gsturitype.sgml:
23814         * docs/gst/tmpl/gstutils.sgml:
23815         * docs/gst/tmpl/gstxml.sgml:
23816         * gst/gsterror.c:
23817         * gst/gsterror.h:
23818         * gst/gstfilter.c:
23819         * gst/gsturi.c:
23820         * gst/gsturitype.c:
23821         * gst/gstutils.c:
23822         * gst/gstxml.c:
23823           inlined more docs, fixed double id-ref
23824
23825 2005-08-31  Wim Taymans  <wim@fluendo.com>
23826
23827         * gst/base/gstbasetransform.c: (gst_base_transform_setcaps),
23828         (gst_base_transform_handle_buffer):
23829         Passthrough elements don't need the caps as they don't care.
23830
23831 2005-08-31  Wim Taymans  <wim@fluendo.com>
23832
23833         * gst/base/gstbasetransform.c: (gst_base_transform_setcaps),
23834         (gst_base_transform_handle_buffer), (gst_base_transform_chain):
23835         Don't leak refcounts on buffers.
23836
23837 2005-08-31  Wim Taymans  <wim@fluendo.com>
23838
23839         * gst/base/gstbasetransform.c: (gst_base_transform_configure_caps),
23840         (gst_base_transform_setcaps), (gst_base_transform_handle_buffer),
23841         (gst_base_transform_chain), (gst_base_transform_change_state):
23842         * gst/base/gstbasetransform.h:
23843         Handle the case where we are not negotiated more gracefully.
23844
23845 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
23846
23847         * gst/elements/gstfilesrc.c: (gst_mmap_buffer_init),
23848         (gst_file_src_map_region):
23849           Set READONLY flag on mmap'ed buffers, otherwise
23850           gst_buffer_make_writable() won't work properly (#314708).
23851
23852 2005-08-31  Wim Taymans  <wim@fluendo.com>
23853
23854         * gst/base/gstbasetransform.c: (gst_base_transform_handle_buffer):
23855         passthrough elements can even do inplace on non writable
23856         buffers (as they don't touch them).
23857
23858 2005-08-31  Stefan Kost  <ensonic@users.sf.net>
23859
23860         * check/gst-libs/controller.c: (gst_test_mono_source_get_property),
23861         (gst_test_mono_source_set_property),
23862         (gst_test_mono_source_class_init), (GST_START_TEST),
23863         (gst_controller_suite):
23864           more tests (hehe I have the most)
23865         * gst/gstbus.c:
23866           describe popping messages whenusing mulltiple sources
23867         * libs/gst/controller/gst-controller.c:
23868         (gst_controlled_property_set_interpolation_mode),
23869         (gst_controlled_property_new):
23870         * libs/gst/controller/gst-controller.h:
23871         * libs/gst/controller/gst-interpolation.c:
23872           implement boolean properties
23873
23874 2005-08-31  Wim Taymans  <wim@fluendo.com>
23875
23876         * gst/gstminiobject.c: (gst_mini_object_ref):
23877         Cannot assert that the refcount has to be positive
23878         since a disposed object can be resurrected.
23879
23880 2005-08-31  Wim Taymans  <wim@fluendo.com>
23881
23882         * gst/gstpad.c: (gst_pad_init):
23883         Revert change, need to first fix badly behaving 
23884         apps.
23885
23886 2005-08-30  Wim Taymans  <wim@fluendo.com>
23887
23888         * check/elements/fakesrc.c: (setup_fakesrc):
23889         * check/elements/identity.c: (setup_identity):
23890         Activate pads before using them.
23891
23892 2005-08-30  Wim Taymans  <wim@fluendo.com>
23893
23894         * gst/base/gstadapter.c: (gst_adapter_flush):
23895         Flushing out 0 bytes is ok for this function.
23896
23897         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
23898         no newsegment gives a warning and sets the start/stop to 
23899         invalid.
23900
23901         * gst/base/gstbasetransform.c: (gst_base_transform_change_state),
23902         (gst_base_transform_set_passthrough):
23903         Some debug info.
23904
23905         * gst/gstminiobject.c: (gst_mini_object_ref):
23906         Check refcount here too.
23907
23908         * gst/gstpad.c: (gst_pad_init):
23909         Pads are initially flushing and refusing data.
23910
23911         * gst/gstutils.c: (gst_element_link_pads_filtered):
23912         When adding a capsfilter element make sure it has the
23913         same state as the parent bin.
23914
23915 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
23916
23917         * docs/gst/tmpl/.cvsignore:
23918         * docs/gst/tmpl/gstformat.sgml:
23919         * docs/gst/tmpl/gstversion.sgml:
23920         * gst/gstbus.h:
23921         * gst/gstformat.c:
23922         * gst/gstformat.h:
23923         * gst/gstversion.h.in:
23924           more docs and two more inlined
23925
23926 2005-08-30  Wim Taymans  <wim@fluendo.com>
23927
23928         * gst/elements/gstfilesink.c: (gst_file_sink_class_init):
23929         Don't sync to clock.
23930
23931 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
23932
23933         * docs/gst/gstreamer-sections.txt:
23934           ultral33t func10ns deserve to appear in the docs actually
23935         * docs/gst/tmpl/.cvsignore:
23936         * docs/gst/tmpl/gstcompat.sgml:
23937         * docs/gst/tmpl/gstconfig.sgml:
23938         * gst/check/gstcheck.c:
23939         * gst/gstcompat.h:
23940         * gst/gstconfig.h.in:
23941           inlined more docs
23942
23943 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
23944
23945         * docs/gst/tmpl/.cvsignore:
23946         * docs/gst/tmpl/gstquery.sgml:
23947         * docs/gst/tmpl/gstutils.sgml:
23948         * gst/gstquery.c:
23949         * gst/gstquery.h:
23950           inlined and extended docs
23951
23952 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
23953
23954         * check/gst-libs/controller.c: (GST_START_TEST),
23955         (gst_controller_suite):
23956           more tests
23957         * docs/gst/tmpl/gstutils.sgml:
23958         * docs/libs/gstreamer-libs-sections.txt:
23959         * docs/libs/tmpl/gstdataprotocol.sgml:
23960           include path fixes
23961         * examples/controller/audio-example.c: (main):
23962           controller example works now
23963         * gst/gstclock.h:
23964           doc fixes
23965         * tools/gst-inspect.c: (print_element_properties_info):
23966           show param spec flags
23967
23968 2005-08-29  Andy Wingo  <wingo@pobox.com>
23969
23970         * gst/gstutils.c (gst_util_uint64_scale): New 3733t funct10n.
23971
23972 2005-08-28  Andy Wingo  <wingo@pobox.com>
23973
23974         * gst/gstutils.h (GST_BOILERPLATE_FULL): Prototype instance_init
23975         as having two arguments instead of just one. Allows superclasses
23976         to access information on subclasses -- see the terrible for() loop
23977         in gtype.c:g_type_create_instance for the reason why. All callers
23978         changed.
23979
23980 2005-08-27  Stefan Kost  <ensonic@users.sf.net>
23981
23982         * docs/design/part-messages.txt:
23983           update info
23984         * docs/gst/tmpl/.cvsignore:
23985         * docs/gst/tmpl/gstcaps.sgml:
23986         * docs/gst/tmpl/gstclock.sgml:
23987         * gst/gstbus.c:
23988         * gst/gstcaps.c:
23989         * gst/gstcaps.h:
23990         * gst/gstclock.c:
23991         * gst/gstclock.h:
23992         * gst/gstmessage.c:
23993           added descriptions for bus and message
23994           inline caps and clock docs
23995
23996 2005-08-27  Stefan Kost  <ensonic@users.sf.net>
23997
23998         * gst/gstmessage.c:
23999         * gst/gstmessage.h:
24000           doc fixes
24001
24002 2005-08-27  Stefan Kost  <ensonic@users.sf.net>
24003
24004         * gst/base/gstbasetransform.c: (gst_base_transform_transform_size):
24005           fix div-by-zero
24006
24007 2005-08-26  Andy Wingo  <wingo@pobox.com>
24008
24009         * check/pipelines/simple_launch_lines.c (run_pipeline): Check
24010         element_set_state's return val.
24011         (test_2_elements): Add test that's been disabled for months.
24012
24013         * gst/elements/gstfakesink.c: Cleanups. Add can-activate-push and
24014         can-activate-pull properties.
24015
24016         * gst/elements/gstfakesrc.c: Cleanups. Add can-activate-push and
24017         can-activate-pull properties. Implement is_seekable so fakesrc can
24018         operate in pull mode.
24019
24020         * gst/base/gstbasesink.c (GstBaseSink): Remove has-loop, has-chain
24021         properties.
24022         (gst_base_sink_activate, gst_base_sink_activate_pull)
24023         (gst_base_sink_activate_push): Make activation mode choosing work.
24024         Cleanups.
24025         (gst_base_sink_chain, gst_base_sink_loop): Assert activation mode
24026         is right. Make pull mode work. Post an eos before pausing in pull
24027         mode.
24028         (gst_base_sink_change_state): Pay attention to the core's
24029         change_state() return val.
24030         
24031         * gst/base/gstbasesrc.c (GstBaseSrc): Remove has-loop,
24032         has-getrange properties. Cleanups.
24033         
24034         * gst/base/gstbasesrc.h (GstBaseSrc): Remove has_loop,
24035         has_getrange and replace with can_activate_pull and
24036         can_activate_push.
24037
24038         * gst/base/gstbasesink.h (GstBaseSink): Rearrange fields, add
24039         locking comments. Remove has_loop, has_chain and replace with
24040         can_activate_pull and can_activate_push.
24041
24042 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
24043
24044         * configure.ac:
24045         * examples/Makefile.am:
24046         * examples/metadata/Makefile.am:
24047         * examples/metadata/read-metadata.c: (message_loop),
24048         (have_pad_handler), (make_pipeline), (print_tag), (main):
24049           Add metadata reading example that loops over a list of filenames,
24050           dumping any tags found.
24051
24052         * gst/gstbus.c: (gst_bus_dispose):
24053         * gst/gstelement.c: (gst_element_dispose):
24054           Release a few potentially-held references in dispose.
24055
24056 2005-08-26  Stefan Kost  <ensonic@users.sf.net>
24057
24058         * docs/gst/tmpl/gstminiobject.sgml:
24059           do *not* add tmpl/*.sgml files to CVS!
24060
24061 2005-08-26  Stefan Kost  <ensonic@users.sf.net>
24062
24063         * libs/gst/bytestream/.cvsignore:
24064         * libs/gst/bytestream/Makefile.am:
24065         * libs/gst/bytestream/adapter.c:
24066         * libs/gst/bytestream/adapter.h:
24067         * libs/gst/bytestream/bytestream.c:
24068         * libs/gst/bytestream/bytestream.h:
24069         * libs/gst/bytestream/filepad.c:
24070         * libs/gst/bytestream/filepad.h:
24071           removing obsolete files
24072
24073 2005-08-26  Stefan Kost  <ensonic@users.sf.net>
24074
24075         * docs/gst/gstreamer-docs.sgml:
24076         * docs/libs/gstreamer-libs-docs.sgml:
24077           disabed additional index entries again, as this makes docs-gen just
24078           slow and they aren't useful yet
24079         * docs/libs/gstreamer-libs-sections.txt:
24080           little -section.txt cleanup for libs
24081
24082 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24083
24084         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
24085         * gst/base/gstbasetransform.c: (gst_base_transform_transform_size),
24086           fix up some debugging
24087         (gst_base_transform_get_unit_size),
24088         (gst_base_transform_buffer_alloc), (gst_base_transform_event),
24089         (gst_base_transform_handle_buffer):
24090         * gst/base/gstbasetransform.h:
24091           handle and store timed NEWSEGMENT events so that subclasses that
24092           calculate time by counting samples have a segment_start time they
24093           need to add to their timestamps - see audioresample
24094
24095 2005-08-26  Stefan Kost  <ensonic@users.sf.net>
24096
24097         * gst/gstbin.h:
24098           removed ';' from the end of macro defs
24099         * docs/gst/gstreamer-docs.sgml:
24100         * docs/gst/gstreamer-sections.txt:
24101         * docs/gst/tmpl/.cvsignore:
24102         * gst/gstbus.h:
24103         * gst/gstelement.c: (gst_element_class_init),
24104         (gst_element_set_state), (activate_pads),
24105         (gst_element_save_thyself):
24106         * gst/gstevent.c: (gst_event_new_newsegment):
24107         * gst/gstevent.h:
24108         * gst/gstiterator.c:
24109         * gst/gstiterator.h:
24110         * gst/gstpad.c:
24111         * gst/gstprobe.h:
24112         * gst/gstutils.c: (gst_pad_query_convert):
24113         * gst/gstutils.h:
24114           fixed parameter name mismatches between source, header and docs
24115           added some more docs, resolved the last batch of unused elements in
24116           docs (now someone needs to doc them)
24117
24118 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24119
24120         * gst/registries/gstlibxmlregistry.c: (gst_xml_registry_rebuild):
24121         * gst/registries/gstxmlregistry.c: (gst_xml_registry_rebuild):
24122           don't walk through the plugins backwards.  Where is all this
24123           reversed logic coming from ?
24124
24125 2005-08-25  Wim Taymans  <wim@fluendo.com>
24126
24127         * gst/base/gstbasetransform.c: (gst_base_transform_init),
24128         (gst_base_transform_transform_size),
24129         (gst_base_transform_configure_caps),
24130         (gst_base_transform_get_unit_size),
24131         (gst_base_transform_buffer_alloc),
24132         (gst_base_transform_change_state):
24133         * gst/base/gstbasetransform.h:
24134         Cache caps unit_size.
24135         Make sure we cannot negotiate up and downstream at the
24136         same time.
24137
24138 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24139
24140         * gst/gst.c: (init_pre), (init_post):
24141           register the installed plugin path after the env var
24142         * gst/registries/gstlibxmlregistry.c: (gst_xml_registry_save):
24143         * gst/registries/gstxmlregistry.c: (gst_xml_registry_save):
24144           don't reverse order of paths; conserve the order of GST_PLUGIN_PATH
24145           directories, so the tests can prefer uninstalled over installed
24146
24147 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24148
24149         * gst/base/gstbasetransform.h:
24150           comment
24151         * gst/gstpad.c:
24152           add to docs
24153
24154 2005-08-25  Wim Taymans  <wim@fluendo.com>
24155
24156         * gst/gstbin.c: (bin_bus_handler):
24157         Be a bit more conservative about the posted message.
24158         
24159         * gst/gstbus.c: (gst_bus_post):
24160         Some cleanups, warn wrong return values.
24161
24162 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
24163
24164         * check/gst/gstbin.c: (GST_START_TEST):
24165         * gst/gstbin.c: (bin_bus_handler):
24166         * gst/gstmessage.c: (gst_message_finalize), (_gst_message_copy),
24167         (gst_message_new), (gst_message_new_eos), (gst_message_new_error),
24168         (gst_message_new_warning), (gst_message_new_tag),
24169         (gst_message_new_state_changed), (gst_message_new_segment_start),
24170         (gst_message_new_segment_done), (gst_message_new_custom):
24171         * gst/gstmessage.h:
24172         * tools/gst-launch.c: (event_loop):
24173         * tools/gst-md5sum.c: (event_loop):
24174           Revert unpopular change for GST_MESSAGE_SRC to GObject.
24175
24176 2005-08-25  Wim Taymans  <wim@fluendo.com>
24177
24178         * check/generic/states.c: (GST_START_TEST):
24179         Cleanup can be done at the end.
24180
24181         * gst/gsttask.c: (gst_task_get_type), (gst_task_finalize),
24182         (gst_task_func), (gst_task_cleanup_all), (gst_task_set_lock),
24183         (gst_task_get_state), (gst_task_start), (gst_task_pause):
24184         Oh boy.. Thanks for finding this, Thomas. 
24185
24186 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
24187
24188         * docs/gst/gstreamer.types:
24189           added missing types
24190
24191 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
24192
24193         * docs/gst/gstreamer-docs.sgml:
24194         * docs/gst/gstreamer-sections.txt:
24195         * docs/gst/tmpl/.cvsignore:
24196         * gst/gstbin.c:
24197         * gst/gstiterator.c:
24198         * gst/gstutils.c:
24199         * gst/registries/gstxmlregistry.h:
24200           added missing classes and symbols (123 more to go)
24201           removed removed symbols from section file
24202           fixed many doc-comments
24203
24204 2005-08-24  Wim Taymans  <wim@fluendo.com>
24205
24206         * check/generic/states.c: (GST_START_TEST):
24207         Make sure all tasks are stopped.
24208
24209         * check/gst/gstbin.c: (GST_START_TEST):
24210         Unref after usage for proper valgrinding.
24211
24212         * gst/gstpad.c: (gst_pad_finalize), (gst_pad_stop_task):
24213         Really wait for the task to stop before destroying the
24214         mutex.
24215
24216         * gst/gstqueue.c: (gst_queue_sink_activate_push),
24217         (gst_queue_src_activate_push):
24218         Small cleanups. Don't stop the task when we did not start
24219         it.
24220
24221         * gst/gsttask.c: (gst_task_get_type), (gst_task_init),
24222         (gst_task_func), (gst_task_cleanup_all), (gst_task_set_lock),
24223         (gst_task_get_state), (gst_task_start), (gst_task_pause),
24224         (gst_task_join):
24225         * gst/gsttask.h:
24226         Protect the stream lock with the object lock.
24227         Disallow setting the stream lock when running.
24228         Add cleanup_all to wait for the threadpool to finish.
24229         Remove code to autoallocate a mutex if none was provided.
24230         Add _join() to wait for a task to stop.
24231         Protect the thread pool with a global lock.
24232
24233 2005-08-24  Wim Taymans  <wim@fluendo.com>
24234
24235         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
24236         (gst_base_sink_get_times), (gst_base_sink_do_sync),
24237         (gst_base_sink_handle_buffer), (gst_base_sink_change_state):
24238         * gst/base/gstbasesink.h:
24239         Handle newsegment events correctly.
24240         Drop buffers out of the segment range.
24241
24242 2005-08-22  Andy Wingo  <wingo@pobox.com>
24243
24244         * gst/gstutils.h (GST_BOILERPLATE_WITH_INTERFACE): New ghetto
24245         macro, implements an interface and gstimplementsinterface for a
24246         new type.
24247
24248 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24249
24250         * check/Makefile.am:
24251         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
24252           add a test that does a bunch of state changes on elements
24253           needs some fixing for valgrind
24254         * check/states/sinks.c: (gst_object_suite):
24255           whitespace
24256         * gst/gstcaps.h:
24257           add prototype for gst_caps_is_equal_fixed
24258         * gst/gstplugin.c:
24259         * gst/gstregistrypool.c:
24260           doc fixes
24261
24262 2005-08-24  Andy Wingo  <wingo@pobox.com>
24263
24264         * gst/gstquery.c (gst_query_new_convert): Spew if we try to
24265         convert a negative value. Doesn't make much sense. Mostly this is
24266         here to force callers to ensure -1 maps to -1.
24267
24268 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
24269
24270         * docs/pwg/advanced-types.xml:
24271           Well done to Michael for catching my deliberate introduction
24272           of this spelling mistake. 
24273         * gst/gstbin.c: (gst_bin_remove_func), (bin_bus_handler):
24274         * gst/gstelement.h:
24275           Add GST_ELEMENT_UNPARENTING to prevent races so that we can
24276           unlink pads before removing the element from the bin.
24277
24278 2005-08-24  Andy Wingo  <wingo@pobox.com>
24279
24280         * gst/gst.c (parse_debug_list): Accept e.g. GST_DEBUG=4 to mean
24281         the same thing as GST_DEBUG=*:4.
24282         (parse_debug_level, parse_debug_category): New helper parsers.
24283
24284 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24285
24286         * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
24287         (gst_base_transform_transform_size), (gst_base_transform_getcaps),
24288         (gst_base_transform_setcaps), (gst_base_transform_get_unit_size),
24289         (gst_base_transform_buffer_alloc),
24290         (gst_base_transform_handle_buffer):
24291           use gboolean return values and pointers to size so we can use the
24292           full GST_BUFFER_SIZE range (guint) for buffer sizes
24293           use GstPadDirection for transform_caps
24294         * gst/base/gstbasetransform.h:
24295           rename get_size to get_unit_size since that's what it is
24296         * gst/elements/gstcapsfilter.c: (gst_capsfilter_transform_caps):
24297           use GstPadDirection for transform_caps
24298         * gst/gstbuffer.c: (gst_buffer_new_and_alloc):
24299         * gst/gstutils.h:
24300           cleanup and debugging
24301
24302 2005-08-24  Stefan Kost  <ensonic@users.sf.net>
24303
24304         * gst/gstelement.c: (gst_element_class_init),
24305         (gst_element_set_state), (activate_pads),
24306         (gst_element_save_thyself):
24307         * tools/gst-compprep.c: (main):
24308         * tools/gst-inspect.c: (print_element_properties_info):
24309         * tools/gst-xmlinspect.c: (print_element_properties):
24310           Fixed long standing mem-leak
24311
24312 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
24313
24314         * check/gst/gstbin.c: (GST_START_TEST):
24315         * gst/gstbin.c: (bin_bus_handler):
24316         * gst/gstmessage.c: (gst_message_finalize), (_gst_message_copy),
24317         (gst_message_new), (gst_message_new_eos), (gst_message_new_error),
24318         (gst_message_new_warning), (gst_message_new_tag),
24319         (gst_message_new_state_changed), (gst_message_new_segment_start),
24320         (gst_message_new_segment_done), (gst_message_new_custom):
24321         * gst/gstmessage.h:
24322         * tools/gst-launch.c: (event_loop):
24323         * tools/gst-md5sum.c: (event_loop):
24324           Change GST_MESSAGE_SRC to be a GObject rather than a GstObject, so
24325           that applications can sensibly post custom messages with references
24326           to their own objects.
24327
24328 2005-08-24  Andy Wingo  <wingo@pobox.com>
24329
24330         * gst/gstpad.c (gst_pad_fixate_caps): Check if the caps is fixed
24331         already.
24332
24333 2005-08-24  Wim Taymans  <wim@fluendo.com>
24334
24335         * gst/base/gstbasetransform.c: (gst_base_transform_init),
24336         (gst_base_transform_transform_caps),
24337         (gst_base_transform_transform_size),
24338         (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
24339         (gst_base_transform_get_size), (gst_base_transform_buffer_alloc),
24340         (gst_base_transform_handle_buffer):
24341         * gst/base/gstbasetransform.h:
24342         Many fixes and new features added by Thomas. Can now also do
24343         transforms with variable sizes and a custom fixate_caps function.
24344
24345 2005-08-24  Wim Taymans  <wim@fluendo.com>
24346
24347         * gst/gstbuffer.c: (gst_buffer_new_and_alloc):
24348         Some debugging.
24349
24350         * gst/gstclock.h:
24351         Cast to ClockTime before formatting to time.
24352
24353         * gst/gstutils.h:
24354         Cleanups.
24355
24356 2005-08-24  Stefan Kost  <ensonic@users.sf.net>
24357
24358         * check/gst-libs/controller.c: (GST_START_TEST),
24359         (gst_controller_suite):
24360         * docs/gst/tmpl/gstcaps.sgml:
24361         * docs/gst/tmpl/gstghostpad.sgml:
24362         * docs/gst/tmpl/gstquery.sgml:
24363         * docs/gst/tmpl/gstutils.sgml:
24364         * libs/gst/controller/gst-helper.c: (gst_object_set_controller),
24365         (gst_object_sink_values), (gst_object_get_value_arrays),
24366         (gst_object_get_value_array):
24367           gracefully handle helper method calls to objects that are not beeing
24368           controlled, added test case for that          
24369
24370 2005-08-23  Wim Taymans  <wim@fluendo.com>
24371
24372         * gst/gstevent.c: (_gst_event_copy), (gst_event_new_custom),
24373         (gst_event_new_newsegment), (gst_event_parse_newsegment),
24374         (gst_event_new_tag), (gst_event_parse_tag), (gst_event_new_qos),
24375         (gst_event_parse_qos), (gst_event_new_seek),
24376         (gst_event_parse_seek):
24377         * gst/gstevent.h:
24378         Some more debugging output and doc cleanups.
24379
24380         * gst/gstqueue.c: (gst_queue_handle_sink_event):
24381         Fix possible deadlock.
24382
24383 2005-08-23  Stefan Kost  <ensonic@users.sf.net>
24384
24385         * docs/gst/gstreamer-docs.sgml:
24386         * docs/gst/gstreamer-sections.txt:
24387         * docs/gst/gstreamer.types:
24388         * docs/gst/tmpl/.cvsignore:
24389         * gst/gstbin.h:
24390         * gst/gstbus.c:
24391         * gst/gstelement.c:
24392         * gst/gstevent.h:
24393           added 100 symbols from gstreamer-unused.txt to the right sections
24394           fixed more broken comments
24395           added GstBus to docs
24396
24397 2005-08-23  Stefan Kost  <ensonic@users.sf.net>
24398
24399         * docs/gst/gstreamer-sections.txt:
24400         * docs/gst/tmpl/.cvsignore:
24401         * docs/gst/tmpl/gstbin.sgml:
24402         * docs/gst/tmpl/gstbuffer.sgml:
24403         * gst/base/gstbasesrc.c:
24404         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init):
24405         * gst/gstbuffer.c:
24406         * gst/gstbuffer.h:
24407         * tools/gst-launch.1.in:
24408           inlined more doc comments, added missing comments and fixed comments
24409           fixed typos
24410
24411 2005-08-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24412
24413         * gst/gstbuffer.c: (gst_buffer_new_and_alloc):
24414           some debugging
24415         * gst/gstcaps.h:
24416           whitespace fixes
24417         * gst/gstpad.c: (gst_pad_activate_push), (gst_pad_alloc_buffer):
24418           more debugging
24419         * gst/gststructure.c: (gst_caps_structure_fixate_field_boolean):
24420         * gst/gststructure.h:
24421           add a fixate function for booleans; add a FIXME that these func
24422           names should probably be gst_structure_fixate_*
24423
24424 2005-08-23  Stefan Kost  <ensonic@users.sf.net>
24425
24426         * docs/gst/gstreamer-docs.sgml:
24427         * docs/gst/gstreamer-sections.txt:
24428         * gst/Makefile.am:
24429         * gst/gstbin.c: (gst_bin_get_type),
24430         (gst_bin_child_proxy_get_child_by_index),
24431         (gst_bin_child_proxy_get_children_count),
24432         (gst_bin_child_proxy_init):
24433         * gst/gstchildproxy.c: (gst_child_proxy_get_child_by_name),
24434         (gst_child_proxy_get_child_by_index),
24435         (gst_child_proxy_get_children_count), (gst_child_proxy_lookup),
24436         (gst_child_proxy_get_property), (gst_child_proxy_get_valist),
24437         (gst_child_proxy_get), (gst_child_proxy_set_property),
24438         (gst_child_proxy_set_valist), (gst_child_proxy_set),
24439         (gst_child_proxy_child_added), (gst_child_proxy_child_removed),
24440         (gst_child_proxy_base_init), (gst_child_proxy_get_type):
24441         * gst/gstchildproxy.h:
24442         * gst/parse/grammar.y:
24443         * tools/gst-inspect.c: (print_interfaces),
24444         (print_element_properties_info), (print_element_info):
24445           ported gstchildproxy over from 0.8
24446           ported gst-inspect fixes and enhancements over from 0.8
24447
24448 2005-08-22  Wim Taymans  <wim@fluendo.com>
24449
24450         * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
24451         (gst_base_transform_handle_buffer):
24452         Also call the transform function if we have ANY caps.
24453
24454         * gst/gstpipeline.c: (gst_pipeline_set_new_stream_time):
24455         Fix debug info.
24456
24457 2005-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
24458
24459         * gst/base/gstbasesrc.c: (gst_base_src_event_handler)
24460           Don't pretend to handle seek events if the source is not seekable
24461
24462 2005-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
24463
24464         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
24465           Remove extra parameter to debug output
24466
24467         * gst/base/gstbasesrc.c: (gst_base_src_send_discont),
24468         (gst_base_src_do_seek), (gst_base_src_activate_push):
24469           Fix seek event handling.
24470
24471         * gst/gstpipeline.c: (gst_pipeline_change_state):
24472         * gst/gstqueue.c: (gst_queue_handle_sink_event),
24473         (gst_queue_src_activate_push):
24474           Don't start the src pad task on FLUSH_STOP if the pad
24475           isn't linked.
24476           Debug changes.
24477
24478 2005-08-22  Wim Taymans  <wim@fluendo.com>
24479
24480         * check/gst/gstcaps.c: (GST_START_TEST), (gst_caps_suite):
24481         Added check for gst_static_caps_get() refcounting.
24482
24483 2005-08-22  Wim Taymans  <wim@fluendo.com>
24484
24485         * gst/gstcaps.c: (gst_static_caps_get), (gst_caps_to_string):
24486         Make _static_caps_get() refcounting sane.
24487         
24488         * gst/gstelement.c: (gst_element_set_state):
24489         Add g_return_val_if_fail() to protect against segfaults.
24490
24491 2005-08-22  Stefan Kost  <ensonic@users.sf.net>
24492
24493         * docs/gst/tmpl/gstevent.sgml:
24494         * gst/gstevent.c:
24495         * gst/gstevent.h:
24496           inlined remaining docs, added missing doc comments
24497
24498 2005-08-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24499
24500         * check/gst/gstbin.c: (GST_START_TEST):
24501           since we don't know when preroll is done, use refcount range
24502           check for the sink
24503         * gst/check/gstcheck.h:
24504           add macro for checking refcount range
24505
24506 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24507
24508         * check/Makefile.am:
24509           clean up environment for when registry gets built versus
24510           when actual tests are run; valgrind seems to not report
24511           leaks if GST_PLUGIN_PATH is set to some specific values
24512         * check/gst/gstbin.c: (GST_START_TEST):
24513           add more refcounting checks; maybe this exposes a
24514           preroll lock bug ?
24515         * common/check.mak:
24516         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
24517         * gst/check/gstcheck.h:
24518         * gst/gstbin.c: (bin_element_is_semi_sink), (gst_bin_get_state),
24519         (gst_bin_change_state):
24520         * gst/gstpad.c: (gst_pad_activate_push), (gst_pad_chain):
24521           add/fix debugging/whitespace
24522
24523 2005-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
24524
24525         * check/gst/gstevent.c: (event_probe), (test_event),
24526         (GST_START_TEST):
24527          Er, don't call gst_bin_watch_for_state_change you idiot.
24528
24529 2005-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
24530
24531         * check/Makefile.am:
24532           Use CHECK_CFLAGS and CHECK_LIBS
24533         * check/gst/gstevent.c: (event_probe), (test_event),
24534         (GST_START_TEST):
24535           Don't leak events.
24536         * gst/base/gstbasesrc.c: (gst_base_src_send_discont),
24537         (gst_base_src_start), (gst_base_src_stop),
24538         (gst_base_src_activate_push), (gst_base_src_activate_pull),
24539         (gst_base_src_change_state):
24540           Sprinkle gst_base_src_stop liberally around error paths to fix
24541           problems reusing a source after failed state changes.
24542         * gst/base/gsttypefindhelper.c: (helper_find_peek),
24543         (helper_find_suggest), (gst_type_find_helper):
24544           Extra debug output. Don't segfault on GST_PAD_GETRANGEFUNC = NULL
24545         * gst/gstevent.h:
24546         * docs/gst/tmpl/gstevent.sgml:
24547           Migrate part of the docs from the SGML file. Wait for ensonic to
24548           tell me how I did it wrong ;)
24549         * tools/gst-typefind.c: (main):
24550           Extra robustness to state changes between files.
24551
24552 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24553
24554         * check/Makefile.am:
24555           don't valgrind the controller test - it's leaking - Stefan, HELP
24556         * gst/check/gstcheck.c: (gst_check_message_error),
24557         (gst_check_chain_func), (gst_check_setup_element),
24558         (gst_check_teardown_element), (gst_check_setup_src_pad),
24559         (gst_check_teardown_src_pad), (gst_check_setup_sink_pad),
24560         (gst_check_teardown_sink_pad):
24561         * gst/check/gstcheck.h:
24562           add a bunch of methods to set up elements, and src and sink pads
24563         * check/elements/fakesrc.c: (setup_fakesrc), (cleanup_fakesrc):
24564         * check/elements/identity.c: (setup_identity), (cleanup_identity),
24565         (GST_START_TEST):
24566           use them
24567         * gst/gstmessage.c:
24568         * gst/gsttag.h:
24569           whitespace/doc fixes
24570
24571 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24572
24573         * gst/gstelement.h:
24574           make GST_ELEMENT_ERROR not do GST_ERROR_OBJECT - these errors should
24575           be handled by the application and not always printed as well
24576
24577 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24578
24579         * check/Makefile.am:
24580           set GST_TOOLS_DIR
24581         * gst/check/gstcheck.c: (gst_check_message_error):
24582         * gst/check/gstcheck.h:
24583           add a fail_unless_equals_int
24584           add fail_unless for error messages
24585
24586 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24587
24588         * check/Makefile.am:
24589         * check/gst.supp:
24590         * common/Makefile.am:
24591         * common/check.mak:
24592         * common/gst.supp:
24593           factor out some of the common stuff so we can use it
24594
24595 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24596
24597         * check/Makefile.am:
24598         * check/gst/gstiterator.c: (GST_START_TEST):
24599         * check/gst/gstsystemclock.c: (GST_START_TEST),
24600         (gst_systemclock_suite):
24601         * check/gst/gsttag.c: (GST_START_TEST), (gst_tag_suite):
24602         * gst/gstclock.c:
24603           valgrind more tests
24604
24605 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24606
24607         * check/elements/.cvsignore:
24608         * check/elements/gstfakesrc.c:
24609           rename to name of element
24610         * check/elements/identity.c: (chain_func), (event_func),
24611         (setup_identity), (cleanup_identity), (GST_START_TEST),
24612         (identity_suite), (main):
24613           add a test for identity
24614         * check/Makefile.am:
24615         * pkgconfig/Makefile.am:
24616         * pkgconfig/gstreamer-check.pc.in:
24617         * pkgconfig/gstreamer-check-uninstalled.pc.in:
24618         * gst/check:
24619         * gst/Makefile.am:
24620         * configure.ac:
24621           move the check stuff to a library that gets installed
24622         * check/gst-libs/controller.c: (GST_START_TEST):
24623         * check/gst-libs/gdp.c:
24624         * check/gst/gst.c: (GST_START_TEST):
24625         * check/gst/gstbin.c:
24626         * check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
24627         * check/gst/gstbus.c:
24628         * check/gst/gstcaps.c: (GST_START_TEST):
24629         * check/gst/gstelement.c:
24630         * check/gst/gstghostpad.c:
24631         * check/gst/gstiterator.c:
24632         * check/gst/gstmessage.c:
24633         * check/gst/gstminiobject.c: (thread_ref), (GST_START_TEST):
24634         * check/gst/gstobject.c:
24635         * check/gst/gstpad.c: (GST_START_TEST):
24636         * check/gst/gststructure.c: (GST_START_TEST):
24637         * check/gst/gstsystemclock.c: (GST_START_TEST),
24638         (gst_systemclock_suite):
24639         * check/gst/gsttag.c: (gst_tag_suite):
24640         * check/gst/gstvalue.c:
24641         * check/pipelines/cleanup.c:
24642         * check/pipelines/simple_launch_lines.c:
24643         * check/states/sinks.c:
24644           change include statement
24645
24646         * docs/gst/gstreamer-sections.txt:
24647         * docs/gst/tmpl/gstpad.sgml:
24648           document more pad stuff
24649         * gst/gstminiobject.c: (gst_mini_object_ref),
24650         (gst_mini_object_unref):
24651           debug refcounting
24652
24653 2005-08-19  Stefan Kost  <ensonic@users.sf.net>
24654
24655         * docs/gst/tmpl/gst.sgml:
24656         * gst/gst.c:
24657           eliminate another tmpl file, fix spelling in the long-description
24658
24659 2005-08-18  Jan Schmidt  <thaytan@mad.scientist.com>
24660
24661         * check/gst/gstevents.c: (GST_START_TEST), (event_probe),
24662         (test_event), (timediff), (gstevents_suite):
24663           Should fix build on 64-bit arch's
24664
24665 2005-08-18  Andy Wingo  <wingo@pobox.com>
24666
24667         Make sure that when a pipeline goes to PLAYING, that data has
24668         actually hit the sink.
24669
24670         * check/states/sinks.c (test_sink): A sink that doesn't get any
24671         data shouldn't return SUCCESS for going to either PLAYING or
24672         PAUSED. Test also the return values on the way back down.
24673
24674         * gst/gstelement.c (gst_element_set_state): When changing the
24675         state of an element currently changing state asynchronously, go to
24676         lost-state after commiting the pending state. Makes future calls
24677         to get_state continue to return ASYNC.
24678
24679         * gst/base/gstbasesink.c (gst_base_sink_change_state): Return
24680         ASYNC when going to PLAYING if we still don't have preroll, as can
24681         happen with live sources.
24682
24683 2005-08-18  Jan Schmidt  <thaytan@mad.scientist.com>
24684
24685         * docs/pwg/advanced-types.xml:
24686           Hack long paragraph into 2 chunks as a workaround for buggy
24687           jadetex version in sid and breezy that loops infinitely and
24688           eats all RAM.
24689
24690 2005-08-18  Jan Schmidt  <thaytan@mad.scientist.com>
24691
24692         * check/gst/gstevents.c: (GST_START_TEST), (event_probe),
24693         (test_event), (timediff), (gstevents_suite):
24694           Provide more error margin in clock measurements to allow for 
24695           g_get_current_time inaccuracies.
24696
24697 2005-08-18  Jan Schmidt  <thaytan@mad.scientist.com>
24698
24699         * check/gst/gstevents.c: (GST_START_TEST), (event_probe),
24700         (test_event), (timediff), (gstevents_suite):
24701            Fix error message output so I might be able to tell why the
24702            test works here but fails on the build farm.
24703
24704 2005-08-18  Jan Schmidt  <thaytan@mad.scientist.com>
24705
24706         * check/Makefile.am:
24707         * check/gst/gstevents.c: (GST_START_TEST), (event_probe),
24708         (test_event), (timediff), (gstevents_suite), (main):
24709           I wrote a test!
24710
24711         * docs/design/part-seeking.txt:
24712           Spelling correction
24713
24714         * docs/gst/tmpl/gstevent.sgml:
24715         * docs/gst/tmpl/gstfakesrc.sgml:
24716           Docs updates.
24717
24718         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
24719           Treat a buffer-without-newsegment the same as a receiving 
24720           a newsegment not in time format, and disable syncing to the clock
24721           with a warning.
24722
24723         * gst/gstbus.c: (gst_bus_set_sync_handler):
24724           Assert if anyone tries to replace the existing sync_handler for bus, 
24725           as only the owner should be setting it.
24726
24727         * gst/gstevent.h:
24728           Have a fixed set of custom event enums with events identified by
24729           their structure name (as in 0.8), rather than a free-for-all
24730           allowing collisions between enum values from different plugins.
24731
24732         * gst/gstpad.c: (gst_pad_class_init):
24733           Docs change.
24734           
24735         * gst/gstqueue.c: (gst_queue_handle_sink_event):
24736           Handle out-of-band downstream events from the sending thread.
24737
24738 2005-08-17  Andy Wingo  <wingo@pobox.com>
24739
24740         * gst/gstpipeline.c (gst_pipeline_change_state): Interpret
24741         play-timeout==0 to mean no timeout at all. In that case, don't
24742         bother with a get_state or a warning, just return directly, even
24743         if it's ASYNC.
24744
24745         * gst/base/gstbasetransform.c: Debug changes.
24746
24747         * gst/gstutils.h:
24748         * gst/gstutils.c (gst_bin_watch_for_state_change): Add function to
24749         ensure bins post state change messages. A bit of a hack but I can't
24750         think of a way to avoid it.
24751
24752         * check/gst/gstbin.c (test_watch_for_state_change): Added test.
24753
24754 2005-08-16  Andy Wingo  <wingo@pobox.com>
24755
24756         * gst/base/gstadapter.h:
24757         * gst/base/gstadapter.c (gst_adapter_take): New function, like
24758         peek() but you own the data. Not terribly efficient atm.
24759
24760 2005-08-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24761
24762         * gst/gstutils.c: (gst_element_found_tags_for_pad), (push_and_ref),
24763         (gst_element_found_tags):
24764         * gst/gstutils.h:
24765           Add two utility functions for tag handling.
24766
24767 2005-08-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24768
24769         * docs/manual/advanced-dataaccess.xml:
24770         * docs/manual/basics-helloworld.xml:
24771           Fix docs to use _bin_add() before _link(), which fixes the examples
24772           with recent core versions (reported by Madhan Raj M
24773           <raj_madan@rediffmail.com>, #313199).
24774
24775 2005-08-16  Wim Taymans  <wim@fluendo.com>
24776
24777         * check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
24778         Added subtract checks.
24779
24780         * docs/design/part-events.txt:
24781         Some more docs about newsegment
24782
24783         * gst/gstbin.c: (gst_bin_change_state), (bin_bus_handler):
24784         Fix FIXME
24785
24786         * gst/gstcaps.c: (gst_caps_to_string):
24787         Add comments, cleanups.
24788         
24789         * gst/gstelement.c: (gst_element_save_thyself):
24790         cleanups
24791         
24792         * gst/gstvalue.c: (gst_value_collect_int_range),
24793         (gst_string_unwrap), (gst_value_union_int_int_range),
24794         (gst_value_union_int_range_int_range),
24795         (gst_value_intersect_int_int_range),
24796         (gst_value_intersect_int_range_int_range),
24797         (gst_value_intersect_double_double_range),
24798         (gst_value_intersect_double_range_double_range),
24799         (gst_value_intersect_list), (gst_value_subtract_int_int_range),
24800         (gst_value_subtract_int_range_int),
24801         (gst_value_subtract_double_range_double),
24802         (gst_value_subtract_double_range_double_range),
24803         (gst_value_subtract_from_list), (gst_value_subtract_list),
24804         (gst_value_can_compare), (gst_value_compare_fraction):
24805         Cleanups, add comments, remove unneeded asserts.
24806
24807 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24808
24809         * tools/gst-launch.c: (event_loop):
24810           don't convert NULL structures to strings
24811
24812 2005-08-15  Stefan Kost  <ensonic@users.sf.net>
24813
24814         * docs/gst/gstreamer-sections.txt:
24815           made some defines private
24816         * docs/gst/tmpl/gstconfig.sgml:
24817         * docs/gst/tmpl/gstqueue.sgml:
24818         * docs/gst/tmpl/gsttaglist.sgml:
24819         * docs/gst/tmpl/gsttypes.sgml:
24820         * docs/gst/tmpl/gstutils.sgml:
24821         * docs/pwg/appendix-porting.xml:
24822         * gst/base/gstbasesink.h:
24823         * gst/base/gstbasesrc.c:
24824         * gst/base/gstbasesrc.h:
24825         * gst/elements/gstfakesink.c: (gst_fake_sink_class_init):
24826         * gst/elements/gstfakesrc.c: (gst_fake_src_class_init):
24827         * gst/gstelement.c: (gst_element_class_init):
24828         * gst/gstpad.c: (gst_pad_class_init):
24829         * gst/gstqueue.c: (gst_queue_class_init):
24830         * gst/gstxml.c: (gst_xml_class_init):
24831           documented all undocumented signal inline
24832         * libs/gst/controller/gst-controller.h:
24833           added padding
24834
24835 2005-08-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24836
24837         * docs/pwg/appendix-porting.xml:
24838           Document _set_link_function -> _set_setcaps_function.
24839
24840 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24841
24842         * check/Makefile.am:
24843           add a .check target for running the check
24844         * check/gst-libs/controller.c: (GST_START_TEST):
24845           cosmetic fixups
24846         * check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
24847           complete checks for gstbuffer; would be nice if I could get the
24848           gcov stuff to work so I can see if I actually completed gstbuffer.c
24849         * check/gstcheck.h:
24850           add ASSERT_BUFFER_REFCOUNT
24851
24852 2005-08-13  Tim-Philipp Müller  <tim at centricular dot net>
24853
24854         * docs/gst/gstreamer-sections.txt:
24855         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
24856         * gst/gsttag.h:
24857           Add GST_TAG_LANGUAGE_CODE as we have in 0.8, and don't
24858           spew out a warning if a tag that is already registered
24859           is re-registered, unless it is re-registered with a 
24860           different type (#308438).
24861
24862 2005-08-12  Tim-Philipp Müller  <tim at centricular dot net>
24863
24864         * docs/pwg/appendix-porting.xml:
24865         * docs/pwg/building-state.xml:
24866           Add some paragraphs about state changes in 0.9 to the PWG
24867           and the porting guide, in particular about the new meaning
24868           of GST_STATE_PAUSED and how to write state change functions
24869           with concurrent access by multiple threads in mind.
24870
24871 2005-08-11  Stefan Kost  <ensonic@users.sf.net>
24872
24873         * docs/gst/gstreamer-docs.sgml:
24874         * docs/libs/gstreamer-libs-docs.sgml:
24875           added deprecation and since indexes
24876         * libs/gst/controller/gst-controller.c:
24877         * libs/gst/controller/gst-helper.c:
24878           added since tags
24879
24880
24881 2005-08-11  Wim Taymans  <wim@fluendo.com>
24882
24883         * gst/gstghostpad.c: (gst_proxy_pad_set_target_unlocked),
24884         (gst_proxy_pad_set_target), (gst_proxy_pad_get_target),
24885         (gst_proxy_pad_dispose), (gst_ghost_pad_do_activate_push),
24886         (gst_ghost_pad_do_link), (gst_ghost_pad_set_internal),
24887         (gst_ghost_pad_new_notarget), (gst_ghost_pad_get_target),
24888         (gst_ghost_pad_set_target):
24889         Actually implement (re)setting the target on a ghostpad
24890         as described in the docs.
24891
24892 2005-08-10  Tim-Philipp Müller  <tim at centricular dot net>
24893
24894         * gst/gst.c: (gst_init_check_with_popt_table), (init_pre):
24895           Check whether GST_DEBUG_NO_COLOR environment variable is
24896           set and disable coloured debug output if that is the case.
24897
24898 2005-08-10  Tim-Philipp Müller  <tim at centricular dot net>
24899
24900         * gst/base/gsttypefindhelper.c: (helper_find_peek),
24901         (gst_type_find_helper):
24902           The memory returned by gst_type_find_peek() needs to
24903           stay valid until the end of a typefind function, and
24904           typefind functions may keep results from different 
24905           offsets around, so we can't just unref the buffer from
24906           the previous _peek(), but have to save all buffers 
24907           returned by _peek() until typefinding is done and only
24908           free them then.
24909
24910 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
24911
24912         * docs/gst/gstreamer-sections.txt:
24913         * gst/gstutils.h:
24914           New macros: GST_ROUND_UP_2() through GST_ROUND_UP_64().
24915
24916 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24917
24918         * gst/base/gstbasetransform.c: (gst_base_transform_buffer_alloc):
24919           Fix a pretty good memleak.
24920
24921 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
24922
24923         * gst/gstiterator.h:
24924           Fix wrong include and 'make distcheck'.
24925
24926 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24927
24928         * gst/gstbin.c: (bin_bus_handler):
24929           Use gst_element_post_message() instead.
24930
24931 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
24932
24933         * gst/base/gstadapter.h:
24934         * gst/base/gstbasesink.h:
24935         * gst/base/gstbasesrc.h:
24936         * gst/base/gstbasetransform.h:
24937         * gst/base/gstcollectpads.h:
24938         * gst/base/gstpushsrc.h:
24939         * gst/gstiterator.h:
24940           Add padding to our base elements' class and instance structs and
24941           to GstIterator (you will need to rebuild all plugins and apps!)
24942
24943 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24944
24945         * gst/gstbin.c: (bin_bus_handler):
24946           Make default message forwarding from child->bus to bin->bus
24947           threadsafe and make it not emit warnings if the parent has no bus.
24948
24949 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24950
24951         * gst/gstelement.c: (activate_pads):
24952           On paused->ready, set pad->caps to NULL, as is the documented
24953           behaviour in this state change. Fixes playback of series of
24954           media files when visualization is enabled in Totem.
24955
24956 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24957
24958         * gst/elements/gstcapsfilter.c: (gst_capsfilter_set_property):
24959           Allow NULL as filter-caps (which means "any").
24960
24961 2005-08-05  Stefan Kost  <ensonic@users.sf.net>
24962
24963         * docs/libs/gstreamer-libs-sections.txt:
24964         * libs/gst/controller/gst-controller.c:
24965         * libs/gst/controller/gst-controller.h:
24966         * libs/gst/controller/gst-helper.c:
24967           adding more entries to the docs and fix small doc-bugs
24968
24969 2005-08-05  Stefan Kost  <ensonic@users.sf.net>
24970
24971         * docs/gst/gstreamer-docs.sgml:
24972         * docs/gst/gstreamer-sections.txt:
24973         * docs/gst/gstreamer.types:
24974         * docs/gst/tmpl/gstbasesink.sgml:
24975         * docs/gst/tmpl/gstbasesrc.sgml:
24976         * docs/gst/tmpl/gstbasetransform.sgml:
24977         * docs/gst/tmpl/gstfakesrc.sgml:
24978         * gst/base/gstcollectpads.c:
24979         * gst/base/gstcollectpads.h:
24980         * libs/gst/controller/gst-controller.c:
24981         * libs/gst/controller/gst-controller.h:
24982         * libs/gst/controller/gst-helper.c:
24983         * libs/gst/controller/gst-interpolation.c:
24984         * libs/gst/controller/lib.c:
24985           added long/short desc for controller docs
24986           added collectpads base class docs
24987           added correct includes to base-class docs
24988
24989 2005-08-05  Stefan Kost  <ensonic@users.sf.net>
24990
24991         * check/gst-libs/controller.c: (gst_test_mono_source_get_property),
24992         (gst_test_mono_source_set_property),
24993         (gst_test_mono_source_class_init), (GST_START_TEST),
24994         (gst_controller_suite):
24995         * docs/gst/gstreamer-docs.sgml:
24996         * docs/gst/gstreamer-sections.txt:
24997         * docs/gst/gstreamer.types:
24998         * docs/libs/gstreamer-libs-docs.sgml:
24999         * docs/libs/gstreamer-libs-sections.txt:
25000         * gst/base/gstadapter.c:
25001         * libs/gst/controller/gst-controller.c:
25002         (gst_controlled_property_new), (gst_controlled_property_free),
25003         (gst_controller_new_valist),
25004         (gst_controller_remove_properties_valist),
25005         (gst_controller_sink_values), (_gst_controller_finalize):
25006         * libs/gst/controller/gst-controller.h:
25007         * libs/gst/controller/gst-helper.c:
25008         (gst_object_control_properties), (gst_object_uncontrol_properties),
25009         (gst_object_get_controller), (gst_object_set_controller),
25010         (gst_object_sink_values), (gst_object_get_value_arrays),
25011         (gst_object_get_value_array):
25012           more tests (and fixes) for the controller
25013           more docs for the controller
25014           integrated companies docs for the adapter 
25015
25016 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25017
25018         * check/elements/gstfakesrc.c: (setup_fakesrc), (cleanup_fakesrc),
25019         (GST_START_TEST), (fakesrc_suite):
25020           add tests for sizetype
25021
25022 2005-08-04  Andy Wingo  <wingo@pobox.com>
25023
25024         * gst/elements/gstcapsfilter.c: Reimplement using basetransform,
25025         fixes buffer_alloc proxying among other things.
25026
25027         * gst/base/gstbasetransform.c:
25028         * gst/base/gstbasetransform.h:
25029         Revert patch to gstbasetransform from 7-28 removing
25030         delay_configure.
25031
25032         * gst/base/gstbasetransform.h (GstBaseTransformClass.get_size):
25033         * gst/base/gstbasetransform.c (gst_base_transform_get_size):
25034         Semantics changed, should return not the size of the output buffer
25035         but the byte size of a buffer with a given caps.
25036
25037         * gst/base/gstbasetransform.c (gst_base_transform_getcaps): Better
25038         debug object.
25039         (gst_base_transform_configure_caps): Don't set out_size here: (in,
25040         out) are not the pad caps until setcaps finishes.
25041         (gst_base_transform_buffer_alloc): Proxy the buffer_alloc for the
25042         not-in-place case as well. Deal with changing from in-place to
25043         not-in-place within calling pad_alloc_buffer. Still a bit
25044         concerned about the overhead here...
25045
25046 2005-08-03  Andy Wingo  <wingo@pobox.com>
25047
25048         * gst/base/gstbasetransform.c (gst_base_transform_setcaps): Not
25049         fixating is an error.
25050
25051 2005-08-04  Edward Hervey  <edward@fluendo.com>
25052
25053         * gst/base/gstadapter.h: 
25054         Added gst_adapter_get_type() to the header
25055
25056 2005-08-03  Stefan Kost  <ensonic@users.sf.net>
25057
25058         * check/Makefile.am:
25059         * check/gst-libs/controller.c:
25060         * libs/gst/controller/gst-controller.c:
25061         (gst_controller_new_valist):
25062           added check test suite for the controller
25063         * gst/base/gstpushsrc.c:
25064           fixed a doc typo
25065
25066 2005-08-03  Stefan Kost  <ensonic@users.sf.net>
25067
25068         * docs/gst/Makefile.am:
25069         * docs/gst/gstreamer-docs.sgml:
25070         * docs/gst/gstreamer-sections.txt:
25071         * docs/gst/gstreamer.types:
25072         * docs/gst/tmpl/gstfakesrc.sgml:
25073         * gst/base/README:
25074         * gst/base/gstbasesink.c:
25075         * gst/base/gstbasesink.h:
25076         * gst/base/gstbasesrc.c:
25077         * gst/base/gstbasesrc.h:
25078         * gst/base/gstbasetransform.c:
25079         * gst/base/gstpushsrc.c:
25080         * gst/base/gstpushsrc.h:
25081           add short/long description docs to base classes
25082           add pushsrc to the docs
25083           remove consolidated doc fragments
25084
25085 2005-08-03  Stefan Kost  <ensonic@users.sf.net>
25086
25087         * configure.ac:
25088         * docs/libs/Makefile.am:
25089         * docs/libs/gstreamer-libs-docs.sgml:
25090         * docs/libs/gstreamer-libs-sections.txt:
25091         * docs/libs/gstreamer-libs.types:
25092         * examples/Makefile.am:
25093         * examples/controller/.cvsignore:
25094         * examples/controller/Makefile.am:
25095         * examples/controller/audio-example.c: (main):
25096         * libs/gst/Makefile.am:
25097         * libs/gst/controller/.cvsignore:
25098         * libs/gst/controller/Makefile.am:
25099         * libs/gst/controller/gst-controller.c:
25100         (on_object_controlled_property_changed), (gst_timed_value_compare),
25101         (gst_timed_value_find),
25102         (gst_controlled_property_set_interpolation_mode),
25103         (gst_controlled_property_new), (gst_controlled_property_free),
25104         (gst_controller_find_controlled_property),
25105         (gst_controller_new_valist), (gst_controller_new),
25106         (gst_controller_remove_properties_valist),
25107         (gst_controller_remove_properties), (gst_controller_set),
25108         (gst_controller_set_from_list), (gst_controller_unset),
25109         (gst_controller_get), (gst_controller_get_all),
25110         (gst_controller_sink_values), (gst_controller_get_value_arrays),
25111         (gst_controller_get_value_array),
25112         (gst_controller_set_interpolation_mode),
25113         (_gst_controller_finalize), (_gst_controller_init),
25114         (_gst_controller_class_init), (gst_controller_get_type):
25115         * libs/gst/controller/gst-controller.h:
25116         * libs/gst/controller/gst-helper.c: (g_object_control_properties),
25117         (g_object_uncontrol_properties), (g_object_get_controller),
25118         (g_object_set_controller), (g_object_sink_values),
25119         (g_object_get_value_arrays), (g_object_get_value_array):
25120         * libs/gst/controller/gst-interpolation.c:
25121         (gst_controlled_property_find_timed_value_node),
25122         (interpolate_none_get), (interpolate_trigger_get),
25123         (interpolate_trigger_get_value_array):
25124         * libs/gst/controller/lib.c: (gst_controller_init):
25125         * pkgconfig/Makefile.am:
25126         * pkgconfig/gstreamer-control-uninstalled.pc.in:
25127         * pkgconfig/gstreamer-control.pc.in:
25128         * testsuite/Makefile.am:
25129         * testsuite/controller/.cvsignore:
25130         * testsuite/controller/Makefile.am:
25131         * testsuite/controller/interpolator.c: (main):
25132           added controller code
25133           removed dparam pc files
25134
25135 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
25136         * gst/base/gstcollectpads.c: (gst_collectpads_finalize),
25137         (gst_collectpads_stop):
25138           Broadcast the condition when shutting down, to make sure we wake all
25139           threads up. Shut down pads on finalize, for safety.
25140
25141 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
25142         * gst/base/gstbasetransform.c: (gst_base_transform_init),
25143         (gst_base_transform_handle_buffer),
25144         (gst_base_transform_change_state):
25145           Handle PAUSED->READY->PAUSED transition after negotiation
25146           occurred already.
25147         * gst/gstmessage.c: (gst_message_init):
25148           Extra piece of debug for new messages.
25149
25150 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
25151
25152         * configure.ac:
25153         * docs/gst/tmpl/gstbasesrc.sgml:
25154         * docs/gst/tmpl/gstelement.sgml:
25155         * docs/gst/tmpl/gstevent.sgml:
25156         * docs/gst/tmpl/gstfakesrc.sgml:
25157         * docs/gst/tmpl/gstformat.sgml:
25158         * docs/gst/tmpl/gstghostpad.sgml:
25159         * docs/gst/tmpl/gstpad.sgml:
25160         * docs/gst/tmpl/gstquery.sgml:
25161         * docs/gst/tmpl/gststructure.sgml:
25162         * docs/gst/tmpl/gsttaglist.sgml:
25163         * docs/gst/tmpl/gstvalue.sgml:
25164         * docs/libs/gstreamer-libs-docs.sgml:
25165         * docs/libs/gstreamer-libs-sections.txt:
25166         * docs/libs/gstreamer-libs.types:
25167         * libs/gst/Makefile.am:
25168         * libs/gst/control/.cvsignore:
25169         * libs/gst/control/Makefile.am:
25170         * libs/gst/control/control.c:
25171         * libs/gst/control/control.h:
25172         * libs/gst/control/dparam.c:
25173         * libs/gst/control/dparam.h:
25174         * libs/gst/control/dparam_smooth.c:
25175         * libs/gst/control/dparam_smooth.h:
25176         * libs/gst/control/dparamcommon.h:
25177         * libs/gst/control/dparammanager.c:
25178         * libs/gst/control/dparammanager.h:
25179         * libs/gst/control/dplinearinterp.c:
25180         * libs/gst/control/dplinearinterp.h:
25181         * libs/gst/control/unitconvert.c:
25182         * libs/gst/control/unitconvert.h:
25183         * testsuite/Makefile.am:
25184         * testsuite/dynparams/.cvsignore:
25185         * testsuite/dynparams/Makefile.am:
25186         * testsuite/dynparams/dparamstest.c:
25187         * tools/Makefile.am:
25188         * tools/gst-inspect.c: (print_element_info), (main):
25189         * tools/gst-xmlinspect.c: (print_element_info), (main):
25190           deactivate and remove dparams (libgstcontrol)
25191
25192 2005-08-01  Tim-Philipp Müller  <tim at centricular dot net>
25193
25194         * gst/elements/gsttypefindelement.c:
25195         (gst_type_find_element_have_type), (gst_type_find_element_init),
25196         (stop_typefinding), (gst_type_find_element_handle_event),
25197         (gst_type_find_element_chain), (gst_type_find_element_getrange):
25198         * gst/elements/gsttypefindelement.h:
25199           Set caps on all outgoing buffers, not just the first one.
25200
25201 2005-08-01  Tim-Philipp Müller  <tim at centricular dot net>
25202
25203         * gst/elements/gsttypefindelement.c:
25204         (gst_type_find_element_have_type),
25205         (gst_type_find_element_check_set_buffer_caps),
25206         (gst_type_find_element_init), (stop_typefinding),
25207         (gst_type_find_element_handle_event),
25208         (gst_type_find_element_chain), (gst_type_find_element_getrange):
25209         * gst/elements/gsttypefindelement.h:
25210           Set caps on first outgoing buffer when we've found the type.
25211
25212 2005-08-01  Tim-Philipp Müller  <tim at centricular dot net>
25213
25214         * docs/gst/gstreamer-docs.sgml:
25215         * docs/gst/gstreamer-sections.txt:
25216         * docs/gst/tmpl/gstscheduler.sgml:
25217         * docs/gst/tmpl/gstschedulerfactory.sgml:
25218           Remove some old cruft from docs.
25219
25220 2005-07-31  Tim-Philipp Müller  <tim at centricular dot net>
25221
25222         * gst/gstpad.h:
25223           Fix inline docs for GstPadLinkReturn.
25224           
25225         * gst/gststructure.c: (gst_structure_has_name):
25226         * gst/gststructure.h:
25227         * docs/gst/gstreamer-sections.txt:
25228           New API: gst_structure_has_name().
25229
25230 2005-07-30  Tim-Philipp Müller  <tim at centricular dot net>
25231
25232         * configure.ac:
25233           Use AC_SYS_LARGEFILE, which will set _FILE_OFFSET_BITS=64
25234           and _LARGEFILE_SOURCE in config.h as required. Do not 
25235           export those flags in our .pc files any longer (#142209).
25236
25237           Remove unused GST_DISABLE_OMEGA_COTHREADS stuff.
25238
25239         * gst/elements/gstfilesink.c: (gst_file_sink_class_init),
25240         (gst_file_sink_do_seek), (gst_file_sink_event),
25241         (gst_file_sink_get_current_offset), (gst_file_sink_render):
25242           Redo seek/tell calls with large file support in mind; add some
25243           debugging messages; add log message that tells us when large
25244           file support is unavailable or not enabled for some reason.
25245
25246         * gst/elements/gstfilesrc.c: (gst_file_src_class_init):
25247           Add log message that tells us when large file support 
25248           is unavailable or not enabled for some reason.
25249
25250 2005-07-29  Wim Taymans  <wim@fluendo.com>
25251
25252         * check/gst/gstghostpad.c: (GST_START_TEST), (gst_ghost_pad_suite):
25253         Added test for removing an element with ghostpad from a bin.
25254         Fixed test as current implementation does the right thing.
25255
25256         * gst/gstghostpad.c: (gst_proxy_pad_class_init),
25257         (gst_proxy_pad_do_query_type), (gst_proxy_pad_do_event),
25258         (gst_proxy_pad_do_query), (gst_proxy_pad_do_internal_link),
25259         (gst_proxy_pad_do_bufferalloc), (gst_proxy_pad_do_activate),
25260         (gst_proxy_pad_do_activatepull), (gst_proxy_pad_do_activatepush),
25261         (gst_proxy_pad_do_chain), (gst_proxy_pad_do_getrange),
25262         (gst_proxy_pad_do_checkgetrange), (gst_proxy_pad_do_getcaps),
25263         (gst_proxy_pad_do_acceptcaps), (gst_proxy_pad_do_fixatecaps),
25264         (gst_proxy_pad_do_setcaps), (gst_proxy_pad_set_target),
25265         (gst_proxy_pad_get_target), (gst_proxy_pad_init),
25266         (gst_proxy_pad_dispose), (gst_proxy_pad_finalize),
25267         (gst_ghost_pad_class_init), (gst_ghost_pad_do_activate_push),
25268         (gst_ghost_pad_do_link), (gst_ghost_pad_do_unlink),
25269         (gst_ghost_pad_set_internal), (gst_ghost_pad_dispose),
25270         (gst_ghost_pad_new_notarget), (gst_ghost_pad_new),
25271         (gst_ghost_pad_get_target), (gst_ghost_pad_set_target):
25272         * gst/gstghostpad.h:
25273         Clean up ghostpads, remove properties for internal stuff.
25274         Make threadsafe.
25275         Fix refcounting.
25276         Prepare for switching targets, not all use cases work yet.
25277
25278 2005-07-29  Wim Taymans  <wim@fluendo.com>
25279
25280         * docs/design/part-gstghostpad.txt:
25281         Small update.
25282
25283         * gst/gstbin.c: (unlink_pads), (gst_bin_add_func),
25284         (gst_bin_remove_func):
25285         Unlinking pads while holding the bin LOCK is not a good
25286         idea.
25287
25288         * gst/gstpad.c: (gst_pad_class_init),
25289         (gst_pad_link_check_hierarchy), (gst_pad_get_caps_unlocked),
25290         (gst_pad_accept_caps), (gst_pad_set_caps), (gst_pad_send_event):
25291         No prob setting template after creating the pad.
25292
25293 2005-07-29  Jan Schmidt  <thaytan@mad.scientist.com>
25294
25295         * gst/gstbus.c: (gst_bus_set_flushing), (gst_bus_pop),
25296         (gst_bus_peek), (gst_bus_source_dispatch),
25297         (gst_bus_add_watch_full), (poll_handler), (poll_timeout),
25298         (poll_destroy), (poll_destroy_timeout), (gst_bus_poll):
25299           gst_bus_poll may be called from other threads. Handle
25300           this nicely by not making poll_data disappear off the
25301           stack once gst_bus_poll returns.
25302           gst_bus_peek now increments the refcount on the returned
25303           message.
25304
25305 2005-07-29  Wim Taymans  <wim@fluendo.com>
25306
25307         * docs/design/part-gstghostpad.txt:
25308         Overview of current GhostPad datastructures and use
25309         cases for changing the target.
25310
25311 2005-07-28  Wim Taymans  <wim@fluendo.com>
25312
25313         * check/gst/gstbin.c: (GST_START_TEST), (gst_bin_suite):
25314         Added checks for hierarchy consistency whan adding linked
25315         elements to bins.
25316
25317         * check/gst/gstelement.c: (GST_START_TEST), (gst_element_suite):
25318         Added check to test element scheduling without bin/pipeline.
25319
25320         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
25321         First add elements to bin, then link.
25322         
25323         * gst/gstbin.c: (unlink_pads), (gst_bin_add_func),
25324         (gst_bin_remove_func):
25325         Unlink pads from elements added/removed from bin to maintain
25326         hierarchy consistency.
25327
25328 2005-07-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25329
25330         * gst/base/gstbasetransform.c: (gst_base_transform_setcaps),
25331         (gst_base_transform_handle_buffer):
25332         * gst/base/gstbasetransform.h:
25333           Remove broken delay_configure (fixes renegotiation of software
25334           scaling pipelines); remove some leftover printf()s.
25335
25336 2005-07-28  Wim Taymans  <wim@fluendo.com>
25337
25338         * check/gst/gstghostpad.c: (GST_START_TEST), (gst_ghost_pad_suite):
25339         Added some more tests for wrong hierarchy
25340
25341         * docs/design/part-overview.txt:
25342         Some updates.
25343
25344         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_dispose):
25345         Cleanups.
25346
25347         * gst/gstelement.c: (gst_element_remove_pad), (gst_element_seek),
25348         (gst_element_dispose):
25349         Some more cleanups.
25350
25351         * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked),
25352         (gst_pad_link_check_hierarchy), (gst_pad_link_prepare),
25353         (gst_pad_get_caps_unlocked), (gst_pad_accept_caps),
25354         (gst_pad_set_caps), (gst_pad_send_event):
25355         Check for correct hierarchy when linking pads. Moving to
25356         strict requirement for ghostpads when linking elements in
25357         different bins.
25358
25359         * gst/gstpad.h:
25360         Clean ups. Added WRONG_HIERARCHY return value.
25361
25362 2005-07-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25363
25364         * gst/base/gstbasetransform.c: (gst_base_transform_setcaps):
25365           Better debug if no transform is possible.
25366
25367 2005-07-27  Wim Taymans  <wim@fluendo.com>
25368
25369         * docs/random/wtay/network-transp:
25370         Some old doc I had.
25371
25372 2005-07-27  Wim Taymans  <wim@fluendo.com>
25373
25374         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_event),
25375         (gst_dp_event_from_packet):
25376         Fix serialization of seek events.
25377
25378 2005-07-27  Wim Taymans  <wim@fluendo.com>
25379
25380         * check/gst-libs/gdp.c: (GST_START_TEST):
25381         * gst/elements/gstfakesink.c: (gst_fake_sink_event):
25382         Fix compilation and fix event serialization.
25383
25384 2005-07-27  Wim Taymans  <wim@fluendo.com>
25385
25386         * CHANGES-0.9:
25387         * docs/design/part-TODO.txt:
25388         * docs/design/part-events.txt:
25389         Some docs updates
25390
25391         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
25392         (gst_base_sink_event), (gst_base_sink_do_sync),
25393         (gst_base_sink_activate_push), (gst_base_sink_activate_pull):
25394         * gst/base/gstbasesrc.c: (gst_base_src_send_discont),
25395         (gst_base_src_do_seek), (gst_base_src_event_handler),
25396         (gst_base_src_loop):
25397         * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
25398         (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
25399         (gst_base_transform_get_size), (gst_base_transform_buffer_alloc),
25400         (gst_base_transform_event), (gst_base_transform_handle_buffer),
25401         (gst_base_transform_set_passthrough),
25402         (gst_base_transform_is_passthrough):
25403         * gst/elements/gstfakesink.c: (gst_fake_sink_event):
25404         * gst/elements/gstfilesink.c: (gst_file_sink_event):
25405         Event updates.
25406
25407         * gst/gstbuffer.h:
25408         Use faster casts.
25409
25410         * gst/gstelement.c: (gst_element_seek):
25411         * gst/gstelement.h:
25412         Update gst_element_seek.
25413
25414         * gst/gstevent.c: (gst_event_finalize), (_gst_event_copy),
25415         (gst_event_new), (gst_event_new_custom), (gst_event_get_structure),
25416         (gst_event_new_flush_start), (gst_event_new_flush_stop),
25417         (gst_event_new_eos), (gst_event_new_newsegment),
25418         (gst_event_parse_newsegment), (gst_event_new_tag),
25419         (gst_event_parse_tag), (gst_event_new_filler), (gst_event_new_qos),
25420         (gst_event_parse_qos), (gst_event_new_seek),
25421         (gst_event_parse_seek), (gst_event_new_navigation):
25422         * gst/gstevent.h:
25423         Make GstEvent use GstStructure. Add parsing code, make sure the
25424         API is sufficiently generic.
25425         Mark possible directions of events and serialization.
25426
25427         * gst/gstmessage.c: (gst_message_init), (gst_message_finalize),
25428         (_gst_message_copy), (gst_message_new_segment_start),
25429         (gst_message_new_segment_done), (gst_message_new_custom),
25430         (gst_message_parse_segment_start),
25431         (gst_message_parse_segment_done):
25432         Small cleanups.
25433
25434         * gst/gstpad.c: (gst_pad_get_caps_unlocked), (gst_pad_accept_caps),
25435         (gst_pad_set_caps), (gst_pad_send_event):
25436         Update for new events. 
25437         Catch events sent in wrong directions.
25438
25439         * gst/gstqueue.c: (gst_queue_link_src),
25440         (gst_queue_handle_sink_event), (gst_queue_chain), (gst_queue_loop),
25441         (gst_queue_handle_src_query):
25442         Event updates.
25443
25444         * gst/gsttag.c:
25445         * gst/gsttag.h:
25446         Remove event code from this file.
25447
25448         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_event),
25449         (gst_dp_event_from_packet):
25450         Event updates.
25451
25452 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25453
25454         * gst/base/gstbasetransform.c: (gst_base_transform_getcaps),
25455         (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
25456         (gst_base_transform_get_size), (gst_base_transform_handle_buffer):
25457           Make debugging actually useful.
25458
25459 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25460
25461         * gst/gstpad.c: (fixate_value), (gst_pad_default_fixate),
25462         (gst_pad_fixate_caps):
25463           Implement default fixation once again, so that gst_pad_fixate()
25464           actually does anything at all. This probably needs to be some
25465           sort of a last resort, and use profile-based fixation first, but
25466           since that doesn't exist yet, this is the best we have. Fixes
25467           visualization in Totem.
25468
25469 2005-07-22  Wim Taymans  <wim@fluendo.com>
25470
25471         * docs/design/part-events.txt:
25472         Small update.
25473
25474         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
25475         (gst_base_sink_do_sync), (gst_base_sink_activate_push),
25476         (gst_base_sink_activate_pull):
25477         Some more comments.
25478
25479         * gst/elements/gstfakesrc.c: (gst_fake_src_class_init),
25480         (gst_fake_src_create):
25481         Fix handoff marshall.
25482
25483         * gst/elements/gstidentity.c: (gst_identity_class_init),
25484         (gst_identity_transform_ip):
25485         We're a real inplace element.
25486
25487         * gst/gstbus.c: (gst_bus_post):
25488         Added some comments.
25489
25490         * tests/lat.c: (fakesrc), (fakesink), (simple), (queue), (main):
25491         * tests/muxing/case1.c: (main):
25492         * tests/sched/dynamic-pipeline.c: (main):
25493         * tests/sched/interrupt1.c: (main):
25494         * tests/sched/interrupt2.c: (main):
25495         * tests/sched/interrupt3.c: (main):
25496         * tests/sched/runxml.c: (main):
25497         * tests/sched/sched-stress.c: (main):
25498         * tests/seeking/seeking1.c: (event_received), (main):
25499         * tests/threadstate/threadstate2.c: (bus_handler), (timeout_func),
25500         (main):
25501         * tests/threadstate/threadstate3.c: (main):
25502         * tests/threadstate/threadstate4.c: (main):
25503         * tests/threadstate/threadstate5.c: (main):
25504         Fix the tests.
25505
25506 2005-07-21  Wim Taymans  <wim@fluendo.com>
25507
25508         * docs/design/part-seeking.txt:
25509         Some small additions.
25510
25511         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
25512         (gst_base_sink_get_times), (gst_base_sink_do_sync),
25513         (gst_base_sink_activate_push), (gst_base_sink_activate_pull):
25514         * gst/base/gstbasesink.h:
25515         discont values are gint64, handle the math correctly.
25516
25517         * gst/base/gstbasesrc.c: (gst_base_src_loop):
25518         Make the basesrc report error if the source pad is not linked.
25519
25520         * gst/gstqueue.c: (gst_queue_link_src), (gst_queue_chain),
25521         (gst_queue_loop), (gst_queue_handle_src_query),
25522         (gst_queue_src_activate_push):
25523         Make queue collect data even if the srcpad is not linked.
25524         Start pushing out data as soon as it is linked.
25525
25526         * gst/gstutils.c: (gst_element_unlink), (gst_flow_get_name):
25527         * gst/gstutils.h:
25528         Added gst_flow_get_name() to ease error reporting.
25529
25530 2005-07-20  Wim Taymans  <wim@fluendo.com>
25531
25532         * gst/gstmessage.c: (gst_message_new_segment_start),
25533         (gst_message_new_segment_done), (gst_message_parse_segment_start),
25534         (gst_message_parse_segment_done):
25535         * gst/gstmessage.h:
25536         Added a bunch of messages for advanced seeking.
25537
25538         * gst/parse/grammar.y:
25539         * libs/gst/control/dparammanager.c: (gst_dpman_set_parent),
25540         (gst_dpman_state_changed):
25541         Fix some new-pad -> pad-added signals
25542
25543 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25544
25545         * docs/manual/appendix-porting.xml:
25546         * docs/pwg/appendix-porting.xml:
25547           Document new-pad/state-change signal renames and the FixedList
25548           type rename.
25549
25550 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25551
25552         * docs/manual/advanced-autoplugging.xml:
25553         * docs/manual/basics-helloworld.xml:
25554         * docs/manual/basics-pads.xml:
25555         * docs/random/ds/0.9-suggested-changes:
25556         * gst/gstelement.c: (gst_element_class_init), (gst_element_seek):
25557         * gst/gstelement.h:
25558         * gst/gstevent.h:
25559         * gst/gstformat.h:
25560         * gst/gstquery.h:
25561         * gst/gststructure.c: (gst_structure_value_get_generic_type),
25562         (gst_structure_parse_array), (gst_structure_parse_value):
25563         * gst/gstvalue.c: (gst_type_is_fixed),
25564         (gst_value_list_prepend_value), (gst_value_list_append_value),
25565         (gst_value_list_get_size), (gst_value_list_get_value),
25566         (gst_value_transform_array_string), (gst_value_serialize_array),
25567         (gst_value_deserialize_array), (gst_value_intersect_array),
25568         (gst_value_is_fixed), (_gst_value_initialize):
25569         * gst/gstvalue.h:
25570           GstElement::new-pad -> pad-added, GstElement::state-change ->
25571           state-changed, GstValueFixedList -> GstValueArray, add format and
25572           flags as their own arguments in gst_element_seek() (should improve
25573           "bindeability"), remove function generators since they don't work
25574           under a whole bunch of compilers (they were deprecated already
25575           anyway).
25576
25577 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25578
25579         * gst/gstinfo.c: (_gst_debug_nameof_funcptr),
25580         (_gst_debug_register_funcptr):
25581         * gst/gstinfo.h:
25582           Fix illegal cast on some platforms (#309253).
25583
25584 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25585
25586         * gst/gstmessage.c: (gst_message_new_custom):
25587         * gst/gstmessage.h:
25588           Add _new_custom, make _new_application a macro to _new_custom.
25589
25590 2005-07-20  Wim Taymans  <wim@fluendo.com>
25591
25592         * gst/base/gstbasesrc.c: (gst_base_src_init),
25593         (gst_base_src_do_seek), (gst_base_src_loop), (gst_base_src_start):
25594         * gst/base/gstbasesrc.h:
25595         Add a gboolean to decide when to push out a discont.
25596
25597         * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
25598         (gst_queue_loop), (gst_queue_handle_src_query),
25599         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
25600         (gst_queue_set_property), (gst_queue_get_property):
25601         Some cleanups.
25602
25603         * tests/threadstate/threadstate1.c: (main):
25604         Make a thread test compile and run... very silly..
25605
25606
25607 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25608
25609         * docs/manual/appendix-porting.xml:
25610           Mention removal of libgstgconf-0.9.la and existence of gconf
25611           elements.
25612
25613 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25614
25615         * docs/pwg/advanced-clock.xml:
25616         * docs/pwg/appendix-porting.xml:
25617         * docs/pwg/intro-preface.xml:
25618         * docs/pwg/other-base.xml:
25619         * docs/pwg/other-manager.xml:
25620         * docs/pwg/other-nton.xml:
25621         * docs/pwg/other-ntoone.xml:
25622         * docs/pwg/other-oneton.xml:
25623         * docs/pwg/pwg.xml:
25624           Document base classes, update sections of n-to-1 and 1-to-n (muxer,
25625           demuxer), remove n-to-n (was never written), fix some code examples
25626           and links and update the porting section to include all this.
25627
25628 2005-07-19  Wim Taymans  <wim@fluendo.com>
25629
25630         * gst/gstqueue.c: (gst_queue_init), (gst_queue_handle_sink_event),
25631         (gst_queue_chain), (gst_queue_loop), (gst_queue_handle_src_event),
25632         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
25633         (gst_queue_src_activate_push), (gst_queue_change_state),
25634         (gst_queue_get_property):
25635         * gst/gstqueue.h:
25636         Propagate GstFlowReturn more intelligently upstream and output
25637         an ERROR/EOS when streaming stopped due to fatal error.
25638
25639 2005-07-19  Wim Taymans  <wim@fluendo.com>
25640
25641         * tools/gst-launch.c: (check_intr), (event_loop), (main):
25642         Don't block forever for the state change to complete, the
25643         pipeline already did with a sensible timeout.
25644
25645 2005-07-19  Wim Taymans  <wim@fluendo.com>
25646
25647         * gst/base/gstbasesrc.c: (gst_base_src_get_range):
25648         Make sure we never call the create function is we
25649         got deactivated.
25650
25651 2005-07-19  Andy Wingo  <wingo@pobox.com>
25652
25653         * gst/parse/parse.l: Attempt to solve bug #172815.
25654
25655 2005-07-19  Wim Taymans  <wim@fluendo.com>
25656
25657         * docs/design/part-clocks.txt:
25658         * docs/design/part-events.txt:
25659         * gst/base/gstbasesrc.c: (gst_base_src_do_seek):
25660         Small docs updates.
25661         Only update the seeking values when we are not
25662         busy streaming.
25663
25664 2005-07-19  Jan Schmidt  <thaytan@mad.scientist.com>
25665
25666         * gst/base/gstbasesrc.c: (gst_base_src_loop):
25667           Oops, ignore the result of gst_pad_push_event here.
25668
25669 2005-07-19  Jan Schmidt  <thaytan@mad.scientist.com>
25670
25671         * gst/base/gstbasesrc.c: (gst_base_src_loop),
25672         (gst_base_src_activate_push):
25673           Send discont event from the loop function, as pads
25674           aren't activated yet in the activate_push handler.
25675
25676         * gst/gstbin.c: (bin_bus_handler):
25677           Don't leak element name.
25678
25679 2005-07-18  Andy Wingo  <wingo@pobox.com>
25680
25681         * configure.ac: Use AS_LIBTOOL_TAGS.
25682
25683 2005-07-18  Wim Taymans  <wim@fluendo.com>
25684
25685         * docs/gst/gstreamer.types:
25686         Remove deleted types.
25687
25688 2005-07-18  Wim Taymans  <wim@fluendo.com>
25689
25690         * check/elements/gstfakesrc.c: (GST_START_TEST):
25691         * configure.ac:
25692         * gst/Makefile.am:
25693         * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
25694         (init_popt_callback):
25695         * gst/gst.h:
25696         * gst/gst_private.h:
25697         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_add_func),
25698         (gst_bin_remove_func), (gst_bin_get_state), (gst_bin_change_state):
25699         * gst/gstbin.h:
25700         * gst/gstbus.h:
25701         * gst/gstconfig.h.in:
25702         * gst/gstelement.c: (gst_element_class_init),
25703         (gst_element_set_base_time), (gst_element_get_base_time),
25704         (iterator_fold_with_resync), (gst_element_change_state),
25705         (gst_element_dispose), (gst_element_get_bus):
25706         * gst/gstelement.h:
25707         * gst/gstelementfactory.h:
25708         * gst/gsterror.c: (_gst_core_errors_init):
25709         * gst/gsterror.h:
25710         * gst/gstevent.h:
25711         * gst/gstghostpad.c: (gst_ghost_pad_do_activate_push):
25712         * gst/gstindex.c:
25713         * gst/gstinfo.c: (_gst_debug_init):
25714         * gst/gstmessage.c: (_gst_message_copy):
25715         * gst/gstmessage.h:
25716         * gst/gstminiobject.h:
25717         * gst/gstobject.c:
25718         * gst/gstobject.h:
25719         * gst/gstpad.c: (gst_pad_get_caps_unlocked), (gst_pad_accept_caps),
25720         (gst_pad_set_caps), (gst_pad_start_task), (gst_pad_stop_task):
25721         * gst/gstpad.h:
25722         * gst/gstparse.h:
25723         * gst/gstpipeline.c: (gst_pipeline_init), (gst_pipeline_dispose),
25724         (gst_pipeline_change_state), (gst_pipeline_set_new_stream_time),
25725         (gst_pipeline_get_last_stream_time):
25726         * gst/gstpipeline.h:
25727         * gst/gstpluginfeature.h:
25728         * gst/gstquery.h:
25729         * gst/gstscheduler.c:
25730         * gst/gstscheduler.h:
25731         * gst/gststructure.h:
25732         * gst/gsttask.c: (gst_task_get_type), (gst_task_class_init),
25733         (gst_task_finalize), (gst_task_func), (gst_task_create),
25734         (gst_task_set_lock), (gst_task_get_state), (gst_task_start),
25735         (gst_task_stop), (gst_task_pause):
25736         * gst/gsttask.h:
25737         * gst/gsttypefind.h:
25738         * gst/gsttypes.h:
25739         * gst/registries/gstlibxmlregistry.c: (load_feature),
25740         (gst_xml_registry_load), (gst_xml_registry_save_feature):
25741         * gst/registries/gstxmlregistry.c:
25742         (gst_xml_registry_start_element), (gst_xml_registry_save_feature):
25743         * gst/schedulers/threadscheduler.c:
25744         * libs/gst/control/dparammanager.h:
25745         * tools/gst-inspect.c: (print_element_list),
25746         (print_plugin_features), (print_element_features):
25747         * tools/gst-xmlinspect.c: (print_element_list),
25748         (print_plugin_info), (main):
25749         Removed plugable schedulers.
25750         Removed Scheduler/Manager from elements.
25751         Removed gsttypes.h, rearranged includes.
25752         Removed dependency pad<->element, element<>pipeline, and
25753         various others,  fix includes.
25754         implement gst_pad_get_parent() with gst_object_get_parent()
25755         Make GstTask sefcontained.
25756         Fix _get_state() on GstBin, it did not return ASYNC with a 0
25757         timeout.
25758         Fix endless loop in iterator_fold_with_resync.
25759
25760
25761 2005-07-18  Wim Taymans  <wim@fluendo.com>
25762
25763         * gst/Makefile.am:
25764         * gst/gstarch.h:
25765         Remove old file.
25766
25767 2005-07-18  Wim Taymans  <wim@fluendo.com>
25768
25769         * gst/Makefile.am:
25770         No more cothreads.h
25771
25772 2005-07-18  Wim Taymans  <wim@fluendo.com>
25773
25774         * gst/cothreads.c:
25775         * gst/cothreads.h:
25776         Let's remove these.
25777
25778 2005-07-18  Wim Taymans  <wim@fluendo.com>
25779
25780         * docs/design/part-dynamic.txt:
25781         * docs/design/part-events.txt:
25782         * docs/design/part-seeking.txt:
25783         Some more docs in the works.
25784
25785         * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
25786         (gst_base_transform_getcaps), (gst_base_transform_configure_caps),
25787         (gst_base_transform_setcaps), (gst_base_transform_get_size),
25788         (gst_base_transform_buffer_alloc), (gst_base_transform_event),
25789         (gst_base_transform_handle_buffer),
25790         (gst_base_transform_sink_activate_push),
25791         (gst_base_transform_src_activate_pull),
25792         (gst_base_transform_set_passthrough),
25793         (gst_base_transform_is_passthrough):
25794         Refcounting fixes.
25795
25796         * gst/gstbus.c: (gst_bus_source_dispatch), (gst_bus_poll):
25797         Cleanups.
25798
25799         * gst/gstevent.c: (gst_event_finalize):
25800         Set SRC to NULL.
25801
25802         * gst/gstutils.c: (gst_element_unlink),
25803         (gst_pad_get_parent_element), (gst_pad_proxy_getcaps),
25804         (gst_pad_proxy_setcaps):
25805         * gst/gstutils.h:
25806         Add _get_parent_element() to get a pads parent as an element.
25807
25808 2005-07-18  Wim Taymans  <wim@fluendo.com>
25809
25810         * check/gst/gstbin.c: (GST_START_TEST):
25811         Remove bogus test.
25812
25813 2005-07-18  Wim Taymans  <wim@fluendo.com>
25814
25815         * gst/base/gstbasesink.c: (gst_base_sink_pad_getcaps),
25816         (gst_base_sink_pad_setcaps), (gst_base_sink_pad_buffer_alloc),
25817         (gst_base_sink_preroll_queue_flush), (gst_base_sink_handle_object),
25818         (gst_base_sink_event), (gst_base_sink_do_sync),
25819         (gst_base_sink_chain), (gst_base_sink_loop),
25820         (gst_base_sink_deactivate), (gst_base_sink_activate_push),
25821         (gst_base_sink_activate_pull), (gst_base_sink_change_state):
25822         Refcounting fixes.
25823         Fix logic for returning ASYNC when not prerolled.
25824
25825 2005-07-18  Wim Taymans  <wim@fluendo.com>
25826
25827         * gst/gstqueue.c: (gst_queue_handle_sink_event):
25828         Fix nasty refcount bug.
25829
25830 2005-07-16 Philippe Khalaf <burger@speedy.org>
25831
25832         * gst/elements/gstfdsrc.c:
25833         * gst/elements/gstfdsrc.h:
25834         * gst/elements/gstelements.c:
25835         * gst/elements/Makefile.am:
25836         Ported fdsrc to 0.9.
25837
25838 2005-07-16  Wim Taymans  <wim@fluendo.com>
25839
25840         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
25841         (gst_base_sink_do_sync):
25842         Fix compile error.
25843
25844 2005-07-16  Wim Taymans  <wim@fluendo.com>
25845
25846         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
25847         (gst_base_sink_event), (gst_base_sink_get_times),
25848         (gst_base_sink_do_sync), (gst_base_sink_change_state):
25849         * gst/base/gstbasesink.h:
25850         Store and use discont values when syncing buffers as described
25851         in design docs.
25852         
25853         * gst/base/gstbasesrc.c: (gst_base_src_send_discont),
25854         (gst_base_src_do_seek), (gst_base_src_loop), (gst_base_src_start),
25855         (gst_base_src_activate_push):
25856         Push discont event when starting.
25857
25858         * gst/elements/gstidentity.c: (gst_identity_transform):
25859         Small cleanups.
25860
25861         * gst/gstbin.c: (gst_bin_change_state):
25862         Small cleanups in base_time  distribution.
25863
25864         * gst/gstelement.c: (gst_element_set_base_time),
25865         (gst_element_get_base_time), (gst_element_change_state):
25866         * gst/gstelement.h:
25867         Added methods for the base_time of the element.
25868         Some MT fixes.
25869
25870         * gst/gstpipeline.c: (gst_pipeline_send_event),
25871         (gst_pipeline_change_state), (gst_pipeline_set_new_stream_time),
25872         (gst_pipeline_get_last_stream_time):
25873         * gst/gstpipeline.h:
25874         MT fixes.
25875         Handle seeking as described in design doc, remove stream_time
25876         hack.
25877         Cleanups clock and stream_time selection code. Added accessors
25878         for the stream_time.
25879         
25880
25881 2005-07-16  Andy Wingo  <wingo@pobox.com>
25882
25883         * gst/gsterror.c (_gst_core_errors_init): Use the magic word
25884         (#305291).
25885
25886 2005-07-16  Wim Taymans  <wim@fluendo.com>
25887
25888         * check/gst/gstbin.c: (GST_START_TEST):
25889         Make elements silent as the deep_notify refs the
25890         parent, which might make the test fail.
25891
25892         * gst/gstghostpad.c: (gst_ghost_pad_do_activate_push):
25893         Don't hold the lock for too long.
25894
25895 2005-07-16  Tim-Philipp Müller  <tim at centricular dot net>
25896
25897         * gst/base/gstbasesrc.c: (gst_base_src_default_negotiate):
25898           Don't unref the caps we passed to gst_caps_make_writable() after
25899           passing them. gst_caps_make_writable() will do that for us.
25900
25901 2005-07-15  Andy Wingo  <wingo@pobox.com>
25902
25903         * gst/gstcaps.h (gst_caps_is_simple): Removed deprecated macro
25904         (#157311).
25905
25906         * gst/elements/gstidentity.c (marshal_VOID__MINIOBJECT): Write our
25907         own marshalling function for the handoff signal. Properly type the
25908         buffer as a buffer. Fixes some warnings. Should do a more general
25909         solution.
25910         (gst_identity_class_init): Plug into the right marshaller.
25911
25912 2005-07-15  Wim Taymans  <wim@fluendo.com>
25913
25914         * docs/design/part-TODO.txt:
25915         * docs/design/part-clocks.txt:
25916         * docs/design/part-element-sink.txt:
25917         * docs/design/part-events.txt:
25918         * docs/design/part-gstpipeline.txt:
25919         Updated docs, mostly DISCONT related.
25920
25921 2005-07-15  Tim-Philipp Müller  <tim at centricular dot net>
25922
25923         * docs/pwg/building-pads.xml:
25924           s/GST_PAD_LINK_REFUSED/FALSE/ in gst_my_filter_setcaps()
25925
25926 2005-07-15  Andy Wingo  <wingo@pobox.com>
25927
25928         * tools/gst-typefind.c: Update, add copyright block.
25929
25930         * gst/base/gstbasesrc.c (gst_base_src_default_negotiate):
25931         Normalize and truncate caps before fixation.
25932
25933         * gst/gstcaps.h:
25934         * gst/gstcaps.c (gst_caps_truncate): New function, destructively
25935         discards all but the first structure from its argument.
25936
25937 2005-07-15  Wim Taymans  <wim@fluendo.com>
25938
25939         * gst/base/gstbasetransform.c: (gst_base_transform_init),
25940         (gst_base_transform_transform_caps), (gst_base_transform_getcaps),
25941         (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
25942         (gst_base_transform_get_size), (gst_base_transform_buffer_alloc),
25943         (gst_base_transform_handle_buffer), (gst_base_transform_getrange),
25944         (gst_base_transform_chain), (gst_base_transform_change_state),
25945         (gst_base_transform_set_passthrough),
25946         (gst_base_transform_is_passthrough):
25947         * gst/base/gstbasetransform.h:
25948         Make passthrough work using the bufferpools.
25949         Changed API a bit, subclasses have to write into a buffer
25950         provided by the base class.
25951         More debug info in nego functions.
25952         
25953         * gst/elements/gstidentity.c: (gst_identity_init),
25954         (gst_identity_transform):
25955         Port to new base class.
25956
25957 2005-07-15  Wim Taymans  <wim@fluendo.com>
25958
25959         * gst/gstmessage.c: (gst_message_new_state_changed):
25960         * tools/gst-launch.c: (event_loop), (main):
25961         Totally dump messages in -launch with the -m option.
25962         Fix message name for State messages,
25963
25964 2005-07-14  Wim Taymans  <wim@fluendo.com>
25965
25966         * gst/base/gstbasesrc.c: (gst_base_src_loop):
25967         Post error messages on errors.
25968
25969 2005-07-14  Wim Taymans  <wim@fluendo.com>
25970
25971         * gst/gstcaps.c: (gst_caps_do_simplify):
25972         Remove debug info.
25973
25974         * gst/gsterror.h:
25975         Define error for stream stopped.
25976
25977         * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
25978         (gst_proxy_pad_do_chain), (gst_proxy_pad_do_getrange):
25979         Do proper return values.
25980
25981         * gst/gstpad.c: (gst_pad_get_caps_unlocked), (gst_pad_accept_caps),
25982         (gst_pad_set_caps), (gst_pad_chain), (gst_pad_push),
25983         (gst_pad_get_range):
25984         Better return values.
25985
25986         * gst/gstpad.h:
25987         Reorganise return values, add macro to check for fatal errors.
25988
25989         * gst/gstqueue.c: (gst_queue_chain):
25990         Return proper GstFlowReturn values,
25991
25992 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25993
25994         * docs/gst/gstreamer-sections.txt:
25995         * docs/gst/gstreamer.types:
25996         * docs/gst/tmpl/gst.sgml:
25997         * docs/gst/tmpl/gstbasesink.sgml:
25998         * docs/gst/tmpl/gstbasesrc.sgml:
25999         * docs/gst/tmpl/gstbasetransform.sgml:
26000         * docs/gst/tmpl/gstbin.sgml:
26001         * docs/gst/tmpl/gstbuffer.sgml:
26002         * docs/gst/tmpl/gstcaps.sgml:
26003         * docs/gst/tmpl/gstclock.sgml:
26004         * docs/gst/tmpl/gstcompat.sgml:
26005         * docs/gst/tmpl/gstconfig.sgml:
26006         * docs/gst/tmpl/gstelement.sgml:
26007         * docs/gst/tmpl/gstelementdetails.sgml:
26008         * docs/gst/tmpl/gstelementfactory.sgml:
26009         * docs/gst/tmpl/gstenumtypes.sgml:
26010         * docs/gst/tmpl/gsterror.sgml:
26011         * docs/gst/tmpl/gstevent.sgml:
26012         * docs/gst/tmpl/gstfakesink.sgml:
26013         * docs/gst/tmpl/gstfakesrc.sgml:
26014         * docs/gst/tmpl/gstfilesink.sgml:
26015         * docs/gst/tmpl/gstfilesrc.sgml:
26016         * docs/gst/tmpl/gstfilter.sgml:
26017         * docs/gst/tmpl/gstformat.sgml:
26018         * docs/gst/tmpl/gstghostpad.sgml:
26019         * docs/gst/tmpl/gstimplementsinterface.sgml:
26020         * docs/gst/tmpl/gstindex.sgml:
26021         * docs/gst/tmpl/gstindexfactory.sgml:
26022         * docs/gst/tmpl/gstinfo.sgml:
26023         * docs/gst/tmpl/gstiterator.sgml:
26024         * docs/gst/tmpl/gstmacros.sgml:
26025         * docs/gst/tmpl/gstmemchunk.sgml:
26026         * docs/gst/tmpl/gstminiobject.sgml:
26027         * docs/gst/tmpl/gstobject.sgml:
26028         * docs/gst/tmpl/gstpad.sgml:
26029         * docs/gst/tmpl/gstpadtemplate.sgml:
26030         * docs/gst/tmpl/gstparse.sgml:
26031         * docs/gst/tmpl/gstpipeline.sgml:
26032         * docs/gst/tmpl/gstplugin.sgml:
26033         * docs/gst/tmpl/gstpluginfeature.sgml:
26034         * docs/gst/tmpl/gstquery.sgml:
26035         * docs/gst/tmpl/gstqueue.sgml:
26036         * docs/gst/tmpl/gstregistry.sgml:
26037         * docs/gst/tmpl/gstregistrypool.sgml:
26038         * docs/gst/tmpl/gstscheduler.sgml:
26039         * docs/gst/tmpl/gstschedulerfactory.sgml:
26040         * docs/gst/tmpl/gststructure.sgml:
26041         * docs/gst/tmpl/gstsystemclock.sgml:
26042         * docs/gst/tmpl/gsttaglist.sgml:
26043         * docs/gst/tmpl/gsttagsetter.sgml:
26044         * docs/gst/tmpl/gsttrace.sgml:
26045         * docs/gst/tmpl/gsttrashstack.sgml:
26046         * docs/gst/tmpl/gsttypefind.sgml:
26047         * docs/gst/tmpl/gsttypefindfactory.sgml:
26048         * docs/gst/tmpl/gsttypes.sgml:
26049         * docs/gst/tmpl/gsturihandler.sgml:
26050         * docs/gst/tmpl/gsturitype.sgml:
26051         * docs/gst/tmpl/gstutils.sgml:
26052         * docs/gst/tmpl/gstvalue.sgml:
26053         * docs/gst/tmpl/gstversion.sgml:
26054         * docs/gst/tmpl/gstxml.sgml:
26055         * docs/libs/tmpl/gstcontrol.sgml:
26056         * docs/libs/tmpl/gstdataprotocol.sgml:
26057         * docs/libs/tmpl/gstdparam.sgml:
26058         * docs/libs/tmpl/gstdplinint.sgml:
26059         * docs/libs/tmpl/gstdpman.sgml:
26060         * docs/libs/tmpl/gstdpsmooth.sgml:
26061         * docs/libs/tmpl/gstgetbits.sgml:
26062         * docs/libs/tmpl/gstunitconvert.sgml:
26063         * gst/base/gstpushsrc.c: (gst_push_src_get_type),
26064         (gst_push_src_base_init), (gst_push_src_class_init),
26065         (gst_push_src_init), (gst_push_src_create):
26066         * gst/base/gstpushsrc.h:
26067         * gst/elements/gstelements.c:
26068         * gst/elements/gstfakesink.c: (gst_fake_sink_state_error_get_type),
26069         (gst_fake_sink_base_init), (gst_fake_sink_class_init),
26070         (gst_fake_sink_init), (gst_fake_sink_set_property),
26071         (gst_fake_sink_get_property), (gst_fake_sink_get_times),
26072         (gst_fake_sink_event), (gst_fake_sink_preroll),
26073         (gst_fake_sink_render), (gst_fake_sink_change_state):
26074         * gst/elements/gstfakesink.h:
26075         * gst/elements/gstfakesrc.c: (gst_fake_src_data_get_type),
26076         (gst_fake_src_sizetype_get_type), (gst_fake_src_filltype_get_type),
26077         (gst_fake_src_base_init), (gst_fake_src_class_init),
26078         (gst_fake_src_init), (gst_fake_src_event_handler),
26079         (gst_fake_src_alloc_parent), (gst_fake_src_set_property),
26080         (gst_fake_src_get_property), (gst_fake_src_prepare_buffer),
26081         (gst_fake_src_alloc_buffer), (gst_fake_src_get_size),
26082         (gst_fake_src_create_buffer), (gst_fake_src_create),
26083         (gst_fake_src_start), (gst_fake_src_stop):
26084         * gst/elements/gstfakesrc.h:
26085         * gst/elements/gstfilesink.c: (_do_init),
26086         (gst_file_sink_base_init), (gst_file_sink_class_init),
26087         (gst_file_sink_init), (gst_file_sink_dispose),
26088         (gst_file_sink_set_location), (gst_file_sink_set_property),
26089         (gst_file_sink_get_property), (gst_file_sink_open_file),
26090         (gst_file_sink_close_file), (gst_file_sink_query),
26091         (gst_file_sink_event), (gst_file_sink_render),
26092         (gst_file_sink_change_state), (gst_file_sink_uri_get_type),
26093         (gst_file_sink_uri_get_protocols), (gst_file_sink_uri_get_uri),
26094         (gst_file_sink_uri_set_uri), (gst_file_sink_uri_handler_init):
26095         * gst/elements/gstfilesink.h:
26096         * gst/elements/gstfilesrc.c: (_do_init), (gst_file_src_base_init),
26097         (gst_file_src_class_init), (gst_file_src_init),
26098         (gst_file_src_finalize), (gst_file_src_set_location),
26099         (gst_file_src_set_property), (gst_file_src_get_property),
26100         (gst_file_src_map_region), (gst_file_src_map_small_region),
26101         (gst_file_src_create_mmap), (gst_file_src_create_read),
26102         (gst_file_src_create), (gst_file_src_is_seekable),
26103         (gst_file_src_get_size), (gst_file_src_start), (gst_file_src_stop),
26104         (gst_file_src_uri_get_type), (gst_file_src_uri_get_protocols),
26105         (gst_file_src_uri_get_uri), (gst_file_src_uri_set_uri),
26106         (gst_file_src_uri_handler_init):
26107         * gst/elements/gstfilesrc.h:
26108           more autistic cleanliness in functions/names/defines
26109
26110 2005-07-13  Andy Wingo  <wingo@pobox.com>
26111
26112         * gst/base/gstbasesrc.c (gst_base_src_start): Post an error if the
26113         source couldn't negotiate.
26114
26115         * gst/parse/grammar.y: Revert 1.54->1.55, so we now do filtered
26116         connections again.
26117
26118         * gst/gstutils.h:
26119         * gst/gstutils.c (gst_element_link_pads_filtered): New old
26120         function. I am channeling Hades. Put your boots on suckers!!!
26121
26122 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26123
26124         * testsuite/caps/Makefile.am:
26125         * testsuite/caps/value_compare.c:
26126         * testsuite/caps/value_intersect.c:
26127         * check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
26128           move two testsuite apps over to the check dir
26129
26130 2005-07-12  Wim Taymans  <wim@fluendo.com>
26131
26132         * gst/base/gstbasetransform.c: (gst_base_transform_setcaps):
26133         Added more debug info in the negotiate process.
26134
26135         * gst/gstmessage.h:
26136         Prepare for segment playback.
26137
26138         * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_set_caps):
26139         Better debugging.
26140
26141         * gst/gstutils.c:
26142         Some more docs.
26143
26144         * tools/gst-launch.c: (main):
26145         NULL pipeline on errors.
26146
26147 2005-07-12  Andy Wingo  <wingo@pobox.com>
26148
26149         * gst/gstbuffer.c (_gst_buffer_copy): Copy the buffer whether or
26150         not it comes from a malloc region. Make sure our copy gets freed.
26151
26152 2005-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
26153
26154         * check/gst/gstelement.c: (GST_START_TEST), (gst_element_suite):
26155         * check/gst/gstmessage.c: (GST_START_TEST):
26156         * check/gst/gststructure.c: (GST_START_TEST),
26157         (gst_structure_suite), (main):
26158           more testing
26159         * gst/gstelement.c: (gst_element_message_full):
26160           clean up GError and debug string now that they get copied
26161         * gst/gstmessage.c: (gst_message_new_error),
26162         (gst_message_new_warning), (gst_message_parse_error),
26163         (gst_message_parse_warning):
26164           use GST_TYPE_G_ERROR for structure_new, and take copies of
26165           arguments, so that we don't mess up refcounting
26166
26167 2005-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
26168
26169         * check/Makefile.am:
26170           add per-test valgrind targets
26171         * check/gst-libs/gdp.c: (GST_START_TEST),
26172         (gst_data_protocol_suite), (main):
26173           clean up
26174
26175 2005-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
26176
26177         * check/Makefile.am:
26178           instate more valgrindable tests
26179         * check/elements/gstfakesrc.c: (chain_func), (event_func),
26180         (GST_START_TEST), (fakesrc_suite):
26181         * check/gst/gstpad.c: (GST_START_TEST):
26182         * check/gst/gststructure.c: (GST_START_TEST):
26183           fix test leaks
26184         * docs/gst/tmpl/gstminiobject.sgml:
26185         * gst/gstpad.c: (gst_pad_finalize):
26186           fix the static mutex leak
26187
26188 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
26189
26190         * check/Makefile.am:
26191           add two more tests for valgrinding
26192         * check/gst/gstvalue.c: (GST_START_TEST):
26193           test refcount of deserialized buffer, found a leak
26194         * docs/gst/gstreamer-docs.sgml:
26195         * docs/gst/gstreamer-sections.txt:
26196         * docs/gst/gstreamer.types:
26197         * docs/gst/tmpl/gstminiobject.sgml:
26198           add miniobject to docs
26199         * gst/gstminiobject.c:
26200           add some docs
26201         * gst/gstvalue.c: (gst_value_deserialize_buffer),
26202         (gst_string_unwrap):
26203           fix a hard-to-find invalid write for one of the tests
26204           fix a leak for deserialized buffers
26205
26206 2005-07-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26207
26208         * docs/pwg/advanced-events.xml:
26209         * docs/pwg/advanced-request.xml:
26210         * docs/pwg/advanced-scheduling.xml:
26211         * docs/pwg/appendix-porting.xml:
26212         * docs/pwg/building-boiler.xml:
26213         * docs/pwg/intro-preface.xml:
26214         * docs/pwg/other-ntoone.xml:
26215           Rewrite scheduling-chapter for scheduling model in 0.9. Add lots
26216           of example code and explanation for pad activation, loop() and
26217           getrange() functions and a bit more. Remove old comments pointing
26218           to loop-functions.
26219         * examples/pwg/Makefile.am:
26220           Add loop/getrange examples.
26221
26222 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
26223
26224         * configure.ac:
26225           check for valgrind binary + some fixes
26226         * check/gst.supp:
26227           valgrind suppressions for the tests
26228         * check/Makefile.am:
26229           add a valgrind: target that valgrinds the unit tests
26230         * check/gst/gst.c: (GST_START_TEST), (gst_suite):
26231         * check/gst/gstbin.c: (pop_messages), (GST_START_TEST):
26232         * check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
26233         * check/gst/gstghostpad.c:
26234           added some cleanup
26235         * check/gst/gstdata.c:
26236           removed
26237         * check/gst/gstminiobject.c: (GST_START_TEST), (thread_ref),
26238         (thread_unref), (gst_mini_object_suite), (main):
26239           added
26240         * gst/gst.c: (gst_deinit):
26241         * gst/gst.h:
26242           add a method to clean up.
26243         * gst/gstsystemclock.c: (gst_system_clock_dispose),
26244         (gst_system_clock_obtain):
26245           allow for disposing the system clock.
26246         * tools/gst-launch.c: (main):
26247           deinit
26248
26249 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
26250
26251         * docs/gst/tmpl/gstbasesrc.sgml:
26252         * docs/gst/tmpl/gstfakesrc.sgml:
26253         * gst/base/gstbasesrc.c: (gst_base_src_class_init),
26254         (gst_base_src_init), (gst_base_src_set_property),
26255         (gst_base_src_get_property), (gst_base_src_get_range),
26256         (gst_base_src_start):
26257         * gst/base/gstbasesrc.h:
26258           add num-buffers property
26259         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
26260         (gst_fakesrc_init), (gst_fakesrc_set_property),
26261         (gst_fakesrc_get_property), (gst_fakesrc_create),
26262         (gst_fakesrc_start):
26263           remove num-buffers property
26264
26265 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26266
26267         * docs/gst/gstreamer-sections.txt:
26268         * docs/gst/tmpl/gstbasesink.sgml:
26269         * docs/gst/tmpl/gstbasesrc.sgml:
26270         * gst/base/gstbasesink.c: (gst_base_sink_pad_getcaps),
26271         (gst_base_sink_pad_setcaps), (gst_base_sink_pad_buffer_alloc),
26272         (gst_base_sink_finalize), (gst_base_sink_set_clock),
26273         (gst_base_sink_set_property), (gst_base_sink_get_property),
26274         (gst_base_sink_handle_object), (gst_base_sink_event),
26275         (gst_base_sink_do_sync), (gst_base_sink_handle_event),
26276         (gst_base_sink_handle_buffer), (gst_base_sink_chain),
26277         (gst_base_sink_loop), (gst_base_sink_deactivate),
26278         (gst_base_sink_activate_push), (gst_base_sink_activate_pull),
26279         (gst_base_sink_change_state):
26280         * gst/base/gstbasesink.h:
26281         * gst/base/gstbasesrc.h:
26282         * gst/elements/gstfakesink.c: (gst_fakesink_get_times):
26283         * gst/elements/gstfilesink.c: (gst_filesink_class_init),
26284         (gst_filesink_init):
26285           more macro splitting
26286
26287 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26288
26289         * gst/gstelement.c: (gst_element_get_bus):
26290           add debug
26291         * tools/gst-launch.c: (check_intr), (event_loop):
26292           fix bus leaks
26293
26294 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26295
26296         * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked):
26297           fix a caps leak
26298
26299 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
26300
26301         * gst/base/gstbasesrc.c: (gst_base_src_class_init),
26302         (gst_base_src_finalize):
26303           add finalize method and clean up properly
26304         * gst/gstpipeline.c: (gst_pipeline_dispose):
26305           add debug
26306
26307 2005-07-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26308
26309         * check/gst/gstbin.c: (pop_messages), (GST_START_TEST),
26310         (gst_bin_suite):
26311           add more things to check
26312         * gst/gstbin.c: (gst_bin_change_state), (bin_bus_handler):
26313         * gst/gstelement.c:
26314           more debug
26315
26316 2005-07-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26317
26318         * check/elements/gstfakesrc.c: (chain_func), (event_func),
26319         (GST_START_TEST), (fakesrc_suite):
26320         * check/gst-libs/gdp.c: (GST_START_TEST):
26321         * check/gst/gst.c: (GST_START_TEST):
26322         * check/gst/gstbin.c: (GST_START_TEST), (gst_bin_suite):
26323         * check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
26324         * check/gst/gstbus.c: (GST_START_TEST):
26325         * check/gst/gstcaps.c: (GST_START_TEST):
26326         * check/gst/gstdata.c: (GST_START_TEST):
26327         * check/gst/gstelement.c: (GST_START_TEST):
26328         * check/gst/gstghostpad.c: (GST_START_TEST):
26329         * check/gst/gstiterator.c: (GST_START_TEST):
26330         * check/gst/gstmessage.c: (GST_START_TEST):
26331         * check/gst/gstobject.c: (GST_START_TEST):
26332         * check/gst/gstpad.c: (GST_START_TEST):
26333         * check/gst/gststructure.c: (GST_START_TEST):
26334         * check/gst/gstsystemclock.c: (GST_START_TEST),
26335         (gst_systemclock_suite):
26336         * check/gst/gsttag.c: (GST_START_TEST), (gst_tag_suite):
26337         * check/gst/gstvalue.c: (GST_START_TEST):
26338         * check/pipelines/cleanup.c: (GST_START_TEST):
26339         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
26340         * check/states/sinks.c: (GST_START_TEST):
26341         * check/gstcheck.c: (gst_check_init):
26342         * check/gstcheck.h:
26343           add debugging category
26344           use GST_START_TEST now, so we add a debug line
26345
26346 2005-07-09  Thomas Vander Stichele  <thomas at apestaart dot org>
26347
26348         * check/gst/gstbin.c: (START_TEST), (gst_bin_suite):
26349           add test for state change message on a bin
26350         * check/gst/gstelement.c: (START_TEST), (gst_element_suite):
26351           add another test
26352         * gst/gstbin.c: (gst_bin_init):
26353         * gst/gstbus.c: (gst_bus_init), (gst_bus_post):
26354         * gst/gstelement.c: (gst_element_post_message),
26355         (gst_element_set_state):
26356         * gst/gstelementfactory.c: (gst_element_factory_create):
26357         * gst/gstmessage.c: (gst_message_new):
26358         * gst/gstscheduler.c:
26359           various debugging additions and cleanups
26360
26361 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26362
26363         * check/Makefile.am:
26364         * check/gst/gstelement.c: (START_TEST), (gst_element_suite),
26365         (main):
26366           adding tests for elements
26367         * gst/gstelement.c: (gst_element_dispose):
26368
26369 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26370
26371         * gst/registries/gstlibxmlregistry.c: (load_feature):
26372           plug more leaks.  A simple gst_init() now is leakfree, yay.
26373
26374 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26375
26376         * gst/registries/gstlibxmlregistry.c: (read_string), (load_paths),
26377         (gst_xml_registry_load):
26378           plug another memleak
26379
26380 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26381
26382         * configure.ac:
26383           use GST_SET_ERROR_CFLAGS
26384         * docs/faq/cvs.xml:
26385           change to ERROR_CFLAGS
26386
26387 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
26388
26389         * configure.ac:
26390           make GST_ERROR_CFLAGS overridable and re-enable Werror
26391         * docs/faq/cvs.xml:
26392           add a note about error CFLAGS
26393         * docs/gst/tmpl/gstfakesrc.sgml:
26394         * gst/elements/gstfakesrc.c:
26395           comment out some unused code
26396         * gst/gst.c: (split_and_iterate):
26397         * gst/registries/gstlibxmlregistry.c: (load_pad_template),
26398         (load_feature):
26399           plug some memleaks
26400
26401 2005-07-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26402
26403         * common/Makefile.am:
26404         * common/gtk-doc.mak:
26405         * docs/gst/Makefile.am:
26406           factor out gtk-doc.mak
26407
26408 2005-07-07  Wim Taymans  <wim@fluendo.com>
26409
26410         * gst/schedulers/threadscheduler.c: (gst_thread_scheduler_func),
26411         (gst_thread_scheduler_dispose):
26412         Unlock the STREAM_LOCK completely.
26413
26414 2005-07-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26415
26416         * check/Makefile.am:
26417         * check/elements/.cvsignore:
26418         * check/elements/gstfakesrc.c: (chain_func), (event_func),
26419         (START_TEST), (fakesrc_suite), (main):
26420         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
26421         (gst_fakesrc_set_property), (gst_fakesrc_get_property),
26422         (gst_fakesrc_create), (gst_fakesrc_start):
26423         * gst/elements/gstfakesrc.h:
26424           adding a first element test
26425
26426 2005-07-07  Andy Wingo  <wingo@pobox.com>
26427
26428         * gst/gstbus.c (gst_bus_have_pending): Remove intensely irritating
26429         debug message.
26430
26431 2005-07-07  Wim Taymans  <wim@fluendo.com>
26432
26433         * gst/gstquery.c:
26434         * gst/gstquery.h:
26435         Remove old types
26436
26437 2005-07-07  Wim Taymans  <wim@fluendo.com>
26438
26439         * gst/base/gstbasesrc.c: (gst_base_src_get_range),
26440         (gst_base_src_default_negotiate), (gst_base_src_negotiate):
26441         Allow subclasses to implement their own negotiation.
26442
26443 2005-07-07  Jan Schmidt  <thaytan@mad.scientist.com>
26444
26445         * docs/design/part-gstbin.txt:
26446         * docs/design/part-gstpipeline.txt:
26447           Update design notes to reflect the movement of
26448           responsibility for bus handling from GstPipeline to
26449           GstBin
26450
26451 2005-07-07  Jan Schmidt  <thaytan@mad.scientist.com>
26452
26453         * configure.ac:
26454           Remove unnecessary queue2/3/4 examples.
26455
26456 2005-07-07  Jan Schmidt  <thaytan@mad.scientist.com>
26457
26458         * examples/Makefile.am:
26459         * examples/helloworld/helloworld.c: (event_loop), (main):
26460         * examples/queue/queue.c: (event_loop), (main):
26461         * examples/queue2/queue2.c: (main):
26462           Update a couple of the examples to work again.
26463
26464         * gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_empty),
26465         (gst_base_sink_preroll_queue_flush), (gst_base_sink_handle_event):
26466          Spelling corrections and extra debug.
26467         
26468         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_init), (is_eos),
26469         (gst_bin_add_func), (bin_element_is_sink), (gst_bin_get_state),
26470         (gst_bin_change_state), (gst_bin_dispose), (bin_bus_handler):
26471         * gst/gstbin.h:
26472         * gst/gstpipeline.c: (gst_pipeline_init), (gst_pipeline_dispose),
26473         (gst_pipeline_change_state):
26474         * gst/gstpipeline.h:
26475           Move the bus handler for children to the GstBin, and create a
26476           separate bus for receiving messages from children to the one the
26477           bus sends 'upwards' on.
26478
26479 2005-07-06  Wim Taymans  <wim@fluendo.com>
26480
26481         * gst/base/README:
26482         * gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_empty),
26483         (gst_base_sink_handle_object), (gst_base_sink_loop),
26484         (gst_base_sink_change_state):
26485         * gst/base/gstbasesink.h:
26486         * gst/base/gstbasesrc.c: (gst_base_src_class_init),
26487         (gst_base_src_init), (gst_base_src_setcaps),
26488         (gst_base_src_getcaps), (gst_base_src_loop),
26489         (gst_base_src_default_negotiate), (gst_base_src_negotiate),
26490         (gst_base_src_start), (gst_base_src_change_state):
26491         * gst/base/gstbasesrc.h:
26492         Make basesrc negotiate.
26493         Handle the case where preroll fails in basesink.
26494         Update README.
26495
26496 2005-07-06  Wim Taymans  <wim@fluendo.com>
26497
26498         * gst/gstpad.c: (gst_pad_fixate_caps), (gst_pad_accept_caps):
26499         Implement the fixate function.
26500         Clean up acceptcaps.
26501
26502 2005-07-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26503
26504         * docs/pwg/building-filterfactory.xml:
26505         * docs/pwg/pwg.xml:
26506           Remove never-written filter-factory chapter; I'll add the various
26507           base classes to part 4 ("other element types") later on.
26508
26509 2005-07-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26510
26511         * docs/pwg/advanced-negotiation.xml:
26512         * docs/pwg/building-boiler.xml:
26513         * docs/pwg/building-pads.xml:
26514         * docs/pwg/pwg.xml:
26515         * examples/pwg/Makefile.am:
26516           Add a chapter on caps negotiation, simplify the original code
26517           samples a bit w.r.t. caps negotiation, add link to the advanced
26518           section. Add a bunch of examples showing different use cases of
26519           different types of caps negotiation. Upstream renegotiation isn't
26520           fully documented yet since nobody knows how that works.
26521
26522 2005-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26523
26524         * check/gst/gstpad.c:
26525         * check/gstcheck.c:
26526         * gst/gstpad.c: (gst_pad_get_internal_links_default):
26527           if pad has no parent, return NULL as list of internal links
26528
26529 2005-07-05  Andy Wingo  <wingo@pobox.com>
26530
26531         * gst/elements/gstfilesrc.c:
26532         * gst/elements/gstfakesrc.c: 
26533         * gst/base/gstpushsrc.c:
26534         * gst/base/gstbasesrc.h: 
26535         * gst/base/gstbasesrc.c: s/BASESRC/BASE_SRC/g.
26536         
26537 2005-07-05  Stefan Kost  <ensonic@users.sf.net>
26538
26539         * Makefile.am:
26540           better report generation target (lcov needs a patch)
26541
26542 2005-07-05  Andy Wingo  <wingo@pobox.com>
26543
26544         * gst/elements, testsuite: Null if we got it...
26545
26546 2005-07-05  Wim Taymans  <wim@fluendo.com>
26547
26548         * configure.ac:
26549         * libs/gst/dataprotocol/Makefile.am:
26550         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_validate_packet):
26551         * libs/gst/dataprotocol/dataprotocol.h:
26552         * pkgconfig/Makefile.am:
26553         * pkgconfig/gstreamer-dataprotocol-uninstalled.pc.in:
26554         * pkgconfig/gstreamer-dataprotocol.pc.in:
26555         Ported dataprotol to 0.9. 
26556         Added pkgconfig files.
26557
26558 2005-07-05  Andy Wingo  <wingo@pobox.com>
26559
26560         * gst/base/gstbasetransform.c (gst_base_transform_setcaps):
26561         Default to returning TRUE for the case when tranform_caps returns
26562         a fixed caps, like for identity or volume.
26563
26564         * check/gst/gstbus.c (pound_bus_with_messages): 
26565         * check/gst/gstmessage.c (START_TEST): 
26566         * check/pipelines/simple_launch_lines.c (got_handoff): Application
26567         message API change.
26568
26569         * gst/base/gstbasetransform.c (gst_base_transform_setcaps): More
26570         logic weaks here: always run transform_caps, trying passthrough
26571         operation only if the original caps intersects with the transform.
26572
26573         * gst/gstpad.c (gst_pad_link_check_compatible_unlocked): Debug
26574         source and sink caps.
26575
26576         * gst/base/gstbasetransform.c (gst_base_transform_getcaps):
26577         Intersect the peer caps with the pad template before going into
26578         transform_caps.
26579         (gst_base_transform_transform_caps): More debugging.
26580
26581         * gst/gstmessage.h (gst_message_new_application): Take a GstObject
26582         src argument.
26583
26584 2005-07-04  Edward Hervey  <edward@fluendo.com>
26585
26586         * gst/gstutils.c:
26587         * gst/gstutils.h:
26588         (gst_pad_add_*_probe): now returns the signal id for better wrapping
26589         in bindings.
26590
26591 2005-07-04  Andy Wingo  <wingo@pobox.com>
26592
26593         * check/gst/gstpad.c: Only set explicit caps on pads.
26594
26595 2005-07-01  Andy Wingo  <wingo@pobox.com>
26596
26597         * tests/network-clock.scm: Commentary update.
26598
26599         * gst/elements/gstidentity.c (PROP_DUPLICATE): Gone daddy gone.
26600         Didn't really make sense, not implementable with basetransform,
26601         etc.
26602         (gst_identity_transform): Unref inbuf via make_writable. Feeble
26603         attempt at implementing the sync property, needs an unlock method.
26604
26605         * gst/base/gstbasetransform.c (gst_base_transform_transform_caps):
26606         New func, by default returns the same caps (the identity
26607         transformation).
26608         (gst_base_transform_getcaps): Uses transform_caps to return
26609         something sensible.
26610         (gst_base_transform_setcaps): Complicated logic to get caps on
26611         both pads, even if they are different, and to call set_caps once
26612         for every time both pads get their caps set.
26613         (gst_base_transform_handle_buffer): Give the ref to the transform
26614         function. Allows in-place modification of the buffer.
26615
26616         * gst/base/gstbasetransform.h (transform_caps): New class method.
26617         Given caps on one side, what can I do on the other.
26618         (set_caps): Take two caps, one for each side of the element.
26619
26620         * gst/gstpad.h:
26621         * gst/gstpad.c (gst_pad_fixate_caps): Change prototype to modify
26622         caps in place. This is safe because we can check the mutability of
26623         the caps, and a good idea because fixate functions are just called
26624         as a matter of last resort. (Not actually implemented.)
26625         (gst_pad_set_caps): If the caps we're setting is actually the same
26626         as the existing pad caps, just update the pointer without calling
26627         setcaps. Assert that caps is either NULL or fixed, as per the
26628         docs.
26629
26630         * gst/gstghostpad.c: Update for fixate changes.
26631
26632 2005-07-02  Andy Wingo  <wingo@pobox.com>
26633
26634         * gst/gstcaps.c:
26635         * gst/gstcaps.h (gst_static_caps_get): Not const return, having
26636         two refcounts makes it immutable, which is enough. Doc more.
26637
26638 2005-07-02  Jan Schmidt  <thaytan@mad.scientist.com>
26639
26640         * gst/gstpad.c: (gst_pad_emit_have_data_signal):
26641           Put the mini_object into GValue as a mini_object,
26642           not a gpointer, since that's how we declared
26643           the signal.
26644
26645 2005-07-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26646
26647         * examples/pwg/Makefile.am:
26648           Fix buildbot again.
26649
26650 2005-07-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26651
26652         * docs/pwg/building-testapp.xml:
26653           Add extra check.
26654         * examples/pwg/Makefile.am:
26655           Fix buildbot.
26656
26657 2005-07-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26658
26659         * configure.ac:
26660         * examples/Makefile.am:
26661         * examples/pwg/Makefile.am:
26662         * examples/pwg/extract.pl:
26663           Enable building the PWG examples.
26664         * docs/pwg/advanced-interfaces.xml:
26665           Add URI interface stub.
26666         * docs/pwg/advanced-types.xml:
26667         * docs/pwg/other-autoplugger.xml:
26668         * docs/pwg/appendix-porting.xml:
26669         * docs/pwg/pwg.xml:
26670           Add porting guide (mostly stubs), remove autoplugging (see ADM).
26671         * docs/pwg/building-boiler.xml:
26672         * docs/pwg/building-chainfn.xml:
26673         * docs/pwg/building-pads.xml:
26674         * docs/pwg/building-props.xml:
26675         * docs/pwg/building-state.xml:
26676         * docs/pwg/building-testapp.xml:
26677           Update the building-*.xml parts for 0.9 changes. All examples
26678           code blocks compile in examples/pwg/*.
26679
26680 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26681
26682         * docs/manual/advanced-autoplugging.xml:
26683         * docs/manual/appendix-checklist.xml:
26684         * docs/manual/appendix-integration.xml:
26685         * docs/manual/highlevel-components.xml:
26686           Fix playbin/decodebin examples, update docs a bit, mention bus
26687           instead of signals in various places, mention kmplayer and
26688           kaffeine since they have a working GStreamer backend in the KDE
26689           section.
26690
26691 2005-06-30  Wim Taymans  <wim@fluendo.com>
26692
26693         * CHANGES-0.9:
26694         * docs/design/draft-ghostpads.txt:
26695         * docs/design/draft-push-pull.txt:
26696         * docs/design/draft-query.txt:
26697         * docs/design/part-TODO.txt:
26698         * docs/design/part-query.txt:
26699         Added CHANGES-0.9 doc, updated status of other docs.
26700         
26701         * gst/gstquery.h:
26702         Remove "hmm" macro
26703
26704 2005-06-30  Wim Taymans  <wim@fluendo.com>
26705
26706         * gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_empty),
26707         (gst_base_sink_preroll_queue_flush), (gst_base_sink_handle_object),
26708         (gst_base_sink_change_state):
26709         * gst/base/gstbasesink.h:
26710         Some tweaks, only EOS and a buffer complete a preroll.
26711
26712 2005-06-30  Andy Wingo  <wingo@pobox.com>
26713
26714         * gst/gstghostpad.c (gst_ghost_pad_do_activate_push): Proxy
26715         activate_push down to the internal pad as well.
26716
26717 2005-06-30  Torsten Schoenfeld  <kaffeetisch@gmx.de>
26718
26719         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26720
26721         * gst/gsttaginterface.c:
26722           Some documentation fixes (#307394 and #307397).
26723
26724 2005-06-30  Antoine Tremblay  <hexa00@gmail.com>
26725
26726         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26727
26728         * gst/gstvalue.c: (gst_value_intersect_list):
26729           Fix memleak (#309125).
26730
26731 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26732
26733         * docs/manual/advanced-dataaccess.xml:
26734           Fix fakesrc example to compile; doesn't work, bug somewhere...?
26735         * docs/manual/basics-pads.xml:
26736           Add reference for filtered caps to above chapter.
26737
26738 2005-06-30  Wim Taymans  <wim@fluendo.com>
26739
26740         * gst/gstbin.c: (clear_queue), (remove_all_from_queue),
26741         (gst_bin_change_state):
26742         Probes are gone.
26743         Lame attempt at making the state change function a bit
26744         more readable.
26745
26746 2005-06-30  Wim Taymans  <wim@fluendo.com>
26747
26748         * docs/design/part-clocks.txt:
26749         * docs/design/part-element-sink.txt:
26750         * docs/design/part-events.txt:
26751         * docs/design/part-preroll.txt:
26752         * docs/design/part-states.txt:
26753         Some more tweeks and additions to the docs.
26754
26755 2005-06-30  Wim Taymans  <wim@fluendo.com>
26756
26757         * gst/gstpad.c: (_gst_do_pass_data_accumulator),
26758         (default_have_data), (gst_pad_class_init), (gst_pad_init),
26759         (gst_pad_emit_have_data_signal), (gst_pad_chain), (gst_pad_push),
26760         (gst_pad_check_pull_range), (gst_pad_get_range),
26761         (gst_pad_pull_range), (gst_pad_push_event), (gst_pad_send_event):
26762         * gst/gstpad.h:
26763         * gst/gstutils.c: (gst_atomic_int_set), (gst_pad_add_data_probe),
26764         (gst_pad_add_event_probe), (gst_pad_add_buffer_probe),
26765         (gst_pad_remove_data_probe), (gst_pad_remove_event_probe),
26766         (gst_pad_remove_buffer_probe):
26767         Removed atomic operations, use existing LOCK.
26768         Move exception handling out of main code path.
26769
26770 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26771
26772         * gst/gstpad.c: (_gst_do_pass_data_accumulator),
26773         (silly_return_true_function), (gst_pad_class_init),
26774         (gst_pad_emit_have_data_signal), (gst_pad_chain), (gst_pad_push),
26775         (gst_pad_get_range), (gst_pad_pull_range), (gst_pad_push_event),
26776         (gst_pad_send_event):
26777           Fix accumulator, add default value by using _emitv() instead
26778           of _emit() for signal emission.
26779
26780 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26781
26782         * docs/manual/advanced-dataaccess.xml:
26783         * examples/manual/Makefile.am:
26784           Add probe example.
26785         * gst/gstpad.c: (_gst_do_pass_data_accumulator):
26786           Make work (??).
26787
26788 2005-06-29  Tim-Philipp Müller  <tim at centricular dot net>
26789
26790         * gst/elements/gstfilesink.c: (gst_filesink_render):
26791           Simplify code so that we don't have to handle short
26792           writes and return GST_FLOW_ERROR if an error occured.
26793
26794 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26795
26796         * docs/gst/gstreamer-docs.sgml:
26797           Remove probes more.
26798
26799 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26800
26801         * docs/gst/gstreamer-sections.txt:
26802         * docs/gst/tmpl/gstpad.sgml:
26803         * docs/gst/tmpl/gstprobe.sgml:
26804         * gst/Makefile.am:
26805         * gst/gstpad.c: (_gst_do_pass_data_accumulator),
26806         (gst_pad_class_init), (gst_pad_init), (gst_pad_chain),
26807         (gst_pad_push), (gst_pad_get_range), (gst_pad_pull_range),
26808         (gst_pad_push_event), (gst_pad_send_event):
26809         * gst/gstpad.h:
26810         * gst/gstutils.c: (gst_pad_add_data_probe),
26811         (gst_pad_add_event_probe), (gst_pad_add_buffer_probe),
26812         (gst_pad_remove_data_probe), (gst_pad_remove_event_probe),
26813         (gst_pad_remove_buffer_probe):
26814         * gst/gstutils.h:
26815           Remove old probes, add new g-signal-based probes and some utility
26816           functions.
26817
26818 2005-06-29  Edward Hervey  <edward@fluendo.com>
26819
26820         * gst/gstelementfactory.c:
26821         * gst/gstutils.h:
26822         * gst/gstutils.c:
26823         Moved gst_element_factory_can_[sink|src]_caps() to gstutils and added
26824         the definition to the header file.
26825
26826 2005-06-29  Andy Wingo  <wingo@pobox.com>
26827
26828         * docs/gst/Makefile.am (scan-build.stamp): Totally only check
26829         plugins from the source directory.
26830
26831 2005-06-29  Wim Taymans  <wim@fluendo.com>
26832
26833         * docs/gst/tmpl/gstbuffer.sgml:
26834         * docs/gst/tmpl/gstclock.sgml:
26835         Some fixings for blantently wrong text.
26836
26837 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26838
26839         * check/Makefile.am:
26840         * gst/gst.c: (add_path_func), (init_pre):
26841         * gst/gstregistry.c: (gst_registry_add_path):
26842           add A GST_PLUGIN_PATH_ONLY env var; if it is set, it will
26843           only scan the GST_PLUGIN_PATH locations, and not add
26844           system locations
26845
26846 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26847
26848         * docs/gst/gstreamer-sections.txt:
26849         * docs/gst/tmpl/gstbasesrc.sgml:
26850         * gst/gstelement.c:
26851         * gst/gstelement.h:
26852         * gst/gstevent.c:
26853         * gst/gstutils.c:
26854           doc fixes
26855
26856 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26857
26858         * docs/manual/advanced-autoplugging.xml:
26859           Fix autoplugging example.
26860
26861 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26862
26863         * docs/manual/advanced-autoplugging.xml:
26864         * docs/manual/mime-world.fig:
26865           Try to get autoplugging working, fix type detection. Fix text
26866           in hello-world image.
26867
26868 2005-06-29  Wim Taymans  <wim@fluendo.com>
26869
26870         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
26871         (gst_base_sink_change_state):
26872         Small debug line.
26873
26874         * gst/gstclock.h:
26875         map SIGNAL and BROADCAST to the right function.
26876
26877         * gst/gstobject.h:
26878         Remove redundant braces.
26879
26880         * gst/gstpad.c: (gst_pad_set_caps):
26881         Don't call setcaps function when reseting caps to NULL.
26882
26883         * gst/gstsystemclock.c: (gst_system_clock_dispose),
26884         (gst_system_clock_async_thread), (gst_system_clock_id_wait_async),
26885         (gst_system_clock_id_unschedule):
26886         Use BROADCAST as this is what we do.
26887
26888 2005-06-29  Wim Taymans  <wim@fluendo.com>
26889
26890         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
26891         We are actually prerolling before commiting the state
26892         change. 
26893
26894 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26895
26896         * docs/manual/advanced-clocks.xml:
26897         * docs/manual/advanced-interfaces.xml:
26898         * docs/manual/advanced-metadata.xml:
26899         * docs/manual/advanced-position.xml:
26900         * docs/manual/advanced-schedulers.xml:
26901         * docs/manual/advanced-threads.xml:
26902         * docs/manual/appendix-porting.xml:
26903         * docs/manual/basics-bins.xml:
26904         * docs/manual/basics-bus.xml:
26905         * docs/manual/basics-elements.xml:
26906         * docs/manual/basics-helloworld.xml:
26907         * docs/manual/basics-pads.xml:
26908         * docs/manual/highlevel-components.xml:
26909         * docs/manual/manual.xml:
26910         * docs/manual/thread.fig:
26911           Update (until threads/scheduling) Application Development Manual;
26912           remove GstThread, add GstBus, add simple porting checklist, add
26913           documentation for tag writing, clocks, make all examples until this
26914           part compile and run.
26915         * examples/manual/Makefile.am:
26916           Update from changes to Application Development Manual; add bus
26917           example, remove thread example.
26918
26919 2005-06-28  Wim Taymans  <wim@fluendo.com>
26920
26921         * gst/gstbus.c: (gst_bus_post), (gst_bus_have_pending),
26922         (gst_bus_set_flushing), (gst_bus_pop), (gst_bus_peek),
26923         (gst_bus_source_dispatch):
26924         Add debugging messages.
26925         Make internal methods static.
26926         Handle the case where the bus is flushed in the handler.
26927         
26928         * gst/gstelement.c: (gst_element_get_bus):
26929         Fix refcount in _get_bus();
26930
26931         * gst/gstpipeline.c: (gst_pipeline_change_state),
26932         (gst_pipeline_get_clock_func):
26933         Clock refcounting fixes.
26934         Handle the case where preroll timed out more gracefully.
26935         
26936         * gst/gstsystemclock.c: (gst_system_clock_dispose):
26937         Clean up the internal thread in dispose. This is needed
26938         for subclasses that actually get disposed.
26939         
26940         * gst/schedulers/threadscheduler.c:
26941         (gst_thread_scheduler_class_init), (gst_thread_scheduler_func),
26942         (gst_thread_scheduler_dispose):
26943         Free thread pool in dispose.
26944
26945 2005-06-28  Andy Wingo  <wingo@pobox.com>
26946
26947         * tests/network-clock-utils.scm (debug, print-event): New utils.
26948
26949         * tests/network-clock.scm (*debug*, *with-graph*): New parameters.
26950         (*packet-loss*): Unified loss probability.
26951         (network-time): Report out-of-band events.
26952
26953         * tests/plot-data: Add support for out-of-band events. Hack it
26954         into this script instead of passing it down the pipe; should fix
26955         this later.
26956
26957 2005-06-28  Wim Taymans  <wim@fluendo.com>
26958
26959         * docs/gst/gstreamer.types:
26960         * docs/gst/tmpl/gstbasesrc.sgml:
26961         * docs/gst/tmpl/gstpad.sgml:
26962         Docs fixes.
26963
26964 2005-06-28  Wim Taymans  <wim@fluendo.com>
26965
26966         * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
26967         (gst_proxy_pad_do_checkgetrange), (gst_proxy_pad_do_acceptcaps),
26968         (gst_proxy_pad_do_fixatecaps):
26969         Correctly proxy the check_pull_range function.
26970
26971 2005-06-28  Andy Wingo  <wingo@pobox.com>
26972
26973         * tests/network-clock.scm: Removed need for slib.
26974         
26975 2005-06-28  Wim Taymans  <wim@fluendo.com>
26976
26977         * gst/base/gstbasesink.c: (gst_basesink_set_pad_functions),
26978         (gst_basesink_preroll_queue_flush):
26979         * gst/base/gstbasesrc.c: (gst_basesrc_set_dataflow_funcs):
26980         * gst/elements/gsttee.c: (gst_tee_update_pad_functions):
26981         * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
26982         (gst_proxy_pad_do_acceptcaps), (gst_proxy_pad_do_fixatecaps),
26983         (gst_proxy_pad_set_property):
26984         * gst/gstpad.c:
26985         * gst/gstpad.h:
26986         * gst/gstqueue.c: (gst_queue_init):
26987         The deprecated pad loop function is removed now.
26988
26989 2005-06-28  Andy Wingo  <wingo@pobox.com>
26990
26991         * tests/network-clock.scm (*timeout*, *send-loss*, *recv-loss*):
26992         New parameters, simulate network packet loss.
26993
26994         * tests/network-clock-utils.scm: Initialize the RNG.
26995
26996 2005-06-28  Wim Taymans  <wim@fluendo.com>
26997
26998         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_flush),
26999         (gst_basesink_event), (gst_basesink_deactivate):
27000         Flushing the preroll queue always needs to unlock the waiters.
27001
27002 2005-06-28  Edward Hervey  <edward@fluendo.com>
27003
27004         * gst/gstpipeline.c: (gst_pipeline_send_event): 
27005         Wheen a seek was successful on a pipeline, set the stream_time to the
27006         seek offset in order to have a synchronized stream_time.
27007
27008 2005-06-28  Wim Taymans  <wim@fluendo.com>
27009
27010         * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
27011         (gst_proxy_pad_do_getrange), (gst_proxy_pad_do_checkgetrange),
27012         (gst_proxy_pad_do_getcaps), (gst_proxy_pad_do_acceptcaps),
27013         (gst_proxy_pad_do_fixatecaps):
27014         Call wrapper function instead of just calling the function
27015         pointers. This takes care of any locking and whatmore.
27016
27017 2005-06-28  Wim Taymans  <wim@fluendo.com>
27018
27019         * gst/gstpad.c: (gst_pad_alloc_buffer), (gst_pad_push),
27020         (gst_pad_pull_range):
27021         * gst/gstpad.h:
27022         CONNECTED -> LINKED.
27023
27024 2005-06-28  Andy Wingo  <wingo@pobox.com>
27025
27026         * *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large
27027         source-munging commit!!!
27028
27029         * gst/gstobject.c (gst_object_unref, gst_object_ref) 
27030         (gst_object_sink): Take gpointer arguments, not GstObject --
27031         avoids casts. Like GLib.
27032
27033         * gst/gstghostpad.c (gst_proxy_pad_do_activate): Don't proxy
27034         activate.
27035
27036 2005-06-27  Andy Wingo  <wingo@pobox.com>
27037
27038         * gst/base/gsttypefindhelper.c (gst_type_find_helper): Unref any
27039         remaining buffer.
27040
27041         * gst/gsttrace.c (gst_alloc_trace_list_sorted): New helper,
27042         returns a sorted copy of the trace list.
27043         (gst_alloc_trace_print_live): New API, only prints traces with
27044         live objects. Sort the list.
27045         (gst_alloc_trace_print_all): Sort the list.
27046         (gst_alloc_trace_print): Align columns.
27047
27048         * gst/elements/gstttypefindelement.c:
27049         * gst/elements/gsttee.c:
27050         * gst/base/gstbasesrc.c:
27051         * gst/base/gstbasesink.c:
27052         * gst/base/gstbasetransform.c:
27053         * gst/gstqueue.c: Adapt for pad activation changes.
27054
27055         * gst/gstpipeline.c (gst_pipeline_init): Unref after parenting
27056         sched.
27057         (gst_pipeline_dispose): Drop ref on sched.
27058
27059         * gst/gstpad.c (gst_pad_init): Set the default activate func.
27060         (gst_pad_activate_default): Push mode by default.
27061         (pre_activate_switch, post_activate_switch): New stubs, things to
27062         do before and after switching activation modes on pads.
27063         (gst_pad_set_active): Take a boolean and not a mode, dispatch to
27064         the pad's activate function to choose which mode to activate.
27065         Shortcut on deactivation and call the right function directly.
27066         (gst_pad_activate_pull): New API, (de)activates a pad in pull
27067         mode.
27068         (gst_pad_activate_push): New API, same for push mode.
27069         (gst_pad_set_activate_function) 
27070         (gst_pad_set_activatepull_function) 
27071         (gst_pad_set_activatepush_function): Setters for new API.
27072
27073         * gst/gstminiobject.c (gst_mini_object_new, gst_mini_object_free):
27074         Trace all miniobjects.
27075         (gst_mini_object_make_writable): Unref the arg if we copy, like
27076         gst_caps_make_writable.
27077
27078         * gst/gstmessage.c (_gst_message_initialize): No trace init.
27079
27080         * gst/gstghostpad.c (gst_proxy_pad_do_activate) 
27081         (gst_proxy_pad_do_activatepull, gst_proxy_pad_do_activatepush):
27082         Adapt for new pad API.
27083
27084         * gst/gstevent.c (_gst_event_initialize): Don't initialize trace.
27085
27086         * gst/gstelement.h:
27087         * gst/gstelement.c (gst_element_iterate_src_pads) 
27088         (gst_element_iterate_sink_pads): New API functions.
27089         
27090         * gst/gstelement.c (iterator_fold_with_resync): New utility,
27091         should fold into gstiterator.c in some form.
27092         (gst_element_pads_activate): Simplified via use of fold and
27093         delegation of decisions to gstpad->activate.
27094
27095         * gst/gstbus.c (gst_bus_source_finalize): Set the bus to NULL,
27096         help in debugging.
27097
27098         * gst/gstbuffer.c (_gst_buffer_initialize): Ref the buffer type
27099         class once in init, like gstmessage. Didn't run into this issue
27100         but it seems correct. Don't initialize a trace, gstminiobject does
27101         that.
27102
27103         * check/pipelines/simple_launch_lines.c (test_stop_from_app): New
27104         test, runs fakesrc ! fakesink, stopping on ::handoff via a message
27105         to the bus.
27106         (assert_live_count): New util function, uses alloc traces to check
27107         cleanup.
27108
27109         * check/gst/gstghostpad.c (test_ghost_pads): More refcount checks.
27110         To be modified when unlink drops the internal pad.
27111
27112 2005-06-27  Wim Taymans  <wim@fluendo.com>
27113
27114         * gst/gstbin.c: (gst_bin_get_state), (gst_bin_iterate_state_order),
27115         (gst_bin_change_state):
27116         Cleanup the get_state() function a little, make sure it
27117         iterates the same set of elements.
27118         Added stub iterate_state_order().
27119
27120 2005-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
27121
27122         * docs/gst/gstreamer-docs.sgml:
27123         * docs/gst/gstreamer-sections.txt:
27124         * docs/gst/gstreamer.types:
27125         * docs/gst/tmpl/gstbasesink.sgml:
27126         * docs/gst/tmpl/gstbasesrc.sgml:
27127         * docs/gst/tmpl/gstbasetransform.sgml:
27128         * docs/gst/tmpl/gstelement.sgml:
27129         * docs/gst/tmpl/gstiterator.sgml:
27130         * gst/base/gstbasesrc.c:
27131         * gst/base/gstbasesrc.h:
27132         * gst/base/gstbasetransform.h:
27133         * gst/gstelement.c:
27134         * gst/gstiterator.h:
27135           adding basetransform and iterator docs
27136
27137 2005-06-27  Andy Wingo  <wingo@pobox.com>
27138
27139         * docs/design/part-activation.txt: Notes on how activation should
27140         work -- not quite implemented yet.
27141
27142 2005-06-25  Wim Taymans  <wim@fluendo.com>
27143
27144         * gst/gstghostpad.c: (gst_proxy_pad_do_chain):
27145         At least get the chain function correct, needs more
27146         fixing.
27147
27148 2005-06-25  Wim Taymans  <wim@fluendo.com>
27149
27150         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_empty),
27151         (gst_basesink_handle_object), (gst_basesink_event),
27152         (gst_basesink_do_sync), (gst_basesink_handle_event),
27153         (gst_basesink_change_state):
27154         * gst/gsttask.h:
27155         Right, two problems here: ghostpads don't take locks and
27156         glib _rec_mutex_lock_full() with depth==0 still locks.
27157         Catch illegal locking and g_warn them.
27158
27159 2005-06-25  Wim Taymans  <wim@fluendo.com>
27160
27161         * check/states/sinks.c: (START_TEST), (gst_object_suite):
27162         Have to check for completion now...
27163
27164 2005-06-25  Wim Taymans  <wim@fluendo.com>
27165
27166         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_empty),
27167         (gst_basesink_handle_object), (gst_basesink_event),
27168         (gst_basesink_do_sync), (gst_basesink_handle_event),
27169         (gst_basesink_change_state):
27170         * gst/gstpad.h:
27171         Unlock STREAM_LOCK whatever the recursion was.
27172
27173 2005-06-25  Wim Taymans  <wim@fluendo.com>
27174
27175         * gst/base/gstbasesink.c: (gst_basesink_set_property),
27176         (gst_basesink_preroll_queue_empty),
27177         (gst_basesink_preroll_queue_flush), (gst_basesink_handle_object),
27178         (gst_basesink_event), (gst_basesink_do_sync),
27179         (gst_basesink_handle_event), (gst_basesink_handle_buffer),
27180         (gst_basesink_chain), (gst_basesink_loop), (gst_basesink_activate),
27181         (gst_basesink_change_state):
27182         Reworked the base sink, handle event and buffer serialisation
27183         correctly and removed possible deadlock.
27184         Handle EOS correctly.
27185
27186 2005-06-25  Wim Taymans  <wim@fluendo.com>
27187
27188         * gst/gstpipeline.c: (is_eos), (pipeline_bus_handler),
27189         (gst_pipeline_change_state):
27190         * tools/gst-launch.c: (check_intr), (event_loop), (main):
27191         Allow elements to post EOS in the state change function.
27192         Fix up -launch, make it exit the poll loop when the
27193         pipeline actually changed state.
27194         Fix up warning parsing in -launch.
27195
27196 2005-06-25  Wim Taymans  <wim@fluendo.com>
27197
27198         * gst/elements/gsttee.c: (gst_tee_chain), (gst_tee_loop),
27199         (gst_tee_sink_activate):
27200         Core takes STREAM_LOCK for us now.
27201
27202 2005-06-25  Wim Taymans  <wim@fluendo.com>
27203
27204         * gst/gstelement.c: (gst_element_get_state_func),
27205         (gst_element_set_state):
27206         * gst/gstelement.h:
27207         * gst/gstmessage.c: (gst_message_parse_error),
27208         (gst_message_parse_warning):
27209         Keep track of current target state while performing a state
27210         change so that subclasses can do something interesting.
27211         Fix parsing of warning/error messages when GError is NULL.
27212
27213 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27214
27215         * docs/gst/Makefile.am:
27216         * docs/gst/gstreamer-docs.sgml:
27217         * docs/gst/gstreamer-sections.txt:
27218         * docs/gst/gstreamer.types:
27219         * docs/gst/tmpl/gstbasesink.sgml:
27220         * docs/gst/tmpl/gstbasesrc.sgml:
27221         * docs/gst/tmpl/gstbin.sgml:
27222         * docs/gst/tmpl/gstcompat.sgml:
27223         * docs/gst/tmpl/gstfakesink.sgml:
27224         * docs/gst/tmpl/gstfakesrc.sgml:
27225         * docs/gst/tmpl/gstfilesink.sgml:
27226         * docs/gst/tmpl/gstfilesrc.sgml:
27227         * docs/gst/tmpl/gstindex.sgml:
27228         * docs/manual/appendix-quotes.xml:
27229         * gst/base/gstbasesrc.h:
27230         * gst/elements/gstfakesrc.h:
27231         * gst/gstmessage.h:
27232           start pulling in base classes and elements in our docs
27233
27234 2005-06-24  Stefan Kost  <ensonic@users.sf.net>
27235
27236         * docs/gst/Makefile.am:
27237         * docs/libs/Makefile.am:
27238           fixed make distcheck with gtk-doc 1.3
27239
27240 2005-06-23  Wim Taymans  <wim@fluendo.com>
27241
27242         * gst/gstelement.c: (gst_element_get_state_func),
27243         (gst_element_set_state), (gst_element_change_state):
27244         When the state did not change, also report NO_PREROLL
27245         when it matters.
27246
27247 2005-06-23  Wim Taymans  <wim@fluendo.com>
27248
27249         * gst/gstpad.c: (gst_pad_event_default):
27250         * gst/gstqueue.c: (gst_queue_loop):
27251         No unsafe task pausing please.
27252
27253 2005-06-23  Wim Taymans  <wim@fluendo.com>
27254
27255         * gst/schedulers/threadscheduler.c:
27256         (gst_thread_scheduler_task_start),
27257         (gst_thread_scheduler_task_pause), (gst_thread_scheduler_func):
27258         Ref the task before pushing it on the threadpool. This
27259         makes sure that we have a ref when the threadfunction is
27260         actually called.
27261
27262 2005-06-23  Andy Wingo  <wingo@pobox.com>
27263
27264         * gst/base/gstbasesrc.c (gst_basesrc_get_range): Check if the
27265         offset is greater than the file's size.
27266
27267         * gst/gstobject.h (GST_CLASS_LOCK, GST_CLASS_TRYLOCK) 
27268         (GST_CLASS_UNLOCK, GST_CLASS_GET_LOCK, GstObjectClass)
27269         * gst/gstobject.c (gst_object_class_init): Make the class lock
27270         recursive. Wim won't let me drop deep_notify. Decodebin works
27271         again, whoopdy doo.
27272
27273         * gst/gstghostpad.c (on_int_notify): Catches notify::caps on the
27274         internal pad, and hacks accordingly. Doesn't do it on the target
27275         pad because we change its caps. Probably catches all cases of
27276         interest tho.
27277         (gst_ghost_pad_set_property): Connect to notify::caps as
27278         appropritate.
27279
27280         * tests/network-clock.scm (plot-simulation): Pipe data to the
27281         elite python skript.
27282
27283         * tests/network-clock-utils.scm (define-parameter): New macro,
27284         defines a parameter that can be set via the command line.
27285         (set-parameter!, parse-parameter-arguments): Command line args
27286         parser.
27287
27288         * tests/plot-data: Simple matplotlib-based plotter, takes input on
27289         stdin.
27290
27291 2005-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
27292
27293         * gst/elements/gsttypefindelement.c:
27294         (gst_type_find_element_handle_event):
27295           Don't restart typefinding on a discont.
27296         * gst/gstelement.c: (gst_element_set_state):
27297           Debug spelling fix.
27298         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_send_event):
27299           Allow changing mode of an active pad.
27300           Debug output fixes.
27301         * gst/registries/gstlibxmlregistry.c: (load_feature):
27302           Don't cast a static pad template to a normal pad template.
27303
27304 2005-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27305
27306         * check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
27307         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
27308           remove gst_strtoll completely, since it didn't actually do
27309           anything more than what g_ascii_strtoull already does.
27310           check for range errors when deserializing
27311           do a cast for the unsigned cases; but further fixing needs
27312           a decision on what the interpretation of "(int)" and
27313           deserialization should be for values that fall outside the
27314           type's boundaries (ie, refuse, or interpret as casting)
27315
27316 2005-06-23  Wim Taymans  <wim@fluendo.com>
27317
27318         * check/Makefile.am:
27319         * check/states/sinks.c: (START_TEST), (gst_object_suite), (main):
27320         * docs/design/part-live-source.txt:
27321         * docs/design/part-states.txt:
27322         * gst/base/gstbasesrc.c: (gst_basesrc_init),
27323         (gst_basesrc_set_live), (gst_basesrc_is_live),
27324         (gst_basesrc_get_range), (gst_basesrc_activate),
27325         (gst_basesrc_change_state):
27326         * gst/base/gstbasesrc.h:
27327         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
27328         (gst_fakesrc_set_property), (gst_fakesrc_get_property):
27329         * gst/gstbin.c: (gst_bin_get_state), (gst_bin_change_state):
27330         * gst/gstelement.c: (gst_element_get_state_func),
27331         (gst_element_set_state):
27332         * gst/gstelement.h:
27333         * gst/gsttypes.h:
27334         * tools/gst-launch.c: (event_loop), (main):
27335         Added support for live sources and other elements that
27336         cannot do preroll.
27337         Updated design docs, added live-source design doc.
27338         Implemented live source functionality in basesrc
27339         Fix error condition in _bin_get_state()
27340         Implement live source handling in -launch.
27341         Added check for live sources.
27342         Fixed case in GstBin where elements were changed state
27343         multiple times.
27344
27345
27346 2005-06-23  Andy Wingo  <wingo@pobox.com>
27347
27348         * check/gst/gstpad.c (test_get_allowed_caps, test_refcount): Fix
27349         borken refcounting.
27350
27351         * gst/gstpad.c (gst_pad_set_caps): Remove needless refs,
27352         gst_caps_replace takes care of this for us.
27353
27354         * gst/gstghostpad.c (gst_proxy_pad_do_setcaps): Call the full
27355         gst_pad_set_caps on the target, not just its setcaps() function.
27356
27357         * tests/network-clock.scm: 
27358         * tests/network-clock-utils.scm: A network clock simulator.
27359         Something of an algorithmic testbed before doing something in C.
27360
27361 2005-06-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27362
27363         * check/Makefile.am:
27364         * check/gst/capslist.h:
27365           copy over from 0.8, and add two with bitmasks specified with
27366           (int) 0xFF...
27367         * check/gst/gstcaps.c: (START_TEST), (gst_caps_suite):
27368           add test to parse everything from capslist.h
27369         * check/gst/gststructure.c: (START_TEST), (gst_value_suite),
27370         (main):
27371           add test for structure deserialization
27372         * check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
27373           add tests for deserialization of strings to int types
27374         * gst/gststructure.c: (gst_structure_nth_field_name):
27375         * gst/gststructure.h:
27376           add a way to get the name of a field referenced by index
27377         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
27378           instead of checking if the resulting long long lies between
27379           min and max, we check if the long long would fit into
27380           a number of bytes for the final type.
27381           This fixes cases where a string represents 2^32 - 1, which
27382           when cast to int would be the (valid) -1, but is bigger than
27383           G_MAXINT
27384
27385 2005-06-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27386
27387         * gst/parse/grammar.y:
27388           add a log line for type deserialization
27389
27390 2005-06-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27391
27392         * check/gst/gstvalue.c: (START_TEST):
27393         * gst/gstvalue.c: (gst_value_deserialize):
27394           return long long, not int, so gint64 deserialization actually
27395           works.  Is there any flag that makes the compiler check this ?
27396           Fixes #308559
27397
27398 2005-06-22  Wim Taymans  <wim@fluendo.com>
27399
27400         * gst/gstbuffer.h:
27401         Added convenience macros for setting buffers in GValue.
27402
27403 2005-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27404
27405         * check/gst/.cvsignore:
27406         * check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
27407           add a test deserializing int64, and comment part out because
27408           it fails, yay !
27409
27410 2005-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27411
27412         * check/Makefile.am:
27413         * check/gst/gstvalue.c: (START_TEST), (gst_value_suite), (main):
27414         * testsuite/Makefile.am:
27415         * testsuite/caps/Makefile.am:
27416         * testsuite/caps/value_serialize.c:
27417         * testsuite/test_gst_init.c:
27418           move a value_serialize test over
27419
27420 2005-06-20  Wim Taymans  <wim@fluendo.com>
27421
27422         * gst/gstpad.c:
27423         Small doc updates.
27424         
27425         * gst/gstvalue.c: (gst_value_compare_buffer),
27426         (gst_value_serialize_buffer), (gst_value_deserialize_buffer),
27427         (gst_value_compare_flags), (gst_value_serialize_flags),
27428         (gst_value_deserialize_flags), (_gst_value_initialize):
27429         Fix serialisation of buffers, they are not boxed types anymore
27430
27431 2005-06-20  Wim Taymans  <wim@fluendo.com>
27432
27433         * check/gst/gstcaps.c: (START_TEST), (gst_caps_suite):
27434         Testcase to show error in buffer-on-caps serialisation.
27435
27436 2005-06-20  Andy Wingo  <wingo@pobox.com>
27437
27438         * docs/random/wingo/porting-plugins-to-0.9: A pitiful document I
27439         will be adding to later.
27440
27441         * gst/gstsystemclock.c (gst_system_clock_init): Unlock the clock
27442         if its socks fill with rocks.
27443         (gst_system_clock_obtain): Set the name on object construction.
27444         Avoid double-checked locking.
27445
27446 2005-06-20  Tim-Philipp Müller  <tim at centricular dot net>
27447
27448         * gst/gsturi.c: (gst_element_make_from_uri):
27449           Fix potential endless loop.
27450
27451 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27452
27453         * check/Makefile.am:
27454           add gsttag
27455         * check/gst/gsttag.c: (check_tags), (START_TEST), (gst_tag_suite),
27456         (main):
27457           move over from testsuite dir and clean up
27458         * configure.ac:
27459         * gst/gsttag.c:
27460         * testsuite/Makefile.am:
27461         * testsuite/tags/.cvsignore:
27462         * testsuite/tags/Makefile.am:
27463         * testsuite/tags/merge.c:
27464           remove testsuite/tags
27465
27466 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27467
27468         * docs/gst/gstreamer-sections.txt:
27469         * docs/gst/tmpl/gstenumtypes.sgml:
27470         * win32/gstenumtypes.c:
27471           clean up documentation build a little
27472
27473 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27474
27475         * check/gstcheck.h:
27476           add macros for checking refcounts on objects and caps
27477         * check/gst/gstpad.c: (START_TEST), (gst_pad_suite):
27478           add some more unit tests
27479         * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked),
27480         (gst_pad_link_prepare), (gst_pad_link), (gst_pad_get_allowed_caps):
27481           fix leaked refcounts (I hope :)) so unittest works
27482         * gst/gstpad.h:
27483           whitespace removal
27484
27485 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27486
27487         * configure.ac: back to HEAD
27488
27489 === release 0.9.1 ===
27490
27491 2005-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27492
27493         * NEWS:
27494         * RELEASE:
27495           updated
27496
27497 2005-06-17  Andy Wingo  <wingo@pobox.com>
27498
27499         * gst/base/gstbasesink.c (gst_basesink_chain): Remove bogus
27500         assert; it's always possible that the pad gets deactivated in
27501         between the checks in gstpad.c and the implementation. Rely on
27502         finish_preroll() to return a FLUSHING or similar instead of on the
27503         assert.
27504         
27505         * gst/base/gstbasesink.c (gst_basesink_event): Only wait for the
27506         clock and post an EOS message if we come out of finish_preroll in
27507         the playing state.
27508
27509 2005-06-16  David Schleef  <ds@schleef.org>
27510
27511         * gst/elements/gstcapsfilter.c: (gst_capsfilter_class_init),
27512         (gst_capsfilter_set_property): Allow NULL as possible value
27513         for filter_caps property, indicating GST_CAPS_ANY.
27514
27515 2005-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27516
27517         * gst/elements/gstfakesrc.c: (gst_fakesrc_create):
27518           fix debug output
27519         * gst/schedulers/Makefile.am:
27520           use libgst prefix
27521         * gstreamer.spec.in:
27522           fix spec for it
27523
27524 2005-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27525
27526         * gstreamer.spec.in:
27527           clean up
27528
27529 2005-06-08  Andy Wingo  <wingo@pobox.com>
27530
27531         * gst/gstutils.c: RPAD fixes all around.
27532         (gst_element_link_pads): Refcounting fixes.
27533
27534         * tools/gst-inspect.c:
27535         * tools/gst-xmlinspect.c:
27536         * parse/grammar.y:
27537         * gst/base/gsttypefindhelper.c:
27538         * gst/base/gstbasesink.c:
27539         * gst/gstqueue.c: RPAD fixes.
27540
27541         * gst/gstghostpad.h:
27542         * gst/gstghostpad.c: New ghost pad implementation as full proxy
27543         pads. The tricky thing is they provide both source and sink
27544         interfaces, since they proxy the internal pad for the external
27545         pad, and vice versa. Implement with lower-level ProxyPad objects,
27546         with the interior proxy pad as a child of the exterior ghost pad.
27547         Should write a doc on this.
27548         
27549         * gst/gstpad.h: s/RPAD/PAD/, s/RealPad/Pad/.
27550         (gst_pad_set_name, gst_pad_set_parent): Macros removed, use
27551         gst_object API.
27552         
27553         * gst/gstpad.c: Big changes. No more stub base GstPad, now all
27554         pads are real pads. No ghost pads in this file. Not documenting
27555         the myriad s/RPAD/PAD/ and REALIZE fixes.
27556         (gst_pad_class_init): Add properties for "direction" and
27557         "template". Both are construct-only, so they can't change during
27558         the life of the pad. Fixes properly deriving from GstPad.
27559         (gst_pad_custom_new, gst_pad_custom_new_from_template): Gone. For
27560         derived objects, just set properties when creating the objects via
27561         g_object_new.
27562         (gst_pad_get_parent): Implement as a function, return NULL if the
27563         parent is not an element.
27564         (gst_pad_get_real_parent, gst_pad_add_ghost_pad)
27565         (gst_pad_remove_ghost_pad, gst_pad_realize): Removed.
27566         
27567         * gst/gstobject.c (gst_object_class_init): Make name a construct
27568         property. Don't set it in the object init.
27569
27570         * gst/gstelement.c (gst_element_add_pad): Don't allow adding pads
27571         with UNKNOWN direction.
27572         (gst_element_add_ghost_pad): Remove non-orthogonal API. Replace
27573         with gst_element_add_pad (e, gst_ghost_pad_new (name, pad)).
27574         (gst_element_remove_pad): Remove ghost-pad special cases.
27575         (gst_element_pads_activate): Remove rpad cruft.
27576
27577         * gst/gstbin.c (gst_bin_change_state): Use gst_pad_get_parent to
27578         catch the pad's-parent-not-an-element case.
27579
27580         * gst/gst.h: Include gstghostpad.h.
27581
27582         * gst/gst.c (init_post): No more real, ghost pads.
27583
27584         * gst/Makefile.am: Add gstghostpad.[ch].
27585
27586         * check/Makefile.am:
27587         * check/gst/gstbin.c:
27588         * check/gst/gstghostpad.c (test_ghost_pads): Check that linking
27589         into a bin creates ghost pads, and that the refcounts are right.
27590         Partly moved from gstbin.c.
27591
27592 2005-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27593
27594         * check/gst-libs/.cvsignore:
27595         * check/gst/.cvsignore:
27596         * check/pipelines/.cvsignore:
27597           ignore more
27598         * check/pipelines/cleanup.c: (setup_pipeline), (run_pipeline),
27599         (START_TEST), (cleanup_suite), (main):
27600           add some tests related to cleanup after running pipelines
27601
27602 2005-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27603
27604         * check/gst/gstbuffer.c: (START_TEST), (gst_test_suite), (main):
27605           add a testsuite for GstBuffer
27606
27607 2005-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27608
27609         * gst/gstminiobject.h:
27610           add defines for accessing the refcount
27611
27612 2005-06-03  Stefan Kost  <ensonic@users.sf.net>
27613
27614         * Makefile.am: added support for html unit test coverage reports
27615
27616 2005-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
27617
27618         * gst/elements/gstcapsfilter.c: (gst_capsfilter_set_property):
27619           Free existing caps if the capsfilter changes. Add a FIXME about
27620           setting those caps on the pads.
27621
27622         * gst/gstutils.c: (gst_element_get_compatible_pad), (ghost_up):
27623           Before adding a ghost pad to a parent bin, check that there isn't
27624           already one for the element on the bin. Prevents infinite recursion
27625           when using decodebin in parse pipelines. Andy says he'll rewrite the
27626           way this works anyway, so ignore the hack.
27627
27628 2005-06-02  Andy Wingo  <wingo@pobox.com>
27629
27630         * gst/elements/gsttypefindelement.c (do_pull_typefind): Query the
27631         file size, pass it on to the type find helper.
27632
27633         * gst/base/gstbasesrc.c (gst_basesrc_do_seek): Set the
27634         segment_start and segment_end properly according to the seek
27635         method. Segment_end is still a bit flaky because offset can be
27636         negative for CUR and END cases, but it takes -1 as an "unset"
27637         value.
27638
27639 2005-06-02  Wim Taymans  <wim@fluendo.com>
27640
27641         * gst/base/gstbasesink.c: (gst_basesink_pad_buffer_alloc),
27642         (gst_base_sink_buffer_alloc), (gst_basesink_preroll_queue_push),
27643         (gst_basesink_activate):
27644         * gst/base/gstbasesink.h:
27645         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
27646         (gst_pad_link), (gst_pad_accept_caps), (gst_pad_alloc_buffer),
27647         (gst_pad_query), (gst_pad_start_task):
27648         * gst/gstpad.h:
27649         * gst/gstqueue.c: (gst_queue_bufferalloc),
27650         (gst_queue_handle_sink_event), (gst_queue_chain):
27651         Bufferalloc: return GstFlowReturn to more accuratly report
27652         why allocation failed.
27653
27654 2005-06-02  Wim Taymans  <wim@fluendo.com>
27655
27656         * gst/gstpipeline.c: (gst_pipeline_send_event):
27657         Take snapshot of state without blocking.
27658
27659 2005-06-02  Wim Taymans  <wim@fluendo.com>
27660
27661         * docs/design/part-TODO.txt:
27662         * docs/design/part-caps.txt:
27663         * docs/design/part-clocks.txt:
27664         * docs/design/part-negotiation.txt:
27665         * docs/design/part-preroll.txt:
27666         Small doc updates 
27667
27668 2005-05-30  Wim Taymans  <wim@fluendo.com>
27669
27670         * gst/elements/gstidentity.c: (gst_identity_event),
27671         (gst_identity_transform), (gst_identity_get_property):
27672         Protect last_message property as it is accessed from
27673         multiple threads.
27674
27675 2005-05-30  Wim Taymans  <wim@fluendo.com>
27676
27677         * gst/gstelement.c: (gst_element_init),
27678         (gst_element_pads_activate), (gst_element_change_state):
27679         Slicker pad activation code.
27680
27681 2005-05-30  Wim Taymans  <wim@fluendo.com>
27682
27683         * gst/Makefile.am:
27684         * gst/gstelement.h:
27685         * gst/gstelementfactory.h:
27686         * gst/gsttypes.h:
27687         Move elementfactory methods to separate .h file.
27688
27689 2005-05-30  Wim Taymans  <wim@fluendo.com>
27690
27691         * docs/design/part-overview.txt:
27692         * gst/gstsystemclock.h:
27693         Small typo fixes, doc updates.
27694
27695 2005-05-30  Wim Taymans  <wim@fluendo.com>
27696
27697         * gst/gst.c: (gst_init_get_popt_table), (init_post),
27698         (init_popt_callback):
27699         Remove cpu-opt flag.
27700
27701 2005-05-30  Wim Taymans  <wim@fluendo.com>
27702
27703         * gst/gstbuffer.c: (gst_subbuffer_finalize),
27704         (gst_buffer_create_sub), (gst_buffer_is_span_fast):
27705         * gst/gstbuffer.h:
27706         Avoid typechecking in places where not needed.
27707         Added accessor for malloc_data.
27708
27709 2005-05-30  Wim Taymans  <wim@fluendo.com>
27710
27711         * gst/gstpad.c: (gst_real_pad_init), (gst_pad_set_active),
27712         (gst_pad_link_prepare), (gst_pad_link), (gst_pad_accept_caps),
27713         (gst_pad_configure_sink), (gst_pad_configure_src),
27714         (gst_pad_alloc_buffer), (gst_pad_query), (gst_pad_send_event),
27715         (gst_pad_start_task):
27716         Propagate errors from _set_caps() in configure_src/sink
27717         functions instead of returning TRUE.
27718         FLUSH events can travel up and downstream
27719
27720
27721 2005-05-30  Wim Taymans  <wim@fluendo.com>
27722
27723         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_push),
27724         (gst_basesink_activate):
27725         Handle EOS in preroll.
27726
27727 2005-05-30  Wim Taymans  <wim@fluendo.com>
27728
27729         * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
27730         (gst_queue_loop), (gst_queue_handle_src_event):
27731         Remove old pieces of code
27732         Flushing the queue in an upstream event is a very bad idea.
27733
27734 2005-05-26  Andy Wingo  <wingo@pobox.com>
27735
27736         * gst/gstminiobject.c (gst_value_mini_object_collect): Use
27737         gst_value_set_mini_object so as to add a ref on the object (which
27738         will be removed when the value is unset).
27739
27740         * gst/elements/gstfakesink.c (gst_fakesink_class_init): Fix signal
27741         arg type in ::handoff.
27742
27743         * gst/gstelement.c (gst_element_change_state): Also deactivate
27744         pads in READY->NULL, just in case the element didn't make it to
27745         PAUSED. Wingo tested, Wim approved.
27746
27747 2005-05-26  Wim Taymans  <wim@fluendo.com>
27748
27749         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
27750         (gst_pad_link), (gst_pad_accept_caps), (gst_pad_alloc_buffer),
27751         (gst_pad_query), (gst_pad_send_event), (gst_pad_start_task):
27752         A flushing pad cannot be used to alloc_buffer from.
27753
27754 2005-05-26  Wim Taymans  <wim@fluendo.com>
27755
27756         * gst/gstbus.c: (gst_bus_init), (gst_bus_dispose), (gst_bus_post),
27757         (gst_bus_pop), (gst_bus_source_prepare), (gst_bus_source_check),
27758         (gst_bus_source_dispatch), (gst_bus_source_finalize),
27759         (gst_bus_create_watch), (gst_bus_add_watch_full):
27760         * gst/gstbus.h:
27761         Implement a real GSource and use g_main_context_wakeup() to
27762         signal new messages instead of the socketpair.
27763
27764 2005-05-25  Wim Taymans  <wim@fluendo.com>
27765
27766         * gst/gstbin.c: (bin_element_is_sink), (has_ancestor),
27767         (bin_element_is_semi_sink), (append_child), (gst_bin_change_state):
27768         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
27769         (gst_pad_link), (gst_pad_accept_caps), (gst_pad_query),
27770         (gst_pad_send_event), (gst_pad_start_task):
27771         * gst/gstqueue.c: (gst_queue_init), (gst_queue_locked_flush),
27772         (gst_queue_handle_sink_event), (gst_queue_chain), (gst_queue_loop),
27773         (gst_queue_sink_activate), (gst_queue_src_activate),
27774         (gst_queue_change_state):
27775         * gst/gstqueue.h:
27776         Fix state changes for non sinks. We now change sinks, then elements
27777         with unconnected srcpads, then the rest.
27778         More efficient queue unlocking in flush and state changes.
27779         Set the pad activate mode even if it does not have an activate
27780         function.
27781
27782 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27783
27784         * gst/base/gstbasesrc.c: (gst_basesrc_activate):
27785           Don't go in pull mode for non-seekable sources.
27786         * gst/elements/gsttypefindelement.h:
27787         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
27788         (gst_type_find_element_dispose), (gst_type_find_handle_src_query),
27789         (free_entry), (stop_typefinding),
27790         (gst_type_find_element_handle_event), (find_peek),
27791         (gst_type_find_element_chain), (do_pull_typefind),
27792         (gst_type_find_element_change_state):
27793           Allow typefinding (w/o seeking) in push-mode, simplified version
27794           of what was in 0.8.
27795         * gst/gstutils.c: (gst_buffer_join):
27796         * gst/gstutils.h:
27797           gst_buffer_join() from 0.8.
27798
27799 2005-05-25  Wim Taymans  <wim@fluendo.com>
27800
27801         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
27802         (gst_pad_link), (gst_pad_accept_caps), (gst_pad_query),
27803         (gst_pad_send_event), (gst_pad_start_task):
27804         Disable attempt at mode switching until it is figured out.
27805
27806 2005-05-25  Wim Taymans  <wim@fluendo.com>
27807
27808         * gst/base/gstadapter.c: (gst_adapter_peek), (gst_adapter_flush):
27809         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_push),
27810         (gst_basesink_finish_preroll), (gst_basesink_chain),
27811         (gst_basesink_loop), (gst_basesink_activate),
27812         (gst_basesink_change_state):
27813         * gst/base/gstbasesrc.c: (gst_basesrc_do_seek),
27814         (gst_basesrc_get_range), (gst_basesrc_loop),
27815         (gst_basesrc_activate):
27816         * gst/elements/gsttee.c: (gst_tee_sink_activate):
27817         * gst/gstpad.c: (gst_pad_dispose), (gst_real_pad_class_init),
27818         (gst_real_pad_init), (gst_real_pad_set_property),
27819         (gst_real_pad_get_property), (gst_pad_set_active),
27820         (gst_pad_is_active), (gst_pad_get_query_types), (gst_pad_unlink),
27821         (gst_pad_link_prepare), (gst_pad_link), (gst_pad_get_real_parent),
27822         (gst_real_pad_get_caps_unlocked), (gst_pad_peer_get_caps),
27823         (gst_pad_accept_caps), (gst_pad_get_peer), (gst_pad_realize),
27824         (gst_pad_event_default_dispatch), (gst_pad_event_default),
27825         (gst_pad_dispatcher), (gst_pad_query), (gst_real_pad_dispose),
27826         (gst_pad_save_thyself), (handle_pad_block), (gst_pad_chain),
27827         (gst_pad_push), (gst_pad_get_range), (gst_pad_pull_range),
27828         (gst_pad_send_event), (gst_pad_start_task), (gst_pad_pause_task),
27829         (gst_pad_stop_task):
27830         * gst/gstpad.h:
27831         * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
27832         (gst_queue_loop), (gst_queue_src_activate):
27833         * gst/gsttask.c: (gst_task_init), (gst_task_set_lock),
27834         (gst_task_get_state):
27835         * gst/gsttask.h:
27836         * gst/schedulers/threadscheduler.c:
27837         (gst_thread_scheduler_task_start), (gst_thread_scheduler_func):
27838         Implement gst_pad_pause/start/stop_task(), take STREAM lock
27839         in task function.
27840         Remove ACTIVE pad flag, use FLUSHING everywhere
27841         Added _pad_chain(), _pad_get_range() to call chain/getrange 
27842         functions.
27843         Add locks around IS_FLUSHING when reading.
27844         Take STREAM lock in chain(), get_range() functions so plugins
27845         don't need to take it anymore.
27846         
27847
27848
27849 2005-05-25  Wim Taymans  <wim@fluendo.com>
27850
27851         * tools/gst-launch.c: (event_loop):
27852         Unref message after using its contents instead of
27853         before.
27854
27855 2005-05-24  Wim Taymans  <wim@fluendo.com>
27856
27857         * docs/design/draft-ghostpads.txt:
27858         * docs/design/draft-push-pull.txt:
27859         * docs/design/draft-query.txt:
27860         * docs/design/part-overview.txt:
27861         Docs updates, added general overview doc.
27862
27863 2005-05-21  David Schleef  <ds@schleef.org>
27864
27865         * docs/gst/tmpl/old/GstBin.sgml:
27866         * docs/gst/tmpl/old/GstBuffer.sgml:
27867         * docs/gst/tmpl/old/GstCaps.sgml:
27868         * docs/gst/tmpl/old/GstClock.sgml:
27869         * docs/gst/tmpl/old/GstCompat.sgml:
27870         * docs/gst/tmpl/old/GstData.sgml:
27871         * docs/gst/tmpl/old/GstElement.sgml:
27872         * docs/gst/tmpl/old/GstEvent.sgml:
27873         * docs/gst/tmpl/old/GstIndex.sgml:
27874         * docs/gst/tmpl/old/GstStructure.sgml:
27875         * docs/gst/tmpl/old/GstTag.sgml:
27876         * docs/gst/tmpl/old/cothreads.sgml:
27877         * docs/gst/tmpl/old/cothreads_compat.sgml:
27878         * docs/gst/tmpl/old/gettext.sgml:
27879         * docs/gst/tmpl/old/gobject2gtk.sgml:
27880         * docs/gst/tmpl/old/grammar.tab.sgml:
27881         * docs/gst/tmpl/old/gst-i18n-app.sgml:
27882         * docs/gst/tmpl/old/gst-i18n-lib.sgml:
27883         * docs/gst/tmpl/old/gst_private.sgml:
27884         * docs/gst/tmpl/old/gstaggregator.sgml:
27885         * docs/gst/tmpl/old/gstarch.sgml:
27886         * docs/gst/tmpl/old/gstatomic_impl.sgml:
27887         * docs/gst/tmpl/old/gstbufferstore.sgml:
27888         * docs/gst/tmpl/old/gstdata_private.sgml:
27889         * docs/gst/tmpl/old/gstdisksink.sgml:
27890         * docs/gst/tmpl/old/gstdisksrc.sgml:
27891         * docs/gst/tmpl/old/gstelementfactory.sgml:
27892         * docs/gst/tmpl/old/gstextratypes.sgml:
27893         * docs/gst/tmpl/old/gstfakesink.sgml:
27894         * docs/gst/tmpl/old/gstfakesrc.sgml:
27895         * docs/gst/tmpl/old/gstfdsink.sgml:
27896         * docs/gst/tmpl/old/gstfdsrc.sgml:
27897         * docs/gst/tmpl/old/gstfilesink.sgml:
27898         * docs/gst/tmpl/old/gstfilesrc.sgml:
27899         * docs/gst/tmpl/old/gsthttpsrc.sgml:
27900         * docs/gst/tmpl/old/gstidentity.sgml:
27901         * docs/gst/tmpl/old/gstindexfactory.sgml:
27902         * docs/gst/tmpl/old/gstmarshal.sgml:
27903         * docs/gst/tmpl/old/gstmd5sink.sgml:
27904         * docs/gst/tmpl/old/gstmultidisksrc.sgml:
27905         * docs/gst/tmpl/old/gstmultifilesrc.sgml:
27906         * docs/gst/tmpl/old/gstpadtemplate.sgml:
27907         * docs/gst/tmpl/old/gstpipefilter.sgml:
27908         * docs/gst/tmpl/old/gstschedulerfactory.sgml:
27909         * docs/gst/tmpl/old/gstsearchfuncs.sgml:
27910         * docs/gst/tmpl/old/gstshaper.sgml:
27911         * docs/gst/tmpl/old/gstspider.sgml:
27912         * docs/gst/tmpl/old/gstspideridentity.sgml:
27913         * docs/gst/tmpl/old/gststatistics.sgml:
27914         * docs/gst/tmpl/old/gsttee.sgml:
27915         * docs/gst/tmpl/old/gsttimecache.sgml:
27916         * docs/gst/tmpl/old/gsttypefindfactory.sgml:
27917         * docs/gst/tmpl/old/gstxmlregistry.sgml:
27918         * docs/gst/tmpl/old/gthread-cothreads.sgml:
27919         * docs/gst/tmpl/old/types.sgml:
27920           I didn't intend to add these or check them in.
27921
27922 2005-05-19  David Schleef  <ds@schleef.org>
27923
27924         * configure.ac: Use -no-common everywhere.  In a sane world, it
27925           would be the default in libtool, because without it, you can't
27926           build DLLs on Windows.
27927         * docs/gst/gstreamer-docs.sgml: Remove GstCpu, GstData, GstThread
27928         * docs/gst/gstreamer-sections.txt:
27929         * docs/gst/tmpl/gstcpu.sgml:
27930         * docs/gst/tmpl/gstdata.sgml:
27931         * docs/gst/tmpl/gstthread.sgml:
27932
27933 2005-05-19  David Schleef  <ds@schleef.org>
27934
27935         * gst/gstminiobject.c: (gst_value_set_mini_object),
27936         (gst_value_take_mini_object), (gst_value_get_mini_object):
27937         * gst/gstminiobject.h: Add GValue set/get functions.
27938
27939 2005-05-19  Wim Taymans  <wim@fluendo.com>
27940
27941         * gst/gstbuffer.c: (gst_buffer_init), (gst_subbuffer_get_type),
27942         (gst_subbuffer_class_init), (gst_subbuffer_finalize),
27943         (gst_subbuffer_init), (gst_buffer_is_span_fast):
27944         * gst/gstbuffer.h:
27945         * gst/gstbus.c: (gst_bus_post):
27946         * gst/gstelement.c: (gst_element_get_random_pad):
27947         * gst/gstmessage.c: (gst_message_init), (gst_message_finalize):
27948         Make subbufer unref the parent in finalize.
27949         some more debugging info.
27950
27951
27952 2005-05-19  Wim Taymans  <wim@fluendo.com>
27953
27954         * gst/base/gstbasesink.c: (gst_basesink_class_init),
27955         (gst_basesink_init), (gst_basesink_finalize),
27956         (gst_basesink_activate), (gst_basesink_change_state):
27957         Don't free preroll queue too early.
27958
27959 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27960
27961         * gst/Makefile.am:
27962         * gst/ROADMAP:
27963           Hi, I'm outdated. Please shoot me.
27964
27965 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27966
27967         * gst/gstpipeline.c: (gst_pipeline_send_event):
27968           Do not access variables after they have been deleted.
27969
27970 2005-05-19  Wim Taymans  <wim@fluendo.com>
27971
27972         * tools/gst-inspect.c: (print_plugin_features):
27973         A plugin feature does unfortunatly not use the
27974         object name yet...
27975
27976 2005-05-18  Wim Taymans  <wim@fluendo.com>
27977
27978         * gst/gstbuffer.c: (gst_buffer_is_span_fast), (gst_buffer_span):
27979         Port _span() functions to new subbuffers.
27980
27981 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27982
27983         * gst/gstbin.c: (gst_bin_add_func):
27984           Fix clock settery in bins when adding kids after the clock has
27985           been selected.
27986
27987 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27988
27989         * gst/elements/gstidentity.c: (gst_identity_class_init):
27990           Workaround until signals support GstMiniObject.
27991
27992 2005-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
27993
27994         * gst/gstbuffer.c:
27995         Oops, fix a typo GST_TYPE_BUFFER -> GST_TYPE_SUBBUFFER.
27996
27997 2005-05-18  Wim Taymans  <wim@fluendo.com>
27998
27999         * gst/base/Makefile.am:
28000         * gst/base/gstadapter.c: (gst_adapter_base_init),
28001         (gst_adapter_class_init), (gst_adapter_init),
28002         (gst_adapter_dispose), (gst_adapter_finalize), (gst_adapter_new),
28003         (gst_adapter_clear), (gst_adapter_push), (gst_adapter_peek),
28004         (gst_adapter_flush), (gst_adapter_available),
28005         (gst_adapter_available_fast):
28006         * gst/base/gstadapter.h:
28007         Ported and added adapter to the base classes.
28008
28009 2005-05-17  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28010
28011         * gst/gst.c:
28012         * gst/gstmessage.c:
28013           Make sure the class is reffed/unreffed once before threads can be
28014           used.  Fixes #304551.
28015
28016 2005-05-17  Wim Taymans  <wim@fluendo.com>
28017
28018         * gst/base/gstbasesink.c: (gst_basesink_finish_preroll),
28019         (gst_basesink_chain_unlocked), (gst_basesink_activate):
28020         * gst/gstminiobject.c: (gst_mini_object_get_type),
28021         (gst_mini_object_free):
28022         * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_query),
28023         (gst_pad_push), (gst_pad_push_event):
28024         * gst/gstqueue.c: (gst_queue_change_state):
28025         Don't queue buffers in basesink when we are flushing.
28026         Unref buffer when flushing in basesink.
28027         Flush queue when going to READY
28028         Unref buffer when _push() returns an error.
28029         Don't free MiniObject instance when refcount is incremented
28030         in _finalize() so that we can recover objects.
28031
28032 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28033
28034         * docs/manual/advanced-schedulers.xml:
28035         * docs/manual/appendix-checklist.xml:
28036         * docs/pwg/advanced-clock.xml:
28037         * docs/pwg/advanced-interfaces.xml:
28038         * docs/pwg/advanced-request.xml:
28039         * docs/pwg/advanced-types.xml:
28040         * docs/pwg/intro-preface.xml:
28041         * examples/plugins/example.c: (gst_example_get_type),
28042         (gst_example_class_init), (gst_example_chain),
28043         (gst_example_set_property), (gst_example_get_property),
28044         (gst_example_change_state), (plugin_init):
28045         * examples/plugins/example.h:
28046           small doc fixes
28047
28048 2005-05-17  Wim Taymans  <wim@fluendo.com>
28049
28050         * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_set_caps),
28051         (gst_pad_alloc_buffer), (gst_pad_query), (gst_pad_push):
28052         * gst/gstqueue.c: (gst_queue_change_state):
28053         Clear queue when going to READY.
28054         Remove IN_SETCAPS flag too.
28055
28056 2005-05-17  Tim-Philipp Müller  <tim at centricular dot net>
28057
28058         * gst/base/gstbasesrc.c: (gst_basesrc_change_state):
28059           Remove implicit cast from gboolean to GstElementStateReturn;
28060           make sure we still return failure in paused => ready case if
28061           the parent class fails to change state and our own stop 
28062           vfunc succeeds.
28063
28064 2005-05-17  Wim Taymans  <wim@fluendo.com>
28065
28066         * tools/gst-launch.c: (event_loop):
28067         Message was unreffed too soon.
28068
28069 2005-05-16  Andy Wingo  <wingo@pobox.com>
28070
28071         * gst/gstbin.c (sink_iterator_filter): Err... um...
28072
28073         * check/gst/gstbin.c (test_ghost_pads): New test for the
28074         ghosting-if-elements-not-in-same-bin behavior.
28075
28076 2005-05-16  David Schleef  <ds@schleef.org>
28077
28078         * gst/gstminiobject.c: Use g_atomic_int_get() instead of
28079         accessing refcount directly.
28080
28081 2005-05-15  David Schleef  <ds@schleef.org>
28082
28083         * check/Makefile.am: remove GstData checks
28084         * check/gst-libs/gdp.c: (START_TEST): fix for API changes
28085         * gst/Makefile.am: add miniobject, remove data
28086         * gst/gst.h: add miniobject, remove data
28087         * gst/gstdata.c: remove
28088         * gst/gstdata.h: remove
28089         * gst/gstdata_private.h: remove
28090         * gst/gsttypes.h: remove GstEvent and GstMessage
28091         * gst/gstelement.c: (gst_element_post_message): fix for API changes
28092         * gst/gstmarshal.list: change BOXED -> OBJECT
28093
28094         Implement GstMiniObject.
28095         * gst/gstminiobject.c:
28096         * gst/gstminiobject.h:
28097
28098         Modify to be subclasses of GstMiniObject.
28099         * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
28100         (gst_buffer_class_init), (gst_buffer_finalize), (_gst_buffer_copy),
28101         (gst_buffer_init), (gst_buffer_new), (gst_buffer_new_and_alloc),
28102         (gst_subbuffer_get_type), (gst_subbuffer_init),
28103         (gst_buffer_create_sub), (gst_buffer_is_span_fast),
28104         (gst_buffer_span):
28105         * gst/gstbuffer.h:
28106         * gst/gstevent.c: (_gst_event_initialize), (gst_event_get_type),
28107         (gst_event_class_init), (gst_event_init), (gst_event_finalize),
28108         (_gst_event_copy), (gst_event_new):
28109         * gst/gstevent.h:
28110         * gst/gstmessage.c: (_gst_message_initialize),
28111         (gst_message_get_type), (gst_message_class_init),
28112         (gst_message_init), (gst_message_finalize), (_gst_message_copy),
28113         (gst_message_new), (gst_message_new_error),
28114         (gst_message_new_warning), (gst_message_new_tag),
28115         (gst_message_new_state_changed), (gst_message_new_application):
28116         * gst/gstmessage.h:
28117         * gst/gstprobe.c: (gst_probe_perform),
28118         (gst_probe_dispatcher_dispatch):
28119         * gst/gstprobe.h:
28120         * gst/gstquery.c: (_gst_query_initialize), (gst_query_get_type),
28121         (gst_query_class_init), (gst_query_finalize), (gst_query_init),
28122         (_gst_query_copy), (gst_query_new):
28123
28124         Update elements for GstData -> GstMiniObject changes
28125         * gst/gstquery.h:
28126         * gst/gstqueue.c: (gst_queue_finalize), (gst_queue_locked_flush),
28127         (gst_queue_chain), (gst_queue_loop):
28128         * gst/elements/gstbufferstore.c:
28129         (gst_buffer_store_add_buffer_func),
28130         (gst_buffer_store_cleared_func), (gst_buffer_store_get_buffer):
28131         * gst/elements/gstfakesink.c: (gst_fakesink_class_init),
28132         (gst_fakesink_render):
28133         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
28134         * gst/elements/gstfilesrc.c: (gst_mmap_buffer_get_type),
28135         (gst_mmap_buffer_class_init), (gst_mmap_buffer_init),
28136         (gst_mmap_buffer_finalize), (gst_filesrc_map_region),
28137         (gst_filesrc_create_read):
28138         * gst/elements/gstidentity.c: (gst_identity_class_init):
28139         * gst/elements/gsttypefindelement.c:
28140         (gst_type_find_element_src_event), (free_entry_buffers),
28141         (gst_type_find_element_handle_event):
28142         * libs/gst/dataprotocol/dataprotocol.c:
28143         (gst_dp_header_from_buffer):
28144         * libs/gst/dataprotocol/dataprotocol.h:
28145         * libs/gst/dataprotocol/dp-private.h:
28146
28147 2005-05-15  David Schleef  <ds@schleef.org>
28148
28149         * gst/elements/gstelements.c: Don't include headers that were
28150         just removed.
28151
28152 2005-05-15  David Schleef  <ds@schleef.org>
28153
28154         * gst/elements/Makefile.am: Remove some elements that don't
28155         need to be in the core (or even exist at all).
28156         * gst/elements/gstaggregator.c:
28157         * gst/elements/gstaggregator.h:
28158         * gst/elements/gstmd5sink.c:
28159         * gst/elements/gstmd5sink.h:
28160         * gst/elements/gstmultifilesrc.c:
28161         * gst/elements/gstmultifilesrc.h:
28162         * gst/elements/gstpipefilter.c:
28163         * gst/elements/gstpipefilter.h:
28164         * gst/elements/gstshaper.c:
28165         * gst/elements/gstshaper.h:
28166         * gst/elements/gststatistics.c:
28167         * gst/elements/gststatistics.h:
28168         * po/POTFILES.in: Remove above files.
28169
28170 2005-05-14  Andy Wingo  <wingo@pobox.com>
28171
28172         * gst/gstbin.c (gst_bin_iterate_sinks): Use sink_iterator_filter
28173         so as to get the refs right.
28174         (sink_iterator_filter): New function, wraps bin_element_is_sink,
28175         unreffing objects that don't pass the filter.
28176
28177         * gst/gstpipeline.c (gst_pipeline_init): Drop ref on bus after
28178         gst_element_set_bus.
28179         (gst_pipeline_dispose): Set the bus on the pipeline to NULL. In
28180         normal cases, this will destroy the bus.
28181
28182         * gst/gstutils.c (prepare_link_maybe_ghosting): Drop ref on root
28183         object.
28184
28185         * gst/gstbin.c (gst_bin_change_state): Fix state changes if a bin
28186         has no sinks.
28187
28188 2005-05-13  Andy Wingo  <wingo@pobox.com>
28189
28190         * gst/gstutils.c (gst_element_link_pads): Instead of calling
28191         gst_pad_link, call pad_link_maybe_ghosting,
28192         (pad_link_maybe_ghosting): Links pads, making sure that the
28193         elements being linked are in the same bin.
28194         (find_common_root, object_has_ancestor, ghost_up, remove_pad):
28195         Helpers for pad_link_maybe_ghosting.
28196
28197 2005-05-13  Tim-Philipp Müller  <tim at centricular dot net>
28198
28199         * configure.ac:
28200           Require GLib >= 2.4.0 (for the g_atomic_* funcs)
28201
28202 2005-05-13  Tim-Philipp Müller  <tim at centricular dot net>
28203
28204         * docs/design/part-element-source.txt:
28205           Mention GstPushSrc
28206
28207 2005-05-12  Wim Taymans  <wim@fluendo.com>
28208
28209         * gst/base/gstbasesink.c: (gst_basesink_init),
28210         (gst_basesink_activate):
28211         * gst/base/gstbasesrc.c: (gst_basesrc_unlock),
28212         (gst_basesrc_is_seekable):
28213         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
28214         (bin_element_is_sink), (gst_bin_change_state):
28215         * gst/gstelement.c: (gst_element_add_pad), (gst_element_query):
28216         * gst/gstelement.h:
28217         Identify sinks by their flag to avoid overly complicated
28218         checks (fow now).
28219         Do state changes even for elements not reachable from the
28220         sinks.
28221         BaseSink is a sink now :)
28222         Some more debugging info in the basesrc.
28223
28224
28225 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28226
28227         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_query):
28228           Implement _query on a bin, similar to _send_event.
28229
28230 2005-05-12  Tim-Philipp Müller  <tim at centricular dot net>
28231
28232         * gst/base/gstbasesrc.c: (gst_basesrc_do_seek):
28233           Discont event offset format should be GST_FORMAT_BYTES,
28234           not GST_FORMAT_TIME.
28235
28236 2005-05-12  Wim Taymans  <wim@fluendo.com>
28237
28238         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_get_state):
28239         Same fix as Ronald's but without the signal. 
28240
28241 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28242
28243         * gst/gstutils.c: (gst_element_query_position):
28244           No, an element is not a pad.
28245
28246 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28247
28248         * gst/gstbin.c: (gst_bin_add_func), (cb_parent_unset),
28249         (gst_bin_get_state):
28250           If a child is removed from a bin while we remove the child from
28251           the bin and while we're retrieving its state, signal this to the
28252           get_state function so we abort the wait (instead of waiting for
28253           a timeout) and can immediately re-iterate over all other elements.
28254
28255 2005-05-12  Wim Taymans  <wim@fluendo.com>
28256
28257         * gst/base/Makefile.am:
28258         * gst/base/gstbasesrc.c: (gst_basesrc_is_seekable),
28259         (gst_basesrc_start):
28260         * gst/base/gstbasesrc.h:
28261         * gst/base/gstpushsrc.c: (gst_pushsrc_get_type),
28262         (gst_pushsrc_base_init), (gst_pushsrc_class_init),
28263         (gst_pushsrc_init), (gst_pushsrc_create):
28264         * gst/base/gstpushsrc.h:
28265         Added is_seekable to BaseSrc
28266         Added simple PushSrc.
28267
28268 2005-05-11  Wim Taymans  <wim@fluendo.com>
28269
28270         * gst/gstelement.c: (gst_element_add_pad), (gst_element_query):
28271         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
28272         (gst_element_link_pads), (gst_element_query_position),
28273         (gst_element_query_convert), (intersect_caps_func),
28274         (gst_pad_query_position), (gst_pad_query_convert):
28275         Fix refcounting in utils function.
28276         No point in trying to activate a pad when it's added, it could
28277         be added from the state change function and then we deadlock, the
28278         element has to decide what to do.
28279
28280 2005-05-10  Andy Wingo  <wingo@pobox.com>
28281
28282         * gst/elements/gstfakesink.c (gst_fakesink_render): Er, emit with
28283         *all* the arguments.
28284
28285         * gst/base/gstbasetransform.c (gst_base_transform_event): Grab the
28286         stream lock if it's a FLUSH_DONE; normal flushes don't get the
28287         lock (according to the docs -- if this is wrong change the docs).
28288
28289         * gst/gstpipeline.c (gst_pipeline_change_state): Set the bus to
28290         flush messages in the NULL state.
28291
28292         * gst/gstbus.c (gst_bus_post): If a bus is flushing, unref the
28293         message immediately and return.
28294         (gst_bus_set_flushing): New function. If a bus is flushing, it
28295         flushes out any queued messages and immediately unrefs new
28296         messages. This is so when an element goes to NULL, all of the
28297         unhandled messages coming from it can be freed, and their
28298         references to the element dropped. In other words: message source
28299         ref considered harmful :P
28300
28301         * gst/gstbin.c (gst_bin_change_state): Unref peer element when
28302         we're finished with it.
28303
28304         * gst/gstmessage.c (gst_message_new_state_changed): 
28305
28306 2005-05-10  Wim Taymans  <wim@fluendo.com>
28307
28308         * gst/gstvalue.c: (gst_value_compare_flags),
28309         (gst_value_serialize_flags), (gst_value_deserialize_flags),
28310         (_gst_value_initialize):
28311         Added flags serialize/deserialize/compare code.
28312
28313 2005-05-09  Andy Wingo  <wingo@pobox.com>
28314
28315         * gst/base/gstbasetransform.c (gst_base_transform_proxy_getcaps):
28316         Intersect the peer's caps with our caps.
28317
28318 2005-05-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28319
28320         * gst/base/gsttypefindhelper.c: (helper_find_peek):
28321         * gst/elements/gsttypefindelement.c: (find_peek):
28322           Handle negative offsets better. Fixes decodebin.
28323
28324 2005-05-09  Wim Taymans  <wim@fluendo.com>
28325
28326         * gst/base/gstbasetransform.c: (gst_base_transform_proxy_getcaps),
28327         (gst_base_transform_event):
28328         * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_query):
28329         Implement accept_caps.
28330         Fix silly lock/unlock mismatch in base class.
28331
28332 2005-05-09  Wim Taymans  <wim@fluendo.com>
28333
28334         * docs/design/draft-push-pull.txt:
28335         * gst/base/gstbasesrc.c: (gst_basesrc_init), (gst_basesrc_query):
28336         * gst/elements/gstfilesink.c: (gst_filesink_init),
28337         (gst_filesink_query):
28338         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
28339         (gst_type_find_handle_src_query), (find_element_get_length):
28340         * gst/gstelement.c: (gst_element_seek), (gst_element_query):
28341         * gst/gstelement.h:
28342         * gst/gstmessage.c:
28343         * gst/gstmessage.h:
28344         * gst/gstpad.c: (gst_real_pad_init), (gst_pad_get_query_types),
28345         (gst_real_pad_get_caps_unlocked),
28346         (gst_pad_get_internal_links_default), (gst_pad_get_internal_links),
28347         (gst_pad_event_default_dispatch), (gst_pad_event_default),
28348         (gst_pad_dispatcher), (gst_pad_query), (gst_pad_query_default),
28349         (gst_real_pad_dispose), (gst_real_pad_finalize),
28350         (gst_pad_load_and_link), (gst_pad_save_thyself),
28351         (gst_ghost_pad_save_thyself), (handle_pad_block), (gst_pad_push),
28352         (gst_pad_check_pull_range), (gst_pad_pull_range),
28353         (gst_pad_template_get_type), (gst_pad_template_class_init),
28354         (gst_pad_template_init), (gst_pad_template_dispose),
28355         (name_is_valid), (gst_static_pad_template_get),
28356         (gst_pad_template_new), (gst_static_pad_template_get_caps),
28357         (gst_pad_template_get_caps), (gst_pad_set_element_private),
28358         (gst_pad_get_element_private), (gst_pad_start_task),
28359         (gst_pad_pause_task), (gst_pad_stop_task),
28360         (gst_ghost_pad_get_type), (gst_ghost_pad_class_init),
28361         (gst_ghost_pad_init), (gst_ghost_pad_dispose),
28362         (gst_ghost_pad_set_property), (gst_ghost_pad_get_property),
28363         (gst_ghost_pad_new):
28364         * gst/gstpad.h:
28365         * gst/gstquery.c: (_gst_query_initialize), (gst_query_new),
28366         (gst_query_new_position), (gst_query_set_position),
28367         (gst_query_parse_position), (gst_query_new_convert),
28368         (gst_query_set_convert), (gst_query_parse_convert):
28369         * gst/gstquery.h:
28370         * gst/gstqueryutils.c:
28371         * gst/gstqueryutils.h:
28372         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
28373         (gst_queue_bufferalloc), (gst_queue_handle_sink_event),
28374         (gst_queue_handle_src_query):
28375         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
28376         (gst_element_query_position), (gst_element_query_convert),
28377         (intersect_caps_func), (gst_pad_query_position),
28378         (gst_pad_query_convert):
28379         * gst/gstutils.h:
28380         * tools/gst-inspect.c: (print_pad_info):
28381         * tools/gst-xmlinspect.c: (print_element_info):
28382         Remove old query functions. Ported old code.
28383         Added position/convert helper functions to gstutils.
28384         Reordered gstpad.c code, grouping relevant things.
28385         Remove gst_message_new(), always need to speficy a specific
28386         message.
28387
28388
28389 2005-05-09  Andy Wingo  <wingo@pobox.com>
28390
28391         * gst/gstiterator.h: Add some includes.
28392
28393         * gst/gstqueryutils.h: Include more headers.
28394
28395         * gst/gstpad.h:
28396         * gst/gstpad.c (gst_pad_query_position): New routine, replaces
28397         some uses of gst_pad_query.
28398
28399         * gst/gstqueryutils.c: Build fixes. Make parse functions ignore
28400         NULL out parameters.
28401         (gst_query_new_position): New proc, allocates a new position
28402         query.
28403
28404         * gst/Makefile.am (libgstreamer_@GST_MAJORMINOR@_la_SOURCES): Add
28405         gstqueryutils.c to the build.
28406
28407         * gst/gststructure.c (gst_structure_set_valist): Implement with
28408         the generic G_VALUE_COLLECT.
28409         
28410 2005-05-08  Edward Hervey  <bilboed@bilboed.com>
28411
28412         * gst/Makefile.am: (gst_headers):
28413         Added gstqueryutils.h to the list of headers to install, that was
28414         a 'nachty' move wingo :)
28415
28416 2005-05-06  Andy Wingo  <wingo@pobox.com>
28417
28418         * gst/gstquery.h
28419         * gst/gstquery.c (_gst_query_initialize): Extend GstQuery from
28420         GstData, init a memchunk.
28421         (standard_definitions): Add a few query types, deprecate a few.
28422         (gst_query_get_type): New proc.
28423         (_gst_query_copy, _gst_query_free, gst_query_new): GstData
28424         implementation.
28425         (gst_query_new_application, gst_query_get_structure): New public
28426         procs.
28427
28428         * docs/design/draft-query.txt: Removed LINKS from the query types,
28429         because all the rest can be dispatched to other pads -- seemed
28430         ugly to have a query that couldn't be dispatched. internal_links
28431         is fine as a pad method.
28432
28433         * gst/gstpad.h: Add query2 as a pad method, add the new functions
28434         in gstpad.c, but maintain binary compatibility for the moment.
28435         Will fix before 0.9 is out.
28436
28437         * gst/gstqueryutils.c: 
28438         * gst/gstqueryutils.h: New files, implement 3 methods for each
28439         query type: parse_query, parse_response, and set. Probably need an
28440         allocator as well.
28441
28442         * gst/gst.h: Add gstquery.h and gstqueryutils.h to the list.
28443
28444         * gst/elements/gstfilesink.c (gst_filesink_query2):
28445         * gst/base/gstbasesrc.c (gst_basesrc_query2): Replace old query,
28446         query_types, and formats methods.
28447
28448         * gst/gstpad.c (gst_pad_query2, gst_pad_query2_default)
28449         (gst_pad_set_query2_function): New functions.
28450         (gst_real_pad_init): Set query2_default as the default query2
28451         function. Basically just dispatches to internally linked pads.
28452
28453         Needs review!
28454         
28455         * gst/gstdata_private.h (_GST_DATA_INIT): Set data->refcount to 1
28456         without using the atomic operations. Only one thread can possibly
28457         be accessing the data at this point. Changed so as to avoid
28458         gst_atomic operations.
28459
28460 2005-05-06  Wim Taymans  <wim@fluendo.com>
28461
28462         * gst/gstpad.c: (gst_pad_alloc_buffer), (gst_pad_push):
28463         Also set caps if we use the fallback buffer alloc.
28464
28465 2005-05-06  Tim-Philipp Müller  <tim at centricular dot net>
28466
28467         * docs/gst/Makefile.am:
28468         * docs/gst/gstreamer-docs.sgml:
28469         * docs/gst/gstreamer-sections.txt:
28470         * docs/gst/tmpl/gstatomic.sgml:
28471         * docs/gst/tmpl/gstmemchunk.sgml:
28472         * testsuite/elements/struct_i386.h:
28473         * win32/GStreamer.vcproj:
28474         * win32/Makefile:
28475           Purge GstAtomic stuff from docs and win32 makefiles as well
28476
28477 2005-05-06  Wim Taymans  <wim@fluendo.com>
28478
28479         * gst/base/gstbasetransform.c: (gst_base_transform_proxy_getcaps):
28480         * gst/elements/gstcapsfilter.c: (gst_capsfilter_getcaps):
28481         * gst/gstpad.c: (gst_pad_peer_get_caps):
28482         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
28483         (gst_queue_bufferalloc), (gst_queue_handle_sink_event),
28484         (gst_queue_src_activate), (gst_queue_change_state):
28485         * gst/gstqueue.h:
28486         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
28487         (intersect_caps_func):
28488         Fix gst_pad_peer_get_caps(), make it return NULL if no peer.
28489         Always take QUEUE_LOCK after STREAM_LOCK or we might deadlock.
28490         Some fixes for the peer_get_caps() change.
28491
28492 2005-05-06  Wim Taymans  <wim@fluendo.com>
28493
28494         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_empty),
28495         (gst_basesink_handle_buffer), (gst_basesink_chain_unlocked),
28496         (gst_basesink_activate):
28497         Actually do something with error codes returned from the push
28498         functions.
28499
28500 2005-05-06  Wim Taymans  <wim@fluendo.com>
28501
28502         * docs/design/part-element-sink.txt:
28503         * docs/design/part-element-source.txt:
28504         * gst/base/gstbasesink.c: (gst_basesink_class_init),
28505         (gst_basesink_event), (gst_basesink_activate):
28506         * gst/base/gstbasesink.h:
28507         * gst/base/gstbasesrc.c: (gst_basesrc_init), (gst_basesrc_unlock),
28508         (gst_basesrc_activate):
28509         * gst/base/gstbasesrc.h:
28510         * gst/gstelement.c: (gst_element_pads_activate):
28511         Some more documentation.
28512         Fixed scheduling decision in _pads_activate().
28513
28514 2005-05-05  Andy Wingo  <wingo@pobox.com>
28515
28516         * check/pipelines/simple_launch_lines.c (test_2_elements): "Fix"
28517         the test suite.
28518
28519 2005-05-05  Wim Taymans  <wim@fluendo.com>
28520
28521         * gst/base/Makefile.am:
28522         * gst/base/gstbasesink.h:
28523         * gst/base/gstbasesrc.c: (gst_basesrc_init),
28524         (gst_basesrc_set_dataflow_funcs), (gst_basesrc_query):
28525         * gst/base/gstcollectpads.c: (gst_collectpads_get_type),
28526         (gst_collectpads_class_init), (gst_collectpads_init),
28527         (gst_collectpads_finalize), (gst_collectpads_new),
28528         (gst_collectpads_set_function), (gst_collectpads_add_pad),
28529         (find_pad), (gst_collectpads_remove_pad),
28530         (gst_collectpads_is_active), (gst_collectpads_collect),
28531         (gst_collectpads_collect_range), (gst_collectpads_start),
28532         (gst_collectpads_stop), (gst_collectpads_peek),
28533         (gst_collectpads_pop), (gst_collectpads_available),
28534         (gst_collectpads_read), (gst_collectpads_flush),
28535         (gst_collectpads_chain):
28536         * gst/base/gstcollectpads.h:
28537         * gst/elements/Makefile.am:
28538         * gst/elements/gstelements.c:
28539         * gst/elements/gstfakesink.c: (gst_fakesink_class_init),
28540         (gst_fakesink_get_times), (gst_fakesink_event),
28541         (gst_fakesink_preroll), (gst_fakesink_render):
28542         * gst/elements/gstfilesink.c: (gst_filesink_class_init),
28543         (gst_filesink_init), (gst_filesink_set_location),
28544         (gst_filesink_open_file), (gst_filesink_close_file),
28545         (gst_filesink_pad_query), (gst_filesink_event),
28546         (gst_filesink_render), (gst_filesink_change_state):
28547         * gst/elements/gstfilesink.h:
28548         Added object to help in making collect pad based elements.
28549         Ported filesink.
28550         Make event function in sink baseclass return gboolean.
28551
28552 2005-05-05  Wim Taymans  <wim@fluendo.com>
28553
28554         * gst/gstbin.c: (gst_bin_send_event), (compare_name),
28555         (gst_bin_get_by_name):
28556         * gst/gstbuffer.h:
28557         * gst/gstclock.c: (gst_clock_entry_new), (gst_clock_class_init),
28558         (gst_clock_finalize):
28559         * gst/gstdata.c: (gst_data_replace):
28560         * gst/gstdata.h:
28561         * gst/gstelement.c: (gst_element_request_pad),
28562         (gst_element_pads_activate):
28563         * gst/gstobject.c: (gst_object_init), (gst_object_ref),
28564         (gst_object_unref):
28565         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
28566         (gst_pad_set_checkgetrange_function),
28567         (gst_pad_link_check_compatible_unlocked), (gst_pad_set_caps),
28568         (gst_pad_check_pull_range), (gst_pad_pull_range),
28569         (gst_static_pad_template_get_caps), (gst_pad_start_task),
28570         (gst_pad_pause_task), (gst_pad_stop_task):
28571         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
28572         (gst_element_request_pad), (gst_pad_proxy_getcaps):
28573         Fix name lookup in GstBin.
28574         Added _data_replace() function and _buffer_replace()
28575         Use finalize method to clean up clock.
28576         Fix refcounting on request pads.
28577         Fix pad schedule mode error.
28578         Some more object refcounting debug info,
28579
28580
28581 2005-05-04  Andy Wingo <wingo@pobox.com>
28582
28583         * check/Makefile.am:
28584         * docs/gst/tmpl/gstatomic.sgml:
28585         * docs/gst/tmpl/gstplugin.sgml:
28586         * gst/base/gstbasesink.c: (gst_basesink_activate):
28587         * gst/base/gstbasesrc.c: (gst_basesrc_class_init),
28588         (gst_basesrc_init), (gst_basesrc_set_dataflow_funcs),
28589         (gst_basesrc_query), (gst_basesrc_set_property),
28590         (gst_basesrc_get_property), (gst_basesrc_check_get_range),
28591         (gst_basesrc_activate):
28592         * gst/base/gstbasesrc.h:
28593         * gst/base/gstbasetransform.c: (gst_base_transform_sink_activate),
28594         (gst_base_transform_src_activate):
28595         * gst/elements/gstelements.c:
28596         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
28597         (gst_fakesrc_set_property), (gst_fakesrc_get_property):
28598         * gst/elements/gsttee.c: (gst_tee_sink_activate):
28599         * gst/elements/gsttypefindelement.c: (find_element_get_length),
28600         (gst_type_find_element_checkgetrange),
28601         (gst_type_find_element_activate):
28602         * gst/gstbin.c: (gst_bin_save_thyself), (gst_bin_restore_thyself):
28603         * gst/gstcaps.c: (gst_caps_do_simplify), (gst_caps_save_thyself),
28604         (gst_caps_load_thyself):
28605         * gst/gstelement.c: (gst_element_pads_activate),
28606         (gst_element_save_thyself), (gst_element_restore_thyself):
28607         * gst/gstpad.c: (gst_pad_load_and_link), (gst_pad_save_thyself),
28608         (gst_ghost_pad_save_thyself), (gst_pad_check_pull_range):
28609         * gst/gstpad.h:
28610         * gst/gstxml.c: (gst_xml_write), (gst_xml_parse_doc),
28611         (gst_xml_parse_file), (gst_xml_parse_memory),
28612         (gst_xml_get_element), (gst_xml_make_element):
28613         * gst/indexers/gstfileindex.c: (gst_file_index_load),
28614         (_file_index_id_save_xml), (gst_file_index_commit):
28615         * gst/registries/gstlibxmlregistry.c: (read_string), (read_uint),
28616         (read_enum), (load_pad_template), (load_feature), (load_plugin),
28617         (load_paths):
28618         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps),
28619         (gst_dp_packet_from_event), (gst_dp_caps_from_packet):
28620         * tools/gst-complete.c: (main):
28621         * tools/gst-compprep.c: (main):
28622         * tools/gst-inspect.c: (print_element_properties_info):
28623         * tools/gst-launch.c: (xmllaunch_parse_cmdline):
28624         * tools/gst-xmlinspect.c: (print_element_properties):
28625         GCC 4 fixen.
28626         
28627 2005-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28628
28629         * gst/gstplugin.c: (gst_plugin_check_module),
28630         (gst_plugin_check_file), (gst_plugin_load_file):
28631             apply patch from #172526 to make register work on MacOSX
28632
28633 2005-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28634
28635         * docs/gst/tmpl/gstconfig.sgml:
28636         * gst/gstconfig.h.in:
28637           move documentation for some symbols.  Add doc for GST_PTR_FORMAT
28638         * testsuite/debug/printf_extension.c: (main):
28639           Do not use GST_PTR_FORMAT on pointers to types with
28640           sizeof < sizeof(gpointer).  Fixes test on 64-bit
28641         * testsuite/elements/property.h:
28642           use correct printf format
28643
28644 2005-05-02  Wim Taymans  <wim@fluendo.com>
28645
28646         * docs/design/draft-push-pull.txt:
28647         * docs/design/draft-query.txt:
28648         * gst/base/gstbasesrc.c: (gst_basesrc_get_range_unlocked),
28649         (gst_basesrc_start):
28650         Added draft for new query API.
28651         Added draft for better selecting scheduling methods.
28652         Make basesrc ignore length if the subclass does not support
28653         it.
28654
28655 2005-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28656
28657         * gst/Makefile.am:
28658           possible fixes for automake-1.5 - _LIBADD is reserved
28659
28660 2005-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28661
28662         * docs/faq/Makefile.am:
28663         * docs/manual/Makefile.am:
28664         * docs/manuals.mak:
28665         * docs/pwg/Makefile.am:
28666         * gst/Makefile.am:
28667           possible fixes for automake-1.5
28668
28669 2005-04-28  Wim Taymans  <wim@fluendo.com>
28670
28671         * gst/base/gstbasesink.c: (gst_basesink_base_init),
28672         (gst_basesink_pad_getcaps), (gst_basesink_init),
28673         (gst_basesink_do_sync):
28674         * gst/gstclock.c: (gst_clock_entry_new):
28675         * gst/gstevent.c: (gst_event_discont_get_value):
28676         * gst/gstpipeline.c: (pipeline_bus_handler),
28677         (gst_pipeline_change_state):
28678         * gst/gstsystemclock.c: (gst_system_clock_id_wait_unlocked):
28679         Better debugging of clocking info.
28680         Allow NULL values when getting discont values.
28681
28682 2005-04-27  Wim Taymans  <wim@fluendo.com>
28683
28684         * check/gst/gstobject.c: (START_TEST), (gst_object_suite):
28685         * check/gst/gstpad.c: (gst_pad_suite):
28686         Increase timeout for checks.
28687
28688 2005-04-27  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
28689
28690         * check/Makefile.am:
28691           fix the broken rule for cleanup.  Apparently this rule is
28692           only needed on FC2, so maybe this warrants further autotool
28693           inspection.
28694
28695 2005-04-26  Wim Taymans  <wim@fluendo.com>
28696
28697         * gst/gsttrashstack.h:
28698         Ooohh. a nasty one! After having a failed pop() from the stack,
28699         it's possible that the stack is empty. In that case, don't
28700         follow the NULL pointer.
28701
28702 2005-04-25  Wim Taymans  <wim@fluendo.com>
28703
28704         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
28705         (gst_pad_set_checkgetrange_function),
28706         (gst_pad_link_check_compatible_unlocked), (gst_pad_link_prepare),
28707         (gst_pad_check_pull_range), (gst_pad_pull_range),
28708         (gst_static_pad_template_get_caps), (gst_pad_start_task),
28709         (gst_pad_pause_task), (gst_pad_stop_task):
28710         * gst/gstplugin.c: (gst_plugin_load):
28711         * gst/gstplugin.h:
28712         Remove gst_library_load as it does more harm than good with
28713         the new g_module flags.
28714         Revert bogus caps template check in pad linking, pad caps
28715         are important when linking not the template, which is more
28716         general than the current caps.
28717
28718 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28719
28720         * gst/autoplug/.cvsignore:
28721         * gst/autoplug/Makefile.am:
28722         * gst/autoplug/gstsearchfuncs.c:
28723         * gst/autoplug/gstsearchfuncs.h:
28724         * gst/autoplug/gstspider.c:
28725         * gst/autoplug/gstspider.h:
28726         * gst/autoplug/gstspideridentity.c:
28727         * gst/autoplug/gstspideridentity.h:
28728         * gst/autoplug/spidertest.c:
28729           Die, spider, die.
28730
28731 2005-04-25  Wim Taymans  <wim@fluendo.com>
28732
28733         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
28734         (gst_pad_set_checkgetrange_function), (gst_pad_check_pull_range),
28735         (gst_pad_pull_range), (gst_static_pad_template_get_caps),
28736         (gst_pad_start_task), (gst_pad_pause_task), (gst_pad_stop_task):
28737         * gst/gstpad.h:
28738         Added stubs for unimplemented functions. 
28739
28740 2005-04-24  David Schleef  <ds@schleef.org>
28741
28742         * gst/gstpad.h: Disable some unimplemented functions.  Wim,
28743         please fix.
28744
28745 2005-04-24  David Schleef  <ds@schleef.org>
28746
28747         Convert everything from GstAtomicInt to g_atomic_int_*, and
28748         remove gstatomic.
28749         * gst/Makefile.am:
28750         * gst/gstatomic.c:
28751         * gst/gstatomic.h:
28752         * gst/gstatomic_impl.h:
28753         * gst/gstbuffer.c:
28754         * gst/gstcaps.c:
28755         * gst/gstcaps.h:
28756         * gst/gstclock.c:
28757         * gst/gstclock.h:
28758         * gst/gstdata.c:
28759         * gst/gstdata.h:
28760         * gst/gstdata_private.h:
28761         * gst/gstevent.c:
28762         * gst/gstinfo.c:
28763         * gst/gstinfo.h:
28764         * gst/gstmessage.c:
28765         * gst/gstobject.c:
28766         * gst/gstobject.h:
28767         * gst/gststructure.c:
28768         * gst/gststructure.h:
28769         * gst/gstutils.c: Add gst_atomic_int_set() compaitibility function.
28770         * gst/gstutils.h:
28771
28772 2005-04-24  David Schleef  <ds@schleef.org>
28773
28774         * check/gst/gstpad.c: (START_TEST): Oh yeah, it's always nice to
28775         make the regressions tests work.  Remove some code that is no
28776         longer true.
28777         * gst/gstpad.c: (gst_pad_link_check_templates_compatible_unlocked):
28778         Disable warning for pads without templates.
28779
28780 2005-04-24  David Schleef  <ds@schleef.org>
28781
28782         * gst/gstpad.c: Remove handling of filtered caps.  Fix/merge
28783         functions that handle filtered links.
28784         * gst/gstpad.h: Remove 'appfilter' field and prototypes of
28785         removed functions.
28786         * gst/gstutils.c: Fix/remove utility functions that handle
28787         filtered caps.
28788         * gst/gstutils.h:
28789         * gst/gstvalue.c: Add serialization/deserialization of caps
28790         * gst/parse/grammar.y: Ignore filtered caps when linking.  This
28791         requires fixing so that the filter caps notation creates
28792         a capsfilter element and sets the filter_caps property.  I
28793         think everyone probably wants to keep the shorthand notation.
28794         * docs/gst/tmpl/gstelement.sgml: updates for API changes.
28795         * docs/gst/tmpl/gstpad.sgml:
28796
28797         * gst/elements/gstelements.c: Register capsfilter element.
28798         * gst/Makefile.am: fix spacing
28799         * docs/random/ds/0.9-suggested-changes: random
28800
28801 2005-04-23  David Schleef  <ds@schleef.org>
28802
28803         * gst/elements/Makefile.am:
28804         * gst/elements/gstcapsfilter.c: New element that acts like an
28805         identity, but filters caps.  Will eventually replace filtered
28806         caps in pad linking.
28807         * gst/gstutils.c: (gst_element_create_all_pads): New function
28808         to create all the ALWAYS pads that are registered with an
28809         element class.  This functionality should eventually be
28810         merged in with GstElement initialization.
28811         * gst/gstutils.h:
28812         * testsuite/trigger/README: part of trigger test code that should
28813         have been checked in a long time ago.
28814
28815 2005-04-23  David Schleef  <ds@schleef.org>
28816
28817         * gst/Makefile.am: Remove as-libtool stuff.  It's likely not
28818         needed with new versions of libtool (nobody will confirm this),
28819         and hard to carry around.
28820         * gst/autoplug/Makefile.am:
28821         * gst/base/Makefile.am:
28822         * gst/elements/Makefile.am:
28823         * gst/indexers/Makefile.am:
28824         * gst/schedulers/Makefile.am:
28825         * libs/gst/bytestream/Makefile.am:
28826         * libs/gst/control/Makefile.am:
28827         * libs/gst/dataprotocol/Makefile.am:
28828         * libs/gst/getbits/Makefile.am:
28829
28830 2005-04-21  Wim Taymans  <wim@fluendo.com>
28831
28832         * docs/design/draft-push-pull.txt:
28833         * docs/design/part-MT-refcounting.txt:
28834         * docs/design/part-TODO.txt:
28835         * docs/design/part-caps.txt:
28836         * docs/design/part-events.txt:
28837         * docs/design/part-gstbus.txt:
28838         * docs/design/part-gstpipeline.txt:
28839         * docs/design/part-messages.txt:
28840         * docs/design/part-push-pull.txt:
28841         * docs/design/part-query.txt:
28842         Some more docs.
28843
28844 2005-04-21  Wim Taymans  <wim@fluendo.com>
28845
28846         * gst/gstmessage.c: (_gst_message_copy), (_gst_message_free),
28847         (gst_message_new), (gst_message_new_error),
28848         (gst_message_new_warning), (gst_message_new_tag),
28849         (gst_message_new_state_changed), (gst_message_new_application),
28850         (gst_message_get_structure):
28851         * gst/gstmessage.h:
28852         * gst/gststructure.c: (gst_structure_set_parent_refcount),
28853         (gst_structure_copy_conditional):
28854         Use parent refcount in GstMessage to ensure GstStructure
28855         consistency.
28856         Cleaned up headers a bit.
28857         
28858
28859 2005-04-20  Wim Taymans  <wim@fluendo.com>
28860
28861         * gst/base/gstbasesink.c: (gst_basesink_base_init),
28862         (gst_basesink_pad_getcaps), (gst_basesink_init),
28863         (gst_basesink_chain_unlocked):
28864         * gst/base/gsttypefindhelper.c: (helper_find_suggest),
28865         (gst_type_find_helper):
28866         * gst/elements/gsttypefindelement.c:
28867         (gst_type_find_element_have_type), (gst_type_find_element_init),
28868         (stop_typefinding), (gst_type_find_element_handle_event),
28869         (find_suggest), (gst_type_find_element_chain),
28870         (gst_type_find_element_checkgetrange),
28871         (gst_type_find_element_getrange), (do_typefind),
28872         (gst_type_find_element_activate):
28873         * gst/gstbuffer.c: (_gst_buffer_sub_free),
28874         (gst_buffer_default_free), (gst_buffer_default_copy),
28875         (gst_buffer_set_caps):
28876         * gst/gstcaps.c: (gst_caps_ref), (gst_caps_unref),
28877         (gst_caps_replace):
28878         * gst/gstmessage.c: (gst_message_new),
28879         (gst_message_new_state_changed):
28880         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
28881         (gst_pad_set_checkgetrange_function),
28882         (gst_pad_link_prepare_filtered), (gst_pad_relink_filtered),
28883         (gst_pad_set_caps), (gst_pad_check_pull_range),
28884         (gst_pad_pull_range), (gst_static_pad_template_get_caps):
28885         * gst/gstpad.h:
28886         * gst/gsttypefind.c: (gst_type_find_register):
28887         Make gst_caps_replace() work like other _replace() functions.
28888         Use _caps_replace() where possible.
28889         Make sure _message_new() initialises its field.
28890         Add gst_static_pad_template_get_caps()
28891
28892
28893 2005-04-18  Andy Wingo  <wingo@pobox.com>
28894
28895         * gst/gstelement.c (gst_element_pads_activate): Check pull_range
28896         on the peer, not the pad. I think that was a typo. Pass an extra
28897         arg to see if random access is possible. Activate the pads as
28898         PULL_RANGE if possible.
28899
28900         * gst/elements/gstfakesrc.c: s/ARG_/PROP_/.
28901
28902         * gst/base/gstbasesrc.c (gst_basesrc_set_property) 
28903         (gst_basesrc_get_property): BLOCKSIZE is a ULONG. Rename ARG_...
28904         to PROP_....
28905
28906 2005-04-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28907
28908         * docs/faq/using.xml:
28909           Add note on gstreamer-properties (#154996).
28910
28911 2005-04-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28912
28913         * docs/random/bbb/optional-properties:
28914           Some analysis on optional properties.
28915
28916 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28917
28918         * docs/gst/tmpl/gstelementfactory.sgml:
28919         * gst/gstelement.h:
28920         * gst/gstelementfactory.c: (gst_element_factory_init),
28921         (gst_element_factory_cleanup), (gst_element_register),
28922         (__gst_element_factory_add_static_pad_template),
28923         (gst_element_factory_get_static_pad_templates),
28924         (gst_element_factory_can_src_caps),
28925         (gst_element_factory_can_sink_caps):
28926         * gst/registries/Makefile.am:
28927         * gst/registries/gstlibxmlregistry.c: (gst_xml_registry_get_type),
28928         (gst_xml_registry_class_init), (gst_xml_registry_init),
28929         (gst_xml_registry_new), (gst_xml_registry_set_property),
28930         (gst_xml_registry_get_property), (get_time), (make_dir),
28931         (gst_xml_registry_get_perms_func),
28932         (plugin_times_older_than_recurse), (plugin_times_older_than),
28933         (gst_xml_registry_open_func), (gst_xml_registry_load_func),
28934         (gst_xml_registry_save_func), (gst_xml_registry_close_func),
28935         (add_to_char_array), (read_string), (read_uint), (read_enum),
28936         (load_pad_template), (load_feature), (load_plugin), (load_paths),
28937         (gst_xml_registry_load), (gst_xml_registry_load_plugin),
28938         (gst_xml_registry_save_caps), (gst_xml_registry_save_pad_template),
28939         (gst_xml_registry_save_feature), (gst_xml_registry_save_plugin),
28940         (gst_xml_registry_save), (gst_xml_registry_rebuild_recurse),
28941         (gst_xml_registry_rebuild):
28942         * gst/registries/gstlibxmlregistry.h:
28943         * tools/gst-compprep.c: (main):
28944         * tools/gst-inspect.c: (print_pad_templates_info):
28945         * tools/gst-xmlinspect.c: (print_element_info):
28946           Use libxml2 for registry parsing, use staticpadtemplates in
28947           elementfactories. Makes gst_init() +/- 10x faster.
28948
28949 2005-04-12  Wim Taymans  <wim@fluendo.com>
28950
28951         * gst/base/Makefile.am:
28952         * gst/base/gstbasesink.c: (gst_basesink_base_init),
28953         (gst_basesink_pad_getcaps), (gst_basesink_init),
28954         (gst_basesink_event), (gst_basesink_change_state):
28955         * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
28956         (gst_basesrc_init), (gst_basesrc_query),
28957         (gst_basesrc_get_event_mask), (gst_basesrc_do_seek),
28958         (gst_basesrc_event_handler), (gst_basesrc_get_range_unlocked),
28959         (gst_basesrc_check_get_range), (gst_basesrc_loop),
28960         (gst_basesrc_unlock), (gst_basesrc_get_size), (gst_basesrc_start),
28961         (gst_basesrc_stop), (gst_basesrc_activate),
28962         (gst_basesrc_change_state):
28963         * gst/base/gsttypefindhelper.c: (helper_find_peek),
28964         (helper_find_suggest), (gst_type_find_helper):
28965         * gst/base/gsttypefindhelper.h:
28966         * gst/elements/Makefile.am:
28967         * gst/elements/gstelements.c:
28968         * gst/elements/gstfakesink.c: (gst_fakesink_class_init),
28969         (gst_fakesink_get_times), (gst_fakesink_event),
28970         (gst_fakesink_preroll), (gst_fakesink_render):
28971         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
28972         (gst_fakesrc_init), (gst_fakesrc_event_handler),
28973         (gst_fakesrc_get_property), (gst_fakesrc_create),
28974         (gst_fakesrc_start), (gst_fakesrc_stop):
28975         * gst/elements/gstfakesrc.h:
28976         * gst/elements/gstfilesrc.c: (gst_filesrc_class_init),
28977         (gst_filesrc_free_parent_mmap), (gst_filesrc_map_region),
28978         (gst_filesrc_map_small_region), (gst_filesrc_create_mmap),
28979         (gst_filesrc_create_read), (gst_filesrc_create),
28980         (gst_filesrc_is_seekable), (gst_filesrc_get_size),
28981         (gst_filesrc_start):
28982         * gst/elements/gsttypefindelement.c:
28983         (gst_type_find_element_have_type), (gst_type_find_element_init),
28984         (start_typefinding), (stop_typefinding), (push_buffer_store),
28985         (gst_type_find_element_handle_event),
28986         (gst_type_find_element_chain),
28987         (gst_type_find_element_checkgetrange),
28988         (gst_type_find_element_getrange), (do_typefind),
28989         (gst_type_find_element_activate),
28990         (gst_type_find_element_change_state):
28991         * gst/elements/gsttypefindelement.h:
28992         * gst/gstpipeline.c: (pipeline_bus_handler):
28993         Added typefind helper.
28994         Small preroll fix in the base sink.
28995         Disable typefind code in basesrc.
28996         Crude port of typefindelement.
28997         Fakesrc cleanups.
28998
28999
29000 2005-04-11  Wim Taymans  <wim@fluendo.com>
29001
29002         * check/gst/gstbus.c: (gstbus_suite):
29003         * check/gst/gstdata.c: (thread_ref), (gst_data_suite):
29004         * check/gstcheck.h:
29005           Fix up the timeout so that the test does not fail.
29006
29007 2005-04-06  Wim Taymans  <wim@fluendo.com>
29008
29009         * gst/base/README:
29010         * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
29011         (gst_basesrc_init), (gst_basesrc_get_formats), (gst_basesrc_query),
29012         (gst_basesrc_get_event_mask), (gst_basesrc_do_seek),
29013         (gst_basesrc_event_handler), (gst_basesrc_get_range_unlocked),
29014         (gst_basesrc_check_get_range), (gst_basesrc_loop),
29015         (gst_basesrc_unlock), (gst_basesrc_get_size), (gst_basesrc_start),
29016         (gst_basesrc_stop), (gst_basesrc_activate),
29017         (gst_basesrc_change_state), (basesrc_find_peek),
29018         (basesrc_find_suggest), (gst_basesrc_type_find):
29019         * gst/base/gstbasesrc.h:
29020         * gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
29021         (gst_filesrc_class_init), (gst_filesrc_init),
29022         (gst_filesrc_finalize), (gst_filesrc_set_location),
29023         (gst_filesrc_set_property), (gst_filesrc_get_property),
29024         (gst_filesrc_free_parent_mmap), (gst_filesrc_map_region),
29025         (gst_filesrc_map_small_region), (gst_filesrc_create_mmap),
29026         (gst_filesrc_create_read), (gst_filesrc_create),
29027         (gst_filesrc_get_size), (gst_filesrc_start), (gst_filesrc_stop):
29028         * gst/elements/gstfilesrc.h:
29029         * gst/gstelement.c: (gst_element_get_state_func),
29030         (gst_element_lost_state), (gst_element_pads_activate):
29031         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
29032         (gst_pad_set_checkgetrange_function), (gst_pad_check_pull_range),
29033         (gst_pad_pull_range):
29034         * gst/gstpad.h:
29035         More work on the generic source base class, implement seeking,
29036         query.
29037         Make filesrc extend the base source class.
29038         Added gst_pad_set_checkgetrange_function to GstPad.
29039
29040 2005-04-06  Andy Wingo  <wingo@pobox.com>
29041
29042         * pkgconfig/gstreamer-base.pc.in:
29043         * pkgconfig/gstreamer-base-uninstalled.pc.in: New files.
29044
29045         * pkgconfig/Makefile.am:
29046         * configure.ac (AC_OUTPUT): Add gstreamer-base pkgconfig files.
29047
29048 2005-04-04  Wim Taymans  <wim@fluendo.com>
29049
29050         * gst/base/Makefile.am:
29051         * gst/base/README:
29052         * gst/base/gstbasesink.c: (gst_basesink_base_init),
29053         (gst_basesink_pad_getcaps), (gst_basesink_pad_setcaps),
29054         (gst_basesink_pad_buffer_alloc), (gst_basesink_init),
29055         (gst_basesink_do_sync), (gst_basesink_chain_unlocked):
29056         * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
29057         (gst_basesrc_base_init), (gst_basesrc_class_init),
29058         (gst_basesrc_init), (gst_basesrc_get_formats),
29059         (gst_basesrc_get_query_types), (gst_basesrc_query),
29060         (gst_basesrc_get_event_mask), (gst_basesrc_event_handler),
29061         (gst_basesrc_set_property), (gst_basesrc_get_property),
29062         (gst_basesrc_get_range_unlocked), (gst_basesrc_get_range),
29063         (gst_basesrc_loop), (gst_basesrc_activate),
29064         (gst_basesrc_change_state):
29065         * gst/base/gstbasesrc.h:
29066         * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
29067         (gst_fakesrc_class_init), (gst_fakesrc_init),
29068         (gst_fakesrc_event_handler), (gst_fakesrc_set_property),
29069         (gst_fakesrc_get_property), (gst_fakesrc_create):
29070         * gst/elements/gstfakesrc.h:
29071         * gst/elements/gstfilesrc.c: (gst_filesrc_getrange),
29072         (gst_filesrc_open_file), (gst_filesrc_loop),
29073         (gst_filesrc_activate), (filesrc_find_peek),
29074         (gst_filesrc_type_find):
29075         Made base source class, make fakesrc extend it.
29076         Add comments to basesink class.
29077         Some filesrc cleanup.
29078
29079 2005-03-31  David Schleef  <ds@schleef.org>
29080
29081         * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
29082         Switch to using G_MODULE_BIND_LOCAL, which means plugins are now
29083         expected to link against libgstreamer.
29084         * gst/base/Makefile.am: link against libgstreamer
29085         * gst/elements/Makefile.am: same
29086
29087 2005-03-31  Andy Wingo  <wingo@pobox.com>
29088
29089         * tests/instantiate/Makefile.am:
29090         * tests/instantiate/caps.c: Add test to test speed of caps copy
29091         and free.
29092
29093         * tests/memchunk/gmemchunktest.c (main): Use alloc only on the
29094         GMemChunk to be fair.
29095
29096         * gst/gsttrashstack.h: Remove warning about using the fallback
29097         trash stack implementation, it's still faster than malloc.
29098
29099 2005-03-30  Andy Wingo  <wingo@pobox.com>
29100
29101         * tests/complexity.c: Add a copyright.
29102
29103 2005-03-31  Wim Taymans  <wim@fluendo.com>
29104
29105         * gst/base/gstbasetransform.c: (gst_base_transform_base_init),
29106         (gst_base_transform_class_init), (gst_base_transform_init),
29107         (gst_base_transform_setcaps), (gst_base_transform_handle_buffer),
29108         (gst_base_transform_get_property),
29109         (gst_base_transform_sink_activate),
29110         (gst_base_transform_src_activate),
29111         (gst_base_transform_change_state):
29112         * gst/base/gstbasetransform.h:
29113         * gst/elements/gstidentity.c: (gst_identity_class_init),
29114         (gst_identity_event), (gst_identity_check_perfect),
29115         (gst_identity_transform), (gst_identity_start),
29116         (gst_identity_stop):
29117         Added start/stop methods to transform base class so subclasses 
29118         don't need to deal with state changes even.
29119
29120 2005-03-31  Wim Taymans  <wim@fluendo.com>
29121
29122         * gst/gstevent.c: (gst_event_new_discontinuous_valist),
29123         (gst_event_new_discontinuous), (gst_event_discont_get_value):
29124         * gst/gstevent.h:
29125         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
29126         (gst_pad_pull_range):
29127         Added rate to the discont event to prepare for variable speed
29128         and reverse playback.
29129
29130 2005-03-29  David Schleef  <ds@schleef.org>
29131
29132         * configure.ac:
29133         * testsuite/trigger/Makefile.am:
29134         * testsuite/trigger/trigger.c: A little example program to show
29135         how trigger-based elements can work.
29136
29137 2005-03-29  Wim Taymans  <wim@fluendo.com>
29138
29139         * gst/base/Makefile.am:
29140         * gst/base/README:
29141         * gst/base/gstbasesink.c: (gst_basesink_get_type),
29142         (gst_basesink_base_init), (gst_basesink_class_init),
29143         (gst_basesink_pad_getcaps), (gst_basesink_init),
29144         (gst_basesink_activate), (gst_basesink_change_state):
29145         * gst/base/gstbasesink.h:
29146         * gst/base/gstbasetransform.c: (gst_base_transform_get_type),
29147         (gst_base_transform_base_init), (gst_base_transform_finalize),
29148         (gst_base_transform_class_init), (gst_base_transform_init),
29149         (gst_base_transform_proxy_getcaps), (gst_base_transform_setcaps),
29150         (gst_base_transform_event), (gst_base_transform_getrange),
29151         (gst_base_transform_chain), (gst_base_transform_handle_buffer),
29152         (gst_base_transform_set_property),
29153         (gst_base_transform_get_property),
29154         (gst_base_transform_sink_activate),
29155         (gst_base_transform_src_activate),
29156         (gst_base_transform_change_state):
29157         * gst/base/gstbasetransform.h:
29158         * gst/elements/gstidentity.c: (gst_identity_finalize),
29159         (gst_identity_class_init), (gst_identity_init),
29160         (gst_identity_event), (gst_identity_check_perfect),
29161         (gst_identity_transform), (gst_identity_set_property),
29162         (gst_identity_get_property), (gst_identity_change_state):
29163         * gst/elements/gstidentity.h:
29164         * gst/gstelement.c: (gst_element_get_state_func),
29165         (gst_element_lost_state), (gst_element_pads_activate):
29166         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
29167         (gst_pad_check_pull_range), (gst_pad_pull_range):
29168         * gst/gstpad.h:
29169         Simplify pad activation.
29170         Added function to check if pull_range can be performed.
29171         Error out when pulling inactive or flushing pads.
29172         Removed const from refcounted types as it does not make sense.
29173         Simplify pad templates in basesink
29174         Added base class for simple 1-to-1 transforms.
29175         Make identity subclass the base transform.
29176
29177 2005-03-29  Andy Wingo  <wingo@pobox.com>
29178
29179         * docs/libs/gstreamer-libs-overrides.txt: 
29180         * docs/gst/gstreamer-overrides.txt: Add these files to CVS. Now I
29181         really don't understand what's going on, but like whatever. I want
29182         green buildbot!
29183
29184         * docs/gst/Makefile.am:
29185         * docs/libs/Makefile.am: Dist the overrides files.
29186
29187         * check/Makefile.am (clean-local): Remove .libs directories.
29188
29189         * gst/elements/Makefile.am (EXTRA_DIST): Add all the attic
29190         elements to EXTRA_DIST, so po/ files are happy.
29191
29192         * po/POTFILES.in: Er, remove it here.
29193
29194         * po/POTFILES: Remove gstspider.c.
29195
29196         * configure.ac (AC_OUTPUT): Add missing testsuite makefiles.
29197
29198         * docs/libs/gstreamer-libs-docs.sgml: 
29199         * docs/libs/gstreamer-libs-sections.txt: Remove the section on
29200         bytestream.
29201
29202         * tests/complexity.c (main): Set the length of the preroll queue
29203         on the sinks to prevent a lockup.
29204
29205         * libs/gst/dataprotocol/Makefile.am: 
29206         * libs/gst/dataprotocol/dataprotocol-test.c: Remove test, it's
29207         the same as the one in check/gst-libs/gdp.c.
29208
29209         * po/, docs/gst/: Commit automatic changes to docs and po files.
29210
29211         * gst/elements/Makefile.am (libgstelements_la_LDFLAGS): Link to
29212         the versioned libgstbase.
29213
29214         * check/Makefile.am: Depend on an unversioned gst-register, seems
29215         to make autoconf happier.
29216
29217         * gst/base/Makefile.am: Make libgstbase a versioned lib.
29218
29219 2005-03-28  Wim Taymans  <wim@fluendo.com>
29220
29221         * configure.ac:
29222         * docs/design/part-gstelement.txt:
29223         * docs/design/part-negotiation.txt:
29224         * docs/design/part-preroll.txt:
29225         * docs/design/part-scheduling.txt:
29226         * docs/design/part-states.txt:
29227         * gst/Makefile.am:
29228         * gst/base/Makefile.am:
29229         * gst/base/README:
29230         * gst/base/gstbasesink.c: (gst_basesink_get_template),
29231         (gst_basesink_base_init), (gst_basesink_class_init),
29232         (gst_basesink_pad_getcaps), (gst_basesink_pad_setcaps),
29233         (gst_basesink_pad_buffer_alloc), (gst_basesink_init),
29234         (gst_basesink_set_pad_functions),
29235         (gst_basesink_set_all_pad_functions), (gst_basesink_set_clock),
29236         (gst_basesink_set_property), (gst_basesink_get_property),
29237         (gst_base_sink_get_template), (gst_base_sink_get_caps),
29238         (gst_base_sink_set_caps), (gst_base_sink_buffer_alloc),
29239         (gst_basesink_preroll_queue_push),
29240         (gst_basesink_preroll_queue_empty),
29241         (gst_basesink_preroll_queue_flush), (gst_basesink_finish_preroll),
29242         (gst_basesink_event), (gst_basesink_get_times),
29243         (gst_basesink_do_sync), (gst_basesink_handle_buffer),
29244         (gst_basesink_chain_unlocked), (gst_basesink_chain),
29245         (gst_basesink_loop), (gst_basesink_activate),
29246         (gst_basesink_change_state):
29247         * gst/base/gstbasesink.h:
29248         * gst/elements/Makefile.am:
29249         * gst/elements/gstfakesink.c: (gst_fakesink_base_init),
29250         (gst_fakesink_class_init), (gst_fakesink_init),
29251         (gst_fakesink_set_property), (gst_fakesink_get_property),
29252         (gst_fakesink_get_times), (gst_fakesink_event),
29253         (gst_fakesink_preroll), (gst_fakesink_render),
29254         (gst_fakesink_change_state):
29255         * gst/elements/gstfakesink.h:
29256         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_manager),
29257         (gst_bin_get_state), (gst_bin_change_state), (gst_bin_send_event):
29258         * gst/gstelement.c: (gst_element_add_pad),
29259         (gst_element_get_state_func), (gst_element_abort_state),
29260         (gst_element_commit_state), (gst_element_lost_state),
29261         (gst_element_set_state), (gst_element_pads_activate):
29262         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_event_default):
29263         * gst/gstpipeline.c: (gst_pipeline_send_event),
29264         (gst_pipeline_change_state):
29265         Added state change code.
29266         Added/updated docs.
29267         Added sink base class, make fakesink extend the base class.
29268         Small cleanups in GstPipeline.
29269
29270 2005-03-26  David Schleef  <ds@schleef.org>
29271
29272         * gst/Makefile.am: remove gstcpu.[ch].  The gst_cpu functionality
29273         is broken and should be implemented in a different library.
29274         * gst/gst.c: (init_post): don't call _gst_cpu_initialize()
29275         * gst/gst.h: remove gstcpu.h
29276         * gst/gstcpu.c: remove
29277         * gst/gstcpu.h: remove
29278         * gst/Makefile.am.future: Remove this file.  It's ancient.
29279
29280 2005-03-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29281
29282         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_manager),
29283         (gst_bin_send_event):
29284           Add default event/set_manager handlers. The set_manager handler
29285           takes care that the manager is distributed over kids that were
29286           already in the bin before the manager was set. The event handler
29287           is a utility virtual function that sends the event over all sinks,
29288           so that gst_element_send_event (bin, event); has the expected
29289           behaviour.
29290         * gst/gstpad.c: (gst_pad_event_default):
29291           Re-install default event handling for discontinuities, so that
29292           seeking works without requiring hacks in applications or extra
29293           code in sinks.
29294         * gst/gstpipeline.c: (gst_pipeline_class_init),
29295         (gst_pipeline_send_event):
29296           Half hack, half utility: set a pipeline to PAUSED for seek events,
29297           since that is the only way we can guarantee a/v sync. Means that
29298           you can do gst_element_seek (pipeline, method, pos); on a pipeline
29299           and it "just works".
29300
29301 2005-03-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29302
29303         * gst/gstpipeline.c: (gst_pipeline_use_clock):
29304           Lock/unlock mismatch.
29305
29306 2005-03-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29307
29308         * docs/faq/gst-uninstalled:
29309           add gst-plugins-base
29310         * docs/gst/Makefile.am:
29311           don't error out until docs are fixed
29312         * docs/gst/gstreamer.types:
29313           remove thread
29314
29315 2005-03-22  Wim Taymans  <wim@fluendo.com>
29316
29317         * check/Makefile.am:
29318         * check/gst/gstmessage.c: (START_TEST), (gst_data_suite), (main):
29319         * gst/gststructure.c: (gst_structure_set_valist),
29320         (gst_structure_copy_conditional):
29321         Activated more tests.
29322         Added message test.
29323         Added G_TYPE_POINTER to GstStructure.
29324         
29325
29326 2005-03-22  Wim Taymans  <wim@fluendo.com>
29327
29328         * docs/design/part-TODO.txt:
29329         * docs/design/part-events.txt:
29330         * docs/design/part-gstbin.txt:
29331         * docs/design/part-gstbus.txt:
29332         * docs/design/part-gstpipeline.txt:
29333         * docs/design/part-messages.txt:
29334         * gst/gstbus.c:
29335         * gst/gstmessage.c:
29336         Docs updates
29337
29338 2005-03-21  Wim Taymans  <wim@fluendo.com>
29339
29340         * gst/gstbus.c: (gst_bus_post):
29341         Fix copy-and-paste error.
29342
29343 2005-03-21  Wim Taymans  <wim@fluendo.com>
29344
29345         * check/Makefile.am:
29346         * gst/Makefile.am:
29347         * gst/elements/Makefile.am:
29348         * gst/elements/gstelements.c:
29349         * gst/elements/gstfakesink.c: (gst_fakesink_init),
29350         (gst_fakesink_event), (gst_fakesink_chain):
29351         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
29352         (gst_fakesrc_init), (gst_fakesrc_get_event_mask),
29353         (gst_fakesrc_event_handler), (gst_fakesrc_set_pad_functions),
29354         (gst_fakesrc_set_all_pad_functions), (gst_fakesrc_request_new_pad),
29355         (gst_fakesrc_set_property), (gst_fakesrc_get_property),
29356         (gst_fakesrc_get_range_unlocked), (gst_fakesrc_get_range),
29357         (gst_fakesrc_loop), (gst_fakesrc_activate),
29358         (gst_fakesrc_change_state):
29359         * gst/elements/gstfakesrc.h:
29360         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
29361         (gst_filesrc_get_read), (gst_filesrc_getrange), (gst_filesrc_get),
29362         (gst_filesrc_open_file), (gst_filesrc_loop),
29363         (gst_filesrc_activate), (gst_filesrc_change_state),
29364         (filesrc_find_peek), (filesrc_find_suggest),
29365         (gst_filesrc_type_find):
29366         * gst/elements/gstidentity.c: (gst_identity_finalize),
29367         (gst_identity_class_init), (gst_identity_init),
29368         (gst_identity_proxy_getcaps), (identity_queue_push),
29369         (identity_queue_pop), (identity_queue_flush), (gst_identity_event),
29370         (gst_identity_getrange), (gst_identity_chain),
29371         (gst_identity_sink_loop), (gst_identity_src_loop),
29372         (gst_identity_handle_buffer), (gst_identity_set_dataflow_funcs),
29373         (gst_identity_set_property), (gst_identity_get_property),
29374         (gst_identity_change_state):
29375         * gst/elements/gstidentity.h:
29376         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init),
29377         (gst_tee_update_pad_functions), (gst_tee_request_new_pad),
29378         (gst_tee_set_property), (gst_tee_get_property), (gst_tee_do_push),
29379         (gst_tee_handle_buffer), (gst_tee_chain), (gst_tee_loop),
29380         (gst_tee_sink_activate):
29381         * gst/elements/gsttee.h:
29382         * gst/gst.c: (gst_register_core_elements), (init_post):
29383         * gst/gst.h:
29384         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_bus),
29385         (gst_bin_set_scheduler), (gst_bin_add_func), (gst_bin_add),
29386         (gst_bin_remove_func), (gst_bin_remove), (gst_bin_get_state),
29387         (gst_bin_change_state):
29388         * gst/gstbin.h:
29389         * gst/gstbus.c: (gst_bus_get_type), (gst_bus_class_init),
29390         (gst_bus_init), (gst_bus_dispose), (gst_bus_set_property),
29391         (gst_bus_get_property), (gst_bus_new), (gst_bus_post),
29392         (gst_bus_have_pending), (gst_bus_pop), (gst_bus_peek),
29393         (gst_bus_set_sync_handler), (gst_bus_create_watch),
29394         (bus_watch_callback), (bus_watch_destroy),
29395         (gst_bus_add_watch_full), (gst_bus_add_watch), (poll_handler),
29396         (poll_timeout), (gst_bus_poll):
29397         * gst/gstbus.h:
29398         * gst/gstcaps.h:
29399         * gst/gstdata.h:
29400         * gst/gstelement.c: (gst_element_class_init), (gst_element_init),
29401         (gst_element_post_message), (gst_element_message_full),
29402         (gst_element_get_state_func), (gst_element_get_state),
29403         (gst_element_abort_state), (gst_element_commit_state),
29404         (gst_element_lost_state), (gst_element_set_state),
29405         (gst_element_pads_activate), (gst_element_change_state),
29406         (gst_element_dispose), (gst_element_set_manager_func),
29407         (gst_element_set_bus_func), (gst_element_set_scheduler_func),
29408         (gst_element_set_manager), (gst_element_get_manager),
29409         (gst_element_set_bus), (gst_element_get_bus),
29410         (gst_element_set_scheduler), (gst_element_get_scheduler):
29411         * gst/gstelement.h:
29412         * gst/gstevent.c: (gst_event_new_segment_seek),
29413         (gst_event_new_flush):
29414         * gst/gstevent.h:
29415         * gst/gstmessage.c: (_gst_message_initialize), (_gst_message_copy),
29416         (_gst_message_free), (gst_message_get_type), (gst_message_new),
29417         (gst_message_new_eos), (gst_message_new_error),
29418         (gst_message_new_warning), (gst_message_new_tag),
29419         (gst_message_new_state_changed), (gst_message_new_application),
29420         (gst_message_get_structure), (gst_message_parse_tag),
29421         (gst_message_parse_state_changed), (gst_message_parse_error),
29422         (gst_message_parse_warning):
29423         * gst/gstmessage.h:
29424         * gst/gstpad.c: (gst_real_pad_class_init), (gst_real_pad_init),
29425         (gst_real_pad_set_property), (gst_pad_set_active),
29426         (gst_pad_is_active), (gst_pad_set_blocked_async),
29427         (gst_pad_set_blocked), (gst_pad_is_blocked),
29428         (gst_pad_set_activate_function), (gst_pad_set_loop_function),
29429         (gst_pad_set_getrange_function), (gst_pad_set_acceptcaps_function),
29430         (gst_pad_set_fixatecaps_function), (gst_pad_set_setcaps_function),
29431         (gst_pad_unlink), (gst_pad_link_prepare_filtered),
29432         (gst_pad_link_filtered), (gst_pad_relink_filtered),
29433         (gst_real_pad_get_caps_unlocked), (gst_pad_get_caps),
29434         (gst_pad_peer_get_caps), (gst_pad_fixate_caps),
29435         (gst_pad_accept_caps), (gst_pad_peer_accept_caps),
29436         (gst_pad_set_caps), (gst_pad_configure_sink),
29437         (gst_pad_configure_src), (gst_pad_get_negotiated_caps),
29438         (gst_pad_get_filter_caps), (gst_pad_alloc_buffer),
29439         (gst_real_pad_dispose), (gst_real_pad_finalize),
29440         (handle_pad_block), (gst_pad_push), (gst_pad_pull_range),
29441         (gst_pad_event_default_dispatch), (gst_pad_event_default),
29442         (gst_pad_push_event), (gst_pad_send_event), (gst_pad_get_formats):
29443         * gst/gstpad.h:
29444         * gst/gstpipeline.c: (gst_pipeline_init), (is_eos),
29445         (pipeline_bus_handler), (gst_pipeline_change_state),
29446         (gst_pipeline_get_scheduler), (gst_pipeline_get_bus):
29447         * gst/gstpipeline.h:
29448         * gst/gstprobe.h:
29449         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_init),
29450         (gst_queue_finalize), (gst_queue_getcaps), (gst_queue_link_sink),
29451         (gst_queue_link_src), (gst_queue_bufferalloc),
29452         (gst_queue_locked_flush), (gst_queue_handle_sink_event),
29453         (gst_queue_is_empty), (gst_queue_is_filled), (gst_queue_chain),
29454         (gst_queue_loop), (gst_queue_handle_src_event),
29455         (gst_queue_handle_src_query), (gst_queue_src_activate),
29456         (gst_queue_change_state):
29457         * gst/gstqueue.h:
29458         * gst/gstscheduler.c: (gst_scheduler_init),
29459         (gst_scheduler_dispose), (gst_scheduler_create_task),
29460         (gst_scheduler_factory_create):
29461         * gst/gstscheduler.h:
29462         * gst/gststructure.c: (gst_structure_get_type),
29463         (gst_structure_copy_conditional):
29464         * gst/gststructure.h:
29465         * gst/gsttaginterface.h:
29466         * gst/gsttask.c: (gst_task_get_type), (gst_task_class_init),
29467         (gst_task_init), (gst_task_dispose), (gst_task_create),
29468         (gst_task_get_state), (gst_task_start), (gst_task_stop),
29469         (gst_task_pause):
29470         * gst/gsttask.h:
29471         * gst/gstthread.c:
29472         * gst/gstthread.h:
29473         * gst/gsttypes.h:
29474         * gst/schedulers/Makefile.am:
29475         * gst/schedulers/cothreads_compat.h:
29476         * gst/schedulers/entryscheduler.c:
29477         * gst/schedulers/faircothreads.c:
29478         * gst/schedulers/faircothreads.h:
29479         * gst/schedulers/fairscheduler.c:
29480         * gst/schedulers/gstbasicscheduler.c:
29481         * gst/schedulers/gstoptimalscheduler.c:
29482         * gst/schedulers/gthread-cothreads.h:
29483         * gst/schedulers/threadscheduler.c:
29484         (gst_thread_scheduler_task_get_type),
29485         (gst_thread_scheduler_task_class_init),
29486         (gst_thread_scheduler_task_init),
29487         (gst_thread_scheduler_task_start),
29488         (gst_thread_scheduler_task_stop),
29489         (gst_thread_scheduler_task_pause), (gst_thread_scheduler_get_type),
29490         (gst_thread_scheduler_class_init), (gst_thread_scheduler_func),
29491         (gst_thread_scheduler_init), (gst_thread_scheduler_create_task),
29492         (gst_thread_scheduler_setup), (gst_thread_scheduler_reset),
29493         (plugin_init):
29494         * libs/gst/Makefile.am:
29495         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf):
29496         * libs/gst/bytestream/filepad.c: (gst_file_pad_init),
29497         (gst_file_pad_parent_set):
29498         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_event),
29499         (gst_dp_event_from_packet):
29500         * tests/complexity.c: (main):
29501         * tests/mass_elements.c: (main):
29502         * testsuite/states/locked.c: (message_received), (main):
29503         * testsuite/states/parent.c: (main):
29504         * tools/gst-inspect.c: (print_element_flag_info),
29505         (print_implementation_info), (print_pad_info):
29506         * tools/gst-launch.c: (check_intr), (play_handler), (event_loop),
29507         (main):
29508         * tools/gst-md5sum.c: (event_loop), (main):
29509         * tools/gst-typefind.c: (main):
29510         * tools/gst-xmlinspect.c: (print_element_info):
29511         Next big merge.
29512         Added GstBus for mainloop integration.
29513         Added GstMessage for sending notifications on the bus.
29514         Added GstTask as an abstraction for pipeline entry points.
29515         Removed GstThread.
29516         Removed Schedulers.
29517         Simplified GstQueue for multithreaded core.
29518         Made _link threadsafe, removed old capsnego.
29519         Added STREAM_LOCK and PREROLL_LOCK in GstPad.
29520         Added pad blocking functions.
29521         Reworked scheduling functions in GstPad to prepare for
29522         scheduling updates soon.
29523         Moved events out of data stream.
29524         Simplified GstEvent types.
29525         Added return values to push/pull.
29526         Removed clocking from GstElement.
29527         Added prototypes for state change function for next merge.
29528         Removed iterate from bins and state change management.
29529         Fixed some elements, disabled others for now.
29530         Fixed -inspect and -launch.
29531         Added check for GstBus.
29532
29533 2005-03-10  Wim Taymans  <wim@fluendo.com>
29534
29535         * docs/design/part-MT-refcounting.txt:
29536         * docs/design/part-clocks.txt:
29537         * docs/design/part-gstelement.txt:
29538         * docs/design/part-gstobject.txt:
29539         * docs/design/part-standards.txt:
29540         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
29541         (gst_bin_remove_func), (gst_bin_remove):
29542         * gst/gstbin.h:
29543         * gst/gstbuffer.c:
29544         * gst/gstcaps.h:
29545         * testsuite/clock/clock1.c: (main):
29546         * testsuite/clock/clock2.c: (gst_clock_debug), (element_wait),
29547         (main):
29548         * testsuite/dlopen/loadgst.c: (do_test):
29549         * testsuite/refcounting/bin.c: (add_remove_test1),
29550         (add_remove_test2), (main):
29551         * testsuite/refcounting/element.c: (main):
29552         * testsuite/refcounting/element_pad.c: (main):
29553         * testsuite/refcounting/pad.c: (main):
29554         * tools/gst-launch.c: (sigint_handler_sighandler):
29555         * tools/gst-typefind.c: (main):
29556         Doc updates.
29557         Added doc about clock.
29558         removed gst_bin_iterate_recurse_up(), marked methods
29559         for removal.
29560         Fix more testsuites.
29561
29562 2005-03-09  Wim Taymans  <wim@fluendo.com>
29563
29564         * gst/gstpad.c: (gst_pad_get_direction),
29565         (_gst_pad_default_fixate_foreach), (gst_pad_collectv),
29566         (gst_pad_collect_valist):
29567         * testsuite/bins/interface.c: (main):
29568         * testsuite/caps/audioscale.c: (test_caps):
29569         * testsuite/caps/caps.c: (test1), (test2), (test3):
29570         * testsuite/caps/deserialize.c: (main):
29571         * testsuite/caps/enumcaps.c: (main):
29572         * testsuite/caps/filtercaps.c: (main):
29573         * testsuite/caps/intersect2.c: (main):
29574         * testsuite/caps/random.c: (main):
29575         * testsuite/caps/renegotiate.c: (my_fixate), (main):
29576         * testsuite/caps/sets.c: (check_caps):
29577         * testsuite/caps/simplify.c: (check_caps), (main):
29578         * testsuite/caps/subtract.c: (check_caps):
29579         Fix _pad_get_direction wrt ghostpads.
29580         Fix caps testsuite.
29581
29582 2005-03-09  Wim Taymans  <wim@fluendo.com>
29583
29584         * check/Makefile.am:
29585         * check/gst/gstbin.c: (START_TEST), (gst_bin_suite), (main):
29586         * check/gst/gstsystemclock.c: (START_TEST), (gst_clock_debug),
29587         (ok_callback), (error_callback), (gst_systemclock_suite), (main):
29588         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_index_func),
29589         (gst_bin_set_clock_func), (gst_bin_get_clock_func),
29590         (gst_bin_add_func), (gst_bin_add), (gst_bin_remove_func),
29591         (gst_bin_remove), (gst_bin_iterate_recurse_up),
29592         (bin_element_is_sink), (gst_bin_iterate_sinks),
29593         (gst_bin_iterate_all_by_interface):
29594         * gst/gstbin.h:
29595         * gst/gstelement.c: (gst_element_init), (gst_element_error_full),
29596         (gst_element_change_state), (gst_element_dispose),
29597         (gst_element_finalize), (gst_element_set_loop_function):
29598         * gst/gstelement.h:
29599         * gst/gstiterator.c: (find_custom_fold_func):
29600         * gst/gstpad.c: (_gst_pad_default_fixate_foreach),
29601         (gst_pad_collectv), (gst_pad_collect_valist),
29602         (gst_pad_template_new):
29603         * gst/gstpipeline.c: (gst_pipeline_class_init),
29604         (gst_pipeline_dispose), (gst_pipeline_set_property),
29605         (gst_pipeline_get_property), (gst_pipeline_get_clock_func),
29606         (gst_pipeline_get_clock), (gst_pipeline_use_clock),
29607         (gst_pipeline_set_clock), (gst_pipeline_auto_clock):
29608         * gst/gstutils.h:
29609         * gst/schedulers/entryscheduler.c:
29610         * gst/schedulers/gstbasicscheduler.c:
29611         (gst_basic_scheduler_cothreaded_chain),
29612         (gst_basic_scheduler_chain_add_element):
29613         * testsuite/bins/interface.c: (main):
29614         Added GstBin test.
29615         Added GstSystemClock test.
29616         Implemented clock distribution code in GstBin.
29617         Implemented iterate sinks method for future use.
29618         Rearranged gstelement.h
29619         Fix GstIterator comparison bug.
29620         Moved some code to GstPipeline, mostly clocking related.
29621
29622 2005-03-09  Wim Taymans  <wim@fluendo.com>
29623
29624         * configure.ac:
29625         * gst/gst_private.h:
29626         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
29627         (gst_bin_remove_func), (gst_bin_remove),
29628         (gst_bin_get_by_name_recurse_up):
29629         * gst/gstclock.c: (gst_clock_id_ref), (gst_clock_id_unref),
29630         (gst_clock_id_compare_func), (gst_clock_id_wait),
29631         (gst_clock_id_wait_async), (gst_clock_init),
29632         (gst_clock_adjust_unlocked), (gst_clock_get_time):
29633         * gst/gstelement.h:
29634         * gst/gstinfo.c: (_gst_debug_init):
29635         * gst/gstobject.h:
29636         * gst/gstpad.c: (_gst_pad_default_fixate_foreach),
29637         (gst_pad_collectv), (gst_pad_collect_valist), (gst_pad_query):
29638         * gst/gstpad.h:
29639         Bump version number, we're now 0.9.0
29640         Add future debugging category.
29641         Fix NULL _unref() in _get_by_name_recurse_up
29642         Rearrange gstpad.h.
29643         Update some docs.
29644
29645 2005-03-08  Wim Taymans  <wim@fluendo.com>
29646
29647         * gst/elements/gstaggregator.c: (gst_aggregator_class_init):
29648         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
29649         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
29650         * gst/elements/gstfdsink.c: (gst_fdsink_class_init):
29651         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init):
29652         * gst/elements/gstfilesink.c: (gst_filesink_class_init):
29653         * gst/elements/gstfilesrc.c: (gst_filesrc_class_init):
29654         * gst/elements/gstidentity.c: (gst_identity_class_init):
29655         * gst/elements/gstmd5sink.c: (gst_md5sink_class_init):
29656         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
29657         * gst/elements/gstshaper.c: (gst_shaper_class_init):
29658         * gst/elements/gststatistics.c: (gst_statistics_class_init):
29659         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_getcaps),
29660         (gst_tee_link):
29661         * gst/gstelement.c: (gst_element_class_init),
29662         (gst_element_base_class_init), (gst_element_init),
29663         (gst_element_get_random_pad), (gst_element_wait_state_change),
29664         (gst_element_change_state), (gst_element_dispose),
29665         (gst_element_finalize), (gst_element_set_loop_function):
29666         * gst/gstelement.h:
29667         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_link_src):
29668         * gst/gstthread.c: (gst_thread_class_init),
29669         (gst_thread_release_children_locks), (gst_thread_change_state):
29670         * gst/schedulers/gstbasicscheduler.c:
29671         (gst_basic_scheduler_loopfunc_wrapper),
29672         (gst_basic_scheduler_chain_wrapper),
29673         (gst_basic_scheduler_src_wrapper),
29674         (gst_basic_scheduler_remove_element):
29675         * gst/schedulers/gstoptimalscheduler.c: (schedule_group):
29676         Remove threadsafe properties. Fix elements because GObject
29677         complains when installing a property before declaring a
29678         set/get_property handler.
29679         Rearrange gstelement.h file, use STATE macros for state locks.
29680         Free mutexes in the finalize method instead of dispose.
29681
29682 2005-03-08  Wim Taymans  <wim@fluendo.com>
29683
29684         * check/gst/gstobject.c: (START_TEST), (gst_object_suite):
29685         * gst/gstthread.c: (gst_thread_release_children_locks):
29686         Added parentage check.
29687         Fix build og GstThread again.
29688
29689 2005-03-08  Wim Taymans  <wim@fluendo.com>
29690
29691         * docs/design/part-MT-refcounting.txt:
29692         * docs/design/part-conventions.txt:
29693         * docs/design/part-gstobject.txt:
29694         * docs/design/part-relations.txt:
29695         * docs/design/part-standards.txt:
29696         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
29697         (gst_bin_remove_func), (gst_bin_remove), (gst_bin_iterate_recurse),
29698         (gst_bin_get_by_name), (gst_bin_get_by_interface),
29699         (gst_bin_iterate_all_by_interface):
29700         * gst/gstbuffer.h:
29701         * gst/gstclock.h:
29702         * gst/gstelement.c: (gst_element_class_init),
29703         (gst_element_change_state), (gst_element_set_loop_function):
29704         * gst/gstelement.h:
29705         * gst/gstiterator.c:
29706         * gst/gstobject.c: (gst_object_class_init), (gst_object_ref),
29707         (gst_object_unref), (gst_object_sink), (gst_object_dispose),
29708         (gst_object_dispatch_properties_changed), (gst_object_set_name),
29709         (gst_object_set_parent), (gst_object_unparent),
29710         (gst_object_check_uniqueness):
29711         * gst/gstobject.h:
29712         Docs updates, clean up some headers.
29713
29714 2005-03-07  Wim Taymans  <wim@fluendo.com>
29715
29716         * check/.cvsignore:
29717         * check/Makefile.am:
29718         * check/gst-libs/.cvsignore:
29719         * check/gst-libs/gdp.c: (START_TEST), (gst_object_suite), (main):
29720         * check/gst/.cvsignore:
29721         * check/gst/gstbus.c: (pound_bus_with_messages), (pull_messages),
29722         (START_TEST), (gstbus_suite), (main):
29723         * check/gst/gstcaps.c: (START_TEST), (gst_caps_suite), (main):
29724         * check/gst/gstdata.c: (START_TEST), (thread_ref), (thread_unref),
29725         (gst_data_suite), (main):
29726         * check/gst/gstiterator.c: (make_list_of_ints), (START_TEST),
29727         (add_fold_func), (gstiterator_suite), (main):
29728         * check/gst/gstobject.c: (gst_fake_object_get_type), (START_TEST),
29729         (thread_name_object), (thread_name_object_default),
29730         (gst_object_name_compare), (gst_object_suite), (main):
29731         * check/gst/gstpad.c: (START_TEST), (thread_link_unlink),
29732         (gst_pad_suite), (main):
29733         * check/gstcheck.c: (gst_check_log_message_func),
29734         (gst_check_log_critical_func), (gst_check_init):
29735         * check/gstcheck.h:
29736         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
29737         (run_pipeline), (START_TEST), (simple_launch_lines_suite), (main):
29738         Added checks.
29739
29740 2005-03-07  Wim Taymans  <wim@fluendo.com>
29741
29742         * gst/gstiterator.c: (gst_iterator_init), (gst_iterator_new),
29743         (gst_list_iterator_next), (gst_list_iterator_resync),
29744         (gst_list_iterator_free), (gst_iterator_new_list),
29745         (gst_iterator_pop), (gst_iterator_next), (gst_iterator_resync),
29746         (gst_iterator_free), (gst_iterator_push), (filter_next),
29747         (filter_resync), (filter_uninit), (filter_free),
29748         (gst_iterator_filter), (gst_iterator_fold), (foreach_fold_func),
29749         (gst_iterator_foreach), (find_custom_fold_func),
29750         (gst_iterator_find_custom):
29751         * gst/gstiterator.h:
29752         Added missing files.
29753
29754 2005-03-07  Wim Taymans  <wim@fluendo.com>
29755
29756         * Makefile.am:
29757         * configure.ac:
29758         * docs/design/part-MT-refcounting.txt:
29759         * docs/design/part-conventions.txt:
29760         * docs/design/part-gstobject.txt:
29761         * docs/design/part-relations.txt:
29762         * examples/mixer/mixer.c: (main):
29763         * examples/thread/thread.c: (eos), (main):
29764         * gst/Makefile.am:
29765         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
29766         * gst/autoplug/gstspider.c: (gst_spider_identity_plug),
29767         (gst_spider_plug_from_srcpad):
29768         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps),
29769         (gst_spider_identity_change_state),
29770         (gst_spider_identity_sink_loop_type_finding):
29771         * gst/elements/gstfakesrc.c: (gst_fakesrc_loop):
29772         * gst/elements/gstidentity.c: (gst_identity_init):
29773         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_getcaps),
29774         (gst_tee_link), (gst_tee_request_new_pad), (gst_tee_chain):
29775         * gst/elements/gsttypefindelement.c: (free_entry):
29776         * gst/gst.c:
29777         * gst/gst.h:
29778         * gst/gstbin.c: (gst_bin_init), (gst_bin_get_clock_func),
29779         (gst_bin_set_clock_func), (gst_bin_auto_clock),
29780         (gst_bin_set_index), (gst_bin_set_element_sched),
29781         (gst_bin_unset_element_sched), (gst_bin_add_func), (gst_bin_add),
29782         (gst_bin_remove_func), (gst_bin_remove), (iterate_child),
29783         (gst_bin_iterate_elements), (iterate_child_recurse),
29784         (gst_bin_iterate_recurse), (gst_bin_dispose), (compare_name),
29785         (gst_bin_get_by_name), (gst_bin_get_by_name_recurse_up),
29786         (compare_interface), (gst_bin_get_by_interface),
29787         (gst_bin_iterate_all_by_interface), (gst_bin_iterate_func):
29788         * gst/gstbin.h:
29789         * gst/gstbuffer.c: (gst_buffer_get_type), (_gst_buffer_sub_free),
29790         (gst_buffer_default_free), (gst_buffer_default_copy),
29791         (gst_buffer_new), (gst_buffer_get_caps), (gst_buffer_set_caps),
29792         (gst_buffer_create_sub):
29793         * gst/gstbuffer.h:
29794         * gst/gstcaps.c: (gst_caps_get_type), (gst_caps_new_empty),
29795         (_gst_caps_free), (gst_caps_make_writable), (gst_caps_ref),
29796         (gst_caps_unref), (gst_static_caps_get),
29797         (gst_caps_remove_and_get_structure), (gst_caps_append),
29798         (gst_caps_append_structure), (gst_caps_remove_structure),
29799         (gst_caps_copy_nth), (gst_caps_set_simple),
29800         (gst_caps_set_simple_valist), (gst_caps_is_fixed_foreach),
29801         (gst_structure_is_equal_foreach), (gst_caps_is_subset),
29802         (gst_caps_structure_intersect_field), (gst_caps_intersect),
29803         (gst_caps_structure_subtract_field), (gst_caps_subtract),
29804         (gst_caps_normalize_foreach), (gst_caps_compare_structures),
29805         (gst_caps_structure_figure_out_union),
29806         (gst_caps_switch_structures), (gst_caps_do_simplify),
29807         (gst_caps_replace), (gst_caps_from_string),
29808         (gst_caps_copy_conditional):
29809         * gst/gstcaps.h:
29810         * gst/gstclock.c: (gst_clock_entry_new), (gst_clock_id_ref),
29811         (_gst_clock_id_free), (gst_clock_id_unref),
29812         (gst_clock_id_compare_func), (gst_clock_id_wait),
29813         (gst_clock_id_wait_async), (gst_clock_class_init),
29814         (gst_clock_init), (gst_clock_dispose), (gst_clock_adjust_unlocked),
29815         (gst_clock_get_time), (gst_clock_set_time_adjust),
29816         (gst_clock_set_property), (gst_clock_get_property):
29817         * gst/gstclock.h:
29818         * gst/gstcompat.h:
29819         * gst/gstcpu.c: (_gst_cpu_initialize_i386), (gst_cpu_get_flags):
29820         * gst/gstdata.c: (gst_data_is_writable), (gst_data_copy_on_write):
29821         * gst/gstdata.h:
29822         * gst/gstelement.c: (gst_element_class_init), (gst_element_init),
29823         (gst_element_requires_clock), (gst_element_provides_clock),
29824         (gst_element_set_clock), (gst_element_clock_wait),
29825         (gst_element_wait), (gst_element_set_time_delay),
29826         (gst_element_is_indexable), (gst_element_add_pad),
29827         (gst_element_add_ghost_pad), (gst_element_remove_pad),
29828         (pad_compare_name), (gst_element_get_static_pad),
29829         (gst_element_request_pad), (gst_element_get_request_pad),
29830         (gst_element_get_pad), (iterate_pad), (gst_element_iterate_pads),
29831         (gst_element_class_get_pad_template_list),
29832         (gst_element_class_get_pad_template), (gst_element_error_func),
29833         (gst_element_get_random_pad), (gst_element_get_event_masks),
29834         (gst_element_send_event), (gst_element_seek),
29835         (gst_element_get_query_types), (gst_element_query),
29836         (gst_element_get_formats), (gst_element_convert),
29837         (gst_element_is_locked_state), (gst_element_set_locked_state),
29838         (gst_element_sync_state_with_parent), (gst_element_change_state),
29839         (gst_element_finalize), (gst_element_yield),
29840         (gst_element_interrupt), (gst_element_set_scheduler),
29841         (gst_element_get_scheduler), (gst_element_set_loop_function):
29842         * gst/gstelement.h:
29843         * gst/gstevent.h:
29844         * gst/gstformat.c: (_gst_format_initialize), (gst_format_register),
29845         (gst_format_get_by_nick), (gst_format_get_details),
29846         (gst_format_iterate_definitions):
29847         * gst/gstformat.h:
29848         * gst/gstindex.c: (gst_index_gtype_resolver):
29849         * gst/gstinfo.c:
29850         * gst/gstinfo.h:
29851         * gst/gstmemchunk.c: (gst_mem_chunk_alloc), (gst_mem_chunk_alloc0),
29852         (gst_mem_chunk_free):
29853         * gst/gstobject.c: (gst_object_class_init), (gst_object_init),
29854         (gst_object_ref), (gst_object_unref), (gst_object_sink),
29855         (gst_object_replace), (gst_object_dispose), (gst_object_finalize),
29856         (gst_object_dispatch_properties_changed),
29857         (gst_object_set_name_default), (gst_object_set_name),
29858         (gst_object_get_name), (gst_object_set_name_prefix),
29859         (gst_object_get_name_prefix), (gst_object_set_parent),
29860         (gst_object_get_parent), (gst_object_unparent),
29861         (gst_object_check_uniqueness), (gst_object_save_thyself),
29862         (gst_object_restore_thyself), (gst_object_real_restore_thyself),
29863         (gst_object_set_property), (gst_object_get_property),
29864         (gst_object_get_path_string):
29865         * gst/gstobject.h:
29866         * gst/gstpad.c: (gst_pad_dispose), (gst_real_pad_class_init),
29867         (gst_real_pad_init), (gst_real_pad_get_property),
29868         (gst_pad_custom_new), (gst_pad_get_direction),
29869         (gst_pad_set_active), (gst_pad_is_active),
29870         (gst_pad_set_event_function), (gst_pad_is_linked),
29871         (gst_pad_link_free), (gst_pad_link_intersect),
29872         (gst_pad_link_fixate), (gst_pad_set_caps),
29873         (gst_pad_try_set_caps_nonfixed), (gst_pad_set_pad_template),
29874         (gst_pad_get_real_parent), (gst_pad_add_ghost_pad),
29875         (gst_pad_remove_ghost_pad), (_gst_pad_default_fixate_foreach),
29876         (gst_pad_link_unnegotiate), (gst_pad_proxy_fixate),
29877         (gst_pad_get_caps), (gst_pad_peer_get_caps),
29878         (gst_pad_get_pad_template_caps), (gst_pad_get_peer),
29879         (gst_pad_realize), (gst_pad_get_allowed_caps),
29880         (gst_real_pad_dispose), (gst_real_pad_finalize),
29881         (gst_pad_collectv), (gst_pad_collect_valist),
29882         (gst_pad_template_dispose), (gst_pad_template_new),
29883         (gst_pad_get_internal_links):
29884         * gst/gstpad.h:
29885         * gst/gstpipeline.c: (gst_pipeline_dispose),
29886         (gst_pipeline_change_state):
29887         * gst/gstpipeline.h:
29888         * gst/gstplugin.c:
29889         * gst/gstpluginfeature.c: (gst_plugin_feature_get_name),
29890         (gst_plugin_feature_set_rank), (gst_plugin_feature_get_rank):
29891         * gst/gstpluginfeature.h:
29892         * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
29893         * gst/gstquery.c: (_gst_query_type_initialize),
29894         (gst_query_type_register), (gst_query_type_get_by_nick),
29895         (gst_query_type_get_details), (gst_query_type_iterate_definitions):
29896         * gst/gstquery.h:
29897         * gst/gstqueue.c: (gst_queue_link_sink), (gst_queue_link_src):
29898         * gst/gstscheduler.c: (gst_scheduler_add_element),
29899         (gst_scheduler_factory_create):
29900         * gst/gststructure.c: (gst_structure_set_parent_refcount),
29901         (gst_structure_free), (gst_structure_set_name),
29902         (gst_structure_id_set_value), (gst_structure_set_value),
29903         (gst_structure_set_valist), (gst_structure_remove_field),
29904         (gst_structure_remove_fields),
29905         (gst_structure_remove_fields_valist),
29906         (gst_structure_remove_all_fields), (gst_structure_foreach),
29907         (gst_structure_map_in_place),
29908         (gst_caps_structure_fixate_field_nearest_int),
29909         (gst_caps_structure_fixate_field_nearest_double):
29910         * gst/gststructure.h:
29911         * gst/gstsystemclock.c: (gst_system_clock_class_init),
29912         (gst_system_clock_init), (gst_system_clock_dispose),
29913         (gst_system_clock_async_thread),
29914         (gst_system_clock_id_wait_unlocked), (gst_system_clock_id_wait),
29915         (gst_system_clock_id_wait_async), (gst_system_clock_id_unschedule):
29916         * gst/gstsystemclock.h:
29917         * gst/gsttag.c: (gst_tag_list_add_value_internal),
29918         (gst_tag_list_copy_foreach), (structure_foreach_wrapper):
29919         * gst/gsttaginterface.c:
29920         * gst/gstthread.c: (gst_thread_dispose),
29921         (gst_thread_release_children_locks), (gst_thread_change_state),
29922         (gst_thread_main_loop):
29923         * gst/gsttrashstack.h:
29924         * gst/gsttypefind.c: (gst_type_find_factory_dispose):
29925         * gst/gsttypes.h:
29926         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
29927         (gst_element_request_pad), (gst_element_get_pad_from_template),
29928         (gst_element_request_compatible_pad),
29929         (gst_element_get_compatible_pad_filtered),
29930         (gst_element_get_compatible_pad), (gst_element_state_get_name),
29931         (gst_element_link_pads_filtered), (gst_element_link_filtered),
29932         (gst_element_link_many), (gst_element_link),
29933         (gst_element_link_pads), (gst_element_unlink_pads),
29934         (gst_element_unlink_many), (gst_element_unlink),
29935         (gst_pad_can_link_filtered), (gst_pad_can_link),
29936         (gst_pad_use_fixed_caps), (gst_pad_get_fixed_caps_func),
29937         (gst_object_default_error), (gst_bin_add_many),
29938         (gst_bin_remove_many), (gst_element_populate_std_props),
29939         (gst_element_class_install_std_props), (gst_buffer_merge),
29940         (gst_buffer_stamp), (intersect_caps_func), (gst_pad_proxy_getcaps),
29941         (link_fold_func), (gst_pad_proxy_setcaps):
29942         * gst/gstutils.h:
29943         * gst/gstvalue.c: (gst_value_deserialize_string):
29944         * gst/parse/grammar.y:
29945         * gst/schedulers/gstbasicscheduler.c:
29946         (gst_basic_scheduler_cothreaded_chain),
29947         (gst_basic_scheduler_chain_recursive_add),
29948         (gst_basic_scheduler_pad_link):
29949         * gst/schedulers/gstoptimalscheduler.c:
29950         (get_group_schedule_function),
29951         (gst_opt_scheduler_state_transition),
29952         (gst_opt_scheduler_add_element), (element_get_reachables_func):
29953         * libs/gst/bytestream/bytestream.c:
29954         * libs/gst/dataprotocol/dataprotocol.c:
29955         (gst_dp_header_from_buffer):
29956         * po/nb.po:
29957         * po/ru.po:
29958         * tests/threadstate/threadstate2.c: (eos):
29959         * tools/gst-compprep.c: (main):
29960         * tools/gst-inspect.c: (print_field), (print_element_flag_info),
29961         (print_pad_info), (print_children_info):
29962         * tools/gst-launch.c: (idle_func), (main):
29963         * tools/gst-md5sum.c: (idle_func), (main):
29964         * tools/gst-xmlinspect.c: (print_element_info):
29965         First THREADED backport attempt, focusing on adding locks and
29966         making sure the API is threadsafe. Needs more work. More docs
29967         follow this week.
29968
29969 2005-02-24  Andy Wingo  <wingo@pobox.com>
29970
29971         * tests/bench-complexity.scm:
29972         * tests/complexity.gnuplot: New files, good for running complexity
29973         benchmarks.
29974
29975         * tests/Makefile.am:
29976         * tests/complexity.c: New test, sets up N elements, at each level
29977         teeing into M streams per element. Eeeenteresting.
29978
29979         * tests/mass_elements.gnuplot: gnuplot file for the mass_elements
29980         benchmark. Run as gnuplot mass_elements.gnuplot > foo.ps, after
29981         running bench-mass_elements.scm.
29982
29983         * tests/bench-mass_elements.scm: New script, runs mass_elements
29984         for various numbers of identities, outputting the results to a
29985         file. Requires guile 1.6. Just for testing.
29986
29987 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29988
29989         * gst/schedulers/fairscheduler.c:
29990           compile with debug disabled
29991
29992 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29993
29994         * configure.ac:
29995           hunting season on 0.9 is now OPEN