gst/base/gstbasesink.c: Add comment.
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-09-03  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * gst/base/gstbasesink.c: (gst_base_sink_pad_buffer_alloc):
4           Add comment.
5           
6         * gst/elements/gstfakesink.c: (gst_fake_sink_init),
7         (gst_fake_sink_change_state):
8           Make state change function thread-safe.
9           
10         * gst/gstpad.c: (gst_pad_alloc_buffer):
11           Set offset on generic buffer allocated by fallback.
12
13 2005-09-03  Stefan Kost  <ensonic@users.sf.net>
14
15         * docs/gst/gstreamer-sections.txt:
16         * docs/gst/tmpl/gstelement.sgml:
17         * gst/gstpad.c:
18         * libs/gst/controller/gst-controller.c:
19         (gst_controlled_property_set_interpolation_mode),
20         (gst_controlled_property_new),
21         (gst_controller_find_controlled_property):
22          run the wingo-magic script against the docs
23
24 2005-09-02  Stefan Kost  <ensonic@users.sf.net>
25
26         * docs/gst/gstreamer-docs.sgml:
27         * docs/gst/gstreamer-sections.txt:
28         * docs/gst/tmpl/.cvsignore:
29         * docs/gst/tmpl/gstelementdetails.sgml:
30         * docs/gst/tmpl/gstelementfactory.sgml:
31         * gst/gst.c:
32         * gst/gstbus.c:
33         * gst/gstelementfactory.c:
34         * gst/gstelementfactory.h:
35           merged elementdetails docs into elementfactory docs
36           inlined both
37
38 2005-09-02  Andy Wingo  <wingo@pobox.com>
39
40         * gst/gstelement.h: Add magical pixie dust to make glib-mkenums
41         consider this enum an enum and not a flags.
42
43 2005-09-02  Stefan Kost  <ensonic@users.sf.net>
44
45         * docs/gst/gstreamer-docs.sgml:
46         * docs/gst/tmpl/.cvsignore:
47         * docs/gst/tmpl/gstghostpad.sgml:
48         * docs/gst/tmpl/gstiterator.sgml:
49         * docs/gst/tmpl/gstmacros.sgml:
50         * docs/gst/tmpl/gstrealpad.sgml:
51         * docs/gst/tmpl/gstregistry.sgml:
52         * docs/gst/tmpl/gstregistrypool.sgml:
53         * docs/gst/tmpl/gststructure.sgml:
54         * docs/gst/tmpl/gstsystemclock.sgml:
55         * docs/gst/tmpl/gsttrace.sgml:
56         * gst/gstghostpad.c:
57         * gst/gstmacros.h:
58         * gst/gstmemchunk.c:
59         * gst/gstmemchunk.h:
60         * gst/gstqueue.c:
61         * gst/gstregistry.c:
62         * gst/gstregistrypool.c:
63         * gst/gststructure.c:
64         * gst/gstsystemclock.c:
65           more docs inlined
66
67 2005-09-02  Andy Wingo  <wingo@pobox.com>
68
69         * gst/gstelement.h (GstState): Renamed from GstElementState,
70         changed to be a normal enum instead of flags.
71         (GstStateChangeReturn): Renamed from GstElementStateReturn, names
72         munged to be GST_STATE_CHANGE_*.
73         (GST_STATE_CHANGE): Renamed from GST_STATE_TRANSITION, updated to
74         work with the new state representation.
75         (GstStateChange): New enumeration of possible state transitions.
76         Replaces GST_STATE_FOO_TO_BAR with GST_STATE_CHANGE_FOO_TO_BAR.
77         (GstElementClass::change_state): Pass the GstStateChange along as
78         an argument. Helps language bindings, so they don't have to use
79         tricky lock-needing macros like GST_STATE_CHANGE ().
80
81         * scripts/update-states (file): New script. Run it on a file to
82         update it for state naming and API changes. Updates files in
83         place.
84
85         * All files updated for the new API.
86
87 2005-09-02  Thomas Vander Stichele  <thomas at apestaart dot org>
88
89         * gst/gsttrace.c: (gst_trace_flush), (gst_trace_text_flush):
90         * gst/gstutils.c: (gst_util_set_value_from_string),
91         (gst_util_set_object_arg):
92           fix a bunch of unchecked return values
93         * tools/gst-complete.c: (main):
94         * gstreamer.spec.in:
95           clean up a little
96
97 2005-09-01  Wim Taymans  <wim@fluendo.com>
98
99         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
100         (gst_base_sink_event), (gst_base_sink_do_sync),
101         (gst_base_sink_handle_event):
102         * gst/base/gstbasesink.h:
103         Handle newsegments more correctly.
104
105         * gst/gstbus.c:
106         Fix docs.
107
108         * gst/gstevent.c: (gst_event_new_newsegment):
109         A newsegment cannot have a start_time of -1
110
111 2005-09-01  Tim-Philipp Müller  <tim at centricular dot net>
112
113         * win32/gstenumtypes.c:
114         * win32/gstenumtypes.h:
115           Update
116
117 2005-08-31  Stefan Kost  <ensonic@users.sf.net>
118
119         * libs/gst/controller/gst-controller.c:
120         (gst_controlled_property_set_interpolation_mode),
121         (gst_controlled_property_new):
122          fixed boolean again
123
124 2005-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
125
126         * docs/faq/gst-uninstalled:
127           add -good
128         * gst/gstevent.c:
129         * gst/gstevent.h:
130           remove wrong docs
131         * gst/gstutils.c: (gst_element_link_filtered):
132         * gst/gstutils.h:
133           add gst_element_link_filtered
134
135 2005-08-31  Stefan Kost  <ensonic@users.sf.net>
136
137         * docs/gst/gstreamer-docs.sgml:
138         * docs/gst/gstreamer-sections.txt:
139         * docs/gst/tmpl/.cvsignore:
140         * docs/gst/tmpl/gsterror.sgml:
141         * docs/gst/tmpl/gstfilter.sgml:
142         * docs/gst/tmpl/gsturihandler.sgml:
143         * docs/gst/tmpl/gsturitype.sgml:
144         * docs/gst/tmpl/gstutils.sgml:
145         * docs/gst/tmpl/gstxml.sgml:
146         * gst/gsterror.c:
147         * gst/gsterror.h:
148         * gst/gstfilter.c:
149         * gst/gsturi.c:
150         * gst/gsturitype.c:
151         * gst/gstutils.c:
152         * gst/gstxml.c:
153           inlined more docs, fixed double id-ref
154
155 2005-08-31  Wim Taymans  <wim@fluendo.com>
156
157         * gst/base/gstbasetransform.c: (gst_base_transform_setcaps),
158         (gst_base_transform_handle_buffer):
159         Passthrough elements don't need the caps as they don't care.
160
161 2005-08-31  Wim Taymans  <wim@fluendo.com>
162
163         * gst/base/gstbasetransform.c: (gst_base_transform_setcaps),
164         (gst_base_transform_handle_buffer), (gst_base_transform_chain):
165         Don't leak refcounts on buffers.
166
167 2005-08-31  Wim Taymans  <wim@fluendo.com>
168
169         * gst/base/gstbasetransform.c: (gst_base_transform_configure_caps),
170         (gst_base_transform_setcaps), (gst_base_transform_handle_buffer),
171         (gst_base_transform_chain), (gst_base_transform_change_state):
172         * gst/base/gstbasetransform.h:
173         Handle the case where we are not negotiated more gracefully.
174
175 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
176
177         * gst/elements/gstfilesrc.c: (gst_mmap_buffer_init),
178         (gst_file_src_map_region):
179           Set READONLY flag on mmap'ed buffers, otherwise
180           gst_buffer_make_writable() won't work properly (#314708).
181
182 2005-08-31  Wim Taymans  <wim@fluendo.com>
183
184         * gst/base/gstbasetransform.c: (gst_base_transform_handle_buffer):
185         passthrough elements can even do inplace on non writable
186         buffers (as they don't touch them).
187
188 2005-08-31  Stefan Kost  <ensonic@users.sf.net>
189
190         * check/gst-libs/controller.c: (gst_test_mono_source_get_property),
191         (gst_test_mono_source_set_property),
192         (gst_test_mono_source_class_init), (GST_START_TEST),
193         (gst_controller_suite):
194           more tests (hehe I have the most)
195         * gst/gstbus.c:
196           describe popping messages whenusing mulltiple sources
197         * libs/gst/controller/gst-controller.c:
198         (gst_controlled_property_set_interpolation_mode),
199         (gst_controlled_property_new):
200         * libs/gst/controller/gst-controller.h:
201         * libs/gst/controller/gst-interpolation.c:
202           implement boolean properties
203
204 2005-08-31  Wim Taymans  <wim@fluendo.com>
205
206         * gst/gstminiobject.c: (gst_mini_object_ref):
207         Cannot assert that the refcount has to be positive
208         since a disposed object can be resurected.
209
210 2005-08-31  Wim Taymans  <wim@fluendo.com>
211
212         * gst/gstpad.c: (gst_pad_init):
213         Revert change, need to first fix badly behaving 
214         apps.
215
216 2005-08-30  Wim Taymans  <wim@fluendo.com>
217
218         * check/elements/fakesrc.c: (setup_fakesrc):
219         * check/elements/identity.c: (setup_identity):
220         Activate pads before using them.
221
222 2005-08-30  Wim Taymans  <wim@fluendo.com>
223
224         * gst/base/gstadapter.c: (gst_adapter_flush):
225         Flushing out 0 bytes is ok for this function.
226
227         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
228         no newsegment gives a warning and sets the start/stop to 
229         invalid.
230
231         * gst/base/gstbasetransform.c: (gst_base_transform_change_state),
232         (gst_base_transform_set_passthrough):
233         Some debug info.
234
235         * gst/gstminiobject.c: (gst_mini_object_ref):
236         Check refcount here too.
237
238         * gst/gstpad.c: (gst_pad_init):
239         Pads are initially flushing and refusing data.
240
241         * gst/gstutils.c: (gst_element_link_pads_filtered):
242         When adding a capsfilter element make sure it has the
243         same state as the parent bin.
244
245 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
246
247         * docs/gst/tmpl/.cvsignore:
248         * docs/gst/tmpl/gstformat.sgml:
249         * docs/gst/tmpl/gstversion.sgml:
250         * gst/gstbus.h:
251         * gst/gstformat.c:
252         * gst/gstformat.h:
253         * gst/gstversion.h.in:
254           more docs and two more inlined
255
256 2005-08-30  Wim Taymans  <wim@fluendo.com>
257
258         * gst/elements/gstfilesink.c: (gst_file_sink_class_init):
259         Don't sync to clock.
260
261 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
262
263         * docs/gst/gstreamer-sections.txt:
264           ultral33t func10ns deserve to appear in the docs actualy
265         * docs/gst/tmpl/.cvsignore:
266         * docs/gst/tmpl/gstcompat.sgml:
267         * docs/gst/tmpl/gstconfig.sgml:
268         * gst/check/gstcheck.c:
269         * gst/gstcompat.h:
270         * gst/gstconfig.h.in:
271           inlined more docs
272
273 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
274
275         * docs/gst/tmpl/.cvsignore:
276         * docs/gst/tmpl/gstquery.sgml:
277         * docs/gst/tmpl/gstutils.sgml:
278         * gst/gstquery.c:
279         * gst/gstquery.h:
280           inlined and extended docs
281
282 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
283
284         * check/gst-libs/controller.c: (GST_START_TEST),
285         (gst_controller_suite):
286           more tests
287         * docs/gst/tmpl/gstutils.sgml:
288         * docs/libs/gstreamer-libs-sections.txt:
289         * docs/libs/tmpl/gstdataprotocol.sgml:
290           include path fixes
291         * examples/controller/audio-example.c: (main):
292           controller example works now
293         * gst/gstclock.h:
294           doc fixes
295         * tools/gst-inspect.c: (print_element_properties_info):
296           show param spec flags
297
298 2005-08-29  Andy Wingo  <wingo@pobox.com>
299
300         * gst/gstutils.c (gst_util_uint64_scale): New 3733t funct10n.
301
302 2005-08-28  Andy Wingo  <wingo@pobox.com>
303
304         * gst/gstutils.h (GST_BOILERPLATE_FULL): Prototype instance_init
305         as having two arguments instead of just one. Allows superclasses
306         to access information on subclasses -- see the terrible for() loop
307         in gtype.c:g_type_create_instance for the reason why. All callers
308         changed.
309
310 2005-08-27  Stefan Kost  <ensonic@users.sf.net>
311
312         * docs/design/part-messages.txt:
313           update info
314         * docs/gst/tmpl/.cvsignore:
315         * docs/gst/tmpl/gstcaps.sgml:
316         * docs/gst/tmpl/gstclock.sgml:
317         * gst/gstbus.c:
318         * gst/gstcaps.c:
319         * gst/gstcaps.h:
320         * gst/gstclock.c:
321         * gst/gstclock.h:
322         * gst/gstmessage.c:
323           added descriptions for bus and message
324           inline caps and clock docs
325
326 2005-08-27  Stefan Kost  <ensonic@users.sf.net>
327
328         * gst/gstmessage.c:
329         * gst/gstmessage.h:
330           doc fixes
331
332 2005-08-27  Stefan Kost  <ensonic@users.sf.net>
333
334         * gst/base/gstbasetransform.c: (gst_base_transform_transform_size):
335           fix div-by-zero
336
337 2005-08-26  Andy Wingo  <wingo@pobox.com>
338
339         * check/pipelines/simple_launch_lines.c (run_pipeline): Check
340         element_set_state's return val.
341         (test_2_elements): Add test that's been disabled for months.
342
343         * gst/elements/gstfakesink.c: Cleanups. Add can-activate-push and
344         can-activate-pull properties.
345
346         * gst/elements/gstfakesrc.c: Cleanups. Add can-activate-push and
347         can-activate-pull properties. Implement is_seekable so fakesrc can
348         operate in pull mode.
349
350         * gst/base/gstbasesink.c (GstBaseSink): Remove has-loop, has-chain
351         properties.
352         (gst_base_sink_activate, gst_base_sink_activate_pull)
353         (gst_base_sink_activate_push): Make activation mode choosing work.
354         Cleanups.
355         (gst_base_sink_chain, gst_base_sink_loop): Assert activation mode
356         is right. Make pull mode work. Post an eos before pausing in pull
357         mode.
358         (gst_base_sink_change_state): Pay attention to the core's
359         change_state() return val.
360         
361         * gst/base/gstbasesrc.c (GstBaseSrc): Remove has-loop,
362         has-getrange properties. Cleanups.
363         
364         * gst/base/gstbasesrc.h (GstBaseSrc): Remove has_loop,
365         has_getrange and replace with can_activate_pull and
366         can_activate_push.
367
368         * gst/base/gstbasesink.h (GstBaseSink): Rearrange fields, add
369         locking comments. Remove has_loop, has_chain and replace with
370         can_activate_pull and can_activate_push.
371
372 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
373
374         * configure.ac:
375         * examples/Makefile.am:
376         * examples/metadata/Makefile.am:
377         * examples/metadata/read-metadata.c: (message_loop),
378         (have_pad_handler), (make_pipeline), (print_tag), (main):
379           Add metadata reading example that loops over a list of filenames,
380           dumping any tags found.
381
382         * gst/gstbus.c: (gst_bus_dispose):
383         * gst/gstelement.c: (gst_element_dispose):
384           Release a few potentially-held references in dispose.
385
386 2005-08-26  Stefan Kost  <ensonic@users.sf.net>
387
388         * docs/gst/tmpl/gstminiobject.sgml:
389           do *not* add tmpl/*.sgml files to CVS!
390
391 2005-08-26  Stefan Kost  <ensonic@users.sf.net>
392
393         * libs/gst/bytestream/.cvsignore:
394         * libs/gst/bytestream/Makefile.am:
395         * libs/gst/bytestream/adapter.c:
396         * libs/gst/bytestream/adapter.h:
397         * libs/gst/bytestream/bytestream.c:
398         * libs/gst/bytestream/bytestream.h:
399         * libs/gst/bytestream/filepad.c:
400         * libs/gst/bytestream/filepad.h:
401           removing obsolete files
402
403 2005-08-26  Stefan Kost  <ensonic@users.sf.net>
404
405         * docs/gst/gstreamer-docs.sgml:
406         * docs/libs/gstreamer-libs-docs.sgml:
407           disabed additional index entries again, as this makes docs-gen just
408           slow and they aren't useful yet
409         * docs/libs/gstreamer-libs-sections.txt:
410           little -section.txt cleanup for libs
411
412 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
413
414         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
415         * gst/base/gstbasetransform.c: (gst_base_transform_transform_size),
416           fix up some debugging
417         (gst_base_transform_get_unit_size),
418         (gst_base_transform_buffer_alloc), (gst_base_transform_event),
419         (gst_base_transform_handle_buffer):
420         * gst/base/gstbasetransform.h:
421           handle and store timed NEWSEGMENT events so that subclasses that
422           calculate time by counting samples have a segment_start time they
423           need to add to their timestamps - see audioresample
424
425 2005-08-26  Stefan Kost  <ensonic@users.sf.net>
426
427         * gst/gstbin.h:
428           removed ';' from the end of macro defs
429         * docs/gst/gstreamer-docs.sgml:
430         * docs/gst/gstreamer-sections.txt:
431         * docs/gst/tmpl/.cvsignore:
432         * gst/gstbus.h:
433         * gst/gstelement.c: (gst_element_class_init),
434         (gst_element_set_state), (activate_pads),
435         (gst_element_save_thyself):
436         * gst/gstevent.c: (gst_event_new_newsegment):
437         * gst/gstevent.h:
438         * gst/gstiterator.c:
439         * gst/gstiterator.h:
440         * gst/gstpad.c:
441         * gst/gstprobe.h:
442         * gst/gstutils.c: (gst_pad_query_convert):
443         * gst/gstutils.h:
444           fixed parameter name mismatches between source, header and docs
445           added some more docs, resolved the last batch of unused elements in
446           docs (now someone needs to doc them)
447
448 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
449
450         * gst/registries/gstlibxmlregistry.c: (gst_xml_registry_rebuild):
451         * gst/registries/gstxmlregistry.c: (gst_xml_registry_rebuild):
452           don't walk through the plugins backwards.  Where is all this
453           reversed logic coming from ?
454
455 2005-08-25  Wim Taymans  <wim@fluendo.com>
456
457         * gst/base/gstbasetransform.c: (gst_base_transform_init),
458         (gst_base_transform_transform_size),
459         (gst_base_transform_configure_caps),
460         (gst_base_transform_get_unit_size),
461         (gst_base_transform_buffer_alloc),
462         (gst_base_transform_change_state):
463         * gst/base/gstbasetransform.h:
464         Cache caps unit_size.
465         Make sure we cannot negotiate up and downstream at the
466         same time.
467
468 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
469
470         * gst/gst.c: (init_pre), (init_post):
471           register the installed plugin path after the env var
472         * gst/registries/gstlibxmlregistry.c: (gst_xml_registry_save):
473         * gst/registries/gstxmlregistry.c: (gst_xml_registry_save):
474           don't reverse order of paths; conserve the order of GST_PLUGIN_PATH
475           directories, so the tests can prefer uninstalled over installed
476
477 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
478
479         * gst/base/gstbasetransform.h:
480           comment
481         * gst/gstpad.c:
482           add to docs
483
484 2005-08-25  Wim Taymans  <wim@fluendo.com>
485
486         * gst/gstbin.c: (bin_bus_handler):
487         Be a bit more conservative about the posted message.
488         
489         * gst/gstbus.c: (gst_bus_post):
490         Some cleanups, warn wrong return values.
491
492 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
493
494         * check/gst/gstbin.c: (GST_START_TEST):
495         * gst/gstbin.c: (bin_bus_handler):
496         * gst/gstmessage.c: (gst_message_finalize), (_gst_message_copy),
497         (gst_message_new), (gst_message_new_eos), (gst_message_new_error),
498         (gst_message_new_warning), (gst_message_new_tag),
499         (gst_message_new_state_changed), (gst_message_new_segment_start),
500         (gst_message_new_segment_done), (gst_message_new_custom):
501         * gst/gstmessage.h:
502         * tools/gst-launch.c: (event_loop):
503         * tools/gst-md5sum.c: (event_loop):
504           Revert unpopular change for GST_MESSAGE_SRC to GObject.
505
506 2005-08-25  Wim Taymans  <wim@fluendo.com>
507
508         * check/generic/states.c: (GST_START_TEST):
509         Cleanup can be done at the end.
510
511         * gst/gsttask.c: (gst_task_get_type), (gst_task_finalize),
512         (gst_task_func), (gst_task_cleanup_all), (gst_task_set_lock),
513         (gst_task_get_state), (gst_task_start), (gst_task_pause):
514         Oh boy.. Thanks for finding this, Thomas. 
515
516 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
517
518         * docs/gst/gstreamer.types:
519           added missing types
520
521 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
522
523         * docs/gst/gstreamer-docs.sgml:
524         * docs/gst/gstreamer-sections.txt:
525         * docs/gst/tmpl/.cvsignore:
526         * gst/gstbin.c:
527         * gst/gstiterator.c:
528         * gst/gstutils.c:
529         * gst/registries/gstxmlregistry.h:
530           added miissing classes and symbols (123 more to go)
531           removed removed symbols from section file
532           fixed many doc-comments
533
534 2005-08-24  Wim Taymans  <wim@fluendo.com>
535
536         * check/generic/states.c: (GST_START_TEST):
537         Make sure all tasks are stopped.
538
539         * check/gst/gstbin.c: (GST_START_TEST):
540         Unref after usage for proper valgrinding.
541
542         * gst/gstpad.c: (gst_pad_finalize), (gst_pad_stop_task):
543         Really wait for the task to stop before destroying the
544         mutex.
545
546         * gst/gstqueue.c: (gst_queue_sink_activate_push),
547         (gst_queue_src_activate_push):
548         Small cleanups. Don't stop the task when we did not start
549         it.
550
551         * gst/gsttask.c: (gst_task_get_type), (gst_task_init),
552         (gst_task_func), (gst_task_cleanup_all), (gst_task_set_lock),
553         (gst_task_get_state), (gst_task_start), (gst_task_pause),
554         (gst_task_join):
555         * gst/gsttask.h:
556         Protect the stream lock with the object lock.
557         Disallow setting the stream lock when running.
558         Add cleanup_all to wait for the threadpool to finish.
559         Remove code to autoallocate a mutex if none was provided.
560         Add _join() to wait for a task to stop.
561         Protect the thread pool with a global lock.
562
563 2005-08-24  Wim Taymans  <wim@fluendo.com>
564
565         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
566         (gst_base_sink_get_times), (gst_base_sink_do_sync),
567         (gst_base_sink_handle_buffer), (gst_base_sink_change_state):
568         * gst/base/gstbasesink.h:
569         Handle newsegment events correctly.
570         Drop buffers out of the segment range.
571
572 2005-08-22  Andy Wingo  <wingo@pobox.com>
573
574         * gst/gstutils.h (GST_BOILERPLATE_WITH_INTERFACE): New ghetto
575         macro, implements an interface and gstimplementsinterface for a
576         new type.
577
578 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
579
580         * check/Makefile.am:
581         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
582           add a test that does a bunch of state changes on elements
583           needs some fixing for valgrind
584         * check/states/sinks.c: (gst_object_suite):
585           whitespace
586         * gst/gstcaps.h:
587           add prototype for gst_caps_is_equal_fixed
588         * gst/gstplugin.c:
589         * gst/gstregistrypool.c:
590           doc fixes
591
592 2005-08-24  Andy Wingo  <wingo@pobox.com>
593
594         * gst/gstquery.c (gst_query_new_convert): Spew if we try to
595         convert a negative value. Doesn't make much sense. Mostly this is
596         here to force callers to ensure -1 maps to -1.
597
598 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
599
600         * docs/pwg/advanced-types.xml:
601           Well done to Michael for catching my deliberate introduction
602           of this spelling mistake. 
603         * gst/gstbin.c: (gst_bin_remove_func), (bin_bus_handler):
604         * gst/gstelement.h:
605           Add GST_ELEMENT_UNPARENTING to prevent races so that we can
606           unlink pads before removing the element from the bin.
607
608 2005-08-24  Andy Wingo  <wingo@pobox.com>
609
610         * gst/gst.c (parse_debug_list): Accept e.g. GST_DEBUG=4 to mean
611         the same thing as GST_DEBUG=*:4.
612         (parse_debug_level, parse_debug_category): New helper parsers.
613
614 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
615
616         * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
617         (gst_base_transform_transform_size), (gst_base_transform_getcaps),
618         (gst_base_transform_setcaps), (gst_base_transform_get_unit_size),
619         (gst_base_transform_buffer_alloc),
620         (gst_base_transform_handle_buffer):
621           use gboolean return values and pointers to size so we can use the
622           full GST_BUFFER_SIZE range (guint) for buffer sizes
623           use GstPadDirection for transform_caps
624         * gst/base/gstbasetransform.h:
625           rename get_size to get_unit_size since that's what it is
626         * gst/elements/gstcapsfilter.c: (gst_capsfilter_transform_caps):
627           use GstPadDirection for transform_caps
628         * gst/gstbuffer.c: (gst_buffer_new_and_alloc):
629         * gst/gstutils.h:
630           cleanup and debugging
631
632 2005-08-24  Stefan Kost  <ensonic@users.sf.net>
633
634         * gst/gstelement.c: (gst_element_class_init),
635         (gst_element_set_state), (activate_pads),
636         (gst_element_save_thyself):
637         * tools/gst-compprep.c: (main):
638         * tools/gst-inspect.c: (print_element_properties_info):
639         * tools/gst-xmlinspect.c: (print_element_properties):
640           Fixed long standing mem-leak
641
642 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
643
644         * check/gst/gstbin.c: (GST_START_TEST):
645         * gst/gstbin.c: (bin_bus_handler):
646         * gst/gstmessage.c: (gst_message_finalize), (_gst_message_copy),
647         (gst_message_new), (gst_message_new_eos), (gst_message_new_error),
648         (gst_message_new_warning), (gst_message_new_tag),
649         (gst_message_new_state_changed), (gst_message_new_segment_start),
650         (gst_message_new_segment_done), (gst_message_new_custom):
651         * gst/gstmessage.h:
652         * tools/gst-launch.c: (event_loop):
653         * tools/gst-md5sum.c: (event_loop):
654           Change GST_MESSAGE_SRC to be a GObject rather than a GstObject, so
655           that applications can sensibly post custom messages with references
656           to their own objects.
657
658 2005-08-24  Andy Wingo  <wingo@pobox.com>
659
660         * gst/gstpad.c (gst_pad_fixate_caps): Check if the caps is fixed
661         already.
662
663 2005-08-24  Wim Taymans  <wim@fluendo.com>
664
665         * gst/base/gstbasetransform.c: (gst_base_transform_init),
666         (gst_base_transform_transform_caps),
667         (gst_base_transform_transform_size),
668         (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
669         (gst_base_transform_get_size), (gst_base_transform_buffer_alloc),
670         (gst_base_transform_handle_buffer):
671         * gst/base/gstbasetransform.h:
672         Many fixes and new features added by Thomas. Can now also do
673         transforms with variable sizes and a custom fixate_caps function.
674
675 2005-08-24  Wim Taymans  <wim@fluendo.com>
676
677         * gst/gstbuffer.c: (gst_buffer_new_and_alloc):
678         Some debugging.
679
680         * gst/gstclock.h:
681         Cast to ClockTime before formatting to time.
682
683         * gst/gstutils.h:
684         Cleanups.
685
686 2005-08-24  Stefan Kost  <ensonic@users.sf.net>
687
688         * check/gst-libs/controller.c: (GST_START_TEST),
689         (gst_controller_suite):
690         * docs/gst/tmpl/gstcaps.sgml:
691         * docs/gst/tmpl/gstghostpad.sgml:
692         * docs/gst/tmpl/gstquery.sgml:
693         * docs/gst/tmpl/gstutils.sgml:
694         * libs/gst/controller/gst-helper.c: (gst_object_set_controller),
695         (gst_object_sink_values), (gst_object_get_value_arrays),
696         (gst_object_get_value_array):
697           gracefully handle helper method calls to objects that are not beeing
698           controlled, added test case for that          
699
700 2005-08-23  Wim Taymans  <wim@fluendo.com>
701
702         * gst/gstevent.c: (_gst_event_copy), (gst_event_new_custom),
703         (gst_event_new_newsegment), (gst_event_parse_newsegment),
704         (gst_event_new_tag), (gst_event_parse_tag), (gst_event_new_qos),
705         (gst_event_parse_qos), (gst_event_new_seek),
706         (gst_event_parse_seek):
707         * gst/gstevent.h:
708         Some more debugging output and doc cleanups.
709
710         * gst/gstqueue.c: (gst_queue_handle_sink_event):
711         Fix possible deadlock.
712
713 2005-08-23  Stefan Kost  <ensonic@users.sf.net>
714
715         * docs/gst/gstreamer-docs.sgml:
716         * docs/gst/gstreamer-sections.txt:
717         * docs/gst/gstreamer.types:
718         * docs/gst/tmpl/.cvsignore:
719         * gst/gstbin.h:
720         * gst/gstbus.c:
721         * gst/gstelement.c:
722         * gst/gstevent.h:
723           added about 100 symbols from gstreamer-unused.txt to the right sections
724           fixed more broken comments
725           added GstBus to docs
726
727 2005-08-23  Stefan Kost  <ensonic@users.sf.net>
728
729         * docs/gst/gstreamer-sections.txt:
730         * docs/gst/tmpl/.cvsignore:
731         * docs/gst/tmpl/gstbin.sgml:
732         * docs/gst/tmpl/gstbuffer.sgml:
733         * gst/base/gstbasesrc.c:
734         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init):
735         * gst/gstbuffer.c:
736         * gst/gstbuffer.h:
737         * tools/gst-launch.1.in:
738           inlined more doc comments, added missing comments and fixed comments
739           fixed typos
740
741 2005-08-23  Thomas Vander Stichele  <thomas at apestaart dot org>
742
743         * gst/gstbuffer.c: (gst_buffer_new_and_alloc):
744           some debugging
745         * gst/gstcaps.h:
746           whitespace fixes
747         * gst/gstpad.c: (gst_pad_activate_push), (gst_pad_alloc_buffer):
748           more debugging
749         * gst/gststructure.c: (gst_caps_structure_fixate_field_boolean):
750         * gst/gststructure.h:
751           add a fixate function for booleans; add a FIXME that these func
752           names should probably be gst_structure_fixate_*
753
754 2005-08-23  Stefan Kost  <ensonic@users.sf.net>
755
756         * docs/gst/gstreamer-docs.sgml:
757         * docs/gst/gstreamer-sections.txt:
758         * gst/Makefile.am:
759         * gst/gstbin.c: (gst_bin_get_type),
760         (gst_bin_child_proxy_get_child_by_index),
761         (gst_bin_child_proxy_get_children_count),
762         (gst_bin_child_proxy_init):
763         * gst/gstchildproxy.c: (gst_child_proxy_get_child_by_name),
764         (gst_child_proxy_get_child_by_index),
765         (gst_child_proxy_get_children_count), (gst_child_proxy_lookup),
766         (gst_child_proxy_get_property), (gst_child_proxy_get_valist),
767         (gst_child_proxy_get), (gst_child_proxy_set_property),
768         (gst_child_proxy_set_valist), (gst_child_proxy_set),
769         (gst_child_proxy_child_added), (gst_child_proxy_child_removed),
770         (gst_child_proxy_base_init), (gst_child_proxy_get_type):
771         * gst/gstchildproxy.h:
772         * gst/parse/grammar.y:
773         * tools/gst-inspect.c: (print_interfaces),
774         (print_element_properties_info), (print_element_info):
775          ported gstchildproxy over from 0.8
776          ported gst-inspect fixes and enhancements over from 0.8
777
778 2005-08-22  Wim Taymans  <wim@fluendo.com>
779
780         * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
781         (gst_base_transform_handle_buffer):
782         Also call the transform function if we have ANY caps.
783
784         * gst/gstpipeline.c: (gst_pipeline_set_new_stream_time):
785         Fix debug info.
786
787 2005-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
788
789         * gst/base/gstbasesrc.c: (gst_base_src_event_handler)
790           Don't pretend to handle seek events if the source is not seekable
791
792 2005-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
793
794         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
795           Remove extra parameter to debug output
796
797         * gst/base/gstbasesrc.c: (gst_base_src_send_discont),
798         (gst_base_src_do_seek), (gst_base_src_activate_push):
799           Fix seek event handling.
800
801         * gst/gstpipeline.c: (gst_pipeline_change_state):
802         * gst/gstqueue.c: (gst_queue_handle_sink_event),
803         (gst_queue_src_activate_push):
804           Don't start the src pad task on FLUSH_STOP if the pad
805           isn't linked.
806           Debug changes.
807
808 2005-08-22  Wim Taymans  <wim@fluendo.com>
809
810         * check/gst/gstcaps.c: (GST_START_TEST), (gst_caps_suite):
811         Added check for gst_static_caps_get() refcounting.
812
813 2005-08-22  Wim Taymans  <wim@fluendo.com>
814
815         * gst/gstcaps.c: (gst_static_caps_get), (gst_caps_to_string):
816         Make _static_caps_get() refcounting sane.
817         
818         * gst/gstelement.c: (gst_element_set_state):
819         Add g_return_val_if_fail() to protect against segfaults.
820
821 2005-08-22  Stefan Kost  <ensonic@users.sf.net>
822
823         * docs/gst/tmpl/gstevent.sgml:
824         * gst/gstevent.c:
825         * gst/gstevent.h:
826           inlined remaining docs, added missing doc comments
827
828 2005-08-22  Thomas Vander Stichele  <thomas at apestaart dot org>
829
830         * check/gst/gstbin.c: (GST_START_TEST):
831           since we don't know when preroll is done, use refcount range
832           check for the sink
833         * gst/check/gstcheck.h:
834           add macro for checking refcount range
835
836 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
837
838         * check/Makefile.am:
839           clean up environment for when registry gets built versus
840           when actual tests are run; valgrind seems to not report
841           leaks if GST_PLUGIN_PATH is set to some specific values
842         * check/gst/gstbin.c: (GST_START_TEST):
843           add more refcounting checks; maybe this exposes a
844           preroll lock bug ?
845         * common/check.mak:
846         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
847         * gst/check/gstcheck.h:
848         * gst/gstbin.c: (bin_element_is_semi_sink), (gst_bin_get_state),
849         (gst_bin_change_state):
850         * gst/gstpad.c: (gst_pad_activate_push), (gst_pad_chain):
851           add/fix debugging/whitespace
852
853 2005-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
854
855         * check/gst/gstevent.c: (event_probe), (test_event),
856         (GST_START_TEST):
857          Er, don't call gst_bin_watch_for_state_change you idiot.
858
859 2005-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
860
861         * check/Makefile.am:
862           Use CHECK_CFLAGS and CHECK_LIBS
863         * check/gst/gstevent.c: (event_probe), (test_event),
864         (GST_START_TEST):
865           Don't leak events.
866         * gst/base/gstbasesrc.c: (gst_base_src_send_discont),
867         (gst_base_src_start), (gst_base_src_stop),
868         (gst_base_src_activate_push), (gst_base_src_activate_pull),
869         (gst_base_src_change_state):
870           Sprinkle gst_base_src_stop liberally around error paths to fix
871           problems reusing a source after failed state changes.
872         * gst/base/gsttypefindhelper.c: (helper_find_peek),
873         (helper_find_suggest), (gst_type_find_helper):
874           Extra debug output. Don't segfault on GST_PAD_GETRANGEFUNC = NULL
875         * gst/gstevent.h:
876         * docs/gst/tmpl/gstevent.sgml:
877           Migrate part of the docs from the SGML file. Wait for ensonic to
878           tell me how I did it wrong ;)
879         * tools/gst-typefind.c: (main):
880           Extra robustness to state changes between files.
881
882 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
883
884         * check/Makefile.am:
885           don't valgrind the controller test - it's leaking - Stefan, HELP
886         * gst/check/gstcheck.c: (gst_check_message_error),
887         (gst_check_chain_func), (gst_check_setup_element),
888         (gst_check_teardown_element), (gst_check_setup_src_pad),
889         (gst_check_teardown_src_pad), (gst_check_setup_sink_pad),
890         (gst_check_teardown_sink_pad):
891         * gst/check/gstcheck.h:
892           add a bunch of methods to set up elements, and src and sink pads
893         * check/elements/fakesrc.c: (setup_fakesrc), (cleanup_fakesrc):
894         * check/elements/identity.c: (setup_identity), (cleanup_identity),
895         (GST_START_TEST):
896           use them
897         * gst/gstmessage.c:
898         * gst/gsttag.h:
899           whitespace/doc fixes
900
901 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
902
903         * gst/gstelement.h:
904           make GST_ELEMENT_ERROR not do GST_ERROR_OBJECT - these errors should
905           be handled by the application and not always printed as well
906
907 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
908
909         * check/Makefile.am:
910           set GST_TOOLS_DIR
911         * gst/check/gstcheck.c: (gst_check_message_error):
912         * gst/check/gstcheck.h:
913           add a fail_unless_equals_int
914           add fail_unless for error messages
915
916 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
917
918         * check/Makefile.am:
919         * check/gst.supp:
920         * common/Makefile.am:
921         * common/check.mak:
922         * common/gst.supp:
923           factor out some of the common stuff so we can use it
924
925 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
926
927         * check/Makefile.am:
928         * check/gst/gstiterator.c: (GST_START_TEST):
929         * check/gst/gstsystemclock.c: (GST_START_TEST),
930         (gst_systemclock_suite):
931         * check/gst/gsttag.c: (GST_START_TEST), (gst_tag_suite):
932         * gst/gstclock.c:
933           valgrind more tests
934
935 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
936
937         * check/elements/.cvsignore:
938         * check/elements/gstfakesrc.c:
939           rename to name of element
940         * check/elements/identity.c: (chain_func), (event_func),
941         (setup_identity), (cleanup_identity), (GST_START_TEST),
942         (identity_suite), (main):
943           add a test for identity
944         * check/Makefile.am:
945         * pkgconfig/Makefile.am:
946         * pkgconfig/gstreamer-check.pc.in:
947         * pkgconfig/gstreamer-check-uninstalled.pc.in:
948         * gst/check:
949         * gst/Makefile.am:
950         * configure.ac:
951           move the check stuff to a library that gets installed
952         * check/gst-libs/controller.c: (GST_START_TEST):
953         * check/gst-libs/gdp.c:
954         * check/gst/gst.c: (GST_START_TEST):
955         * check/gst/gstbin.c:
956         * check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
957         * check/gst/gstbus.c:
958         * check/gst/gstcaps.c: (GST_START_TEST):
959         * check/gst/gstelement.c:
960         * check/gst/gstghostpad.c:
961         * check/gst/gstiterator.c:
962         * check/gst/gstmessage.c:
963         * check/gst/gstminiobject.c: (thread_ref), (GST_START_TEST):
964         * check/gst/gstobject.c:
965         * check/gst/gstpad.c: (GST_START_TEST):
966         * check/gst/gststructure.c: (GST_START_TEST):
967         * check/gst/gstsystemclock.c: (GST_START_TEST),
968         (gst_systemclock_suite):
969         * check/gst/gsttag.c: (gst_tag_suite):
970         * check/gst/gstvalue.c:
971         * check/pipelines/cleanup.c:
972         * check/pipelines/simple_launch_lines.c:
973         * check/states/sinks.c:
974           change include statement
975
976         * docs/gst/gstreamer-sections.txt:
977         * docs/gst/tmpl/gstpad.sgml:
978           document more pad stuff
979         * gst/gstminiobject.c: (gst_mini_object_ref),
980         (gst_mini_object_unref):
981           debug refcounting
982
983 2005-08-19  Stefan Kost  <ensonic@users.sf.net>
984
985         * docs/gst/tmpl/gst.sgml:
986         * gst/gst.c:
987           eliminate another tmpl file, fix spelling in the long-description
988
989 2005-08-18  Jan Schmidt  <thaytan@mad.scientist.com>
990
991         * check/gst/gstevents.c: (GST_START_TEST), (event_probe),
992         (test_event), (timediff), (gstevents_suite):
993           Should fix build on 64-bit arch's
994
995 2005-08-18  Andy Wingo  <wingo@pobox.com>
996
997         Make sure that when a pipeline goes to PLAYING, that data has
998         actually hit the sink.
999
1000         * check/states/sinks.c (test_sink): A sink that doesn't get any
1001         data shouldn't return SUCCESS for going to either PLAYING or
1002         PAUSED. Test also the return values on the way back down.
1003
1004         * gst/gstelement.c (gst_element_set_state): When changing the
1005         state of an element currently changing state asynchronously, go to
1006         lost-state after commiting the pending state. Makes future calls
1007         to get_state continue to return ASYNC.
1008
1009         * gst/base/gstbasesink.c (gst_base_sink_change_state): Return
1010         ASYNC when going to PLAYING if we still don't have preroll, as can
1011         happen with live sources.
1012
1013 2005-08-18  Jan Schmidt  <thaytan@mad.scientist.com>
1014
1015         * docs/pwg/advanced-types.xml:
1016           Hack long paragraph into 2 chunks as a workaround for buggy
1017           jadetex version in sid and breezy that loops infinitely and
1018           eats all RAM.
1019
1020 2005-08-18  Jan Schmidt  <thaytan@mad.scientist.com>
1021
1022         * check/gst/gstevents.c: (GST_START_TEST), (event_probe),
1023         (test_event), (timediff), (gstevents_suite):
1024           Provide more error margin in clock measurements to allow for 
1025           g_get_current_time inaccuracies.
1026
1027 2005-08-18  Jan Schmidt  <thaytan@mad.scientist.com>
1028
1029         * check/gst/gstevents.c: (GST_START_TEST), (event_probe),
1030         (test_event), (timediff), (gstevents_suite):
1031            Fix error message output so I might be able to tell why the
1032            test works here but fails on the build farm.
1033
1034 2005-08-18  Jan Schmidt  <thaytan@mad.scientist.com>
1035
1036         * check/Makefile.am:
1037         * check/gst/gstevents.c: (GST_START_TEST), (event_probe),
1038         (test_event), (timediff), (gstevents_suite), (main):
1039           I wrote a test!
1040
1041         * docs/design/part-seeking.txt:
1042           Spelling correction
1043
1044         * docs/gst/tmpl/gstevent.sgml:
1045         * docs/gst/tmpl/gstfakesrc.sgml:
1046           Docs updates.
1047
1048         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
1049           Treat a buffer-without-newsegment the same as a receiving 
1050           a newsegment not in time format, and disable syncing to the clock
1051           with a warning.
1052
1053         * gst/gstbus.c: (gst_bus_set_sync_handler):
1054           Assert if anyone tries to replace the existing sync_handler for bus, 
1055           as only the owner should be setting it.
1056
1057         * gst/gstevent.h:
1058           Have a fixed set of custom event enums with events identified by
1059           their structure name (as in 0.8), rather than a free-for-all
1060           allowing collisions between enum values from different plugins.
1061
1062         * gst/gstpad.c: (gst_pad_class_init):
1063           Docs change.
1064           
1065         * gst/gstqueue.c: (gst_queue_handle_sink_event):
1066           Handle out-of-band downstream events from the sending thread.
1067
1068 2005-08-17  Andy Wingo  <wingo@pobox.com>
1069
1070         * gst/gstpipeline.c (gst_pipeline_change_state): Interpret
1071         play-timeout==0 to mean no timeout at all. In that case, don't
1072         bother with a get_state or a warning, just return directly, even
1073         if it's ASYNC.
1074
1075         * gst/base/gstbasetransform.c: Debug changes.
1076
1077         * gst/gstutils.h:
1078         * gst/gstutils.c (gst_bin_watch_for_state_change): Add function to
1079         ensure bins post state change messages. A bit of a hack but I can't
1080         think of a way to avoid it.
1081
1082         * check/gst/gstbin.c (test_watch_for_state_change): Added test.
1083
1084 2005-08-16  Andy Wingo  <wingo@pobox.com>
1085
1086         * gst/base/gstadapter.h:
1087         * gst/base/gstadapter.c (gst_adapter_take): New function, like
1088         peek() but you own the data. Not terribly efficient atm.
1089
1090 2005-08-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1091
1092         * gst/gstutils.c: (gst_element_found_tags_for_pad), (push_and_ref),
1093         (gst_element_found_tags):
1094         * gst/gstutils.h:
1095           Add two utility functions for tag handling.
1096
1097 2005-08-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1098
1099         * docs/manual/advanced-dataaccess.xml:
1100         * docs/manual/basics-helloworld.xml:
1101           Fix docs to use _bin_add() before _link(), which fixes the examples
1102           with recent core versions (reported by Madhan Raj M
1103           <raj_madan@rediffmail.com>, #313199).
1104
1105 2005-08-16  Wim Taymans  <wim@fluendo.com>
1106
1107         * check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
1108         Added subtract checks.
1109
1110         * docs/design/part-events.txt:
1111         Some more docs about newsegment
1112
1113         * gst/gstbin.c: (gst_bin_change_state), (bin_bus_handler):
1114         Fix FIXME
1115
1116         * gst/gstcaps.c: (gst_caps_to_string):
1117         Add comments, cleanups.
1118         
1119         * gst/gstelement.c: (gst_element_save_thyself):
1120         cleanups
1121         
1122         * gst/gstvalue.c: (gst_value_collect_int_range),
1123         (gst_string_unwrap), (gst_value_union_int_int_range),
1124         (gst_value_union_int_range_int_range),
1125         (gst_value_intersect_int_int_range),
1126         (gst_value_intersect_int_range_int_range),
1127         (gst_value_intersect_double_double_range),
1128         (gst_value_intersect_double_range_double_range),
1129         (gst_value_intersect_list), (gst_value_subtract_int_int_range),
1130         (gst_value_subtract_int_range_int),
1131         (gst_value_subtract_double_range_double),
1132         (gst_value_subtract_double_range_double_range),
1133         (gst_value_subtract_from_list), (gst_value_subtract_list),
1134         (gst_value_can_compare), (gst_value_compare_fraction):
1135         Cleanups, add comments, remove unneeded asserts.
1136
1137 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1138
1139         * tools/gst-launch.c: (event_loop):
1140           don't convert NULL structures to strings
1141
1142 2005-08-15  Stefan Kost  <ensonic@users.sf.net>
1143
1144         * docs/gst/gstreamer-sections.txt:
1145           made some defines private
1146         * docs/gst/tmpl/gstconfig.sgml:
1147         * docs/gst/tmpl/gstqueue.sgml:
1148         * docs/gst/tmpl/gsttaglist.sgml:
1149         * docs/gst/tmpl/gsttypes.sgml:
1150         * docs/gst/tmpl/gstutils.sgml:
1151         * docs/pwg/appendix-porting.xml:
1152         * gst/base/gstbasesink.h:
1153         * gst/base/gstbasesrc.c:
1154         * gst/base/gstbasesrc.h:
1155         * gst/elements/gstfakesink.c: (gst_fake_sink_class_init):
1156         * gst/elements/gstfakesrc.c: (gst_fake_src_class_init):
1157         * gst/gstelement.c: (gst_element_class_init):
1158         * gst/gstpad.c: (gst_pad_class_init):
1159         * gst/gstqueue.c: (gst_queue_class_init):
1160         * gst/gstxml.c: (gst_xml_class_init):
1161           documented all undocumented signal inline
1162         * libs/gst/controller/gst-controller.h:
1163           added padding
1164
1165 2005-08-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1166
1167         * docs/pwg/appendix-porting.xml:
1168           Document _set_link_function -> _set_setcaps_function.
1169
1170 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1171
1172         * check/Makefile.am:
1173           add a .check target for running the check
1174         * check/gst-libs/controller.c: (GST_START_TEST):
1175           cosmetic fixups
1176         * check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
1177           complete checks for gstbuffer; would be nice if I could get the
1178           gcov stuff to work so I can see if I actually completed gstbuffer.c
1179         * check/gstcheck.h:
1180           add ASSERT_BUFFER_REFCOUNT
1181
1182 2005-08-13  Tim-Philipp M??ller  <tim at centricular dot net>
1183
1184         * docs/gst/gstreamer-sections.txt:
1185         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
1186         * gst/gsttag.h:
1187           Add GST_TAG_LANGUAGE_CODE as we have in 0.8, and don't
1188           spew out a warning if a tag that is already registered
1189           is re-registered, unless it is re-registered with a 
1190           different type (#308438).
1191
1192 2005-08-12  Tim-Philipp M??ller  <tim at centricular dot net>
1193
1194         * docs/pwg/appendix-porting.xml:
1195         * docs/pwg/building-state.xml:
1196           Add some paragraphs about state changes in 0.9 to the PWG
1197           and the porting guide, in particular about the new meaning
1198           of GST_STATE_PAUSED and how to write state change functions
1199           with concurrent access by multiple threads in mind.
1200
1201 2005-08-11  Stefan Kost  <ensonic@users.sf.net>
1202
1203         * docs/gst/gstreamer-docs.sgml:
1204         * docs/libs/gstreamer-libs-docs.sgml:
1205           added deprecation and since indexes
1206         * libs/gst/controller/gst-controller.c:
1207         * libs/gst/controller/gst-helper.c:
1208           added since tags
1209
1210
1211 2005-08-11  Wim Taymans  <wim@fluendo.com>
1212
1213         * gst/gstghostpad.c: (gst_proxy_pad_set_target_unlocked),
1214         (gst_proxy_pad_set_target), (gst_proxy_pad_get_target),
1215         (gst_proxy_pad_dispose), (gst_ghost_pad_do_activate_push),
1216         (gst_ghost_pad_do_link), (gst_ghost_pad_set_internal),
1217         (gst_ghost_pad_new_notarget), (gst_ghost_pad_get_target),
1218         (gst_ghost_pad_set_target):
1219         Actually implement (re)setting the target on a ghostpad
1220         as described in the docs.
1221
1222 2005-08-10  Tim-Philipp M??ller  <tim at centricular dot net>
1223
1224         * gst/gst.c: (gst_init_check_with_popt_table), (init_pre):
1225           Check whether GST_DEBUG_NO_COLOR environment variable is
1226           set and disable coloured debug output if that is the case.
1227
1228 2005-08-10  Tim-Philipp M??ller  <tim at centricular dot net>
1229
1230         * gst/base/gsttypefindhelper.c: (helper_find_peek),
1231         (gst_type_find_helper):
1232           The memory returned by gst_type_find_peek() needs to
1233           stay valid until the end of a typefind function, and
1234           typefind functions may keep results from different 
1235           offsets around, so we can't just unref the buffer from
1236           the previous _peek(), but have to save all buffers 
1237           returned by _peek() until typefinding is done and only
1238           free them then.
1239
1240 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
1241
1242         * docs/gst/gstreamer-sections.txt:
1243         * gst/gstutils.h:
1244           New macros: GST_ROUND_UP_2() through GST_ROUND_UP_64().
1245
1246 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1247
1248         * gst/base/gstbasetransform.c: (gst_base_transform_buffer_alloc):
1249           Fix a pretty good memleak.
1250
1251 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
1252
1253         * gst/gstiterator.h:
1254           Fix wrong include and 'make distcheck'.
1255
1256 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1257
1258         * gst/gstbin.c: (bin_bus_handler):
1259           Use gst_element_post_message() instead.
1260
1261 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
1262
1263         * gst/base/gstadapter.h:
1264         * gst/base/gstbasesink.h:
1265         * gst/base/gstbasesrc.h:
1266         * gst/base/gstbasetransform.h:
1267         * gst/base/gstcollectpads.h:
1268         * gst/base/gstpushsrc.h:
1269         * gst/gstiterator.h:
1270           Add padding to our base elements' class and instance structs and
1271           to GstIterator (you will need to rebuild all plugins and apps!)
1272
1273 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1274
1275         * gst/gstbin.c: (bin_bus_handler):
1276           Make default message forwarding from child->bus to bin->bus
1277           threadsafe and make it not emit warnings if the parent has no bus.
1278
1279 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1280
1281         * gst/gstelement.c: (activate_pads):
1282           On paused->ready, set pad->caps to NULL, as is the documented
1283           behaviour in this state change. Fixes playback of series of
1284           media files when visualization is enabled in Totem.
1285
1286 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1287
1288         * gst/elements/gstcapsfilter.c: (gst_capsfilter_set_property):
1289           Allow NULL as filter-caps (which means "any").
1290
1291 2005-08-05  Stefan Kost  <ensonic@users.sf.net>
1292
1293         * docs/libs/gstreamer-libs-sections.txt:
1294         * libs/gst/controller/gst-controller.c:
1295         * libs/gst/controller/gst-controller.h:
1296         * libs/gst/controller/gst-helper.c:
1297           adding more entries to the docs and fix small doc-bugs
1298
1299 2005-08-05  Stefan Kost  <ensonic@users.sf.net>
1300
1301         * docs/gst/gstreamer-docs.sgml:
1302         * docs/gst/gstreamer-sections.txt:
1303         * docs/gst/gstreamer.types:
1304         * docs/gst/tmpl/gstbasesink.sgml:
1305         * docs/gst/tmpl/gstbasesrc.sgml:
1306         * docs/gst/tmpl/gstbasetransform.sgml:
1307         * docs/gst/tmpl/gstfakesrc.sgml:
1308         * gst/base/gstcollectpads.c:
1309         * gst/base/gstcollectpads.h:
1310         * libs/gst/controller/gst-controller.c:
1311         * libs/gst/controller/gst-controller.h:
1312         * libs/gst/controller/gst-helper.c:
1313         * libs/gst/controller/gst-interpolation.c:
1314         * libs/gst/controller/lib.c:
1315           added long/short desc for controller docs
1316           added collectpads base class docs
1317           added correct includes to base-class docs
1318
1319 2005-08-05  Stefan Kost  <ensonic@users.sf.net>
1320
1321         * check/gst-libs/controller.c: (gst_test_mono_source_get_property),
1322         (gst_test_mono_source_set_property),
1323         (gst_test_mono_source_class_init), (GST_START_TEST),
1324         (gst_controller_suite):
1325         * docs/gst/gstreamer-docs.sgml:
1326         * docs/gst/gstreamer-sections.txt:
1327         * docs/gst/gstreamer.types:
1328         * docs/libs/gstreamer-libs-docs.sgml:
1329         * docs/libs/gstreamer-libs-sections.txt:
1330         * gst/base/gstadapter.c:
1331         * libs/gst/controller/gst-controller.c:
1332         (gst_controlled_property_new), (gst_controlled_property_free),
1333         (gst_controller_new_valist),
1334         (gst_controller_remove_properties_valist),
1335         (gst_controller_sink_values), (_gst_controller_finalize):
1336         * libs/gst/controller/gst-controller.h:
1337         * libs/gst/controller/gst-helper.c:
1338         (gst_object_control_properties), (gst_object_uncontrol_properties),
1339         (gst_object_get_controller), (gst_object_set_controller),
1340         (gst_object_sink_values), (gst_object_get_value_arrays),
1341         (gst_object_get_value_array):
1342           more tests (and fixes) for the controller
1343           more docs for the controller
1344           integrated companies docs for the adapter 
1345
1346 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1347
1348         * check/elements/gstfakesrc.c: (setup_fakesrc), (cleanup_fakesrc),
1349         (GST_START_TEST), (fakesrc_suite):
1350           add tests for sizetype
1351
1352 2005-08-04  Andy Wingo  <wingo@pobox.com>
1353
1354         * gst/elements/gstcapsfilter.c: Reimplement using basetransform,
1355         fixes buffer_alloc proxying among other things.
1356
1357         * gst/base/gstbasetransform.c:
1358         * gst/base/gstbasetransform.h:
1359         Revert patch to gstbasetransform from 7-28 removing
1360         delay_configure.
1361
1362         * gst/base/gstbasetransform.h (GstBaseTransformClass.get_size):
1363         * gst/base/gstbasetransform.c (gst_base_transform_get_size):
1364         Semantics changed, should return not the size of the output buffer
1365         but the byte size of a buffer with a given caps.
1366
1367         * gst/base/gstbasetransform.c (gst_base_transform_getcaps): Better
1368         debug object.
1369         (gst_base_transform_configure_caps): Don't set out_size here: (in,
1370         out) are not the pad caps until setcaps finishes.
1371         (gst_base_transform_buffer_alloc): Proxy the buffer_alloc for the
1372         not-in-place case as well. Deal with changing from in-place to
1373         not-in-place within calling pad_alloc_buffer. Still a bit
1374         concerned about the overhead here...
1375
1376 2005-08-03  Andy Wingo  <wingo@pobox.com>
1377
1378         * gst/base/gstbasetransform.c (gst_base_transform_setcaps): Not
1379         fixating is an error.
1380
1381 2005-08-04  Edward Hervey  <edward@fluendo.com>
1382
1383         * gst/base/gstadapter.h: 
1384         Added gst_adapter_get_type() to the header
1385
1386 2005-08-03  Stefan Kost  <ensonic@users.sf.net>
1387
1388         * check/Makefile.am:
1389         * check/gst-libs/controller.c:
1390         * libs/gst/controller/gst-controller.c:
1391         (gst_controller_new_valist):
1392           added check test suite for the controller
1393         * gst/base/gstpushsrc.c:
1394           fixed a doc typo
1395
1396 2005-08-03  Stefan Kost  <ensonic@users.sf.net>
1397
1398         * docs/gst/Makefile.am:
1399         * docs/gst/gstreamer-docs.sgml:
1400         * docs/gst/gstreamer-sections.txt:
1401         * docs/gst/gstreamer.types:
1402         * docs/gst/tmpl/gstfakesrc.sgml:
1403         * gst/base/README:
1404         * gst/base/gstbasesink.c:
1405         * gst/base/gstbasesink.h:
1406         * gst/base/gstbasesrc.c:
1407         * gst/base/gstbasesrc.h:
1408         * gst/base/gstbasetransform.c:
1409         * gst/base/gstpushsrc.c:
1410         * gst/base/gstpushsrc.h:
1411           add short/long description docs to base classes
1412           add pushsrc to the docs
1413           remove consolidated doc fragments
1414
1415 2005-08-03  Stefan Kost  <ensonic@users.sf.net>
1416
1417         * configure.ac:
1418         * docs/libs/Makefile.am:
1419         * docs/libs/gstreamer-libs-docs.sgml:
1420         * docs/libs/gstreamer-libs-sections.txt:
1421         * docs/libs/gstreamer-libs.types:
1422         * examples/Makefile.am:
1423         * examples/controller/.cvsignore:
1424         * examples/controller/Makefile.am:
1425         * examples/controller/audio-example.c: (main):
1426         * libs/gst/Makefile.am:
1427         * libs/gst/controller/.cvsignore:
1428         * libs/gst/controller/Makefile.am:
1429         * libs/gst/controller/gst-controller.c:
1430         (on_object_controlled_property_changed), (gst_timed_value_compare),
1431         (gst_timed_value_find),
1432         (gst_controlled_property_set_interpolation_mode),
1433         (gst_controlled_property_new), (gst_controlled_property_free),
1434         (gst_controller_find_controlled_property),
1435         (gst_controller_new_valist), (gst_controller_new),
1436         (gst_controller_remove_properties_valist),
1437         (gst_controller_remove_properties), (gst_controller_set),
1438         (gst_controller_set_from_list), (gst_controller_unset),
1439         (gst_controller_get), (gst_controller_get_all),
1440         (gst_controller_sink_values), (gst_controller_get_value_arrays),
1441         (gst_controller_get_value_array),
1442         (gst_controller_set_interpolation_mode),
1443         (_gst_controller_finalize), (_gst_controller_init),
1444         (_gst_controller_class_init), (gst_controller_get_type):
1445         * libs/gst/controller/gst-controller.h:
1446         * libs/gst/controller/gst-helper.c: (g_object_control_properties),
1447         (g_object_uncontrol_properties), (g_object_get_controller),
1448         (g_object_set_controller), (g_object_sink_values),
1449         (g_object_get_value_arrays), (g_object_get_value_array):
1450         * libs/gst/controller/gst-interpolation.c:
1451         (gst_controlled_property_find_timed_value_node),
1452         (interpolate_none_get), (interpolate_trigger_get),
1453         (interpolate_trigger_get_value_array):
1454         * libs/gst/controller/lib.c: (gst_controller_init):
1455         * pkgconfig/Makefile.am:
1456         * pkgconfig/gstreamer-control-uninstalled.pc.in:
1457         * pkgconfig/gstreamer-control.pc.in:
1458         * testsuite/Makefile.am:
1459         * testsuite/controller/.cvsignore:
1460         * testsuite/controller/Makefile.am:
1461         * testsuite/controller/interpolator.c: (main):
1462           added controller code
1463           removed dparam pc files
1464
1465 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
1466         * gst/base/gstcollectpads.c: (gst_collectpads_finalize),
1467         (gst_collectpads_stop):
1468           Broadcast the condition when shutting down, to make sure we wake all
1469           threads up. Shut down pads on finalize, for safety.
1470
1471 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
1472         * gst/base/gstbasetransform.c: (gst_base_transform_init),
1473         (gst_base_transform_handle_buffer),
1474         (gst_base_transform_change_state):
1475           Handle PAUSED->READY->PAUSED transition after negotiation
1476           occurred already.
1477         * gst/gstmessage.c: (gst_message_init):
1478           Extra piece of debug for new messages.
1479
1480 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
1481
1482         * configure.ac:
1483         * docs/gst/tmpl/gstbasesrc.sgml:
1484         * docs/gst/tmpl/gstelement.sgml:
1485         * docs/gst/tmpl/gstevent.sgml:
1486         * docs/gst/tmpl/gstfakesrc.sgml:
1487         * docs/gst/tmpl/gstformat.sgml:
1488         * docs/gst/tmpl/gstghostpad.sgml:
1489         * docs/gst/tmpl/gstpad.sgml:
1490         * docs/gst/tmpl/gstquery.sgml:
1491         * docs/gst/tmpl/gststructure.sgml:
1492         * docs/gst/tmpl/gsttaglist.sgml:
1493         * docs/gst/tmpl/gstvalue.sgml:
1494         * docs/libs/gstreamer-libs-docs.sgml:
1495         * docs/libs/gstreamer-libs-sections.txt:
1496         * docs/libs/gstreamer-libs.types:
1497         * libs/gst/Makefile.am:
1498         * libs/gst/control/.cvsignore:
1499         * libs/gst/control/Makefile.am:
1500         * libs/gst/control/control.c:
1501         * libs/gst/control/control.h:
1502         * libs/gst/control/dparam.c:
1503         * libs/gst/control/dparam.h:
1504         * libs/gst/control/dparam_smooth.c:
1505         * libs/gst/control/dparam_smooth.h:
1506         * libs/gst/control/dparamcommon.h:
1507         * libs/gst/control/dparammanager.c:
1508         * libs/gst/control/dparammanager.h:
1509         * libs/gst/control/dplinearinterp.c:
1510         * libs/gst/control/dplinearinterp.h:
1511         * libs/gst/control/unitconvert.c:
1512         * libs/gst/control/unitconvert.h:
1513         * testsuite/Makefile.am:
1514         * testsuite/dynparams/.cvsignore:
1515         * testsuite/dynparams/Makefile.am:
1516         * testsuite/dynparams/dparamstest.c:
1517         * tools/Makefile.am:
1518         * tools/gst-inspect.c: (print_element_info), (main):
1519         * tools/gst-xmlinspect.c: (print_element_info), (main):
1520           deactivate and remove dparams (libgstcontrol)
1521
1522 2005-08-01  Tim-Philipp M??ller  <tim at centricular dot net>
1523
1524         * gst/elements/gsttypefindelement.c:
1525         (gst_type_find_element_have_type), (gst_type_find_element_init),
1526         (stop_typefinding), (gst_type_find_element_handle_event),
1527         (gst_type_find_element_chain), (gst_type_find_element_getrange):
1528         * gst/elements/gsttypefindelement.h:
1529           Set caps on all outgoing buffers, not just the first one.
1530
1531 2005-08-01  Tim-Philipp M??ller  <tim at centricular dot net>
1532
1533         * gst/elements/gsttypefindelement.c:
1534         (gst_type_find_element_have_type),
1535         (gst_type_find_element_check_set_buffer_caps),
1536         (gst_type_find_element_init), (stop_typefinding),
1537         (gst_type_find_element_handle_event),
1538         (gst_type_find_element_chain), (gst_type_find_element_getrange):
1539         * gst/elements/gsttypefindelement.h:
1540           Set caps on first outgoing buffer when we've found the type.
1541
1542 2005-08-01  Tim-Philipp M??ller  <tim at centricular dot net>
1543
1544         * docs/gst/gstreamer-docs.sgml:
1545         * docs/gst/gstreamer-sections.txt:
1546         * docs/gst/tmpl/gstscheduler.sgml:
1547         * docs/gst/tmpl/gstschedulerfactory.sgml:
1548           Remove some old cruft from docs.
1549
1550 2005-07-31  Tim-Philipp M??ller  <tim at centricular dot net>
1551
1552         * gst/gstpad.h:
1553           Fix inline docs for GstPadLinkReturn.
1554           
1555         * gst/gststructure.c: (gst_structure_has_name):
1556         * gst/gststructure.h:
1557         * docs/gst/gstreamer-sections.txt:
1558           New API: gst_structure_has_name().
1559
1560 2005-07-30  Tim-Philipp M??ller  <tim at centricular dot net>
1561
1562         * configure.ac:
1563           Use AC_SYS_LARGEFILE, which will set _FILE_OFFSET_BITS=64
1564           and _LARGEFILE_SOURCE in config.h as required. Do not 
1565           export those flags in our .pc files any longer (#142209).
1566
1567           Remove unused GST_DISABLE_OMEGA_COTHREADS stuff.
1568
1569         * gst/elements/gstfilesink.c: (gst_file_sink_class_init),
1570         (gst_file_sink_do_seek), (gst_file_sink_event),
1571         (gst_file_sink_get_current_offset), (gst_file_sink_render):
1572           Redo seek/tell calls with large file support in mind; add some
1573           debugging messages; add log message that tells us when large
1574           file support is unavailable or not enabled for some reason.
1575
1576         * gst/elements/gstfilesrc.c: (gst_file_src_class_init):
1577           Add log message that tells us when large file support 
1578           is unavailable or not enabled for some reason.
1579
1580 2005-07-29  Wim Taymans  <wim@fluendo.com>
1581
1582         * check/gst/gstghostpad.c: (GST_START_TEST), (gst_ghost_pad_suite):
1583         Added test for removing an element with ghostpad from a bin.
1584         Fixed test as current implementation does the right thing.
1585
1586         * gst/gstghostpad.c: (gst_proxy_pad_class_init),
1587         (gst_proxy_pad_do_query_type), (gst_proxy_pad_do_event),
1588         (gst_proxy_pad_do_query), (gst_proxy_pad_do_internal_link),
1589         (gst_proxy_pad_do_bufferalloc), (gst_proxy_pad_do_activate),
1590         (gst_proxy_pad_do_activatepull), (gst_proxy_pad_do_activatepush),
1591         (gst_proxy_pad_do_chain), (gst_proxy_pad_do_getrange),
1592         (gst_proxy_pad_do_checkgetrange), (gst_proxy_pad_do_getcaps),
1593         (gst_proxy_pad_do_acceptcaps), (gst_proxy_pad_do_fixatecaps),
1594         (gst_proxy_pad_do_setcaps), (gst_proxy_pad_set_target),
1595         (gst_proxy_pad_get_target), (gst_proxy_pad_init),
1596         (gst_proxy_pad_dispose), (gst_proxy_pad_finalize),
1597         (gst_ghost_pad_class_init), (gst_ghost_pad_do_activate_push),
1598         (gst_ghost_pad_do_link), (gst_ghost_pad_do_unlink),
1599         (gst_ghost_pad_set_internal), (gst_ghost_pad_dispose),
1600         (gst_ghost_pad_new_notarget), (gst_ghost_pad_new),
1601         (gst_ghost_pad_get_target), (gst_ghost_pad_set_target):
1602         * gst/gstghostpad.h:
1603         Clean up ghostpads, remove properties for internal stuff.
1604         Make threadsafe.
1605         Fix refcounting.
1606         Prepare for switching targets, not all use cases work yet.
1607
1608 2005-07-29  Wim Taymans  <wim@fluendo.com>
1609
1610         * docs/design/part-gstghostpad.txt:
1611         Small update.
1612
1613         * gst/gstbin.c: (unlink_pads), (gst_bin_add_func),
1614         (gst_bin_remove_func):
1615         Unlinking pads while holding the bin LOCK is not a good
1616         idea.
1617
1618         * gst/gstpad.c: (gst_pad_class_init),
1619         (gst_pad_link_check_hierarchy), (gst_pad_get_caps_unlocked),
1620         (gst_pad_accept_caps), (gst_pad_set_caps), (gst_pad_send_event):
1621         No prob setting template after creating the pad.
1622
1623 2005-07-29  Jan Schmidt  <thaytan@mad.scientist.com>
1624
1625         * gst/gstbus.c: (gst_bus_set_flushing), (gst_bus_pop),
1626         (gst_bus_peek), (gst_bus_source_dispatch),
1627         (gst_bus_add_watch_full), (poll_handler), (poll_timeout),
1628         (poll_destroy), (poll_destroy_timeout), (gst_bus_poll):
1629           gst_bus_poll may be called from other threads. Handle
1630           this nicely by not making poll_data disappear off the
1631           stack once gst_bus_poll returns.
1632           gst_bus_peek now increments the refcount on the returned
1633           message.
1634
1635 2005-07-29  Wim Taymans  <wim@fluendo.com>
1636
1637         * docs/design/part-gstghostpad.txt:
1638         Overview of current GhostPad datastructures and use
1639         cases for changing the target.
1640
1641 2005-07-28  Wim Taymans  <wim@fluendo.com>
1642
1643         * check/gst/gstbin.c: (GST_START_TEST), (gst_bin_suite):
1644         Added checks for hierarchy consistency whan adding linked
1645         elements to bins.
1646
1647         * check/gst/gstelement.c: (GST_START_TEST), (gst_element_suite):
1648         Added check to test element scheduling without bin/pipeline.
1649
1650         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
1651         First add elements to bin, then link.
1652         
1653         * gst/gstbin.c: (unlink_pads), (gst_bin_add_func),
1654         (gst_bin_remove_func):
1655         Unlink pads from elements added/removed from bin to maintain
1656         hierarchy consistency.
1657
1658 2005-07-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1659
1660         * gst/base/gstbasetransform.c: (gst_base_transform_setcaps),
1661         (gst_base_transform_handle_buffer):
1662         * gst/base/gstbasetransform.h:
1663           Remove broken delay_configure (fixes renegotiation of software
1664           scaling pipelines); remove some leftover printf()s.
1665
1666 2005-07-28  Wim Taymans  <wim@fluendo.com>
1667
1668         * check/gst/gstghostpad.c: (GST_START_TEST), (gst_ghost_pad_suite):
1669         Added some more tests for wrong hierarchy
1670
1671         * docs/design/part-overview.txt:
1672         Some updates.
1673
1674         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_dispose):
1675         Cleanups.
1676
1677         * gst/gstelement.c: (gst_element_remove_pad), (gst_element_seek),
1678         (gst_element_dispose):
1679         Some more cleanups.
1680
1681         * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked),
1682         (gst_pad_link_check_hierarchy), (gst_pad_link_prepare),
1683         (gst_pad_get_caps_unlocked), (gst_pad_accept_caps),
1684         (gst_pad_set_caps), (gst_pad_send_event):
1685         Check for correct hierarchy when linking pads. Moving to
1686         strict requirement for ghostpads when linking elements in
1687         different bins.
1688
1689         * gst/gstpad.h:
1690         Clean ups. Added WRONG_HIERARCHY return value.
1691
1692 2005-07-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1693
1694         * gst/base/gstbasetransform.c: (gst_base_transform_setcaps):
1695           Better debug if no transform is possible.
1696
1697 2005-07-27  Wim Taymans  <wim@fluendo.com>
1698
1699         * docs/random/wtay/network-transp:
1700         Some old doc I had.
1701
1702 2005-07-27  Wim Taymans  <wim@fluendo.com>
1703
1704         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_event),
1705         (gst_dp_event_from_packet):
1706         Fix serialization of seek events.
1707
1708 2005-07-27  Wim Taymans  <wim@fluendo.com>
1709
1710         * check/gst-libs/gdp.c: (GST_START_TEST):
1711         * gst/elements/gstfakesink.c: (gst_fake_sink_event):
1712         Fix compilation and fix event serialization.
1713
1714 2005-07-27  Wim Taymans  <wim@fluendo.com>
1715
1716         * CHANGES-0.9:
1717         * docs/design/part-TODO.txt:
1718         * docs/design/part-events.txt:
1719         Some docs updates
1720
1721         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
1722         (gst_base_sink_event), (gst_base_sink_do_sync),
1723         (gst_base_sink_activate_push), (gst_base_sink_activate_pull):
1724         * gst/base/gstbasesrc.c: (gst_base_src_send_discont),
1725         (gst_base_src_do_seek), (gst_base_src_event_handler),
1726         (gst_base_src_loop):
1727         * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
1728         (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
1729         (gst_base_transform_get_size), (gst_base_transform_buffer_alloc),
1730         (gst_base_transform_event), (gst_base_transform_handle_buffer),
1731         (gst_base_transform_set_passthrough),
1732         (gst_base_transform_is_passthrough):
1733         * gst/elements/gstfakesink.c: (gst_fake_sink_event):
1734         * gst/elements/gstfilesink.c: (gst_file_sink_event):
1735         Event updates.
1736
1737         * gst/gstbuffer.h:
1738         Use faster casts.
1739
1740         * gst/gstelement.c: (gst_element_seek):
1741         * gst/gstelement.h:
1742         Update gst_element_seek.
1743
1744         * gst/gstevent.c: (gst_event_finalize), (_gst_event_copy),
1745         (gst_event_new), (gst_event_new_custom), (gst_event_get_structure),
1746         (gst_event_new_flush_start), (gst_event_new_flush_stop),
1747         (gst_event_new_eos), (gst_event_new_newsegment),
1748         (gst_event_parse_newsegment), (gst_event_new_tag),
1749         (gst_event_parse_tag), (gst_event_new_filler), (gst_event_new_qos),
1750         (gst_event_parse_qos), (gst_event_new_seek),
1751         (gst_event_parse_seek), (gst_event_new_navigation):
1752         * gst/gstevent.h:
1753         Make GstEvent use GstStructure. Add parsing code, make sure the
1754         API is sufficiently generic.
1755         Mark possible directions of events and serialization.
1756
1757         * gst/gstmessage.c: (gst_message_init), (gst_message_finalize),
1758         (_gst_message_copy), (gst_message_new_segment_start),
1759         (gst_message_new_segment_done), (gst_message_new_custom),
1760         (gst_message_parse_segment_start),
1761         (gst_message_parse_segment_done):
1762         Small cleanups.
1763
1764         * gst/gstpad.c: (gst_pad_get_caps_unlocked), (gst_pad_accept_caps),
1765         (gst_pad_set_caps), (gst_pad_send_event):
1766         Update for new events. 
1767         Catch events sent in wrong directions.
1768
1769         * gst/gstqueue.c: (gst_queue_link_src),
1770         (gst_queue_handle_sink_event), (gst_queue_chain), (gst_queue_loop),
1771         (gst_queue_handle_src_query):
1772         Event updates.
1773
1774         * gst/gsttag.c:
1775         * gst/gsttag.h:
1776         Remove event code from this file.
1777
1778         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_event),
1779         (gst_dp_event_from_packet):
1780         Event updates.
1781
1782 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1783
1784         * gst/base/gstbasetransform.c: (gst_base_transform_getcaps),
1785         (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
1786         (gst_base_transform_get_size), (gst_base_transform_handle_buffer):
1787           Make debugging actually useful.
1788
1789 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1790
1791         * gst/gstpad.c: (fixate_value), (gst_pad_default_fixate),
1792         (gst_pad_fixate_caps):
1793           Implement default fixation once again, so that gst_pad_fixate()
1794           actually does anything at all. This probably needs to be some
1795           sort of a last resort, and use profile-based fixation first, but
1796           since that doesn't exist yet, this is the best we have. Fixes
1797           visualization in Totem.
1798
1799 2005-07-22  Wim Taymans  <wim@fluendo.com>
1800
1801         * docs/design/part-events.txt:
1802         Small update.
1803
1804         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
1805         (gst_base_sink_do_sync), (gst_base_sink_activate_push),
1806         (gst_base_sink_activate_pull):
1807         Some more comments.
1808
1809         * gst/elements/gstfakesrc.c: (gst_fake_src_class_init),
1810         (gst_fake_src_create):
1811         Fix handoff marshall.
1812
1813         * gst/elements/gstidentity.c: (gst_identity_class_init),
1814         (gst_identity_transform_ip):
1815         We're a real inplace element.
1816
1817         * gst/gstbus.c: (gst_bus_post):
1818         Added some comments.
1819
1820         * tests/lat.c: (fakesrc), (fakesink), (simple), (queue), (main):
1821         * tests/muxing/case1.c: (main):
1822         * tests/sched/dynamic-pipeline.c: (main):
1823         * tests/sched/interrupt1.c: (main):
1824         * tests/sched/interrupt2.c: (main):
1825         * tests/sched/interrupt3.c: (main):
1826         * tests/sched/runxml.c: (main):
1827         * tests/sched/sched-stress.c: (main):
1828         * tests/seeking/seeking1.c: (event_received), (main):
1829         * tests/threadstate/threadstate2.c: (bus_handler), (timeout_func),
1830         (main):
1831         * tests/threadstate/threadstate3.c: (main):
1832         * tests/threadstate/threadstate4.c: (main):
1833         * tests/threadstate/threadstate5.c: (main):
1834         Fix the tests.
1835
1836 2005-07-21  Wim Taymans  <wim@fluendo.com>
1837
1838         * docs/design/part-seeking.txt:
1839         Some small additions.
1840
1841         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
1842         (gst_base_sink_get_times), (gst_base_sink_do_sync),
1843         (gst_base_sink_activate_push), (gst_base_sink_activate_pull):
1844         * gst/base/gstbasesink.h:
1845         discont values are gint64, handle the math correctly.
1846
1847         * gst/base/gstbasesrc.c: (gst_base_src_loop):
1848         Make the basesrc report error if the source pad is not linked.
1849
1850         * gst/gstqueue.c: (gst_queue_link_src), (gst_queue_chain),
1851         (gst_queue_loop), (gst_queue_handle_src_query),
1852         (gst_queue_src_activate_push):
1853         Make queue collect data even if the srcpad is not linked.
1854         Start pushing out data as soon as it is linked.
1855
1856         * gst/gstutils.c: (gst_element_unlink), (gst_flow_get_name):
1857         * gst/gstutils.h:
1858         Added gst_flow_get_name() to ease error reporting.
1859
1860 2005-07-20  Wim Taymans  <wim@fluendo.com>
1861
1862         * gst/gstmessage.c: (gst_message_new_segment_start),
1863         (gst_message_new_segment_done), (gst_message_parse_segment_start),
1864         (gst_message_parse_segment_done):
1865         * gst/gstmessage.h:
1866         Added a bunch of messages for advanced seeking.
1867
1868         * gst/parse/grammar.y:
1869         * libs/gst/control/dparammanager.c: (gst_dpman_set_parent),
1870         (gst_dpman_state_changed):
1871         Fix some new-pad -> pad-added signals
1872
1873 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1874
1875         * docs/manual/appendix-porting.xml:
1876         * docs/pwg/appendix-porting.xml:
1877           Document new-pad/state-change signal renames and the FixedList
1878           type rename.
1879
1880 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1881
1882         * docs/manual/advanced-autoplugging.xml:
1883         * docs/manual/basics-helloworld.xml:
1884         * docs/manual/basics-pads.xml:
1885         * docs/random/ds/0.9-suggested-changes:
1886         * gst/gstelement.c: (gst_element_class_init), (gst_element_seek):
1887         * gst/gstelement.h:
1888         * gst/gstevent.h:
1889         * gst/gstformat.h:
1890         * gst/gstquery.h:
1891         * gst/gststructure.c: (gst_structure_value_get_generic_type),
1892         (gst_structure_parse_array), (gst_structure_parse_value):
1893         * gst/gstvalue.c: (gst_type_is_fixed),
1894         (gst_value_list_prepend_value), (gst_value_list_append_value),
1895         (gst_value_list_get_size), (gst_value_list_get_value),
1896         (gst_value_transform_array_string), (gst_value_serialize_array),
1897         (gst_value_deserialize_array), (gst_value_intersect_array),
1898         (gst_value_is_fixed), (_gst_value_initialize):
1899         * gst/gstvalue.h:
1900           GstElement::new-pad -> pad-added, GstElement::state-change ->
1901           state-changed, GstValueFixedList -> GstValueArray, add format and
1902           flags as their own arguments in gst_element_seek() (should improve
1903           "bindeability"), remove function generators since they don't work
1904           under a whole bunch of compilers (they were deprecated already
1905           anyway).
1906
1907 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1908
1909         * gst/gstinfo.c: (_gst_debug_nameof_funcptr),
1910         (_gst_debug_register_funcptr):
1911         * gst/gstinfo.h:
1912           Fix illegal cast on some platforms (#309253).
1913
1914 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1915
1916         * gst/gstmessage.c: (gst_message_new_custom):
1917         * gst/gstmessage.h:
1918           Add _new_custom, make _new_application a macro to _new_custom.
1919
1920 2005-07-20  Wim Taymans  <wim@fluendo.com>
1921
1922         * gst/base/gstbasesrc.c: (gst_base_src_init),
1923         (gst_base_src_do_seek), (gst_base_src_loop), (gst_base_src_start):
1924         * gst/base/gstbasesrc.h:
1925         Add a gboolean to decide when to push out a discont.
1926
1927         * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
1928         (gst_queue_loop), (gst_queue_handle_src_query),
1929         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
1930         (gst_queue_set_property), (gst_queue_get_property):
1931         Some cleanups.
1932
1933         * tests/threadstate/threadstate1.c: (main):
1934         Make a thread test compile and run... very silly..
1935
1936
1937 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1938
1939         * docs/manual/appendix-porting.xml:
1940           Mention removal of libgstgconf-0.9.la and existence of gconf
1941           elements.
1942
1943 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1944
1945         * docs/pwg/advanced-clock.xml:
1946         * docs/pwg/appendix-porting.xml:
1947         * docs/pwg/intro-preface.xml:
1948         * docs/pwg/other-base.xml:
1949         * docs/pwg/other-manager.xml:
1950         * docs/pwg/other-nton.xml:
1951         * docs/pwg/other-ntoone.xml:
1952         * docs/pwg/other-oneton.xml:
1953         * docs/pwg/pwg.xml:
1954           Document base classes, update sections of n-to-1 and 1-to-n (muxer,
1955           demuxer), remove n-to-n (was never written), fix some code examples
1956           and links and update the porting section to include all this.
1957
1958 2005-07-19  Wim Taymans  <wim@fluendo.com>
1959
1960         * gst/gstqueue.c: (gst_queue_init), (gst_queue_handle_sink_event),
1961         (gst_queue_chain), (gst_queue_loop), (gst_queue_handle_src_event),
1962         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
1963         (gst_queue_src_activate_push), (gst_queue_change_state),
1964         (gst_queue_get_property):
1965         * gst/gstqueue.h:
1966         Propagate GstFlowReturn more intelligently upstream and output
1967         an ERROR/EOS when streaming stopped due to fatal error.
1968
1969 2005-07-19  Wim Taymans  <wim@fluendo.com>
1970
1971         * tools/gst-launch.c: (check_intr), (event_loop), (main):
1972         Don't block forever for the state change to complete, the
1973         pipeline already did with a sensible timeout.
1974
1975 2005-07-19  Wim Taymans  <wim@fluendo.com>
1976
1977         * gst/base/gstbasesrc.c: (gst_base_src_get_range):
1978         Make sure we never call the create function is we
1979         got deactivated.
1980
1981 2005-07-19  Andy Wingo  <wingo@pobox.com>
1982
1983         * gst/parse/parse.l: Attempt to solve bug #172815.
1984
1985 2005-07-19  Wim Taymans  <wim@fluendo.com>
1986
1987         * docs/design/part-clocks.txt:
1988         * docs/design/part-events.txt:
1989         * gst/base/gstbasesrc.c: (gst_base_src_do_seek):
1990         Small docs updates.
1991         Only update the seeking values when we are not
1992         busy streaming.
1993
1994 2005-07-19  Jan Schmidt  <thaytan@mad.scientist.com>
1995
1996         * gst/base/gstbasesrc.c: (gst_base_src_loop):
1997           Oops, ignore the result of gst_pad_push_event here.
1998
1999 2005-07-19  Jan Schmidt  <thaytan@mad.scientist.com>
2000
2001         * gst/base/gstbasesrc.c: (gst_base_src_loop),
2002         (gst_base_src_activate_push):
2003           Send discont event from the loop function, as pads
2004           aren't activated yet in the activate_push handler.
2005
2006         * gst/gstbin.c: (bin_bus_handler):
2007           Don't leak element name.
2008
2009 2005-07-18  Andy Wingo  <wingo@pobox.com>
2010
2011         * configure.ac: Use AS_LIBTOOL_TAGS.
2012
2013 2005-07-18  Wim Taymans  <wim@fluendo.com>
2014
2015         * docs/gst/gstreamer.types:
2016         Remove deleted types.
2017
2018 2005-07-18  Wim Taymans  <wim@fluendo.com>
2019
2020         * check/elements/gstfakesrc.c: (GST_START_TEST):
2021         * configure.ac:
2022         * gst/Makefile.am:
2023         * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
2024         (init_popt_callback):
2025         * gst/gst.h:
2026         * gst/gst_private.h:
2027         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_add_func),
2028         (gst_bin_remove_func), (gst_bin_get_state), (gst_bin_change_state):
2029         * gst/gstbin.h:
2030         * gst/gstbus.h:
2031         * gst/gstconfig.h.in:
2032         * gst/gstelement.c: (gst_element_class_init),
2033         (gst_element_set_base_time), (gst_element_get_base_time),
2034         (iterator_fold_with_resync), (gst_element_change_state),
2035         (gst_element_dispose), (gst_element_get_bus):
2036         * gst/gstelement.h:
2037         * gst/gstelementfactory.h:
2038         * gst/gsterror.c: (_gst_core_errors_init):
2039         * gst/gsterror.h:
2040         * gst/gstevent.h:
2041         * gst/gstghostpad.c: (gst_ghost_pad_do_activate_push):
2042         * gst/gstindex.c:
2043         * gst/gstinfo.c: (_gst_debug_init):
2044         * gst/gstmessage.c: (_gst_message_copy):
2045         * gst/gstmessage.h:
2046         * gst/gstminiobject.h:
2047         * gst/gstobject.c:
2048         * gst/gstobject.h:
2049         * gst/gstpad.c: (gst_pad_get_caps_unlocked), (gst_pad_accept_caps),
2050         (gst_pad_set_caps), (gst_pad_start_task), (gst_pad_stop_task):
2051         * gst/gstpad.h:
2052         * gst/gstparse.h:
2053         * gst/gstpipeline.c: (gst_pipeline_init), (gst_pipeline_dispose),
2054         (gst_pipeline_change_state), (gst_pipeline_set_new_stream_time),
2055         (gst_pipeline_get_last_stream_time):
2056         * gst/gstpipeline.h:
2057         * gst/gstpluginfeature.h:
2058         * gst/gstquery.h:
2059         * gst/gstscheduler.c:
2060         * gst/gstscheduler.h:
2061         * gst/gststructure.h:
2062         * gst/gsttask.c: (gst_task_get_type), (gst_task_class_init),
2063         (gst_task_finalize), (gst_task_func), (gst_task_create),
2064         (gst_task_set_lock), (gst_task_get_state), (gst_task_start),
2065         (gst_task_stop), (gst_task_pause):
2066         * gst/gsttask.h:
2067         * gst/gsttypefind.h:
2068         * gst/gsttypes.h:
2069         * gst/registries/gstlibxmlregistry.c: (load_feature),
2070         (gst_xml_registry_load), (gst_xml_registry_save_feature):
2071         * gst/registries/gstxmlregistry.c:
2072         (gst_xml_registry_start_element), (gst_xml_registry_save_feature):
2073         * gst/schedulers/threadscheduler.c:
2074         * libs/gst/control/dparammanager.h:
2075         * tools/gst-inspect.c: (print_element_list),
2076         (print_plugin_features), (print_element_features):
2077         * tools/gst-xmlinspect.c: (print_element_list),
2078         (print_plugin_info), (main):
2079         Removed plugable schedulers.
2080         Removed Scheduler/Manager from elements.
2081         Removed gsttypes.h, rearranged includes.
2082         Removed dependency pad<->element, element<>pipeline, and
2083         various others,  fix includes.
2084         implement gst_pad_get_parent() with gst_object_get_parent()
2085         Make GstTask sefcontained.
2086         Fix _get_state() on GstBin, it did not return ASYNC with a 0
2087         timeout.
2088         Fix endless loop in iterator_fold_with_resync.
2089
2090
2091 2005-07-18  Wim Taymans  <wim@fluendo.com>
2092
2093         * gst/Makefile.am:
2094         * gst/gstarch.h:
2095         Remove old file.
2096
2097 2005-07-18  Wim Taymans  <wim@fluendo.com>
2098
2099         * gst/Makefile.am:
2100         No more cothreads.h
2101
2102 2005-07-18  Wim Taymans  <wim@fluendo.com>
2103
2104         * gst/cothreads.c:
2105         * gst/cothreads.h:
2106         Let's remove these.
2107
2108 2005-07-18  Wim Taymans  <wim@fluendo.com>
2109
2110         * docs/design/part-dynamic.txt:
2111         * docs/design/part-events.txt:
2112         * docs/design/part-seeking.txt:
2113         Some more docs in the works.
2114
2115         * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
2116         (gst_base_transform_getcaps), (gst_base_transform_configure_caps),
2117         (gst_base_transform_setcaps), (gst_base_transform_get_size),
2118         (gst_base_transform_buffer_alloc), (gst_base_transform_event),
2119         (gst_base_transform_handle_buffer),
2120         (gst_base_transform_sink_activate_push),
2121         (gst_base_transform_src_activate_pull),
2122         (gst_base_transform_set_passthrough),
2123         (gst_base_transform_is_passthrough):
2124         Refcounting fixes.
2125
2126         * gst/gstbus.c: (gst_bus_source_dispatch), (gst_bus_poll):
2127         Cleanups.
2128
2129         * gst/gstevent.c: (gst_event_finalize):
2130         Set SRC to NULL.
2131
2132         * gst/gstutils.c: (gst_element_unlink),
2133         (gst_pad_get_parent_element), (gst_pad_proxy_getcaps),
2134         (gst_pad_proxy_setcaps):
2135         * gst/gstutils.h:
2136         Add _get_parent_element() to get a pads parent as an element.
2137
2138 2005-07-18  Wim Taymans  <wim@fluendo.com>
2139
2140         * check/gst/gstbin.c: (GST_START_TEST):
2141         Remove bogus test.
2142
2143 2005-07-18  Wim Taymans  <wim@fluendo.com>
2144
2145         * gst/base/gstbasesink.c: (gst_base_sink_pad_getcaps),
2146         (gst_base_sink_pad_setcaps), (gst_base_sink_pad_buffer_alloc),
2147         (gst_base_sink_preroll_queue_flush), (gst_base_sink_handle_object),
2148         (gst_base_sink_event), (gst_base_sink_do_sync),
2149         (gst_base_sink_chain), (gst_base_sink_loop),
2150         (gst_base_sink_deactivate), (gst_base_sink_activate_push),
2151         (gst_base_sink_activate_pull), (gst_base_sink_change_state):
2152         Refcounting fixes.
2153         Fix logic for returning ASYNC when not prerolled.
2154
2155 2005-07-18  Wim Taymans  <wim@fluendo.com>
2156
2157         * gst/gstqueue.c: (gst_queue_handle_sink_event):
2158         Fix nasty refcount bug.
2159
2160 2005-07-16 Philippe Khalaf <burger@speedy.org>
2161         * gst/elements/gstfdsrc.c:
2162         * gst/elements/gstfdsrc.h:
2163         * gst/elements/gstelements.c:
2164         * gst/elements/Makefile.am:
2165         Ported fdsrc to 0.9.
2166
2167 2005-07-16  Wim Taymans  <wim@fluendo.com>
2168
2169         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
2170         (gst_base_sink_do_sync):
2171         Fix compile error.
2172
2173 2005-07-16  Wim Taymans  <wim@fluendo.com>
2174
2175         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
2176         (gst_base_sink_event), (gst_base_sink_get_times),
2177         (gst_base_sink_do_sync), (gst_base_sink_change_state):
2178         * gst/base/gstbasesink.h:
2179         Store and use discont values when syncing buffers as described
2180         in design docs.
2181         
2182         * gst/base/gstbasesrc.c: (gst_base_src_send_discont),
2183         (gst_base_src_do_seek), (gst_base_src_loop), (gst_base_src_start),
2184         (gst_base_src_activate_push):
2185         Push discont event when starting.
2186
2187         * gst/elements/gstidentity.c: (gst_identity_transform):
2188         Small cleanups.
2189
2190         * gst/gstbin.c: (gst_bin_change_state):
2191         Small cleanups in base_time  distribution.
2192
2193         * gst/gstelement.c: (gst_element_set_base_time),
2194         (gst_element_get_base_time), (gst_element_change_state):
2195         * gst/gstelement.h:
2196         Added methods for the base_time of the element.
2197         Some MT fixes.
2198
2199         * gst/gstpipeline.c: (gst_pipeline_send_event),
2200         (gst_pipeline_change_state), (gst_pipeline_set_new_stream_time),
2201         (gst_pipeline_get_last_stream_time):
2202         * gst/gstpipeline.h:
2203         MT fixes.
2204         Handle seeking as described in design doc, remove stream_time
2205         hack.
2206         Cleanups clock and stream_time selection code. Added accessors
2207         for the stream_time.
2208         
2209
2210 2005-07-16  Andy Wingo  <wingo@pobox.com>
2211
2212         * gst/gsterror.c (_gst_core_errors_init): Use the magic word
2213         (#305291).
2214
2215 2005-07-16  Wim Taymans  <wim@fluendo.com>
2216
2217         * check/gst/gstbin.c: (GST_START_TEST):
2218         Make elements silent as the deep_notify refs the
2219         parent, which might make the test fail.
2220
2221         * gst/gstghostpad.c: (gst_ghost_pad_do_activate_push):
2222         Don't hold the lock for too long.
2223
2224 2005-07-16  Tim-Philipp M??ller  <tim at centricular dot net>
2225
2226         * gst/base/gstbasesrc.c: (gst_base_src_default_negotiate):
2227           Don't unref the caps we passed to gst_caps_make_writable() after
2228           passing them. gst_caps_make_writable() will do that for us.
2229
2230 2005-07-15  Andy Wingo  <wingo@pobox.com>
2231
2232         * gst/gstcaps.h (gst_caps_is_simple): Removed deprecated macro
2233         (#157311).
2234
2235         * gst/elements/gstidentity.c (marshal_VOID__MINIOBJECT): Write our
2236         own marshalling function for the handoff signal. Properly type the
2237         buffer as a buffer. Fixes some warnings. Should do a more general
2238         solution.
2239         (gst_identity_class_init): Plug into the right marshaller.
2240
2241 2005-07-15  Wim Taymans  <wim@fluendo.com>
2242
2243         * docs/design/part-TODO.txt:
2244         * docs/design/part-clocks.txt:
2245         * docs/design/part-element-sink.txt:
2246         * docs/design/part-events.txt:
2247         * docs/design/part-gstpipeline.txt:
2248         Updated docs, mostly DISCONT related.
2249
2250 2005-07-15  Tim-Philipp M??ller  <tim at centricular dot net>
2251
2252         * docs/pwg/building-pads.xml:
2253           s/GST_PAD_LINK_REFUSED/FALSE/ in gst_my_filter_setcaps()
2254
2255 2005-07-15  Andy Wingo  <wingo@pobox.com>
2256
2257         * tools/gst-typefind.c: Update, add copyright block.
2258
2259         * gst/base/gstbasesrc.c (gst_base_src_default_negotiate):
2260         Normalize and truncate caps before fixation.
2261
2262         * gst/gstcaps.h:
2263         * gst/gstcaps.c (gst_caps_truncate): New function, destructively
2264         discards all but the first structure from its argument.
2265
2266 2005-07-15  Wim Taymans  <wim@fluendo.com>
2267
2268         * gst/base/gstbasetransform.c: (gst_base_transform_init),
2269         (gst_base_transform_transform_caps), (gst_base_transform_getcaps),
2270         (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
2271         (gst_base_transform_get_size), (gst_base_transform_buffer_alloc),
2272         (gst_base_transform_handle_buffer), (gst_base_transform_getrange),
2273         (gst_base_transform_chain), (gst_base_transform_change_state),
2274         (gst_base_transform_set_passthrough),
2275         (gst_base_transform_is_passthrough):
2276         * gst/base/gstbasetransform.h:
2277         Make passthrough work using the bufferpools.
2278         Changed API a bit, subclasses have to write into a buffer
2279         provided by the base class.
2280         More debug info in nego functions.
2281         
2282         * gst/elements/gstidentity.c: (gst_identity_init),
2283         (gst_identity_transform):
2284         Port to new base class.
2285
2286 2005-07-15  Wim Taymans  <wim@fluendo.com>
2287
2288         * gst/gstmessage.c: (gst_message_new_state_changed):
2289         * tools/gst-launch.c: (event_loop), (main):
2290         Totally dump messages in -launch with the -m option.
2291         Fix message name for State messages,
2292
2293 2005-07-14  Wim Taymans  <wim@fluendo.com>
2294
2295         * gst/base/gstbasesrc.c: (gst_base_src_loop):
2296         Post error messages on errors.
2297
2298 2005-07-14  Wim Taymans  <wim@fluendo.com>
2299
2300         * gst/gstcaps.c: (gst_caps_do_simplify):
2301         Remove debug info.
2302
2303         * gst/gsterror.h:
2304         Define error for stream stopped.
2305
2306         * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
2307         (gst_proxy_pad_do_chain), (gst_proxy_pad_do_getrange):
2308         Do proper return values.
2309
2310         * gst/gstpad.c: (gst_pad_get_caps_unlocked), (gst_pad_accept_caps),
2311         (gst_pad_set_caps), (gst_pad_chain), (gst_pad_push),
2312         (gst_pad_get_range):
2313         Better return values.
2314
2315         * gst/gstpad.h:
2316         Reorganise return values, add macro to check for fatal errors.
2317
2318         * gst/gstqueue.c: (gst_queue_chain):
2319         Return proper GstFlowReturn values,
2320
2321 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2322
2323         * docs/gst/gstreamer-sections.txt:
2324         * docs/gst/gstreamer.types:
2325         * docs/gst/tmpl/gst.sgml:
2326         * docs/gst/tmpl/gstbasesink.sgml:
2327         * docs/gst/tmpl/gstbasesrc.sgml:
2328         * docs/gst/tmpl/gstbasetransform.sgml:
2329         * docs/gst/tmpl/gstbin.sgml:
2330         * docs/gst/tmpl/gstbuffer.sgml:
2331         * docs/gst/tmpl/gstcaps.sgml:
2332         * docs/gst/tmpl/gstclock.sgml:
2333         * docs/gst/tmpl/gstcompat.sgml:
2334         * docs/gst/tmpl/gstconfig.sgml:
2335         * docs/gst/tmpl/gstelement.sgml:
2336         * docs/gst/tmpl/gstelementdetails.sgml:
2337         * docs/gst/tmpl/gstelementfactory.sgml:
2338         * docs/gst/tmpl/gstenumtypes.sgml:
2339         * docs/gst/tmpl/gsterror.sgml:
2340         * docs/gst/tmpl/gstevent.sgml:
2341         * docs/gst/tmpl/gstfakesink.sgml:
2342         * docs/gst/tmpl/gstfakesrc.sgml:
2343         * docs/gst/tmpl/gstfilesink.sgml:
2344         * docs/gst/tmpl/gstfilesrc.sgml:
2345         * docs/gst/tmpl/gstfilter.sgml:
2346         * docs/gst/tmpl/gstformat.sgml:
2347         * docs/gst/tmpl/gstghostpad.sgml:
2348         * docs/gst/tmpl/gstimplementsinterface.sgml:
2349         * docs/gst/tmpl/gstindex.sgml:
2350         * docs/gst/tmpl/gstindexfactory.sgml:
2351         * docs/gst/tmpl/gstinfo.sgml:
2352         * docs/gst/tmpl/gstiterator.sgml:
2353         * docs/gst/tmpl/gstmacros.sgml:
2354         * docs/gst/tmpl/gstmemchunk.sgml:
2355         * docs/gst/tmpl/gstminiobject.sgml:
2356         * docs/gst/tmpl/gstobject.sgml:
2357         * docs/gst/tmpl/gstpad.sgml:
2358         * docs/gst/tmpl/gstpadtemplate.sgml:
2359         * docs/gst/tmpl/gstparse.sgml:
2360         * docs/gst/tmpl/gstpipeline.sgml:
2361         * docs/gst/tmpl/gstplugin.sgml:
2362         * docs/gst/tmpl/gstpluginfeature.sgml:
2363         * docs/gst/tmpl/gstquery.sgml:
2364         * docs/gst/tmpl/gstqueue.sgml:
2365         * docs/gst/tmpl/gstregistry.sgml:
2366         * docs/gst/tmpl/gstregistrypool.sgml:
2367         * docs/gst/tmpl/gstscheduler.sgml:
2368         * docs/gst/tmpl/gstschedulerfactory.sgml:
2369         * docs/gst/tmpl/gststructure.sgml:
2370         * docs/gst/tmpl/gstsystemclock.sgml:
2371         * docs/gst/tmpl/gsttaglist.sgml:
2372         * docs/gst/tmpl/gsttagsetter.sgml:
2373         * docs/gst/tmpl/gsttrace.sgml:
2374         * docs/gst/tmpl/gsttrashstack.sgml:
2375         * docs/gst/tmpl/gsttypefind.sgml:
2376         * docs/gst/tmpl/gsttypefindfactory.sgml:
2377         * docs/gst/tmpl/gsttypes.sgml:
2378         * docs/gst/tmpl/gsturihandler.sgml:
2379         * docs/gst/tmpl/gsturitype.sgml:
2380         * docs/gst/tmpl/gstutils.sgml:
2381         * docs/gst/tmpl/gstvalue.sgml:
2382         * docs/gst/tmpl/gstversion.sgml:
2383         * docs/gst/tmpl/gstxml.sgml:
2384         * docs/libs/tmpl/gstcontrol.sgml:
2385         * docs/libs/tmpl/gstdataprotocol.sgml:
2386         * docs/libs/tmpl/gstdparam.sgml:
2387         * docs/libs/tmpl/gstdplinint.sgml:
2388         * docs/libs/tmpl/gstdpman.sgml:
2389         * docs/libs/tmpl/gstdpsmooth.sgml:
2390         * docs/libs/tmpl/gstgetbits.sgml:
2391         * docs/libs/tmpl/gstunitconvert.sgml:
2392         * gst/base/gstpushsrc.c: (gst_push_src_get_type),
2393         (gst_push_src_base_init), (gst_push_src_class_init),
2394         (gst_push_src_init), (gst_push_src_create):
2395         * gst/base/gstpushsrc.h:
2396         * gst/elements/gstelements.c:
2397         * gst/elements/gstfakesink.c: (gst_fake_sink_state_error_get_type),
2398         (gst_fake_sink_base_init), (gst_fake_sink_class_init),
2399         (gst_fake_sink_init), (gst_fake_sink_set_property),
2400         (gst_fake_sink_get_property), (gst_fake_sink_get_times),
2401         (gst_fake_sink_event), (gst_fake_sink_preroll),
2402         (gst_fake_sink_render), (gst_fake_sink_change_state):
2403         * gst/elements/gstfakesink.h:
2404         * gst/elements/gstfakesrc.c: (gst_fake_src_data_get_type),
2405         (gst_fake_src_sizetype_get_type), (gst_fake_src_filltype_get_type),
2406         (gst_fake_src_base_init), (gst_fake_src_class_init),
2407         (gst_fake_src_init), (gst_fake_src_event_handler),
2408         (gst_fake_src_alloc_parent), (gst_fake_src_set_property),
2409         (gst_fake_src_get_property), (gst_fake_src_prepare_buffer),
2410         (gst_fake_src_alloc_buffer), (gst_fake_src_get_size),
2411         (gst_fake_src_create_buffer), (gst_fake_src_create),
2412         (gst_fake_src_start), (gst_fake_src_stop):
2413         * gst/elements/gstfakesrc.h:
2414         * gst/elements/gstfilesink.c: (_do_init),
2415         (gst_file_sink_base_init), (gst_file_sink_class_init),
2416         (gst_file_sink_init), (gst_file_sink_dispose),
2417         (gst_file_sink_set_location), (gst_file_sink_set_property),
2418         (gst_file_sink_get_property), (gst_file_sink_open_file),
2419         (gst_file_sink_close_file), (gst_file_sink_query),
2420         (gst_file_sink_event), (gst_file_sink_render),
2421         (gst_file_sink_change_state), (gst_file_sink_uri_get_type),
2422         (gst_file_sink_uri_get_protocols), (gst_file_sink_uri_get_uri),
2423         (gst_file_sink_uri_set_uri), (gst_file_sink_uri_handler_init):
2424         * gst/elements/gstfilesink.h:
2425         * gst/elements/gstfilesrc.c: (_do_init), (gst_file_src_base_init),
2426         (gst_file_src_class_init), (gst_file_src_init),
2427         (gst_file_src_finalize), (gst_file_src_set_location),
2428         (gst_file_src_set_property), (gst_file_src_get_property),
2429         (gst_file_src_map_region), (gst_file_src_map_small_region),
2430         (gst_file_src_create_mmap), (gst_file_src_create_read),
2431         (gst_file_src_create), (gst_file_src_is_seekable),
2432         (gst_file_src_get_size), (gst_file_src_start), (gst_file_src_stop),
2433         (gst_file_src_uri_get_type), (gst_file_src_uri_get_protocols),
2434         (gst_file_src_uri_get_uri), (gst_file_src_uri_set_uri),
2435         (gst_file_src_uri_handler_init):
2436         * gst/elements/gstfilesrc.h:
2437           more autistic cleanliness in functions/names/defines
2438
2439 2005-07-13  Andy Wingo  <wingo@pobox.com>
2440
2441         * gst/base/gstbasesrc.c (gst_base_src_start): Post an error if the
2442         source couldn't negotiate.
2443
2444         * gst/parse/grammar.y: Revert 1.54->1.55, so we now do filtered
2445         connections again.
2446
2447         * gst/gstutils.h:
2448         * gst/gstutils.c (gst_element_link_pads_filtered): New old
2449         function. I am channeling Hades. Put your boots on suckers!!!
2450
2451 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2452
2453         * testsuite/caps/Makefile.am:
2454         * testsuite/caps/value_compare.c:
2455         * testsuite/caps/value_intersect.c:
2456         * check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
2457           move two testsuite apps over to the check dir
2458
2459 2005-07-12  Wim Taymans  <wim@fluendo.com>
2460
2461         * gst/base/gstbasetransform.c: (gst_base_transform_setcaps):
2462         Added more debug info in the negotiate process.
2463
2464         * gst/gstmessage.h:
2465         Prepare for segment playback.
2466
2467         * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_set_caps):
2468         Better debugging.
2469
2470         * gst/gstutils.c:
2471         Some more docs.
2472
2473         * tools/gst-launch.c: (main):
2474         NULL pipeline on errors.
2475
2476 2005-07-12  Andy Wingo  <wingo@pobox.com>
2477
2478         * gst/gstbuffer.c (_gst_buffer_copy): Copy the buffer whether or
2479         not it comes from a malloc region. Make sure our copy gets freed.
2480
2481 2005-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2482
2483         * check/gst/gstelement.c: (GST_START_TEST), (gst_element_suite):
2484         * check/gst/gstmessage.c: (GST_START_TEST):
2485         * check/gst/gststructure.c: (GST_START_TEST),
2486         (gst_structure_suite), (main):
2487           more testing
2488         * gst/gstelement.c: (gst_element_message_full):
2489           clean up GError and debug string now that they get copied
2490         * gst/gstmessage.c: (gst_message_new_error),
2491         (gst_message_new_warning), (gst_message_parse_error),
2492         (gst_message_parse_warning):
2493           use GST_TYPE_G_ERROR for structure_new, and take copies of
2494           arguments, so that we don't mess up refcounting
2495
2496 2005-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2497
2498         * check/Makefile.am:
2499           add per-test valgrind targets
2500         * check/gst-libs/gdp.c: (GST_START_TEST),
2501         (gst_data_protocol_suite), (main):
2502           clean up
2503
2504 2005-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2505
2506         * check/Makefile.am:
2507           instate more valgrindable tests
2508         * check/elements/gstfakesrc.c: (chain_func), (event_func),
2509         (GST_START_TEST), (fakesrc_suite):
2510         * check/gst/gstpad.c: (GST_START_TEST):
2511         * check/gst/gststructure.c: (GST_START_TEST):
2512           fix test leaks
2513         * docs/gst/tmpl/gstminiobject.sgml:
2514         * gst/gstpad.c: (gst_pad_finalize):
2515           fix the static mutex leak
2516
2517 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2518
2519         * check/Makefile.am:
2520           add two more tests for valgrinding
2521         * check/gst/gstvalue.c: (GST_START_TEST):
2522           test refcount of deserialized buffer, found a leak
2523         * docs/gst/gstreamer-docs.sgml:
2524         * docs/gst/gstreamer-sections.txt:
2525         * docs/gst/gstreamer.types:
2526         * docs/gst/tmpl/gstminiobject.sgml:
2527           add miniobject to docs
2528         * gst/gstminiobject.c:
2529           add some docs
2530         * gst/gstvalue.c: (gst_value_deserialize_buffer),
2531         (gst_string_unwrap):
2532           fix a hard-to-find invalid write for one of the tests
2533           fix a leak for deserialized buffers
2534
2535 2005-07-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2536
2537         * docs/pwg/advanced-events.xml:
2538         * docs/pwg/advanced-request.xml:
2539         * docs/pwg/advanced-scheduling.xml:
2540         * docs/pwg/appendix-porting.xml:
2541         * docs/pwg/building-boiler.xml:
2542         * docs/pwg/intro-preface.xml:
2543         * docs/pwg/other-ntoone.xml:
2544           Rewrite scheduling-chapter for scheduling model in 0.9. Add lots
2545           of example code and explanation for pad activation, loop() and
2546           getrange() functions and a bit more. Remove old comments pointing
2547           to loop-functions.
2548         * examples/pwg/Makefile.am:
2549           Add loop/getrange examples.
2550
2551 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2552
2553         * configure.ac:
2554           check for valgrind binary + some fixes
2555         * check/gst.supp:
2556           valgrind suppressions for the tests
2557         * check/Makefile.am:
2558           add a valgrind: target that valgrinds the unit tests
2559         * check/gst/gst.c: (GST_START_TEST), (gst_suite):
2560         * check/gst/gstbin.c: (pop_messages), (GST_START_TEST):
2561         * check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
2562         * check/gst/gstghostpad.c:
2563           added some cleanup
2564         * check/gst/gstdata.c:
2565           removed
2566         * check/gst/gstminiobject.c: (GST_START_TEST), (thread_ref),
2567         (thread_unref), (gst_mini_object_suite), (main):
2568           added
2569         * gst/gst.c: (gst_deinit):
2570         * gst/gst.h:
2571           add a method to clean up.
2572         * gst/gstsystemclock.c: (gst_system_clock_dispose),
2573         (gst_system_clock_obtain):
2574           allow for disposing the system clock.
2575         * tools/gst-launch.c: (main):
2576           deinit
2577
2578 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2579
2580         * docs/gst/tmpl/gstbasesrc.sgml:
2581         * docs/gst/tmpl/gstfakesrc.sgml:
2582         * gst/base/gstbasesrc.c: (gst_base_src_class_init),
2583         (gst_base_src_init), (gst_base_src_set_property),
2584         (gst_base_src_get_property), (gst_base_src_get_range),
2585         (gst_base_src_start):
2586         * gst/base/gstbasesrc.h:
2587           add num-buffers property
2588         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
2589         (gst_fakesrc_init), (gst_fakesrc_set_property),
2590         (gst_fakesrc_get_property), (gst_fakesrc_create),
2591         (gst_fakesrc_start):
2592           remove num-buffers property
2593
2594 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2595
2596         * docs/gst/gstreamer-sections.txt:
2597         * docs/gst/tmpl/gstbasesink.sgml:
2598         * docs/gst/tmpl/gstbasesrc.sgml:
2599         * gst/base/gstbasesink.c: (gst_base_sink_pad_getcaps),
2600         (gst_base_sink_pad_setcaps), (gst_base_sink_pad_buffer_alloc),
2601         (gst_base_sink_finalize), (gst_base_sink_set_clock),
2602         (gst_base_sink_set_property), (gst_base_sink_get_property),
2603         (gst_base_sink_handle_object), (gst_base_sink_event),
2604         (gst_base_sink_do_sync), (gst_base_sink_handle_event),
2605         (gst_base_sink_handle_buffer), (gst_base_sink_chain),
2606         (gst_base_sink_loop), (gst_base_sink_deactivate),
2607         (gst_base_sink_activate_push), (gst_base_sink_activate_pull),
2608         (gst_base_sink_change_state):
2609         * gst/base/gstbasesink.h:
2610         * gst/base/gstbasesrc.h:
2611         * gst/elements/gstfakesink.c: (gst_fakesink_get_times):
2612         * gst/elements/gstfilesink.c: (gst_filesink_class_init),
2613         (gst_filesink_init):
2614           more macro splitting
2615
2616 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2617
2618         * gst/gstelement.c: (gst_element_get_bus):
2619           add debug
2620         * tools/gst-launch.c: (check_intr), (event_loop):
2621           fix bus leaks
2622
2623 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2624
2625         * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked):
2626           fix a caps leak
2627
2628 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2629
2630         * gst/base/gstbasesrc.c: (gst_base_src_class_init),
2631         (gst_base_src_finalize):
2632           add finalize method and clean up properly
2633         * gst/gstpipeline.c: (gst_pipeline_dispose):
2634           add debug
2635
2636 2005-07-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2637
2638         * check/gst/gstbin.c: (pop_messages), (GST_START_TEST),
2639         (gst_bin_suite):
2640           add more things to check
2641         * gst/gstbin.c: (gst_bin_change_state), (bin_bus_handler):
2642         * gst/gstelement.c:
2643           more debug
2644
2645 2005-07-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2646
2647         * check/elements/gstfakesrc.c: (chain_func), (event_func),
2648         (GST_START_TEST), (fakesrc_suite):
2649         * check/gst-libs/gdp.c: (GST_START_TEST):
2650         * check/gst/gst.c: (GST_START_TEST):
2651         * check/gst/gstbin.c: (GST_START_TEST), (gst_bin_suite):
2652         * check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
2653         * check/gst/gstbus.c: (GST_START_TEST):
2654         * check/gst/gstcaps.c: (GST_START_TEST):
2655         * check/gst/gstdata.c: (GST_START_TEST):
2656         * check/gst/gstelement.c: (GST_START_TEST):
2657         * check/gst/gstghostpad.c: (GST_START_TEST):
2658         * check/gst/gstiterator.c: (GST_START_TEST):
2659         * check/gst/gstmessage.c: (GST_START_TEST):
2660         * check/gst/gstobject.c: (GST_START_TEST):
2661         * check/gst/gstpad.c: (GST_START_TEST):
2662         * check/gst/gststructure.c: (GST_START_TEST):
2663         * check/gst/gstsystemclock.c: (GST_START_TEST),
2664         (gst_systemclock_suite):
2665         * check/gst/gsttag.c: (GST_START_TEST), (gst_tag_suite):
2666         * check/gst/gstvalue.c: (GST_START_TEST):
2667         * check/pipelines/cleanup.c: (GST_START_TEST):
2668         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2669         * check/states/sinks.c: (GST_START_TEST):
2670         * check/gstcheck.c: (gst_check_init):
2671         * check/gstcheck.h:
2672           add debugging category
2673           use GST_START_TEST now, so we add a debug line
2674
2675 2005-07-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2676
2677         * check/gst/gstbin.c: (START_TEST), (gst_bin_suite):
2678           add test for state change message on a bin
2679         * check/gst/gstelement.c: (START_TEST), (gst_element_suite):
2680           add another test
2681         * gst/gstbin.c: (gst_bin_init):
2682         * gst/gstbus.c: (gst_bus_init), (gst_bus_post):
2683         * gst/gstelement.c: (gst_element_post_message),
2684         (gst_element_set_state):
2685         * gst/gstelementfactory.c: (gst_element_factory_create):
2686         * gst/gstmessage.c: (gst_message_new):
2687         * gst/gstscheduler.c:
2688           various debugging additions and cleanups
2689
2690 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2691
2692         * check/Makefile.am:
2693         * check/gst/gstelement.c: (START_TEST), (gst_element_suite),
2694         (main):
2695           adding tests for elements
2696         * gst/gstelement.c: (gst_element_dispose):
2697
2698 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2699
2700         * gst/registries/gstlibxmlregistry.c: (load_feature):
2701           plug more leaks.  A simple gst_init() now is leakfree, yay.
2702
2703 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2704
2705         * gst/registries/gstlibxmlregistry.c: (read_string), (load_paths),
2706         (gst_xml_registry_load):
2707           plug another memleak
2708
2709 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2710
2711         * configure.ac:
2712           use GST_SET_ERROR_CFLAGS
2713         * docs/faq/cvs.xml:
2714           change to ERROR_CFLAGS
2715
2716 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2717
2718         * configure.ac:
2719           make GST_ERROR_CFLAGS overridable and re-enable Werror
2720         * docs/faq/cvs.xml:
2721           add a note about error CFLAGS
2722         * docs/gst/tmpl/gstfakesrc.sgml:
2723         * gst/elements/gstfakesrc.c:
2724           comment out some unused code
2725         * gst/gst.c: (split_and_iterate):
2726         * gst/registries/gstlibxmlregistry.c: (load_pad_template),
2727         (load_feature):
2728           plug some memleaks
2729
2730 2005-07-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2731
2732         * common/Makefile.am:
2733         * common/gtk-doc.mak:
2734         * docs/gst/Makefile.am:
2735           factor out gtk-doc.mak
2736
2737 2005-07-07  Wim Taymans  <wim@fluendo.com>
2738
2739         * gst/schedulers/threadscheduler.c: (gst_thread_scheduler_func),
2740         (gst_thread_scheduler_dispose):
2741         Unlock the STREAM_LOCK completely.
2742
2743 2005-07-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2744
2745         * check/Makefile.am:
2746         * check/elements/.cvsignore:
2747         * check/elements/gstfakesrc.c: (chain_func), (event_func),
2748         (START_TEST), (fakesrc_suite), (main):
2749         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
2750         (gst_fakesrc_set_property), (gst_fakesrc_get_property),
2751         (gst_fakesrc_create), (gst_fakesrc_start):
2752         * gst/elements/gstfakesrc.h:
2753           adding a first element test
2754
2755 2005-07-07  Andy Wingo  <wingo@pobox.com>
2756
2757         * gst/gstbus.c (gst_bus_have_pending): Remove intensely irritating
2758         debug message.
2759
2760 2005-07-07  Wim Taymans  <wim@fluendo.com>
2761
2762         * gst/gstquery.c:
2763         * gst/gstquery.h:
2764         Remove old types
2765
2766 2005-07-07  Wim Taymans  <wim@fluendo.com>
2767
2768         * gst/base/gstbasesrc.c: (gst_base_src_get_range),
2769         (gst_base_src_default_negotiate), (gst_base_src_negotiate):
2770         Allow subclasses to implement their own negotiation.
2771
2772 2005-07-07  Jan Schmidt  <thaytan@mad.scientist.com>
2773
2774         * docs/design/part-gstbin.txt:
2775         * docs/design/part-gstpipeline.txt:
2776           Update design notes to reflect the movement of
2777           responsibility for bus handling from GstPipeline to
2778           GstBin
2779
2780 2005-07-07  Jan Schmidt  <thaytan@mad.scientist.com>
2781
2782         * configure.ac:
2783           Remove unnecessary queue2/3/4 examples.
2784
2785 2005-07-07  Jan Schmidt  <thaytan@mad.scientist.com>
2786
2787         * examples/Makefile.am:
2788         * examples/helloworld/helloworld.c: (event_loop), (main):
2789         * examples/queue/queue.c: (event_loop), (main):
2790         * examples/queue2/queue2.c: (main):
2791           Update a couple of the examples to work again.
2792
2793         * gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_empty),
2794         (gst_base_sink_preroll_queue_flush), (gst_base_sink_handle_event):
2795          Spelling corrections and extra debug.
2796         
2797         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_init), (is_eos),
2798         (gst_bin_add_func), (bin_element_is_sink), (gst_bin_get_state),
2799         (gst_bin_change_state), (gst_bin_dispose), (bin_bus_handler):
2800         * gst/gstbin.h:
2801         * gst/gstpipeline.c: (gst_pipeline_init), (gst_pipeline_dispose),
2802         (gst_pipeline_change_state):
2803         * gst/gstpipeline.h:
2804           Move the bus handler for children to the GstBin, and create a
2805           separate bus for receiving messages from children to the one the
2806           bus sends 'upwards' on.
2807
2808 2005-07-06  Wim Taymans  <wim@fluendo.com>
2809
2810         * gst/base/README:
2811         * gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_empty),
2812         (gst_base_sink_handle_object), (gst_base_sink_loop),
2813         (gst_base_sink_change_state):
2814         * gst/base/gstbasesink.h:
2815         * gst/base/gstbasesrc.c: (gst_base_src_class_init),
2816         (gst_base_src_init), (gst_base_src_setcaps),
2817         (gst_base_src_getcaps), (gst_base_src_loop),
2818         (gst_base_src_default_negotiate), (gst_base_src_negotiate),
2819         (gst_base_src_start), (gst_base_src_change_state):
2820         * gst/base/gstbasesrc.h:
2821         Make basesrc negotiate.
2822         Handle the case where preroll fails in basesink.
2823         Update README.
2824
2825 2005-07-06  Wim Taymans  <wim@fluendo.com>
2826
2827         * gst/gstpad.c: (gst_pad_fixate_caps), (gst_pad_accept_caps):
2828         Implement the fixate function.
2829         Clean up acceptcaps.
2830
2831 2005-07-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2832
2833         * docs/pwg/building-filterfactory.xml:
2834         * docs/pwg/pwg.xml:
2835           Remove never-written filter-factory chapter; I'll add the various
2836           base classes to part 4 ("other element types") later on.
2837
2838 2005-07-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2839
2840         * docs/pwg/advanced-negotiation.xml:
2841         * docs/pwg/building-boiler.xml:
2842         * docs/pwg/building-pads.xml:
2843         * docs/pwg/pwg.xml:
2844         * examples/pwg/Makefile.am:
2845           Add a chapter on caps negotiation, simplify the original code
2846           samples a bit w.r.t. caps negotiation, add link to the advanced
2847           section. Add a bunch of examples showing different use cases of
2848           different types of caps negotiation. Upstream renegotiation isn't
2849           fully documented yet since nobody knows how that works.
2850
2851 2005-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2852
2853         * check/gst/gstpad.c:
2854         * check/gstcheck.c:
2855         * gst/gstpad.c: (gst_pad_get_internal_links_default):
2856           if pad has no parent, return NULL as list of internal links
2857
2858 2005-07-05  Andy Wingo  <wingo@pobox.com>
2859
2860         * gst/elements/gstfilesrc.c:
2861         * gst/elements/gstfakesrc.c: 
2862         * gst/base/gstpushsrc.c:
2863         * gst/base/gstbasesrc.h: 
2864         * gst/base/gstbasesrc.c: s/BASESRC/BASE_SRC/g.
2865         
2866 2005-07-05  Stefan Kost  <ensonic@users.sf.net>
2867
2868         * Makefile.am:
2869           better report generation target (lcov needs a patch)
2870
2871 2005-07-05  Andy Wingo  <wingo@pobox.com>
2872
2873         * gst/elements, testsuite: Null if we got it...
2874
2875 2005-07-05  Wim Taymans  <wim@fluendo.com>
2876
2877         * configure.ac:
2878         * libs/gst/dataprotocol/Makefile.am:
2879         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_validate_packet):
2880         * libs/gst/dataprotocol/dataprotocol.h:
2881         * pkgconfig/Makefile.am:
2882         * pkgconfig/gstreamer-dataprotocol-uninstalled.pc.in:
2883         * pkgconfig/gstreamer-dataprotocol.pc.in:
2884         Ported dataprotol to 0.9. 
2885         Added pkgconfig files.
2886
2887 2005-07-05  Andy Wingo  <wingo@pobox.com>
2888
2889         * gst/base/gstbasetransform.c (gst_base_transform_setcaps):
2890         Default to returning TRUE for the case when tranform_caps returns
2891         a fixed caps, like for identity or volume.
2892
2893         * check/gst/gstbus.c (pound_bus_with_messages): 
2894         * check/gst/gstmessage.c (START_TEST): 
2895         * check/pipelines/simple_launch_lines.c (got_handoff): Application
2896         message API change.
2897
2898         * gst/base/gstbasetransform.c (gst_base_transform_setcaps): More
2899         logic weaks here: always run transform_caps, trying passthrough
2900         operation only if the original caps intersects with the transform.
2901
2902         * gst/gstpad.c (gst_pad_link_check_compatible_unlocked): Debug
2903         source and sink caps.
2904
2905         * gst/base/gstbasetransform.c (gst_base_transform_getcaps):
2906         Intersect the peer caps with the pad template before going into
2907         transform_caps.
2908         (gst_base_transform_transform_caps): More debugging.
2909
2910         * gst/gstmessage.h (gst_message_new_application): Take a GstObject
2911         src argument.
2912
2913 2005-07-04  Edward Hervey  <edward@fluendo.com>
2914
2915         * gst/gstutils.c:
2916         * gst/gstutils.h:
2917         (gst_pad_add_*_probe): now returns the signal id for better wrapping
2918         in bindings.
2919
2920 2005-07-04  Andy Wingo  <wingo@pobox.com>
2921
2922         * check/gst/gstpad.c: Only set explicit caps on pads.
2923
2924 2005-07-01  Andy Wingo  <wingo@pobox.com>
2925
2926         * tests/network-clock.scm: Commentary update.
2927
2928         * gst/elements/gstidentity.c (PROP_DUPLICATE): Gone daddy gone.
2929         Didn't really make sense, not implementable with basetransform,
2930         etc.
2931         (gst_identity_transform): Unref inbuf via make_writable. Feeble
2932         attempt at implementing the sync property, needs an unlock method.
2933
2934         * gst/base/gstbasetransform.c (gst_base_transform_transform_caps):
2935         New func, by default returns the same caps (the identity
2936         transformation).
2937         (gst_base_transform_getcaps): Uses transform_caps to return
2938         something sensible.
2939         (gst_base_transform_setcaps): Complicated logic to get caps on
2940         both pads, even if they are different, and to call set_caps once
2941         for every time both pads get their caps set.
2942         (gst_base_transform_handle_buffer): Give the ref to the transform
2943         function. Allows in-place modification of the buffer.
2944
2945         * gst/base/gstbasetransform.h (transform_caps): New class method.
2946         Given caps on one side, what can I do on the other.
2947         (set_caps): Take two caps, one for each side of the element.
2948
2949         * gst/gstpad.h:
2950         * gst/gstpad.c (gst_pad_fixate_caps): Change prototype to modify
2951         caps in place. This is safe because we can check the mutability of
2952         the caps, and a good idea because fixate functions are just called
2953         as a matter of last resort. (Not actually implemented.)
2954         (gst_pad_set_caps): If the caps we're setting is actually the same
2955         as the existing pad caps, just update the pointer without calling
2956         setcaps. Assert that caps is either NULL or fixed, as per the
2957         docs.
2958
2959         * gst/gstghostpad.c: Update for fixate changes.
2960
2961 2005-07-02  Andy Wingo  <wingo@pobox.com>
2962
2963         * gst/gstcaps.c:
2964         * gst/gstcaps.h (gst_static_caps_get): Not const return, having
2965         two refcounts makes it immutable, which is enough. Doc more.
2966
2967 2005-07-02  Jan Schmidt  <thaytan@mad.scientist.com>
2968
2969         * gst/gstpad.c: (gst_pad_emit_have_data_signal):
2970           Put the mini_object into GValue as a mini_object,
2971           not a gpointer, since that's how we declared
2972           the signal.
2973
2974 2005-07-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2975
2976         * examples/pwg/Makefile.am:
2977           Fix buildbot again.
2978
2979 2005-07-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2980
2981         * docs/pwg/building-testapp.xml:
2982           Add extra check.
2983         * examples/pwg/Makefile.am:
2984           Fix buildbot.
2985
2986 2005-07-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2987
2988         * configure.ac:
2989         * examples/Makefile.am:
2990         * examples/pwg/Makefile.am:
2991         * examples/pwg/extract.pl:
2992           Enable building the PWG examples.
2993         * docs/pwg/advanced-interfaces.xml:
2994           Add URI interface stub.
2995         * docs/pwg/advanced-types.xml:
2996         * docs/pwg/other-autoplugger.xml:
2997         * docs/pwg/appendix-porting.xml:
2998         * docs/pwg/pwg.xml:
2999           Add porting guide (mostly stubs), remove autoplugging (see ADM).
3000         * docs/pwg/building-boiler.xml:
3001         * docs/pwg/building-chainfn.xml:
3002         * docs/pwg/building-pads.xml:
3003         * docs/pwg/building-props.xml:
3004         * docs/pwg/building-state.xml:
3005         * docs/pwg/building-testapp.xml:
3006           Update the building-*.xml parts for 0.9 changes. All examples
3007           code blocks compile in examples/pwg/*.
3008
3009 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3010
3011         * docs/manual/advanced-autoplugging.xml:
3012         * docs/manual/appendix-checklist.xml:
3013         * docs/manual/appendix-integration.xml:
3014         * docs/manual/highlevel-components.xml:
3015           Fix playbin/decodebin examples, update docs a bit, mention bus
3016           instead of signals in various places, mention kmplayer and
3017           kaffeine since they have a working GStreamer backend in the KDE
3018           section.
3019
3020 2005-06-30  Wim Taymans  <wim@fluendo.com>
3021
3022         * CHANGES-0.9:
3023         * docs/design/draft-ghostpads.txt:
3024         * docs/design/draft-push-pull.txt:
3025         * docs/design/draft-query.txt:
3026         * docs/design/part-TODO.txt:
3027         * docs/design/part-query.txt:
3028         Added CHANGES-0.9 doc, updated status of other docs.
3029         
3030         * gst/gstquery.h:
3031         Remove "hmm" macro
3032
3033 2005-06-30  Wim Taymans  <wim@fluendo.com>
3034
3035         * gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_empty),
3036         (gst_base_sink_preroll_queue_flush), (gst_base_sink_handle_object),
3037         (gst_base_sink_change_state):
3038         * gst/base/gstbasesink.h:
3039         Some tweaks, only EOS and a buffer complete a preroll.
3040
3041 2005-06-30  Andy Wingo  <wingo@pobox.com>
3042
3043         * gst/gstghostpad.c (gst_ghost_pad_do_activate_push): Proxy
3044         activate_push down to the internal pad as well.
3045
3046 2005-06-30  Torsten Schoenfeld  <kaffeetisch@gmx.de>
3047
3048         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3049
3050         * gst/gsttaginterface.c:
3051           Some documentation fixes (#307394 and #307397).
3052
3053 2005-06-30  Antoine Tremblay  <hexa00@gmail.com>
3054
3055         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3056
3057         * gst/gstvalue.c: (gst_value_intersect_list):
3058           Fix memleak (#309125).
3059
3060 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3061
3062         * docs/manual/advanced-dataaccess.xml:
3063           Fix fakesrc example to compile; doesn't work, bug somewhere...?
3064         * docs/manual/basics-pads.xml:
3065           Add reference for filtered caps to above chapter.
3066
3067 2005-06-30  Wim Taymans  <wim@fluendo.com>
3068
3069         * gst/gstbin.c: (clear_queue), (remove_all_from_queue),
3070         (gst_bin_change_state):
3071         Probes are gone.
3072         Lame attempt at making the state change function a bit
3073         more readable.
3074
3075 2005-06-30  Wim Taymans  <wim@fluendo.com>
3076
3077         * docs/design/part-clocks.txt:
3078         * docs/design/part-element-sink.txt:
3079         * docs/design/part-events.txt:
3080         * docs/design/part-preroll.txt:
3081         * docs/design/part-states.txt:
3082         Some more tweeks and additions to the docs.
3083
3084 2005-06-30  Wim Taymans  <wim@fluendo.com>
3085
3086         * gst/gstpad.c: (_gst_do_pass_data_accumulator),
3087         (default_have_data), (gst_pad_class_init), (gst_pad_init),
3088         (gst_pad_emit_have_data_signal), (gst_pad_chain), (gst_pad_push),
3089         (gst_pad_check_pull_range), (gst_pad_get_range),
3090         (gst_pad_pull_range), (gst_pad_push_event), (gst_pad_send_event):
3091         * gst/gstpad.h:
3092         * gst/gstutils.c: (gst_atomic_int_set), (gst_pad_add_data_probe),
3093         (gst_pad_add_event_probe), (gst_pad_add_buffer_probe),
3094         (gst_pad_remove_data_probe), (gst_pad_remove_event_probe),
3095         (gst_pad_remove_buffer_probe):
3096         Removed atomic operations, use existing LOCK.
3097         Move exception handling out of main code path.
3098
3099 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3100
3101         * gst/gstpad.c: (_gst_do_pass_data_accumulator),
3102         (silly_return_true_function), (gst_pad_class_init),
3103         (gst_pad_emit_have_data_signal), (gst_pad_chain), (gst_pad_push),
3104         (gst_pad_get_range), (gst_pad_pull_range), (gst_pad_push_event),
3105         (gst_pad_send_event):
3106           Fix accumulator, add default value by using _emitv() instead
3107           of _emit() for signal emission.
3108
3109 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3110
3111         * docs/manual/advanced-dataaccess.xml:
3112         * examples/manual/Makefile.am:
3113           Add probe example.
3114         * gst/gstpad.c: (_gst_do_pass_data_accumulator):
3115           Make work (??).
3116
3117 2005-06-29  Tim-Philipp M??ller  <tim at centricular dot net>
3118
3119         * gst/elements/gstfilesink.c: (gst_filesink_render):
3120           Simplify code so that we don't have to handle short
3121           writes and return GST_FLOW_ERROR if an error occured.
3122
3123 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3124
3125         * docs/gst/gstreamer-docs.sgml:
3126           Remove probes more.
3127
3128 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3129
3130         * docs/gst/gstreamer-sections.txt:
3131         * docs/gst/tmpl/gstpad.sgml:
3132         * docs/gst/tmpl/gstprobe.sgml:
3133         * gst/Makefile.am:
3134         * gst/gstpad.c: (_gst_do_pass_data_accumulator),
3135         (gst_pad_class_init), (gst_pad_init), (gst_pad_chain),
3136         (gst_pad_push), (gst_pad_get_range), (gst_pad_pull_range),
3137         (gst_pad_push_event), (gst_pad_send_event):
3138         * gst/gstpad.h:
3139         * gst/gstutils.c: (gst_pad_add_data_probe),
3140         (gst_pad_add_event_probe), (gst_pad_add_buffer_probe),
3141         (gst_pad_remove_data_probe), (gst_pad_remove_event_probe),
3142         (gst_pad_remove_buffer_probe):
3143         * gst/gstutils.h:
3144           Remove old probes, add new g-signal-based probes and some utility
3145           functions.
3146
3147 2005-06-29  Edward Hervey  <edward@fluendo.com>
3148
3149         * gst/gstelementfactory.c:
3150         * gst/gstutils.h:
3151         * gst/gstutils.c:
3152         Moved gst_element_factory_can_[sink|src]_caps() to gstutils and added
3153         the definition to the header file.
3154
3155 2005-06-29  Andy Wingo  <wingo@pobox.com>
3156
3157         * docs/gst/Makefile.am (scan-build.stamp): Totally only check
3158         plugins from the source directory.
3159
3160 2005-06-29  Wim Taymans  <wim@fluendo.com>
3161
3162         * docs/gst/tmpl/gstbuffer.sgml:
3163         * docs/gst/tmpl/gstclock.sgml:
3164         Some fixings for blantently wrong text.
3165
3166 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3167
3168         * check/Makefile.am:
3169         * gst/gst.c: (add_path_func), (init_pre):
3170         * gst/gstregistry.c: (gst_registry_add_path):
3171           add A GST_PLUGIN_PATH_ONLY env var; if it is set, it will
3172           only scan the GST_PLUGIN_PATH locations, and not add
3173           system locations
3174
3175 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3176
3177         * docs/gst/gstreamer-sections.txt:
3178         * docs/gst/tmpl/gstbasesrc.sgml:
3179         * gst/gstelement.c:
3180         * gst/gstelement.h:
3181         * gst/gstevent.c:
3182         * gst/gstutils.c:
3183           doc fixes
3184
3185 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3186
3187         * docs/manual/advanced-autoplugging.xml:
3188           Fix autoplugging example.
3189
3190 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3191
3192         * docs/manual/advanced-autoplugging.xml:
3193         * docs/manual/mime-world.fig:
3194           Try to get autoplugging working, fix type detection. Fix text
3195           in hello-world image.
3196
3197 2005-06-29  Wim Taymans  <wim@fluendo.com>
3198
3199         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
3200         (gst_base_sink_change_state):
3201         Small debug line.
3202
3203         * gst/gstclock.h:
3204         map SIGNAL and BROADCAST to the right function.
3205
3206         * gst/gstobject.h:
3207         Remove redundant braces.
3208
3209         * gst/gstpad.c: (gst_pad_set_caps):
3210         Don't call setcaps function when reseting caps to NULL.
3211
3212         * gst/gstsystemclock.c: (gst_system_clock_dispose),
3213         (gst_system_clock_async_thread), (gst_system_clock_id_wait_async),
3214         (gst_system_clock_id_unschedule):
3215         Use BROADCAST as this is what we do.
3216
3217 2005-06-29  Wim Taymans  <wim@fluendo.com>
3218
3219         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
3220         We are actually prerolling before commiting the state
3221         change. 
3222
3223 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3224
3225         * docs/manual/advanced-clocks.xml:
3226         * docs/manual/advanced-interfaces.xml:
3227         * docs/manual/advanced-metadata.xml:
3228         * docs/manual/advanced-position.xml:
3229         * docs/manual/advanced-schedulers.xml:
3230         * docs/manual/advanced-threads.xml:
3231         * docs/manual/appendix-porting.xml:
3232         * docs/manual/basics-bins.xml:
3233         * docs/manual/basics-bus.xml:
3234         * docs/manual/basics-elements.xml:
3235         * docs/manual/basics-helloworld.xml:
3236         * docs/manual/basics-pads.xml:
3237         * docs/manual/highlevel-components.xml:
3238         * docs/manual/manual.xml:
3239         * docs/manual/thread.fig:
3240           Update (until threads/scheduling) Application Development Manual;
3241           remove GstThread, add GstBus, add simple porting checklist, add
3242           documentation for tag writing, clocks, make all examples until this
3243           part compile and run.
3244         * examples/manual/Makefile.am:
3245           Update from changes to Application Development Manual; add bus
3246           example, remove thread example.
3247
3248 2005-06-28  Wim Taymans  <wim@fluendo.com>
3249
3250         * gst/gstbus.c: (gst_bus_post), (gst_bus_have_pending),
3251         (gst_bus_set_flushing), (gst_bus_pop), (gst_bus_peek),
3252         (gst_bus_source_dispatch):
3253         Add debugging messages.
3254         Make internal methods static.
3255         Handle the case where the bus is flushed in the handler.
3256         
3257         * gst/gstelement.c: (gst_element_get_bus):
3258         Fix refcount in _get_bus();
3259
3260         * gst/gstpipeline.c: (gst_pipeline_change_state),
3261         (gst_pipeline_get_clock_func):
3262         Clock refcounting fixes.
3263         Handle the case where preroll timed out more gracefully.
3264         
3265         * gst/gstsystemclock.c: (gst_system_clock_dispose):
3266         Clean up the internal thread in dispose. This is needed
3267         for subclasses that actually get disposed.
3268         
3269         * gst/schedulers/threadscheduler.c:
3270         (gst_thread_scheduler_class_init), (gst_thread_scheduler_func),
3271         (gst_thread_scheduler_dispose):
3272         Free thread pool in dispose.
3273
3274 2005-06-28  Andy Wingo  <wingo@pobox.com>
3275
3276         * tests/network-clock-utils.scm (debug, print-event): New utils.
3277
3278         * tests/network-clock.scm (*debug*, *with-graph*): New parameters.
3279         (*packet-loss*): Unified loss probability.
3280         (network-time): Report out-of-band events.
3281
3282         * tests/plot-data: Add support for out-of-band events. Hack it
3283         into this script instead of passing it down the pipe; should fix
3284         this later.
3285
3286 2005-06-28  Wim Taymans  <wim@fluendo.com>
3287
3288         * docs/gst/gstreamer.types:
3289         * docs/gst/tmpl/gstbasesrc.sgml:
3290         * docs/gst/tmpl/gstpad.sgml:
3291         Docs fixes.
3292
3293 2005-06-28  Wim Taymans  <wim@fluendo.com>
3294
3295         * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
3296         (gst_proxy_pad_do_checkgetrange), (gst_proxy_pad_do_acceptcaps),
3297         (gst_proxy_pad_do_fixatecaps):
3298         Correctly proxy the check_pull_range function.
3299
3300 2005-06-28  Andy Wingo  <wingo@pobox.com>
3301
3302         * tests/network-clock.scm: Removed need for slib.
3303         
3304 2005-06-28  Wim Taymans  <wim@fluendo.com>
3305
3306         * gst/base/gstbasesink.c: (gst_basesink_set_pad_functions),
3307         (gst_basesink_preroll_queue_flush):
3308         * gst/base/gstbasesrc.c: (gst_basesrc_set_dataflow_funcs):
3309         * gst/elements/gsttee.c: (gst_tee_update_pad_functions):
3310         * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
3311         (gst_proxy_pad_do_acceptcaps), (gst_proxy_pad_do_fixatecaps),
3312         (gst_proxy_pad_set_property):
3313         * gst/gstpad.c:
3314         * gst/gstpad.h:
3315         * gst/gstqueue.c: (gst_queue_init):
3316         The deprecated pad loop function is removed now.
3317
3318 2005-06-28  Andy Wingo  <wingo@pobox.com>
3319
3320         * tests/network-clock.scm (*timeout*, *send-loss*, *recv-loss*):
3321         New parameters, simulate network packet loss.
3322
3323         * tests/network-clock-utils.scm: Initialize the RNG.
3324
3325 2005-06-28  Wim Taymans  <wim@fluendo.com>
3326
3327         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_flush),
3328         (gst_basesink_event), (gst_basesink_deactivate):
3329         Flushing the preroll queue always needs to unlock the waiters.
3330
3331 2005-06-28  Edward Hervey  <edward@fluendo.com>
3332
3333         * gst/gstpipeline.c: (gst_pipeline_send_event): 
3334         Wheen a seek was successful on a pipeline, set the stream_time to the
3335         seek offset in order to have a synchronized stream_time.
3336
3337 2005-06-28  Wim Taymans  <wim@fluendo.com>
3338
3339         * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
3340         (gst_proxy_pad_do_getrange), (gst_proxy_pad_do_checkgetrange),
3341         (gst_proxy_pad_do_getcaps), (gst_proxy_pad_do_acceptcaps),
3342         (gst_proxy_pad_do_fixatecaps):
3343         Call wrapper function instead of just calling the function
3344         pointers. This takes care of any locking and whatmore.
3345
3346 2005-06-28  Wim Taymans  <wim@fluendo.com>
3347
3348         * gst/gstpad.c: (gst_pad_alloc_buffer), (gst_pad_push),
3349         (gst_pad_pull_range):
3350         * gst/gstpad.h:
3351         CONNECTED -> LINKED.
3352
3353 2005-06-28  Andy Wingo  <wingo@pobox.com>
3354
3355         * *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large
3356         source-munging commit!!!
3357
3358         * gst/gstobject.c (gst_object_unref, gst_object_ref) 
3359         (gst_object_sink): Take gpointer arguments, not GstObject --
3360         avoids casts. Like GLib.
3361
3362         * gst/gstghostpad.c (gst_proxy_pad_do_activate): Don't proxy
3363         activate.
3364
3365 2005-06-27  Andy Wingo  <wingo@pobox.com>
3366
3367         * gst/base/gsttypefindhelper.c (gst_type_find_helper): Unref any
3368         remaining buffer.
3369
3370         * gst/gsttrace.c (gst_alloc_trace_list_sorted): New helper,
3371         returns a sorted copy of the trace list.
3372         (gst_alloc_trace_print_live): New API, only prints traces with
3373         live objects. Sort the list.
3374         (gst_alloc_trace_print_all): Sort the list.
3375         (gst_alloc_trace_print): Align columns.
3376
3377         * gst/elements/gstttypefindelement.c:
3378         * gst/elements/gsttee.c:
3379         * gst/base/gstbasesrc.c:
3380         * gst/base/gstbasesink.c:
3381         * gst/base/gstbasetransform.c:
3382         * gst/gstqueue.c: Adapt for pad activation changes.
3383
3384         * gst/gstpipeline.c (gst_pipeline_init): Unref after parenting
3385         sched.
3386         (gst_pipeline_dispose): Drop ref on sched.
3387
3388         * gst/gstpad.c (gst_pad_init): Set the default activate func.
3389         (gst_pad_activate_default): Push mode by default.
3390         (pre_activate_switch, post_activate_switch): New stubs, things to
3391         do before and after switching activation modes on pads.
3392         (gst_pad_set_active): Take a boolean and not a mode, dispatch to
3393         the pad's activate function to choose which mode to activate.
3394         Shortcut on deactivation and call the right function directly.
3395         (gst_pad_activate_pull): New API, (de)activates a pad in pull
3396         mode.
3397         (gst_pad_activate_push): New API, same for push mode.
3398         (gst_pad_set_activate_function) 
3399         (gst_pad_set_activatepull_function) 
3400         (gst_pad_set_activatepush_function): Setters for new API.
3401
3402         * gst/gstminiobject.c (gst_mini_object_new, gst_mini_object_free):
3403         Trace all miniobjects.
3404         (gst_mini_object_make_writable): Unref the arg if we copy, like
3405         gst_caps_make_writable.
3406
3407         * gst/gstmessage.c (_gst_message_initialize): No trace init.
3408
3409         * gst/gstghostpad.c (gst_proxy_pad_do_activate) 
3410         (gst_proxy_pad_do_activatepull, gst_proxy_pad_do_activatepush):
3411         Adapt for new pad API.
3412
3413         * gst/gstevent.c (_gst_event_initialize): Don't initialize trace.
3414
3415         * gst/gstelement.h:
3416         * gst/gstelement.c (gst_element_iterate_src_pads) 
3417         (gst_element_iterate_sink_pads): New API functions.
3418         
3419         * gst/gstelement.c (iterator_fold_with_resync): New utility,
3420         should fold into gstiterator.c in some form.
3421         (gst_element_pads_activate): Simplified via use of fold and
3422         delegation of decisions to gstpad->activate.
3423
3424         * gst/gstbus.c (gst_bus_source_finalize): Set the bus to NULL,
3425         help in debugging.
3426
3427         * gst/gstbuffer.c (_gst_buffer_initialize): Ref the buffer type
3428         class once in init, like gstmessage. Didn't run into this issue
3429         but it seems correct. Don't initialize a trace, gstminiobject does
3430         that.
3431
3432         * check/pipelines/simple_launch_lines.c (test_stop_from_app): New
3433         test, runs fakesrc ! fakesink, stopping on ::handoff via a message
3434         to the bus.
3435         (assert_live_count): New util function, uses alloc traces to check
3436         cleanup.
3437
3438         * check/gst/gstghostpad.c (test_ghost_pads): More refcount checks.
3439         To be modified when unlink drops the internal pad.
3440
3441 2005-06-27  Wim Taymans  <wim@fluendo.com>
3442
3443         * gst/gstbin.c: (gst_bin_get_state), (gst_bin_iterate_state_order),
3444         (gst_bin_change_state):
3445         Cleanup the get_state() function a little, make sure it
3446         iterates the same set of elements.
3447         Added stub iterate_state_order().
3448
3449 2005-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3450
3451         * docs/gst/gstreamer-docs.sgml:
3452         * docs/gst/gstreamer-sections.txt:
3453         * docs/gst/gstreamer.types:
3454         * docs/gst/tmpl/gstbasesink.sgml:
3455         * docs/gst/tmpl/gstbasesrc.sgml:
3456         * docs/gst/tmpl/gstbasetransform.sgml:
3457         * docs/gst/tmpl/gstelement.sgml:
3458         * docs/gst/tmpl/gstiterator.sgml:
3459         * gst/base/gstbasesrc.c:
3460         * gst/base/gstbasesrc.h:
3461         * gst/base/gstbasetransform.h:
3462         * gst/gstelement.c:
3463         * gst/gstiterator.h:
3464           adding basetransform and iterator docs
3465
3466 2005-06-27  Andy Wingo  <wingo@pobox.com>
3467
3468         * docs/design/part-activation.txt: Notes on how activation should
3469         work -- not quite implemented yet.
3470
3471 2005-06-25  Wim Taymans  <wim@fluendo.com>
3472
3473         * gst/gstghostpad.c: (gst_proxy_pad_do_chain):
3474         At least get the chain function correct, needs more
3475         fixing.
3476
3477 2005-06-25  Wim Taymans  <wim@fluendo.com>
3478
3479         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_empty),
3480         (gst_basesink_handle_object), (gst_basesink_event),
3481         (gst_basesink_do_sync), (gst_basesink_handle_event),
3482         (gst_basesink_change_state):
3483         * gst/gsttask.h:
3484         Right, two problems here: ghostpads don't take locks and
3485         glib _rec_mutex_lock_full() with depth==0 still locks.
3486         Catch illegal locking and g_warn them.
3487
3488 2005-06-25  Wim Taymans  <wim@fluendo.com>
3489
3490         * check/states/sinks.c: (START_TEST), (gst_object_suite):
3491         Have to check for completion now...
3492
3493 2005-06-25  Wim Taymans  <wim@fluendo.com>
3494
3495         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_empty),
3496         (gst_basesink_handle_object), (gst_basesink_event),
3497         (gst_basesink_do_sync), (gst_basesink_handle_event),
3498         (gst_basesink_change_state):
3499         * gst/gstpad.h:
3500         Unlock STREAM_LOCK whatever the recursion was.
3501
3502 2005-06-25  Wim Taymans  <wim@fluendo.com>
3503
3504         * gst/base/gstbasesink.c: (gst_basesink_set_property),
3505         (gst_basesink_preroll_queue_empty),
3506         (gst_basesink_preroll_queue_flush), (gst_basesink_handle_object),
3507         (gst_basesink_event), (gst_basesink_do_sync),
3508         (gst_basesink_handle_event), (gst_basesink_handle_buffer),
3509         (gst_basesink_chain), (gst_basesink_loop), (gst_basesink_activate),
3510         (gst_basesink_change_state):
3511         Reworked the base sink, handle event and buffer serialisation
3512         correctly and removed possible deadlock.
3513         Handle EOS correctly.
3514
3515 2005-06-25  Wim Taymans  <wim@fluendo.com>
3516
3517         * gst/gstpipeline.c: (is_eos), (pipeline_bus_handler),
3518         (gst_pipeline_change_state):
3519         * tools/gst-launch.c: (check_intr), (event_loop), (main):
3520         Allow elements to post EOS in the state change function.
3521         Fix up -launch, make it exit the poll loop when the
3522         pipeline actually changed state.
3523         Fix up warning parsing in -launch.
3524
3525 2005-06-25  Wim Taymans  <wim@fluendo.com>
3526
3527         * gst/elements/gsttee.c: (gst_tee_chain), (gst_tee_loop),
3528         (gst_tee_sink_activate):
3529         Core takes STREAM_LOCK for us now.
3530
3531 2005-06-25  Wim Taymans  <wim@fluendo.com>
3532
3533         * gst/gstelement.c: (gst_element_get_state_func),
3534         (gst_element_set_state):
3535         * gst/gstelement.h:
3536         * gst/gstmessage.c: (gst_message_parse_error),
3537         (gst_message_parse_warning):
3538         Keep track of current target state while performing a state
3539         change so that subclasses can do something interesting.
3540         Fix parsing of warning/error messages when GError is NULL.
3541
3542 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3543
3544         * docs/gst/Makefile.am:
3545         * docs/gst/gstreamer-docs.sgml:
3546         * docs/gst/gstreamer-sections.txt:
3547         * docs/gst/gstreamer.types:
3548         * docs/gst/tmpl/gstbasesink.sgml:
3549         * docs/gst/tmpl/gstbasesrc.sgml:
3550         * docs/gst/tmpl/gstbin.sgml:
3551         * docs/gst/tmpl/gstcompat.sgml:
3552         * docs/gst/tmpl/gstfakesink.sgml:
3553         * docs/gst/tmpl/gstfakesrc.sgml:
3554         * docs/gst/tmpl/gstfilesink.sgml:
3555         * docs/gst/tmpl/gstfilesrc.sgml:
3556         * docs/gst/tmpl/gstindex.sgml:
3557         * docs/manual/appendix-quotes.xml:
3558         * gst/base/gstbasesrc.h:
3559         * gst/elements/gstfakesrc.h:
3560         * gst/gstmessage.h:
3561           start pulling in base classes and elements in our docs
3562
3563 2005-06-24  Stefan Kost  <ensonic@users.sf.net>
3564
3565         * docs/gst/Makefile.am:
3566         * docs/libs/Makefile.am:
3567           fixed make distcheck with gtk-doc 1.3
3568
3569 2005-06-23  Wim Taymans  <wim@fluendo.com>
3570
3571         * gst/gstelement.c: (gst_element_get_state_func),
3572         (gst_element_set_state), (gst_element_change_state):
3573         When the state did not change, also report NO_PREROLL
3574         when it matters.
3575
3576 2005-06-23  Wim Taymans  <wim@fluendo.com>
3577
3578         * gst/gstpad.c: (gst_pad_event_default):
3579         * gst/gstqueue.c: (gst_queue_loop):
3580         No unsafe task pausing please.
3581
3582 2005-06-23  Wim Taymans  <wim@fluendo.com>
3583
3584         * gst/schedulers/threadscheduler.c:
3585         (gst_thread_scheduler_task_start),
3586         (gst_thread_scheduler_task_pause), (gst_thread_scheduler_func):
3587         Ref the task before pushing it on the threadpool. This
3588         makes sure that we have a ref when the threadfunction is
3589         actually called.
3590
3591 2005-06-23  Andy Wingo  <wingo@pobox.com>
3592
3593         * gst/base/gstbasesrc.c (gst_basesrc_get_range): Check if the
3594         offset is greater than the file's size.
3595
3596         * gst/gstobject.h (GST_CLASS_LOCK, GST_CLASS_TRYLOCK) 
3597         (GST_CLASS_UNLOCK, GST_CLASS_GET_LOCK, GstObjectClass)
3598         * gst/gstobject.c (gst_object_class_init): Make the class lock
3599         recursive. Wim won't let me drop deep_notify. Decodebin works
3600         again, whoopdy doo.
3601
3602         * gst/gstghostpad.c (on_int_notify): Catches notify::caps on the
3603         internal pad, and hacks accordingly. Doesn't do it on the target
3604         pad because we change its caps. Probably catches all cases of
3605         interest tho.
3606         (gst_ghost_pad_set_property): Connect to notify::caps as
3607         appropritate.
3608
3609         * tests/network-clock.scm (plot-simulation): Pipe data to the
3610         elite python skript.
3611
3612         * tests/network-clock-utils.scm (define-parameter): New macro,
3613         defines a parameter that can be set via the command line.
3614         (set-parameter!, parse-parameter-arguments): Command line args
3615         parser.
3616
3617         * tests/plot-data: Simple matplotlib-based plotter, takes input on
3618         stdin.
3619
3620 2005-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
3621
3622         * gst/elements/gsttypefindelement.c:
3623         (gst_type_find_element_handle_event):
3624           Don't restart typefinding on a discont.
3625         * gst/gstelement.c: (gst_element_set_state):
3626           Debug spelling fix.
3627         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_send_event):
3628           Allow changing mode of an active pad.
3629           Debug output fixes.
3630         * gst/registries/gstlibxmlregistry.c: (load_feature):
3631           Don't cast a static pad template to a normal pad template.
3632
3633 2005-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3634
3635         * check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
3636         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
3637           remove gst_strtoll completely, since it didn't actually do
3638           anything more than what g_ascii_strtoull already does.
3639           check for range errors when deserializing
3640           do a cast for the unsigned cases; but further fixing needs
3641           a decision on what the interpretation of "(int)" and
3642           deserialization should be for values that fall outside the
3643           type's boundaries (ie, refuse, or interpret as casting)
3644
3645 2005-06-23  Wim Taymans  <wim@fluendo.com>
3646
3647         * check/Makefile.am:
3648         * check/states/sinks.c: (START_TEST), (gst_object_suite), (main):
3649         * docs/design/part-live-source.txt:
3650         * docs/design/part-states.txt:
3651         * gst/base/gstbasesrc.c: (gst_basesrc_init),
3652         (gst_basesrc_set_live), (gst_basesrc_is_live),
3653         (gst_basesrc_get_range), (gst_basesrc_activate),
3654         (gst_basesrc_change_state):
3655         * gst/base/gstbasesrc.h:
3656         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
3657         (gst_fakesrc_set_property), (gst_fakesrc_get_property):
3658         * gst/gstbin.c: (gst_bin_get_state), (gst_bin_change_state):
3659         * gst/gstelement.c: (gst_element_get_state_func),
3660         (gst_element_set_state):
3661         * gst/gstelement.h:
3662         * gst/gsttypes.h:
3663         * tools/gst-launch.c: (event_loop), (main):
3664         Added support for live sources and other elements that
3665         cannot do preroll.
3666         Updated design docs, added live-source design doc.
3667         Implemented live source functionality in basesrc
3668         Fix error condition in _bin_get_state()
3669         Implement live source handling in -launch.
3670         Added check for live sources.
3671         Fixed case in GstBin where elements were changed state
3672         multiple times.
3673
3674
3675 2005-06-23  Andy Wingo  <wingo@pobox.com>
3676
3677         * check/gst/gstpad.c (test_get_allowed_caps, test_refcount): Fix
3678         borken refcounting.
3679
3680         * gst/gstpad.c (gst_pad_set_caps): Remove needless refs,
3681         gst_caps_replace takes care of this for us.
3682
3683         * gst/gstghostpad.c (gst_proxy_pad_do_setcaps): Call the full
3684         gst_pad_set_caps on the target, not just its setcaps() function.
3685
3686         * tests/network-clock.scm: 
3687         * tests/network-clock-utils.scm: A network clock simulator.
3688         Something of an algorithmic testbed before doing something in C.
3689
3690 2005-06-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3691
3692         * check/Makefile.am:
3693         * check/gst/capslist.h:
3694           copy over from 0.8, and add two with bitmasks specified with
3695           (int) 0xFF...
3696         * check/gst/gstcaps.c: (START_TEST), (gst_caps_suite):
3697           add test to parse everything from capslist.h
3698         * check/gst/gststructure.c: (START_TEST), (gst_value_suite),
3699         (main):
3700           add test for structure deserialization
3701         * check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
3702           add tests for deserialization of strings to int types
3703         * gst/gststructure.c: (gst_structure_nth_field_name):
3704         * gst/gststructure.h:
3705           add a way to get the name of a field referenced by index
3706         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
3707           instead of checking if the resulting long long lies between
3708           min and max, we check if the long long would fit into
3709           a number of bytes for the final type.
3710           This fixes cases where a string represents 2^32 - 1, which
3711           when cast to int would be the (valid) -1, but is bigger than
3712           G_MAXINT
3713
3714 2005-06-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3715
3716         * gst/parse/grammar.y:
3717           add a log line for type deserialization
3718
3719 2005-06-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3720
3721         * check/gst/gstvalue.c: (START_TEST):
3722         * gst/gstvalue.c: (gst_value_deserialize):
3723           return long long, not int, so gint64 deserialization actually
3724           works.  Is there any flag that makes the compiler check this ?
3725           Fixes #308559
3726
3727 2005-06-22  Wim Taymans  <wim@fluendo.com>
3728
3729         * gst/gstbuffer.h:
3730         Added convenience macros for setting buffers in GValue.
3731
3732 2005-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3733
3734         * check/gst/.cvsignore:
3735         * check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
3736           add a test deserializing int64, and comment part out because
3737           it fails, yay !
3738
3739 2005-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3740
3741         * check/Makefile.am:
3742         * check/gst/gstvalue.c: (START_TEST), (gst_value_suite), (main):
3743         * testsuite/Makefile.am:
3744         * testsuite/caps/Makefile.am:
3745         * testsuite/caps/value_serialize.c:
3746         * testsuite/test_gst_init.c:
3747           move a value_serialize test over
3748
3749 2005-06-20  Wim Taymans  <wim@fluendo.com>
3750
3751         * gst/gstpad.c:
3752         Small doc updates.
3753         
3754         * gst/gstvalue.c: (gst_value_compare_buffer),
3755         (gst_value_serialize_buffer), (gst_value_deserialize_buffer),
3756         (gst_value_compare_flags), (gst_value_serialize_flags),
3757         (gst_value_deserialize_flags), (_gst_value_initialize):
3758         Fix serialisation of buffers, they are not boxed types anymore
3759
3760 2005-06-20  Wim Taymans  <wim@fluendo.com>
3761
3762         * check/gst/gstcaps.c: (START_TEST), (gst_caps_suite):
3763         Testcase to show error in buffer-on-caps serialisation.
3764
3765 2005-06-20  Andy Wingo  <wingo@pobox.com>
3766
3767         * docs/random/wingo/porting-plugins-to-0.9: A pitiful document I
3768         will be adding to later.
3769
3770         * gst/gstsystemclock.c (gst_system_clock_init): Unlock the clock
3771         if its socks fill with rocks.
3772         (gst_system_clock_obtain): Set the name on object construction.
3773         Avoid double-checked locking.
3774
3775 2005-06-20  Tim-Philipp M??ller  <tim at centricular dot net>
3776
3777         * gst/gsturi.c: (gst_element_make_from_uri):
3778           Fix potential endless loop.
3779
3780 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3781
3782         * check/Makefile.am:
3783           add gsttag
3784         * check/gst/gsttag.c: (check_tags), (START_TEST), (gst_tag_suite),
3785         (main):
3786           move over from testsuite dir and clean up
3787         * configure.ac:
3788         * gst/gsttag.c:
3789         * testsuite/Makefile.am:
3790         * testsuite/tags/.cvsignore:
3791         * testsuite/tags/Makefile.am:
3792         * testsuite/tags/merge.c:
3793           remove testsuite/tags
3794
3795 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3796
3797         * docs/gst/gstreamer-sections.txt:
3798         * docs/gst/tmpl/gstenumtypes.sgml:
3799         * win32/gstenumtypes.c:
3800           clean up documentation build a little
3801
3802 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3803
3804         * check/gstcheck.h:
3805           add macros for checking refcounts on objects and caps
3806         * check/gst/gstpad.c: (START_TEST), (gst_pad_suite):
3807           add some more unit tests
3808         * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked),
3809         (gst_pad_link_prepare), (gst_pad_link), (gst_pad_get_allowed_caps):
3810           fix leaked refcounts (I hope :)) so unittest works
3811         * gst/gstpad.h:
3812           whitespace removal
3813
3814 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3815
3816         * configure.ac: back to HEAD
3817
3818 === release 0.9.1 ===
3819
3820 2005-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3821
3822         * NEWS:
3823         * RELEASE:
3824           updated
3825
3826 2005-06-17  Andy Wingo  <wingo@pobox.com>
3827
3828         * gst/base/gstbasesink.c (gst_basesink_chain): Remove bogus
3829         assert; it's always possible that the pad gets deactivated in
3830         between the checks in gstpad.c and the implementation. Rely on
3831         finish_preroll() to return a FLUSHING or similar instead of on the
3832         assert.
3833         
3834         * gst/base/gstbasesink.c (gst_basesink_event): Only wait for the
3835         clock and post an EOS message if we come out of finish_preroll in
3836         the playing state.
3837
3838 2005-06-16  David Schleef  <ds@schleef.org>
3839
3840         * gst/elements/gstcapsfilter.c: (gst_capsfilter_class_init),
3841         (gst_capsfilter_set_property): Allow NULL as possible value
3842         for filter_caps property, indicating GST_CAPS_ANY.
3843
3844 2005-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3845
3846         * gst/elements/gstfakesrc.c: (gst_fakesrc_create):
3847           fix debug output
3848         * gst/schedulers/Makefile.am:
3849           use libgst prefix
3850         * gstreamer.spec.in:
3851           fix spec for it
3852
3853 2005-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3854
3855         * gstreamer.spec.in:
3856           clean up
3857
3858 2005-06-08  Andy Wingo  <wingo@pobox.com>
3859
3860         * gst/gstutils.c: RPAD fixes all around.
3861         (gst_element_link_pads): Refcounting fixes.
3862
3863         * tools/gst-inspect.c:
3864         * tools/gst-xmlinspect.c:
3865         * parse/grammar.y:
3866         * gst/base/gsttypefindhelper.c:
3867         * gst/base/gstbasesink.c:
3868         * gst/gstqueue.c: RPAD fixes.
3869
3870         * gst/gstghostpad.h:
3871         * gst/gstghostpad.c: New ghost pad implementation as full proxy
3872         pads. The tricky thing is they provide both source and sink
3873         interfaces, since they proxy the internal pad for the external
3874         pad, and vice versa. Implement with lower-level ProxyPad objects,
3875         with the interior proxy pad as a child of the exterior ghost pad.
3876         Should write a doc on this.
3877         
3878         * gst/gstpad.h: s/RPAD/PAD/, s/RealPad/Pad/.
3879         (gst_pad_set_name, gst_pad_set_parent): Macros removed, use
3880         gst_object API.
3881         
3882         * gst/gstpad.c: Big changes. No more stub base GstPad, now all
3883         pads are real pads. No ghost pads in this file. Not documenting
3884         the myriad s/RPAD/PAD/ and REALIZE fixes.
3885         (gst_pad_class_init): Add properties for "direction" and
3886         "template". Both are construct-only, so they can't change during
3887         the life of the pad. Fixes properly deriving from GstPad.
3888         (gst_pad_custom_new, gst_pad_custom_new_from_template): Gone. For
3889         derived objects, just set properties when creating the objects via
3890         g_object_new.
3891         (gst_pad_get_parent): Implement as a function, return NULL if the
3892         parent is not an element.
3893         (gst_pad_get_real_parent, gst_pad_add_ghost_pad)
3894         (gst_pad_remove_ghost_pad, gst_pad_realize): Removed.
3895         
3896         * gst/gstobject.c (gst_object_class_init): Make name a construct
3897         property. Don't set it in the object init.
3898
3899         * gst/gstelement.c (gst_element_add_pad): Don't allow adding pads
3900         with UNKNOWN direction.
3901         (gst_element_add_ghost_pad): Remove non-orthogonal API. Replace
3902         with gst_element_add_pad (e, gst_ghost_pad_new (name, pad)).
3903         (gst_element_remove_pad): Remove ghost-pad special cases.
3904         (gst_element_pads_activate): Remove rpad cruft.
3905
3906         * gst/gstbin.c (gst_bin_change_state): Use gst_pad_get_parent to
3907         catch the pad's-parent-not-an-element case.
3908
3909         * gst/gst.h: Include gstghostpad.h.
3910
3911         * gst/gst.c (init_post): No more real, ghost pads.
3912
3913         * gst/Makefile.am: Add gstghostpad.[ch].
3914
3915         * check/Makefile.am:
3916         * check/gst/gstbin.c:
3917         * check/gst/gstghostpad.c (test_ghost_pads): Check that linking
3918         into a bin creates ghost pads, and that the refcounts are right.
3919         Partly moved from gstbin.c.
3920
3921 2005-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3922
3923         * check/gst-libs/.cvsignore:
3924         * check/gst/.cvsignore:
3925         * check/pipelines/.cvsignore:
3926           ignore more
3927         * check/pipelines/cleanup.c: (setup_pipeline), (run_pipeline),
3928         (START_TEST), (cleanup_suite), (main):
3929           add some tests related to cleanup after running pipelines
3930
3931 2005-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3932
3933         * check/gst/gstbuffer.c: (START_TEST), (gst_test_suite), (main):
3934           add a testsuite for GstBuffer
3935
3936 2005-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3937
3938         * gst/gstminiobject.h:
3939           add defines for accessing the refcount
3940
3941 2005-06-03  Stefan Kost  <ensonic@users.sf.net>
3942
3943         * Makefile.am: added support for html unit test coverage reports
3944
3945 2005-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
3946
3947         * gst/elements/gstcapsfilter.c: (gst_capsfilter_set_property):
3948           Free existing caps if the capsfilter changes. Add a FIXME about
3949           setting those caps on the pads.
3950
3951         * gst/gstutils.c: (gst_element_get_compatible_pad), (ghost_up):
3952           Before adding a ghost pad to a parent bin, check that there isn't
3953           already one for the element on the bin. Prevents infinite recursion
3954           when using decodebin in parse pipelines. Andy says he'll rewrite the
3955           way this works anyway, so ignore the hack.
3956
3957 2005-06-02  Andy Wingo  <wingo@pobox.com>
3958
3959         * gst/elements/gsttypefindelement.c (do_pull_typefind): Query the
3960         file size, pass it on to the type find helper.
3961
3962         * gst/base/gstbasesrc.c (gst_basesrc_do_seek): Set the
3963         segment_start and segment_end properly according to the seek
3964         method. Segment_end is still a bit flaky because offset can be
3965         negative for CUR and END cases, but it takes -1 as an "unset"
3966         value.
3967
3968 2005-06-02  Wim Taymans  <wim@fluendo.com>
3969
3970         * gst/base/gstbasesink.c: (gst_basesink_pad_buffer_alloc),
3971         (gst_base_sink_buffer_alloc), (gst_basesink_preroll_queue_push),
3972         (gst_basesink_activate):
3973         * gst/base/gstbasesink.h:
3974         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
3975         (gst_pad_link), (gst_pad_accept_caps), (gst_pad_alloc_buffer),
3976         (gst_pad_query), (gst_pad_start_task):
3977         * gst/gstpad.h:
3978         * gst/gstqueue.c: (gst_queue_bufferalloc),
3979         (gst_queue_handle_sink_event), (gst_queue_chain):
3980         Bufferalloc: return GstFlowReturn to more accuratly report
3981         why allocation failed.
3982
3983 2005-06-02  Wim Taymans  <wim@fluendo.com>
3984
3985         * gst/gstpipeline.c: (gst_pipeline_send_event):
3986         Take snapshot of state without blocking.
3987
3988 2005-06-02  Wim Taymans  <wim@fluendo.com>
3989
3990         * docs/design/part-TODO.txt:
3991         * docs/design/part-caps.txt:
3992         * docs/design/part-clocks.txt:
3993         * docs/design/part-negotiation.txt:
3994         * docs/design/part-preroll.txt:
3995         Small doc updates 
3996
3997 2005-05-30  Wim Taymans  <wim@fluendo.com>
3998
3999         * gst/elements/gstidentity.c: (gst_identity_event),
4000         (gst_identity_transform), (gst_identity_get_property):
4001         Protect last_message property as it is accessed from
4002         multiple threads.
4003
4004 2005-05-30  Wim Taymans  <wim@fluendo.com>
4005
4006         * gst/gstelement.c: (gst_element_init),
4007         (gst_element_pads_activate), (gst_element_change_state):
4008         Slicker pad activation code.
4009
4010 2005-05-30  Wim Taymans  <wim@fluendo.com>
4011
4012         * gst/Makefile.am:
4013         * gst/gstelement.h:
4014         * gst/gstelementfactory.h:
4015         * gst/gsttypes.h:
4016         Move elementfactory methods to separate .h file.
4017
4018 2005-05-30  Wim Taymans  <wim@fluendo.com>
4019
4020         * docs/design/part-overview.txt:
4021         * gst/gstsystemclock.h:
4022         Small typo fixes, doc updates.
4023
4024 2005-05-30  Wim Taymans  <wim@fluendo.com>
4025
4026         * gst/gst.c: (gst_init_get_popt_table), (init_post),
4027         (init_popt_callback):
4028         Remove cpu-opt flag.
4029
4030 2005-05-30  Wim Taymans  <wim@fluendo.com>
4031
4032         * gst/gstbuffer.c: (gst_subbuffer_finalize),
4033         (gst_buffer_create_sub), (gst_buffer_is_span_fast):
4034         * gst/gstbuffer.h:
4035         Avoid typechecking in places where not needed.
4036         Added accessor for malloc_data.
4037
4038 2005-05-30  Wim Taymans  <wim@fluendo.com>
4039
4040         * gst/gstpad.c: (gst_real_pad_init), (gst_pad_set_active),
4041         (gst_pad_link_prepare), (gst_pad_link), (gst_pad_accept_caps),
4042         (gst_pad_configure_sink), (gst_pad_configure_src),
4043         (gst_pad_alloc_buffer), (gst_pad_query), (gst_pad_send_event),
4044         (gst_pad_start_task):
4045         Propagate errors from _set_caps() in configure_src/sink
4046         functions instead of returning TRUE.
4047         FLUSH events can travel up and downstream
4048
4049
4050 2005-05-30  Wim Taymans  <wim@fluendo.com>
4051
4052         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_push),
4053         (gst_basesink_activate):
4054         Handle EOS in preroll.
4055
4056 2005-05-30  Wim Taymans  <wim@fluendo.com>
4057
4058         * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
4059         (gst_queue_loop), (gst_queue_handle_src_event):
4060         Remove old pieces of code
4061         Flushing the queue in an upstream event is a very bad idea.
4062
4063 2005-05-26  Andy Wingo  <wingo@pobox.com>
4064
4065         * gst/gstminiobject.c (gst_value_mini_object_collect): Use
4066         gst_value_set_mini_object so as to add a ref on the object (which
4067         will be removed when the value is unset).
4068
4069         * gst/elements/gstfakesink.c (gst_fakesink_class_init): Fix signal
4070         arg type in ::handoff.
4071
4072         * gst/gstelement.c (gst_element_change_state): Also deactivate
4073         pads in READY->NULL, just in case the element didn't make it to
4074         PAUSED. Wingo tested, Wim approved.
4075
4076 2005-05-26  Wim Taymans  <wim@fluendo.com>
4077
4078         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
4079         (gst_pad_link), (gst_pad_accept_caps), (gst_pad_alloc_buffer),
4080         (gst_pad_query), (gst_pad_send_event), (gst_pad_start_task):
4081         A flushing pad cannot be used to alloc_buffer from.
4082
4083 2005-05-26  Wim Taymans  <wim@fluendo.com>
4084
4085         * gst/gstbus.c: (gst_bus_init), (gst_bus_dispose), (gst_bus_post),
4086         (gst_bus_pop), (gst_bus_source_prepare), (gst_bus_source_check),
4087         (gst_bus_source_dispatch), (gst_bus_source_finalize),
4088         (gst_bus_create_watch), (gst_bus_add_watch_full):
4089         * gst/gstbus.h:
4090         Implement a real GSource and use g_main_context_wakeup() to
4091         signal new messages instead of the socketpair.
4092
4093 2005-05-25  Wim Taymans  <wim@fluendo.com>
4094
4095         * gst/gstbin.c: (bin_element_is_sink), (has_ancestor),
4096         (bin_element_is_semi_sink), (append_child), (gst_bin_change_state):
4097         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
4098         (gst_pad_link), (gst_pad_accept_caps), (gst_pad_query),
4099         (gst_pad_send_event), (gst_pad_start_task):
4100         * gst/gstqueue.c: (gst_queue_init), (gst_queue_locked_flush),
4101         (gst_queue_handle_sink_event), (gst_queue_chain), (gst_queue_loop),
4102         (gst_queue_sink_activate), (gst_queue_src_activate),
4103         (gst_queue_change_state):
4104         * gst/gstqueue.h:
4105         Fix state changes for non sinks. We now change sinks, then elements
4106         with unconnected srcpads, then the rest.
4107         More efficient queue unlocking in flush and state changes.
4108         Set the pad activate mode even if it does not have an activate
4109         function.
4110
4111 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4112
4113         * gst/base/gstbasesrc.c: (gst_basesrc_activate):
4114           Don't go in pull mode for non-seekable sources.
4115         * gst/elements/gsttypefindelement.h:
4116         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
4117         (gst_type_find_element_dispose), (gst_type_find_handle_src_query),
4118         (free_entry), (stop_typefinding),
4119         (gst_type_find_element_handle_event), (find_peek),
4120         (gst_type_find_element_chain), (do_pull_typefind),
4121         (gst_type_find_element_change_state):
4122           Allow typefinding (w/o seeking) in push-mode, simplified version
4123           of what was in 0.8.
4124         * gst/gstutils.c: (gst_buffer_join):
4125         * gst/gstutils.h:
4126           gst_buffer_join() from 0.8.
4127
4128 2005-05-25  Wim Taymans  <wim@fluendo.com>
4129
4130         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
4131         (gst_pad_link), (gst_pad_accept_caps), (gst_pad_query),
4132         (gst_pad_send_event), (gst_pad_start_task):
4133         Disable attempt at mode switching until it is figured out.
4134
4135 2005-05-25  Wim Taymans  <wim@fluendo.com>
4136
4137         * gst/base/gstadapter.c: (gst_adapter_peek), (gst_adapter_flush):
4138         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_push),
4139         (gst_basesink_finish_preroll), (gst_basesink_chain),
4140         (gst_basesink_loop), (gst_basesink_activate),
4141         (gst_basesink_change_state):
4142         * gst/base/gstbasesrc.c: (gst_basesrc_do_seek),
4143         (gst_basesrc_get_range), (gst_basesrc_loop),
4144         (gst_basesrc_activate):
4145         * gst/elements/gsttee.c: (gst_tee_sink_activate):
4146         * gst/gstpad.c: (gst_pad_dispose), (gst_real_pad_class_init),
4147         (gst_real_pad_init), (gst_real_pad_set_property),
4148         (gst_real_pad_get_property), (gst_pad_set_active),
4149         (gst_pad_is_active), (gst_pad_get_query_types), (gst_pad_unlink),
4150         (gst_pad_link_prepare), (gst_pad_link), (gst_pad_get_real_parent),
4151         (gst_real_pad_get_caps_unlocked), (gst_pad_peer_get_caps),
4152         (gst_pad_accept_caps), (gst_pad_get_peer), (gst_pad_realize),
4153         (gst_pad_event_default_dispatch), (gst_pad_event_default),
4154         (gst_pad_dispatcher), (gst_pad_query), (gst_real_pad_dispose),
4155         (gst_pad_save_thyself), (handle_pad_block), (gst_pad_chain),
4156         (gst_pad_push), (gst_pad_get_range), (gst_pad_pull_range),
4157         (gst_pad_send_event), (gst_pad_start_task), (gst_pad_pause_task),
4158         (gst_pad_stop_task):
4159         * gst/gstpad.h:
4160         * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
4161         (gst_queue_loop), (gst_queue_src_activate):
4162         * gst/gsttask.c: (gst_task_init), (gst_task_set_lock),
4163         (gst_task_get_state):
4164         * gst/gsttask.h:
4165         * gst/schedulers/threadscheduler.c:
4166         (gst_thread_scheduler_task_start), (gst_thread_scheduler_func):
4167         Implement gst_pad_pause/start/stop_task(), take STREAM lock
4168         in task function.
4169         Remove ACTIVE pad flag, use FLUSHING everywhere
4170         Added _pad_chain(), _pad_get_range() to call chain/getrange 
4171         functions.
4172         Add locks around IS_FLUSHING when reading.
4173         Take STREAM lock in chain(), get_range() functions so plugins
4174         don't need to take it anymore.
4175         
4176
4177
4178 2005-05-25  Wim Taymans  <wim@fluendo.com>
4179
4180         * tools/gst-launch.c: (event_loop):
4181         Unref message after using its contents instead of
4182         before.
4183
4184 2005-05-24  Wim Taymans  <wim@fluendo.com>
4185
4186         * docs/design/draft-ghostpads.txt:
4187         * docs/design/draft-push-pull.txt:
4188         * docs/design/draft-query.txt:
4189         * docs/design/part-overview.txt:
4190         Docs updates, added general overview doc.
4191
4192 2005-05-21  David Schleef  <ds@schleef.org>
4193
4194         * docs/gst/tmpl/old/GstBin.sgml:
4195         * docs/gst/tmpl/old/GstBuffer.sgml:
4196         * docs/gst/tmpl/old/GstCaps.sgml:
4197         * docs/gst/tmpl/old/GstClock.sgml:
4198         * docs/gst/tmpl/old/GstCompat.sgml:
4199         * docs/gst/tmpl/old/GstData.sgml:
4200         * docs/gst/tmpl/old/GstElement.sgml:
4201         * docs/gst/tmpl/old/GstEvent.sgml:
4202         * docs/gst/tmpl/old/GstIndex.sgml:
4203         * docs/gst/tmpl/old/GstStructure.sgml:
4204         * docs/gst/tmpl/old/GstTag.sgml:
4205         * docs/gst/tmpl/old/cothreads.sgml:
4206         * docs/gst/tmpl/old/cothreads_compat.sgml:
4207         * docs/gst/tmpl/old/gettext.sgml:
4208         * docs/gst/tmpl/old/gobject2gtk.sgml:
4209         * docs/gst/tmpl/old/grammar.tab.sgml:
4210         * docs/gst/tmpl/old/gst-i18n-app.sgml:
4211         * docs/gst/tmpl/old/gst-i18n-lib.sgml:
4212         * docs/gst/tmpl/old/gst_private.sgml:
4213         * docs/gst/tmpl/old/gstaggregator.sgml:
4214         * docs/gst/tmpl/old/gstarch.sgml:
4215         * docs/gst/tmpl/old/gstatomic_impl.sgml:
4216         * docs/gst/tmpl/old/gstbufferstore.sgml:
4217         * docs/gst/tmpl/old/gstdata_private.sgml:
4218         * docs/gst/tmpl/old/gstdisksink.sgml:
4219         * docs/gst/tmpl/old/gstdisksrc.sgml:
4220         * docs/gst/tmpl/old/gstelementfactory.sgml:
4221         * docs/gst/tmpl/old/gstextratypes.sgml:
4222         * docs/gst/tmpl/old/gstfakesink.sgml:
4223         * docs/gst/tmpl/old/gstfakesrc.sgml:
4224         * docs/gst/tmpl/old/gstfdsink.sgml:
4225         * docs/gst/tmpl/old/gstfdsrc.sgml:
4226         * docs/gst/tmpl/old/gstfilesink.sgml:
4227         * docs/gst/tmpl/old/gstfilesrc.sgml:
4228         * docs/gst/tmpl/old/gsthttpsrc.sgml:
4229         * docs/gst/tmpl/old/gstidentity.sgml:
4230         * docs/gst/tmpl/old/gstindexfactory.sgml:
4231         * docs/gst/tmpl/old/gstmarshal.sgml:
4232         * docs/gst/tmpl/old/gstmd5sink.sgml:
4233         * docs/gst/tmpl/old/gstmultidisksrc.sgml:
4234         * docs/gst/tmpl/old/gstmultifilesrc.sgml:
4235         * docs/gst/tmpl/old/gstpadtemplate.sgml:
4236         * docs/gst/tmpl/old/gstpipefilter.sgml:
4237         * docs/gst/tmpl/old/gstschedulerfactory.sgml:
4238         * docs/gst/tmpl/old/gstsearchfuncs.sgml:
4239         * docs/gst/tmpl/old/gstshaper.sgml:
4240         * docs/gst/tmpl/old/gstspider.sgml:
4241         * docs/gst/tmpl/old/gstspideridentity.sgml:
4242         * docs/gst/tmpl/old/gststatistics.sgml:
4243         * docs/gst/tmpl/old/gsttee.sgml:
4244         * docs/gst/tmpl/old/gsttimecache.sgml:
4245         * docs/gst/tmpl/old/gsttypefindfactory.sgml:
4246         * docs/gst/tmpl/old/gstxmlregistry.sgml:
4247         * docs/gst/tmpl/old/gthread-cothreads.sgml:
4248         * docs/gst/tmpl/old/types.sgml:
4249           I didn't intend to add these or check them in.
4250
4251 2005-05-19  David Schleef  <ds@schleef.org>
4252
4253         * configure.ac: Use -no-common everywhere.  In a sane world, it
4254           would be the default in libtool, because without it, you can't
4255           build DLLs on Windows.
4256         * docs/gst/gstreamer-docs.sgml: Remove GstCpu, GstData, GstThread
4257         * docs/gst/gstreamer-sections.txt:
4258         * docs/gst/tmpl/gstcpu.sgml:
4259         * docs/gst/tmpl/gstdata.sgml:
4260         * docs/gst/tmpl/gstthread.sgml:
4261
4262 2005-05-19  David Schleef  <ds@schleef.org>
4263
4264         * gst/gstminiobject.c: (gst_value_set_mini_object),
4265         (gst_value_take_mini_object), (gst_value_get_mini_object):
4266         * gst/gstminiobject.h: Add GValue set/get functions.
4267
4268 2005-05-19  Wim Taymans  <wim@fluendo.com>
4269
4270         * gst/gstbuffer.c: (gst_buffer_init), (gst_subbuffer_get_type),
4271         (gst_subbuffer_class_init), (gst_subbuffer_finalize),
4272         (gst_subbuffer_init), (gst_buffer_is_span_fast):
4273         * gst/gstbuffer.h:
4274         * gst/gstbus.c: (gst_bus_post):
4275         * gst/gstelement.c: (gst_element_get_random_pad):
4276         * gst/gstmessage.c: (gst_message_init), (gst_message_finalize):
4277         Make subbufer unref the parent in finalize.
4278         some more debugging info.
4279
4280
4281 2005-05-19  Wim Taymans  <wim@fluendo.com>
4282
4283         * gst/base/gstbasesink.c: (gst_basesink_class_init),
4284         (gst_basesink_init), (gst_basesink_finalize),
4285         (gst_basesink_activate), (gst_basesink_change_state):
4286         Don't free preroll queue too early.
4287
4288 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4289
4290         * gst/Makefile.am:
4291         * gst/ROADMAP:
4292           Hi, I'm outdated. Please shoot me.
4293
4294 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4295
4296         * gst/gstpipeline.c: (gst_pipeline_send_event):
4297           Do not access variables after they have been deleted.
4298
4299 2005-05-19  Wim Taymans  <wim@fluendo.com>
4300
4301         * tools/gst-inspect.c: (print_plugin_features):
4302         A plugin feature does unfortunatly not use the
4303         object name yet...
4304
4305 2005-05-18  Wim Taymans  <wim@fluendo.com>
4306
4307         * gst/gstbuffer.c: (gst_buffer_is_span_fast), (gst_buffer_span):
4308         Port _span() functions to new subbuffers.
4309
4310 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4311
4312         * gst/gstbin.c: (gst_bin_add_func):
4313           Fix clock settery in bins when adding kids after the clock has
4314           been selected.
4315
4316 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4317
4318         * gst/elements/gstidentity.c: (gst_identity_class_init):
4319           Workaround until signals support GstMiniObject.
4320
4321 2005-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
4322
4323         * gst/gstbuffer.c:
4324         Oops, fix a typo GST_TYPE_BUFFER -> GST_TYPE_SUBBUFFER.
4325
4326 2005-05-18  Wim Taymans  <wim@fluendo.com>
4327
4328         * gst/base/Makefile.am:
4329         * gst/base/gstadapter.c: (gst_adapter_base_init),
4330         (gst_adapter_class_init), (gst_adapter_init),
4331         (gst_adapter_dispose), (gst_adapter_finalize), (gst_adapter_new),
4332         (gst_adapter_clear), (gst_adapter_push), (gst_adapter_peek),
4333         (gst_adapter_flush), (gst_adapter_available),
4334         (gst_adapter_available_fast):
4335         * gst/base/gstadapter.h:
4336         Ported and added adapter to the base classes.
4337
4338 2005-05-17  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4339
4340         * gst/gst.c:
4341         * gst/gstmessage.c:
4342           Make sure the class is reffed/unreffed once before threads can be
4343           used.  Fixes #304551.
4344
4345 2005-05-17  Wim Taymans  <wim@fluendo.com>
4346
4347         * gst/base/gstbasesink.c: (gst_basesink_finish_preroll),
4348         (gst_basesink_chain_unlocked), (gst_basesink_activate):
4349         * gst/gstminiobject.c: (gst_mini_object_get_type),
4350         (gst_mini_object_free):
4351         * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_query),
4352         (gst_pad_push), (gst_pad_push_event):
4353         * gst/gstqueue.c: (gst_queue_change_state):
4354         Don't queue buffers in basesink when we are flushing.
4355         Unref buffer when flushing in basesink.
4356         Flush queue when going to READY
4357         Unref buffer when _push() returns an error.
4358         Don't free MiniObject instance when refcount is incremented
4359         in _finalize() so that we can recover objects.
4360
4361 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4362
4363         * docs/manual/advanced-schedulers.xml:
4364         * docs/manual/appendix-checklist.xml:
4365         * docs/pwg/advanced-clock.xml:
4366         * docs/pwg/advanced-interfaces.xml:
4367         * docs/pwg/advanced-request.xml:
4368         * docs/pwg/advanced-types.xml:
4369         * docs/pwg/intro-preface.xml:
4370         * examples/plugins/example.c: (gst_example_get_type),
4371         (gst_example_class_init), (gst_example_chain),
4372         (gst_example_set_property), (gst_example_get_property),
4373         (gst_example_change_state), (plugin_init):
4374         * examples/plugins/example.h:
4375           small doc fixes
4376
4377 2005-05-17  Wim Taymans  <wim@fluendo.com>
4378
4379         * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_set_caps),
4380         (gst_pad_alloc_buffer), (gst_pad_query), (gst_pad_push):
4381         * gst/gstqueue.c: (gst_queue_change_state):
4382         Clear queue when going to READY.
4383         Remove IN_SETCAPS flag too.
4384
4385 2005-05-17  Tim-Philipp M??ller  <tim at centricular dot net>
4386
4387         * gst/base/gstbasesrc.c: (gst_basesrc_change_state):
4388           Remove implicit cast from gboolean to GstElementStateReturn;
4389           make sure we still return failure in paused => ready case if
4390           the parent class fails to change state and our own stop 
4391           vfunc succeeds.
4392
4393 2005-05-17  Wim Taymans  <wim@fluendo.com>
4394
4395         * tools/gst-launch.c: (event_loop):
4396         Message was unreffed too soon.
4397
4398 2005-05-16  Andy Wingo  <wingo@pobox.com>
4399
4400         * gst/gstbin.c (sink_iterator_filter): Err... um...
4401
4402         * check/gst/gstbin.c (test_ghost_pads): New test for the
4403         ghosting-if-elements-not-in-same-bin behavior.
4404
4405 2005-05-16  David Schleef  <ds@schleef.org>
4406
4407         * gst/gstminiobject.c: Use g_atomic_int_get() instead of
4408         accessing refcount directly.
4409
4410 2005-05-15  David Schleef  <ds@schleef.org>
4411
4412         * check/Makefile.am: remove GstData checks
4413         * check/gst-libs/gdp.c: (START_TEST): fix for API changes
4414         * gst/Makefile.am: add miniobject, remove data
4415         * gst/gst.h: add miniobject, remove data
4416         * gst/gstdata.c: remove
4417         * gst/gstdata.h: remove
4418         * gst/gstdata_private.h: remove
4419         * gst/gsttypes.h: remove GstEvent and GstMessage
4420         * gst/gstelement.c: (gst_element_post_message): fix for API changes
4421         * gst/gstmarshal.list: change BOXED -> OBJECT
4422
4423         Implement GstMiniObject.
4424         * gst/gstminiobject.c:
4425         * gst/gstminiobject.h:
4426
4427         Modify to be subclasses of GstMiniObject.
4428         * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
4429         (gst_buffer_class_init), (gst_buffer_finalize), (_gst_buffer_copy),
4430         (gst_buffer_init), (gst_buffer_new), (gst_buffer_new_and_alloc),
4431         (gst_subbuffer_get_type), (gst_subbuffer_init),
4432         (gst_buffer_create_sub), (gst_buffer_is_span_fast),
4433         (gst_buffer_span):
4434         * gst/gstbuffer.h:
4435         * gst/gstevent.c: (_gst_event_initialize), (gst_event_get_type),
4436         (gst_event_class_init), (gst_event_init), (gst_event_finalize),
4437         (_gst_event_copy), (gst_event_new):
4438         * gst/gstevent.h:
4439         * gst/gstmessage.c: (_gst_message_initialize),
4440         (gst_message_get_type), (gst_message_class_init),
4441         (gst_message_init), (gst_message_finalize), (_gst_message_copy),
4442         (gst_message_new), (gst_message_new_error),
4443         (gst_message_new_warning), (gst_message_new_tag),
4444         (gst_message_new_state_changed), (gst_message_new_application):
4445         * gst/gstmessage.h:
4446         * gst/gstprobe.c: (gst_probe_perform),
4447         (gst_probe_dispatcher_dispatch):
4448         * gst/gstprobe.h:
4449         * gst/gstquery.c: (_gst_query_initialize), (gst_query_get_type),
4450         (gst_query_class_init), (gst_query_finalize), (gst_query_init),
4451         (_gst_query_copy), (gst_query_new):
4452
4453         Update elements for GstData -> GstMiniObject changes
4454         * gst/gstquery.h:
4455         * gst/gstqueue.c: (gst_queue_finalize), (gst_queue_locked_flush),
4456         (gst_queue_chain), (gst_queue_loop):
4457         * gst/elements/gstbufferstore.c:
4458         (gst_buffer_store_add_buffer_func),
4459         (gst_buffer_store_cleared_func), (gst_buffer_store_get_buffer):
4460         * gst/elements/gstfakesink.c: (gst_fakesink_class_init),
4461         (gst_fakesink_render):
4462         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
4463         * gst/elements/gstfilesrc.c: (gst_mmap_buffer_get_type),
4464         (gst_mmap_buffer_class_init), (gst_mmap_buffer_init),
4465         (gst_mmap_buffer_finalize), (gst_filesrc_map_region),
4466         (gst_filesrc_create_read):
4467         * gst/elements/gstidentity.c: (gst_identity_class_init):
4468         * gst/elements/gsttypefindelement.c:
4469         (gst_type_find_element_src_event), (free_entry_buffers),
4470         (gst_type_find_element_handle_event):
4471         * libs/gst/dataprotocol/dataprotocol.c:
4472         (gst_dp_header_from_buffer):
4473         * libs/gst/dataprotocol/dataprotocol.h:
4474         * libs/gst/dataprotocol/dp-private.h:
4475
4476 2005-05-15  David Schleef  <ds@schleef.org>
4477
4478         * gst/elements/gstelements.c: Don't include headers that were
4479         just removed.
4480
4481 2005-05-15  David Schleef  <ds@schleef.org>
4482
4483         * gst/elements/Makefile.am: Remove some elements that don't
4484         need to be in the core (or even exist at all).
4485         * gst/elements/gstaggregator.c:
4486         * gst/elements/gstaggregator.h:
4487         * gst/elements/gstmd5sink.c:
4488         * gst/elements/gstmd5sink.h:
4489         * gst/elements/gstmultifilesrc.c:
4490         * gst/elements/gstmultifilesrc.h:
4491         * gst/elements/gstpipefilter.c:
4492         * gst/elements/gstpipefilter.h:
4493         * gst/elements/gstshaper.c:
4494         * gst/elements/gstshaper.h:
4495         * gst/elements/gststatistics.c:
4496         * gst/elements/gststatistics.h:
4497         * po/POTFILES.in: Remove above files.
4498
4499 2005-05-14  Andy Wingo  <wingo@pobox.com>
4500
4501         * gst/gstbin.c (gst_bin_iterate_sinks): Use sink_iterator_filter
4502         so as to get the refs right.
4503         (sink_iterator_filter): New function, wraps bin_element_is_sink,
4504         unreffing objects that don't pass the filter.
4505
4506         * gst/gstpipeline.c (gst_pipeline_init): Drop ref on bus after
4507         gst_element_set_bus.
4508         (gst_pipeline_dispose): Set the bus on the pipeline to NULL. In
4509         normal cases, this will destroy the bus.
4510
4511         * gst/gstutils.c (prepare_link_maybe_ghosting): Drop ref on root
4512         object.
4513
4514         * gst/gstbin.c (gst_bin_change_state): Fix state changes if a bin
4515         has no sinks.
4516
4517 2005-05-13  Andy Wingo  <wingo@pobox.com>
4518
4519         * gst/gstutils.c (gst_element_link_pads): Instead of calling
4520         gst_pad_link, call pad_link_maybe_ghosting,
4521         (pad_link_maybe_ghosting): Links pads, making sure that the
4522         elements being linked are in the same bin.
4523         (find_common_root, object_has_ancestor, ghost_up, remove_pad):
4524         Helpers for pad_link_maybe_ghosting.
4525
4526 2005-05-13  Tim-Philipp M??ller  <tim at centricular dot net>
4527
4528         * configure.ac:
4529           Require GLib >= 2.4.0 (for the g_atomic_* funcs)
4530
4531 2005-05-13  Tim-Philipp M??ller  <tim at centricular dot net>
4532
4533         * docs/design/part-element-source.txt:
4534           Mention GstPushSrc
4535
4536 2005-05-12  Wim Taymans  <wim@fluendo.com>
4537
4538         * gst/base/gstbasesink.c: (gst_basesink_init),
4539         (gst_basesink_activate):
4540         * gst/base/gstbasesrc.c: (gst_basesrc_unlock),
4541         (gst_basesrc_is_seekable):
4542         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
4543         (bin_element_is_sink), (gst_bin_change_state):
4544         * gst/gstelement.c: (gst_element_add_pad), (gst_element_query):
4545         * gst/gstelement.h:
4546         Identify sinks by their flag to avoid overly complicated
4547         checks (fow now).
4548         Do state changes even for elements not reachable from the
4549         sinks.
4550         BaseSink is a sink now :)
4551         Some more debugging info in the basesrc.
4552
4553
4554 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4555
4556         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_query):
4557           Implement _query on a bin, similar to _send_event.
4558
4559 2005-05-12  Tim-Philipp M??ller  <tim at centricular dot net>
4560
4561         * gst/base/gstbasesrc.c: (gst_basesrc_do_seek):
4562           Discont event offset format should be GST_FORMAT_BYTES,
4563           not GST_FORMAT_TIME.
4564
4565 2005-05-12  Wim Taymans  <wim@fluendo.com>
4566
4567         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_get_state):
4568         Same fix as Ronald's but without the signal. 
4569
4570 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4571
4572         * gst/gstutils.c: (gst_element_query_position):
4573           No, an element is not a pad.
4574
4575 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4576
4577         * gst/gstbin.c: (gst_bin_add_func), (cb_parent_unset),
4578         (gst_bin_get_state):
4579           If a child is removed from a bin while we remove the child from
4580           the bin and while we're retrieving its state, signal this to the
4581           get_state function so we abort the wait (instead of waiting for
4582           a timeout) and can immediately re-iterate over all other elements.
4583
4584 2005-05-12  Wim Taymans  <wim@fluendo.com>
4585
4586         * gst/base/Makefile.am:
4587         * gst/base/gstbasesrc.c: (gst_basesrc_is_seekable),
4588         (gst_basesrc_start):
4589         * gst/base/gstbasesrc.h:
4590         * gst/base/gstpushsrc.c: (gst_pushsrc_get_type),
4591         (gst_pushsrc_base_init), (gst_pushsrc_class_init),
4592         (gst_pushsrc_init), (gst_pushsrc_create):
4593         * gst/base/gstpushsrc.h:
4594         Added is_seekable to BaseSrc
4595         Added simple PushSrc.
4596
4597 2005-05-11  Wim Taymans  <wim@fluendo.com>
4598
4599         * gst/gstelement.c: (gst_element_add_pad), (gst_element_query):
4600         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
4601         (gst_element_link_pads), (gst_element_query_position),
4602         (gst_element_query_convert), (intersect_caps_func),
4603         (gst_pad_query_position), (gst_pad_query_convert):
4604         Fix refcounting in utils function.
4605         No point in trying to activate a pad when it's added, it could
4606         be added from the state change function and then we deadlock, the
4607         element has to decide what to do.
4608
4609 2005-05-10  Andy Wingo  <wingo@pobox.com>
4610
4611         * gst/elements/gstfakesink.c (gst_fakesink_render): Er, emit with
4612         *all* the arguments.
4613
4614         * gst/base/gstbasetransform.c (gst_base_transform_event): Grab the
4615         stream lock if it's a FLUSH_DONE; normal flushes don't get the
4616         lock (according to the docs -- if this is wrong change the docs).
4617
4618         * gst/gstpipeline.c (gst_pipeline_change_state): Set the bus to
4619         flush messages in the NULL state.
4620
4621         * gst/gstbus.c (gst_bus_post): If a bus is flushing, unref the
4622         message immediately and return.
4623         (gst_bus_set_flushing): New function. If a bus is flushing, it
4624         flushes out any queued messages and immediately unrefs new
4625         messages. This is so when an element goes to NULL, all of the
4626         unhandled messages coming from it can be freed, and their
4627         references to the element dropped. In other words: message source
4628         ref considered harmful :P
4629
4630         * gst/gstbin.c (gst_bin_change_state): Unref peer element when
4631         we're finished with it.
4632
4633         * gst/gstmessage.c (gst_message_new_state_changed): 
4634
4635 2005-05-10  Wim Taymans  <wim@fluendo.com>
4636
4637         * gst/gstvalue.c: (gst_value_compare_flags),
4638         (gst_value_serialize_flags), (gst_value_deserialize_flags),
4639         (_gst_value_initialize):
4640         Added flags serialize/deserialize/compare code.
4641
4642 2005-05-09  Andy Wingo  <wingo@pobox.com>
4643
4644         * gst/base/gstbasetransform.c (gst_base_transform_proxy_getcaps):
4645         Intersect the peer's caps with our caps.
4646
4647 2005-05-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4648
4649         * gst/base/gsttypefindhelper.c: (helper_find_peek):
4650         * gst/elements/gsttypefindelement.c: (find_peek):
4651           Handle negative offsets better. Fixes decodebin.
4652
4653 2005-05-09  Wim Taymans  <wim@fluendo.com>
4654
4655         * gst/base/gstbasetransform.c: (gst_base_transform_proxy_getcaps),
4656         (gst_base_transform_event):
4657         * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_query):
4658         Implement accept_caps.
4659         Fix silly lock/unlock mismatch in base class.
4660
4661 2005-05-09  Wim Taymans  <wim@fluendo.com>
4662
4663         * docs/design/draft-push-pull.txt:
4664         * gst/base/gstbasesrc.c: (gst_basesrc_init), (gst_basesrc_query):
4665         * gst/elements/gstfilesink.c: (gst_filesink_init),
4666         (gst_filesink_query):
4667         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
4668         (gst_type_find_handle_src_query), (find_element_get_length):
4669         * gst/gstelement.c: (gst_element_seek), (gst_element_query):
4670         * gst/gstelement.h:
4671         * gst/gstmessage.c:
4672         * gst/gstmessage.h:
4673         * gst/gstpad.c: (gst_real_pad_init), (gst_pad_get_query_types),
4674         (gst_real_pad_get_caps_unlocked),
4675         (gst_pad_get_internal_links_default), (gst_pad_get_internal_links),
4676         (gst_pad_event_default_dispatch), (gst_pad_event_default),
4677         (gst_pad_dispatcher), (gst_pad_query), (gst_pad_query_default),
4678         (gst_real_pad_dispose), (gst_real_pad_finalize),
4679         (gst_pad_load_and_link), (gst_pad_save_thyself),
4680         (gst_ghost_pad_save_thyself), (handle_pad_block), (gst_pad_push),
4681         (gst_pad_check_pull_range), (gst_pad_pull_range),
4682         (gst_pad_template_get_type), (gst_pad_template_class_init),
4683         (gst_pad_template_init), (gst_pad_template_dispose),
4684         (name_is_valid), (gst_static_pad_template_get),
4685         (gst_pad_template_new), (gst_static_pad_template_get_caps),
4686         (gst_pad_template_get_caps), (gst_pad_set_element_private),
4687         (gst_pad_get_element_private), (gst_pad_start_task),
4688         (gst_pad_pause_task), (gst_pad_stop_task),
4689         (gst_ghost_pad_get_type), (gst_ghost_pad_class_init),
4690         (gst_ghost_pad_init), (gst_ghost_pad_dispose),
4691         (gst_ghost_pad_set_property), (gst_ghost_pad_get_property),
4692         (gst_ghost_pad_new):
4693         * gst/gstpad.h:
4694         * gst/gstquery.c: (_gst_query_initialize), (gst_query_new),
4695         (gst_query_new_position), (gst_query_set_position),
4696         (gst_query_parse_position), (gst_query_new_convert),
4697         (gst_query_set_convert), (gst_query_parse_convert):
4698         * gst/gstquery.h:
4699         * gst/gstqueryutils.c:
4700         * gst/gstqueryutils.h:
4701         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
4702         (gst_queue_bufferalloc), (gst_queue_handle_sink_event),
4703         (gst_queue_handle_src_query):
4704         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
4705         (gst_element_query_position), (gst_element_query_convert),
4706         (intersect_caps_func), (gst_pad_query_position),
4707         (gst_pad_query_convert):
4708         * gst/gstutils.h:
4709         * tools/gst-inspect.c: (print_pad_info):
4710         * tools/gst-xmlinspect.c: (print_element_info):
4711         Remove old query functions. Ported old code.
4712         Added position/convert helper functions to gstutils.
4713         Reordered gstpad.c code, grouping relevant things.
4714         Remove gst_message_new(), always need to speficy a specific
4715         message.
4716
4717
4718 2005-05-09  Andy Wingo  <wingo@pobox.com>
4719
4720         * gst/gstiterator.h: Add some includes.
4721
4722         * gst/gstqueryutils.h: Include more headers.
4723
4724         * gst/gstpad.h:
4725         * gst/gstpad.c (gst_pad_query_position): New routine, replaces
4726         some uses of gst_pad_query.
4727
4728         * gst/gstqueryutils.c: Build fixes. Make parse functions ignore
4729         NULL out parameters.
4730         (gst_query_new_position): New proc, allocates a new position
4731         query.
4732
4733         * gst/Makefile.am (libgstreamer_@GST_MAJORMINOR@_la_SOURCES): Add
4734         gstqueryutils.c to the build.
4735
4736         * gst/gststructure.c (gst_structure_set_valist): Implement with
4737         the generic G_VALUE_COLLECT.
4738         
4739 2005-05-08  Edward Hervey  <bilboed@bilboed.com>
4740
4741         * gst/Makefile.am: (gst_headers):
4742         Added gstqueryutils.h to the list of headers to install, that was
4743         a 'nachty' move wingo :)
4744
4745 2005-05-06  Andy Wingo  <wingo@pobox.com>
4746
4747         * gst/gstquery.h
4748         * gst/gstquery.c (_gst_query_initialize): Extend GstQuery from
4749         GstData, init a memchunk.
4750         (standard_definitions): Add a few query types, deprecate a few.
4751         (gst_query_get_type): New proc.
4752         (_gst_query_copy, _gst_query_free, gst_query_new): GstData
4753         implementation.
4754         (gst_query_new_application, gst_query_get_structure): New public
4755         procs.
4756
4757         * docs/design/draft-query.txt: Removed LINKS from the query types,
4758         because all the rest can be dispatched to other pads -- seemed
4759         ugly to have a query that couldn't be dispatched. internal_links
4760         is fine as a pad method.
4761
4762         * gst/gstpad.h: Add query2 as a pad method, add the new functions
4763         in gstpad.c, but maintain binary compatibility for the moment.
4764         Will fix before 0.9 is out.
4765
4766         * gst/gstqueryutils.c: 
4767         * gst/gstqueryutils.h: New files, implement 3 methods for each
4768         query type: parse_query, parse_response, and set. Probably need an
4769         allocator as well.
4770
4771         * gst/gst.h: Add gstquery.h and gstqueryutils.h to the list.
4772
4773         * gst/elements/gstfilesink.c (gst_filesink_query2):
4774         * gst/base/gstbasesrc.c (gst_basesrc_query2): Replace old query,
4775         query_types, and formats methods.
4776
4777         * gst/gstpad.c (gst_pad_query2, gst_pad_query2_default)
4778         (gst_pad_set_query2_function): New functions.
4779         (gst_real_pad_init): Set query2_default as the default query2
4780         function. Basically just dispatches to internally linked pads.
4781
4782         Needs review!
4783         
4784         * gst/gstdata_private.h (_GST_DATA_INIT): Set data->refcount to 1
4785         without using the atomic operations. Only one thread can possibly
4786         be accessing the data at this point. Changed so as to avoid
4787         gst_atomic operations.
4788
4789 2005-05-06  Wim Taymans  <wim@fluendo.com>
4790
4791         * gst/gstpad.c: (gst_pad_alloc_buffer), (gst_pad_push):
4792         Also set caps if we use the fallback buffer alloc.
4793
4794 2005-05-06  Tim-Philipp M??ller  <tim at centricular dot net>
4795
4796         * docs/gst/Makefile.am:
4797         * docs/gst/gstreamer-docs.sgml:
4798         * docs/gst/gstreamer-sections.txt:
4799         * docs/gst/tmpl/gstatomic.sgml:
4800         * docs/gst/tmpl/gstmemchunk.sgml:
4801         * testsuite/elements/struct_i386.h:
4802         * win32/GStreamer.vcproj:
4803         * win32/Makefile:
4804           Purge GstAtomic stuff from docs and win32 makefiles as well
4805
4806 2005-05-06  Wim Taymans  <wim@fluendo.com>
4807
4808         * gst/base/gstbasetransform.c: (gst_base_transform_proxy_getcaps):
4809         * gst/elements/gstcapsfilter.c: (gst_capsfilter_getcaps):
4810         * gst/gstpad.c: (gst_pad_peer_get_caps):
4811         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
4812         (gst_queue_bufferalloc), (gst_queue_handle_sink_event),
4813         (gst_queue_src_activate), (gst_queue_change_state):
4814         * gst/gstqueue.h:
4815         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
4816         (intersect_caps_func):
4817         Fix gst_pad_peer_get_caps(), make it return NULL if no peer.
4818         Always take QUEUE_LOCK after STREAM_LOCK or we might deadlock.
4819         Some fixes for the peer_get_caps() change.
4820
4821 2005-05-06  Wim Taymans  <wim@fluendo.com>
4822
4823         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_empty),
4824         (gst_basesink_handle_buffer), (gst_basesink_chain_unlocked),
4825         (gst_basesink_activate):
4826         Actually do something with error codes returned from the push
4827         functions.
4828
4829 2005-05-06  Wim Taymans  <wim@fluendo.com>
4830
4831         * docs/design/part-element-sink.txt:
4832         * docs/design/part-element-source.txt:
4833         * gst/base/gstbasesink.c: (gst_basesink_class_init),
4834         (gst_basesink_event), (gst_basesink_activate):
4835         * gst/base/gstbasesink.h:
4836         * gst/base/gstbasesrc.c: (gst_basesrc_init), (gst_basesrc_unlock),
4837         (gst_basesrc_activate):
4838         * gst/base/gstbasesrc.h:
4839         * gst/gstelement.c: (gst_element_pads_activate):
4840         Some more documentation.
4841         Fixed scheduling decision in _pads_activate().
4842
4843 2005-05-05  Andy Wingo  <wingo@pobox.com>
4844
4845         * check/pipelines/simple_launch_lines.c (test_2_elements): "Fix"
4846         the test suite.
4847
4848 2005-05-05  Wim Taymans  <wim@fluendo.com>
4849
4850         * gst/base/Makefile.am:
4851         * gst/base/gstbasesink.h:
4852         * gst/base/gstbasesrc.c: (gst_basesrc_init),
4853         (gst_basesrc_set_dataflow_funcs), (gst_basesrc_query):
4854         * gst/base/gstcollectpads.c: (gst_collectpads_get_type),
4855         (gst_collectpads_class_init), (gst_collectpads_init),
4856         (gst_collectpads_finalize), (gst_collectpads_new),
4857         (gst_collectpads_set_function), (gst_collectpads_add_pad),
4858         (find_pad), (gst_collectpads_remove_pad),
4859         (gst_collectpads_is_active), (gst_collectpads_collect),
4860         (gst_collectpads_collect_range), (gst_collectpads_start),
4861         (gst_collectpads_stop), (gst_collectpads_peek),
4862         (gst_collectpads_pop), (gst_collectpads_available),
4863         (gst_collectpads_read), (gst_collectpads_flush),
4864         (gst_collectpads_chain):
4865         * gst/base/gstcollectpads.h:
4866         * gst/elements/Makefile.am:
4867         * gst/elements/gstelements.c:
4868         * gst/elements/gstfakesink.c: (gst_fakesink_class_init),
4869         (gst_fakesink_get_times), (gst_fakesink_event),
4870         (gst_fakesink_preroll), (gst_fakesink_render):
4871         * gst/elements/gstfilesink.c: (gst_filesink_class_init),
4872         (gst_filesink_init), (gst_filesink_set_location),
4873         (gst_filesink_open_file), (gst_filesink_close_file),
4874         (gst_filesink_pad_query), (gst_filesink_event),
4875         (gst_filesink_render), (gst_filesink_change_state):
4876         * gst/elements/gstfilesink.h:
4877         Added object to help in making collect pad based elements.
4878         Ported filesink.
4879         Make event function in sink baseclass return gboolean.
4880
4881 2005-05-05  Wim Taymans  <wim@fluendo.com>
4882
4883         * gst/gstbin.c: (gst_bin_send_event), (compare_name),
4884         (gst_bin_get_by_name):
4885         * gst/gstbuffer.h:
4886         * gst/gstclock.c: (gst_clock_entry_new), (gst_clock_class_init),
4887         (gst_clock_finalize):
4888         * gst/gstdata.c: (gst_data_replace):
4889         * gst/gstdata.h:
4890         * gst/gstelement.c: (gst_element_request_pad),
4891         (gst_element_pads_activate):
4892         * gst/gstobject.c: (gst_object_init), (gst_object_ref),
4893         (gst_object_unref):
4894         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
4895         (gst_pad_set_checkgetrange_function),
4896         (gst_pad_link_check_compatible_unlocked), (gst_pad_set_caps),
4897         (gst_pad_check_pull_range), (gst_pad_pull_range),
4898         (gst_static_pad_template_get_caps), (gst_pad_start_task),
4899         (gst_pad_pause_task), (gst_pad_stop_task):
4900         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
4901         (gst_element_request_pad), (gst_pad_proxy_getcaps):
4902         Fix name lookup in GstBin.
4903         Added _data_replace() function and _buffer_replace()
4904         Use finalize method to clean up clock.
4905         Fix refcounting on request pads.
4906         Fix pad schedule mode error.
4907         Some more object refcounting debug info,
4908
4909
4910 2005-05-04  Andy Wingo <wingo@pobox.com>
4911
4912         * check/Makefile.am:
4913         * docs/gst/tmpl/gstatomic.sgml:
4914         * docs/gst/tmpl/gstplugin.sgml:
4915         * gst/base/gstbasesink.c: (gst_basesink_activate):
4916         * gst/base/gstbasesrc.c: (gst_basesrc_class_init),
4917         (gst_basesrc_init), (gst_basesrc_set_dataflow_funcs),
4918         (gst_basesrc_query), (gst_basesrc_set_property),
4919         (gst_basesrc_get_property), (gst_basesrc_check_get_range),
4920         (gst_basesrc_activate):
4921         * gst/base/gstbasesrc.h:
4922         * gst/base/gstbasetransform.c: (gst_base_transform_sink_activate),
4923         (gst_base_transform_src_activate):
4924         * gst/elements/gstelements.c:
4925         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
4926         (gst_fakesrc_set_property), (gst_fakesrc_get_property):
4927         * gst/elements/gsttee.c: (gst_tee_sink_activate):
4928         * gst/elements/gsttypefindelement.c: (find_element_get_length),
4929         (gst_type_find_element_checkgetrange),
4930         (gst_type_find_element_activate):
4931         * gst/gstbin.c: (gst_bin_save_thyself), (gst_bin_restore_thyself):
4932         * gst/gstcaps.c: (gst_caps_do_simplify), (gst_caps_save_thyself),
4933         (gst_caps_load_thyself):
4934         * gst/gstelement.c: (gst_element_pads_activate),
4935         (gst_element_save_thyself), (gst_element_restore_thyself):
4936         * gst/gstpad.c: (gst_pad_load_and_link), (gst_pad_save_thyself),
4937         (gst_ghost_pad_save_thyself), (gst_pad_check_pull_range):
4938         * gst/gstpad.h:
4939         * gst/gstxml.c: (gst_xml_write), (gst_xml_parse_doc),
4940         (gst_xml_parse_file), (gst_xml_parse_memory),
4941         (gst_xml_get_element), (gst_xml_make_element):
4942         * gst/indexers/gstfileindex.c: (gst_file_index_load),
4943         (_file_index_id_save_xml), (gst_file_index_commit):
4944         * gst/registries/gstlibxmlregistry.c: (read_string), (read_uint),
4945         (read_enum), (load_pad_template), (load_feature), (load_plugin),
4946         (load_paths):
4947         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps),
4948         (gst_dp_packet_from_event), (gst_dp_caps_from_packet):
4949         * tools/gst-complete.c: (main):
4950         * tools/gst-compprep.c: (main):
4951         * tools/gst-inspect.c: (print_element_properties_info):
4952         * tools/gst-launch.c: (xmllaunch_parse_cmdline):
4953         * tools/gst-xmlinspect.c: (print_element_properties):
4954         GCC 4 fixen.
4955         
4956 2005-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4957
4958         * gst/gstplugin.c: (gst_plugin_check_module),
4959         (gst_plugin_check_file), (gst_plugin_load_file):
4960             apply patch from #172526 to make register work on MacOSX
4961
4962 2005-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4963
4964         * docs/gst/tmpl/gstconfig.sgml:
4965         * gst/gstconfig.h.in:
4966           move documentation for some symbols.  Add doc for GST_PTR_FORMAT
4967         * testsuite/debug/printf_extension.c: (main):
4968           Do not use GST_PTR_FORMAT on pointers to types with
4969           sizeof < sizeof(gpointer).  Fixes test on 64-bit
4970         * testsuite/elements/property.h:
4971           use correct printf format
4972
4973 2005-05-02  Wim Taymans  <wim@fluendo.com>
4974
4975         * docs/design/draft-push-pull.txt:
4976         * docs/design/draft-query.txt:
4977         * gst/base/gstbasesrc.c: (gst_basesrc_get_range_unlocked),
4978         (gst_basesrc_start):
4979         Added draft for new query API.
4980         Added draft for better selecting scheduling methods.
4981         Make basesrc ignore length if the subclass does not support
4982         it.
4983
4984 2005-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4985
4986         * gst/Makefile.am:
4987           possible fixes for automake-1.5 - _LIBADD is reserved
4988
4989 2005-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4990
4991         * docs/faq/Makefile.am:
4992         * docs/manual/Makefile.am:
4993         * docs/manuals.mak:
4994         * docs/pwg/Makefile.am:
4995         * gst/Makefile.am:
4996           possible fixes for automake-1.5
4997
4998 2005-04-28  Wim Taymans  <wim@fluendo.com>
4999
5000         * gst/base/gstbasesink.c: (gst_basesink_base_init),
5001         (gst_basesink_pad_getcaps), (gst_basesink_init),
5002         (gst_basesink_do_sync):
5003         * gst/gstclock.c: (gst_clock_entry_new):
5004         * gst/gstevent.c: (gst_event_discont_get_value):
5005         * gst/gstpipeline.c: (pipeline_bus_handler),
5006         (gst_pipeline_change_state):
5007         * gst/gstsystemclock.c: (gst_system_clock_id_wait_unlocked):
5008         Better debugging of clocking info.
5009         Allow NULL values when getting discont values.
5010
5011 2005-04-27  Wim Taymans  <wim@fluendo.com>
5012
5013         * check/gst/gstobject.c: (START_TEST), (gst_object_suite):
5014         * check/gst/gstpad.c: (gst_pad_suite):
5015         Increase timeout for checks.
5016
5017 2005-04-27  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5018
5019         * check/Makefile.am:
5020           fix the broken rule for cleanup.  Apparently this rule is
5021           only needed on FC2, so maybe this warrants further autotool
5022           inspection.
5023
5024 2005-04-26  Wim Taymans  <wim@fluendo.com>
5025
5026         * gst/gsttrashstack.h:
5027         Ooohh. a nasty one! After having a failed pop() from the stack,
5028         it's possible that the stack is empty. In that case, don't
5029         follow the NULL pointer.
5030
5031 2005-04-25  Wim Taymans  <wim@fluendo.com>
5032
5033         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
5034         (gst_pad_set_checkgetrange_function),
5035         (gst_pad_link_check_compatible_unlocked), (gst_pad_link_prepare),
5036         (gst_pad_check_pull_range), (gst_pad_pull_range),
5037         (gst_static_pad_template_get_caps), (gst_pad_start_task),
5038         (gst_pad_pause_task), (gst_pad_stop_task):
5039         * gst/gstplugin.c: (gst_plugin_load):
5040         * gst/gstplugin.h:
5041         Remove gst_library_load as it does more harm than good with
5042         the new g_module flags.
5043         Revert bogus caps template check in pad linking, pad caps
5044         are important when linking not the template, which is more
5045         general than the current caps.
5046
5047 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5048
5049         * gst/autoplug/.cvsignore:
5050         * gst/autoplug/Makefile.am:
5051         * gst/autoplug/gstsearchfuncs.c:
5052         * gst/autoplug/gstsearchfuncs.h:
5053         * gst/autoplug/gstspider.c:
5054         * gst/autoplug/gstspider.h:
5055         * gst/autoplug/gstspideridentity.c:
5056         * gst/autoplug/gstspideridentity.h:
5057         * gst/autoplug/spidertest.c:
5058           Die, spider, die.
5059
5060 2005-04-25  Wim Taymans  <wim@fluendo.com>
5061
5062         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
5063         (gst_pad_set_checkgetrange_function), (gst_pad_check_pull_range),
5064         (gst_pad_pull_range), (gst_static_pad_template_get_caps),
5065         (gst_pad_start_task), (gst_pad_pause_task), (gst_pad_stop_task):
5066         * gst/gstpad.h:
5067         Added stubs for unimplemented functions. 
5068
5069 2005-04-24  David Schleef  <ds@schleef.org>
5070
5071         * gst/gstpad.h: Disable some unimplemented functions.  Wim,
5072         please fix.
5073
5074 2005-04-24  David Schleef  <ds@schleef.org>
5075
5076         Convert everything from GstAtomicInt to g_atomic_int_*, and
5077         remove gstatomic.
5078         * gst/Makefile.am:
5079         * gst/gstatomic.c:
5080         * gst/gstatomic.h:
5081         * gst/gstatomic_impl.h:
5082         * gst/gstbuffer.c:
5083         * gst/gstcaps.c:
5084         * gst/gstcaps.h:
5085         * gst/gstclock.c:
5086         * gst/gstclock.h:
5087         * gst/gstdata.c:
5088         * gst/gstdata.h:
5089         * gst/gstdata_private.h:
5090         * gst/gstevent.c:
5091         * gst/gstinfo.c:
5092         * gst/gstinfo.h:
5093         * gst/gstmessage.c:
5094         * gst/gstobject.c:
5095         * gst/gstobject.h:
5096         * gst/gststructure.c:
5097         * gst/gststructure.h:
5098         * gst/gstutils.c: Add gst_atomic_int_set() compaitibility function.
5099         * gst/gstutils.h:
5100
5101 2005-04-24  David Schleef  <ds@schleef.org>
5102
5103         * check/gst/gstpad.c: (START_TEST): Oh yeah, it's always nice to
5104         make the regressions tests work.  Remove some code that is no
5105         longer true.
5106         * gst/gstpad.c: (gst_pad_link_check_templates_compatible_unlocked):
5107         Disable warning for pads without templates.
5108
5109 2005-04-24  David Schleef  <ds@schleef.org>
5110
5111         * gst/gstpad.c: Remove handling of filtered caps.  Fix/merge
5112         functions that handle filtered links.
5113         * gst/gstpad.h: Remove 'appfilter' field and prototypes of
5114         removed functions.
5115         * gst/gstutils.c: Fix/remove utility functions that handle
5116         filtered caps.
5117         * gst/gstutils.h:
5118         * gst/gstvalue.c: Add serialization/deserialization of caps
5119         * gst/parse/grammar.y: Ignore filtered caps when linking.  This
5120         requires fixing so that the filter caps notation creates
5121         a capsfilter element and sets the filter_caps property.  I
5122         think everyone probably wants to keep the shorthand notation.
5123         * docs/gst/tmpl/gstelement.sgml: updates for API changes.
5124         * docs/gst/tmpl/gstpad.sgml:
5125
5126         * gst/elements/gstelements.c: Register capsfilter element.
5127         * gst/Makefile.am: fix spacing
5128         * docs/random/ds/0.9-suggested-changes: random
5129
5130 2005-04-23  David Schleef  <ds@schleef.org>
5131
5132         * gst/elements/Makefile.am:
5133         * gst/elements/gstcapsfilter.c: New element that acts like an
5134         identity, but filters caps.  Will eventually replace filtered
5135         caps in pad linking.
5136         * gst/gstutils.c: (gst_element_create_all_pads): New function
5137         to create all the ALWAYS pads that are registered with an
5138         element class.  This functionality should eventually be
5139         merged in with GstElement initialization.
5140         * gst/gstutils.h:
5141         * testsuite/trigger/README: part of trigger test code that should
5142         have been checked in a long time ago.
5143
5144 2005-04-23  David Schleef  <ds@schleef.org>
5145
5146         * gst/Makefile.am: Remove as-libtool stuff.  It's likely not
5147         needed with new versions of libtool (nobody will confirm this),
5148         and hard to carry around.
5149         * gst/autoplug/Makefile.am:
5150         * gst/base/Makefile.am:
5151         * gst/elements/Makefile.am:
5152         * gst/indexers/Makefile.am:
5153         * gst/schedulers/Makefile.am:
5154         * libs/gst/bytestream/Makefile.am:
5155         * libs/gst/control/Makefile.am:
5156         * libs/gst/dataprotocol/Makefile.am:
5157         * libs/gst/getbits/Makefile.am:
5158
5159 2005-04-21  Wim Taymans  <wim@fluendo.com>
5160
5161         * docs/design/draft-push-pull.txt:
5162         * docs/design/part-MT-refcounting.txt:
5163         * docs/design/part-TODO.txt:
5164         * docs/design/part-caps.txt:
5165         * docs/design/part-events.txt:
5166         * docs/design/part-gstbus.txt:
5167         * docs/design/part-gstpipeline.txt:
5168         * docs/design/part-messages.txt:
5169         * docs/design/part-push-pull.txt:
5170         * docs/design/part-query.txt:
5171         Some more docs.
5172
5173 2005-04-21  Wim Taymans  <wim@fluendo.com>
5174
5175         * gst/gstmessage.c: (_gst_message_copy), (_gst_message_free),
5176         (gst_message_new), (gst_message_new_error),
5177         (gst_message_new_warning), (gst_message_new_tag),
5178         (gst_message_new_state_changed), (gst_message_new_application),
5179         (gst_message_get_structure):
5180         * gst/gstmessage.h:
5181         * gst/gststructure.c: (gst_structure_set_parent_refcount),
5182         (gst_structure_copy_conditional):
5183         Use parent refcount in GstMessage to ensure GstStructure
5184         consistency.
5185         Cleaned up headers a bit.
5186         
5187
5188 2005-04-20  Wim Taymans  <wim@fluendo.com>
5189
5190         * gst/base/gstbasesink.c: (gst_basesink_base_init),
5191         (gst_basesink_pad_getcaps), (gst_basesink_init),
5192         (gst_basesink_chain_unlocked):
5193         * gst/base/gsttypefindhelper.c: (helper_find_suggest),
5194         (gst_type_find_helper):
5195         * gst/elements/gsttypefindelement.c:
5196         (gst_type_find_element_have_type), (gst_type_find_element_init),
5197         (stop_typefinding), (gst_type_find_element_handle_event),
5198         (find_suggest), (gst_type_find_element_chain),
5199         (gst_type_find_element_checkgetrange),
5200         (gst_type_find_element_getrange), (do_typefind),
5201         (gst_type_find_element_activate):
5202         * gst/gstbuffer.c: (_gst_buffer_sub_free),
5203         (gst_buffer_default_free), (gst_buffer_default_copy),
5204         (gst_buffer_set_caps):
5205         * gst/gstcaps.c: (gst_caps_ref), (gst_caps_unref),
5206         (gst_caps_replace):
5207         * gst/gstmessage.c: (gst_message_new),
5208         (gst_message_new_state_changed):
5209         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
5210         (gst_pad_set_checkgetrange_function),
5211         (gst_pad_link_prepare_filtered), (gst_pad_relink_filtered),
5212         (gst_pad_set_caps), (gst_pad_check_pull_range),
5213         (gst_pad_pull_range), (gst_static_pad_template_get_caps):
5214         * gst/gstpad.h:
5215         * gst/gsttypefind.c: (gst_type_find_register):
5216         Make gst_caps_replace() work like other _replace() functions.
5217         Use _caps_replace() where possible.
5218         Make sure _message_new() initialises its field.
5219         Add gst_static_pad_template_get_caps()
5220
5221
5222 2005-04-18  Andy Wingo  <wingo@pobox.com>
5223
5224         * gst/gstelement.c (gst_element_pads_activate): Check pull_range
5225         on the peer, not the pad. I think that was a typo. Pass an extra
5226         arg to see if random access is possible. Activate the pads as
5227         PULL_RANGE if possible.
5228
5229         * gst/elements/gstfakesrc.c: s/ARG_/PROP_/.
5230
5231         * gst/base/gstbasesrc.c (gst_basesrc_set_property) 
5232         (gst_basesrc_get_property): BLOCKSIZE is a ULONG. Rename ARG_...
5233         to PROP_....
5234
5235 2005-04-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5236
5237         * docs/faq/using.xml:
5238           Add note on gstreamer-properties (#154996).
5239
5240 2005-04-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5241
5242         * docs/random/bbb/optional-properties:
5243           Some analysis on optional properties.
5244
5245 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5246
5247         * docs/gst/tmpl/gstelementfactory.sgml:
5248         * gst/gstelement.h:
5249         * gst/gstelementfactory.c: (gst_element_factory_init),
5250         (gst_element_factory_cleanup), (gst_element_register),
5251         (__gst_element_factory_add_static_pad_template),
5252         (gst_element_factory_get_static_pad_templates),
5253         (gst_element_factory_can_src_caps),
5254         (gst_element_factory_can_sink_caps):
5255         * gst/registries/Makefile.am:
5256         * gst/registries/gstlibxmlregistry.c: (gst_xml_registry_get_type),
5257         (gst_xml_registry_class_init), (gst_xml_registry_init),
5258         (gst_xml_registry_new), (gst_xml_registry_set_property),
5259         (gst_xml_registry_get_property), (get_time), (make_dir),
5260         (gst_xml_registry_get_perms_func),
5261         (plugin_times_older_than_recurse), (plugin_times_older_than),
5262         (gst_xml_registry_open_func), (gst_xml_registry_load_func),
5263         (gst_xml_registry_save_func), (gst_xml_registry_close_func),
5264         (add_to_char_array), (read_string), (read_uint), (read_enum),
5265         (load_pad_template), (load_feature), (load_plugin), (load_paths),
5266         (gst_xml_registry_load), (gst_xml_registry_load_plugin),
5267         (gst_xml_registry_save_caps), (gst_xml_registry_save_pad_template),
5268         (gst_xml_registry_save_feature), (gst_xml_registry_save_plugin),
5269         (gst_xml_registry_save), (gst_xml_registry_rebuild_recurse),
5270         (gst_xml_registry_rebuild):
5271         * gst/registries/gstlibxmlregistry.h:
5272         * tools/gst-compprep.c: (main):
5273         * tools/gst-inspect.c: (print_pad_templates_info):
5274         * tools/gst-xmlinspect.c: (print_element_info):
5275           Use libxml2 for registry parsing, use staticpadtemplates in
5276           elementfactories. Makes gst_init() +/- 10x faster.
5277
5278 2005-04-12  Wim Taymans  <wim@fluendo.com>
5279
5280         * gst/base/Makefile.am:
5281         * gst/base/gstbasesink.c: (gst_basesink_base_init),
5282         (gst_basesink_pad_getcaps), (gst_basesink_init),
5283         (gst_basesink_event), (gst_basesink_change_state):
5284         * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
5285         (gst_basesrc_init), (gst_basesrc_query),
5286         (gst_basesrc_get_event_mask), (gst_basesrc_do_seek),
5287         (gst_basesrc_event_handler), (gst_basesrc_get_range_unlocked),
5288         (gst_basesrc_check_get_range), (gst_basesrc_loop),
5289         (gst_basesrc_unlock), (gst_basesrc_get_size), (gst_basesrc_start),
5290         (gst_basesrc_stop), (gst_basesrc_activate),
5291         (gst_basesrc_change_state):
5292         * gst/base/gsttypefindhelper.c: (helper_find_peek),
5293         (helper_find_suggest), (gst_type_find_helper):
5294         * gst/base/gsttypefindhelper.h:
5295         * gst/elements/Makefile.am:
5296         * gst/elements/gstelements.c:
5297         * gst/elements/gstfakesink.c: (gst_fakesink_class_init),
5298         (gst_fakesink_get_times), (gst_fakesink_event),
5299         (gst_fakesink_preroll), (gst_fakesink_render):
5300         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
5301         (gst_fakesrc_init), (gst_fakesrc_event_handler),
5302         (gst_fakesrc_get_property), (gst_fakesrc_create),
5303         (gst_fakesrc_start), (gst_fakesrc_stop):
5304         * gst/elements/gstfakesrc.h:
5305         * gst/elements/gstfilesrc.c: (gst_filesrc_class_init),
5306         (gst_filesrc_free_parent_mmap), (gst_filesrc_map_region),
5307         (gst_filesrc_map_small_region), (gst_filesrc_create_mmap),
5308         (gst_filesrc_create_read), (gst_filesrc_create),
5309         (gst_filesrc_is_seekable), (gst_filesrc_get_size),
5310         (gst_filesrc_start):
5311         * gst/elements/gsttypefindelement.c:
5312         (gst_type_find_element_have_type), (gst_type_find_element_init),
5313         (start_typefinding), (stop_typefinding), (push_buffer_store),
5314         (gst_type_find_element_handle_event),
5315         (gst_type_find_element_chain),
5316         (gst_type_find_element_checkgetrange),
5317         (gst_type_find_element_getrange), (do_typefind),
5318         (gst_type_find_element_activate),
5319         (gst_type_find_element_change_state):
5320         * gst/elements/gsttypefindelement.h:
5321         * gst/gstpipeline.c: (pipeline_bus_handler):
5322         Added typefind helper.
5323         Small preroll fix in the base sink.
5324         Disable typefind code in basesrc.
5325         Crude port of typefindelement.
5326         Fakesrc cleanups.
5327
5328
5329 2005-04-11  Wim Taymans  <wim@fluendo.com>
5330
5331         * check/gst/gstbus.c: (gstbus_suite):
5332         * check/gst/gstdata.c: (thread_ref), (gst_data_suite):
5333         * check/gstcheck.h:
5334           Fix up the timeout so that the test does not fail.
5335
5336 2005-04-06  Wim Taymans  <wim@fluendo.com>
5337
5338         * gst/base/README:
5339         * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
5340         (gst_basesrc_init), (gst_basesrc_get_formats), (gst_basesrc_query),
5341         (gst_basesrc_get_event_mask), (gst_basesrc_do_seek),
5342         (gst_basesrc_event_handler), (gst_basesrc_get_range_unlocked),
5343         (gst_basesrc_check_get_range), (gst_basesrc_loop),
5344         (gst_basesrc_unlock), (gst_basesrc_get_size), (gst_basesrc_start),
5345         (gst_basesrc_stop), (gst_basesrc_activate),
5346         (gst_basesrc_change_state), (basesrc_find_peek),
5347         (basesrc_find_suggest), (gst_basesrc_type_find):
5348         * gst/base/gstbasesrc.h:
5349         * gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
5350         (gst_filesrc_class_init), (gst_filesrc_init),
5351         (gst_filesrc_finalize), (gst_filesrc_set_location),
5352         (gst_filesrc_set_property), (gst_filesrc_get_property),
5353         (gst_filesrc_free_parent_mmap), (gst_filesrc_map_region),
5354         (gst_filesrc_map_small_region), (gst_filesrc_create_mmap),
5355         (gst_filesrc_create_read), (gst_filesrc_create),
5356         (gst_filesrc_get_size), (gst_filesrc_start), (gst_filesrc_stop):
5357         * gst/elements/gstfilesrc.h:
5358         * gst/gstelement.c: (gst_element_get_state_func),
5359         (gst_element_lost_state), (gst_element_pads_activate):
5360         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
5361         (gst_pad_set_checkgetrange_function), (gst_pad_check_pull_range),
5362         (gst_pad_pull_range):
5363         * gst/gstpad.h:
5364         More work on the generic source base class, implement seeking,
5365         query.
5366         Make filesrc extend the base source class.
5367         Added gst_pad_set_checkgetrange_function to GstPad.
5368
5369 2005-04-06  Andy Wingo  <wingo@pobox.com>
5370
5371         * pkgconfig/gstreamer-base.pc.in:
5372         * pkgconfig/gstreamer-base-uninstalled.pc.in: New files.
5373
5374         * pkgconfig/Makefile.am:
5375         * configure.ac (AC_OUTPUT): Add gstreamer-base pkgconfig files.
5376
5377 2005-04-04  Wim Taymans  <wim@fluendo.com>
5378
5379         * gst/base/Makefile.am:
5380         * gst/base/README:
5381         * gst/base/gstbasesink.c: (gst_basesink_base_init),
5382         (gst_basesink_pad_getcaps), (gst_basesink_pad_setcaps),
5383         (gst_basesink_pad_buffer_alloc), (gst_basesink_init),
5384         (gst_basesink_do_sync), (gst_basesink_chain_unlocked):
5385         * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
5386         (gst_basesrc_base_init), (gst_basesrc_class_init),
5387         (gst_basesrc_init), (gst_basesrc_get_formats),
5388         (gst_basesrc_get_query_types), (gst_basesrc_query),
5389         (gst_basesrc_get_event_mask), (gst_basesrc_event_handler),
5390         (gst_basesrc_set_property), (gst_basesrc_get_property),
5391         (gst_basesrc_get_range_unlocked), (gst_basesrc_get_range),
5392         (gst_basesrc_loop), (gst_basesrc_activate),
5393         (gst_basesrc_change_state):
5394         * gst/base/gstbasesrc.h:
5395         * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
5396         (gst_fakesrc_class_init), (gst_fakesrc_init),
5397         (gst_fakesrc_event_handler), (gst_fakesrc_set_property),
5398         (gst_fakesrc_get_property), (gst_fakesrc_create):
5399         * gst/elements/gstfakesrc.h:
5400         * gst/elements/gstfilesrc.c: (gst_filesrc_getrange),
5401         (gst_filesrc_open_file), (gst_filesrc_loop),
5402         (gst_filesrc_activate), (filesrc_find_peek),
5403         (gst_filesrc_type_find):
5404         Made base source class, make fakesrc extend it.
5405         Add comments to basesink class.
5406         Some filesrc cleanup.
5407
5408 2005-03-31  David Schleef  <ds@schleef.org>
5409
5410         * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
5411         Switch to using G_MODULE_BIND_LOCAL, which means plugins are now
5412         expected to link against libgstreamer.
5413         * gst/base/Makefile.am: link against libgstreamer
5414         * gst/elements/Makefile.am: same
5415
5416 2005-03-31  Andy Wingo  <wingo@pobox.com>
5417
5418         * tests/instantiate/Makefile.am:
5419         * tests/instantiate/caps.c: Add test to test speed of caps copy
5420         and free.
5421
5422         * tests/memchunk/gmemchunktest.c (main): Use alloc only on the
5423         GMemChunk to be fair.
5424
5425         * gst/gsttrashstack.h: Remove warning about using the fallback
5426         trash stack implementation, it's still faster than malloc.
5427
5428 2005-03-30  Andy Wingo  <wingo@pobox.com>
5429
5430         * tests/complexity.c: Add a copyright.
5431
5432 2005-03-31  Wim Taymans  <wim@fluendo.com>
5433
5434         * gst/base/gstbasetransform.c: (gst_base_transform_base_init),
5435         (gst_base_transform_class_init), (gst_base_transform_init),
5436         (gst_base_transform_setcaps), (gst_base_transform_handle_buffer),
5437         (gst_base_transform_get_property),
5438         (gst_base_transform_sink_activate),
5439         (gst_base_transform_src_activate),
5440         (gst_base_transform_change_state):
5441         * gst/base/gstbasetransform.h:
5442         * gst/elements/gstidentity.c: (gst_identity_class_init),
5443         (gst_identity_event), (gst_identity_check_perfect),
5444         (gst_identity_transform), (gst_identity_start),
5445         (gst_identity_stop):
5446         Added start/stop methods to transform base class so subclasses 
5447         don't need to deal with state changes even.
5448
5449 2005-03-31  Wim Taymans  <wim@fluendo.com>
5450
5451         * gst/gstevent.c: (gst_event_new_discontinuous_valist),
5452         (gst_event_new_discontinuous), (gst_event_discont_get_value):
5453         * gst/gstevent.h:
5454         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
5455         (gst_pad_pull_range):
5456         Added rate to the discont event to prepare for variable speed
5457         and reverse playback.
5458
5459 2005-03-29  David Schleef  <ds@schleef.org>
5460
5461         * configure.ac:
5462         * testsuite/trigger/Makefile.am:
5463         * testsuite/trigger/trigger.c: A little example program to show
5464         how trigger-based elements can work.
5465
5466 2005-03-29  Wim Taymans  <wim@fluendo.com>
5467
5468         * gst/base/Makefile.am:
5469         * gst/base/README:
5470         * gst/base/gstbasesink.c: (gst_basesink_get_type),
5471         (gst_basesink_base_init), (gst_basesink_class_init),
5472         (gst_basesink_pad_getcaps), (gst_basesink_init),
5473         (gst_basesink_activate), (gst_basesink_change_state):
5474         * gst/base/gstbasesink.h:
5475         * gst/base/gstbasetransform.c: (gst_base_transform_get_type),
5476         (gst_base_transform_base_init), (gst_base_transform_finalize),
5477         (gst_base_transform_class_init), (gst_base_transform_init),
5478         (gst_base_transform_proxy_getcaps), (gst_base_transform_setcaps),
5479         (gst_base_transform_event), (gst_base_transform_getrange),
5480         (gst_base_transform_chain), (gst_base_transform_handle_buffer),
5481         (gst_base_transform_set_property),
5482         (gst_base_transform_get_property),
5483         (gst_base_transform_sink_activate),
5484         (gst_base_transform_src_activate),
5485         (gst_base_transform_change_state):
5486         * gst/base/gstbasetransform.h:
5487         * gst/elements/gstidentity.c: (gst_identity_finalize),
5488         (gst_identity_class_init), (gst_identity_init),
5489         (gst_identity_event), (gst_identity_check_perfect),
5490         (gst_identity_transform), (gst_identity_set_property),
5491         (gst_identity_get_property), (gst_identity_change_state):
5492         * gst/elements/gstidentity.h:
5493         * gst/gstelement.c: (gst_element_get_state_func),
5494         (gst_element_lost_state), (gst_element_pads_activate):
5495         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
5496         (gst_pad_check_pull_range), (gst_pad_pull_range):
5497         * gst/gstpad.h:
5498         Simplify pad activation.
5499         Added function to check if pull_range can be performed.
5500         Error out when pulling inactive or flushing pads.
5501         Removed const from refcounted types as it does not make sense.
5502         Simplify pad templates in basesink
5503         Added base class for simple 1-to-1 transforms.
5504         Make identity subclass the base transform.
5505
5506 2005-03-29  Andy Wingo  <wingo@pobox.com>
5507
5508         * docs/libs/gstreamer-libs-overrides.txt: 
5509         * docs/gst/gstreamer-overrides.txt: Add these files to CVS. Now I
5510         really don't understand what's going on, but like whatever. I want
5511         green buildbot!
5512
5513         * docs/gst/Makefile.am:
5514         * docs/libs/Makefile.am: Dist the overrides files.
5515
5516         * check/Makefile.am (clean-local): Remove .libs directories.
5517
5518         * gst/elements/Makefile.am (EXTRA_DIST): Add all the attic
5519         elements to EXTRA_DIST, so po/ files are happy.
5520
5521         * po/POTFILES.in: Er, remove it here.
5522
5523         * po/POTFILES: Remove gstspider.c.
5524
5525         * configure.ac (AC_OUTPUT): Add missing testsuite makefiles.
5526
5527         * docs/libs/gstreamer-libs-docs.sgml: 
5528         * docs/libs/gstreamer-libs-sections.txt: Remove the section on
5529         bytestream.
5530
5531         * tests/complexity.c (main): Set the length of the preroll queue
5532         on the sinks to prevent a lockup.
5533
5534         * libs/gst/dataprotocol/Makefile.am: 
5535         * libs/gst/dataprotocol/dataprotocol-test.c: Remove test, it's
5536         the same as the one in check/gst-libs/gdp.c.
5537
5538         * po/, docs/gst/: Commit automatic changes to docs and po files.
5539
5540         * gst/elements/Makefile.am (libgstelements_la_LDFLAGS): Link to
5541         the versioned libgstbase.
5542
5543         * check/Makefile.am: Depend on an unversioned gst-register, seems
5544         to make autoconf happier.
5545
5546         * gst/base/Makefile.am: Make libgstbase a versioned lib.
5547
5548 2005-03-28  Wim Taymans  <wim@fluendo.com>
5549
5550         * configure.ac:
5551         * docs/design/part-gstelement.txt:
5552         * docs/design/part-negotiation.txt:
5553         * docs/design/part-preroll.txt:
5554         * docs/design/part-scheduling.txt:
5555         * docs/design/part-states.txt:
5556         * gst/Makefile.am:
5557         * gst/base/Makefile.am:
5558         * gst/base/README:
5559         * gst/base/gstbasesink.c: (gst_basesink_get_template),
5560         (gst_basesink_base_init), (gst_basesink_class_init),
5561         (gst_basesink_pad_getcaps), (gst_basesink_pad_setcaps),
5562         (gst_basesink_pad_buffer_alloc), (gst_basesink_init),
5563         (gst_basesink_set_pad_functions),
5564         (gst_basesink_set_all_pad_functions), (gst_basesink_set_clock),
5565         (gst_basesink_set_property), (gst_basesink_get_property),
5566         (gst_base_sink_get_template), (gst_base_sink_get_caps),
5567         (gst_base_sink_set_caps), (gst_base_sink_buffer_alloc),
5568         (gst_basesink_preroll_queue_push),
5569         (gst_basesink_preroll_queue_empty),
5570         (gst_basesink_preroll_queue_flush), (gst_basesink_finish_preroll),
5571         (gst_basesink_event), (gst_basesink_get_times),
5572         (gst_basesink_do_sync), (gst_basesink_handle_buffer),
5573         (gst_basesink_chain_unlocked), (gst_basesink_chain),
5574         (gst_basesink_loop), (gst_basesink_activate),
5575         (gst_basesink_change_state):
5576         * gst/base/gstbasesink.h:
5577         * gst/elements/Makefile.am:
5578         * gst/elements/gstfakesink.c: (gst_fakesink_base_init),
5579         (gst_fakesink_class_init), (gst_fakesink_init),
5580         (gst_fakesink_set_property), (gst_fakesink_get_property),
5581         (gst_fakesink_get_times), (gst_fakesink_event),
5582         (gst_fakesink_preroll), (gst_fakesink_render),
5583         (gst_fakesink_change_state):
5584         * gst/elements/gstfakesink.h:
5585         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_manager),
5586         (gst_bin_get_state), (gst_bin_change_state), (gst_bin_send_event):
5587         * gst/gstelement.c: (gst_element_add_pad),
5588         (gst_element_get_state_func), (gst_element_abort_state),
5589         (gst_element_commit_state), (gst_element_lost_state),
5590         (gst_element_set_state), (gst_element_pads_activate):
5591         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_event_default):
5592         * gst/gstpipeline.c: (gst_pipeline_send_event),
5593         (gst_pipeline_change_state):
5594         Added state change code.
5595         Added/updated docs.
5596         Added sink base class, make fakesink extend the base class.
5597         Small cleanups in GstPipeline.
5598
5599 2005-03-26  David Schleef  <ds@schleef.org>
5600
5601         * gst/Makefile.am: remove gstcpu.[ch].  The gst_cpu functionality
5602         is broken and should be implemented in a different library.
5603         * gst/gst.c: (init_post): don't call _gst_cpu_initialize()
5604         * gst/gst.h: remove gstcpu.h
5605         * gst/gstcpu.c: remove
5606         * gst/gstcpu.h: remove
5607         * gst/Makefile.am.future: Remove this file.  It's ancient.
5608
5609 2005-03-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5610
5611         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_manager),
5612         (gst_bin_send_event):
5613           Add default event/set_manager handlers. The set_manager handler
5614           takes care that the manager is distributed over kids that were
5615           already in the bin before the manager was set. The event handler
5616           is a utility virtual function that sends the event over all sinks,
5617           so that gst_element_send_event (bin, event); has the expected
5618           behaviour.
5619         * gst/gstpad.c: (gst_pad_event_default):
5620           Re-install default event handling for discontinuities, so that
5621           seeking works without requiring hacks in applications or extra
5622           code in sinks.
5623         * gst/gstpipeline.c: (gst_pipeline_class_init),
5624         (gst_pipeline_send_event):
5625           Half hack, half utility: set a pipeline to PAUSED for seek events,
5626           since that is the only way we can guarantee a/v sync. Means that
5627           you can do gst_element_seek (pipeline, method, pos); on a pipeline
5628           and it "just works".
5629
5630 2005-03-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5631
5632         * gst/gstpipeline.c: (gst_pipeline_use_clock):
5633           Lock/unlock mismatch.
5634
5635 2005-03-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5636
5637         * docs/faq/gst-uninstalled:
5638           add gst-plugins-base
5639         * docs/gst/Makefile.am:
5640           don't error out until docs are fixed
5641         * docs/gst/gstreamer.types:
5642           remove thread
5643
5644 2005-03-22  Wim Taymans  <wim@fluendo.com>
5645
5646         * check/Makefile.am:
5647         * check/gst/gstmessage.c: (START_TEST), (gst_data_suite), (main):
5648         * gst/gststructure.c: (gst_structure_set_valist),
5649         (gst_structure_copy_conditional):
5650         Activated more tests.
5651         Added message test.
5652         Added G_TYPE_POINTER to GstStructure.
5653         
5654
5655 2005-03-22  Wim Taymans  <wim@fluendo.com>
5656
5657         * docs/design/part-TODO.txt:
5658         * docs/design/part-events.txt:
5659         * docs/design/part-gstbin.txt:
5660         * docs/design/part-gstbus.txt:
5661         * docs/design/part-gstpipeline.txt:
5662         * docs/design/part-messages.txt:
5663         * gst/gstbus.c:
5664         * gst/gstmessage.c:
5665         Docs updates
5666
5667 2005-03-21  Wim Taymans  <wim@fluendo.com>
5668
5669         * gst/gstbus.c: (gst_bus_post):
5670         Fix copy-and-paste error.
5671
5672 2005-03-21  Wim Taymans  <wim@fluendo.com>
5673
5674         * check/Makefile.am:
5675         * gst/Makefile.am:
5676         * gst/elements/Makefile.am:
5677         * gst/elements/gstelements.c:
5678         * gst/elements/gstfakesink.c: (gst_fakesink_init),
5679         (gst_fakesink_event), (gst_fakesink_chain):
5680         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
5681         (gst_fakesrc_init), (gst_fakesrc_get_event_mask),
5682         (gst_fakesrc_event_handler), (gst_fakesrc_set_pad_functions),
5683         (gst_fakesrc_set_all_pad_functions), (gst_fakesrc_request_new_pad),
5684         (gst_fakesrc_set_property), (gst_fakesrc_get_property),
5685         (gst_fakesrc_get_range_unlocked), (gst_fakesrc_get_range),
5686         (gst_fakesrc_loop), (gst_fakesrc_activate),
5687         (gst_fakesrc_change_state):
5688         * gst/elements/gstfakesrc.h:
5689         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
5690         (gst_filesrc_get_read), (gst_filesrc_getrange), (gst_filesrc_get),
5691         (gst_filesrc_open_file), (gst_filesrc_loop),
5692         (gst_filesrc_activate), (gst_filesrc_change_state),
5693         (filesrc_find_peek), (filesrc_find_suggest),
5694         (gst_filesrc_type_find):
5695         * gst/elements/gstidentity.c: (gst_identity_finalize),
5696         (gst_identity_class_init), (gst_identity_init),
5697         (gst_identity_proxy_getcaps), (identity_queue_push),
5698         (identity_queue_pop), (identity_queue_flush), (gst_identity_event),
5699         (gst_identity_getrange), (gst_identity_chain),
5700         (gst_identity_sink_loop), (gst_identity_src_loop),
5701         (gst_identity_handle_buffer), (gst_identity_set_dataflow_funcs),
5702         (gst_identity_set_property), (gst_identity_get_property),
5703         (gst_identity_change_state):
5704         * gst/elements/gstidentity.h:
5705         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init),
5706         (gst_tee_update_pad_functions), (gst_tee_request_new_pad),
5707         (gst_tee_set_property), (gst_tee_get_property), (gst_tee_do_push),
5708         (gst_tee_handle_buffer), (gst_tee_chain), (gst_tee_loop),
5709         (gst_tee_sink_activate):
5710         * gst/elements/gsttee.h:
5711         * gst/gst.c: (gst_register_core_elements), (init_post):
5712         * gst/gst.h:
5713         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_bus),
5714         (gst_bin_set_scheduler), (gst_bin_add_func), (gst_bin_add),
5715         (gst_bin_remove_func), (gst_bin_remove), (gst_bin_get_state),
5716         (gst_bin_change_state):
5717         * gst/gstbin.h:
5718         * gst/gstbus.c: (gst_bus_get_type), (gst_bus_class_init),
5719         (gst_bus_init), (gst_bus_dispose), (gst_bus_set_property),
5720         (gst_bus_get_property), (gst_bus_new), (gst_bus_post),
5721         (gst_bus_have_pending), (gst_bus_pop), (gst_bus_peek),
5722         (gst_bus_set_sync_handler), (gst_bus_create_watch),
5723         (bus_watch_callback), (bus_watch_destroy),
5724         (gst_bus_add_watch_full), (gst_bus_add_watch), (poll_handler),
5725         (poll_timeout), (gst_bus_poll):
5726         * gst/gstbus.h:
5727         * gst/gstcaps.h:
5728         * gst/gstdata.h:
5729         * gst/gstelement.c: (gst_element_class_init), (gst_element_init),
5730         (gst_element_post_message), (gst_element_message_full),
5731         (gst_element_get_state_func), (gst_element_get_state),
5732         (gst_element_abort_state), (gst_element_commit_state),
5733         (gst_element_lost_state), (gst_element_set_state),
5734         (gst_element_pads_activate), (gst_element_change_state),
5735         (gst_element_dispose), (gst_element_set_manager_func),
5736         (gst_element_set_bus_func), (gst_element_set_scheduler_func),
5737         (gst_element_set_manager), (gst_element_get_manager),
5738         (gst_element_set_bus), (gst_element_get_bus),
5739         (gst_element_set_scheduler), (gst_element_get_scheduler):
5740         * gst/gstelement.h:
5741         * gst/gstevent.c: (gst_event_new_segment_seek),
5742         (gst_event_new_flush):
5743         * gst/gstevent.h:
5744         * gst/gstmessage.c: (_gst_message_initialize), (_gst_message_copy),
5745         (_gst_message_free), (gst_message_get_type), (gst_message_new),
5746         (gst_message_new_eos), (gst_message_new_error),
5747         (gst_message_new_warning), (gst_message_new_tag),
5748         (gst_message_new_state_changed), (gst_message_new_application),
5749         (gst_message_get_structure), (gst_message_parse_tag),
5750         (gst_message_parse_state_changed), (gst_message_parse_error),
5751         (gst_message_parse_warning):
5752         * gst/gstmessage.h:
5753         * gst/gstpad.c: (gst_real_pad_class_init), (gst_real_pad_init),
5754         (gst_real_pad_set_property), (gst_pad_set_active),
5755         (gst_pad_is_active), (gst_pad_set_blocked_async),
5756         (gst_pad_set_blocked), (gst_pad_is_blocked),
5757         (gst_pad_set_activate_function), (gst_pad_set_loop_function),
5758         (gst_pad_set_getrange_function), (gst_pad_set_acceptcaps_function),
5759         (gst_pad_set_fixatecaps_function), (gst_pad_set_setcaps_function),
5760         (gst_pad_unlink), (gst_pad_link_prepare_filtered),
5761         (gst_pad_link_filtered), (gst_pad_relink_filtered),
5762         (gst_real_pad_get_caps_unlocked), (gst_pad_get_caps),
5763         (gst_pad_peer_get_caps), (gst_pad_fixate_caps),
5764         (gst_pad_accept_caps), (gst_pad_peer_accept_caps),
5765         (gst_pad_set_caps), (gst_pad_configure_sink),
5766         (gst_pad_configure_src), (gst_pad_get_negotiated_caps),
5767         (gst_pad_get_filter_caps), (gst_pad_alloc_buffer),
5768         (gst_real_pad_dispose), (gst_real_pad_finalize),
5769         (handle_pad_block), (gst_pad_push), (gst_pad_pull_range),
5770         (gst_pad_event_default_dispatch), (gst_pad_event_default),
5771         (gst_pad_push_event), (gst_pad_send_event), (gst_pad_get_formats):
5772         * gst/gstpad.h:
5773         * gst/gstpipeline.c: (gst_pipeline_init), (is_eos),
5774         (pipeline_bus_handler), (gst_pipeline_change_state),
5775         (gst_pipeline_get_scheduler), (gst_pipeline_get_bus):
5776         * gst/gstpipeline.h:
5777         * gst/gstprobe.h:
5778         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_init),
5779         (gst_queue_finalize), (gst_queue_getcaps), (gst_queue_link_sink),
5780         (gst_queue_link_src), (gst_queue_bufferalloc),
5781         (gst_queue_locked_flush), (gst_queue_handle_sink_event),
5782         (gst_queue_is_empty), (gst_queue_is_filled), (gst_queue_chain),
5783         (gst_queue_loop), (gst_queue_handle_src_event),
5784         (gst_queue_handle_src_query), (gst_queue_src_activate),
5785         (gst_queue_change_state):
5786         * gst/gstqueue.h:
5787         * gst/gstscheduler.c: (gst_scheduler_init),
5788         (gst_scheduler_dispose), (gst_scheduler_create_task),
5789         (gst_scheduler_factory_create):
5790         * gst/gstscheduler.h:
5791         * gst/gststructure.c: (gst_structure_get_type),
5792         (gst_structure_copy_conditional):
5793         * gst/gststructure.h:
5794         * gst/gsttaginterface.h:
5795         * gst/gsttask.c: (gst_task_get_type), (gst_task_class_init),
5796         (gst_task_init), (gst_task_dispose), (gst_task_create),
5797         (gst_task_get_state), (gst_task_start), (gst_task_stop),
5798         (gst_task_pause):
5799         * gst/gsttask.h:
5800         * gst/gstthread.c:
5801         * gst/gstthread.h:
5802         * gst/gsttypes.h:
5803         * gst/schedulers/Makefile.am:
5804         * gst/schedulers/cothreads_compat.h:
5805         * gst/schedulers/entryscheduler.c:
5806         * gst/schedulers/faircothreads.c:
5807         * gst/schedulers/faircothreads.h:
5808         * gst/schedulers/fairscheduler.c:
5809         * gst/schedulers/gstbasicscheduler.c:
5810         * gst/schedulers/gstoptimalscheduler.c:
5811         * gst/schedulers/gthread-cothreads.h:
5812         * gst/schedulers/threadscheduler.c:
5813         (gst_thread_scheduler_task_get_type),
5814         (gst_thread_scheduler_task_class_init),
5815         (gst_thread_scheduler_task_init),
5816         (gst_thread_scheduler_task_start),
5817         (gst_thread_scheduler_task_stop),
5818         (gst_thread_scheduler_task_pause), (gst_thread_scheduler_get_type),
5819         (gst_thread_scheduler_class_init), (gst_thread_scheduler_func),
5820         (gst_thread_scheduler_init), (gst_thread_scheduler_create_task),
5821         (gst_thread_scheduler_setup), (gst_thread_scheduler_reset),
5822         (plugin_init):
5823         * libs/gst/Makefile.am:
5824         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf):
5825         * libs/gst/bytestream/filepad.c: (gst_file_pad_init),
5826         (gst_file_pad_parent_set):
5827         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_event),
5828         (gst_dp_event_from_packet):
5829         * tests/complexity.c: (main):
5830         * tests/mass_elements.c: (main):
5831         * testsuite/states/locked.c: (message_received), (main):
5832         * testsuite/states/parent.c: (main):
5833         * tools/gst-inspect.c: (print_element_flag_info),
5834         (print_implementation_info), (print_pad_info):
5835         * tools/gst-launch.c: (check_intr), (play_handler), (event_loop),
5836         (main):
5837         * tools/gst-md5sum.c: (event_loop), (main):
5838         * tools/gst-typefind.c: (main):
5839         * tools/gst-xmlinspect.c: (print_element_info):
5840         Next big merge.
5841         Added GstBus for mainloop integration.
5842         Added GstMessage for sending notifications on the bus.
5843         Added GstTask as an abstraction for pipeline entry points.
5844         Removed GstThread.
5845         Removed Schedulers.
5846         Simplified GstQueue for multithreaded core.
5847         Made _link threadsafe, removed old capsnego.
5848         Added STREAM_LOCK and PREROLL_LOCK in GstPad.
5849         Added pad blocking functions.
5850         Reworked scheduling functions in GstPad to prepare for
5851         scheduling updates soon.
5852         Moved events out of data stream.
5853         Simplified GstEvent types.
5854         Added return values to push/pull.
5855         Removed clocking from GstElement.
5856         Added prototypes for state change function for next merge.
5857         Removed iterate from bins and state change management.
5858         Fixed some elements, disabled others for now.
5859         Fixed -inspect and -launch.
5860         Added check for GstBus.
5861
5862 2005-03-10  Wim Taymans  <wim@fluendo.com>
5863
5864         * docs/design/part-MT-refcounting.txt:
5865         * docs/design/part-clocks.txt:
5866         * docs/design/part-gstelement.txt:
5867         * docs/design/part-gstobject.txt:
5868         * docs/design/part-standards.txt:
5869         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
5870         (gst_bin_remove_func), (gst_bin_remove):
5871         * gst/gstbin.h:
5872         * gst/gstbuffer.c:
5873         * gst/gstcaps.h:
5874         * testsuite/clock/clock1.c: (main):
5875         * testsuite/clock/clock2.c: (gst_clock_debug), (element_wait),
5876         (main):
5877         * testsuite/dlopen/loadgst.c: (do_test):
5878         * testsuite/refcounting/bin.c: (add_remove_test1),
5879         (add_remove_test2), (main):
5880         * testsuite/refcounting/element.c: (main):
5881         * testsuite/refcounting/element_pad.c: (main):
5882         * testsuite/refcounting/pad.c: (main):
5883         * tools/gst-launch.c: (sigint_handler_sighandler):
5884         * tools/gst-typefind.c: (main):
5885         Doc updates.
5886         Added doc about clock.
5887         removed gst_bin_iterate_recurse_up(), marked methods
5888         for removal.
5889         Fix more testsuites.
5890
5891 2005-03-09  Wim Taymans  <wim@fluendo.com>
5892
5893         * gst/gstpad.c: (gst_pad_get_direction),
5894         (_gst_pad_default_fixate_foreach), (gst_pad_collectv),
5895         (gst_pad_collect_valist):
5896         * testsuite/bins/interface.c: (main):
5897         * testsuite/caps/audioscale.c: (test_caps):
5898         * testsuite/caps/caps.c: (test1), (test2), (test3):
5899         * testsuite/caps/deserialize.c: (main):
5900         * testsuite/caps/enumcaps.c: (main):
5901         * testsuite/caps/filtercaps.c: (main):
5902         * testsuite/caps/intersect2.c: (main):
5903         * testsuite/caps/random.c: (main):
5904         * testsuite/caps/renegotiate.c: (my_fixate), (main):
5905         * testsuite/caps/sets.c: (check_caps):
5906         * testsuite/caps/simplify.c: (check_caps), (main):
5907         * testsuite/caps/subtract.c: (check_caps):
5908         Fix _pad_get_direction wrt ghostpads.
5909         Fix caps testsuite.
5910
5911 2005-03-09  Wim Taymans  <wim@fluendo.com>
5912
5913         * check/Makefile.am:
5914         * check/gst/gstbin.c: (START_TEST), (gst_bin_suite), (main):
5915         * check/gst/gstsystemclock.c: (START_TEST), (gst_clock_debug),
5916         (ok_callback), (error_callback), (gst_systemclock_suite), (main):
5917         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_index_func),
5918         (gst_bin_set_clock_func), (gst_bin_get_clock_func),
5919         (gst_bin_add_func), (gst_bin_add), (gst_bin_remove_func),
5920         (gst_bin_remove), (gst_bin_iterate_recurse_up),
5921         (bin_element_is_sink), (gst_bin_iterate_sinks),
5922         (gst_bin_iterate_all_by_interface):
5923         * gst/gstbin.h:
5924         * gst/gstelement.c: (gst_element_init), (gst_element_error_full),
5925         (gst_element_change_state), (gst_element_dispose),
5926         (gst_element_finalize), (gst_element_set_loop_function):
5927         * gst/gstelement.h:
5928         * gst/gstiterator.c: (find_custom_fold_func):
5929         * gst/gstpad.c: (_gst_pad_default_fixate_foreach),
5930         (gst_pad_collectv), (gst_pad_collect_valist),
5931         (gst_pad_template_new):
5932         * gst/gstpipeline.c: (gst_pipeline_class_init),
5933         (gst_pipeline_dispose), (gst_pipeline_set_property),
5934         (gst_pipeline_get_property), (gst_pipeline_get_clock_func),
5935         (gst_pipeline_get_clock), (gst_pipeline_use_clock),
5936         (gst_pipeline_set_clock), (gst_pipeline_auto_clock):
5937         * gst/gstutils.h:
5938         * gst/schedulers/entryscheduler.c:
5939         * gst/schedulers/gstbasicscheduler.c:
5940         (gst_basic_scheduler_cothreaded_chain),
5941         (gst_basic_scheduler_chain_add_element):
5942         * testsuite/bins/interface.c: (main):
5943         Added GstBin test.
5944         Added GstSystemClock test.
5945         Implemented clock distribution code in GstBin.
5946         Implemented iterate sinks method for future use.
5947         Rearranged gstelement.h
5948         Fix GstIterator comparison bug.
5949         Moved some code to GstPipeline, mostly clocking related.
5950
5951 2005-03-09  Wim Taymans  <wim@fluendo.com>
5952
5953         * configure.ac:
5954         * gst/gst_private.h:
5955         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
5956         (gst_bin_remove_func), (gst_bin_remove),
5957         (gst_bin_get_by_name_recurse_up):
5958         * gst/gstclock.c: (gst_clock_id_ref), (gst_clock_id_unref),
5959         (gst_clock_id_compare_func), (gst_clock_id_wait),
5960         (gst_clock_id_wait_async), (gst_clock_init),
5961         (gst_clock_adjust_unlocked), (gst_clock_get_time):
5962         * gst/gstelement.h:
5963         * gst/gstinfo.c: (_gst_debug_init):
5964         * gst/gstobject.h:
5965         * gst/gstpad.c: (_gst_pad_default_fixate_foreach),
5966         (gst_pad_collectv), (gst_pad_collect_valist), (gst_pad_query):
5967         * gst/gstpad.h:
5968         Bump version number, we're now 0.9.0
5969         Add future debugging category.
5970         Fix NULL _unref() in _get_by_name_recurse_up
5971         Rearrange gstpad.h.
5972         Update some docs.
5973
5974 2005-03-08  Wim Taymans  <wim@fluendo.com>
5975
5976         * gst/elements/gstaggregator.c: (gst_aggregator_class_init):
5977         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
5978         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
5979         * gst/elements/gstfdsink.c: (gst_fdsink_class_init):
5980         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init):
5981         * gst/elements/gstfilesink.c: (gst_filesink_class_init):
5982         * gst/elements/gstfilesrc.c: (gst_filesrc_class_init):
5983         * gst/elements/gstidentity.c: (gst_identity_class_init):
5984         * gst/elements/gstmd5sink.c: (gst_md5sink_class_init):
5985         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
5986         * gst/elements/gstshaper.c: (gst_shaper_class_init):
5987         * gst/elements/gststatistics.c: (gst_statistics_class_init):
5988         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_getcaps),
5989         (gst_tee_link):
5990         * gst/gstelement.c: (gst_element_class_init),
5991         (gst_element_base_class_init), (gst_element_init),
5992         (gst_element_get_random_pad), (gst_element_wait_state_change),
5993         (gst_element_change_state), (gst_element_dispose),
5994         (gst_element_finalize), (gst_element_set_loop_function):
5995         * gst/gstelement.h:
5996         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_link_src):
5997         * gst/gstthread.c: (gst_thread_class_init),
5998         (gst_thread_release_children_locks), (gst_thread_change_state):
5999         * gst/schedulers/gstbasicscheduler.c:
6000         (gst_basic_scheduler_loopfunc_wrapper),
6001         (gst_basic_scheduler_chain_wrapper),
6002         (gst_basic_scheduler_src_wrapper),
6003         (gst_basic_scheduler_remove_element):
6004         * gst/schedulers/gstoptimalscheduler.c: (schedule_group):
6005         Remove threadsafe properties. Fix elements because GObject
6006         complains when installing a property before declaring a
6007         set/get_property handler.
6008         Rearrange gstelement.h file, use STATE macros for state locks.
6009         Free mutexes in the finalize method instead of dispose.
6010
6011 2005-03-08  Wim Taymans  <wim@fluendo.com>
6012
6013         * check/gst/gstobject.c: (START_TEST), (gst_object_suite):
6014         * gst/gstthread.c: (gst_thread_release_children_locks):
6015         Added parentage check.
6016         Fix build og GstThread again.
6017
6018 2005-03-08  Wim Taymans  <wim@fluendo.com>
6019
6020         * docs/design/part-MT-refcounting.txt:
6021         * docs/design/part-conventions.txt:
6022         * docs/design/part-gstobject.txt:
6023         * docs/design/part-relations.txt:
6024         * docs/design/part-standards.txt:
6025         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
6026         (gst_bin_remove_func), (gst_bin_remove), (gst_bin_iterate_recurse),
6027         (gst_bin_get_by_name), (gst_bin_get_by_interface),
6028         (gst_bin_iterate_all_by_interface):
6029         * gst/gstbuffer.h:
6030         * gst/gstclock.h:
6031         * gst/gstelement.c: (gst_element_class_init),
6032         (gst_element_change_state), (gst_element_set_loop_function):
6033         * gst/gstelement.h:
6034         * gst/gstiterator.c:
6035         * gst/gstobject.c: (gst_object_class_init), (gst_object_ref),
6036         (gst_object_unref), (gst_object_sink), (gst_object_dispose),
6037         (gst_object_dispatch_properties_changed), (gst_object_set_name),
6038         (gst_object_set_parent), (gst_object_unparent),
6039         (gst_object_check_uniqueness):
6040         * gst/gstobject.h:
6041         Docs updates, clean up some headers.
6042
6043 2005-03-07  Wim Taymans  <wim@fluendo.com>
6044
6045         * check/.cvsignore:
6046         * check/Makefile.am:
6047         * check/gst-libs/.cvsignore:
6048         * check/gst-libs/gdp.c: (START_TEST), (gst_object_suite), (main):
6049         * check/gst/.cvsignore:
6050         * check/gst/gstbus.c: (pound_bus_with_messages), (pull_messages),
6051         (START_TEST), (gstbus_suite), (main):
6052         * check/gst/gstcaps.c: (START_TEST), (gst_caps_suite), (main):
6053         * check/gst/gstdata.c: (START_TEST), (thread_ref), (thread_unref),
6054         (gst_data_suite), (main):
6055         * check/gst/gstiterator.c: (make_list_of_ints), (START_TEST),
6056         (add_fold_func), (gstiterator_suite), (main):
6057         * check/gst/gstobject.c: (gst_fake_object_get_type), (START_TEST),
6058         (thread_name_object), (thread_name_object_default),
6059         (gst_object_name_compare), (gst_object_suite), (main):
6060         * check/gst/gstpad.c: (START_TEST), (thread_link_unlink),
6061         (gst_pad_suite), (main):
6062         * check/gstcheck.c: (gst_check_log_message_func),
6063         (gst_check_log_critical_func), (gst_check_init):
6064         * check/gstcheck.h:
6065         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
6066         (run_pipeline), (START_TEST), (simple_launch_lines_suite), (main):
6067         Added checks.
6068
6069 2005-03-07  Wim Taymans  <wim@fluendo.com>
6070
6071         * gst/gstiterator.c: (gst_iterator_init), (gst_iterator_new),
6072         (gst_list_iterator_next), (gst_list_iterator_resync),
6073         (gst_list_iterator_free), (gst_iterator_new_list),
6074         (gst_iterator_pop), (gst_iterator_next), (gst_iterator_resync),
6075         (gst_iterator_free), (gst_iterator_push), (filter_next),
6076         (filter_resync), (filter_uninit), (filter_free),
6077         (gst_iterator_filter), (gst_iterator_fold), (foreach_fold_func),
6078         (gst_iterator_foreach), (find_custom_fold_func),
6079         (gst_iterator_find_custom):
6080         * gst/gstiterator.h:
6081         Added missing files.
6082
6083 2005-03-07  Wim Taymans  <wim@fluendo.com>
6084
6085         * Makefile.am:
6086         * configure.ac:
6087         * docs/design/part-MT-refcounting.txt:
6088         * docs/design/part-conventions.txt:
6089         * docs/design/part-gstobject.txt:
6090         * docs/design/part-relations.txt:
6091         * examples/mixer/mixer.c: (main):
6092         * examples/thread/thread.c: (eos), (main):
6093         * gst/Makefile.am:
6094         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
6095         * gst/autoplug/gstspider.c: (gst_spider_identity_plug),
6096         (gst_spider_plug_from_srcpad):
6097         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps),
6098         (gst_spider_identity_change_state),
6099         (gst_spider_identity_sink_loop_type_finding):
6100         * gst/elements/gstfakesrc.c: (gst_fakesrc_loop):
6101         * gst/elements/gstidentity.c: (gst_identity_init):
6102         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_getcaps),
6103         (gst_tee_link), (gst_tee_request_new_pad), (gst_tee_chain):
6104         * gst/elements/gsttypefindelement.c: (free_entry):
6105         * gst/gst.c:
6106         * gst/gst.h:
6107         * gst/gstbin.c: (gst_bin_init), (gst_bin_get_clock_func),
6108         (gst_bin_set_clock_func), (gst_bin_auto_clock),
6109         (gst_bin_set_index), (gst_bin_set_element_sched),
6110         (gst_bin_unset_element_sched), (gst_bin_add_func), (gst_bin_add),
6111         (gst_bin_remove_func), (gst_bin_remove), (iterate_child),
6112         (gst_bin_iterate_elements), (iterate_child_recurse),
6113         (gst_bin_iterate_recurse), (gst_bin_dispose), (compare_name),
6114         (gst_bin_get_by_name), (gst_bin_get_by_name_recurse_up),
6115         (compare_interface), (gst_bin_get_by_interface),
6116         (gst_bin_iterate_all_by_interface), (gst_bin_iterate_func):
6117         * gst/gstbin.h:
6118         * gst/gstbuffer.c: (gst_buffer_get_type), (_gst_buffer_sub_free),
6119         (gst_buffer_default_free), (gst_buffer_default_copy),
6120         (gst_buffer_new), (gst_buffer_get_caps), (gst_buffer_set_caps),
6121         (gst_buffer_create_sub):
6122         * gst/gstbuffer.h:
6123         * gst/gstcaps.c: (gst_caps_get_type), (gst_caps_new_empty),
6124         (_gst_caps_free), (gst_caps_make_writable), (gst_caps_ref),
6125         (gst_caps_unref), (gst_static_caps_get),
6126         (gst_caps_remove_and_get_structure), (gst_caps_append),
6127         (gst_caps_append_structure), (gst_caps_remove_structure),
6128         (gst_caps_copy_nth), (gst_caps_set_simple),
6129         (gst_caps_set_simple_valist), (gst_caps_is_fixed_foreach),
6130         (gst_structure_is_equal_foreach), (gst_caps_is_subset),
6131         (gst_caps_structure_intersect_field), (gst_caps_intersect),
6132         (gst_caps_structure_subtract_field), (gst_caps_subtract),
6133         (gst_caps_normalize_foreach), (gst_caps_compare_structures),
6134         (gst_caps_structure_figure_out_union),
6135         (gst_caps_switch_structures), (gst_caps_do_simplify),
6136         (gst_caps_replace), (gst_caps_from_string),
6137         (gst_caps_copy_conditional):
6138         * gst/gstcaps.h:
6139         * gst/gstclock.c: (gst_clock_entry_new), (gst_clock_id_ref),
6140         (_gst_clock_id_free), (gst_clock_id_unref),
6141         (gst_clock_id_compare_func), (gst_clock_id_wait),
6142         (gst_clock_id_wait_async), (gst_clock_class_init),
6143         (gst_clock_init), (gst_clock_dispose), (gst_clock_adjust_unlocked),
6144         (gst_clock_get_time), (gst_clock_set_time_adjust),
6145         (gst_clock_set_property), (gst_clock_get_property):
6146         * gst/gstclock.h:
6147         * gst/gstcompat.h:
6148         * gst/gstcpu.c: (_gst_cpu_initialize_i386), (gst_cpu_get_flags):
6149         * gst/gstdata.c: (gst_data_is_writable), (gst_data_copy_on_write):
6150         * gst/gstdata.h:
6151         * gst/gstelement.c: (gst_element_class_init), (gst_element_init),
6152         (gst_element_requires_clock), (gst_element_provides_clock),
6153         (gst_element_set_clock), (gst_element_clock_wait),
6154         (gst_element_wait), (gst_element_set_time_delay),
6155         (gst_element_is_indexable), (gst_element_add_pad),
6156         (gst_element_add_ghost_pad), (gst_element_remove_pad),
6157         (pad_compare_name), (gst_element_get_static_pad),
6158         (gst_element_request_pad), (gst_element_get_request_pad),
6159         (gst_element_get_pad), (iterate_pad), (gst_element_iterate_pads),
6160         (gst_element_class_get_pad_template_list),
6161         (gst_element_class_get_pad_template), (gst_element_error_func),
6162         (gst_element_get_random_pad), (gst_element_get_event_masks),
6163         (gst_element_send_event), (gst_element_seek),
6164         (gst_element_get_query_types), (gst_element_query),
6165         (gst_element_get_formats), (gst_element_convert),
6166         (gst_element_is_locked_state), (gst_element_set_locked_state),
6167         (gst_element_sync_state_with_parent), (gst_element_change_state),
6168         (gst_element_finalize), (gst_element_yield),
6169         (gst_element_interrupt), (gst_element_set_scheduler),
6170         (gst_element_get_scheduler), (gst_element_set_loop_function):
6171         * gst/gstelement.h:
6172         * gst/gstevent.h:
6173         * gst/gstformat.c: (_gst_format_initialize), (gst_format_register),
6174         (gst_format_get_by_nick), (gst_format_get_details),
6175         (gst_format_iterate_definitions):
6176         * gst/gstformat.h:
6177         * gst/gstindex.c: (gst_index_gtype_resolver):
6178         * gst/gstinfo.c:
6179         * gst/gstinfo.h:
6180         * gst/gstmemchunk.c: (gst_mem_chunk_alloc), (gst_mem_chunk_alloc0),
6181         (gst_mem_chunk_free):
6182         * gst/gstobject.c: (gst_object_class_init), (gst_object_init),
6183         (gst_object_ref), (gst_object_unref), (gst_object_sink),
6184         (gst_object_replace), (gst_object_dispose), (gst_object_finalize),
6185         (gst_object_dispatch_properties_changed),
6186         (gst_object_set_name_default), (gst_object_set_name),
6187         (gst_object_get_name), (gst_object_set_name_prefix),
6188         (gst_object_get_name_prefix), (gst_object_set_parent),
6189         (gst_object_get_parent), (gst_object_unparent),
6190         (gst_object_check_uniqueness), (gst_object_save_thyself),
6191         (gst_object_restore_thyself), (gst_object_real_restore_thyself),
6192         (gst_object_set_property), (gst_object_get_property),
6193         (gst_object_get_path_string):
6194         * gst/gstobject.h:
6195         * gst/gstpad.c: (gst_pad_dispose), (gst_real_pad_class_init),
6196         (gst_real_pad_init), (gst_real_pad_get_property),
6197         (gst_pad_custom_new), (gst_pad_get_direction),
6198         (gst_pad_set_active), (gst_pad_is_active),
6199         (gst_pad_set_event_function), (gst_pad_is_linked),
6200         (gst_pad_link_free), (gst_pad_link_intersect),
6201         (gst_pad_link_fixate), (gst_pad_set_caps),
6202         (gst_pad_try_set_caps_nonfixed), (gst_pad_set_pad_template),
6203         (gst_pad_get_real_parent), (gst_pad_add_ghost_pad),
6204         (gst_pad_remove_ghost_pad), (_gst_pad_default_fixate_foreach),
6205         (gst_pad_link_unnegotiate), (gst_pad_proxy_fixate),
6206         (gst_pad_get_caps), (gst_pad_peer_get_caps),
6207         (gst_pad_get_pad_template_caps), (gst_pad_get_peer),
6208         (gst_pad_realize), (gst_pad_get_allowed_caps),
6209         (gst_real_pad_dispose), (gst_real_pad_finalize),
6210         (gst_pad_collectv), (gst_pad_collect_valist),
6211         (gst_pad_template_dispose), (gst_pad_template_new),
6212         (gst_pad_get_internal_links):
6213         * gst/gstpad.h:
6214         * gst/gstpipeline.c: (gst_pipeline_dispose),
6215         (gst_pipeline_change_state):
6216         * gst/gstpipeline.h:
6217         * gst/gstplugin.c:
6218         * gst/gstpluginfeature.c: (gst_plugin_feature_get_name),
6219         (gst_plugin_feature_set_rank), (gst_plugin_feature_get_rank):
6220         * gst/gstpluginfeature.h:
6221         * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
6222         * gst/gstquery.c: (_gst_query_type_initialize),
6223         (gst_query_type_register), (gst_query_type_get_by_nick),
6224         (gst_query_type_get_details), (gst_query_type_iterate_definitions):
6225         * gst/gstquery.h:
6226         * gst/gstqueue.c: (gst_queue_link_sink), (gst_queue_link_src):
6227         * gst/gstscheduler.c: (gst_scheduler_add_element),
6228         (gst_scheduler_factory_create):
6229         * gst/gststructure.c: (gst_structure_set_parent_refcount),
6230         (gst_structure_free), (gst_structure_set_name),
6231         (gst_structure_id_set_value), (gst_structure_set_value),
6232         (gst_structure_set_valist), (gst_structure_remove_field),
6233         (gst_structure_remove_fields),
6234         (gst_structure_remove_fields_valist),
6235         (gst_structure_remove_all_fields), (gst_structure_foreach),
6236         (gst_structure_map_in_place),
6237         (gst_caps_structure_fixate_field_nearest_int),
6238         (gst_caps_structure_fixate_field_nearest_double):
6239         * gst/gststructure.h:
6240         * gst/gstsystemclock.c: (gst_system_clock_class_init),
6241         (gst_system_clock_init), (gst_system_clock_dispose),
6242         (gst_system_clock_async_thread),
6243         (gst_system_clock_id_wait_unlocked), (gst_system_clock_id_wait),
6244         (gst_system_clock_id_wait_async), (gst_system_clock_id_unschedule):
6245         * gst/gstsystemclock.h:
6246         * gst/gsttag.c: (gst_tag_list_add_value_internal),
6247         (gst_tag_list_copy_foreach), (structure_foreach_wrapper):
6248         * gst/gsttaginterface.c:
6249         * gst/gstthread.c: (gst_thread_dispose),
6250         (gst_thread_release_children_locks), (gst_thread_change_state),
6251         (gst_thread_main_loop):
6252         * gst/gsttrashstack.h:
6253         * gst/gsttypefind.c: (gst_type_find_factory_dispose):
6254         * gst/gsttypes.h:
6255         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
6256         (gst_element_request_pad), (gst_element_get_pad_from_template),
6257         (gst_element_request_compatible_pad),
6258         (gst_element_get_compatible_pad_filtered),
6259         (gst_element_get_compatible_pad), (gst_element_state_get_name),
6260         (gst_element_link_pads_filtered), (gst_element_link_filtered),
6261         (gst_element_link_many), (gst_element_link),
6262         (gst_element_link_pads), (gst_element_unlink_pads),
6263         (gst_element_unlink_many), (gst_element_unlink),
6264         (gst_pad_can_link_filtered), (gst_pad_can_link),
6265         (gst_pad_use_fixed_caps), (gst_pad_get_fixed_caps_func),
6266         (gst_object_default_error), (gst_bin_add_many),
6267         (gst_bin_remove_many), (gst_element_populate_std_props),
6268         (gst_element_class_install_std_props), (gst_buffer_merge),
6269         (gst_buffer_stamp), (intersect_caps_func), (gst_pad_proxy_getcaps),
6270         (link_fold_func), (gst_pad_proxy_setcaps):
6271         * gst/gstutils.h:
6272         * gst/gstvalue.c: (gst_value_deserialize_string):
6273         * gst/parse/grammar.y:
6274         * gst/schedulers/gstbasicscheduler.c:
6275         (gst_basic_scheduler_cothreaded_chain),
6276         (gst_basic_scheduler_chain_recursive_add),
6277         (gst_basic_scheduler_pad_link):
6278         * gst/schedulers/gstoptimalscheduler.c:
6279         (get_group_schedule_function),
6280         (gst_opt_scheduler_state_transition),
6281         (gst_opt_scheduler_add_element), (element_get_reachables_func):
6282         * libs/gst/bytestream/bytestream.c:
6283         * libs/gst/dataprotocol/dataprotocol.c:
6284         (gst_dp_header_from_buffer):
6285         * po/nb.po:
6286         * po/ru.po:
6287         * tests/threadstate/threadstate2.c: (eos):
6288         * tools/gst-compprep.c: (main):
6289         * tools/gst-inspect.c: (print_field), (print_element_flag_info),
6290         (print_pad_info), (print_children_info):
6291         * tools/gst-launch.c: (idle_func), (main):
6292         * tools/gst-md5sum.c: (idle_func), (main):
6293         * tools/gst-xmlinspect.c: (print_element_info):
6294         First THREADED backport attempt, focusing on adding locks and
6295         making sure the API is threadsafe. Needs more work. More docs
6296         follow this week.
6297
6298 2005-02-24  Andy Wingo  <wingo@pobox.com>
6299
6300         * tests/bench-complexity.scm:
6301         * tests/complexity.gnuplot: New files, good for running complexity
6302         benchmarks.
6303
6304         * tests/Makefile.am:
6305         * tests/complexity.c: New test, sets up N elements, at each level
6306         teeing into M streams per element. Eeeenteresting.
6307
6308         * tests/mass_elements.gnuplot: gnuplot file for the mass_elements
6309         benchmark. Run as gnuplot mass_elements.gnuplot > foo.ps, after
6310         running bench-mass_elements.scm.
6311
6312         * tests/bench-mass_elements.scm: New script, runs mass_elements
6313         for various numbers of identities, outputting the results to a
6314         file. Requires guile 1.6. Just for testing.
6315
6316 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6317
6318         * gst/schedulers/fairscheduler.c:
6319           compile with debug disabled
6320
6321 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6322
6323         * configure.ac:
6324           hunting season on 0.9 is now OPEN
6325
6326 2005-02-22  Stefan Kost  <ensonic@users.sf.net>
6327
6328         * docs/libs/tmpl/gstcontrol.sgml:
6329         * docs/libs/tmpl/gstdparam.sgml:
6330         * docs/libs/tmpl/gstdplinint.sgml:
6331         * docs/libs/tmpl/gstdpman.sgml:
6332         * docs/libs/tmpl/gstdpsmooth.sgml:
6333         * docs/libs/tmpl/gstunitconvert.sgml:
6334           more docs for the state of dparams
6335
6336 2005-02-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6337
6338         * gst/gstelementfactory.c: (gst_element_factory_create):
6339         * gst/gstobject.c: (gst_object_init),
6340         (gst_object_set_name_default), (gst_object_set_name):
6341           name objects by default, not in gst_element_factory_create. Allows
6342           using elements created with g_object_new. (fixes #167283)
6343
6344 2005-02-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6345
6346         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_log_default):
6347           make the time that debugging functions print relative to when
6348           gst_init was called
6349
6350 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
6351
6352         * gst/gsttaginterface.c:
6353           Fix inline docs: tag setter vararg functions are NULL-terminated,
6354           GST_TAG_INVALID doesn't exist any more.
6355
6356 2005-02-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6357
6358         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_dump_byte_array):
6359         Allocate the 1 byte more memory that was forgotten!!!!!
6360         fixes memory corruption on 64bit platforms
6361
6362 2005-02-15  Stefan Kost  <ensonic@users.sf.net>
6363
6364         * docs/pwg/building-pads.xml:
6365         * docs/pwg/intro-basics.xml:
6366           fixed a few typos, relabeled introductionary list of types
6367         * docs/random/ensonic/dparams.txt:
6368           more notes abut dparam changes
6369         * libs/gst/control/dparam.c: (gst_dparam_attach):
6370         * libs/gst/control/dparammanager.c:
6371         * libs/gst/control/dparammanager.h:
6372           - many comments and notes on dparam implementation
6373           - new dparams are were not initialized to the default value
6374             from param spec
6375
6376 2005-02-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6377
6378         submitted by: Peter Astakhov
6379
6380         * po/LINGUAS:
6381         * po/ru.po:
6382           adding Russian translation
6383
6384 2005-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6385
6386         * configure.ac:
6387         * docs/gst/Makefile.am:
6388         * docs/libs/Makefile.am:
6389           make sure popt is added to gtk-doc flags.  Fixes #147782.
6390
6391 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
6392
6393         * docs/faq/using.xml:
6394           Fix typo in FAQ (artssink => artsdsink)
6395
6396 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6397
6398         * tools/gst-launch.1.in:
6399           Fix typo (#166699).
6400
6401 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6402
6403         * docs/faq/using.xml:
6404           Add -v argument to fakesrc/fakesink gst-launch line,
6405           so that the promised output will actually show up.
6406
6407 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6408
6409         * gst/gstthread.c: (gst_thread_change_state):
6410           Implement state-change error handling (#166073).
6411
6412 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6413
6414         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
6415           Release interrupt after handling (#166250).
6416
6417 2005-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6418
6419         * configure.ac:
6420           back to HEAD
6421
6422 === release 0.8.9 ===
6423
6424 2005-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6425
6426         * NEWS:
6427         * RELEASE:
6428         * configure.ac:
6429           releasing 0.8.9, "Like Eating Glass"
6430
6431 2005-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6432
6433         submitted by: Clytie Siddall
6434
6435         * po/vi.po: Added Vietnamese translation
6436
6437 2005-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6438
6439         patch by: Tim Philipp-M??ller
6440
6441         * configure.ac:
6442         * gst/gstpad.c:
6443           unref data when probe function returns FALSE.  Fixes #166362
6444
6445 2005-02-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6446
6447         * gst/gst.c: (gst_init_get_popt_table):
6448           Fix typo (#166269).
6449
6450 2005-02-04  Andy Wingo  <wingo@pobox.com>
6451
6452         * gst/gstelement.c (gst_element_get_compatible_pad_template): Fix
6453         the debugging on whether the caps are compatible.
6454
6455 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6456
6457         * docs/manual/basics-elements.xml:
6458           Fix two typos.
6459
6460 2005-02-02  Wim Taymans  <wim@fluendo.com>
6461
6462         * gst/schedulers/gstoptimalscheduler.c: (remove_decoupled),
6463         (schedule_chain), (get_invalid_call), (chain_invalid_call),
6464         (loop_group_schedule_function), (gst_opt_scheduler_iterate):
6465         Remove some FIXMEs after analysing and commenting why they
6466         are not issues.
6467
6468 2005-02-02  Wim Taymans  <wim@fluendo.com>
6469
6470         * gst/schedulers/gstoptimalscheduler.c:
6471         (gst_opt_scheduler_class_init), (gst_opt_scheduler_init),
6472         (gst_opt_scheduler_finalize), (remove_decoupled), (schedule_chain),
6473         (get_invalid_call), (chain_invalid_call),
6474         (get_group_schedule_function), (loop_group_schedule_function),
6475         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
6476         (gst_opt_scheduler_state_transition),
6477         (gst_opt_scheduler_add_element),
6478         (gst_opt_scheduler_remove_element), (gst_opt_scheduler_interrupt),
6479         (gst_opt_scheduler_error), (gst_opt_scheduler_pad_link),
6480         (gst_opt_scheduler_pad_unlink), (gst_opt_scheduler_iterate),
6481         (gst_opt_scheduler_show):
6482         Added lock to protect scheduler data structures.
6483
6484 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6485
6486         * testsuite/threads/threadi.c: (cb_data):
6487           Fix buglet in test.
6488
6489 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6490
6491         * testsuite/threads/Makefile.am:
6492         * testsuite/threads/threadi.c: (cb_data), (cb_play), (main):
6493           On Wim's request, split the test in three separately-compiled
6494           tests that each test a very specific bug. Two of them still fail,
6495           will create bugs for those. threadi.c indicates why they fail.
6496
6497 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6498
6499         * gst/schedulers/gstoptimalscheduler.c:
6500         (get_group_schedule_function):
6501           Try to work with the threading mess that queue_link is.
6502
6503 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6504
6505         * gst/gstbin.c: (gst_bin_remove_func):
6506           Explicitely make an element release locks in a group when being
6507           remove from a bin.
6508         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
6509           If there's no scheduler, always return immediately (similar to
6510           gst_element_interrupt).
6511
6512 2005-01-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6513
6514         * gst/gstbin.c: (gst_bin_child_state_change_func):
6515           Remove a piece of code that could never be reached.
6516         * docs/gst/gstreamer-sections.txt:
6517         * gst/gstpad.c: (gst_pad_push), (gst_pad_pull),
6518         (gst_pad_call_get_function):
6519         * gst/gstpad.h:
6520         * testsuite/pad/Makefile.am:
6521           Fix #150546, enable tests.
6522
6523 2005-01-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6524
6525         * docs/pwg/advanced-types.xml:
6526           Fix description for buffer-frames=0.
6527         * docs/gst/tmpl/gstbin.sgml:
6528         * gst/gstbin.c: (gst_bin_child_state_change_func),
6529         (gst_bin_change_state), (gst_bin_change_state_norecurse):
6530         * gst/gstbin.h:
6531         * testsuite/threads/Makefile.am:
6532         * testsuite/threads/threadi.c: (cb_timeout), (cb_quit), (cb_eos),
6533         (cb_state), (cb_play), (main):
6534           Fix non-recursive state changes to *really* change the state
6535           of the object, and not just call parent_class->state_change.
6536           Fix a lot of lockups caused by this. Fixes #132775. Add test
6537           for the problem. Also enable test to show #142588 (fixed).
6538         * gst/gstthread.c: (gst_thread_change_state),
6539         (gst_thread_child_state_change):
6540           Don't exit the thread if we go to NULL and are inside thread
6541           context. Instead, return control to the main thread context
6542           and exit from there.
6543         * gst/gstelement.c: (gst_element_disable_threadsafe_properties):
6544           Don't unset virtual functions, since those may still be used.
6545           That's not necessarily correct, but suffices for now.
6546         * configure.ac:
6547         * testsuite/Makefile.am:
6548         * testsuite/pad/Makefile.am:
6549         * testsuite/pad/chainnopull.c: (gst_test_sink_class_init),
6550         (gst_test_sink_base_init), (gst_test_sink_chain),
6551         (gst_test_sink_init), (main):
6552         * testsuite/pad/getnopush.c: (gst_test_src_class_init),
6553         (gst_test_src_base_init), (gst_test_src_get), (gst_test_src_init),
6554         (main):
6555         * testsuite/pad/link.c: (gst_test_element_class_init),
6556         (gst_test_element_base_init), (gst_test_src_get),
6557         (gst_test_src_loop), (gst_test_src_init), (gst_test_filter_chain),
6558         (gst_test_filter_loop), (gst_test_filter_init),
6559         (gst_test_sink_chain), (gst_test_sink_loop), (gst_test_sink_init),
6560         (cb_error), (main):
6561           Add tests to show #150546. Pass, but should fail (currently
6562           disabled from the testsuite).
6563         * gst/gstscheduler.c: (gst_scheduler_dispose):
6564           Dereference child schedulers on dispose (#94464).
6565         * testsuite/bytestream/filepadsink.c: (gst_fp_sink_init):
6566           Fix typo.
6567         * testsuite/threads/thread.c: (main):
6568           Add more debug.
6569
6570 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6571
6572         * gst/gstpad.c: (gst_pad_push):
6573           Oops, revert previous commit, broke testsuite...
6574
6575 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6576
6577         * gst/gstpad.c: (gst_pad_push):
6578           Add check that the pad on which the push is performed is not a
6579           get-based pad (#150546).
6580
6581 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6582
6583         * gst/elements/gsttypefindelement.c:
6584         (gst_type_find_element_handle_event):
6585           Fix buffer pushing if stream EOSes during typefinding.
6586
6587 2005-01-28  Edward Hervey  <bilboed@bilboed.com>
6588
6589         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6590
6591         * gst/gstvalue.c: (gst_string_wrap):
6592           Allow NULL-strings as argument (#165365).
6593
6594 2005-01-27  Stephane Wirtel  <stephane.wirtel@belgacom.net>
6595
6596         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6597
6598         * gst/schedulers/faircothreads.c:
6599         (gst_fair_scheduler_cothread_queue_show):
6600           Fix build without debug enabled.
6601
6602 2005-01-26  Stefan Kost  <ensonic@users.sf.net>
6603
6604         * docs/gst/gstreamer-sections.txt:
6605         * docs/libs/gstreamer-libs-docs.sgml:
6606         * docs/libs/gstreamer-libs-sections.txt:
6607         * docs/libs/tmpl/gstcontrol.sgml:
6608         * docs/libs/tmpl/gstdparam.sgml:
6609         * docs/libs/tmpl/gstdplinint.sgml:
6610         * docs/libs/tmpl/gstdpman.sgml:
6611         * docs/libs/tmpl/gstdpsmooth.sgml:
6612         * docs/libs/tmpl/gstputbits.sgml:
6613         * docs/libs/tmpl/gstunitconvert.sgml:
6614         * libs/gst/control/dparam.c:
6615         * libs/gst/control/dparam.h:
6616         * libs/gst/control/dparammanager.c:
6617         (gst_dpman_add_required_dparam_callback),
6618         (gst_dpman_add_required_dparam_direct),
6619         (gst_dpman_add_required_dparam_array),
6620         (gst_dpman_remove_required_dparam), (gst_dpman_attach_dparam),
6621         (gst_dpman_get_dparam), (gst_dpman_get_dparam_type),
6622         (gst_dpman_get_manager)
6623           restructured DParam docs
6624
6625 2005-01-25  Tim-Philipp M??ller  <tim at centricular dot net>
6626
6627         * gst-element-check.m4:
6628           Only check for gst-inspect if we haven't already
6629           found it in previous element check runs
6630
6631 2005-01-25  Stefan Kost  <ensonic@users.sf.net>
6632
6633         * docs/gst/Makefile.am:
6634         * docs/libs/Makefile.am:
6635           fixed install rules to treat style.css as optional
6636
6637 2005-01-24  Stefan Kost  <ensonic@users.sf.net>
6638
6639         * docs/gst/Makefile.am:
6640         * docs/libs/Makefile.am:
6641           install style.css along with docs
6642         * docs/gst/tmpl/gstbin.sgml:
6643         * docs/gst/tmpl/gstclock.sgml:
6644         * docs/gst/tmpl/gstdata.sgml:
6645         * docs/gst/tmpl/gstelement.sgml:
6646         * gst/gstbin.h:
6647         * gst/gstelement.c: (gst_element_class_init):
6648         * gst/gstelement.h:
6649           fixing incomplete docs
6650
6651 2005-01-24  Tim-Philipp M??ller  <tim at centricular dot net>
6652
6653         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
6654           Don't unref seek event twice when fflush() fails
6655           
6656 2005-01-22  David Schleef  <ds@schleef.org>
6657
6658         * configure.ac: Add --disable-valgrind. (partial fix for #164890)
6659
6660 2005-01-21  Stefan Kost  <ensonic@users.sf.net>
6661
6662         * docs/gst/Makefile.am:
6663         * docs/libs/Makefile.am:
6664           added params for deprecation guards
6665         * gst/gst.c:
6666         * gst/gst.h:
6667         * gst/gsterror.c: (_gst_resource_errors_init),
6668         (_gst_stream_errors_init):
6669         * gst/gsterror.h:
6670           documented some more enums
6671
6672 2005-01-19  Jan Schmidt  <thaytan@mad.scientist.com>
6673         * gst/autoplug/gstspideridentity.c:
6674         Cosmetic fix - spider_find_peek should be static
6675         * gst/parse/parse.l:
6676         Applying fix for #164261
6677
6678 2005-01-18  Stefan Kost  <ensonic@users.sf.net>
6679
6680         * docs/gst/gstreamer-sections.txt:
6681         * docs/gst/tmpl/gstplugin.sgml:
6682         * docs/libs/gstreamer-libs-sections.txt:
6683         * docs/libs/tmpl/gstcontrol.sgml:
6684         * gst/gstbuffer.h:
6685         * gst/gsttag.h:
6686         * gst/gstvalue.c:
6687           added docs for the TAG defines
6688
6689 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6690
6691         * gst/schedulers/gstoptimalscheduler.c: (schedule_group):
6692           Only unref entry if there is an entry.
6693
6694 2005-01-17  Wim Taymans  <wim@fluendo.com>
6695
6696         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
6697         (remove_from_group), (schedule_group), (normalize_group),
6698         (gst_opt_scheduler_iterate):
6699         Also ref/unref decoupled elements before iterating the
6700         group since they are not added to the list of elements.
6701
6702 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6703
6704         * docs/manual/highlevel-components.xml:
6705           Add subtitle/streamselection as new features to playbin.
6706
6707 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6708
6709         * docs/manual/manual.xml:
6710           Re-enable dataaccess docs (oops).
6711
6712 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6713
6714         * docs/pwg/advanced-types.xml:
6715         * docs/random/mimetypes:
6716           Add documentation on libsndfile types (#163309), by Steve Baker
6717           <steve@stevebaker.org>.
6718         * gst/gstelement.c: (gst_element_release_request_pad):
6719           If an element has no explicit function, just remove the pad.
6720
6721 2005-01-17  Luca Ognibene  <luogni@tin.it>
6722
6723         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6724
6725         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
6726           Fix memleak (#163801).
6727
6728 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6729
6730         * gst/elements/gsttee.c: (gst_tee_getcaps), (gst_tee_link):
6731           I think this is actually more correct...
6732
6733 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6734
6735         * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
6736           Another workaround for memory access while destroyed in callback.
6737           Please, someone with refcount knowledge, have a look at this.
6738
6739 2005-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6740
6741         * docs/faq/faq.xml:
6742         * docs/faq/legal.xml:
6743           move the legal Q&A here
6744
6745 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6746
6747         * gst/elements/gsttee.c: (gst_tee_getcaps), (gst_tee_link),
6748         (gst_tee_request_new_pad):
6749           Fix negotiation.
6750
6751 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6752
6753         * docs/random/omega/caps2:
6754         * testsuite/caps/caps_strings:
6755           replace framerate aproximations by their real value
6756           (24000/1001, 30000/1001, 60000/1001)
6757           Partially fixes bug #164049
6758
6759 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6760
6761         * docs/gst/Makefile.am:
6762           don't fail on the stupid GstPoptOption
6763
6764 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6765
6766         * gst/gstpad.h:
6767         * gst/gstprobe.c:
6768           allow probes to work on ghost pads by realizing the pad
6769           probe debugging
6770
6771 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6772
6773         * docs/gst/gstreamer-sections.txt:
6774         * docs/gst/tmpl/gstpad.sgml:
6775         * gst/gstpad.c: (gst_pad_set_active_recursive):
6776         * gst/gstpad.h:
6777           Add gst_pad_set_active_recursive().
6778
6779 2005-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6780
6781         * docs/random/release:
6782           updates
6783         * gst/gst_private.h:
6784         * gst/gstinfo.c:
6785         * gst/gstobject.c:
6786           move deep_notify logging to a new category
6787         * gst/gstprobe.c:
6788         * gst/gstprobe.h:
6789           add stuff so bindings can wrap probes
6790
6791 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6792
6793         * gst/gstplugin.c: (gst_plugin_load):
6794           Fix plugin loading if plugin/lib was already loaded. Fixes
6795           #163383
6796
6797 2005-01-09  Sebastien Cote  <sc5@hermes.usherb.ca>
6798
6799         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6800
6801         * gst/gstpluginfeature.c: (gst_plugin_feature_ensure_loaded):
6802           Protect plugin loading by a mutex so it's threadsafe. Fixes
6803           #163234.
6804
6805 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6806
6807         * gst/gstevent.c: (_gst_event_copy):
6808           Reference source object when copying events, since it'll be
6809           dereferenced on event dereferencing as well.
6810
6811 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6812
6813         * docs/gst/gstreamer-sections.txt:
6814         * docs/gst/tmpl/gstevent.sgml:
6815         * gst/gstevent.c: (gst_event_new_filler_stamped),
6816         (gst_event_filler_get_duration):
6817         * gst/gstevent.h:
6818           Add two new functions for filler events (which are used to
6819           synchronize streams if one of them is not having any data
6820           for a while) without interrupting the actual data-stream.
6821           Basically a no-op.
6822         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
6823         (gst_queue_link_sink), (gst_queue_link_src),
6824         (gst_queue_change_state):
6825           Allow for renegotiation while filled. Required for stream
6826           switching while playing.
6827
6828 2005-01-08  Benjamin Otte  <otte@gnome.org>
6829
6830         * gst/gstelement.c: (gst_element_link_many):
6831           fix up g_return_if_fail's
6832         * po/LINGUAS:
6833         * po/de.po:
6834           add German translation, that was somehow not included
6835
6836 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6837
6838         * docs/random/mimetypes:
6839           add 2 more 4CC code for DV (HDTV and SDTV-LongPlay profiles)
6840           do not add them to riff-lib as they are not common
6841
6842 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6843
6844         * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
6845           Check for existence of probe after performing the probe before
6846           re-accessing it to prevent segfaults caused by removal of the
6847           probe in the callback.
6848
6849 2005-01-05  David Schleef  <ds@schleef.org>
6850
6851         * testsuite/registry/Makefile.am:
6852         * testsuite/registry/gst-print-formats.c:
6853         (print_pad_templates_info), (print_element_list),
6854         (print_typefind_list), (list_sort_func), (get_typefind_mime_list),
6855         (g_list_uniqify), (get_pad_templates_info),
6856         (get_element_mime_list), (print_mime_list), (main): A little
6857         program that looks through the registry to find elements of
6858         a given type.  Not particularly interesting as a test, except
6859         that there's no other test covering the same area.
6860
6861 2005-01-05  David Schleef  <ds@schleef.org>
6862
6863         * tools/gst-launch.c: (idle_func), (fault_handler_sighandler),
6864         (fault_handler_sigaction), (fault_spin),
6865         (sigint_handler_sighandler), (play_handler), (main): Fix deadlocks
6866         in signal.h-type signal handlers by not calling forbidden functions,
6867         including gst_element_set_state().
6868
6869 2005-01-05  David Schleef  <ds@schleef.org>
6870
6871         * gst/gstvalue.h: Mark _gst_reserved[] as private
6872
6873 2005-01-05  David Schleef  <ds@schleef.org>
6874
6875         * gst/gstvalue.c: Fix doc build problem.
6876
6877 2005-01-05  David Schleef  <ds@schleef.org>
6878
6879         * gst/gstvalue.c: Add some documentation
6880
6881 2005-01-05  Stefan Kost  <ensonic@users.sf.net>
6882
6883         * docs/README:
6884           another shell oneliner for empty return value docs
6885         * gst/gstcaps.c:
6886         * gst/gstvalue.c:
6887         * libs/gst/control/dparam.c:
6888           more doc fixes (parameters and return values)
6889
6890 2005-01-05  Vincent Torri  <torri@iecn.u-nancy.fr>
6891
6892         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6893
6894         * gst/gstregistry.h:
6895         * gst/registries/gstxmlregistry.c:
6896           Fix macro's for Mingw (fixes #162276).
6897
6898 2005-01-04  Stefan Kost  <ensonic@users.sf.net>
6899
6900         * docs/README:
6901           quick shell oneliner to find undocumented members
6902         * docs/gst/tmpl/gstplugin.sgml:
6903         * docs/gst/tmpl/gstscheduler.sgml:
6904         * docs/gst/tmpl/gstthread.sgml:
6905           more enumtypes cleanup
6906         * gst/gsterror.h:
6907           activated documentation comments, now someone needs to document
6908           the enums :(
6909
6910 2005-01-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6911
6912         * docs/manual/manual.xml:
6913           Add dataaccess part (doh!).
6914
6915 2005-01-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6916
6917         * docs/manual/advanced-autoplugging.xml:
6918           Fix typo (intiate -> initiate).
6919
6920 2005-01-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6921
6922         * docs/random/bbb/streamselection:
6923           Add some notes on how to handle multi-subtitle/-audio streams.
6924
6925 2004-12-30  Stefan Kost  <ensonic@users.sf.net>
6926
6927         * docs/gst/gstreamer-docs.sgml:
6928         * docs/gst/gstreamer-sections.txt:
6929         * docs/gst/tmpl/gstenumtypes.sgml:
6930         * docs/gst/tmpl/gsterror.sgml:
6931         * docs/gst/tmpl/gstevent.sgml:
6932         * docs/gst/tmpl/gstpad.sgml:
6933         * docs/gst/tmpl/gstpadtemplate.sgml:
6934         * docs/gst/tmpl/gstthread.sgml:
6935           removed gstenumtypes section from docs and put all the enums into
6936           their sections
6937
6938 2004-12-27  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6939
6940         * gst/gstplugin.c:
6941           document gst_library_load a bit more (riff special case + return
6942           value if already loaded)
6943         * testsuite/bytestream/filepadsink.c:
6944           plugin name is 'gstbytestream', not 'bytestream'
6945
6946 2004-12-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6947
6948         * docs/random/bbb/subtitles:
6949           Add some first mind rumblings on proper subtitle support.
6950
6951 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6952
6953         * po/ca.po:
6954         * po/sv.po:
6955           updated translations
6956
6957 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6958
6959         * docs/manual/advanced-dataaccess.xml:
6960           Add section on how to use fakesrc/fakesink/identity in your
6961           application, plus section on how to embed plugins. Also mention
6962           probes.
6963         * docs/manual/appendix-checklist.xml:
6964         * docs/manual/appendix-debugging.xml:
6965         * docs/manual/appendix-gnome.xml:
6966         * docs/manual/appendix-integration.xml:
6967           Debug -> checklist, GNOME -> integration, add sections on Linux,
6968           KDE integration and add other things useful for application
6969           development.
6970         * docs/manual/manual.xml:
6971           Remove some fixmes, update some file pointers.
6972         * docs/pwg/appendix-checklist.xml:
6973           Fix typo.
6974         * docs/pwg/building-boiler.xml:
6975           Remove ugly header and add commented fixme.
6976         * docs/pwg/pwg.xml:
6977           Add fixme.
6978         * examples/manual/Makefile.am:
6979           Add example for added docs.
6980
6981 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6982
6983         * configure.ac:
6984           back to HEAD
6985
6986 === release 0.8.8 ===
6987
6988 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6989
6990         * NEWS:
6991         * RELEASE:
6992         * configure.ac:
6993           Releasing 0.8.8, "I'll Take Care Of You"
6994
6995 2004-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6996
6997         * configure.ac:
6998           second prerelease
6999
7000 2004-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7001
7002         patch by: Wim Taymans
7003
7004         * gst/gstbin.c:
7005           Fix for #159852 - make iterate emission threadsafe
7006
7007 2004-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7008
7009         * docs/faq/cvs.xml:
7010           notes about new fdo account request
7011
7012 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7013
7014         * docs/gst/gstreamer-docs.sgml:
7015         * docs/gst/tmpl/gstenumtypes.sgml:
7016         * docs/gst/tmpl/gstplugin.sgml:
7017         * docs/libs/gstreamer-libs-docs.sgml:
7018           Added missing short docs. Added ids for navigation.
7019
7020 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7021
7022         * docs/manual/advanced-autoplugging.xml:
7023         * docs/manual/advanced-schedulers.xml:
7024         * docs/manual/advanced-threads.xml:
7025           Rewrites. Remove cothreads, go a bit into opt specifically,
7026           document threads and their gotchas, and do some technical stuff
7027           on autoplugging plus add some working examples. Fixes #157395.
7028         * examples/manual/Makefile.am:
7029           Add typefind/autoplugger example (one that actually works).
7030           Remove queue example since it's a duplicate of the thread one.
7031
7032 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7033
7034         * gst/gstvalue.c: (gst_value_deserialize_string):
7035           use deprecated g_value_set_string_take_ownership to keep compatible
7036           with glib 2.2
7037
7038 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7039
7040         * gst/gstvalue.c: (gst_value_deserialize_string):
7041           revert last patch, only dom a g_utf8_validate now before accepting
7042           the string - caps parsing strips " from strings so we can't rely on
7043           them
7044         * testsuite/caps/value_serialize.c: (test_string_deserialization):
7045           disable a test that tested the above and comment it
7046
7047 2004-12-16  Steve Lhomme <steve.lhomme@free.fr>
7048
7049         Patch reviewed by David Schleef  <ds@schleef.org>
7050
7051         * win32/gstenumtypes.c: Update from gst/gstenumtypes.c (See
7052         bug #153882)
7053         * win32/gstenumtypes.h: same
7054
7055 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7056
7057         * gst/gstpad.c: (gst_pad_query):
7058           Do query on realized pad, similar to how convert/send_event handle
7059           this. Also makes sense, since this pad belongs to the function to
7060           which this query will be sent. Fixes #158163.
7061
7062 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7063
7064         * docs/manual/appendix-programs.xml: fix pipeline to actually work
7065
7066 2004-12-16  Christian Fredrik Kalager Schaller  <christian@fluendo.com>
7067
7068         * docs/faq/general.xml: fix pipeline to actually work
7069
7070 2004-12-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7071
7072         * gst/gstvalue.c: (gst_value_deserialize_string):
7073           check that a simple string that gets deserialized does not contain
7074           invalid characters
7075         * testsuite/caps/value_serialize.c: (test_string_deserialization):
7076           remove a test that tested a wring behaviour
7077
7078 2004-12-16  Matt Kraai  <kraai@alumni.cmu.edu>
7079
7080         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7081
7082         * docs/manual/intro-motivation.xml:
7083           Fix typos.
7084
7085 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
7086
7087         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7088
7089         * docs/gst/tmpl/gstprobe.sgml:
7090           Fix documentation of probe callback - it is supposed to return
7091           FALSE, not TRUE, to remove data from the stream (#159087).
7092
7093 2004-12-16  Daniel Gazard  <dany42@free.fr>
7094
7095         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7096
7097         * gst/gstelementfactory.c: (gst_element_factory_create):
7098           Fix compile failure if compiling without libxml2 support (#149936).
7099
7100 2004-12-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7101
7102         * docs/manual/advanced-autoplugging.xml:
7103         * docs/manual/highlevel-components.xml:
7104           Move spider from autoplugging to components. Autoplugging is for
7105           internals, not for solutions. ;-).
7106
7107 2004-12-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7108
7109         * docs/random/ds/0.9-suggested-changes:
7110           Make note on device/location/uri property names.
7111
7112 2004-12-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7113
7114         * docs/manual/advanced-autoplugging.xml:
7115         * docs/manual/advanced-clocks.xml:
7116         * docs/manual/advanced-interfaces.xml:
7117         * docs/manual/advanced-metadata.xml:
7118         * docs/manual/advanced-position.xml:
7119         * docs/manual/advanced-schedulers.xml:
7120         * docs/manual/advanced-threads.xml:
7121         * docs/manual/appendix-gnome.xml:
7122         * docs/manual/appendix-programs.xml:
7123         * docs/manual/appendix-quotes.xml:
7124         * docs/manual/autoplugging.xml:
7125         * docs/manual/basics-bins.xml:
7126         * docs/manual/basics-data.xml:
7127         * docs/manual/basics-elements.xml:
7128         * docs/manual/basics-helloworld.xml:
7129         * docs/manual/basics-init.xml:
7130         * docs/manual/basics-pads.xml:
7131         * docs/manual/basics-plugins.xml:
7132         * docs/manual/bins-api.xml:
7133         * docs/manual/bins.xml:
7134         * docs/manual/buffers-api.xml:
7135         * docs/manual/buffers.xml:
7136         * docs/manual/clocks.xml:
7137         * docs/manual/components.xml:
7138         * docs/manual/cothreads.xml:
7139         * docs/manual/debugging.xml:
7140         * docs/manual/dparams-app.xml:
7141         * docs/manual/dynamic.xml:
7142         * docs/manual/elements-api.xml:
7143         * docs/manual/elements.xml:
7144         * docs/manual/factories.xml:
7145         * docs/manual/gnome.xml:
7146         * docs/manual/goals.xml:
7147         * docs/manual/helloworld.xml:
7148         * docs/manual/helloworld2.xml:
7149         * docs/manual/highlevel-components.xml:
7150         * docs/manual/highlevel-xml.xml:
7151         * docs/manual/init-api.xml:
7152         * docs/manual/intro-basics.xml:
7153         * docs/manual/intro-motivation.xml:
7154         * docs/manual/intro-preface.xml:
7155         * docs/manual/intro.xml:
7156         * docs/manual/links-api.xml:
7157         * docs/manual/links.xml:
7158         * docs/manual/manual.xml:
7159         * docs/manual/motivation.xml:
7160         * docs/manual/pads-api.xml:
7161         * docs/manual/pads.xml:
7162         * docs/manual/plugins-api.xml:
7163         * docs/manual/plugins.xml:
7164         * docs/manual/programs.xml:
7165         * docs/manual/queues.xml:
7166         * docs/manual/quotes.xml:
7167         * docs/manual/schedulers.xml:
7168         * docs/manual/states-api.xml:
7169         * docs/manual/states.xml:
7170         * docs/manual/threads.xml:
7171         * docs/manual/typedetection.xml:
7172         * docs/manual/win32.xml:
7173         * docs/manual/xml.xml:
7174           Try 2. This time, include a short preface as a "general
7175           introduction", also add code blocks around all code samples
7176           so they get compiled. We still need a way to tell readers
7177           the filename of the code sample. In some cases, don't show
7178           all code in the documentation, but do include it in the generated
7179           code. This allows for focussing on specific bits in the docs,
7180           while still having a full test application available.
7181         * examples/manual/Makefile.am:
7182           Fix up examples for new ADM. Add several of the new examples that
7183           were either added or were missing from the build system.
7184         * examples/manual/extract.pl:
7185           Allow nameless blocks.
7186
7187 2004-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7188
7189         * docs/manual/elements-api.xml:
7190         * docs/manual/helloworld.xml:
7191         * examples/manual/extract.pl:
7192           fix last example.  Add example of adding code blocks that are not
7193           shown in docbook output.
7194
7195 2004-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7196
7197         * docs/manual/dynamic.xml:
7198         * docs/manual/elements-api.xml:
7199         * docs/manual/gnome.xml:
7200         * docs/manual/helloworld2.xml:
7201         * docs/manual/init-api.xml:
7202         * docs/manual/queues.xml:
7203         * docs/manual/threads.xml:
7204         * docs/manual/xml.xml:
7205         * examples/manual/extract.pl:
7206           Make it possible to extract example code from separate blocks.
7207           Should make Ronald happy.
7208
7209 2004-12-15  Wim Taymans  <wim@fluendo.com>
7210
7211         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
7212         (remove_from_group), (group_elements_set_visited),
7213         (normalize_group), (gst_opt_scheduler_iterate):
7214         Fix bug where a flag was not updated on a decoupled entry point 
7215         because we were just checking the group element list and decoupled
7216         elements are not in that list..
7217
7218 2004-12-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7219
7220         * docs/manual/advanced-autoplugging.xml:
7221         * docs/manual/advanced-clocks.xml:
7222         * docs/manual/advanced-dparams.xml:
7223         * docs/manual/advanced-interfaces.xml:
7224         * docs/manual/advanced-metadata.xml:
7225         * docs/manual/advanced-position.xml:
7226         * docs/manual/advanced-schedulers.xml:
7227         * docs/manual/advanced-threads.xml:
7228         * docs/manual/appendix-debugging.xml:
7229         * docs/manual/appendix-gnome.xml:
7230         * docs/manual/appendix-programs.xml:
7231         * docs/manual/appendix-quotes.xml:
7232         * docs/manual/appendix-win32.xml:
7233         * docs/manual/autoplugging.xml:
7234         * docs/manual/basics-bins.xml:
7235         * docs/manual/basics-data.xml:
7236         * docs/manual/basics-elements.xml:
7237         * docs/manual/basics-helloworld.xml:
7238         * docs/manual/basics-init.xml:
7239         * docs/manual/basics-pads.xml:
7240         * docs/manual/basics-plugins.xml:
7241         * docs/manual/bins-api.xml:
7242         * docs/manual/bins.xml:
7243         * docs/manual/buffers-api.xml:
7244         * docs/manual/buffers.xml:
7245         * docs/manual/clocks.xml:
7246         * docs/manual/components.xml:
7247         * docs/manual/cothreads.xml:
7248         * docs/manual/debugging.xml:
7249         * docs/manual/dparams-app.xml:
7250         * docs/manual/dynamic.xml:
7251         * docs/manual/elements-api.xml:
7252         * docs/manual/elements.xml:
7253         * docs/manual/factories.xml:
7254         * docs/manual/gnome.xml:
7255         * docs/manual/goals.xml:
7256         * docs/manual/helloworld.xml:
7257         * docs/manual/helloworld2.xml:
7258         * docs/manual/highlevel-components.xml:
7259         * docs/manual/highlevel-xml.xml:
7260         * docs/manual/init-api.xml:
7261         * docs/manual/intro-motivation.xml:
7262         * docs/manual/intro-preface.xml:
7263         * docs/manual/intro.xml:
7264         * docs/manual/links-api.xml:
7265         * docs/manual/links.xml:
7266         * docs/manual/manual.xml:
7267         * docs/manual/motivation.xml:
7268         * docs/manual/pads-api.xml:
7269         * docs/manual/pads.xml:
7270         * docs/manual/plugins-api.xml:
7271         * docs/manual/plugins.xml:
7272         * docs/manual/programs.xml:
7273         * docs/manual/queues.xml:
7274         * docs/manual/quotes.xml:
7275         * docs/manual/schedulers.xml:
7276         * docs/manual/states-api.xml:
7277         * docs/manual/states.xml:
7278         * docs/manual/threads.xml:
7279         * docs/manual/typedetection.xml:
7280         * docs/manual/win32.xml:
7281         * docs/manual/xml.xml:
7282           First try at rewriting the ADM. Needs lotsamore work, but some
7283           parts might already be somewhat useful.
7284         * docs/pwg/advanced-interfaces.xml:
7285           Remove properties interface, it never actually existed (except for
7286           on my HD...).
7287
7288 2004-12-13  David Schleef  <ds@schleef.org>
7289
7290         * gst/gstpad.c: (gst_pad_set_explicit_caps): Allow caps to
7291         be NULL (bug #160220).
7292
7293 2004-12-13  David Schleef  <ds@schleef.org>
7294
7295         * configure.ac: remove all mmx stuff, because it's not used.
7296         * docs/random/ds/0.9-suggested-changes: additional notes
7297         * include/Makefile.am: we don't use these anymore
7298         * include/mmx.h: remove
7299         * include/sse.h: remove
7300
7301 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7302
7303         * docs/random/mimetypes:
7304           Add FOURCC code for h264 codec (VSSH)
7305           Add alternate FOURCC codes for h263 related codecs
7306
7307 2004-12-10  Stefan Kost  <ensonic@users.sf.net>
7308
7309         * docs/manual/programs.xml:
7310           Added more gst-launch examples.
7311
7312 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7313
7314         * gst/gstqueue.c: (gst_queue_handle_src_query):
7315           Check for availability again.
7316
7317 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7318
7319         * gst/gstcaps.c: (gst_caps_compare_structures):
7320           Simple caps go first. This has the nice side-effect of fixing an
7321           obscure warning.
7322
7323 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7324
7325         * gst/gstversion.h.in:
7326           Protect header.
7327
7328 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7329
7330         * gst/schedulers/gstoptimalscheduler.c:
7331         (gst_opt_scheduler_schedule_run_queue), (schedule_chain),
7332         (gst_opt_scheduler_get_wrapper):
7333           When we're recursing into a chain run, only run the directly
7334           related group, not all queued ones. This will fix a possible
7335           deadlock in chains with more than two groups.
7336
7337 2004-12-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7338
7339         * autogen.sh:
7340           remove patch if autopoint fails
7341
7342 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7343
7344         * docs/gst/gstreamer-sections.txt:
7345           Document Thomas' addition, fix build, make Luis the sheriff happy.
7346
7347 2004-12-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7348
7349         * gst/gstplugin.c:
7350         * gst/gstplugin.h:
7351           add accessor for version field
7352
7353 2004-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7354
7355         submitted by: Luca Ferretti <elle.uca@infinito.it>
7356
7357         * po/LINGUAS:
7358         * po/it.po:
7359           New tranlation added: Italian
7360
7361 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7362
7363         * gst/gstpad.c: (gst_pad_is_negotiated),
7364         (gst_pad_get_negotiated_caps):
7365           GST_RPAD_* will only operate on a RealPad (it casts the pointer,
7366           it doesn't actually check the contents), so be sure to hand it
7367           a RealPad else we'll crash.
7368
7369 2004-12-03  Wim Taymans  <wim@fluendo.com>
7370
7371         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
7372         (gst_queue_link), (gst_queue_handle_src_query):
7373         Reverted to 1.110 until this makes the testsuite and various
7374         apps work.
7375
7376 2004-12-01  Christian Fredrik Kalager Schaller <christian@fluendo.com>
7377
7378         * docs/upload.mak: fix included CVS conflict strings
7379
7380 2004-12-01  William Jon McCann  <mccann@jhu.edu>
7381
7382         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7383
7384         * gst/gstelement.c: (gst_element_error_full):
7385           Use g_error_new_literal because error text may have
7386           percentage signs in it. Fixes #160019.
7387
7388 2004-12-01  Benjamin Otte  <otte@gnome.org>
7389
7390         * gst/elements/gstbufferstore.c:
7391         (gst_buffer_store_add_buffer_func):
7392           don't try to make subbuffers bigger than they can be. (fixes
7393           #159970)
7394
7395 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7396
7397         * docs/gst/gstreamer-sections.txt:
7398         * docs/gst/tmpl/gstvalue.sgml:
7399           Add new function to docs to fix build.
7400
7401 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7402
7403         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
7404         * gst/gstpad.c: (_gst_pad_default_fixate_value),
7405         (_gst_pad_default_fixate_foreach):
7406         * gst/gstvalue.c: (gst_type_is_fixed), (gst_value_is_fixed):
7407         * gst/gstvalue.h:
7408           Deprecate _type_is_fixed, use _value_is_fixed instead, since
7409           in some cases (arrays), the fixedness depends on the content.
7410         * gst/gstqueue.c: (gst_queue_handle_src_query):
7411           Check for availability before doing something.
7412
7413 2004-11-29  Wim Taymans  <wim@fluendo.com>
7414
7415         * testsuite/threads/Makefile.am:
7416         * testsuite/threads/signals.c: (gst_test_get_type),
7417         (gst_test_class_init), (gst_test_init), (gst_test_dispose),
7418         (gst_test_set_property), (gst_test_get_property),
7419         (gst_test_do_signal1), (signal2_handler), (gst_test_do_signal2),
7420         (gst_test_do_prop), (run_thread), (main):
7421         Added a bunch of testcases that show threadsafety bugs in glib.
7422
7423 2004-11-29  Stefan Kost  <ensonic@users.sf.net>
7424
7425         * docs/manual/programs.xml:
7426           Added a first batch of gst-launch examples, as provided by Ronald
7427           and others from the devel-mlist
7428
7429 2004-11-28  Benjamin Otte  <otte@gnome.org>
7430
7431         * gst/gstelement.c: (gst_element_negotiate_pads):
7432           simplify
7433         * gst/gstvalue.c: (gst_string_wrap), (gst_string_unwrap),
7434         (gst_value_serialize_string), (gst_value_deserialize_string):
7435           add unwrapping of previously wrapped strings. Fix bug in wrapping
7436           while at it.
7437         * testsuite/caps/value_serialize.c: (test1),
7438         (test_string_serialization), (test_string_deserialization), (main):
7439           add tests for string (de)serialization
7440
7441 2004-11-26  Wim Taymans  <wim@fluendo.com>
7442
7443         * testsuite/threads/159566.c: (object_deep_notify), (main):
7444         * testsuite/threads/Makefile.am:
7445         Added testsuite to show bug #159566
7446
7447 2004-11-25  Wim Taymans  <wim@fluendo.com>
7448
7449         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_change_state),
7450         (gst_thread_child_state_change), (gst_thread_main_loop):
7451         Ref the thread object in the GThread mainloop. Break out of the
7452         thread mainloop if it holds the last ref. This properly exits
7453         the threads when disposing the thread from its own context. It
7454         also avoids possible deadlocks in the dispose function.
7455
7456 2004-11-24  Martin Soto  <martinsoto@users.sourceforge.net>
7457
7458         * gst/gstqueue.c (gst_queue_link_sink): Grab the lock only when
7459         it is necessary to wait.
7460
7461 2004-11-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7462
7463         * docs/pwg/building-boiler.xml:
7464           Make description somewhat clearer.
7465
7466 2004-11-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7467
7468         * docs/upload.mak:
7469           Apparently docs changed location on FDO's server.
7470
7471 2004-11-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7472
7473         * docs/pwg/appendix-checklist.xml:
7474           Add some random notes on things to check when writing an element.
7475           This list can be extended as people see fit.
7476
7477 2004-11-23  Martin Soto  <martinsoto@users.sourceforge.net>
7478
7479         * gst/gstqueue.c (gst_queue_init, gst_queue_link_sink)
7480         (gst_queue_link_src): Allow for renegotiating the caps of the sink
7481         pad. The queue will now wait until it is empty and forward the new
7482         caps to the source.
7483         * gst/gstbin.c (gst_bin_set_element_sched)
7484         (gst_bin_unset_element_sched): Make sure that all elements and
7485         links are registered and unregistered with the scheduler exactly
7486         once. This elaborates on a fix by Benjamin Otte, but
7487         guarantees that decoupled elements are also registered.
7488
7489 2004-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7490
7491         * docs/manual/quotes.xml:
7492           add a quote
7493         * configure.ac:
7494         * gst/gst.c:
7495         * gst/gstinfo.c:
7496           add LIBDIR and move init message higher up so it's at the start
7497
7498 2004-11-08  Christian Fredrik Kalager Schaller  <christian@fluendo.com>
7499
7500         * gst/schedulers/Makefile.am: fix disted build fair by including .h file
7501         * gstreamer.spec.in: add fair
7502
7503 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7504
7505         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
7506         * gst/elements/gstidentity.c: (gst_identity_class_init):
7507           Use G_SIGNAL_TYPE_STATIC_SCOPE, patch by Christophe Fergeau
7508           <teuf@gnome.org> (#157263).
7509         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
7510         (gst_type_find_handle_src_query):
7511           Subtract size of internally stored data from position queries.
7512
7513 2004-11-07  Martin Soto  <martinsoto@users.sourceforge.net>
7514
7515         * gst/schedulers/fairscheduler.c:
7516         * gst/schedulers/faircothreads.c:
7517         * gst/schedulers/faircothreads.h:
7518         New cothread based scheduler: Fair scheduler.
7519         * gst/schedulers/gthread-cothreads.h: 
7520         Add the standard #if around the whole file.
7521         Defining symbol GTHREAD_COTHREADS_NO_DEFINITIONS will now prevent
7522         compilation of the functions defined in this file. This is
7523         necessary to be able to use this file as a normal header.
7524         * gst/schedulers/Makefile.am: Add compiling support for fair
7525         scheduler.
7526         * docs/gst/Makefile.am (IGNORE_HFILES): Exclude internal fair
7527         scheduler cothreads layer from documentation generation.
7528
7529 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7530
7531         * gst/autoplug/gstspideridentity.c:
7532         (gst_spider_identity_sink_loop_type_finding):
7533           Don't crash if that function is not implemented.
7534
7535 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7536
7537         * docs/pwg/advanced-types.xml:
7538           Another typo.
7539
7540 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7541
7542         * docs/pwg/intro-preface.xml:
7543           Hm, ok, so the brackets weren't really useful...
7544         * docs/pwg/other-ntoone.xml:
7545           Fix embarassing typo.
7546
7547 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7548
7549         * docs/pwg/intro-preface.xml:
7550           Rewrite preface.
7551
7552 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7553
7554         * docs/pwg/advanced-scheduling.xml:
7555         * docs/pwg/advanced-tagging.xml:
7556         * docs/pwg/advanced-types.xml:
7557         * docs/pwg/building-boiler.xml:
7558         * docs/pwg/building-chainfn.xml:
7559         * docs/pwg/building-signals.xml:
7560         * docs/pwg/building-state.xml:
7561         * docs/pwg/building-testapp.xml:
7562         * docs/pwg/intro-basics.xml:
7563         * docs/pwg/other-manager.xml:
7564         * docs/pwg/other-source.xml:
7565           Typo fixes.
7566         * docs/pwg/other-manager.xml:
7567           Add some first content. No example code yet.
7568         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
7569           Remove double newlines.
7570
7571 2004-11-04  Wim Taymans  <wim@fluendo.com>
7572
7573         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
7574         (remove_from_group), (normalize_group), (group_migrate_connected),
7575         (gst_opt_scheduler_iterate):
7576         * testsuite/schedulers/.cvsignore:
7577         * testsuite/schedulers/Makefile.am:
7578         * testsuite/schedulers/queue_link.c: (main):
7579         Added testcase for scheduler segfault.
7580         Fix scheduler segfault when removing a decoupled
7581         entry point as the last element from a group.
7582
7583 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
7584
7585         * gst/gstmarshal.list: add missing marshaller, fixes build
7586
7587 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
7588
7589         * docs/random/signal: added notes about using BOXED for GstBuffer
7590         signal marshallers, not POINTER
7591
7592 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
7593
7594         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
7595         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init): more
7596         POINTER=>BOXED changes to marshal GstBuffers
7597
7598 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
7599
7600         * gst/elements/gstidentity.c: (gst_identity_class_init): GstBuffer is 
7601         a boxed type, marshal the signal with VOID__BOXED, not VOID__POINTER
7602
7603 2004-11-03  Stefan Kost  <ensonic@users.sf.net>
7604
7605         * docs/gst/gstreamer-sections.txt:
7606         * docs/gst/tmpl/gstcaps.sgml:
7607         * docs/gst/tmpl/gsterror.sgml:
7608         * docs/gst/tmpl/gstinfo.sgml:
7609         * docs/gst/tmpl/gstmacros.sgml:
7610         * docs/gst/tmpl/gstutils.sgml:
7611         * docs/random/ensonic/interfaces.txt:
7612         * gst/gstinfo.h:
7613           added some more docs, removed two obsolete defines
7614
7615 2004-11-02  Kjartan Maraas <as at gnome.org>
7616
7617         reviewed by: Wim Taymans, Ronald Bultje.
7618
7619         * gst/cothreads.c: (cothread_create):
7620         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
7621         (gst_bin_child_state_change_func):
7622         * gst/gstbuffer.c: (gst_buffer_span):
7623         * gst/gstelement.c: (gst_element_get_index),
7624         (gst_element_get_event_masks), (gst_element_get_query_types),
7625         (gst_element_get_formats):
7626         * gst/gsterror.c: (_gst_core_errors_init),
7627         (_gst_library_errors_init), (_gst_resource_errors_init),
7628         (_gst_stream_errors_init):
7629         * gst/gstobject.c: (gst_object_default_deep_notify):
7630         * gst/gstpad.c: (gst_pad_get_event_masks),
7631         (gst_pad_get_internal_links_default):
7632         * gst/gstplugin.c: (gst_plugin_register_func),
7633         (gst_plugin_get_module):
7634         * gst/gststructure.c: (gst_structure_get_string),
7635         (gst_structure_get_abbrs), (gst_structure_from_abbr),
7636         (gst_structure_to_abbr):
7637         * gst/gstutils.c: (gst_print_element_args):
7638         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
7639         (setup_group_scheduler), (gst_opt_scheduler_iterate):
7640         Aplied part of patch #157127: Cleanup of issues reported by 
7641         sparse.
7642         Also do not try to use cothreads when there is no cothread
7643         context yet.
7644
7645 2004-11-02  Sebastien Cote <sc5 at hermes.usherb.ca>
7646
7647         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
7648         (gst_opt_scheduler_iterate):
7649         Applied patch #154061. Running a pipeline in which an element 
7650         calls GST_ELEMENT_ERROR in the chain function, the opt 
7651         scheduler doesn't unref the chain so it never gets freed.
7652
7653 2004-11-02  Wim Taymans  <wim@fluendo.com>
7654
7655         * gst/gststructure.c: (gst_structure_get_abbrs),
7656         (gst_structure_from_abbr), (gst_structure_to_abbr):
7657         Remove that ugly if-then thing in the code that converts
7658         between strings and types.
7659
7660 2004-11-02  Wim Taymans  <wim@fluendo.com>
7661
7662         * gst/gstscheduler.c: (gst_scheduler_add_element),
7663         (gst_scheduler_remove_element), (gst_scheduler_state_transition):
7664         Aplied clock distribution patch, this should fix bug
7665         #148787.
7666
7667 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7668
7669         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
7670
7671         * po/LINGUAS:
7672         * po/nb.po:
7673           Added Norwegian Bokmaal translation
7674
7675 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7676
7677         * tools/gst-inspect.c: (print_signal_info):
7678           print signal arguments as pointers if they are
7679
7680 2004-10-22  Stefan Kost  <ensonic@users.sf.net>
7681
7682         * docs/pwg/building-boiler.xml:
7683           exchanged GTK_ macros with G_TYPE macros (as pointed out by mathrick)
7684
7685 2004-10-19  Wim Taymans  <wim at fluendo dot com>
7686
7687         * gst/parse/parse.l:
7688         * testsuite/parse/parse1.c: (main):
7689         Since parse can do 'element name=a:b' make 'a:b.' work as
7690         well. 
7691         Added testcase to verify fix.
7692
7693 2004-10-19  Wim Taymans  <wim at fluendo dot com>
7694
7695         * tools/gst-inspect.c: (print_pad_info), (print_plugin_features):
7696         Use the realpad when printing the direction.
7697         Add extra \n when printing extensions of typefind factories.
7698
7699 2004-10-13  David Schleef  <ds@schleef.org>
7700
7701         * examples/manual/Makefile.am: $< isn't portable in Makefile
7702         rules.
7703
7704 2004-10-13  Stefan Kost  <ensonic@users.sf.net>
7705
7706         * docs/gst/tmpl/gstobject.sgml:
7707         * docs/gst/tmpl/gstplugin.sgml:
7708         * docs/gst/tmpl/gstpluginfeature.sgml:
7709         * docs/gst/tmpl/gstregistry.sgml:
7710         * docs/gst/tmpl/gstversion.sgml:
7711         * gst/gstbin.c:
7712           more api documentation
7713         * gst/gstplugin.c: (gst_plugin_register_func),
7714         (gst_plugin_check_file), (gst_plugin_load_file):
7715           better error signaling and logging
7716
7717 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7718
7719         * gst/gstqueue.c: (gst_queue_init), (gst_queue_handle_src_query):
7720           Subtract current queue contents from position queries.
7721
7722 2004-10-11  Johan Dahlin  <johan@gnome.org>
7723
7724         * gst/gsturi.c (gst_uri_get_location): unescape string
7725         (gst_uri_construct): escape string.
7726
7727 2004-10-11  Benjamin Otte  <otte@gnome.org>
7728
7729         * gst/gstpad.c: (gst_pad_renegotiate), (gst_pad_try_set_caps),
7730         (gst_pad_try_set_caps_nonfixed):
7731           allow renegotiation of unconnected pads (as inside spider). Simply
7732           return OK if unconnected - mimic try_set_caps there.
7733
7734 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7735
7736         * gst/gstbin.c: (gst_bin_sync_children_state):
7737           Add missing break.
7738
7739 2004-10-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7740
7741         * gst/elements/gstfakesrc.c: (gst_fakesrc_get):
7742         Set element to EOS before sending EOS event
7743
7744 2004-10-08  Wim Taymans  <wim at fluendo dot com>
7745
7746         * gst/elements/gsttypefindelement.c:
7747         (gst_type_find_element_handle_event):
7748         Handle EOS events when doing the transition from
7749         typefind to data passing. This should fix the
7750         infinite loops in short files.
7751
7752 2004-10-07  Wim Taymans  <wim at fluendo dot com>
7753
7754         * gst/gstthread.c: (gst_thread_change_state),
7755         (gst_thread_child_state_change):
7756         Make sure no iteration happens while performing
7757         the state change as it could mess up the internal
7758         consistency of the thread state.
7759
7760 2004-10-07  Wim Taymans  <wim at fluendo dot com>
7761
7762         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_sync),
7763         (gst_thread_change_state), (gst_thread_child_state_change):
7764         Do not try to grab the iterate lock in the state change method
7765         when we are in the same thread as the iterate or else we
7766         could deadlock. Some other cleanups.
7767
7768 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7769
7770         * configure.ac:
7771           bump nano to cvs
7772
7773 === release 0.8.7 ===
7774
7775 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7776
7777         * configure.ac:
7778         * NEWS:
7779         * RELEASE:
7780         * configure.ac:
7781           releasing 0.8.7, "A Cruise"
7782
7783 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7784
7785         * docs/random/mimetypes:
7786         Add an entry for Sony ATRAC3 audio format with mime-type
7787         used by rmdemux et riff-read
7788
7789 2004-10-06  Wim Taymans  <wim at fluendo dot com>
7790
7791         * gst/elements/gsttypefindelement.c: (stop_typefinding):
7792         Push the buffer store instead of clearing it in case that
7793         the stream is not seekable.
7794
7795 2004-10-06  Wim Taymans  <wim at fluendo dot com>
7796
7797         * gst/gstthread.c: (gst_thread_init), (gst_thread_change_state),
7798         (gst_thread_main_loop):
7799         Lock the iteration and the state change so that automatic
7800         negotiation and fixation does not happen at the same time
7801         as the in stream negotiation.
7802
7803 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7804
7805         * configure.ac:
7806           bump nano to cvs
7807
7808 === release 0.8.6 ===
7809
7810 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7811
7812         * configure.ac:
7813         * NEWS:
7814         * RELEASE:
7815         * configure.ac:
7816           releasing 0.8.6, "Narc"
7817
7818 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7819
7820         * configure.ac:
7821           prerel bump
7822
7823 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7824
7825         patch by: Steve Lhomme
7826
7827         * gst/elements/gstfakesrc.c:
7828         * gst/elements/gstidentity.c:
7829         * gst/gstthread.c:
7830           Fix for #153881
7831
7832 2004-10-01  Wim Taymans  <wim at fluendo dot com>
7833
7834         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc):
7835         Fix threadsafety of the crc checking function.
7836
7837 2004-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7838
7839         patch by: Ronald Bultje
7840
7841         * gst/elements/gsttypefindelement.c: (stop_typefinding),
7842         (gst_type_find_element_handle_event),
7843         (gst_type_find_element_chain):
7844         * gst/elements/gsttypefindelement.h:
7845          #153657.
7846          Filter out discont event from seekable sources when typefind
7847          asks them to seek.  Fixes typefind with demuxers for
7848          avi, asf and matroska.
7849
7850 2004-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7851
7852         * docs/gst/gstreamer-sections.txt:
7853         * gst/gstcaps.c:
7854         * gst/gstcaps.h:
7855         * gst/gstpad.c:
7856           Revert preferred caps: (#147789)
7857
7858 2004-09-19  Steve Lhomme  <steve.lhomme@free.fr>
7859
7860         * win32/dirent.c:
7861           fix a memory leak
7862
7863 2004-09-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7864
7865         * configure.ac:
7866           bump for prerelease
7867
7868 2004-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7869
7870         * docs/Makefile.am:
7871         * docs/manual/elements-api.xml:
7872           restructure so that common stuff is shown first
7873         * docs/manual/init-api.xml:
7874           convert to examples
7875         * docs/manual/manual.xml:
7876         * docs/manuals.mak:
7877         * docs/url.entities:
7878           link to API on the website, possibly override later in build
7879         * examples/manual/.cvsignore:
7880           ignore more
7881         * examples/manual/Makefile.am:
7882           add more examples
7883         * examples/manual/extract.pl:
7884           error out on failure
7885
7886 2004-09-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7887
7888         * docs/gst/tmpl/gstthread.sgml:
7889         * docs/manual/init-api.xml:
7890         * examples/manual/Makefile.am:
7891           convert two code bits to examples
7892
7893 2004-09-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7894
7895         * gst/gstelement.c: (gst_element_change_state):
7896           Well, actually, I was about to remove this insane assert when
7897           I noticed Wim already did that. A warning is nice so we can
7898           fix actual ugs (using --g-fatal-warnings and backtraces), so
7899           I added that instead.
7900
7901 2004-09-06  Wim Taymans  <wim@fluendo.com>
7902
7903         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
7904         (gst_element_threadsafe_properties_post_run),
7905         (gst_element_set_state), (gst_element_change_state):
7906         Added extra refcounting around various places. 
7907
7908 2004-09-06  Wim Taymans  <wim@fluendo.com>
7909
7910         * gst/gstpad.c: (gst_pad_link_call_link_functions):
7911         Fix debug info.
7912
7913 2004-09-06  Wim Taymans  <wim@fluendo.com>
7914
7915         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
7916         (remove_from_group):
7917         Some more debug info.
7918
7919 2004-09-03  Wim Taymans  <wim@fluendo.com>
7920
7921         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
7922         (gst_fakesrc_init), (gst_fakesrc_set_clock),
7923         (gst_fakesrc_set_property), (gst_fakesrc_get_property),
7924         (gst_fakesrc_get), (gst_fakesrc_change_state):
7925         * gst/elements/gstfakesrc.h:
7926         * gst/elements/gstidentity.c: (gst_identity_class_init),
7927         (gst_identity_init), (gst_identity_chain),
7928         (gst_identity_set_property), (gst_identity_get_property),
7929         (gst_identity_change_state):
7930         * gst/elements/gstidentity.h:
7931         Added datarate properties to limit the datarate.
7932
7933 2004-08-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7934
7935         * gst/autoplug/gstspider.c: (plugin_init):
7936           don't set a rank. We don't want to autoplug by inserting spiders.
7937
7938 2004-08-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7939
7940         * gst/autoplug/gstspider.c: (gst_spider_class_init),
7941         (gst_spider_identity_plug):
7942           add a template for spider's sink
7943         * gst/gst.c: (gst_register_core_elements):
7944           queue's rank should be NULL, we don't want spider to add it.
7945
7946 2004-08-18  David Schleef  <ds@schleef.org>
7947
7948         * docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331)
7949         * docs/libs/Makefile.am: same
7950         * docs/gst/tmpl/gstxml.sgml: Remove GstXMLNs
7951         * docs/random/ds/0.9-planning: random additions
7952         * docs/random/ds/0.9-suggested-changes: same
7953         * gst/gstxml.h: remove vestigal GstXMLNs definition
7954
7955         Preferred caps: (#147789)
7956         * docs/gst/gstreamer-sections.txt: Add symbols
7957         * docs/gst/tmpl/gstcaps.sgml: Add symbols
7958         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
7959         (gst_caps_append), (gst_caps_copy_1), (gst_caps_intersect),
7960         (gst_caps_union), (gst_caps_save_thyself), (gst_caps_load_thyself),
7961         (gst_caps_get_preferred), (gst_caps_set_preferred),
7962         (gst_caps_get_structure_by_id), (gst_caps_prefer_foreach),
7963         (gst_caps_use_preferred): Handle caps preferences
7964         * gst/gstcaps.h: Add caps preferences
7965         * gst/gstpad.c: (gst_pad_link_get_preferred),
7966         (gst_pad_link_fixate), (gst_pad_link_call_link_functions),
7967         (gst_pad_renegotiate), (gst_pad_guess_preferred),
7968         (gst_pad_get_caps), (gst_pad_push):  Use caps preferences for
7969         negotiation.
7970
7971 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7972
7973         * gst/autoplug/gstspideridentity.c:
7974         (gst_spider_identity_request_new_pad):
7975         * gst/elements/gstaggregator.c: (gst_aggregator_base_init),
7976         (gst_aggregator_init):
7977         * gst/elements/gstfakesink.c: (gst_fakesink_base_init),
7978         (gst_fakesink_init):
7979         * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
7980         (gst_fakesrc_init):
7981         * gst/elements/gstfdsink.c: (gst_fdsink_base_init),
7982         (gst_fdsink_init):
7983         * gst/elements/gstfdsrc.c: (gst_fdsrc_base_init), (gst_fdsrc_init):
7984         * gst/elements/gstfilesink.c: (gst_filesink_base_init),
7985         (gst_filesink_init):
7986         * gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
7987         (gst_filesrc_init):
7988         * gst/elements/gstidentity.c: (gst_identity_base_init),
7989         (gst_identity_init):
7990         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
7991         (gst_multifilesrc_init):
7992         * gst/elements/gstpipefilter.c: (gst_pipefilter_base_init),
7993         (gst_pipefilter_init):
7994         * gst/elements/gststatistics.c: (gst_statistics_base_init),
7995         (gst_statistics_init):
7996         * gst/elements/gsttee.c: (gst_tee_base_init), (gst_tee_init):
7997         * gst/gstqueue.c: (gst_queue_base_init), (gst_queue_init):
7998           s/gst_pad_new/&_from_template/
7999           register pad templates in the base_init function
8000           add static pad template definitions
8001
8002 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8003
8004         * testsuite/bytestream/gstbstest.c: (gst_bstest_init):
8005         * testsuite/dynparams/dparamstest.c: (gst_dptest_init):
8006         * testsuite/refcounting/pad.c: (main):
8007         * testsuite/refcounting/thread.c: (create_thread_ghostpads):
8008           s/gst_pad_new/&_from_template/
8009           prepare deprecation of gst_pad_new
8010
8011 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8012
8013         patch by: Luca Ognibene <skaboy81@virgilio.it>
8014
8015         * gst/gstcaps.c:
8016         * gst/gstelement.c:
8017         * gst/gstpad.c:
8018         * gst/gstxml.c:
8019           fix memleaks.  Fixes #150001
8020
8021 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8022
8023         * docs/random/ds/0.9-suggested-changes:
8024           add notes - mostly about pad templates
8025
8026 2004-08-16  Steve Lhomme  <steve.lhomme@free.fr>
8027
8028         * win32/GStreamer.vcproj:
8029           temporary locale files are .gmo not .mo
8030
8031 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8032
8033         * configure.ac: bump nano to cvs
8034
8035 === release 0.8.5 ===
8036
8037 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8038
8039         * configure.ac:
8040           releasing 0.8.5, "Stuttgart"
8041         * NEWS:
8042         * RELEASE:
8043         * configure.ac:
8044         * docs/random/release:
8045           updates for release
8046
8047 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8048
8049         patch by: Wim Taymans (wim@fluendo.com)
8050
8051         * gst/gstbuffer.c:
8052         * gst/gstindex.h:
8053         * libs/gst/dataprotocol/dataprotocol.c:
8054           copy KEY_UNIT and DELTA_UNIT flags correctly.  Fixes #150242
8055
8056 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8057
8058         * Makefile.am:
8059         * win32/MANIFEST:
8060           add win32 dir to the build.  Fixes #149981.
8061
8062 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8063
8064         * configure.ac:
8065           bump libtool versioning
8066         * gst/gststructure.c:
8067           mark function as static
8068         * po/af.po:
8069         * po/az.po:
8070         * po/ca.po:
8071         * po/cs.po:
8072         * po/en_GB.po:
8073         * po/fr.po:
8074         * po/nl.po:
8075         * po/sq.po:
8076         * po/sr.po:
8077         * po/sv.po:
8078         * po/tr.po:
8079         * po/uk.po:
8080           translations update
8081         * win32/README.txt:
8082           trademark protection
8083
8084 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8085
8086         * configure.ac:
8087           fix GST_ORIGIN
8088           set GST_PACKAGE to source, and distinguish between release and other
8089         * tools/gst-inspect.c:
8090           print out plugin an element factory is part of so we see this info
8091
8092 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8093
8094         * docs/gst/gstreamer-sections.txt:
8095         * docs/gst/tmpl/gstbuffer.sgml:
8096         * docs/gst/tmpl/gstschedulerfactory.sgml:
8097           reorder docs a little, make GstBuffer's more sensible.
8098         * gst/gstbuffer.h:
8099           API: added GST_BUFFER_FLAG_DELTA_UNIT
8100         * gst/gstscheduler.c:
8101           comment API addition
8102
8103 2004-08-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8104
8105         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
8106           work with non-regular files that can be mmapped (like /dev/zero)
8107         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
8108           get rid of typefinds that require a seek when we can't seek instead
8109           of trying them over and over again
8110         * tools/gst-launch.c: (idle_func), (error_cb), (main):
8111           return non-zero failure value when the pipeline was interrupted or
8112           an error occurred
8113
8114 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
8115
8116         * win32/config.h:
8117         * win32/GStreamer.vcproj:
8118           compile and install the locales
8119
8120 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
8121
8122         * gst/gstvalue.c:
8123           fix a possible memory leak under Windows
8124
8125 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
8126
8127         * win32/GStreamer.vcproj:
8128           fix a memory leak that occured under Windows
8129         * win32/gstreamer.def:
8130           add gst_scheduler_register
8131
8132 2004-08-11  Benjamin Otte  <otte@gnome.org>
8133
8134         * docs/gst/gstreamer-sections.txt:
8135         * gst/gstscheduler.c: (gst_scheduler_register):
8136         * gst/gstscheduler.h:
8137           API:
8138           add gst_scheduler_register shortcut similar to gst_element_register
8139         * gst/schedulers/entryscheduler.c: (plugin_init):
8140         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
8141         * gst/schedulers/gstoptimalscheduler.c: (plugin_init):
8142           use it
8143
8144 2004-08-10  Steve Lhomme  <steve.lhomme@free.fr>
8145
8146         * gst/gstvalue.h:
8147           fix a memory leak that occured under Windows
8148
8149 2004-08-10  Colin Walters  <walters@redhat.com>
8150
8151         * gst/registries/gstxmlregistry.c (gst_xml_registry_open_func):
8152         Don't use O_EXCL to open temporary registry.  It will prevent
8153         registry creation if a temporary one already exists, which
8154         is unnecessary.
8155
8156 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
8157
8158         * docs/gst/gstreamer-sections.txt:
8159         * docs/gst/tmpl/gstvalue.sgml:
8160           remove some valuable stuff from the documentation due to the use of GST_EXPORT
8161
8162 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
8163
8164         * win32/gstbytestream.vcproj:
8165         * win32/gstelements.vcproj:
8166         * win32/gstgetbits.vcproj:
8167         * win32/gst-inspect.vcproj:
8168         * win32/gst-launch.vcproj:
8169         * win32/gstoptimalscheduler.vcproj:
8170         * win32/GStreamer.vcproj:
8171         * win32/gst-register.vcproj:
8172         * win32/gstspider.vcproj:
8173           update the include and lib dirs to fit standard libraries as
8174           described in the Win32 manual
8175
8176 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
8177
8178         * win32/config.h:
8179         * win32/gstversion.h:
8180           enable NLS again, push the version number for the coming 0.8.5 release
8181
8182 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
8183
8184         * gst/gstvalue.h:
8185           export gst_type_XXX for windows DLLs
8186
8187 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8188
8189         * docs/faq/gst-uninstalled:
8190           fix PKG_CONFIG_PATH and PYTHONPATH
8191         * gst/schedulers/Makefile.am:
8192           cleanup
8193         * libs/gst/bytestream/bytestream.c:
8194           remove newline
8195         * po/LINGUAS:
8196         * po/sq.po:
8197           adding Albanian translation (Laurent Dhima)
8198         * po/cs.po:
8199           updated
8200
8201 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8202
8203         * po/ca.po:
8204         * po/sv.po:
8205           updated translations
8206
8207 2004-08-04  Benjamin Otte  <otte@gnome.org>
8208
8209         * tests/mass_elements.c: (main):
8210           allow specifying src and sink element explicitly, so I can test
8211           videotestsrc instead of fakesrc
8212
8213 2004-08-04  Benjamin Otte  <otte@gnome.org>
8214
8215         * gst/gststructure.c: (gst_structure_id_empty_new_with_size),
8216         (gst_structure_id_empty_new), (gst_structure_empty_new),
8217         (gst_structure_copy):
8218           add gst_structure_id_empty_new_with_size to allow preallocating
8219           value array sizes. Use this in gst_structure_copy to get rid of
8220           reallocs.
8221           don't do quark=>string=>quark when copying structures
8222
8223 2004-08-03  Steve Lhomme  <steve.lhomme@free.fr>
8224
8225         * docs/manual/win32.xml:
8226         * win32/README.txt:
8227           update documentation with the clean version of dependencies
8228
8229 2004-08-03  Benjamin Otte  <otte@gnome.org>
8230
8231         * gst/schedulers/entryscheduler.c:
8232         (gst_entry_scheduler_remove_element):
8233           fix for GST_DISABLE_DEBUG
8234         * tools/gst-launch.c: (print_tag):
8235           fixes for G_DISABLE_ASSERT
8236
8237 2004-08-03  Benjamin Otte  <otte@gnome.org>
8238
8239         * gst/gst.c: (gst_register_core_elements):
8240           fix for G_DISABLE_ASSERT
8241         * gst/gstinfo.c: (__gst_in_valgrind):
8242           add for GST_DISABLE_DEBUG
8243
8244 2004-08-03  Benjamin Otte  <otte@gnome.org>
8245
8246         * gst/parse/parse.l:
8247           fix for G_DISABLE_ASSERT
8248
8249 2004-08-03  Wim Taymans  <wim@fluendo.com>
8250
8251         * gst/gstbin.c: (gst_bin_get_type),
8252         (gst_bin_child_state_change_func):
8253         * gst/gstthread.c: (gst_thread_change_state):
8254         Backported some debug logging from a reverted patch
8255         Don't try to destroy the thread twice. Added some more
8256         debugging in GstThread. Unlock and signal even if we
8257         are in the thread context.
8258
8259 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8260
8261         * po/uk.po:
8262           updated translation
8263
8264 2004-07-30  David Schleef  <ds@schleef.org>
8265
8266         * gst/gstatomic_impl.h: Enable atomic code for x86_64
8267
8268 2004-07-29  David Schleef  <ds@schleef.org>
8269
8270         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test):
8271         Use GST_READ_GUINTxx_BE(), since it accesses unaligned memory.
8272
8273 2004-07-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8274
8275         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
8276         (gst_bin_add_func), (gst_bin_remove_func),
8277         (gst_bin_child_state_change), (gst_bin_child_state_change_func),
8278         (set_kid_state_func), (gst_bin_change_state), (gst_bin_set_state),
8279         (gst_bin_change_state_norecurse), (gst_bin_dispose),
8280         (gst_bin_sync_children_state):
8281         * gst/gstbin.h:
8282         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_release),
8283         (gst_thread_change_state):
8284         * testsuite/states/Makefile.am:
8285           revert state change patches as agreed so we can rework them
8286           gradually
8287
8288 2004-07-29  Benjamin Otte  <otte@gnome.org>
8289
8290         * libs/gst/control/Makefile.am:
8291           link to libgstreamer (fixes Debian bug 262019, see
8292           http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=262019 )
8293
8294 2004-07-29  Wim Taymans  <wim@fluendo.com>
8295
8296         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
8297         (check_from_fraction_convert), (transform_test), (main):
8298         Make the test less pedantic about float roundoff errors.
8299
8300 2004-07-29  Benjamin Otte  <otte@gnome.org>
8301
8302         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file),
8303         (gst_filesrc_srcpad_event):
8304           make seek events to before start/after end of file not fail, but
8305           seek to start/end instead
8306         * testsuite/caps/fraction-convert.c: (check_from_double_convert):
8307           add more output
8308
8309 2004-07-29  Benjamin Otte  <otte@gnome.org>
8310
8311         * gst/gstpad.c: (gst_pad_set_explicit_caps):
8312           check that caps are fixed
8313         * gst/gstpad.c: (gst_pad_template_new):
8314           don't try to simplify caps, costs too much time on gst_init
8315         * gst/gstplugin.c: (gst_plugin_add_feature):
8316           G_ERROR if features are added twice
8317         * gst/gsttypefind.c: (gst_type_find_register):
8318         * gst/gstelementfactory.c: (gst_element_register):
8319           don't add features twice
8320         * docs/random/ds/0.9-suggested-changes:
8321           add note about possible gst_init optimization
8322
8323 2004-07-28  David Schleef  <ds@schleef.org>
8324
8325         * testsuite/elements/Makefile.am:
8326         * testsuite/elements/struct_i386.h:
8327         * testsuite/elements/struct_size.c: (main):  A little test
8328         to keep distcheck from working if someone changes a structure
8329         size accidentally.
8330
8331 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8332
8333         * docs/libs/Makefile.am:
8334         * docs/libs/gstreamer-libs-docs.sgml:
8335         * docs/libs/gstreamer-libs-sections.txt:
8336         * docs/libs/tmpl/gstbytestream.sgml:
8337         * docs/libs/tmpl/gstcontrol.sgml:
8338         * docs/libs/tmpl/gstdataprotocol.sgml:
8339         * docs/libs/tmpl/gstgetbits.sgml:
8340         * libs/gst/bytestream/Makefile.am:
8341         * libs/gst/bytestream/bytestream.c:
8342         * libs/gst/bytestream/bytestream.h:
8343         * libs/gst/control/Makefile.am:
8344         * libs/gst/dataprotocol/Makefile.am:
8345         * libs/gst/getbits/Makefile.am:
8346         * libs/gst/getbits/getbits.h:
8347           various doc and style fixes, adding bytestream to libs docs.
8348
8349 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8350
8351         * docs/gst/gstreamer-docs.sgml:
8352         * docs/libs/Makefile.am:
8353         * docs/libs/gstreamer-libs-docs.sgml:
8354         * docs/libs/gstreamer-libs-sections.txt:
8355         * libs/gst/control/dparam.c:
8356           more doc fixes.  gst-libs docs now build the same way as gst.
8357
8358 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8359
8360         * configure.ac:
8361         * testsuite/Makefile.am:
8362         * testsuite/bins/Makefile.am:
8363         * testsuite/caps/Makefile.am:
8364         * testsuite/cleanup/Makefile.am:
8365         * testsuite/clock/Makefile.am:
8366         * testsuite/debug/Makefile.am:
8367         * testsuite/dlopen/Makefile.am:
8368         * testsuite/dynparams/Makefile.am:
8369         * testsuite/elements/.cvsignore:
8370         * testsuite/elements/Makefile.am:
8371         * testsuite/enumcaps/Makefile.am:
8372         * testsuite/enumcaps/enumcaps.c:
8373         * testsuite/ghostpads/Makefile.am:
8374         * testsuite/indexers/Makefile.am:
8375         * testsuite/negotiation/Makefile.am:
8376         * testsuite/parse/Makefile.am:
8377         * testsuite/plugin/Makefile.am:
8378         * testsuite/refcounting/Makefile.am:
8379         * testsuite/schedulers/.cvsignore:
8380         * testsuite/states/Makefile.am:
8381         * testsuite/tags/Makefile.am:
8382         * testsuite/threads/Makefile.am:
8383           fold enumcaps into caps dir
8384           clean up Makefile.am's for testsuite
8385
8386 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8387
8388         * docs/gst/Makefile.am:
8389         * docs/libs/Makefile.am:
8390           clean up docs build.  Fixes needless rebuilding of template files.
8391
8392 2004-07-28  Wim Taymans  <wim@fluendo.com>
8393
8394         * gst/gstbin.c: (set_kid_state_func), (gst_bin_set_state):
8395         * gst/gstthread.c: (gst_thread_release), (gst_thread_set_state):
8396         Make sure that a bin state change tries to keep the children
8397         in sync. 
8398         Added debug logging to the thread.
8399
8400 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
8401
8402         * win32/GStreamer.vcproj:
8403         * win32/gstreamer.def:
8404           more exports for the plugins
8405
8406 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
8407
8408         * win32/gstgetbits.vcproj:
8409         * win32/gstgetbits.def:
8410         * win32/msvc71.sln:
8411           add support for the getbits plugin
8412
8413 2004-07-27  Wim Taymans  <wim@fluendo.com>
8414
8415         * gst/gstvalue.c: (gst_value_transform_double_fraction),
8416         (gst_value_transform_fraction_double), (_gst_value_initialize):
8417         * testsuite/caps/Makefile.am:
8418         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
8419         (check_from_fraction_convert), (transform_test), (main):
8420         Added transform functions between double and fraction.
8421         Added testcase to verify transforms
8422
8423 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8424
8425         * win32/GStreamer.vcproj:
8426           rename GStreamer-0.8.lib to libgstreamer.lib
8427
8428 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8429
8430         * win32/gstelements.vcproj:
8431         * win32/gstoptimalscheduler.vcproj:
8432           fixes for the Release build
8433
8434 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8435
8436         * win32/config.h:
8437           update the version number
8438
8439 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8440
8441         * win32/GStreamer.vcproj:
8442           add gstinterface to the build
8443
8444 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
8445
8446         * win32/gstreamer.def:
8447           add many definitions needed by plugins,
8448           GST_CAT_DEFAULT only available in the Debug build ?
8449
8450 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8451
8452         * gst/gstelement.c: (gst_element_set_eos_recursive):
8453           various whitespace fixes.
8454           doc fix, fixes #148497
8455
8456 2004-07-25  Benjamin Otte  <otte@gnome.org>
8457
8458         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
8459           don't delay links on the sink elements, it causes unnegotiated
8460           links.
8461         * gst/elements/gsttypefindelement.c:
8462         (gst_type_find_element_base_init):
8463           add our padtemplates, we indeed do have some.
8464         * gst/elements/gsttypefindelement.c:
8465         (gst_type_find_element_handle_event),
8466         (gst_type_find_element_chain):
8467           don't push data when typefinding failed.
8468         * gst/gstpad.c: (gst_pad_link_fixate):
8469           check that no fixate function returns empty caps.
8470         * gst/gstpad.c: (gst_pad_push):
8471           check that the link is negotiated before data gets pushed.
8472         * tools/gst-register.c: (main):
8473           don't assert (fixes #148283)
8474
8475 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
8476
8477         * docs/gst/gstreamer-sections.txt:
8478         * docs/gst/tmpl/gstconfig.sgml:
8479           add GST_PLUGIN_EXPORT definition
8480
8481 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
8482
8483         * gst/gstplugin.h:
8484         * gst/gstconfig.h.in:
8485         * win32/gstconfig.h:
8486         * win32/gstelements.def:
8487         * win32/gstelements.vcproj:
8488         * win32/gstoptimalscheduler.def:
8489         * win32/gstoptimalscheduler.vcproj:
8490         * win32/gstspider.def:
8491         * win32/gstspider.vcproj:
8492           remove unused .def files and export symbols using GST_PLUGIN_DEFINE
8493
8494 2004-07-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8495
8496         * docs/gst/gstreamer-sections.txt:
8497           remove GST_CAT_DEFAULT because the type has changed
8498
8499 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
8500
8501         * win32/gstbytestream.vcproj:
8502         * win32/gstelements.vcproj:
8503         * win32/gst-inspect.vcproj:
8504         * win32/gst-launch.vcproj:
8505         * win32/gstoptimalscheduler.vcproj:
8506         * win32/GStreamer.vcproj:
8507         * win32/gst-register.vcproj:
8508         * win32/gstspider.vcproj:
8509         * win32/msvc71.sln:
8510           Copy the files where needed after building, The testsuite will be
8511           built separately
8512
8513 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
8514
8515         * win32/config.h:
8516         * win32/README.txt:
8517         * docs/manual/win32.xml:
8518         Fixed the plugin and GStreamer location
8519
8520 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
8521
8522         * win32/gstreamer.def:
8523         More exports for the plugins
8524
8525 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
8526
8527         * gst/gstinfo.h:
8528         Marc was right, we need to export literally GST_CAT_DEFAULT
8529
8530 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
8531
8532         * win32/config.h:
8533         NLS crashes in gettext, disabled until this is solved
8534
8535 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
8536
8537         * win32/gst-inspect.vcproj:
8538         * win32/gst-launch.vcproj:
8539         Should use NLS when available
8540
8541 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
8542
8543         * gst/registries/gstxmlregistry.c:
8544         removing the file doesn't seem to be a good idea on Linux
8545
8546 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
8547
8548         * gst/registries/gstxmlregistry.c:
8549         Remove the registry before renaming the tempfile (needed for Windows)
8550
8551 2004-07-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8552
8553         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init),
8554         (gst_multifilesrc_init), (gst_multifilesrc_set_property),
8555         (gst_multifilesrc_get_property), (gst_multifilesrc_get):
8556         * gst/elements/gstmultifilesrc.h:
8557         Added newmedia property so it generates newmedia events between each
8558         file when property is set, as well as fixed eos handling
8559
8560 2004-07-22  David Schleef  <ds@schleef.org>
8561
8562         * gst/gststructure.c: (gst_structure_id_empty_new),
8563         (gst_structure_empty_new):  Set type field correctly.
8564         * gst/gststructure.h: Check type field correctly.
8565         * testsuite/caps/Makefile.am:
8566         * testsuite/caps/structure.c: (test1), (main): Add a very small
8567         test for structures.
8568
8569 2004-07-22  David Schleef  <ds@schleef.org>
8570
8571         * docs/random/ds/0.9-suggested-changes: more comments
8572         * tools/gst-launch.c: (idle_func): Fix hard-to-translate string.
8573
8574 2004-07-22  Benjamin Otte  <otte@gnome.org>
8575
8576         * gst/gstelementfactory.c: (gst_element_register):
8577           set the factory in the class struct, so gst_element_get_factory
8578           actually works
8579         * gst/parse/grammar.y:
8580           set element to playing when it gets unlocked as we can't rely on the
8581           bin state - all elements in the bin state might still be locked in
8582           NULL)
8583
8584 2004-07-22  Benjamin Otte  <otte@gnome.org>
8585
8586         * gst/gstelement.c: (gst_element_set_state_func):
8587           make this a static function
8588
8589 2004-07-22  Wim Taymans  <wim@fluendo.com>
8590
8591         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
8592         (gst_opt_scheduler_pad_link):
8593         fix 147894-2 and the group_link problem.
8594
8595 2004-07-22  Wim Taymans  <wim@fluendo.com>
8596
8597         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
8598         (handoff_identity), (main):
8599         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
8600         (handoff_identity), (main):
8601         * testsuite/schedulers/Makefile.am:
8602         * testsuite/schedulers/group_link.c: (main):
8603         Show bug in scheduler when linking chain and loop based element 
8604         where the chain based element was not yet in a group.
8605
8606 2004-07-21  Benjamin Otte  <otte@gnome.org>
8607
8608         * gst/.cvsignore:
8609         * gst/autoplug/.cvsignore:
8610         * gst/elements/.cvsignore:
8611         * gst/indexers/.cvsignore:
8612         * libs/gst/bytestream/.cvsignore:
8613         * libs/gst/control/.cvsignore:
8614         * libs/gst/getbits/.cvsignore:
8615         * testsuite/states/.cvsignore:
8616         * testsuite/threads/.cvsignore:
8617           keep this up to date, since I seem to be the only one who cares
8618           about not missing files on commits (editor's note: no you don't,
8619           but feel free to change them at the time you add stuff instead
8620           of later on)
8621
8622 2004-07-21  Benjamin Otte  <otte@gnome.org>
8623
8624         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
8625         (gst_bin_fix_state), (gst_bin_add_func), (gst_bin_remove_func),
8626         (gst_bin_child_state_change_func), (set_kid_state_func),
8627         (gst_bin_set_state), (gst_bin_change_state_norecurse):
8628           make state changes work correctly and reentrant (so removing
8629           elements from bins during state changes of bins doesn't cause
8630           segfaults or even wrong states)
8631           add debugging category and debugging output to print children states
8632         * gst/gstbin.c: (gst_bin_dispose): 
8633           add some assertion checks
8634         * gst/gstbin.h:
8635         * gst/gstbin.c: (gst_bin_sync_children_state):
8636           deprecate this function - it just does gst_bin_set_state (bin,
8637           GST_STATE (bin)) 
8638         * testsuite/threads/queue.c: (main):
8639           don't use gst_bin_sync_children_state anymore
8640         * testsuite/states/Makefile.am:
8641         * testsuite/states/bin.c:
8642           test that the state changes of bins work as expected
8643         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_set_state):
8644           some adjustments to change states correctly, too
8645         * gst/gstthread.c: (gst_thread_change_state):
8646           don't enable/disable "threadsafe" properties, they're unused and
8647           cause random segfaults
8648         * testsuite/threads/Makefile.am:
8649           the queue check randomly passes now, ignore it
8650
8651 2004-07-21  Benjamin Otte  <otte@gnome.org>
8652
8653         * gst/gstpad.c:
8654           check if data is NULL before outputting debug info. (fixes #145100)
8655
8656 2004-07-21  Benjamin Otte  <otte@gnome.org>
8657
8658         * gst/schedulers/entryscheduler.c:
8659         (gst_entry_scheduler_loop_wrapper),
8660         (gst_entry_scheduler_chain_wrapper),
8661         (gst_entry_scheduler_get_wrapper):
8662           reset the state when the cothread starts, so we don't get assertion
8663           failures on restarting of cothreads
8664
8665 2004-07-20  Benjamin Otte  <otte@gnome.org>
8666
8667         * gst/gstelement.c: (gst_element_link_pads_filtered):
8668           use correct sinkpad, if only sinkpad is specified, but not srcpad
8669           (fixes #147889)
8670         * gst/gstelement.c: (gst_element_set_state_func),
8671         (gst_element_change_state): ref/unref the element, signal handlers
8672         could get rid of the element otherwise
8673
8674 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8675
8676         * docs/random/ds/0.9-suggested-changes:
8677           Make note about renaming fixed-list to array.
8678         * gst/gstvalue.c: (gst_value_intersect_fixed_list),
8679         (_gst_value_initialize):
8680           Add array intersections.
8681         * testsuite/caps/intersect2.c: (main):
8682           Add test for array intersections.
8683
8684 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8685
8686         * configure.ac: back to cvs
8687
8688 === release 0.8.4 ===
8689
8690 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8691
8692         * configure.ac:
8693           releasing 0.8.4, "Paella"
8694           bump libtool versioning
8695
8696 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8697
8698         * po/LINGUAS:
8699         * po/ca.po:
8700           adding Catalan translation (Jordi Mallach)
8701
8702 2004-07-20  Wim Taymans  <wim@fluendo.com>
8703
8704         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
8705         (handoff_identity), (main):
8706         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
8707         (handoff_identity), (main):
8708         * testsuite/schedulers/Makefile.am:
8709         Added failing testcase for variant of #147894
8710
8711 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8712
8713         patch by: David Moore
8714
8715         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
8716         (schedule_group), (gst_opt_scheduler_schedule_run_queue),
8717         (group_migrate_connected):
8718         * testsuite/schedulers/Makefile.am:
8719           fix for #142813 (Deadlock in optimal scheduler)
8720
8721 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8722
8723         patch by: Wim Taymans
8724
8725         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
8726         (gst_opt_scheduler_schedule_run_queue),
8727         (gst_opt_scheduler_get_wrapper), (get_group),
8728         (group_migrate_connected):
8729         * testsuite/schedulers/Makefile.am:
8730           fix for #147819 (Add some checks in the opt scheduler)
8731
8732 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8733
8734         patch by: Benjamin Otte
8735
8736         * gst/gstelementfactory.c: (__gst_element_details_set):
8737           fix for #147929: running gst-register in non-utf8 locale can cause
8738           invalid registry
8739
8740 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8741
8742         patch by: Wim Taymans
8743
8744         * gst/schedulers/gstoptimalscheduler.c: (group_num_elements),
8745         (group_has_element), (element_get_reachables_func),
8746         (group_migrate_connected):
8747           fix for #147894 (opt scheduler decoupled elements mismanagement)
8748         * testsuite/schedulers/Makefile.am:
8749           testsuite app now passes
8750
8751 2004-07-19  Wim Taymans  <wim@fluendo.com>
8752
8753         * testsuite/schedulers/147819.c: (handoff_identity1),
8754         (handoff_identity2), (main):
8755         * testsuite/schedulers/Makefile.am:
8756         Added testcase for bug 147819
8757
8758 2004-07-19  Wim Taymans  <wim@fluendo.com>
8759
8760         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
8761         (handoff_identity), (main):
8762         * testsuite/schedulers/Makefile.am:
8763         Added testcase for bug 147894
8764
8765 2004-07-16  Wim Taymans  <wim@fluendo.com>
8766
8767         * testsuite/schedulers/142183-2.c: (handoff_identity), (main):
8768         * testsuite/schedulers/142183.c: (handoff_identity), (main):
8769         * testsuite/schedulers/Makefile.am:
8770         Added testsuite for bug 142183 in its two incarnations. Refcount
8771         is not increased for scheduled elements and threadsafe properties
8772         mutexes are not properly unlocked.
8773
8774 2004-07-16  Wim Taymans  <wim@fluendo.com>
8775
8776         * gst/schedulers/gstoptimalscheduler.c: (gst_opt_scheduler_init),
8777         (create_chain), (destroy_chain), (create_group), (destroy_group),
8778         (add_to_group), (merge_groups), (group_elements), (group_inc_link),
8779         (group_dec_link), (gst_opt_scheduler_pad_link),
8780         (group_inc_links_for_element), (group_migrate_connected):
8781         Call group_inc_link with the proper src->sink ordering -- 
8782         break this, and we break sort_chain. patch from wingo for bug
8783         147713.
8784         Partially revert patch 1.89. When adding a loop based element to 
8785         the scheduler, the links to other groups are automatically followed
8786         and incremented. This should not happen because the bin will call
8787         pad_link explicitly for those connection, resulting in them counted 
8788         twice. Results in assertion failure on pipeline cleanup.
8789
8790 2004-07-16  Wim Taymans  <wim@fluendo.com>
8791
8792         * testsuite/schedulers/143777-2.c: (main):
8793         * testsuite/schedulers/147713.c: (handoff_src), (handoff_sink),
8794         (main):
8795         * testsuite/schedulers/Makefile.am:
8796         Added cleanup code to testcase 143777-2.
8797         Added testcase to show bug 147713, does not really show the
8798         deadlock as I can't figure out how to trigger it, but it does
8799         demonstrate bad ordering in the scheduler.
8800
8801 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8802
8803         * gst/gstvalue.c: (gst_value_deserialize_fraction):
8804           change strndup to g_strndup.  Fixes #147707
8805
8806 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8807
8808         * po/af.po:
8809         * po/az.po:
8810         * po/cs.po:
8811         * po/en_GB.po:
8812         * po/fr.po:
8813         * po/nl.po:
8814         * po/sr.po:
8815         * po/sv.po:
8816         * po/tr.po:
8817         * po/uk.po:
8818           updated translations
8819
8820 2004-07-16  Benjamin Otte  <otte@gnome.org>
8821
8822         * gst/gstvalue.c: (gst_greatest_common_divisor):
8823           use ints and return ints, fractions only use ints, too, so this
8824           avoids accidently casting multiplications to unsigned
8825         (gst_value_lcopy_fraction): it's ints, not uint32
8826         (gst_value_set_fraction): disallow minint, multiplying and negation
8827           are broken with it
8828         (gst_value_fraction_multiply): fix to make large numbers work and get
8829         rid of the assumption that the multiplication of two ints fits an
8830         int64 - dunno if that's true for all systems
8831         * testsuite/caps/Makefile.am:
8832         * testsuite/caps/fraction-multiply-and-zero.c:
8833         (check_multiplication), (check_equal), (zero_test), (main):
8834           add tests for all the stuff above
8835         * testsuite/caps/value_compare.c: (test1):
8836           fix comment
8837         * tests/.cvsignore:
8838         * testsuite/caps/.cvsignore:
8839         * testsuite/debug/.cvsignore:
8840         * testsuite/dlopen/.cvsignore:
8841         * testsuite/states/.cvsignore:
8842           get up to date
8843
8844 2004-07-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8845
8846         * docs/manual/bins-api.xml:
8847         * docs/manual/factories.xml:
8848         * docs/manual/helloworld.xml:
8849         * docs/manual/links-api.xml: 
8850           fixes for out of date info, incorrect info and grammar
8851
8852 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8853
8854         * docs/manual/pads.xml:
8855         * docs/manual/pads-api.xml: grammar fix
8856
8857 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8858
8859         * docs/manual/pads-api.xml: typo + grammar fix
8860
8861 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8862
8863         * docs/gst/gstreamer-sections.txt:
8864           add new symbols
8865         * docs/gst/tmpl/gstelement.sgml:
8866         * docs/gst/tmpl/gstpad.sgml:
8867         * docs/gst/tmpl/gsttypes.sgml:
8868         * docs/gst/tmpl/gstvalue.sgml:
8869           update docs
8870         * gst/gststructure.c: (gst_structure_set_valist),
8871         (gst_structure_from_abbr), (gst_structure_to_abbr):
8872         * gst/gstvalue.c: (gst_value_compare_double), (gst_type_is_fixed),
8873         (gst_greatest_common_divisor), (gst_value_init_fraction),
8874         (gst_value_copy_fraction), (gst_value_collect_fraction),
8875         (gst_value_lcopy_fraction), (gst_value_set_fraction),
8876         (gst_value_get_fraction_numerator),
8877         (gst_value_get_fraction_denominator),
8878         (gst_value_fraction_multiply), (gst_value_serialize_fraction),
8879         (gst_value_deserialize_fraction),
8880         (gst_value_transform_fraction_string),
8881         (gst_value_transform_string_fraction),
8882         (gst_value_compare_fraction), (_gst_value_initialize):
8883         * gst/gstvalue.h:
8884           adding GstFraction GValue type, get/set, and multiply
8885         * testsuite/caps/Makefile.am:
8886         * testsuite/caps/fraction.c: (test), (main):
8887         * testsuite/caps/string-conversions.c: (main):
8888         * testsuite/caps/value_compare.c: (test1), (main):
8889           add regression tests for GstFraction
8890
8891 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8892         
8893         * docs/manual/init-api.xml: Grammar fix
8894
8895 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8896
8897         * docs/manual/states.xml: Fix inconsistent information
8898
8899 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8900
8901         * gst/gstelement.c: (gst_element_set_state):
8902         * gst/gstpad.c: (gst_pad_try_set_caps):
8903         * gst/gststructure.c:
8904         * gst/gstthread.c: (gst_thread_child_state_change):
8905         * gst/gstvalue.c: (gst_value_compare_double):
8906         * gst/gstvalue.h:
8907         * testsuite/parse/parse1.c: (main):
8908           debugging additions and style cleanups
8909
8910 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8911
8912         * docs/manual/states.xml: Grammar fix
8913
8914 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8915
8916         * docs/manual/pads.xml: Grammar fix
8917
8918 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8919
8920         * docs/manual/elements.xml: Fixed image reference
8921
8922 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8923
8924         * docs/manual/goals.xml: Grammar fix
8925
8926 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8927
8928         * docs/manual/motivation.xml:
8929         Bonobo is no longer "emerging" and added sentence regarding tcp plugins
8930
8931 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8932
8933         * docs/manual/motivation.xml: Fix spelling
8934
8935 2004-07-15  Benjamin Otte  <otte@gnome.org>
8936
8937         * gst/gstelement.h: 
8938           Don't GST_ERROR_OBJECT empty strings - Solaris doesn't like NULL
8939           strings.
8940         * gst/gstelement.c (gst_element_class_init):
8941           GError's are boxed, not objects
8942         * gst/gstmarshal.list:
8943           update list for the fixed error signal
8944
8945 2004-07-14  Andy Wingo  <wingo@pobox.com>
8946
8947         * gst/gsttag.c: Add a tag merge func for pointers. The header was
8948         there all along, but the function wasn't. (guile-gstreamer's build
8949         system uses the address of the function -- I wasn't actually
8950         trying to use this.)
8951
8952 2004-07-14  Andy Wingo  <wingo@pobox.com>
8953
8954         * gst/gstpad.c (gst_pad_try_set_caps): Naive link functions (such
8955         as gst_pad_proxy_pad_link) just link to every other pad when they
8956         are called. In the case where the graph has cycles, this will mean
8957         that a call to try_set_caps will recurse. Allow this recursion
8958         and return OK, while we wait for the first try_set_caps to give a
8959         proper return value.
8960         (gst_pad_link_call_link_functions): Since this function is the
8961         only one to set the NEGOTIATING flag on a pad, if the flag is set
8962         it means that the link functions have indirectly recursed. If this
8963         happens, error out to avoid infinite recursion and an eventual
8964         SEGV.
8965         (gst_real_pad_class_init): Remove a crufty GtkObject comment.
8966         (gst_pad_proxy_getcaps): Intersect the result with the template
8967         caps to ensure that the return value is valid.
8968
8969 2004-07-14  Andy Wingo  <wingo@pobox.com>
8970
8971         * gst/gstdata.c (gst_data_is_writable): s/>=/>/. If there is only
8972         one refcount, the calling function is the owner of the buffer.
8973
8974 2004-07-14  Wim Taymans  <wim@fluendo.com>
8975
8976         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
8977         (gst_opt_scheduler_pad_link), (group_migrate_connected):
8978         Fix stupid warning when an element is to be migrated but
8979         is already migrated.
8980
8981 2004-07-14  Wim Taymans  <wim@fluendo.com>
8982
8983         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
8984         (gst_opt_scheduler_pad_link), (group_migrate_connected):
8985         Make sure that a single non-loop-based element does not 
8986         end up in a group. This fixes the testsuite again.
8987
8988 2004-07-14  Wim Taymans  <wim@fluendo.com>
8989
8990         * gst/schedulers/gstoptimalscheduler.c: (create_group),
8991         (add_to_group), (merge_groups), (schedule_group),
8992         (gst_opt_scheduler_get_wrapper), (group_elements),
8993         (group_dec_link), (gst_opt_scheduler_pad_link),
8994         (group_migrate_connected), (gst_opt_scheduler_pad_unlink),
8995         (gst_opt_scheduler_iterate):
8996         move isolated groups to a new chain.
8997         Emit a warning instead of segfaulting in some error cases.
8998         Fix a bug where the link count between groups was not calculated 
8999         correctly. Fixes #144510.
9000
9001 2004-07-13  Steve Lhomme  <steve.lhomme@free.fr>
9002         * gst/elements/gstfilesrc.c:
9003           Binary files support under Windows now OK
9004       
9005 2004-07-13  Benjamin Otte  <otte@gnome.org>
9006
9007           compatibility fixes for Solaris 8/gcc 2.95
9008         * configure.ac:
9009           include libintl libs in LDFLAGS
9010         * gstvalue.c (gst_value_deserialize_buffer):
9011           cast isxdigit stuff to int to silence compiler warning
9012
9013 2004-07-12  Benjamin Otte  <otte@gnome.org>
9014
9015         * gst/gsttypes.h:
9016           get rid of GST_O_READONLY, GST_FILE_MODE_READ and
9017           GST_FILE_MODE_WRITE, I don't want them in the exported headers. It
9018           just causes support madness
9019         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
9020           make it work without this
9021         * gst/indexers/gstfileindex.c: (_file_index_id_save_entries),
9022         (gst_file_index_commit):
9023           glib IO channels don't want binary mode
9024         * testsuite/bytestream/filepadsink.c: (main):
9025         * testsuite/bytestream/test1.c: (read_param_file):
9026           use "rb" instead of GST_FILE_MODE_READ, it works on POSIX systems
9027
9028 2004-07-12  Benjamin Otte  <otte@gnome.org>
9029
9030         * gst/gstelement.c: (gst_element_class_init),
9031         (gst_element_set_state), (gst_element_set_state_func):
9032           virutalize gst_element_set_state, use set_state member in class
9033           struct that was already added in 0.7 for this.
9034         * gst/gstbin.c: (gst_bin_foreach), (set_kid_state_func), 
9035         (gst_bin_change_state):
9036           make gst_bin_foreach works similar to other foreach functions, plug
9037           memleaks in it. Make functions using it work with the new approach.
9038           Document gst_bin_foreach, so it can be exported if we want to
9039         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_state):
9040           use virtualized set_state to make set_state on bins set the state of
9041           all its children.
9042
9043 2004-07-12  Benjamin Otte  <otte@gnome.org>
9044
9045         * configure.ac:
9046           require valgrind >= 2.1 (fixes Gentoo bug 53967, see
9047           http://bugs.gentoo.org/show_bug.cgi?id=53967)
9048         * gst/gstpad.c: (gst_pad_alloc_buffer):
9049           allow buffer_alloc functions to return NULL and allocate a normal
9050           buffer in that case
9051
9052 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
9053         * gst/elements/gstfilesink.c:
9054         * gst/elements/gstfilesrc.c:
9055         * gst/indexers/gstfileindex.c:
9056         * gst/gsttypes.h:
9057         * testsuite/bytestream/filepadsink.c:
9058         * testsuite/bytestream/test1.c:
9059           Handle binary files under Windows
9060
9061 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
9062         * docs/manual/win32.xml:
9063         * win32/config.h:
9064         * win32/gst-register.vcproj:
9065         * win32/gstreamer.def:
9066           Update to another gettext public build
9067
9068 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
9069         * gst/gstplugin.c:
9070           Fix an impossible C syntax
9071         * win32/config.h:
9072           Disable i18n under Windows for the moment
9073         * win32/gst-register.vcproj:
9074           Use this configuration
9075
9076 2004-07-12  Jan Schmidt  <thaytan@mad.scientis.com>
9077         * docs/manual/quotes.xml:
9078           Keep the quotes file alive
9079         * docs/random/ds/0.9-suggested-changes:
9080           Add the suggestion of including a 'rowstride' as part of video
9081           format caps
9082
9083 2004-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9084
9085         * gst/gstelement.c: (gst_element_set_state),
9086         (gst_element_change_state):
9087           d'oh.  Set PENDING state correctly before forcing bin to change.
9088         * gst/gststructure.c: (gst_structure_value_get_generic_type),
9089         (gst_structure_parse_fixed_list):
9090         * gst/schedulers/gstoptimalscheduler.c:
9091         (gst_opt_scheduler_state_transition):
9092         * testsuite/states/parent.c: (main):
9093           remove comment now that it's fixed.
9094
9095 2004-07-11  Benjamin Otte  <otte@gnome.org>
9096
9097         * gst/gstclock.h:
9098           GST_SECOND shouldn't cause a conversion to unsigned.
9099         * testsuite/clock/.cvsignore:
9100         * testsuite/clock/Makefile.am:
9101         * testsuite/clock/signedness.c: (main):
9102           make sure it never will again
9103
9104 2004-07-11  Andy Wingo  <wingo@pobox.com>
9105
9106         * gst/gstbin.c (gst_bin_add_func): If we're adding an element
9107         whose state is higher than the bin state, raise the bin state to
9108         ensure that bin state := highest child state.
9109         
9110 2004-07-11  Andy Wingo  <wingo@pobox.com>
9111
9112         * gst/gstbin.c (gst_bin_foreach): New static function. Calls a
9113         procedure on the children of a bin. Assumes that the procedure can
9114         change the set of children.
9115         (set_kid_state_func): New static function.
9116         (gst_bin_change_state): Use gst_bin_foreach to call
9117         set_kid_state_func. Fixes a bug: if a child had a state-change
9118         handler that removes it from the bin, there would be a segfault.
9119         Hopefully it should also work in the case where the state-change
9120         handler on one child adds or removes other children. In any case,
9121         fixes should go to gst_bin_foreach.
9122
9123 2004-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9124
9125         * gst/gstelement.c: (gst_element_set_state):
9126           compatibility fix for latest plugins release.  Change loop back
9127           to while {}
9128
9129 2004-07-09  Wim Taymans  <wim@fluendo.com>
9130
9131         * gst/gstbin.c: (gst_bin_remove), (gst_bin_dispose):
9132         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_catch),
9133         (gst_thread_main_loop):
9134         Since remove is virtual in GstBin we must not assume the 
9135         elements GList to have anothing useful.
9136         Add some more logging to GstThread and be a bit more paranoid
9137         when resetting the scheduler.
9138         Set the state of the bin to NULL before removing the children.
9139
9140 2004-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9141
9142         * testsuite/threads/Makefile.am:
9143         * testsuite/threads/threadg.c:
9144           added test to check if problem when removing all elements from a
9145           GstThread before setting GstThread state to NULL
9146
9147 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9148
9149         * docs/gst/tmpl/gstelement.sgml:
9150         * docs/gst/tmpl/gsttypes.sgml:
9151         * gst/gstbin.c: (gst_bin_change_state):
9152         * gst/gstelement.c: (gst_element_set_state),
9153         (gst_element_change_state):
9154           rework so that for bins we try to set the state on all children
9155           as well even if the bin is in the correct state already.
9156           change while to do so at least one iteration is done.
9157           For regular elements, we fall back to the previous behaviour for
9158           now since we first need a new plugins release.
9159         * testsuite/states/parent.c: (main):
9160           test for this case
9161           Fixes #123774
9162
9163 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9164
9165         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_finalize),
9166         (gst_queue_chain), (gst_queue_get), (gst_queue_handle_src_event),
9167         (gst_queue_release_locks), (gst_queue_change_state),
9168         (gst_queue_set_property):
9169           add proper lock debugging.  Change dispose to finalize, since
9170           we're freeing mutexes and other stuff which should happen only once.
9171
9172 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9173
9174         * docs/gst/tmpl/gstelement.sgml:
9175         * docs/gst/tmpl/gstplugin.sgml:
9176         * docs/gst/tmpl/gsttypes.sgml:
9177         * docs/pwg/building-state.xml:
9178         * gst/elements/gstfakesrc.c: (gst_fakesrc_change_state):
9179         * gst/gstelement.c: (gst_element_change_state):
9180         * gst/gstthread.c: (gst_thread_change_state):
9181           catch wrong state changes in element base class.
9182
9183 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9184
9185         * gst/gstinfo.h:
9186           clean up layout a little.
9187
9188 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9189
9190         * configure.ac:
9191         * testsuite/Makefile.am:
9192         * testsuite/states/Makefile.am:
9193         * testsuite/states/parent.c: (main):
9194           re-enable states testsuite dir.  Add test for state changes and
9195           parent behaviour
9196
9197 2004-07-09  Wim Taymans  <wim@fluendo.com>
9198
9199         * gst/schedulers/gstoptimalscheduler.c:
9200         (gst_opt_scheduler_pad_link), (group_elements_set_visited),
9201         (element_get_reachables_func), (element_get_reachables),
9202         (debug_element), (rechain_group), (group_migrate_connected),
9203         (gst_opt_scheduler_pad_unlink):
9204         Do not try to migrate decoupled elements to a new group since
9205         they are not added to groups.
9206
9207 2004-07-08  Benjamin Otte  <otte@gnome.org>
9208
9209         * gst/gstelement.c: (gst_element_error_func):
9210           make reentrant (= allow removing elements in error handler)
9211
9212 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9213
9214         * gst/gstpad.c: (gst_pad_event_default_dispatch),
9215         (gst_pad_send_event), (gst_pad_call_chain_function):
9216           events sent to elements below PAUSED cannot be handled, so
9217           don't try to
9218
9219 2004-07-08  Wim Taymans  <wim@fluendo.com>
9220
9221         * gst/schedulers/gstoptimalscheduler.c:
9222         (chain_recursively_migrate_group), (create_group),
9223         (schedule_group), (gst_opt_scheduler_pad_link),
9224         (group_elements_set_visited), (element_get_reachables_func),
9225         (element_get_reachables), (group_can_reach_group), (debug_element),
9226         (rechain_group), (group_migrate_connected),
9227         (gst_opt_scheduler_pad_unlink):
9228         * testsuite/schedulers/Makefile.am:
9229         Implemented group splitting and rechaining.
9230         Fixes 143777 and 143777-2 in the testsuite.
9231
9232 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9233
9234         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
9235           extra debugging
9236         * gst/gstevent.h:
9237         * gst/gstinfo.c: (gst_debug_log_default):
9238           print time nicely.  add thread pointer until someone figures out
9239           a completely portable way of getting at thread id's.
9240         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_try),
9241         (_invent_event), (gst_pad_pull), (gst_pad_event_default_dispatch),
9242         (gst_pad_call_chain_function):
9243           extra debugging
9244         * gst/schedulers/gstoptimalscheduler.c:
9245         (get_group_schedule_function), (loop_group_schedule_function),
9246         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
9247         (pad_clear_queued), (gst_opt_scheduler_iterate):
9248           rename BUFPEN and friends to DATAPEN since that's what they are.
9249
9250 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9251
9252         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
9253         * gst/gstbuffer.h:
9254         * gst/gstpad.c:
9255           cleanups and debugging
9256
9257 2004-07-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9258
9259         * configure.ac:
9260         * gst/gstvalue.c: (gst_value_compare_enum),
9261         (gst_value_serialize_enum), (gst_value_deserialize_enum),
9262         (gst_value_can_compare), (gst_value_compare):
9263         * testsuite/Makefile.am:
9264         * testsuite/enumcaps/Makefile.am:
9265         * testsuite/enumcaps/enumcaps.c:
9266           Fix enum serialization, deserialization, comparison in caps, add
9267           a test to ensure that this continues working in the future.
9268
9269 2004-07-06  David Schleef  <ds@schleef.org>
9270
9271         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
9272         Fix memleak.
9273
9274 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9275
9276         * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
9277         * gst/gstplugin.h:
9278         * gst/registries/gstxmlregistry.c:
9279         (plugin_times_older_than_recurse), (plugin_times_older_than),
9280         (gst_xml_registry_parse_padtemplate):
9281           only rebuild registry when actual plugins have a newer time than
9282           the registry.  Fixes #145520
9283
9284 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9285
9286         * docs/manual/manual.xml:
9287         * docs/manual/win32.xml:
9288           add chapter on win32 building.  fixes #142422
9289
9290 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9291
9292         patch by: Sebastien Cote <sc5 at hermes.usherb.ca>
9293
9294         * gst/autoplug/gstspider.c: (gst_spider_init),
9295         (gst_spider_dispose):
9296           fix spider memleaks.  fixes #137863
9297
9298 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9299
9300         patch by: Joe Marcus Clarke <marcus at freebsd dot org>
9301
9302         * gst/schedulers/gstoptimalscheduler.c:
9303         (gst_opt_scheduler_pad_unlink):
9304           fix SIGBUS error, fixes #145338
9305
9306 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9307
9308         * gst/gstobject.c: (gst_object_replace):
9309         * gst/gstscheduler.c: (gst_scheduler_get_clock):
9310         * gst/gstsystemclock.c: (gst_system_clock_obtain):
9311           clean up clock lifecycle.  Fixes #109831
9312
9313 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9314
9315         * po/LINGUAS:
9316         * po/cs.po:
9317           added Czech translation (Miloslav Trmac)
9318
9319 2004-07-04  David Schleef  <ds@schleef.org>
9320
9321         * tools/Makefile.am:
9322         * tools/gst-xmlinspect.1.in:  Add man page. (bug #140219)
9323
9324 2004-07-04  David Schleef  <ds@schleef.org>
9325
9326         * common/m4/gst-doc.m4: Check for docbook2html 0.6.10 (bug #139909)
9327
9328 2004-07-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9329
9330         * gst/gstbin.c: (gst_bin_restore_thyself):
9331           chain to parent restore so the bins get restored correctly
9332           in the editor
9333
9334 2004-07-03  David Schleef  <ds@schleef.org>
9335
9336         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
9337         Actually do something in these functions, like before the big
9338         caps change.  (bug #145137)
9339
9340 2004-07-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9341
9342         * gst/gstelement.c: (gst_element_get_compatible_pad_template),
9343         (gst_element_get_compatible_pad_filtered):
9344         * gst/gstthread.c: (gst_thread_main_loop):
9345           more debugging
9346
9347 2004-07-02  David Schleef  <ds@schleef.org>
9348
9349         * gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler
9350         * gst/gstobject.h:
9351         * gst/gstparse.h:
9352         * gst/gsttrace.h:
9353         * gst/gstxml.h:
9354
9355 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9356
9357         * gst/gstpad.c: (gst_pad_check_schedulers),
9358         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
9359         (gst_pad_link_prepare):
9360           revert until testsuite is fixed
9361
9362 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9363
9364         * testsuite/Makefile.am:
9365         * testsuite/caps/filtercaps.c: (main):
9366         * testsuite/clock/clock1.c: (main):
9367         * testsuite/dynparams/dparamstest.c: (gst_dptest_chain), (main):
9368           fix some more tests
9369
9370 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9371
9372         * testsuite/cleanup/cleanup1.c: (create_pipeline):
9373         * testsuite/cleanup/cleanup2.c: (create_pipeline):
9374         * testsuite/cleanup/cleanup4.c: (main):
9375           fix testsuite
9376
9377 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9378
9379         * libs/gst/control/control.c:
9380         * libs/gst/control/dparam.c:
9381         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_get_type):
9382         * libs/gst/control/dparammanager.c:
9383         * libs/gst/control/dparammanager.h:
9384         * testsuite/dynparams/Makefile.am:
9385         * testsuite/dynparams/dparamstest.c: (gst_dptest_base_init),
9386         (gst_dptest_change_state), (gst_dptest_chain), (main):
9387           fix testcase for dparams
9388           add debugging category
9389
9390 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9391
9392         * testsuite/Rules:
9393           change path
9394
9395 2004-07-02  Benjamin Otte  <otte@gnome.org>
9396
9397         * tests/.cvsignore:
9398         * tests/Makefile.am:
9399         * tests/mass_elements.c: (gst_get_current_time), (main):
9400           add simple benchmark to test various speeds of fakesrc ! identity !
9401           identity ! ... ! fakesink.
9402           Usage: mass_elements [num_identities] [num_buffers]
9403           If not specified they default to 1000.
9404
9405 2004-07-02  Benjamin Otte  <otte@gnome.org>
9406
9407         * gst/gstpad.c: (gst_pad_check_schedulers),
9408         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
9409         (gst_pad_link_prepare):
9410           check that pads that get linked belong to the same manager. The old
9411           code allowed linking elements before putting them into bins, so it
9412           worked to link them and then put them in different threads, which
9413           lead to weird behaviour.
9414           Since this effectively disallows linking elements before putting
9415           them in a bin, some applications might not work after this and error
9416           out. If these applications are too critical, we might need to revert
9417           that patch. Please test this before the next release...
9418
9419 2004-06-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9420
9421         * gst/gstpad.c: (gst_pad_get_caps):
9422           throw an error if the getcaps function does not return a subset of
9423           the template caps.
9424         * libs/gst/bytestream/filepad.c: (gst_file_pad_chain):
9425           make disconts without position info an error in debugging
9426         * tests/spidey_bench.c: (handoff), (main):
9427           don't count first try when averaging
9428
9429 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9430
9431         * gst/gstplugin.c: (gst_plugin_load_file):
9432           figure out problem with dynamic test
9433
9434 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9435
9436         * docs/gst/Makefile.am:
9437           fix docs build
9438
9439 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9440
9441         * po/POTFILES.in:
9442         * po/af.po:
9443         * po/az.po:
9444         * po/en_GB.po:
9445         * po/fr.po:
9446         * po/nl.po:
9447         * po/sr.po:
9448         * po/sv.po:
9449         * po/tr.po:
9450         * po/uk.po:
9451         * tools/gst-register.c: (plugin_added_func), (main):
9452           i18n-ize -register, fix plural
9453
9454 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9455
9456         * gst/elements/gstidentity.c: (gst_identity_class_init),
9457         (gst_identity_init), (gst_identity_chain),
9458         (gst_identity_set_property), (gst_identity_get_property):
9459         * gst/elements/gstidentity.h:
9460           check for perfect stream
9461
9462 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9463
9464         * gst/elements/gstidentity.c: (gst_identity_chain):
9465           print offset_end
9466
9467 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9468
9469         * docs/gst/Makefile.am:
9470         * docs/gst/gstreamer-docs.sgml:
9471           doc fixes
9472
9473 2004-06-24  David Schleef  <ds@schleef.org>
9474
9475         * autogen.sh:  Remove call to env, since the buildbot isn't
9476         broken anymore.
9477
9478 2004-06-24  Wim Taymans  <wim@fluendo.com>
9479
9480         * gst/elements/Makefile.am:
9481         * gst/elements/gstelements.c:
9482         * gst/elements/gstmultifdsink.c: (gst_multifdsink_base_init),
9483         (gst_multifdsink_class_init), (gst_multifdsink_init),
9484         (gst_multifdsink_add), (gst_multifdsink_remove),
9485         (gst_multifdsink_clear), (gst_multifdsink_chain),
9486         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
9487         * gst/elements/gstmultifdsink.h:
9488         Added an element that writes to multiple filedescriptors at once.
9489
9490 2004-06-24  Benjamin Otte  <otte@gnome.org>
9491
9492         * gst/parse/grammar.y:
9493           don't try to link elements before they have been added to bins
9494
9495 2004-06-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9496
9497         * libs/gst/bytestream/filepad.c: (gst_file_pad_available),
9498         (gst_file_pad_get_length):
9499         * libs/gst/bytestream/filepad.h:
9500           add 2 new functions
9501
9502 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9503
9504         * docs/gst/gstreamer-sections.txt:
9505         remove from docs, the define that Benjamin removed from gstelement.h
9506
9507 2004-06-22  Benjamin Otte  <otte@gnome.org>
9508
9509         * gst/gstelement.h:
9510           remove define that referenced a nonexisting GstElement struct member
9511
9512 2004-06-20  Benjamin Otte  <otte@gnome.org>
9513
9514         * gst/gstdata.c: (gst_data_is_writable):
9515           whoops, return values were wrong, so writable data was marked as
9516           non-writable and vice versa. (fixes #143953, spotted by Francis
9517           Labonte)
9518           Shows how rarely we need to copy data ;)
9519
9520 2004-06-20  Benjamin Otte  <otte@gnome.org>
9521
9522         * testsuite/schedulers/.cvsignore:
9523         * testsuite/schedulers/Makefile.am:
9524         * testsuite/schedulers/143777-2.c: (main):
9525           add test for opt breakage in bug #143777
9526
9527 2004-06-20  Benjamin Otte  <otte@gnome.org>
9528
9529         * gst/gstpad.c: (gst_pad_call_chain_function):
9530           check for if we were unlinked while inside the chainfunction (fixes
9531           entrygthread having issues with #143777)
9532         * testsuite/schedulers/143777.c: (main):
9533         * testsuite/schedulers/Makefile.am:
9534           add a test for that fix
9535
9536 2004-06-20  Benjamin Otte  <otte@gnome.org>
9537
9538         * gst/gstvalue.c: (gst_value_set_int_range):
9539           test that start is smaller then end
9540         * libs/gst/bytestream/Makefile.am:
9541         * libs/gst/bytestream/filepad.c: 
9542         * libs/gst/bytestream/filepad.h:
9543           add GstFilePad - a pad that behaves like a FILE*
9544         * testsuite/bytestream/.cvsignore:
9545         * testsuite/bytestream/Makefile.am:
9546         * testsuite/bytestream/filepadsink.c: 
9547           test for the GstFilePad
9548
9549 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9550
9551         * gst/elements/gstidentity.c: (gst_identity_class_init),
9552         (gst_identity_init), (gst_identity_set_clock),
9553         (gst_identity_chain), (gst_identity_set_property),
9554         (gst_identity_get_property):
9555         * gst/elements/gstidentity.h:
9556         * gst/gstclock.c: (gst_clock_id_wait):
9557           add a "sync" property to sync to the clock
9558
9559 2004-06-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9560
9561         * gst/gstelementfactory.c: (gst_element_factory_create):
9562           make the freakin "elementfactory bla has no type" message more
9563           useful. So we actually can do something when someone shows up
9564           complaining about it.
9565
9566 2004-06-15  Johan Dahlin  <johan@gnome.org>
9567
9568         * tools/gst-inspect.c (main): Fallback to plugin if no element is
9569         found. This matches the old behavior better. Thanks to Thomas for
9570         pointing out.
9571
9572 2004-06-14  David Schleef  <ds@schleef.org>
9573
9574         * gst/gstcpu.c: (gst_cpuid_i386): Fix problem when using
9575         -fomit-frame-pointer.  Appears to generate correct code in
9576         other cases as well.
9577
9578 2004-06-14  Johan Dahlin  <johan@gnome.org>
9579
9580         * tools/gst-inspect.c (main): Add two new command line options: -a
9581         to print all elements and -n to print the name on each line. Also
9582         fix some error reporting.
9583         (main): Simplify, remove -n and always print names if -a is specified
9584
9585 2004-06-13  Steve Lhomme  <steve.lhomme@free.fr>
9586
9587         * win32/gstconfig.h:
9588         * win32/GSTreamer.vcproj:
9589         * win32/Makefile:
9590         * gst/gstconfig.h.in:
9591         * gst/gst.h:
9592         * gst/gstbin.h:
9593         * gst/gstelement.h:
9594         * gst/gstevent.h:
9595         * gst/gstobject.h:
9596         * gst/gstpad.h:
9597         * docs/gst/gstreamer-sections.txt:
9598         * docs/gst/tmpl/gstconfig.sgml:
9599           rename GSTREAMER_EXPORT(S) to GST_EXPORT(S)
9600
9601 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
9602         * docs/gst/gstreamer-sections.txt:
9603         * docs/gst/tmpl/gstconfig.sgml:
9604         Add the GSTREAMER_EXPORT macro to the docs
9605
9606 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
9607
9608         * tools/gst-compprep.c: (handle_xmlerror), (main):
9609         Add a check for the version that introduced SetStructuredError to fix
9610         the build on FC1
9611
9612 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
9613
9614         * win32/msvc71.sln:
9615         * win32/testsuite/:
9616           prepare to compile the testsuite with MSVC
9617
9618 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
9619
9620         * docs/manual/win32.xml:
9621           attempt to transform the Win32 README into an XML doc
9622
9623 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
9624
9625         * gst/gst.c:
9626         * gst/gstbin.*:
9627         * gst/config.h.in:
9628         * gst/gstelement.*:
9629         * gst/gstevent.h:
9630         * gst/gstobject.*:
9631         * gst/gstpad.h:
9632         * tools/gst-register.c:
9633         * win32/gstreamer.def:
9634           extern symbols are now exported for the Windows DLL
9635
9636 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
9637
9638         * gst/gstinfo.h:
9639           fix a problem to enable/disable DEBUG under MSVC
9640
9641 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
9642
9643         * win32/:
9644           enable more debug code in DEBUG build
9645
9646 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
9647
9648         * win32/config.h:
9649         * gst/gst-i18n-app.h:
9650           enable NLS under Windows
9651
9652 2004-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9653         * tools/gst-compprep.c: (handle_xmlerror), (main):
9654           Make an error that baffled me a bit clearer
9655
9656 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9657
9658         * gst/gstqueue.c:
9659           don't use g_queue_get_length () because it's 2.4, use ->length
9660
9661 2004-06-11  Steve Lhomme  <steve.lhomme@free.fr>
9662
9663         reviewed by Benjamin Otte  <in7y118@public.uni-hamburg.de>
9664
9665         * tools/gst-inspect.c: (print_signal_info):
9666           don't free random data twice. (fixes #144185)
9667
9668 2004-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9669
9670         * gst/gstqueue.c:
9671         * gst/gstqueue.h:
9672           fix removing from the wrong queue on event timeout
9673           fix disposing of the event queue by casting correctly
9674           add mutexes for handling the event queue
9675           someone was sleeping when fixing queue last time around :)
9676
9677 2004-06-10  Johan Dahlin  <johan@gnome.org>
9678
9679         * gst/gst.c (gst_init_check_with_popt_table): Do not fail on
9680         errors, like gtk. It makes it more useful in bindings.  Fixes #141692.
9681
9682 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9683
9684         * docs/random/gdp:
9685         * libs/gst/dataprotocol/dataprotocol-test.c: (buffer_test):
9686         * libs/gst/dataprotocol/dataprotocol.c:
9687         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
9688         (gst_dp_buffer_from_header):
9689         * libs/gst/dataprotocol/dataprotocol.h:
9690         * libs/gst/dataprotocol/dp-private.h:
9691           rev version to 0.1, add buffer flags and copy them
9692
9693 2004-06-09  Johan Dahlin  <johan@gnome.org>
9694
9695         * gst/gstbuffer.c (gst_buffer_default_copy): Don't forget to merge
9696         the flags from the buffer we're copying.
9697
9698 2004-06-09  Wim Taymans  <wim@fluendo.com>
9699
9700         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
9701         * gst/elements/gstidentity.c: (gst_identity_init),
9702         (gst_identity_chain):
9703         Print more buffer info in fakesink.
9704         Make identity output similar to fakesink.
9705
9706 2004-06-07  Daniel Gazard  <dany42@free.fr>
9707
9708         reviewed by Benjamin Otte  <otte@gnome.org>
9709
9710         * configure.ac:
9711           fix cross compiling not working. (fixes #143741)
9712
9713 2004-06-07  Benjamin Otte  <otte@gnome.org>
9714
9715         * gst/gstelement.c: (gst_element_set_time_delay):
9716           add failure check
9717         * gst/gstinfo.h:
9718           put brackets around macro arguments of GST_TIME_ARGS, add note to
9719           move it to correct header in 0.9
9720
9721 2004-06-07  Benjamin Otte  <otte@gnome.org>
9722
9723         * gst/indexers/gstfileindex.c: (gst_file_index_get_writer_id),
9724         (gst_file_index_load), (_file_index_id_save_entries),
9725         (gst_file_index_commit), (gst_file_index_add_association),
9726         (gst_file_index_add_entry), (gst_file_index_get_assoc_entry),
9727         (gst_file_index_plugin_init):
9728           make debugging use a default category
9729
9730 2004-06-06  David Moore  <dcm@acm.org>
9731
9732         reviewed by Benjamin Otte  <otte@gnome.org>
9733
9734         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
9735         (gst_fdsrc_change_state):
9736           reset offset counter when going READY => PAUSED. (fixes #142903)
9737
9738 2004-06-06  ed@catmur.co.uk
9739
9740         reviewed by Benjamin Otte  <otte@gnome.org>
9741
9742         * gst/registries/gstxmlregistry.c:
9743         (gst_xml_registry_rebuild_recurse):
9744           don't rely on g_dir_open to figure out if a file is a directory, use
9745           explicit G_TEST_IS_DIR. Reiserfs4 allows opening files as
9746           directories. (fixes #142850)
9747
9748 2004-06-06  Benjamin Otte  <otte@gnome.org>
9749
9750         * gst/gstqueue.c: (gst_queue_dispose), (gst_queue_change_state):
9751           fix memory leaks (fixes #142795). Initial patch by Sebastien Cote
9752         * libs/gst/bytestream/adapter.c:
9753         * libs/gst/bytestream/adapter.h:
9754           fix copyright in header and typo in debugging category name
9755
9756 2004-06-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9757
9758         * configure.ac:
9759           bump nano to cvs
9760
9761 === release 0.8.3 ===
9762
9763 2004-06-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9764
9765         * configure.ac:
9766           update libtool versioning
9767           do a new release
9768         * docs/gst/tmpl/gstelement.sgml:
9769         * docs/gst/tmpl/gsttypes.sgml:
9770         * gst/gstinfo.c: (_gst_debug_init):
9771           put back GST_CAT_DATAFLOW to fix API breakage
9772
9773 2004-06-04  David Schleef  <ds@schleef.org>
9774
9775         * autogen.sh: Add a temporary 'env' to test buildbot problems.
9776
9777 2004-06-04  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9778
9779         * configure.ac:
9780           bump nano to cvs
9781
9782 === release 0.8.2 ===
9783
9784 2004-06-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9785
9786         * gst/gst.c: (parse_debug_list), (gst_init_check_with_popt_table):
9787           check GST_DEBUG environment variable which is parsed the same way
9788           as --gst-debug=
9789
9790 2004-05-28  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
9791
9792         * gst/elements    : gstaggregator.c gstfakesink.c gstfakesrc.c
9793                             gstmd5sink.c gstshaper.c gsttee.c
9794                             gsttypefindelement.c
9795         * gst/schedulers  : gstbasicscheduler.c gstoptimalscheduler.c
9796
9797           - removing trailing commas at end of enums
9798             it is correct C99 code but C90 compilers would complain
9799             (AIX, Forte, ...)
9800             ('should' fix #143290, at least partially)
9801
9802 2004-05-27  Wim Taymans  <wim@fluendo.com>
9803
9804         * gst/schedulers/gstoptimalscheduler.c: (remove_from_chain),
9805         (chain_group_set_enabled), (create_group), (add_to_group),
9806         (merge_groups), (setup_group_scheduler), (group_elements),
9807         (gst_opt_scheduler_iterate), (gst_opt_scheduler_show):
9808         Don't try to follow the pad connections with other groups
9809         when a loop based element is added to the scheduler because
9810         the bin will inform the scheduler about the pad links a little
9811         later.
9812
9813 2004-05-27  Wim Taymans  <wim@fluendo.com>
9814
9815         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
9816         (remove_from_chain), (chain_group_set_enabled),
9817         (setup_group_scheduler), (group_element_set_enabled),
9818         (gst_opt_scheduler_state_transition), (gst_opt_scheduler_iterate),
9819         (gst_opt_scheduler_show):
9820         Elements without a group can do a state change as well, just wait
9821         with the setup of the scheduling function when it is added to a
9822         chain.
9823
9824 2004-05-27  Wim Taymans  <wim@fluendo.com>
9825
9826         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
9827         (remove_from_chain), (chain_group_set_enabled), (add_to_group),
9828         (merge_groups), (setup_group_scheduler),
9829         (group_inc_links_for_element), (gst_opt_scheduler_iterate),
9830         (gst_opt_scheduler_show):
9831         Fixes to maintain internal consistency of the scheduler data
9832         structures. 
9833          - adding an enabled group to a chain should increment the
9834            number of enabled elements in that chain.
9835          - removing an enabled group from a chain could disable the
9836            chain.
9837          - removing a disabled group from a chain could enable the
9838            chain.
9839          - add g_assert when internal inconsistency is detected.
9840          - adding an element to a group could increase the number of
9841            links this group has with other groups.
9842          - merging two groups also merges the chains.
9843          - also show group links in the _show method.
9844            
9845
9846 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9847
9848         * gst/gstcaps.c: (gst_caps_structure_simplify):
9849           don't print error messages when there is no error
9850         * gst/gstvalue.c: (gst_value_compare_int_range):
9851           compare the second value, too
9852         * testsuite/caps/Makefile.am:
9853         * testsuite/caps/random.c: (assert_on_error), (main):
9854           add tests to make sure the two things above are checked for
9855
9856 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9857
9858         * configure.ac:
9859         * libs/gst/dataprotocol/Makefile.am:
9860         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps):
9861         * libs/gst/dataprotocol/dataprotocol.h:
9862           wrap header in GST_ENABLE_NEW.  make code use it
9863
9864 2004-05-23  Johan Dahlin  <johan@gnome.org>
9865
9866         * tools/gst-inspect.c (main): Cleanup most parts of it, don't be
9867         so verbose and print GstElement signal names all the time.
9868
9869 2004-05-22  David Schleef  <ds@schleef.org>
9870
9871         * gst/registries/gstxmlregistry.c:
9872         (gst_xml_registry_parse_padtemplate): Fix warning on OS X.
9873         (bug #142957)
9874
9875 2004-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9876
9877         * configure.ac:
9878           scrub cflags for glib2 so gcc doesn't complain when glib is in
9879           /usr/local
9880
9881 2004-05-21  Johan Dahlin  <johan@gnome.org>
9882
9883         * gst/gstcpu.c (gst_cpuid_i386): Protect some gcc asm stuff with
9884         __GNUC__, patch from Brian Cameron, fixes bug #142804
9885
9886 2004-05-20  David Schleef  <ds@schleef.org>
9887
9888         * gst/gstindex.c: (gst_index_compare_func): Fix overflows in
9889         comparison code.  (bug #142819)
9890
9891 2004-05-20  Wim Taymans  <wim@fluendo.com>
9892
9893         * gst/gstbuffer.c: (gst_buffer_default_copy):
9894         * gst/gstbuffer.h:
9895         Added Comment to a flag.
9896         copy relevant flags in _buffer_copy.
9897
9898 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9899
9900         reviewed by: Wim Taymans <wim at fluendo dot com>
9901
9902         * gst/gstbuffer.h:
9903           add GST_BUFFER_IN_CAPS buffer flag
9904         * gst/gststructure.c: (gst_structure_value_get_generic_type),
9905         (gst_structure_parse_any_list), (gst_structure_parse_list),
9906         (gst_structure_parse_fixed_list), (gst_structure_parse_value):
9907         * gst/gstvalue.c: (gst_value_serialize_any_list),
9908         (gst_value_transform_any_list_string),
9909         (gst_value_list_prepend_value), (gst_value_list_append_value),
9910         (gst_value_list_get_size), (gst_value_list_get_value),
9911         (gst_value_transform_list_string),
9912         (gst_value_transform_fixed_list_string),
9913         (gst_value_serialize_list), (gst_value_serialize_fixed_list),
9914         (gst_value_deserialize_fixed_list), (gst_type_is_fixed),
9915         (_gst_value_initialize):
9916         * gst/gstvalue.h:
9917           add a GST_TYPE_FIXED_LIST which is fixed by definition and uses
9918           < , > as a format.
9919         * testsuite/caps/string-conversions.c: (main):
9920           add regression tests for < >
9921
9922 2004-05-20  Johan Dahlin  <johan@gnome.org>
9923
9924         * docs/gst/Makefile.am (all-local): Re-add
9925
9926 2004-05-20  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9927
9928         * docs/gst/Makefile.am:
9929         * docs/gst/gstreamer-docs.sgml:
9930         * docs/libs/Makefile.am:
9931         * docs/libs/gstreamer-libs-docs.sgml:
9932           fix distcheck issues
9933
9934 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9935
9936         * libs/gst/dataprotocol/Makefile.am:
9937           add to autotest
9938
9939 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9940
9941         * libs/gst/dataprotocol/Makefile.am:
9942         * libs/gst/dataprotocol/dataprotocol.c:
9943         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
9944         (gst_dp_packet_from_event), (gst_dp_event_from_packet):
9945         * libs/gst/dataprotocol/dp-private.h:
9946           use GST macros to read/write fixed length ints
9947           add some more asserts
9948
9949 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9950
9951         * docs/libs/gstreamer-libs-docs.sgml:
9952         * docs/libs/gstreamer-libs-sections.txt:
9953           remove idct and putbits
9954         * configure.ac:
9955         * docs/libs/tmpl/gstdataprotocol.sgml:
9956         * libs/gst/Makefile.am:
9957         * libs/gst/dataprotocol/Makefile.am:
9958         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test),
9959         (buffer_test), (caps_test), (event_test), (main):
9960         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
9961         (gst_dp_dump_byte_array), (gst_dp_init),
9962         (gst_dp_header_payload_length), (gst_dp_header_payload_type),
9963         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
9964         (gst_dp_packet_from_event), (gst_dp_buffer_from_header),
9965         (gst_dp_caps_from_packet), (gst_dp_event_from_packet),
9966         (gst_dp_validate_header), (gst_dp_validate_payload),
9967         (gst_dp_validate_packet), (plugin_init):
9968         * libs/gst/dataprotocol/dataprotocol.h:
9969         * libs/gst/dataprotocol/dp-private.h:
9970           add dataprotocol
9971
9972 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9973
9974         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
9975           fix int variable deserialization and add a helper so we can actually
9976           debug this.
9977
9978 2004-05-18  David Schleef  <ds@schleef.org>
9979
9980         * testsuite/debug/commandline.c: (main): Call ./commandline, not
9981           argv[0].  Calling yourself is probably not the best way to
9982           construct a test like this, btw.
9983
9984 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9985
9986         * gst/gstbin.c: (gst_bin_iterate_func), (gst_bin_iterate):
9987           don't claim to be more intelligent than a scheduler when the
9988           scheduler claims the pipeline is stopped
9989         * gst/schedulers/entryscheduler.c: (safe_cothread_switch),
9990         (safe_cothread_destroy),
9991         (gst_entry_scheduler_remove_all_cothreads),
9992         (gst_entry_scheduler_reset), (_remove_cothread),
9993         (gst_entry_scheduler_state_transition):
9994           hold off cothread destruction if we're not in main cothread
9995         * configure.ac:
9996         * testsuite/Makefile.am:
9997           add new test dir
9998         * testsuite/schedulers/.cvsignore:
9999         * testsuite/schedulers/Makefile.am:
10000           add tests
10001         * testsuite/schedulers/relink.c: (cb_handoff), (main):
10002           check relinking and adding/removing elements from a running pipeline
10003         * testsuite/schedulers/unlink.c: (cb_handoff), (main):
10004           check unlinking in a running pipeline
10005         * testsuite/schedulers/unref.c: (cb_handoff), (main):
10006           check unreffing a running pipeline
10007         * testsuite/schedulers/useless_iteration.c: (main):
10008           check iterating a pipeline that contains running threads works
10009
10010 2004-05-18  David Schleef  <ds@schleef.org>
10011
10012         * docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC
10013           is false.
10014
10015 2004-05-18  Wim Taymans  <wim@fluendo.com>
10016
10017         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
10018         (setup_group_scheduler), (gst_opt_scheduler_pad_link):
10019         Fixed an error introduced with patch for 1.63. When setting
10020         a get based element as the entry point in a group, make sure
10021         to mark the group as GET based.
10022
10023 2004-05-18  Wim Taymans  <wim@fluendo.com>
10024
10025         * gst/schedulers/gstoptimalscheduler.c: (create_group),
10026         (setup_group_scheduler), (loop_group_schedule_function),
10027         (gst_opt_scheduler_pad_link):
10028         Added some more debug info and fixed a bug where the group
10029         type was set to LOOP but it was in fact unknown.
10030
10031 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10032
10033         * gst/schedulers/entryscheduler.c: (gst_entry_scheduler_reset):
10034           make resetting scheduler work twice in a row
10035
10036 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10037
10038         * gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
10039         (CREATE_USERIALIZATION), (_gst_value_initialize),
10040         (gst_value_compare_float), (gst_value_serialize_float),
10041         (gst_value_deserialize_float), (gst_value_compare_enum),
10042         (gst_value_serialize_enum), (gst_value_deserialize_enum):
10043           add serialization and comparison functions for long, int64, enum and
10044           float values
10045         * gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
10046           use best serialization function in type hierarchy instead of only a
10047           matching one. This is required for enums to work.
10048         * gst/parse/grammar.y:
10049           use gst_caps_deserialize
10050         * testsuite/parse/Makefile.am:
10051           parse1 now works
10052         * testsuite/parse/parse1.c: (main):
10053           remove aggregator check, aggregator is broken, this test works now
10054           but fails because of bug #138012
10055         * testsuite/parse/parse2.c: (main):
10056           s/xvideosink/xvimagesink - this test looks a lot like we should
10057           disable it
10058
10059 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10060
10061         * gst/gstelement.c: (gst_element_class_init):
10062           whoops, store the signal id correctly
10063         * gst/schedulers/gstbasicscheduler.c:
10064         (gst_basic_scheduler_chain_wrapper):
10065           detect infinfinfinfinfinf^Cinite loops in chain wrapper when the
10066           chain function isn't linked
10067
10068 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
10069         * configure.ac:
10070         Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file
10071         support until we decide where the flags should be used
10072         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_query):
10073         Use GST_FORMAT_BYTES when GST_FORMAT_DEFAULT is passed
10074         * gst/gstpad.c: (gst_pad_link_call_link_functions):
10075         Output refused caps in the debug info
10076
10077 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10078
10079         * gst/elements/gstidentity.c: (gst_identity_chain):
10080           add duration debug
10081         * gst/gstinfo.c: (gst_debug_log_default):
10082           add timestamp
10083
10084 2004-05-13  Benjamin Otte  <otte@gnome.org>
10085
10086         * gst/gstpipeline.c: (gst_pipeline_dispose),
10087         (gst_pipeline_change_state):
10088           call gst_scheduler_reset on dispose (fixes #141416)
10089
10090 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10091
10092         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
10093           compute mapsize correctly
10094         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
10095           use correct datatypes when calling a varargs function
10096         * gst/elements/gsttypefindelement.c: (stop_typefinding):
10097           push a DISCONT event as first thing
10098         * gst/gst_private.h:
10099         * gst/gstinfo.c: (_gst_debug_init):
10100           remove GST_DATAFLOW debugging category
10101         * gst/gstbin.c: (gst_bin_iterate):
10102           use GST_SCHEDULING category
10103         * gst/gstpad.c: (gst_pad_get_type), (_invent_event),
10104         (gst_pad_push), (gst_pad_pull), (gst_pad_call_chain_function),
10105         (gst_pad_call_get_function):
10106           add GST_DATAFLOW to easily track flow of buffers or events.
10107         * gst/gstqueue.c: (gst_queue_get_type),
10108         (gst_queue_handle_pending_events), (gst_queue_chain),
10109         (gst_queue_get), (gst_queue_handle_src_event):
10110           use own static debugging category GST_DATAFLOW for dataflow,
10111           use DEBUG category for showing which path events go, use LOG
10112           category for buffers.
10113
10114 2004-05-10  David Schleef  <ds@schleef.org>
10115
10116         * docs/gst/gstreamer-sections.txt: Add gst_element_no_more_pads.
10117
10118 2004-05-10  David Schleef  <ds@schleef.org>
10119
10120         * docs/gst/Makefile.am: Dear gtk-doc, please print out the unused
10121         symbols, because otherwise we don't know what they are.  Thanks,
10122         the GStreamer team.
10123         * gst/registries/gstxmlregistry.c: (make_dir): Remove a spurious ;
10124
10125 2004-05-10  David Schleef  <ds@schleef.org>
10126
10127         (from Steve Lhomme)
10128         * win32/Makefile: When using make clean the MS Visual Studio makefiles
10129         are deleted.  Fix.
10130         * win32/Makefile.inspect:
10131         * win32/Makefile.launch:
10132         * win32/Makefile.register:
10133
10134 2004-05-10  David Schleef  <ds@schleef.org>
10135
10136         * gst/gstinfo.h: Add missing inline function.
10137         * gst/gsttrace.c: add include
10138         * gst/parse/grammar.y: remove unused code
10139         * gst/registries/gstxmlregistry.c: (make_dir): make mkdir call
10140         more portable.
10141         * tools/gst-register.c: wrap unistd.h
10142         
10143         More additions/fixes from Steve for the MSVC build.
10144         * win32/GStreamer.vcproj:
10145         * win32/Makefile:
10146         * win32/Makefile.inspect:
10147         * win32/Makefile.launch:
10148         * win32/Makefile.register:
10149         * win32/README.txt:
10150         * win32/gst-inspect.vcproj:
10151         * win32/gst-launch.vcproj:
10152         * win32/gst-register.vcproj:
10153         * win32/gstbytestream.def:
10154         * win32/gstbytestream.vcproj:
10155         * win32/gstconfig.h:
10156         * win32/gstelements.def:
10157         * win32/gstelements.vcproj:
10158         * win32/gstenumtypes.c:
10159         * win32/gstenumtypes.h:
10160         * win32/gstoptimalscheduler.def:
10161         * win32/gstoptimalscheduler.vcproj:
10162         * win32/gstreamer.def:
10163         * win32/gstspider.def:
10164         * win32/gstspider.vcproj:
10165         * win32/gstversion.h:
10166         * win32/msvc71.sln:
10167
10168 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10169
10170         * gst/gstelement.c: (gst_element_class_init),
10171         (gst_element_no_more_pads):
10172         * gst/gstelement.h:
10173           add gst_element_no_more_pads and the "no-more-pads" signal
10174
10175 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10176
10177         * gst/gstregistry.c: (gst_registry_add_plugin):
10178           refuse to add plugins when a plugin with same name is already
10179           registered. Fixes a bunch of "How to remove plugins?" issues.
10180           May lead to other problems though, let's test
10181
10182 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10183
10184         * testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
10185         * docs/manual/pads-api.xml : audio/wav => audio/x-wav
10186         * docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav
10187
10188 2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10189
10190         * tests/Makefile.am: fix am16 issue
10191
10192 2004-05-09  Benjamin Otte  <otte@gnome.org>
10193
10194         * libs/gst/bytestream/Makefile.am:
10195           we should indeed add .c files to makefiles or they won't be built
10196           (d'oh)
10197
10198 2004-05-08  Benjamin Otte  <otte@gnome.org>
10199
10200         * gst/gstpad.c: (gst_pad_proxy_fixate):
10201           really reduce the set of caps
10202
10203 2004-05-08  Benjamin Otte  <otte@gnome.org>
10204
10205         * tests/Makefile.am:
10206         * tests/spidey_bench.c: (handoff), (main):
10207           add benchmark to test how long spider needs to create a pipeline
10208
10209 2004-05-08  Benjamin Otte  <otte@gnome.org>
10210
10211         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_unnegotiate):
10212           mark links as unengaged when unnegotiating instead of deactivating.
10213           This way pads aren't marked as unengaged when going PLAYING=>PAUSED
10214
10215 2004-05-08  Benjamin Otte  <otte@gnome.org>
10216
10217         * docs/manual/helloworld.xml:
10218           s/audiosink/osssink (patch by Patrick Guimond)
10219
10220 2004-05-07  David Schleef  <ds@schleef.org>
10221
10222         * configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
10223         since it contains important stuff.
10224
10225 2004-05-07  David Schleef  <ds@schleef.org>
10226
10227         * testsuite/caps/caps.c: (test3), (main): A check for appending
10228         ANY caps.
10229
10230 2004-05-07  David Schleef  <ds@schleef.org>
10231
10232         * common/m4/as-compiler-flag.m4: Properly quote arguments,
10233         which may contain commas.  Fixes detection of -Wa,-mregnames
10234
10235 2004-05-06  David Schleef  <ds@schleef.org>
10236
10237         Changes to handle compilers that don't have variadic macro
10238         support.  In particular, glib headers define some inlines
10239         that need G_LOG_DOMAIN defined.  Additional fixes for MSVC
10240         builds.
10241         * gst/Makefile.am:
10242         * gst/cothreads.c:
10243         * gst/elements/gstfdsink.c:
10244         * gst/elements/gstfdsrc.c:
10245         * gst/elements/gstfilesink.c:
10246         * gst/elements/gstfilesrc.c:
10247         * gst/gst_private.h:
10248         * gst/gstatomic.c:
10249         * gst/gstcaps.c: (gst_caps_append):
10250         * gst/gstcpu.c: (gst_cpuid_i386):
10251         * gst/gstelement.c:
10252         * gst/gsterror.c:
10253         * gst/gstfilter.c:
10254         * gst/gstinfo.h:
10255         * gst/gstprobe.c:
10256         * gst/gstquery.c:
10257         * gst/gstregistry.c:
10258         * gst/gststructure.c:
10259         * gst/gsttaginterface.c:
10260         * gst/gsttrace.c: (gst_trace_new):
10261         * gst/gsttrashstack.c:
10262         * gst/gsturi.c:
10263         * gst/gstvalue.c:
10264         * gst/parse/grammar.y:
10265         * gst/parse/parse.l:
10266         * tools/gst-inspect.c: (main):
10267         * tools/gst-launch.c: (main):
10268         * tools/gst-xmlinspect.c: (PUT_STRING):
10269
10270 2004-05-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10271
10272         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
10273         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
10274         * gst/elements/gstfilesrc.h:
10275           send NEW_MEDIA events correctly
10276         * gst/elements/gsttypefindelement.c: (start_typefinding),
10277         (gst_type_find_element_handle_event):
10278           restart typefinding when we get a NEW_MEDIA event
10279         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_change_state),
10280         (gst_bin_dispose):
10281           don't die when someone removes elements in callbacks
10282         * gst/gstelement.c: (gst_element_change_state):
10283           improve debugging
10284         * gst/gstpad.c: (gst_pad_pull), (gst_pad_call_chain_function):
10285           we need a NEW_MEDIA event to engage a link
10286         * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
10287           don't g_print debugging stuff
10288         * testsuite/caps/simplify.c: (check_caps):
10289
10290 2004-05-04  Benjamin Otte  <otte@gnome.org>
10291
10292         * gst/parse/grammar.y:
10293           use GST_ERROR instead of g_warning, and always throw a GST_ERROR 
10294
10295 2004-05-04  Benjamin Otte  <otte@gnome.org>
10296
10297         * testsuite/caps/renegotiate.c: (main):
10298           improve output in error case
10299
10300 2004-05-04  Benjamin Otte  <otte@gnome.org>
10301
10302         * gst/parse/grammar.y:
10303           fix assert to not trigger when there's no error argument
10304         * gst/parse/parse.l:
10305           fix definition of caps to allow more than two structures
10306         * testsuite/caps/Makefile.am:
10307         * testsuite/caps/renegotiate.c: (main):
10308           it's sinesrc and works in that case
10309
10310 2004-05-04  Wim Taymans  <wim@fluendo.com>
10311
10312         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
10313         (group_dec_link), (gst_opt_scheduler_pad_unlink):
10314         when removing an element from a group, we always need to
10315         decrement the link count that this group had with other 
10316         groups through the element.
10317         added an extra assert to catch inconsistencies when decrementing
10318         the link count.
10319
10320 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10321
10322         * configure.ac:
10323         * docs/gst/Makefile.am:
10324         * docs/gst/gstreamer-sections.txt:
10325         * docs/gst/tmpl/gstcompat.sgml:
10326         * examples/appreader/Makefile.am:
10327         * examples/cutter/Makefile.am:
10328         * examples/events/Makefile.am:
10329         * examples/helloworld/Makefile.am:
10330         * examples/helloworld2/Makefile.am:
10331         * examples/launch/Makefile.am:
10332         * examples/manual/Makefile.am:
10333         * examples/mixer/Makefile.am:
10334         * examples/pingpong/Makefile.am:
10335         * examples/plugins/Makefile.am:
10336         * examples/queue/Makefile.am:
10337         * examples/queue2/Makefile.am:
10338         * examples/queue3/Makefile.am:
10339         * examples/queue4/Makefile.am:
10340         * examples/retag/Makefile.am:
10341         * examples/thread/Makefile.am:
10342         * examples/typefind/Makefile.am:
10343         * examples/xml/Makefile.am:
10344         * gst/Makefile.am:
10345         * gst/autoplug/Makefile.am:
10346         * gst/elements/Makefile.am:
10347         * gst/gstcompat.h:
10348         * gst/indexers/Makefile.am:
10349         * gst/parse/Makefile.am:
10350         * gst/registries/Makefile.am:
10351         * gst/schedulers/Makefile.am:
10352         * libs/gst/bytestream/Makefile.am:
10353         * libs/gst/control/Makefile.am:
10354         * libs/gst/getbits/Makefile.am:
10355         * po/af.po:
10356         * po/az.po:
10357         * po/en_GB.po:
10358         * po/fr.po:
10359         * po/nl.po:
10360         * po/sr.po:
10361         * po/sv.po:
10362         * po/tr.po:
10363         * po/uk.po:
10364         * tests/Makefile.am:
10365         * tests/bufspeed/Makefile.am:
10366         * tests/instantiate/Makefile.am:
10367         * tests/memchunk/Makefile.am:
10368         * tests/muxing/Makefile.am:
10369         * tests/negotiation/Makefile.am:
10370         * tests/probes/Makefile.am:
10371         * tests/sched/Makefile.am:
10372         * tests/seeking/Makefile.am:
10373         * tests/threadstate/Makefile.am:
10374         * testsuite/caps/Makefile.am:
10375         * testsuite/cleanup/Makefile.am:
10376         * testsuite/dlopen/Makefile.am:
10377         * testsuite/dynparams/Makefile.am:
10378         * testsuite/plugin/Makefile.am:
10379         * testsuite/states/Makefile.am:
10380         * tools/Makefile.am:
10381           reorganize compile/link flags to be consistent
10382           put gst_info in gstcompat.h and actually use GST_DISABLE_DEPRECATED
10383
10384 2004-05-04  David Schleef  <ds@schleef.org>
10385
10386         The "once more, with feeling" check-in.
10387         * testsuite/caps/Makefile.am: dist caps_strings
10388         * testsuite/caps/renegotiate.c: (main): This test triggers a
10389           segfault in the core.  Marking as failing.
10390
10391 2004-05-03  David Schleef  <ds@schleef.org>
10392
10393         * testsuite/caps/deserialize.c: (main): Fix problems noticed
10394           by the build bots.
10395         * testsuite/caps/renegotiate.c: (main): Same.
10396
10397 2004-05-03  David Schleef  <ds@schleef.org>
10398
10399         * testsuite/caps/renegotiate.c: (my_fixate), (main): Another test.
10400
10401 2004-05-03  David Schleef  <ds@schleef.org>
10402
10403         * testsuite/caps/deserialize.c: (main): Use the srcdir environment
10404           variable to find our source file.
10405
10406 2004-05-03  David Schleef  <ds@schleef.org>
10407
10408         * configure.ac:  Link plugins with libgstreamer and dependent
10409           libraries
10410         * testsuite/caps/Makefile.am:
10411         * testsuite/caps/caps_strings:
10412         * testsuite/caps/deserialize.c: (main): Add a little test to slog
10413           through a file of caps strings and test each one
10414
10415 2004-05-04  Benjamin Otte  <otte@gnome.org>
10416
10417         * libs/gst/bytestream/Makefile.am:
10418         * libs/gst/bytestream/adapter.c: 
10419         * libs/gst/bytestream/adapter.h:
10420           add GstAdapter, similar to bytestream, but doesn't require ugly event
10421           handling or uglier loopbased elements
10422
10423 2004-05-03  David Schleef  <ds@schleef.org>
10424
10425         * testsuite/caps/Makefile.am: Fix spelling of ??????????????????????
10426         * testsuite/caps/erathostenes.c:
10427         * testsuite/caps/eratosthenes.c: (eratosthenes), (main):
10428
10429 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10430
10431         * docs/pwg/pwg.xml:
10432           remove hardcoded stylesheet path (duh)
10433         * docs/random/release:
10434         * docs/gst/gstreamer-sections.txt:
10435         * gst/Makefile.am:
10436         * gst/gst.h:
10437         * gst/gst_private.h:
10438         * gst/gstcaps.c:
10439         * gst/gstevent.c:
10440         * gst/gstformat.c:
10441         * gst/gstinfo.c:
10442         * gst/gstinfo.h:
10443         * gst/gstinterface.c:
10444         * gst/gstmemchunk.c:
10445         * gst/gstprobe.c:
10446         * gst/gstquery.c:
10447         * gst/gstregistry.c:
10448         * gst/gstregistrypool.c:
10449         * gst/gststructure.c:
10450         * gst/gsttaginterface.c:
10451         * gst/gstthread.c:
10452         * gst/gsttrace.c:
10453         * gst/gsttypefind.c: (gst_type_find_factory_get_type):
10454         * gst/gsturi.c:
10455         * gst/gstvalue.c:
10456           deprecate gst_info; remove gstlog.h
10457    
10458
10459 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10460
10461         * Makefile.am:
10462         * po/en_GB.po:
10463         * po/sv.po:
10464         * po/uk.po:
10465           updated translations
10466
10467 2004-05-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10468
10469         * gst/gstbin.c: (gst_bin_dispose):
10470           better debugging
10471
10472 2004-05-03  Johan Dahlin  <johan@gnome.org>
10473
10474         * gst/schedulers/gstoptimalscheduler.c
10475         (gst_opt_scheduler_pad_unlink): Check if element is non-NULL and
10476         really is a GstElement. Avoids critical when running gst-launch -v
10477         and a oggdemux/decoding pipeline.
10478
10479 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10480
10481         * docs/gst/tmpl/gstpipeline.sgml :
10482         * docs/manual/elements-api.xml :
10483                 doc fix by Patrick Guimond (Protector) from devel ML
10484                 reviewed by ronald
10485
10486 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10487
10488         * docs/gst/Makefile.am :
10489         * docs/libs/Makefile.am :
10490                 apply a patch from Arwed v. Merkatz so that gtk-doc
10491                 generated docs install (same for .devhelp file)
10492                 (fixes part 1 of #138836)
10493
10494 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10495
10496         * docs/faq/dependencies.xml: typo
10497         * docs/faq/getting.xml :
10498             - fix download URL for new gstreamer site
10499             - hide sf.net download page as latest version aren't there
10500             - fix apt URLs
10501             - fill "get via CVS" paragraph (link to dev page on the site)
10502         * docs/faq/general.xml:
10503             hide status tables as they no more exists
10504             change case on plugins license file to reflect reality
10505         * docs/faq/troubleshooting.xml:
10506             remove the wiki question/answer as there is no more wiki
10507
10508 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10509
10510         * gst/gsterror.h:
10511           include the headers needed for declarations used in this header
10512
10513 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10514
10515         * docs/random/uraeus/gstreamer_and_midi.txt :
10516           add .kar (midi + karaoke/lyrics 'track') doc to midi doc.
10517           (fixes #132288)
10518
10519 2004-04-30  Sebastien Cote  <sc5@hermes.usherb.ca>
10520
10521         reviewed by Benjamin Otte  <otte@gnome.org>
10522
10523         * gst/schedulers/gthread-cothreads.h:
10524           free allocated data for main cothread, too when destroying context
10525           (fixes #141417)
10526
10527 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10528
10529         * docs/manual/goals.xml : remove duplicated paragraph at end 
10530         of doc page (fixes #141448)
10531
10532 2004-04-29  David Schleef  <ds@schleef.org>
10533
10534         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
10535         Patch from Sebastien Cote to fix leakage of events. (bug #141414)
10536
10537 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10538
10539         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
10540           fix property
10541         * gst/gstcaps.c:
10542           fix doc string
10543         * po/POTFILES.in:
10544           rename typefind source file
10545
10546 2004-04-28  David Schleef  <ds@schleef.org>
10547
10548         Several new files from Steve Lhomme's MSVC patch (bug #141317):
10549         * win32/GStreamer.vcproj:
10550         * win32/Makefile:
10551         * win32/config.h:
10552         * win32/dirent.c: (_topendir), (_treaddir), (_tclosedir),
10553         (_trewinddir), (_ttelldir), (_tseekdir):
10554         * win32/dirent.h:
10555         * win32/gst-inspect.vcproj:
10556         * win32/gst-launch.vcproj:
10557         * win32/gst-register.vcproj:
10558         * win32/gstbytestream.vcproj:
10559         * win32/gstelements.vcproj:
10560         * win32/gstoptimalscheduler.vcproj:
10561         * win32/gstspider.vcproj:
10562         * win32/gtchar.h:
10563         * win32/mman.c: (mmap), (mprotect), (msync), (munmap):
10564         * win32/mman.h:
10565         * win32/mman.inl:
10566         * win32/msvc71.sln:
10567
10568 2004-04-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10569
10570         * gst/gst.c: (init_post):
10571         * gst/gstinfo.c:
10572           remove useless _gst_progname stuff
10573         * tools/gst-inspect.c: (print_field), (print_caps):
10574           improve caps output
10575
10576 2004-04-28  David Schleef  <ds@schleef.org>
10577
10578         Disable parsing of a lot of files that aren't part of the
10579         exported API.  Move corresponding template files to old/,
10580         waiting for removal when they don't contain anything
10581         interesting.
10582         * docs/gst/Makefile.am:
10583         * docs/gst/gstreamer-sections.txt:
10584         * docs/gst/tmpl/cothreads.sgml:
10585         * docs/gst/tmpl/cothreads_compat.sgml:
10586         * docs/gst/tmpl/gettext.sgml:
10587         * docs/gst/tmpl/gobject2gtk.sgml:
10588         * docs/gst/tmpl/grammar.tab.sgml:
10589         * docs/gst/tmpl/gst-i18n-app.sgml:
10590         * docs/gst/tmpl/gst-i18n-lib.sgml:
10591         * docs/gst/tmpl/gst_private.sgml:
10592         * docs/gst/tmpl/gstaggregator.sgml:
10593         * docs/gst/tmpl/gstarch.sgml:
10594         * docs/gst/tmpl/gstatomic_impl.sgml:
10595         * docs/gst/tmpl/gstbufferstore.sgml:
10596         * docs/gst/tmpl/gstdata_private.sgml:
10597         * docs/gst/tmpl/gstdisksink.sgml:
10598         * docs/gst/tmpl/gstdisksrc.sgml:
10599         * docs/gst/tmpl/gstelementfactory.sgml:
10600         * docs/gst/tmpl/gstextratypes.sgml:
10601         * docs/gst/tmpl/gstfakesink.sgml:
10602         * docs/gst/tmpl/gstfakesrc.sgml:
10603         * docs/gst/tmpl/gstfdsink.sgml:
10604         * docs/gst/tmpl/gstfdsrc.sgml:
10605         * docs/gst/tmpl/gstfilesink.sgml:
10606         * docs/gst/tmpl/gstfilesrc.sgml:
10607         * docs/gst/tmpl/gsthttpsrc.sgml:
10608         * docs/gst/tmpl/gstidentity.sgml:
10609         * docs/gst/tmpl/gstindexfactory.sgml:
10610         * docs/gst/tmpl/gstmarshal.sgml:
10611         * docs/gst/tmpl/gstmd5sink.sgml:
10612         * docs/gst/tmpl/gstmultidisksrc.sgml:
10613         * docs/gst/tmpl/gstmultifilesrc.sgml:
10614         * docs/gst/tmpl/gstpadtemplate.sgml:
10615         * docs/gst/tmpl/gstpipefilter.sgml:
10616         * docs/gst/tmpl/gstschedulerfactory.sgml:
10617         * docs/gst/tmpl/gstsearchfuncs.sgml:
10618         * docs/gst/tmpl/gstshaper.sgml:
10619         * docs/gst/tmpl/gstspider.sgml:
10620         * docs/gst/tmpl/gstspideridentity.sgml:
10621         * docs/gst/tmpl/gststatistics.sgml:
10622         * docs/gst/tmpl/gsttee.sgml:
10623         * docs/gst/tmpl/gsttimecache.sgml:
10624         * docs/gst/tmpl/gsttypefind.sgml:
10625         * docs/gst/tmpl/gsttypefindfactory.sgml:
10626         * docs/gst/tmpl/gstxmlregistry.sgml:
10627         * docs/gst/tmpl/gthread-cothreads.sgml:
10628         * docs/gst/tmpl/old/cothreads.sgml:
10629         * docs/gst/tmpl/old/cothreads_compat.sgml:
10630         * docs/gst/tmpl/old/gettext.sgml:
10631         * docs/gst/tmpl/old/gobject2gtk.sgml:
10632         * docs/gst/tmpl/old/grammar.tab.sgml:
10633         * docs/gst/tmpl/old/gst-i18n-app.sgml:
10634         * docs/gst/tmpl/old/gst-i18n-lib.sgml:
10635         * docs/gst/tmpl/old/gst_private.sgml:
10636         * docs/gst/tmpl/old/gstaggregator.sgml:
10637         * docs/gst/tmpl/old/gstarch.sgml:
10638         * docs/gst/tmpl/old/gstatomic_impl.sgml:
10639         * docs/gst/tmpl/old/gstbufferstore.sgml:
10640         * docs/gst/tmpl/old/gstdata_private.sgml:
10641         * docs/gst/tmpl/old/gstdisksink.sgml:
10642         * docs/gst/tmpl/old/gstdisksrc.sgml:
10643         * docs/gst/tmpl/old/gstelementfactory.sgml:
10644         * docs/gst/tmpl/old/gstextratypes.sgml:
10645         * docs/gst/tmpl/old/gstfakesink.sgml:
10646         * docs/gst/tmpl/old/gstfakesrc.sgml:
10647         * docs/gst/tmpl/old/gstfdsink.sgml:
10648         * docs/gst/tmpl/old/gstfdsrc.sgml:
10649         * docs/gst/tmpl/old/gstfilesink.sgml:
10650         * docs/gst/tmpl/old/gstfilesrc.sgml:
10651         * docs/gst/tmpl/old/gsthttpsrc.sgml:
10652         * docs/gst/tmpl/old/gstidentity.sgml:
10653         * docs/gst/tmpl/old/gstindexfactory.sgml:
10654         * docs/gst/tmpl/old/gstmarshal.sgml:
10655         * docs/gst/tmpl/old/gstmd5sink.sgml:
10656         * docs/gst/tmpl/old/gstmultidisksrc.sgml:
10657         * docs/gst/tmpl/old/gstmultifilesrc.sgml:
10658         * docs/gst/tmpl/old/gstpadtemplate.sgml:
10659         * docs/gst/tmpl/old/gstpipefilter.sgml:
10660         * docs/gst/tmpl/old/gstschedulerfactory.sgml:
10661         * docs/gst/tmpl/old/gstsearchfuncs.sgml:
10662         * docs/gst/tmpl/old/gstshaper.sgml:
10663         * docs/gst/tmpl/old/gstspider.sgml:
10664         * docs/gst/tmpl/old/gstspideridentity.sgml:
10665         * docs/gst/tmpl/old/gststatistics.sgml:
10666         * docs/gst/tmpl/old/gsttee.sgml:
10667         * docs/gst/tmpl/old/gsttimecache.sgml:
10668         * docs/gst/tmpl/old/gsttypefindfactory.sgml:
10669         * docs/gst/tmpl/old/gstxmlregistry.sgml:
10670         * docs/gst/tmpl/old/gthread-cothreads.sgml:
10671         * docs/gst/tmpl/old/types.sgml:
10672         * docs/gst/tmpl/types.sgml:
10673
10674         Rename gsttypefind.[ch] back to gsttypefindelement.[ch], since
10675         gtkdoc-scan doesn't like files with the same name in different
10676         directories.
10677         * gst/elements/Makefile.am:
10678         * gst/elements/gstelements.c:
10679         * gst/elements/gsttypefind.c: 
10680         * gst/elements/gsttypefind.h:
10681         * gst/elements/gsttypefindelement.c:
10682         * gst/elements/gsttypefindelement.h:
10683
10684 2004-04-28  David Schleef  <ds@schleef.org>
10685
10686         A bunch of portability fixes, derived from Steve Lhomme's MSVC
10687         patch (bug #141317):
10688         * gst/gst-i18n-lib.h: Allow disabling gettext.
10689         * gst/gstatomic_impl.h: disable warning when it's dumb.
10690         * gst/gstclock.c: fix include
10691         * gst/gstcompat.h: fix variadic macro
10692         * gst/gstinfo.c: fix include
10693         * gst/gstmacros.h: add defines for inlines on MSVC
10694         * gst/gstplugin.c: fix includes
10695         * gst/gstregistry.c: fix includes
10696         * gst/gstregistry.h: use S_IREAD, etc., if S_IRUSR isn't defined
10697         * gst/gstsystemclock.c: fix include
10698         * gst/gsttrace.c: (gst_trace_new), (gst_trace_text_flush): use
10699         S_IREAD if S_IRUSR isn't defined.  fix use of non-portable functions
10700         * gst/registries/gstxmlregistry.c:
10701         (gst_xml_registry_parse_element_factory): fix use of non-portable
10702         functions
10703         * libs/gst/control/dparam.h: Remove trailing comma in enum definition
10704         * libs/gst/control/dparammanager.h: same
10705
10706 2004-04-28  David Schleef  <ds@schleef.org>
10707
10708         Move a bunch of unused files to old/ with names that are
10709         not case-insensitive-unique.  These files still contain some
10710         useful information that needs to be merged into gstbin.sgml,
10711         etc., so they shouldn't be deleted yet.
10712         * docs/gst/tmpl/GstBin.sgml:
10713         * docs/gst/tmpl/GstBuffer.sgml:
10714         * docs/gst/tmpl/GstCaps.sgml:
10715         * docs/gst/tmpl/GstClock.sgml:
10716         * docs/gst/tmpl/GstCompat.sgml:
10717         * docs/gst/tmpl/GstData.sgml:
10718         * docs/gst/tmpl/GstElement.sgml:
10719         * docs/gst/tmpl/GstEvent.sgml:
10720         * docs/gst/tmpl/GstIndex.sgml:
10721         * docs/gst/tmpl/GstStructure.sgml:
10722         * docs/gst/tmpl/GstTag.sgml:
10723         * docs/gst/tmpl/old/GstBin.sgml:
10724         * docs/gst/tmpl/old/GstBuffer.sgml:
10725         * docs/gst/tmpl/old/GstCaps.sgml:
10726         * docs/gst/tmpl/old/GstClock.sgml:
10727         * docs/gst/tmpl/old/GstCompat.sgml:
10728         * docs/gst/tmpl/old/GstData.sgml:
10729         * docs/gst/tmpl/old/GstElement.sgml:
10730         * docs/gst/tmpl/old/GstEvent.sgml:
10731         * docs/gst/tmpl/old/GstIndex.sgml:
10732         * docs/gst/tmpl/old/GstStructure.sgml:
10733         * docs/gst/tmpl/old/GstTag.sgml:
10734
10735 2004-04-28  David Schleef  <ds@schleef.org>
10736
10737         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
10738         (gst_caps_append), (gst_caps_append_structure),
10739         (gst_caps_get_size), (gst_caps_get_structure), (gst_caps_copy_1),
10740         (gst_caps_set_simple), (gst_caps_set_simple_valist),
10741         (gst_caps_is_any), (gst_caps_is_empty), (gst_caps_is_chained),
10742         (gst_caps_is_fixed), (gst_caps_is_always_compatible),
10743         (gst_caps_intersect), (gst_caps_normalize),
10744         (gst_caps_transform_to_string):  Patch from Tim-Philipp M??ller
10745         to fix GST_CAPS() and GST_IS_CAPS(). (bug #141304)
10746         * gst/gstcaps.h: use GST_IS_CAPS().
10747
10748 2004-04-26  David Schleef  <ds@schleef.org>
10749
10750         * gst/gstcpu.c: (gst_cpuid_i386): Don't clobber ebx in inline
10751         assembly.  gcc doesn't handle it correctly. (bug #141083)
10752         * gst/gsttrashstack.h: same
10753
10754 2004-04-25  Benjamin Otte  <otte@gnome.org>
10755
10756         * gst/gstelement.c: (gst_element_change_state):
10757           fix assertion to do an int comparison
10758
10759 2004-04-25  Benjamin Otte  <otte@gnome.org>
10760
10761         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
10762           better debugging output on error
10763
10764 2004-04-25  Benjamin Otte  <otte@gnome.org>
10765
10766         * gst/gstcaps.c: (gst_caps_subtract):
10767           fix memleak
10768
10769 2004-04-23  Benjamin Otte  <otte@gnome.org>
10770
10771         * gst/gstvalue.c: (gst_value_compare_buffer),
10772         (_gst_value_initialize):
10773           add comparison function for buffers
10774
10775 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10776
10777         * docs/pwg/pwg.xml:
10778           Just found out that this so-called "ima-wav" format is really
10779           just "dvi adpcm" (according to the MS WAV documentation). So
10780           renaming it. We didn't use it yet anyway.
10781
10782 2004-04-23  Benjamin Otte  <otte@gnome.org>
10783
10784         * gst/gstcaps.c: (gst_caps_is_always_compatible):
10785           call gst_caps_is_subset
10786
10787 2004-04-23  Benjamin Otte  <otte@gnome.org>
10788
10789         * gst/gstcaps.c: (gst_caps_subtract), (gst_caps_is_equal), 
10790         (gst_caps_is_subset):
10791           add documentation
10792
10793 2004-04-23  Benjamin Otte  <otte@gnome.org>
10794           
10795         * gst/gstcaps.c: (gst_caps_structure_subtract_field),
10796         (gst_caps_structure_subtract), (gst_caps_subtract),
10797         (gst_caps_structure_figure_out_union),
10798         (gst_caps_structure_simplify), (gst_caps_do_simplify):
10799           fix simplifying and subtracting not working correctly with optional
10800           properties
10801           solve assorted problems that make it now simplify ebven more
10802         * docs/gst/tmpl/gstcaps.sgml:
10803         * gst/gstcaps.h:
10804           make gst_caps_do_simplify return a bool to indicate if it simplified
10805         * testsuite/caps/simplify.c: (main):
10806           add more checks. The tests is quite a bit useless right now because
10807           the core is heavily simplifying itself.
10808         * testsuite/caps/caps.h:
10809           fix caps to contain all optional properties
10810
10811 2004-04-22  Benjamin Otte  <otte@gnome.org>
10812
10813         * docs/gst/tmpl/gstcaps.sgml:
10814         * docs/gst/tmpl/gstfilesrc.sgml:
10815         * docs/gst/tmpl/gststructure.sgml:
10816         * docs/gst/tmpl/gstvalue.sgml:
10817           update for recent API changes
10818         * gst/gstcaps.c: (gst_caps_do_simplify):
10819           fix to stop trying with a freed structure
10820         * gst/gstpad.c: (gst_pad_link_fixate):
10821           simplify caps
10822         * gst/gstpad.c: (gst_pad_template_get_caps_by_name):
10823           remove C++ comment
10824         * gst/gstpad.h:
10825           deprecate gst_pad_template_get_caps_by_name, it doesn't work anyway
10826         * gst/gststructure.c: (gst_structure_value_get_generic_type),
10827         (gst_structure_to_string):
10828           keep the correct type when using lists of ranges
10829         * gst/gstvalue.c: (gst_value_list_prepend_value),
10830         (gst_value_list_append_value):
10831           copy the value before adding to the list (d'oh)
10832         * gst/gstvalue.c: (gst_value_subtract_int_range_int),
10833         (gst_value_subtract_int_range_int_range):
10834           handle overflows correctly
10835         * gst/gstvalue.c: (gst_value_subtract_from_list):
10836           fix memleak
10837         * testsuite/caps/caps.h:
10838           add a caps that caused segfaults
10839
10840 2004-04-22  Benjamin Otte  <otte@gnome.org>
10841
10842         * testsuite/refcounting/pad.c: (main):
10843           fix test
10844
10845 2004-04-22  Benjamin Otte  <otte@gnome.org>
10846
10847         * gst/gstcaps.c: (gst_caps_subtract):
10848           allow subtracting ANY and EMPTY from ANY caps
10849
10850 2004-04-22  Benjamin Otte  <otte@gnome.org>
10851
10852         * gst/gstcaps.c: (gst_caps_append), (gst_caps_intersect),
10853         (gst_caps_union):
10854           only simplify in functions that create new caps. Simplifying in
10855           gst_caps_append breaks tests.
10856
10857 2004-04-22  Benjamin Otte  <otte@gnome.org>
10858
10859         * gst/gstcaps.c: (gst_caps_structure_simplify):
10860           unset GValue after use
10861         * gst/gstcaps.c: (gst_caps_append), 
10862         * gst/gstpad.c: (gst_pad_link_fixate), (gst_pad_template_new):
10863           use gst_caps_simplify (reduces registry size by 30%)
10864         * gst/gstpad.c: (gst_pad_template_new):
10865           don't allow NULL caps
10866
10867 2004-04-22  Benjamin Otte  <otte@gnome.org>
10868
10869         * docs/gst/gstreamer-sections.txt:
10870           add gst_caps_do_simplify
10871         * gst/gstcaps.c:
10872           add documentation for gst_caps_do_simplify
10873         * gst/gstvalue.h:
10874           fix typo in gst_value_register_subtract_func declaration for gst-doc
10875
10876 2004-04-22  Benjamin Otte  <otte@gnome.org>
10877
10878         * gst/gstcaps.c: (gst_caps_from_string_inplace):
10879           fix bug when converting from empty string.
10880         * gst/gstcaps.c: (gst_caps_new_any), (gst_caps_new_simple),
10881         (gst_caps_new_full_valist), (gst_caps_copy), (gst_caps_copy_1):
10882           use gst_caps_new_empty to allocate a new caps. Only that function
10883           allocates memory for caps now.
10884         * gst/gstcaps.c: (gst_caps_remove_and_get_structure),
10885         (gst_caps_remove_structure):
10886           add ability to remove one structure (but not to header yet)
10887         * gst/gstcaps.c: (gst_caps_compare_structures),
10888         (gst_caps_simplify), (gst_caps_structure_figure_out_union),
10889         (gst_caps_structure_simplify), (gst_caps_do_simplify),
10890         * gst/gstcaps.h:
10891           add gst_caps_do_simplify that tries to simplify a caps in place.
10892           Deprecate old gst_caps_simplify function.
10893         * testsuite/caps/caps.h:
10894           add caps.h containing a common set of caps to test against.
10895         * testsuite/caps/sets.c: (check_caps), (main):
10896           use it.
10897         * testsuite/caps/.cvsignore:
10898         * testsuite/caps/Makefile.am:
10899         * testsuite/caps/simplify.c: (check_caps), (main):
10900           add test to check correctness and efficency of caps simplification.
10901
10902 2004-04-22  Sebastien Cote <sc5@hermes.usherb.ca>
10903
10904         reviewed by Benjamin Otte  <otte@gnome.org>
10905
10906         * gst/gstparse.c: (_gst_parse_escape):
10907           Free the GString used in _gst_parse_escape()
10908
10909 2004-04-21  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10910
10911         * gst/gstpad.c: (gst_pad_link_negotiate):
10912           refuse to link if the link is not possible
10913         * configure.ac:
10914         * testsuite/Makefile.am:
10915         * testsuite/negotiation/.cvsignore:
10916         * testsuite/negotiation/Makefile.am:
10917         * testsuite/negotiation/pad_link.c: (main):
10918           add test that checks the above behaviour
10919
10920 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10921
10922         * docs/gst/gstreamer-sections.txt:
10923           add newly added API
10924
10925 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10926
10927         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
10928         (gst_filesrc_get_mmap), (gst_filesrc_get_read), (gst_filesrc_get),
10929         (gst_filesrc_open_file), (gst_filesrc_close_file),
10930         (gst_filesrc_srcpad_query), (gst_filesrc_srcpad_event):
10931         * gst/elements/gstfilesrc.h:
10932           add support for non-regular files (#140734)
10933
10934 2004-04-21  Benjamin Otte  <otte@gnome.org>
10935
10936         * gst/gstpad.c: (gst_pad_link_fixate):
10937           add sophisticated error checking code to see if fixation functions
10938           did their fixation right
10939
10940 2004-04-21  Benjamin Otte  <otte@gnome.org>
10941
10942         * gst/gstcaps.c: (gst_caps_append), (gst_caps_union):
10943           check for ANY caps before appending/unioning
10944         * gst/gstcaps.c: (gst_caps_is_subset),
10945         (gst_caps_is_equal), (gst_caps_structure_subtract_field),
10946         (gst_caps_structure_subtract), (gst_caps_subtract):
10947         * gst/gstcaps.h:
10948           add gst_caps_is_equal, gst_caps_is_subset and gst_caps_subtract to
10949           the API. deprecate gst_caps_is_equal_fixed
10950         * gst/gstpad.c: (gst_pad_try_set_caps):
10951         * gst/gstqueue.c: (gst_queue_link):
10952           s/gst_caps_is_equal_fixed/gst_caps_is_equal/
10953         * gst/gststructure.c: (gst_structure_get_name_id):
10954         * gst/gststructure.h:
10955           add function gst_structure_get_name_id
10956         * gst/gstvalue.c: (gst_value_subtract_int_int_range),
10957         (gst_value_create_new_range), (gst_value_subtract_int_range_int),
10958         (gst_value_subtract_int_range_int_range),
10959         (gst_value_subtract_double_double_range),
10960         (gst_value_subtract_double_range_double),
10961         (gst_value_subtract_double_range_double_range),
10962         (gst_value_subtract_from_list), (gst_value_subtract_list),
10963         (gst_value_can_intersect), (gst_value_subtract),
10964         (gst_value_can_subtract), (gst_value_register_subtract_func),
10965         (_gst_value_initialize):
10966         * gst/gstvalue.h:
10967           add support for subtracting values from each other. Note that
10968           subtracting means subtracting as in set theory. Required for caps
10969           stuff above.
10970         * testsuite/caps/.cvsignore:
10971         * testsuite/caps/Makefile.am:
10972         * testsuite/caps/erathostenes.c: (erathostenes), (main):
10973         * testsuite/caps/sets.c: (check_caps), (main):
10974         * testsuite/caps/subtract.c: (check_caps), (main):
10975           add tests for subtraction and equality code.
10976
10977 2004-04-20  David Schleef  <ds@schleef.org>
10978
10979         * gst/autoplug/Makefile.am:  Fix some little buglets in last checkin.
10980         * gst/indexers/Makefile.am:
10981         * gst/schedulers/Makefile.am:
10982         * libs/gst/bytestream/Makefile.am:
10983         * libs/gst/control/Makefile.am:
10984         * libs/gst/getbits/Makefile.am:
10985
10986 2004-04-20  David Schleef  <ds@schleef.org>
10987
10988         * common/as-libtool.mak: Fine-tune DLL building.
10989         * configure.ac: Link plugins against libgstreamer.  Define plugindir
10990         (like gst-plugins)
10991         * examples/plugins/Makefile.am: remove plugindir
10992         * gst/autoplug/Makefile.am: DLL building fixes
10993         * gst/elements/Makefile.am: DLL building fixes.  Disable pipefilter on
10994         Windows.
10995         * gst/elements/gstelements.c: Conditionally disable pipefilter.
10996         * gst/indexers/Makefile.am: DLL building fixes
10997         * gst/schedulers/Makefile.am: DLL building fixes.
10998         * libs/gst/bytestream/Makefile.am: DLL building fixes.
10999         * libs/gst/control/Makefile.am: same
11000         * libs/gst/getbits/Makefile.am: same
11001         * testsuite/Makefile.am: New dlopen directory
11002         * testsuite/dlopen/Makefile.am: Tests to check if libgstreamer works
11003         when dlopened.
11004         * testsuite/dlopen/dlopen_gst.c: (main): same
11005         * testsuite/dlopen/loadgst.c: (do_test): same
11006
11007 2004-04-20  David Schleef  <ds@schleef.org>
11008
11009         * gst/parse/grammar.y:  Apply patch from Sebastien Cote
11010         <sc5@hermes.usherb.ca> to fix a memleak. (bug #140594)
11011
11012 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11013
11014         * gst/gstelement.c: (gst_element_wait),
11015         (gst_element_set_time_delay), (gst_element_change_state):
11016           Use GST_TIME_*
11017
11018 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11019
11020         * gst/autoplug/gstspider.c: (gst_spider_link_sometimes),
11021         (gst_spider_identity_plug):
11022           improve debugging messages
11023         * gst/gstbin.c: (gst_bin_remove_func):
11024           make sure the state_change function is only called with simple state
11025           transitions
11026
11027 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11028
11029         * gst/elements/gstfakesink.c: (gst_fakesink_state_error_get_type),
11030         (gst_fakesink_set_property), (gst_fakesink_chain):
11031         * gst/elements/gstfakesrc.c: (gst_fakesrc_set_property):
11032         * gst/elements/gstfdsrc.c: (gst_fdsrc_set_property):
11033         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property):
11034         * gst/elements/gstidentity.c: (gst_identity_chain),
11035         (gst_identity_set_property):
11036         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_set_property):
11037         * gst/elements/gstpipefilter.c: (gst_pipefilter_set_property):
11038           add warnings to _set_property for unknown arguments
11039           use GST_TIME_FORMAT/GST_TIME_ARGS for timestamp printing
11040
11041 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11042
11043         * Makefile.am:
11044         * docs/manuals.mak:
11045           add .po file download snippet
11046           fix a bug in the doc makefile
11047
11048 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11049
11050         * Makefile.am:
11051         * po/LINGUAS:
11052         * po/en_GB.po:
11053           Added en_GB translation (Gareth Owen)
11054
11055 2004-04-20  Johan Dahlin  <johan@gnome.org>
11056
11057         * gst/gstpad.c (_invent_event): Clean up
11058
11059 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11060
11061         * testsuite/caps/filtercaps.c: (main):
11062           fix test to test things correctly (caps are complicated)
11063
11064 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11065
11066         * testsuite/caps/Makefile.am:
11067         * testsuite/caps/filtercaps.c: (main):
11068           add test (that doesn't work right now, but should)
11069
11070 2004-04-19  David Schleef  <ds@schleef.org>
11071
11072         * configure.ac: Add test for allowing unaligned access.  Add define
11073         to put in gstconfig.h.
11074         * docs/gst/gstreamer-sections.txt: New symbols
11075         * docs/gst/tmpl/gstcompat.sgml: Check in changes made by gtkdoc
11076         * docs/gst/tmpl/gstfilesrc.sgml:
11077         * docs/gst/tmpl/gstparse.sgml:
11078         * docs/gst/tmpl/gsttypes.sgml:
11079         * docs/gst/tmpl/gstutils.sgml:
11080         * docs/gst/tmpl/gstvalue.sgml:
11081         * gst/gstconfig.h.in: Add GST_HAVE_UNALIGNED_ACCESS
11082         * gst/gstutils.h: Add macros for unaligned memory access.  Useful
11083         on most !i386/!powerpc architectures.  From Daniel Gazard
11084         <daniel.gazard@free.fr>.  (bug #140156)
11085         * po/af.po: Check in changes made by gettext.
11086         * po/az.po:
11087         * po/fr.po:
11088         * po/nl.po:
11089         * po/sr.po:
11090         * po/sv.po:
11091
11092 2004-04-20  Benjamin Otte  <otte@gnome.org>
11093
11094         * gst/schedulers/entryscheduler.c: 
11095         (gst_entry_scheduler_yield):
11096           refuse to yield when decoupled elements insist on doing that.
11097           At least it's better than crashing
11098
11099 2004-04-19  David Schleef  <ds@schleef.org>
11100
11101         * docs/libs/Makefile.am: Change sinclude to include
11102         * docs/gst/Makefile.am: same
11103         * pkgconfig/Makefile.am:  Remove GNU-ism from makefile target
11104
11105 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11106
11107         * po/LINGUAS:
11108         * po/uk.po:
11109           Added Ukrainian translation (Maxim V. Dziumanenko)
11110
11111 2004-04-19  Johan Dahlin  <johan@gnome.org>
11112
11113         * gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
11114         checking here, do it before calling the function.
11115         Clean up, use for loops instead of while loops while iterating
11116         over lists.
11117
11118         * gst/autoplug/gstspider.c (gst_spider_request_new_pad): Fix typo
11119         in debug message.
11120         (gst_spider_create_and_plug): Improve debug message.
11121         General: Replace while loops which iterates over GLists with for
11122         loops. Which are much cleaner, improves readability, especially
11123         for gst_spider_identity_plug
11124
11125         * gst/gstpad.c (_invent_event): Fix parameters to warning macros,
11126         fixes bug 140477
11127
11128 2004-04-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11129
11130         * po/LINGUAS:
11131         * po/tr.po:
11132           Added Turkish translation (Baris Cicek)
11133
11134 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11135
11136         * docs/faq/troubleshooting.xml:
11137           Mention gst-register in the FAQ (fixes 139045).
11138
11139 2004-04-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11140
11141         * docs/gst/gstreamer-sections.txt:
11142
11143 2004-04-17  Benjamin Otte  <otte@gnome.org>
11144
11145         * gst/gstelement.c: (gst_element_dispose):
11146           simplify
11147         * gst/gstpad.c: (gst_pad_call_chain_function):
11148           don't create loads of events due to bad macro usage
11149
11150 2004-04-16  David Schleef  <ds@schleef.org>
11151
11152         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
11153         * gst/gstpad.c: (_gst_pad_default_fixate_foreach):
11154         * gst/gstvalue.c: (gst_value_serialize_buffer),
11155         (gst_value_deserialize_buffer), (gst_type_is_fixed),
11156         (_gst_value_initialize): Create a new function gst_type_is_fixed()
11157         to indicate types that are fixed wrt caps or not.  Switching to
11158         this function fixes (bug #140298).
11159         * gst/gstvalue.h:
11160
11161 2004-04-16  David Schleef  <ds@schleef.org>
11162
11163         * common/m4/gst-arch.m4:  Implmenent a whitelist and blacklist
11164         for GST_UNALIGNED_ACESS, since we essentially know which archs
11165         are ok.
11166
11167 2004-04-17  Benjamin Otte  <otte@gnome.org>
11168
11169         * docs/gst/Makefile.am:
11170           ignore gst/parse directory when building docs (fixes #140205)
11171
11172 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11173
11174         * testsuite/refcounting/mem.c: (vmsize):
11175           do error checking
11176
11177 2004-04-16  Johan Dahlin  <johan@gnome.org>
11178
11179         * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
11180         and gst_pad_call_get_function.
11181
11182 2004-04-15  David Schleef  <ds@schleef.org>
11183
11184         * common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
11185         checks if we can access unaligned memory.
11186         * configure.ac: Use it.
11187
11188 2004-04-16  Benjamin Otte  <otte@gnome.org>
11189
11190         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
11191         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
11192         * gst/elements/gstfilesrc.h:
11193           s/seek_happened/need_discont/ and require discont before sending any
11194           data
11195
11196 2004-04-15  David Schleef  <ds@schleef.org>
11197
11198         * gst/gstvalue.c: (gst_value_serialize_buffer),
11199         (gst_value_deserialize_buffer), (_gst_value_initialize):
11200         Register these types as fundamental types. (bug #140015)
11201
11202 2004-04-16  Benjamin Otte  <otte@gnome.org>
11203
11204         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
11205         (gst_pad_link_free), (gst_pad_link_try), (_invent_event),
11206         (gst_pad_pull):
11207           implement enforcing discont events before buffers are passed. This
11208           allows state changes of only some elements and later correctly going
11209           on where they left off (or in short: you can now set audio sinks to
11210           NULL to release the device when the pipeline is paused)
11211         * gst/gstpad.c: (gst_pad_call_chain_function),
11212         (gst_pad_call_get_function):
11213         * gst/gstpad.h:
11214           add gst_pad_call_chain_function and gst_pad_call_get_function for
11215           scheduler interaction. They are required because of the changes
11216           above.
11217         * gst/schedulers/entryscheduler.c: (get_buffer),
11218         (gst_entry_scheduler_chain_wrapper),
11219         (gst_entry_scheduler_get_wrapper),
11220         (gst_entry_scheduler_state_transition),
11221         (gst_entry_scheduler_pad_link):
11222         * gst/schedulers/gstbasicscheduler.c:
11223         (gst_basic_scheduler_chain_wrapper),
11224         (gst_basic_scheduler_src_wrapper),
11225         (gst_basic_scheduler_chainhandler_proxy),
11226         (gst_basic_scheduler_gethandler_proxy),
11227         (gst_basic_scheduler_cothreaded_chain),
11228         (gst_basic_scheduler_chain_elements):
11229         * gst/schedulers/gstoptimalscheduler.c:
11230         (get_group_schedule_function), (pad_clear_queued),
11231         (gst_opt_scheduler_pad_link):
11232           use the new functions instead of calling get/chain-functions
11233           directly.
11234
11235 2004-04-15  David Schleef  <ds@schleef.org>
11236
11237         * docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
11238         * docs/gst/tmpl/gstinfo.sgml: same
11239         * docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
11240         gtk-doc put here.
11241         * gst/gstutils.h: Remove the \ that was confusing gtk-doc.
11242         * examples/queue/queue.c: (main):  We iterate pipelines, not
11243         bins.  (bug #139996)
11244
11245 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11246
11247         * docs/pwg/advanced-types.xml:
11248           Add MS RLE support. Also document Qt RLE although I have no sample
11249           files for that yet. And document an extra property for ADPCM.
11250
11251 2004-04-15  David Schleef  <ds@schleef.org>
11252
11253         * gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
11254         (_gst_plugin_fault_handler_setup):  Disable more stuff on
11255         Windows.
11256
11257 2004-04-15  David Schleef  <ds@schleef.org>
11258
11259         * gst/gstinfo.c: (_gst_debug_init): Change some internal
11260         symbol names to not conflict with new gstinfo.h symbols.
11261         * gst/gstinfo.h: Add inline functions for all those crazy
11262         compilers that don't know how to handle variadic macros (MSVC).
11263
11264 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11265
11266         * configure.ac: bump nano to 1
11267
11268 === release 0.8.1 ===
11269
11270 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11271
11272         * NEWS:
11273         * RELEASE:
11274         * configure.ac:
11275           releasing 0.8.1, "Snow Brigade"
11276
11277 2004-04-14  David Schleef  <ds@schleef.org>
11278
11279         * testsuite/Makefile.am: define tests_ignore
11280         * testsuite/Rules: Added new tests_ignore, which get compiled,
11281         but not run (generally because they're inconsistent or have
11282         heisenbugs).  Now we can ensure all the .c files compile in
11283         testsuite/.
11284         * testsuite/bins/Makefile.am: define tests_ignore
11285         * testsuite/bytestream/Makefile.am:
11286         * testsuite/caps/Makefile.am:
11287         * testsuite/clock/Makefile.am:
11288         * testsuite/debug/Makefile.am:
11289         * testsuite/debug/global.c: (gst_debug_log_one),
11290         (gst_debug_log_two): Fix compilation problem.
11291         * testsuite/dynparams/Makefile.am:
11292         * testsuite/elements/Makefile.am:
11293         * testsuite/ghostpads/Makefile.am:
11294         * testsuite/indexers/Makefile.am:
11295         * testsuite/parse/Makefile.am:
11296         * testsuite/plugin/Makefile.am:
11297         * testsuite/refcounting/Makefile.am:
11298         * testsuite/refcounting/element_pad.c: (main): Don't return leak
11299         results, because it's not calculated correctly.
11300         * testsuite/refcounting/pad.c: (main): same
11301         * testsuite/states/Makefile.am:
11302         * testsuite/tags/Makefile.am:
11303         * testsuite/threads/Makefile.am:
11304
11305 2004-04-14  David Schleef  <ds@schleef.org>
11306
11307         * gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
11308         generating bad code around the cpu detection asm code.
11309
11310 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11311
11312         * tools/gst-inspect.c: (print_element_info):
11313           print numeric version of rank as well, since we added some - 1
11314           rank values to elements
11315
11316 2004-04-13  David Schleef  <ds@schleef.org>
11317
11318         * configure.ac:  Disable various code when compiling for MinGW.
11319         * gst/elements/Makefile.am:
11320         * gst/elements/gstelements.c:
11321         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
11322         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
11323         * gst/registries/gstxmlregistry.c: (make_dir):
11324
11325 2004-04-13  David Schleef  <ds@schleef.org>
11326
11327         * gst/Makefile.am:
11328         * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
11329         assembly.
11330         * gst/gstcpuid_i386.s: remove
11331
11332 2004-04-13  David Schleef  <ds@schleef.org>
11333
11334         * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
11335         seems to think it needs to be done.
11336         * docs/gst/tmpl/gstfakesink.sgml:
11337         * docs/gst/tmpl/gstfakesrc.sgml:
11338         * docs/gst/tmpl/gstfdsink.sgml:
11339         * docs/gst/tmpl/gstfdsrc.sgml:
11340         * docs/gst/tmpl/gstfilesink.sgml:
11341         * docs/gst/tmpl/gstfilesrc.sgml:
11342         * docs/gst/tmpl/gstidentity.sgml:
11343         * docs/gst/tmpl/gstmd5sink.sgml:
11344         * docs/gst/tmpl/gstmultifilesrc.sgml:
11345         * docs/gst/tmpl/gstpipefilter.sgml:
11346         * docs/gst/tmpl/gstshaper.sgml:
11347         * docs/gst/tmpl/gstspider.sgml:
11348         * docs/gst/tmpl/gstspideridentity.sgml:
11349         * docs/gst/tmpl/gststatistics.sgml:
11350         * docs/gst/tmpl/gsttee.sgml:
11351         * docs/gst/tmpl/gsttypefind.sgml:
11352         * docs/gst/tmpl/gstutils.sgml:
11353
11354 2004-04-13  David Schleef  <ds@schleef.org>
11355
11356         * configure.ac: Changes to remove POSIXisms (mmap in this case)
11357         and to build DLLs on Windows.
11358         * gst/Makefile.am:
11359         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
11360         (gst_filesrc_open_file):
11361         * gst/schedulers/Makefile.am:
11362
11363 2004-04-13  David Schleef  <ds@schleef.org>
11364
11365         * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
11366         (gst_caps_structure_fixate_field_nearest_double):  Fix bug in
11367         fixating lists.
11368
11369 2004-04-12  David Schleef  <ds@schleef.org>
11370
11371         * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
11372         (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
11373         to using it.
11374         * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
11375         * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
11376         * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
11377         * gst/gststructure.c: (gst_structure_set_valist),
11378         (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
11379         support for buffers.
11380         * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
11381         intended to be const.
11382         * gst/gsttag.h: same
11383         * gst/gstvalue.c: (gst_value_serialize_buffer),
11384         (gst_value_deserialize_buffer), (_gst_value_initialize):  Add code
11385         to (de)serialize buffers.
11386         * testsuite/caps/Makefile.am:  Add a bit of buffer testing
11387         * testsuite/caps/string-conversions.c: (main):
11388         * testsuite/caps/value_serialize.c: add new test
11389
11390 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11391
11392         * docs/pwg/advanced-types.xml:
11393           Document MS video 1 (video/x-msvideocodec) mimetype/format.
11394
11395 2004-04-11  Benjamin Otte  <otte@gnome.org>
11396
11397         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
11398           rename categories to basic_*
11399         * gst/schedulers/gstbasicscheduler.c: 
11400         (gst_basic_scheduler_chain_wrapper),
11401         (gst_basic_scheduler_chainhandler_proxy),
11402         (gst_basic_scheduler_gethandler_proxy),
11403         (gst_basic_scheduler_eventhandler_proxy):
11404           debugging category fixes - put common stuff in log category
11405         * gst/schedulers/gstbasicscheduler.c: 
11406         (gst_basic_scheduler_chain_elements):
11407           dirty fix: call gst_basic_scheduler_cothreaded_chain when already
11408           active and linking two active chains
11409
11410 2004-04-10  Benjamin Otte  <otte@gnome.org>
11411
11412         * docs/pwg/intro-preface.xml:
11413           fix dead links and remove reference to Wiki
11414
11415 2004-04-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11416
11417         * gst/schedulers/gstbasicscheduler.c:
11418           make sure we can switch back to the main function if we're still in
11419           the main function (supposed to fix #139617)
11420         * gst/schedulers/gthread-cothreads.h:
11421           don't throw an error when switching to the same cothread
11422
11423 2004-04-09  Benjamin Otte  <otte@gnome.org>
11424
11425         * gst/gstbin.c: (gst_bin_get_type):
11426         * gst/gstclock.c: (gst_clock_get_type):
11427         * gst/gstindex.c: (gst_index_get_type):
11428         * gst/gstobject.c: (gst_object_get_type),
11429         (gst_signal_object_get_type):
11430         * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
11431         (gst_pad_template_get_type), (gst_ghost_pad_get_type):
11432         * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
11433         * gst/gstqueue.c: (gst_queue_get_type):
11434         * gst/gstregistry.c: (gst_registry_get_type):
11435         * gst/gstsystemclock.c: (gst_system_clock_get_type):
11436         * gst/gstthread.c: (gst_thread_get_type):
11437           don't use memchunks for these objects, use malloc instead
11438
11439 2004-04-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11440
11441         * docs/gst/.cvsignore:
11442         * docs/gst/Makefile.am:
11443         * docs/gst/gstreamer-sections.txt:
11444         * docs/gst/tmpl/gstaggregator.sgml:
11445         * docs/gst/tmpl/gstbuffer.sgml:
11446         * docs/gst/tmpl/gstclock.sgml:
11447         * docs/gst/tmpl/gstelement.sgml:
11448         * docs/gst/tmpl/gstfakesink.sgml:
11449         * docs/gst/tmpl/gstfakesrc.sgml:
11450         * docs/gst/tmpl/gstfdsink.sgml:
11451         * docs/gst/tmpl/gstfdsrc.sgml:
11452         * docs/gst/tmpl/gstfilesink.sgml:
11453         * docs/gst/tmpl/gstfilesrc.sgml:
11454         * docs/gst/tmpl/gstidentity.sgml:
11455         * docs/gst/tmpl/gstindex.sgml:
11456         * docs/gst/tmpl/gstinfo.sgml:
11457         * docs/gst/tmpl/gstmd5sink.sgml:
11458         * docs/gst/tmpl/gstmultifilesrc.sgml:
11459         * docs/gst/tmpl/gstpad.sgml:
11460         * docs/gst/tmpl/gstpipefilter.sgml:
11461         * docs/gst/tmpl/gstpipeline.sgml:
11462         * docs/gst/tmpl/gstpluginfeature.sgml:
11463         * docs/gst/tmpl/gstqueue.sgml:
11464         * docs/gst/tmpl/gstregistry.sgml:
11465         * docs/gst/tmpl/gstscheduler.sgml:
11466         * docs/gst/tmpl/gstshaper.sgml:
11467         * docs/gst/tmpl/gstspider.sgml:
11468         * docs/gst/tmpl/gstspideridentity.sgml:
11469         * docs/gst/tmpl/gststatistics.sgml:
11470         * docs/gst/tmpl/gstsystemclock.sgml:
11471         * docs/gst/tmpl/gsttee.sgml:
11472         * docs/gst/tmpl/gstthread.sgml:
11473         * docs/gst/tmpl/gsttypefind.sgml:
11474         * docs/gst/tmpl/gstutils.sgml:
11475           further doc build fixes
11476
11477 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
11478
11479         * docs/gst/Makefile.am:
11480           make docs exit on scanning problems
11481           fix nonsrcdir build issues
11482         * docs/gst/gstreamer-sections.txt:
11483           adding stuff from -unused
11484         * gst/gstqueue.h:
11485           create GstQueueSize
11486         * gst/schedulers/cothreads_compat.h:
11487           fix cothread warnings
11488
11489 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
11490
11491         * docs/gst/gstreamer-sections.txt:
11492           remove defines deprecated by Benjamin
11493
11494 2004-04-07  Benjamin Otte  <otte@gnome.org>
11495
11496         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
11497           when the buffer is complete, don't check if other buffers are needed
11498         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
11499           check that the offset is >0 so we don't try to read before the
11500           beginning of the file
11501         * gst/gstpad.c: (gst_pad_set_pad_template):
11502           sink the template, so we don't end up with 130k pad templates
11503
11504 2004-04-06  Benjamin Otte  <otte@gnome.org>
11505
11506         * gst/autoplug/gstspider.c: (gst_spider_link_add):
11507           don't ref the element, adding already reffed it. And we didn't unref
11508           it later anyway... (huge memleak when you used many spider elements)
11509         * gst/gstelement.c: (gst_element_base_class_finalize):
11510         * gst/gstelementfactory.c: (gst_element_factory_cleanup),
11511         (gst_element_register):
11512         * gst/gsturi.c: (gst_element_make_from_uri):
11513           use gst_object_(un)ref instead of g_object(un)ref
11514
11515 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11516
11517         * gst/gstbuffer.h:
11518           remove macro that wouldn't work anymore because struct member has
11519           been removed.
11520         * gst/schedulers/entryscheduler.c: (schedule_forward):
11521           fix segfault for unconnected pads
11522         
11523 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11524
11525         reviewed by David Schleef <ds@schleef.org>
11526
11527         * gst/gstinfo.h:
11528           *_FORMAT modifiers should require putting a % in front of them for
11529           consistency reasons.
11530
11531 2004-04-05  Colin Walters  <walters@redhat.com>
11532
11533         * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
11534         space.
11535
11536 2004-04-05  Benjamin Otte  <otte@gnome.org>
11537
11538         * configure.ac:
11539         * gst/Makefile.am:
11540         * gst/gst_private.h:
11541         * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
11542           add support for detecting if GStreamer runs inside valgrind.
11543           requires valgrind (d'oh) and --enable-debug for correct cdetection.
11544           print a big message in valgrind that GStreamer has detected it's
11545           running inside and might now use different code.
11546         * gst/gstmemchunk.c: (populate), (free_area),
11547         (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
11548         (gst_mem_chunk_free):
11549           flag memchunks for valgrind, so it can detect leaking of chunks.
11550           This allows detecting leaks of GstBuffer and GstEvent correctly
11551           inside valgrind.
11552
11553 2004-04-05  David Schleef  <ds@schleef.org>
11554
11555         * gst/gsttrace.h:  Fix #ifdef nesting (bug #139109) Patch from
11556           jensgr@gmx.net (Jens Granseuer)
11557
11558 2004-04-05  David Schleef  <ds@schleef.org>
11559
11560         * gst/gstbuffer.c: (_gst_buffer_sub_free),
11561         (gst_buffer_default_free), (gst_buffer_default_copy),
11562         (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
11563         (gst_buffer_new), (gst_buffer_create_sub):  Allocate GstBuffer
11564         structures in one place.
11565
11566 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11567
11568         * gst/gstinfo.h: adding Ronald's timestamp debugging defines
11569           (GST_TIME_FORMAT, GST_TIME_ARGS)
11570
11571 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11572
11573         * testsuite/elements/Makefile.am:
11574           disable test until it stops breaking make distcheck
11575
11576 2004-04-05  Johan Dahlin  <johan@gnome.org>
11577
11578         * po/sv.po: Updated translation
11579
11580 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11581
11582         * gst/gstplugin.c: (gst_plugin_load_file):
11583           fix segfault for when original plugin was loaded statically
11584
11585 2004-04-05  Benjamin Otte  <otte@gnome.org>
11586
11587         * testsuite/debug/category.c: (main):
11588         * testsuite/debug/commandline.c: (main):
11589         * testsuite/debug/output.c: (main):
11590           fix tests to work again with debugging enabled
11591
11592 2004-04-05  Benjamin Otte  <otte@gnome.org>
11593
11594         * gst/schedulers/gstbasicscheduler.c:
11595         (gst_basic_scheduler_pad_link):
11596           fix to work with recent scheduling changes
11597
11598 2004-04-05  Benjamin Otte  <otte@gnome.org>
11599
11600         * gst/schedulers/entryscheduler.c: (some functions, dunno which,
11601         prepareChangeLog doesn't work when cvs indents):
11602           don't throw an error when no element can be scheduled, there's too
11603           many weird reasons why it doesn't work. Return STOPPED instead.
11604           decoupled elemts' schedulability doesn't depend on bufpens.
11605
11606 2004-04-04  Benjamin Otte  <otte@gnome.org>
11607
11608         * gst/schedulers/gstbasicscheduler.c:
11609         (gst_basic_scheduler_pad_select):
11610           fix uninitialized variable warnings
11611
11612 2004-04-04  Benjamin Otte  <otte@gnome.org>
11613
11614         * gst/gstpad.c: (gst_pad_collect_valist):
11615           fix uninitialized variable warning
11616         * gst/schedulers/entryscheduler.c: (schedule_forward):
11617           fix shadowed variable
11618
11619 2004-04-04  Benjamin Otte  <otte@gnome.org>
11620
11621         * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
11622         (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
11623         (gst_pad_select):
11624         * gst/gstpad.h:
11625         * gst/gstscheduler.c: (gst_scheduler_pad_select),
11626         (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
11627         * gst/gstscheduler.h:
11628           implement gst_pad_collect as replacement for gst_pad_select.
11629           deprecate gst_pad_select and gst_scheduler_(un)lock_element
11630           add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
11631           new pad_select, lock and unlock calls.
11632         * gst/cothreads.c: (cothread_destroy), (cothread_switch):
11633         * gst/cothreads.h:
11634         * gst/schedulers/cothreads_compat.h:
11635         * gst/schedulers/gthread-cothreads.h:
11636           remove unused cothread_lock and cothread_unlock calls
11637         * gst/schedulers/entryscheduler.c:
11638         (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
11639         (_can_schedule_loop), (gst_entry_scheduler_get_handler),
11640         (gst_entry_scheduler_pad_select):
11641           update to new API
11642         * gst/schedulers/gstbasicscheduler.c:
11643         (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
11644         (gst_basic_scheduler_pad_select):
11645           remove useless lock and unlock calls, update pad_select to new API
11646           (untested)
11647         * gst/schedulers/gstoptimalscheduler.c:
11648         (gst_opt_scheduler_class_init):
11649           remove useless select, lock and unlock function calls
11650         * gst/elements/gstaggregator.c: (gst_aggregator_loop):
11651           use gst_pad_collect instead of gst_pad_select
11652
11653 2004-04-04  Benjamin Otte  <otte@gnome.org>
11654
11655         * gst/schedulers/entryscheduler.c: (_can_schedule_get),
11656         (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
11657         (schedule_next_element), (print_entry):
11658           add can_schedule_pad to handle element states.
11659           add schedule_forward to select the correct entry to schedule next
11660
11661 2004-04-03  Benjamin Otte  <otte@gnome.org>
11662
11663         * gst/schedulers/entryscheduler.c: 
11664           remove unused variable, fix error inside Rb, fix compile warning in
11665           unreachable code
11666
11667 2004-04-03  Benjamin Otte  <otte@gnome.org>
11668
11669         * gst/schedulers/entryscheduler.c:
11670           completely revamp the inner workings, so it's a lot easier to
11671           understand and extend
11672
11673 2004-04-03  Andy Wingo  <wingo@pobox.com>
11674
11675         * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
11676         Rename ->group1 and ->group2 to ->src and ->sink, respectively.
11677         This allows better introspection of pipeline topology.
11678         (add_to_chain): Don't do trickery to put loop elements first;
11679         rather, queue a chain sort by marking the chain as dirty.
11680         (remove_from_chain): Mark the chain dirty.
11681         (sort_chain): New function. Sorts the group list so that terminal
11682         sinks are first. This means elements on the sink side will be
11683         preferentially sscheduled before elements on the src side of the
11684         pipeline.
11685         (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
11686         (schedule_chain): If the chain is marked DIRTY, call sort_chain.
11687         (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
11688         (group_inc_link): Change argument and variable names to match the
11689         new link structure member names (src and sink).
11690         (group_dec_link): Add some description
11691
11692 2004-04-03  Benjamin Otte  <otte@gnome.org>
11693
11694         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
11695         * gst/gstinfo.h:
11696         * testsuite/debug/category.c: (main):
11697         * testsuite/debug/commandline.c: (main):
11698         * testsuite/debug/output.c: (main):
11699         * testsuite/debug/printf_extension.c: (main):
11700           fix to successfully build and test with --disable-gst-debug
11701           configure switch (fixes #138705)
11702
11703 2004-04-03  Benjamin Otte  <otte@gnome.org>
11704
11705         * docs/pwg/building-boiler.xml:
11706           add cvs login line and s/anonymous/anoncvs/
11707
11708 2004-04-03  Tim-Phillip M??ller  <t.i.m@zen.co.uk>
11709
11710         reviewed by Benjamin Otte  <otte@gnome.org>
11711
11712         * gst/gststructure.c: (gst_structure_free):
11713           memleak fix: free fields array (partial fix for #134839)
11714
11715 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11716
11717         * docs/random/ds/0.9-suggested-changes:
11718           Add a note to change handoff use in fakesrc to be usable in
11719           a more generic way (fakesrc should be renamed to appsrc or so).
11720         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
11721           Change signal type to scope, so we can fill the buffer in the
11722           handoff handler (that's the whole use of this signal...).
11723
11724 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11725
11726         * docs/pwg/other-ntoone.xml:
11727           Document muxers and n-to-1 elements.
11728
11729 2004-04-01  Martin Soto  <martinsoto@users.sourceforge.net>
11730
11731         * gst/registries/gstxmlregistry.c
11732         (gst_xml_registry_rebuild_recurse): Fix the algorithm to
11733         determine if a file is a G_MODULE. The old one discards paths
11734         containing "so" somewhere in the middle. My home directory is
11735         called "soto". Go figure...
11736
11737 2004-03-31  David Schleef  <ds@schleef.org>
11738
11739         * gst/gstbuffer.c: (gst_buffer_join):  Add function gst_buffer_join()
11740         to eventually deprecate gst_buffer_merge().  (bug: #136408)
11741         * gst/gstbuffer.h:
11742
11743 2004-03-31  David Schleef  <ds@schleef.org>
11744
11745         * gst/gstvalue.c: (gst_value_union_int_int_range),
11746         (gst_value_union_int_range_int_range), (gst_value_can_union),
11747         (gst_value_union), (_gst_value_initialize):  Add some union
11748         implementations.  We didn't have any previously.
11749         * testsuite/caps/Makefile.am:
11750         * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
11751         (gst_audioscale_getcaps), (test_caps), (main): A little test
11752         that is the same as the caps manipulation in audioscale.
11753
11754 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11755
11756         * docs/faq/general.xml:
11757           add entry about "does gst support format X?"
11758
11759 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11760
11761         * gst/gstthread.c:
11762           fix docs
11763         * gst/gstutils.h:
11764           fix GST_BOILERPLATE_FULL to not throw casting errors on C++
11765
11766 2004-03-30  Benjamin Otte  <otte@gnome.org>
11767
11768         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
11769           set the offset of the buffer to the requested offset
11770         * gst/elements/gsttypefind.c: (stop_typefinding):
11771           revert patch 1.18 (which I unfortunately don't know the reason for).
11772           This is needed to allow downstream elements to seek. Otherwise
11773           typefind might overwrite a previous seek by downstream elements.
11774           This lead to errors with id3tag and typefind on some mp3s.
11775         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
11776         (gst_entry_scheduler_iterate):
11777           be more verbose when debugging
11778
11779 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11780
11781         * gst/gstcaps.c: (gst_caps_from_string_inplace):
11782           make sure we don't get NULL strings
11783
11784 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11785
11786         * gst/gstcaps.c:
11787         * gst/gstelement.c:
11788         * gst/gstelementfactory.c: (gst_element_factory_get_type):
11789         * gst/gstindex.c: (gst_index_resolver_get_type),
11790         (gst_index_get_type), (gst_index_factory_get_type):
11791         * gst/gstinfo.c:
11792         * gst/gstpad.c:
11793         * gst/gstplugin.c:
11794         * gst/gsturi.c: (gst_uri_handler_get_type):
11795         * gst/gstvalue.c:
11796           first batch of documentation fixes
11797
11798 2004-03-29  David Schleef  <ds@schleef.org>
11799
11800         * docs/gst/Makefile.am:  Disable a bunch of headers from being scanned
11801         * docs/gst/gstreamer-docs.sgml:  More hacking
11802         * docs/gst/gstreamer-sections.txt:
11803         * docs/gst/tmpl/cothreads_compat.sgml:
11804         * docs/gst/tmpl/gstcaps.sgml:
11805         * docs/gst/tmpl/gstclock.sgml:
11806         * docs/gst/tmpl/gstelement.sgml:
11807         * docs/gst/tmpl/gstevent.sgml:
11808         * docs/gst/tmpl/gstpad.sgml:
11809         * docs/gst/tmpl/gstutils.sgml:
11810         * docs/gst/tmpl/gstxml.sgml:
11811         * docs/gst/tmpl/gthread-cothreads.sgml:
11812         * docs/random/ds/0.9-suggested-changes:
11813         * gst/elements/gstfakesink.h: doc fixes
11814         * gst/elements/gstfakesrc.h: doc fixes
11815         * gst/gstcaps.c: doc fixes
11816         * gst/gstcaps.h: doc fixes
11817         * gst/gstelement.c: doc fixes
11818         * gst/gstelement.h: doc fixes
11819         * gst/gstindex.c: doc fixes
11820         * gst/gstinfo.c: doc fixes
11821         * gst/gstpad.c: doc fixes
11822         * gst/gstpad.h: doc fixes
11823         * gst/gstplugin.c: doc fixes
11824         * gst/gsttypefind.h: doc fixes
11825         * gst/gsturi.c: doc fixes
11826         * gst/gstvalue.c: doc fixes
11827
11828 2004-03-29  Colin Walters  <walters@redhat.com>
11829
11830         * gst/registries/gstxmlregistry.c (get_time)
11831         (plugin_times_older_than_recurse):
11832         Use the result of stat to determine whether a path is a file,
11833         so we don't attempt to opendir() files.
11834
11835 2004-03-29  Benjamin Otte  <otte@gnome.org>
11836
11837         * gst/gstpad.c: (gst_pad_set_explicit_caps):
11838           print caps in debugging output when setting caps failed
11839         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
11840         (schedule_next_element), (get_buffer), (run_chainhandler),
11841         (element_may_start), (gst_entry_scheduler_chain_handler),
11842         (gst_entry_scheduler_get_handler),
11843         (gst_entry_scheduler_state_transition),
11844         (gst_entry_scheduler_pad_link):
11845           make this scheduler a testcase for mandatory
11846           discont-before-first-buffer which is needed if we want to allow apps
11847           to release the sound device.
11848           add SCHED_ASSERT macro to print scheduler state before an assertion
11849           triggers.
11850
11851 2004-03-29  Benjamin Otte  <otte@gnome.org>
11852
11853         * COPYING:
11854           replace by LGPL (former COPYING.LIB). The core is completely
11855           licensed LGPL.
11856         * COPYING.LIB:
11857           remove
11858
11859 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11860
11861         * po/af.po:
11862         * po/sv.po:
11863           updated Afrikaans and Swedish
11864
11865 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11866
11867         * po/LINGUAS:
11868         * po/az.po:
11869           adding Azerbaijani (M??tin ??mirov)
11870
11871 2004-03-28  Martin Soto  <martinsoto@users.sourceforge.net>
11872
11873         * gst/gstelement.h: 
11874         * gst/gstelement.c (gst_element_set_time_delay): New function for
11875         setting element time taking into account a hardware buffering
11876         delay.
11877         (gst_element_set_time): Now just an invocation of
11878         gst_element_set_time_delay.
11879         * gst/gstclock.h: 
11880         * gst/gstclock.c (gst_clock_get_event_time_delay): New function
11881         allowing to set event times in the future.
11882         (gst_clock_get_event_time): Now just an invocation of
11883         gst_clock_get_event_time_delay.
11884
11885 2004-03-28  Benjamin Otte  <otte@gnome.org>
11886
11887         * gst/gstbin.c: (gst_bin_set_element_sched),
11888         (gst_bin_unset_element_sched):
11889           don't add decoupled elements to schedulers - otherwise it's
11890           impossible to control if a link to a decoupled element was already
11891           removed from a scheduler or not.
11892         * gst/schedulers/cothreads_compat.h:
11893         * gst/schedulers/gthread-cothreads.h:
11894           add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
11895           is no "unused" warning.
11896         * gst/schedulers/Makefile.am:
11897         * gst/schedulers/entryscheduler.c:
11898           add new scheduler, based on ideas from talking to David and Martin.
11899           It's supposed to be small and correct. Currently it's also slow (but
11900           it's not noticable)
11901         * examples/retag/retag.c: (main):
11902         * testsuite/bytestream/test1.c: (main):
11903           fix missing NULLs at end of variadic functions
11904         * testsuite/elements/.cvsignore:
11905           update
11906
11907 2004-03-28  Jan Schmidt  <thaytan@mad.scientist.com>
11908
11909         * gst/gstevent.h:
11910         Added GST_EVENT_ANY for GstEvents that pass a GstStructure
11911
11912 2004-03-25  David Schleef  <ds@schleef.org>
11913
11914         * docs/gst/gstreamer-sections.txt:  More doc hacking.
11915         * docs/gst/tmpl/gstaggregator.sgml:
11916         * docs/gst/tmpl/gstautoplugfactory.sgml:
11917         * docs/gst/tmpl/gstbin.sgml:
11918         * docs/gst/tmpl/gstbuffer.sgml:
11919         * docs/gst/tmpl/gstbufferstore.sgml:
11920         * docs/gst/tmpl/gstfakesink.sgml:
11921         * docs/gst/tmpl/gstfakesrc.sgml:
11922         * docs/gst/tmpl/gstmd5sink.sgml:
11923         * docs/gst/tmpl/gstreamer-unused.sgml:
11924         * docs/gst/tmpl/gstsearchfuncs.sgml:
11925         * docs/gst/tmpl/gstshaper.sgml:
11926         * docs/gst/tmpl/gstspider.sgml:
11927         * docs/gst/tmpl/gsttee.sgml:
11928         * docs/gst/tmpl/gstutils.sgml:
11929         * docs/gst/tmpl/gstvalue.sgml:
11930         * docs/gst/tmpl/gstxml.sgml:
11931         * gst/Makefile.am:  Remove gstthreaddummy.c.  It never worked,
11932         and we don't support it.
11933         * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
11934         (gst_use_threads), (gst_has_threads): same
11935         * gst/gstthreaddummy.c: same
11936         * gst/autoplug/gstspider.c: Make gst_spider_details static.
11937         * gst/autoplug/gstspider.h: same
11938         * gst/elements/gstaggregator.h: Remove bogus function from header
11939         * gst/elements/gstfakesink.h: same
11940         * gst/elements/gstfakesrc.h: same
11941         * gst/elements/gstmd5sink.h: same
11942         * gst/elements/gstshaper.h: same
11943         * gst/elements/gsttee.h: same
11944         * gst/gstbin.c: doc fixes
11945         * gst/gstbin.h: Remove unused definition.
11946         * gst/gstbuffer.c: doc fixes
11947         * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
11948         * gst/gstfilter.c: doc fixes
11949         * gst/gsttag.c: doc fixes
11950         * gst/gstvalue.c: doc fixes
11951
11952 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11953
11954         * docs/pwg/advanced-types.xml:
11955           Document typefinding.
11956         * docs/pwg/other-oneton.xml:
11957           Document one-to-n elements, demuxers and parsers.
11958
11959 2004-03-25  Tim-Philipp M??ller <t.i.m@zen.co.uk>
11960
11961         reviewed by: David Schleef  <ds@schleef.org>
11962
11963         * configure.ac: Check bison version (bug #127838)
11964
11965 2004-03-25  David Schleef  <ds@schleef.org>
11966
11967         * docs/gst/gstreamer-docs.sgml: More fine tuning.
11968         * docs/gst/gstreamer-sections.txt:
11969         * docs/gst/tmpl/gstautoplug.sgml:
11970         * docs/gst/tmpl/gststaticautoplug.sgml:
11971         * docs/gst/tmpl/gststaticautoplugrender.sgml:
11972         * docs/gst/tmpl/gstutils.sgml:
11973         * docs/gst/tmpl/gstxml.sgml:
11974
11975 2004-03-24  David Schleef  <ds@schleef.org>
11976
11977         * docs/gst/gstreamer-docs.sgml:  I got tired of the reference
11978         manual being such complete crap, that I decided to do major
11979         hacking of it.  This checkin replaces any fine tuning that
11980         may have been done previously, with the benefit of actually
11981         being complete for much of the API that was changed since
11982         0.6.  Further fine tuning will occur shortly.  (bug #134721)
11983         * docs/gst/gstreamer-sections.txt:
11984         * docs/gst/tmpl/GstBin.sgml:
11985         * docs/gst/tmpl/GstBuffer.sgml:
11986         * docs/gst/tmpl/GstCaps.sgml:
11987         * docs/gst/tmpl/GstClock.sgml:
11988         * docs/gst/tmpl/GstCompat.sgml:
11989         * docs/gst/tmpl/GstData.sgml:
11990         * docs/gst/tmpl/GstElement.sgml:
11991         * docs/gst/tmpl/GstEvent.sgml:
11992         * docs/gst/tmpl/GstIndex.sgml:
11993         * docs/gst/tmpl/GstStructure.sgml:
11994         * docs/gst/tmpl/GstTag.sgml:
11995         * docs/gst/tmpl/cothreads.sgml:
11996         * docs/gst/tmpl/cothreads_compat.sgml:
11997         * docs/gst/tmpl/gettext.sgml:
11998         * docs/gst/tmpl/grammar.tab.sgml:
11999         * docs/gst/tmpl/gst-i18n-app.sgml:
12000         * docs/gst/tmpl/gst-i18n-lib.sgml:
12001         * docs/gst/tmpl/gst.sgml:
12002         * docs/gst/tmpl/gst_private.sgml:
12003         * docs/gst/tmpl/gstaggregator.sgml:
12004         * docs/gst/tmpl/gstarch.sgml:
12005         * docs/gst/tmpl/gstatomic.sgml:
12006         * docs/gst/tmpl/gstatomic_impl.sgml:
12007         * docs/gst/tmpl/gstbin.sgml:
12008         * docs/gst/tmpl/gstbuffer.sgml:
12009         * docs/gst/tmpl/gstbufferstore.sgml:
12010         * docs/gst/tmpl/gstcaps.sgml:
12011         * docs/gst/tmpl/gstclock.sgml:
12012         * docs/gst/tmpl/gstcompat.sgml:
12013         * docs/gst/tmpl/gstconfig.sgml:
12014         * docs/gst/tmpl/gstcpu.sgml:
12015         * docs/gst/tmpl/gstdata.sgml:
12016         * docs/gst/tmpl/gstdata_private.sgml:
12017         * docs/gst/tmpl/gstelement.sgml:
12018         * docs/gst/tmpl/gstenumtypes.sgml:
12019         * docs/gst/tmpl/gsterror.sgml:
12020         * docs/gst/tmpl/gstevent.sgml:
12021         * docs/gst/tmpl/gstfakesink.sgml:
12022         * docs/gst/tmpl/gstfakesrc.sgml:
12023         * docs/gst/tmpl/gstfilesink.sgml:
12024         * docs/gst/tmpl/gstfilter.sgml:
12025         * docs/gst/tmpl/gstindex.sgml:
12026         * docs/gst/tmpl/gstinfo.sgml:
12027         * docs/gst/tmpl/gstinterface.sgml:
12028         * docs/gst/tmpl/gstlog.sgml:
12029         * docs/gst/tmpl/gstmacros.sgml:
12030         * docs/gst/tmpl/gstmarshal.sgml:
12031         * docs/gst/tmpl/gstmd5sink.sgml:
12032         * docs/gst/tmpl/gstmultifilesrc.sgml:
12033         * docs/gst/tmpl/gstobject.sgml:
12034         * docs/gst/tmpl/gstpad.sgml:
12035         * docs/gst/tmpl/gstparse.sgml:
12036         * docs/gst/tmpl/gstpipeline.sgml:
12037         * docs/gst/tmpl/gstplugin.sgml:
12038         * docs/gst/tmpl/gstpluginfeature.sgml:
12039         * docs/gst/tmpl/gstqueue.sgml:
12040         * docs/gst/tmpl/gstreamer-unused.sgml:
12041         * docs/gst/tmpl/gstregistry.sgml:
12042         * docs/gst/tmpl/gstregistrypool.sgml:
12043         * docs/gst/tmpl/gstscheduler.sgml:
12044         * docs/gst/tmpl/gstsearchfuncs.sgml:
12045         * docs/gst/tmpl/gstshaper.sgml:
12046         * docs/gst/tmpl/gstspider.sgml:
12047         * docs/gst/tmpl/gstspideridentity.sgml:
12048         * docs/gst/tmpl/gststructure.sgml:
12049         * docs/gst/tmpl/gstsystemclock.sgml:
12050         * docs/gst/tmpl/gsttag.sgml:
12051         * docs/gst/tmpl/gsttaginterface.sgml:
12052         * docs/gst/tmpl/gsttee.sgml:
12053         * docs/gst/tmpl/gstthread.sgml:
12054         * docs/gst/tmpl/gsttrace.sgml:
12055         * docs/gst/tmpl/gsttrashstack.sgml:
12056         * docs/gst/tmpl/gsttypefind.sgml:
12057         * docs/gst/tmpl/gsttypes.sgml:
12058         * docs/gst/tmpl/gsturi.sgml:
12059         * docs/gst/tmpl/gsturitype.sgml:
12060         * docs/gst/tmpl/gstutils.sgml:
12061         * docs/gst/tmpl/gstvalue.sgml:
12062         * docs/gst/tmpl/gstversion.sgml:
12063         * docs/gst/tmpl/gstxml.sgml:
12064         * docs/gst/tmpl/gstxmlregistry.sgml:
12065         * docs/gst/tmpl/gthread-cothreads.sgml:
12066         * docs/gst/tmpl/types.sgml:
12067
12068 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12069
12070         * docs/pwg/other-sink.xml:
12071         * docs/pwg/other-source.xml:
12072           Documentation on how to write source and sink elements. Other
12073           stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
12074           manager, autoplugger) are all still pending.
12075
12076 2004-03-25  Benjamin Otte  <otte@gnome.org>
12077
12078         * testsuite/elements/Makefile.am:
12079         * testsuite/elements/gst-compprep-check:
12080           add check to make sure gst-compprep works
12081         * testsuite/elements/gst-inspect-check.in:
12082           improve initialization output
12083         * testsuite/Makefile.am:
12084         * testsuite/gst-inspect-check:
12085           remove old file
12086
12087 2004-03-24  David Schleef  <ds@schleef.org>
12088
12089         * testsuite/elements/Makefile.am:
12090         * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
12091         to the testsuite.
12092
12093 2004-03-24  Benjamin Otte  <otte@gnome.org>
12094
12095         * libs/gst/control/dparam.c: (gst_dparam_attach),
12096         (gst_dparam_detach):
12097         * libs/gst/control/dparammanager.c: (gst_dpman_init):
12098           fix lvalue casts for real
12099
12100 2004-03-24  Benjamin Otte  <otte@gnome.org>
12101
12102         * gst/schedulers/gstbasicscheduler.c:
12103         (gst_basic_scheduler_src_wrapper):
12104         * gst/schedulers/gstoptimalscheduler.c:
12105         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
12106         (pad_clear_queued), (gst_opt_scheduler_add_element),
12107         (gst_opt_scheduler_remove_element):
12108           fix GStreamer to not have issues with lvalue casts anymore (fixes
12109           #136841)
12110
12111 2004-03-24  Benjamin Otte  <otte@gnome.org>
12112
12113         * gst/gstelement.c:
12114           add documentation about a gobject quirk where the object hasn't the
12115           correct class pointer set on initialization
12116         * gst/schedulers/gstbasicscheduler.c:
12117         (gst_basic_scheduler_src_wrapper):
12118           make sure to not run into an infinite loop
12119
12120 2004-03-22  Benjamin Otte  <otte@gnome.org>
12121
12122         * gst/gstutils.c: (gst_util_dump_mem):
12123         * gst/gstutils.h:
12124           first argument of gst_util_dump_mem should be const
12125
12126 2004-03-22  Johan Dahlin  <johan@gnome.org>
12127
12128         * gst/gstvalue.h: Clean up a little bit.
12129
12130 2004-03-21  Tim-Philipp M??ller <t.i.m@zen.co.uk>
12131
12132         reviewed by Benjamin Otte  <otte@gnome.org>
12133
12134         * gst/autoplug/gstspider.c: (gst_spider_dispose):
12135         * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
12136         (gst_aggregator_class_init), (gst_aggregator_init):
12137         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
12138         (gst_filesrc_dispose), (gst_filesrc_set_location):
12139         * gst/elements/gstidentity.c: (gst_identity_finalize),
12140         (gst_identity_class_init), (gst_identity_chain):
12141         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
12142         * gst/elements/gststatistics.c: (gst_statistics_finalize),
12143         (gst_statistics_class_init):
12144         * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
12145         (gst_tee_get_property):
12146           clean up used memory in this elements correctly on teardown (closes
12147           #137279)
12148
12149 2004-03-20  Colin Walters  <walters@redhat.com>
12150
12151         * gst/registries/gstxmlregistry.c:
12152         (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
12153         registry saving atomic.
12154
12155 2004-03-20  Colin Walters  <walters@redhat.com>
12156
12157         * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
12158         Just use
12159         access() instead of actually creating and deleting files.
12160
12161 2004-03-18  David Schleef  <ds@schleef.org>
12162
12163         * configure.ac:  Remove HAVE_ATOMIC_H test, since it's unused.
12164         (bug #137625)
12165
12166 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12167
12168         * po/sv.po: updated translation (Christian Rose)
12169
12170 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12171
12172         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
12173         (gst_filesink_get_query_types), (_do_init),
12174         (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
12175           return FALSE silently
12176         * po/af.po: updated translation (Petri Jooste)
12177
12178 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12179
12180         * Makefile.am:
12181         * configure.ac:
12182           dist common properly
12183         * po/af.po:
12184         * po/fr.po:
12185         * po/nl.po:
12186         * po/sr.po:
12187         * po/sv.po:
12188           refreshing translations
12189
12190 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12191
12192         * po/LINGUAS:
12193         * po/sv.po:
12194         * po/af.po:
12195           adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
12196
12197 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12198
12199         * Makefile.am: use common/release.mak
12200
12201 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12202
12203         * docs/faq/gst-uninstalled:
12204           adding gst-monkeysaudio to the list of possible plugin dirs
12205
12206 2004-03-16  David Schleef  <ds@schleef.org>
12207
12208         * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
12209         (gst_init_check_with_popt_table):  Fix some gettext strings to
12210         make them easier to translate.  Required making the strings
12211         non-const.
12212
12213 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12214
12215         * configure.ac: bump nano to 1
12216
12217 === release 0.8.0 ===
12218
12219 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12220
12221         * configure.ac: release 0.8.0, "Executive Slacks"
12222
12223 2004-03-16  Johan Dahlin  <johan@gnome.org>
12224
12225         * gst/schedulers/gstoptimalscheduler.c
12226         (gst_opt_scheduler_pad_unlink): Remove double ;,
12227         spotted by Scott Wheeler
12228
12229 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12230
12231         * configure.ac: bump libtool version
12232
12233 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12234
12235         * gst/gstcaps.h:
12236         * gst/gststructure.h:
12237           add reserved padding
12238
12239 2004-03-15  Benjamin Otte  <otte@gnome.org>
12240
12241         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
12242           set the first parameter for select call correctly.
12243           (fixes #137230)
12244
12245 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12246
12247         * *.c,*.h: don't mix tabs and spaces
12248
12249 2004-03-15  Johan Dahlin  <johan@gnome.org>
12250
12251         * gst/schedulers/gstoptimalscheduler.c
12252         (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
12253         crash on MPEG playback. My boolean arithmetic is a bit rusty.
12254
12255         * tools/Makefile.am (EXTRA_DIST): Add gst-indent
12256         
12257 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12258
12259         * testsuite/Rules:
12260           fix gst-register rules
12261
12262 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12263
12264         * testsuite/Rules:
12265           use versioned gst-register
12266
12267 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12268
12269         * docs/libs/gstreamer-libs-sections.txt:
12270           remove </SUBSECTION>
12271         * gst/gstplugin.c:
12272         * gst/gstregistry.c: (gst_registry_add_plugin):
12273         * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
12274         (gst_xml_registry_open_func), (gst_xml_registry_close_func):
12275           add debugging and fix some comment blocks
12276
12277 2004-03-15  Johan Dahlin  <johan@gnome.org>
12278
12279         * *.h: Revert indent changes.
12280         
12281 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12282
12283         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
12284           g_error_free the g_error
12285         * tools/gst-feedback-m.m:
12286           check for other versions of gstreamer
12287         * tools/gst-indent:
12288           use sh, not bash
12289
12290 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12291
12292         * tools/gst-register.c: do not spill paths when registries are not
12293           writable, until we fix the "user running gst-register" case.
12294
12295 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12296
12297         * *.c, *.h: commit of gst-indent run on core
12298
12299 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12300
12301         * tools/gst-indent:
12302         * tools/Makefile.am:
12303           add our indentation style as a script
12304
12305 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12306
12307         * po/sr.po:
12308         * po/LINGUAS:
12309           added Serbian translation
12310
12311 2004-03-13  Benjamin Otte  <otte@gnome.org>
12312
12313         * gst/gstelement.c:
12314           add documentation note about gst_element_found_tags_for_pad not
12315           being usable in getfunctions. (see #137042)
12316
12317 2004-03-12  David Schleef  <ds@schleef.org>
12318
12319         * gst/gstcaps.h: jdahlin, what are you smoking?  We can't just
12320         change API right now!  Readd gst_caps_is_simple() macro.
12321         * gst/gstelement.c: (gst_element_base_class_finalize): Fix
12322         uninitialized variable.  I'd bet this caused crashes.
12323         * gst/gstinfo.c: (gst_debug_print_object):  Fix 64-bit cleanliness.
12324
12325 2004-03-12  Johan Dahlin  <johan@gnome.org>
12326
12327         * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
12328         * gst/gstcaps.h: Clean up
12329
12330         * gst/gst.c (init_post): call gst_caps_get_type() instead of
12331         _gst_caps_initalize()
12332
12333         * gst/gstcaps.c: Style fixes, stay closer to glib and friends
12334         (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
12335
12336         * gst/gststructure.c (gst_structure_get_type): Ditto
12337
12338         * gst/gststructure.h: Ditto
12339         
12340 2004-03-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12341
12342         * gst/gstqueue.c: (gst_queue_init):
12343           Reset default max. values in queues. Reason is simply to avoid
12344           braindead use. If you want wider values, use the properties. The
12345           default is supposed to always work. Wider values would make this
12346           beast a memory hog by default (250 full-PAL RGB32 video frames?
12347           That's 440 MB! No thank you).
12348
12349 2004-03-10  David Schleef  <ds@schleef.org>
12350
12351         * tools/gst-run.c: (main):  Fix crash when no relevant tools
12352         were found.  (bug #136793)
12353
12354 2004-03-10  Johan Dahlin  <johan@gnome.org>
12355
12356         * gst/schedulers/gstoptimalscheduler.c
12357         (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
12358         links to elements within the same group, so we can finally remove
12359         that annoying warning. Refactor the code a little bit
12360         (group_dec_links_for_element): Split out
12361
12362 2004-03-09  David Schleef  <ds@schleef.org>
12363
12364         * docs/manual/dparams-app.xml:  Fix to handle double dparams.
12365         (bug #134863)
12366
12367 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12368
12369         * configure.ac: first bug fix due to major/minor bump
12370
12371 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12372
12373         * configure.ac: bump nano to 1
12374
12375 === release 0.7.6 ===
12376
12377 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12378
12379         * NEWS:
12380         * RELEASE:
12381         * configure.ac:
12382           releasing 0.7.6, "Almost"
12383         * po/fr.po:
12384         * po/nl.po:
12385         * tools/Makefile.am:
12386         * tools/gst-feedback-m.m:
12387           unversioned source
12388
12389 2004-03-09  Johan Dahlin  <johan@gnome.org>
12390
12391         Reviewed by: Thomas Vander Stichele
12392
12393         * gst/gstelement.c (gst_element_class_init): register second
12394         parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
12395         language bindings can (de)marshall correctly.
12396
12397         * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
12398
12399         * gst/gsterror.c (gst_g_error_get_type): New function
12400
12401         * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
12402         with VOID:OBJECT,OBJECT,STRING 
12403
12404 2004-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
12405
12406         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
12407         Free a leaked g_timer on early returns.
12408
12409 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12410
12411         * docs/pwg/advanced-types.xml:
12412           Add cinepak description.
12413
12414 2004-03-07  David Schleef  <ds@schleef.org>
12415
12416         * docs/random/mimetypes:  Added cinepak description
12417
12418 2004-03-07  Andy Wingo  <wingo@pobox.com>
12419
12420         * gst/gstbin.c (gst_bin_remove): Debugging fixes.
12421
12422         * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
12423         there are no links to other groups when a group is destroyed.
12424         (gst_opt_scheduler_pad_unlink): If the unlink means an element is
12425         removed from a group, make sure the link count to elements linked
12426         to other pads is appropriately decremented. This really fixes
12427         #135672.
12428
12429         The 1.60->1.61 patch has been reapplied in light of this fix.
12430
12431         * gst/gstelement.c (gst_element_dispose): Really protect against
12432         multiple invocations this time.
12433
12434 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12435
12436         * docs/gst/gstreamer-sections.txt:
12437         * docs/gst/tmpl/gsttag.sgml:
12438           remove some deprecated functions, document some existing ones
12439         * gst/gsttag.c: (gst_tag_get_flag):
12440         * gst/gsttag.h:
12441           add accessor function
12442
12443 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12444
12445         * docs/gst/gstreamer-sections.txt:
12446         * docs/gst/tmpl/gsttag.sgml:
12447         * docs/gst/tmpl/gstxml.sgml:
12448         * gst/gsttag.c: (gst_tag_get_flag):
12449         * gst/gsttag.h:
12450
12451 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
12452
12453         * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
12454         leak
12455
12456 2004-03-05  David Schleef  <ds@schleef.org>
12457
12458         * REQUIREMENTS: Add bison and flex.
12459         * configure.ac: Fix comment about bison.
12460         * docs/random/ds/0.9-suggested-changes: yer ma
12461         * tools/gst-inspect.c: (print_element_info):  Fix warning.
12462
12463 2004-03-05  Benjamin Otte  <otte@gnome.org>
12464
12465         * gst/gstelement.c: (gst_element_error_full):
12466           revert recent recursive state changing commit - messing with other
12467           elements' states is evil and should be done by apps only.
12468
12469 2004-03-05  Benjamin Otte  <otte@gnome.org>
12470
12471         * gst/gstelement.c: (gst_element_get_compatible_pad_template):
12472           check for empty intersection instead of NULL caps
12473         (gst_element_get_compatible_pad_filtered):
12474           remove old workaround that is only a bug nowadays
12475
12476 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12477
12478         * gst/gstelement.c: (gst_element_error_full):
12479           make elements try to recursively change state to PAUSED on all
12480           parents after an error to suppress ensuing warnings
12481         * gst/parse/grammar.y:
12482           make it check if it was able to sync the state, and throw an error
12483           if not, so stuff like
12484           oggdemux ! vorbisdec ! osssink gets caught
12485
12486 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12487
12488         * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
12489           it contains lib64; use AS_AC_EXPAND to handle it properly
12490
12491 2004-03-05  David Schleef  <ds@schleef.org>
12492
12493         * gst/gstcpuid_i386.s:  Remove unused code
12494         * libs/gst/getbits/getbits.c: (gst_getbits_init),
12495         (gst_getbits_newbuf): Remove MMX code
12496         * libs/gst/getbits/getbits.h: Remove MMX code
12497
12498 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
12499
12500         * debian/.cvsignore:
12501         * debian/README.Debian:
12502         * debian/changelog:
12503         * debian/control:
12504         * debian/control.in:
12505         * debian/copyright:
12506         * debian/gstreamer-core-libs-dev.files:
12507         * debian/gstreamer-core-libs.files:
12508         * debian/gstreamer-core.files:
12509         * debian/gstreamer-core.postinst:
12510         * debian/gstreamer-core.postrm:
12511         * debian/gstreamer-doc.files:
12512         * debian/gstreamer-doc.links:
12513         * debian/gstreamer-doc.lintian:
12514         * debian/gstreamer-runtime.files:
12515         * debian/gstreamer-runtime.manpages:
12516         * debian/gstreamer-runtime.postinst:
12517         * debian/gstreamer-runtime.postrm:
12518         * debian/gstreamer-tools.files:
12519         * debian/gstreamer-tools.manpages:
12520         * debian/libgstreamer-dev.files:
12521         * debian/libgstreamer0.4.1.files:
12522         * debian/libgstreamerVERSION.files:
12523         * debian/rules:
12524         Debian package info not maintained here.
12525
12526 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12527
12528         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
12529         * gst/gstbin.c: (gst_bin_class_init):
12530         * gst/gstelement.c: (gst_element_class_init):
12531         * gst/gstindex.c: (gst_index_class_init):
12532         * gst/gstobject.c: (gst_object_class_init),
12533         (gst_signal_object_class_init):
12534         * gst/gstpad.c: (gst_pad_template_class_init):
12535         * gst/gstregistry.c: (gst_registry_class_init):
12536         * gst/gsturi.c: (gst_uri_handler_base_init):
12537         * gst/gstxml.c: (gst_xml_class_init):
12538         * libs/gst/control/dparam.c: (gst_dparam_class_init):
12539         * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
12540           make all signal names use dashes instead of underscore
12541
12542 2004-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12543
12544         * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
12545
12546 2004-03-03  Benjamin Otte  <otte@gnome.org>
12547
12548         * gst/schedulers/gstoptimalscheduler.c:
12549           revert last commit by Andy Wingo. It causes segfaults on unreffing
12550           in Rhythmbox. (see bug #135672)
12551
12552 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
12553
12554         * po/fr.po: fix typo
12555
12556 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
12557
12558         * tools/gst-inspect.c: (main): 
12559         * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
12560
12561 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12562
12563         * configure.ac:
12564           get GLIB_ONLY and POPT flags for the nonversioned binaries
12565         * tools/Makefile.am:
12566           use them
12567
12568 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12569
12570         * gst/gst.c: (init_post):
12571           change so that GST_REGISTRY now is where the global registry gets
12572           saved, since that is where plugins now get attached to first, and
12573           spilled over to the user registry.  Note that in the case of using
12574           GST_REGISTRY env var, we don't want to affect any real registries
12575           beyond the one given by this var, and thus we don't set a user
12576           registry to spill to.  So make sure GST_REGISTRY is writable.
12577
12578 2004-03-01  David Schleef  <ds@schleef.org>
12579
12580         * AUTHORS:  Added some names.  Add yourself if you're missing.
12581
12582 2004-03-01  David Schleef  <ds@schleef.org>
12583
12584         * MAINTAINERS: Add
12585
12586 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12587
12588         * configure.ac:
12589           remove whitespace
12590         * docs/gst/tmpl/gstbuffer.sgml:
12591         * docs/gst/tmpl/gstdata.sgml:
12592         * docs/gst/tmpl/gstreamer-unused.sgml:
12593         * docs/gst/tmpl/gstxml.sgml:
12594           doc update
12595         * docs/manuals.mak:
12596           add a FIXME
12597         * docs/pwg/intro-preface.xml:
12598         * docs/pwg/pwg.xml:
12599           remove GNOME
12600         * gst/gst.c: (init_post):
12601           try GST_PLUGIN_PATH paths for the _global_registry first
12602         * gst/gstelement.h:
12603           add the error message as well, otherwise (null) debug info doesn't
12604           make much sense
12605         * tools/gst-register.c: (main):
12606           spill paths to next registry if this registry is not writable
12607         * po/fr.po:
12608         * po/nl.po:
12609           translation updates
12610
12611 2004-03-01  Johan Dahlin  <johan@gnome.org>
12612
12613         * gst/gstbuffer.c (_gst_buffer_initialize): 
12614         * gst/gstdata.c (gst_data_get_type): 
12615         * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
12616         instead of ref, since some applications that uses GBoxed
12617         routines depends on a function that actually returns a copy.
12618
12619 2004-02-27  Benjamin Otte  <otte@gnome.org>
12620
12621         * gst/gstbuffer.h:
12622           remove gst_buffer_free, use gst_data_unref
12623         * gst/gstdata.c: (gst_data_get_type):
12624           use refcounting in GstData GBoxed registration
12625         * gst/gstdata.h:
12626           remove gst_data_free, use gst_data_unref
12627
12628 2004-02-27  Johan Dahlin  <johan@gnome.org>
12629
12630         * gst/gstdata.c (gst_data_get_type): New function, register
12631         GstData as a GBoxed type.
12632
12633         * gst/gstdata.h (GST_TYPE_DATA): New macro
12634
12635 2004-02-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12636
12637         * Makefile.am:
12638         * gstreamer.spec.in:
12639           put back RELEASE
12640         * gst/Makefile.am:
12641           clean up non-disting of built files
12642         * testsuite/debug/commandline.c:
12643           test fix for option rename
12644
12645 2004-02-26  David Schleef  <ds@schleef.org>
12646
12647         * configure.ac:  We don't really need glib-2.3.  Also remove
12648         some unneeded checks for library functions.
12649         * gst/Makefile.am:  Instead, we need to not dist files created
12650         by glib-genmarshal.
12651
12652 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12653
12654         * configure.ac:
12655           bump glib required version to 2.3.0 for g_value_takes_boxed
12656
12657  2004-02-25  Christian Fredrik Kalager Schaller <uraeus@gnome.org>
12658
12659         * common/m4/gst-docs.m4
12660         change flavour text from enable to disable as enable is our default
12661         closes bug Bug 135304
12662
12663 === release 0.7.5 ===
12664  
12665  2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12666  
12667         * NEWS:
12668           instate NEWS file
12669         * Makefile.am:
12670         * gstreamer.spec.in:
12671         * RELEASE:
12672           put back release
12673         * configure.ac:
12674         * docs/random/release:
12675           more updates
12676
12677 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12678
12679         * gst/gsttag.c: (_gst_tag_initialize):
12680         * po/fr.po:
12681         * po/nl.po:
12682           remove hyphen from codec tags
12683
12684 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12685
12686         * gst/parse/Makefile.am:
12687           fix dependency so that a make from a clean build works the first
12688           time
12689
12690 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12691
12692         * docs/random/release:
12693           update release strategy
12694         * po/fr.po:
12695           auto-update po file
12696         * po/nl.po:
12697           update dutch translation
12698
12699 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12700
12701         * docs/manual/debugging.xml:
12702         fix manual for new debugging system
12703
12704 2004-02-25  Andy Wingo  <wingo@pobox.com>
12705
12706         * gst/gstpad.c (gst_pad_link_prepare): Re-add
12707         gst_pad_link_prepare. Please email the list with specific reasons
12708         for reverting.
12709
12710 2004-02-24  Andy Wingo  <wingo@pobox.com>
12711
12712         * gst/gstelement.c (gst_element_dispose): Protect against multiple
12713         invocations.
12714
12715         * gst/schedulers/gstoptimalscheduler.c:
12716         I added a mess of prototypes at the top of the file by way of
12717         documentation. Some of the operations on chains and groups were
12718         re-organized.
12719
12720         (create_group): Added a type argument so if the group is enabled,
12721         the setup_group_scheduler knows what to do.
12722         (group_elements): Added a type argument here, too, to be passed on
12723         to create_group.
12724         (group_element_set_enabled): If an unlinked PLAYING element is
12725         added to a bin, we have to create a new group to hold the element,
12726         and this function will be called before the group is added to the
12727         chain. Thus we have a valid case for group->chain==NULL. Instead
12728         of calling chain_group_set_enabled, just set the flag on the group
12729         (the chain's status will be set when the group is added to it).
12730         (gst_opt_scheduler_state_transition, chain_group_set_enabled):
12731         Setup the group scheduler when the group is enabled, not
12732         specifically when an element goes PAUSED->PLAYING. This means
12733         PLAYING elements can be added, linked, and scheduled into a
12734         PLAYING pipeline, as was intended.
12735         (add_to_group): Don't ref the group twice. I don't know when this
12736         double-ref got in here. Removing it has the potential to cause
12737         segfaults if other parts of the scheduler are buggy. If you find
12738         that the scheduler is segfaulting for you, put in an extra ref
12739         here and see if that hacks over the underlying issue. Of course,
12740         then find out what code is unreffing a group it doesn't own...
12741         (create_group): Make the extra refcount floating, and remove it
12742         after adding the element. This means that...
12743         (unref_group): Destroy when the refcount reaches 0, not 1, like
12744         every other refcounted object in the known universe.
12745         (remove_from_group): When a group becomes empty, set it to be not
12746         active, and remove it from its chain. Don't unref it again,
12747         there's no floating reference any more.
12748         (destroy_group): We have to remove the group from the chain in
12749         remove_from_group (rather than here) to break refcounting cycles
12750         (the chain always has a ref on the group). So assert that
12751         group->chain==NULL.
12752         (ref_group_by_count): Removed, it was commented out anyway.
12753         (merge_chains): Use the remove_from_chain and add_to_chain
12754         primitives to do the reparenting, instead of rolling our own
12755         implementation.
12756         (add_to_chain): The first non-disabled group in the chain's group
12757         list will be the entry point for the chain. Because buffers can
12758         accumulate in loop elements' peer bufpens, we preferentially
12759         schedule loop groups before get groups to avoid unnecessary
12760         execution of get-based groups when the bufpens are already full.
12761         (gst_opt_scheduler_schedule_run_queue): Debug fixes.
12762         (get_group_schedule_function): Ditto.
12763         (loop_group_schedule_function): Ditto.
12764         (gst_opt_scheduler_loop_wrapper): Ditto.
12765         (gst_opt_scheduler_iterate): Ditto.
12766
12767         I understand the opt scheduler now, yippee!
12768
12769         * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
12770         (gst_pad_get_name, gst_pad_set_chain_function) 
12771         (gst_pad_set_get_function, gst_pad_set_event_function) 
12772         (gst_pad_set_event_mask_function, gst_pad_get_event_masks) 
12773         (gst_pad_get_event_masks_default, gst_pad_set_convert_function) 
12774         (gst_pad_set_query_function, gst_pad_get_query_types) 
12775         (gst_pad_get_query_types_default) 
12776         (gst_pad_set_internal_link_function) 
12777         (gst_pad_set_formats_function, gst_pad_set_link_function) 
12778         (gst_pad_set_fixate_function, gst_pad_set_getcaps_function) 
12779         (gst_pad_set_bufferalloc_function, gst_pad_unlink) 
12780         (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent) 
12781         (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps) 
12782         (gst_pad_proxy_pad_link, gst_pad_proxy_fixate) 
12783         (gst_pad_get_pad_template_caps, gst_pad_check_compatibility) 
12784         (gst_pad_get_peer, gst_pad_get_allowed_caps) 
12785         (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull) 
12786         (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps) 
12787         (gst_pad_event_default_dispatch, gst_pad_event_default) 
12788         (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default) 
12789         (gst_pad_convert, gst_pad_query_default, gst_pad_query) 
12790         (gst_pad_get_formats_default, gst_pad_get_formats): Better
12791         argument checks, and some doc fixes.
12792
12793         (gst_pad_custom_new_from_template): Um, does anyone
12794         use these functions? Actually make a custom pad instead of a
12795         normal one.
12796         (gst_pad_try_set_caps): Transpose some checks.
12797         (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
12798         the pad is in negotiation.
12799         (gst_pad_try_relink_filtered): Use pad_link_prepare.
12800         
12801         * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
12802
12803         * gst/gstelement.h: 
12804         * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
12805         on the list.
12806
12807 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12808
12809         * gst/gstbin.c: (gst_bin_add):
12810           add error for not being able to add elements
12811
12812 2004-02-22  Julien MOUTTE <julien@moutte.net>
12813
12814         * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
12815         audio-codec and video-codec.
12816
12817 2004-02-22  Benjamin Otte  <otte@gnome.org>
12818
12819         reported by: Padraig O'Briain <padraig.obriain@sun.com>
12820
12821         * autogen.sh:
12822           replace test -e with test -x for mkinstalldirs to be more portable.
12823           (fixes #134816)
12824
12825 2004-02-22  Benjamin Otte  <otte@gnome.org>
12826
12827         * gst/gstpad.c:
12828           revert last patch from Andy, it makes gst_pad_can_link_filtered much
12829           too noisy
12830         * gst/gsttag.c: (_gst_tag_initialize):
12831         * gst/gsttag.h:
12832           add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
12833         * libs/gst/control/dparam.c: (gst_dparam_attach):
12834         * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
12835           check that types for attached dparams match
12836
12837 2004-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12838
12839         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
12840         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
12841         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
12842           fix errors
12843
12844 2004-02-20  Andy Wingo  <wingo@pobox.com>
12845
12846         * gst/gstbin.c:
12847         * gst/gstbuffer.c:
12848         * gst/gstplugin.c:
12849         * gst/registries/gstxmlregistry.c: 
12850         * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
12851
12852         * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
12853         (gst_element_add_pad): DEBUG->INFO, some fixes.
12854         (gst_element_get_compatible_pad_template): Just see if the
12855         templates' caps intersect, not if one is a strict subset of the
12856         other. This conforms more to what gst_pad_link_intersect() does.
12857         (gst_element_class_add_pad_template): Don't memcpy the pad
12858         template, just ref it.
12859         (gst_element_get_compatible_pad_filtered): Clean up debug messages
12860
12861         * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
12862         (gst_pad_link_filtered): Debug changes.
12863         (gst_pad_link_prepare): New function, consolidated from
12864         can_link_filtered and link_filtered.
12865
12866         * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
12867         look more like that of the functions in gstelement.c
12868
12869         * gst/gstinfo.c (gst_debug_print_object): Put a space before the
12870         object, and return the empty string if object is NULL.
12871
12872         * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
12873         * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
12874         LOG, not DEBUG. We still get flex info on debug.
12875
12876         * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
12877         debug string more verbose.
12878         (plugin_times_older_than): DEBUG->LOG.
12879
12880 2004-02-20  Julien MOUTTE <julien@moutte.net>
12881
12882         * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
12883         will emit found_tag for each stream they demux with the codec.
12884
12885 2004-02-20  Benjamin Otte  <otte@gnome.org>
12886
12887         * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
12888           copy navigation event correctly. Check freeing tag lists. 
12889         * gst/gstthread.c: (gst_thread_change_state):
12890           don't abort() on state changing mess - it might happen because of
12891           bugs.
12892         * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
12893           use boxed functions
12894         * gst/gstvalue.h:
12895           fix GST_VALUE_HOLDS_CAPS
12896
12897 2004-02-19  David Schleef  <ds@schleef.org>
12898
12899         * gst/gstinfo.h:  Copy G_STRFUNC implementation from glib-2.4
12900         and use it for GST_FUNCTION.  (bug #134750)
12901
12902 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12903
12904         * po/fr.po:
12905         * po/nl.po:
12906           updating translations
12907
12908 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12909
12910         * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
12911
12912 2004-02-18  kost@imn.htwk-leipzig.de
12913
12914         reviewed by: David Schleef  <ds@schleef.org>
12915
12916         * docs/libs/gstreamer-libs-sections.txt:  Add missing sections
12917         for libgstcontrol.
12918
12919 2004-02-18  David Schleef  <ds@schleef.org>
12920
12921         * libs/gst/control/dparam.c: (gst_dparam_class_init):
12922         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
12923         (gst_dpsmooth_new): Additional fixes to get double dparams working.
12924         * tools/gst-inspect.c: (print_element_info): Support dumping of
12925         double dparam information.
12926
12927 2004-02-17  David Schleef  <ds@schleef.org>
12928
12929         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
12930         Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
12931         * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
12932         Use GST_TYPE_CAPS in signal prototype.
12933         * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
12934         Convert GST_TYPE_CAPS to boxed.
12935         * gst/gstelement.c: (gst_element_class_init):
12936         Use GST_TYPE_TAG_LIST in signal prototype.
12937         * gst/gstindex.c: (gst_index_class_init):
12938         * gst/gstindex.h:
12939         Add GST_TYPE_INDEX_ENTRY type.
12940         * gst/gstmarshal.list:
12941         Add necessary marshal types.
12942         * gst/gstpad.c: (gst_real_pad_class_init),
12943         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
12944         (gst_pad_recover_caps_error):
12945         Use GST_TYPE_CAPS in signal prototypes.  Fix some debugging strings.
12946         * gst/gststructure.c: (_gst_structure_initialize),
12947         (gst_structure_copy), (_gst_structure_copy_conditional):
12948         * gst/gststructure.h:
12949         Convert GST_TYPE_STRUCTURE to boxed.
12950         * gst/gsttag.c: (gst_tag_list_get_type):
12951         * gst/gsttag.h:
12952         Add GST_TYPE_TAG_LIST type.
12953
12954 2004-02-17  Julien MOUTTE  <julien@moutte.net>
12955
12956         * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
12957         to what we agreed with david.
12958         * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
12959
12960 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12961
12962         * po/nl.po: update translation
12963
12964 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12965
12966         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
12967           throw an error if spider is trying to play a mime type there is
12968           no decoder for
12969         * po/POTFILES.in:
12970           add gst/autoplug/gstspider.c for translation
12971
12972 2004-02-17  Julien MOUTTE  <julien@moutte.net>
12973
12974         * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return 
12975         silently when the pad is negotiating.
12976
12977 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12978
12979         * docs/faq/Makefile.am:
12980           add script to run gstreamer uninstalled 
12981         * docs/faq/faq.xml:
12982         * docs/faq/developing.xml:
12983         * docs/faq/gst-uninstalled:
12984           extract script to run gstreamer uninstalled
12985         * docs/manuals.mak:
12986           add EXTRA_SOURCES variable for Makefile.am's to set to
12987           use additional SOURCE files for the doc build
12988
12989 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12990
12991         * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
12992
12993 2004-02-15  Julien MOUTTE  <julien@moutte.net>
12994
12995         * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
12996         bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
12997         an error was thrown by osssink. Basically a state change failure for
12998         an element in a different scheduling group was considered as
12999         successful, which means that caps nego was going on and weird stuff
13000         happened. Like I wrote in the comment there, if someone wants to
13001         revert that please drop me a mail explaining why because I really see
13002         no point in keeping that broken behaviour there.
13003         * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
13004         be empty, we then return NULL which will trigger a nice error when 
13005         pulling from the pad.
13006
13007 2004-02-13  David Schleef  <ds@schleef.org>
13008
13009         * libs/gst/control/dparam.c: (gst_dparam_class_init),
13010         (gst_dparam_get_property), (gst_dparam_set_property),
13011         (gst_dparam_do_update_default):
13012         * libs/gst/control/dparam.h:
13013         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
13014         (gst_dpsmooth_new), (gst_dpsmooth_set_property),
13015         (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
13016         (gst_dpsmooth_do_update_double):
13017         * libs/gst/control/dparam_smooth.h:
13018         * libs/gst/control/dparammanager.c:
13019         (gst_dpman_inline_direct_update):
13020         Add support for double dparams.
13021
13022 2004-02-13  David Schleef  <ds@schleef.org>
13023
13024         * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
13025         * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
13026
13027 2004-02-13  Mattias Wadman  <mattias@sudac.org>
13028
13029         reviewed by: David Schleef  <ds@schleef.org>
13030
13031         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
13032         (gst_fdsrc_init), (gst_fdsrc_set_property),
13033         (gst_fdsrc_get_property), (gst_fdsrc_get):
13034         * gst/elements/gstfdsrc.h:  Adds timeout property to fdsrc,
13035         and sends an EOS event if file descriptor reading times out.
13036
13037 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13038
13039         * configure.ac:
13040           add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
13041
13042 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13043
13044         * configure.ac: pass required libxml version as argument
13045         (bug reported by Christophe Fergeau)
13046
13047 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13048   
13049         * docs/gst/gstreamer-docs.sgml:
13050         * docs/gst/tmpl/gstxml.sgml:
13051         * docs/libs/gstreamer-libs-docs.sgml:
13052           version API docs
13053
13054 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13055
13056         * gst/gstinfo.c:
13057         * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
13058         (gst_registry_pool_feature_filter):
13059         * gst/gstthread.c: (gst_thread_class_init):
13060         * gst/gstvalue.c:
13061           add includes exposed by building without libxml
13062         * gst/indexers/Makefile.am:
13063           do not build fileindex when LOADSAVE disabled; we should have
13064           a better libxml check later since fileindex depends on xml, not
13065           LOADSAVE or REGISTRY
13066         * libs/gst/control/Makefile.am:
13067           link with m
13068         * tools/Makefile.am:
13069           fix wrong source code for gst-xmlinspect
13070
13071 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13072
13073         * configure.ac:
13074           fix gcov help output
13075           move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
13076         * docs/random/release:
13077           some updated releasing notes
13078         * gstreamer.spec.in:
13079           more updates
13080
13081 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13082
13083         * docs/faq/faq.xml:
13084         * docs/manual/manual.xml:
13085         * docs/pwg/pwg.xml:
13086         * docs/pwg/titlepage.xml:
13087           put version in documentation
13088
13089 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13090
13091         * tools/Makefile.am: fix man page installation
13092
13093 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13094
13095         * configure.ac:
13096           don't check for libxml when load/save and registry disabled (#105844)
13097         * gstreamer.spec.in:
13098           sync with fedora candidate spec
13099
13100 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13101
13102         * po/fr.po:
13103         * po/nl.po:
13104           replace multidisksrc with multifilesrc
13105
13106 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13107
13108         * po/POTFILES.in:
13109           update to multidisksrc => multifilesrc file renaming (#134145)
13110
13111 2004-02-11  David Schleef  <ds@schleef.org>
13112
13113         * docs/gst/tmpl/gstcaps.sgml:  Fix stuff that mentions GstProps
13114         * docs/gst/tmpl/gstpadtemplate.sgml: same
13115         * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
13116         * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
13117         fixing dance.
13118         * gst/gstutils.c: Remove disabled code that uses GstProps.
13119         * gst/registries/gstxmlregistry.h: same
13120         * docs/random/ds/0.9-suggested-changes: random notes
13121
13122 2004-02-11  kost@imn.htwk-leipzig.de
13123
13124         reviewed by: David Schleef  <ds@schleef.org>
13125
13126         * gst/gstclock.c: (gst_clock_entry_new): fixes structure
13127         initialisation of clock (bug #134128)
13128
13129 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13130
13131         * configure.ac:
13132         * gst/elements/Makefile.am:
13133         * gst/elements/gstelements.c:
13134         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
13135         (gst_multifilesrc_class_init), (gst_multifilesrc_init),
13136         (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
13137         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
13138         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
13139         * gst/elements/gstmultifilesrc.h:
13140           rename multidisksrc to multifilesrc (part of #122200)
13141
13142 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13143
13144         * docs/manuals.mak:
13145           fix automake complaints
13146         * gst-element-check.m4:
13147           fix unquotedness
13148
13149 2004-02-11  David Schleef  <ds@schleef.org>
13150
13151         * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
13152         * gst/gstatomic_impl.h: Disable sparc implementation.
13153
13154 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13155
13156         * gst-element-check.m4:
13157           fix underquoted macros as reported by automake 1.8.x (#133800)
13158         * configure.ac:
13159           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
13160           by autopoint (fixes #132996)
13161
13162 2004-02-10  Andy Wingo  <wingo@pobox.com>
13163
13164         * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
13165         way to do inheritance.
13166         (gst_pad_get_event_masks, gst_pad_get_event_masks_default) 
13167         (gst_pad_get_query_types, gst_pad_get_query_types_default):
13168         Routine docs.
13169         (gst_pad_set_link_function, gst_pad_set_fixate_function) 
13170         (gst_pad_set_getcaps_function): Doc from Dave's negotation random
13171         doc.
13172         (gst_pad_unlink, gst_pad_is_linked): Docs.
13173         (gst_pad_renegotiate): A brief description of capsnego.
13174         (gst_pad_try_set_caps): Document.
13175         (gst_pad_try_set_caps_nonfixed): Document.
13176         (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
13177         (gst_pad_set_parent): Deprecated (although not out of the API).
13178         (gst_pad_get_parent): Deprecated, although many plugins use this.
13179         (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
13180         are private and will go away in 0.9.
13181         (gst_pad_perform_negotiate): Doc.
13182         (gst_pad_link_unnegotiate): I think this is meant to be static.
13183         (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps) 
13184         (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility) 
13185         (gst_pad_get_peer): Doc updates.
13186         (gst_pad_caps_change_notify): Doc.
13187         (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get) 
13188         (gst_ghost_pad_new): Doc fixes.
13189
13190         * gst/gstobject.c (gst_object_get_parent, gst_object_unparent) 
13191         (gst_object_check_uniqueness): 
13192
13193         * gst/gstelement.c (gst_element_add_pad) 
13194         (gst_element_add_ghost_pad, gst_element_remove_pad) 
13195         (gst_element_remove_ghost_pad, gst_element_get_pad) 
13196         (gst_element_get_static_pad, gst_element_get_pad_list) 
13197         (gst_element_class_get_pad_template_list) 
13198         (gst_element_class_get_pad_template): Work on the docs.
13199         (gst_element_get_pad_template_list): Uses the class method.
13200         (gst_element_get_compatible_pad_template): Docs, and consolidate
13201         some test conditions. 
13202         (gst_element_get_pad_from_template): New static function.
13203         (gst_element_request_compatible_pad): Docs, and work with
13204         non-request compatible templates. 
13205         (gst_element_get_compatible_pad_filtered): Docs and remove
13206         redundant checks.
13207         (gst_element_get_compatible_pad, gst_element_link_pads_filtered) 
13208         (gst_element_link_filtered, gst_element_link_many) 
13209         (gst_element_link, gst_element_link_pads) 
13210         (gst_element_unlink_many): Docs.
13211
13212 2004-02-05  Andy Wingo  <wingo@pobox.com>
13213
13214         * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
13215         s/pointer/boxed/.
13216
13217         * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
13218
13219         * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
13220         marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
13221         with the type=GST_TYPE_CAPS. This allows language bindings to know
13222         what kind of data they're dealing with.
13223
13224         * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
13225         to NULL when g_value_init is called. GstCaps, which rolls its own
13226         type implementation, now does the same instead of allocating empty
13227         caps.
13228         (_gst_caps_initialize, _gst_caps_collect_value,
13229         _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
13230         table methods. This allows G_VALUE_COLLECT to work.
13231
13232 2004-02-05  Andy Wingo  <wingo@pobox.com>
13233
13234         * configure.ac:
13235         * testsuite/Makefile.am (SUBDIRS): 
13236         * testsuite/ghostpads/Makefile.am: 
13237         * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
13238
13239         * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
13240         These two routines are the only ones that set
13241         GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
13242         pad template. They should be made static, depending on ABI needs.
13243         (gst_real_pad_dispose): Handle the case of ghost pads without a
13244         parent. Assert after dealing with ghost pads that the ghost pad
13245         list is empty.
13246         (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
13247         set after creation.
13248         (gst_ghost_pad_dispose): Set ::real-pad to NULL.
13249         (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
13250         functions. set_property will call add_ghost_pad/remove_ghost_pad
13251         as appropriate.
13252         (gst_ghost_pad_new): All the work is offloaded to g_object_new.
13253
13254         * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
13255         (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
13256         (gst_element_remove_pad): Handle ghost pads as well.
13257         (gst_element_remove_ghost_pad): Deprecated (could be removed,
13258         depending on API-stability needs).
13259
13260 2004-02-05  Andy Wingo  <wingo@pobox.com>
13261
13262         * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
13263         of course they're const
13264
13265 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13266
13267         * tools/Makefile.am:
13268         * tools/gst-feedback:
13269         * tools/gst-feedback-0.7:
13270           make gst-feedback versioned too for consistency
13271
13272 2004-02-11  David Schleef  <ds@schleef.org>
13273
13274         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
13275         (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
13276
13277 2004-02-10  Julien MOUTTE <julien@moutte.net>
13278
13279         * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
13280         the structure does not contain a valid tag list. Adding a safety check
13281         to remove a noisy warning in that case.
13282
13283 2004-02-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13284
13285         * gst/gst.c: fix name to be in line with others
13286
13287 2004-02-09  Julien MOUTTE <julien@moutte.net>
13288
13289         * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
13290         not shout that loud when len is 0. Just return 0 silently.
13291
13292 2004-02-09  Julien MOUTTE  <julien@moutte.net>
13293
13294         * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
13295         because data_unref has one and I prefer the debug to be symetric.
13296         * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
13297         were refed when added to the queue and unrefed only once when the queue
13298         was flushed. Now the flush handler unref the buffers two times : first
13299         unref for the ref added when pushing in the queue's tail and second
13300         unref to destroy the flushed buffer.
13301
13302 2004-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13303
13304         * docs/pwg/building-boiler.xml: fix cvs checkout documentation
13305
13306 2004-02-06  David Schleef  <ds@schleef.org>
13307
13308         * docs/random/ds/0.9-suggested-changes: Random ramblings
13309         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
13310         to int before printing.
13311         * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
13312         * gst/parse/parse.l: same.  See bug #129600
13313
13314 2004-02-06  David Schleef  <ds@schleef.org>
13315
13316         * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
13317         (gst_index_add_entry), (gst_index_add_associationv),
13318         (gst_index_add_association): Add gst_index_add_associationv()
13319         and clean up gst_index_add_association(). #127133
13320
13321 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13322
13323         * autogen.sh: check out common with right tag if CVS/Tag exists
13324
13325 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13326
13327         * testsuite/ghostpads/ghostpads.c: (main):
13328           fix testsuite from segfaulting
13329
13330 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13331
13332         * Makefile.am: add release target
13333         * configure.ac: bump nano to 1
13334         * docs/random/release:
13335
13336 2004-02-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13337
13338         * gst/gstcaps.h:
13339         * gst/gstelement.c: (gst_element_base_class_init),
13340         (gst_element_class_set_details), (gst_element_clear_pad_caps):
13341         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
13342         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
13343         (gst_real_pad_dispose):
13344         * gst/gststructure.c: (gst_structure_free),
13345         (gst_structure_from_string):
13346           put reverted patch back in
13347         * gst/gstelement.c: (gst_element_remove_pad):
13348           free explicit caps if they're set
13349         * gst/gstpad.c: (_gst_pad_default_fixate_func):
13350           copy the structure when fixating
13351
13352 2004-02-05  David Schleef  <ds@schleef.org>
13353
13354         * gst/gstmarshal.list:
13355         * gst/gstpad.c: (gst_real_pad_class_init),
13356         (_gst_real_pad_fixate_accumulator):
13357         Revert POINTER->BOXED change in signal marshaller.
13358
13359 === release 0.7.4 ===
13360                                                                                 
13361 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13362                                                                                 
13363         * NEWS: GStreamer 0.7.4 "Wooden Eels" released
13364         * configure.ac: changed for release
13365
13366 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13367
13368         * gstreamer.spec.in:
13369           bump required version of gtk-doc
13370
13371 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13372
13373         * gst/gstcaps.h:
13374         * gst/gstelement.c: (gst_element_base_class_init),
13375         (gst_element_class_set_details), (gst_element_clear_pad_caps):
13376         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
13377         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
13378         (gst_real_pad_dispose):
13379         * gst/gststructure.c: (gst_structure_free),
13380         (gst_structure_from_string):
13381           revert patch that breaks applications, reapply after release
13382           to get this fixed properly
13383
13384 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13385
13386         * gst/gsttag.c: (_gst_tag_initialize):
13387         * gst/gsttag.h:
13388           remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
13389
13390 2004-02-04  David Schleef  <ds@schleef.org>
13391
13392         Fix some memleaks:
13393         * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
13394         (gst_spider_plug_from_srcpad):
13395         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
13396
13397 2004-02-04  David Schleef  <ds@schleef.org>
13398
13399         * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
13400         a GstRealPad before accessing its structure members.
13401
13402 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13403
13404         * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
13405         (gst_clock_get_speed):
13406         * gst/gstclock.h:
13407           reset padding, remove unused fields
13408
13409 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13410
13411         * gst/autoplug/gstspideridentity.c:
13412         (gst_spider_identity_sink_loop_type_finding):
13413           use get_allowed_caps, not get_caps (fixes #132519)
13414         * gst/elements/gsttypefind.c: (stop_typefinding):
13415           use correct order when sending buffers and seeking
13416
13417 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13418
13419         * configure.ac:
13420         * gst/gstelement.h:
13421         * gst/gstpad.h:
13422         * gst/gstqueue.h:
13423           upgrade libtool CURRENT, reset padding
13424
13425 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13426
13427         * configure.ac:
13428           bump to prerelease
13429           put back AM_PROG_LIBTOOL to make libtoolize stop complaining
13430
13431 2004-02-04  David Schleef  <ds@schleef.org>
13432
13433         * docs/random/ds/0.9-suggested-changes: random notes
13434         * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
13435         (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
13436         Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
13437         expansion.
13438         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
13439         (gst_filesink_get_query_types): same
13440         * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
13441         (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
13442         * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
13443         to use new GST_PTR_FORMAT.
13444         * gst/gstelement.h: deprecate function factory macros
13445         GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
13446         These are our last variadic macros that can't be replaced with
13447         inlines.  Celebrate!  Also fix a typo in an #ifdef that was
13448         attempting to deprecate gst_element_clock_wait().
13449         * gst/gstevent.h: same
13450         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
13451         (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
13452         * gst/gstpad.h: deprecate function factory macros similar to above.
13453
13454 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13455
13456         * configure.ac:
13457         * tools/Makefile.am:
13458         * tools/gst-run.c: (popt_callback), (hash_print_key),
13459         (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
13460         (get_candidates), (main):
13461           add new source file to generate non-versioned wrapper binaries
13462           for our tools.
13463
13464 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13465
13466         * gst/gstevent.c: (_gst_event_free):
13467           actually break; inside the switch statement
13468         * gst/parse/grammar.y:
13469           fix memleak where GValues weren't unset
13470
13471 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13472
13473         * gst/gststructure.c: (gst_structure_from_string):
13474           fix huge memleak
13475         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
13476         (new_entry), (gst_type_find_element_chain):
13477         * gst/gstelement.c: (gst_element_base_class_init),
13478         (gst_element_class_set_details):
13479         * gst/gstpad.c: (gst_pad_can_link_filtered):
13480           fix smaller memleaks
13481         * gst/gstpad.c: (gst_real_pad_dispose):
13482           check that explicit caps are gone
13483         * gst/gststructure.c: (gst_structure_free):
13484           actually free the structure
13485         * gst/gstelement.c: (gst_element_clear_pad_caps):
13486           unset explicit caps
13487
13488 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13489
13490         * tools/Makefile.am:
13491           use AM_CFLAGS since all the CFLAGS are the same
13492           use AM_LDFAGS
13493
13494 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13495
13496         * docs/manual/gnome.xml:
13497           expand example a little
13498         * gst/gst.c: (gst_init_with_popt_table),
13499         (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
13500           make sure popt option displays are done with right textdomain
13501           use GstPoptOption type
13502         * gst/gst.h:
13503           create GstPoptOption type
13504
13505 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13506
13507         * gst/gsterror.c: (_gst_stream_errors_init):
13508         * gst/gsterror.h:
13509           adding error type for no codec
13510         * po/POTFILES.in:
13511           add gst-inspect
13512         * po/nl.po:
13513           update dutch translation
13514         * tools/gst-inspect.c: (print_element_list), (main):
13515           do proper internationalization
13516         * tools/gst-launch.c: (idle_func):
13517           remove commented out function call
13518
13519 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13520
13521         * docs/README:
13522           add some error fixing notes
13523         * docs/gst/gstreamer-sections.txt:
13524           remove double entries
13525         * docs/gst/tmpl/gstbin.sgml:
13526         * docs/gst/tmpl/gstclock.sgml:
13527           remove override
13528         * docs/gst/tmpl/gstelement.sgml:
13529         * docs/gst/tmpl/gstindex.sgml:
13530         * docs/gst/tmpl/gstobject.sgml:
13531         * docs/gst/tmpl/gstpadtemplate.sgml:
13532         * docs/gst/tmpl/gstreamer-unused.sgml:
13533         * docs/gst/tmpl/gsttag.sgml:
13534         * docs/gst/tmpl/gstthread.sgml:
13535         * docs/gst/tmpl/gstxml.sgml:
13536         * gst/gsttag.h:
13537           sync header prototypes with c decls
13538         * gst/gsttaginterface.c:
13539           fix doc headers
13540
13541 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13542
13543         * gst/parse/Makefile.am:
13544         * gst/gstobject.h:
13545           get rid of gstmarshal.h dependency. It's not needed.
13546         * gst/gst.h:
13547         * gst/elements/gstfakesink.c:
13548         * gst/elements/gstfakesrc.c:
13549         * gst/elements/gstidentity.c:
13550         * gst/gstbin.c:
13551         * gst/gstelement.c:
13552         * gst/gstindex.c:
13553         * gst/gstobject.c:
13554         * gst/gstpad.c:
13555         * gst/gstthread.c:
13556         * gst/gstxml.c:
13557         * libs/gst/control/dparam.c:
13558         * libs/gst/control/dparammanager.c:
13559           include gstmarshal.h.
13560         Fixes #132045
13561
13562 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13563
13564         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
13565         (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
13566         (gst_filesrc_map_region), (gst_filesrc_get_mmap):
13567         * gst/elements/gstfilesrc.h:
13568           don't ref the filesrc when creating mmaped buffers. Don't keep a
13569           list of not-yet-destroyed buffers.
13570         * gst/gstbuffer.h:
13571           Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
13572
13573 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13574
13575         * gst/gst.c: (init_pre):
13576           remove textdomain
13577
13578 2004-02-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13579
13580         * docs/pwg/advanced-events.xml:
13581         * docs/pwg/advanced-scheduling.xml:
13582         * docs/pwg/intro-basics.xml:
13583         * docs/pwg/other-manager.xml:
13584         * docs/pwg/other-nton.xml:
13585         * docs/pwg/other-ntoone.xml:
13586         * docs/pwg/other-oneton.xml:
13587         * docs/pwg/pwg.xml:
13588           All sort of documentation... Forgot what. Point is that I want this
13589           in before I leave. The 'other-*' will be the last section and will
13590           explain issues specific to these type of elements.
13591
13592 2004-02-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13593
13594         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
13595         (gst_filesrc_get_read):
13596           set all the values on buffers that we can
13597
13598 2004-02-02  David Schleef  <ds@schleef.org>
13599
13600         Change usage of isblah() to g_ascii_isblah() to be more locale
13601         independent.  (#133076)
13602         * gst/gsturi.c: (gst_uri_protocol_check_internal):
13603         * gst/gstutils.c:
13604         * gst/parse/parse.l:
13605
13606 2004-02-02  Jon Trowbridge  <trow@gnu.org>
13607
13608         reviewed by: David Schleef  <ds@schleef.org>
13609
13610         Fix memory leaks:
13611         * gst/gstcaps.c: (gst_caps_to_string):
13612         * gst/registries/gstxmlregistry.c:
13613         (gst_xml_registry_add_path_list_func),
13614         (gst_xml_registry_parse_padtemplate):
13615
13616 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13617
13618         * gst/gstelement.c: (gst_element_default_error):
13619           suffix error messages with period
13620
13621 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13622
13623         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
13624         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
13625         * gst/gsterror.c: (gst_error_get_message):
13626           Suffix with dots
13627         * po/fr.po:
13628         * po/nl.po:
13629           Update translation files
13630
13631 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13632
13633         * gst/autoplug/gstspideridentity.c:
13634         (gst_spider_identity_sink_loop_type_finding):
13635         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
13636         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
13637         (gst_filesink_close_file), (gst_filesink_handle_event),
13638         (gst_filesink_chain):
13639         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
13640         (gst_filesrc_get_read), (gst_filesrc_open_file):
13641         * gst/elements/gstidentity.c: (gst_identity_chain):
13642         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
13643         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
13644         (gst_pipefilter_chain), (gst_pipefilter_open_file):
13645         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
13646         * gst/gsterror.c: (_gst_core_errors_init),
13647         (_gst_library_errors_init), (_gst_resource_errors_init),
13648         (_gst_stream_errors_init), (gst_error_get_message):
13649         * gst/gstpad.c: (gst_pad_set_explicit_caps),
13650         (gst_pad_recover_caps_error), (gst_pad_pull):
13651         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
13652         * gst/schedulers/gstbasicscheduler.c:
13653         (gst_basic_scheduler_chainhandler_proxy),
13654         (gst_basic_scheduler_gethandler_proxy),
13655         (gst_basic_scheduler_cothreaded_chain):
13656           Suffix error messages with period.
13657           Use (NULL) instead of NULL
13658
13659 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13660
13661         * docs/gst/tmpl/gstelement.sgml:
13662         * docs/gst/tmpl/gstxml.sgml:
13663         * gst/gstelement.c: (gst_element_error_full):
13664           add element path to error
13665
13666 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13667
13668         * docs/random/mimetypes:
13669           update raw int/float info
13670         * gst/gsttag.c: (_gst_tag_initialize):
13671         * gst/gsttag.h:
13672           add GST_TAG_ENCODER
13673
13674 2004-01-30  David Schleef  <ds@schleef.org>
13675
13676         * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
13677           missing (#132991)
13678
13679 2004-01-30  Laurent Vivier <Laurent.Vivier@bull.net>
13680
13681         reviewed by Benjamin Otte 
13682           parts of the patch submitted in bug #113913
13683
13684         * configure.ac:
13685           use AC_C_INLINE. Use = instead of == with test
13686         * examples/plugins/example.c:
13687         * gst/autoplug/gstspideridentity.c:
13688         * gst/elements/gstfdsrc.c:
13689         * gst/elements/gstfilesrc.c:
13690         * gst/elements/gstidentity.c:
13691         * gst/elements/gstmultidisksrc.c:
13692         * gst/elements/gststatistics.c:
13693         * gst/gstelement.c:
13694         * gst/gstobject.c:
13695         * gst/gstpad.c:
13696         * gst/gstpipeline.c:
13697         * gst/gstthread.c:
13698           don't end enums with a comma
13699         * gst/gstindex.c: (gst_index_compare_func):
13700           do explicit casting to gint
13701         * gst/gsttrace.c: (gst_trace_text_flush):
13702           #define strsize as a macro
13703
13704 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13705
13706         * docs/README:
13707         * docs/gst/gstreamer-docs.sgml:
13708         * docs/gst/gstreamer-sections.txt:
13709         * docs/gst/tmpl/gstelement.sgml:
13710         * docs/gst/tmpl/gsterror.sgml:
13711         * docs/gst/tmpl/gstinterface.sgml:
13712         * docs/gst/tmpl/gstreamer-unused.sgml:
13713         * docs/gst/tmpl/gststructure.sgml:
13714         * docs/gst/tmpl/gsttag.sgml:
13715         * docs/gst/tmpl/gsttaginterface.sgml:
13716         * docs/gst/tmpl/gstvalue.sgml:
13717         make sure all API ends up in the built docs
13718         * gst/gstinterface.c:
13719         * gst/gststructure.c: (gst_structure_id_set_value),
13720         (gst_structure_set_value), (gst_structure_id_get_value):
13721         * gst/gststructure.h:
13722         * gst/gstvalue.h:
13723         sync .h with .c declarations
13724
13725 2004-01-30  Julien Moutte  <julien@moutte.net>
13726
13727         * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
13728         Ronald will fix riffread.
13729
13730 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13731
13732         * docs/pwg/advanced-interfaces.xml:
13733           Added tuner interface docs.
13734
13735 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13736
13737         * docs/random/mimetypes:
13738           correct Theora information
13739         * gst/gstelement.h:
13740           make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
13741
13742 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13743
13744         * gst/gstelement.c: (gst_element_error_full):
13745         * gst/gstelement.h:
13746           GST_ELEMENT_ERROR in enum -> _IN_ERROR
13747
13748 2004-01-29  Julien MOUTTE  <julien@moutte.net>
13749
13750         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
13751         (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
13752         again and even before DISCONT.
13753         * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
13754         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
13755         bytestream so that it's not stopping to fill the bytestream if events
13756         different than EOS or DISCONT are received. Instead it process them so
13757         that they go downstream.
13758
13759 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13760
13761         * docs/gst/tmpl/gstelement.sgml:
13762         * docs/gst/tmpl/gstreamer-unused.sgml:
13763         * docs/gst/tmpl/gstxml.sgml:
13764         * gst/autoplug/gstspideridentity.c:
13765         (gst_spider_identity_sink_loop_type_finding):
13766         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
13767         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
13768         (gst_filesink_close_file), (gst_filesink_handle_event),
13769         (gst_filesink_chain):
13770         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
13771         (gst_filesrc_get_read), (gst_filesrc_open_file):
13772         * gst/elements/gstidentity.c: (gst_identity_chain):
13773         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
13774         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
13775         (gst_pipefilter_chain), (gst_pipefilter_open_file):
13776         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
13777         * gst/gstelement.h:
13778         * gst/gstpad.c: (gst_pad_set_explicit_caps),
13779         (gst_pad_recover_caps_error), (gst_pad_pull):
13780         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
13781         * gst/schedulers/gstbasicscheduler.c:
13782         (gst_basic_scheduler_chainhandler_proxy),
13783         (gst_basic_scheduler_gethandler_proxy),
13784         (gst_basic_scheduler_cothreaded_chain):
13785           gst_element_error -> GST_ELEMENT_ERROR
13786
13787 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13788
13789         * docs/Makefile.am:
13790         * docs/gst/tmpl/gstelement.sgml:
13791         * docs/gst/tmpl/gstxml.sgml:
13792         * docs/manuals.mak:
13793         * docs/pwg/advanced-request.xml:
13794         * docs/pwg/advanced-scheduling.xml:
13795         * docs/pwg/advanced-tagging.xml:
13796           fix non-validating docbook using CDATA
13797           make sure make check-local gets run first to check if it validates
13798
13799 2004-01-29  Julien MOUTTE <julien@moutte.net>
13800
13801         * docs/pwg/advanced-events.xml: Adding documentation on advanced event
13802         handling (up and downstream).
13803         * docs/pwg/advanced-interfaces.xml: Make it coherent with the
13804         my_filter thing.
13805
13806 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13807
13808         * docs/pwg/advanced-tagging.xml:
13809           Add docs about tag writing.
13810
13811 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13812
13813         * docs/pwg/advanced-tagging.xml:
13814           Add a part about tag reading and application signalling... Tag
13815           writing still needs to be documented.
13816         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
13817           We can set file locations in READY, too.
13818
13819 2004-01-29  Julien MOUTTE <julien@moutte.net>
13820
13821         * docs/random/ds/element-checklist: Adding some notes about src
13822         events.
13823
13824 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13825
13826         * docs/random/mimetypes:
13827           Update docs to point to correct elements for various mimetypes, and
13828           some more errors pointed out by St??phane LOEUILLET (aka LeRoutier)
13829           <stephane.loeuillet@tiscali.fr>.
13830
13831 2004-01-28  David Schleef  <ds@schleef.org>
13832
13833         * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
13834
13835 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13836
13837         * docs/random/mimetypes:
13838           update docs for audio/x-raw-float. Add "buffer-frames=0 means
13839           undefined"
13840         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
13841           make it only work in NULL.
13842         * gst/gstcaps.c:
13843           don't posion NULL caps
13844         * gst/gstelement.c: (gst_element_set_time):
13845           add debugging statement
13846         * gst/gstelement.c: (gst_element_emit_found_tag),
13847         (gst_element_found_tag_func), (gst_element_found_tags):
13848         * gst/gstelement.h:
13849           These functions take const taglists
13850         * gst/gstpad.c: (gst_pad_proxy_getcaps):
13851           fix memleak
13852         * gst/gstpad.c: (gst_pad_event_default):
13853           make more effort on handling discont and clocks, g_warn if everything
13854           fails
13855         * gst/gststructure.c: (gst_structure_remove_fields),
13856         (gst_structure_remove_fields_valist):
13857         * gst/gststructure.h:
13858           add gst_structure_remove_fields(_valist)
13859         * gst/gsttag.c:
13860           fix doc glitch
13861
13862 2004-01-28  David Schleef  <ds@schleef.org>
13863
13864         * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
13865         * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
13866         Fix memory leakage of gst_caps_to_string().
13867
13868         Use GST_PTR_FORMAT instead of gst_caps_to_string():
13869         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
13870         * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
13871         (gst_spider_identity_sink_loop_type_finding):
13872         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
13873         (find_suggest):
13874         * gst/gstpad.c: (gst_pad_try_relink_filtered),
13875         (gst_pad_set_explicit_caps):
13876         * gst/parse/grammar.y:
13877
13878 2004-01-28  David Schleef  <ds@schleef.org>
13879
13880         * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
13881         GST_PRINTF_EXTENSION_FORMAT_DEFINE.
13882         * docs/random/ds/0.9-suggested-changes: Notes from Company.
13883         * gst/gstcaps.c: (gst_caps_to_string): Add comment.
13884         * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
13885         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
13886         (gst_debug_log_default), (_gst_info_printf_extension),
13887         (_gst_info_printf_extension_arginfo):  Add printf extension.
13888         * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
13889         * gst/gststructure.c: (gst_structure_to_string),
13890         (_gst_structure_parse_value): Use gst_value_deserialize() and
13891         remove old code.
13892         * gst/gstvalue.c: (gst_value_deserialize_fourcc),
13893         (gst_value_deserialize_boolean), (gst_strtoi),
13894         (gst_value_deserialize_int), (gst_value_deserialize_double),
13895         (gst_value_deserialize_string), (gst_value_deserialize): Implement
13896         a bunch of deserialize functions and gst_value_deserialize.
13897         * gst/gstvalue.h: er, _de_serialize, not unserialize
13898         * testsuite/caps/string-conversions.c: (main): We don't currently
13899         handle (float) in caps, so convert these to (double).
13900         * testsuite/debug/Makefile.am: Add new test for the printf extension
13901         * testsuite/debug/printf_extension.c: (main): same
13902
13903 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13904
13905         * docs/random/company/time:
13906           Add some docs about clocking and time
13907
13908 2004-01-28  Julien MOUTTE <julien@moutte.net>
13909
13910         * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
13911
13912 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13913
13914         * docs/pwg/advanced-clock.xml:
13915         * docs/pwg/advanced-dparams.xml:
13916         * docs/pwg/advanced-events.xml:
13917         * docs/pwg/advanced-interfaces.xml:
13918         * docs/pwg/advanced-midi.xml:
13919         * docs/pwg/advanced-request.xml:
13920         * docs/pwg/advanced-scheduling.xml:
13921         * docs/pwg/advanced-tagging.xml:
13922         * docs/pwg/advanced-types.xml:
13923         * docs/pwg/appendix-checklist.xml:
13924         * docs/pwg/building-boiler.xml:
13925         * docs/pwg/building-chainfn.xml:
13926         * docs/pwg/building-filterfactory.xml:
13927         * docs/pwg/building-pads.xml:
13928         * docs/pwg/building-props.xml:
13929         * docs/pwg/building-signals.xml:
13930         * docs/pwg/building-state.xml:
13931         * docs/pwg/building-testapp.xml:
13932         * docs/pwg/intro-basics.xml:
13933         * docs/pwg/intro-preface.xml:
13934         * docs/pwg/other-autoplugger.xml:
13935         * docs/pwg/other-sink.xml:
13936         * docs/pwg/other-source.xml:
13937         * docs/pwg/titlepage.xml:
13938           fix up id's
13939
13940 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13941
13942         * docs/95NonPath:
13943         * docs/HACKING:
13944         * docs/README:
13945         * docs/building-the-docs-on-debian:
13946           collect relevant bits of doc info
13947
13948 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13949
13950         * docs/pwg/advanced_tagging.xml:
13951           Half-assed commit so Thomas can re-arrange document IDs here to be
13952           consistent, too.
13953
13954 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13955
13956         * docs/manual/autoplugging.xml:
13957         * docs/manual/bins-api.xml:
13958         * docs/manual/bins.xml:
13959         * docs/manual/buffers-api.xml:
13960         * docs/manual/buffers.xml:
13961         * docs/manual/clocks.xml:
13962         * docs/manual/components.xml:
13963         * docs/manual/cothreads.xml:
13964         * docs/manual/debugging.xml:
13965         * docs/manual/dparams-app.xml:
13966         * docs/manual/dynamic.xml:
13967         * docs/manual/elements-api.xml:
13968         * docs/manual/elements.xml:
13969         * docs/manual/factories.xml:
13970         * docs/manual/gnome.xml:
13971         * docs/manual/goals.xml:
13972         * docs/manual/helloworld.xml:
13973         * docs/manual/helloworld2.xml:
13974         * docs/manual/init-api.xml:
13975         * docs/manual/intro.xml:
13976         * docs/manual/links-api.xml:
13977         * docs/manual/links.xml:
13978         * docs/manual/manual.xml:
13979         * docs/manual/motivation.xml:
13980         * docs/manual/pads-api.xml:
13981         * docs/manual/pads.xml:
13982         * docs/manual/plugins-api.xml:
13983         * docs/manual/plugins.xml:
13984         * docs/manual/programs.xml:
13985         * docs/manual/queues.xml:
13986         * docs/manual/quotes.xml:
13987         * docs/manual/schedulers.xml:
13988         * docs/manual/states-api.xml:
13989         * docs/manual/states.xml:
13990         * docs/manual/threads.xml:
13991         * docs/manual/typedetection.xml:
13992         * docs/manual/xml.xml:
13993           use chapter, part, section or misc as id starts for all bits
13994
13995 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13996
13997         * docs/gst/gstreamer-sections.txt:
13998           Fix up TITLE of the sections
13999
14000 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14001
14002         * docs/pwg/advanced_interfaces.xml:
14003           Add documentation on propertyprobing.
14004         * docs/pwg/advanced_events.xml:
14005         * docs/pwg/advanced_tagging.xml:
14006         * docs/pwg/building_boiler.xml:
14007         * docs/pwg/building_filterfactory.xml:
14008         * docs/pwg/pwg.xml:
14009           Move filterfactory and tagging into their own chapter, add a chapter
14010           on events. all these are empty placeholders that will be filled in
14011           some day.
14012
14013 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14014
14015         * docs/pwg/advanced_interfaces.xml:
14016           Docs for mixer interface. Also a check for website uploading.
14017
14018 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14019
14020         * docs/HACKING:
14021         * docs/Makefile.am:
14022         * docs/faq/Makefile.am:
14023         * docs/gst/Makefile.am:
14024         * docs/gst/tmpl/gstelement.sgml:
14025         * docs/gst/tmpl/gstplugin.sgml:
14026         * docs/gst/tmpl/gstreamer-unused.sgml:
14027         * docs/libs/Makefile.am:
14028         * docs/manual/Makefile.am:
14029         * docs/manuals.mak:
14030         * docs/pwg/Makefile.am:
14031         * docs/upload.mak:
14032           Separate out upload target and make it similar for
14033           both docbook and gtk-doc docs
14034
14035 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14036
14037         * docs/manuals.mak:
14038           Fix upload target to work with freedesktop
14039
14040 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14041
14042         * docs/pwg/advanced_types.xml:
14043           Add notes on creating your own types.
14044         * docs/pwg/building_boiler.xml:
14045         * docs/pwg/building_pads.xml:
14046         * docs/pwg/building_state.xml:
14047           Add some stuff about how to retrieve values from structures, how
14048           that relates to types and change layout slightly again to be almost
14049           perfect.
14050
14051 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14052
14053         * docs/pwg/advanced_dparams.xml:
14054         * docs/pwg/advanced_scheduling.xml:
14055           Change index layout slightly.
14056
14057 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14058
14059         * docs/pwg/advanced_clock.xml:
14060         * docs/pwg/advanced_interfaces.xml:
14061         * docs/pwg/advanced_midi.xml:
14062           General placeholders for now.
14063         * docs/pwg/advanced_request.xml:
14064           Explanation about sometimes and request pads.
14065         * docs/pwg/advanced_scheduling.xml:
14066           Concept of bytestream, loopfunctions and schedulers.
14067         * docs/pwg/building_boiler.xml:
14068           Add something about plugin-init.
14069
14070 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14071
14072         * docs/pwg/building_pads.xml:
14073           Fix broken docbook
14074
14075 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14076
14077         * docs/pwg/advanced_interfaces.xml:
14078         * docs/pwg/pwg.xml:
14079           Add as a placeholder for future filling-in.
14080         * docs/pwg/basics_autoplugging.xml:
14081         * docs/pwg/basics_buffers.xml:
14082         * docs/pwg/basics_elements.xml:
14083         * docs/pwg/basics_events.xml:
14084         * docs/pwg/basics_plugins.xml:
14085         * docs/pwg/basics_types.xml:
14086           Remove, because unused (this is all in intro_basics.xml).
14087         * docs/pwg/building_signals.xml:
14088           Short intro to signals + reference to GObject docs - we really
14089           shouldn't go into these sort of things to deply because we don't
14090           use them that extensively anyway.
14091         * docs/pwg/building_state.xml:
14092           Explanation of states. Benjamin, please check.
14093         * docs/pwg/building_testapp.xml:
14094           Put everything in one page - putting only a few lines of content
14095           per page doesn't really make sense.
14096
14097           Time to get into the advanced topics. ;).
14098
14099 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14100
14101         * docs/pwg/advanced_types.xml:
14102           Finish documenting the current state of mimetypes.
14103         * docs/pwg/building_boiler.xml:
14104         * docs/pwg/building_chainfn.xml:
14105         * docs/pwg/building_pads.xml:
14106         * docs/pwg/building_props.xml:
14107         * docs/pwg/building_testapp.xml:
14108           Start documenting the "how to build a simple audio filter" part
14109           of the PWG. Most stuff is ready by now. Stuff remaining: signals,
14110           states and (maybe?) a short introduction to capsnego in the chapter
14111           on pads (building_pads.xml). Capsnego should probably be explained
14112           fully in advanced_capsnego.xml or so.
14113
14114 2004-01-26  David Schleef  <ds@schleef.org>
14115
14116         * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
14117         * gst/gstpad.h: Add new function to allow element to (somewhat)
14118         specify non-fixed caps on a pad.
14119         * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
14120         that I added a few weeks ago.
14121
14122 2004-01-26  David Schleef  <ds@schleef.org>
14123
14124         * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
14125           making try_set_caps() work with non-fixed caps.
14126
14127 2004-01-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14128
14129         * docs/pwg/advanced_types.xml:
14130         * docs/pwg/intro_basics.xml:
14131         * docs/pwg/intro_preface.xml:
14132         * docs/pwg/pwg.xml:
14133         * docs/pwg/titlepage.xml:
14134           First try to resurrect the PWG. I'm halfway integrating the mimetypes
14135           in here (docs/random/mimetypes), and will from there on work on both
14136           updating outdated parts and adding missing parts.
14137           That doesn't mean I'll fix it completely, but I'll try at least. ;).
14138
14139 2004-01-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14140
14141         * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
14142           policy is set
14143
14144 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14145
14146         * gst/gstelement.h:
14147           remove gst_element_factory_get_version. It doesn't exist anymore.
14148         * gst/gstplugin.c:
14149         * gst/gstplugin.h:
14150           remove gst_plugin_set_name and change gst_plugin_get_longname to
14151           gst_plugin_get_description to match code.
14152         * gst/gsterror.h:
14153           remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
14154         * gst/gstpad.c: (gst_pad_try_set_caps):
14155           make it work with nonfixed caps.
14156           Note that even in the nonfixed case the link function of the pad
14157           that tries to set caps isn't called.
14158
14159 2004-01-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14160
14161         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
14162           fix bug where buffer was not assembled correctly
14163         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
14164           silence by default
14165         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
14166           only seek if there's no more buffers that could work without seeking
14167
14168 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14169
14170         * gst/gsttag.c: (_gst_tag_initialize):
14171         * gst/gsttag.h:
14172           Add application tag (for encoding/muxing app).
14173
14174 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14175
14176         * autogen.sh:
14177           make autopoint force, and libtoolize not copy
14178         * common/m4/as-docbook.m4:
14179           added docbook xml catalog setup check
14180         * common/m4/gst-doc.m4:
14181           use docbook check
14182
14183 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14184
14185         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
14186         * gst/gsttag.h:
14187           add GstTagFlag
14188
14189 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14190
14191         * docs/gst/gstreamer-sections.txt:
14192         * docs/gst/tmpl/gst.sgml:
14193         * docs/gst/tmpl/gstbuffer.sgml:
14194         * docs/gst/tmpl/gstclock.sgml:
14195         * docs/gst/tmpl/gstelement.sgml:
14196         * docs/gst/tmpl/gstreamer-unused.sgml:
14197         * docs/gst/tmpl/gstxml.sgml:
14198           sync latest API changes to docs
14199
14200 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14201
14202         * gst/gstpluginfeature.c:
14203           fix doc snippet
14204         * tools/gst-inspect.c: (print_element_list):
14205           fix output of typefind
14206           add GPL header
14207         * tools/gst-launch.c:
14208           add GPL header
14209
14210 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14211
14212         * gst/elements/Makefile.am:
14213         * gst/elements/gstelements.c:
14214         * gst/elements/gsttypefindelement.c:
14215         * gst/elements/gsttypefindelement.h:
14216         * po/POTFILES.in:
14217         * po/fr.po:
14218         * po/nl.po:
14219           renamed gsttypefindelement to gsttypefind, conserving CVS history
14220
14221 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14222
14223         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
14224         * gst/gsttag.h:
14225           add some tags used in ogg as well
14226           fix _ in replaygain tags
14227
14228 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14229
14230         * gst/gsterror.h:
14231           fix wrong GST_LIBRARY_ERROR_ENCODE addition
14232
14233 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14234
14235         * gst/gstelement.c: (gst_element_error_full):
14236         * gst/gstelement.h:
14237           change _extended to _full
14238
14239 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14240
14241         reviewed by: <delete if not using a buddy>
14242
14243         * docs/gst/tmpl/gst.sgml:
14244         * docs/gst/tmpl/gstbuffer.sgml:
14245         * docs/gst/tmpl/gstclock.sgml:
14246         * docs/gst/tmpl/gstelement.sgml:
14247         * docs/gst/tmpl/gstreamer-unused.sgml:
14248         * docs/gst/tmpl/gstxml.sgml:
14249         * gst/gstelement.c: (gst_element_error_full):
14250         * gst/gstelement.h:
14251
14252 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14253
14254         * gst/gstelement.h: fix _gst_element_error_printf prototype
14255
14256 2004-01-20  David Schleef  <ds@schleef.org>
14257
14258         * gst/gststructure.c: (gst_structure_to_string):
14259         Convert function to use gst_value_serialize().
14260         * gst/gstvalue.c: (gst_value_serialize_list),
14261         (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
14262         (gst_value_serialize_double_range), (gst_value_serialize_boolean),
14263         (gst_value_serialize_int), (gst_value_serialize_double),
14264         (gst_string_wrap), (gst_value_serialize_string),
14265         (gst_value_serialize), (gst_value_deserialize):
14266         * gst/gstvalue.h:
14267         Add implementations for serialize.
14268
14269 2004-01-20  Julien MOUTTE  <julien@moutte.net>
14270
14271         * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
14272         we want to keep that one in the future or change xvidenc.c to use 
14273         another error.
14274
14275 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14276
14277         * gst/gstelement.c: (_gst_element_error_printf):
14278         * gst/gstelement.h:
14279           privatise function
14280
14281 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14282
14283         * docs/random/error:
14284           doc explaining error system
14285         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
14286           cleanup
14287
14288 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14289
14290         * gst/gst-i18n-app.h:
14291         * gst/gst-i18n-lib.h:
14292           remove inclusion of config.h
14293         * po/POTFILES.in:
14294         * po/nl.po:
14295           add gst/gstelement.c
14296
14297 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14298
14299         * po/nl.po: updated Dutch translation
14300
14301 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14302
14303         * gst/gsterror.c: (_gst_core_errors_init),
14304         (_gst_library_errors_init), (_gst_resource_errors_init),
14305         (_gst_stream_errors_init):
14306         remove ending punctuation dots
14307
14308 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14309
14310         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
14311         * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
14312         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
14313         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
14314         (gst_pipefilter_chain), (gst_pipefilter_open_file):
14315         use GST_ERROR_SYSTEM
14316
14317 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14318
14319         * gst/gstelement.c: (gst_element_error_printf),
14320         (gst_element_error_extended):
14321         * gst/gstelement.h:
14322           add a helper printf function so we can have NULL values passed.
14323
14324 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14325
14326         * gst/gstelement.h:
14327           add G_STMT macros to gst_element_error, which isn't strictly
14328           necessary but people tell me to anyway.
14329
14330 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14331
14332         * gst/Makefile.am:
14333         * gst/autoplug/gstspideridentity.c:
14334         (gst_spider_identity_sink_loop_type_finding):
14335         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
14336         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
14337         (gst_filesink_close_file), (gst_filesink_handle_event),
14338         (gst_filesink_chain):
14339         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
14340         (gst_filesrc_map_region), (gst_filesrc_get_read),
14341         (gst_filesrc_open_file):
14342         * gst/elements/gstidentity.c: (gst_identity_chain):
14343         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
14344         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
14345         (gst_pipefilter_chain), (gst_pipefilter_open_file):
14346         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
14347         * gst/gst.h:
14348         * gst/gst_private.h:
14349         * gst/gstelement.c: (gst_element_class_init),
14350         (gst_element_default_error), (gst_element_error_func),
14351         (gst_element_error_extended):
14352         * gst/gstelement.h:
14353         * gst/gsterror.c: (_gst_core_errors_init),
14354         (_gst_library_errors_init), (_gst_resource_errors_init),
14355         (_gst_stream_errors_init), (gst_error_get_message):
14356         * gst/gsterror.h:
14357         * gst/gstinfo.c: (_gst_debug_init):
14358         * gst/gstmarshal.list:
14359         * gst/gstpad.c: (gst_pad_set_explicit_caps),
14360         (gst_pad_recover_caps_error), (gst_pad_pull):
14361         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
14362         * gst/schedulers/gstbasicscheduler.c:
14363         (gst_basic_scheduler_chainhandler_proxy),
14364         (gst_basic_scheduler_gethandler_proxy),
14365         (gst_basic_scheduler_cothreaded_chain):
14366         * po/POTFILES.in:
14367         * po/fr.po:
14368         * po/nl.po:
14369           change error signal
14370           add error categories
14371
14372 2004-01-18  Jeremy Simon  <jesimon@libertysurf.fr>
14373
14374         * gst/gsttag.c: (_gst_tag_initialize):
14375         * gst/gsttag.h:
14376         Add replaygain tag
14377
14378 2004-01-18  Colin Walters  <walters@verbum.org>
14379
14380         * examples/retag/retag.c: Call gst_init before processing
14381         program args.  Add g_assert to _link_many call.
14382
14383 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14384
14385         * gst/gstpad.c: (gst_pad_alloc_buffer):
14386           Return a newly allocated buffer when the pad has no peer.
14387
14388 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14389
14390         * gst/gstclock.c: (gst_clock_get_time):
14391           make it compile with gcc 2.95 again.
14392           Patch by Scott Wheeler
14393
14394 2004-01-15  David Schleef  <ds@schleef.org>
14395
14396         * gst/gstcaps.h:
14397         Added gst_caps_is_simple() macro.
14398         * testsuite/caps/caps.c: (test1):
14399         * testsuite/caps/intersect2.c: (main):
14400         * testsuite/caps/intersection.c: (main):
14401         Fixes to make 'make check' work again after removing
14402         gst_caps_is_chained().
14403
14404 2004-01-15  Leif Johnson <leif@ambient.2y.net>
14405
14406         * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
14407         and additions to the MIDI document.
14408
14409 2004-01-15  David Schleef  <ds@schleef.org>
14410
14411         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
14412         (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
14413         of GST_RPAD_, since we don't know if it's a real or ghost pad.
14414
14415 2004-01-15  David Schleef  <ds@schleef.org>
14416
14417         * gst/gstqueue.c:
14418         * gst/gstqueue.h:
14419         Fix the spelling of "treshold" and make min_threshold actually
14420         affect the queue.
14421
14422 2004-01-15  David Schleef  <ds@schleef.org>
14423
14424         * gst/gstcaps.c:
14425         Add lots of documentation.
14426         * gst/gstcaps.h:
14427         Deprecate a few functions.
14428         * gst/gstpad.c:
14429         Removed use of deprecated functions.
14430
14431 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14432
14433         * gst/gstpad.c: (gst_pad_is_linked):
14434         * gst/gstpad.h:
14435           implement gst_pad_is_linked
14436         * gst/gstelement.h:
14437           reserve space for initiate_state_change
14438
14439 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14440
14441         * gst/autoplug/gstspideridentity.c:
14442         (gst_spider_identity_sink_loop_type_finding):
14443           break infinite loop by just returning instead of looping
14444         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
14445           set event time difference correctly. Set it to 1 second instead
14446           of 100ms to be more tolerant
14447         * gst/gstelement.c: (gst_element_set_time):
14448           add debugging output
14449
14450 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14451
14452         * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
14453           query if buffers are inside the pool, ignore events
14454
14455 2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14456
14457         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
14458         (gst_clock_set_speed), (gst_clock_set_active),
14459         (gst_clock_is_active), (gst_clock_reset),
14460         (gst_clock_handle_discont):
14461         * gst/gstclock.h:
14462           deprecate old interface and disable functions that aren't in use
14463           anymore.
14464         * gst/gstelement.h:
14465         * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
14466         (gst_element_set_time), (gst_element_adjust_time):
14467           add concept of "element time" and functions to get/set this time.
14468         * gst/gstelement.c: (gst_element_change_state):
14469           update element time correctly.
14470         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
14471           This is a debug message, not a g_critical.
14472         * gst/gstpad.c: (gst_pad_event_default):
14473           handle discontinuous events right with element time.
14474         * gst/gstscheduler.c: (gst_scheduler_state_transition):
14475           update to clocking fixes.
14476           set clocks on elements in READY=>PAUSED. The old behaviour caused
14477           a wrong element time on the first element that started playing.
14478         * gst/schedulers/gstbasicscheduler.c:
14479         (gst_basic_scheduler_class_init):
14480         * gst/schedulers/gstoptimalscheduler.c:
14481         (gst_opt_scheduler_class_init):
14482           remove code that just implements the default behaviour.
14483         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
14484           update to use new clocking functions
14485         * testsuite/clock/clock1.c: (gst_clock_debug), (main):
14486         * testsuite/clock/clock2.c: (gst_clock_debug), (main):
14487           update to test new element time.
14488         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
14489           use _get_allowed_caps instead of _get_caps. This catches filtered
14490           caps correctly.
14491         * testsuite/debug/commandline.c:
14492           update for new GST_DEBUG syntax.
14493         * testsuite/threads/Makefile.am:
14494           disable a test that only works sometimes.
14495
14496 2004-01-13  Julien MOUTTE <julien@moutte.net>
14497
14498         * po/LINGUAS: Adding fr.
14499         * po/fr.po: Adding french translation.
14500
14501 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14502
14503         * gst/parse/grammar.y:
14504         * po/POTFILES.in:
14505         * po/nl.po:
14506         * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
14507           translate parsing error messages
14508
14509 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14510
14511         * po/POTFILES.in: adding gst-launch
14512         * po/nl.po: updated translation, all 99 strings translated
14513         * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
14514         (found_tag), (sigint_handler_sighandler), (play_handler), (main):
14515           fix strings for translation
14516
14517 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14518
14519         * gst/gst.c:
14520           - capitalize beginnings of popt options
14521           - fix strings for translation
14522           - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
14523
14524 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14525
14526         * po/README: add some notes on how to update translations
14527
14528 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14529
14530         * ABOUT-NLS: removed, is autogenerated from autopoint
14531         * autogen.sh: add autopoint stuff
14532         * configure.ac: fix up gettext stuff
14533         * gst/Makefile.am: add i18n headers to noinst_HEADERS
14534         * gst/elements/gsttypefindelement.c: add header include
14535         * gst/gettext.h: add header, copy from system-installed header
14536         * gst/gst-i18n-app.h: to be included by each app having translations
14537         * gst/gst-i18n-lib.h: to be included by each lib having translations
14538         * gst/gst.c: (init_pre): fix up gettext calls
14539         * gst/gst_private.h: remove i18n stuff, moving to separate headers
14540         * po/LINGUAS: the new way to specify translations present
14541         * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
14542         * po/Makevars: the variables filled in for GStreamer
14543         * po/POTFILES.in: added new files with translations
14544         * po/de.po: has new strings
14545         * po/nl.po: readded, has new strings
14546
14547 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14548
14549         * gst/gsttag.c: fix some strings marked for translation
14550
14551 2004-01-13  Iain <iain@prettypeople.org>
14552
14553         * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
14554         group when we add an element to it, cos we unref it when we remove one
14555
14556 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14557
14558         * testsuite/debug/commandline.c: (debug_not_reached):
14559         * testsuite/debug/output.c: (check_message):
14560           fix testsuite
14561
14562 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14563
14564         * examples/cutter/.cvsignore:
14565         * examples/helloworld/.cvsignore:
14566         * examples/launch/.cvsignore:
14567         * examples/manual/.cvsignore:
14568         * examples/mixer/.cvsignore:
14569         * examples/pingpong/.cvsignore:
14570         * examples/plugins/.cvsignore:
14571         * examples/queue/.cvsignore:
14572         * examples/queue2/.cvsignore:
14573         * examples/queue3/.cvsignore:
14574         * examples/queue4/.cvsignore:
14575         * examples/retag/.cvsignore:
14576         * examples/thread/.cvsignore:
14577         * examples/typefind/.cvsignore:
14578         * examples/xml/.cvsignore:
14579         * gst/.cvsignore:
14580         * gst/autoplug/.cvsignore:
14581         * gst/elements/.cvsignore:
14582         * gst/indexers/.cvsignore:
14583         * gst/parse/.cvsignore:
14584         * gst/registries/.cvsignore:
14585         * gst/schedulers/.cvsignore:
14586         * libs/gst/bytestream/.cvsignore:
14587         * libs/gst/control/.cvsignore:
14588         * libs/gst/getbits/.cvsignore:
14589         * tests/.cvsignore:
14590         * tests/bufspeed/.cvsignore:
14591         * tests/instantiate/.cvsignore:
14592         * tests/memchunk/.cvsignore:
14593         * tests/muxing/.cvsignore:
14594         * tests/sched/.cvsignore:
14595         * tests/seeking/.cvsignore:
14596         * tests/threadstate/.cvsignore:
14597         * testsuite/.cvsignore:
14598         * testsuite/caps/.cvsignore:
14599         * testsuite/cleanup/.cvsignore:
14600         * testsuite/dynparams/.cvsignore:
14601         * testsuite/plugin/.cvsignore:
14602         * tools/.cvsignore:
14603           update - this is huge, because it includes *.bb, *.bbg and *.da files
14604           which are generated for gcov.
14605
14606 2004-01-11  David Schleef  <ds@schleef.org>
14607
14608         * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
14609         a function to parse integers in ways that strto[u]l() does not.
14610
14611 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14612
14613         * tools/gst-inspect.c: (print_caps):
14614           improve output of caps a bit
14615
14616 2004-01-11  David Schleef  <ds@schleef.org>
14617
14618         * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
14619         inherit correct flags (READONLY and DONTKEEP).
14620
14621 2004-01-11  David Schleef  <ds@schleef.org>
14622
14623         * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
14624         (gst_filesrc_map_region):
14625         * gst/gstbuffer.c: (_gst_buffer_initialize),
14626         (_gst_buffer_sub_free), (gst_buffer_default_copy),
14627         (gst_buffer_new), (gst_buffer_create_sub),
14628         (gst_buffer_is_span_fast), (gst_buffer_span):
14629         * gst/gstbuffer.h:
14630         Change GstBuffer private structure element names. (all files)
14631         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
14632         (gst_queue_link):
14633         * gst/gstqueue.h:
14634         Implement getcaps/pad_link functions that handle the case where
14635         there are data in the queue.
14636
14637 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14638
14639         * gst/elements/gstbufferstore.c:
14640           initialize debugging structure correctly
14641         * gst/elements/gsttee.c: (gst_tee_set_property):
14642           g_object_notify when property was changed
14643         * gst/elements/gsttypefindelement.c:
14644         (gst_type_find_element_change_state):
14645           clear caps correctly
14646
14647 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14648
14649         * gst/gstqueue.c: (gst_queue_init):
14650           Use better defaults for when a queue should block. This
14651           gets rid of jerky playback for quite a few files.
14652           It takes more memory.
14653
14654 2004-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14655
14656         (gst_xml_registry_parse_padtemplate):
14657           make critical message slightly more useful
14658
14659 2004-01-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14660
14661         * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
14662         (gst_debug_message_get), (gst_debug_log_default):
14663         * gst/gstinfo.h:
14664           Change gst_debug_log(_valist) to take a const format string.
14665           Change prototype of log function and functions using those to 
14666           take a GstDebugMessage instead of a string that requires using
14667           gst_debug_message_get.
14668
14669 2004-01-08  David Schleef  <ds@schleef.org>
14670
14671         * Makefile.am:
14672         * configure.ac:
14673         Add option --enable-gcov to build GStreamer with -fprofile-arcs
14674         and -ftest-coverage, which allows gcov to show information about
14675         testsuite coverage.
14676
14677 2004-01-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14678
14679         * gst/gstutils.h:
14680           Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
14681           GST_PARENT_CALL_WITH_DEFAULT
14682         * gst/elements/gstaggregator.c: 
14683         * gst/elements/gstbufferstore.c: 
14684         * gst/elements/gstfakesink.c: 
14685         * gst/elements/gstfakesrc.c: 
14686         * gst/elements/gstfdsink.c: 
14687         * gst/elements/gstfdsrc.c: 
14688         * gst/elements/gstfilesink.c: 
14689         * gst/elements/gstfilesrc.c: 
14690         * gst/elements/gstidentity.c: 
14691         * gst/elements/gstmd5sink.c: 
14692         * gst/elements/gstmultidisksrc.c:
14693         * gst/elements/gstpipefilter.c: 
14694         * gst/elements/gstshaper.c:
14695         * gst/elements/gststatistics.c:
14696         * gst/elements/gsttee.c:
14697         * gst/elements/gsttypefindelement.c:
14698           use them.
14699
14700 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14701
14702         * docs/gst/gstreamer-docs.sgml: remove props
14703         * docs/gst/gstreamer-sections.txt: remove props
14704         * docs/gst/tmpl/gst.sgml:
14705         * docs/gst/tmpl/gstbin.sgml:
14706         * docs/gst/tmpl/gstbuffer.sgml:
14707         * docs/gst/tmpl/gstcaps.sgml:
14708         * docs/gst/tmpl/gstclock.sgml:
14709         * docs/gst/tmpl/gstelement.sgml:
14710         * docs/gst/tmpl/gstindex.sgml:
14711         * docs/gst/tmpl/gstobject.sgml:
14712         * docs/gst/tmpl/gstpad.sgml:
14713         * docs/gst/tmpl/gstpadtemplate.sgml:
14714         * docs/gst/tmpl/gstreamer-unused.sgml:
14715         * docs/gst/tmpl/gstthread.sgml:
14716         * docs/gst/tmpl/gstxml.sgml:
14717           sync with code reorganization
14718
14719 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
14720
14721         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
14722         Make the 'Could not find compatible pad' message more informative.
14723
14724 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14725                                                                                 
14726         * gst/elements/gstfilesink.c: (gst_filesink_set_location):
14727           Fix for if we pass NULL as property to location.
14728         * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
14729         (gst_pipefilter_handle_event), (gst_pipefilter_chain):
14730           Fix for instantiate-test (see below).
14731         * gst/gststructure.c: (_gst_structure_parse_value):
14732           Fix compile error on gcc-2.96.
14733         * configure.ac:
14734         * tests/Makefile.am:
14735         * tests/instantiate/Makefile.am:
14736         * tests/instantiate/create.c: (create_all_elements), (main):
14737           Add a test that instantiates all elements. This makes it easy to
14738           track dead code for old API/design (like setting event functions
14739           on sink pads and so on).
14740
14741 2004-01-06  Jan Schmidt  <thaytan@mad.scientist.com>
14742
14743         * gst/gstcaps.c: (gst_caps_append_structure):
14744           Move the poisoning to allow a NULL structure
14745         * gst/gstevent.c: (_gst_event_free):
14746           When freeing a navigation event, free the structure
14747           also
14748
14749 2004-01-04  David Schleef  <ds@schleef.org>
14750
14751         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
14752         Remove usage of gst_pad_proxy_fixate.
14753         * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
14754         (gst_caps_split_one), (gst_caps_replace):
14755         Add poisoning code.
14756         * gst/gstmarshal.list:
14757         Add pointer__pointer for fixate signal
14758         * gst/gstpad.c: (gst_real_pad_class_init),
14759         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
14760         (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
14761         (gst_pad_set_explicit_caps), (gst_pad_template_new):
14762         Add poisoning code. Add fixate signal on RealPad. Change
14763         set_explicit_caps() to take const GstCaps, like try_set_caps().
14764         * gst/gstpad.h:
14765         * testsuite/caps/Makefile.am:
14766         * testsuite/caps/app_fixate.c: Add a test for the fixate signal
14767
14768 2004-01-03  David Schleef  <ds@schleef.org>
14769
14770         * gst/elements/gsttypefindelement.c:
14771         (gst_type_find_element_have_type), (gst_type_find_element_init):
14772         Use gst_pad_use_explicit_caps for src pad.
14773         * gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
14774         before using it.
14775
14776 2004-01-03  David Schleef  <ds@schleef.org>
14777
14778         * gst/gstelement.c: (gst_element_link_pads_filtered),
14779         (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
14780         that linking was successful.
14781         * gst/gstpad.c: (gst_pad_link_free),
14782         (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
14783         (gst_pad_link_try), (gst_pad_link_unnegotiate),
14784         (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
14785         GstPadLinkReturn correctly between functions, and don't fail
14786         when DELAYED is used (DELAYED is very important).  Better
14787         cleanup on unlinking and unnegotiation.  Should fix some spider
14788         bugs.
14789
14790 2004-01-02  David Schleef  <ds@schleef.org>
14791
14792         * gst/gstelement.c: (gst_element_class_init),
14793         (gst_element_base_class_init): ->padtemplates should be cleared
14794         in base_init, since we need to have a fresh list for every
14795         class.  (Alternately, we chould copy the list and share the
14796         actual pad templates (not the list), but that would require
14797         changing every plugin to move pad template registration from
14798         base_init to class_init.)
14799
14800 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14801
14802         * gst/gstelement.c: (gst_element_class_add_pad_template):
14803           Refuse registering a pad template if another pad template
14804           with the same name already exists (#114715).
14805
14806 2004-01-02  David Schleef  <ds@schleef.org>
14807
14808         * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
14809         (gst_caps_is_equal_fixed): Add new function.
14810         * gst/gstcaps.h: ditto.
14811         * gst/gstpad.c: (gst_real_pad_class_init),
14812         (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
14813         (gst_pad_set_explicit_caps), (gst_pad_get_caps):  In try_set_caps,
14814         check new caps against existing caps -- if they're the same, return
14815         OK without renegotiating.  caps-nego-failed signal fixed so that
14816         the marshaller isn't VOID__OBJECT.  Also changed to G_TYPE_POINTER
14817         to save an extra caps copy.  Don't complete negotiation if a pad
14818         link function returns DELAYED.
14819
14820 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14821
14822         * gst/gstpad.c: (gst_pad_try_relink_filtered):
14823           Fix wrong g_return_if_fail
14824
14825 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
14826
14827         * gst/gstbin.c: (gst_bin_class_init):
14828         Change the marshalling of element_added/element_removed
14829         to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER 
14830         complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
14831
14832 2004-01-01  David Schleef  <ds@schleef.org>
14833
14834         * gst/gstpad.c: (gst_pad_set_explicit_caps),
14835         (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
14836         (gst_pad_use_explicit_caps):
14837         * gst/gstpad.h:
14838         Add new functions.  gst_pad_use_explicit_caps() sets up a pad
14839         to use an internal getcaps and link fuction so that negotiation
14840         always results in the explicitly set caps.
14841         gst_pad_set_explicit_caps() sets the explicit caps.  These functions
14842         are particularly useful for decoders.
14843
14844 2003-12-31  David Schleef  <ds@schleef.org>
14845
14846         * gst/elements/gstidentity.c: (gst_identity_class_init),
14847         (gst_identity_init), (gst_identity_chain),
14848         (gst_identity_set_property), (gst_identity_get_property):
14849         * gst/elements/gstidentity.h:
14850         * gst/gstqueue.c: (gst_queue_init):
14851           Negotiation fixes.
14852
14853 2003-12-31  David Schleef  <ds@schleef.org>
14854
14855         * gst/gstcaps.c: (gst_caps_intersect),
14856         (_gst_caps_normalize_foreach), (gst_caps_normalize):
14857           Implement gst_caps_normalize().
14858         * testsuite/caps/normalisation.c: (main):
14859           Add an additional test
14860
14861 2003-12-31  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14862
14863         * gst/gstqueue.c: (gst_queue_init):
14864           use gst_pad_proxy_getcaps()
14865
14866 2003-12-31  David Schleef  <ds@schleef.org>
14867
14868         * gst/elements/gstshaper.c: (gst_shaper_link):
14869         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
14870         * gst/gstqueue.c: (gst_queue_link):
14871           Negotiation fixes.
14872
14873 2003-12-31  David Schleef  <ds@schleef.org>
14874
14875         * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
14876         * gst/gstpad.h: Add functions that are useful as default pad
14877         link and fixate functions for elements.
14878
14879 2003-12-30  David Schleef  <ds@schleef.org>
14880
14881         * gst/gstpad.c: (gst_pad_link_try):
14882           Fix segfault when attempting to return to old caps
14883
14884 2003-12-29  David Schleef  <ds@schleef.org>
14885
14886         * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
14887         (gst_caps_structure_simplify), (gst_caps_simplify):
14888         * gst/gstcaps.h:
14889           Add simplify function
14890         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
14891         (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
14892         * gst/gstpad.h:
14893           Copy over srcnotify, sinknotify when calling old pad_link
14894           functions.  Add new is_negotiated() function.
14895         * gst/gststructure.c: (gst_structure_copy):
14896           Fix an incredibly stupid bug that should have been noticed
14897           weeks ago.  _copy() returned the argument, not the new copy.
14898
14899 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14900
14901         * gst/gstcaps.c: (gst_caps_append):
14902           add sanity checks
14903         * gst/gstcaps.h: (gst_caps_debug):
14904           remove, it doesn't exist anymore.
14905         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
14906         (gst_element_threadsafe_properties_post_run):
14907           make debugging messages not clutter up THREAD debug category
14908         (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
14909         (gst_element_change_state):
14910           update to new caps API
14911         * gst/gstinterface.c: (gst_implements_interface_cast):
14912           don't put vital code in g_return_if_fail
14913         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps), 
14914         (gst_pad_link_filtered):
14915           add pst_pad_try_link and use it.
14916         (gst_pad_perform_negotiate), (gst_pad_renegotiate):
14917           implement correctly, deprecate first one.
14918         (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
14919           add and implement.
14920         (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
14921           implement.
14922         (gst_pad_get_negotiated_caps):
14923           add and implement. Make GST_PAD_CAPS call this function.
14924         (gst_pad_get_caps):
14925           remove unneeded check..
14926         (gst_pad_recover_caps_error):
14927           disable, always return FALSE.
14928         (gst_real_pad_dispose):
14929           don't free caps and appfilter anymore, they're unused.
14930         * gst/gstpad.h:
14931           Reflect changes mentioned above.
14932         * gst/gstsystemclock.c: (gst_system_clock_wait):
14933           Make 'clock is way behind' a debugging message.
14934         * gst/gstthread.c: (gst_thread_change_state):
14935           Fix debugging message
14936
14937 2003-12-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14938
14939         * gst/gstinfo.h:
14940           fix GST_DEBUG_CATEGORY_INIT gtk-doc description
14941         * docs/gst/tmpl/gstreamer-unused.sgml:
14942           removed all traces of cvs conflicts
14943
14944 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14945
14946         * configure.ac:
14947         * gst/schedulers/cothreads_compat.h:
14948         * libs/Makefile.am:
14949           remove last instances of wingo cothread usage
14950
14951 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14952
14953         * gst/gstplugin.c:
14954         * gst/gstversion.h.in:
14955         * gst/parse/grammar.y:
14956           change comment block from /** to /* when not gtk-doc comments
14957
14958 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14959
14960         * gst/gst.c: whitespace and doc style fixes
14961
14962 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14963
14964         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
14965
14966 2003-12-24  Colin Walters  <walters@verbum.org>
14967
14968         * gst/elements/gsttypefindelement.c:
14969           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
14970           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
14971           Don't double-free caps.
14972
14973 2003-12-23  David Schleef  <ds@schleef.org>
14974
14975         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
14976           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
14977           Many little fixes and additions of debug statements to
14978           get rhythmbox working.
14979
14980 2003-12-23  Colin Walters  <walters@verbum.org>
14981
14982         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
14983         Use GST_PAD_LINK_SUCCESSFUL.
14984
14985 2003-12-23  David Schleef  <ds@schleef.org>
14986
14987         * gst/elements/gstaggregator.c:
14988         * gst/elements/gsttee.c:
14989           Use gst_pad_proxy_getcaps().
14990         * gst/gstpad.c:
14991         * gst/gstpad.h:
14992           Add gst_pad_proxy_getcaps(), which filter elements can use
14993           as a generic getcaps implementation.
14994           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
14995           was advertised.
14996
14997 2003-12-23  David Schleef  <ds@schleef.org>
14998
14999         * gst/gstpad.c:
15000           Rearrange/rewrite much of the pad negotiation code, since it
15001           resembled pasta.  This actually changes the way some
15002           negotiation works, since the previous code was inconsistent
15003           depending on how it was invoked.  Add (internal) structure
15004           GstPadLink, which is used to hold some information (more in
15005           the future) about the link between two pads.  Fixes a number
15006           of bugs, including random lossage of filter caps when the
15007           initial negotiation is delayed.  A few functions are still
15008           unimplemented.
15009         * gst/gstpad.h:
15010           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
15011           these when testing GstPadLinkReturn values instead of comparing
15012           directly.
15013
15014 2003-12-23  David Schleef  <ds@schleef.org>
15015
15016         * gst/gstvalue.c: 
15017         * gst/gstvalue.h:
15018           Rearrange lots of code.  Change registration of compare function
15019           into registration of compare/serialize/deserialize functions.
15020           Doesn't include implementation of gst_value_[de]serialize(),
15021           but that should be easy.
15022
15023 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15024
15025         * docs/gst/gstreamer-sections.txt:
15026         * docs/gst/tmpl/gstprops.sgml: removed
15027         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
15028           David removed props and caps code, so let's remove their docs as well.
15029           Removed all no longer existing symbols from gstreamer-sections.txt
15030           
15031 2003-12-22  Colin Walters  <walters@verbum.org>
15032
15033         * gst/gsttaginterface.c, gst/gsttaginterface.h,
15034           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
15035           of tags directly.
15036
15037 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15038
15039         * gst/elements/gstelements.c:
15040           Set ranks of elements to NONE, so the autoplugger doesn't use them.
15041         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
15042           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
15043           gst_caps (peer).
15044
15045 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15046
15047         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
15048         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
15049         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
15050         (gst_spider_identity_sink_loop_type_finding):
15051         * gst/autoplug/gstspideridentity.h:
15052           Fix autoplugging in spider element, so it works with new caps.
15053           This was mainly caused by identifying empty caps incorrectly.
15054
15055 2003-12-22  David Schleef  <ds@schleef.org>
15056
15057         * gststructure.c, gstvalue.c, gstvalue.h: Add
15058           gst_value_init_and_copy() and use it, to avoid silly mistakes in
15059           using g_value_copy()
15060
15061 2003-12-21  David Schleef  <ds@schleef.org>
15062
15063         * many, many files: Merge CAPS branch.  This includes:
15064           - implemention of GstValue and several GstValue types
15065           - implemention of GstStructure
15066           - entire rewrite of GstCaps
15067           - removal of GstProps
15068           - many changes to GstPad to compensate for new caps paradigm
15069           - removal of GstBufferpool
15070         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
15071         gstvalue.h, gst/gstcaps[2]*.[ch]:
15072           - rename gstcaps2.[ch] to gstcaps.[ch]
15073
15074 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15075
15076         * gst/gstqueue.c: (gst_queue_handle_pending_events),
15077         (gst_queue_chain), (gst_queue_handle_src_event):
15078           implement timeout for sending events. Workaround for if the
15079           pipeline on this queue is not passing any data.
15080
15081 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
15082                                                                                 
15083         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
15084         * moved CVS to freedesktop.org