Forgot the changelog last time
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-10-24  Wim Taymans  <wim@fluendo.com>
2
3         * gst/gstbus.c:
4         Doc fix.
5
6         * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
7         (gst_queue_loop):
8         Fix potential deadlock when QUEUE_LOCK is taken before STREAM_LOCK.
9
10 2005-10-24  Stefan Kost  <ensonic@users.sf.net>
11
12         * docs/libs/tmpl/gstdparam.sgml:
13         * docs/libs/tmpl/gstdplinint.sgml:
14         * docs/libs/tmpl/gstdpman.sgml:
15         * docs/libs/tmpl/gstdpsmooth.sgml:
16         * docs/libs/tmpl/gstunitconvert.sgml:
17           these are obsolete
18
19 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20
21         * configure.ac:
22           back to HEAD
23
24 === release 0.9.4 ===
25
26 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27
28         * configure.ac:
29           releasing 0.9.4, "Tyrannosaurus Rex"
30
31 2005-10-23  Tim-Philipp Müller  <tim at centricular dot net>
32
33         * gst/elements/gstfilesink.c: (gst_file_sink_do_seek),
34         (gst_file_sink_get_current_offset):
35           Use fseeko() and ftello() if available. When falling back on
36           lseek() to get the current offset, fflush() first to make sure
37           everything is up-to-date and we get the right offset.
38
39 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
40
41         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
42         * gst/base/gstbasesrc.c: (gst_base_src_loop):
43         * gst/gsterror.c: (_gst_stream_errors_init):
44         * gst/gsterror.h:
45         * gst/gstqueue.c: (gst_queue_loop):
46         * po/POTFILES.in:
47           remove prematurely added error category and clean up the instances
48
49 2005-10-21  Wim Taymans  <wim@fluendo.com>
50
51         * gst/base/gstbasesink.c: (gst_base_sink_commit_state),
52         (gst_base_sink_get_position), (gst_base_sink_query),
53         (gst_base_sink_change_state):
54         Simply set the right flag when going to playing, that's all
55         we need to do instead of calling a function inside the object
56         lock (that could take the lock as well and deadlock)
57
58 2005-10-21  Wim Taymans  <wim@fluendo.com>
59
60         * gst/base/gstbasesrc.c: (gst_base_src_do_seek),
61         (gst_base_src_loop):
62         Don't warn, the peer element knows what to do best when
63         the seek failed, it might try something else.
64
65 2005-10-21  Wim Taymans  <wim@fluendo.com>
66
67         * gst/base/gstbasesrc.c: (gst_base_src_init),
68         (gst_base_src_do_seek), (gst_base_src_loop), (gst_base_src_start):
69         Fix seeking.
70
71 2005-10-21  Wim Taymans  <wim@fluendo.com>
72
73         * docs/design/part-segments.txt:
74         More docs.
75
76         * gst/elements/gstcapsfilter.c: (gst_capsfilter_prepare_buf):
77         Correctly set caps, even on the subbufer.
78
79 2005-10-21  Wim Taymans  <wim@fluendo.com>
80
81         * docs/gst/gstreamer-docs.sgml:
82         * docs/gst/gstreamer-sections.txt:
83         * gst/gstelement.h:
84         * gst/gstevent.c:
85         * gst/gstevent.h:
86         * gst/gstmessage.h:
87         * gst/gstpad.h:
88         * gst/gstparse.h:
89         * gst/gsttask.c: (gst_task_finalize), (gst_task_func):
90         * gst/gsttask.h:
91         * gst/gstutils.c:
92         * gst/gstutils.h:
93         And 2% more doc coverage.
94
95 2005-10-21  Andy Wingo  <wingo@pobox.com>
96
97         * gst/base/gstbasesrc.c (gst_base_src_query): Clean up percent
98         position reporting.
99
100 2005-10-20  Wim Taymans  <wim@fluendo.com>
101
102         * gst/gsterror.c: (gst_error_get_message):
103         * gst/gstparse.h:
104         * gst/gstquery.h:
105         * gst/gststructure.c:
106         * gst/gsttrace.c:
107         * gst/gstutils.c:
108         More docs.
109
110 2005-10-20  Wim Taymans  <wim@fluendo.com>
111
112         * gst/gstbuffer.h:
113         * gst/gstpad.c:
114         * gst/gstparse.c:
115         Another 1% more coverage.
116
117 2005-10-20  Wim Taymans  <wim@fluendo.com>
118
119         * docs/gst/gstreamer-sections.txt:
120         * gst/gstelement.c: (gst_element_get_state_func),
121         (gst_element_abort_state), (gst_element_commit_state),
122         (gst_element_lost_state):
123         * gst/gstevent.h:
124         * gst/gstquery.c: (gst_query_set_position),
125         (gst_query_parse_position), (gst_query_set_duration),
126         (gst_query_parse_duration), (gst_query_new_convert):
127         * gst/gstutils.c:
128         Yay! 1% more docs coverage.
129
130 2005-10-20  Wim Taymans  <wim@fluendo.com>
131
132         * gst/gstpad.h:
133         * gst/gstquery.c: (gst_query_set_position),
134         (gst_query_parse_position), (gst_query_set_duration),
135         (gst_query_parse_duration), (gst_query_new_convert):
136         * gst/gstquery.h:
137         * gst/gstutils.c: (gst_element_query_convert):
138         * gst/gstutils.h:
139         Docs and consistency fixes.
140
141 2005-10-20  Wim Taymans  <wim@fluendo.com>
142
143         * gst/gsttask.c:
144         * gst/gsttask.h:
145         More docs.
146
147 2005-10-20  Wim Taymans  <wim@fluendo.com>
148
149         * gst/gstbin.c: (message_check), (bin_replace_message),
150         (bin_remove_messages), (is_eos), (gst_bin_add_func),
151         (update_degree), (gst_bin_sort_iterator_next),
152         (gst_bin_change_state_func), (gst_bin_dispose), (bin_bus_handler):
153         Reworked the message handling a bit, cache the messages instead of
154         only the senders. alows us to do more in the future.
155
156 2005-10-20  Wim Taymans  <wim@fluendo.com>
157
158         * docs/design/part-TODO.txt:
159         Update TODO
160
161         * gst/base/gstbasesink.c: (gst_base_sink_get_position),
162         (gst_base_sink_query):
163         Don't use clock time to report position when in EOS.
164
165 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
166
167         * tools/gst-inspect.c: (print_interfaces),
168         (print_element_properties_info), (print_element_info):
169           Fix interface output with gst-inspect -a; don't print
170           newlines after double/float properties.
171
172 2005-10-20  Wim Taymans  <wim@fluendo.com>
173
174         * gst/base/gstbasesink.c: (gst_base_sink_get_position),
175         (gst_base_sink_query):
176         Speed up current position calculation.
177
178         * gst/base/gstbasesrc.c: (gst_base_src_query),
179         (gst_base_src_default_newsegment):
180         Correctly set stream position in newsegment.
181
182         * gst/gstbin.c: (gst_bin_add_func), (add_to_queue),
183         (update_degree), (gst_bin_sort_iterator_next),
184         (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free):
185         * gst/gstmessage.c: (gst_message_new_custom):
186         Clean up debugging info
187
188         * gst/gstqueue.c: (gst_queue_link_src), (gst_queue_chain),
189         (gst_queue_loop), (gst_queue_handle_src_query):
190         Pause task faster.
191
192 2005-10-19  Wim Taymans  <wim@fluendo.com>
193
194         * gst/base/gstbasesink.c: (gst_base_sink_commit_state),
195         (gst_base_sink_handle_object), (gst_base_sink_query), (do_playing):
196         Fix query handling again.
197
198 2005-10-19  Wim Taymans  <wim@fluendo.com>
199
200         * gst/base/gstbasesink.c: (gst_base_sink_commit_state),
201         (gst_base_sink_handle_object), (gst_base_sink_query), (do_playing):
202         * gst/base/gstbasesrc.c: (gst_base_src_query):
203         * gst/elements/gstfilesink.c: (gst_file_sink_query):
204         * gst/elements/gsttypefindelement.c:
205         (gst_type_find_handle_src_query), (find_element_get_length),
206         (gst_type_find_element_activate):
207         API change fix.
208
209         * gst/gstquery.c: (gst_query_new_position),
210         (gst_query_set_position), (gst_query_parse_position),
211         (gst_query_new_duration), (gst_query_set_duration),
212         (gst_query_parse_duration), (gst_query_set_segment),
213         (gst_query_parse_segment):
214         * gst/gstquery.h:
215         Bundling query position/duration is not a good idea since duration
216         does not change much and we don't want to recalculate it for every
217         position query, so they are separated again..
218         Base value in segment query is not needed.
219
220         * gst/gstqueue.c: (gst_queue_handle_src_query):
221         * gst/gstutils.c: (gst_element_query_position),
222         (gst_element_query_duration), (gst_pad_query_position),
223         (gst_pad_query_duration):
224         * gst/gstutils.h:
225         Updates for query API change.
226         Added some docs here and there.
227
228 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
229
230         * check/gst/gstbin.c: (GST_START_TEST):
231         * check/gst/gstghostpad.c: (GST_START_TEST):
232         * check/pipelines/cleanup.c: (GST_START_TEST):
233           wait on thread to die so we can check refcount correctly
234
235 2005-10-18  Wim Taymans  <wim@fluendo.com>
236
237         * check/pipelines/stress.c: (GST_START_TEST):
238         Make check a little more time consuming.
239
240 2005-10-18  Wim Taymans  <wim@fluendo.com>
241
242         * check/Makefile.am:
243         * check/pipelines/stress.c: (GST_START_TEST),
244         (simple_launch_lines_suite), (main):
245         Small state change torture test.
246
247         * docs/design/part-states.txt:
248         * gst/base/gstbasesink.c: (gst_base_sink_commit_state),
249         (gst_base_sink_handle_object), (gst_base_sink_event), (do_playing),
250         (gst_base_sink_change_state):
251         Never take state lock from streaming thread, clean up ugly
252         hacks. Unfortunatly core does not yet support nice ways to
253         async commit state.
254         
255         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_recalc_state),
256         (bin_bus_handler):
257         Start state recalc if a STATE_DIRTY message is posted, but only
258         on the toplevel bin.
259
260         * gst/gstelement.c: (gst_element_sync_state_with_parent),
261         (gst_element_get_state_func), (gst_element_abort_state),
262         (gst_element_commit_state), (gst_element_lost_state),
263         (gst_element_set_state_func), (gst_element_change_state):
264         * gst/gstelement.h:
265         State variables are now protected with the LOCK, the state
266         lock is only used to serialize _set_state().
267
268 2005-10-18  Wim Taymans  <wim@fluendo.com>
269
270         * check/gst/gstbin.c: (GST_START_TEST):
271         * check/gst/gstmessage.c: (GST_START_TEST):
272         * check/gst/gstpipeline.c: (GST_START_TEST), (message_received):
273         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_recalc_func),
274         (bin_bus_handler):
275         * gst/gstelement.c: (gst_element_abort_state),
276         (gst_element_commit_state), (gst_element_lost_state):
277         * gst/gstmessage.c: (gst_message_new_state_changed),
278         (gst_message_new_state_dirty), (gst_message_new_segment_start),
279         (gst_message_new_segment_done), (gst_message_new_duration),
280         (gst_message_parse_state_changed),
281         (gst_message_parse_segment_start),
282         (gst_message_parse_segment_done), (gst_message_parse_duration):
283         * gst/gstmessage.h:
284         * tools/gst-launch.c: (event_loop):
285         Seriously, this is better than a previous commit as we only need
286         to notify the fact that an element changed state in a streaming
287         thread, marking the state of the parents dirty, hence the 
288         STATE_DIRTY message instead of abusing a boolean in a STATE_CHANGE
289         message.
290
291 2005-10-18  Wim Taymans  <wim@fluendo.com>
292
293         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_get_state_func),
294         (gst_bin_recalc_func):
295         * gst/gstelement.c: (gst_element_set_clock),
296         (gst_element_abort_state), (gst_element_lost_state):
297         Cleanups, prepare for state change fixes.
298
299 2005-10-18  Wim Taymans  <wim@fluendo.com>
300
301         * gst/gstbin.h:
302         * gst/gstelement.c: (gst_element_class_init),
303         (gst_element_set_state), (gst_element_set_state_func):
304         * gst/gstelement.h:
305         Pending ABI changes.
306         GThreadPool in GstBinClass to monitor async state changes.
307         state_cookie in GstElement to detect concurrent gst/set state.
308         set_state is now virtual too in case a very complicated element
309         has to be constructed.
310
311 2005-10-18  Wim Taymans  <wim@fluendo.com>
312
313         * check/gst/gstbin.c: (GST_START_TEST):
314         * check/gst/gstmessage.c: (GST_START_TEST):
315         * check/gst/gstpipeline.c: (GST_START_TEST), (message_received):
316         * gst/gstbin.c: (bin_bus_handler):
317         * gst/gstelement.c: (gst_element_commit_state),
318         (gst_element_lost_state):
319         * gst/gstmessage.c: (gst_message_new_state_changed),
320         (gst_message_new_segment_start), (gst_message_new_segment_done),
321         (gst_message_new_duration), (gst_message_parse_state_changed),
322         (gst_message_parse_segment_start),
323         (gst_message_parse_segment_done), (gst_message_parse_duration):
324         * gst/gstmessage.h:
325         * tools/gst-launch.c: (event_loop):
326         Make messages future proof.
327         state-change gets a flag if it was a message comming from the
328         streaming thread.
329         segment-start/stop can also be specified in other formats.
330         A message to notify an app that a pipeline changed playback 
331         duration.
332         Also fix a GstMessage leak in -launch
333
334 2005-10-18  Andy Wingo  <wingo@pobox.com>
335
336         * gst/gstelement.c (gst_element_dispose): More helpful message.
337
338 2005-10-18  Thomas Vander Stichele  <thomas at apestaart dot org>
339
340         * gst/gstregistry.c: (gst_registry_scan_path_level):
341           unref a plug-in we get that was already initialized
342
343 2005-10-18  Stefan Kost  <ensonic@users.sf.net>
344
345         * docs/gst/gstreamer-sections.txt:
346         * docs/libs/gstreamer-libs-sections.txt:
347         * gst/gstelement.h:
348           add new api entries
349           hide internal macro
350
351 2005-10-17  Andy Wingo  <wingo@pobox.com>
352
353         * gst/base/gstcollectpads.c (gst_collectpads_chain): Slight
354         cleanup.
355
356         * gst/Makefile.am (gstenumtypes.c): Threadsafe now.
357
358         * gst/gstevent.c (gst_event_new, gst_event_finalize): LOG.
359
360         * gst/gstelement.c (gst_element_get_state_func): s/INFO/DEBUG/.
361         (gst_element_get_state_func): Better debug message.
362         (gst_element_commit_state): s/INFO/DEBUG/.
363         (gst_element_lost_state, gst_element_change_state): 
364
365         * gst/gstmessage.c (gst_message_init): s/INFO/LOG/.
366         (gst_message_new_custom): s/INFO/LOG/.
367
368 2005-10-17  Michael Smith <msmith@fluendo.com>
369
370         * gst/base/gstbasesink.c: (gst_base_sink_do_sync):
371           Check if end time is valid using end time, not start time.
372
373 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
374
375         * check/gst-libs/controller.c: (GST_START_TEST),
376         (gst_controller_suite):
377         * libs/gst/controller/gstcontroller.c:
378         (gst_controlled_property_set_interpolation_mode):
379         * libs/gst/controller/gstcontroller.h:
380         * libs/gst/controller/gstinterpolation.c:
381         * testsuite/controller/.cvsignore:
382         * testsuite/controller/Makefile.am:
383         * testsuite/controller/interpolator.c:
384           merge controller testsuites
385           fix broken tests
386           remove mem-chunk from docs
387
388 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
389
390         * gst/gstmemchunk.c:
391         * gst/gstmemchunk.h:
392         * gst/gsttrashstack.c:
393         * gst/gsttrashstack.h:
394           out.  get out.  you're fired.  to the Attic !
395
396 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
397
398         * gst/gstcaps.c: (gst_caps_intersect):
399           fix signedness issues in a (hopefully) correct way
400         * gst/gstelement.c: (gst_element_pads_activate):
401           some debugging
402         * gst/gstobject.c: (gst_object_set_parent):
403           some debugging
404
405 2005-10-17  Julien MOUTTE  <julien@moutte.net>
406
407         * gst/gstvalue.h: Fix prototypes.
408
409 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
410
411         * docs/gst/gstreamer-sections.txt:
412         * gst/gst.c: (gst_version_string):
413         * gst/gst.h:
414         * gst/gstversion.h.in:
415         * win32/common/libgstreamer.def:
416           add gst_version_string ()
417
418 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
419
420         * configure.ac:
421           clean up further
422         * gst/gst.c: (init_post):
423         * win32/common/config.h.in:
424           it's PLUGINDIR now
425         * gst/gstcaps.c: (gst_caps_intersect):
426           use gint64, the range could be bigger than a guint
427
428 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
429
430         * gst/gstclock.h:
431           document potential problem in 2038
432
433 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
434
435         * gst/gstcaps.c: (gst_caps_intersect):
436           Fix guint j diving under 0
437
438 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
439
440         * configure.ac:
441         * win32/common/config.h:
442         * win32/common/config.h.in:
443           check for process.h, declares getpid() on Windows
444         * gst/gstinfo.c:
445           include process.h if we have it
446         * gst/gstmemchunk.c: (populate), (gst_mem_chunk_new):
447         * gst/gstmemchunk.h:
448           fix signedness issues
449         * win32/common/libgstreamer.def:
450           fix get_type's
451
452 2005-10-16  Julien MOUTTE  <julien@moutte.net>
453
454         * gst/gstcaps.c: (gst_caps_intersect): Fix a bad bug with a simple
455         fix. Because of unsigned ints, caps intersection was going nuts and
456         trying to access structures with G_MAXUINT index. That fixes
457         videotestsrc ! ffmpegcolorspace ! fakesink
458         * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked): logs
459         consistency.
460
461 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
462
463         * configure.ac:
464           use the gettext macro
465         * gst/elements/gstelements.c:
466         * gst/gst.c:
467         * gst/indexers/gstindexers.c:
468           update for GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN
469         * win32/common/config.h:
470           updated config.h
471         * win32/common/config.h.in:
472           add the template to generate config.h
473         * win32/common/gstenumtypes.c:
474         * win32/common/gstversion.h:
475           updated copies
476
477 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
478
479         * gst/gst.c: (gst_version):
480         * gst/gstversion.h.in:
481           add the nano
482
483 2005-10-15  Tim-Philipp Müller  <tim at centricular dot net>
484
485         * gst/gstevent.h:
486           Oops, add missing closing bracket.
487
488 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
489
490         * configure.ac:
491           use common m4's for argument checking
492
493 2005-10-15  Tim-Philipp Müller  <tim at centricular dot net>
494
495         * docs/gst/gstreamer-sections.txt:
496         * gst/gstevent.h:
497           Add GST_EVENT_TYPE_NAME() macro.
498
499 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
500
501         * gst/gstinfo.c:
502         * gst/gstpluginfeature.c:
503         * gst/gsttask.c:
504           privatize more symbols
505
506 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
507
508         * configure.ac:
509           add srcdir, builddir includes to GST_ALL_CFLAGS, since
510           everything that uses GStreamer API should have the includes
511
512 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
513
514         * docs/gst/gstreamer-sections.txt:
515         * gst/gstvalue.c: (gst_date_get_type), (_gst_value_initialize):
516         * gst/gstvalue.h:
517           give each value a _get_type, removes the DATA exports
518
519 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
520
521         * gst/gst.c:
522         * gst/gst.h:
523           remove _gst_registry_auto_load, not used anymore
524         * gst/gstbin.c: (gst_bin_get_type):
525         * gst/gstbin.h:
526         * gst/gstelement.c: (gst_element_get_type):
527         * gst/gstelement.h:
528         * gst/gstobject.c: (gst_object_get_type):
529         * gst/gstobject.h:
530         * gst/gstpad.c: (gst_pad_get_type):
531         * gst/gstpad.h:
532           make _get_type functions similar, fixes data export from library
533
534 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
535
536         * configure.ac:
537           correctly make conditionals
538         * gst/elements/Makefile.am:
539         * gst/elements/gstelements.c:
540           fix typo causing fdsrc not to build
541
542 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
543
544         * testsuite/Makefile.am:
545         * testsuite/bytestream/.cvsignore:
546         * testsuite/bytestream/Makefile.am:
547         * testsuite/bytestream/filepadsink.c:
548         * testsuite/bytestream/gstbstest.c:
549         * testsuite/bytestream/test1.c:
550         * testsuite/bytestream/testfile1:
551         * testsuite/caps/normalisation.c:
552         * testsuite/caps/random.c: (main):
553         * testsuite/cleanup/.cvsignore:
554         * testsuite/cleanup/Makefile.am:
555         * testsuite/cleanup/cleanup1.c:
556         * testsuite/cleanup/cleanup2.c:
557         * testsuite/cleanup/cleanup3.c:
558         * testsuite/cleanup/cleanup4.c:
559         * testsuite/cleanup/cleanup5.c:
560         * testsuite/controller/interpolator.c:
561         * testsuite/debug/printf_extension.c: (main):
562         * testsuite/elements/tee.c:
563         * testsuite/negotiation/.cvsignore:
564         * testsuite/negotiation/Makefile.am:
565         * testsuite/negotiation/pad_link.c:
566         * testsuite/pad/Makefile.am:
567         * testsuite/pad/chainnopull.c:
568         * testsuite/pad/getnopush.c:
569         * testsuite/pad/link.c:
570         * testsuite/refcounting/sched.c: (create_pipeline):
571         * testsuite/registry/Makefile.am:
572         * testsuite/registry/gst-print-formats.c:
573         * testsuite/schedulers/.cvsignore:
574         * testsuite/schedulers/142183-2.c:
575         * testsuite/schedulers/142183.c:
576         * testsuite/schedulers/143777-2.c:
577         * testsuite/schedulers/143777.c:
578         * testsuite/schedulers/147713.c:
579         * testsuite/schedulers/147819.c:
580         * testsuite/schedulers/147894-2.c:
581         * testsuite/schedulers/147894.c:
582         * testsuite/schedulers/Makefile.am:
583         * testsuite/schedulers/group_link.c:
584         * testsuite/schedulers/queue_link.c:
585         * testsuite/schedulers/relink.c:
586         * testsuite/schedulers/unlink.c:
587         * testsuite/schedulers/unref.c:
588         * testsuite/schedulers/useless_iteration.c:
589         * testsuite/states/bin.c:
590           clean out/remove some stuff from the testsuite directories
591
592 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
593
594         * configure.ac:
595           check for some headers
596         * gst/elements/Makefile.am:
597         * gst/elements/gstelements.c:
598           don't compile fdsrc without sys/socket.h
599         * gst/indexers/Makefile.am:
600         * gst/indexers/gstindexers.c: (plugin_init):
601           don't compile fileindex without mmap
602
603 2005-10-15  Thomas Vander Stichele  <thomas at apestaart dot org>
604
605         * configure.ac:
606           reorganize
607           clean up
608           document more
609           remove cruft
610         * check/Makefile.am:
611         * docs/gst/Makefile.am:
612         * examples/helloworld/Makefile.am:
613         * gst/Makefile.am:
614         * gst/base/Makefile.am:
615         * gst/check/Makefile.am:
616         * gst/elements/Makefile.am:
617         * gst/indexers/Makefile.am:
618         * gst/parse/Makefile.am:
619         * libs/gst/controller/Makefile.am:
620         * libs/gst/dataprotocol/Makefile.am:
621         * examples/helloworld/helloworld.c: (event_loop):
622           compile fixes, though it's not being compiled currently
623
624 2005-10-14  Tim-Philipp Müller  <tim at centricular dot net>
625
626         * check/gst/gsttag.c: (test_date_tags), (gst_tag_suite):
627           Add some simple tests for the new taglist date API.
628
629 2005-10-14  Tim-Philipp Müller  <tim at centricular dot net>
630
631         * gst/elements/gstfakesink.c: (gst_fake_sink_render):
632         * gst/elements/gstfakesrc.c: (gst_fake_src_create):
633           Beautify 'last-message' output: print 'none' for buffer timestamps
634           and durations if none is set; improve alignment with next messages.
635
636 2005-10-14  Tim-Philipp Müller  <tim at centricular dot net>
637
638         * gst/gstpluginfeature.c: (gst_plugin_feature_check_version):
639         * gst/gstpluginfeature.h:
640         * gst/gstregistry.c: (gst_default_registry_check_feature_version):
641         * gst/gstregistry.h:
642         * docs/gst/gstreamer-sections.txt:
643           Add new API to check plugin feature version requirements.
644
645         * check/gst/gstplugin.c: (test_version_checks), (gst_plugin_suite):
646           Some basic tests for the above.         
647
648 2005-10-13  Thomas Vander Stichele  <thomas at apestaart dot org>
649
650         * gst/gststructure.c: (gst_structure_to_string):
651           guard against NULL printf - happens when for example
652           a message structure with GstClock gets serialized
653
654 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
655
656         * gst/base/gstcollectpads.c: (gst_collectpads_event):
657           Fix presumable copy'n'pasto.
658
659 2005-10-13  Thomas Vander Stichele  <thomas at apestaart dot org>
660
661         * gst/elements/gstfakesrc.h:
662         * gst/elements/gstfilesrc.c: (gst_file_src_create_read):
663         * gst/elements/gsttypefindelement.c:
664           fix some signedness
665         * gst/elements/gstfilesink.c: (gst_file_sink_render):
666           I wonder if this could actually write +2GB files before
667
668 2005-10-13  Andy Wingo  <wingo@pobox.com>
669
670         * libs/gst/dataprotocol/dataprotocol.c (gst_dp_packet_from_caps):
671         Fix Timmeke Waymans bug.
672         (gst_dp_caps_from_packet): Make sure we pass a NUL-terminated
673         string of the proper length to gst_caps_from_string. There's a
674         potential for, before this fix, that this could cause someone
675         connecting over the network to cause a segfault if the payload is
676         not NUL-terminated.
677
678 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
679
680         * docs/design/draft-push-pull.txt:
681         * docs/design/part-overview.txt:
682         * docs/random/TODO-pre-0.9:
683         * docs/random/old/ChangeLog.gstreamer:
684         * gst/base/gstpushsrc.c:
685         * gst/gstclock.c:
686           fixed typos
687
688 2005-10-13  Thomas Vander Stichele  <thomas at apestaart dot org>
689
690         * gst/glib-compat.c: (gst_flags_get_first_value):
691         * gst/glib-compat.h:
692         * gst/gstvalue.c: (gst_value_deserialize_int_helper),
693         (gst_value_compare_double), (gst_value_serialize_flags):
694           GLib 2.6 g_flags_get_first_value has a bug that triggers an
695           infinite loop
696
697 2005-10-13  Thomas Vander Stichele  <thomas at apestaart dot org>
698
699         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
700         * gst/base/gstbasesrc.c: (gst_base_src_get_range):
701           fix up debugging
702         * tools/gst-launch.c: (event_loop):
703           print out clock nicely
704
705 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
706
707         * docs/gst/gstreamer-sections.txt:
708         * gst/gsttaglist.h:
709         * gst/gsttaglist.c: (_gst_tag_initialize), (gst_tag_list_get_date),
710         (gst_tag_list_get_date_index):
711           Added gst_tag_list_get_date() and gst_tag_list_get_date_index().
712           GST_TAG_DATE now has a tag type of GST_TYPE_DATE (#170777).
713
714 2005-10-13  Julien MOUTTE  <julien@moutte.net>
715
716         * gst/base/gstcollectpads.c: (gst_collectpads_event),
717         (gst_collectpads_chain):
718         * gst/base/gstcollectpads.h: Handle newsegment and store informations
719         in CollectData.
720
721 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
722
723         * docs/gst/gstreamer-sections.txt:
724         * gst/gst.c:
725         * gst/gsterror.h:
726         * tools/gst-inspect.c: (main):
727         * tools/gst-launch.c: (main):
728         * tools/gst-run.c: (main):
729         * tools/gst-xmlinspect.c: (main):
730           fix GOption context leaks
731           doc fixes
732
733 2005-10-13  Thomas Vander Stichele  <thomas at apestaart dot org>
734
735         * gst/gstbus.c:
736           use HAVE_UNISTD_H
737         * win32/common/config.h:
738           update config
739         * win32/vs6/grammar.dsp:
740         * win32/vs6/libgstelements.dsp:
741         * win32/vs6/libgstreamer.dsp:
742           update vs6 files
743
744 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
745
746         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
747         * gst/base/gstbasesrc.c: (gst_base_src_query):
748           fix more guint64<->gdouble conversions
749
750 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
751
752         * Makefile.am:
753           add win32-update target
754         * win32/common/gstconfig.h:
755         * win32/common/gstenumtypes.c:
756         * win32/common/gstenumtypes.h:
757         * win32/common/gstversion.h:
758           add files that visual studio can't generate
759
760 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
761
762         * Makefile.am:
763           add a win32-update target
764         * configure.ac:
765
766 2005-10-12  Wim Taymans  <wim@fluendo.com>
767
768         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
769         (reset_degree), (gst_bin_dispose), (bin_bus_handler):
770         * gst/gstelement.c: (gst_element_commit_state),
771         (gst_element_set_state):
772         Protect flags with proper lock.
773         unref provided cached clock in dispose.
774
775 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
776
777         * gst/gst.c:
778         * gst/gstminiobject.h:
779         * gst/gstpad.h:
780         * win32/gstenumtypes.c: (gst_mini_object_flags_get_type):
781           removed unused flags from miniobject
782           doc fixes
783
784 2005-10-12  Wim Taymans  <wim@fluendo.com>
785
786         * gst/elements/gstfilesink.c: (gst_file_sink_do_seek),
787         (gst_file_sink_event), (gst_file_sink_render):
788         Flush before seeking.
789
790 2005-10-12  Andy Wingo  <wingo@pobox.com>
791
792         * gst/gst.c (gst_init_check): Ignore unknown options, as has
793         always been the case.
794
795 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
796
797         * check/gst/gstbin.c: (GST_START_TEST):
798         * docs/gst/gstreamer-sections.txt:
799         * gst/base/gstbasesink.c: (gst_base_sink_init):
800         * gst/base/gstbasesrc.c: (gst_base_src_init),
801         (gst_base_src_get_range), (gst_base_src_check_get_range),
802         (gst_base_src_start), (gst_base_src_stop):
803         * gst/base/gstbasesrc.h:
804         * gst/elements/gstfakesrc.c: (gst_fake_src_set_property):
805         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
806         (bin_element_is_sink), (reset_degree), (gst_bin_element_set_state),
807         (bin_bus_handler):
808         * gst/gstbin.h:
809         * gst/gstbuffer.h:
810         * gst/gstbus.c: (gst_bus_post), (gst_bus_set_flushing):
811         * gst/gstbus.h:
812         * gst/gstelement.c: (gst_element_is_locked_state),
813         (gst_element_set_locked_state), (gst_element_commit_state),
814         (gst_element_set_state):
815         * gst/gstelement.h:
816         * gst/gstindex.c: (gst_index_init):
817         * gst/gstindex.h:
818         * gst/gstminiobject.h:
819         * gst/gstobject.c: (gst_object_init), (gst_object_sink),
820         (gst_object_set_parent):
821         * gst/gstobject.h:
822         * gst/gstpad.c: (gst_pad_set_blocked_async), (gst_pad_is_blocked),
823         (gst_pad_get_caps_unlocked), (gst_pad_set_caps):
824         * gst/gstpad.h:
825         * gst/gstpadtemplate.h:
826         * gst/gstpipeline.c: (gst_pipeline_provide_clock_func),
827         (gst_pipeline_use_clock), (gst_pipeline_auto_clock):
828         * gst/gstpipeline.h:
829         * gst/indexers/gstfileindex.c: (gst_file_index_load),
830         (gst_file_index_commit):
831         * testsuite/bytestream/filepadsink.c: (gst_fp_sink_init):
832         * testsuite/pad/link.c: (gst_test_src_init),
833         (gst_test_filter_init), (gst_test_sink_init):
834         * testsuite/states/locked.c: (main):
835           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
836           moved bitshift from macro to enum definition
837
838 2005-10-12  Wim Taymans  <wim@fluendo.com>
839
840         * gst/base/gstbasesink.c: (gst_base_sink_handle_buffer):
841         * gst/elements/gstfilesink.c: (gst_file_sink_event),
842         (gst_file_sink_render):
843         Some more debugging info.
844
845 2005-10-12  Wim Taymans  <wim@fluendo.com>
846
847         * docs/design/part-states.txt:
848         * tools/gst-launch.c: (main):
849         Some doc updates.
850         Revert non-intentional change.
851
852 2005-10-12  Wim Taymans  <wim@fluendo.com>
853
854         * check/gst/gstbin.c: (GST_START_TEST):
855         * check/gst/gstelement.c: (GST_START_TEST):
856         * check/gst/gstevent.c: (GST_START_TEST), (test_event):
857         * check/gst/gstghostpad.c: (GST_START_TEST):
858         * check/gst/gstpipeline.c: (GST_START_TEST):
859         * check/pipelines/simple_launch_lines.c: (run_pipeline):
860         * check/states/sinks.c: (GST_START_TEST):
861         * gst/elements/gsttypefindelement.c: (stop_typefinding):
862         * gst/gstbin.c: (gst_bin_provide_clock_func), (gst_bin_add_func),
863         (gst_bin_remove_func), (gst_bin_get_state_func),
864         (gst_bin_recalc_state), (gst_bin_change_state_func),
865         (bin_bus_handler):
866         * gst/gstelement.c: (gst_element_get_state_func),
867         (gst_element_get_state), (gst_element_abort_state),
868         (gst_element_commit_state), (gst_element_set_state),
869         (gst_element_change_state), (gst_element_change_state_func):
870         * gst/gstelement.h:
871         * gst/gstpipeline.c: (gst_pipeline_class_init), (do_pipeline_seek),
872         (gst_pipeline_provide_clock_func):
873         * gst/gstutils.c: (gst_element_link_pads_filtered):
874         * tools/gst-launch.c: (main):
875         * tools/gst-typefind.c: (main):
876         Use GstClockTime in _get_state() instead of GTimeVal.
877         Remove old code in gstutils.c
878
879 2005-10-12  Andy Wingo  <wingo@pobox.com>
880
881         * gst/gstregistry.h (gst_registry_scan_paths): Not implemented, so
882         removed.
883
884         * gst/gstpad.c (gst_pad_pause_task): Actually return FALSE if
885         there is no task. Shouldn't affect any code, as nothing in our
886         plugins checks this return value.
887         (gst_pad_stop_task): Also take the stream lock if the pad has no
888         task. Docs updated.
889
890 2005-10-12  Wim Taymans  <wim@fluendo.com>
891
892         * gst/gstpad.c: (pre_activate), (post_activate),
893         (gst_pad_activate_pull), (gst_pad_activate_push):
894         Cleanup activation code. Reset old state if
895         activation failed.
896
897 2005-10-12  Wim Taymans  <wim@fluendo.com>
898
899         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
900         (gst_base_sink_change_state):
901         No need to prerol after receiving EOS.
902
903         * gst/elements/gstfakesink.c: (gst_fake_sink_event):
904         * gst/elements/gstfakesrc.c: (gst_fake_src_event_handler):
905         * gst/elements/gstidentity.c: (gst_identity_event):
906         Print events more verbosely.
907
908 2005-10-12  Wim Taymans  <wim@fluendo.com>
909
910         * check/Makefile.am:
911         * check/states/sinks.c: (GST_START_TEST), (gst_object_suite):
912         * check/states/sinks2.c:
913         Moved sinks2 testcode in sinks check.
914
915         * gst/gstbin.c: (gst_bin_provide_clock_func), (gst_bin_add_func),
916         (gst_bin_remove_func), (gst_bin_recalc_state),
917         (gst_bin_change_state_func), (bin_bus_handler):
918         Fix potential race condition when _get_state() iterated over an
919         ASYNC element right before it posted a state completion.
920
921         * gst/gstclock.h:
922         Do proper cast here.
923
924         * gst/gstevent.c: (gst_event_new_newsegment),
925         (gst_event_parse_newsegment):
926         A playback rate of 0.0 is not allowed.
927
928 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
929
930         * win32/common/config.h:
931         * win32/common/dirent.c: (_topendir), (_treaddir), (_tclosedir),
932         (_trewinddir), (_ttelldir), (_tseekdir):
933         * win32/common/dirent.h:
934         * win32/common/gtchar.h:
935         * win32/common/libgstbase.def:
936         * win32/common/libgstreamer.def:
937         * win32/vs6/grammar.dsp:
938         * win32/vs6/gst_inspect.dsp:
939         * win32/vs6/gst_launch.dsp:
940         * win32/vs6/gstreamer.dsw:
941         * win32/vs6/libgstbase.dsp:
942         * win32/vs6/libgstelements.dsp:
943         * win32/vs6/libgstreamer.dsp:
944           Visual Studio 6 project files, and a new common directory.
945           Phear.
946
947 2005-10-11  Wim Taymans  <wim@fluendo.com>
948
949         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
950         (gst_base_sink_do_sync), (gst_base_sink_query),
951         (gst_base_sink_change_state):
952         * gst/base/gstbasesink.h:
953         Correctly parse newsegment info.
954
955 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
956
957         * gst/gst.c: (init_post):
958           split plugin paths correctly
959
960 2005-10-11  Wim Taymans  <wim@fluendo.com>
961
962         * check/gst/gstevent.c: (GST_START_TEST):
963         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
964         (gst_base_sink_change_state):
965         * gst/base/gstbasesrc.c: (gst_base_src_default_newsegment):
966         * gst/base/gstbasetransform.c: (gst_base_transform_event):
967         * gst/elements/gstfilesink.c: (gst_file_sink_event):
968         * gst/gstevent.c: (gst_event_new_newsegment),
969         (gst_event_parse_newsegment):
970         * gst/gstevent.h:
971         Added extra flag to newsegment for future API freeze.
972         Updated check and base elements.
973
974 2005-10-11  Julien MOUTTE  <julien@moutte.net>
975
976         * gst/base/gstcollectpads.c: (gst_collectpads_init),
977         (gst_collectpads_add_pad), (gst_collectpads_pop),
978         (gst_collectpads_event), (gst_collectpads_chain):
979         * gst/base/gstcollectpads.h: Handle EOS correctly.
980
981 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
982
983         * tools/gst-launch.c: (main):
984           more null protecting
985
986 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
987
988         * gst/gst-i18n-lib.h:
989           check for ENABLE_NLS, not GETTEXT_PACKAGE
990         * gst/gstregistry.c: (gst_registry_add_plugin),
991         (gst_registry_scan_path_level),
992         (_gst_registry_remove_cache_plugins):
993           protect possibly NULL strings
994         * gst/parse/types.h:
995           config.h already included before
996         * tools/gst-inspect.c: (main):
997           sys/wait.h also doesn�t exist on mingw, so change the ifdef check
998           check for ENABLE_NLS, not GETTEXT_PACKAGE
999         * tools/gst-launch.c: (main):
1000           check for ENABLE_NLS, not GETTEXT_PACKAGE
1001
1002 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1003
1004         * configure.ac:
1005           if we don't have glib, fail before testing 2.8
1006         * gst/base/gstbasetransform.c: (gst_base_transform_change_state):
1007           fix a leak, should fix plugins-base testsuite
1008
1009 2005-10-11  Andy Wingo  <wingo@pobox.com>
1010
1011         * gst/gstpad.c (pre_activate): Renamed from pre_activate_switch,
1012         take the mode we're going to as an arg. Go head and set the mode
1013         and flushing flags now, so that if the activate function starts a
1014         thread all the flags will be in the right state.
1015         (post_activate): Renamed also. Just handle making sure streaming
1016         finishes for the deactivation case, and setting the deactivated
1017         mode.
1018         (gst_pad_set_active): Complain loudly if deactivation fails.
1019         (gst_pad_activate_pull): Adapt to pre/post_activate changes.
1020         (gst_pad_activate_push): Adapt to pre/post_activate changes,
1021         remove the terrible hack.
1022
1023 2005-10-11  Wim Taymans  <wim@fluendo.com>
1024
1025         * gst/gstbin.c: (gst_bin_init), (gst_bin_provide_clock_func),
1026         (is_eos), (gst_bin_add_func), (gst_bin_remove_func),
1027         (gst_bin_recalc_state), (gst_bin_change_state_func),
1028         (gst_bin_dispose), (bin_bus_handler):
1029         * gst/gstbin.h:
1030         Prepare to make current EOS message queue more generic.
1031         Fix some typos.
1032
1033         * gst/gstevent.c: (gst_event_new_newsegment),
1034         (gst_event_parse_newsegment):
1035         * gst/gstevent.h:
1036         Rename base to stream_time.
1037
1038         * gst/gstmessage.h:
1039         Fix typo in docs.
1040
1041 2005-10-11  Wim Taymans  <wim@fluendo.com>
1042
1043         * gst/gstbin.c: (gst_bin_init), (gst_bin_provide_clock_func),
1044         (gst_bin_add_func), (gst_bin_remove_func), (gst_bin_recalc_state),
1045         (gst_bin_change_state_func), (bin_bus_handler):
1046         * gst/gstbin.h:
1047         Work on proper clock selection.
1048
1049 2005-10-11  Edward Hervey  <edward@fluendo.com>
1050
1051         * libs/gst/controller/gstcontroller.c: (gst_controller_remove_properties_list): 
1052         * libs/gst/controller/gstcontroller.h:
1053         Added GList* version of _remove_properties() in order to be able to wrap
1054         it in bindings.
1055
1056 2005-10-11  Wim Taymans  <wim@fluendo.com>
1057
1058         * docs/design/part-states.txt:
1059         Some more docs.
1060
1061         * gst/gstbin.c: (gst_bin_set_clock_func), (gst_bin_recalc_state),
1062         (gst_bin_change_state_func), (bin_bus_handler):
1063         Doc updates. Don't distribute the same clock over and over again.
1064
1065         * gst/gstclock.c:
1066         * gst/gstclock.h:
1067         Doc updates.
1068
1069         * gst/gstpad.c: (gst_flow_get_name), (gst_flow_to_quark),
1070         (gst_pad_get_type), (gst_pad_push), (gst_pad_push_event),
1071         (gst_pad_send_event):
1072         * gst/gstpad.h:
1073         Make probe emission threadsafe again.
1074         Register quarks and move _get_name() from utils.
1075         Doc updates.
1076
1077         * gst/gstpipeline.c: (gst_pipeline_class_init),
1078         (gst_pipeline_change_state), (gst_pipeline_provide_clock_func):
1079         Only redistribute the clock of it changed.
1080
1081         * gst/gstsystemclock.h:
1082         Doc updates. 
1083
1084         * gst/gstutils.c:
1085         * gst/gstutils.h:
1086         Moved the _flow_get_name() to GstPad.
1087
1088 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1089
1090         * check/gst-libs/gdp.c: (GST_START_TEST):
1091         * check/gst/gstcaps.c: (GST_START_TEST):
1092         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
1093         (gst_dp_dump_byte_array), (gst_dp_header_from_buffer),
1094         (gst_dp_packet_from_caps):
1095           fix more valgrind warnings before turning up the heat
1096
1097 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1098
1099         * gst/parse/grammar.y:
1100           some cleanup before the hacking
1101
1102 2005-10-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1103
1104         * gst/base/gstbasesrc.c: (gst_base_src_query):
1105           use conversions
1106         * gst/gstutils.c: (gst_guint64_to_gdouble),
1107         (gst_gdouble_to_guint64), (gst_util_uint64_scale):
1108         * gst/gstutils.h:
1109           externalize, basesrc uses it
1110           obviously the implementation needs testing
1111
1112 2005-10-10  Wim Taymans  <wim@fluendo.com>
1113
1114         * tests/sched/Makefile.am:
1115         * tests/sched/sort.c: (make_pipeline1), (make_pipeline2),
1116         (make_pipeline3), (make_pipeline4), (print_elem), (main):
1117
1118 2005-10-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1119
1120         * gst/gstutils.c: (guint64_to_gdouble), (gst_util_uint64_scale):
1121           apparently converting from guint64 to double is not implemented
1122           on MSVC
1123
1124 2005-10-10  Wim Taymans  <wim@fluendo.com>
1125
1126         * check/Makefile.am:
1127         * check/generic/states.c: (GST_START_TEST):
1128         * check/gst/gstbin.c: (GST_START_TEST):
1129         * check/gst/gstpipeline.c: (GST_START_TEST), (gst_pipeline_suite):
1130         * check/states/sinks.c: (GST_START_TEST):
1131         * check/states/sinks2.c: (GST_START_TEST), (gst_object_suite),
1132         (main):
1133         Check fixes, use API as stated in design docs, remove hacks.
1134
1135         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
1136         (gst_base_sink_change_state):
1137         Catch stopping our task while we're shutting down.
1138
1139         * gst/gstbin.c: (gst_bin_init), (gst_bin_add_func),
1140         (gst_bin_remove_func), (gst_bin_get_state_func),
1141         (gst_bin_recalc_state), (gst_bin_change_state_func),
1142         (bin_bus_handler):
1143         * gst/gstbin.h:
1144         * gst/gstelement.c: (gst_element_init),
1145         (gst_element_get_state_func), (gst_element_abort_state),
1146         (gst_element_commit_state), (gst_element_lost_state),
1147         (gst_element_set_state), (gst_element_change_state),
1148         (gst_element_change_state_func):
1149         * gst/gstelement.h:
1150         New state change algorithm (see #318116)
1151
1152         * gst/gstpipeline.c: (gst_pipeline_class_init),
1153         (gst_pipeline_init), (gst_pipeline_set_property),
1154         (gst_pipeline_get_property), (do_pipeline_seek),
1155         (gst_pipeline_change_state), (gst_pipeline_provide_clock_func):
1156         * gst/gstpipeline.h:
1157         Remove crude state change hacks.
1158
1159         * gst/gstutils.h:
1160         Remove crude hacks.
1161
1162         * tools/gst-launch.c: (main):
1163         Fixes for state change. Needs some more work to fully use the
1164         new stuff.
1165
1166 2005-10-10  Andy Wingo  <wingo@pobox.com>
1167
1168         * tests/Makefile.am (noinst_PROGRAMS): No more init.c.
1169
1170         * gst/gst.c (G_OPTION_FLAG_NO_ARG): Apparently GLib 2.8 requires
1171         this flag, but it's not even in GLib 2.6. Odd. Hack around the
1172         issue.
1173
1174 2005-10-10  Tim-Philipp Müller  <tim at centricular dot net>
1175
1176         * gst/gstiterator.c: (gst_iterator_new):
1177           Fix my previous commit: GTypes passed to gst_iterator_new()
1178           can be fundamental types.
1179
1180 2005-10-10  Wim Taymans  <wim@fluendo.com>
1181
1182         * gst/gstelement.c: (gst_element_iterate_pad_list),
1183         (gst_element_iterate_pads), (gst_element_iterate_src_pads),
1184         (gst_element_iterate_sink_pads):
1185         Use src/sink pads lists for the respective iterators instead
1186         of filtering.
1187
1188 2005-10-10  Andy Wingo  <wingo@pobox.com>
1189
1190         Merged in popt removal + GOption addition patch from Ronald, bug
1191         #169772.
1192
1193         * docs/gst/gstreamer-sections.txt: Add STATE_(UN)LOCK_FULL, move
1194         GstElement macros around, remove popt-related symbols, add goption
1195         stuff.
1196
1197         * configure.ac: Remove popt checks, require GLib 2.6 for GOption.
1198         
1199         * docs/gst/Makefile.am:
1200         * docs/libs/Makefile.am: No POPT_CFLAGS.
1201         
1202         * examples/manual/Makefile.am:
1203         * docs/manual/basics-init.xml: Doc updates with an example.
1204         
1205         * gst/gst.c: (gst_init_get_option_group), (gst_init_check),
1206         (gst_init), (parse_one_option), (parse_goption_arg):
1207         * gst/gst.h: Removed gst_init_with_popt_table and friends. Took a
1208         bit of hand merging and debugging to get the GOption stuff working
1209         tho.
1210         
1211         * tests/Makefile.am:
1212         * tools/Makefile.am:
1213         * tools/gst-inspect.c: (main):
1214         * tools/gst-launch.c: (main):
1215         * tools/gst-run.c: (main):
1216         * tools/gst-xmlinspect.c: (main): Thanks Ronald!
1217
1218 2005-10-10  Tim-Philipp Müller  <tim at centricular dot net>
1219
1220         * gst/gstiterator.c: (gst_iterator_new):
1221           Add assertions to make sure passed GType is likely to really
1222           be a GType (as the compiler won't catch it if the size and
1223           GType arguments get mixed up, see #318447).
1224
1225 2005-10-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
1226
1227         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1228
1229         * gst/gstbin.c: (gst_bin_iterate_sorted):
1230           Pass GType and size arguments to gst_iterator_new() in the right
1231           order (maybe we should make _new() take the GType as first argument
1232           just like _new_list()?) (#318447).
1233           
1234
1235 2005-10-10  Wim Taymans  <wim@fluendo.com>
1236
1237         * gst/gstelement.c: (gst_element_finalize):
1238         And free the GStaticRecMutex too
1239
1240 2005-10-10  Andy Wingo  <wingo@pobox.com>
1241
1242         * gst/gstelement.c (gst_element_init, gst_element_finalize):
1243         Allocate and free the mutex properly.
1244
1245         * gst/gstelement.h (GST_STATE_UNLOCK_FULL, GST_STATE_LOCK_FULL):
1246         New macros.
1247         (GstElement): The state_lock is now recursive. Rebuild your
1248         plugins, suckers. Old macros adapted.
1249
1250         * docs/gst/gstreamer-sections.txt: Doc updates.
1251
1252         * gst/gstutils.h:
1253         * gst/gstutils.c (g_static_rec_cond_timed_wait) 
1254         (g_static_rec_cond_wait): Ported from state changes patch, while
1255         we wait on bug #317802 to be solved in a well-distributed GLib.
1256
1257         * gst/gstelement.c (gst_element_change_state_func): Renamed from
1258         gst_element_change_state, variable name changes.
1259         (gst_element_change_state): Split out of gst_element_set_state in
1260         preparation for the state change merge. Doesn't pay attention to
1261         the 'transition' argument.
1262         (gst_element_set_state): Updates, hopefully purely cosmetic.
1263         (gst_element_sync_state_with_parent): MT-safety. Ported from the
1264         state change patch.
1265         (gst_element_get_state_func): Renamed from get_state, cosmetic
1266         changes.
1267
1268 2005-10-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1269
1270         * gst/elements/gstelements.c:
1271         * win32/GStreamer.vcproj:
1272         * win32/config.h:
1273         * win32/dirent.c: (_tseekdir):
1274         * win32/gst-inspect.vcproj:
1275         * win32/gst-launch.vcproj:
1276         * win32/gstconfig.h:
1277         * win32/gstelements.vcproj:
1278         * win32/gstenumtypes.c: (gst_object_flags_get_type):
1279         * win32/gstreamer.def:
1280         * win32/msvc71.sln:
1281           updates for the win32 build (patch from Sebastien Moutte)
1282
1283 2005-10-10  Andy Wingo  <wingo@pobox.com>
1284
1285         * gst/gstbin.c (gst_bin_get_state_func): Renamed from
1286         gst_bin_get_state, cleaned up (but no logic changes).
1287         (bin_element_is_sink): Comment updates.
1288         (sink_iterator_filter): Remove needless cast.
1289         (gst_bin_iterate_sinks): Doc update.
1290         (gst_bin_change_state_func): Renamed from gst_bin_change_state,
1291         cleaned up (but no logic changes).
1292
1293         * check/states/sinks.c (test_src_sink): Cleanups from the state
1294         change patch.
1295         (test_livesrc_sink): Sync on the state.
1296
1297         * check/pipelines/simple_launch_lines.c (run_pipeline): Merge from
1298         the state change patch.
1299
1300         * check/gst/gstghostpad.c (test_ghost_pads): Merge from the state
1301         change patch.
1302
1303         * check/gst/gstbin.c: Merge in some style fixes and additional
1304         checks from Wim's state change patch.
1305
1306 2005-10-10  Tim-Philipp Müller  <tim at centricular dot net>
1307
1308         * gst/base/gsttypefindhelper.c: (helper_find_peek),
1309         (gst_type_find_helper):
1310           Check whether we have the requested data already in our list of
1311           cached buffers before pulling a new buffer; also make the buffer
1312           list a GSList. Speeds up typefinding by ca. 5-10% altogether.
1313
1314 2005-10-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1315
1316         * gst/gstcaps.c:
1317         * gst/gstevent.c:
1318           doc updates
1319         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
1320           don't use long long, it's not portable.  Replacing with
1321           gint64 seems to work; let's hope no skeletons fall out of the closet.
1322
1323 2005-10-10  Andy Wingo  <wingo@pobox.com>
1324
1325         * autogen.sh (CONFIGURE_DEF_OPT): No more --plugin-buiddir, yay
1326
1327 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1328
1329         * docs/gst/gstreamer-sections.txt:
1330         * gst/gstevent.c:
1331         * gst/gstevent.h:
1332         * gst/gstinfo.c:
1333         * gst/gstinfo.h:
1334         * gst/gstmessage.c: (gst_message_parse_state_changed):
1335         * gst/gstpad.c:
1336         * gst/gstpad.h:
1337           more docs, fix compilation
1338
1339 2005-10-09  Philippe Khalaf <burger@speedy.org>
1340         * gst/gstmessage.c:
1341           Fixed a few forgotten variables on previous commit
1342
1343 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1344
1345         * gst/base/gsttypefindhelper.c: (helper_find_peek):
1346           Fix evil typefind crasher: getrange() might return a short
1347           buffer at the end of a file, but gst_type_find_peek() must
1348           either return the full data as requested or NULL, but
1349           never a short buffer.
1350
1351 2005-10-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1352
1353         * gst/gstmessage.c: (gst_message_new_state_changed),
1354         (gst_message_parse_state_changed):
1355         * gst/gstmessage.h:
1356           don't use "new", it's a C++ keyword
1357
1358 2005-10-08  Wim Taymans  <wim@fluendo.com>
1359
1360         * gst/gstbin.c: (is_eos), (update_degree), (gst_bin_query):
1361         * gst/gstelement.c: (gst_element_post_message):
1362         * gst/gstpipeline.c: (gst_pipeline_change_state):
1363         Small docs and debug updates.
1364
1365 2005-10-08  Stefan Kost  <ensonic@users.sf.net>
1366
1367         * docs/gst/gstreamer-sections.txt:
1368         * gst/gstelementfactory.c:
1369         * gst/gstevent.c:
1370         * gst/gsttaglist.c:
1371           more docs
1372
1373 2005-10-08  Wim Taymans  <wim@fluendo.com>
1374
1375         * gst/gstbin.c: (is_eos), (update_degree), (gst_bin_change_state),
1376         (gst_bin_dispose), (bin_bus_handler):
1377         Fix typos, add comments.
1378         Clear EOS list when going to PAUSED from any direction and do it
1379         in a threadsafe way.
1380         Get base time in a threadsafe way too.
1381         Fix confusing debug in the change_state function.
1382         Various other small cleanups.
1383         
1384         * gst/gstelement.c: (gst_element_post_message):
1385         Fix very verbose bus posting code.
1386
1387         * gst/gstpipeline.c: (gst_pipeline_class_init),
1388         (gst_pipeline_set_property), (gst_pipeline_get_property),
1389         (gst_pipeline_change_state):
1390         Small ARG_ -> PROP_ cleanup
1391
1392 2005-10-08  Wim Taymans  <wim@fluendo.com>
1393
1394         * gst/gstbin.c: (is_eos), (bin_bus_handler):
1395         Do a less CPU demanding EOS check because we can.
1396
1397 2005-10-08  Wim Taymans  <wim@fluendo.com>
1398
1399         * libs/gst/dataprotocol/dataprotocol.c:
1400         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
1401         (gst_dp_packet_from_event):
1402         * libs/gst/dataprotocol/dataprotocol.h:
1403         * libs/gst/dataprotocol/dp-private.h:
1404         It's about time we bump the version number.
1405         Since event types don't fit in the guint8 anymore describing
1406         the payload type, make payload type 16 bits wide.
1407
1408 2005-10-08  Wim Taymans  <wim@fluendo.com>
1409
1410         * docs/design/part-TODO.txt:
1411         * docs/design/part-clocks.txt:
1412         * docs/design/part-events.txt:
1413         * docs/design/part-gstbin.txt:
1414         * docs/design/part-gstelement.txt:
1415         * docs/design/part-gstpipeline.txt:
1416         * docs/design/part-live-source.txt:
1417         * docs/design/part-messages.txt:
1418         * docs/design/part-overview.txt:
1419         * docs/design/part-states.txt:
1420         Many doc updates.
1421
1422 2005-10-08  Wim Taymans  <wim@fluendo.com>
1423
1424         * gst/gstevent.c:
1425         * gst/gstevent.h:
1426         Fix event quark registration.
1427         Add some space between events so we can insert them in the
1428         right groups.
1429
1430 2005-10-08  Wim Taymans  <wim@fluendo.com>
1431
1432         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
1433         (gst_base_sink_handle_buffer):
1434         Better log message.
1435
1436         * gst/gstbus.h:
1437         * gst/gstelement.h:
1438         More docs.
1439
1440         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_init),
1441         (gst_queue_set_property), (gst_queue_get_property):
1442         * gst/gstqueue.h:
1443         Remove old unused properties.
1444
1445 2005-10-08  Stefan Kost  <ensonic@users.sf.net>
1446         * docs/gst/gstreamer-sections.txt:
1447         * gst/gstmessage.c:
1448         * gst/gstmessage.h:
1449         * gst/gstminiobject.c:
1450         * gst/gstminiobject.h:
1451         * gst/gstobject.h:
1452         * gst/gstpad.h:
1453         * gst/gstutils.h:
1454           lots of new docs and doc fixes
1455
1456 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1457
1458         * gst/gstplugin.c: (gst_plugin_finalize), (gst_plugin_load_file):
1459         * gst/gstplugin.h:
1460         * gst/gstregistry.c: (gst_registry_lookup_locked),
1461         (gst_registry_scan_path_level):
1462         * gst/gstregistryxml.c: (load_plugin):
1463           Only ever load one plugin for a given plugin basename.
1464           This ensures correct overriding of GST_PLUGIN_PATH over
1465           GST_PLUGIN_SYSTEM_PATH and of home dir plugins over
1466           system installed plugins.
1467
1468 2005-10-08  Wim Taymans  <wim@fluendo.com>
1469
1470         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
1471         (gst_base_sink_do_sync), (gst_base_sink_handle_buffer):
1472         Prepare for doing QOS.
1473
1474 2005-10-08  Wim Taymans  <wim@fluendo.com>
1475
1476         * check/gst/gstbin.c: (GST_START_TEST):
1477         * check/pipelines/cleanup.c: (GST_START_TEST):
1478         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
1479         Allow new clock message too.
1480
1481 2005-10-08  Wim Taymans  <wim@fluendo.com>
1482
1483         * gst/gstmessage.c: (gst_message_new_error),
1484         (gst_message_new_warning), (gst_message_new_tag),
1485         (gst_message_new_state_changed), (gst_message_new_clock_provide),
1486         (gst_message_new_clock_lost), (gst_message_new_new_clock),
1487         (gst_message_new_segment_start), (gst_message_new_segment_done),
1488         (gst_message_parse_state_changed),
1489         (gst_message_parse_clock_provide), (gst_message_parse_clock_lost),
1490         (gst_message_parse_new_clock):
1491         * gst/gstmessage.h:
1492         Also carry the clock in question.
1493
1494 2005-10-08  Wim Taymans  <wim@fluendo.com>
1495
1496         * gst/gstmessage.c: (gst_message_new_custom),
1497         (gst_message_new_eos), (gst_message_new_error),
1498         (gst_message_new_warning), (gst_message_new_tag),
1499         (gst_message_new_state_changed), (gst_message_new_clock_provide),
1500         (gst_message_new_new_clock), (gst_message_new_segment_start),
1501         (gst_message_new_segment_done), (gst_message_parse_state_changed),
1502         (gst_message_parse_clock_provide), (gst_message_parse_new_clock):
1503         * gst/gstmessage.h:
1504         Clean up.
1505         Added clock related messages.
1506
1507         * gst/gstpipeline.c: (gst_pipeline_change_state):
1508         Post message when the clock changed.
1509
1510         * tools/gst-launch.c: (event_loop):
1511         Print new clock.
1512
1513 2005-10-08  Tim-Philipp Müller  <tim at centricular dot net>
1514
1515         * tools/gst-inspect.c: (print_element_properties_info):
1516           Can't pass NULL strings to g_print() on windows.
1517
1518 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1519
1520         * docs/Makefile.am:
1521         * docs/gst/Makefile.am:
1522         * docs/gst/gstreamer-docs.sgml:
1523         * docs/gst/running.xml:
1524         * docs/version.entities.in:
1525           add a chapter on running GStreamer.
1526           document GST_DEBUG and GST_PLUGIN* env vars
1527
1528 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1529
1530         * Makefile.am:
1531           remove include dir
1532         * configure.ac:
1533           remove PLUGINS_BUILDDIR stuff
1534         * gst/gst.c: (init_post):
1535           reorder parsing of GST_PLUGIN_PATH and GST_PLUGIN_SYSTEM_PATH
1536         * idiottest.mak:
1537           remove, it was condescending and not needed
1538
1539 2005-10-08  Wim Taymans  <wim@fluendo.com>
1540
1541         * gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_flush),
1542         (gst_base_sink_handle_object), (gst_base_sink_event),
1543         (gst_base_sink_wait), (gst_base_sink_handle_event),
1544         (gst_base_sink_change_state):
1545         * gst/base/gstbasesink.h:
1546         Repost EOS message while going to PLAYING if still EOS.
1547         Make sure that when receiving a FLUSH_START we don't attempt
1548         to sync on the clock anymore.
1549
1550 2005-10-08  Wim Taymans  <wim@fluendo.com>
1551
1552         * tools/gst-launch.c: (event_loop):
1553         Better message printout.
1554
1555 2005-10-08  Wim Taymans  <wim@fluendo.com>
1556
1557         * gst/gstbin.c: (gst_bin_child_proxy_get_child_by_index),
1558         (gst_bin_child_proxy_get_children_count):
1559         * gst/gstchildproxy.c: (gst_child_proxy_get_child_by_name),
1560         (gst_child_proxy_lookup), (gst_child_proxy_get_property),
1561         (gst_child_proxy_get_valist), (gst_child_proxy_set_property),
1562         (gst_child_proxy_set_valist):
1563         * gst/parse/grammar.y:
1564         Make ChildProxy threadsafe and fix mem leaks.
1565
1566 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1567
1568         * gst/gst.c: (init_post):
1569           debug the GST_PLUGIN_ env vars
1570
1571 2005-10-08  Wim Taymans  <wim@fluendo.com>
1572
1573         * check/gst/gstbin.c: (GST_START_TEST):
1574         * check/gst/gstmessage.c: (GST_START_TEST):
1575         * check/gst/gstpipeline.c: (GST_START_TEST), (message_received):
1576         * gst/gstelement.c: (gst_element_commit_state),
1577         (gst_element_lost_state):
1578         * gst/gstmessage.c: (gst_message_new_state_changed),
1579         (gst_message_parse_state_changed):
1580         * gst/gstmessage.h:
1581         * tools/gst-launch.c: (event_loop):
1582         Added extra field to STATE_CHANGE message with the pending
1583         state, which will be different from the new state soon.
1584
1585 2005-10-08  Wim Taymans  <wim@fluendo.com>
1586
1587         * gst/gstbus.c: (gst_bus_pop):
1588         * gst/gstclock.c:
1589         * gst/gstsystemclock.c: (gst_system_clock_async_thread):
1590         Small cleanups and doc updates.
1591
1592 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1593
1594         * gst/gst.c: (init_pre):
1595         * gst/gstbin.c: (gst_bin_add_func):
1596           log distributing clocks and base time
1597         * gst/gstregistry.c: (gst_registry_add_plugin),
1598         (gst_registry_scan_path_level), (gst_registry_scan_path):
1599           clean up the debugging output a little
1600         * gst/gstutils.c: (gst_element_state_get_name):
1601           warn about a memleak (I've actually seen this be used, though
1602           it was probably a bug)
1603
1604 2005-10-07  Wim Taymans  <wim@fluendo.com>
1605
1606         * gst/base/gstbasesrc.c: (gst_base_src_class_init),
1607         (gst_base_src_init), (gst_base_src_default_newsegment),
1608         (gst_base_src_newsegment), (gst_base_src_do_seek),
1609         (gst_base_src_loop), (gst_base_src_start):
1610         * gst/base/gstbasesrc.h:
1611         Make the newsegment event customizable by subclasses.
1612
1613 2005-10-07  Wim Taymans  <wim@fluendo.com>
1614
1615         * gst/gstevent.c: (gst_event_new_buffersize),
1616         (gst_event_parse_buffersize):
1617         * gst/gstevent.h:
1618         New event for future idea.
1619
1620 2005-10-07  Andy Wingo  <wingo@pobox.com>
1621
1622         * gst/gstelement.c (gst_element_post_message): Doc update.
1623
1624         * docs/gst/gstreamer-sections.txt: Update.
1625
1626         * gst/gstmessage.c (gst_message_new_application): Made into a
1627         function like honest API calls.
1628         (gst_message_new_element): New message type.
1629
1630         * gst/gstmessage.h (enum): Add GST_MESSAGE_ELEMENT type.
1631
1632         * check/elements/fakesrc.c (test_no_preroll): New check, checks
1633         that setting a live fakesrc to PAUSED returns NO_PREROLL both
1634         times.
1635
1636         * gst/base/gstbasesrc.c (gst_base_src_change_state): Allow a
1637         NO_PREROLL from gst_element_change_state to fall through.
1638
1639 2005-10-07  Wim Taymans  <wim@fluendo.com>
1640
1641         * gst/gstghostpad.c: (gst_ghost_pad_get_internal),
1642         (gst_ghost_pad_do_activate_push):
1643         Activating a ghostpad with no internal pad in push mode
1644         is ok.
1645
1646 2005-10-07  Thomas Vander Stichele  <thomas at apestaart dot org>
1647
1648         * gst/gstobject.h:
1649           there's no point in wrapping FLAG_SET/_UNSET in STMT macros.
1650           Fixes compilation on Windows.
1651
1652 2005-10-07  Michael Smith <msmith@fluendo.com>
1653
1654         * tools/gst-inspect.c:
1655           Print out feature and plugin count at the end when printing out
1656           all features.
1657
1658 2005-10-04  Michael Smith <msmith@fluendo.com>
1659
1660         * gst/gsterror.c: (_gst_stream_errors_init):
1661           Add another error string used in a few existing plugins.
1662
1663         * gst/gstplugin.c:
1664         * gst/gstpluginfeature.c: (gst_plugin_feature_load):
1665         * tools/gst-inspect.c: (print_element_info):
1666           When a feature disappears from a plugin (and the feature exists in
1667           the cached registry file), things went horribly wrong. This isn't a
1668           complete fix, we should actually be removing the 'missing' features
1669           from the features list when we load the actual plugin. That's not
1670           yet implemented. 
1671
1672 2005-10-04  Johan Dahlin  <johan@gnome.org>
1673
1674         * check/gst/gstiterator.c: (GST_START_TEST):
1675         * gst/gstbin.c: (gst_bin_iterate_elements),
1676         (gst_bin_iterate_recurse), (gst_bin_iterate_sorted):
1677         * gst/gstelement.c: (gst_element_iterate_pads):
1678         * gst/gstformat.c: (gst_format_iterate_definitions):
1679         * gst/gstiterator.c: (gst_iterator_init), (gst_iterator_new),
1680         (gst_iterator_new_list), (gst_iterator_filter):
1681         * gst/gstiterator.h:
1682         * gst/gstquery.c: (gst_query_type_iterate_definitions):
1683         Add a GType to GstIterator, update callsites and tests.
1684
1685 2005-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1686
1687         * gst/gstpad.c: (gst_pad_event_default_dispatch):
1688           give events a chance to be handled by event probes when the pad
1689           is not linked
1690
1691 2005-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1692
1693         * gst/gstevent.c: (gst_event_type_get_name),
1694         (gst_event_type_to_quark), (gst_event_finalize), (gst_event_new):
1695         * gst/gstevent.h:
1696           add string representations for event types
1697
1698 2005-10-06  Wim Taymans  <wim@fluendo.com>
1699
1700         * gst/elements/gstfilesink.c: (gst_file_sink_close_file):
1701         Don't use NULL pointers.
1702
1703 2005-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1704
1705         * gst/gst_private.h:
1706         * gst/gstbus.c:
1707         * gst/gstelement.c:
1708         * gst/gstinfo.c:
1709         * gst/gstpluginfeature.c:
1710           widen the debug category in output to fit the biggest one we have
1711           add a bus category and use it
1712           play with the colors
1713           fix up some categories
1714
1715 2005-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1716
1717         * gst/gstghostpad.c: (gst_ghost_pad_internal_do_activate_push):
1718           add push activation of sink ghost pads.
1719           Andye, please verify
1720
1721 2005-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1722
1723         * gst/gstutils.c: (gst_element_link_pads):
1724           fix a bug in the case where neither element has a pad
1725         * check/gst/gstelement.c: (GST_START_TEST), (gst_element_suite):
1726           add a test for that case
1727
1728 2005-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1729
1730         * gst/gstpad.c: (gst_pad_push), (gst_pad_push_event):
1731           emit have-data before checking for peers.  This allows
1732           for probe handlers to connect elements.  This helps autopluggers.
1733         * check/gst/gstpad.c: (GST_START_TEST), (_probe_handler),
1734         (gst_pad_suite):
1735           add six checks, linked/unlinked with no/true/false probe
1736
1737 2005-10-04  Wim Taymans  <wim@fluendo.com>
1738
1739         * gst/elements/gstfakesink.c: (gst_fake_sink_get_property),
1740         (gst_fake_sink_event), (gst_fake_sink_preroll),
1741         (gst_fake_sink_render), (gst_fake_sink_change_state):
1742         * gst/elements/gstfakesrc.c: (gst_fake_src_event_handler),
1743         (gst_fake_src_get_property), (gst_fake_src_create),
1744         (gst_fake_src_stop):
1745         * gst/elements/gstidentity.c: (gst_identity_stop):
1746         Protect last_message with lock.
1747
1748 2005-10-04  Edward Hervey  <edward@fluendo.com>
1749
1750         * gst/gstformat.h: 
1751         Added precision in the comments for GST_FORMAT_DEFAULT
1752
1753 2005-10-04  Tim-Philipp Müller  <tim at centricular dot net>
1754
1755         * tools/gst-launch.c: (main):
1756           Don't try to run erroneous pipelines.
1757
1758 2005-10-04  Julien MOUTTE  <julien@moutte.net>
1759
1760         * gst/gstbus.c: We don't need this header.
1761
1762 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1763
1764         * configure.ac:
1765           back to development
1766
1767 === release 0.9.3 ===
1768
1769 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1770
1771         * README:
1772         * configure.ac:
1773           Releasing 0.9.3, "Unregistered"
1774
1775 2005-10-03  Andy Wingo  <wingo@pobox.com>
1776
1777         * gst/gstpad.c (gst_pad_activate_push): There is a race condition
1778         whereby calling a pad's activatepush() function can start a thread
1779         that starts to push or pull before the pad gets the FLUSHING flag
1780         unset. Hack around it by holding the stream lock until the flag is
1781         set. Need to replace this with a proper solution. Together with
1782         the ghost pad fixes, this fixes mp3 playing/tagreading.
1783
1784         * docs/design/part-gstghostpad.txt: Add a note about activation of
1785         proxy pads outside of ghost pads.
1786
1787         * gst/gstghostpad.c: Implement the ghost pad activation design.
1788
1789 2005-10-02  Andy Wingo  <wingo@pobox.com>
1790
1791         * gst/gstobject.h (GST_OBJECT_REFCOUNT_VALUE): Just use the int.
1792         It is volatile, after all.
1793
1794         * docs/design/part-gstghostpad.txt: Flesh out activation with
1795         ghost pads.
1796
1797         * gst/base/gstbasesrc.c (gst_base_src_init): Use
1798         GST_DEBUG_FUNCPTR.
1799
1800 2005-10-02  Tim-Philipp Müller  <tim at centricular dot net>
1801
1802         * configure.ac:
1803           Fix (unused) AM_CONDITIONAL tests.
1804
1805 2005-10-01  Alessandro Decina  <alessandro at nnva dot org>
1806
1807         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1808
1809         * gst/gstutils.c: (gst_pad_query_convert):
1810           Add assertion that makes sure src_val is >=0, just like
1811           gst_query_new_convert() has. (#315895)
1812
1813 2005-09-30  Edward Hervey  <edward@fluendo.com>
1814
1815         * gst/elements/gsttee.c: (gst_tee_do_push), (gst_tee_handle_buffer):
1816         Let's not iterate pads we're not interested in, it avoids getting 
1817         sky-high refcounts on sinkpad.
1818
1819 2005-09-30  Wim Taymans  <wim@fluendo.com>
1820
1821         * gst/gstelement.c: (gst_element_set_state),
1822         (gst_element_change_state):
1823         Small tweak, element in ASYNC remains ASYNC.
1824
1825 2005-09-30  Wim Taymans  <wim@fluendo.com>
1826
1827         * gst/base/gstbasesink.c: (gst_base_sink_change_state):
1828         Only error is an error.
1829
1830         * gst/gstbin.c: (gst_bin_change_state):
1831         Better debugging.
1832
1833         * gst/gstpad.c: (gst_pad_alloc_buffer), (gst_pad_chain):
1834         Also call pad_block in pad alloc.
1835
1836         * gst/gstutils.c: (gst_flow_get_name):
1837         Better debugging.
1838
1839 2005-09-29  Tim-Philipp Müller  <tim at centricular dot net>
1840
1841         * gst/base/gstbasesrc.c: (gst_base_src_class_init),
1842         (gst_base_src_get_range):
1843           Fix documentation typos. Add some more debug info.
1844
1845 2005-09-29  David Schleef  <ds@schleef.org>
1846
1847         * gst/gstplugin.c: (gst_plugin_load_file): Make some error messages
1848           more end-user friendly.
1849         * tools/gst-inspect.c: (main): Check if command-line argument is
1850           a file and attempt to load that file as a plugin.
1851
1852 2005-09-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1853
1854         * check/gst/gstbin.c:
1855         * check/states/sinks.c:
1856           fix tests for the new warning
1857         * check/gst/gstpipeline.c:
1858           add a test for pipeline and bus interaction
1859         * gst/gstelement.c:
1860           elements should be NULL if they get disposed; add a warning if not
1861
1862 2005-09-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1863
1864         * gst/gstobject.c:
1865           for 2.6 refcounting, make debug log more correct by printing
1866           the actual refcounts at the time of swap (Wim)
1867
1868 2005-09-29  Andy Wingo  <wingo@pobox.com>
1869
1870         * gst/gstbus.c (gst_bus_remove_signal_watch): New function,
1871         removes signal watches previously added via
1872         gst_bus_add_signal_watch.
1873         (gst_bus_add_signal_watch): Don't return the source id, just store
1874         it on the bus if there wasn't an id already.
1875
1876         * gst/gstbus.h (GstBus): Add a couple new fields. API changes for
1877         add_signal_watch and remove_signal_watch.
1878
1879 2005-09-29  Edward Hervey  <edward@fluendo.com>
1880
1881         * libs/gst/controller/gstcontroller.c: (gst_controller_new_list): 
1882         Better if we actually iterate the list :)
1883
1884 2005-09-29  Wim Taymans  <wim@fluendo.com>
1885
1886         * check/gst/gstbin.c: (GST_START_TEST):
1887         Change for new bus API.
1888
1889         * check/gst/gstbus.c: (message_func_eos), (message_func_app),
1890         (send_messages), (GST_START_TEST), (gstbus_suite):
1891         Change for new bus signal API.
1892
1893         * gst/gstbus.c: (gst_bus_class_init), (gst_bus_have_pending),
1894         (gst_bus_source_prepare), (gst_bus_source_check),
1895         (gst_bus_create_watch), (gst_bus_add_watch_full),
1896         (gst_bus_add_watch), (gst_bus_poll), (gst_bus_async_signal_func),
1897         (gst_bus_sync_signal_handler), (gst_bus_add_signal_watch):
1898         * gst/gstbus.h:
1899         Remove support for multiple GSources operating on different
1900         message types as it is too complex and unneeded when using
1901         signals.
1902         Added support for receiving signals from the bus.
1903
1904 2005-09-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1905
1906         * docs/libs/tmpl/gstdataprotocol.sgml:
1907         * docs/manual/advanced-dataaccess.xml:
1908         * gst/elements/gstcapsfilter.c:
1909         * gst/gstutils.c:
1910           rename filter-caps to caps property
1911
1912 2005-09-29  Tim-Philipp Müller  <tim at centricular dot net>
1913
1914         * gst/gstvalue.c: (gst_value_deserialize_fraction):
1915           More robust fraction string parsing.
1916
1917         * docs/pwg/appendix-porting.xml:
1918           Mention gst_pad_use_explicit_caps() => gst_pad_use_fixed_caps()
1919
1920 2005-09-29  Tim-Philipp Müller  <tim at centricular dot net>
1921
1922         * gst/gstcaps.c: (gst_caps_do_simplify):
1923           Thou shalt not free a structure and then continue using it
1924           in the next loop iteration.
1925
1926         * check/gst/gstcaps.c: (check_fourcc_list), (test_simplify),
1927         (gst_caps_suite):
1928           Add test case for caps simplification.
1929
1930 2005-09-29  Wim Taymans  <wim@fluendo.com>
1931
1932         * check/gst/gstbin.c: (GST_START_TEST):
1933         Oops.
1934
1935 2005-09-29  Wim Taymans  <wim@fluendo.com>
1936
1937         * check/gst/gstbin.c: (GST_START_TEST):
1938         Add bus to bin.
1939
1940         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_init),
1941         (add_to_queue), (clear_queue), (reset_degree), (update_degree),
1942         (find_element), (gst_bin_sort_iterator_next),
1943         (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free),
1944         (gst_bin_iterate_sorted), (gst_bin_element_set_state),
1945         (gst_bin_change_state), (gst_bin_dispose):
1946         A bin does not have a bus, it gets the bus from the parent.
1947
1948         * gst/gstelement.c: (gst_element_requires_clock),
1949         (gst_element_provides_clock), (gst_element_is_indexable),
1950         (gst_element_is_locked_state), (gst_element_change_state),
1951         (gst_element_set_bus_func):
1952         Small cleanups.
1953
1954         * gst/gstpipeline.c: (gst_pipeline_class_init),
1955         (gst_pipeline_init), (gst_pipeline_provide_clock_func):
1956         The pipeline provides a bus.
1957
1958 2005-09-28  Johan Dahlin  <johan@gnome.org>
1959
1960         * gst/gstmessage.c (gst_message_parse_state_changed): Use
1961         gst_structure_get_enum instead of gst_structure_get_int
1962
1963         * gst/gststructure.c (gst_structure_get_enum): Impl.
1964
1965         * gst/gststructure.h (gst_structure_get_enum): Add
1966
1967         * docs/gst/gstreamer-sections.txt: Ditto
1968
1969         * gst/gstmessage.c (gst_message_new_state_changed): Use
1970         GST_TYPE_STATE instead of G_TYPE_INT, mainly for language bindings
1971         which does introspection.
1972         Reviewed by Christian Schaller
1973
1974 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
1975
1976         * gst/gstinfo.c: (gst_debug_log_default):
1977           don't do dummy g_strdup()s
1978         * libs/gst/controller/gstcontroller.c:
1979         (on_object_controlled_property_changed),
1980         (gst_controlled_property_new), (gst_controller_new_valist),
1981         (gst_controller_new_list),
1982         (gst_controller_remove_properties_valist), (gst_controller_set),
1983         (gst_controller_get), (gst_controller_sync_values),
1984         (gst_controller_get_value_array), (_gst_controller_class_init),
1985         (gst_controller_get_type):
1986         * libs/gst/controller/gstcontroller.h:
1987         * libs/gst/controller/gstinterpolation.c:
1988         (gst_controlled_property_find_timed_value_node):
1989           convert // to /**/ comments
1990
1991 2005-09-28  Wim Taymans  <wim@fluendo.com>
1992
1993         * gst/gstbus.c: (marshal_VOID__MINIOBJECT), (gst_bus_class_init),
1994         (gst_bus_post), (poll_func), (gst_bus_async_signal_func),
1995         (gst_bus_sync_signal_handler):
1996         * gst/gstbus.h:
1997         Added async-message and sync-message signals to the bus.
1998         Added helper BusFunc to emit signals for all posted messages.
1999
2000         * gst/gstmessage.c: (gst_message_type_get_name),
2001         (gst_message_type_to_quark), (gst_message_get_type):
2002         * gst/gstmessage.h:
2003         Register quarks for message names.
2004
2005 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
2006
2007         * docs/libs/gstreamer-libs-sections.txt:
2008         * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist),
2009         (gst_controller_new_list):
2010         * libs/gst/controller/gstcontroller.h:
2011           added another constructor for language bindings
2012
2013 2005-09-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2014
2015         * check/gst/gstpipeline.c: (GST_START_TEST), (gst_pipeline_suite):
2016           add another check
2017         * gst/gstbus.c:
2018           add some doc
2019         * gst/gstinfo.c: (_gst_debug_init):
2020           slightly more readable color for refcount debugging
2021
2022 2005-09-28  Wim Taymans  <wim@fluendo.com>
2023
2024         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_provide_clock_func),
2025         (add_to_queue), (clear_queue), (reset_degree), (update_degree),
2026         (find_element), (gst_bin_sort_iterator_next),
2027         (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free),
2028         (gst_bin_iterate_sorted), (gst_bin_element_set_state),
2029         (gst_bin_change_state), (gst_bin_dispose):
2030         Small doc fixes. get_clock -> provide_clock.
2031
2032         * gst/gstelement.c: (gst_element_class_init),
2033         (gst_element_provides_clock), (gst_element_provide_clock),
2034         (gst_element_get_clock), (gst_element_commit_state),
2035         (gst_element_lost_state):
2036         * gst/gstelement.h:
2037         Make get/set_clock() symetric. Add provide_clock vmethod since
2038         that is actually what this function does.
2039
2040         * gst/gstpipeline.c: (gst_pipeline_class_init),
2041         (gst_pipeline_change_state), (gst_pipeline_provide_clock_func),
2042         (gst_pipeline_get_clock):
2043         get_clock -> provide_clock.
2044
2045 2005-09-28  Andy Wingo  <wingo@pobox.com>
2046
2047         * gst/base/gstbasesrc.c (gst_base_src_unlock): Comment a bit in
2048         lieu of real docs...
2049
2050         * gst/elements/gstfdsrc.c: Cleaned up a bit.
2051
2052 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2053
2054         * gst/elements/gstcapsfilter.c:
2055         * gst/elements/gstfakesink.c:
2056         * gst/elements/gstfakesrc.c:
2057         * gst/elements/gstfdsink.c:
2058         * gst/elements/gstfdsrc.c:
2059         * gst/elements/gstfilesink.c:
2060         * gst/elements/gstfilesrc.c:
2061         * gst/elements/gstidentity.c:
2062         * gst/elements/gsttee.c:
2063         * gst/elements/gsttypefindelement.c:
2064           Make element details static.
2065
2066 2005-09-28  Wim Taymans  <wim@fluendo.com>
2067
2068         * gst/gstbin.c: (add_to_queue), (clear_queue), (reset_outdegree),
2069         (update_outdegree), (find_element), (gst_bin_sort_iterator_next),
2070         (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free),
2071         (gst_bin_iterate_sorted), (gst_bin_element_set_state),
2072         (gst_bin_change_state), (gst_bin_dispose):
2073         Some documentation updates.
2074         Clean up dispose handlers.
2075
2076         * gst/gstobject.c: (gst_object_ref), (gst_object_unref):
2077         * gst/gstpad.c: (gst_pad_dispose):
2078         Clean up dispose handler.
2079
2080         * gst/gstpipeline.c: (gst_pipeline_change_state):
2081         Removed spurious UNLOCK.
2082
2083 2005-09-27  Stefan Kost  <ensonic@users.sf.net>
2084
2085         * docs/gst/gstreamer-sections.txt:
2086         * gst/base/gstbasesrc.h:
2087         * gst/gstelement.h:
2088         * gst/gstevent.h:
2089         * gst/gstobject.h:
2090         * gst/gstpad.h:
2091         * gst/gstpipeline.c:
2092         * gst/gstpipeline.h:
2093         * gst/gstutils.h:
2094         * gst/gstxml.h:
2095           added two new functions to the docs
2096                 documents all undocumented GstXXXFlags
2097                 completed some incomplete docs 
2098
2099 2005-09-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2100
2101         * gst/gstbin.c: (gst_bin_dispose):
2102         * gst/gstelement.c: (gst_element_dispose):
2103           remove now useless and leaky resurrection code in dispose
2104         * gst/base/gstbasesrc.c: (gst_base_src_init):
2105         * gst/gstelementfactory.c: (gst_element_factory_create):
2106         * gst/gstobject.c: (gst_object_set_parent):
2107           add some debugging
2108
2109 2005-09-27  Wim Taymans  <wim@fluendo.com>
2110
2111         * docs/design/part-TODO.txt:
2112         Update TODO.
2113
2114         * gst/gstbin.c: (add_to_queue), (clear_queue), (reset_outdegree),
2115         (update_outdegree), (find_element), (gst_bin_sort_iterator_next),
2116         (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free),
2117         (gst_bin_iterate_sorted), (gst_bin_element_set_state),
2118         (gst_bin_change_state):
2119         * gst/gstelement.h:
2120         Remove element variable, we keep element info in the iterator now.
2121
2122 2005-09-27  Andy Wingo  <wingo@pobox.com>
2123
2124         * libs/gst/dataprotocol/dataprotocol.c: Fix error-checking return
2125         values.
2126
2127 2005-09-27  Wim Taymans  <wim@fluendo.com>
2128
2129         * check/gst/gstbin.c: (GST_START_TEST):
2130         Enable check that works now.
2131
2132         * gst/gstbin.c: (add_to_queue), (clear_queue), (reset_outdegree),
2133         (update_outdegree), (find_element), (gst_bin_sort_iterator_next),
2134         (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free),
2135         (gst_bin_iterate_sorted), (gst_bin_element_set_state),
2136         (gst_bin_change_state):
2137         * gst/gstbin.h:
2138         Redid the state change algorithm using a topological sort algo.
2139         Handles all cases correctly.
2140         Exposed iterator for state change order.
2141
2142         * gst/gstelement.h:
2143         Temp storage for state changes. Need to get rid of this soon.
2144
2145 2005-09-27  Wim Taymans  <wim@fluendo.com>
2146
2147         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_do_push):
2148         * gst/gstutils.c: (intersect_caps_func), (gst_pad_proxy_getcaps),
2149         (link_fold_func), (gst_pad_proxy_setcaps):
2150         Leak fixes, the fold functions need to unref the passed object and
2151         _get_parent_*() returns ref to parent.
2152
2153 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2154
2155         * check/gst/gstbuffer.c: (test_make_writable):
2156           Plug leak in test case and fix 'make check-valgrind'
2157
2158 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2159
2160         * gst/gstbuffer.c: (gst_subbuffer_init):
2161           Set READONLY flag on subbuffers, so that gst_buffer_make_writable()
2162           works correctly in all circumstances (we could have just copied
2163           the parent buffer's readonly flag, but conceptually it seems
2164           cleaner to mark all subbuffers as read-only). (based on patch
2165           by Alessandro Decina, #314710).
2166         
2167         * check/gst/gstbuffer.c: (create_read_only_buffer),
2168         (test_make_writable), (test_subbuffer_make_writable),
2169         (gst_test_suite):
2170           Add some tests for gst_buffer_make_writable().
2171
2172 2005-09-27  Wim Taymans  <wim@fluendo.com>
2173
2174         * gst/gstbin.c: (bin_element_is_semi_sink), (gst_bin_change_state):
2175         use gst_object_has_ancestor().
2176
2177         * gst/gstobject.c: (gst_object_has_ancestor):
2178         * gst/gstobject.h:
2179         gst_object_has_ancestor() copied from gstbin.c as it is a
2180         usefull function.
2181
2182         * tests/instantiate/create.c: (create_all_elements):
2183         * tests/lat.c: (handoff_src), (handoff_sink):
2184         * tests/sched/runxml.c: (main):
2185         * tests/seeking/seeking1.c: (main):
2186         * tests/threadstate/threadstate2.c: (bus_handler), (timeout_func),
2187         (main):
2188         Fix compilation of some tests.
2189
2190 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2191
2192         * gst/gsterror.h:
2193           Remove comment. GST_TYPE_G_ERROR is here to stay,
2194           G_TYPE_ERROR has been WONTFIX'ed by the GLib folks
2195           (#316961, #300610).
2196
2197 2005-09-26  Wim Taymans  <wim@fluendo.com>
2198
2199         * check/gst/gstbin.c: (GST_START_TEST), (gst_bin_suite):
2200         Added check that shows error in state change order.
2201
2202 2005-09-26  Wim Taymans  <wim@fluendo.com>
2203
2204         * gst/gstbin.c: (gst_bin_change_state):
2205         Make state change function use 3 queues again, we were
2206         adding elements in the wrong order.
2207
2208         * gst/gstghostpad.c: (gst_ghost_pad_do_unlink):
2209         Some debug info,
2210
2211         * gst/gstpad.c: (gst_pad_dispose):
2212         Added some debug info first.
2213
2214 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2215
2216         * docs/design/draft-push-pull.txt:
2217         * docs/design/part-events.txt:
2218         * docs/design/part-overview.txt:
2219         * docs/design/part-scheduling.txt:
2220           Replace all _pull_region() with _pull_range()
2221           
2222 2005-09-26  Andy Wingo  <wingo@pobox.com>
2223
2224         * gst/gstvalue.c (_gst_value_initialize): Better fakeout.
2225
2226         * check/gst-libs/controller.c: Update for controller api change.
2227
2228         * configure.ac: 
2229         * tests/Makefile.am:
2230         * tests/memchunk: Remove memchunk benchmark stuff, this is taken
2231         over by GLib bug 118439.
2232         
2233         * gst/base/gstbasesink.c (gst_base_sink_wait): Factor out the wait
2234         routines to a function.
2235
2236         * docs/libs/gstreamer-libs-sections.txt: I am a good person today.
2237
2238         * libs/gst/controller/gsthelper.c:
2239         * libs/gst/controller/gstcontroller.h (gst_controller_sync_values)
2240         (gst_object_sync_values): Renamed from sink_values. Ugh.
2241
2242         * libs/gst/controller/gsthelper.c: Update for __gst_controller_key.
2243
2244         * libs/gst/controller/gstcontroller.c (__gst_controller_key):
2245         Renamed from controller_key, as it is exported.
2246
2247         * gst/gstvalue.c (_gst_value_initialize): Fake out the compiler.
2248
2249 2005-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2250
2251         * gst/Makefile.am:
2252         * gst/gst.h:
2253         * gst/gstpad.h:
2254         * gst/gstpadtemplate.h:
2255         * gst/gstquery.c:
2256         * gst/gstquery.h:
2257         * gst/gstqueryutils.c:
2258         * gst/gstqueryutils.h:
2259           remove queryutils headers after moving the two used functions
2260           to gstquery.  also fixes build problem for gstsiddec
2261
2262 2005-09-26  Michael Smith <msmith@fluendo.com>
2263
2264         * tools/gst-launch.1.in:
2265         Correct documentation in manpage of debug syntax
2266
2267 2005-09-26  Wim Taymans  <wim@fluendo.com>
2268
2269         * gst/base/gstbasesrc.c: (gst_base_src_get_range),
2270         (gst_base_src_is_seekable), (gst_base_src_change_state):
2271         Some more debugging info.
2272
2273 2005-09-25  Stefan Kost  <ensonic@users.sf.net>
2274
2275         * docs/gst/gstreamer-sections.txt:
2276         * gst/base/gstbasetransform.h:
2277         * gst/gstindex.h:
2278           added more docs
2279
2280 2005-09-25  Stefan Kost  <ensonic@users.sf.net>
2281
2282         * docs/gst/.cvsignore:
2283         * docs/gst/tmpl/.cvsignore:
2284         * docs/gst/tmpl/gstpipeline.sgml:
2285         * docs/gst/tmpl/gstplugin.sgml:
2286         * gst/gstpipeline.c:
2287         * gst/gstplugin.c:
2288         * gst/gstplugin.h:
2289           inlined the last two docs files
2290           removed the tmpl directory from cvs (no more conflicts here!)
2291
2292 2005-09-25  Stefan Kost  <ensonic@users.sf.net>
2293
2294         * docs/gst/gstreamer-sections.txt:
2295         * docs/gst/tmpl/.cvsignore:
2296         * docs/gst/tmpl/gstpad.sgml:
2297         * docs/gst/tmpl/gstpadtemplate.sgml:
2298         * gst/Makefile.am:
2299         * gst/gstpad.c: (gst_pad_class_init), (gst_pad_dispose),
2300         (gst_pad_finalize), (gst_pad_set_pad_template):
2301         * gst/gstpad.h:
2302         * gst/gstpadtemplate.c: (gst_pad_template_get_type),
2303         (gst_pad_template_class_init), (gst_pad_template_init),
2304         (gst_pad_template_dispose), (name_is_valid),
2305         (gst_static_pad_template_get), (gst_pad_template_new),
2306         (gst_static_pad_template_get_caps), (gst_pad_template_get_caps),
2307         (gst_pad_template_pad_created):
2308         * gst/gstpadtemplate.h:
2309           inlined two more docs
2310           factored gstpadtemplate out of gstpad
2311
2312 2005-09-24  Tim-Philipp Müller  <tim at centricular dot net>
2313
2314         * check/gst/gstbin.c: (test_children_state_change_order_flagged_sink),
2315         (test_children_state_change_order_semi_sink):
2316           Fix test case: we can't rely on a fixed state change order when
2317           going from READY => PAUSED because the sink might commit its 
2318           new state first when the first buffer created by the source 
2319           reaches the sink before the source has finished its change state.
2320           (Test case still fails at times, see #316856, comment 5 onwards)
2321
2322 2005-09-24  Wim Taymans  <wim@fluendo.com>
2323
2324         * docs/design/part-events.txt:
2325         * docs/design/part-gstbus.txt:
2326         * docs/design/part-gstpipeline.txt:
2327         * docs/design/part-messages.txt:
2328         * docs/design/part-overview.txt:
2329         * docs/design/part-segments.txt:
2330         * gst/gstbin.c:
2331         * gst/gstbuffer.c:
2332         * gst/gstclock.c:
2333         * gst/gstelement.c:
2334         * gst/gstevent.c:
2335         * gst/gstfilter.c:
2336         * gst/gstiterator.c:
2337         Various documentation updates.
2338
2339 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2340
2341         * gst/gstclock.h:
2342           Well, that's embarassing.  Luckily we weren't using
2343           GST_CLOCK_DIFF anywhere.
2344
2345 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2346
2347         * common/gtk-doc.mak:
2348           don't fail on building XML, FC4 slave shows a bunch of doc
2349           missing bits that I don't get
2350         * gst/gstpad.c:
2351         * gst/gstpipeline.c:
2352         * gst/gststructure.c:
2353           some doc updates
2354
2355 2005-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2356
2357         * docs/design/part-gstbin.txt:
2358         * docs/design/part-gstbus.txt:
2359         * gst/gstbus.c:
2360           Add blurb about how the bus goes into flushing mode and
2361           drops all messages when its bin goes from READY into NULL 
2362           state.
2363
2364 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2365
2366         * docs/gst/gstreamer-sections.txt:
2367         * gst/gststructure.c: (gst_structure_get_clock_time):
2368         * gst/gststructure.h:
2369           add a method to get a GstClockTime out of a structure
2370
2371 2005-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2372
2373         * check/gst/gstbin.c: (test_children_state_change_order_flagged_sink),
2374         (test_children_state_change_order_semi_sink), (gst_bin_suite):
2375           Added test to check state change order in bins (can still be made
2376           to fail here under heavy disk load; bails out with 'Push on pad
2377           fakesink:sink0, but it was not activated in push mode').
2378
2379         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_change_state):
2380           Fix state change order when there is only a semi sink (#316856)
2381
2382         * gst/gstbus.c: (gst_bus_class_init):
2383           Use _class_peek_parent(), not _class_ref(); fix docs to say
2384           'default main context' instead of 'mainloop' where that is
2385           what's meant.
2386
2387         * gst/gstelement.c: (gst_element_commit_state),
2388         (gst_element_set_state):
2389           Fix typos in debug messages
2390
2391 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2392
2393         * docs/README:
2394         * gst/gstpad.c: (gst_pad_class_init), (gst_pad_chain):
2395         * gst/gstpluginfeature.c:
2396         * gst/gstutils.c:
2397           various doc updates
2398         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
2399           change an assert into an error until it gets fixed properly
2400
2401 2005-09-23  Stefan Kost  <ensonic@users.sf.net>
2402
2403         * docs/gst/gstreamer-sections.txt:
2404         * docs/gst/tmpl/.cvsignore:
2405         * docs/gst/tmpl/gstelement.sgml:
2406         * docs/gst/tmpl/gstinfo.sgml:
2407         * docs/gst/tmpl/gstobject.sgml:
2408         * gst/gstelement.c:
2409         * gst/gstelement.h:
2410         * gst/gstinfo.c:
2411         * gst/gstinfo.h:
2412         * gst/gstobject.c: (gst_object_class_init):
2413         * gst/gstobject.h:
2414           inlined 3 more biiiig doc files and added some missing docs on the fly
2415
2416 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2417
2418         * check/gst/.cvsignore:
2419         * check/gst/gstplugin.c: (GST_START_TEST), (gst_plugin_suite):
2420         * gst/gstregistryxml.c: (load_plugin),
2421         (gst_registry_xml_save_plugin):
2422           put back source in registry.  add checks for find_plugin.
2423         * testsuite/states/bin.c: (assert_state), (empty_bin),
2424         (test_adding_one_element), (main):
2425         * testsuite/states/locked.c: (main):
2426           some compile/run fixes
2427
2428 2005-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2429
2430         * check/gst/gstvalue.c: (GST_START_TEST):
2431           fix leaks in the test itself
2432
2433 2005-09-22  Wim Taymans  <wim@fluendo.com>
2434
2435         * gst/base/gstbasesink.c: (gst_base_sink_class_init),
2436         (gst_base_sink_send_event), (gst_base_sink_peer_query),
2437         (gst_base_sink_query):
2438         Prepare for more accurate position reporting and query
2439         handling.
2440
2441         * gst/gstelement.c: (gst_element_send_event),
2442         (gst_element_set_state):
2443         Add some comment.
2444
2445 2005-09-22  Wim Taymans  <wim@fluendo.com>
2446
2447         * gst/gstquery.c: (gst_query_new_segment), (gst_query_set_segment),
2448         (gst_query_parse_segment):
2449         * gst/gstquery.h:
2450         More documentation.
2451         Add segment query for future use.
2452
2453 2005-09-22  Wim Taymans  <wim@fluendo.com>
2454
2455         * gst/gstbin.c: (gst_bin_add_func):
2456         Some more debug info.
2457
2458         * gst/gstelement.c: (gst_element_send_event):
2459         Simplify send_event
2460
2461         * gst/gstelement.h:
2462         Don't know how flags got broken.
2463
2464         * gst/gstquery.h:
2465         Added new query.
2466
2467 2005-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2468
2469         * check/gst/gstvalue.c: (test_date), (gst_value_suite):
2470           Add simplistic test suite for GST_TYPE_DATE serialisation and
2471           deserialisation.
2472
2473 2005-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2474
2475         * docs/gst/gstreamer-sections.txt:
2476         * gst/gststructure.c: (gst_structure_set_valist),
2477         (gst_structure_get_date):
2478         * gst/gststructure.h:
2479         * gst/gstvalue.c: (gst_value_set_date), (gst_value_get_date),
2480         (gst_date_copy), (gst_value_compare_date),
2481         (gst_value_serialize_date), (gst_value_deserialize_date),
2482         (gst_value_transform_date_string),
2483         (gst_value_transform_string_date), (_gst_value_initialize):
2484         * gst/gstvalue.h:
2485           Add GST_TYPE_DATE, a boxed type that wraps GDate, and the usual
2486           bunch of utility functions along with a hack that checks that
2487           developers don't accidentally use G_TYPE_DATE where GST_TYPE_DATE
2488           is required. Part of the grand scheme in #170777.
2489
2490 2005-09-22  Andy Wingo  <wingo@pobox.com>
2491
2492         * gst/gstconfig.h.in: Psych out gtk-doc.
2493
2494         * docs/gst/gstreamer-sections.txt: Add GST_HAVE_GLIB_2_8.
2495
2496         * check/Makefile.am (check_PROGRAMS): Add gstplugin to the tests.
2497
2498         * tools/gst-inspect.c (print_element_list): Plug some
2499         inconsequential leaks.
2500
2501         * gst/gstregistry.c (gst_registry_get_default): Doc.
2502
2503         * check/gst/gstplugin.c: 
2504         * gst/gsttypefindfactory.c (gst_type_find_factory_call_function):
2505         * gst/gstelementfactory.c (gst_element_factory_create): 
2506         * gst/gstindexfactory.c (gst_index_factory_create): Update for
2507         refcount changes.
2508
2509         * gst/gstpluginfeature.c (gst_plugin_feature_list_free): Doc.
2510         (gst_plugin_feature_load): Doc, don't eat refs.
2511
2512         * gst/gstplugin.c (gst_plugin_load): Doc, don't eat refs.
2513         (gst_plugin_list_free): Doc.
2514         (gst_plugin_load_file): Doc updates.
2515
2516         * gst/gstbuffer.c (gst_buffer_get_caps): Like all our _get
2517         accessors returning refcounted objects, return a ref.
2518
2519         * check/gst/gstbuffer.c (GST_START_TEST): Use refcount-idempotent
2520         accessor for caps. IDEMPOTENCE. Oh yes.
2521
2522 2005-09-21  Francis Labonte  <francis_labonte at hotmail dot com>
2523
2524         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2525
2526         * gst/gstinfo.c: (_gst_debug_nameof_funcptr),
2527         (_gst_debug_register_funcptr):
2528           Add mutex to serialise access to the hash table with
2529           the function pointer => function name string mapping;
2530           make that hash table static scope (#316809).
2531
2532         * gst/registries/.cvsignore:
2533           Remove left-over file.
2534
2535 2005-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2536
2537         * docs/pwg/appendix-porting.xml:
2538           And something about newsegment events and caps-on-buffers to
2539           the porting guide (feel free to improve).
2540
2541 2005-09-21  Andy Wingo  <wingo@pobox.com>
2542
2543         * check/gst/gstutils.c (test_buffer_probe_n_times): Add tests for
2544         data and event probes on the same pad.
2545         (test_buffer_probe_once): Test that removing probes from within
2546         the probe functions works.
2547
2548 2005-09-21  Andy Wingo  <wingo@pobox.com>
2549
2550         * check/gst/gstutils.c: New file.
2551         (test_buffer_probe_n_times): A simple buffer probe test. More to
2552         come, foolios.
2553
2554         * gst/gstutils.c (gst_pad_add_buffer_probe): Connect to
2555         have-data::buffer, not have-data.
2556         (gst_pad_add_event_probe): Likewise for have-data::event.
2557         (gst_pad_add_data_probe): More docs. The part about 'resolving the
2558         peer' isn't quite right yet though.
2559         (gst_pad_remove_buffer_probe, gst_pad_remove_event_probe) 
2560         (gst_pad_remove_data_probe): Change to take the guint handler_id
2561         as their arg, not the function+data, which is more glib-like.
2562
2563         * gst/gstpad.c (gst_pad_emit_have_data_signal): Add a detail to
2564         the signal emission to indicate if the data is a buffer or an
2565         event.
2566         (gst_pad_get_type): Initialize buffer and event quarks.
2567         (gst_pad_class_init): have-data is now a detailed signal, yes it
2568         is.
2569
2570 2005-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2571
2572         * gst/base/gstbasetransform.c: (gst_base_transform_transform_size):
2573         * gst/gstutils.c: (gst_util_set_value_from_string),
2574         (gst_util_set_object_arg):
2575           Don't put functional code in g_return_if_fail() or
2576           g_return_val_if_fail() statements, otherwise things will 
2577           break when G_DISABLE_CHECKS is defined during compilation.
2578
2579 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2580
2581         * docs/gst/tmpl/.cvsignore:
2582         * docs/gst/tmpl/gstvalue.sgml:
2583         * gst/gstvalue.c:
2584         * gst/gstvalue.h:
2585           inlied another one and added  some obvious docs
2586
2587 2005-09-21  Wim Taymans  <wim@fluendo.com>
2588
2589         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
2590         (gst_fdsrc_init), (gst_fdsrc_start), (gst_fdsrc_stop),
2591         (gst_fdsrc_unlock), (gst_fdsrc_set_property),
2592         (gst_fdsrc_get_property), (gst_fdsrc_create):
2593         * gst/elements/gstfdsrc.h:
2594         Properly implement fdsrc. Removed signal and timeout,
2595         better implemented somewhere else.
2596
2597 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2598
2599         * docs/gst/tmpl/.cvsignore:
2600         * docs/gst/tmpl/gstimplementsinterface.sgml:
2601         * gst/gstinterface.c:
2602           inlined more docs
2603
2604 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2605
2606         * docs/gst/gstreamer-sections.txt:
2607         * docs/gst/tmpl/.cvsignore:
2608         * docs/gst/tmpl/gstenumtypes.sgml:
2609           remove obsolete doc file
2610
2611 2005-09-21  David Schleef  <ds@schleef.org>
2612
2613         * gst/gstelementfactory.c: (gst_element_factory_make): Drink a
2614         little beer, fix a little leak.
2615
2616 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2617
2618         * docs/gst/gstreamer-docs.sgml:
2619         * docs/gst/gstreamer-sections.txt:
2620         * docs/gst/tmpl/.cvsignore:
2621         * gst/Makefile.am:
2622         * gst/gst.h:
2623         * gst/gstbin.c:
2624         * gst/gstelement.h:
2625         * gst/gstindex.c: (gst_index_class_init):
2626         * gst/gstindex.h:
2627         * gst/gstindexfactory.c: (gst_index_factory_get_type),
2628         (gst_index_factory_class_init), (gst_index_factory_init),
2629         (gst_index_factory_finalize), (gst_index_factory_new),
2630         (gst_index_factory_destroy), (gst_index_factory_find),
2631         (gst_index_factory_create), (gst_index_factory_make):
2632         * gst/gstindexfactory.h:
2633         * gst/gstpluginfeature.c:
2634         * gst/gstpluginfeature.h:
2635         * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
2636           more docs inlined, splitted gstindex.{c,h}
2637
2638 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2639
2640         * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
2641           fix a leak
2642
2643 2005-09-20  Tim-Philipp Müller  <tim at centricular dot net>
2644
2645         * gst/elements/gstfilesink.c: (gst_file_sink_init):
2646           Set sync to FALSE by default.
2647
2648 2005-09-20  Wim Taymans  <wim@fluendo.com>
2649
2650         * gst/base/gstbasesink.c: (gst_base_sink_class_init),
2651         (gst_base_sink_init):
2652         Make sync property settable from subclass.
2653
2654         * gst/elements/gstfakesink.c: (gst_fake_sink_init),
2655         (gst_fake_sink_change_state):
2656         Set sync to FALSE by default.
2657
2658 2005-09-20  Wim Taymans  <wim@fluendo.com>
2659
2660         * gst/gstbus.c: (poll_func), (poll_timeout), (gst_bus_poll):
2661         * tools/gst-launch.c: (main):
2662         The timeout handler should have lower priority than the source
2663         so we don't timeout before popping a message with 0 timeout.
2664         Dump error messages after failed state change.
2665
2666 2005-09-20  Tim-Philipp Müller  <tim at centricular dot net>
2667
2668         * tools/gst-inspect.c: (print_element_properties_info):
2669           Fix two typos.
2670
2671 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2672
2673         * check/gst/gstevent.c:
2674         * gst/elements/gstfakesink.c:
2675         * gst/elements/gstfakesink.h:
2676           remove the sync property from fakesink.
2677           has the side effect of setting sync TRUE
2678           for fakesink, which is a change.  Anyone who knows how
2679           to fix this nicely in a GObject-y way, feel free.
2680
2681 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
2682
2683         * docs/gst/gstreamer-docs.sgml:
2684           remove probe refsection
2685
2686 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
2687
2688         * check/Makefile.am:
2689           disable valgrinding the controller test again
2690         * docs/gst/gstreamer-sections.txt:
2691           update for api-changes
2692
2693 2005-09-20  Wim Taymans  <wim@fluendo.com>
2694
2695         * gst/base/gstbasesink.c: (gst_base_sink_class_init),
2696         (gst_base_sink_set_property), (gst_base_sink_get_property),
2697         (gst_base_sink_do_sync):
2698         * gst/base/gstbasesink.h:
2699         Added sync property to basesink to disable clock sync.
2700
2701 2005-09-20  Andy Wingo  <wingo@pobox.com>
2702
2703         * gst/gstelementfactory.c (gst_element_factory_create): Avoid
2704         eating the caller's refcount.
2705
2706         * gst/gstobject.h (GST_OBJECT_REFCOUNT) 
2707         (GST_OBJECT_REFCOUNT_VALUE): Conditionally fondle the right
2708         refcount.
2709
2710         * gst/gstconfig.h.in (GST_HAVE_GLIB_2_8):
2711         * configure.ac (GST_HAVE_GLIB_2_8_DEFINE): Make the availability
2712         of GLib 2.8 public, so we can know which refcount to check in
2713         tests.
2714
2715         * gst/gstobject.c: Use the GST_HAVE_GLIB_2_8 define.
2716         (gst_object_init): Only set the gst refcount if we're going ahead
2717         with the refcount hack.
2718
2719 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
2720
2721         * check/gst-libs/controller.c: (plugin_init), (GST_START_TEST):
2722         * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist):
2723           more leaks plumbed, added more debug-logging
2724         * gst/gstmacros.h:
2725           whitespace fix
2726
2727 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2728
2729         * gst/gstmessage.c:
2730           remove include of gstmemchunk.h
2731
2732 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2733
2734         * gst/gstclock.c: (_gst_clock_id_free):
2735           Commit from the Political Party For More Atomic CVS Commits,
2736           so that people don't waste too much of their day fishing
2737           out obvious leaks out of massive commits.
2738           Oh, and fix a pretty damn obvious leak in the memchunk
2739           removal code.
2740
2741 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
2742
2743         * check/Makefile.am:
2744         * check/gst-libs/controller.c: (plugin_init), (GST_START_TEST):
2745           plug mem-leak, re-add to valgrindable tests
2746
2747 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2748
2749         * gst/gstplugin.h:
2750           unbreak the build for those who have chronic arthritis
2751           and typing "make check" is just too taxing on the hands
2752
2753 2005-09-20  Andy Wingo  <wingo@pobox.com>
2754
2755         * gst/gst.h: Re-add marshal to gst.h's include list -- if we
2756         really want it out, you should fix plugins at the same time.
2757
2758 2005-09-19  Stefan Kost  <ensonic@users.sf.net>
2759
2760         * configure.ac:
2761         * docs/gst/gstreamer-sections.txt:
2762         * gst/gstobject.c:
2763           added missing symbols to api docs
2764           disable ref-count hack if we have glib >= 2.8
2765
2766 2005-09-19  David Schleef  <ds@schleef.org>
2767
2768         * docs/gst/Makefile.am: Ignore a few more internal headers
2769         * docs/gst/gstreamer-docs.sgml: Remove old sections
2770         * docs/gst/gstreamer-sections.txt: Remove old sections
2771         * docs/gst/tmpl/gstobject.sgml: update
2772         * docs/gst/tmpl/gstplugin.sgml: update
2773         * docs/gst/tmpl/gstpluginfeature.sgml: update
2774         * docs/random/ds/0.9-suggested-changes: update.
2775         * gst/Makefile.am: remove memchunk and trashstack, since they're
2776           not used.
2777         * gst/gst.c: (gst_deinit): rename gst_registry_deinit to _cleanup
2778         * gst/gst.h: don't include some headers
2779         * gst/gstchildproxy.c: add gstmarshal.h
2780         * gst/gstclock.c: Don't use memchunks
2781         * gst/gstminiobject.c: Add some docs
2782         * gst/gstobject.c: remove DESTROYED flag, since it's redundant
2783         * gst/gstobject.h: same
2784         * gst/gstplugin.c: include gstmacros.h
2785         * gst/gstplugin.h: don't include gstmacros.h, since it's private
2786         * gst/gstquery.c: don't use memchunks
2787         * gst/gstregistry.c: rename gst_registry_deinit()
2788         * gst/gstregistry.h: same
2789
2790 2005-09-19  David Schleef  <ds@schleef.org>
2791
2792         * docs/libs/gstreamer-libs-docs.sgml: Remove docs for getbits
2793         * docs/libs/gstreamer-libs-sections.txt:
2794         * docs/libs/tmpl/gstgetbits.sgml:
2795         * docs/libs/tmpl/gstputbits.sgml:
2796
2797 2005-09-19  Tim-Philipp Müller  <tim at centricular dot net>
2798
2799         * win32/gstenumtypes.c:
2800         * win32/gstenumtypes.h:
2801           Update.
2802
2803 2005-09-19  Wim Taymans  <wim@fluendo.com>
2804
2805         * gst/gstpipeline.c: (do_pipeline_seek), (gst_pipeline_send_event):
2806         Automatically PAUSE and RESUME a pipeline when a flushing seek
2807         is performed.
2808
2809 2005-09-19  Andy Wingo  <wingo@pobox.com>
2810
2811         * gst/gstregistry.h: Spacing fixen.
2812
2813 2005-09-19  Wim Taymans  <wim@fluendo.com>
2814
2815         * gst/base/gstbasesrc.c: (gst_base_src_change_state):
2816         Handle state change failure more correctly.
2817
2818 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2819
2820         * check/Makefile.am:
2821         * check/pipelines/cleanup.c: (run_pipeline):
2822         * check/pipelines/simple_launch_lines.c: (run_pipeline),
2823         (GST_START_TEST):
2824           enable cleanup again after fixing the leak
2825         * docs/README:
2826           some more info on docs
2827
2828 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2829
2830         * check/Makefile.am:
2831           re-enable tests now that leaks are plugged
2832         * check/gst/gst.c:
2833         * check/gst/gstbin.c:
2834         * check/gst/gstpipeline.c:
2835           add some more tests while fixing leaks
2836         * common/check.mak:
2837           make sure binaries are uptodate when valgrinding/gdbing
2838         * gst/gst.c:
2839         * gst/gstelementfactory.c:
2840           remove a ref too many, and add a FIXME for when we get
2841           round to disposing of classes
2842         * gst/gstplugin.c:
2843           fix the refcounting when loading a plugin from a file and
2844           the code pretends that the pointer is the same even though
2845           of course it can change
2846         * gst/gstpluginfeature.c:
2847           unref plugins marked cached (a bit confusing as a name)
2848           as the docs state should be done
2849           various doc additions to explain refcounting
2850         * gst/gstregistry.c:
2851         * gst/gstregistryxml.c:
2852           debugging
2853
2854 2005-09-19  Wim Taymans  <wim@fluendo.com>
2855
2856         * check/gst/gstbin.c: (pop_messages), (GST_START_TEST):
2857         * check/gst/gstbus.c: (message_func_eos), (message_func_app),
2858         (send_messages), (GST_START_TEST), (gstbus_suite):
2859         * check/gst/gstpipeline.c: (GST_START_TEST):
2860         * check/pipelines/cleanup.c: (run_pipeline):
2861         * check/pipelines/simple_launch_lines.c: (run_pipeline),
2862         (GST_START_TEST):
2863         * gst/gstbus.c: (gst_bus_have_pending), (gst_bus_source_prepare),
2864         (gst_bus_source_check), (gst_bus_source_dispatch),
2865         (gst_bus_create_watch), (gst_bus_add_watch_full),
2866         (gst_bus_add_watch), (poll_func), (poll_timeout), (gst_bus_poll):
2867         * gst/gstbus.h:
2868         * tools/gst-launch.c: (event_loop):
2869         * tools/gst-md5sum.c: (event_loop):
2870         GstBusHandler -> GstBusFunc, return value has the same meaning as
2871         any other GSource (FALSE == remove source).
2872         _add_watch() and _add_watch_full() now take a MessageType mask to
2873         only handle specific types of messages.
2874         _poll() returns the GstMessage instead of the message type to avoid
2875         race conditions.
2876         _have_pending() takes a MessageType mask now too.
2877         Added testsuite for multiple bus watches.
2878         Fix testsuites and applications for new bus API.
2879
2880 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2881
2882         * check/Makefile.am:
2883           mark a bunch of the tests as to fix until we fix them
2884
2885 2005-09-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2886
2887         * common/check.mak:
2888           use GST_PLUGIN settings for valgrind tests as well, so we're
2889           valgrinding the correct thing
2890         * gst/gst.c: (init_post):
2891           plug another leak
2892
2893 2005-09-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2894
2895         * gst/gst.c: (init_post), (gst_deinit):
2896         * gst/gstelementfactory.c: (gst_element_factory_class_init),
2897         (gst_element_factory_finalize), (gst_element_factory_cleanup):
2898         * gst/gstindex.c: (gst_index_factory_class_init),
2899         (gst_index_factory_finalize):
2900         * gst/gstobject.c: (gst_object_dispose):
2901         * gst/gstplugin.c: (gst_plugin_finalize), (gst_plugin_class_init),
2902         (gst_plugin_load_file), (gst_plugin_desc_free):
2903         * gst/gstpluginfeature.c: (gst_plugin_feature_class_init),
2904         (gst_plugin_feature_finalize):
2905         * gst/gstregistry.c: (gst_registry_class_init),
2906         (gst_registry_init), (gst_registry_finalize),
2907         (gst_registry_get_default), (gst_registry_deinit):
2908         * gst/gstregistry.h:
2909         * gst/gstregistryxml.c: (load_feature), (load_plugin):
2910           various cleanups and memleak plugging.  make valgrind is happy now.
2911
2912 2005-09-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2913
2914         * common/check.mak:
2915           add a check-valgrind target
2916
2917 2005-09-18  David Schleef  <ds@schleef.org>
2918
2919         * tools/gst-inspect.c: Revert the GOption code.
2920
2921 2005-09-17  David Schleef  <ds@schleef.org>
2922
2923         * check/Makefile.am: Fix environment variables.
2924         * check/gst/gstplugin.c: Fix for API changes.
2925         * tools/gst-inspect.c: Fix for API changes.
2926         * tools/gst-xmlinspect.c: Fix for API changes.
2927         * gst/gstelementfactory.c:
2928         * gst/gstplugin.c:
2929         * gst/gstplugin.h:
2930         * gst/gstpluginfeature.c:
2931         * gst/gstpluginfeature.h:
2932         * gst/gstregistry.c:
2933         * gst/gstregistry.h:
2934         * gst/gstregistryxml.c:
2935         * gst/gsttypefind.c:
2936         * gst/gsttypefindfactory.c:
2937         * gst/indexers/gstfileindex.c:
2938         * gst/indexers/gstmemindex.c:
2939         * gst/schedulers/Makefile.am:
2940           Change registry to keep track of both plugins and features,
2941           removing the feature tracking from plugins themselves.
2942
2943 2005-09-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2944
2945         * check/Makefile.am:
2946         * tools/gst-register.1.in:
2947           remove gst-register
2948
2949 2005-09-15  David Schleef  <ds@schleef.org>
2950
2951         * check/gst/gstplugin.c:
2952         * gst/gstelementfactory.c:
2953         * gst/gstplugin.c:
2954         * gst/gstpluginfeature.c:
2955         * gst/gstregistry.c:
2956           Getting tired of debugging.  Disabled all the unreffing of
2957           plugins and features, which fixes the segfaults, but of
2958           course leaks like crazy.  At least playbin works.
2959
2960 2005-09-15  David Schleef  <ds@schleef.org>
2961
2962         * check/gst/gstplugin.c: (register_check_elements),
2963         (GST_START_TEST), (peek), (suggest), (gst_plugin_suite):
2964         More testing
2965         * gst/elements/gsttypefindelement.c: Fix refcounting.
2966         * gst/gsttypefind.c:
2967         * gst/gsttypefindfactory.c:
2968         * gst/gsttypefindfactory.h:
2969
2970 2005-09-15  David Schleef  <ds@schleef.org>
2971
2972         * gst/gstindex.c: get refcounting correct.
2973         * gst/gstregistry.c: Handle the case where a feature/plugin is
2974           not found.
2975
2976 2005-09-15  David Schleef  <ds@schleef.org>
2977
2978         * check/Makefile.am:
2979         * check/gst/gstplugin.c: Add test
2980         * gst/gstplugin.c: Fix problems noticed by testsuite
2981         * gst/gstplugin.h:
2982         * gst/gstregistry.c: 
2983         * gst/gstregistry.h:
2984
2985 2005-09-15  David Schleef  <ds@schleef.org>
2986
2987         * gst/gstplugin.c: Implement semi-decent recounting and locking
2988           in plugins and plugin features.
2989         * gst/gstplugin.h:
2990         * gst/gstpluginfeature.c:
2991         * gst/gstpluginfeature.h:
2992         * gst/gstregistry.c:
2993
2994 2005-09-15  Michael Smith <msmith@fluendo.com>
2995
2996         * gst/gstregistry.c: (gst_registry_get_feature_list):
2997           Implement this. Makes oggdemux work; decodebin still broken.
2998
2999 2005-09-14  David Schleef  <ds@schleef.org>
3000
3001         * configure.ac: Add -no-undefined to GST_PLUGIN_LDFLAGS (bug
3002           #316076)
3003         * gst/base/Makefile.am: Add -no-undefined to LDFLAGS for libs
3004         * gst/check/Makefile.am:
3005         * libs/gst/controller/Makefile.am:
3006         * libs/gst/dataprotocol/Makefile.am:
3007
3008 2005-09-14  David Schleef  <ds@schleef.org>
3009
3010         * configure.ac: Remove getbits library.  Nothing uses it, and
3011           it should be in something like liboil if someone did want
3012           to use it.
3013         * libs/gst/Makefile.am:
3014         * libs/gst/getbits/Makefile.am:
3015         * libs/gst/getbits/gbtest.c:
3016         * libs/gst/getbits/getbits.c:
3017         * libs/gst/getbits/getbits.h:
3018         * libs/gst/getbits/gstgetbits_generic.c:
3019         * libs/gst/getbits/gstgetbits_i386.s:
3020         * libs/gst/getbits/gstgetbits_inl.h:
3021
3022 2005-09-14  David Schleef  <ds@schleef.org>
3023
3024         * gst/Makefile.am: Dist glib-compat.h
3025
3026 2005-09-14  David Schleef  <ds@schleef.org>
3027
3028         * configure.ac: Remove gst/registries, since it's no longer used.
3029         * gst/registries/Makefile.am:
3030         * gst/registries/gstlibxmlregistry.c:
3031         * gst/registries/gstlibxmlregistry.h:
3032         * gst/registries/gstxmlregistry.c:
3033         * gst/registries/gstxmlregistry.h:
3034         * gst/registries/registrytest.c:
3035
3036 2005-09-14  David Schleef  <ds@schleef.org>
3037
3038         * gst/glib-compat.h:
3039         * gst/gstregistryxml.c:
3040           Convergence is near.  Seriously.
3041
3042 2005-09-14  David Schleef  <ds@schleef.org>
3043
3044         * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat):
3045         * gst/glib-compat.h:
3046           Attempt #4 to appease the buildbots.
3047
3048 2005-09-14  David Schleef  <ds@schleef.org>
3049
3050         * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat):
3051           Attempt #3.
3052
3053 2005-09-14  David Schleef  <ds@schleef.org>
3054
3055         * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat):
3056         Attempt #2.
3057
3058 2005-09-14  David Schleef  <ds@schleef.org>
3059
3060         * gst/Makefile.am: Oh yeah, libgstreamer.so needs to contain
3061           the new functions.
3062
3063 2005-09-14  David Schleef  <ds@schleef.org>
3064
3065         * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat):
3066         * gst/glib-compat.h: Add some functions that are in newer versions
3067           of glib than we care to require.
3068         * gst/gstregistryxml.c: Use them.
3069
3070 2005-09-14  David Schleef  <ds@schleef.org>
3071
3072         * po/POTFILES.in: remove gst-register.c
3073
3074 2005-09-14  David Schleef  <ds@schleef.org>
3075
3076         * docs/gst/gstreamer-docs.sgml:
3077         * docs/gst/gstreamer-sections.txt:
3078         * docs/gst/gstreamer.types:
3079         * docs/gst/tmpl/gstelement.sgml:
3080         * docs/gst/tmpl/gstplugin.sgml:
3081         * docs/gst/tmpl/gstpluginfeature.sgml:
3082           Documentation updates for registry changes.
3083
3084 2005-09-14  David Schleef  <ds@schleef.org>
3085
3086         * gst/gstregistryxml.c: Copy g_mkdir_with_parent() from glib,
3087           because we don't require glib-2.8.
3088
3089 2005-09-14  David Schleef  <ds@schleef.org>
3090
3091         * gst/gstregistryxml.c: Added.  Essentially moved out of the
3092           registries directory.
3093
3094 2005-09-14  David Schleef  <ds@schleef.org>
3095
3096         * check/Makefile.am:
3097         * check/generic/states.c:
3098         * gst/Makefile.am:
3099         * gst/gst.c:
3100         * gst/gst.h:
3101         * gst/gst_private.h:
3102         * gst/gstelementfactory.c:
3103         * gst/gstindex.c:
3104         * gst/gstinfo.c:
3105         * gst/gstplugin.c:
3106         * gst/gstplugin.h:
3107         * gst/gstpluginfeature.c:
3108         * gst/gstpluginfeature.h:
3109         * gst/gstregistry.c:
3110         * gst/gstregistry.h:
3111         * gst/gstregistrypool.c: remove
3112         * gst/gstregistrypool.h: remove
3113         * gst/gsttypefind.c:
3114         * gst/gsttypefindfactory.c:
3115         * gst/gsturi.c:
3116         * tools/Makefile.am:
3117         * tools/gst-compprep.c:
3118         * tools/gst-inspect.c:
3119         * tools/gst-register.c: remove
3120         * tools/gst-xmlinspect.c:
3121           Registry rewrite.  Changes registry from being a file created
3122           by a tool into a simple cache file created automatically by 
3123           libgstreamer.  Removed gst-register (because it's no longer
3124           needed).  Remove registry pools, because we only have one
3125           registry implementation (XML).  Fix up other subsystems as
3126           necessary.
3127
3128 2005-09-13  Michael Smith <msmith@fluendo.com>
3129
3130         * gst/gstconfig.h.in:
3131           Don't Use windows linking attributes for MinGW. Fixes #316157
3132
3133 2005-09-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3134
3135         * gst/gstutils.c: (set_state_async_thread_func),
3136         (gst_element_set_state_async):
3137           Apparently people think it's better if this function doesn't
3138           try to set the state to whatever state was asked for on the first
3139           call to this function for any object.  Seriously.
3140
3141 2005-09-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3142
3143         * check/gst/gstpipeline.c: (GST_START_TEST):
3144         * docs/gst/gstreamer-sections.txt:
3145         * gst/gstutils.c: (set_state_async_thread_func),
3146         (gst_element_set_state_async):
3147         * gst/gstutils.h:
3148           add a "gst_element_set_state_async" method that
3149           sets the state and starts a thread to make sure the state
3150           change completes as best as it can
3151
3152 2005-09-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3153
3154         * check/gst/gstpipeline.c: (GST_START_TEST), (gst_pipeline_suite):
3155           codify design+behaviour in testsuite after discussion
3156
3157 2005-09-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3158
3159         * docs/gst/tmpl/gstelement.sgml:
3160         * docs/manual/appendix-quotes.xml:
3161           add a quote
3162         * gst/gstelement.c: (gst_element_set_state):
3163           add some debug
3164
3165 2005-09-12  Jan Schmidt  <thaytan@mad.scientist.com>
3166
3167         * gst/base/gstbasetransform.c: (gst_base_transform_class_init),
3168         (gst_base_transform_prepare_output_buf),
3169         (gst_base_transform_handle_buffer):
3170         * gst/elements/gstcapsfilter.c: (gst_capsfilter_transform_ip),
3171         (gst_capsfilter_prepare_buf):
3172           Remove the requirement for sub-classes to call the parent
3173           implementation of prepare_output_buffer with a wrapper function.
3174           
3175         * gst/gsttaglist.h:
3176         * gst/gsttagsetter.h:
3177           Fix #define wrapper
3178
3179 2005-09-11  Stefan Kost  <ensonic@users.sf.net>
3180
3181         * docs/gst/gstreamer-sections.txt:
3182           more doc cleanups
3183
3184 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3185
3186         * docs/gst/gstreamer-sections.txt:
3187         * docs/gst/tmpl/gstelement.sgml:
3188         * docs/gst/tmpl/gstplugin.sgml:
3189         * gst/gstminiobject.c:
3190         * gst/gstvalue.h:
3191           docs now stop throwing warnings
3192
3193 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3194
3195         * docs/gst/gstreamer-sections.txt:
3196         * docs/gst/gstreamer.types:
3197         * docs/gst/tmpl/gstpad.sgml:
3198         * docs/gst/tmpl/gsttypes.sgml:
3199         * gst/base/gstadapter.h:
3200         * gst/base/gstbasesink.h:
3201         * gst/base/gstbasesrc.h:
3202         * gst/gstbin.h:
3203         * gst/gstbuffer.h:
3204         * gst/gstbus.h:
3205         * gst/gstcaps.h:
3206         * gst/gstclock.h:
3207         * gst/gstelement.h:
3208         * gst/gstevent.h:
3209         * gst/gstmessage.h:
3210         * gst/gstpad.h:
3211         * gst/gststructure.c:
3212         * gst/registries/gstlibxmlregistry.h:
3213           various documentation fixes
3214
3215 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3216
3217         * docs/gst/gstreamer-sections.txt:
3218         * docs/gst/tmpl/gstvalue.sgml:
3219           rearrange gstvalue section
3220         * gst/gstutils.c: (gst_element_state_get_name):
3221           NONE -> VOID
3222         * gst/gstvalue.c: (_gst_value_initialize):
3223         * gst/gstvalue.h:
3224           doc updates
3225
3226 2005-09-10  Jan Schmidt  <thaytan@mad.scientist.com>
3227
3228         * check/gst-libs/controller.c:
3229           Header include fix.
3230         * gst/base/gstbasetransform.c:
3231         (gst_base_transform_default_prepare_buf),
3232         (gst_base_transform_handle_buffer):
3233         * gst/base/gstbasetransform.h:
3234           Some more basetransform changes and fixes to enable sub-classes
3235           that modify buffer metadata only.
3236         * gst/elements/gstcapsfilter.c: (gst_capsfilter_class_init),
3237         (gst_capsfilter_init), (gst_capsfilter_transform_ip),
3238         (gst_capsfilter_prepare_buf):
3239           If the output pad has fixed allowed caps and input buffers 
3240           don't have any, set the fixed caps on outgoing buffers.
3241
3242 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
3243         * check/elements/identity.c: (GST_START_TEST):
3244           Make the error a little clearer when the test fails because
3245           identity made a copy of the buffer.
3246         * docs/gst/gstreamer-sections.txt:
3247           New symbols in gstbasetransform.h
3248         * gst/base/gstbasetransform.c: (gst_base_transform_class_init),
3249         (gst_base_transform_init), (gst_base_transform_transform_size),
3250         (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
3251         (gst_base_transform_default_prepare_buf),
3252         (gst_base_transform_get_unit_size),
3253         (gst_base_transform_buffer_alloc),
3254         (gst_base_transform_handle_buffer), (gst_base_transform_chain),
3255         (gst_base_transform_change_state),
3256         (gst_base_transform_set_passthrough),
3257         (gst_base_transform_set_in_place),
3258         (gst_base_transform_is_in_place):
3259         * gst/base/gstbasetransform.h:
3260           Change BaseTransform to separate in_place operate from same_caps
3261           output. in_place implies that the element can perform the transform
3262           on incoming buffers in-place, even if the caps on the output are
3263           different.
3264           Sub-class elements can now implement special buffer allocation
3265           methods for outgoing buffers if they wish to.
3266           Big documentation addition.
3267         * gst/elements/gstcapsfilter.c: (gst_capsfilter_transform_ip):
3268         * gst/elements/gstelements.c:
3269           Changes for basetransform modifications.
3270         * gst/elements/Makefile.am:
3271         * gst/elements/gstfdsrc.c: (gst_fdsrc_init), (gst_fdsrc_create):
3272           Compile fix. Extra debug output.
3273
3274 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3275
3276         * check/gst/gstpad.c: (GST_START_TEST), (name_is_valid),
3277         (gst_pad_suite):
3278           add tests for valid pad naming
3279         * gst/check/gstcheck.c: (gst_check_log_message_func),
3280         (gst_check_log_critical_func):
3281           add ASSERT_WARNING
3282           remove printing of code, it is fragile when the code contains
3283           % and the line number is enough info
3284         * gst/check/gstcheck.h:
3285         * gst/gstpad.c: (gst_pad_template_new):
3286           fix memleaks
3287
3288 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3289
3290         * configure.ac:
3291           say what CHECK flags we use
3292         * docs/libs/gstreamer-libs.types:
3293         * libs/gst/controller/Makefile.am:
3294         * libs/gst/controller/gst-controller.c:
3295         * libs/gst/controller/gst-controller.h:
3296         * libs/gst/controller/gst-helper.c:
3297         * libs/gst/controller/gst-interpolation.c:
3298         * libs/gst/controller/gstcontroller.c:
3299         * libs/gst/controller/gsthelper.c:
3300         * libs/gst/controller/gstinterpolation.c:
3301         * tools/gst-inspect.c: (print_plugin_info):
3302           we don't use dashes in header names
3303
3304 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3305
3306         * check/Makefile.am:
3307         * check/gst/.cvsignore:
3308         * check/gst/gstpipeline.c: (pop_messages), (GST_START_TEST),
3309         (gst_pipeline_suite), (main):
3310           adding a test for pipelines and state changes
3311         * gst/gstutils.c: (get_state_func):
3312           add some debugging
3313         * gstreamer.spec.in:
3314           fix up spec file
3315
3316 2005-09-08  Michael Smith <msmith@fluendo.com>
3317
3318         * gst/elements/gstfilesrc.c: (gst_file_src_map_region),
3319         (gst_file_src_map_small_region), (gst_file_src_create_mmap),
3320         (gst_file_src_is_seekable), (gst_file_src_get_size),
3321         (gst_file_src_start):
3322         * gst/elements/gstfilesrc.h:
3323           Various fixes for unseekable, unmmapable, and non-normal files, so
3324           that fallback to read() rather than mmap() works.
3325         * gst/gstevent.c: (gst_event_new_newsegment):
3326           Allow newsegment events with segment_start == segment_end, as will
3327           correctly happen if you use filesrc on a zero-size file, for
3328           example.
3329
3330 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
3331
3332         * gst/gstplugin.c: (gst_plugin_load_file):
3333           Call g_module_close when we don't load the module
3334
3335         * gst/registries/gstlibxmlregistry.c:
3336         (gst_xml_registry_get_property):
3337           Port leak fix from 0.8
3338
3339 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
3340
3341         * docs/gst/gstreamer-docs.sgml:
3342         * docs/gst/tmpl/.cvsignore:
3343         * docs/gst/tmpl/gsttrace.sgml:
3344         * docs/gst/tmpl/gsttrashstack.sgml:
3345         * gst/Makefile.am:
3346         * gst/gst.h:
3347         * gst/gstelement.h:
3348         * gst/gstevent.h:
3349         * gst/gstmessage.c:
3350         * gst/gstmessage.h:
3351         * gst/gsttag.c:
3352         * gst/gsttag.h:
3353         * gst/gsttaginterface.c:
3354         * gst/gsttaginterface.h:
3355         * gst/gsttaglist.c:
3356         * gst/gsttaglist.h:
3357         * gst/gsttagsetter.c:
3358         * gst/gsttagsetter.h:
3359         * gst/gsttrace.c:
3360         * gst/gsttrace.h:
3361         * gst/gsttrashstack.c:
3362           renamed gsttag -> gsttaglist, gsttaginterface -> gsttagsetter
3363           inlined docs for gsttrace, gsttrashstack
3364
3365 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
3366
3367         * gst/Makefile.am:
3368         * gst/elements/gstbufferstore.h:
3369         * gst/elements/gsttypefindelement.c:
3370         * gst/elements/gsttypefindelement.h:
3371         * gst/gst.h:
3372         * gst/gsttypefind.c:
3373         * gst/gsttypefind.h:
3374         * gst/gsttypefindfactory.c: (gst_type_find_factory_get_type),
3375         (gst_type_find_factory_class_init), (gst_type_find_factory_init),
3376         (gst_type_find_factory_dispose),
3377         (gst_type_find_factory_unload_thyself),
3378         (gst_type_find_load_plugin), (gst_type_find_factory_get_list),
3379         (gst_type_find_factory_get_caps),
3380         (gst_type_find_factory_get_extensions),
3381         (gst_type_find_factory_call_function):
3382         * gst/gsttypefindfactory.h:
3383         * gst/registries/gstlibxmlregistry.c:
3384         * gst/registries/gstxmlregistry.c:
3385           splitted gsttypefind into gsttypefind, gsttypefindfactory
3386
3387 2005-09-07  Andy Wingo  <wingo@pobox.com>
3388
3389         * gst/base/gstbasesink.c (gst_base_sink_activate_pull): Fix a race
3390         condition whereby the pad's task function is entered before the
3391         pad_mode variable was set.
3392
3393 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
3394
3395         * gst/gstpad.c: (gst_pad_alloc_buffer):
3396           Catch misbehaving pad_alloc functions that don't
3397           set up caps and do it for them.
3398
3399 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
3400
3401         * check/pipelines/simple_launch_lines.c: (run_pipeline):
3402           test for pipe!=NULL
3403         * docs/gst/tmpl/.cvsignore:
3404         * docs/gst/tmpl/gstmemchunk.sgml:
3405         * docs/gst/tmpl/gstparse.sgml:
3406         * docs/gst/tmpl/gsttaglist.sgml:
3407         * docs/gst/tmpl/gsttagsetter.sgml:
3408         * docs/gst/tmpl/gsttypefind.sgml:
3409         * docs/gst/tmpl/gsttypefindfactory.sgml:
3410         * gst/gstmemchunk.c:
3411         * gst/gstparse.c:
3412         * gst/gsttag.c:
3413         * gst/gsttaginterface.c:
3414         * gst/gsttypefind.c:
3415         * gst/gsttypefind.h:
3416           inlined more docs
3417
3418 === release 0.9.2 ===
3419
3420 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3421
3422         * NEWS:
3423         * RELEASE:
3424         * configure.ac:
3425           releasing 0.9.2, "South"
3426
3427 2005-09-05  Andy Wingo  <wingo@pobox.com>
3428
3429         * gst/registries/gstxmlregistry.h:
3430         * gst/registries/gstxmlregistry.c: Um... resurrect...
3431         
3432         * gst/registries/gstxmlregistry.h:
3433         * gst/registries/gstxmlregistry.c: and update to newer API.
3434         Incidentally they should be a bit faster now that they don't have
3435         to parse the caps.
3436         
3437 2005-09-05  Andy Wingo  <wingo@pobox.com>
3438
3439         * gst/registries/gstxmlregistry.h:
3440         * gst/registries/gstxmlregistry.c: Remove from CVS, they were
3441         replaced by the libxml registry a while back
3442
3443 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3444
3445         * docs/gst/tmpl/gstplugin.sgml:
3446         * gst/elements/gstelements.c:
3447         * gst/gst.c:
3448         * gst/gstplugin.c: (gst_plugin_register_func),
3449         (gst_plugin_desc_copy), (gst_plugin_desc_free),
3450         (gst_plugin_get_source):
3451         * gst/gstplugin.h:
3452         * gst/registries/gstlibxmlregistry.c: (load_plugin),
3453         (gst_xml_registry_save_plugin):
3454         * gst/registries/gstxmlregistry.c: (gst_xml_registry_parse_plugin),
3455         (gst_xml_registry_save_plugin):
3456         * tools/gst-inspect.c: (print_plugin_info):
3457           add a "source" plugin description field, to represent the source
3458           module this plugin is a part of.  By default GST_PLUGIN_DEFINE
3459           will set it to PACKAGE, which is automake's idea of the name of
3460           the source project.
3461
3462 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3463
3464         * Makefile.am:
3465         * autogen.sh:
3466         * configure.ac:
3467         * docs/Makefile.am:
3468         * docs/faq/Makefile.am:
3469         * docs/gst/tmpl/gstelement.sgml:
3470         * docs/gst/tmpl/gsttypes.sgml:
3471         * docs/htmlinstall.mak:
3472         * docs/manual/Makefile.am:
3473         * docs/pwg/Makefile.am:
3474           reorganize doc build a little
3475           split out docbook and gtk-doc stuff
3476           have two separate --enable's and enable them through autogen
3477           but disable by default in configure (to be similar to other
3478           projects)
3479         * gstreamer.spec.in:
3480           clean up docs install
3481         * po/af.po:
3482         * po/az.po:
3483         * po/ca.po:
3484         * po/cs.po:
3485         * po/de.po:
3486         * po/en_GB.po:
3487         * po/fr.po:
3488         * po/it.po:
3489         * po/nb.po:
3490         * po/nl.po:
3491         * po/ru.po:
3492         * po/sq.po:
3493         * po/sr.po:
3494         * po/sv.po:
3495         * po/tr.po:
3496         * po/uk.po:
3497         * po/vi.po:
3498           translation updates
3499
3500 2005-09-03  Tim-Philipp Müller  <tim at centricular dot net>
3501
3502         * gst/base/gstbasesink.c: (gst_base_sink_pad_buffer_alloc):
3503           Add comment.
3504           
3505         * gst/elements/gstfakesink.c: (gst_fake_sink_init),
3506         (gst_fake_sink_change_state):
3507           Make state change function thread-safe.
3508           
3509         * gst/gstpad.c: (gst_pad_alloc_buffer):
3510           Set offset on generic buffer allocated by fallback.
3511
3512 2005-09-03  Stefan Kost  <ensonic@users.sf.net>
3513
3514         * docs/gst/gstreamer-sections.txt:
3515         * docs/gst/tmpl/gstelement.sgml:
3516         * gst/gstpad.c:
3517         * libs/gst/controller/gst-controller.c:
3518         (gst_controlled_property_set_interpolation_mode),
3519         (gst_controlled_property_new),
3520         (gst_controller_find_controlled_property):
3521          run the wingo-magic script against the docs
3522
3523 2005-09-02  Stefan Kost  <ensonic@users.sf.net>
3524
3525         * docs/gst/gstreamer-docs.sgml:
3526         * docs/gst/gstreamer-sections.txt:
3527         * docs/gst/tmpl/.cvsignore:
3528         * docs/gst/tmpl/gstelementdetails.sgml:
3529         * docs/gst/tmpl/gstelementfactory.sgml:
3530         * gst/gst.c:
3531         * gst/gstbus.c:
3532         * gst/gstelementfactory.c:
3533         * gst/gstelementfactory.h:
3534           merged elementdetails docs into elementfactory docs
3535           inlined both
3536
3537 2005-09-02  Andy Wingo  <wingo@pobox.com>
3538
3539         * gst/gstelement.h: Add magical pixie dust to make glib-mkenums
3540         consider this enum an enum and not a flags.
3541
3542 2005-09-02  Stefan Kost  <ensonic@users.sf.net>
3543
3544         * docs/gst/gstreamer-docs.sgml:
3545         * docs/gst/tmpl/.cvsignore:
3546         * docs/gst/tmpl/gstghostpad.sgml:
3547         * docs/gst/tmpl/gstiterator.sgml:
3548         * docs/gst/tmpl/gstmacros.sgml:
3549         * docs/gst/tmpl/gstrealpad.sgml:
3550         * docs/gst/tmpl/gstregistry.sgml:
3551         * docs/gst/tmpl/gstregistrypool.sgml:
3552         * docs/gst/tmpl/gststructure.sgml:
3553         * docs/gst/tmpl/gstsystemclock.sgml:
3554         * docs/gst/tmpl/gsttrace.sgml:
3555         * gst/gstghostpad.c:
3556         * gst/gstmacros.h:
3557         * gst/gstmemchunk.c:
3558         * gst/gstmemchunk.h:
3559         * gst/gstqueue.c:
3560         * gst/gstregistry.c:
3561         * gst/gstregistrypool.c:
3562         * gst/gststructure.c:
3563         * gst/gstsystemclock.c:
3564           more docs inlined
3565
3566 2005-09-02  Andy Wingo  <wingo@pobox.com>
3567
3568         * gst/gstelement.h (GstState): Renamed from GstElementState,
3569         changed to be a normal enum instead of flags.
3570         (GstStateChangeReturn): Renamed from GstElementStateReturn, names
3571         munged to be GST_STATE_CHANGE_*.
3572         (GST_STATE_CHANGE): Renamed from GST_STATE_TRANSITION, updated to
3573         work with the new state representation.
3574         (GstStateChange): New enumeration of possible state transitions.
3575         Replaces GST_STATE_FOO_TO_BAR with GST_STATE_CHANGE_FOO_TO_BAR.
3576         (GstElementClass::change_state): Pass the GstStateChange along as
3577         an argument. Helps language bindings, so they don't have to use
3578         tricky lock-needing macros like GST_STATE_CHANGE ().
3579
3580         * scripts/update-states (file): New script. Run it on a file to
3581         update it for state naming and API changes. Updates files in
3582         place.
3583
3584         * All files updated for the new API.
3585
3586 2005-09-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3587
3588         * gst/gsttrace.c: (gst_trace_flush), (gst_trace_text_flush):
3589         * gst/gstutils.c: (gst_util_set_value_from_string),
3590         (gst_util_set_object_arg):
3591           fix a bunch of unchecked return values
3592         * tools/gst-complete.c: (main):
3593         * gstreamer.spec.in:
3594           clean up a little
3595
3596 2005-09-01  Wim Taymans  <wim@fluendo.com>
3597
3598         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
3599         (gst_base_sink_event), (gst_base_sink_do_sync),
3600         (gst_base_sink_handle_event):
3601         * gst/base/gstbasesink.h:
3602         Handle newsegments more correctly.
3603
3604         * gst/gstbus.c:
3605         Fix docs.
3606
3607         * gst/gstevent.c: (gst_event_new_newsegment):
3608         A newsegment cannot have a start_time of -1
3609
3610 2005-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3611
3612         * win32/gstenumtypes.c:
3613         * win32/gstenumtypes.h:
3614           Update
3615
3616 2005-08-31  Stefan Kost  <ensonic@users.sf.net>
3617
3618         * libs/gst/controller/gst-controller.c:
3619         (gst_controlled_property_set_interpolation_mode),
3620         (gst_controlled_property_new):
3621          fixed boolean again
3622
3623 2005-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
3624
3625         * docs/faq/gst-uninstalled:
3626           add -good
3627         * gst/gstevent.c:
3628         * gst/gstevent.h:
3629           remove wrong docs
3630         * gst/gstutils.c: (gst_element_link_filtered):
3631         * gst/gstutils.h:
3632           add gst_element_link_filtered
3633
3634 2005-08-31  Stefan Kost  <ensonic@users.sf.net>
3635
3636         * docs/gst/gstreamer-docs.sgml:
3637         * docs/gst/gstreamer-sections.txt:
3638         * docs/gst/tmpl/.cvsignore:
3639         * docs/gst/tmpl/gsterror.sgml:
3640         * docs/gst/tmpl/gstfilter.sgml:
3641         * docs/gst/tmpl/gsturihandler.sgml:
3642         * docs/gst/tmpl/gsturitype.sgml:
3643         * docs/gst/tmpl/gstutils.sgml:
3644         * docs/gst/tmpl/gstxml.sgml:
3645         * gst/gsterror.c:
3646         * gst/gsterror.h:
3647         * gst/gstfilter.c:
3648         * gst/gsturi.c:
3649         * gst/gsturitype.c:
3650         * gst/gstutils.c:
3651         * gst/gstxml.c:
3652           inlined more docs, fixed double id-ref
3653
3654 2005-08-31  Wim Taymans  <wim@fluendo.com>
3655
3656         * gst/base/gstbasetransform.c: (gst_base_transform_setcaps),
3657         (gst_base_transform_handle_buffer):
3658         Passthrough elements don't need the caps as they don't care.
3659
3660 2005-08-31  Wim Taymans  <wim@fluendo.com>
3661
3662         * gst/base/gstbasetransform.c: (gst_base_transform_setcaps),
3663         (gst_base_transform_handle_buffer), (gst_base_transform_chain):
3664         Don't leak refcounts on buffers.
3665
3666 2005-08-31  Wim Taymans  <wim@fluendo.com>
3667
3668         * gst/base/gstbasetransform.c: (gst_base_transform_configure_caps),
3669         (gst_base_transform_setcaps), (gst_base_transform_handle_buffer),
3670         (gst_base_transform_chain), (gst_base_transform_change_state):
3671         * gst/base/gstbasetransform.h:
3672         Handle the case where we are not negotiated more gracefully.
3673
3674 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3675
3676         * gst/elements/gstfilesrc.c: (gst_mmap_buffer_init),
3677         (gst_file_src_map_region):
3678           Set READONLY flag on mmap'ed buffers, otherwise
3679           gst_buffer_make_writable() won't work properly (#314708).
3680
3681 2005-08-31  Wim Taymans  <wim@fluendo.com>
3682
3683         * gst/base/gstbasetransform.c: (gst_base_transform_handle_buffer):
3684         passthrough elements can even do inplace on non writable
3685         buffers (as they don't touch them).
3686
3687 2005-08-31  Stefan Kost  <ensonic@users.sf.net>
3688
3689         * check/gst-libs/controller.c: (gst_test_mono_source_get_property),
3690         (gst_test_mono_source_set_property),
3691         (gst_test_mono_source_class_init), (GST_START_TEST),
3692         (gst_controller_suite):
3693           more tests (hehe I have the most)
3694         * gst/gstbus.c:
3695           describe popping messages whenusing mulltiple sources
3696         * libs/gst/controller/gst-controller.c:
3697         (gst_controlled_property_set_interpolation_mode),
3698         (gst_controlled_property_new):
3699         * libs/gst/controller/gst-controller.h:
3700         * libs/gst/controller/gst-interpolation.c:
3701           implement boolean properties
3702
3703 2005-08-31  Wim Taymans  <wim@fluendo.com>
3704
3705         * gst/gstminiobject.c: (gst_mini_object_ref):
3706         Cannot assert that the refcount has to be positive
3707         since a disposed object can be resurrected.
3708
3709 2005-08-31  Wim Taymans  <wim@fluendo.com>
3710
3711         * gst/gstpad.c: (gst_pad_init):
3712         Revert change, need to first fix badly behaving 
3713         apps.
3714
3715 2005-08-30  Wim Taymans  <wim@fluendo.com>
3716
3717         * check/elements/fakesrc.c: (setup_fakesrc):
3718         * check/elements/identity.c: (setup_identity):
3719         Activate pads before using them.
3720
3721 2005-08-30  Wim Taymans  <wim@fluendo.com>
3722
3723         * gst/base/gstadapter.c: (gst_adapter_flush):
3724         Flushing out 0 bytes is ok for this function.
3725
3726         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
3727         no newsegment gives a warning and sets the start/stop to 
3728         invalid.
3729
3730         * gst/base/gstbasetransform.c: (gst_base_transform_change_state),
3731         (gst_base_transform_set_passthrough):
3732         Some debug info.
3733
3734         * gst/gstminiobject.c: (gst_mini_object_ref):
3735         Check refcount here too.
3736
3737         * gst/gstpad.c: (gst_pad_init):
3738         Pads are initially flushing and refusing data.
3739
3740         * gst/gstutils.c: (gst_element_link_pads_filtered):
3741         When adding a capsfilter element make sure it has the
3742         same state as the parent bin.
3743
3744 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
3745
3746         * docs/gst/tmpl/.cvsignore:
3747         * docs/gst/tmpl/gstformat.sgml:
3748         * docs/gst/tmpl/gstversion.sgml:
3749         * gst/gstbus.h:
3750         * gst/gstformat.c:
3751         * gst/gstformat.h:
3752         * gst/gstversion.h.in:
3753           more docs and two more inlined
3754
3755 2005-08-30  Wim Taymans  <wim@fluendo.com>
3756
3757         * gst/elements/gstfilesink.c: (gst_file_sink_class_init):
3758         Don't sync to clock.
3759
3760 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
3761
3762         * docs/gst/gstreamer-sections.txt:
3763           ultral33t func10ns deserve to appear in the docs actually
3764         * docs/gst/tmpl/.cvsignore:
3765         * docs/gst/tmpl/gstcompat.sgml:
3766         * docs/gst/tmpl/gstconfig.sgml:
3767         * gst/check/gstcheck.c:
3768         * gst/gstcompat.h:
3769         * gst/gstconfig.h.in:
3770           inlined more docs
3771
3772 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
3773
3774         * docs/gst/tmpl/.cvsignore:
3775         * docs/gst/tmpl/gstquery.sgml:
3776         * docs/gst/tmpl/gstutils.sgml:
3777         * gst/gstquery.c:
3778         * gst/gstquery.h:
3779           inlined and extended docs
3780
3781 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
3782
3783         * check/gst-libs/controller.c: (GST_START_TEST),
3784         (gst_controller_suite):
3785           more tests
3786         * docs/gst/tmpl/gstutils.sgml:
3787         * docs/libs/gstreamer-libs-sections.txt:
3788         * docs/libs/tmpl/gstdataprotocol.sgml:
3789           include path fixes
3790         * examples/controller/audio-example.c: (main):
3791           controller example works now
3792         * gst/gstclock.h:
3793           doc fixes
3794         * tools/gst-inspect.c: (print_element_properties_info):
3795           show param spec flags
3796
3797 2005-08-29  Andy Wingo  <wingo@pobox.com>
3798
3799         * gst/gstutils.c (gst_util_uint64_scale): New 3733t funct10n.
3800
3801 2005-08-28  Andy Wingo  <wingo@pobox.com>
3802
3803         * gst/gstutils.h (GST_BOILERPLATE_FULL): Prototype instance_init
3804         as having two arguments instead of just one. Allows superclasses
3805         to access information on subclasses -- see the terrible for() loop
3806         in gtype.c:g_type_create_instance for the reason why. All callers
3807         changed.
3808
3809 2005-08-27  Stefan Kost  <ensonic@users.sf.net>
3810
3811         * docs/design/part-messages.txt:
3812           update info
3813         * docs/gst/tmpl/.cvsignore:
3814         * docs/gst/tmpl/gstcaps.sgml:
3815         * docs/gst/tmpl/gstclock.sgml:
3816         * gst/gstbus.c:
3817         * gst/gstcaps.c:
3818         * gst/gstcaps.h:
3819         * gst/gstclock.c:
3820         * gst/gstclock.h:
3821         * gst/gstmessage.c:
3822           added descriptions for bus and message
3823           inline caps and clock docs
3824
3825 2005-08-27  Stefan Kost  <ensonic@users.sf.net>
3826
3827         * gst/gstmessage.c:
3828         * gst/gstmessage.h:
3829           doc fixes
3830
3831 2005-08-27  Stefan Kost  <ensonic@users.sf.net>
3832
3833         * gst/base/gstbasetransform.c: (gst_base_transform_transform_size):
3834           fix div-by-zero
3835
3836 2005-08-26  Andy Wingo  <wingo@pobox.com>
3837
3838         * check/pipelines/simple_launch_lines.c (run_pipeline): Check
3839         element_set_state's return val.
3840         (test_2_elements): Add test that's been disabled for months.
3841
3842         * gst/elements/gstfakesink.c: Cleanups. Add can-activate-push and
3843         can-activate-pull properties.
3844
3845         * gst/elements/gstfakesrc.c: Cleanups. Add can-activate-push and
3846         can-activate-pull properties. Implement is_seekable so fakesrc can
3847         operate in pull mode.
3848
3849         * gst/base/gstbasesink.c (GstBaseSink): Remove has-loop, has-chain
3850         properties.
3851         (gst_base_sink_activate, gst_base_sink_activate_pull)
3852         (gst_base_sink_activate_push): Make activation mode choosing work.
3853         Cleanups.
3854         (gst_base_sink_chain, gst_base_sink_loop): Assert activation mode
3855         is right. Make pull mode work. Post an eos before pausing in pull
3856         mode.
3857         (gst_base_sink_change_state): Pay attention to the core's
3858         change_state() return val.
3859         
3860         * gst/base/gstbasesrc.c (GstBaseSrc): Remove has-loop,
3861         has-getrange properties. Cleanups.
3862         
3863         * gst/base/gstbasesrc.h (GstBaseSrc): Remove has_loop,
3864         has_getrange and replace with can_activate_pull and
3865         can_activate_push.
3866
3867         * gst/base/gstbasesink.h (GstBaseSink): Rearrange fields, add
3868         locking comments. Remove has_loop, has_chain and replace with
3869         can_activate_pull and can_activate_push.
3870
3871 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
3872
3873         * configure.ac:
3874         * examples/Makefile.am:
3875         * examples/metadata/Makefile.am:
3876         * examples/metadata/read-metadata.c: (message_loop),
3877         (have_pad_handler), (make_pipeline), (print_tag), (main):
3878           Add metadata reading example that loops over a list of filenames,
3879           dumping any tags found.
3880
3881         * gst/gstbus.c: (gst_bus_dispose):
3882         * gst/gstelement.c: (gst_element_dispose):
3883           Release a few potentially-held references in dispose.
3884
3885 2005-08-26  Stefan Kost  <ensonic@users.sf.net>
3886
3887         * docs/gst/tmpl/gstminiobject.sgml:
3888           do *not* add tmpl/*.sgml files to CVS!
3889
3890 2005-08-26  Stefan Kost  <ensonic@users.sf.net>
3891
3892         * libs/gst/bytestream/.cvsignore:
3893         * libs/gst/bytestream/Makefile.am:
3894         * libs/gst/bytestream/adapter.c:
3895         * libs/gst/bytestream/adapter.h:
3896         * libs/gst/bytestream/bytestream.c:
3897         * libs/gst/bytestream/bytestream.h:
3898         * libs/gst/bytestream/filepad.c:
3899         * libs/gst/bytestream/filepad.h:
3900           removing obsolete files
3901
3902 2005-08-26  Stefan Kost  <ensonic@users.sf.net>
3903
3904         * docs/gst/gstreamer-docs.sgml:
3905         * docs/libs/gstreamer-libs-docs.sgml:
3906           disabed additional index entries again, as this makes docs-gen just
3907           slow and they aren't useful yet
3908         * docs/libs/gstreamer-libs-sections.txt:
3909           little -section.txt cleanup for libs
3910
3911 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3912
3913         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
3914         * gst/base/gstbasetransform.c: (gst_base_transform_transform_size),
3915           fix up some debugging
3916         (gst_base_transform_get_unit_size),
3917         (gst_base_transform_buffer_alloc), (gst_base_transform_event),
3918         (gst_base_transform_handle_buffer):
3919         * gst/base/gstbasetransform.h:
3920           handle and store timed NEWSEGMENT events so that subclasses that
3921           calculate time by counting samples have a segment_start time they
3922           need to add to their timestamps - see audioresample
3923
3924 2005-08-26  Stefan Kost  <ensonic@users.sf.net>
3925
3926         * gst/gstbin.h:
3927           removed ';' from the end of macro defs
3928         * docs/gst/gstreamer-docs.sgml:
3929         * docs/gst/gstreamer-sections.txt:
3930         * docs/gst/tmpl/.cvsignore:
3931         * gst/gstbus.h:
3932         * gst/gstelement.c: (gst_element_class_init),
3933         (gst_element_set_state), (activate_pads),
3934         (gst_element_save_thyself):
3935         * gst/gstevent.c: (gst_event_new_newsegment):
3936         * gst/gstevent.h:
3937         * gst/gstiterator.c:
3938         * gst/gstiterator.h:
3939         * gst/gstpad.c:
3940         * gst/gstprobe.h:
3941         * gst/gstutils.c: (gst_pad_query_convert):
3942         * gst/gstutils.h:
3943           fixed parameter name mismatches between source, header and docs
3944           added some more docs, resolved the last batch of unused elements in
3945           docs (now someone needs to doc them)
3946
3947 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3948
3949         * gst/registries/gstlibxmlregistry.c: (gst_xml_registry_rebuild):
3950         * gst/registries/gstxmlregistry.c: (gst_xml_registry_rebuild):
3951           don't walk through the plugins backwards.  Where is all this
3952           reversed logic coming from ?
3953
3954 2005-08-25  Wim Taymans  <wim@fluendo.com>
3955
3956         * gst/base/gstbasetransform.c: (gst_base_transform_init),
3957         (gst_base_transform_transform_size),
3958         (gst_base_transform_configure_caps),
3959         (gst_base_transform_get_unit_size),
3960         (gst_base_transform_buffer_alloc),
3961         (gst_base_transform_change_state):
3962         * gst/base/gstbasetransform.h:
3963         Cache caps unit_size.
3964         Make sure we cannot negotiate up and downstream at the
3965         same time.
3966
3967 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3968
3969         * gst/gst.c: (init_pre), (init_post):
3970           register the installed plugin path after the env var
3971         * gst/registries/gstlibxmlregistry.c: (gst_xml_registry_save):
3972         * gst/registries/gstxmlregistry.c: (gst_xml_registry_save):
3973           don't reverse order of paths; conserve the order of GST_PLUGIN_PATH
3974           directories, so the tests can prefer uninstalled over installed
3975
3976 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3977
3978         * gst/base/gstbasetransform.h:
3979           comment
3980         * gst/gstpad.c:
3981           add to docs
3982
3983 2005-08-25  Wim Taymans  <wim@fluendo.com>
3984
3985         * gst/gstbin.c: (bin_bus_handler):
3986         Be a bit more conservative about the posted message.
3987         
3988         * gst/gstbus.c: (gst_bus_post):
3989         Some cleanups, warn wrong return values.
3990
3991 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
3992
3993         * check/gst/gstbin.c: (GST_START_TEST):
3994         * gst/gstbin.c: (bin_bus_handler):
3995         * gst/gstmessage.c: (gst_message_finalize), (_gst_message_copy),
3996         (gst_message_new), (gst_message_new_eos), (gst_message_new_error),
3997         (gst_message_new_warning), (gst_message_new_tag),
3998         (gst_message_new_state_changed), (gst_message_new_segment_start),
3999         (gst_message_new_segment_done), (gst_message_new_custom):
4000         * gst/gstmessage.h:
4001         * tools/gst-launch.c: (event_loop):
4002         * tools/gst-md5sum.c: (event_loop):
4003           Revert unpopular change for GST_MESSAGE_SRC to GObject.
4004
4005 2005-08-25  Wim Taymans  <wim@fluendo.com>
4006
4007         * check/generic/states.c: (GST_START_TEST):
4008         Cleanup can be done at the end.
4009
4010         * gst/gsttask.c: (gst_task_get_type), (gst_task_finalize),
4011         (gst_task_func), (gst_task_cleanup_all), (gst_task_set_lock),
4012         (gst_task_get_state), (gst_task_start), (gst_task_pause):
4013         Oh boy.. Thanks for finding this, Thomas. 
4014
4015 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
4016
4017         * docs/gst/gstreamer.types:
4018           added missing types
4019
4020 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
4021
4022         * docs/gst/gstreamer-docs.sgml:
4023         * docs/gst/gstreamer-sections.txt:
4024         * docs/gst/tmpl/.cvsignore:
4025         * gst/gstbin.c:
4026         * gst/gstiterator.c:
4027         * gst/gstutils.c:
4028         * gst/registries/gstxmlregistry.h:
4029           added missing classes and symbols (123 more to go)
4030           removed removed symbols from section file
4031           fixed many doc-comments
4032
4033 2005-08-24  Wim Taymans  <wim@fluendo.com>
4034
4035         * check/generic/states.c: (GST_START_TEST):
4036         Make sure all tasks are stopped.
4037
4038         * check/gst/gstbin.c: (GST_START_TEST):
4039         Unref after usage for proper valgrinding.
4040
4041         * gst/gstpad.c: (gst_pad_finalize), (gst_pad_stop_task):
4042         Really wait for the task to stop before destroying the
4043         mutex.
4044
4045         * gst/gstqueue.c: (gst_queue_sink_activate_push),
4046         (gst_queue_src_activate_push):
4047         Small cleanups. Don't stop the task when we did not start
4048         it.
4049
4050         * gst/gsttask.c: (gst_task_get_type), (gst_task_init),
4051         (gst_task_func), (gst_task_cleanup_all), (gst_task_set_lock),
4052         (gst_task_get_state), (gst_task_start), (gst_task_pause),
4053         (gst_task_join):
4054         * gst/gsttask.h:
4055         Protect the stream lock with the object lock.
4056         Disallow setting the stream lock when running.
4057         Add cleanup_all to wait for the threadpool to finish.
4058         Remove code to autoallocate a mutex if none was provided.
4059         Add _join() to wait for a task to stop.
4060         Protect the thread pool with a global lock.
4061
4062 2005-08-24  Wim Taymans  <wim@fluendo.com>
4063
4064         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
4065         (gst_base_sink_get_times), (gst_base_sink_do_sync),
4066         (gst_base_sink_handle_buffer), (gst_base_sink_change_state):
4067         * gst/base/gstbasesink.h:
4068         Handle newsegment events correctly.
4069         Drop buffers out of the segment range.
4070
4071 2005-08-22  Andy Wingo  <wingo@pobox.com>
4072
4073         * gst/gstutils.h (GST_BOILERPLATE_WITH_INTERFACE): New ghetto
4074         macro, implements an interface and gstimplementsinterface for a
4075         new type.
4076
4077 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4078
4079         * check/Makefile.am:
4080         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
4081           add a test that does a bunch of state changes on elements
4082           needs some fixing for valgrind
4083         * check/states/sinks.c: (gst_object_suite):
4084           whitespace
4085         * gst/gstcaps.h:
4086           add prototype for gst_caps_is_equal_fixed
4087         * gst/gstplugin.c:
4088         * gst/gstregistrypool.c:
4089           doc fixes
4090
4091 2005-08-24  Andy Wingo  <wingo@pobox.com>
4092
4093         * gst/gstquery.c (gst_query_new_convert): Spew if we try to
4094         convert a negative value. Doesn't make much sense. Mostly this is
4095         here to force callers to ensure -1 maps to -1.
4096
4097 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
4098
4099         * docs/pwg/advanced-types.xml:
4100           Well done to Michael for catching my deliberate introduction
4101           of this spelling mistake. 
4102         * gst/gstbin.c: (gst_bin_remove_func), (bin_bus_handler):
4103         * gst/gstelement.h:
4104           Add GST_ELEMENT_UNPARENTING to prevent races so that we can
4105           unlink pads before removing the element from the bin.
4106
4107 2005-08-24  Andy Wingo  <wingo@pobox.com>
4108
4109         * gst/gst.c (parse_debug_list): Accept e.g. GST_DEBUG=4 to mean
4110         the same thing as GST_DEBUG=*:4.
4111         (parse_debug_level, parse_debug_category): New helper parsers.
4112
4113 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4114
4115         * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
4116         (gst_base_transform_transform_size), (gst_base_transform_getcaps),
4117         (gst_base_transform_setcaps), (gst_base_transform_get_unit_size),
4118         (gst_base_transform_buffer_alloc),
4119         (gst_base_transform_handle_buffer):
4120           use gboolean return values and pointers to size so we can use the
4121           full GST_BUFFER_SIZE range (guint) for buffer sizes
4122           use GstPadDirection for transform_caps
4123         * gst/base/gstbasetransform.h:
4124           rename get_size to get_unit_size since that's what it is
4125         * gst/elements/gstcapsfilter.c: (gst_capsfilter_transform_caps):
4126           use GstPadDirection for transform_caps
4127         * gst/gstbuffer.c: (gst_buffer_new_and_alloc):
4128         * gst/gstutils.h:
4129           cleanup and debugging
4130
4131 2005-08-24  Stefan Kost  <ensonic@users.sf.net>
4132
4133         * gst/gstelement.c: (gst_element_class_init),
4134         (gst_element_set_state), (activate_pads),
4135         (gst_element_save_thyself):
4136         * tools/gst-compprep.c: (main):
4137         * tools/gst-inspect.c: (print_element_properties_info):
4138         * tools/gst-xmlinspect.c: (print_element_properties):
4139           Fixed long standing mem-leak
4140
4141 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
4142
4143         * check/gst/gstbin.c: (GST_START_TEST):
4144         * gst/gstbin.c: (bin_bus_handler):
4145         * gst/gstmessage.c: (gst_message_finalize), (_gst_message_copy),
4146         (gst_message_new), (gst_message_new_eos), (gst_message_new_error),
4147         (gst_message_new_warning), (gst_message_new_tag),
4148         (gst_message_new_state_changed), (gst_message_new_segment_start),
4149         (gst_message_new_segment_done), (gst_message_new_custom):
4150         * gst/gstmessage.h:
4151         * tools/gst-launch.c: (event_loop):
4152         * tools/gst-md5sum.c: (event_loop):
4153           Change GST_MESSAGE_SRC to be a GObject rather than a GstObject, so
4154           that applications can sensibly post custom messages with references
4155           to their own objects.
4156
4157 2005-08-24  Andy Wingo  <wingo@pobox.com>
4158
4159         * gst/gstpad.c (gst_pad_fixate_caps): Check if the caps is fixed
4160         already.
4161
4162 2005-08-24  Wim Taymans  <wim@fluendo.com>
4163
4164         * gst/base/gstbasetransform.c: (gst_base_transform_init),
4165         (gst_base_transform_transform_caps),
4166         (gst_base_transform_transform_size),
4167         (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
4168         (gst_base_transform_get_size), (gst_base_transform_buffer_alloc),
4169         (gst_base_transform_handle_buffer):
4170         * gst/base/gstbasetransform.h:
4171         Many fixes and new features added by Thomas. Can now also do
4172         transforms with variable sizes and a custom fixate_caps function.
4173
4174 2005-08-24  Wim Taymans  <wim@fluendo.com>
4175
4176         * gst/gstbuffer.c: (gst_buffer_new_and_alloc):
4177         Some debugging.
4178
4179         * gst/gstclock.h:
4180         Cast to ClockTime before formatting to time.
4181
4182         * gst/gstutils.h:
4183         Cleanups.
4184
4185 2005-08-24  Stefan Kost  <ensonic@users.sf.net>
4186
4187         * check/gst-libs/controller.c: (GST_START_TEST),
4188         (gst_controller_suite):
4189         * docs/gst/tmpl/gstcaps.sgml:
4190         * docs/gst/tmpl/gstghostpad.sgml:
4191         * docs/gst/tmpl/gstquery.sgml:
4192         * docs/gst/tmpl/gstutils.sgml:
4193         * libs/gst/controller/gst-helper.c: (gst_object_set_controller),
4194         (gst_object_sink_values), (gst_object_get_value_arrays),
4195         (gst_object_get_value_array):
4196           gracefully handle helper method calls to objects that are not beeing
4197           controlled, added test case for that          
4198
4199 2005-08-23  Wim Taymans  <wim@fluendo.com>
4200
4201         * gst/gstevent.c: (_gst_event_copy), (gst_event_new_custom),
4202         (gst_event_new_newsegment), (gst_event_parse_newsegment),
4203         (gst_event_new_tag), (gst_event_parse_tag), (gst_event_new_qos),
4204         (gst_event_parse_qos), (gst_event_new_seek),
4205         (gst_event_parse_seek):
4206         * gst/gstevent.h:
4207         Some more debugging output and doc cleanups.
4208
4209         * gst/gstqueue.c: (gst_queue_handle_sink_event):
4210         Fix possible deadlock.
4211
4212 2005-08-23  Stefan Kost  <ensonic@users.sf.net>
4213
4214         * docs/gst/gstreamer-docs.sgml:
4215         * docs/gst/gstreamer-sections.txt:
4216         * docs/gst/gstreamer.types:
4217         * docs/gst/tmpl/.cvsignore:
4218         * gst/gstbin.h:
4219         * gst/gstbus.c:
4220         * gst/gstelement.c:
4221         * gst/gstevent.h:
4222           added 100 symbols from gstreamer-unused.txt to the right sections
4223           fixed more broken comments
4224           added GstBus to docs
4225
4226 2005-08-23  Stefan Kost  <ensonic@users.sf.net>
4227
4228         * docs/gst/gstreamer-sections.txt:
4229         * docs/gst/tmpl/.cvsignore:
4230         * docs/gst/tmpl/gstbin.sgml:
4231         * docs/gst/tmpl/gstbuffer.sgml:
4232         * gst/base/gstbasesrc.c:
4233         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init):
4234         * gst/gstbuffer.c:
4235         * gst/gstbuffer.h:
4236         * tools/gst-launch.1.in:
4237           inlined more doc comments, added missing comments and fixed comments
4238           fixed typos
4239
4240 2005-08-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4241
4242         * gst/gstbuffer.c: (gst_buffer_new_and_alloc):
4243           some debugging
4244         * gst/gstcaps.h:
4245           whitespace fixes
4246         * gst/gstpad.c: (gst_pad_activate_push), (gst_pad_alloc_buffer):
4247           more debugging
4248         * gst/gststructure.c: (gst_caps_structure_fixate_field_boolean):
4249         * gst/gststructure.h:
4250           add a fixate function for booleans; add a FIXME that these func
4251           names should probably be gst_structure_fixate_*
4252
4253 2005-08-23  Stefan Kost  <ensonic@users.sf.net>
4254
4255         * docs/gst/gstreamer-docs.sgml:
4256         * docs/gst/gstreamer-sections.txt:
4257         * gst/Makefile.am:
4258         * gst/gstbin.c: (gst_bin_get_type),
4259         (gst_bin_child_proxy_get_child_by_index),
4260         (gst_bin_child_proxy_get_children_count),
4261         (gst_bin_child_proxy_init):
4262         * gst/gstchildproxy.c: (gst_child_proxy_get_child_by_name),
4263         (gst_child_proxy_get_child_by_index),
4264         (gst_child_proxy_get_children_count), (gst_child_proxy_lookup),
4265         (gst_child_proxy_get_property), (gst_child_proxy_get_valist),
4266         (gst_child_proxy_get), (gst_child_proxy_set_property),
4267         (gst_child_proxy_set_valist), (gst_child_proxy_set),
4268         (gst_child_proxy_child_added), (gst_child_proxy_child_removed),
4269         (gst_child_proxy_base_init), (gst_child_proxy_get_type):
4270         * gst/gstchildproxy.h:
4271         * gst/parse/grammar.y:
4272         * tools/gst-inspect.c: (print_interfaces),
4273         (print_element_properties_info), (print_element_info):
4274           ported gstchildproxy over from 0.8
4275           ported gst-inspect fixes and enhancements over from 0.8
4276
4277 2005-08-22  Wim Taymans  <wim@fluendo.com>
4278
4279         * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
4280         (gst_base_transform_handle_buffer):
4281         Also call the transform function if we have ANY caps.
4282
4283         * gst/gstpipeline.c: (gst_pipeline_set_new_stream_time):
4284         Fix debug info.
4285
4286 2005-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
4287
4288         * gst/base/gstbasesrc.c: (gst_base_src_event_handler)
4289           Don't pretend to handle seek events if the source is not seekable
4290
4291 2005-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
4292
4293         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
4294           Remove extra parameter to debug output
4295
4296         * gst/base/gstbasesrc.c: (gst_base_src_send_discont),
4297         (gst_base_src_do_seek), (gst_base_src_activate_push):
4298           Fix seek event handling.
4299
4300         * gst/gstpipeline.c: (gst_pipeline_change_state):
4301         * gst/gstqueue.c: (gst_queue_handle_sink_event),
4302         (gst_queue_src_activate_push):
4303           Don't start the src pad task on FLUSH_STOP if the pad
4304           isn't linked.
4305           Debug changes.
4306
4307 2005-08-22  Wim Taymans  <wim@fluendo.com>
4308
4309         * check/gst/gstcaps.c: (GST_START_TEST), (gst_caps_suite):
4310         Added check for gst_static_caps_get() refcounting.
4311
4312 2005-08-22  Wim Taymans  <wim@fluendo.com>
4313
4314         * gst/gstcaps.c: (gst_static_caps_get), (gst_caps_to_string):
4315         Make _static_caps_get() refcounting sane.
4316         
4317         * gst/gstelement.c: (gst_element_set_state):
4318         Add g_return_val_if_fail() to protect against segfaults.
4319
4320 2005-08-22  Stefan Kost  <ensonic@users.sf.net>
4321
4322         * docs/gst/tmpl/gstevent.sgml:
4323         * gst/gstevent.c:
4324         * gst/gstevent.h:
4325           inlined remaining docs, added missing doc comments
4326
4327 2005-08-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4328
4329         * check/gst/gstbin.c: (GST_START_TEST):
4330           since we don't know when preroll is done, use refcount range
4331           check for the sink
4332         * gst/check/gstcheck.h:
4333           add macro for checking refcount range
4334
4335 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4336
4337         * check/Makefile.am:
4338           clean up environment for when registry gets built versus
4339           when actual tests are run; valgrind seems to not report
4340           leaks if GST_PLUGIN_PATH is set to some specific values
4341         * check/gst/gstbin.c: (GST_START_TEST):
4342           add more refcounting checks; maybe this exposes a
4343           preroll lock bug ?
4344         * common/check.mak:
4345         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
4346         * gst/check/gstcheck.h:
4347         * gst/gstbin.c: (bin_element_is_semi_sink), (gst_bin_get_state),
4348         (gst_bin_change_state):
4349         * gst/gstpad.c: (gst_pad_activate_push), (gst_pad_chain):
4350           add/fix debugging/whitespace
4351
4352 2005-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
4353
4354         * check/gst/gstevent.c: (event_probe), (test_event),
4355         (GST_START_TEST):
4356          Er, don't call gst_bin_watch_for_state_change you idiot.
4357
4358 2005-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
4359
4360         * check/Makefile.am:
4361           Use CHECK_CFLAGS and CHECK_LIBS
4362         * check/gst/gstevent.c: (event_probe), (test_event),
4363         (GST_START_TEST):
4364           Don't leak events.
4365         * gst/base/gstbasesrc.c: (gst_base_src_send_discont),
4366         (gst_base_src_start), (gst_base_src_stop),
4367         (gst_base_src_activate_push), (gst_base_src_activate_pull),
4368         (gst_base_src_change_state):
4369           Sprinkle gst_base_src_stop liberally around error paths to fix
4370           problems reusing a source after failed state changes.
4371         * gst/base/gsttypefindhelper.c: (helper_find_peek),
4372         (helper_find_suggest), (gst_type_find_helper):
4373           Extra debug output. Don't segfault on GST_PAD_GETRANGEFUNC = NULL
4374         * gst/gstevent.h:
4375         * docs/gst/tmpl/gstevent.sgml:
4376           Migrate part of the docs from the SGML file. Wait for ensonic to
4377           tell me how I did it wrong ;)
4378         * tools/gst-typefind.c: (main):
4379           Extra robustness to state changes between files.
4380
4381 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4382
4383         * check/Makefile.am:
4384           don't valgrind the controller test - it's leaking - Stefan, HELP
4385         * gst/check/gstcheck.c: (gst_check_message_error),
4386         (gst_check_chain_func), (gst_check_setup_element),
4387         (gst_check_teardown_element), (gst_check_setup_src_pad),
4388         (gst_check_teardown_src_pad), (gst_check_setup_sink_pad),
4389         (gst_check_teardown_sink_pad):
4390         * gst/check/gstcheck.h:
4391           add a bunch of methods to set up elements, and src and sink pads
4392         * check/elements/fakesrc.c: (setup_fakesrc), (cleanup_fakesrc):
4393         * check/elements/identity.c: (setup_identity), (cleanup_identity),
4394         (GST_START_TEST):
4395           use them
4396         * gst/gstmessage.c:
4397         * gst/gsttag.h:
4398           whitespace/doc fixes
4399
4400 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4401
4402         * gst/gstelement.h:
4403           make GST_ELEMENT_ERROR not do GST_ERROR_OBJECT - these errors should
4404           be handled by the application and not always printed as well
4405
4406 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4407
4408         * check/Makefile.am:
4409           set GST_TOOLS_DIR
4410         * gst/check/gstcheck.c: (gst_check_message_error):
4411         * gst/check/gstcheck.h:
4412           add a fail_unless_equals_int
4413           add fail_unless for error messages
4414
4415 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4416
4417         * check/Makefile.am:
4418         * check/gst.supp:
4419         * common/Makefile.am:
4420         * common/check.mak:
4421         * common/gst.supp:
4422           factor out some of the common stuff so we can use it
4423
4424 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4425
4426         * check/Makefile.am:
4427         * check/gst/gstiterator.c: (GST_START_TEST):
4428         * check/gst/gstsystemclock.c: (GST_START_TEST),
4429         (gst_systemclock_suite):
4430         * check/gst/gsttag.c: (GST_START_TEST), (gst_tag_suite):
4431         * gst/gstclock.c:
4432           valgrind more tests
4433
4434 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4435
4436         * check/elements/.cvsignore:
4437         * check/elements/gstfakesrc.c:
4438           rename to name of element
4439         * check/elements/identity.c: (chain_func), (event_func),
4440         (setup_identity), (cleanup_identity), (GST_START_TEST),
4441         (identity_suite), (main):
4442           add a test for identity
4443         * check/Makefile.am:
4444         * pkgconfig/Makefile.am:
4445         * pkgconfig/gstreamer-check.pc.in:
4446         * pkgconfig/gstreamer-check-uninstalled.pc.in:
4447         * gst/check:
4448         * gst/Makefile.am:
4449         * configure.ac:
4450           move the check stuff to a library that gets installed
4451         * check/gst-libs/controller.c: (GST_START_TEST):
4452         * check/gst-libs/gdp.c:
4453         * check/gst/gst.c: (GST_START_TEST):
4454         * check/gst/gstbin.c:
4455         * check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
4456         * check/gst/gstbus.c:
4457         * check/gst/gstcaps.c: (GST_START_TEST):
4458         * check/gst/gstelement.c:
4459         * check/gst/gstghostpad.c:
4460         * check/gst/gstiterator.c:
4461         * check/gst/gstmessage.c:
4462         * check/gst/gstminiobject.c: (thread_ref), (GST_START_TEST):
4463         * check/gst/gstobject.c:
4464         * check/gst/gstpad.c: (GST_START_TEST):
4465         * check/gst/gststructure.c: (GST_START_TEST):
4466         * check/gst/gstsystemclock.c: (GST_START_TEST),
4467         (gst_systemclock_suite):
4468         * check/gst/gsttag.c: (gst_tag_suite):
4469         * check/gst/gstvalue.c:
4470         * check/pipelines/cleanup.c:
4471         * check/pipelines/simple_launch_lines.c:
4472         * check/states/sinks.c:
4473           change include statement
4474
4475         * docs/gst/gstreamer-sections.txt:
4476         * docs/gst/tmpl/gstpad.sgml:
4477           document more pad stuff
4478         * gst/gstminiobject.c: (gst_mini_object_ref),
4479         (gst_mini_object_unref):
4480           debug refcounting
4481
4482 2005-08-19  Stefan Kost  <ensonic@users.sf.net>
4483
4484         * docs/gst/tmpl/gst.sgml:
4485         * gst/gst.c:
4486           eliminate another tmpl file, fix spelling in the long-description
4487
4488 2005-08-18  Jan Schmidt  <thaytan@mad.scientist.com>
4489
4490         * check/gst/gstevents.c: (GST_START_TEST), (event_probe),
4491         (test_event), (timediff), (gstevents_suite):
4492           Should fix build on 64-bit arch's
4493
4494 2005-08-18  Andy Wingo  <wingo@pobox.com>
4495
4496         Make sure that when a pipeline goes to PLAYING, that data has
4497         actually hit the sink.
4498
4499         * check/states/sinks.c (test_sink): A sink that doesn't get any
4500         data shouldn't return SUCCESS for going to either PLAYING or
4501         PAUSED. Test also the return values on the way back down.
4502
4503         * gst/gstelement.c (gst_element_set_state): When changing the
4504         state of an element currently changing state asynchronously, go to
4505         lost-state after commiting the pending state. Makes future calls
4506         to get_state continue to return ASYNC.
4507
4508         * gst/base/gstbasesink.c (gst_base_sink_change_state): Return
4509         ASYNC when going to PLAYING if we still don't have preroll, as can
4510         happen with live sources.
4511
4512 2005-08-18  Jan Schmidt  <thaytan@mad.scientist.com>
4513
4514         * docs/pwg/advanced-types.xml:
4515           Hack long paragraph into 2 chunks as a workaround for buggy
4516           jadetex version in sid and breezy that loops infinitely and
4517           eats all RAM.
4518
4519 2005-08-18  Jan Schmidt  <thaytan@mad.scientist.com>
4520
4521         * check/gst/gstevents.c: (GST_START_TEST), (event_probe),
4522         (test_event), (timediff), (gstevents_suite):
4523           Provide more error margin in clock measurements to allow for 
4524           g_get_current_time inaccuracies.
4525
4526 2005-08-18  Jan Schmidt  <thaytan@mad.scientist.com>
4527
4528         * check/gst/gstevents.c: (GST_START_TEST), (event_probe),
4529         (test_event), (timediff), (gstevents_suite):
4530            Fix error message output so I might be able to tell why the
4531            test works here but fails on the build farm.
4532
4533 2005-08-18  Jan Schmidt  <thaytan@mad.scientist.com>
4534
4535         * check/Makefile.am:
4536         * check/gst/gstevents.c: (GST_START_TEST), (event_probe),
4537         (test_event), (timediff), (gstevents_suite), (main):
4538           I wrote a test!
4539
4540         * docs/design/part-seeking.txt:
4541           Spelling correction
4542
4543         * docs/gst/tmpl/gstevent.sgml:
4544         * docs/gst/tmpl/gstfakesrc.sgml:
4545           Docs updates.
4546
4547         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
4548           Treat a buffer-without-newsegment the same as a receiving 
4549           a newsegment not in time format, and disable syncing to the clock
4550           with a warning.
4551
4552         * gst/gstbus.c: (gst_bus_set_sync_handler):
4553           Assert if anyone tries to replace the existing sync_handler for bus, 
4554           as only the owner should be setting it.
4555
4556         * gst/gstevent.h:
4557           Have a fixed set of custom event enums with events identified by
4558           their structure name (as in 0.8), rather than a free-for-all
4559           allowing collisions between enum values from different plugins.
4560
4561         * gst/gstpad.c: (gst_pad_class_init):
4562           Docs change.
4563           
4564         * gst/gstqueue.c: (gst_queue_handle_sink_event):
4565           Handle out-of-band downstream events from the sending thread.
4566
4567 2005-08-17  Andy Wingo  <wingo@pobox.com>
4568
4569         * gst/gstpipeline.c (gst_pipeline_change_state): Interpret
4570         play-timeout==0 to mean no timeout at all. In that case, don't
4571         bother with a get_state or a warning, just return directly, even
4572         if it's ASYNC.
4573
4574         * gst/base/gstbasetransform.c: Debug changes.
4575
4576         * gst/gstutils.h:
4577         * gst/gstutils.c (gst_bin_watch_for_state_change): Add function to
4578         ensure bins post state change messages. A bit of a hack but I can't
4579         think of a way to avoid it.
4580
4581         * check/gst/gstbin.c (test_watch_for_state_change): Added test.
4582
4583 2005-08-16  Andy Wingo  <wingo@pobox.com>
4584
4585         * gst/base/gstadapter.h:
4586         * gst/base/gstadapter.c (gst_adapter_take): New function, like
4587         peek() but you own the data. Not terribly efficient atm.
4588
4589 2005-08-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4590
4591         * gst/gstutils.c: (gst_element_found_tags_for_pad), (push_and_ref),
4592         (gst_element_found_tags):
4593         * gst/gstutils.h:
4594           Add two utility functions for tag handling.
4595
4596 2005-08-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4597
4598         * docs/manual/advanced-dataaccess.xml:
4599         * docs/manual/basics-helloworld.xml:
4600           Fix docs to use _bin_add() before _link(), which fixes the examples
4601           with recent core versions (reported by Madhan Raj M
4602           <raj_madan@rediffmail.com>, #313199).
4603
4604 2005-08-16  Wim Taymans  <wim@fluendo.com>
4605
4606         * check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
4607         Added subtract checks.
4608
4609         * docs/design/part-events.txt:
4610         Some more docs about newsegment
4611
4612         * gst/gstbin.c: (gst_bin_change_state), (bin_bus_handler):
4613         Fix FIXME
4614
4615         * gst/gstcaps.c: (gst_caps_to_string):
4616         Add comments, cleanups.
4617         
4618         * gst/gstelement.c: (gst_element_save_thyself):
4619         cleanups
4620         
4621         * gst/gstvalue.c: (gst_value_collect_int_range),
4622         (gst_string_unwrap), (gst_value_union_int_int_range),
4623         (gst_value_union_int_range_int_range),
4624         (gst_value_intersect_int_int_range),
4625         (gst_value_intersect_int_range_int_range),
4626         (gst_value_intersect_double_double_range),
4627         (gst_value_intersect_double_range_double_range),
4628         (gst_value_intersect_list), (gst_value_subtract_int_int_range),
4629         (gst_value_subtract_int_range_int),
4630         (gst_value_subtract_double_range_double),
4631         (gst_value_subtract_double_range_double_range),
4632         (gst_value_subtract_from_list), (gst_value_subtract_list),
4633         (gst_value_can_compare), (gst_value_compare_fraction):
4634         Cleanups, add comments, remove unneeded asserts.
4635
4636 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4637
4638         * tools/gst-launch.c: (event_loop):
4639           don't convert NULL structures to strings
4640
4641 2005-08-15  Stefan Kost  <ensonic@users.sf.net>
4642
4643         * docs/gst/gstreamer-sections.txt:
4644           made some defines private
4645         * docs/gst/tmpl/gstconfig.sgml:
4646         * docs/gst/tmpl/gstqueue.sgml:
4647         * docs/gst/tmpl/gsttaglist.sgml:
4648         * docs/gst/tmpl/gsttypes.sgml:
4649         * docs/gst/tmpl/gstutils.sgml:
4650         * docs/pwg/appendix-porting.xml:
4651         * gst/base/gstbasesink.h:
4652         * gst/base/gstbasesrc.c:
4653         * gst/base/gstbasesrc.h:
4654         * gst/elements/gstfakesink.c: (gst_fake_sink_class_init):
4655         * gst/elements/gstfakesrc.c: (gst_fake_src_class_init):
4656         * gst/gstelement.c: (gst_element_class_init):
4657         * gst/gstpad.c: (gst_pad_class_init):
4658         * gst/gstqueue.c: (gst_queue_class_init):
4659         * gst/gstxml.c: (gst_xml_class_init):
4660           documented all undocumented signal inline
4661         * libs/gst/controller/gst-controller.h:
4662           added padding
4663
4664 2005-08-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4665
4666         * docs/pwg/appendix-porting.xml:
4667           Document _set_link_function -> _set_setcaps_function.
4668
4669 2005-08-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4670
4671         * check/Makefile.am:
4672           add a .check target for running the check
4673         * check/gst-libs/controller.c: (GST_START_TEST):
4674           cosmetic fixups
4675         * check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
4676           complete checks for gstbuffer; would be nice if I could get the
4677           gcov stuff to work so I can see if I actually completed gstbuffer.c
4678         * check/gstcheck.h:
4679           add ASSERT_BUFFER_REFCOUNT
4680
4681 2005-08-13  Tim-Philipp Müller  <tim at centricular dot net>
4682
4683         * docs/gst/gstreamer-sections.txt:
4684         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
4685         * gst/gsttag.h:
4686           Add GST_TAG_LANGUAGE_CODE as we have in 0.8, and don't
4687           spew out a warning if a tag that is already registered
4688           is re-registered, unless it is re-registered with a 
4689           different type (#308438).
4690
4691 2005-08-12  Tim-Philipp Müller  <tim at centricular dot net>
4692
4693         * docs/pwg/appendix-porting.xml:
4694         * docs/pwg/building-state.xml:
4695           Add some paragraphs about state changes in 0.9 to the PWG
4696           and the porting guide, in particular about the new meaning
4697           of GST_STATE_PAUSED and how to write state change functions
4698           with concurrent access by multiple threads in mind.
4699
4700 2005-08-11  Stefan Kost  <ensonic@users.sf.net>
4701
4702         * docs/gst/gstreamer-docs.sgml:
4703         * docs/libs/gstreamer-libs-docs.sgml:
4704           added deprecation and since indexes
4705         * libs/gst/controller/gst-controller.c:
4706         * libs/gst/controller/gst-helper.c:
4707           added since tags
4708
4709
4710 2005-08-11  Wim Taymans  <wim@fluendo.com>
4711
4712         * gst/gstghostpad.c: (gst_proxy_pad_set_target_unlocked),
4713         (gst_proxy_pad_set_target), (gst_proxy_pad_get_target),
4714         (gst_proxy_pad_dispose), (gst_ghost_pad_do_activate_push),
4715         (gst_ghost_pad_do_link), (gst_ghost_pad_set_internal),
4716         (gst_ghost_pad_new_notarget), (gst_ghost_pad_get_target),
4717         (gst_ghost_pad_set_target):
4718         Actually implement (re)setting the target on a ghostpad
4719         as described in the docs.
4720
4721 2005-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4722
4723         * gst/gst.c: (gst_init_check_with_popt_table), (init_pre):
4724           Check whether GST_DEBUG_NO_COLOR environment variable is
4725           set and disable coloured debug output if that is the case.
4726
4727 2005-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4728
4729         * gst/base/gsttypefindhelper.c: (helper_find_peek),
4730         (gst_type_find_helper):
4731           The memory returned by gst_type_find_peek() needs to
4732           stay valid until the end of a typefind function, and
4733           typefind functions may keep results from different 
4734           offsets around, so we can't just unref the buffer from
4735           the previous _peek(), but have to save all buffers 
4736           returned by _peek() until typefinding is done and only
4737           free them then.
4738
4739 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
4740
4741         * docs/gst/gstreamer-sections.txt:
4742         * gst/gstutils.h:
4743           New macros: GST_ROUND_UP_2() through GST_ROUND_UP_64().
4744
4745 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4746
4747         * gst/base/gstbasetransform.c: (gst_base_transform_buffer_alloc):
4748           Fix a pretty good memleak.
4749
4750 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4751
4752         * gst/gstiterator.h:
4753           Fix wrong include and 'make distcheck'.
4754
4755 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4756
4757         * gst/gstbin.c: (bin_bus_handler):
4758           Use gst_element_post_message() instead.
4759
4760 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4761
4762         * gst/base/gstadapter.h:
4763         * gst/base/gstbasesink.h:
4764         * gst/base/gstbasesrc.h:
4765         * gst/base/gstbasetransform.h:
4766         * gst/base/gstcollectpads.h:
4767         * gst/base/gstpushsrc.h:
4768         * gst/gstiterator.h:
4769           Add padding to our base elements' class and instance structs and
4770           to GstIterator (you will need to rebuild all plugins and apps!)
4771
4772 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4773
4774         * gst/gstbin.c: (bin_bus_handler):
4775           Make default message forwarding from child->bus to bin->bus
4776           threadsafe and make it not emit warnings if the parent has no bus.
4777
4778 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4779
4780         * gst/gstelement.c: (activate_pads):
4781           On paused->ready, set pad->caps to NULL, as is the documented
4782           behaviour in this state change. Fixes playback of series of
4783           media files when visualization is enabled in Totem.
4784
4785 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4786
4787         * gst/elements/gstcapsfilter.c: (gst_capsfilter_set_property):
4788           Allow NULL as filter-caps (which means "any").
4789
4790 2005-08-05  Stefan Kost  <ensonic@users.sf.net>
4791
4792         * docs/libs/gstreamer-libs-sections.txt:
4793         * libs/gst/controller/gst-controller.c:
4794         * libs/gst/controller/gst-controller.h:
4795         * libs/gst/controller/gst-helper.c:
4796           adding more entries to the docs and fix small doc-bugs
4797
4798 2005-08-05  Stefan Kost  <ensonic@users.sf.net>
4799
4800         * docs/gst/gstreamer-docs.sgml:
4801         * docs/gst/gstreamer-sections.txt:
4802         * docs/gst/gstreamer.types:
4803         * docs/gst/tmpl/gstbasesink.sgml:
4804         * docs/gst/tmpl/gstbasesrc.sgml:
4805         * docs/gst/tmpl/gstbasetransform.sgml:
4806         * docs/gst/tmpl/gstfakesrc.sgml:
4807         * gst/base/gstcollectpads.c:
4808         * gst/base/gstcollectpads.h:
4809         * libs/gst/controller/gst-controller.c:
4810         * libs/gst/controller/gst-controller.h:
4811         * libs/gst/controller/gst-helper.c:
4812         * libs/gst/controller/gst-interpolation.c:
4813         * libs/gst/controller/lib.c:
4814           added long/short desc for controller docs
4815           added collectpads base class docs
4816           added correct includes to base-class docs
4817
4818 2005-08-05  Stefan Kost  <ensonic@users.sf.net>
4819
4820         * check/gst-libs/controller.c: (gst_test_mono_source_get_property),
4821         (gst_test_mono_source_set_property),
4822         (gst_test_mono_source_class_init), (GST_START_TEST),
4823         (gst_controller_suite):
4824         * docs/gst/gstreamer-docs.sgml:
4825         * docs/gst/gstreamer-sections.txt:
4826         * docs/gst/gstreamer.types:
4827         * docs/libs/gstreamer-libs-docs.sgml:
4828         * docs/libs/gstreamer-libs-sections.txt:
4829         * gst/base/gstadapter.c:
4830         * libs/gst/controller/gst-controller.c:
4831         (gst_controlled_property_new), (gst_controlled_property_free),
4832         (gst_controller_new_valist),
4833         (gst_controller_remove_properties_valist),
4834         (gst_controller_sink_values), (_gst_controller_finalize):
4835         * libs/gst/controller/gst-controller.h:
4836         * libs/gst/controller/gst-helper.c:
4837         (gst_object_control_properties), (gst_object_uncontrol_properties),
4838         (gst_object_get_controller), (gst_object_set_controller),
4839         (gst_object_sink_values), (gst_object_get_value_arrays),
4840         (gst_object_get_value_array):
4841           more tests (and fixes) for the controller
4842           more docs for the controller
4843           integrated companies docs for the adapter 
4844
4845 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4846
4847         * check/elements/gstfakesrc.c: (setup_fakesrc), (cleanup_fakesrc),
4848         (GST_START_TEST), (fakesrc_suite):
4849           add tests for sizetype
4850
4851 2005-08-04  Andy Wingo  <wingo@pobox.com>
4852
4853         * gst/elements/gstcapsfilter.c: Reimplement using basetransform,
4854         fixes buffer_alloc proxying among other things.
4855
4856         * gst/base/gstbasetransform.c:
4857         * gst/base/gstbasetransform.h:
4858         Revert patch to gstbasetransform from 7-28 removing
4859         delay_configure.
4860
4861         * gst/base/gstbasetransform.h (GstBaseTransformClass.get_size):
4862         * gst/base/gstbasetransform.c (gst_base_transform_get_size):
4863         Semantics changed, should return not the size of the output buffer
4864         but the byte size of a buffer with a given caps.
4865
4866         * gst/base/gstbasetransform.c (gst_base_transform_getcaps): Better
4867         debug object.
4868         (gst_base_transform_configure_caps): Don't set out_size here: (in,
4869         out) are not the pad caps until setcaps finishes.
4870         (gst_base_transform_buffer_alloc): Proxy the buffer_alloc for the
4871         not-in-place case as well. Deal with changing from in-place to
4872         not-in-place within calling pad_alloc_buffer. Still a bit
4873         concerned about the overhead here...
4874
4875 2005-08-03  Andy Wingo  <wingo@pobox.com>
4876
4877         * gst/base/gstbasetransform.c (gst_base_transform_setcaps): Not
4878         fixating is an error.
4879
4880 2005-08-04  Edward Hervey  <edward@fluendo.com>
4881
4882         * gst/base/gstadapter.h: 
4883         Added gst_adapter_get_type() to the header
4884
4885 2005-08-03  Stefan Kost  <ensonic@users.sf.net>
4886
4887         * check/Makefile.am:
4888         * check/gst-libs/controller.c:
4889         * libs/gst/controller/gst-controller.c:
4890         (gst_controller_new_valist):
4891           added check test suite for the controller
4892         * gst/base/gstpushsrc.c:
4893           fixed a doc typo
4894
4895 2005-08-03  Stefan Kost  <ensonic@users.sf.net>
4896
4897         * docs/gst/Makefile.am:
4898         * docs/gst/gstreamer-docs.sgml:
4899         * docs/gst/gstreamer-sections.txt:
4900         * docs/gst/gstreamer.types:
4901         * docs/gst/tmpl/gstfakesrc.sgml:
4902         * gst/base/README:
4903         * gst/base/gstbasesink.c:
4904         * gst/base/gstbasesink.h:
4905         * gst/base/gstbasesrc.c:
4906         * gst/base/gstbasesrc.h:
4907         * gst/base/gstbasetransform.c:
4908         * gst/base/gstpushsrc.c:
4909         * gst/base/gstpushsrc.h:
4910           add short/long description docs to base classes
4911           add pushsrc to the docs
4912           remove consolidated doc fragments
4913
4914 2005-08-03  Stefan Kost  <ensonic@users.sf.net>
4915
4916         * configure.ac:
4917         * docs/libs/Makefile.am:
4918         * docs/libs/gstreamer-libs-docs.sgml:
4919         * docs/libs/gstreamer-libs-sections.txt:
4920         * docs/libs/gstreamer-libs.types:
4921         * examples/Makefile.am:
4922         * examples/controller/.cvsignore:
4923         * examples/controller/Makefile.am:
4924         * examples/controller/audio-example.c: (main):
4925         * libs/gst/Makefile.am:
4926         * libs/gst/controller/.cvsignore:
4927         * libs/gst/controller/Makefile.am:
4928         * libs/gst/controller/gst-controller.c:
4929         (on_object_controlled_property_changed), (gst_timed_value_compare),
4930         (gst_timed_value_find),
4931         (gst_controlled_property_set_interpolation_mode),
4932         (gst_controlled_property_new), (gst_controlled_property_free),
4933         (gst_controller_find_controlled_property),
4934         (gst_controller_new_valist), (gst_controller_new),
4935         (gst_controller_remove_properties_valist),
4936         (gst_controller_remove_properties), (gst_controller_set),
4937         (gst_controller_set_from_list), (gst_controller_unset),
4938         (gst_controller_get), (gst_controller_get_all),
4939         (gst_controller_sink_values), (gst_controller_get_value_arrays),
4940         (gst_controller_get_value_array),
4941         (gst_controller_set_interpolation_mode),
4942         (_gst_controller_finalize), (_gst_controller_init),
4943         (_gst_controller_class_init), (gst_controller_get_type):
4944         * libs/gst/controller/gst-controller.h:
4945         * libs/gst/controller/gst-helper.c: (g_object_control_properties),
4946         (g_object_uncontrol_properties), (g_object_get_controller),
4947         (g_object_set_controller), (g_object_sink_values),
4948         (g_object_get_value_arrays), (g_object_get_value_array):
4949         * libs/gst/controller/gst-interpolation.c:
4950         (gst_controlled_property_find_timed_value_node),
4951         (interpolate_none_get), (interpolate_trigger_get),
4952         (interpolate_trigger_get_value_array):
4953         * libs/gst/controller/lib.c: (gst_controller_init):
4954         * pkgconfig/Makefile.am:
4955         * pkgconfig/gstreamer-control-uninstalled.pc.in:
4956         * pkgconfig/gstreamer-control.pc.in:
4957         * testsuite/Makefile.am:
4958         * testsuite/controller/.cvsignore:
4959         * testsuite/controller/Makefile.am:
4960         * testsuite/controller/interpolator.c: (main):
4961           added controller code
4962           removed dparam pc files
4963
4964 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
4965         * gst/base/gstcollectpads.c: (gst_collectpads_finalize),
4966         (gst_collectpads_stop):
4967           Broadcast the condition when shutting down, to make sure we wake all
4968           threads up. Shut down pads on finalize, for safety.
4969
4970 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
4971         * gst/base/gstbasetransform.c: (gst_base_transform_init),
4972         (gst_base_transform_handle_buffer),
4973         (gst_base_transform_change_state):
4974           Handle PAUSED->READY->PAUSED transition after negotiation
4975           occurred already.
4976         * gst/gstmessage.c: (gst_message_init):
4977           Extra piece of debug for new messages.
4978
4979 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
4980
4981         * configure.ac:
4982         * docs/gst/tmpl/gstbasesrc.sgml:
4983         * docs/gst/tmpl/gstelement.sgml:
4984         * docs/gst/tmpl/gstevent.sgml:
4985         * docs/gst/tmpl/gstfakesrc.sgml:
4986         * docs/gst/tmpl/gstformat.sgml:
4987         * docs/gst/tmpl/gstghostpad.sgml:
4988         * docs/gst/tmpl/gstpad.sgml:
4989         * docs/gst/tmpl/gstquery.sgml:
4990         * docs/gst/tmpl/gststructure.sgml:
4991         * docs/gst/tmpl/gsttaglist.sgml:
4992         * docs/gst/tmpl/gstvalue.sgml:
4993         * docs/libs/gstreamer-libs-docs.sgml:
4994         * docs/libs/gstreamer-libs-sections.txt:
4995         * docs/libs/gstreamer-libs.types:
4996         * libs/gst/Makefile.am:
4997         * libs/gst/control/.cvsignore:
4998         * libs/gst/control/Makefile.am:
4999         * libs/gst/control/control.c:
5000         * libs/gst/control/control.h:
5001         * libs/gst/control/dparam.c:
5002         * libs/gst/control/dparam.h:
5003         * libs/gst/control/dparam_smooth.c:
5004         * libs/gst/control/dparam_smooth.h:
5005         * libs/gst/control/dparamcommon.h:
5006         * libs/gst/control/dparammanager.c:
5007         * libs/gst/control/dparammanager.h:
5008         * libs/gst/control/dplinearinterp.c:
5009         * libs/gst/control/dplinearinterp.h:
5010         * libs/gst/control/unitconvert.c:
5011         * libs/gst/control/unitconvert.h:
5012         * testsuite/Makefile.am:
5013         * testsuite/dynparams/.cvsignore:
5014         * testsuite/dynparams/Makefile.am:
5015         * testsuite/dynparams/dparamstest.c:
5016         * tools/Makefile.am:
5017         * tools/gst-inspect.c: (print_element_info), (main):
5018         * tools/gst-xmlinspect.c: (print_element_info), (main):
5019           deactivate and remove dparams (libgstcontrol)
5020
5021 2005-08-01  Tim-Philipp Müller  <tim at centricular dot net>
5022
5023         * gst/elements/gsttypefindelement.c:
5024         (gst_type_find_element_have_type), (gst_type_find_element_init),
5025         (stop_typefinding), (gst_type_find_element_handle_event),
5026         (gst_type_find_element_chain), (gst_type_find_element_getrange):
5027         * gst/elements/gsttypefindelement.h:
5028           Set caps on all outgoing buffers, not just the first one.
5029
5030 2005-08-01  Tim-Philipp Müller  <tim at centricular dot net>
5031
5032         * gst/elements/gsttypefindelement.c:
5033         (gst_type_find_element_have_type),
5034         (gst_type_find_element_check_set_buffer_caps),
5035         (gst_type_find_element_init), (stop_typefinding),
5036         (gst_type_find_element_handle_event),
5037         (gst_type_find_element_chain), (gst_type_find_element_getrange):
5038         * gst/elements/gsttypefindelement.h:
5039           Set caps on first outgoing buffer when we've found the type.
5040
5041 2005-08-01  Tim-Philipp Müller  <tim at centricular dot net>
5042
5043         * docs/gst/gstreamer-docs.sgml:
5044         * docs/gst/gstreamer-sections.txt:
5045         * docs/gst/tmpl/gstscheduler.sgml:
5046         * docs/gst/tmpl/gstschedulerfactory.sgml:
5047           Remove some old cruft from docs.
5048
5049 2005-07-31  Tim-Philipp Müller  <tim at centricular dot net>
5050
5051         * gst/gstpad.h:
5052           Fix inline docs for GstPadLinkReturn.
5053           
5054         * gst/gststructure.c: (gst_structure_has_name):
5055         * gst/gststructure.h:
5056         * docs/gst/gstreamer-sections.txt:
5057           New API: gst_structure_has_name().
5058
5059 2005-07-30  Tim-Philipp Müller  <tim at centricular dot net>
5060
5061         * configure.ac:
5062           Use AC_SYS_LARGEFILE, which will set _FILE_OFFSET_BITS=64
5063           and _LARGEFILE_SOURCE in config.h as required. Do not 
5064           export those flags in our .pc files any longer (#142209).
5065
5066           Remove unused GST_DISABLE_OMEGA_COTHREADS stuff.
5067
5068         * gst/elements/gstfilesink.c: (gst_file_sink_class_init),
5069         (gst_file_sink_do_seek), (gst_file_sink_event),
5070         (gst_file_sink_get_current_offset), (gst_file_sink_render):
5071           Redo seek/tell calls with large file support in mind; add some
5072           debugging messages; add log message that tells us when large
5073           file support is unavailable or not enabled for some reason.
5074
5075         * gst/elements/gstfilesrc.c: (gst_file_src_class_init):
5076           Add log message that tells us when large file support 
5077           is unavailable or not enabled for some reason.
5078
5079 2005-07-29  Wim Taymans  <wim@fluendo.com>
5080
5081         * check/gst/gstghostpad.c: (GST_START_TEST), (gst_ghost_pad_suite):
5082         Added test for removing an element with ghostpad from a bin.
5083         Fixed test as current implementation does the right thing.
5084
5085         * gst/gstghostpad.c: (gst_proxy_pad_class_init),
5086         (gst_proxy_pad_do_query_type), (gst_proxy_pad_do_event),
5087         (gst_proxy_pad_do_query), (gst_proxy_pad_do_internal_link),
5088         (gst_proxy_pad_do_bufferalloc), (gst_proxy_pad_do_activate),
5089         (gst_proxy_pad_do_activatepull), (gst_proxy_pad_do_activatepush),
5090         (gst_proxy_pad_do_chain), (gst_proxy_pad_do_getrange),
5091         (gst_proxy_pad_do_checkgetrange), (gst_proxy_pad_do_getcaps),
5092         (gst_proxy_pad_do_acceptcaps), (gst_proxy_pad_do_fixatecaps),
5093         (gst_proxy_pad_do_setcaps), (gst_proxy_pad_set_target),
5094         (gst_proxy_pad_get_target), (gst_proxy_pad_init),
5095         (gst_proxy_pad_dispose), (gst_proxy_pad_finalize),
5096         (gst_ghost_pad_class_init), (gst_ghost_pad_do_activate_push),
5097         (gst_ghost_pad_do_link), (gst_ghost_pad_do_unlink),
5098         (gst_ghost_pad_set_internal), (gst_ghost_pad_dispose),
5099         (gst_ghost_pad_new_notarget), (gst_ghost_pad_new),
5100         (gst_ghost_pad_get_target), (gst_ghost_pad_set_target):
5101         * gst/gstghostpad.h:
5102         Clean up ghostpads, remove properties for internal stuff.
5103         Make threadsafe.
5104         Fix refcounting.
5105         Prepare for switching targets, not all use cases work yet.
5106
5107 2005-07-29  Wim Taymans  <wim@fluendo.com>
5108
5109         * docs/design/part-gstghostpad.txt:
5110         Small update.
5111
5112         * gst/gstbin.c: (unlink_pads), (gst_bin_add_func),
5113         (gst_bin_remove_func):
5114         Unlinking pads while holding the bin LOCK is not a good
5115         idea.
5116
5117         * gst/gstpad.c: (gst_pad_class_init),
5118         (gst_pad_link_check_hierarchy), (gst_pad_get_caps_unlocked),
5119         (gst_pad_accept_caps), (gst_pad_set_caps), (gst_pad_send_event):
5120         No prob setting template after creating the pad.
5121
5122 2005-07-29  Jan Schmidt  <thaytan@mad.scientist.com>
5123
5124         * gst/gstbus.c: (gst_bus_set_flushing), (gst_bus_pop),
5125         (gst_bus_peek), (gst_bus_source_dispatch),
5126         (gst_bus_add_watch_full), (poll_handler), (poll_timeout),
5127         (poll_destroy), (poll_destroy_timeout), (gst_bus_poll):
5128           gst_bus_poll may be called from other threads. Handle
5129           this nicely by not making poll_data disappear off the
5130           stack once gst_bus_poll returns.
5131           gst_bus_peek now increments the refcount on the returned
5132           message.
5133
5134 2005-07-29  Wim Taymans  <wim@fluendo.com>
5135
5136         * docs/design/part-gstghostpad.txt:
5137         Overview of current GhostPad datastructures and use
5138         cases for changing the target.
5139
5140 2005-07-28  Wim Taymans  <wim@fluendo.com>
5141
5142         * check/gst/gstbin.c: (GST_START_TEST), (gst_bin_suite):
5143         Added checks for hierarchy consistency whan adding linked
5144         elements to bins.
5145
5146         * check/gst/gstelement.c: (GST_START_TEST), (gst_element_suite):
5147         Added check to test element scheduling without bin/pipeline.
5148
5149         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
5150         First add elements to bin, then link.
5151         
5152         * gst/gstbin.c: (unlink_pads), (gst_bin_add_func),
5153         (gst_bin_remove_func):
5154         Unlink pads from elements added/removed from bin to maintain
5155         hierarchy consistency.
5156
5157 2005-07-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5158
5159         * gst/base/gstbasetransform.c: (gst_base_transform_setcaps),
5160         (gst_base_transform_handle_buffer):
5161         * gst/base/gstbasetransform.h:
5162           Remove broken delay_configure (fixes renegotiation of software
5163           scaling pipelines); remove some leftover printf()s.
5164
5165 2005-07-28  Wim Taymans  <wim@fluendo.com>
5166
5167         * check/gst/gstghostpad.c: (GST_START_TEST), (gst_ghost_pad_suite):
5168         Added some more tests for wrong hierarchy
5169
5170         * docs/design/part-overview.txt:
5171         Some updates.
5172
5173         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_dispose):
5174         Cleanups.
5175
5176         * gst/gstelement.c: (gst_element_remove_pad), (gst_element_seek),
5177         (gst_element_dispose):
5178         Some more cleanups.
5179
5180         * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked),
5181         (gst_pad_link_check_hierarchy), (gst_pad_link_prepare),
5182         (gst_pad_get_caps_unlocked), (gst_pad_accept_caps),
5183         (gst_pad_set_caps), (gst_pad_send_event):
5184         Check for correct hierarchy when linking pads. Moving to
5185         strict requirement for ghostpads when linking elements in
5186         different bins.
5187
5188         * gst/gstpad.h:
5189         Clean ups. Added WRONG_HIERARCHY return value.
5190
5191 2005-07-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5192
5193         * gst/base/gstbasetransform.c: (gst_base_transform_setcaps):
5194           Better debug if no transform is possible.
5195
5196 2005-07-27  Wim Taymans  <wim@fluendo.com>
5197
5198         * docs/random/wtay/network-transp:
5199         Some old doc I had.
5200
5201 2005-07-27  Wim Taymans  <wim@fluendo.com>
5202
5203         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_event),
5204         (gst_dp_event_from_packet):
5205         Fix serialization of seek events.
5206
5207 2005-07-27  Wim Taymans  <wim@fluendo.com>
5208
5209         * check/gst-libs/gdp.c: (GST_START_TEST):
5210         * gst/elements/gstfakesink.c: (gst_fake_sink_event):
5211         Fix compilation and fix event serialization.
5212
5213 2005-07-27  Wim Taymans  <wim@fluendo.com>
5214
5215         * CHANGES-0.9:
5216         * docs/design/part-TODO.txt:
5217         * docs/design/part-events.txt:
5218         Some docs updates
5219
5220         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
5221         (gst_base_sink_event), (gst_base_sink_do_sync),
5222         (gst_base_sink_activate_push), (gst_base_sink_activate_pull):
5223         * gst/base/gstbasesrc.c: (gst_base_src_send_discont),
5224         (gst_base_src_do_seek), (gst_base_src_event_handler),
5225         (gst_base_src_loop):
5226         * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
5227         (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
5228         (gst_base_transform_get_size), (gst_base_transform_buffer_alloc),
5229         (gst_base_transform_event), (gst_base_transform_handle_buffer),
5230         (gst_base_transform_set_passthrough),
5231         (gst_base_transform_is_passthrough):
5232         * gst/elements/gstfakesink.c: (gst_fake_sink_event):
5233         * gst/elements/gstfilesink.c: (gst_file_sink_event):
5234         Event updates.
5235
5236         * gst/gstbuffer.h:
5237         Use faster casts.
5238
5239         * gst/gstelement.c: (gst_element_seek):
5240         * gst/gstelement.h:
5241         Update gst_element_seek.
5242
5243         * gst/gstevent.c: (gst_event_finalize), (_gst_event_copy),
5244         (gst_event_new), (gst_event_new_custom), (gst_event_get_structure),
5245         (gst_event_new_flush_start), (gst_event_new_flush_stop),
5246         (gst_event_new_eos), (gst_event_new_newsegment),
5247         (gst_event_parse_newsegment), (gst_event_new_tag),
5248         (gst_event_parse_tag), (gst_event_new_filler), (gst_event_new_qos),
5249         (gst_event_parse_qos), (gst_event_new_seek),
5250         (gst_event_parse_seek), (gst_event_new_navigation):
5251         * gst/gstevent.h:
5252         Make GstEvent use GstStructure. Add parsing code, make sure the
5253         API is sufficiently generic.
5254         Mark possible directions of events and serialization.
5255
5256         * gst/gstmessage.c: (gst_message_init), (gst_message_finalize),
5257         (_gst_message_copy), (gst_message_new_segment_start),
5258         (gst_message_new_segment_done), (gst_message_new_custom),
5259         (gst_message_parse_segment_start),
5260         (gst_message_parse_segment_done):
5261         Small cleanups.
5262
5263         * gst/gstpad.c: (gst_pad_get_caps_unlocked), (gst_pad_accept_caps),
5264         (gst_pad_set_caps), (gst_pad_send_event):
5265         Update for new events. 
5266         Catch events sent in wrong directions.
5267
5268         * gst/gstqueue.c: (gst_queue_link_src),
5269         (gst_queue_handle_sink_event), (gst_queue_chain), (gst_queue_loop),
5270         (gst_queue_handle_src_query):
5271         Event updates.
5272
5273         * gst/gsttag.c:
5274         * gst/gsttag.h:
5275         Remove event code from this file.
5276
5277         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_event),
5278         (gst_dp_event_from_packet):
5279         Event updates.
5280
5281 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5282
5283         * gst/base/gstbasetransform.c: (gst_base_transform_getcaps),
5284         (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
5285         (gst_base_transform_get_size), (gst_base_transform_handle_buffer):
5286           Make debugging actually useful.
5287
5288 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5289
5290         * gst/gstpad.c: (fixate_value), (gst_pad_default_fixate),
5291         (gst_pad_fixate_caps):
5292           Implement default fixation once again, so that gst_pad_fixate()
5293           actually does anything at all. This probably needs to be some
5294           sort of a last resort, and use profile-based fixation first, but
5295           since that doesn't exist yet, this is the best we have. Fixes
5296           visualization in Totem.
5297
5298 2005-07-22  Wim Taymans  <wim@fluendo.com>
5299
5300         * docs/design/part-events.txt:
5301         Small update.
5302
5303         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
5304         (gst_base_sink_do_sync), (gst_base_sink_activate_push),
5305         (gst_base_sink_activate_pull):
5306         Some more comments.
5307
5308         * gst/elements/gstfakesrc.c: (gst_fake_src_class_init),
5309         (gst_fake_src_create):
5310         Fix handoff marshall.
5311
5312         * gst/elements/gstidentity.c: (gst_identity_class_init),
5313         (gst_identity_transform_ip):
5314         We're a real inplace element.
5315
5316         * gst/gstbus.c: (gst_bus_post):
5317         Added some comments.
5318
5319         * tests/lat.c: (fakesrc), (fakesink), (simple), (queue), (main):
5320         * tests/muxing/case1.c: (main):
5321         * tests/sched/dynamic-pipeline.c: (main):
5322         * tests/sched/interrupt1.c: (main):
5323         * tests/sched/interrupt2.c: (main):
5324         * tests/sched/interrupt3.c: (main):
5325         * tests/sched/runxml.c: (main):
5326         * tests/sched/sched-stress.c: (main):
5327         * tests/seeking/seeking1.c: (event_received), (main):
5328         * tests/threadstate/threadstate2.c: (bus_handler), (timeout_func),
5329         (main):
5330         * tests/threadstate/threadstate3.c: (main):
5331         * tests/threadstate/threadstate4.c: (main):
5332         * tests/threadstate/threadstate5.c: (main):
5333         Fix the tests.
5334
5335 2005-07-21  Wim Taymans  <wim@fluendo.com>
5336
5337         * docs/design/part-seeking.txt:
5338         Some small additions.
5339
5340         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
5341         (gst_base_sink_get_times), (gst_base_sink_do_sync),
5342         (gst_base_sink_activate_push), (gst_base_sink_activate_pull):
5343         * gst/base/gstbasesink.h:
5344         discont values are gint64, handle the math correctly.
5345
5346         * gst/base/gstbasesrc.c: (gst_base_src_loop):
5347         Make the basesrc report error if the source pad is not linked.
5348
5349         * gst/gstqueue.c: (gst_queue_link_src), (gst_queue_chain),
5350         (gst_queue_loop), (gst_queue_handle_src_query),
5351         (gst_queue_src_activate_push):
5352         Make queue collect data even if the srcpad is not linked.
5353         Start pushing out data as soon as it is linked.
5354
5355         * gst/gstutils.c: (gst_element_unlink), (gst_flow_get_name):
5356         * gst/gstutils.h:
5357         Added gst_flow_get_name() to ease error reporting.
5358
5359 2005-07-20  Wim Taymans  <wim@fluendo.com>
5360
5361         * gst/gstmessage.c: (gst_message_new_segment_start),
5362         (gst_message_new_segment_done), (gst_message_parse_segment_start),
5363         (gst_message_parse_segment_done):
5364         * gst/gstmessage.h:
5365         Added a bunch of messages for advanced seeking.
5366
5367         * gst/parse/grammar.y:
5368         * libs/gst/control/dparammanager.c: (gst_dpman_set_parent),
5369         (gst_dpman_state_changed):
5370         Fix some new-pad -> pad-added signals
5371
5372 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5373
5374         * docs/manual/appendix-porting.xml:
5375         * docs/pwg/appendix-porting.xml:
5376           Document new-pad/state-change signal renames and the FixedList
5377           type rename.
5378
5379 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5380
5381         * docs/manual/advanced-autoplugging.xml:
5382         * docs/manual/basics-helloworld.xml:
5383         * docs/manual/basics-pads.xml:
5384         * docs/random/ds/0.9-suggested-changes:
5385         * gst/gstelement.c: (gst_element_class_init), (gst_element_seek):
5386         * gst/gstelement.h:
5387         * gst/gstevent.h:
5388         * gst/gstformat.h:
5389         * gst/gstquery.h:
5390         * gst/gststructure.c: (gst_structure_value_get_generic_type),
5391         (gst_structure_parse_array), (gst_structure_parse_value):
5392         * gst/gstvalue.c: (gst_type_is_fixed),
5393         (gst_value_list_prepend_value), (gst_value_list_append_value),
5394         (gst_value_list_get_size), (gst_value_list_get_value),
5395         (gst_value_transform_array_string), (gst_value_serialize_array),
5396         (gst_value_deserialize_array), (gst_value_intersect_array),
5397         (gst_value_is_fixed), (_gst_value_initialize):
5398         * gst/gstvalue.h:
5399           GstElement::new-pad -> pad-added, GstElement::state-change ->
5400           state-changed, GstValueFixedList -> GstValueArray, add format and
5401           flags as their own arguments in gst_element_seek() (should improve
5402           "bindeability"), remove function generators since they don't work
5403           under a whole bunch of compilers (they were deprecated already
5404           anyway).
5405
5406 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5407
5408         * gst/gstinfo.c: (_gst_debug_nameof_funcptr),
5409         (_gst_debug_register_funcptr):
5410         * gst/gstinfo.h:
5411           Fix illegal cast on some platforms (#309253).
5412
5413 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5414
5415         * gst/gstmessage.c: (gst_message_new_custom):
5416         * gst/gstmessage.h:
5417           Add _new_custom, make _new_application a macro to _new_custom.
5418
5419 2005-07-20  Wim Taymans  <wim@fluendo.com>
5420
5421         * gst/base/gstbasesrc.c: (gst_base_src_init),
5422         (gst_base_src_do_seek), (gst_base_src_loop), (gst_base_src_start):
5423         * gst/base/gstbasesrc.h:
5424         Add a gboolean to decide when to push out a discont.
5425
5426         * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
5427         (gst_queue_loop), (gst_queue_handle_src_query),
5428         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
5429         (gst_queue_set_property), (gst_queue_get_property):
5430         Some cleanups.
5431
5432         * tests/threadstate/threadstate1.c: (main):
5433         Make a thread test compile and run... very silly..
5434
5435
5436 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5437
5438         * docs/manual/appendix-porting.xml:
5439           Mention removal of libgstgconf-0.9.la and existence of gconf
5440           elements.
5441
5442 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5443
5444         * docs/pwg/advanced-clock.xml:
5445         * docs/pwg/appendix-porting.xml:
5446         * docs/pwg/intro-preface.xml:
5447         * docs/pwg/other-base.xml:
5448         * docs/pwg/other-manager.xml:
5449         * docs/pwg/other-nton.xml:
5450         * docs/pwg/other-ntoone.xml:
5451         * docs/pwg/other-oneton.xml:
5452         * docs/pwg/pwg.xml:
5453           Document base classes, update sections of n-to-1 and 1-to-n (muxer,
5454           demuxer), remove n-to-n (was never written), fix some code examples
5455           and links and update the porting section to include all this.
5456
5457 2005-07-19  Wim Taymans  <wim@fluendo.com>
5458
5459         * gst/gstqueue.c: (gst_queue_init), (gst_queue_handle_sink_event),
5460         (gst_queue_chain), (gst_queue_loop), (gst_queue_handle_src_event),
5461         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
5462         (gst_queue_src_activate_push), (gst_queue_change_state),
5463         (gst_queue_get_property):
5464         * gst/gstqueue.h:
5465         Propagate GstFlowReturn more intelligently upstream and output
5466         an ERROR/EOS when streaming stopped due to fatal error.
5467
5468 2005-07-19  Wim Taymans  <wim@fluendo.com>
5469
5470         * tools/gst-launch.c: (check_intr), (event_loop), (main):
5471         Don't block forever for the state change to complete, the
5472         pipeline already did with a sensible timeout.
5473
5474 2005-07-19  Wim Taymans  <wim@fluendo.com>
5475
5476         * gst/base/gstbasesrc.c: (gst_base_src_get_range):
5477         Make sure we never call the create function is we
5478         got deactivated.
5479
5480 2005-07-19  Andy Wingo  <wingo@pobox.com>
5481
5482         * gst/parse/parse.l: Attempt to solve bug #172815.
5483
5484 2005-07-19  Wim Taymans  <wim@fluendo.com>
5485
5486         * docs/design/part-clocks.txt:
5487         * docs/design/part-events.txt:
5488         * gst/base/gstbasesrc.c: (gst_base_src_do_seek):
5489         Small docs updates.
5490         Only update the seeking values when we are not
5491         busy streaming.
5492
5493 2005-07-19  Jan Schmidt  <thaytan@mad.scientist.com>
5494
5495         * gst/base/gstbasesrc.c: (gst_base_src_loop):
5496           Oops, ignore the result of gst_pad_push_event here.
5497
5498 2005-07-19  Jan Schmidt  <thaytan@mad.scientist.com>
5499
5500         * gst/base/gstbasesrc.c: (gst_base_src_loop),
5501         (gst_base_src_activate_push):
5502           Send discont event from the loop function, as pads
5503           aren't activated yet in the activate_push handler.
5504
5505         * gst/gstbin.c: (bin_bus_handler):
5506           Don't leak element name.
5507
5508 2005-07-18  Andy Wingo  <wingo@pobox.com>
5509
5510         * configure.ac: Use AS_LIBTOOL_TAGS.
5511
5512 2005-07-18  Wim Taymans  <wim@fluendo.com>
5513
5514         * docs/gst/gstreamer.types:
5515         Remove deleted types.
5516
5517 2005-07-18  Wim Taymans  <wim@fluendo.com>
5518
5519         * check/elements/gstfakesrc.c: (GST_START_TEST):
5520         * configure.ac:
5521         * gst/Makefile.am:
5522         * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
5523         (init_popt_callback):
5524         * gst/gst.h:
5525         * gst/gst_private.h:
5526         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_add_func),
5527         (gst_bin_remove_func), (gst_bin_get_state), (gst_bin_change_state):
5528         * gst/gstbin.h:
5529         * gst/gstbus.h:
5530         * gst/gstconfig.h.in:
5531         * gst/gstelement.c: (gst_element_class_init),
5532         (gst_element_set_base_time), (gst_element_get_base_time),
5533         (iterator_fold_with_resync), (gst_element_change_state),
5534         (gst_element_dispose), (gst_element_get_bus):
5535         * gst/gstelement.h:
5536         * gst/gstelementfactory.h:
5537         * gst/gsterror.c: (_gst_core_errors_init):
5538         * gst/gsterror.h:
5539         * gst/gstevent.h:
5540         * gst/gstghostpad.c: (gst_ghost_pad_do_activate_push):
5541         * gst/gstindex.c:
5542         * gst/gstinfo.c: (_gst_debug_init):
5543         * gst/gstmessage.c: (_gst_message_copy):
5544         * gst/gstmessage.h:
5545         * gst/gstminiobject.h:
5546         * gst/gstobject.c:
5547         * gst/gstobject.h:
5548         * gst/gstpad.c: (gst_pad_get_caps_unlocked), (gst_pad_accept_caps),
5549         (gst_pad_set_caps), (gst_pad_start_task), (gst_pad_stop_task):
5550         * gst/gstpad.h:
5551         * gst/gstparse.h:
5552         * gst/gstpipeline.c: (gst_pipeline_init), (gst_pipeline_dispose),
5553         (gst_pipeline_change_state), (gst_pipeline_set_new_stream_time),
5554         (gst_pipeline_get_last_stream_time):
5555         * gst/gstpipeline.h:
5556         * gst/gstpluginfeature.h:
5557         * gst/gstquery.h:
5558         * gst/gstscheduler.c:
5559         * gst/gstscheduler.h:
5560         * gst/gststructure.h:
5561         * gst/gsttask.c: (gst_task_get_type), (gst_task_class_init),
5562         (gst_task_finalize), (gst_task_func), (gst_task_create),
5563         (gst_task_set_lock), (gst_task_get_state), (gst_task_start),
5564         (gst_task_stop), (gst_task_pause):
5565         * gst/gsttask.h:
5566         * gst/gsttypefind.h:
5567         * gst/gsttypes.h:
5568         * gst/registries/gstlibxmlregistry.c: (load_feature),
5569         (gst_xml_registry_load), (gst_xml_registry_save_feature):
5570         * gst/registries/gstxmlregistry.c:
5571         (gst_xml_registry_start_element), (gst_xml_registry_save_feature):
5572         * gst/schedulers/threadscheduler.c:
5573         * libs/gst/control/dparammanager.h:
5574         * tools/gst-inspect.c: (print_element_list),
5575         (print_plugin_features), (print_element_features):
5576         * tools/gst-xmlinspect.c: (print_element_list),
5577         (print_plugin_info), (main):
5578         Removed plugable schedulers.
5579         Removed Scheduler/Manager from elements.
5580         Removed gsttypes.h, rearranged includes.
5581         Removed dependency pad<->element, element<>pipeline, and
5582         various others,  fix includes.
5583         implement gst_pad_get_parent() with gst_object_get_parent()
5584         Make GstTask sefcontained.
5585         Fix _get_state() on GstBin, it did not return ASYNC with a 0
5586         timeout.
5587         Fix endless loop in iterator_fold_with_resync.
5588
5589
5590 2005-07-18  Wim Taymans  <wim@fluendo.com>
5591
5592         * gst/Makefile.am:
5593         * gst/gstarch.h:
5594         Remove old file.
5595
5596 2005-07-18  Wim Taymans  <wim@fluendo.com>
5597
5598         * gst/Makefile.am:
5599         No more cothreads.h
5600
5601 2005-07-18  Wim Taymans  <wim@fluendo.com>
5602
5603         * gst/cothreads.c:
5604         * gst/cothreads.h:
5605         Let's remove these.
5606
5607 2005-07-18  Wim Taymans  <wim@fluendo.com>
5608
5609         * docs/design/part-dynamic.txt:
5610         * docs/design/part-events.txt:
5611         * docs/design/part-seeking.txt:
5612         Some more docs in the works.
5613
5614         * gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
5615         (gst_base_transform_getcaps), (gst_base_transform_configure_caps),
5616         (gst_base_transform_setcaps), (gst_base_transform_get_size),
5617         (gst_base_transform_buffer_alloc), (gst_base_transform_event),
5618         (gst_base_transform_handle_buffer),
5619         (gst_base_transform_sink_activate_push),
5620         (gst_base_transform_src_activate_pull),
5621         (gst_base_transform_set_passthrough),
5622         (gst_base_transform_is_passthrough):
5623         Refcounting fixes.
5624
5625         * gst/gstbus.c: (gst_bus_source_dispatch), (gst_bus_poll):
5626         Cleanups.
5627
5628         * gst/gstevent.c: (gst_event_finalize):
5629         Set SRC to NULL.
5630
5631         * gst/gstutils.c: (gst_element_unlink),
5632         (gst_pad_get_parent_element), (gst_pad_proxy_getcaps),
5633         (gst_pad_proxy_setcaps):
5634         * gst/gstutils.h:
5635         Add _get_parent_element() to get a pads parent as an element.
5636
5637 2005-07-18  Wim Taymans  <wim@fluendo.com>
5638
5639         * check/gst/gstbin.c: (GST_START_TEST):
5640         Remove bogus test.
5641
5642 2005-07-18  Wim Taymans  <wim@fluendo.com>
5643
5644         * gst/base/gstbasesink.c: (gst_base_sink_pad_getcaps),
5645         (gst_base_sink_pad_setcaps), (gst_base_sink_pad_buffer_alloc),
5646         (gst_base_sink_preroll_queue_flush), (gst_base_sink_handle_object),
5647         (gst_base_sink_event), (gst_base_sink_do_sync),
5648         (gst_base_sink_chain), (gst_base_sink_loop),
5649         (gst_base_sink_deactivate), (gst_base_sink_activate_push),
5650         (gst_base_sink_activate_pull), (gst_base_sink_change_state):
5651         Refcounting fixes.
5652         Fix logic for returning ASYNC when not prerolled.
5653
5654 2005-07-18  Wim Taymans  <wim@fluendo.com>
5655
5656         * gst/gstqueue.c: (gst_queue_handle_sink_event):
5657         Fix nasty refcount bug.
5658
5659 2005-07-16 Philippe Khalaf <burger@speedy.org>
5660
5661         * gst/elements/gstfdsrc.c:
5662         * gst/elements/gstfdsrc.h:
5663         * gst/elements/gstelements.c:
5664         * gst/elements/Makefile.am:
5665         Ported fdsrc to 0.9.
5666
5667 2005-07-16  Wim Taymans  <wim@fluendo.com>
5668
5669         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
5670         (gst_base_sink_do_sync):
5671         Fix compile error.
5672
5673 2005-07-16  Wim Taymans  <wim@fluendo.com>
5674
5675         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
5676         (gst_base_sink_event), (gst_base_sink_get_times),
5677         (gst_base_sink_do_sync), (gst_base_sink_change_state):
5678         * gst/base/gstbasesink.h:
5679         Store and use discont values when syncing buffers as described
5680         in design docs.
5681         
5682         * gst/base/gstbasesrc.c: (gst_base_src_send_discont),
5683         (gst_base_src_do_seek), (gst_base_src_loop), (gst_base_src_start),
5684         (gst_base_src_activate_push):
5685         Push discont event when starting.
5686
5687         * gst/elements/gstidentity.c: (gst_identity_transform):
5688         Small cleanups.
5689
5690         * gst/gstbin.c: (gst_bin_change_state):
5691         Small cleanups in base_time  distribution.
5692
5693         * gst/gstelement.c: (gst_element_set_base_time),
5694         (gst_element_get_base_time), (gst_element_change_state):
5695         * gst/gstelement.h:
5696         Added methods for the base_time of the element.
5697         Some MT fixes.
5698
5699         * gst/gstpipeline.c: (gst_pipeline_send_event),
5700         (gst_pipeline_change_state), (gst_pipeline_set_new_stream_time),
5701         (gst_pipeline_get_last_stream_time):
5702         * gst/gstpipeline.h:
5703         MT fixes.
5704         Handle seeking as described in design doc, remove stream_time
5705         hack.
5706         Cleanups clock and stream_time selection code. Added accessors
5707         for the stream_time.
5708         
5709
5710 2005-07-16  Andy Wingo  <wingo@pobox.com>
5711
5712         * gst/gsterror.c (_gst_core_errors_init): Use the magic word
5713         (#305291).
5714
5715 2005-07-16  Wim Taymans  <wim@fluendo.com>
5716
5717         * check/gst/gstbin.c: (GST_START_TEST):
5718         Make elements silent as the deep_notify refs the
5719         parent, which might make the test fail.
5720
5721         * gst/gstghostpad.c: (gst_ghost_pad_do_activate_push):
5722         Don't hold the lock for too long.
5723
5724 2005-07-16  Tim-Philipp Müller  <tim at centricular dot net>
5725
5726         * gst/base/gstbasesrc.c: (gst_base_src_default_negotiate):
5727           Don't unref the caps we passed to gst_caps_make_writable() after
5728           passing them. gst_caps_make_writable() will do that for us.
5729
5730 2005-07-15  Andy Wingo  <wingo@pobox.com>
5731
5732         * gst/gstcaps.h (gst_caps_is_simple): Removed deprecated macro
5733         (#157311).
5734
5735         * gst/elements/gstidentity.c (marshal_VOID__MINIOBJECT): Write our
5736         own marshalling function for the handoff signal. Properly type the
5737         buffer as a buffer. Fixes some warnings. Should do a more general
5738         solution.
5739         (gst_identity_class_init): Plug into the right marshaller.
5740
5741 2005-07-15  Wim Taymans  <wim@fluendo.com>
5742
5743         * docs/design/part-TODO.txt:
5744         * docs/design/part-clocks.txt:
5745         * docs/design/part-element-sink.txt:
5746         * docs/design/part-events.txt:
5747         * docs/design/part-gstpipeline.txt:
5748         Updated docs, mostly DISCONT related.
5749
5750 2005-07-15  Tim-Philipp Müller  <tim at centricular dot net>
5751
5752         * docs/pwg/building-pads.xml:
5753           s/GST_PAD_LINK_REFUSED/FALSE/ in gst_my_filter_setcaps()
5754
5755 2005-07-15  Andy Wingo  <wingo@pobox.com>
5756
5757         * tools/gst-typefind.c: Update, add copyright block.
5758
5759         * gst/base/gstbasesrc.c (gst_base_src_default_negotiate):
5760         Normalize and truncate caps before fixation.
5761
5762         * gst/gstcaps.h:
5763         * gst/gstcaps.c (gst_caps_truncate): New function, destructively
5764         discards all but the first structure from its argument.
5765
5766 2005-07-15  Wim Taymans  <wim@fluendo.com>
5767
5768         * gst/base/gstbasetransform.c: (gst_base_transform_init),
5769         (gst_base_transform_transform_caps), (gst_base_transform_getcaps),
5770         (gst_base_transform_configure_caps), (gst_base_transform_setcaps),
5771         (gst_base_transform_get_size), (gst_base_transform_buffer_alloc),
5772         (gst_base_transform_handle_buffer), (gst_base_transform_getrange),
5773         (gst_base_transform_chain), (gst_base_transform_change_state),
5774         (gst_base_transform_set_passthrough),
5775         (gst_base_transform_is_passthrough):
5776         * gst/base/gstbasetransform.h:
5777         Make passthrough work using the bufferpools.
5778         Changed API a bit, subclasses have to write into a buffer
5779         provided by the base class.
5780         More debug info in nego functions.
5781         
5782         * gst/elements/gstidentity.c: (gst_identity_init),
5783         (gst_identity_transform):
5784         Port to new base class.
5785
5786 2005-07-15  Wim Taymans  <wim@fluendo.com>
5787
5788         * gst/gstmessage.c: (gst_message_new_state_changed):
5789         * tools/gst-launch.c: (event_loop), (main):
5790         Totally dump messages in -launch with the -m option.
5791         Fix message name for State messages,
5792
5793 2005-07-14  Wim Taymans  <wim@fluendo.com>
5794
5795         * gst/base/gstbasesrc.c: (gst_base_src_loop):
5796         Post error messages on errors.
5797
5798 2005-07-14  Wim Taymans  <wim@fluendo.com>
5799
5800         * gst/gstcaps.c: (gst_caps_do_simplify):
5801         Remove debug info.
5802
5803         * gst/gsterror.h:
5804         Define error for stream stopped.
5805
5806         * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
5807         (gst_proxy_pad_do_chain), (gst_proxy_pad_do_getrange):
5808         Do proper return values.
5809
5810         * gst/gstpad.c: (gst_pad_get_caps_unlocked), (gst_pad_accept_caps),
5811         (gst_pad_set_caps), (gst_pad_chain), (gst_pad_push),
5812         (gst_pad_get_range):
5813         Better return values.
5814
5815         * gst/gstpad.h:
5816         Reorganise return values, add macro to check for fatal errors.
5817
5818         * gst/gstqueue.c: (gst_queue_chain):
5819         Return proper GstFlowReturn values,
5820
5821 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5822
5823         * docs/gst/gstreamer-sections.txt:
5824         * docs/gst/gstreamer.types:
5825         * docs/gst/tmpl/gst.sgml:
5826         * docs/gst/tmpl/gstbasesink.sgml:
5827         * docs/gst/tmpl/gstbasesrc.sgml:
5828         * docs/gst/tmpl/gstbasetransform.sgml:
5829         * docs/gst/tmpl/gstbin.sgml:
5830         * docs/gst/tmpl/gstbuffer.sgml:
5831         * docs/gst/tmpl/gstcaps.sgml:
5832         * docs/gst/tmpl/gstclock.sgml:
5833         * docs/gst/tmpl/gstcompat.sgml:
5834         * docs/gst/tmpl/gstconfig.sgml:
5835         * docs/gst/tmpl/gstelement.sgml:
5836         * docs/gst/tmpl/gstelementdetails.sgml:
5837         * docs/gst/tmpl/gstelementfactory.sgml:
5838         * docs/gst/tmpl/gstenumtypes.sgml:
5839         * docs/gst/tmpl/gsterror.sgml:
5840         * docs/gst/tmpl/gstevent.sgml:
5841         * docs/gst/tmpl/gstfakesink.sgml:
5842         * docs/gst/tmpl/gstfakesrc.sgml:
5843         * docs/gst/tmpl/gstfilesink.sgml:
5844         * docs/gst/tmpl/gstfilesrc.sgml:
5845         * docs/gst/tmpl/gstfilter.sgml:
5846         * docs/gst/tmpl/gstformat.sgml:
5847         * docs/gst/tmpl/gstghostpad.sgml:
5848         * docs/gst/tmpl/gstimplementsinterface.sgml:
5849         * docs/gst/tmpl/gstindex.sgml:
5850         * docs/gst/tmpl/gstindexfactory.sgml:
5851         * docs/gst/tmpl/gstinfo.sgml:
5852         * docs/gst/tmpl/gstiterator.sgml:
5853         * docs/gst/tmpl/gstmacros.sgml:
5854         * docs/gst/tmpl/gstmemchunk.sgml:
5855         * docs/gst/tmpl/gstminiobject.sgml:
5856         * docs/gst/tmpl/gstobject.sgml:
5857         * docs/gst/tmpl/gstpad.sgml:
5858         * docs/gst/tmpl/gstpadtemplate.sgml:
5859         * docs/gst/tmpl/gstparse.sgml:
5860         * docs/gst/tmpl/gstpipeline.sgml:
5861         * docs/gst/tmpl/gstplugin.sgml:
5862         * docs/gst/tmpl/gstpluginfeature.sgml:
5863         * docs/gst/tmpl/gstquery.sgml:
5864         * docs/gst/tmpl/gstqueue.sgml:
5865         * docs/gst/tmpl/gstregistry.sgml:
5866         * docs/gst/tmpl/gstregistrypool.sgml:
5867         * docs/gst/tmpl/gstscheduler.sgml:
5868         * docs/gst/tmpl/gstschedulerfactory.sgml:
5869         * docs/gst/tmpl/gststructure.sgml:
5870         * docs/gst/tmpl/gstsystemclock.sgml:
5871         * docs/gst/tmpl/gsttaglist.sgml:
5872         * docs/gst/tmpl/gsttagsetter.sgml:
5873         * docs/gst/tmpl/gsttrace.sgml:
5874         * docs/gst/tmpl/gsttrashstack.sgml:
5875         * docs/gst/tmpl/gsttypefind.sgml:
5876         * docs/gst/tmpl/gsttypefindfactory.sgml:
5877         * docs/gst/tmpl/gsttypes.sgml:
5878         * docs/gst/tmpl/gsturihandler.sgml:
5879         * docs/gst/tmpl/gsturitype.sgml:
5880         * docs/gst/tmpl/gstutils.sgml:
5881         * docs/gst/tmpl/gstvalue.sgml:
5882         * docs/gst/tmpl/gstversion.sgml:
5883         * docs/gst/tmpl/gstxml.sgml:
5884         * docs/libs/tmpl/gstcontrol.sgml:
5885         * docs/libs/tmpl/gstdataprotocol.sgml:
5886         * docs/libs/tmpl/gstdparam.sgml:
5887         * docs/libs/tmpl/gstdplinint.sgml:
5888         * docs/libs/tmpl/gstdpman.sgml:
5889         * docs/libs/tmpl/gstdpsmooth.sgml:
5890         * docs/libs/tmpl/gstgetbits.sgml:
5891         * docs/libs/tmpl/gstunitconvert.sgml:
5892         * gst/base/gstpushsrc.c: (gst_push_src_get_type),
5893         (gst_push_src_base_init), (gst_push_src_class_init),
5894         (gst_push_src_init), (gst_push_src_create):
5895         * gst/base/gstpushsrc.h:
5896         * gst/elements/gstelements.c:
5897         * gst/elements/gstfakesink.c: (gst_fake_sink_state_error_get_type),
5898         (gst_fake_sink_base_init), (gst_fake_sink_class_init),
5899         (gst_fake_sink_init), (gst_fake_sink_set_property),
5900         (gst_fake_sink_get_property), (gst_fake_sink_get_times),
5901         (gst_fake_sink_event), (gst_fake_sink_preroll),
5902         (gst_fake_sink_render), (gst_fake_sink_change_state):
5903         * gst/elements/gstfakesink.h:
5904         * gst/elements/gstfakesrc.c: (gst_fake_src_data_get_type),
5905         (gst_fake_src_sizetype_get_type), (gst_fake_src_filltype_get_type),
5906         (gst_fake_src_base_init), (gst_fake_src_class_init),
5907         (gst_fake_src_init), (gst_fake_src_event_handler),
5908         (gst_fake_src_alloc_parent), (gst_fake_src_set_property),
5909         (gst_fake_src_get_property), (gst_fake_src_prepare_buffer),
5910         (gst_fake_src_alloc_buffer), (gst_fake_src_get_size),
5911         (gst_fake_src_create_buffer), (gst_fake_src_create),
5912         (gst_fake_src_start), (gst_fake_src_stop):
5913         * gst/elements/gstfakesrc.h:
5914         * gst/elements/gstfilesink.c: (_do_init),
5915         (gst_file_sink_base_init), (gst_file_sink_class_init),
5916         (gst_file_sink_init), (gst_file_sink_dispose),
5917         (gst_file_sink_set_location), (gst_file_sink_set_property),
5918         (gst_file_sink_get_property), (gst_file_sink_open_file),
5919         (gst_file_sink_close_file), (gst_file_sink_query),
5920         (gst_file_sink_event), (gst_file_sink_render),
5921         (gst_file_sink_change_state), (gst_file_sink_uri_get_type),
5922         (gst_file_sink_uri_get_protocols), (gst_file_sink_uri_get_uri),
5923         (gst_file_sink_uri_set_uri), (gst_file_sink_uri_handler_init):
5924         * gst/elements/gstfilesink.h:
5925         * gst/elements/gstfilesrc.c: (_do_init), (gst_file_src_base_init),
5926         (gst_file_src_class_init), (gst_file_src_init),
5927         (gst_file_src_finalize), (gst_file_src_set_location),
5928         (gst_file_src_set_property), (gst_file_src_get_property),
5929         (gst_file_src_map_region), (gst_file_src_map_small_region),
5930         (gst_file_src_create_mmap), (gst_file_src_create_read),
5931         (gst_file_src_create), (gst_file_src_is_seekable),
5932         (gst_file_src_get_size), (gst_file_src_start), (gst_file_src_stop),
5933         (gst_file_src_uri_get_type), (gst_file_src_uri_get_protocols),
5934         (gst_file_src_uri_get_uri), (gst_file_src_uri_set_uri),
5935         (gst_file_src_uri_handler_init):
5936         * gst/elements/gstfilesrc.h:
5937           more autistic cleanliness in functions/names/defines
5938
5939 2005-07-13  Andy Wingo  <wingo@pobox.com>
5940
5941         * gst/base/gstbasesrc.c (gst_base_src_start): Post an error if the
5942         source couldn't negotiate.
5943
5944         * gst/parse/grammar.y: Revert 1.54->1.55, so we now do filtered
5945         connections again.
5946
5947         * gst/gstutils.h:
5948         * gst/gstutils.c (gst_element_link_pads_filtered): New old
5949         function. I am channeling Hades. Put your boots on suckers!!!
5950
5951 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5952
5953         * testsuite/caps/Makefile.am:
5954         * testsuite/caps/value_compare.c:
5955         * testsuite/caps/value_intersect.c:
5956         * check/gst/gstvalue.c: (GST_START_TEST), (gst_value_suite):
5957           move two testsuite apps over to the check dir
5958
5959 2005-07-12  Wim Taymans  <wim@fluendo.com>
5960
5961         * gst/base/gstbasetransform.c: (gst_base_transform_setcaps):
5962         Added more debug info in the negotiate process.
5963
5964         * gst/gstmessage.h:
5965         Prepare for segment playback.
5966
5967         * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_set_caps):
5968         Better debugging.
5969
5970         * gst/gstutils.c:
5971         Some more docs.
5972
5973         * tools/gst-launch.c: (main):
5974         NULL pipeline on errors.
5975
5976 2005-07-12  Andy Wingo  <wingo@pobox.com>
5977
5978         * gst/gstbuffer.c (_gst_buffer_copy): Copy the buffer whether or
5979         not it comes from a malloc region. Make sure our copy gets freed.
5980
5981 2005-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5982
5983         * check/gst/gstelement.c: (GST_START_TEST), (gst_element_suite):
5984         * check/gst/gstmessage.c: (GST_START_TEST):
5985         * check/gst/gststructure.c: (GST_START_TEST),
5986         (gst_structure_suite), (main):
5987           more testing
5988         * gst/gstelement.c: (gst_element_message_full):
5989           clean up GError and debug string now that they get copied
5990         * gst/gstmessage.c: (gst_message_new_error),
5991         (gst_message_new_warning), (gst_message_parse_error),
5992         (gst_message_parse_warning):
5993           use GST_TYPE_G_ERROR for structure_new, and take copies of
5994           arguments, so that we don't mess up refcounting
5995
5996 2005-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5997
5998         * check/Makefile.am:
5999           add per-test valgrind targets
6000         * check/gst-libs/gdp.c: (GST_START_TEST),
6001         (gst_data_protocol_suite), (main):
6002           clean up
6003
6004 2005-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6005
6006         * check/Makefile.am:
6007           instate more valgrindable tests
6008         * check/elements/gstfakesrc.c: (chain_func), (event_func),
6009         (GST_START_TEST), (fakesrc_suite):
6010         * check/gst/gstpad.c: (GST_START_TEST):
6011         * check/gst/gststructure.c: (GST_START_TEST):
6012           fix test leaks
6013         * docs/gst/tmpl/gstminiobject.sgml:
6014         * gst/gstpad.c: (gst_pad_finalize):
6015           fix the static mutex leak
6016
6017 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6018
6019         * check/Makefile.am:
6020           add two more tests for valgrinding
6021         * check/gst/gstvalue.c: (GST_START_TEST):
6022           test refcount of deserialized buffer, found a leak
6023         * docs/gst/gstreamer-docs.sgml:
6024         * docs/gst/gstreamer-sections.txt:
6025         * docs/gst/gstreamer.types:
6026         * docs/gst/tmpl/gstminiobject.sgml:
6027           add miniobject to docs
6028         * gst/gstminiobject.c:
6029           add some docs
6030         * gst/gstvalue.c: (gst_value_deserialize_buffer),
6031         (gst_string_unwrap):
6032           fix a hard-to-find invalid write for one of the tests
6033           fix a leak for deserialized buffers
6034
6035 2005-07-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6036
6037         * docs/pwg/advanced-events.xml:
6038         * docs/pwg/advanced-request.xml:
6039         * docs/pwg/advanced-scheduling.xml:
6040         * docs/pwg/appendix-porting.xml:
6041         * docs/pwg/building-boiler.xml:
6042         * docs/pwg/intro-preface.xml:
6043         * docs/pwg/other-ntoone.xml:
6044           Rewrite scheduling-chapter for scheduling model in 0.9. Add lots
6045           of example code and explanation for pad activation, loop() and
6046           getrange() functions and a bit more. Remove old comments pointing
6047           to loop-functions.
6048         * examples/pwg/Makefile.am:
6049           Add loop/getrange examples.
6050
6051 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6052
6053         * configure.ac:
6054           check for valgrind binary + some fixes
6055         * check/gst.supp:
6056           valgrind suppressions for the tests
6057         * check/Makefile.am:
6058           add a valgrind: target that valgrinds the unit tests
6059         * check/gst/gst.c: (GST_START_TEST), (gst_suite):
6060         * check/gst/gstbin.c: (pop_messages), (GST_START_TEST):
6061         * check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
6062         * check/gst/gstghostpad.c:
6063           added some cleanup
6064         * check/gst/gstdata.c:
6065           removed
6066         * check/gst/gstminiobject.c: (GST_START_TEST), (thread_ref),
6067         (thread_unref), (gst_mini_object_suite), (main):
6068           added
6069         * gst/gst.c: (gst_deinit):
6070         * gst/gst.h:
6071           add a method to clean up.
6072         * gst/gstsystemclock.c: (gst_system_clock_dispose),
6073         (gst_system_clock_obtain):
6074           allow for disposing the system clock.
6075         * tools/gst-launch.c: (main):
6076           deinit
6077
6078 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6079
6080         * docs/gst/tmpl/gstbasesrc.sgml:
6081         * docs/gst/tmpl/gstfakesrc.sgml:
6082         * gst/base/gstbasesrc.c: (gst_base_src_class_init),
6083         (gst_base_src_init), (gst_base_src_set_property),
6084         (gst_base_src_get_property), (gst_base_src_get_range),
6085         (gst_base_src_start):
6086         * gst/base/gstbasesrc.h:
6087           add num-buffers property
6088         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
6089         (gst_fakesrc_init), (gst_fakesrc_set_property),
6090         (gst_fakesrc_get_property), (gst_fakesrc_create),
6091         (gst_fakesrc_start):
6092           remove num-buffers property
6093
6094 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6095
6096         * docs/gst/gstreamer-sections.txt:
6097         * docs/gst/tmpl/gstbasesink.sgml:
6098         * docs/gst/tmpl/gstbasesrc.sgml:
6099         * gst/base/gstbasesink.c: (gst_base_sink_pad_getcaps),
6100         (gst_base_sink_pad_setcaps), (gst_base_sink_pad_buffer_alloc),
6101         (gst_base_sink_finalize), (gst_base_sink_set_clock),
6102         (gst_base_sink_set_property), (gst_base_sink_get_property),
6103         (gst_base_sink_handle_object), (gst_base_sink_event),
6104         (gst_base_sink_do_sync), (gst_base_sink_handle_event),
6105         (gst_base_sink_handle_buffer), (gst_base_sink_chain),
6106         (gst_base_sink_loop), (gst_base_sink_deactivate),
6107         (gst_base_sink_activate_push), (gst_base_sink_activate_pull),
6108         (gst_base_sink_change_state):
6109         * gst/base/gstbasesink.h:
6110         * gst/base/gstbasesrc.h:
6111         * gst/elements/gstfakesink.c: (gst_fakesink_get_times):
6112         * gst/elements/gstfilesink.c: (gst_filesink_class_init),
6113         (gst_filesink_init):
6114           more macro splitting
6115
6116 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6117
6118         * gst/gstelement.c: (gst_element_get_bus):
6119           add debug
6120         * tools/gst-launch.c: (check_intr), (event_loop):
6121           fix bus leaks
6122
6123 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6124
6125         * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked):
6126           fix a caps leak
6127
6128 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6129
6130         * gst/base/gstbasesrc.c: (gst_base_src_class_init),
6131         (gst_base_src_finalize):
6132           add finalize method and clean up properly
6133         * gst/gstpipeline.c: (gst_pipeline_dispose):
6134           add debug
6135
6136 2005-07-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6137
6138         * check/gst/gstbin.c: (pop_messages), (GST_START_TEST),
6139         (gst_bin_suite):
6140           add more things to check
6141         * gst/gstbin.c: (gst_bin_change_state), (bin_bus_handler):
6142         * gst/gstelement.c:
6143           more debug
6144
6145 2005-07-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6146
6147         * check/elements/gstfakesrc.c: (chain_func), (event_func),
6148         (GST_START_TEST), (fakesrc_suite):
6149         * check/gst-libs/gdp.c: (GST_START_TEST):
6150         * check/gst/gst.c: (GST_START_TEST):
6151         * check/gst/gstbin.c: (GST_START_TEST), (gst_bin_suite):
6152         * check/gst/gstbuffer.c: (GST_START_TEST), (gst_test_suite):
6153         * check/gst/gstbus.c: (GST_START_TEST):
6154         * check/gst/gstcaps.c: (GST_START_TEST):
6155         * check/gst/gstdata.c: (GST_START_TEST):
6156         * check/gst/gstelement.c: (GST_START_TEST):
6157         * check/gst/gstghostpad.c: (GST_START_TEST):
6158         * check/gst/gstiterator.c: (GST_START_TEST):
6159         * check/gst/gstmessage.c: (GST_START_TEST):
6160         * check/gst/gstobject.c: (GST_START_TEST):
6161         * check/gst/gstpad.c: (GST_START_TEST):
6162         * check/gst/gststructure.c: (GST_START_TEST):
6163         * check/gst/gstsystemclock.c: (GST_START_TEST),
6164         (gst_systemclock_suite):
6165         * check/gst/gsttag.c: (GST_START_TEST), (gst_tag_suite):
6166         * check/gst/gstvalue.c: (GST_START_TEST):
6167         * check/pipelines/cleanup.c: (GST_START_TEST):
6168         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
6169         * check/states/sinks.c: (GST_START_TEST):
6170         * check/gstcheck.c: (gst_check_init):
6171         * check/gstcheck.h:
6172           add debugging category
6173           use GST_START_TEST now, so we add a debug line
6174
6175 2005-07-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6176
6177         * check/gst/gstbin.c: (START_TEST), (gst_bin_suite):
6178           add test for state change message on a bin
6179         * check/gst/gstelement.c: (START_TEST), (gst_element_suite):
6180           add another test
6181         * gst/gstbin.c: (gst_bin_init):
6182         * gst/gstbus.c: (gst_bus_init), (gst_bus_post):
6183         * gst/gstelement.c: (gst_element_post_message),
6184         (gst_element_set_state):
6185         * gst/gstelementfactory.c: (gst_element_factory_create):
6186         * gst/gstmessage.c: (gst_message_new):
6187         * gst/gstscheduler.c:
6188           various debugging additions and cleanups
6189
6190 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6191
6192         * check/Makefile.am:
6193         * check/gst/gstelement.c: (START_TEST), (gst_element_suite),
6194         (main):
6195           adding tests for elements
6196         * gst/gstelement.c: (gst_element_dispose):
6197
6198 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6199
6200         * gst/registries/gstlibxmlregistry.c: (load_feature):
6201           plug more leaks.  A simple gst_init() now is leakfree, yay.
6202
6203 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6204
6205         * gst/registries/gstlibxmlregistry.c: (read_string), (load_paths),
6206         (gst_xml_registry_load):
6207           plug another memleak
6208
6209 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6210
6211         * configure.ac:
6212           use GST_SET_ERROR_CFLAGS
6213         * docs/faq/cvs.xml:
6214           change to ERROR_CFLAGS
6215
6216 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6217
6218         * configure.ac:
6219           make GST_ERROR_CFLAGS overridable and re-enable Werror
6220         * docs/faq/cvs.xml:
6221           add a note about error CFLAGS
6222         * docs/gst/tmpl/gstfakesrc.sgml:
6223         * gst/elements/gstfakesrc.c:
6224           comment out some unused code
6225         * gst/gst.c: (split_and_iterate):
6226         * gst/registries/gstlibxmlregistry.c: (load_pad_template),
6227         (load_feature):
6228           plug some memleaks
6229
6230 2005-07-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6231
6232         * common/Makefile.am:
6233         * common/gtk-doc.mak:
6234         * docs/gst/Makefile.am:
6235           factor out gtk-doc.mak
6236
6237 2005-07-07  Wim Taymans  <wim@fluendo.com>
6238
6239         * gst/schedulers/threadscheduler.c: (gst_thread_scheduler_func),
6240         (gst_thread_scheduler_dispose):
6241         Unlock the STREAM_LOCK completely.
6242
6243 2005-07-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6244
6245         * check/Makefile.am:
6246         * check/elements/.cvsignore:
6247         * check/elements/gstfakesrc.c: (chain_func), (event_func),
6248         (START_TEST), (fakesrc_suite), (main):
6249         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
6250         (gst_fakesrc_set_property), (gst_fakesrc_get_property),
6251         (gst_fakesrc_create), (gst_fakesrc_start):
6252         * gst/elements/gstfakesrc.h:
6253           adding a first element test
6254
6255 2005-07-07  Andy Wingo  <wingo@pobox.com>
6256
6257         * gst/gstbus.c (gst_bus_have_pending): Remove intensely irritating
6258         debug message.
6259
6260 2005-07-07  Wim Taymans  <wim@fluendo.com>
6261
6262         * gst/gstquery.c:
6263         * gst/gstquery.h:
6264         Remove old types
6265
6266 2005-07-07  Wim Taymans  <wim@fluendo.com>
6267
6268         * gst/base/gstbasesrc.c: (gst_base_src_get_range),
6269         (gst_base_src_default_negotiate), (gst_base_src_negotiate):
6270         Allow subclasses to implement their own negotiation.
6271
6272 2005-07-07  Jan Schmidt  <thaytan@mad.scientist.com>
6273
6274         * docs/design/part-gstbin.txt:
6275         * docs/design/part-gstpipeline.txt:
6276           Update design notes to reflect the movement of
6277           responsibility for bus handling from GstPipeline to
6278           GstBin
6279
6280 2005-07-07  Jan Schmidt  <thaytan@mad.scientist.com>
6281
6282         * configure.ac:
6283           Remove unnecessary queue2/3/4 examples.
6284
6285 2005-07-07  Jan Schmidt  <thaytan@mad.scientist.com>
6286
6287         * examples/Makefile.am:
6288         * examples/helloworld/helloworld.c: (event_loop), (main):
6289         * examples/queue/queue.c: (event_loop), (main):
6290         * examples/queue2/queue2.c: (main):
6291           Update a couple of the examples to work again.
6292
6293         * gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_empty),
6294         (gst_base_sink_preroll_queue_flush), (gst_base_sink_handle_event):
6295          Spelling corrections and extra debug.
6296         
6297         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_init), (is_eos),
6298         (gst_bin_add_func), (bin_element_is_sink), (gst_bin_get_state),
6299         (gst_bin_change_state), (gst_bin_dispose), (bin_bus_handler):
6300         * gst/gstbin.h:
6301         * gst/gstpipeline.c: (gst_pipeline_init), (gst_pipeline_dispose),
6302         (gst_pipeline_change_state):
6303         * gst/gstpipeline.h:
6304           Move the bus handler for children to the GstBin, and create a
6305           separate bus for receiving messages from children to the one the
6306           bus sends 'upwards' on.
6307
6308 2005-07-06  Wim Taymans  <wim@fluendo.com>
6309
6310         * gst/base/README:
6311         * gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_empty),
6312         (gst_base_sink_handle_object), (gst_base_sink_loop),
6313         (gst_base_sink_change_state):
6314         * gst/base/gstbasesink.h:
6315         * gst/base/gstbasesrc.c: (gst_base_src_class_init),
6316         (gst_base_src_init), (gst_base_src_setcaps),
6317         (gst_base_src_getcaps), (gst_base_src_loop),
6318         (gst_base_src_default_negotiate), (gst_base_src_negotiate),
6319         (gst_base_src_start), (gst_base_src_change_state):
6320         * gst/base/gstbasesrc.h:
6321         Make basesrc negotiate.
6322         Handle the case where preroll fails in basesink.
6323         Update README.
6324
6325 2005-07-06  Wim Taymans  <wim@fluendo.com>
6326
6327         * gst/gstpad.c: (gst_pad_fixate_caps), (gst_pad_accept_caps):
6328         Implement the fixate function.
6329         Clean up acceptcaps.
6330
6331 2005-07-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6332
6333         * docs/pwg/building-filterfactory.xml:
6334         * docs/pwg/pwg.xml:
6335           Remove never-written filter-factory chapter; I'll add the various
6336           base classes to part 4 ("other element types") later on.
6337
6338 2005-07-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6339
6340         * docs/pwg/advanced-negotiation.xml:
6341         * docs/pwg/building-boiler.xml:
6342         * docs/pwg/building-pads.xml:
6343         * docs/pwg/pwg.xml:
6344         * examples/pwg/Makefile.am:
6345           Add a chapter on caps negotiation, simplify the original code
6346           samples a bit w.r.t. caps negotiation, add link to the advanced
6347           section. Add a bunch of examples showing different use cases of
6348           different types of caps negotiation. Upstream renegotiation isn't
6349           fully documented yet since nobody knows how that works.
6350
6351 2005-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6352
6353         * check/gst/gstpad.c:
6354         * check/gstcheck.c:
6355         * gst/gstpad.c: (gst_pad_get_internal_links_default):
6356           if pad has no parent, return NULL as list of internal links
6357
6358 2005-07-05  Andy Wingo  <wingo@pobox.com>
6359
6360         * gst/elements/gstfilesrc.c:
6361         * gst/elements/gstfakesrc.c: 
6362         * gst/base/gstpushsrc.c:
6363         * gst/base/gstbasesrc.h: 
6364         * gst/base/gstbasesrc.c: s/BASESRC/BASE_SRC/g.
6365         
6366 2005-07-05  Stefan Kost  <ensonic@users.sf.net>
6367
6368         * Makefile.am:
6369           better report generation target (lcov needs a patch)
6370
6371 2005-07-05  Andy Wingo  <wingo@pobox.com>
6372
6373         * gst/elements, testsuite: Null if we got it...
6374
6375 2005-07-05  Wim Taymans  <wim@fluendo.com>
6376
6377         * configure.ac:
6378         * libs/gst/dataprotocol/Makefile.am:
6379         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_validate_packet):
6380         * libs/gst/dataprotocol/dataprotocol.h:
6381         * pkgconfig/Makefile.am:
6382         * pkgconfig/gstreamer-dataprotocol-uninstalled.pc.in:
6383         * pkgconfig/gstreamer-dataprotocol.pc.in:
6384         Ported dataprotol to 0.9. 
6385         Added pkgconfig files.
6386
6387 2005-07-05  Andy Wingo  <wingo@pobox.com>
6388
6389         * gst/base/gstbasetransform.c (gst_base_transform_setcaps):
6390         Default to returning TRUE for the case when tranform_caps returns
6391         a fixed caps, like for identity or volume.
6392
6393         * check/gst/gstbus.c (pound_bus_with_messages): 
6394         * check/gst/gstmessage.c (START_TEST): 
6395         * check/pipelines/simple_launch_lines.c (got_handoff): Application
6396         message API change.
6397
6398         * gst/base/gstbasetransform.c (gst_base_transform_setcaps): More
6399         logic weaks here: always run transform_caps, trying passthrough
6400         operation only if the original caps intersects with the transform.
6401
6402         * gst/gstpad.c (gst_pad_link_check_compatible_unlocked): Debug
6403         source and sink caps.
6404
6405         * gst/base/gstbasetransform.c (gst_base_transform_getcaps):
6406         Intersect the peer caps with the pad template before going into
6407         transform_caps.
6408         (gst_base_transform_transform_caps): More debugging.
6409
6410         * gst/gstmessage.h (gst_message_new_application): Take a GstObject
6411         src argument.
6412
6413 2005-07-04  Edward Hervey  <edward@fluendo.com>
6414
6415         * gst/gstutils.c:
6416         * gst/gstutils.h:
6417         (gst_pad_add_*_probe): now returns the signal id for better wrapping
6418         in bindings.
6419
6420 2005-07-04  Andy Wingo  <wingo@pobox.com>
6421
6422         * check/gst/gstpad.c: Only set explicit caps on pads.
6423
6424 2005-07-01  Andy Wingo  <wingo@pobox.com>
6425
6426         * tests/network-clock.scm: Commentary update.
6427
6428         * gst/elements/gstidentity.c (PROP_DUPLICATE): Gone daddy gone.
6429         Didn't really make sense, not implementable with basetransform,
6430         etc.
6431         (gst_identity_transform): Unref inbuf via make_writable. Feeble
6432         attempt at implementing the sync property, needs an unlock method.
6433
6434         * gst/base/gstbasetransform.c (gst_base_transform_transform_caps):
6435         New func, by default returns the same caps (the identity
6436         transformation).
6437         (gst_base_transform_getcaps): Uses transform_caps to return
6438         something sensible.
6439         (gst_base_transform_setcaps): Complicated logic to get caps on
6440         both pads, even if they are different, and to call set_caps once
6441         for every time both pads get their caps set.
6442         (gst_base_transform_handle_buffer): Give the ref to the transform
6443         function. Allows in-place modification of the buffer.
6444
6445         * gst/base/gstbasetransform.h (transform_caps): New class method.
6446         Given caps on one side, what can I do on the other.
6447         (set_caps): Take two caps, one for each side of the element.
6448
6449         * gst/gstpad.h:
6450         * gst/gstpad.c (gst_pad_fixate_caps): Change prototype to modify
6451         caps in place. This is safe because we can check the mutability of
6452         the caps, and a good idea because fixate functions are just called
6453         as a matter of last resort. (Not actually implemented.)
6454         (gst_pad_set_caps): If the caps we're setting is actually the same
6455         as the existing pad caps, just update the pointer without calling
6456         setcaps. Assert that caps is either NULL or fixed, as per the
6457         docs.
6458
6459         * gst/gstghostpad.c: Update for fixate changes.
6460
6461 2005-07-02  Andy Wingo  <wingo@pobox.com>
6462
6463         * gst/gstcaps.c:
6464         * gst/gstcaps.h (gst_static_caps_get): Not const return, having
6465         two refcounts makes it immutable, which is enough. Doc more.
6466
6467 2005-07-02  Jan Schmidt  <thaytan@mad.scientist.com>
6468
6469         * gst/gstpad.c: (gst_pad_emit_have_data_signal):
6470           Put the mini_object into GValue as a mini_object,
6471           not a gpointer, since that's how we declared
6472           the signal.
6473
6474 2005-07-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6475
6476         * examples/pwg/Makefile.am:
6477           Fix buildbot again.
6478
6479 2005-07-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6480
6481         * docs/pwg/building-testapp.xml:
6482           Add extra check.
6483         * examples/pwg/Makefile.am:
6484           Fix buildbot.
6485
6486 2005-07-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6487
6488         * configure.ac:
6489         * examples/Makefile.am:
6490         * examples/pwg/Makefile.am:
6491         * examples/pwg/extract.pl:
6492           Enable building the PWG examples.
6493         * docs/pwg/advanced-interfaces.xml:
6494           Add URI interface stub.
6495         * docs/pwg/advanced-types.xml:
6496         * docs/pwg/other-autoplugger.xml:
6497         * docs/pwg/appendix-porting.xml:
6498         * docs/pwg/pwg.xml:
6499           Add porting guide (mostly stubs), remove autoplugging (see ADM).
6500         * docs/pwg/building-boiler.xml:
6501         * docs/pwg/building-chainfn.xml:
6502         * docs/pwg/building-pads.xml:
6503         * docs/pwg/building-props.xml:
6504         * docs/pwg/building-state.xml:
6505         * docs/pwg/building-testapp.xml:
6506           Update the building-*.xml parts for 0.9 changes. All examples
6507           code blocks compile in examples/pwg/*.
6508
6509 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6510
6511         * docs/manual/advanced-autoplugging.xml:
6512         * docs/manual/appendix-checklist.xml:
6513         * docs/manual/appendix-integration.xml:
6514         * docs/manual/highlevel-components.xml:
6515           Fix playbin/decodebin examples, update docs a bit, mention bus
6516           instead of signals in various places, mention kmplayer and
6517           kaffeine since they have a working GStreamer backend in the KDE
6518           section.
6519
6520 2005-06-30  Wim Taymans  <wim@fluendo.com>
6521
6522         * CHANGES-0.9:
6523         * docs/design/draft-ghostpads.txt:
6524         * docs/design/draft-push-pull.txt:
6525         * docs/design/draft-query.txt:
6526         * docs/design/part-TODO.txt:
6527         * docs/design/part-query.txt:
6528         Added CHANGES-0.9 doc, updated status of other docs.
6529         
6530         * gst/gstquery.h:
6531         Remove "hmm" macro
6532
6533 2005-06-30  Wim Taymans  <wim@fluendo.com>
6534
6535         * gst/base/gstbasesink.c: (gst_base_sink_preroll_queue_empty),
6536         (gst_base_sink_preroll_queue_flush), (gst_base_sink_handle_object),
6537         (gst_base_sink_change_state):
6538         * gst/base/gstbasesink.h:
6539         Some tweaks, only EOS and a buffer complete a preroll.
6540
6541 2005-06-30  Andy Wingo  <wingo@pobox.com>
6542
6543         * gst/gstghostpad.c (gst_ghost_pad_do_activate_push): Proxy
6544         activate_push down to the internal pad as well.
6545
6546 2005-06-30  Torsten Schoenfeld  <kaffeetisch@gmx.de>
6547
6548         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6549
6550         * gst/gsttaginterface.c:
6551           Some documentation fixes (#307394 and #307397).
6552
6553 2005-06-30  Antoine Tremblay  <hexa00@gmail.com>
6554
6555         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6556
6557         * gst/gstvalue.c: (gst_value_intersect_list):
6558           Fix memleak (#309125).
6559
6560 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6561
6562         * docs/manual/advanced-dataaccess.xml:
6563           Fix fakesrc example to compile; doesn't work, bug somewhere...?
6564         * docs/manual/basics-pads.xml:
6565           Add reference for filtered caps to above chapter.
6566
6567 2005-06-30  Wim Taymans  <wim@fluendo.com>
6568
6569         * gst/gstbin.c: (clear_queue), (remove_all_from_queue),
6570         (gst_bin_change_state):
6571         Probes are gone.
6572         Lame attempt at making the state change function a bit
6573         more readable.
6574
6575 2005-06-30  Wim Taymans  <wim@fluendo.com>
6576
6577         * docs/design/part-clocks.txt:
6578         * docs/design/part-element-sink.txt:
6579         * docs/design/part-events.txt:
6580         * docs/design/part-preroll.txt:
6581         * docs/design/part-states.txt:
6582         Some more tweeks and additions to the docs.
6583
6584 2005-06-30  Wim Taymans  <wim@fluendo.com>
6585
6586         * gst/gstpad.c: (_gst_do_pass_data_accumulator),
6587         (default_have_data), (gst_pad_class_init), (gst_pad_init),
6588         (gst_pad_emit_have_data_signal), (gst_pad_chain), (gst_pad_push),
6589         (gst_pad_check_pull_range), (gst_pad_get_range),
6590         (gst_pad_pull_range), (gst_pad_push_event), (gst_pad_send_event):
6591         * gst/gstpad.h:
6592         * gst/gstutils.c: (gst_atomic_int_set), (gst_pad_add_data_probe),
6593         (gst_pad_add_event_probe), (gst_pad_add_buffer_probe),
6594         (gst_pad_remove_data_probe), (gst_pad_remove_event_probe),
6595         (gst_pad_remove_buffer_probe):
6596         Removed atomic operations, use existing LOCK.
6597         Move exception handling out of main code path.
6598
6599 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6600
6601         * gst/gstpad.c: (_gst_do_pass_data_accumulator),
6602         (silly_return_true_function), (gst_pad_class_init),
6603         (gst_pad_emit_have_data_signal), (gst_pad_chain), (gst_pad_push),
6604         (gst_pad_get_range), (gst_pad_pull_range), (gst_pad_push_event),
6605         (gst_pad_send_event):
6606           Fix accumulator, add default value by using _emitv() instead
6607           of _emit() for signal emission.
6608
6609 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6610
6611         * docs/manual/advanced-dataaccess.xml:
6612         * examples/manual/Makefile.am:
6613           Add probe example.
6614         * gst/gstpad.c: (_gst_do_pass_data_accumulator):
6615           Make work (??).
6616
6617 2005-06-29  Tim-Philipp Müller  <tim at centricular dot net>
6618
6619         * gst/elements/gstfilesink.c: (gst_filesink_render):
6620           Simplify code so that we don't have to handle short
6621           writes and return GST_FLOW_ERROR if an error occured.
6622
6623 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6624
6625         * docs/gst/gstreamer-docs.sgml:
6626           Remove probes more.
6627
6628 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6629
6630         * docs/gst/gstreamer-sections.txt:
6631         * docs/gst/tmpl/gstpad.sgml:
6632         * docs/gst/tmpl/gstprobe.sgml:
6633         * gst/Makefile.am:
6634         * gst/gstpad.c: (_gst_do_pass_data_accumulator),
6635         (gst_pad_class_init), (gst_pad_init), (gst_pad_chain),
6636         (gst_pad_push), (gst_pad_get_range), (gst_pad_pull_range),
6637         (gst_pad_push_event), (gst_pad_send_event):
6638         * gst/gstpad.h:
6639         * gst/gstutils.c: (gst_pad_add_data_probe),
6640         (gst_pad_add_event_probe), (gst_pad_add_buffer_probe),
6641         (gst_pad_remove_data_probe), (gst_pad_remove_event_probe),
6642         (gst_pad_remove_buffer_probe):
6643         * gst/gstutils.h:
6644           Remove old probes, add new g-signal-based probes and some utility
6645           functions.
6646
6647 2005-06-29  Edward Hervey  <edward@fluendo.com>
6648
6649         * gst/gstelementfactory.c:
6650         * gst/gstutils.h:
6651         * gst/gstutils.c:
6652         Moved gst_element_factory_can_[sink|src]_caps() to gstutils and added
6653         the definition to the header file.
6654
6655 2005-06-29  Andy Wingo  <wingo@pobox.com>
6656
6657         * docs/gst/Makefile.am (scan-build.stamp): Totally only check
6658         plugins from the source directory.
6659
6660 2005-06-29  Wim Taymans  <wim@fluendo.com>
6661
6662         * docs/gst/tmpl/gstbuffer.sgml:
6663         * docs/gst/tmpl/gstclock.sgml:
6664         Some fixings for blantently wrong text.
6665
6666 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6667
6668         * check/Makefile.am:
6669         * gst/gst.c: (add_path_func), (init_pre):
6670         * gst/gstregistry.c: (gst_registry_add_path):
6671           add A GST_PLUGIN_PATH_ONLY env var; if it is set, it will
6672           only scan the GST_PLUGIN_PATH locations, and not add
6673           system locations
6674
6675 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6676
6677         * docs/gst/gstreamer-sections.txt:
6678         * docs/gst/tmpl/gstbasesrc.sgml:
6679         * gst/gstelement.c:
6680         * gst/gstelement.h:
6681         * gst/gstevent.c:
6682         * gst/gstutils.c:
6683           doc fixes
6684
6685 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6686
6687         * docs/manual/advanced-autoplugging.xml:
6688           Fix autoplugging example.
6689
6690 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6691
6692         * docs/manual/advanced-autoplugging.xml:
6693         * docs/manual/mime-world.fig:
6694           Try to get autoplugging working, fix type detection. Fix text
6695           in hello-world image.
6696
6697 2005-06-29  Wim Taymans  <wim@fluendo.com>
6698
6699         * gst/base/gstbasesink.c: (gst_base_sink_handle_object),
6700         (gst_base_sink_change_state):
6701         Small debug line.
6702
6703         * gst/gstclock.h:
6704         map SIGNAL and BROADCAST to the right function.
6705
6706         * gst/gstobject.h:
6707         Remove redundant braces.
6708
6709         * gst/gstpad.c: (gst_pad_set_caps):
6710         Don't call setcaps function when reseting caps to NULL.
6711
6712         * gst/gstsystemclock.c: (gst_system_clock_dispose),
6713         (gst_system_clock_async_thread), (gst_system_clock_id_wait_async),
6714         (gst_system_clock_id_unschedule):
6715         Use BROADCAST as this is what we do.
6716
6717 2005-06-29  Wim Taymans  <wim@fluendo.com>
6718
6719         * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
6720         We are actually prerolling before commiting the state
6721         change. 
6722
6723 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6724
6725         * docs/manual/advanced-clocks.xml:
6726         * docs/manual/advanced-interfaces.xml:
6727         * docs/manual/advanced-metadata.xml:
6728         * docs/manual/advanced-position.xml:
6729         * docs/manual/advanced-schedulers.xml:
6730         * docs/manual/advanced-threads.xml:
6731         * docs/manual/appendix-porting.xml:
6732         * docs/manual/basics-bins.xml:
6733         * docs/manual/basics-bus.xml:
6734         * docs/manual/basics-elements.xml:
6735         * docs/manual/basics-helloworld.xml:
6736         * docs/manual/basics-pads.xml:
6737         * docs/manual/highlevel-components.xml:
6738         * docs/manual/manual.xml:
6739         * docs/manual/thread.fig:
6740           Update (until threads/scheduling) Application Development Manual;
6741           remove GstThread, add GstBus, add simple porting checklist, add
6742           documentation for tag writing, clocks, make all examples until this
6743           part compile and run.
6744         * examples/manual/Makefile.am:
6745           Update from changes to Application Development Manual; add bus
6746           example, remove thread example.
6747
6748 2005-06-28  Wim Taymans  <wim@fluendo.com>
6749
6750         * gst/gstbus.c: (gst_bus_post), (gst_bus_have_pending),
6751         (gst_bus_set_flushing), (gst_bus_pop), (gst_bus_peek),
6752         (gst_bus_source_dispatch):
6753         Add debugging messages.
6754         Make internal methods static.
6755         Handle the case where the bus is flushed in the handler.
6756         
6757         * gst/gstelement.c: (gst_element_get_bus):
6758         Fix refcount in _get_bus();
6759
6760         * gst/gstpipeline.c: (gst_pipeline_change_state),
6761         (gst_pipeline_get_clock_func):
6762         Clock refcounting fixes.
6763         Handle the case where preroll timed out more gracefully.
6764         
6765         * gst/gstsystemclock.c: (gst_system_clock_dispose):
6766         Clean up the internal thread in dispose. This is needed
6767         for subclasses that actually get disposed.
6768         
6769         * gst/schedulers/threadscheduler.c:
6770         (gst_thread_scheduler_class_init), (gst_thread_scheduler_func),
6771         (gst_thread_scheduler_dispose):
6772         Free thread pool in dispose.
6773
6774 2005-06-28  Andy Wingo  <wingo@pobox.com>
6775
6776         * tests/network-clock-utils.scm (debug, print-event): New utils.
6777
6778         * tests/network-clock.scm (*debug*, *with-graph*): New parameters.
6779         (*packet-loss*): Unified loss probability.
6780         (network-time): Report out-of-band events.
6781
6782         * tests/plot-data: Add support for out-of-band events. Hack it
6783         into this script instead of passing it down the pipe; should fix
6784         this later.
6785
6786 2005-06-28  Wim Taymans  <wim@fluendo.com>
6787
6788         * docs/gst/gstreamer.types:
6789         * docs/gst/tmpl/gstbasesrc.sgml:
6790         * docs/gst/tmpl/gstpad.sgml:
6791         Docs fixes.
6792
6793 2005-06-28  Wim Taymans  <wim@fluendo.com>
6794
6795         * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
6796         (gst_proxy_pad_do_checkgetrange), (gst_proxy_pad_do_acceptcaps),
6797         (gst_proxy_pad_do_fixatecaps):
6798         Correctly proxy the check_pull_range function.
6799
6800 2005-06-28  Andy Wingo  <wingo@pobox.com>
6801
6802         * tests/network-clock.scm: Removed need for slib.
6803         
6804 2005-06-28  Wim Taymans  <wim@fluendo.com>
6805
6806         * gst/base/gstbasesink.c: (gst_basesink_set_pad_functions),
6807         (gst_basesink_preroll_queue_flush):
6808         * gst/base/gstbasesrc.c: (gst_basesrc_set_dataflow_funcs):
6809         * gst/elements/gsttee.c: (gst_tee_update_pad_functions):
6810         * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
6811         (gst_proxy_pad_do_acceptcaps), (gst_proxy_pad_do_fixatecaps),
6812         (gst_proxy_pad_set_property):
6813         * gst/gstpad.c:
6814         * gst/gstpad.h:
6815         * gst/gstqueue.c: (gst_queue_init):
6816         The deprecated pad loop function is removed now.
6817
6818 2005-06-28  Andy Wingo  <wingo@pobox.com>
6819
6820         * tests/network-clock.scm (*timeout*, *send-loss*, *recv-loss*):
6821         New parameters, simulate network packet loss.
6822
6823         * tests/network-clock-utils.scm: Initialize the RNG.
6824
6825 2005-06-28  Wim Taymans  <wim@fluendo.com>
6826
6827         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_flush),
6828         (gst_basesink_event), (gst_basesink_deactivate):
6829         Flushing the preroll queue always needs to unlock the waiters.
6830
6831 2005-06-28  Edward Hervey  <edward@fluendo.com>
6832
6833         * gst/gstpipeline.c: (gst_pipeline_send_event): 
6834         Wheen a seek was successful on a pipeline, set the stream_time to the
6835         seek offset in order to have a synchronized stream_time.
6836
6837 2005-06-28  Wim Taymans  <wim@fluendo.com>
6838
6839         * gst/gstghostpad.c: (gst_proxy_pad_do_bufferalloc),
6840         (gst_proxy_pad_do_getrange), (gst_proxy_pad_do_checkgetrange),
6841         (gst_proxy_pad_do_getcaps), (gst_proxy_pad_do_acceptcaps),
6842         (gst_proxy_pad_do_fixatecaps):
6843         Call wrapper function instead of just calling the function
6844         pointers. This takes care of any locking and whatmore.
6845
6846 2005-06-28  Wim Taymans  <wim@fluendo.com>
6847
6848         * gst/gstpad.c: (gst_pad_alloc_buffer), (gst_pad_push),
6849         (gst_pad_pull_range):
6850         * gst/gstpad.h:
6851         CONNECTED -> LINKED.
6852
6853 2005-06-28  Andy Wingo  <wingo@pobox.com>
6854
6855         * *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large
6856         source-munging commit!!!
6857
6858         * gst/gstobject.c (gst_object_unref, gst_object_ref) 
6859         (gst_object_sink): Take gpointer arguments, not GstObject --
6860         avoids casts. Like GLib.
6861
6862         * gst/gstghostpad.c (gst_proxy_pad_do_activate): Don't proxy
6863         activate.
6864
6865 2005-06-27  Andy Wingo  <wingo@pobox.com>
6866
6867         * gst/base/gsttypefindhelper.c (gst_type_find_helper): Unref any
6868         remaining buffer.
6869
6870         * gst/gsttrace.c (gst_alloc_trace_list_sorted): New helper,
6871         returns a sorted copy of the trace list.
6872         (gst_alloc_trace_print_live): New API, only prints traces with
6873         live objects. Sort the list.
6874         (gst_alloc_trace_print_all): Sort the list.
6875         (gst_alloc_trace_print): Align columns.
6876
6877         * gst/elements/gstttypefindelement.c:
6878         * gst/elements/gsttee.c:
6879         * gst/base/gstbasesrc.c:
6880         * gst/base/gstbasesink.c:
6881         * gst/base/gstbasetransform.c:
6882         * gst/gstqueue.c: Adapt for pad activation changes.
6883
6884         * gst/gstpipeline.c (gst_pipeline_init): Unref after parenting
6885         sched.
6886         (gst_pipeline_dispose): Drop ref on sched.
6887
6888         * gst/gstpad.c (gst_pad_init): Set the default activate func.
6889         (gst_pad_activate_default): Push mode by default.
6890         (pre_activate_switch, post_activate_switch): New stubs, things to
6891         do before and after switching activation modes on pads.
6892         (gst_pad_set_active): Take a boolean and not a mode, dispatch to
6893         the pad's activate function to choose which mode to activate.
6894         Shortcut on deactivation and call the right function directly.
6895         (gst_pad_activate_pull): New API, (de)activates a pad in pull
6896         mode.
6897         (gst_pad_activate_push): New API, same for push mode.
6898         (gst_pad_set_activate_function) 
6899         (gst_pad_set_activatepull_function) 
6900         (gst_pad_set_activatepush_function): Setters for new API.
6901
6902         * gst/gstminiobject.c (gst_mini_object_new, gst_mini_object_free):
6903         Trace all miniobjects.
6904         (gst_mini_object_make_writable): Unref the arg if we copy, like
6905         gst_caps_make_writable.
6906
6907         * gst/gstmessage.c (_gst_message_initialize): No trace init.
6908
6909         * gst/gstghostpad.c (gst_proxy_pad_do_activate) 
6910         (gst_proxy_pad_do_activatepull, gst_proxy_pad_do_activatepush):
6911         Adapt for new pad API.
6912
6913         * gst/gstevent.c (_gst_event_initialize): Don't initialize trace.
6914
6915         * gst/gstelement.h:
6916         * gst/gstelement.c (gst_element_iterate_src_pads) 
6917         (gst_element_iterate_sink_pads): New API functions.
6918         
6919         * gst/gstelement.c (iterator_fold_with_resync): New utility,
6920         should fold into gstiterator.c in some form.
6921         (gst_element_pads_activate): Simplified via use of fold and
6922         delegation of decisions to gstpad->activate.
6923
6924         * gst/gstbus.c (gst_bus_source_finalize): Set the bus to NULL,
6925         help in debugging.
6926
6927         * gst/gstbuffer.c (_gst_buffer_initialize): Ref the buffer type
6928         class once in init, like gstmessage. Didn't run into this issue
6929         but it seems correct. Don't initialize a trace, gstminiobject does
6930         that.
6931
6932         * check/pipelines/simple_launch_lines.c (test_stop_from_app): New
6933         test, runs fakesrc ! fakesink, stopping on ::handoff via a message
6934         to the bus.
6935         (assert_live_count): New util function, uses alloc traces to check
6936         cleanup.
6937
6938         * check/gst/gstghostpad.c (test_ghost_pads): More refcount checks.
6939         To be modified when unlink drops the internal pad.
6940
6941 2005-06-27  Wim Taymans  <wim@fluendo.com>
6942
6943         * gst/gstbin.c: (gst_bin_get_state), (gst_bin_iterate_state_order),
6944         (gst_bin_change_state):
6945         Cleanup the get_state() function a little, make sure it
6946         iterates the same set of elements.
6947         Added stub iterate_state_order().
6948
6949 2005-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6950
6951         * docs/gst/gstreamer-docs.sgml:
6952         * docs/gst/gstreamer-sections.txt:
6953         * docs/gst/gstreamer.types:
6954         * docs/gst/tmpl/gstbasesink.sgml:
6955         * docs/gst/tmpl/gstbasesrc.sgml:
6956         * docs/gst/tmpl/gstbasetransform.sgml:
6957         * docs/gst/tmpl/gstelement.sgml:
6958         * docs/gst/tmpl/gstiterator.sgml:
6959         * gst/base/gstbasesrc.c:
6960         * gst/base/gstbasesrc.h:
6961         * gst/base/gstbasetransform.h:
6962         * gst/gstelement.c:
6963         * gst/gstiterator.h:
6964           adding basetransform and iterator docs
6965
6966 2005-06-27  Andy Wingo  <wingo@pobox.com>
6967
6968         * docs/design/part-activation.txt: Notes on how activation should
6969         work -- not quite implemented yet.
6970
6971 2005-06-25  Wim Taymans  <wim@fluendo.com>
6972
6973         * gst/gstghostpad.c: (gst_proxy_pad_do_chain):
6974         At least get the chain function correct, needs more
6975         fixing.
6976
6977 2005-06-25  Wim Taymans  <wim@fluendo.com>
6978
6979         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_empty),
6980         (gst_basesink_handle_object), (gst_basesink_event),
6981         (gst_basesink_do_sync), (gst_basesink_handle_event),
6982         (gst_basesink_change_state):
6983         * gst/gsttask.h:
6984         Right, two problems here: ghostpads don't take locks and
6985         glib _rec_mutex_lock_full() with depth==0 still locks.
6986         Catch illegal locking and g_warn them.
6987
6988 2005-06-25  Wim Taymans  <wim@fluendo.com>
6989
6990         * check/states/sinks.c: (START_TEST), (gst_object_suite):
6991         Have to check for completion now...
6992
6993 2005-06-25  Wim Taymans  <wim@fluendo.com>
6994
6995         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_empty),
6996         (gst_basesink_handle_object), (gst_basesink_event),
6997         (gst_basesink_do_sync), (gst_basesink_handle_event),
6998         (gst_basesink_change_state):
6999         * gst/gstpad.h:
7000         Unlock STREAM_LOCK whatever the recursion was.
7001
7002 2005-06-25  Wim Taymans  <wim@fluendo.com>
7003
7004         * gst/base/gstbasesink.c: (gst_basesink_set_property),
7005         (gst_basesink_preroll_queue_empty),
7006         (gst_basesink_preroll_queue_flush), (gst_basesink_handle_object),
7007         (gst_basesink_event), (gst_basesink_do_sync),
7008         (gst_basesink_handle_event), (gst_basesink_handle_buffer),
7009         (gst_basesink_chain), (gst_basesink_loop), (gst_basesink_activate),
7010         (gst_basesink_change_state):
7011         Reworked the base sink, handle event and buffer serialisation
7012         correctly and removed possible deadlock.
7013         Handle EOS correctly.
7014
7015 2005-06-25  Wim Taymans  <wim@fluendo.com>
7016
7017         * gst/gstpipeline.c: (is_eos), (pipeline_bus_handler),
7018         (gst_pipeline_change_state):
7019         * tools/gst-launch.c: (check_intr), (event_loop), (main):
7020         Allow elements to post EOS in the state change function.
7021         Fix up -launch, make it exit the poll loop when the
7022         pipeline actually changed state.
7023         Fix up warning parsing in -launch.
7024
7025 2005-06-25  Wim Taymans  <wim@fluendo.com>
7026
7027         * gst/elements/gsttee.c: (gst_tee_chain), (gst_tee_loop),
7028         (gst_tee_sink_activate):
7029         Core takes STREAM_LOCK for us now.
7030
7031 2005-06-25  Wim Taymans  <wim@fluendo.com>
7032
7033         * gst/gstelement.c: (gst_element_get_state_func),
7034         (gst_element_set_state):
7035         * gst/gstelement.h:
7036         * gst/gstmessage.c: (gst_message_parse_error),
7037         (gst_message_parse_warning):
7038         Keep track of current target state while performing a state
7039         change so that subclasses can do something interesting.
7040         Fix parsing of warning/error messages when GError is NULL.
7041
7042 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7043
7044         * docs/gst/Makefile.am:
7045         * docs/gst/gstreamer-docs.sgml:
7046         * docs/gst/gstreamer-sections.txt:
7047         * docs/gst/gstreamer.types:
7048         * docs/gst/tmpl/gstbasesink.sgml:
7049         * docs/gst/tmpl/gstbasesrc.sgml:
7050         * docs/gst/tmpl/gstbin.sgml:
7051         * docs/gst/tmpl/gstcompat.sgml:
7052         * docs/gst/tmpl/gstfakesink.sgml:
7053         * docs/gst/tmpl/gstfakesrc.sgml:
7054         * docs/gst/tmpl/gstfilesink.sgml:
7055         * docs/gst/tmpl/gstfilesrc.sgml:
7056         * docs/gst/tmpl/gstindex.sgml:
7057         * docs/manual/appendix-quotes.xml:
7058         * gst/base/gstbasesrc.h:
7059         * gst/elements/gstfakesrc.h:
7060         * gst/gstmessage.h:
7061           start pulling in base classes and elements in our docs
7062
7063 2005-06-24  Stefan Kost  <ensonic@users.sf.net>
7064
7065         * docs/gst/Makefile.am:
7066         * docs/libs/Makefile.am:
7067           fixed make distcheck with gtk-doc 1.3
7068
7069 2005-06-23  Wim Taymans  <wim@fluendo.com>
7070
7071         * gst/gstelement.c: (gst_element_get_state_func),
7072         (gst_element_set_state), (gst_element_change_state):
7073         When the state did not change, also report NO_PREROLL
7074         when it matters.
7075
7076 2005-06-23  Wim Taymans  <wim@fluendo.com>
7077
7078         * gst/gstpad.c: (gst_pad_event_default):
7079         * gst/gstqueue.c: (gst_queue_loop):
7080         No unsafe task pausing please.
7081
7082 2005-06-23  Wim Taymans  <wim@fluendo.com>
7083
7084         * gst/schedulers/threadscheduler.c:
7085         (gst_thread_scheduler_task_start),
7086         (gst_thread_scheduler_task_pause), (gst_thread_scheduler_func):
7087         Ref the task before pushing it on the threadpool. This
7088         makes sure that we have a ref when the threadfunction is
7089         actually called.
7090
7091 2005-06-23  Andy Wingo  <wingo@pobox.com>
7092
7093         * gst/base/gstbasesrc.c (gst_basesrc_get_range): Check if the
7094         offset is greater than the file's size.
7095
7096         * gst/gstobject.h (GST_CLASS_LOCK, GST_CLASS_TRYLOCK) 
7097         (GST_CLASS_UNLOCK, GST_CLASS_GET_LOCK, GstObjectClass)
7098         * gst/gstobject.c (gst_object_class_init): Make the class lock
7099         recursive. Wim won't let me drop deep_notify. Decodebin works
7100         again, whoopdy doo.
7101
7102         * gst/gstghostpad.c (on_int_notify): Catches notify::caps on the
7103         internal pad, and hacks accordingly. Doesn't do it on the target
7104         pad because we change its caps. Probably catches all cases of
7105         interest tho.
7106         (gst_ghost_pad_set_property): Connect to notify::caps as
7107         appropritate.
7108
7109         * tests/network-clock.scm (plot-simulation): Pipe data to the
7110         elite python skript.
7111
7112         * tests/network-clock-utils.scm (define-parameter): New macro,
7113         defines a parameter that can be set via the command line.
7114         (set-parameter!, parse-parameter-arguments): Command line args
7115         parser.
7116
7117         * tests/plot-data: Simple matplotlib-based plotter, takes input on
7118         stdin.
7119
7120 2005-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
7121
7122         * gst/elements/gsttypefindelement.c:
7123         (gst_type_find_element_handle_event):
7124           Don't restart typefinding on a discont.
7125         * gst/gstelement.c: (gst_element_set_state):
7126           Debug spelling fix.
7127         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_send_event):
7128           Allow changing mode of an active pad.
7129           Debug output fixes.
7130         * gst/registries/gstlibxmlregistry.c: (load_feature):
7131           Don't cast a static pad template to a normal pad template.
7132
7133 2005-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7134
7135         * check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
7136         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
7137           remove gst_strtoll completely, since it didn't actually do
7138           anything more than what g_ascii_strtoull already does.
7139           check for range errors when deserializing
7140           do a cast for the unsigned cases; but further fixing needs
7141           a decision on what the interpretation of "(int)" and
7142           deserialization should be for values that fall outside the
7143           type's boundaries (ie, refuse, or interpret as casting)
7144
7145 2005-06-23  Wim Taymans  <wim@fluendo.com>
7146
7147         * check/Makefile.am:
7148         * check/states/sinks.c: (START_TEST), (gst_object_suite), (main):
7149         * docs/design/part-live-source.txt:
7150         * docs/design/part-states.txt:
7151         * gst/base/gstbasesrc.c: (gst_basesrc_init),
7152         (gst_basesrc_set_live), (gst_basesrc_is_live),
7153         (gst_basesrc_get_range), (gst_basesrc_activate),
7154         (gst_basesrc_change_state):
7155         * gst/base/gstbasesrc.h:
7156         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
7157         (gst_fakesrc_set_property), (gst_fakesrc_get_property):
7158         * gst/gstbin.c: (gst_bin_get_state), (gst_bin_change_state):
7159         * gst/gstelement.c: (gst_element_get_state_func),
7160         (gst_element_set_state):
7161         * gst/gstelement.h:
7162         * gst/gsttypes.h:
7163         * tools/gst-launch.c: (event_loop), (main):
7164         Added support for live sources and other elements that
7165         cannot do preroll.
7166         Updated design docs, added live-source design doc.
7167         Implemented live source functionality in basesrc
7168         Fix error condition in _bin_get_state()
7169         Implement live source handling in -launch.
7170         Added check for live sources.
7171         Fixed case in GstBin where elements were changed state
7172         multiple times.
7173
7174
7175 2005-06-23  Andy Wingo  <wingo@pobox.com>
7176
7177         * check/gst/gstpad.c (test_get_allowed_caps, test_refcount): Fix
7178         borken refcounting.
7179
7180         * gst/gstpad.c (gst_pad_set_caps): Remove needless refs,
7181         gst_caps_replace takes care of this for us.
7182
7183         * gst/gstghostpad.c (gst_proxy_pad_do_setcaps): Call the full
7184         gst_pad_set_caps on the target, not just its setcaps() function.
7185
7186         * tests/network-clock.scm: 
7187         * tests/network-clock-utils.scm: A network clock simulator.
7188         Something of an algorithmic testbed before doing something in C.
7189
7190 2005-06-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7191
7192         * check/Makefile.am:
7193         * check/gst/capslist.h:
7194           copy over from 0.8, and add two with bitmasks specified with
7195           (int) 0xFF...
7196         * check/gst/gstcaps.c: (START_TEST), (gst_caps_suite):
7197           add test to parse everything from capslist.h
7198         * check/gst/gststructure.c: (START_TEST), (gst_value_suite),
7199         (main):
7200           add test for structure deserialization
7201         * check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
7202           add tests for deserialization of strings to int types
7203         * gst/gststructure.c: (gst_structure_nth_field_name):
7204         * gst/gststructure.h:
7205           add a way to get the name of a field referenced by index
7206         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
7207           instead of checking if the resulting long long lies between
7208           min and max, we check if the long long would fit into
7209           a number of bytes for the final type.
7210           This fixes cases where a string represents 2^32 - 1, which
7211           when cast to int would be the (valid) -1, but is bigger than
7212           G_MAXINT
7213
7214 2005-06-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7215
7216         * gst/parse/grammar.y:
7217           add a log line for type deserialization
7218
7219 2005-06-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7220
7221         * check/gst/gstvalue.c: (START_TEST):
7222         * gst/gstvalue.c: (gst_value_deserialize):
7223           return long long, not int, so gint64 deserialization actually
7224           works.  Is there any flag that makes the compiler check this ?
7225           Fixes #308559
7226
7227 2005-06-22  Wim Taymans  <wim@fluendo.com>
7228
7229         * gst/gstbuffer.h:
7230         Added convenience macros for setting buffers in GValue.
7231
7232 2005-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7233
7234         * check/gst/.cvsignore:
7235         * check/gst/gstvalue.c: (START_TEST), (gst_value_suite):
7236           add a test deserializing int64, and comment part out because
7237           it fails, yay !
7238
7239 2005-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7240
7241         * check/Makefile.am:
7242         * check/gst/gstvalue.c: (START_TEST), (gst_value_suite), (main):
7243         * testsuite/Makefile.am:
7244         * testsuite/caps/Makefile.am:
7245         * testsuite/caps/value_serialize.c:
7246         * testsuite/test_gst_init.c:
7247           move a value_serialize test over
7248
7249 2005-06-20  Wim Taymans  <wim@fluendo.com>
7250
7251         * gst/gstpad.c:
7252         Small doc updates.
7253         
7254         * gst/gstvalue.c: (gst_value_compare_buffer),
7255         (gst_value_serialize_buffer), (gst_value_deserialize_buffer),
7256         (gst_value_compare_flags), (gst_value_serialize_flags),
7257         (gst_value_deserialize_flags), (_gst_value_initialize):
7258         Fix serialisation of buffers, they are not boxed types anymore
7259
7260 2005-06-20  Wim Taymans  <wim@fluendo.com>
7261
7262         * check/gst/gstcaps.c: (START_TEST), (gst_caps_suite):
7263         Testcase to show error in buffer-on-caps serialisation.
7264
7265 2005-06-20  Andy Wingo  <wingo@pobox.com>
7266
7267         * docs/random/wingo/porting-plugins-to-0.9: A pitiful document I
7268         will be adding to later.
7269
7270         * gst/gstsystemclock.c (gst_system_clock_init): Unlock the clock
7271         if its socks fill with rocks.
7272         (gst_system_clock_obtain): Set the name on object construction.
7273         Avoid double-checked locking.
7274
7275 2005-06-20  Tim-Philipp Müller  <tim at centricular dot net>
7276
7277         * gst/gsturi.c: (gst_element_make_from_uri):
7278           Fix potential endless loop.
7279
7280 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7281
7282         * check/Makefile.am:
7283           add gsttag
7284         * check/gst/gsttag.c: (check_tags), (START_TEST), (gst_tag_suite),
7285         (main):
7286           move over from testsuite dir and clean up
7287         * configure.ac:
7288         * gst/gsttag.c:
7289         * testsuite/Makefile.am:
7290         * testsuite/tags/.cvsignore:
7291         * testsuite/tags/Makefile.am:
7292         * testsuite/tags/merge.c:
7293           remove testsuite/tags
7294
7295 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7296
7297         * docs/gst/gstreamer-sections.txt:
7298         * docs/gst/tmpl/gstenumtypes.sgml:
7299         * win32/gstenumtypes.c:
7300           clean up documentation build a little
7301
7302 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7303
7304         * check/gstcheck.h:
7305           add macros for checking refcounts on objects and caps
7306         * check/gst/gstpad.c: (START_TEST), (gst_pad_suite):
7307           add some more unit tests
7308         * gst/gstpad.c: (gst_pad_link_check_compatible_unlocked),
7309         (gst_pad_link_prepare), (gst_pad_link), (gst_pad_get_allowed_caps):
7310           fix leaked refcounts (I hope :)) so unittest works
7311         * gst/gstpad.h:
7312           whitespace removal
7313
7314 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7315
7316         * configure.ac: back to HEAD
7317
7318 === release 0.9.1 ===
7319
7320 2005-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7321
7322         * NEWS:
7323         * RELEASE:
7324           updated
7325
7326 2005-06-17  Andy Wingo  <wingo@pobox.com>
7327
7328         * gst/base/gstbasesink.c (gst_basesink_chain): Remove bogus
7329         assert; it's always possible that the pad gets deactivated in
7330         between the checks in gstpad.c and the implementation. Rely on
7331         finish_preroll() to return a FLUSHING or similar instead of on the
7332         assert.
7333         
7334         * gst/base/gstbasesink.c (gst_basesink_event): Only wait for the
7335         clock and post an EOS message if we come out of finish_preroll in
7336         the playing state.
7337
7338 2005-06-16  David Schleef  <ds@schleef.org>
7339
7340         * gst/elements/gstcapsfilter.c: (gst_capsfilter_class_init),
7341         (gst_capsfilter_set_property): Allow NULL as possible value
7342         for filter_caps property, indicating GST_CAPS_ANY.
7343
7344 2005-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7345
7346         * gst/elements/gstfakesrc.c: (gst_fakesrc_create):
7347           fix debug output
7348         * gst/schedulers/Makefile.am:
7349           use libgst prefix
7350         * gstreamer.spec.in:
7351           fix spec for it
7352
7353 2005-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7354
7355         * gstreamer.spec.in:
7356           clean up
7357
7358 2005-06-08  Andy Wingo  <wingo@pobox.com>
7359
7360         * gst/gstutils.c: RPAD fixes all around.
7361         (gst_element_link_pads): Refcounting fixes.
7362
7363         * tools/gst-inspect.c:
7364         * tools/gst-xmlinspect.c:
7365         * parse/grammar.y:
7366         * gst/base/gsttypefindhelper.c:
7367         * gst/base/gstbasesink.c:
7368         * gst/gstqueue.c: RPAD fixes.
7369
7370         * gst/gstghostpad.h:
7371         * gst/gstghostpad.c: New ghost pad implementation as full proxy
7372         pads. The tricky thing is they provide both source and sink
7373         interfaces, since they proxy the internal pad for the external
7374         pad, and vice versa. Implement with lower-level ProxyPad objects,
7375         with the interior proxy pad as a child of the exterior ghost pad.
7376         Should write a doc on this.
7377         
7378         * gst/gstpad.h: s/RPAD/PAD/, s/RealPad/Pad/.
7379         (gst_pad_set_name, gst_pad_set_parent): Macros removed, use
7380         gst_object API.
7381         
7382         * gst/gstpad.c: Big changes. No more stub base GstPad, now all
7383         pads are real pads. No ghost pads in this file. Not documenting
7384         the myriad s/RPAD/PAD/ and REALIZE fixes.
7385         (gst_pad_class_init): Add properties for "direction" and
7386         "template". Both are construct-only, so they can't change during
7387         the life of the pad. Fixes properly deriving from GstPad.
7388         (gst_pad_custom_new, gst_pad_custom_new_from_template): Gone. For
7389         derived objects, just set properties when creating the objects via
7390         g_object_new.
7391         (gst_pad_get_parent): Implement as a function, return NULL if the
7392         parent is not an element.
7393         (gst_pad_get_real_parent, gst_pad_add_ghost_pad)
7394         (gst_pad_remove_ghost_pad, gst_pad_realize): Removed.
7395         
7396         * gst/gstobject.c (gst_object_class_init): Make name a construct
7397         property. Don't set it in the object init.
7398
7399         * gst/gstelement.c (gst_element_add_pad): Don't allow adding pads
7400         with UNKNOWN direction.
7401         (gst_element_add_ghost_pad): Remove non-orthogonal API. Replace
7402         with gst_element_add_pad (e, gst_ghost_pad_new (name, pad)).
7403         (gst_element_remove_pad): Remove ghost-pad special cases.
7404         (gst_element_pads_activate): Remove rpad cruft.
7405
7406         * gst/gstbin.c (gst_bin_change_state): Use gst_pad_get_parent to
7407         catch the pad's-parent-not-an-element case.
7408
7409         * gst/gst.h: Include gstghostpad.h.
7410
7411         * gst/gst.c (init_post): No more real, ghost pads.
7412
7413         * gst/Makefile.am: Add gstghostpad.[ch].
7414
7415         * check/Makefile.am:
7416         * check/gst/gstbin.c:
7417         * check/gst/gstghostpad.c (test_ghost_pads): Check that linking
7418         into a bin creates ghost pads, and that the refcounts are right.
7419         Partly moved from gstbin.c.
7420
7421 2005-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7422
7423         * check/gst-libs/.cvsignore:
7424         * check/gst/.cvsignore:
7425         * check/pipelines/.cvsignore:
7426           ignore more
7427         * check/pipelines/cleanup.c: (setup_pipeline), (run_pipeline),
7428         (START_TEST), (cleanup_suite), (main):
7429           add some tests related to cleanup after running pipelines
7430
7431 2005-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7432
7433         * check/gst/gstbuffer.c: (START_TEST), (gst_test_suite), (main):
7434           add a testsuite for GstBuffer
7435
7436 2005-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7437
7438         * gst/gstminiobject.h:
7439           add defines for accessing the refcount
7440
7441 2005-06-03  Stefan Kost  <ensonic@users.sf.net>
7442
7443         * Makefile.am: added support for html unit test coverage reports
7444
7445 2005-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
7446
7447         * gst/elements/gstcapsfilter.c: (gst_capsfilter_set_property):
7448           Free existing caps if the capsfilter changes. Add a FIXME about
7449           setting those caps on the pads.
7450
7451         * gst/gstutils.c: (gst_element_get_compatible_pad), (ghost_up):
7452           Before adding a ghost pad to a parent bin, check that there isn't
7453           already one for the element on the bin. Prevents infinite recursion
7454           when using decodebin in parse pipelines. Andy says he'll rewrite the
7455           way this works anyway, so ignore the hack.
7456
7457 2005-06-02  Andy Wingo  <wingo@pobox.com>
7458
7459         * gst/elements/gsttypefindelement.c (do_pull_typefind): Query the
7460         file size, pass it on to the type find helper.
7461
7462         * gst/base/gstbasesrc.c (gst_basesrc_do_seek): Set the
7463         segment_start and segment_end properly according to the seek
7464         method. Segment_end is still a bit flaky because offset can be
7465         negative for CUR and END cases, but it takes -1 as an "unset"
7466         value.
7467
7468 2005-06-02  Wim Taymans  <wim@fluendo.com>
7469
7470         * gst/base/gstbasesink.c: (gst_basesink_pad_buffer_alloc),
7471         (gst_base_sink_buffer_alloc), (gst_basesink_preroll_queue_push),
7472         (gst_basesink_activate):
7473         * gst/base/gstbasesink.h:
7474         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
7475         (gst_pad_link), (gst_pad_accept_caps), (gst_pad_alloc_buffer),
7476         (gst_pad_query), (gst_pad_start_task):
7477         * gst/gstpad.h:
7478         * gst/gstqueue.c: (gst_queue_bufferalloc),
7479         (gst_queue_handle_sink_event), (gst_queue_chain):
7480         Bufferalloc: return GstFlowReturn to more accuratly report
7481         why allocation failed.
7482
7483 2005-06-02  Wim Taymans  <wim@fluendo.com>
7484
7485         * gst/gstpipeline.c: (gst_pipeline_send_event):
7486         Take snapshot of state without blocking.
7487
7488 2005-06-02  Wim Taymans  <wim@fluendo.com>
7489
7490         * docs/design/part-TODO.txt:
7491         * docs/design/part-caps.txt:
7492         * docs/design/part-clocks.txt:
7493         * docs/design/part-negotiation.txt:
7494         * docs/design/part-preroll.txt:
7495         Small doc updates 
7496
7497 2005-05-30  Wim Taymans  <wim@fluendo.com>
7498
7499         * gst/elements/gstidentity.c: (gst_identity_event),
7500         (gst_identity_transform), (gst_identity_get_property):
7501         Protect last_message property as it is accessed from
7502         multiple threads.
7503
7504 2005-05-30  Wim Taymans  <wim@fluendo.com>
7505
7506         * gst/gstelement.c: (gst_element_init),
7507         (gst_element_pads_activate), (gst_element_change_state):
7508         Slicker pad activation code.
7509
7510 2005-05-30  Wim Taymans  <wim@fluendo.com>
7511
7512         * gst/Makefile.am:
7513         * gst/gstelement.h:
7514         * gst/gstelementfactory.h:
7515         * gst/gsttypes.h:
7516         Move elementfactory methods to separate .h file.
7517
7518 2005-05-30  Wim Taymans  <wim@fluendo.com>
7519
7520         * docs/design/part-overview.txt:
7521         * gst/gstsystemclock.h:
7522         Small typo fixes, doc updates.
7523
7524 2005-05-30  Wim Taymans  <wim@fluendo.com>
7525
7526         * gst/gst.c: (gst_init_get_popt_table), (init_post),
7527         (init_popt_callback):
7528         Remove cpu-opt flag.
7529
7530 2005-05-30  Wim Taymans  <wim@fluendo.com>
7531
7532         * gst/gstbuffer.c: (gst_subbuffer_finalize),
7533         (gst_buffer_create_sub), (gst_buffer_is_span_fast):
7534         * gst/gstbuffer.h:
7535         Avoid typechecking in places where not needed.
7536         Added accessor for malloc_data.
7537
7538 2005-05-30  Wim Taymans  <wim@fluendo.com>
7539
7540         * gst/gstpad.c: (gst_real_pad_init), (gst_pad_set_active),
7541         (gst_pad_link_prepare), (gst_pad_link), (gst_pad_accept_caps),
7542         (gst_pad_configure_sink), (gst_pad_configure_src),
7543         (gst_pad_alloc_buffer), (gst_pad_query), (gst_pad_send_event),
7544         (gst_pad_start_task):
7545         Propagate errors from _set_caps() in configure_src/sink
7546         functions instead of returning TRUE.
7547         FLUSH events can travel up and downstream
7548
7549
7550 2005-05-30  Wim Taymans  <wim@fluendo.com>
7551
7552         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_push),
7553         (gst_basesink_activate):
7554         Handle EOS in preroll.
7555
7556 2005-05-30  Wim Taymans  <wim@fluendo.com>
7557
7558         * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
7559         (gst_queue_loop), (gst_queue_handle_src_event):
7560         Remove old pieces of code
7561         Flushing the queue in an upstream event is a very bad idea.
7562
7563 2005-05-26  Andy Wingo  <wingo@pobox.com>
7564
7565         * gst/gstminiobject.c (gst_value_mini_object_collect): Use
7566         gst_value_set_mini_object so as to add a ref on the object (which
7567         will be removed when the value is unset).
7568
7569         * gst/elements/gstfakesink.c (gst_fakesink_class_init): Fix signal
7570         arg type in ::handoff.
7571
7572         * gst/gstelement.c (gst_element_change_state): Also deactivate
7573         pads in READY->NULL, just in case the element didn't make it to
7574         PAUSED. Wingo tested, Wim approved.
7575
7576 2005-05-26  Wim Taymans  <wim@fluendo.com>
7577
7578         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
7579         (gst_pad_link), (gst_pad_accept_caps), (gst_pad_alloc_buffer),
7580         (gst_pad_query), (gst_pad_send_event), (gst_pad_start_task):
7581         A flushing pad cannot be used to alloc_buffer from.
7582
7583 2005-05-26  Wim Taymans  <wim@fluendo.com>
7584
7585         * gst/gstbus.c: (gst_bus_init), (gst_bus_dispose), (gst_bus_post),
7586         (gst_bus_pop), (gst_bus_source_prepare), (gst_bus_source_check),
7587         (gst_bus_source_dispatch), (gst_bus_source_finalize),
7588         (gst_bus_create_watch), (gst_bus_add_watch_full):
7589         * gst/gstbus.h:
7590         Implement a real GSource and use g_main_context_wakeup() to
7591         signal new messages instead of the socketpair.
7592
7593 2005-05-25  Wim Taymans  <wim@fluendo.com>
7594
7595         * gst/gstbin.c: (bin_element_is_sink), (has_ancestor),
7596         (bin_element_is_semi_sink), (append_child), (gst_bin_change_state):
7597         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
7598         (gst_pad_link), (gst_pad_accept_caps), (gst_pad_query),
7599         (gst_pad_send_event), (gst_pad_start_task):
7600         * gst/gstqueue.c: (gst_queue_init), (gst_queue_locked_flush),
7601         (gst_queue_handle_sink_event), (gst_queue_chain), (gst_queue_loop),
7602         (gst_queue_sink_activate), (gst_queue_src_activate),
7603         (gst_queue_change_state):
7604         * gst/gstqueue.h:
7605         Fix state changes for non sinks. We now change sinks, then elements
7606         with unconnected srcpads, then the rest.
7607         More efficient queue unlocking in flush and state changes.
7608         Set the pad activate mode even if it does not have an activate
7609         function.
7610
7611 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7612
7613         * gst/base/gstbasesrc.c: (gst_basesrc_activate):
7614           Don't go in pull mode for non-seekable sources.
7615         * gst/elements/gsttypefindelement.h:
7616         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
7617         (gst_type_find_element_dispose), (gst_type_find_handle_src_query),
7618         (free_entry), (stop_typefinding),
7619         (gst_type_find_element_handle_event), (find_peek),
7620         (gst_type_find_element_chain), (do_pull_typefind),
7621         (gst_type_find_element_change_state):
7622           Allow typefinding (w/o seeking) in push-mode, simplified version
7623           of what was in 0.8.
7624         * gst/gstutils.c: (gst_buffer_join):
7625         * gst/gstutils.h:
7626           gst_buffer_join() from 0.8.
7627
7628 2005-05-25  Wim Taymans  <wim@fluendo.com>
7629
7630         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_prepare),
7631         (gst_pad_link), (gst_pad_accept_caps), (gst_pad_query),
7632         (gst_pad_send_event), (gst_pad_start_task):
7633         Disable attempt at mode switching until it is figured out.
7634
7635 2005-05-25  Wim Taymans  <wim@fluendo.com>
7636
7637         * gst/base/gstadapter.c: (gst_adapter_peek), (gst_adapter_flush):
7638         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_push),
7639         (gst_basesink_finish_preroll), (gst_basesink_chain),
7640         (gst_basesink_loop), (gst_basesink_activate),
7641         (gst_basesink_change_state):
7642         * gst/base/gstbasesrc.c: (gst_basesrc_do_seek),
7643         (gst_basesrc_get_range), (gst_basesrc_loop),
7644         (gst_basesrc_activate):
7645         * gst/elements/gsttee.c: (gst_tee_sink_activate):
7646         * gst/gstpad.c: (gst_pad_dispose), (gst_real_pad_class_init),
7647         (gst_real_pad_init), (gst_real_pad_set_property),
7648         (gst_real_pad_get_property), (gst_pad_set_active),
7649         (gst_pad_is_active), (gst_pad_get_query_types), (gst_pad_unlink),
7650         (gst_pad_link_prepare), (gst_pad_link), (gst_pad_get_real_parent),
7651         (gst_real_pad_get_caps_unlocked), (gst_pad_peer_get_caps),
7652         (gst_pad_accept_caps), (gst_pad_get_peer), (gst_pad_realize),
7653         (gst_pad_event_default_dispatch), (gst_pad_event_default),
7654         (gst_pad_dispatcher), (gst_pad_query), (gst_real_pad_dispose),
7655         (gst_pad_save_thyself), (handle_pad_block), (gst_pad_chain),
7656         (gst_pad_push), (gst_pad_get_range), (gst_pad_pull_range),
7657         (gst_pad_send_event), (gst_pad_start_task), (gst_pad_pause_task),
7658         (gst_pad_stop_task):
7659         * gst/gstpad.h:
7660         * gst/gstqueue.c: (gst_queue_handle_sink_event), (gst_queue_chain),
7661         (gst_queue_loop), (gst_queue_src_activate):
7662         * gst/gsttask.c: (gst_task_init), (gst_task_set_lock),
7663         (gst_task_get_state):
7664         * gst/gsttask.h:
7665         * gst/schedulers/threadscheduler.c:
7666         (gst_thread_scheduler_task_start), (gst_thread_scheduler_func):
7667         Implement gst_pad_pause/start/stop_task(), take STREAM lock
7668         in task function.
7669         Remove ACTIVE pad flag, use FLUSHING everywhere
7670         Added _pad_chain(), _pad_get_range() to call chain/getrange 
7671         functions.
7672         Add locks around IS_FLUSHING when reading.
7673         Take STREAM lock in chain(), get_range() functions so plugins
7674         don't need to take it anymore.
7675         
7676
7677
7678 2005-05-25  Wim Taymans  <wim@fluendo.com>
7679
7680         * tools/gst-launch.c: (event_loop):
7681         Unref message after using its contents instead of
7682         before.
7683
7684 2005-05-24  Wim Taymans  <wim@fluendo.com>
7685
7686         * docs/design/draft-ghostpads.txt:
7687         * docs/design/draft-push-pull.txt:
7688         * docs/design/draft-query.txt:
7689         * docs/design/part-overview.txt:
7690         Docs updates, added general overview doc.
7691
7692 2005-05-21  David Schleef  <ds@schleef.org>
7693
7694         * docs/gst/tmpl/old/GstBin.sgml:
7695         * docs/gst/tmpl/old/GstBuffer.sgml:
7696         * docs/gst/tmpl/old/GstCaps.sgml:
7697         * docs/gst/tmpl/old/GstClock.sgml:
7698         * docs/gst/tmpl/old/GstCompat.sgml:
7699         * docs/gst/tmpl/old/GstData.sgml:
7700         * docs/gst/tmpl/old/GstElement.sgml:
7701         * docs/gst/tmpl/old/GstEvent.sgml:
7702         * docs/gst/tmpl/old/GstIndex.sgml:
7703         * docs/gst/tmpl/old/GstStructure.sgml:
7704         * docs/gst/tmpl/old/GstTag.sgml:
7705         * docs/gst/tmpl/old/cothreads.sgml:
7706         * docs/gst/tmpl/old/cothreads_compat.sgml:
7707         * docs/gst/tmpl/old/gettext.sgml:
7708         * docs/gst/tmpl/old/gobject2gtk.sgml:
7709         * docs/gst/tmpl/old/grammar.tab.sgml:
7710         * docs/gst/tmpl/old/gst-i18n-app.sgml:
7711         * docs/gst/tmpl/old/gst-i18n-lib.sgml:
7712         * docs/gst/tmpl/old/gst_private.sgml:
7713         * docs/gst/tmpl/old/gstaggregator.sgml:
7714         * docs/gst/tmpl/old/gstarch.sgml:
7715         * docs/gst/tmpl/old/gstatomic_impl.sgml:
7716         * docs/gst/tmpl/old/gstbufferstore.sgml:
7717         * docs/gst/tmpl/old/gstdata_private.sgml:
7718         * docs/gst/tmpl/old/gstdisksink.sgml:
7719         * docs/gst/tmpl/old/gstdisksrc.sgml:
7720         * docs/gst/tmpl/old/gstelementfactory.sgml:
7721         * docs/gst/tmpl/old/gstextratypes.sgml:
7722         * docs/gst/tmpl/old/gstfakesink.sgml:
7723         * docs/gst/tmpl/old/gstfakesrc.sgml:
7724         * docs/gst/tmpl/old/gstfdsink.sgml:
7725         * docs/gst/tmpl/old/gstfdsrc.sgml:
7726         * docs/gst/tmpl/old/gstfilesink.sgml:
7727         * docs/gst/tmpl/old/gstfilesrc.sgml:
7728         * docs/gst/tmpl/old/gsthttpsrc.sgml:
7729         * docs/gst/tmpl/old/gstidentity.sgml:
7730         * docs/gst/tmpl/old/gstindexfactory.sgml:
7731         * docs/gst/tmpl/old/gstmarshal.sgml:
7732         * docs/gst/tmpl/old/gstmd5sink.sgml:
7733         * docs/gst/tmpl/old/gstmultidisksrc.sgml:
7734         * docs/gst/tmpl/old/gstmultifilesrc.sgml:
7735         * docs/gst/tmpl/old/gstpadtemplate.sgml:
7736         * docs/gst/tmpl/old/gstpipefilter.sgml:
7737         * docs/gst/tmpl/old/gstschedulerfactory.sgml:
7738         * docs/gst/tmpl/old/gstsearchfuncs.sgml:
7739         * docs/gst/tmpl/old/gstshaper.sgml:
7740         * docs/gst/tmpl/old/gstspider.sgml:
7741         * docs/gst/tmpl/old/gstspideridentity.sgml:
7742         * docs/gst/tmpl/old/gststatistics.sgml:
7743         * docs/gst/tmpl/old/gsttee.sgml:
7744         * docs/gst/tmpl/old/gsttimecache.sgml:
7745         * docs/gst/tmpl/old/gsttypefindfactory.sgml:
7746         * docs/gst/tmpl/old/gstxmlregistry.sgml:
7747         * docs/gst/tmpl/old/gthread-cothreads.sgml:
7748         * docs/gst/tmpl/old/types.sgml:
7749           I didn't intend to add these or check them in.
7750
7751 2005-05-19  David Schleef  <ds@schleef.org>
7752
7753         * configure.ac: Use -no-common everywhere.  In a sane world, it
7754           would be the default in libtool, because without it, you can't
7755           build DLLs on Windows.
7756         * docs/gst/gstreamer-docs.sgml: Remove GstCpu, GstData, GstThread
7757         * docs/gst/gstreamer-sections.txt:
7758         * docs/gst/tmpl/gstcpu.sgml:
7759         * docs/gst/tmpl/gstdata.sgml:
7760         * docs/gst/tmpl/gstthread.sgml:
7761
7762 2005-05-19  David Schleef  <ds@schleef.org>
7763
7764         * gst/gstminiobject.c: (gst_value_set_mini_object),
7765         (gst_value_take_mini_object), (gst_value_get_mini_object):
7766         * gst/gstminiobject.h: Add GValue set/get functions.
7767
7768 2005-05-19  Wim Taymans  <wim@fluendo.com>
7769
7770         * gst/gstbuffer.c: (gst_buffer_init), (gst_subbuffer_get_type),
7771         (gst_subbuffer_class_init), (gst_subbuffer_finalize),
7772         (gst_subbuffer_init), (gst_buffer_is_span_fast):
7773         * gst/gstbuffer.h:
7774         * gst/gstbus.c: (gst_bus_post):
7775         * gst/gstelement.c: (gst_element_get_random_pad):
7776         * gst/gstmessage.c: (gst_message_init), (gst_message_finalize):
7777         Make subbufer unref the parent in finalize.
7778         some more debugging info.
7779
7780
7781 2005-05-19  Wim Taymans  <wim@fluendo.com>
7782
7783         * gst/base/gstbasesink.c: (gst_basesink_class_init),
7784         (gst_basesink_init), (gst_basesink_finalize),
7785         (gst_basesink_activate), (gst_basesink_change_state):
7786         Don't free preroll queue too early.
7787
7788 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7789
7790         * gst/Makefile.am:
7791         * gst/ROADMAP:
7792           Hi, I'm outdated. Please shoot me.
7793
7794 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7795
7796         * gst/gstpipeline.c: (gst_pipeline_send_event):
7797           Do not access variables after they have been deleted.
7798
7799 2005-05-19  Wim Taymans  <wim@fluendo.com>
7800
7801         * tools/gst-inspect.c: (print_plugin_features):
7802         A plugin feature does unfortunatly not use the
7803         object name yet...
7804
7805 2005-05-18  Wim Taymans  <wim@fluendo.com>
7806
7807         * gst/gstbuffer.c: (gst_buffer_is_span_fast), (gst_buffer_span):
7808         Port _span() functions to new subbuffers.
7809
7810 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7811
7812         * gst/gstbin.c: (gst_bin_add_func):
7813           Fix clock settery in bins when adding kids after the clock has
7814           been selected.
7815
7816 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7817
7818         * gst/elements/gstidentity.c: (gst_identity_class_init):
7819           Workaround until signals support GstMiniObject.
7820
7821 2005-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
7822
7823         * gst/gstbuffer.c:
7824         Oops, fix a typo GST_TYPE_BUFFER -> GST_TYPE_SUBBUFFER.
7825
7826 2005-05-18  Wim Taymans  <wim@fluendo.com>
7827
7828         * gst/base/Makefile.am:
7829         * gst/base/gstadapter.c: (gst_adapter_base_init),
7830         (gst_adapter_class_init), (gst_adapter_init),
7831         (gst_adapter_dispose), (gst_adapter_finalize), (gst_adapter_new),
7832         (gst_adapter_clear), (gst_adapter_push), (gst_adapter_peek),
7833         (gst_adapter_flush), (gst_adapter_available),
7834         (gst_adapter_available_fast):
7835         * gst/base/gstadapter.h:
7836         Ported and added adapter to the base classes.
7837
7838 2005-05-17  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7839
7840         * gst/gst.c:
7841         * gst/gstmessage.c:
7842           Make sure the class is reffed/unreffed once before threads can be
7843           used.  Fixes #304551.
7844
7845 2005-05-17  Wim Taymans  <wim@fluendo.com>
7846
7847         * gst/base/gstbasesink.c: (gst_basesink_finish_preroll),
7848         (gst_basesink_chain_unlocked), (gst_basesink_activate):
7849         * gst/gstminiobject.c: (gst_mini_object_get_type),
7850         (gst_mini_object_free):
7851         * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_query),
7852         (gst_pad_push), (gst_pad_push_event):
7853         * gst/gstqueue.c: (gst_queue_change_state):
7854         Don't queue buffers in basesink when we are flushing.
7855         Unref buffer when flushing in basesink.
7856         Flush queue when going to READY
7857         Unref buffer when _push() returns an error.
7858         Don't free MiniObject instance when refcount is incremented
7859         in _finalize() so that we can recover objects.
7860
7861 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7862
7863         * docs/manual/advanced-schedulers.xml:
7864         * docs/manual/appendix-checklist.xml:
7865         * docs/pwg/advanced-clock.xml:
7866         * docs/pwg/advanced-interfaces.xml:
7867         * docs/pwg/advanced-request.xml:
7868         * docs/pwg/advanced-types.xml:
7869         * docs/pwg/intro-preface.xml:
7870         * examples/plugins/example.c: (gst_example_get_type),
7871         (gst_example_class_init), (gst_example_chain),
7872         (gst_example_set_property), (gst_example_get_property),
7873         (gst_example_change_state), (plugin_init):
7874         * examples/plugins/example.h:
7875           small doc fixes
7876
7877 2005-05-17  Wim Taymans  <wim@fluendo.com>
7878
7879         * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_set_caps),
7880         (gst_pad_alloc_buffer), (gst_pad_query), (gst_pad_push):
7881         * gst/gstqueue.c: (gst_queue_change_state):
7882         Clear queue when going to READY.
7883         Remove IN_SETCAPS flag too.
7884
7885 2005-05-17  Tim-Philipp Müller  <tim at centricular dot net>
7886
7887         * gst/base/gstbasesrc.c: (gst_basesrc_change_state):
7888           Remove implicit cast from gboolean to GstElementStateReturn;
7889           make sure we still return failure in paused => ready case if
7890           the parent class fails to change state and our own stop 
7891           vfunc succeeds.
7892
7893 2005-05-17  Wim Taymans  <wim@fluendo.com>
7894
7895         * tools/gst-launch.c: (event_loop):
7896         Message was unreffed too soon.
7897
7898 2005-05-16  Andy Wingo  <wingo@pobox.com>
7899
7900         * gst/gstbin.c (sink_iterator_filter): Err... um...
7901
7902         * check/gst/gstbin.c (test_ghost_pads): New test for the
7903         ghosting-if-elements-not-in-same-bin behavior.
7904
7905 2005-05-16  David Schleef  <ds@schleef.org>
7906
7907         * gst/gstminiobject.c: Use g_atomic_int_get() instead of
7908         accessing refcount directly.
7909
7910 2005-05-15  David Schleef  <ds@schleef.org>
7911
7912         * check/Makefile.am: remove GstData checks
7913         * check/gst-libs/gdp.c: (START_TEST): fix for API changes
7914         * gst/Makefile.am: add miniobject, remove data
7915         * gst/gst.h: add miniobject, remove data
7916         * gst/gstdata.c: remove
7917         * gst/gstdata.h: remove
7918         * gst/gstdata_private.h: remove
7919         * gst/gsttypes.h: remove GstEvent and GstMessage
7920         * gst/gstelement.c: (gst_element_post_message): fix for API changes
7921         * gst/gstmarshal.list: change BOXED -> OBJECT
7922
7923         Implement GstMiniObject.
7924         * gst/gstminiobject.c:
7925         * gst/gstminiobject.h:
7926
7927         Modify to be subclasses of GstMiniObject.
7928         * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
7929         (gst_buffer_class_init), (gst_buffer_finalize), (_gst_buffer_copy),
7930         (gst_buffer_init), (gst_buffer_new), (gst_buffer_new_and_alloc),
7931         (gst_subbuffer_get_type), (gst_subbuffer_init),
7932         (gst_buffer_create_sub), (gst_buffer_is_span_fast),
7933         (gst_buffer_span):
7934         * gst/gstbuffer.h:
7935         * gst/gstevent.c: (_gst_event_initialize), (gst_event_get_type),
7936         (gst_event_class_init), (gst_event_init), (gst_event_finalize),
7937         (_gst_event_copy), (gst_event_new):
7938         * gst/gstevent.h:
7939         * gst/gstmessage.c: (_gst_message_initialize),
7940         (gst_message_get_type), (gst_message_class_init),
7941         (gst_message_init), (gst_message_finalize), (_gst_message_copy),
7942         (gst_message_new), (gst_message_new_error),
7943         (gst_message_new_warning), (gst_message_new_tag),
7944         (gst_message_new_state_changed), (gst_message_new_application):
7945         * gst/gstmessage.h:
7946         * gst/gstprobe.c: (gst_probe_perform),
7947         (gst_probe_dispatcher_dispatch):
7948         * gst/gstprobe.h:
7949         * gst/gstquery.c: (_gst_query_initialize), (gst_query_get_type),
7950         (gst_query_class_init), (gst_query_finalize), (gst_query_init),
7951         (_gst_query_copy), (gst_query_new):
7952
7953         Update elements for GstData -> GstMiniObject changes
7954         * gst/gstquery.h:
7955         * gst/gstqueue.c: (gst_queue_finalize), (gst_queue_locked_flush),
7956         (gst_queue_chain), (gst_queue_loop):
7957         * gst/elements/gstbufferstore.c:
7958         (gst_buffer_store_add_buffer_func),
7959         (gst_buffer_store_cleared_func), (gst_buffer_store_get_buffer):
7960         * gst/elements/gstfakesink.c: (gst_fakesink_class_init),
7961         (gst_fakesink_render):
7962         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
7963         * gst/elements/gstfilesrc.c: (gst_mmap_buffer_get_type),
7964         (gst_mmap_buffer_class_init), (gst_mmap_buffer_init),
7965         (gst_mmap_buffer_finalize), (gst_filesrc_map_region),
7966         (gst_filesrc_create_read):
7967         * gst/elements/gstidentity.c: (gst_identity_class_init):
7968         * gst/elements/gsttypefindelement.c:
7969         (gst_type_find_element_src_event), (free_entry_buffers),
7970         (gst_type_find_element_handle_event):
7971         * libs/gst/dataprotocol/dataprotocol.c:
7972         (gst_dp_header_from_buffer):
7973         * libs/gst/dataprotocol/dataprotocol.h:
7974         * libs/gst/dataprotocol/dp-private.h:
7975
7976 2005-05-15  David Schleef  <ds@schleef.org>
7977
7978         * gst/elements/gstelements.c: Don't include headers that were
7979         just removed.
7980
7981 2005-05-15  David Schleef  <ds@schleef.org>
7982
7983         * gst/elements/Makefile.am: Remove some elements that don't
7984         need to be in the core (or even exist at all).
7985         * gst/elements/gstaggregator.c:
7986         * gst/elements/gstaggregator.h:
7987         * gst/elements/gstmd5sink.c:
7988         * gst/elements/gstmd5sink.h:
7989         * gst/elements/gstmultifilesrc.c:
7990         * gst/elements/gstmultifilesrc.h:
7991         * gst/elements/gstpipefilter.c:
7992         * gst/elements/gstpipefilter.h:
7993         * gst/elements/gstshaper.c:
7994         * gst/elements/gstshaper.h:
7995         * gst/elements/gststatistics.c:
7996         * gst/elements/gststatistics.h:
7997         * po/POTFILES.in: Remove above files.
7998
7999 2005-05-14  Andy Wingo  <wingo@pobox.com>
8000
8001         * gst/gstbin.c (gst_bin_iterate_sinks): Use sink_iterator_filter
8002         so as to get the refs right.
8003         (sink_iterator_filter): New function, wraps bin_element_is_sink,
8004         unreffing objects that don't pass the filter.
8005
8006         * gst/gstpipeline.c (gst_pipeline_init): Drop ref on bus after
8007         gst_element_set_bus.
8008         (gst_pipeline_dispose): Set the bus on the pipeline to NULL. In
8009         normal cases, this will destroy the bus.
8010
8011         * gst/gstutils.c (prepare_link_maybe_ghosting): Drop ref on root
8012         object.
8013
8014         * gst/gstbin.c (gst_bin_change_state): Fix state changes if a bin
8015         has no sinks.
8016
8017 2005-05-13  Andy Wingo  <wingo@pobox.com>
8018
8019         * gst/gstutils.c (gst_element_link_pads): Instead of calling
8020         gst_pad_link, call pad_link_maybe_ghosting,
8021         (pad_link_maybe_ghosting): Links pads, making sure that the
8022         elements being linked are in the same bin.
8023         (find_common_root, object_has_ancestor, ghost_up, remove_pad):
8024         Helpers for pad_link_maybe_ghosting.
8025
8026 2005-05-13  Tim-Philipp Müller  <tim at centricular dot net>
8027
8028         * configure.ac:
8029           Require GLib >= 2.4.0 (for the g_atomic_* funcs)
8030
8031 2005-05-13  Tim-Philipp Müller  <tim at centricular dot net>
8032
8033         * docs/design/part-element-source.txt:
8034           Mention GstPushSrc
8035
8036 2005-05-12  Wim Taymans  <wim@fluendo.com>
8037
8038         * gst/base/gstbasesink.c: (gst_basesink_init),
8039         (gst_basesink_activate):
8040         * gst/base/gstbasesrc.c: (gst_basesrc_unlock),
8041         (gst_basesrc_is_seekable):
8042         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
8043         (bin_element_is_sink), (gst_bin_change_state):
8044         * gst/gstelement.c: (gst_element_add_pad), (gst_element_query):
8045         * gst/gstelement.h:
8046         Identify sinks by their flag to avoid overly complicated
8047         checks (fow now).
8048         Do state changes even for elements not reachable from the
8049         sinks.
8050         BaseSink is a sink now :)
8051         Some more debugging info in the basesrc.
8052
8053
8054 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8055
8056         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_query):
8057           Implement _query on a bin, similar to _send_event.
8058
8059 2005-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8060
8061         * gst/base/gstbasesrc.c: (gst_basesrc_do_seek):
8062           Discont event offset format should be GST_FORMAT_BYTES,
8063           not GST_FORMAT_TIME.
8064
8065 2005-05-12  Wim Taymans  <wim@fluendo.com>
8066
8067         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_get_state):
8068         Same fix as Ronald's but without the signal. 
8069
8070 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8071
8072         * gst/gstutils.c: (gst_element_query_position):
8073           No, an element is not a pad.
8074
8075 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8076
8077         * gst/gstbin.c: (gst_bin_add_func), (cb_parent_unset),
8078         (gst_bin_get_state):
8079           If a child is removed from a bin while we remove the child from
8080           the bin and while we're retrieving its state, signal this to the
8081           get_state function so we abort the wait (instead of waiting for
8082           a timeout) and can immediately re-iterate over all other elements.
8083
8084 2005-05-12  Wim Taymans  <wim@fluendo.com>
8085
8086         * gst/base/Makefile.am:
8087         * gst/base/gstbasesrc.c: (gst_basesrc_is_seekable),
8088         (gst_basesrc_start):
8089         * gst/base/gstbasesrc.h:
8090         * gst/base/gstpushsrc.c: (gst_pushsrc_get_type),
8091         (gst_pushsrc_base_init), (gst_pushsrc_class_init),
8092         (gst_pushsrc_init), (gst_pushsrc_create):
8093         * gst/base/gstpushsrc.h:
8094         Added is_seekable to BaseSrc
8095         Added simple PushSrc.
8096
8097 2005-05-11  Wim Taymans  <wim@fluendo.com>
8098
8099         * gst/gstelement.c: (gst_element_add_pad), (gst_element_query):
8100         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
8101         (gst_element_link_pads), (gst_element_query_position),
8102         (gst_element_query_convert), (intersect_caps_func),
8103         (gst_pad_query_position), (gst_pad_query_convert):
8104         Fix refcounting in utils function.
8105         No point in trying to activate a pad when it's added, it could
8106         be added from the state change function and then we deadlock, the
8107         element has to decide what to do.
8108
8109 2005-05-10  Andy Wingo  <wingo@pobox.com>
8110
8111         * gst/elements/gstfakesink.c (gst_fakesink_render): Er, emit with
8112         *all* the arguments.
8113
8114         * gst/base/gstbasetransform.c (gst_base_transform_event): Grab the
8115         stream lock if it's a FLUSH_DONE; normal flushes don't get the
8116         lock (according to the docs -- if this is wrong change the docs).
8117
8118         * gst/gstpipeline.c (gst_pipeline_change_state): Set the bus to
8119         flush messages in the NULL state.
8120
8121         * gst/gstbus.c (gst_bus_post): If a bus is flushing, unref the
8122         message immediately and return.
8123         (gst_bus_set_flushing): New function. If a bus is flushing, it
8124         flushes out any queued messages and immediately unrefs new
8125         messages. This is so when an element goes to NULL, all of the
8126         unhandled messages coming from it can be freed, and their
8127         references to the element dropped. In other words: message source
8128         ref considered harmful :P
8129
8130         * gst/gstbin.c (gst_bin_change_state): Unref peer element when
8131         we're finished with it.
8132
8133         * gst/gstmessage.c (gst_message_new_state_changed): 
8134
8135 2005-05-10  Wim Taymans  <wim@fluendo.com>
8136
8137         * gst/gstvalue.c: (gst_value_compare_flags),
8138         (gst_value_serialize_flags), (gst_value_deserialize_flags),
8139         (_gst_value_initialize):
8140         Added flags serialize/deserialize/compare code.
8141
8142 2005-05-09  Andy Wingo  <wingo@pobox.com>
8143
8144         * gst/base/gstbasetransform.c (gst_base_transform_proxy_getcaps):
8145         Intersect the peer's caps with our caps.
8146
8147 2005-05-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8148
8149         * gst/base/gsttypefindhelper.c: (helper_find_peek):
8150         * gst/elements/gsttypefindelement.c: (find_peek):
8151           Handle negative offsets better. Fixes decodebin.
8152
8153 2005-05-09  Wim Taymans  <wim@fluendo.com>
8154
8155         * gst/base/gstbasetransform.c: (gst_base_transform_proxy_getcaps),
8156         (gst_base_transform_event):
8157         * gst/gstpad.c: (gst_pad_accept_caps), (gst_pad_query):
8158         Implement accept_caps.
8159         Fix silly lock/unlock mismatch in base class.
8160
8161 2005-05-09  Wim Taymans  <wim@fluendo.com>
8162
8163         * docs/design/draft-push-pull.txt:
8164         * gst/base/gstbasesrc.c: (gst_basesrc_init), (gst_basesrc_query):
8165         * gst/elements/gstfilesink.c: (gst_filesink_init),
8166         (gst_filesink_query):
8167         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
8168         (gst_type_find_handle_src_query), (find_element_get_length):
8169         * gst/gstelement.c: (gst_element_seek), (gst_element_query):
8170         * gst/gstelement.h:
8171         * gst/gstmessage.c:
8172         * gst/gstmessage.h:
8173         * gst/gstpad.c: (gst_real_pad_init), (gst_pad_get_query_types),
8174         (gst_real_pad_get_caps_unlocked),
8175         (gst_pad_get_internal_links_default), (gst_pad_get_internal_links),
8176         (gst_pad_event_default_dispatch), (gst_pad_event_default),
8177         (gst_pad_dispatcher), (gst_pad_query), (gst_pad_query_default),
8178         (gst_real_pad_dispose), (gst_real_pad_finalize),
8179         (gst_pad_load_and_link), (gst_pad_save_thyself),
8180         (gst_ghost_pad_save_thyself), (handle_pad_block), (gst_pad_push),
8181         (gst_pad_check_pull_range), (gst_pad_pull_range),
8182         (gst_pad_template_get_type), (gst_pad_template_class_init),
8183         (gst_pad_template_init), (gst_pad_template_dispose),
8184         (name_is_valid), (gst_static_pad_template_get),
8185         (gst_pad_template_new), (gst_static_pad_template_get_caps),
8186         (gst_pad_template_get_caps), (gst_pad_set_element_private),
8187         (gst_pad_get_element_private), (gst_pad_start_task),
8188         (gst_pad_pause_task), (gst_pad_stop_task),
8189         (gst_ghost_pad_get_type), (gst_ghost_pad_class_init),
8190         (gst_ghost_pad_init), (gst_ghost_pad_dispose),
8191         (gst_ghost_pad_set_property), (gst_ghost_pad_get_property),
8192         (gst_ghost_pad_new):
8193         * gst/gstpad.h:
8194         * gst/gstquery.c: (_gst_query_initialize), (gst_query_new),
8195         (gst_query_new_position), (gst_query_set_position),
8196         (gst_query_parse_position), (gst_query_new_convert),
8197         (gst_query_set_convert), (gst_query_parse_convert):
8198         * gst/gstquery.h:
8199         * gst/gstqueryutils.c:
8200         * gst/gstqueryutils.h:
8201         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
8202         (gst_queue_bufferalloc), (gst_queue_handle_sink_event),
8203         (gst_queue_handle_src_query):
8204         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
8205         (gst_element_query_position), (gst_element_query_convert),
8206         (intersect_caps_func), (gst_pad_query_position),
8207         (gst_pad_query_convert):
8208         * gst/gstutils.h:
8209         * tools/gst-inspect.c: (print_pad_info):
8210         * tools/gst-xmlinspect.c: (print_element_info):
8211         Remove old query functions. Ported old code.
8212         Added position/convert helper functions to gstutils.
8213         Reordered gstpad.c code, grouping relevant things.
8214         Remove gst_message_new(), always need to speficy a specific
8215         message.
8216
8217
8218 2005-05-09  Andy Wingo  <wingo@pobox.com>
8219
8220         * gst/gstiterator.h: Add some includes.
8221
8222         * gst/gstqueryutils.h: Include more headers.
8223
8224         * gst/gstpad.h:
8225         * gst/gstpad.c (gst_pad_query_position): New routine, replaces
8226         some uses of gst_pad_query.
8227
8228         * gst/gstqueryutils.c: Build fixes. Make parse functions ignore
8229         NULL out parameters.
8230         (gst_query_new_position): New proc, allocates a new position
8231         query.
8232
8233         * gst/Makefile.am (libgstreamer_@GST_MAJORMINOR@_la_SOURCES): Add
8234         gstqueryutils.c to the build.
8235
8236         * gst/gststructure.c (gst_structure_set_valist): Implement with
8237         the generic G_VALUE_COLLECT.
8238         
8239 2005-05-08  Edward Hervey  <bilboed@bilboed.com>
8240
8241         * gst/Makefile.am: (gst_headers):
8242         Added gstqueryutils.h to the list of headers to install, that was
8243         a 'nachty' move wingo :)
8244
8245 2005-05-06  Andy Wingo  <wingo@pobox.com>
8246
8247         * gst/gstquery.h
8248         * gst/gstquery.c (_gst_query_initialize): Extend GstQuery from
8249         GstData, init a memchunk.
8250         (standard_definitions): Add a few query types, deprecate a few.
8251         (gst_query_get_type): New proc.
8252         (_gst_query_copy, _gst_query_free, gst_query_new): GstData
8253         implementation.
8254         (gst_query_new_application, gst_query_get_structure): New public
8255         procs.
8256
8257         * docs/design/draft-query.txt: Removed LINKS from the query types,
8258         because all the rest can be dispatched to other pads -- seemed
8259         ugly to have a query that couldn't be dispatched. internal_links
8260         is fine as a pad method.
8261
8262         * gst/gstpad.h: Add query2 as a pad method, add the new functions
8263         in gstpad.c, but maintain binary compatibility for the moment.
8264         Will fix before 0.9 is out.
8265
8266         * gst/gstqueryutils.c: 
8267         * gst/gstqueryutils.h: New files, implement 3 methods for each
8268         query type: parse_query, parse_response, and set. Probably need an
8269         allocator as well.
8270
8271         * gst/gst.h: Add gstquery.h and gstqueryutils.h to the list.
8272
8273         * gst/elements/gstfilesink.c (gst_filesink_query2):
8274         * gst/base/gstbasesrc.c (gst_basesrc_query2): Replace old query,
8275         query_types, and formats methods.
8276
8277         * gst/gstpad.c (gst_pad_query2, gst_pad_query2_default)
8278         (gst_pad_set_query2_function): New functions.
8279         (gst_real_pad_init): Set query2_default as the default query2
8280         function. Basically just dispatches to internally linked pads.
8281
8282         Needs review!
8283         
8284         * gst/gstdata_private.h (_GST_DATA_INIT): Set data->refcount to 1
8285         without using the atomic operations. Only one thread can possibly
8286         be accessing the data at this point. Changed so as to avoid
8287         gst_atomic operations.
8288
8289 2005-05-06  Wim Taymans  <wim@fluendo.com>
8290
8291         * gst/gstpad.c: (gst_pad_alloc_buffer), (gst_pad_push):
8292         Also set caps if we use the fallback buffer alloc.
8293
8294 2005-05-06  Tim-Philipp Müller  <tim at centricular dot net>
8295
8296         * docs/gst/Makefile.am:
8297         * docs/gst/gstreamer-docs.sgml:
8298         * docs/gst/gstreamer-sections.txt:
8299         * docs/gst/tmpl/gstatomic.sgml:
8300         * docs/gst/tmpl/gstmemchunk.sgml:
8301         * testsuite/elements/struct_i386.h:
8302         * win32/GStreamer.vcproj:
8303         * win32/Makefile:
8304           Purge GstAtomic stuff from docs and win32 makefiles as well
8305
8306 2005-05-06  Wim Taymans  <wim@fluendo.com>
8307
8308         * gst/base/gstbasetransform.c: (gst_base_transform_proxy_getcaps):
8309         * gst/elements/gstcapsfilter.c: (gst_capsfilter_getcaps):
8310         * gst/gstpad.c: (gst_pad_peer_get_caps):
8311         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
8312         (gst_queue_bufferalloc), (gst_queue_handle_sink_event),
8313         (gst_queue_src_activate), (gst_queue_change_state):
8314         * gst/gstqueue.h:
8315         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
8316         (intersect_caps_func):
8317         Fix gst_pad_peer_get_caps(), make it return NULL if no peer.
8318         Always take QUEUE_LOCK after STREAM_LOCK or we might deadlock.
8319         Some fixes for the peer_get_caps() change.
8320
8321 2005-05-06  Wim Taymans  <wim@fluendo.com>
8322
8323         * gst/base/gstbasesink.c: (gst_basesink_preroll_queue_empty),
8324         (gst_basesink_handle_buffer), (gst_basesink_chain_unlocked),
8325         (gst_basesink_activate):
8326         Actually do something with error codes returned from the push
8327         functions.
8328
8329 2005-05-06  Wim Taymans  <wim@fluendo.com>
8330
8331         * docs/design/part-element-sink.txt:
8332         * docs/design/part-element-source.txt:
8333         * gst/base/gstbasesink.c: (gst_basesink_class_init),
8334         (gst_basesink_event), (gst_basesink_activate):
8335         * gst/base/gstbasesink.h:
8336         * gst/base/gstbasesrc.c: (gst_basesrc_init), (gst_basesrc_unlock),
8337         (gst_basesrc_activate):
8338         * gst/base/gstbasesrc.h:
8339         * gst/gstelement.c: (gst_element_pads_activate):
8340         Some more documentation.
8341         Fixed scheduling decision in _pads_activate().
8342
8343 2005-05-05  Andy Wingo  <wingo@pobox.com>
8344
8345         * check/pipelines/simple_launch_lines.c (test_2_elements): "Fix"
8346         the test suite.
8347
8348 2005-05-05  Wim Taymans  <wim@fluendo.com>
8349
8350         * gst/base/Makefile.am:
8351         * gst/base/gstbasesink.h:
8352         * gst/base/gstbasesrc.c: (gst_basesrc_init),
8353         (gst_basesrc_set_dataflow_funcs), (gst_basesrc_query):
8354         * gst/base/gstcollectpads.c: (gst_collectpads_get_type),
8355         (gst_collectpads_class_init), (gst_collectpads_init),
8356         (gst_collectpads_finalize), (gst_collectpads_new),
8357         (gst_collectpads_set_function), (gst_collectpads_add_pad),
8358         (find_pad), (gst_collectpads_remove_pad),
8359         (gst_collectpads_is_active), (gst_collectpads_collect),
8360         (gst_collectpads_collect_range), (gst_collectpads_start),
8361         (gst_collectpads_stop), (gst_collectpads_peek),
8362         (gst_collectpads_pop), (gst_collectpads_available),
8363         (gst_collectpads_read), (gst_collectpads_flush),
8364         (gst_collectpads_chain):
8365         * gst/base/gstcollectpads.h:
8366         * gst/elements/Makefile.am:
8367         * gst/elements/gstelements.c:
8368         * gst/elements/gstfakesink.c: (gst_fakesink_class_init),
8369         (gst_fakesink_get_times), (gst_fakesink_event),
8370         (gst_fakesink_preroll), (gst_fakesink_render):
8371         * gst/elements/gstfilesink.c: (gst_filesink_class_init),
8372         (gst_filesink_init), (gst_filesink_set_location),
8373         (gst_filesink_open_file), (gst_filesink_close_file),
8374         (gst_filesink_pad_query), (gst_filesink_event),
8375         (gst_filesink_render), (gst_filesink_change_state):
8376         * gst/elements/gstfilesink.h:
8377         Added object to help in making collect pad based elements.
8378         Ported filesink.
8379         Make event function in sink baseclass return gboolean.
8380
8381 2005-05-05  Wim Taymans  <wim@fluendo.com>
8382
8383         * gst/gstbin.c: (gst_bin_send_event), (compare_name),
8384         (gst_bin_get_by_name):
8385         * gst/gstbuffer.h:
8386         * gst/gstclock.c: (gst_clock_entry_new), (gst_clock_class_init),
8387         (gst_clock_finalize):
8388         * gst/gstdata.c: (gst_data_replace):
8389         * gst/gstdata.h:
8390         * gst/gstelement.c: (gst_element_request_pad),
8391         (gst_element_pads_activate):
8392         * gst/gstobject.c: (gst_object_init), (gst_object_ref),
8393         (gst_object_unref):
8394         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
8395         (gst_pad_set_checkgetrange_function),
8396         (gst_pad_link_check_compatible_unlocked), (gst_pad_set_caps),
8397         (gst_pad_check_pull_range), (gst_pad_pull_range),
8398         (gst_static_pad_template_get_caps), (gst_pad_start_task),
8399         (gst_pad_pause_task), (gst_pad_stop_task):
8400         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
8401         (gst_element_request_pad), (gst_pad_proxy_getcaps):
8402         Fix name lookup in GstBin.
8403         Added _data_replace() function and _buffer_replace()
8404         Use finalize method to clean up clock.
8405         Fix refcounting on request pads.
8406         Fix pad schedule mode error.
8407         Some more object refcounting debug info,
8408
8409
8410 2005-05-04  Andy Wingo <wingo@pobox.com>
8411
8412         * check/Makefile.am:
8413         * docs/gst/tmpl/gstatomic.sgml:
8414         * docs/gst/tmpl/gstplugin.sgml:
8415         * gst/base/gstbasesink.c: (gst_basesink_activate):
8416         * gst/base/gstbasesrc.c: (gst_basesrc_class_init),
8417         (gst_basesrc_init), (gst_basesrc_set_dataflow_funcs),
8418         (gst_basesrc_query), (gst_basesrc_set_property),
8419         (gst_basesrc_get_property), (gst_basesrc_check_get_range),
8420         (gst_basesrc_activate):
8421         * gst/base/gstbasesrc.h:
8422         * gst/base/gstbasetransform.c: (gst_base_transform_sink_activate),
8423         (gst_base_transform_src_activate):
8424         * gst/elements/gstelements.c:
8425         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
8426         (gst_fakesrc_set_property), (gst_fakesrc_get_property):
8427         * gst/elements/gsttee.c: (gst_tee_sink_activate):
8428         * gst/elements/gsttypefindelement.c: (find_element_get_length),
8429         (gst_type_find_element_checkgetrange),
8430         (gst_type_find_element_activate):
8431         * gst/gstbin.c: (gst_bin_save_thyself), (gst_bin_restore_thyself):
8432         * gst/gstcaps.c: (gst_caps_do_simplify), (gst_caps_save_thyself),
8433         (gst_caps_load_thyself):
8434         * gst/gstelement.c: (gst_element_pads_activate),
8435         (gst_element_save_thyself), (gst_element_restore_thyself):
8436         * gst/gstpad.c: (gst_pad_load_and_link), (gst_pad_save_thyself),
8437         (gst_ghost_pad_save_thyself), (gst_pad_check_pull_range):
8438         * gst/gstpad.h:
8439         * gst/gstxml.c: (gst_xml_write), (gst_xml_parse_doc),
8440         (gst_xml_parse_file), (gst_xml_parse_memory),
8441         (gst_xml_get_element), (gst_xml_make_element):
8442         * gst/indexers/gstfileindex.c: (gst_file_index_load),
8443         (_file_index_id_save_xml), (gst_file_index_commit):
8444         * gst/registries/gstlibxmlregistry.c: (read_string), (read_uint),
8445         (read_enum), (load_pad_template), (load_feature), (load_plugin),
8446         (load_paths):
8447         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps),
8448         (gst_dp_packet_from_event), (gst_dp_caps_from_packet):
8449         * tools/gst-complete.c: (main):
8450         * tools/gst-compprep.c: (main):
8451         * tools/gst-inspect.c: (print_element_properties_info):
8452         * tools/gst-launch.c: (xmllaunch_parse_cmdline):
8453         * tools/gst-xmlinspect.c: (print_element_properties):
8454         GCC 4 fixen.
8455         
8456 2005-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8457
8458         * gst/gstplugin.c: (gst_plugin_check_module),
8459         (gst_plugin_check_file), (gst_plugin_load_file):
8460             apply patch from #172526 to make register work on MacOSX
8461
8462 2005-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8463
8464         * docs/gst/tmpl/gstconfig.sgml:
8465         * gst/gstconfig.h.in:
8466           move documentation for some symbols.  Add doc for GST_PTR_FORMAT
8467         * testsuite/debug/printf_extension.c: (main):
8468           Do not use GST_PTR_FORMAT on pointers to types with
8469           sizeof < sizeof(gpointer).  Fixes test on 64-bit
8470         * testsuite/elements/property.h:
8471           use correct printf format
8472
8473 2005-05-02  Wim Taymans  <wim@fluendo.com>
8474
8475         * docs/design/draft-push-pull.txt:
8476         * docs/design/draft-query.txt:
8477         * gst/base/gstbasesrc.c: (gst_basesrc_get_range_unlocked),
8478         (gst_basesrc_start):
8479         Added draft for new query API.
8480         Added draft for better selecting scheduling methods.
8481         Make basesrc ignore length if the subclass does not support
8482         it.
8483
8484 2005-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8485
8486         * gst/Makefile.am:
8487           possible fixes for automake-1.5 - _LIBADD is reserved
8488
8489 2005-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8490
8491         * docs/faq/Makefile.am:
8492         * docs/manual/Makefile.am:
8493         * docs/manuals.mak:
8494         * docs/pwg/Makefile.am:
8495         * gst/Makefile.am:
8496           possible fixes for automake-1.5
8497
8498 2005-04-28  Wim Taymans  <wim@fluendo.com>
8499
8500         * gst/base/gstbasesink.c: (gst_basesink_base_init),
8501         (gst_basesink_pad_getcaps), (gst_basesink_init),
8502         (gst_basesink_do_sync):
8503         * gst/gstclock.c: (gst_clock_entry_new):
8504         * gst/gstevent.c: (gst_event_discont_get_value):
8505         * gst/gstpipeline.c: (pipeline_bus_handler),
8506         (gst_pipeline_change_state):
8507         * gst/gstsystemclock.c: (gst_system_clock_id_wait_unlocked):
8508         Better debugging of clocking info.
8509         Allow NULL values when getting discont values.
8510
8511 2005-04-27  Wim Taymans  <wim@fluendo.com>
8512
8513         * check/gst/gstobject.c: (START_TEST), (gst_object_suite):
8514         * check/gst/gstpad.c: (gst_pad_suite):
8515         Increase timeout for checks.
8516
8517 2005-04-27  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8518
8519         * check/Makefile.am:
8520           fix the broken rule for cleanup.  Apparently this rule is
8521           only needed on FC2, so maybe this warrants further autotool
8522           inspection.
8523
8524 2005-04-26  Wim Taymans  <wim@fluendo.com>
8525
8526         * gst/gsttrashstack.h:
8527         Ooohh. a nasty one! After having a failed pop() from the stack,
8528         it's possible that the stack is empty. In that case, don't
8529         follow the NULL pointer.
8530
8531 2005-04-25  Wim Taymans  <wim@fluendo.com>
8532
8533         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
8534         (gst_pad_set_checkgetrange_function),
8535         (gst_pad_link_check_compatible_unlocked), (gst_pad_link_prepare),
8536         (gst_pad_check_pull_range), (gst_pad_pull_range),
8537         (gst_static_pad_template_get_caps), (gst_pad_start_task),
8538         (gst_pad_pause_task), (gst_pad_stop_task):
8539         * gst/gstplugin.c: (gst_plugin_load):
8540         * gst/gstplugin.h:
8541         Remove gst_library_load as it does more harm than good with
8542         the new g_module flags.
8543         Revert bogus caps template check in pad linking, pad caps
8544         are important when linking not the template, which is more
8545         general than the current caps.
8546
8547 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8548
8549         * gst/autoplug/.cvsignore:
8550         * gst/autoplug/Makefile.am:
8551         * gst/autoplug/gstsearchfuncs.c:
8552         * gst/autoplug/gstsearchfuncs.h:
8553         * gst/autoplug/gstspider.c:
8554         * gst/autoplug/gstspider.h:
8555         * gst/autoplug/gstspideridentity.c:
8556         * gst/autoplug/gstspideridentity.h:
8557         * gst/autoplug/spidertest.c:
8558           Die, spider, die.
8559
8560 2005-04-25  Wim Taymans  <wim@fluendo.com>
8561
8562         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
8563         (gst_pad_set_checkgetrange_function), (gst_pad_check_pull_range),
8564         (gst_pad_pull_range), (gst_static_pad_template_get_caps),
8565         (gst_pad_start_task), (gst_pad_pause_task), (gst_pad_stop_task):
8566         * gst/gstpad.h:
8567         Added stubs for unimplemented functions. 
8568
8569 2005-04-24  David Schleef  <ds@schleef.org>
8570
8571         * gst/gstpad.h: Disable some unimplemented functions.  Wim,
8572         please fix.
8573
8574 2005-04-24  David Schleef  <ds@schleef.org>
8575
8576         Convert everything from GstAtomicInt to g_atomic_int_*, and
8577         remove gstatomic.
8578         * gst/Makefile.am:
8579         * gst/gstatomic.c:
8580         * gst/gstatomic.h:
8581         * gst/gstatomic_impl.h:
8582         * gst/gstbuffer.c:
8583         * gst/gstcaps.c:
8584         * gst/gstcaps.h:
8585         * gst/gstclock.c:
8586         * gst/gstclock.h:
8587         * gst/gstdata.c:
8588         * gst/gstdata.h:
8589         * gst/gstdata_private.h:
8590         * gst/gstevent.c:
8591         * gst/gstinfo.c:
8592         * gst/gstinfo.h:
8593         * gst/gstmessage.c:
8594         * gst/gstobject.c:
8595         * gst/gstobject.h:
8596         * gst/gststructure.c:
8597         * gst/gststructure.h:
8598         * gst/gstutils.c: Add gst_atomic_int_set() compaitibility function.
8599         * gst/gstutils.h:
8600
8601 2005-04-24  David Schleef  <ds@schleef.org>
8602
8603         * check/gst/gstpad.c: (START_TEST): Oh yeah, it's always nice to
8604         make the regressions tests work.  Remove some code that is no
8605         longer true.
8606         * gst/gstpad.c: (gst_pad_link_check_templates_compatible_unlocked):
8607         Disable warning for pads without templates.
8608
8609 2005-04-24  David Schleef  <ds@schleef.org>
8610
8611         * gst/gstpad.c: Remove handling of filtered caps.  Fix/merge
8612         functions that handle filtered links.
8613         * gst/gstpad.h: Remove 'appfilter' field and prototypes of
8614         removed functions.
8615         * gst/gstutils.c: Fix/remove utility functions that handle
8616         filtered caps.
8617         * gst/gstutils.h:
8618         * gst/gstvalue.c: Add serialization/deserialization of caps
8619         * gst/parse/grammar.y: Ignore filtered caps when linking.  This
8620         requires fixing so that the filter caps notation creates
8621         a capsfilter element and sets the filter_caps property.  I
8622         think everyone probably wants to keep the shorthand notation.
8623         * docs/gst/tmpl/gstelement.sgml: updates for API changes.
8624         * docs/gst/tmpl/gstpad.sgml:
8625
8626         * gst/elements/gstelements.c: Register capsfilter element.
8627         * gst/Makefile.am: fix spacing
8628         * docs/random/ds/0.9-suggested-changes: random
8629
8630 2005-04-23  David Schleef  <ds@schleef.org>
8631
8632         * gst/elements/Makefile.am:
8633         * gst/elements/gstcapsfilter.c: New element that acts like an
8634         identity, but filters caps.  Will eventually replace filtered
8635         caps in pad linking.
8636         * gst/gstutils.c: (gst_element_create_all_pads): New function
8637         to create all the ALWAYS pads that are registered with an
8638         element class.  This functionality should eventually be
8639         merged in with GstElement initialization.
8640         * gst/gstutils.h:
8641         * testsuite/trigger/README: part of trigger test code that should
8642         have been checked in a long time ago.
8643
8644 2005-04-23  David Schleef  <ds@schleef.org>
8645
8646         * gst/Makefile.am: Remove as-libtool stuff.  It's likely not
8647         needed with new versions of libtool (nobody will confirm this),
8648         and hard to carry around.
8649         * gst/autoplug/Makefile.am:
8650         * gst/base/Makefile.am:
8651         * gst/elements/Makefile.am:
8652         * gst/indexers/Makefile.am:
8653         * gst/schedulers/Makefile.am:
8654         * libs/gst/bytestream/Makefile.am:
8655         * libs/gst/control/Makefile.am:
8656         * libs/gst/dataprotocol/Makefile.am:
8657         * libs/gst/getbits/Makefile.am:
8658
8659 2005-04-21  Wim Taymans  <wim@fluendo.com>
8660
8661         * docs/design/draft-push-pull.txt:
8662         * docs/design/part-MT-refcounting.txt:
8663         * docs/design/part-TODO.txt:
8664         * docs/design/part-caps.txt:
8665         * docs/design/part-events.txt:
8666         * docs/design/part-gstbus.txt:
8667         * docs/design/part-gstpipeline.txt:
8668         * docs/design/part-messages.txt:
8669         * docs/design/part-push-pull.txt:
8670         * docs/design/part-query.txt:
8671         Some more docs.
8672
8673 2005-04-21  Wim Taymans  <wim@fluendo.com>
8674
8675         * gst/gstmessage.c: (_gst_message_copy), (_gst_message_free),
8676         (gst_message_new), (gst_message_new_error),
8677         (gst_message_new_warning), (gst_message_new_tag),
8678         (gst_message_new_state_changed), (gst_message_new_application),
8679         (gst_message_get_structure):
8680         * gst/gstmessage.h:
8681         * gst/gststructure.c: (gst_structure_set_parent_refcount),
8682         (gst_structure_copy_conditional):
8683         Use parent refcount in GstMessage to ensure GstStructure
8684         consistency.
8685         Cleaned up headers a bit.
8686         
8687
8688 2005-04-20  Wim Taymans  <wim@fluendo.com>
8689
8690         * gst/base/gstbasesink.c: (gst_basesink_base_init),
8691         (gst_basesink_pad_getcaps), (gst_basesink_init),
8692         (gst_basesink_chain_unlocked):
8693         * gst/base/gsttypefindhelper.c: (helper_find_suggest),
8694         (gst_type_find_helper):
8695         * gst/elements/gsttypefindelement.c:
8696         (gst_type_find_element_have_type), (gst_type_find_element_init),
8697         (stop_typefinding), (gst_type_find_element_handle_event),
8698         (find_suggest), (gst_type_find_element_chain),
8699         (gst_type_find_element_checkgetrange),
8700         (gst_type_find_element_getrange), (do_typefind),
8701         (gst_type_find_element_activate):
8702         * gst/gstbuffer.c: (_gst_buffer_sub_free),
8703         (gst_buffer_default_free), (gst_buffer_default_copy),
8704         (gst_buffer_set_caps):
8705         * gst/gstcaps.c: (gst_caps_ref), (gst_caps_unref),
8706         (gst_caps_replace):
8707         * gst/gstmessage.c: (gst_message_new),
8708         (gst_message_new_state_changed):
8709         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
8710         (gst_pad_set_checkgetrange_function),
8711         (gst_pad_link_prepare_filtered), (gst_pad_relink_filtered),
8712         (gst_pad_set_caps), (gst_pad_check_pull_range),
8713         (gst_pad_pull_range), (gst_static_pad_template_get_caps):
8714         * gst/gstpad.h:
8715         * gst/gsttypefind.c: (gst_type_find_register):
8716         Make gst_caps_replace() work like other _replace() functions.
8717         Use _caps_replace() where possible.
8718         Make sure _message_new() initialises its field.
8719         Add gst_static_pad_template_get_caps()
8720
8721
8722 2005-04-18  Andy Wingo  <wingo@pobox.com>
8723
8724         * gst/gstelement.c (gst_element_pads_activate): Check pull_range
8725         on the peer, not the pad. I think that was a typo. Pass an extra
8726         arg to see if random access is possible. Activate the pads as
8727         PULL_RANGE if possible.
8728
8729         * gst/elements/gstfakesrc.c: s/ARG_/PROP_/.
8730
8731         * gst/base/gstbasesrc.c (gst_basesrc_set_property) 
8732         (gst_basesrc_get_property): BLOCKSIZE is a ULONG. Rename ARG_...
8733         to PROP_....
8734
8735 2005-04-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8736
8737         * docs/faq/using.xml:
8738           Add note on gstreamer-properties (#154996).
8739
8740 2005-04-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8741
8742         * docs/random/bbb/optional-properties:
8743           Some analysis on optional properties.
8744
8745 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8746
8747         * docs/gst/tmpl/gstelementfactory.sgml:
8748         * gst/gstelement.h:
8749         * gst/gstelementfactory.c: (gst_element_factory_init),
8750         (gst_element_factory_cleanup), (gst_element_register),
8751         (__gst_element_factory_add_static_pad_template),
8752         (gst_element_factory_get_static_pad_templates),
8753         (gst_element_factory_can_src_caps),
8754         (gst_element_factory_can_sink_caps):
8755         * gst/registries/Makefile.am:
8756         * gst/registries/gstlibxmlregistry.c: (gst_xml_registry_get_type),
8757         (gst_xml_registry_class_init), (gst_xml_registry_init),
8758         (gst_xml_registry_new), (gst_xml_registry_set_property),
8759         (gst_xml_registry_get_property), (get_time), (make_dir),
8760         (gst_xml_registry_get_perms_func),
8761         (plugin_times_older_than_recurse), (plugin_times_older_than),
8762         (gst_xml_registry_open_func), (gst_xml_registry_load_func),
8763         (gst_xml_registry_save_func), (gst_xml_registry_close_func),
8764         (add_to_char_array), (read_string), (read_uint), (read_enum),
8765         (load_pad_template), (load_feature), (load_plugin), (load_paths),
8766         (gst_xml_registry_load), (gst_xml_registry_load_plugin),
8767         (gst_xml_registry_save_caps), (gst_xml_registry_save_pad_template),
8768         (gst_xml_registry_save_feature), (gst_xml_registry_save_plugin),
8769         (gst_xml_registry_save), (gst_xml_registry_rebuild_recurse),
8770         (gst_xml_registry_rebuild):
8771         * gst/registries/gstlibxmlregistry.h:
8772         * tools/gst-compprep.c: (main):
8773         * tools/gst-inspect.c: (print_pad_templates_info):
8774         * tools/gst-xmlinspect.c: (print_element_info):
8775           Use libxml2 for registry parsing, use staticpadtemplates in
8776           elementfactories. Makes gst_init() +/- 10x faster.
8777
8778 2005-04-12  Wim Taymans  <wim@fluendo.com>
8779
8780         * gst/base/Makefile.am:
8781         * gst/base/gstbasesink.c: (gst_basesink_base_init),
8782         (gst_basesink_pad_getcaps), (gst_basesink_init),
8783         (gst_basesink_event), (gst_basesink_change_state):
8784         * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
8785         (gst_basesrc_init), (gst_basesrc_query),
8786         (gst_basesrc_get_event_mask), (gst_basesrc_do_seek),
8787         (gst_basesrc_event_handler), (gst_basesrc_get_range_unlocked),
8788         (gst_basesrc_check_get_range), (gst_basesrc_loop),
8789         (gst_basesrc_unlock), (gst_basesrc_get_size), (gst_basesrc_start),
8790         (gst_basesrc_stop), (gst_basesrc_activate),
8791         (gst_basesrc_change_state):
8792         * gst/base/gsttypefindhelper.c: (helper_find_peek),
8793         (helper_find_suggest), (gst_type_find_helper):
8794         * gst/base/gsttypefindhelper.h:
8795         * gst/elements/Makefile.am:
8796         * gst/elements/gstelements.c:
8797         * gst/elements/gstfakesink.c: (gst_fakesink_class_init),
8798         (gst_fakesink_get_times), (gst_fakesink_event),
8799         (gst_fakesink_preroll), (gst_fakesink_render):
8800         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
8801         (gst_fakesrc_init), (gst_fakesrc_event_handler),
8802         (gst_fakesrc_get_property), (gst_fakesrc_create),
8803         (gst_fakesrc_start), (gst_fakesrc_stop):
8804         * gst/elements/gstfakesrc.h:
8805         * gst/elements/gstfilesrc.c: (gst_filesrc_class_init),
8806         (gst_filesrc_free_parent_mmap), (gst_filesrc_map_region),
8807         (gst_filesrc_map_small_region), (gst_filesrc_create_mmap),
8808         (gst_filesrc_create_read), (gst_filesrc_create),
8809         (gst_filesrc_is_seekable), (gst_filesrc_get_size),
8810         (gst_filesrc_start):
8811         * gst/elements/gsttypefindelement.c:
8812         (gst_type_find_element_have_type), (gst_type_find_element_init),
8813         (start_typefinding), (stop_typefinding), (push_buffer_store),
8814         (gst_type_find_element_handle_event),
8815         (gst_type_find_element_chain),
8816         (gst_type_find_element_checkgetrange),
8817         (gst_type_find_element_getrange), (do_typefind),
8818         (gst_type_find_element_activate),
8819         (gst_type_find_element_change_state):
8820         * gst/elements/gsttypefindelement.h:
8821         * gst/gstpipeline.c: (pipeline_bus_handler):
8822         Added typefind helper.
8823         Small preroll fix in the base sink.
8824         Disable typefind code in basesrc.
8825         Crude port of typefindelement.
8826         Fakesrc cleanups.
8827
8828
8829 2005-04-11  Wim Taymans  <wim@fluendo.com>
8830
8831         * check/gst/gstbus.c: (gstbus_suite):
8832         * check/gst/gstdata.c: (thread_ref), (gst_data_suite):
8833         * check/gstcheck.h:
8834           Fix up the timeout so that the test does not fail.
8835
8836 2005-04-06  Wim Taymans  <wim@fluendo.com>
8837
8838         * gst/base/README:
8839         * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
8840         (gst_basesrc_init), (gst_basesrc_get_formats), (gst_basesrc_query),
8841         (gst_basesrc_get_event_mask), (gst_basesrc_do_seek),
8842         (gst_basesrc_event_handler), (gst_basesrc_get_range_unlocked),
8843         (gst_basesrc_check_get_range), (gst_basesrc_loop),
8844         (gst_basesrc_unlock), (gst_basesrc_get_size), (gst_basesrc_start),
8845         (gst_basesrc_stop), (gst_basesrc_activate),
8846         (gst_basesrc_change_state), (basesrc_find_peek),
8847         (basesrc_find_suggest), (gst_basesrc_type_find):
8848         * gst/base/gstbasesrc.h:
8849         * gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
8850         (gst_filesrc_class_init), (gst_filesrc_init),
8851         (gst_filesrc_finalize), (gst_filesrc_set_location),
8852         (gst_filesrc_set_property), (gst_filesrc_get_property),
8853         (gst_filesrc_free_parent_mmap), (gst_filesrc_map_region),
8854         (gst_filesrc_map_small_region), (gst_filesrc_create_mmap),
8855         (gst_filesrc_create_read), (gst_filesrc_create),
8856         (gst_filesrc_get_size), (gst_filesrc_start), (gst_filesrc_stop):
8857         * gst/elements/gstfilesrc.h:
8858         * gst/gstelement.c: (gst_element_get_state_func),
8859         (gst_element_lost_state), (gst_element_pads_activate):
8860         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
8861         (gst_pad_set_checkgetrange_function), (gst_pad_check_pull_range),
8862         (gst_pad_pull_range):
8863         * gst/gstpad.h:
8864         More work on the generic source base class, implement seeking,
8865         query.
8866         Make filesrc extend the base source class.
8867         Added gst_pad_set_checkgetrange_function to GstPad.
8868
8869 2005-04-06  Andy Wingo  <wingo@pobox.com>
8870
8871         * pkgconfig/gstreamer-base.pc.in:
8872         * pkgconfig/gstreamer-base-uninstalled.pc.in: New files.
8873
8874         * pkgconfig/Makefile.am:
8875         * configure.ac (AC_OUTPUT): Add gstreamer-base pkgconfig files.
8876
8877 2005-04-04  Wim Taymans  <wim@fluendo.com>
8878
8879         * gst/base/Makefile.am:
8880         * gst/base/README:
8881         * gst/base/gstbasesink.c: (gst_basesink_base_init),
8882         (gst_basesink_pad_getcaps), (gst_basesink_pad_setcaps),
8883         (gst_basesink_pad_buffer_alloc), (gst_basesink_init),
8884         (gst_basesink_do_sync), (gst_basesink_chain_unlocked):
8885         * gst/base/gstbasesrc.c: (gst_basesrc_get_type),
8886         (gst_basesrc_base_init), (gst_basesrc_class_init),
8887         (gst_basesrc_init), (gst_basesrc_get_formats),
8888         (gst_basesrc_get_query_types), (gst_basesrc_query),
8889         (gst_basesrc_get_event_mask), (gst_basesrc_event_handler),
8890         (gst_basesrc_set_property), (gst_basesrc_get_property),
8891         (gst_basesrc_get_range_unlocked), (gst_basesrc_get_range),
8892         (gst_basesrc_loop), (gst_basesrc_activate),
8893         (gst_basesrc_change_state):
8894         * gst/base/gstbasesrc.h:
8895         * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
8896         (gst_fakesrc_class_init), (gst_fakesrc_init),
8897         (gst_fakesrc_event_handler), (gst_fakesrc_set_property),
8898         (gst_fakesrc_get_property), (gst_fakesrc_create):
8899         * gst/elements/gstfakesrc.h:
8900         * gst/elements/gstfilesrc.c: (gst_filesrc_getrange),
8901         (gst_filesrc_open_file), (gst_filesrc_loop),
8902         (gst_filesrc_activate), (filesrc_find_peek),
8903         (gst_filesrc_type_find):
8904         Made base source class, make fakesrc extend it.
8905         Add comments to basesink class.
8906         Some filesrc cleanup.
8907
8908 2005-03-31  David Schleef  <ds@schleef.org>
8909
8910         * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
8911         Switch to using G_MODULE_BIND_LOCAL, which means plugins are now
8912         expected to link against libgstreamer.
8913         * gst/base/Makefile.am: link against libgstreamer
8914         * gst/elements/Makefile.am: same
8915
8916 2005-03-31  Andy Wingo  <wingo@pobox.com>
8917
8918         * tests/instantiate/Makefile.am:
8919         * tests/instantiate/caps.c: Add test to test speed of caps copy
8920         and free.
8921
8922         * tests/memchunk/gmemchunktest.c (main): Use alloc only on the
8923         GMemChunk to be fair.
8924
8925         * gst/gsttrashstack.h: Remove warning about using the fallback
8926         trash stack implementation, it's still faster than malloc.
8927
8928 2005-03-30  Andy Wingo  <wingo@pobox.com>
8929
8930         * tests/complexity.c: Add a copyright.
8931
8932 2005-03-31  Wim Taymans  <wim@fluendo.com>
8933
8934         * gst/base/gstbasetransform.c: (gst_base_transform_base_init),
8935         (gst_base_transform_class_init), (gst_base_transform_init),
8936         (gst_base_transform_setcaps), (gst_base_transform_handle_buffer),
8937         (gst_base_transform_get_property),
8938         (gst_base_transform_sink_activate),
8939         (gst_base_transform_src_activate),
8940         (gst_base_transform_change_state):
8941         * gst/base/gstbasetransform.h:
8942         * gst/elements/gstidentity.c: (gst_identity_class_init),
8943         (gst_identity_event), (gst_identity_check_perfect),
8944         (gst_identity_transform), (gst_identity_start),
8945         (gst_identity_stop):
8946         Added start/stop methods to transform base class so subclasses 
8947         don't need to deal with state changes even.
8948
8949 2005-03-31  Wim Taymans  <wim@fluendo.com>
8950
8951         * gst/gstevent.c: (gst_event_new_discontinuous_valist),
8952         (gst_event_new_discontinuous), (gst_event_discont_get_value):
8953         * gst/gstevent.h:
8954         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
8955         (gst_pad_pull_range):
8956         Added rate to the discont event to prepare for variable speed
8957         and reverse playback.
8958
8959 2005-03-29  David Schleef  <ds@schleef.org>
8960
8961         * configure.ac:
8962         * testsuite/trigger/Makefile.am:
8963         * testsuite/trigger/trigger.c: A little example program to show
8964         how trigger-based elements can work.
8965
8966 2005-03-29  Wim Taymans  <wim@fluendo.com>
8967
8968         * gst/base/Makefile.am:
8969         * gst/base/README:
8970         * gst/base/gstbasesink.c: (gst_basesink_get_type),
8971         (gst_basesink_base_init), (gst_basesink_class_init),
8972         (gst_basesink_pad_getcaps), (gst_basesink_init),
8973         (gst_basesink_activate), (gst_basesink_change_state):
8974         * gst/base/gstbasesink.h:
8975         * gst/base/gstbasetransform.c: (gst_base_transform_get_type),
8976         (gst_base_transform_base_init), (gst_base_transform_finalize),
8977         (gst_base_transform_class_init), (gst_base_transform_init),
8978         (gst_base_transform_proxy_getcaps), (gst_base_transform_setcaps),
8979         (gst_base_transform_event), (gst_base_transform_getrange),
8980         (gst_base_transform_chain), (gst_base_transform_handle_buffer),
8981         (gst_base_transform_set_property),
8982         (gst_base_transform_get_property),
8983         (gst_base_transform_sink_activate),
8984         (gst_base_transform_src_activate),
8985         (gst_base_transform_change_state):
8986         * gst/base/gstbasetransform.h:
8987         * gst/elements/gstidentity.c: (gst_identity_finalize),
8988         (gst_identity_class_init), (gst_identity_init),
8989         (gst_identity_event), (gst_identity_check_perfect),
8990         (gst_identity_transform), (gst_identity_set_property),
8991         (gst_identity_get_property), (gst_identity_change_state):
8992         * gst/elements/gstidentity.h:
8993         * gst/gstelement.c: (gst_element_get_state_func),
8994         (gst_element_lost_state), (gst_element_pads_activate):
8995         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
8996         (gst_pad_check_pull_range), (gst_pad_pull_range):
8997         * gst/gstpad.h:
8998         Simplify pad activation.
8999         Added function to check if pull_range can be performed.
9000         Error out when pulling inactive or flushing pads.
9001         Removed const from refcounted types as it does not make sense.
9002         Simplify pad templates in basesink
9003         Added base class for simple 1-to-1 transforms.
9004         Make identity subclass the base transform.
9005
9006 2005-03-29  Andy Wingo  <wingo@pobox.com>
9007
9008         * docs/libs/gstreamer-libs-overrides.txt: 
9009         * docs/gst/gstreamer-overrides.txt: Add these files to CVS. Now I
9010         really don't understand what's going on, but like whatever. I want
9011         green buildbot!
9012
9013         * docs/gst/Makefile.am:
9014         * docs/libs/Makefile.am: Dist the overrides files.
9015
9016         * check/Makefile.am (clean-local): Remove .libs directories.
9017
9018         * gst/elements/Makefile.am (EXTRA_DIST): Add all the attic
9019         elements to EXTRA_DIST, so po/ files are happy.
9020
9021         * po/POTFILES.in: Er, remove it here.
9022
9023         * po/POTFILES: Remove gstspider.c.
9024
9025         * configure.ac (AC_OUTPUT): Add missing testsuite makefiles.
9026
9027         * docs/libs/gstreamer-libs-docs.sgml: 
9028         * docs/libs/gstreamer-libs-sections.txt: Remove the section on
9029         bytestream.
9030
9031         * tests/complexity.c (main): Set the length of the preroll queue
9032         on the sinks to prevent a lockup.
9033
9034         * libs/gst/dataprotocol/Makefile.am: 
9035         * libs/gst/dataprotocol/dataprotocol-test.c: Remove test, it's
9036         the same as the one in check/gst-libs/gdp.c.
9037
9038         * po/, docs/gst/: Commit automatic changes to docs and po files.
9039
9040         * gst/elements/Makefile.am (libgstelements_la_LDFLAGS): Link to
9041         the versioned libgstbase.
9042
9043         * check/Makefile.am: Depend on an unversioned gst-register, seems
9044         to make autoconf happier.
9045
9046         * gst/base/Makefile.am: Make libgstbase a versioned lib.
9047
9048 2005-03-28  Wim Taymans  <wim@fluendo.com>
9049
9050         * configure.ac:
9051         * docs/design/part-gstelement.txt:
9052         * docs/design/part-negotiation.txt:
9053         * docs/design/part-preroll.txt:
9054         * docs/design/part-scheduling.txt:
9055         * docs/design/part-states.txt:
9056         * gst/Makefile.am:
9057         * gst/base/Makefile.am:
9058         * gst/base/README:
9059         * gst/base/gstbasesink.c: (gst_basesink_get_template),
9060         (gst_basesink_base_init), (gst_basesink_class_init),
9061         (gst_basesink_pad_getcaps), (gst_basesink_pad_setcaps),
9062         (gst_basesink_pad_buffer_alloc), (gst_basesink_init),
9063         (gst_basesink_set_pad_functions),
9064         (gst_basesink_set_all_pad_functions), (gst_basesink_set_clock),
9065         (gst_basesink_set_property), (gst_basesink_get_property),
9066         (gst_base_sink_get_template), (gst_base_sink_get_caps),
9067         (gst_base_sink_set_caps), (gst_base_sink_buffer_alloc),
9068         (gst_basesink_preroll_queue_push),
9069         (gst_basesink_preroll_queue_empty),
9070         (gst_basesink_preroll_queue_flush), (gst_basesink_finish_preroll),
9071         (gst_basesink_event), (gst_basesink_get_times),
9072         (gst_basesink_do_sync), (gst_basesink_handle_buffer),
9073         (gst_basesink_chain_unlocked), (gst_basesink_chain),
9074         (gst_basesink_loop), (gst_basesink_activate),
9075         (gst_basesink_change_state):
9076         * gst/base/gstbasesink.h:
9077         * gst/elements/Makefile.am:
9078         * gst/elements/gstfakesink.c: (gst_fakesink_base_init),
9079         (gst_fakesink_class_init), (gst_fakesink_init),
9080         (gst_fakesink_set_property), (gst_fakesink_get_property),
9081         (gst_fakesink_get_times), (gst_fakesink_event),
9082         (gst_fakesink_preroll), (gst_fakesink_render),
9083         (gst_fakesink_change_state):
9084         * gst/elements/gstfakesink.h:
9085         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_manager),
9086         (gst_bin_get_state), (gst_bin_change_state), (gst_bin_send_event):
9087         * gst/gstelement.c: (gst_element_add_pad),
9088         (gst_element_get_state_func), (gst_element_abort_state),
9089         (gst_element_commit_state), (gst_element_lost_state),
9090         (gst_element_set_state), (gst_element_pads_activate):
9091         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_event_default):
9092         * gst/gstpipeline.c: (gst_pipeline_send_event),
9093         (gst_pipeline_change_state):
9094         Added state change code.
9095         Added/updated docs.
9096         Added sink base class, make fakesink extend the base class.
9097         Small cleanups in GstPipeline.
9098
9099 2005-03-26  David Schleef  <ds@schleef.org>
9100
9101         * gst/Makefile.am: remove gstcpu.[ch].  The gst_cpu functionality
9102         is broken and should be implemented in a different library.
9103         * gst/gst.c: (init_post): don't call _gst_cpu_initialize()
9104         * gst/gst.h: remove gstcpu.h
9105         * gst/gstcpu.c: remove
9106         * gst/gstcpu.h: remove
9107         * gst/Makefile.am.future: Remove this file.  It's ancient.
9108
9109 2005-03-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9110
9111         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_manager),
9112         (gst_bin_send_event):
9113           Add default event/set_manager handlers. The set_manager handler
9114           takes care that the manager is distributed over kids that were
9115           already in the bin before the manager was set. The event handler
9116           is a utility virtual function that sends the event over all sinks,
9117           so that gst_element_send_event (bin, event); has the expected
9118           behaviour.
9119         * gst/gstpad.c: (gst_pad_event_default):
9120           Re-install default event handling for discontinuities, so that
9121           seeking works without requiring hacks in applications or extra
9122           code in sinks.
9123         * gst/gstpipeline.c: (gst_pipeline_class_init),
9124         (gst_pipeline_send_event):
9125           Half hack, half utility: set a pipeline to PAUSED for seek events,
9126           since that is the only way we can guarantee a/v sync. Means that
9127           you can do gst_element_seek (pipeline, method, pos); on a pipeline
9128           and it "just works".
9129
9130 2005-03-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9131
9132         * gst/gstpipeline.c: (gst_pipeline_use_clock):
9133           Lock/unlock mismatch.
9134
9135 2005-03-25  Thomas Vander Stichele  <thomas at apestaart dot org>
9136
9137         * docs/faq/gst-uninstalled:
9138           add gst-plugins-base
9139         * docs/gst/Makefile.am:
9140           don't error out until docs are fixed
9141         * docs/gst/gstreamer.types:
9142           remove thread
9143
9144 2005-03-22  Wim Taymans  <wim@fluendo.com>
9145
9146         * check/Makefile.am:
9147         * check/gst/gstmessage.c: (START_TEST), (gst_data_suite), (main):
9148         * gst/gststructure.c: (gst_structure_set_valist),
9149         (gst_structure_copy_conditional):
9150         Activated more tests.
9151         Added message test.
9152         Added G_TYPE_POINTER to GstStructure.
9153         
9154
9155 2005-03-22  Wim Taymans  <wim@fluendo.com>
9156
9157         * docs/design/part-TODO.txt:
9158         * docs/design/part-events.txt:
9159         * docs/design/part-gstbin.txt:
9160         * docs/design/part-gstbus.txt:
9161         * docs/design/part-gstpipeline.txt:
9162         * docs/design/part-messages.txt:
9163         * gst/gstbus.c:
9164         * gst/gstmessage.c:
9165         Docs updates
9166
9167 2005-03-21  Wim Taymans  <wim@fluendo.com>
9168
9169         * gst/gstbus.c: (gst_bus_post):
9170         Fix copy-and-paste error.
9171
9172 2005-03-21  Wim Taymans  <wim@fluendo.com>
9173
9174         * check/Makefile.am:
9175         * gst/Makefile.am:
9176         * gst/elements/Makefile.am:
9177         * gst/elements/gstelements.c:
9178         * gst/elements/gstfakesink.c: (gst_fakesink_init),
9179         (gst_fakesink_event), (gst_fakesink_chain):
9180         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
9181         (gst_fakesrc_init), (gst_fakesrc_get_event_mask),
9182         (gst_fakesrc_event_handler), (gst_fakesrc_set_pad_functions),
9183         (gst_fakesrc_set_all_pad_functions), (gst_fakesrc_request_new_pad),
9184         (gst_fakesrc_set_property), (gst_fakesrc_get_property),
9185         (gst_fakesrc_get_range_unlocked), (gst_fakesrc_get_range),
9186         (gst_fakesrc_loop), (gst_fakesrc_activate),
9187         (gst_fakesrc_change_state):
9188         * gst/elements/gstfakesrc.h:
9189         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
9190         (gst_filesrc_get_read), (gst_filesrc_getrange), (gst_filesrc_get),
9191         (gst_filesrc_open_file), (gst_filesrc_loop),
9192         (gst_filesrc_activate), (gst_filesrc_change_state),
9193         (filesrc_find_peek), (filesrc_find_suggest),
9194         (gst_filesrc_type_find):
9195         * gst/elements/gstidentity.c: (gst_identity_finalize),
9196         (gst_identity_class_init), (gst_identity_init),
9197         (gst_identity_proxy_getcaps), (identity_queue_push),
9198         (identity_queue_pop), (identity_queue_flush), (gst_identity_event),
9199         (gst_identity_getrange), (gst_identity_chain),
9200         (gst_identity_sink_loop), (gst_identity_src_loop),
9201         (gst_identity_handle_buffer), (gst_identity_set_dataflow_funcs),
9202         (gst_identity_set_property), (gst_identity_get_property),
9203         (gst_identity_change_state):
9204         * gst/elements/gstidentity.h:
9205         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init),
9206         (gst_tee_update_pad_functions), (gst_tee_request_new_pad),
9207         (gst_tee_set_property), (gst_tee_get_property), (gst_tee_do_push),
9208         (gst_tee_handle_buffer), (gst_tee_chain), (gst_tee_loop),
9209         (gst_tee_sink_activate):
9210         * gst/elements/gsttee.h:
9211         * gst/gst.c: (gst_register_core_elements), (init_post):
9212         * gst/gst.h:
9213         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_bus),
9214         (gst_bin_set_scheduler), (gst_bin_add_func), (gst_bin_add),
9215         (gst_bin_remove_func), (gst_bin_remove), (gst_bin_get_state),
9216         (gst_bin_change_state):
9217         * gst/gstbin.h:
9218         * gst/gstbus.c: (gst_bus_get_type), (gst_bus_class_init),
9219         (gst_bus_init), (gst_bus_dispose), (gst_bus_set_property),
9220         (gst_bus_get_property), (gst_bus_new), (gst_bus_post),
9221         (gst_bus_have_pending), (gst_bus_pop), (gst_bus_peek),
9222         (gst_bus_set_sync_handler), (gst_bus_create_watch),
9223         (bus_watch_callback), (bus_watch_destroy),
9224         (gst_bus_add_watch_full), (gst_bus_add_watch), (poll_handler),
9225         (poll_timeout), (gst_bus_poll):
9226         * gst/gstbus.h:
9227         * gst/gstcaps.h:
9228         * gst/gstdata.h:
9229         * gst/gstelement.c: (gst_element_class_init), (gst_element_init),
9230         (gst_element_post_message), (gst_element_message_full),
9231         (gst_element_get_state_func), (gst_element_get_state),
9232         (gst_element_abort_state), (gst_element_commit_state),
9233         (gst_element_lost_state), (gst_element_set_state),
9234         (gst_element_pads_activate), (gst_element_change_state),
9235         (gst_element_dispose), (gst_element_set_manager_func),
9236         (gst_element_set_bus_func), (gst_element_set_scheduler_func),
9237         (gst_element_set_manager), (gst_element_get_manager),
9238         (gst_element_set_bus), (gst_element_get_bus),
9239         (gst_element_set_scheduler), (gst_element_get_scheduler):
9240         * gst/gstelement.h:
9241         * gst/gstevent.c: (gst_event_new_segment_seek),
9242         (gst_event_new_flush):
9243         * gst/gstevent.h:
9244         * gst/gstmessage.c: (_gst_message_initialize), (_gst_message_copy),
9245         (_gst_message_free), (gst_message_get_type), (gst_message_new),
9246         (gst_message_new_eos), (gst_message_new_error),
9247         (gst_message_new_warning), (gst_message_new_tag),
9248         (gst_message_new_state_changed), (gst_message_new_application),
9249         (gst_message_get_structure), (gst_message_parse_tag),
9250         (gst_message_parse_state_changed), (gst_message_parse_error),
9251         (gst_message_parse_warning):
9252         * gst/gstmessage.h:
9253         * gst/gstpad.c: (gst_real_pad_class_init), (gst_real_pad_init),
9254         (gst_real_pad_set_property), (gst_pad_set_active),
9255         (gst_pad_is_active), (gst_pad_set_blocked_async),
9256         (gst_pad_set_blocked), (gst_pad_is_blocked),
9257         (gst_pad_set_activate_function), (gst_pad_set_loop_function),
9258         (gst_pad_set_getrange_function), (gst_pad_set_acceptcaps_function),
9259         (gst_pad_set_fixatecaps_function), (gst_pad_set_setcaps_function),
9260         (gst_pad_unlink), (gst_pad_link_prepare_filtered),
9261         (gst_pad_link_filtered), (gst_pad_relink_filtered),
9262         (gst_real_pad_get_caps_unlocked), (gst_pad_get_caps),
9263         (gst_pad_peer_get_caps), (gst_pad_fixate_caps),
9264         (gst_pad_accept_caps), (gst_pad_peer_accept_caps),
9265         (gst_pad_set_caps), (gst_pad_configure_sink),
9266         (gst_pad_configure_src), (gst_pad_get_negotiated_caps),
9267         (gst_pad_get_filter_caps), (gst_pad_alloc_buffer),
9268         (gst_real_pad_dispose), (gst_real_pad_finalize),
9269         (handle_pad_block), (gst_pad_push), (gst_pad_pull_range),
9270         (gst_pad_event_default_dispatch), (gst_pad_event_default),
9271         (gst_pad_push_event), (gst_pad_send_event), (gst_pad_get_formats):
9272         * gst/gstpad.h:
9273         * gst/gstpipeline.c: (gst_pipeline_init), (is_eos),
9274         (pipeline_bus_handler), (gst_pipeline_change_state),
9275         (gst_pipeline_get_scheduler), (gst_pipeline_get_bus):
9276         * gst/gstpipeline.h:
9277         * gst/gstprobe.h:
9278         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_init),
9279         (gst_queue_finalize), (gst_queue_getcaps), (gst_queue_link_sink),
9280         (gst_queue_link_src), (gst_queue_bufferalloc),
9281         (gst_queue_locked_flush), (gst_queue_handle_sink_event),
9282         (gst_queue_is_empty), (gst_queue_is_filled), (gst_queue_chain),
9283         (gst_queue_loop), (gst_queue_handle_src_event),
9284         (gst_queue_handle_src_query), (gst_queue_src_activate),
9285         (gst_queue_change_state):
9286         * gst/gstqueue.h:
9287         * gst/gstscheduler.c: (gst_scheduler_init),
9288         (gst_scheduler_dispose), (gst_scheduler_create_task),
9289         (gst_scheduler_factory_create):
9290         * gst/gstscheduler.h:
9291         * gst/gststructure.c: (gst_structure_get_type),
9292         (gst_structure_copy_conditional):
9293         * gst/gststructure.h:
9294         * gst/gsttaginterface.h:
9295         * gst/gsttask.c: (gst_task_get_type), (gst_task_class_init),
9296         (gst_task_init), (gst_task_dispose), (gst_task_create),
9297         (gst_task_get_state), (gst_task_start), (gst_task_stop),
9298         (gst_task_pause):
9299         * gst/gsttask.h:
9300         * gst/gstthread.c:
9301         * gst/gstthread.h:
9302         * gst/gsttypes.h:
9303         * gst/schedulers/Makefile.am:
9304         * gst/schedulers/cothreads_compat.h:
9305         * gst/schedulers/entryscheduler.c:
9306         * gst/schedulers/faircothreads.c:
9307         * gst/schedulers/faircothreads.h:
9308         * gst/schedulers/fairscheduler.c:
9309         * gst/schedulers/gstbasicscheduler.c:
9310         * gst/schedulers/gstoptimalscheduler.c:
9311         * gst/schedulers/gthread-cothreads.h:
9312         * gst/schedulers/threadscheduler.c:
9313         (gst_thread_scheduler_task_get_type),
9314         (gst_thread_scheduler_task_class_init),
9315         (gst_thread_scheduler_task_init),
9316         (gst_thread_scheduler_task_start),
9317         (gst_thread_scheduler_task_stop),
9318         (gst_thread_scheduler_task_pause), (gst_thread_scheduler_get_type),
9319         (gst_thread_scheduler_class_init), (gst_thread_scheduler_func),
9320         (gst_thread_scheduler_init), (gst_thread_scheduler_create_task),
9321         (gst_thread_scheduler_setup), (gst_thread_scheduler_reset),
9322         (plugin_init):
9323         * libs/gst/Makefile.am:
9324         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf):
9325         * libs/gst/bytestream/filepad.c: (gst_file_pad_init),
9326         (gst_file_pad_parent_set):
9327         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_event),
9328         (gst_dp_event_from_packet):
9329         * tests/complexity.c: (main):
9330         * tests/mass_elements.c: (main):
9331         * testsuite/states/locked.c: (message_received), (main):
9332         * testsuite/states/parent.c: (main):
9333         * tools/gst-inspect.c: (print_element_flag_info),
9334         (print_implementation_info), (print_pad_info):
9335         * tools/gst-launch.c: (check_intr), (play_handler), (event_loop),
9336         (main):
9337         * tools/gst-md5sum.c: (event_loop), (main):
9338         * tools/gst-typefind.c: (main):
9339         * tools/gst-xmlinspect.c: (print_element_info):
9340         Next big merge.
9341         Added GstBus for mainloop integration.
9342         Added GstMessage for sending notifications on the bus.
9343         Added GstTask as an abstraction for pipeline entry points.
9344         Removed GstThread.
9345         Removed Schedulers.
9346         Simplified GstQueue for multithreaded core.
9347         Made _link threadsafe, removed old capsnego.
9348         Added STREAM_LOCK and PREROLL_LOCK in GstPad.
9349         Added pad blocking functions.
9350         Reworked scheduling functions in GstPad to prepare for
9351         scheduling updates soon.
9352         Moved events out of data stream.
9353         Simplified GstEvent types.
9354         Added return values to push/pull.
9355         Removed clocking from GstElement.
9356         Added prototypes for state change function for next merge.
9357         Removed iterate from bins and state change management.
9358         Fixed some elements, disabled others for now.
9359         Fixed -inspect and -launch.
9360         Added check for GstBus.
9361
9362 2005-03-10  Wim Taymans  <wim@fluendo.com>
9363
9364         * docs/design/part-MT-refcounting.txt:
9365         * docs/design/part-clocks.txt:
9366         * docs/design/part-gstelement.txt:
9367         * docs/design/part-gstobject.txt:
9368         * docs/design/part-standards.txt:
9369         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
9370         (gst_bin_remove_func), (gst_bin_remove):
9371         * gst/gstbin.h:
9372         * gst/gstbuffer.c:
9373         * gst/gstcaps.h:
9374         * testsuite/clock/clock1.c: (main):
9375         * testsuite/clock/clock2.c: (gst_clock_debug), (element_wait),
9376         (main):
9377         * testsuite/dlopen/loadgst.c: (do_test):
9378         * testsuite/refcounting/bin.c: (add_remove_test1),
9379         (add_remove_test2), (main):
9380         * testsuite/refcounting/element.c: (main):
9381         * testsuite/refcounting/element_pad.c: (main):
9382         * testsuite/refcounting/pad.c: (main):
9383         * tools/gst-launch.c: (sigint_handler_sighandler):
9384         * tools/gst-typefind.c: (main):
9385         Doc updates.
9386         Added doc about clock.
9387         removed gst_bin_iterate_recurse_up(), marked methods
9388         for removal.
9389         Fix more testsuites.
9390
9391 2005-03-09  Wim Taymans  <wim@fluendo.com>
9392
9393         * gst/gstpad.c: (gst_pad_get_direction),
9394         (_gst_pad_default_fixate_foreach), (gst_pad_collectv),
9395         (gst_pad_collect_valist):
9396         * testsuite/bins/interface.c: (main):
9397         * testsuite/caps/audioscale.c: (test_caps):
9398         * testsuite/caps/caps.c: (test1), (test2), (test3):
9399         * testsuite/caps/deserialize.c: (main):
9400         * testsuite/caps/enumcaps.c: (main):
9401         * testsuite/caps/filtercaps.c: (main):
9402         * testsuite/caps/intersect2.c: (main):
9403         * testsuite/caps/random.c: (main):
9404         * testsuite/caps/renegotiate.c: (my_fixate), (main):
9405         * testsuite/caps/sets.c: (check_caps):
9406         * testsuite/caps/simplify.c: (check_caps), (main):
9407         * testsuite/caps/subtract.c: (check_caps):
9408         Fix _pad_get_direction wrt ghostpads.
9409         Fix caps testsuite.
9410
9411 2005-03-09  Wim Taymans  <wim@fluendo.com>
9412
9413         * check/Makefile.am:
9414         * check/gst/gstbin.c: (START_TEST), (gst_bin_suite), (main):
9415         * check/gst/gstsystemclock.c: (START_TEST), (gst_clock_debug),
9416         (ok_callback), (error_callback), (gst_systemclock_suite), (main):
9417         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_index_func),
9418         (gst_bin_set_clock_func), (gst_bin_get_clock_func),
9419         (gst_bin_add_func), (gst_bin_add), (gst_bin_remove_func),
9420         (gst_bin_remove), (gst_bin_iterate_recurse_up),
9421         (bin_element_is_sink), (gst_bin_iterate_sinks),
9422         (gst_bin_iterate_all_by_interface):
9423         * gst/gstbin.h:
9424         * gst/gstelement.c: (gst_element_init), (gst_element_error_full),
9425         (gst_element_change_state), (gst_element_dispose),
9426         (gst_element_finalize), (gst_element_set_loop_function):
9427         * gst/gstelement.h:
9428         * gst/gstiterator.c: (find_custom_fold_func):
9429         * gst/gstpad.c: (_gst_pad_default_fixate_foreach),
9430         (gst_pad_collectv), (gst_pad_collect_valist),
9431         (gst_pad_template_new):
9432         * gst/gstpipeline.c: (gst_pipeline_class_init),
9433         (gst_pipeline_dispose), (gst_pipeline_set_property),
9434         (gst_pipeline_get_property), (gst_pipeline_get_clock_func),
9435         (gst_pipeline_get_clock), (gst_pipeline_use_clock),
9436         (gst_pipeline_set_clock), (gst_pipeline_auto_clock):
9437         * gst/gstutils.h:
9438         * gst/schedulers/entryscheduler.c:
9439         * gst/schedulers/gstbasicscheduler.c:
9440         (gst_basic_scheduler_cothreaded_chain),
9441         (gst_basic_scheduler_chain_add_element):
9442         * testsuite/bins/interface.c: (main):
9443         Added GstBin test.
9444         Added GstSystemClock test.
9445         Implemented clock distribution code in GstBin.
9446         Implemented iterate sinks method for future use.
9447         Rearranged gstelement.h
9448         Fix GstIterator comparison bug.
9449         Moved some code to GstPipeline, mostly clocking related.
9450
9451 2005-03-09  Wim Taymans  <wim@fluendo.com>
9452
9453         * configure.ac:
9454         * gst/gst_private.h:
9455         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
9456         (gst_bin_remove_func), (gst_bin_remove),
9457         (gst_bin_get_by_name_recurse_up):
9458         * gst/gstclock.c: (gst_clock_id_ref), (gst_clock_id_unref),
9459         (gst_clock_id_compare_func), (gst_clock_id_wait),
9460         (gst_clock_id_wait_async), (gst_clock_init),
9461         (gst_clock_adjust_unlocked), (gst_clock_get_time):
9462         * gst/gstelement.h:
9463         * gst/gstinfo.c: (_gst_debug_init):
9464         * gst/gstobject.h:
9465         * gst/gstpad.c: (_gst_pad_default_fixate_foreach),
9466         (gst_pad_collectv), (gst_pad_collect_valist), (gst_pad_query):
9467         * gst/gstpad.h:
9468         Bump version number, we're now 0.9.0
9469         Add future debugging category.
9470         Fix NULL _unref() in _get_by_name_recurse_up
9471         Rearrange gstpad.h.
9472         Update some docs.
9473
9474 2005-03-08  Wim Taymans  <wim@fluendo.com>
9475
9476         * gst/elements/gstaggregator.c: (gst_aggregator_class_init):
9477         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
9478         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
9479         * gst/elements/gstfdsink.c: (gst_fdsink_class_init):
9480         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init):
9481         * gst/elements/gstfilesink.c: (gst_filesink_class_init):
9482         * gst/elements/gstfilesrc.c: (gst_filesrc_class_init):
9483         * gst/elements/gstidentity.c: (gst_identity_class_init):
9484         * gst/elements/gstmd5sink.c: (gst_md5sink_class_init):
9485         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
9486         * gst/elements/gstshaper.c: (gst_shaper_class_init):
9487         * gst/elements/gststatistics.c: (gst_statistics_class_init):
9488         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_getcaps),
9489         (gst_tee_link):
9490         * gst/gstelement.c: (gst_element_class_init),
9491         (gst_element_base_class_init), (gst_element_init),
9492         (gst_element_get_random_pad), (gst_element_wait_state_change),
9493         (gst_element_change_state), (gst_element_dispose),
9494         (gst_element_finalize), (gst_element_set_loop_function):
9495         * gst/gstelement.h:
9496         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_link_src):
9497         * gst/gstthread.c: (gst_thread_class_init),
9498         (gst_thread_release_children_locks), (gst_thread_change_state):
9499         * gst/schedulers/gstbasicscheduler.c:
9500         (gst_basic_scheduler_loopfunc_wrapper),
9501         (gst_basic_scheduler_chain_wrapper),
9502         (gst_basic_scheduler_src_wrapper),
9503         (gst_basic_scheduler_remove_element):
9504         * gst/schedulers/gstoptimalscheduler.c: (schedule_group):
9505         Remove threadsafe properties. Fix elements because GObject
9506         complains when installing a property before declaring a
9507         set/get_property handler.
9508         Rearrange gstelement.h file, use STATE macros for state locks.
9509         Free mutexes in the finalize method instead of dispose.
9510
9511 2005-03-08  Wim Taymans  <wim@fluendo.com>
9512
9513         * check/gst/gstobject.c: (START_TEST), (gst_object_suite):
9514         * gst/gstthread.c: (gst_thread_release_children_locks):
9515         Added parentage check.
9516         Fix build og GstThread again.
9517
9518 2005-03-08  Wim Taymans  <wim@fluendo.com>
9519
9520         * docs/design/part-MT-refcounting.txt:
9521         * docs/design/part-conventions.txt:
9522         * docs/design/part-gstobject.txt:
9523         * docs/design/part-relations.txt:
9524         * docs/design/part-standards.txt:
9525         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
9526         (gst_bin_remove_func), (gst_bin_remove), (gst_bin_iterate_recurse),
9527         (gst_bin_get_by_name), (gst_bin_get_by_interface),
9528         (gst_bin_iterate_all_by_interface):
9529         * gst/gstbuffer.h:
9530         * gst/gstclock.h:
9531         * gst/gstelement.c: (gst_element_class_init),
9532         (gst_element_change_state), (gst_element_set_loop_function):
9533         * gst/gstelement.h:
9534         * gst/gstiterator.c:
9535         * gst/gstobject.c: (gst_object_class_init), (gst_object_ref),
9536         (gst_object_unref), (gst_object_sink), (gst_object_dispose),
9537         (gst_object_dispatch_properties_changed), (gst_object_set_name),
9538         (gst_object_set_parent), (gst_object_unparent),
9539         (gst_object_check_uniqueness):
9540         * gst/gstobject.h:
9541         Docs updates, clean up some headers.
9542
9543 2005-03-07  Wim Taymans  <wim@fluendo.com>
9544
9545         * check/.cvsignore:
9546         * check/Makefile.am:
9547         * check/gst-libs/.cvsignore:
9548         * check/gst-libs/gdp.c: (START_TEST), (gst_object_suite), (main):
9549         * check/gst/.cvsignore:
9550         * check/gst/gstbus.c: (pound_bus_with_messages), (pull_messages),
9551         (START_TEST), (gstbus_suite), (main):
9552         * check/gst/gstcaps.c: (START_TEST), (gst_caps_suite), (main):
9553         * check/gst/gstdata.c: (START_TEST), (thread_ref), (thread_unref),
9554         (gst_data_suite), (main):
9555         * check/gst/gstiterator.c: (make_list_of_ints), (START_TEST),
9556         (add_fold_func), (gstiterator_suite), (main):
9557         * check/gst/gstobject.c: (gst_fake_object_get_type), (START_TEST),
9558         (thread_name_object), (thread_name_object_default),
9559         (gst_object_name_compare), (gst_object_suite), (main):
9560         * check/gst/gstpad.c: (START_TEST), (thread_link_unlink),
9561         (gst_pad_suite), (main):
9562         * check/gstcheck.c: (gst_check_log_message_func),
9563         (gst_check_log_critical_func), (gst_check_init):
9564         * check/gstcheck.h:
9565         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
9566         (run_pipeline), (START_TEST), (simple_launch_lines_suite), (main):
9567         Added checks.
9568
9569 2005-03-07  Wim Taymans  <wim@fluendo.com>
9570
9571         * gst/gstiterator.c: (gst_iterator_init), (gst_iterator_new),
9572         (gst_list_iterator_next), (gst_list_iterator_resync),
9573         (gst_list_iterator_free), (gst_iterator_new_list),
9574         (gst_iterator_pop), (gst_iterator_next), (gst_iterator_resync),
9575         (gst_iterator_free), (gst_iterator_push), (filter_next),
9576         (filter_resync), (filter_uninit), (filter_free),
9577         (gst_iterator_filter), (gst_iterator_fold), (foreach_fold_func),
9578         (gst_iterator_foreach), (find_custom_fold_func),
9579         (gst_iterator_find_custom):
9580         * gst/gstiterator.h:
9581         Added missing files.
9582
9583 2005-03-07  Wim Taymans  <wim@fluendo.com>
9584
9585         * Makefile.am:
9586         * configure.ac:
9587         * docs/design/part-MT-refcounting.txt:
9588         * docs/design/part-conventions.txt:
9589         * docs/design/part-gstobject.txt:
9590         * docs/design/part-relations.txt:
9591         * examples/mixer/mixer.c: (main):
9592         * examples/thread/thread.c: (eos), (main):
9593         * gst/Makefile.am:
9594         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
9595         * gst/autoplug/gstspider.c: (gst_spider_identity_plug),
9596         (gst_spider_plug_from_srcpad):
9597         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps),
9598         (gst_spider_identity_change_state),
9599         (gst_spider_identity_sink_loop_type_finding):
9600         * gst/elements/gstfakesrc.c: (gst_fakesrc_loop):
9601         * gst/elements/gstidentity.c: (gst_identity_init):
9602         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_getcaps),
9603         (gst_tee_link), (gst_tee_request_new_pad), (gst_tee_chain):
9604         * gst/elements/gsttypefindelement.c: (free_entry):
9605         * gst/gst.c:
9606         * gst/gst.h:
9607         * gst/gstbin.c: (gst_bin_init), (gst_bin_get_clock_func),
9608         (gst_bin_set_clock_func), (gst_bin_auto_clock),
9609         (gst_bin_set_index), (gst_bin_set_element_sched),
9610         (gst_bin_unset_element_sched), (gst_bin_add_func), (gst_bin_add),
9611         (gst_bin_remove_func), (gst_bin_remove), (iterate_child),
9612         (gst_bin_iterate_elements), (iterate_child_recurse),
9613         (gst_bin_iterate_recurse), (gst_bin_dispose), (compare_name),
9614         (gst_bin_get_by_name), (gst_bin_get_by_name_recurse_up),
9615         (compare_interface), (gst_bin_get_by_interface),
9616         (gst_bin_iterate_all_by_interface), (gst_bin_iterate_func):
9617         * gst/gstbin.h:
9618         * gst/gstbuffer.c: (gst_buffer_get_type), (_gst_buffer_sub_free),
9619         (gst_buffer_default_free), (gst_buffer_default_copy),
9620         (gst_buffer_new), (gst_buffer_get_caps), (gst_buffer_set_caps),
9621         (gst_buffer_create_sub):
9622         * gst/gstbuffer.h:
9623         * gst/gstcaps.c: (gst_caps_get_type), (gst_caps_new_empty),
9624         (_gst_caps_free), (gst_caps_make_writable), (gst_caps_ref),
9625         (gst_caps_unref), (gst_static_caps_get),
9626         (gst_caps_remove_and_get_structure), (gst_caps_append),
9627         (gst_caps_append_structure), (gst_caps_remove_structure),
9628         (gst_caps_copy_nth), (gst_caps_set_simple),
9629         (gst_caps_set_simple_valist), (gst_caps_is_fixed_foreach),
9630         (gst_structure_is_equal_foreach), (gst_caps_is_subset),
9631         (gst_caps_structure_intersect_field), (gst_caps_intersect),
9632         (gst_caps_structure_subtract_field), (gst_caps_subtract),
9633         (gst_caps_normalize_foreach), (gst_caps_compare_structures),
9634         (gst_caps_structure_figure_out_union),
9635         (gst_caps_switch_structures), (gst_caps_do_simplify),
9636         (gst_caps_replace), (gst_caps_from_string),
9637         (gst_caps_copy_conditional):
9638         * gst/gstcaps.h:
9639         * gst/gstclock.c: (gst_clock_entry_new), (gst_clock_id_ref),
9640         (_gst_clock_id_free), (gst_clock_id_unref),
9641         (gst_clock_id_compare_func), (gst_clock_id_wait),
9642         (gst_clock_id_wait_async), (gst_clock_class_init),
9643         (gst_clock_init), (gst_clock_dispose), (gst_clock_adjust_unlocked),
9644         (gst_clock_get_time), (gst_clock_set_time_adjust),
9645         (gst_clock_set_property), (gst_clock_get_property):
9646         * gst/gstclock.h:
9647         * gst/gstcompat.h:
9648         * gst/gstcpu.c: (_gst_cpu_initialize_i386), (gst_cpu_get_flags):
9649         * gst/gstdata.c: (gst_data_is_writable), (gst_data_copy_on_write):
9650         * gst/gstdata.h:
9651         * gst/gstelement.c: (gst_element_class_init), (gst_element_init),
9652         (gst_element_requires_clock), (gst_element_provides_clock),
9653         (gst_element_set_clock), (gst_element_clock_wait),
9654         (gst_element_wait), (gst_element_set_time_delay),
9655         (gst_element_is_indexable), (gst_element_add_pad),
9656         (gst_element_add_ghost_pad), (gst_element_remove_pad),
9657         (pad_compare_name), (gst_element_get_static_pad),
9658         (gst_element_request_pad), (gst_element_get_request_pad),
9659         (gst_element_get_pad), (iterate_pad), (gst_element_iterate_pads),
9660         (gst_element_class_get_pad_template_list),
9661         (gst_element_class_get_pad_template), (gst_element_error_func),
9662         (gst_element_get_random_pad), (gst_element_get_event_masks),
9663         (gst_element_send_event), (gst_element_seek),
9664         (gst_element_get_query_types), (gst_element_query),
9665         (gst_element_get_formats), (gst_element_convert),
9666         (gst_element_is_locked_state), (gst_element_set_locked_state),
9667         (gst_element_sync_state_with_parent), (gst_element_change_state),
9668         (gst_element_finalize), (gst_element_yield),
9669         (gst_element_interrupt), (gst_element_set_scheduler),
9670         (gst_element_get_scheduler), (gst_element_set_loop_function):
9671         * gst/gstelement.h:
9672         * gst/gstevent.h:
9673         * gst/gstformat.c: (_gst_format_initialize), (gst_format_register),
9674         (gst_format_get_by_nick), (gst_format_get_details),
9675         (gst_format_iterate_definitions):
9676         * gst/gstformat.h:
9677         * gst/gstindex.c: (gst_index_gtype_resolver):
9678         * gst/gstinfo.c:
9679         * gst/gstinfo.h:
9680         * gst/gstmemchunk.c: (gst_mem_chunk_alloc), (gst_mem_chunk_alloc0),
9681         (gst_mem_chunk_free):
9682         * gst/gstobject.c: (gst_object_class_init), (gst_object_init),
9683         (gst_object_ref), (gst_object_unref), (gst_object_sink),
9684         (gst_object_replace), (gst_object_dispose), (gst_object_finalize),
9685         (gst_object_dispatch_properties_changed),
9686         (gst_object_set_name_default), (gst_object_set_name),
9687         (gst_object_get_name), (gst_object_set_name_prefix),
9688         (gst_object_get_name_prefix), (gst_object_set_parent),
9689         (gst_object_get_parent), (gst_object_unparent),
9690         (gst_object_check_uniqueness), (gst_object_save_thyself),
9691         (gst_object_restore_thyself), (gst_object_real_restore_thyself),
9692         (gst_object_set_property), (gst_object_get_property),
9693         (gst_object_get_path_string):
9694         * gst/gstobject.h:
9695         * gst/gstpad.c: (gst_pad_dispose), (gst_real_pad_class_init),
9696         (gst_real_pad_init), (gst_real_pad_get_property),
9697         (gst_pad_custom_new), (gst_pad_get_direction),
9698         (gst_pad_set_active), (gst_pad_is_active),
9699         (gst_pad_set_event_function), (gst_pad_is_linked),
9700         (gst_pad_link_free), (gst_pad_link_intersect),
9701         (gst_pad_link_fixate), (gst_pad_set_caps),
9702         (gst_pad_try_set_caps_nonfixed), (gst_pad_set_pad_template),
9703         (gst_pad_get_real_parent), (gst_pad_add_ghost_pad),
9704         (gst_pad_remove_ghost_pad), (_gst_pad_default_fixate_foreach),
9705         (gst_pad_link_unnegotiate), (gst_pad_proxy_fixate),
9706         (gst_pad_get_caps), (gst_pad_peer_get_caps),
9707         (gst_pad_get_pad_template_caps), (gst_pad_get_peer),
9708         (gst_pad_realize), (gst_pad_get_allowed_caps),
9709         (gst_real_pad_dispose), (gst_real_pad_finalize),
9710         (gst_pad_collectv), (gst_pad_collect_valist),
9711         (gst_pad_template_dispose), (gst_pad_template_new),
9712         (gst_pad_get_internal_links):
9713         * gst/gstpad.h:
9714         * gst/gstpipeline.c: (gst_pipeline_dispose),
9715         (gst_pipeline_change_state):
9716         * gst/gstpipeline.h:
9717         * gst/gstplugin.c:
9718         * gst/gstpluginfeature.c: (gst_plugin_feature_get_name),
9719         (gst_plugin_feature_set_rank), (gst_plugin_feature_get_rank):
9720         * gst/gstpluginfeature.h:
9721         * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
9722         * gst/gstquery.c: (_gst_query_type_initialize),
9723         (gst_query_type_register), (gst_query_type_get_by_nick),
9724         (gst_query_type_get_details), (gst_query_type_iterate_definitions):
9725         * gst/gstquery.h:
9726         * gst/gstqueue.c: (gst_queue_link_sink), (gst_queue_link_src):
9727         * gst/gstscheduler.c: (gst_scheduler_add_element),
9728         (gst_scheduler_factory_create):
9729         * gst/gststructure.c: (gst_structure_set_parent_refcount),
9730         (gst_structure_free), (gst_structure_set_name),
9731         (gst_structure_id_set_value), (gst_structure_set_value),
9732         (gst_structure_set_valist), (gst_structure_remove_field),
9733         (gst_structure_remove_fields),
9734         (gst_structure_remove_fields_valist),
9735         (gst_structure_remove_all_fields), (gst_structure_foreach),
9736         (gst_structure_map_in_place),
9737         (gst_caps_structure_fixate_field_nearest_int),
9738         (gst_caps_structure_fixate_field_nearest_double):
9739         * gst/gststructure.h:
9740         * gst/gstsystemclock.c: (gst_system_clock_class_init),
9741         (gst_system_clock_init), (gst_system_clock_dispose),
9742         (gst_system_clock_async_thread),
9743         (gst_system_clock_id_wait_unlocked), (gst_system_clock_id_wait),
9744         (gst_system_clock_id_wait_async), (gst_system_clock_id_unschedule):
9745         * gst/gstsystemclock.h:
9746         * gst/gsttag.c: (gst_tag_list_add_value_internal),
9747         (gst_tag_list_copy_foreach), (structure_foreach_wrapper):
9748         * gst/gsttaginterface.c:
9749         * gst/gstthread.c: (gst_thread_dispose),
9750         (gst_thread_release_children_locks), (gst_thread_change_state),
9751         (gst_thread_main_loop):
9752         * gst/gsttrashstack.h:
9753         * gst/gsttypefind.c: (gst_type_find_factory_dispose):
9754         * gst/gsttypes.h:
9755         * gst/gstutils.c: (gst_element_get_compatible_pad_template),
9756         (gst_element_request_pad), (gst_element_get_pad_from_template),
9757         (gst_element_request_compatible_pad),
9758         (gst_element_get_compatible_pad_filtered),
9759         (gst_element_get_compatible_pad), (gst_element_state_get_name),
9760         (gst_element_link_pads_filtered), (gst_element_link_filtered),
9761         (gst_element_link_many), (gst_element_link),
9762         (gst_element_link_pads), (gst_element_unlink_pads),
9763         (gst_element_unlink_many), (gst_element_unlink),
9764         (gst_pad_can_link_filtered), (gst_pad_can_link),
9765         (gst_pad_use_fixed_caps), (gst_pad_get_fixed_caps_func),
9766         (gst_object_default_error), (gst_bin_add_many),
9767         (gst_bin_remove_many), (gst_element_populate_std_props),
9768         (gst_element_class_install_std_props), (gst_buffer_merge),
9769         (gst_buffer_stamp), (intersect_caps_func), (gst_pad_proxy_getcaps),
9770         (link_fold_func), (gst_pad_proxy_setcaps):
9771         * gst/gstutils.h:
9772         * gst/gstvalue.c: (gst_value_deserialize_string):
9773         * gst/parse/grammar.y:
9774         * gst/schedulers/gstbasicscheduler.c:
9775         (gst_basic_scheduler_cothreaded_chain),
9776         (gst_basic_scheduler_chain_recursive_add),
9777         (gst_basic_scheduler_pad_link):
9778         * gst/schedulers/gstoptimalscheduler.c:
9779         (get_group_schedule_function),
9780         (gst_opt_scheduler_state_transition),
9781         (gst_opt_scheduler_add_element), (element_get_reachables_func):
9782         * libs/gst/bytestream/bytestream.c:
9783         * libs/gst/dataprotocol/dataprotocol.c:
9784         (gst_dp_header_from_buffer):
9785         * po/nb.po:
9786         * po/ru.po:
9787         * tests/threadstate/threadstate2.c: (eos):
9788         * tools/gst-compprep.c: (main):
9789         * tools/gst-inspect.c: (print_field), (print_element_flag_info),
9790         (print_pad_info), (print_children_info):
9791         * tools/gst-launch.c: (idle_func), (main):
9792         * tools/gst-md5sum.c: (idle_func), (main):
9793         * tools/gst-xmlinspect.c: (print_element_info):
9794         First THREADED backport attempt, focusing on adding locks and
9795         making sure the API is threadsafe. Needs more work. More docs
9796         follow this week.
9797
9798 2005-02-24  Andy Wingo  <wingo@pobox.com>
9799
9800         * tests/bench-complexity.scm:
9801         * tests/complexity.gnuplot: New files, good for running complexity
9802         benchmarks.
9803
9804         * tests/Makefile.am:
9805         * tests/complexity.c: New test, sets up N elements, at each level
9806         teeing into M streams per element. Eeeenteresting.
9807
9808         * tests/mass_elements.gnuplot: gnuplot file for the mass_elements
9809         benchmark. Run as gnuplot mass_elements.gnuplot > foo.ps, after
9810         running bench-mass_elements.scm.
9811
9812         * tests/bench-mass_elements.scm: New script, runs mass_elements
9813         for various numbers of identities, outputting the results to a
9814         file. Requires guile 1.6. Just for testing.
9815
9816 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9817
9818         * gst/schedulers/fairscheduler.c:
9819           compile with debug disabled
9820
9821 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9822
9823         * configure.ac:
9824           hunting season on 0.9 is now OPEN