configure.ac: Add test for allowing unaligned access. Add define to put in gstconfig.h.
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-04-19  David Schleef  <ds@schleef.org>
2
3         * configure.ac: Add test for allowing unaligned access.  Add define
4         to put in gstconfig.h.
5         * docs/gst/gstreamer-sections.txt: New symbols
6         * docs/gst/tmpl/gstcompat.sgml: Check in changes made by gtkdoc
7         * docs/gst/tmpl/gstfilesrc.sgml:
8         * docs/gst/tmpl/gstparse.sgml:
9         * docs/gst/tmpl/gsttypes.sgml:
10         * docs/gst/tmpl/gstutils.sgml:
11         * docs/gst/tmpl/gstvalue.sgml:
12         * gst/gstconfig.h.in: Add GST_HAVE_UNALIGNED_ACCESS
13         * gst/gstutils.h: Add macros for unaligned memory access.  Useful
14         on most !i386/!powerpc architectures.  From Daniel Gazard
15         <daniel.gazard@free.fr>.  (bug #140156)
16         * po/af.po: Check in changes made by gettext.
17         * po/az.po:
18         * po/fr.po:
19         * po/nl.po:
20         * po/sr.po:
21         * po/sv.po:
22
23 2004-04-20  Benjamin Otte  <otte@gnome.org>
24
25         * gst/schedulers/entryscheduler.c: 
26         (gst_entry_scheduler_yield):
27           refuse to yield when decoupled elements insist on doing that.
28           At least it's better than crashing
29
30 2004-04-19  David Schleef  <ds@schleef.org>
31
32         * docs/libs/Makefile.am: Change sinclude to include
33         * docs/gst/Makefile.am: same
34         * pkgconfig/Makefile.am:  Remove GNU-ism from makefile target
35
36 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
37
38         * po/LINGUAS:
39         * po/uk.po:
40           Added Ukrainian translation (Maxim V. Dziumanenko)
41
42 2004-04-19  Johan Dahlin  <johan@gnome.org>
43
44         * gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
45         checking here, do it before calling the function.
46         Clean up, use for loops instead of while loops while iterating
47         over lists.
48
49         * gst/autoplug/gstspider.c (gst_spider_request_new_pad): Fix typo
50         in debug message.
51         (gst_spider_create_and_plug): Improve debug message.
52         General: Replace while loops which iterates over GLists with for
53         loops. Which are much cleaner, improves readability, especially
54         for gst_spider_identity_plug
55
56         * gst/gstpad.c (_invent_event): Fix parameters to warning macros,
57         fixes bug 140477
58
59 2004-04-18  Thomas Vander Stichele  <thomas at apestaart dot org>
60
61         * po/LINGUAS:
62         * po/tr.po:
63           Added Turkish translation (Baris Cicek)
64
65 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
66
67         * docs/faq/troubleshooting.xml:
68           Mention gst-register in the FAQ (fixes 139045).
69
70 2004-04-17  Thomas Vander Stichele  <thomas at apestaart dot org>
71
72         * docs/gst/gstreamer-sections.txt:
73
74 2004-04-17  Benjamin Otte  <otte@gnome.org>
75
76         * gst/gstelement.c: (gst_element_dispose):
77           simplify
78         * gst/gstpad.c: (gst_pad_call_chain_function):
79           don't create loads of events due to bad macro usage
80
81 2004-04-16  David Schleef  <ds@schleef.org>
82
83         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
84         * gst/gstpad.c: (_gst_pad_default_fixate_foreach):
85         * gst/gstvalue.c: (gst_value_serialize_buffer),
86         (gst_value_deserialize_buffer), (gst_type_is_fixed),
87         (_gst_value_initialize): Create a new function gst_type_is_fixed()
88         to indicate types that are fixed wrt caps or not.  Switching to
89         this function fixes (bug #140298).
90         * gst/gstvalue.h:
91
92 2004-04-16  David Schleef  <ds@schleef.org>
93
94         * common/m4/gst-arch.m4:  Implmenent a whitelist and blacklist
95         for GST_UNALIGNED_ACESS, since we essentially know which archs
96         are ok.
97
98 2004-04-17  Benjamin Otte  <otte@gnome.org>
99
100         * docs/gst/Makefile.am:
101           ignore gst/parse directory when building docs (fixes #140205)
102
103 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
104
105         * testsuite/refcounting/mem.c: (vmsize):
106           do error checking
107
108 2004-04-16  Johan Dahlin  <johan@gnome.org>
109
110         * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
111         and gst_pad_call_get_function.
112
113 2004-04-15  David Schleef  <ds@schleef.org>
114
115         * common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
116         checks if we can access unaligned memory.
117         * configure.ac: Use it.
118
119 2004-04-16  Benjamin Otte  <otte@gnome.org>
120
121         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
122         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
123         * gst/elements/gstfilesrc.h:
124           s/seek_happened/need_discont/ and require discont before sending any
125           data
126
127 2004-04-15  David Schleef  <ds@schleef.org>
128
129         * gst/gstvalue.c: (gst_value_serialize_buffer),
130         (gst_value_deserialize_buffer), (_gst_value_initialize):
131         Register these types as fundamental types. (bug #140015)
132
133 2004-04-16  Benjamin Otte  <otte@gnome.org>
134
135         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
136         (gst_pad_link_free), (gst_pad_link_try), (_invent_event),
137         (gst_pad_pull):
138           implement enforcing discont events before buffers are passed. This
139           allows state changes of only some elements and later correctly going
140           on where they left off (or in short: you can now set audio sinks to
141           NULL to release the device when the pipeline is paused)
142         * gst/gstpad.c: (gst_pad_call_chain_function),
143         (gst_pad_call_get_function):
144         * gst/gstpad.h:
145           add gst_pad_call_chain_function and gst_pad_call_get_function for
146           scheduler interaction. They are required because of the changes
147           above.
148         * gst/schedulers/entryscheduler.c: (get_buffer),
149         (gst_entry_scheduler_chain_wrapper),
150         (gst_entry_scheduler_get_wrapper),
151         (gst_entry_scheduler_state_transition),
152         (gst_entry_scheduler_pad_link):
153         * gst/schedulers/gstbasicscheduler.c:
154         (gst_basic_scheduler_chain_wrapper),
155         (gst_basic_scheduler_src_wrapper),
156         (gst_basic_scheduler_chainhandler_proxy),
157         (gst_basic_scheduler_gethandler_proxy),
158         (gst_basic_scheduler_cothreaded_chain),
159         (gst_basic_scheduler_chain_elements):
160         * gst/schedulers/gstoptimalscheduler.c:
161         (get_group_schedule_function), (pad_clear_queued),
162         (gst_opt_scheduler_pad_link):
163           use the new functions instead of calling get/chain-functions
164           directly.
165
166 2004-04-15  David Schleef  <ds@schleef.org>
167
168         * docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
169         * docs/gst/tmpl/gstinfo.sgml: same
170         * docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
171         gtk-doc put here.
172         * gst/gstutils.h: Remove the \ that was confusing gtk-doc.
173         * examples/queue/queue.c: (main):  We iterate pipelines, not
174         bins.  (bug #139996)
175
176 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
177
178         * docs/pwg/advanced-types.xml:
179           Add MS RLE support. Also document Qt RLE although I have no sample
180           files for that yet. And document an extra property for ADPCM.
181
182 2004-04-15  David Schleef  <ds@schleef.org>
183
184         * gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
185         (_gst_plugin_fault_handler_setup):  Disable more stuff on
186         Windows.
187
188 2004-04-15  David Schleef  <ds@schleef.org>
189
190         * gst/gstinfo.c: (_gst_debug_init): Change some internal
191         symbol names to not conflict with new gstinfo.h symbols.
192         * gst/gstinfo.h: Add inline functions for all those crazy
193         compilers that don't know how to handle variadic macros (MSVC).
194
195 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
196
197         * configure.ac: bump nano to 1
198
199 === release 0.8.1 ===
200
201 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
202
203         * NEWS:
204         * RELEASE:
205         * configure.ac:
206           releasing 0.8.1, "Snow Brigade"
207
208 2004-04-14  David Schleef  <ds@schleef.org>
209
210         * testsuite/Makefile.am: define tests_ignore
211         * testsuite/Rules: Added new tests_ignore, which get compiled,
212         but not run (generally because they're inconsistent or have
213         heisenbugs).  Now we can ensure all the .c files compile in
214         testsuite/.
215         * testsuite/bins/Makefile.am: define tests_ignore
216         * testsuite/bytestream/Makefile.am:
217         * testsuite/caps/Makefile.am:
218         * testsuite/clock/Makefile.am:
219         * testsuite/debug/Makefile.am:
220         * testsuite/debug/global.c: (gst_debug_log_one),
221         (gst_debug_log_two): Fix compilation problem.
222         * testsuite/dynparams/Makefile.am:
223         * testsuite/elements/Makefile.am:
224         * testsuite/ghostpads/Makefile.am:
225         * testsuite/indexers/Makefile.am:
226         * testsuite/parse/Makefile.am:
227         * testsuite/plugin/Makefile.am:
228         * testsuite/refcounting/Makefile.am:
229         * testsuite/refcounting/element_pad.c: (main): Don't return leak
230         results, because it's not calculated correctly.
231         * testsuite/refcounting/pad.c: (main): same
232         * testsuite/states/Makefile.am:
233         * testsuite/tags/Makefile.am:
234         * testsuite/threads/Makefile.am:
235
236 2004-04-14  David Schleef  <ds@schleef.org>
237
238         * gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
239         generating bad code around the cpu detection asm code.
240
241 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
242
243         * tools/gst-inspect.c: (print_element_info):
244           print numeric version of rank as well, since we added some - 1
245           rank values to elements
246
247 2004-04-13  David Schleef  <ds@schleef.org>
248
249         * configure.ac:  Disable various code when compiling for MinGW.
250         * gst/elements/Makefile.am:
251         * gst/elements/gstelements.c:
252         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
253         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
254         * gst/registries/gstxmlregistry.c: (make_dir):
255
256 2004-04-13  David Schleef  <ds@schleef.org>
257
258         * gst/Makefile.am:
259         * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
260         assembly.
261         * gst/gstcpuid_i386.s: remove
262
263 2004-04-13  David Schleef  <ds@schleef.org>
264
265         * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
266         seems to think it needs to be done.
267         * docs/gst/tmpl/gstfakesink.sgml:
268         * docs/gst/tmpl/gstfakesrc.sgml:
269         * docs/gst/tmpl/gstfdsink.sgml:
270         * docs/gst/tmpl/gstfdsrc.sgml:
271         * docs/gst/tmpl/gstfilesink.sgml:
272         * docs/gst/tmpl/gstfilesrc.sgml:
273         * docs/gst/tmpl/gstidentity.sgml:
274         * docs/gst/tmpl/gstmd5sink.sgml:
275         * docs/gst/tmpl/gstmultifilesrc.sgml:
276         * docs/gst/tmpl/gstpipefilter.sgml:
277         * docs/gst/tmpl/gstshaper.sgml:
278         * docs/gst/tmpl/gstspider.sgml:
279         * docs/gst/tmpl/gstspideridentity.sgml:
280         * docs/gst/tmpl/gststatistics.sgml:
281         * docs/gst/tmpl/gsttee.sgml:
282         * docs/gst/tmpl/gsttypefind.sgml:
283         * docs/gst/tmpl/gstutils.sgml:
284
285 2004-04-13  David Schleef  <ds@schleef.org>
286
287         * configure.ac: Changes to remove POSIXisms (mmap in this case)
288         and to build DLLs on Windows.
289         * gst/Makefile.am:
290         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
291         (gst_filesrc_open_file):
292         * gst/schedulers/Makefile.am:
293
294 2004-04-13  David Schleef  <ds@schleef.org>
295
296         * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
297         (gst_caps_structure_fixate_field_nearest_double):  Fix bug in
298         fixating lists.
299
300 2004-04-12  David Schleef  <ds@schleef.org>
301
302         * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
303         (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
304         to using it.
305         * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
306         * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
307         * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
308         * gst/gststructure.c: (gst_structure_set_valist),
309         (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
310         support for buffers.
311         * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
312         intended to be const.
313         * gst/gsttag.h: same
314         * gst/gstvalue.c: (gst_value_serialize_buffer),
315         (gst_value_deserialize_buffer), (_gst_value_initialize):  Add code
316         to (de)serialize buffers.
317         * testsuite/caps/Makefile.am:  Add a bit of buffer testing
318         * testsuite/caps/string-conversions.c: (main):
319         * testsuite/caps/value_serialize.c: add new test
320
321 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
322
323         * docs/pwg/advanced-types.xml:
324           Document MS video 1 (video/x-msvideocodec) mimetype/format.
325
326 2004-04-11  Benjamin Otte  <otte@gnome.org>
327
328         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
329           rename categories to basic_*
330         * gst/schedulers/gstbasicscheduler.c: 
331         (gst_basic_scheduler_chain_wrapper),
332         (gst_basic_scheduler_chainhandler_proxy),
333         (gst_basic_scheduler_gethandler_proxy),
334         (gst_basic_scheduler_eventhandler_proxy):
335           debugging category fixes - put common stuff in log category
336         * gst/schedulers/gstbasicscheduler.c: 
337         (gst_basic_scheduler_chain_elements):
338           dirty fix: call gst_basic_scheduler_cothreaded_chain when already
339           active and linking two active chains
340
341 2004-04-10  Benjamin Otte  <otte@gnome.org>
342
343         * docs/pwg/intro-preface.xml:
344           fix dead links and remove reference to Wiki
345
346 2004-04-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
347
348         * gst/schedulers/gstbasicscheduler.c:
349           make sure we can switch back to the main function if we're still in
350           the main function (supposed to fix #139617)
351         * gst/schedulers/gthread-cothreads.h:
352           don't throw an error when switching to the same cothread
353
354 2004-04-09  Benjamin Otte  <otte@gnome.org>
355
356         * gst/gstbin.c: (gst_bin_get_type):
357         * gst/gstclock.c: (gst_clock_get_type):
358         * gst/gstindex.c: (gst_index_get_type):
359         * gst/gstobject.c: (gst_object_get_type),
360         (gst_signal_object_get_type):
361         * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
362         (gst_pad_template_get_type), (gst_ghost_pad_get_type):
363         * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
364         * gst/gstqueue.c: (gst_queue_get_type):
365         * gst/gstregistry.c: (gst_registry_get_type):
366         * gst/gstsystemclock.c: (gst_system_clock_get_type):
367         * gst/gstthread.c: (gst_thread_get_type):
368           don't use memchunks for these objects, use malloc instead
369
370 2004-04-08  Thomas Vander Stichele  <thomas at apestaart dot org>
371
372         * docs/gst/.cvsignore:
373         * docs/gst/Makefile.am:
374         * docs/gst/gstreamer-sections.txt:
375         * docs/gst/tmpl/gstaggregator.sgml:
376         * docs/gst/tmpl/gstbuffer.sgml:
377         * docs/gst/tmpl/gstclock.sgml:
378         * docs/gst/tmpl/gstelement.sgml:
379         * docs/gst/tmpl/gstfakesink.sgml:
380         * docs/gst/tmpl/gstfakesrc.sgml:
381         * docs/gst/tmpl/gstfdsink.sgml:
382         * docs/gst/tmpl/gstfdsrc.sgml:
383         * docs/gst/tmpl/gstfilesink.sgml:
384         * docs/gst/tmpl/gstfilesrc.sgml:
385         * docs/gst/tmpl/gstidentity.sgml:
386         * docs/gst/tmpl/gstindex.sgml:
387         * docs/gst/tmpl/gstinfo.sgml:
388         * docs/gst/tmpl/gstmd5sink.sgml:
389         * docs/gst/tmpl/gstmultifilesrc.sgml:
390         * docs/gst/tmpl/gstpad.sgml:
391         * docs/gst/tmpl/gstpipefilter.sgml:
392         * docs/gst/tmpl/gstpipeline.sgml:
393         * docs/gst/tmpl/gstpluginfeature.sgml:
394         * docs/gst/tmpl/gstqueue.sgml:
395         * docs/gst/tmpl/gstregistry.sgml:
396         * docs/gst/tmpl/gstscheduler.sgml:
397         * docs/gst/tmpl/gstshaper.sgml:
398         * docs/gst/tmpl/gstspider.sgml:
399         * docs/gst/tmpl/gstspideridentity.sgml:
400         * docs/gst/tmpl/gststatistics.sgml:
401         * docs/gst/tmpl/gstsystemclock.sgml:
402         * docs/gst/tmpl/gsttee.sgml:
403         * docs/gst/tmpl/gstthread.sgml:
404         * docs/gst/tmpl/gsttypefind.sgml:
405         * docs/gst/tmpl/gstutils.sgml:
406           further doc build fixes
407
408 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
409
410         * docs/gst/Makefile.am:
411           make docs exit on scanning problems
412           fix nonsrcdir build issues
413         * docs/gst/gstreamer-sections.txt:
414           adding stuff from -unused
415         * gst/gstqueue.h:
416           create GstQueueSize
417         * gst/schedulers/cothreads_compat.h:
418           fix cothread warnings
419
420 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
421
422         * docs/gst/gstreamer-sections.txt:
423           remove defines deprecated by Benjamin
424
425 2004-04-07  Benjamin Otte  <otte@gnome.org>
426
427         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
428           when the buffer is complete, don't check if other buffers are needed
429         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
430           check that the offset is >0 so we don't try to read before the
431           beginning of the file
432         * gst/gstpad.c: (gst_pad_set_pad_template):
433           sink the template, so we don't end up with 130k pad templates
434
435 2004-04-06  Benjamin Otte  <otte@gnome.org>
436
437         * gst/autoplug/gstspider.c: (gst_spider_link_add):
438           don't ref the element, adding already reffed it. And we didn't unref
439           it later anyway... (huge memleak when you used many spider elements)
440         * gst/gstelement.c: (gst_element_base_class_finalize):
441         * gst/gstelementfactory.c: (gst_element_factory_cleanup),
442         (gst_element_register):
443         * gst/gsturi.c: (gst_element_make_from_uri):
444           use gst_object_(un)ref instead of g_object(un)ref
445
446 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
447
448         * gst/gstbuffer.h:
449           remove macro that wouldn't work anymore because struct member has
450           been removed.
451         * gst/schedulers/entryscheduler.c: (schedule_forward):
452           fix segfault for unconnected pads
453         
454 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
455
456         reviewed by David Schleef <ds@schleef.org>
457
458         * gst/gstinfo.h:
459           *_FORMAT modifiers should require putting a % in front of them for
460           consistency reasons.
461
462 2004-04-05  Colin Walters  <walters@redhat.com>
463
464         * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
465         space.
466
467 2004-04-05  Benjamin Otte  <otte@gnome.org>
468
469         * configure.ac:
470         * gst/Makefile.am:
471         * gst/gst_private.h:
472         * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
473           add support for detecting if GStreamer runs inside valgrind.
474           requires valgrind (d'oh) and --enable-debug for correct cdetection.
475           print a big message in valgrind that GStreamer has detected it's
476           running inside and might now use different code.
477         * gst/gstmemchunk.c: (populate), (free_area),
478         (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
479         (gst_mem_chunk_free):
480           flag memchunks for valgrind, so it can detect leaking of chunks.
481           This allows detecting leaks of GstBuffer and GstEvent correctly
482           inside valgrind.
483
484 2004-04-05  David Schleef  <ds@schleef.org>
485
486         * gst/gsttrace.h:  Fix #ifdef nesting (bug #139109) Patch from
487           jensgr@gmx.net (Jens Granseuer)
488
489 2004-04-05  David Schleef  <ds@schleef.org>
490
491         * gst/gstbuffer.c: (_gst_buffer_sub_free),
492         (gst_buffer_default_free), (gst_buffer_default_copy),
493         (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
494         (gst_buffer_new), (gst_buffer_create_sub):  Allocate GstBuffer
495         structures in one place.
496
497 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
498
499         * gst/gstinfo.h: adding Ronald's timestamp debugging defines
500
501 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
502
503         * testsuite/elements/Makefile.am:
504           disable test until it stops breaking make distcheck
505
506 2004-04-05  Johan Dahlin  <johan@gnome.org>
507
508         * po/sv.po: Updated translation
509
510 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
511
512         * gst/gstplugin.c: (gst_plugin_load_file):
513           fix segfault for when original plugin was loaded statically
514
515 2004-04-05  Benjamin Otte  <otte@gnome.org>
516
517         * testsuite/debug/category.c: (main):
518         * testsuite/debug/commandline.c: (main):
519         * testsuite/debug/output.c: (main):
520           fix tests to work again with debugging enabled
521
522 2004-04-05  Benjamin Otte  <otte@gnome.org>
523
524         * gst/schedulers/gstbasicscheduler.c:
525         (gst_basic_scheduler_pad_link):
526           fix to work with recent scheduling changes
527
528 2004-04-05  Benjamin Otte  <otte@gnome.org>
529
530         * gst/schedulers/entryscheduler.c: (some functions, dunno which,
531         prepareChangeLog doesn't work when cvs indents):
532           don't throw an error when no element can be scheduled, there's too
533           many weird reasons why it doesn't work. Return STOPPED instead.
534           decoupled elemts' schedulability doesn't depend on bufpens.
535
536 2004-04-04  Benjamin Otte  <otte@gnome.org>
537
538         * gst/schedulers/gstbasicscheduler.c:
539         (gst_basic_scheduler_pad_select):
540           fix uninitialized variable warnings
541
542 2004-04-04  Benjamin Otte  <otte@gnome.org>
543
544         * gst/gstpad.c: (gst_pad_collect_valist):
545           fix uninitialized variable warning
546         * gst/schedulers/entryscheduler.c: (schedule_forward):
547           fix shadowed variable
548
549 2004-04-04  Benjamin Otte  <otte@gnome.org>
550
551         * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
552         (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
553         (gst_pad_select):
554         * gst/gstpad.h:
555         * gst/gstscheduler.c: (gst_scheduler_pad_select),
556         (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
557         * gst/gstscheduler.h:
558           implement gst_pad_collect as replacement for gst_pad_select.
559           deprecate gst_pad_select and gst_scheduler_(un)lock_element
560           add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
561           new pad_select, lock and unlock calls.
562         * gst/cothreads.c: (cothread_destroy), (cothread_switch):
563         * gst/cothreads.h:
564         * gst/schedulers/cothreads_compat.h:
565         * gst/schedulers/gthread-cothreads.h:
566           remove unused cothread_lock and cothread_unlock calls
567         * gst/schedulers/entryscheduler.c:
568         (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
569         (_can_schedule_loop), (gst_entry_scheduler_get_handler),
570         (gst_entry_scheduler_pad_select):
571           update to new API
572         * gst/schedulers/gstbasicscheduler.c:
573         (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
574         (gst_basic_scheduler_pad_select):
575           remove useless lock and unlock calls, update pad_select to new API
576           (untested)
577         * gst/schedulers/gstoptimalscheduler.c:
578         (gst_opt_scheduler_class_init):
579           remove useless select, lock and unlock function calls
580         * gst/elements/gstaggregator.c: (gst_aggregator_loop):
581           use gst_pad_collect instead of gst_pad_select
582
583 2004-04-04  Benjamin Otte  <otte@gnome.org>
584
585         * gst/schedulers/entryscheduler.c: (_can_schedule_get),
586         (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
587         (schedule_next_element), (print_entry):
588           add can_schedule_pad to handle element states.
589           add schedule_forward to select the correct entry to schedule next
590
591 2004-04-03  Benjamin Otte  <otte@gnome.org>
592
593         * gst/schedulers/entryscheduler.c: 
594           remove unused variable, fix error inside Rb, fix compile warning in
595           unreachable code
596
597 2004-04-03  Benjamin Otte  <otte@gnome.org>
598
599         * gst/schedulers/entryscheduler.c:
600           completely revamp the inner workings, so it's a lot easier to
601           understand and extend
602
603 2004-04-03  Andy Wingo  <wingo@pobox.com>
604
605         * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
606         Rename ->group1 and ->group2 to ->src and ->sink, respectively.
607         This allows better introspection of pipeline topology.
608         (add_to_chain): Don't do trickery to put loop elements first;
609         rather, queue a chain sort by marking the chain as dirty.
610         (remove_from_chain): Mark the chain dirty.
611         (sort_chain): New function. Sorts the group list so that terminal
612         sinks are first. This means elements on the sink side will be
613         preferentially sscheduled before elements on the src side of the
614         pipeline.
615         (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
616         (schedule_chain): If the chain is marked DIRTY, call sort_chain.
617         (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
618         (group_inc_link): Change argument and variable names to match the
619         new link structure member names (src and sink).
620         (group_dec_link): Add some description
621
622 2004-04-03  Benjamin Otte  <otte@gnome.org>
623
624         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
625         * gst/gstinfo.h:
626         * testsuite/debug/category.c: (main):
627         * testsuite/debug/commandline.c: (main):
628         * testsuite/debug/output.c: (main):
629         * testsuite/debug/printf_extension.c: (main):
630           fix to successfully build and test with --disable-gst-debug
631           configure switch (fixes #138705)
632
633 2004-04-03  Benjamin Otte  <otte@gnome.org>
634
635         * docs/pwg/building-boiler.xml:
636           add cvs login line and s/anonymous/anoncvs/
637
638 2004-04-03  Tim-Phillip Müller  <t.i.m@zen.co.uk>
639
640         reviewed by Benjamin Otte  <otte@gnome.org>
641
642         * gst/gststructure.c: (gst_structure_free):
643           memleak fix: free fields array (partial fix for #134839)
644
645 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
646
647         * docs/random/ds/0.9-suggested-changes:
648           Add a note to change handoff use in fakesrc to be usable in
649           a more generic way (fakesrc should be renamed to appsrc or so).
650         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
651           Change signal type to scope, so we can fill the buffer in the
652           handoff handler (that's the whole use of this signal...).
653
654 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
655
656         * docs/pwg/other-ntoone.xml:
657           Document muxers and n-to-1 elements.
658
659 2004-04-01  Martin Soto  <martinsoto@users.sourceforge.net>
660
661         * gst/registries/gstxmlregistry.c
662         (gst_xml_registry_rebuild_recurse): Fix the algorithm to
663         determine if a file is a G_MODULE. The old one discards paths
664         containing "so" somewhere in the middle. My home directory is
665         called "soto". Go figure...
666
667 2004-03-31  David Schleef  <ds@schleef.org>
668
669         * gst/gstbuffer.c: (gst_buffer_join):  Add function gst_buffer_join()
670         to eventually deprecate gst_buffer_merge().  (bug: #136408)
671         * gst/gstbuffer.h:
672
673 2004-03-31  David Schleef  <ds@schleef.org>
674
675         * gst/gstvalue.c: (gst_value_union_int_int_range),
676         (gst_value_union_int_range_int_range), (gst_value_can_union),
677         (gst_value_union), (_gst_value_initialize):  Add some union
678         implementations.  We didn't have any previously.
679         * testsuite/caps/Makefile.am:
680         * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
681         (gst_audioscale_getcaps), (test_caps), (main): A little test
682         that is the same as the caps manipulation in audioscale.
683
684 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
685
686         * docs/faq/general.xml:
687           add entry about "does gst support format X?"
688
689 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
690
691         * gst/gstthread.c:
692           fix docs
693         * gst/gstutils.h:
694           fix GST_BOILERPLATE_FULL to not throw casting errors on C++
695
696 2004-03-30  Benjamin Otte  <otte@gnome.org>
697
698         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
699           set the offset of the buffer to the requested offset
700         * gst/elements/gsttypefind.c: (stop_typefinding):
701           revert patch 1.18 (which I unfortunately don't know the reason for).
702           This is needed to allow downstream elements to seek. Otherwise
703           typefind might overwrite a previous seek by downstream elements.
704           This lead to errors with id3tag and typefind on some mp3s.
705         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
706         (gst_entry_scheduler_iterate):
707           be more verbose when debugging
708
709 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
710
711         * gst/gstcaps.c: (gst_caps_from_string_inplace):
712           make sure we don't get NULL strings
713
714 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
715
716         * gst/gstcaps.c:
717         * gst/gstelement.c:
718         * gst/gstelementfactory.c: (gst_element_factory_get_type):
719         * gst/gstindex.c: (gst_index_resolver_get_type),
720         (gst_index_get_type), (gst_index_factory_get_type):
721         * gst/gstinfo.c:
722         * gst/gstpad.c:
723         * gst/gstplugin.c:
724         * gst/gsturi.c: (gst_uri_handler_get_type):
725         * gst/gstvalue.c:
726           first batch of documentation fixes
727
728 2004-03-29  David Schleef  <ds@schleef.org>
729
730         * docs/gst/Makefile.am:  Disable a bunch of headers from being scanned
731         * docs/gst/gstreamer-docs.sgml:  More hacking
732         * docs/gst/gstreamer-sections.txt:
733         * docs/gst/tmpl/cothreads_compat.sgml:
734         * docs/gst/tmpl/gstcaps.sgml:
735         * docs/gst/tmpl/gstclock.sgml:
736         * docs/gst/tmpl/gstelement.sgml:
737         * docs/gst/tmpl/gstevent.sgml:
738         * docs/gst/tmpl/gstpad.sgml:
739         * docs/gst/tmpl/gstutils.sgml:
740         * docs/gst/tmpl/gstxml.sgml:
741         * docs/gst/tmpl/gthread-cothreads.sgml:
742         * docs/random/ds/0.9-suggested-changes:
743         * gst/elements/gstfakesink.h: doc fixes
744         * gst/elements/gstfakesrc.h: doc fixes
745         * gst/gstcaps.c: doc fixes
746         * gst/gstcaps.h: doc fixes
747         * gst/gstelement.c: doc fixes
748         * gst/gstelement.h: doc fixes
749         * gst/gstindex.c: doc fixes
750         * gst/gstinfo.c: doc fixes
751         * gst/gstpad.c: doc fixes
752         * gst/gstpad.h: doc fixes
753         * gst/gstplugin.c: doc fixes
754         * gst/gsttypefind.h: doc fixes
755         * gst/gsturi.c: doc fixes
756         * gst/gstvalue.c: doc fixes
757
758 2004-03-29  Colin Walters  <walters@redhat.com>
759
760         * gst/registries/gstxmlregistry.c (get_time)
761         (plugin_times_older_than_recurse):
762         Use the result of stat to determine whether a path is a file,
763         so we don't attempt to opendir() files.
764
765 2004-03-29  Benjamin Otte  <otte@gnome.org>
766
767         * gst/gstpad.c: (gst_pad_set_explicit_caps):
768           print caps in debugging output when setting caps failed
769         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
770         (schedule_next_element), (get_buffer), (run_chainhandler),
771         (element_may_start), (gst_entry_scheduler_chain_handler),
772         (gst_entry_scheduler_get_handler),
773         (gst_entry_scheduler_state_transition),
774         (gst_entry_scheduler_pad_link):
775           make this scheduler a testcase for mandatory
776           discont-before-first-buffer which is needed if we want to allow apps
777           to release the sound device.
778           add SCHED_ASSERT macro to print scheduler state before an assertion
779           triggers.
780
781 2004-03-29  Benjamin Otte  <otte@gnome.org>
782
783         * COPYING:
784           replace by LGPL (former COPYING.LIB). The core is completely
785           licensed LGPL.
786         * COPYING.LIB:
787           remove
788
789 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
790
791         * po/af.po:
792         * po/sv.po:
793           updated Afrikaans and Swedish
794
795 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
796
797         * po/LINGUAS:
798         * po/az.po:
799           adding Azerbaijani (Mətin Əmirov)
800
801 2004-03-28  Martin Soto  <martinsoto@users.sourceforge.net>
802
803         * gst/gstelement.h: 
804         * gst/gstelement.c (gst_element_set_time_delay): New function for
805         setting element time taking into account a hardware buffering
806         delay.
807         (gst_element_set_time): Now just an invocation of
808         gst_element_set_time_delay.
809         * gst/gstclock.h: 
810         * gst/gstclock.c (gst_clock_get_event_time_delay): New function
811         allowing to set event times in the future.
812         (gst_clock_get_event_time): Now just an invocation of
813         gst_clock_get_event_time_delay.
814
815 2004-03-28  Benjamin Otte  <otte@gnome.org>
816
817         * gst/gstbin.c: (gst_bin_set_element_sched),
818         (gst_bin_unset_element_sched):
819           don't add decoupled elements to schedulers - otherwise it's
820           impossible to control if a link to a decoupled element was already
821           removed from a scheduler or not.
822         * gst/schedulers/cothreads_compat.h:
823         * gst/schedulers/gthread-cothreads.h:
824           add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
825           is no "unused" warning.
826         * gst/schedulers/Makefile.am:
827         * gst/schedulers/entryscheduler.c:
828           add new scheduler, based on ideas from talking to David and Martin.
829           It's supposed to be small and correct. Currently it's also slow (but
830           it's not noticable)
831         * examples/retag/retag.c: (main):
832         * testsuite/bytestream/test1.c: (main):
833           fix missing NULLs at end of variadic functions
834         * testsuite/elements/.cvsignore:
835           update
836
837 2004-03-28  Jan Schmidt  <thaytan@mad.scientist.com>
838
839         * gst/gstevent.h:
840         Added GST_EVENT_ANY for GstEvents that pass a GstStructure
841
842 2004-03-25  David Schleef  <ds@schleef.org>
843
844         * docs/gst/gstreamer-sections.txt:  More doc hacking.
845         * docs/gst/tmpl/gstaggregator.sgml:
846         * docs/gst/tmpl/gstautoplugfactory.sgml:
847         * docs/gst/tmpl/gstbin.sgml:
848         * docs/gst/tmpl/gstbuffer.sgml:
849         * docs/gst/tmpl/gstbufferstore.sgml:
850         * docs/gst/tmpl/gstfakesink.sgml:
851         * docs/gst/tmpl/gstfakesrc.sgml:
852         * docs/gst/tmpl/gstmd5sink.sgml:
853         * docs/gst/tmpl/gstreamer-unused.sgml:
854         * docs/gst/tmpl/gstsearchfuncs.sgml:
855         * docs/gst/tmpl/gstshaper.sgml:
856         * docs/gst/tmpl/gstspider.sgml:
857         * docs/gst/tmpl/gsttee.sgml:
858         * docs/gst/tmpl/gstutils.sgml:
859         * docs/gst/tmpl/gstvalue.sgml:
860         * docs/gst/tmpl/gstxml.sgml:
861         * gst/Makefile.am:  Remove gstthreaddummy.c.  It never worked,
862         and we don't support it.
863         * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
864         (gst_use_threads), (gst_has_threads): same
865         * gst/gstthreaddummy.c: same
866         * gst/autoplug/gstspider.c: Make gst_spider_details static.
867         * gst/autoplug/gstspider.h: same
868         * gst/elements/gstaggregator.h: Remove bogus function from header
869         * gst/elements/gstfakesink.h: same
870         * gst/elements/gstfakesrc.h: same
871         * gst/elements/gstmd5sink.h: same
872         * gst/elements/gstshaper.h: same
873         * gst/elements/gsttee.h: same
874         * gst/gstbin.c: doc fixes
875         * gst/gstbin.h: Remove unused definition.
876         * gst/gstbuffer.c: doc fixes
877         * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
878         * gst/gstfilter.c: doc fixes
879         * gst/gsttag.c: doc fixes
880         * gst/gstvalue.c: doc fixes
881
882 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
883
884         * docs/pwg/advanced-types.xml:
885           Document typefinding.
886         * docs/pwg/other-oneton.xml:
887           Document one-to-n elements, demuxers and parsers.
888
889 2004-03-25  Tim-Philipp Müller <t.i.m@zen.co.uk>
890
891         reviewed by: David Schleef  <ds@schleef.org>
892
893         * configure.ac: Check bison version (bug #127838)
894
895 2004-03-25  David Schleef  <ds@schleef.org>
896
897         * docs/gst/gstreamer-docs.sgml: More fine tuning.
898         * docs/gst/gstreamer-sections.txt:
899         * docs/gst/tmpl/gstautoplug.sgml:
900         * docs/gst/tmpl/gststaticautoplug.sgml:
901         * docs/gst/tmpl/gststaticautoplugrender.sgml:
902         * docs/gst/tmpl/gstutils.sgml:
903         * docs/gst/tmpl/gstxml.sgml:
904
905 2004-03-24  David Schleef  <ds@schleef.org>
906
907         * docs/gst/gstreamer-docs.sgml:  I got tired of the reference
908         manual being such complete crap, that I decided to do major
909         hacking of it.  This checkin replaces any fine tuning that
910         may have been done previously, with the benefit of actually
911         being complete for much of the API that was changed since
912         0.6.  Further fine tuning will occur shortly.  (bug #134721)
913         * docs/gst/gstreamer-sections.txt:
914         * docs/gst/tmpl/GstBin.sgml:
915         * docs/gst/tmpl/GstBuffer.sgml:
916         * docs/gst/tmpl/GstCaps.sgml:
917         * docs/gst/tmpl/GstClock.sgml:
918         * docs/gst/tmpl/GstCompat.sgml:
919         * docs/gst/tmpl/GstData.sgml:
920         * docs/gst/tmpl/GstElement.sgml:
921         * docs/gst/tmpl/GstEvent.sgml:
922         * docs/gst/tmpl/GstIndex.sgml:
923         * docs/gst/tmpl/GstStructure.sgml:
924         * docs/gst/tmpl/GstTag.sgml:
925         * docs/gst/tmpl/cothreads.sgml:
926         * docs/gst/tmpl/cothreads_compat.sgml:
927         * docs/gst/tmpl/gettext.sgml:
928         * docs/gst/tmpl/grammar.tab.sgml:
929         * docs/gst/tmpl/gst-i18n-app.sgml:
930         * docs/gst/tmpl/gst-i18n-lib.sgml:
931         * docs/gst/tmpl/gst.sgml:
932         * docs/gst/tmpl/gst_private.sgml:
933         * docs/gst/tmpl/gstaggregator.sgml:
934         * docs/gst/tmpl/gstarch.sgml:
935         * docs/gst/tmpl/gstatomic.sgml:
936         * docs/gst/tmpl/gstatomic_impl.sgml:
937         * docs/gst/tmpl/gstbin.sgml:
938         * docs/gst/tmpl/gstbuffer.sgml:
939         * docs/gst/tmpl/gstbufferstore.sgml:
940         * docs/gst/tmpl/gstcaps.sgml:
941         * docs/gst/tmpl/gstclock.sgml:
942         * docs/gst/tmpl/gstcompat.sgml:
943         * docs/gst/tmpl/gstconfig.sgml:
944         * docs/gst/tmpl/gstcpu.sgml:
945         * docs/gst/tmpl/gstdata.sgml:
946         * docs/gst/tmpl/gstdata_private.sgml:
947         * docs/gst/tmpl/gstelement.sgml:
948         * docs/gst/tmpl/gstenumtypes.sgml:
949         * docs/gst/tmpl/gsterror.sgml:
950         * docs/gst/tmpl/gstevent.sgml:
951         * docs/gst/tmpl/gstfakesink.sgml:
952         * docs/gst/tmpl/gstfakesrc.sgml:
953         * docs/gst/tmpl/gstfilesink.sgml:
954         * docs/gst/tmpl/gstfilter.sgml:
955         * docs/gst/tmpl/gstindex.sgml:
956         * docs/gst/tmpl/gstinfo.sgml:
957         * docs/gst/tmpl/gstinterface.sgml:
958         * docs/gst/tmpl/gstlog.sgml:
959         * docs/gst/tmpl/gstmacros.sgml:
960         * docs/gst/tmpl/gstmarshal.sgml:
961         * docs/gst/tmpl/gstmd5sink.sgml:
962         * docs/gst/tmpl/gstmultifilesrc.sgml:
963         * docs/gst/tmpl/gstobject.sgml:
964         * docs/gst/tmpl/gstpad.sgml:
965         * docs/gst/tmpl/gstparse.sgml:
966         * docs/gst/tmpl/gstpipeline.sgml:
967         * docs/gst/tmpl/gstplugin.sgml:
968         * docs/gst/tmpl/gstpluginfeature.sgml:
969         * docs/gst/tmpl/gstqueue.sgml:
970         * docs/gst/tmpl/gstreamer-unused.sgml:
971         * docs/gst/tmpl/gstregistry.sgml:
972         * docs/gst/tmpl/gstregistrypool.sgml:
973         * docs/gst/tmpl/gstscheduler.sgml:
974         * docs/gst/tmpl/gstsearchfuncs.sgml:
975         * docs/gst/tmpl/gstshaper.sgml:
976         * docs/gst/tmpl/gstspider.sgml:
977         * docs/gst/tmpl/gstspideridentity.sgml:
978         * docs/gst/tmpl/gststructure.sgml:
979         * docs/gst/tmpl/gstsystemclock.sgml:
980         * docs/gst/tmpl/gsttag.sgml:
981         * docs/gst/tmpl/gsttaginterface.sgml:
982         * docs/gst/tmpl/gsttee.sgml:
983         * docs/gst/tmpl/gstthread.sgml:
984         * docs/gst/tmpl/gsttrace.sgml:
985         * docs/gst/tmpl/gsttrashstack.sgml:
986         * docs/gst/tmpl/gsttypefind.sgml:
987         * docs/gst/tmpl/gsttypes.sgml:
988         * docs/gst/tmpl/gsturi.sgml:
989         * docs/gst/tmpl/gsturitype.sgml:
990         * docs/gst/tmpl/gstutils.sgml:
991         * docs/gst/tmpl/gstvalue.sgml:
992         * docs/gst/tmpl/gstversion.sgml:
993         * docs/gst/tmpl/gstxml.sgml:
994         * docs/gst/tmpl/gstxmlregistry.sgml:
995         * docs/gst/tmpl/gthread-cothreads.sgml:
996         * docs/gst/tmpl/types.sgml:
997
998 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
999
1000         * docs/pwg/other-sink.xml:
1001         * docs/pwg/other-source.xml:
1002           Documentation on how to write source and sink elements. Other
1003           stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
1004           manager, autoplugger) are all still pending.
1005
1006 2004-03-25  Benjamin Otte  <otte@gnome.org>
1007
1008         * testsuite/elements/Makefile.am:
1009         * testsuite/elements/gst-compprep-check:
1010           add check to make sure gst-compprep works
1011         * testsuite/elements/gst-inspect-check.in:
1012           improve initialization output
1013         * testsuite/Makefile.am:
1014         * testsuite/gst-inspect-check:
1015           remove old file
1016
1017 2004-03-24  David Schleef  <ds@schleef.org>
1018
1019         * testsuite/elements/Makefile.am:
1020         * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
1021         to the testsuite.
1022
1023 2004-03-24  Benjamin Otte  <otte@gnome.org>
1024
1025         * libs/gst/control/dparam.c: (gst_dparam_attach),
1026         (gst_dparam_detach):
1027         * libs/gst/control/dparammanager.c: (gst_dpman_init):
1028           fix lvalue casts for real
1029
1030 2004-03-24  Benjamin Otte  <otte@gnome.org>
1031
1032         * gst/schedulers/gstbasicscheduler.c:
1033         (gst_basic_scheduler_src_wrapper):
1034         * gst/schedulers/gstoptimalscheduler.c:
1035         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
1036         (pad_clear_queued), (gst_opt_scheduler_add_element),
1037         (gst_opt_scheduler_remove_element):
1038           fix GStreamer to not have issues with lvalue casts anymore (fixes
1039           #136841)
1040
1041 2004-03-24  Benjamin Otte  <otte@gnome.org>
1042
1043         * gst/gstelement.c:
1044           add documentation about a gobject quirk where the object hasn't the
1045           correct class pointer set on initialization
1046         * gst/schedulers/gstbasicscheduler.c:
1047         (gst_basic_scheduler_src_wrapper):
1048           make sure to not run into an infinite loop
1049
1050 2004-03-22  Benjamin Otte  <otte@gnome.org>
1051
1052         * gst/gstutils.c: (gst_util_dump_mem):
1053         * gst/gstutils.h:
1054           first argument of gst_util_dump_mem should be const
1055
1056 2004-03-22  Johan Dahlin  <johan@gnome.org>
1057
1058         * gst/gstvalue.h: Clean up a little bit.
1059
1060 2004-03-21  Tim-Philipp Müller <t.i.m@zen.co.uk>
1061
1062         reviewed by Benjamin Otte  <otte@gnome.org>
1063
1064         * gst/autoplug/gstspider.c: (gst_spider_dispose):
1065         * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
1066         (gst_aggregator_class_init), (gst_aggregator_init):
1067         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
1068         (gst_filesrc_dispose), (gst_filesrc_set_location):
1069         * gst/elements/gstidentity.c: (gst_identity_finalize),
1070         (gst_identity_class_init), (gst_identity_chain):
1071         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
1072         * gst/elements/gststatistics.c: (gst_statistics_finalize),
1073         (gst_statistics_class_init):
1074         * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
1075         (gst_tee_get_property):
1076           clean up used memory in this elements correctly on teardown (closes
1077           #137279)
1078
1079 2004-03-20  Colin Walters  <walters@redhat.com>
1080
1081         * gst/registries/gstxmlregistry.c:
1082         (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
1083         registry saving atomic.
1084
1085 2004-03-20  Colin Walters  <walters@redhat.com>
1086
1087         * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
1088         Just use
1089         access() instead of actually creating and deleting files.
1090
1091 2004-03-18  David Schleef  <ds@schleef.org>
1092
1093         * configure.ac:  Remove HAVE_ATOMIC_H test, since it's unused.
1094         (bug #137625)
1095
1096 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1097
1098         * po/sv.po: updated translation (Christian Rose)
1099
1100 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1101
1102         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
1103         (gst_filesink_get_query_types), (_do_init),
1104         (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
1105           return FALSE silently
1106         * po/af.po: updated translation (Petri Jooste)
1107
1108 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1109
1110         * Makefile.am:
1111         * configure.ac:
1112           dist common properly
1113         * po/af.po:
1114         * po/fr.po:
1115         * po/nl.po:
1116         * po/sr.po:
1117         * po/sv.po:
1118           refreshing translations
1119
1120 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1121
1122         * po/LINGUAS:
1123         * po/sv.po:
1124         * po/af.po:
1125           adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
1126
1127 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1128
1129         * Makefile.am: use common/release.mak
1130
1131 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1132
1133         * docs/faq/gst-uninstalled:
1134           adding gst-monkeysaudio to the list of possible plugin dirs
1135
1136 2004-03-16  David Schleef  <ds@schleef.org>
1137
1138         * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
1139         (gst_init_check_with_popt_table):  Fix some gettext strings to
1140         make them easier to translate.  Required making the strings
1141         non-const.
1142
1143 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1144
1145         * configure.ac: bump nano to 1
1146
1147 === release 0.8.0 ===
1148
1149 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1150
1151         * configure.ac: release 0.8.0, "Executive Slacks"
1152
1153 2004-03-16  Johan Dahlin  <johan@gnome.org>
1154
1155         * gst/schedulers/gstoptimalscheduler.c
1156         (gst_opt_scheduler_pad_unlink): Remove double ;,
1157         spotted by Scott Wheeler
1158
1159 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1160
1161         * configure.ac: bump libtool version
1162
1163 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1164
1165         * gst/gstcaps.h:
1166         * gst/gststructure.h:
1167           add reserved padding
1168
1169 2004-03-15  Benjamin Otte  <otte@gnome.org>
1170
1171         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
1172           set the first parameter for select call correctly.
1173           (fixes #137230)
1174
1175 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1176
1177         * *.c,*.h: don't mix tabs and spaces
1178
1179 2004-03-15  Johan Dahlin  <johan@gnome.org>
1180
1181         * gst/schedulers/gstoptimalscheduler.c
1182         (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
1183         crash on MPEG playback. My boolean arithmetic is a bit rusty.
1184
1185         * tools/Makefile.am (EXTRA_DIST): Add gst-indent
1186         
1187 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1188
1189         * testsuite/Rules:
1190           fix gst-register rules
1191
1192 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1193
1194         * testsuite/Rules:
1195           use versioned gst-register
1196
1197 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1198
1199         * docs/libs/gstreamer-libs-sections.txt:
1200           remove </SUBSECTION>
1201         * gst/gstplugin.c:
1202         * gst/gstregistry.c: (gst_registry_add_plugin):
1203         * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
1204         (gst_xml_registry_open_func), (gst_xml_registry_close_func):
1205           add debugging and fix some comment blocks
1206
1207 2004-03-15  Johan Dahlin  <johan@gnome.org>
1208
1209         * *.h: Revert indent changes.
1210         
1211 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1212
1213         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
1214           g_error_free the g_error
1215         * tools/gst-feedback-m.m:
1216           check for other versions of gstreamer
1217         * tools/gst-indent:
1218           use sh, not bash
1219
1220 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1221
1222         * tools/gst-register.c: do not spill paths when registries are not
1223           writable, until we fix the "user running gst-register" case.
1224
1225 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1226
1227         * *.c, *.h: commit of gst-indent run on core
1228
1229 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1230
1231         * tools/gst-indent:
1232         * tools/Makefile.am:
1233           add our indentation style as a script
1234
1235 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1236
1237         * po/sr.po:
1238         * po/LINGUAS:
1239           added Serbian translation
1240
1241 2004-03-13  Benjamin Otte  <otte@gnome.org>
1242
1243         * gst/gstelement.c:
1244           add documentation note about gst_element_found_tags_for_pad not
1245           being usable in getfunctions. (see #137042)
1246
1247 2004-03-12  David Schleef  <ds@schleef.org>
1248
1249         * gst/gstcaps.h: jdahlin, what are you smoking?  We can't just
1250         change API right now!  Readd gst_caps_is_simple() macro.
1251         * gst/gstelement.c: (gst_element_base_class_finalize): Fix
1252         uninitialized variable.  I'd bet this caused crashes.
1253         * gst/gstinfo.c: (gst_debug_print_object):  Fix 64-bit cleanliness.
1254
1255 2004-03-12  Johan Dahlin  <johan@gnome.org>
1256
1257         * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
1258         * gst/gstcaps.h: Clean up
1259
1260         * gst/gst.c (init_post): call gst_caps_get_type() instead of
1261         _gst_caps_initalize()
1262
1263         * gst/gstcaps.c: Style fixes, stay closer to glib and friends
1264         (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
1265
1266         * gst/gststructure.c (gst_structure_get_type): Ditto
1267
1268         * gst/gststructure.h: Ditto
1269         
1270 2004-03-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1271
1272         * gst/gstqueue.c: (gst_queue_init):
1273           Reset default max. values in queues. Reason is simply to avoid
1274           braindead use. If you want wider values, use the properties. The
1275           default is supposed to always work. Wider values would make this
1276           beast a memory hog by default (250 full-PAL RGB32 video frames?
1277           That's 440 MB! No thank you).
1278
1279 2004-03-10  David Schleef  <ds@schleef.org>
1280
1281         * tools/gst-run.c: (main):  Fix crash when no relevant tools
1282         were found.  (bug #136793)
1283
1284 2004-03-10  Johan Dahlin  <johan@gnome.org>
1285
1286         * gst/schedulers/gstoptimalscheduler.c
1287         (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
1288         links to elements within the same group, so we can finally remove
1289         that annoying warning. Refactor the code a little bit
1290         (group_dec_links_for_element): Split out
1291
1292 2004-03-09  David Schleef  <ds@schleef.org>
1293
1294         * docs/manual/dparams-app.xml:  Fix to handle double dparams.
1295         (bug #134863)
1296
1297 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1298
1299         * configure.ac: first bug fix due to major/minor bump
1300
1301 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1302
1303         * configure.ac: bump nano to 1
1304
1305 === release 0.7.6 ===
1306
1307 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1308
1309         * NEWS:
1310         * RELEASE:
1311         * configure.ac:
1312           releasing 0.7.6, "Almost"
1313         * po/fr.po:
1314         * po/nl.po:
1315         * tools/Makefile.am:
1316         * tools/gst-feedback-m.m:
1317           unversioned source
1318
1319 2004-03-09  Johan Dahlin  <johan@gnome.org>
1320
1321         Reviewed by: Thomas Vander Stichele
1322
1323         * gst/gstelement.c (gst_element_class_init): register second
1324         parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
1325         language bindings can (de)marshall correctly.
1326
1327         * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
1328
1329         * gst/gsterror.c (gst_g_error_get_type): New function
1330
1331         * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
1332         with VOID:OBJECT,OBJECT,STRING 
1333
1334 2004-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
1335
1336         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
1337         Free a leaked g_timer on early returns.
1338
1339 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1340
1341         * docs/pwg/advanced-types.xml:
1342           Add cinepak description.
1343
1344 2004-03-07  David Schleef  <ds@schleef.org>
1345
1346         * docs/random/mimetypes:  Added cinepak description
1347
1348 2004-03-07  Andy Wingo  <wingo@pobox.com>
1349
1350         * gst/gstbin.c (gst_bin_remove): Debugging fixes.
1351
1352         * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
1353         there are no links to other groups when a group is destroyed.
1354         (gst_opt_scheduler_pad_unlink): If the unlink means an element is
1355         removed from a group, make sure the link count to elements linked
1356         to other pads is appropriately decremented. This really fixes
1357         #135672.
1358
1359         The 1.60->1.61 patch has been reapplied in light of this fix.
1360
1361         * gst/gstelement.c (gst_element_dispose): Really protect against
1362         multiple invocations this time.
1363
1364 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1365
1366         * docs/gst/gstreamer-sections.txt:
1367         * docs/gst/tmpl/gsttag.sgml:
1368           remove some deprecated functions, document some existing ones
1369         * gst/gsttag.c: (gst_tag_get_flag):
1370         * gst/gsttag.h:
1371           add accessor function
1372
1373 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1374
1375         * docs/gst/gstreamer-sections.txt:
1376         * docs/gst/tmpl/gsttag.sgml:
1377         * docs/gst/tmpl/gstxml.sgml:
1378         * gst/gsttag.c: (gst_tag_get_flag):
1379         * gst/gsttag.h:
1380
1381 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
1382
1383         * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
1384         leak
1385
1386 2004-03-05  David Schleef  <ds@schleef.org>
1387
1388         * REQUIREMENTS: Add bison and flex.
1389         * configure.ac: Fix comment about bison.
1390         * docs/random/ds/0.9-suggested-changes: yer ma
1391         * tools/gst-inspect.c: (print_element_info):  Fix warning.
1392
1393 2004-03-05  Benjamin Otte  <otte@gnome.org>
1394
1395         * gst/gstelement.c: (gst_element_error_full):
1396           revert recent recursive state changing commit - messing with other
1397           elements' states is evil and should be done by apps only.
1398
1399 2004-03-05  Benjamin Otte  <otte@gnome.org>
1400
1401         * gst/gstelement.c: (gst_element_get_compatible_pad_template):
1402           check for empty intersection instead of NULL caps
1403         (gst_element_get_compatible_pad_filtered):
1404           remove old workaround that is only a bug nowadays
1405
1406 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1407
1408         * gst/gstelement.c: (gst_element_error_full):
1409           make elements try to recursively change state to PAUSED on all
1410           parents after an error to suppress ensuing warnings
1411         * gst/parse/grammar.y:
1412           make it check if it was able to sync the state, and throw an error
1413           if not, so stuff like
1414           oggdemux ! vorbisdec ! osssink gets caught
1415
1416 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1417
1418         * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
1419           it contains lib64; use AS_AC_EXPAND to handle it properly
1420
1421 2004-03-05  David Schleef  <ds@schleef.org>
1422
1423         * gst/gstcpuid_i386.s:  Remove unused code
1424         * libs/gst/getbits/getbits.c: (gst_getbits_init),
1425         (gst_getbits_newbuf): Remove MMX code
1426         * libs/gst/getbits/getbits.h: Remove MMX code
1427
1428 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
1429
1430         * debian/.cvsignore:
1431         * debian/README.Debian:
1432         * debian/changelog:
1433         * debian/control:
1434         * debian/control.in:
1435         * debian/copyright:
1436         * debian/gstreamer-core-libs-dev.files:
1437         * debian/gstreamer-core-libs.files:
1438         * debian/gstreamer-core.files:
1439         * debian/gstreamer-core.postinst:
1440         * debian/gstreamer-core.postrm:
1441         * debian/gstreamer-doc.files:
1442         * debian/gstreamer-doc.links:
1443         * debian/gstreamer-doc.lintian:
1444         * debian/gstreamer-runtime.files:
1445         * debian/gstreamer-runtime.manpages:
1446         * debian/gstreamer-runtime.postinst:
1447         * debian/gstreamer-runtime.postrm:
1448         * debian/gstreamer-tools.files:
1449         * debian/gstreamer-tools.manpages:
1450         * debian/libgstreamer-dev.files:
1451         * debian/libgstreamer0.4.1.files:
1452         * debian/libgstreamerVERSION.files:
1453         * debian/rules:
1454         Debian package info not maintained here.
1455
1456 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1457
1458         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
1459         * gst/gstbin.c: (gst_bin_class_init):
1460         * gst/gstelement.c: (gst_element_class_init):
1461         * gst/gstindex.c: (gst_index_class_init):
1462         * gst/gstobject.c: (gst_object_class_init),
1463         (gst_signal_object_class_init):
1464         * gst/gstpad.c: (gst_pad_template_class_init):
1465         * gst/gstregistry.c: (gst_registry_class_init):
1466         * gst/gsturi.c: (gst_uri_handler_base_init):
1467         * gst/gstxml.c: (gst_xml_class_init):
1468         * libs/gst/control/dparam.c: (gst_dparam_class_init):
1469         * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
1470           make all signal names use dashes instead of underscore
1471
1472 2004-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1473
1474         * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
1475
1476 2004-03-03  Benjamin Otte  <otte@gnome.org>
1477
1478         * gst/schedulers/gstoptimalscheduler.c:
1479           revert last commit by Andy Wingo. It causes segfaults on unreffing
1480           in Rhythmbox. (see bug #135672)
1481
1482 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
1483
1484         * po/fr.po: fix typo
1485
1486 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
1487
1488         * tools/gst-inspect.c: (main): 
1489         * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
1490
1491 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1492
1493         * configure.ac:
1494           get GLIB_ONLY and POPT flags for the nonversioned binaries
1495         * tools/Makefile.am:
1496           use them
1497
1498 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1499
1500         * gst/gst.c: (init_post):
1501           change so that GST_REGISTRY now is where the global registry gets
1502           saved, since that is where plugins now get attached to first, and
1503           spilled over to the user registry.  Note that in the case of using
1504           GST_REGISTRY env var, we don't want to affect any real registries
1505           beyond the one given by this var, and thus we don't set a user
1506           registry to spill to.  So make sure GST_REGISTRY is writable.
1507
1508 2004-03-01  David Schleef  <ds@schleef.org>
1509
1510         * AUTHORS:  Added some names.  Add yourself if you're missing.
1511
1512 2004-03-01  David Schleef  <ds@schleef.org>
1513
1514         * MAINTAINERS: Add
1515
1516 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1517
1518         * configure.ac:
1519           remove whitespace
1520         * docs/gst/tmpl/gstbuffer.sgml:
1521         * docs/gst/tmpl/gstdata.sgml:
1522         * docs/gst/tmpl/gstreamer-unused.sgml:
1523         * docs/gst/tmpl/gstxml.sgml:
1524           doc update
1525         * docs/manuals.mak:
1526           add a FIXME
1527         * docs/pwg/intro-preface.xml:
1528         * docs/pwg/pwg.xml:
1529           remove GNOME
1530         * gst/gst.c: (init_post):
1531           try GST_PLUGIN_PATH paths for the _global_registry first
1532         * gst/gstelement.h:
1533           add the error message as well, otherwise (null) debug info doesn't
1534           make much sense
1535         * tools/gst-register.c: (main):
1536           spill paths to next registry if this registry is not writable
1537         * po/fr.po:
1538         * po/nl.po:
1539           translation updates
1540
1541 2004-03-01  Johan Dahlin  <johan@gnome.org>
1542
1543         * gst/gstbuffer.c (_gst_buffer_initialize): 
1544         * gst/gstdata.c (gst_data_get_type): 
1545         * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
1546         instead of ref, since some applications that uses GBoxed
1547         routines depends on a function that actually returns a copy.
1548
1549 2004-02-27  Benjamin Otte  <otte@gnome.org>
1550
1551         * gst/gstbuffer.h:
1552           remove gst_buffer_free, use gst_data_unref
1553         * gst/gstdata.c: (gst_data_get_type):
1554           use refcounting in GstData GBoxed registration
1555         * gst/gstdata.h:
1556           remove gst_data_free, use gst_data_unref
1557
1558 2004-02-27  Johan Dahlin  <johan@gnome.org>
1559
1560         * gst/gstdata.c (gst_data_get_type): New function, register
1561         GstData as a GBoxed type.
1562
1563         * gst/gstdata.h (GST_TYPE_DATA): New macro
1564
1565 2004-02-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1566
1567         * Makefile.am:
1568         * gstreamer.spec.in:
1569           put back RELEASE
1570         * gst/Makefile.am:
1571           clean up non-disting of built files
1572         * testsuite/debug/commandline.c:
1573           test fix for option rename
1574
1575 2004-02-26  David Schleef  <ds@schleef.org>
1576
1577         * configure.ac:  We don't really need glib-2.3.  Also remove
1578         some unneeded checks for library functions.
1579         * gst/Makefile.am:  Instead, we need to not dist files created
1580         by glib-genmarshal.
1581
1582 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1583
1584         * configure.ac:
1585           bump glib required version to 2.3.0 for g_value_takes_boxed
1586
1587  2004-02-25  Christian Fredrik Kalager Schaller <uraeus@gnome.org>
1588
1589         * common/m4/gst-docs.m4
1590         change flavour text from enable to disable as enable is our default
1591         closes bug Bug 135304
1592
1593 === release 0.7.5 ===
1594  
1595  2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1596  
1597         * NEWS:
1598           instate NEWS file
1599         * Makefile.am:
1600         * gstreamer.spec.in:
1601         * RELEASE:
1602           put back release
1603         * configure.ac:
1604         * docs/random/release:
1605           more updates
1606
1607 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1608
1609         * gst/gsttag.c: (_gst_tag_initialize):
1610         * po/fr.po:
1611         * po/nl.po:
1612           remove hyphen from codec tags
1613
1614 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1615
1616         * gst/parse/Makefile.am:
1617           fix dependency so that a make from a clean build works the first
1618           time
1619
1620 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1621
1622         * docs/random/release:
1623           update release strategy
1624         * po/fr.po:
1625           auto-update po file
1626         * po/nl.po:
1627           update dutch translation
1628
1629 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1630
1631         * docs/manual/debugging.xml:
1632         fix manual for new debugging system
1633
1634 2004-02-25  Andy Wingo  <wingo@pobox.com>
1635
1636         * gst/gstpad.c (gst_pad_link_prepare): Re-add
1637         gst_pad_link_prepare. Please email the list with specific reasons
1638         for reverting.
1639
1640 2004-02-24  Andy Wingo  <wingo@pobox.com>
1641
1642         * gst/gstelement.c (gst_element_dispose): Protect against multiple
1643         invocations.
1644
1645         * gst/schedulers/gstoptimalscheduler.c:
1646         I added a mess of prototypes at the top of the file by way of
1647         documentation. Some of the operations on chains and groups were
1648         re-organized.
1649
1650         (create_group): Added a type argument so if the group is enabled,
1651         the setup_group_scheduler knows what to do.
1652         (group_elements): Added a type argument here, too, to be passed on
1653         to create_group.
1654         (group_element_set_enabled): If an unlinked PLAYING element is
1655         added to a bin, we have to create a new group to hold the element,
1656         and this function will be called before the group is added to the
1657         chain. Thus we have a valid case for group->chain==NULL. Instead
1658         of calling chain_group_set_enabled, just set the flag on the group
1659         (the chain's status will be set when the group is added to it).
1660         (gst_opt_scheduler_state_transition, chain_group_set_enabled):
1661         Setup the group scheduler when the group is enabled, not
1662         specifically when an element goes PAUSED->PLAYING. This means
1663         PLAYING elements can be added, linked, and scheduled into a
1664         PLAYING pipeline, as was intended.
1665         (add_to_group): Don't ref the group twice. I don't know when this
1666         double-ref got in here. Removing it has the potential to cause
1667         segfaults if other parts of the scheduler are buggy. If you find
1668         that the scheduler is segfaulting for you, put in an extra ref
1669         here and see if that hacks over the underlying issue. Of course,
1670         then find out what code is unreffing a group it doesn't own...
1671         (create_group): Make the extra refcount floating, and remove it
1672         after adding the element. This means that...
1673         (unref_group): Destroy when the refcount reaches 0, not 1, like
1674         every other refcounted object in the known universe.
1675         (remove_from_group): When a group becomes empty, set it to be not
1676         active, and remove it from its chain. Don't unref it again,
1677         there's no floating reference any more.
1678         (destroy_group): We have to remove the group from the chain in
1679         remove_from_group (rather than here) to break refcounting cycles
1680         (the chain always has a ref on the group). So assert that
1681         group->chain==NULL.
1682         (ref_group_by_count): Removed, it was commented out anyway.
1683         (merge_chains): Use the remove_from_chain and add_to_chain
1684         primitives to do the reparenting, instead of rolling our own
1685         implementation.
1686         (add_to_chain): The first non-disabled group in the chain's group
1687         list will be the entry point for the chain. Because buffers can
1688         accumulate in loop elements' peer bufpens, we preferentially
1689         schedule loop groups before get groups to avoid unnecessary
1690         execution of get-based groups when the bufpens are already full.
1691         (gst_opt_scheduler_schedule_run_queue): Debug fixes.
1692         (get_group_schedule_function): Ditto.
1693         (loop_group_schedule_function): Ditto.
1694         (gst_opt_scheduler_loop_wrapper): Ditto.
1695         (gst_opt_scheduler_iterate): Ditto.
1696
1697         I understand the opt scheduler now, yippee!
1698
1699         * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
1700         (gst_pad_get_name, gst_pad_set_chain_function) 
1701         (gst_pad_set_get_function, gst_pad_set_event_function) 
1702         (gst_pad_set_event_mask_function, gst_pad_get_event_masks) 
1703         (gst_pad_get_event_masks_default, gst_pad_set_convert_function) 
1704         (gst_pad_set_query_function, gst_pad_get_query_types) 
1705         (gst_pad_get_query_types_default) 
1706         (gst_pad_set_internal_link_function) 
1707         (gst_pad_set_formats_function, gst_pad_set_link_function) 
1708         (gst_pad_set_fixate_function, gst_pad_set_getcaps_function) 
1709         (gst_pad_set_bufferalloc_function, gst_pad_unlink) 
1710         (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent) 
1711         (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps) 
1712         (gst_pad_proxy_pad_link, gst_pad_proxy_fixate) 
1713         (gst_pad_get_pad_template_caps, gst_pad_check_compatibility) 
1714         (gst_pad_get_peer, gst_pad_get_allowed_caps) 
1715         (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull) 
1716         (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps) 
1717         (gst_pad_event_default_dispatch, gst_pad_event_default) 
1718         (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default) 
1719         (gst_pad_convert, gst_pad_query_default, gst_pad_query) 
1720         (gst_pad_get_formats_default, gst_pad_get_formats): Better
1721         argument checks, and some doc fixes.
1722
1723         (gst_pad_custom_new_from_template): Um, does anyone
1724         use these functions? Actually make a custom pad instead of a
1725         normal one.
1726         (gst_pad_try_set_caps): Transpose some checks.
1727         (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
1728         the pad is in negotiation.
1729         (gst_pad_try_relink_filtered): Use pad_link_prepare.
1730         
1731         * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
1732
1733         * gst/gstelement.h: 
1734         * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
1735         on the list.
1736
1737 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1738
1739         * gst/gstbin.c: (gst_bin_add):
1740           add error for not being able to add elements
1741
1742 2004-02-22  Julien MOUTTE <julien@moutte.net>
1743
1744         * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
1745         audio-codec and video-codec.
1746
1747 2004-02-22  Benjamin Otte  <otte@gnome.org>
1748
1749         reported by: Padraig O'Briain <padraig.obriain@sun.com>
1750
1751         * autogen.sh:
1752           replace test -e with test -x for mkinstalldirs to be more portable.
1753           (fixes #134816)
1754
1755 2004-02-22  Benjamin Otte  <otte@gnome.org>
1756
1757         * gst/gstpad.c:
1758           revert last patch from Andy, it makes gst_pad_can_link_filtered much
1759           too noisy
1760         * gst/gsttag.c: (_gst_tag_initialize):
1761         * gst/gsttag.h:
1762           add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
1763         * libs/gst/control/dparam.c: (gst_dparam_attach):
1764         * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
1765           check that types for attached dparams match
1766
1767 2004-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1768
1769         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
1770         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
1771         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
1772           fix errors
1773
1774 2004-02-20  Andy Wingo  <wingo@pobox.com>
1775
1776         * gst/gstbin.c:
1777         * gst/gstbuffer.c:
1778         * gst/gstplugin.c:
1779         * gst/registries/gstxmlregistry.c: 
1780         * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
1781
1782         * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
1783         (gst_element_add_pad): DEBUG->INFO, some fixes.
1784         (gst_element_get_compatible_pad_template): Just see if the
1785         templates' caps intersect, not if one is a strict subset of the
1786         other. This conforms more to what gst_pad_link_intersect() does.
1787         (gst_element_class_add_pad_template): Don't memcpy the pad
1788         template, just ref it.
1789         (gst_element_get_compatible_pad_filtered): Clean up debug messages
1790
1791         * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
1792         (gst_pad_link_filtered): Debug changes.
1793         (gst_pad_link_prepare): New function, consolidated from
1794         can_link_filtered and link_filtered.
1795
1796         * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
1797         look more like that of the functions in gstelement.c
1798
1799         * gst/gstinfo.c (gst_debug_print_object): Put a space before the
1800         object, and return the empty string if object is NULL.
1801
1802         * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
1803         * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
1804         LOG, not DEBUG. We still get flex info on debug.
1805
1806         * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
1807         debug string more verbose.
1808         (plugin_times_older_than): DEBUG->LOG.
1809
1810 2004-02-20  Julien MOUTTE <julien@moutte.net>
1811
1812         * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
1813         will emit found_tag for each stream they demux with the codec.
1814
1815 2004-02-20  Benjamin Otte  <otte@gnome.org>
1816
1817         * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
1818           copy navigation event correctly. Check freeing tag lists. 
1819         * gst/gstthread.c: (gst_thread_change_state):
1820           don't abort() on state changing mess - it might happen because of
1821           bugs.
1822         * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
1823           use boxed functions
1824         * gst/gstvalue.h:
1825           fix GST_VALUE_HOLDS_CAPS
1826
1827 2004-02-19  David Schleef  <ds@schleef.org>
1828
1829         * gst/gstinfo.h:  Copy G_STRFUNC implementation from glib-2.4
1830         and use it for GST_FUNCTION.  (bug #134750)
1831
1832 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1833
1834         * po/fr.po:
1835         * po/nl.po:
1836           updating translations
1837
1838 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1839
1840         * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
1841
1842 2004-02-18  kost@imn.htwk-leipzig.de
1843
1844         reviewed by: David Schleef  <ds@schleef.org>
1845
1846         * docs/libs/gstreamer-libs-sections.txt:  Add missing sections
1847         for libgstcontrol.
1848
1849 2004-02-18  David Schleef  <ds@schleef.org>
1850
1851         * libs/gst/control/dparam.c: (gst_dparam_class_init):
1852         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
1853         (gst_dpsmooth_new): Additional fixes to get double dparams working.
1854         * tools/gst-inspect.c: (print_element_info): Support dumping of
1855         double dparam information.
1856
1857 2004-02-17  David Schleef  <ds@schleef.org>
1858
1859         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
1860         Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
1861         * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
1862         Use GST_TYPE_CAPS in signal prototype.
1863         * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
1864         Convert GST_TYPE_CAPS to boxed.
1865         * gst/gstelement.c: (gst_element_class_init):
1866         Use GST_TYPE_TAG_LIST in signal prototype.
1867         * gst/gstindex.c: (gst_index_class_init):
1868         * gst/gstindex.h:
1869         Add GST_TYPE_INDEX_ENTRY type.
1870         * gst/gstmarshal.list:
1871         Add necessary marshal types.
1872         * gst/gstpad.c: (gst_real_pad_class_init),
1873         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
1874         (gst_pad_recover_caps_error):
1875         Use GST_TYPE_CAPS in signal prototypes.  Fix some debugging strings.
1876         * gst/gststructure.c: (_gst_structure_initialize),
1877         (gst_structure_copy), (_gst_structure_copy_conditional):
1878         * gst/gststructure.h:
1879         Convert GST_TYPE_STRUCTURE to boxed.
1880         * gst/gsttag.c: (gst_tag_list_get_type):
1881         * gst/gsttag.h:
1882         Add GST_TYPE_TAG_LIST type.
1883
1884 2004-02-17  Julien MOUTTE  <julien@moutte.net>
1885
1886         * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
1887         to what we agreed with david.
1888         * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
1889
1890 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1891
1892         * po/nl.po: update translation
1893
1894 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1895
1896         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
1897           throw an error if spider is trying to play a mime type there is
1898           no decoder for
1899         * po/POTFILES.in:
1900           add gst/autoplug/gstspider.c for translation
1901
1902 2004-02-17  Julien MOUTTE  <julien@moutte.net>
1903
1904         * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return 
1905         silently when the pad is negotiating.
1906
1907 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1908
1909         * docs/faq/Makefile.am:
1910           add script to run gstreamer uninstalled 
1911         * docs/faq/faq.xml:
1912         * docs/faq/developing.xml:
1913         * docs/faq/gst-uninstalled:
1914           extract script to run gstreamer uninstalled
1915         * docs/manuals.mak:
1916           add EXTRA_SOURCES variable for Makefile.am's to set to
1917           use additional SOURCE files for the doc build
1918
1919 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1920
1921         * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
1922
1923 2004-02-15  Julien MOUTTE  <julien@moutte.net>
1924
1925         * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
1926         bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
1927         an error was thrown by osssink. Basically a state change failure for
1928         an element in a different scheduling group was considered as
1929         successful, which means that caps nego was going on and weird stuff
1930         happened. Like I wrote in the comment there, if someone wants to
1931         revert that please drop me a mail explaining why because I really see
1932         no point in keeping that broken behaviour there.
1933         * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
1934         be empty, we then return NULL which will trigger a nice error when 
1935         pulling from the pad.
1936
1937 2004-02-13  David Schleef  <ds@schleef.org>
1938
1939         * libs/gst/control/dparam.c: (gst_dparam_class_init),
1940         (gst_dparam_get_property), (gst_dparam_set_property),
1941         (gst_dparam_do_update_default):
1942         * libs/gst/control/dparam.h:
1943         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
1944         (gst_dpsmooth_new), (gst_dpsmooth_set_property),
1945         (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
1946         (gst_dpsmooth_do_update_double):
1947         * libs/gst/control/dparam_smooth.h:
1948         * libs/gst/control/dparammanager.c:
1949         (gst_dpman_inline_direct_update):
1950         Add support for double dparams.
1951
1952 2004-02-13  David Schleef  <ds@schleef.org>
1953
1954         * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
1955         * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
1956
1957 2004-02-13  Mattias Wadman  <mattias@sudac.org>
1958
1959         reviewed by: David Schleef  <ds@schleef.org>
1960
1961         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
1962         (gst_fdsrc_init), (gst_fdsrc_set_property),
1963         (gst_fdsrc_get_property), (gst_fdsrc_get):
1964         * gst/elements/gstfdsrc.h:  Adds timeout property to fdsrc,
1965         and sends an EOS event if file descriptor reading times out.
1966
1967 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1968
1969         * configure.ac:
1970           add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
1971
1972 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1973
1974         * configure.ac: pass required libxml version as argument
1975         (bug reported by Christophe Fergeau)
1976
1977 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1978   
1979         * docs/gst/gstreamer-docs.sgml:
1980         * docs/gst/tmpl/gstxml.sgml:
1981         * docs/libs/gstreamer-libs-docs.sgml:
1982           version API docs
1983
1984 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1985
1986         * gst/gstinfo.c:
1987         * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
1988         (gst_registry_pool_feature_filter):
1989         * gst/gstthread.c: (gst_thread_class_init):
1990         * gst/gstvalue.c:
1991           add includes exposed by building without libxml
1992         * gst/indexers/Makefile.am:
1993           do not build fileindex when LOADSAVE disabled; we should have
1994           a better libxml check later since fileindex depends on xml, not
1995           LOADSAVE or REGISTRY
1996         * libs/gst/control/Makefile.am:
1997           link with m
1998         * tools/Makefile.am:
1999           fix wrong source code for gst-xmlinspect
2000
2001 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2002
2003         * configure.ac:
2004           fix gcov help output
2005           move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
2006         * docs/random/release:
2007           some updated releasing notes
2008         * gstreamer.spec.in:
2009           more updates
2010
2011 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2012
2013         * docs/faq/faq.xml:
2014         * docs/manual/manual.xml:
2015         * docs/pwg/pwg.xml:
2016         * docs/pwg/titlepage.xml:
2017           put version in documentation
2018
2019 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2020
2021         * tools/Makefile.am: fix man page installation
2022
2023 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2024
2025         * configure.ac:
2026           don't check for libxml when load/save and registry disabled (#105844)
2027         * gstreamer.spec.in:
2028           sync with fedora candidate spec
2029
2030 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2031
2032         * po/fr.po:
2033         * po/nl.po:
2034           replace multidisksrc with multifilesrc
2035
2036 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2037
2038         * po/POTFILES.in:
2039           update to multidisksrc => multifilesrc file renaming (#134145)
2040
2041 2004-02-11  David Schleef  <ds@schleef.org>
2042
2043         * docs/gst/tmpl/gstcaps.sgml:  Fix stuff that mentions GstProps
2044         * docs/gst/tmpl/gstpadtemplate.sgml: same
2045         * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
2046         * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
2047         fixing dance.
2048         * gst/gstutils.c: Remove disabled code that uses GstProps.
2049         * gst/registries/gstxmlregistry.h: same
2050         * docs/random/ds/0.9-suggested-changes: random notes
2051
2052 2004-02-11  kost@imn.htwk-leipzig.de
2053
2054         reviewed by: David Schleef  <ds@schleef.org>
2055
2056         * gst/gstclock.c: (gst_clock_entry_new): fixes structure
2057         initialisation of clock (bug #134128)
2058
2059 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2060
2061         * configure.ac:
2062         * gst/elements/Makefile.am:
2063         * gst/elements/gstelements.c:
2064         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
2065         (gst_multifilesrc_class_init), (gst_multifilesrc_init),
2066         (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
2067         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
2068         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
2069         * gst/elements/gstmultifilesrc.h:
2070           rename multidisksrc to multifilesrc (part of #122200)
2071
2072 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2073
2074         * docs/manuals.mak:
2075           fix automake complaints
2076         * gst-element-check.m4:
2077           fix unquotedness
2078
2079 2004-02-11  David Schleef  <ds@schleef.org>
2080
2081         * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
2082         * gst/gstatomic_impl.h: Disable sparc implementation.
2083
2084 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2085
2086         * gst-element-check.m4:
2087           fix underquoted macros as reported by automake 1.8.x (#133800)
2088         * configure.ac:
2089           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
2090           by autopoint (fixes #132996)
2091
2092 2004-02-10  Andy Wingo  <wingo@pobox.com>
2093
2094         * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
2095         way to do inheritance.
2096         (gst_pad_get_event_masks, gst_pad_get_event_masks_default) 
2097         (gst_pad_get_query_types, gst_pad_get_query_types_default):
2098         Routine docs.
2099         (gst_pad_set_link_function, gst_pad_set_fixate_function) 
2100         (gst_pad_set_getcaps_function): Doc from Dave's negotation random
2101         doc.
2102         (gst_pad_unlink, gst_pad_is_linked): Docs.
2103         (gst_pad_renegotiate): A brief description of capsnego.
2104         (gst_pad_try_set_caps): Document.
2105         (gst_pad_try_set_caps_nonfixed): Document.
2106         (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
2107         (gst_pad_set_parent): Deprecated (although not out of the API).
2108         (gst_pad_get_parent): Deprecated, although many plugins use this.
2109         (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
2110         are private and will go away in 0.9.
2111         (gst_pad_perform_negotiate): Doc.
2112         (gst_pad_link_unnegotiate): I think this is meant to be static.
2113         (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps) 
2114         (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility) 
2115         (gst_pad_get_peer): Doc updates.
2116         (gst_pad_caps_change_notify): Doc.
2117         (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get) 
2118         (gst_ghost_pad_new): Doc fixes.
2119
2120         * gst/gstobject.c (gst_object_get_parent, gst_object_unparent) 
2121         (gst_object_check_uniqueness): 
2122
2123         * gst/gstelement.c (gst_element_add_pad) 
2124         (gst_element_add_ghost_pad, gst_element_remove_pad) 
2125         (gst_element_remove_ghost_pad, gst_element_get_pad) 
2126         (gst_element_get_static_pad, gst_element_get_pad_list) 
2127         (gst_element_class_get_pad_template_list) 
2128         (gst_element_class_get_pad_template): Work on the docs.
2129         (gst_element_get_pad_template_list): Uses the class method.
2130         (gst_element_get_compatible_pad_template): Docs, and consolidate
2131         some test conditions. 
2132         (gst_element_get_pad_from_template): New static function.
2133         (gst_element_request_compatible_pad): Docs, and work with
2134         non-request compatible templates. 
2135         (gst_element_get_compatible_pad_filtered): Docs and remove
2136         redundant checks.
2137         (gst_element_get_compatible_pad, gst_element_link_pads_filtered) 
2138         (gst_element_link_filtered, gst_element_link_many) 
2139         (gst_element_link, gst_element_link_pads) 
2140         (gst_element_unlink_many): Docs.
2141
2142 2004-02-05  Andy Wingo  <wingo@pobox.com>
2143
2144         * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
2145         s/pointer/boxed/.
2146
2147         * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
2148
2149         * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
2150         marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
2151         with the type=GST_TYPE_CAPS. This allows language bindings to know
2152         what kind of data they're dealing with.
2153
2154         * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
2155         to NULL when g_value_init is called. GstCaps, which rolls its own
2156         type implementation, now does the same instead of allocating empty
2157         caps.
2158         (_gst_caps_initialize, _gst_caps_collect_value,
2159         _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
2160         table methods. This allows G_VALUE_COLLECT to work.
2161
2162 2004-02-05  Andy Wingo  <wingo@pobox.com>
2163
2164         * configure.ac:
2165         * testsuite/Makefile.am (SUBDIRS): 
2166         * testsuite/ghostpads/Makefile.am: 
2167         * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
2168
2169         * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
2170         These two routines are the only ones that set
2171         GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
2172         pad template. They should be made static, depending on ABI needs.
2173         (gst_real_pad_dispose): Handle the case of ghost pads without a
2174         parent. Assert after dealing with ghost pads that the ghost pad
2175         list is empty.
2176         (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
2177         set after creation.
2178         (gst_ghost_pad_dispose): Set ::real-pad to NULL.
2179         (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
2180         functions. set_property will call add_ghost_pad/remove_ghost_pad
2181         as appropriate.
2182         (gst_ghost_pad_new): All the work is offloaded to g_object_new.
2183
2184         * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
2185         (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
2186         (gst_element_remove_pad): Handle ghost pads as well.
2187         (gst_element_remove_ghost_pad): Deprecated (could be removed,
2188         depending on API-stability needs).
2189
2190 2004-02-05  Andy Wingo  <wingo@pobox.com>
2191
2192         * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
2193         of course they're const
2194
2195 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2196
2197         * tools/Makefile.am:
2198         * tools/gst-feedback:
2199         * tools/gst-feedback-0.7:
2200           make gst-feedback versioned too for consistency
2201
2202 2004-02-11  David Schleef  <ds@schleef.org>
2203
2204         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
2205         (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
2206
2207 2004-02-10  Julien MOUTTE <julien@moutte.net>
2208
2209         * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
2210         the structure does not contain a valid tag list. Adding a safety check
2211         to remove a noisy warning in that case.
2212
2213 2004-02-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2214
2215         * gst/gst.c: fix name to be in line with others
2216
2217 2004-02-09  Julien MOUTTE <julien@moutte.net>
2218
2219         * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
2220         not shout that loud when len is 0. Just return 0 silently.
2221
2222 2004-02-09  Julien MOUTTE  <julien@moutte.net>
2223
2224         * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
2225         because data_unref has one and I prefer the debug to be symetric.
2226         * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
2227         were refed when added to the queue and unrefed only once when the queue
2228         was flushed. Now the flush handler unref the buffers two times : first
2229         unref for the ref added when pushing in the queue's tail and second
2230         unref to destroy the flushed buffer.
2231
2232 2004-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2233
2234         * docs/pwg/building-boiler.xml: fix cvs checkout documentation
2235
2236 2004-02-06  David Schleef  <ds@schleef.org>
2237
2238         * docs/random/ds/0.9-suggested-changes: Random ramblings
2239         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
2240         to int before printing.
2241         * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
2242         * gst/parse/parse.l: same.  See bug #129600
2243
2244 2004-02-06  David Schleef  <ds@schleef.org>
2245
2246         * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
2247         (gst_index_add_entry), (gst_index_add_associationv),
2248         (gst_index_add_association): Add gst_index_add_associationv()
2249         and clean up gst_index_add_association(). #127133
2250
2251 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2252
2253         * autogen.sh: check out common with right tag if CVS/Tag exists
2254
2255 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2256
2257         * testsuite/ghostpads/ghostpads.c: (main):
2258           fix testsuite from segfaulting
2259
2260 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2261
2262         * Makefile.am: add release target
2263         * configure.ac: bump nano to 1
2264         * docs/random/release:
2265
2266 2004-02-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2267
2268         * gst/gstcaps.h:
2269         * gst/gstelement.c: (gst_element_base_class_init),
2270         (gst_element_class_set_details), (gst_element_clear_pad_caps):
2271         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
2272         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
2273         (gst_real_pad_dispose):
2274         * gst/gststructure.c: (gst_structure_free),
2275         (gst_structure_from_string):
2276           put reverted patch back in
2277         * gst/gstelement.c: (gst_element_remove_pad):
2278           free explicit caps if they're set
2279         * gst/gstpad.c: (_gst_pad_default_fixate_func):
2280           copy the structure when fixating
2281
2282 2004-02-05  David Schleef  <ds@schleef.org>
2283
2284         * gst/gstmarshal.list:
2285         * gst/gstpad.c: (gst_real_pad_class_init),
2286         (_gst_real_pad_fixate_accumulator):
2287         Revert POINTER->BOXED change in signal marshaller.
2288
2289 === release 0.7.4 ===
2290                                                                                 
2291 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2292                                                                                 
2293         * NEWS: GStreamer 0.7.4 "Wooden Eels" released
2294         * configure.ac: changed for release
2295
2296 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2297
2298         * gstreamer.spec.in:
2299           bump required version of gtk-doc
2300
2301 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2302
2303         * gst/gstcaps.h:
2304         * gst/gstelement.c: (gst_element_base_class_init),
2305         (gst_element_class_set_details), (gst_element_clear_pad_caps):
2306         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
2307         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
2308         (gst_real_pad_dispose):
2309         * gst/gststructure.c: (gst_structure_free),
2310         (gst_structure_from_string):
2311           revert patch that breaks applications, reapply after release
2312           to get this fixed properly
2313
2314 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2315
2316         * gst/gsttag.c: (_gst_tag_initialize):
2317         * gst/gsttag.h:
2318           remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
2319
2320 2004-02-04  David Schleef  <ds@schleef.org>
2321
2322         Fix some memleaks:
2323         * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
2324         (gst_spider_plug_from_srcpad):
2325         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
2326
2327 2004-02-04  David Schleef  <ds@schleef.org>
2328
2329         * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
2330         a GstRealPad before accessing its structure members.
2331
2332 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2333
2334         * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
2335         (gst_clock_get_speed):
2336         * gst/gstclock.h:
2337           reset padding, remove unused fields
2338
2339 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2340
2341         * gst/autoplug/gstspideridentity.c:
2342         (gst_spider_identity_sink_loop_type_finding):
2343           use get_allowed_caps, not get_caps (fixes #132519)
2344         * gst/elements/gsttypefind.c: (stop_typefinding):
2345           use correct order when sending buffers and seeking
2346
2347 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2348
2349         * configure.ac:
2350         * gst/gstelement.h:
2351         * gst/gstpad.h:
2352         * gst/gstqueue.h:
2353           upgrade libtool CURRENT, reset padding
2354
2355 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2356
2357         * configure.ac:
2358           bump to prerelease
2359           put back AM_PROG_LIBTOOL to make libtoolize stop complaining
2360
2361 2004-02-04  David Schleef  <ds@schleef.org>
2362
2363         * docs/random/ds/0.9-suggested-changes: random notes
2364         * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
2365         (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
2366         Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
2367         expansion.
2368         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
2369         (gst_filesink_get_query_types): same
2370         * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
2371         (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
2372         * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
2373         to use new GST_PTR_FORMAT.
2374         * gst/gstelement.h: deprecate function factory macros
2375         GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
2376         These are our last variadic macros that can't be replaced with
2377         inlines.  Celebrate!  Also fix a typo in an #ifdef that was
2378         attempting to deprecate gst_element_clock_wait().
2379         * gst/gstevent.h: same
2380         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
2381         (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
2382         * gst/gstpad.h: deprecate function factory macros similar to above.
2383
2384 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2385
2386         * configure.ac:
2387         * tools/Makefile.am:
2388         * tools/gst-run.c: (popt_callback), (hash_print_key),
2389         (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
2390         (get_candidates), (main):
2391           add new source file to generate non-versioned wrapper binaries
2392           for our tools.
2393
2394 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2395
2396         * gst/gstevent.c: (_gst_event_free):
2397           actually break; inside the switch statement
2398         * gst/parse/grammar.y:
2399           fix memleak where GValues weren't unset
2400
2401 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2402
2403         * gst/gststructure.c: (gst_structure_from_string):
2404           fix huge memleak
2405         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
2406         (new_entry), (gst_type_find_element_chain):
2407         * gst/gstelement.c: (gst_element_base_class_init),
2408         (gst_element_class_set_details):
2409         * gst/gstpad.c: (gst_pad_can_link_filtered):
2410           fix smaller memleaks
2411         * gst/gstpad.c: (gst_real_pad_dispose):
2412           check that explicit caps are gone
2413         * gst/gststructure.c: (gst_structure_free):
2414           actually free the structure
2415         * gst/gstelement.c: (gst_element_clear_pad_caps):
2416           unset explicit caps
2417
2418 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2419
2420         * tools/Makefile.am:
2421           use AM_CFLAGS since all the CFLAGS are the same
2422           use AM_LDFAGS
2423
2424 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2425
2426         * docs/manual/gnome.xml:
2427           expand example a little
2428         * gst/gst.c: (gst_init_with_popt_table),
2429         (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
2430           make sure popt option displays are done with right textdomain
2431           use GstPoptOption type
2432         * gst/gst.h:
2433           create GstPoptOption type
2434
2435 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2436
2437         * gst/gsterror.c: (_gst_stream_errors_init):
2438         * gst/gsterror.h:
2439           adding error type for no codec
2440         * po/POTFILES.in:
2441           add gst-inspect
2442         * po/nl.po:
2443           update dutch translation
2444         * tools/gst-inspect.c: (print_element_list), (main):
2445           do proper internationalization
2446         * tools/gst-launch.c: (idle_func):
2447           remove commented out function call
2448
2449 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2450
2451         * docs/README:
2452           add some error fixing notes
2453         * docs/gst/gstreamer-sections.txt:
2454           remove double entries
2455         * docs/gst/tmpl/gstbin.sgml:
2456         * docs/gst/tmpl/gstclock.sgml:
2457           remove override
2458         * docs/gst/tmpl/gstelement.sgml:
2459         * docs/gst/tmpl/gstindex.sgml:
2460         * docs/gst/tmpl/gstobject.sgml:
2461         * docs/gst/tmpl/gstpadtemplate.sgml:
2462         * docs/gst/tmpl/gstreamer-unused.sgml:
2463         * docs/gst/tmpl/gsttag.sgml:
2464         * docs/gst/tmpl/gstthread.sgml:
2465         * docs/gst/tmpl/gstxml.sgml:
2466         * gst/gsttag.h:
2467           sync header prototypes with c decls
2468         * gst/gsttaginterface.c:
2469           fix doc headers
2470
2471 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2472
2473         * gst/parse/Makefile.am:
2474         * gst/gstobject.h:
2475           get rid of gstmarshal.h dependency. It's not needed.
2476         * gst/gst.h:
2477         * gst/elements/gstfakesink.c:
2478         * gst/elements/gstfakesrc.c:
2479         * gst/elements/gstidentity.c:
2480         * gst/gstbin.c:
2481         * gst/gstelement.c:
2482         * gst/gstindex.c:
2483         * gst/gstobject.c:
2484         * gst/gstpad.c:
2485         * gst/gstthread.c:
2486         * gst/gstxml.c:
2487         * libs/gst/control/dparam.c:
2488         * libs/gst/control/dparammanager.c:
2489           include gstmarshal.h.
2490         Fixes #132045
2491
2492 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2493
2494         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
2495         (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
2496         (gst_filesrc_map_region), (gst_filesrc_get_mmap):
2497         * gst/elements/gstfilesrc.h:
2498           don't ref the filesrc when creating mmaped buffers. Don't keep a
2499           list of not-yet-destroyed buffers.
2500         * gst/gstbuffer.h:
2501           Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
2502
2503 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2504
2505         * gst/gst.c: (init_pre):
2506           remove textdomain
2507
2508 2004-02-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2509
2510         * docs/pwg/advanced-events.xml:
2511         * docs/pwg/advanced-scheduling.xml:
2512         * docs/pwg/intro-basics.xml:
2513         * docs/pwg/other-manager.xml:
2514         * docs/pwg/other-nton.xml:
2515         * docs/pwg/other-ntoone.xml:
2516         * docs/pwg/other-oneton.xml:
2517         * docs/pwg/pwg.xml:
2518           All sort of documentation... Forgot what. Point is that I want this
2519           in before I leave. The 'other-*' will be the last section and will
2520           explain issues specific to these type of elements.
2521
2522 2004-02-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2523
2524         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
2525         (gst_filesrc_get_read):
2526           set all the values on buffers that we can
2527
2528 2004-02-02  David Schleef  <ds@schleef.org>
2529
2530         Change usage of isblah() to g_ascii_isblah() to be more locale
2531         independent.  (#133076)
2532         * gst/gsturi.c: (gst_uri_protocol_check_internal):
2533         * gst/gstutils.c:
2534         * gst/parse/parse.l:
2535
2536 2004-02-02  Jon Trowbridge  <trow@gnu.org>
2537
2538         reviewed by: David Schleef  <ds@schleef.org>
2539
2540         Fix memory leaks:
2541         * gst/gstcaps.c: (gst_caps_to_string):
2542         * gst/registries/gstxmlregistry.c:
2543         (gst_xml_registry_add_path_list_func),
2544         (gst_xml_registry_parse_padtemplate):
2545
2546 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2547
2548         * gst/gstelement.c: (gst_element_default_error):
2549           suffix error messages with period
2550
2551 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
2552
2553         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
2554         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
2555         * gst/gsterror.c: (gst_error_get_message):
2556           Suffix with dots
2557         * po/fr.po:
2558         * po/nl.po:
2559           Update translation files
2560
2561 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
2562
2563         * gst/autoplug/gstspideridentity.c:
2564         (gst_spider_identity_sink_loop_type_finding):
2565         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
2566         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
2567         (gst_filesink_close_file), (gst_filesink_handle_event),
2568         (gst_filesink_chain):
2569         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
2570         (gst_filesrc_get_read), (gst_filesrc_open_file):
2571         * gst/elements/gstidentity.c: (gst_identity_chain):
2572         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
2573         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
2574         (gst_pipefilter_chain), (gst_pipefilter_open_file):
2575         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
2576         * gst/gsterror.c: (_gst_core_errors_init),
2577         (_gst_library_errors_init), (_gst_resource_errors_init),
2578         (_gst_stream_errors_init), (gst_error_get_message):
2579         * gst/gstpad.c: (gst_pad_set_explicit_caps),
2580         (gst_pad_recover_caps_error), (gst_pad_pull):
2581         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
2582         * gst/schedulers/gstbasicscheduler.c:
2583         (gst_basic_scheduler_chainhandler_proxy),
2584         (gst_basic_scheduler_gethandler_proxy),
2585         (gst_basic_scheduler_cothreaded_chain):
2586           Suffix error messages with period.
2587           Use (NULL) instead of NULL
2588
2589 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
2590
2591         * docs/gst/tmpl/gstelement.sgml:
2592         * docs/gst/tmpl/gstxml.sgml:
2593         * gst/gstelement.c: (gst_element_error_full):
2594           add element path to error
2595
2596 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2597
2598         * docs/random/mimetypes:
2599           update raw int/float info
2600         * gst/gsttag.c: (_gst_tag_initialize):
2601         * gst/gsttag.h:
2602           add GST_TAG_ENCODER
2603
2604 2004-01-30  David Schleef  <ds@schleef.org>
2605
2606         * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
2607           missing (#132991)
2608
2609 2004-01-30  Laurent Vivier <Laurent.Vivier@bull.net>
2610
2611         reviewed by Benjamin Otte 
2612           parts of the patch submitted in bug #113913
2613
2614         * configure.ac:
2615           use AC_C_INLINE. Use = instead of == with test
2616         * examples/plugins/example.c:
2617         * gst/autoplug/gstspideridentity.c:
2618         * gst/elements/gstfdsrc.c:
2619         * gst/elements/gstfilesrc.c:
2620         * gst/elements/gstidentity.c:
2621         * gst/elements/gstmultidisksrc.c:
2622         * gst/elements/gststatistics.c:
2623         * gst/gstelement.c:
2624         * gst/gstobject.c:
2625         * gst/gstpad.c:
2626         * gst/gstpipeline.c:
2627         * gst/gstthread.c:
2628           don't end enums with a comma
2629         * gst/gstindex.c: (gst_index_compare_func):
2630           do explicit casting to gint
2631         * gst/gsttrace.c: (gst_trace_text_flush):
2632           #define strsize as a macro
2633
2634 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2635
2636         * docs/README:
2637         * docs/gst/gstreamer-docs.sgml:
2638         * docs/gst/gstreamer-sections.txt:
2639         * docs/gst/tmpl/gstelement.sgml:
2640         * docs/gst/tmpl/gsterror.sgml:
2641         * docs/gst/tmpl/gstinterface.sgml:
2642         * docs/gst/tmpl/gstreamer-unused.sgml:
2643         * docs/gst/tmpl/gststructure.sgml:
2644         * docs/gst/tmpl/gsttag.sgml:
2645         * docs/gst/tmpl/gsttaginterface.sgml:
2646         * docs/gst/tmpl/gstvalue.sgml:
2647         make sure all API ends up in the built docs
2648         * gst/gstinterface.c:
2649         * gst/gststructure.c: (gst_structure_id_set_value),
2650         (gst_structure_set_value), (gst_structure_id_get_value):
2651         * gst/gststructure.h:
2652         * gst/gstvalue.h:
2653         sync .h with .c declarations
2654
2655 2004-01-30  Julien Moutte  <julien@moutte.net>
2656
2657         * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
2658         Ronald will fix riffread.
2659
2660 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2661
2662         * docs/pwg/advanced-interfaces.xml:
2663           Added tuner interface docs.
2664
2665 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2666
2667         * docs/random/mimetypes:
2668           correct Theora information
2669         * gst/gstelement.h:
2670           make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
2671
2672 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2673
2674         * gst/gstelement.c: (gst_element_error_full):
2675         * gst/gstelement.h:
2676           GST_ELEMENT_ERROR in enum -> _IN_ERROR
2677
2678 2004-01-29  Julien MOUTTE  <julien@moutte.net>
2679
2680         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
2681         (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
2682         again and even before DISCONT.
2683         * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
2684         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
2685         bytestream so that it's not stopping to fill the bytestream if events
2686         different than EOS or DISCONT are received. Instead it process them so
2687         that they go downstream.
2688
2689 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2690
2691         * docs/gst/tmpl/gstelement.sgml:
2692         * docs/gst/tmpl/gstreamer-unused.sgml:
2693         * docs/gst/tmpl/gstxml.sgml:
2694         * gst/autoplug/gstspideridentity.c:
2695         (gst_spider_identity_sink_loop_type_finding):
2696         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
2697         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
2698         (gst_filesink_close_file), (gst_filesink_handle_event),
2699         (gst_filesink_chain):
2700         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
2701         (gst_filesrc_get_read), (gst_filesrc_open_file):
2702         * gst/elements/gstidentity.c: (gst_identity_chain):
2703         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
2704         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
2705         (gst_pipefilter_chain), (gst_pipefilter_open_file):
2706         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
2707         * gst/gstelement.h:
2708         * gst/gstpad.c: (gst_pad_set_explicit_caps),
2709         (gst_pad_recover_caps_error), (gst_pad_pull):
2710         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
2711         * gst/schedulers/gstbasicscheduler.c:
2712         (gst_basic_scheduler_chainhandler_proxy),
2713         (gst_basic_scheduler_gethandler_proxy),
2714         (gst_basic_scheduler_cothreaded_chain):
2715           gst_element_error -> GST_ELEMENT_ERROR
2716
2717 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2718
2719         * docs/Makefile.am:
2720         * docs/gst/tmpl/gstelement.sgml:
2721         * docs/gst/tmpl/gstxml.sgml:
2722         * docs/manuals.mak:
2723         * docs/pwg/advanced-request.xml:
2724         * docs/pwg/advanced-scheduling.xml:
2725         * docs/pwg/advanced-tagging.xml:
2726           fix non-validating docbook using CDATA
2727           make sure make check-local gets run first to check if it validates
2728
2729 2004-01-29  Julien MOUTTE <julien@moutte.net>
2730
2731         * docs/pwg/advanced-events.xml: Adding documentation on advanced event
2732         handling (up and downstream).
2733         * docs/pwg/advanced-interfaces.xml: Make it coherent with the
2734         my_filter thing.
2735
2736 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2737
2738         * docs/pwg/advanced-tagging.xml:
2739           Add docs about tag writing.
2740
2741 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2742
2743         * docs/pwg/advanced-tagging.xml:
2744           Add a part about tag reading and application signalling... Tag
2745           writing still needs to be documented.
2746         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
2747           We can set file locations in READY, too.
2748
2749 2004-01-29  Julien MOUTTE <julien@moutte.net>
2750
2751         * docs/random/ds/element-checklist: Adding some notes about src
2752         events.
2753
2754 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2755
2756         * docs/random/mimetypes:
2757           Update docs to point to correct elements for various mimetypes, and
2758           some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
2759           <stephane.loeuillet@tiscali.fr>.
2760
2761 2004-01-28  David Schleef  <ds@schleef.org>
2762
2763         * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
2764
2765 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2766
2767         * docs/random/mimetypes:
2768           update docs for audio/x-raw-float. Add "buffer-frames=0 means
2769           undefined"
2770         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
2771           make it only work in NULL.
2772         * gst/gstcaps.c:
2773           don't posion NULL caps
2774         * gst/gstelement.c: (gst_element_set_time):
2775           add debugging statement
2776         * gst/gstelement.c: (gst_element_emit_found_tag),
2777         (gst_element_found_tag_func), (gst_element_found_tags):
2778         * gst/gstelement.h:
2779           These functions take const taglists
2780         * gst/gstpad.c: (gst_pad_proxy_getcaps):
2781           fix memleak
2782         * gst/gstpad.c: (gst_pad_event_default):
2783           make more effort on handling discont and clocks, g_warn if everything
2784           fails
2785         * gst/gststructure.c: (gst_structure_remove_fields),
2786         (gst_structure_remove_fields_valist):
2787         * gst/gststructure.h:
2788           add gst_structure_remove_fields(_valist)
2789         * gst/gsttag.c:
2790           fix doc glitch
2791
2792 2004-01-28  David Schleef  <ds@schleef.org>
2793
2794         * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
2795         * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
2796         Fix memory leakage of gst_caps_to_string().
2797
2798         Use GST_PTR_FORMAT instead of gst_caps_to_string():
2799         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
2800         * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
2801         (gst_spider_identity_sink_loop_type_finding):
2802         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
2803         (find_suggest):
2804         * gst/gstpad.c: (gst_pad_try_relink_filtered),
2805         (gst_pad_set_explicit_caps):
2806         * gst/parse/grammar.y:
2807
2808 2004-01-28  David Schleef  <ds@schleef.org>
2809
2810         * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
2811         GST_PRINTF_EXTENSION_FORMAT_DEFINE.
2812         * docs/random/ds/0.9-suggested-changes: Notes from Company.
2813         * gst/gstcaps.c: (gst_caps_to_string): Add comment.
2814         * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
2815         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
2816         (gst_debug_log_default), (_gst_info_printf_extension),
2817         (_gst_info_printf_extension_arginfo):  Add printf extension.
2818         * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
2819         * gst/gststructure.c: (gst_structure_to_string),
2820         (_gst_structure_parse_value): Use gst_value_deserialize() and
2821         remove old code.
2822         * gst/gstvalue.c: (gst_value_deserialize_fourcc),
2823         (gst_value_deserialize_boolean), (gst_strtoi),
2824         (gst_value_deserialize_int), (gst_value_deserialize_double),
2825         (gst_value_deserialize_string), (gst_value_deserialize): Implement
2826         a bunch of deserialize functions and gst_value_deserialize.
2827         * gst/gstvalue.h: er, _de_serialize, not unserialize
2828         * testsuite/caps/string-conversions.c: (main): We don't currently
2829         handle (float) in caps, so convert these to (double).
2830         * testsuite/debug/Makefile.am: Add new test for the printf extension
2831         * testsuite/debug/printf_extension.c: (main): same
2832
2833 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2834
2835         * docs/random/company/time:
2836           Add some docs about clocking and time
2837
2838 2004-01-28  Julien MOUTTE <julien@moutte.net>
2839
2840         * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
2841
2842 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2843
2844         * docs/pwg/advanced-clock.xml:
2845         * docs/pwg/advanced-dparams.xml:
2846         * docs/pwg/advanced-events.xml:
2847         * docs/pwg/advanced-interfaces.xml:
2848         * docs/pwg/advanced-midi.xml:
2849         * docs/pwg/advanced-request.xml:
2850         * docs/pwg/advanced-scheduling.xml:
2851         * docs/pwg/advanced-tagging.xml:
2852         * docs/pwg/advanced-types.xml:
2853         * docs/pwg/appendix-checklist.xml:
2854         * docs/pwg/building-boiler.xml:
2855         * docs/pwg/building-chainfn.xml:
2856         * docs/pwg/building-filterfactory.xml:
2857         * docs/pwg/building-pads.xml:
2858         * docs/pwg/building-props.xml:
2859         * docs/pwg/building-signals.xml:
2860         * docs/pwg/building-state.xml:
2861         * docs/pwg/building-testapp.xml:
2862         * docs/pwg/intro-basics.xml:
2863         * docs/pwg/intro-preface.xml:
2864         * docs/pwg/other-autoplugger.xml:
2865         * docs/pwg/other-sink.xml:
2866         * docs/pwg/other-source.xml:
2867         * docs/pwg/titlepage.xml:
2868           fix up id's
2869
2870 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2871
2872         * docs/95NonPath:
2873         * docs/HACKING:
2874         * docs/README:
2875         * docs/building-the-docs-on-debian:
2876           collect relevant bits of doc info
2877
2878 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2879
2880         * docs/pwg/advanced_tagging.xml:
2881           Half-assed commit so Thomas can re-arrange document IDs here to be
2882           consistent, too.
2883
2884 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2885
2886         * docs/manual/autoplugging.xml:
2887         * docs/manual/bins-api.xml:
2888         * docs/manual/bins.xml:
2889         * docs/manual/buffers-api.xml:
2890         * docs/manual/buffers.xml:
2891         * docs/manual/clocks.xml:
2892         * docs/manual/components.xml:
2893         * docs/manual/cothreads.xml:
2894         * docs/manual/debugging.xml:
2895         * docs/manual/dparams-app.xml:
2896         * docs/manual/dynamic.xml:
2897         * docs/manual/elements-api.xml:
2898         * docs/manual/elements.xml:
2899         * docs/manual/factories.xml:
2900         * docs/manual/gnome.xml:
2901         * docs/manual/goals.xml:
2902         * docs/manual/helloworld.xml:
2903         * docs/manual/helloworld2.xml:
2904         * docs/manual/init-api.xml:
2905         * docs/manual/intro.xml:
2906         * docs/manual/links-api.xml:
2907         * docs/manual/links.xml:
2908         * docs/manual/manual.xml:
2909         * docs/manual/motivation.xml:
2910         * docs/manual/pads-api.xml:
2911         * docs/manual/pads.xml:
2912         * docs/manual/plugins-api.xml:
2913         * docs/manual/plugins.xml:
2914         * docs/manual/programs.xml:
2915         * docs/manual/queues.xml:
2916         * docs/manual/quotes.xml:
2917         * docs/manual/schedulers.xml:
2918         * docs/manual/states-api.xml:
2919         * docs/manual/states.xml:
2920         * docs/manual/threads.xml:
2921         * docs/manual/typedetection.xml:
2922         * docs/manual/xml.xml:
2923           use chapter, part, section or misc as id starts for all bits
2924
2925 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2926
2927         * docs/gst/gstreamer-sections.txt:
2928           Fix up TITLE of the sections
2929
2930 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2931
2932         * docs/pwg/advanced_interfaces.xml:
2933           Add documentation on propertyprobing.
2934         * docs/pwg/advanced_events.xml:
2935         * docs/pwg/advanced_tagging.xml:
2936         * docs/pwg/building_boiler.xml:
2937         * docs/pwg/building_filterfactory.xml:
2938         * docs/pwg/pwg.xml:
2939           Move filterfactory and tagging into their own chapter, add a chapter
2940           on events. all these are empty placeholders that will be filled in
2941           some day.
2942
2943 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2944
2945         * docs/pwg/advanced_interfaces.xml:
2946           Docs for mixer interface. Also a check for website uploading.
2947
2948 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2949
2950         * docs/HACKING:
2951         * docs/Makefile.am:
2952         * docs/faq/Makefile.am:
2953         * docs/gst/Makefile.am:
2954         * docs/gst/tmpl/gstelement.sgml:
2955         * docs/gst/tmpl/gstplugin.sgml:
2956         * docs/gst/tmpl/gstreamer-unused.sgml:
2957         * docs/libs/Makefile.am:
2958         * docs/manual/Makefile.am:
2959         * docs/manuals.mak:
2960         * docs/pwg/Makefile.am:
2961         * docs/upload.mak:
2962           Separate out upload target and make it similar for
2963           both docbook and gtk-doc docs
2964
2965 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2966
2967         * docs/manuals.mak:
2968           Fix upload target to work with freedesktop
2969
2970 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2971
2972         * docs/pwg/advanced_types.xml:
2973           Add notes on creating your own types.
2974         * docs/pwg/building_boiler.xml:
2975         * docs/pwg/building_pads.xml:
2976         * docs/pwg/building_state.xml:
2977           Add some stuff about how to retrieve values from structures, how
2978           that relates to types and change layout slightly again to be almost
2979           perfect.
2980
2981 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2982
2983         * docs/pwg/advanced_dparams.xml:
2984         * docs/pwg/advanced_scheduling.xml:
2985           Change index layout slightly.
2986
2987 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2988
2989         * docs/pwg/advanced_clock.xml:
2990         * docs/pwg/advanced_interfaces.xml:
2991         * docs/pwg/advanced_midi.xml:
2992           General placeholders for now.
2993         * docs/pwg/advanced_request.xml:
2994           Explanation about sometimes and request pads.
2995         * docs/pwg/advanced_scheduling.xml:
2996           Concept of bytestream, loopfunctions and schedulers.
2997         * docs/pwg/building_boiler.xml:
2998           Add something about plugin-init.
2999
3000 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3001
3002         * docs/pwg/building_pads.xml:
3003           Fix broken docbook
3004
3005 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3006
3007         * docs/pwg/advanced_interfaces.xml:
3008         * docs/pwg/pwg.xml:
3009           Add as a placeholder for future filling-in.
3010         * docs/pwg/basics_autoplugging.xml:
3011         * docs/pwg/basics_buffers.xml:
3012         * docs/pwg/basics_elements.xml:
3013         * docs/pwg/basics_events.xml:
3014         * docs/pwg/basics_plugins.xml:
3015         * docs/pwg/basics_types.xml:
3016           Remove, because unused (this is all in intro_basics.xml).
3017         * docs/pwg/building_signals.xml:
3018           Short intro to signals + reference to GObject docs - we really
3019           shouldn't go into these sort of things to deply because we don't
3020           use them that extensively anyway.
3021         * docs/pwg/building_state.xml:
3022           Explanation of states. Benjamin, please check.
3023         * docs/pwg/building_testapp.xml:
3024           Put everything in one page - putting only a few lines of content
3025           per page doesn't really make sense.
3026
3027           Time to get into the advanced topics. ;).
3028
3029 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3030
3031         * docs/pwg/advanced_types.xml:
3032           Finish documenting the current state of mimetypes.
3033         * docs/pwg/building_boiler.xml:
3034         * docs/pwg/building_chainfn.xml:
3035         * docs/pwg/building_pads.xml:
3036         * docs/pwg/building_props.xml:
3037         * docs/pwg/building_testapp.xml:
3038           Start documenting the "how to build a simple audio filter" part
3039           of the PWG. Most stuff is ready by now. Stuff remaining: signals,
3040           states and (maybe?) a short introduction to capsnego in the chapter
3041           on pads (building_pads.xml). Capsnego should probably be explained
3042           fully in advanced_capsnego.xml or so.
3043
3044 2004-01-26  David Schleef  <ds@schleef.org>
3045
3046         * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
3047         * gst/gstpad.h: Add new function to allow element to (somewhat)
3048         specify non-fixed caps on a pad.
3049         * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
3050         that I added a few weeks ago.
3051
3052 2004-01-26  David Schleef  <ds@schleef.org>
3053
3054         * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
3055           making try_set_caps() work with non-fixed caps.
3056
3057 2004-01-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3058
3059         * docs/pwg/advanced_types.xml:
3060         * docs/pwg/intro_basics.xml:
3061         * docs/pwg/intro_preface.xml:
3062         * docs/pwg/pwg.xml:
3063         * docs/pwg/titlepage.xml:
3064           First try to resurrect the PWG. I'm halfway integrating the mimetypes
3065           in here (docs/random/mimetypes), and will from there on work on both
3066           updating outdated parts and adding missing parts.
3067           That doesn't mean I'll fix it completely, but I'll try at least. ;).
3068
3069 2004-01-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3070
3071         * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
3072           policy is set
3073
3074 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3075
3076         * gst/gstelement.h:
3077           remove gst_element_factory_get_version. It doesn't exist anymore.
3078         * gst/gstplugin.c:
3079         * gst/gstplugin.h:
3080           remove gst_plugin_set_name and change gst_plugin_get_longname to
3081           gst_plugin_get_description to match code.
3082         * gst/gsterror.h:
3083           remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
3084         * gst/gstpad.c: (gst_pad_try_set_caps):
3085           make it work with nonfixed caps.
3086           Note that even in the nonfixed case the link function of the pad
3087           that tries to set caps isn't called.
3088
3089 2004-01-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3090
3091         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
3092           fix bug where buffer was not assembled correctly
3093         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
3094           silence by default
3095         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
3096           only seek if there's no more buffers that could work without seeking
3097
3098 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3099
3100         * gst/gsttag.c: (_gst_tag_initialize):
3101         * gst/gsttag.h:
3102           Add application tag (for encoding/muxing app).
3103
3104 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3105
3106         * autogen.sh:
3107           make autopoint force, and libtoolize not copy
3108         * common/m4/as-docbook.m4:
3109           added docbook xml catalog setup check
3110         * common/m4/gst-doc.m4:
3111           use docbook check
3112
3113 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3114
3115         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
3116         * gst/gsttag.h:
3117           add GstTagFlag
3118
3119 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3120
3121         * docs/gst/gstreamer-sections.txt:
3122         * docs/gst/tmpl/gst.sgml:
3123         * docs/gst/tmpl/gstbuffer.sgml:
3124         * docs/gst/tmpl/gstclock.sgml:
3125         * docs/gst/tmpl/gstelement.sgml:
3126         * docs/gst/tmpl/gstreamer-unused.sgml:
3127         * docs/gst/tmpl/gstxml.sgml:
3128           sync latest API changes to docs
3129
3130 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3131
3132         * gst/gstpluginfeature.c:
3133           fix doc snippet
3134         * tools/gst-inspect.c: (print_element_list):
3135           fix output of typefind
3136           add GPL header
3137         * tools/gst-launch.c:
3138           add GPL header
3139
3140 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3141
3142         * gst/elements/Makefile.am:
3143         * gst/elements/gstelements.c:
3144         * gst/elements/gsttypefindelement.c:
3145         * gst/elements/gsttypefindelement.h:
3146         * po/POTFILES.in:
3147         * po/fr.po:
3148         * po/nl.po:
3149           renamed gsttypefindelement to gsttypefind, conserving CVS history
3150
3151 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3152
3153         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
3154         * gst/gsttag.h:
3155           add some tags used in ogg as well
3156           fix _ in replaygain tags
3157
3158 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3159
3160         * gst/gsterror.h:
3161           fix wrong GST_LIBRARY_ERROR_ENCODE addition
3162
3163 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3164
3165         * gst/gstelement.c: (gst_element_error_full):
3166         * gst/gstelement.h:
3167           change _extended to _full
3168
3169 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3170
3171         reviewed by: <delete if not using a buddy>
3172
3173         * docs/gst/tmpl/gst.sgml:
3174         * docs/gst/tmpl/gstbuffer.sgml:
3175         * docs/gst/tmpl/gstclock.sgml:
3176         * docs/gst/tmpl/gstelement.sgml:
3177         * docs/gst/tmpl/gstreamer-unused.sgml:
3178         * docs/gst/tmpl/gstxml.sgml:
3179         * gst/gstelement.c: (gst_element_error_full):
3180         * gst/gstelement.h:
3181
3182 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3183
3184         * gst/gstelement.h: fix _gst_element_error_printf prototype
3185
3186 2004-01-20  David Schleef  <ds@schleef.org>
3187
3188         * gst/gststructure.c: (gst_structure_to_string):
3189         Convert function to use gst_value_serialize().
3190         * gst/gstvalue.c: (gst_value_serialize_list),
3191         (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
3192         (gst_value_serialize_double_range), (gst_value_serialize_boolean),
3193         (gst_value_serialize_int), (gst_value_serialize_double),
3194         (gst_string_wrap), (gst_value_serialize_string),
3195         (gst_value_serialize), (gst_value_deserialize):
3196         * gst/gstvalue.h:
3197         Add implementations for serialize.
3198
3199 2004-01-20  Julien MOUTTE  <julien@moutte.net>
3200
3201         * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
3202         we want to keep that one in the future or change xvidenc.c to use 
3203         another error.
3204
3205 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3206
3207         * gst/gstelement.c: (_gst_element_error_printf):
3208         * gst/gstelement.h:
3209           privatise function
3210
3211 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3212
3213         * docs/random/error:
3214           doc explaining error system
3215         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
3216           cleanup
3217
3218 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3219
3220         * gst/gst-i18n-app.h:
3221         * gst/gst-i18n-lib.h:
3222           remove inclusion of config.h
3223         * po/POTFILES.in:
3224         * po/nl.po:
3225           add gst/gstelement.c
3226
3227 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3228
3229         * po/nl.po: updated Dutch translation
3230
3231 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3232
3233         * gst/gsterror.c: (_gst_core_errors_init),
3234         (_gst_library_errors_init), (_gst_resource_errors_init),
3235         (_gst_stream_errors_init):
3236         remove ending punctuation dots
3237
3238 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3239
3240         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
3241         * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
3242         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
3243         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
3244         (gst_pipefilter_chain), (gst_pipefilter_open_file):
3245         use GST_ERROR_SYSTEM
3246
3247 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3248
3249         * gst/gstelement.c: (gst_element_error_printf),
3250         (gst_element_error_extended):
3251         * gst/gstelement.h:
3252           add a helper printf function so we can have NULL values passed.
3253
3254 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3255
3256         * gst/gstelement.h:
3257           add G_STMT macros to gst_element_error, which isn't strictly
3258           necessary but people tell me to anyway.
3259
3260 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3261
3262         * gst/Makefile.am:
3263         * gst/autoplug/gstspideridentity.c:
3264         (gst_spider_identity_sink_loop_type_finding):
3265         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
3266         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
3267         (gst_filesink_close_file), (gst_filesink_handle_event),
3268         (gst_filesink_chain):
3269         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
3270         (gst_filesrc_map_region), (gst_filesrc_get_read),
3271         (gst_filesrc_open_file):
3272         * gst/elements/gstidentity.c: (gst_identity_chain):
3273         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
3274         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
3275         (gst_pipefilter_chain), (gst_pipefilter_open_file):
3276         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
3277         * gst/gst.h:
3278         * gst/gst_private.h:
3279         * gst/gstelement.c: (gst_element_class_init),
3280         (gst_element_default_error), (gst_element_error_func),
3281         (gst_element_error_extended):
3282         * gst/gstelement.h:
3283         * gst/gsterror.c: (_gst_core_errors_init),
3284         (_gst_library_errors_init), (_gst_resource_errors_init),
3285         (_gst_stream_errors_init), (gst_error_get_message):
3286         * gst/gsterror.h:
3287         * gst/gstinfo.c: (_gst_debug_init):
3288         * gst/gstmarshal.list:
3289         * gst/gstpad.c: (gst_pad_set_explicit_caps),
3290         (gst_pad_recover_caps_error), (gst_pad_pull):
3291         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
3292         * gst/schedulers/gstbasicscheduler.c:
3293         (gst_basic_scheduler_chainhandler_proxy),
3294         (gst_basic_scheduler_gethandler_proxy),
3295         (gst_basic_scheduler_cothreaded_chain):
3296         * po/POTFILES.in:
3297         * po/fr.po:
3298         * po/nl.po:
3299           change error signal
3300           add error categories
3301
3302 2004-01-18  Jeremy Simon  <jesimon@libertysurf.fr>
3303
3304         * gst/gsttag.c: (_gst_tag_initialize):
3305         * gst/gsttag.h:
3306         Add replaygain tag
3307
3308 2004-01-18  Colin Walters  <walters@verbum.org>
3309
3310         * examples/retag/retag.c: Call gst_init before processing
3311         program args.  Add g_assert to _link_many call.
3312
3313 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3314
3315         * gst/gstpad.c: (gst_pad_alloc_buffer):
3316           Return a newly allocated buffer when the pad has no peer.
3317
3318 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3319
3320         * gst/gstclock.c: (gst_clock_get_time):
3321           make it compile with gcc 2.95 again.
3322           Patch by Scott Wheeler
3323
3324 2004-01-15  David Schleef  <ds@schleef.org>
3325
3326         * gst/gstcaps.h:
3327         Added gst_caps_is_simple() macro.
3328         * testsuite/caps/caps.c: (test1):
3329         * testsuite/caps/intersect2.c: (main):
3330         * testsuite/caps/intersection.c: (main):
3331         Fixes to make 'make check' work again after removing
3332         gst_caps_is_chained().
3333
3334 2004-01-15  Leif Johnson <leif@ambient.2y.net>
3335
3336         * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
3337         and additions to the MIDI document.
3338
3339 2004-01-15  David Schleef  <ds@schleef.org>
3340
3341         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
3342         (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
3343         of GST_RPAD_, since we don't know if it's a real or ghost pad.
3344
3345 2004-01-15  David Schleef  <ds@schleef.org>
3346
3347         * gst/gstqueue.c:
3348         * gst/gstqueue.h:
3349         Fix the spelling of "treshold" and make min_threshold actually
3350         affect the queue.
3351
3352 2004-01-15  David Schleef  <ds@schleef.org>
3353
3354         * gst/gstcaps.c:
3355         Add lots of documentation.
3356         * gst/gstcaps.h:
3357         Deprecate a few functions.
3358         * gst/gstpad.c:
3359         Removed use of deprecated functions.
3360
3361 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3362
3363         * gst/gstpad.c: (gst_pad_is_linked):
3364         * gst/gstpad.h:
3365           implement gst_pad_is_linked
3366         * gst/gstelement.h:
3367           reserve space for initiate_state_change
3368
3369 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3370
3371         * gst/autoplug/gstspideridentity.c:
3372         (gst_spider_identity_sink_loop_type_finding):
3373           break infinite loop by just returning instead of looping
3374         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
3375           set event time difference correctly. Set it to 1 second instead
3376           of 100ms to be more tolerant
3377         * gst/gstelement.c: (gst_element_set_time):
3378           add debugging output
3379
3380 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3381
3382         * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
3383           query if buffers are inside the pool, ignore events
3384
3385 2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3386
3387         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
3388         (gst_clock_set_speed), (gst_clock_set_active),
3389         (gst_clock_is_active), (gst_clock_reset),
3390         (gst_clock_handle_discont):
3391         * gst/gstclock.h:
3392           deprecate old interface and disable functions that aren't in use
3393           anymore.
3394         * gst/gstelement.h:
3395         * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
3396         (gst_element_set_time), (gst_element_adjust_time):
3397           add concept of "element time" and functions to get/set this time.
3398         * gst/gstelement.c: (gst_element_change_state):
3399           update element time correctly.
3400         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
3401           This is a debug message, not a g_critical.
3402         * gst/gstpad.c: (gst_pad_event_default):
3403           handle discontinuous events right with element time.
3404         * gst/gstscheduler.c: (gst_scheduler_state_transition):
3405           update to clocking fixes.
3406           set clocks on elements in READY=>PAUSED. The old behaviour caused
3407           a wrong element time on the first element that started playing.
3408         * gst/schedulers/gstbasicscheduler.c:
3409         (gst_basic_scheduler_class_init):
3410         * gst/schedulers/gstoptimalscheduler.c:
3411         (gst_opt_scheduler_class_init):
3412           remove code that just implements the default behaviour.
3413         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
3414           update to use new clocking functions
3415         * testsuite/clock/clock1.c: (gst_clock_debug), (main):
3416         * testsuite/clock/clock2.c: (gst_clock_debug), (main):
3417           update to test new element time.
3418         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
3419           use _get_allowed_caps instead of _get_caps. This catches filtered
3420           caps correctly.
3421         * testsuite/debug/commandline.c:
3422           update for new GST_DEBUG syntax.
3423         * testsuite/threads/Makefile.am:
3424           disable a test that only works sometimes.
3425
3426 2004-01-13  Julien MOUTTE <julien@moutte.net>
3427
3428         * po/LINGUAS: Adding fr.
3429         * po/fr.po: Adding french translation.
3430
3431 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3432
3433         * gst/parse/grammar.y:
3434         * po/POTFILES.in:
3435         * po/nl.po:
3436         * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
3437           translate parsing error messages
3438
3439 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3440
3441         * po/POTFILES.in: adding gst-launch
3442         * po/nl.po: updated translation, all 99 strings translated
3443         * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
3444         (found_tag), (sigint_handler_sighandler), (play_handler), (main):
3445           fix strings for translation
3446
3447 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3448
3449         * gst/gst.c:
3450           - capitalize beginnings of popt options
3451           - fix strings for translation
3452           - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
3453
3454 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3455
3456         * po/README: add some notes on how to update translations
3457
3458 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3459
3460         * ABOUT-NLS: removed, is autogenerated from autopoint
3461         * autogen.sh: add autopoint stuff
3462         * configure.ac: fix up gettext stuff
3463         * gst/Makefile.am: add i18n headers to noinst_HEADERS
3464         * gst/elements/gsttypefindelement.c: add header include
3465         * gst/gettext.h: add header, copy from system-installed header
3466         * gst/gst-i18n-app.h: to be included by each app having translations
3467         * gst/gst-i18n-lib.h: to be included by each lib having translations
3468         * gst/gst.c: (init_pre): fix up gettext calls
3469         * gst/gst_private.h: remove i18n stuff, moving to separate headers
3470         * po/LINGUAS: the new way to specify translations present
3471         * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
3472         * po/Makevars: the variables filled in for GStreamer
3473         * po/POTFILES.in: added new files with translations
3474         * po/de.po: has new strings
3475         * po/nl.po: readded, has new strings
3476
3477 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3478
3479         * gst/gsttag.c: fix some strings marked for translation
3480
3481 2004-01-13  Iain <iain@prettypeople.org>
3482
3483         * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
3484         group when we add an element to it, cos we unref it when we remove one
3485
3486 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3487
3488         * testsuite/debug/commandline.c: (debug_not_reached):
3489         * testsuite/debug/output.c: (check_message):
3490           fix testsuite
3491
3492 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3493
3494         * examples/cutter/.cvsignore:
3495         * examples/helloworld/.cvsignore:
3496         * examples/launch/.cvsignore:
3497         * examples/manual/.cvsignore:
3498         * examples/mixer/.cvsignore:
3499         * examples/pingpong/.cvsignore:
3500         * examples/plugins/.cvsignore:
3501         * examples/queue/.cvsignore:
3502         * examples/queue2/.cvsignore:
3503         * examples/queue3/.cvsignore:
3504         * examples/queue4/.cvsignore:
3505         * examples/retag/.cvsignore:
3506         * examples/thread/.cvsignore:
3507         * examples/typefind/.cvsignore:
3508         * examples/xml/.cvsignore:
3509         * gst/.cvsignore:
3510         * gst/autoplug/.cvsignore:
3511         * gst/elements/.cvsignore:
3512         * gst/indexers/.cvsignore:
3513         * gst/parse/.cvsignore:
3514         * gst/registries/.cvsignore:
3515         * gst/schedulers/.cvsignore:
3516         * libs/gst/bytestream/.cvsignore:
3517         * libs/gst/control/.cvsignore:
3518         * libs/gst/getbits/.cvsignore:
3519         * tests/.cvsignore:
3520         * tests/bufspeed/.cvsignore:
3521         * tests/instantiate/.cvsignore:
3522         * tests/memchunk/.cvsignore:
3523         * tests/muxing/.cvsignore:
3524         * tests/sched/.cvsignore:
3525         * tests/seeking/.cvsignore:
3526         * tests/threadstate/.cvsignore:
3527         * testsuite/.cvsignore:
3528         * testsuite/caps/.cvsignore:
3529         * testsuite/cleanup/.cvsignore:
3530         * testsuite/dynparams/.cvsignore:
3531         * testsuite/plugin/.cvsignore:
3532         * tools/.cvsignore:
3533           update - this is huge, because it includes *.bb, *.bbg and *.da files
3534           which are generated for gcov.
3535
3536 2004-01-11  David Schleef  <ds@schleef.org>
3537
3538         * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
3539         a function to parse integers in ways that strto[u]l() does not.
3540
3541 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3542
3543         * tools/gst-inspect.c: (print_caps):
3544           improve output of caps a bit
3545
3546 2004-01-11  David Schleef  <ds@schleef.org>
3547
3548         * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
3549         inherit correct flags (READONLY and DONTKEEP).
3550
3551 2004-01-11  David Schleef  <ds@schleef.org>
3552
3553         * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
3554         (gst_filesrc_map_region):
3555         * gst/gstbuffer.c: (_gst_buffer_initialize),
3556         (_gst_buffer_sub_free), (gst_buffer_default_copy),
3557         (gst_buffer_new), (gst_buffer_create_sub),
3558         (gst_buffer_is_span_fast), (gst_buffer_span):
3559         * gst/gstbuffer.h:
3560         Change GstBuffer private structure element names. (all files)
3561         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
3562         (gst_queue_link):
3563         * gst/gstqueue.h:
3564         Implement getcaps/pad_link functions that handle the case where
3565         there are data in the queue.
3566
3567 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3568
3569         * gst/elements/gstbufferstore.c:
3570           initialize debugging structure correctly
3571         * gst/elements/gsttee.c: (gst_tee_set_property):
3572           g_object_notify when property was changed
3573         * gst/elements/gsttypefindelement.c:
3574         (gst_type_find_element_change_state):
3575           clear caps correctly
3576
3577 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3578
3579         * gst/gstqueue.c: (gst_queue_init):
3580           Use better defaults for when a queue should block. This
3581           gets rid of jerky playback for quite a few files.
3582           It takes more memory.
3583
3584 2004-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3585
3586         (gst_xml_registry_parse_padtemplate):
3587           make critical message slightly more useful
3588
3589 2004-01-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3590
3591         * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
3592         (gst_debug_message_get), (gst_debug_log_default):
3593         * gst/gstinfo.h:
3594           Change gst_debug_log(_valist) to take a const format string.
3595           Change prototype of log function and functions using those to 
3596           take a GstDebugMessage instead of a string that requires using
3597           gst_debug_message_get.
3598
3599 2004-01-08  David Schleef  <ds@schleef.org>
3600
3601         * Makefile.am:
3602         * configure.ac:
3603         Add option --enable-gcov to build GStreamer with -fprofile-arcs
3604         and -ftest-coverage, which allows gcov to show information about
3605         testsuite coverage.
3606
3607 2004-01-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3608
3609         * gst/gstutils.h:
3610           Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
3611           GST_PARENT_CALL_WITH_DEFAULT
3612         * gst/elements/gstaggregator.c: 
3613         * gst/elements/gstbufferstore.c: 
3614         * gst/elements/gstfakesink.c: 
3615         * gst/elements/gstfakesrc.c: 
3616         * gst/elements/gstfdsink.c: 
3617         * gst/elements/gstfdsrc.c: 
3618         * gst/elements/gstfilesink.c: 
3619         * gst/elements/gstfilesrc.c: 
3620         * gst/elements/gstidentity.c: 
3621         * gst/elements/gstmd5sink.c: 
3622         * gst/elements/gstmultidisksrc.c:
3623         * gst/elements/gstpipefilter.c: 
3624         * gst/elements/gstshaper.c:
3625         * gst/elements/gststatistics.c:
3626         * gst/elements/gsttee.c:
3627         * gst/elements/gsttypefindelement.c:
3628           use them.
3629
3630 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3631
3632         * docs/gst/gstreamer-docs.sgml: remove props
3633         * docs/gst/gstreamer-sections.txt: remove props
3634         * docs/gst/tmpl/gst.sgml:
3635         * docs/gst/tmpl/gstbin.sgml:
3636         * docs/gst/tmpl/gstbuffer.sgml:
3637         * docs/gst/tmpl/gstcaps.sgml:
3638         * docs/gst/tmpl/gstclock.sgml:
3639         * docs/gst/tmpl/gstelement.sgml:
3640         * docs/gst/tmpl/gstindex.sgml:
3641         * docs/gst/tmpl/gstobject.sgml:
3642         * docs/gst/tmpl/gstpad.sgml:
3643         * docs/gst/tmpl/gstpadtemplate.sgml:
3644         * docs/gst/tmpl/gstreamer-unused.sgml:
3645         * docs/gst/tmpl/gstthread.sgml:
3646         * docs/gst/tmpl/gstxml.sgml:
3647           sync with code reorganization
3648
3649 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
3650
3651         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
3652         Make the 'Could not find compatible pad' message more informative.
3653
3654 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3655                                                                                 
3656         * gst/elements/gstfilesink.c: (gst_filesink_set_location):
3657           Fix for if we pass NULL as property to location.
3658         * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
3659         (gst_pipefilter_handle_event), (gst_pipefilter_chain):
3660           Fix for instantiate-test (see below).
3661         * gst/gststructure.c: (_gst_structure_parse_value):
3662           Fix compile error on gcc-2.96.
3663         * configure.ac:
3664         * tests/Makefile.am:
3665         * tests/instantiate/Makefile.am:
3666         * tests/instantiate/create.c: (create_all_elements), (main):
3667           Add a test that instantiates all elements. This makes it easy to
3668           track dead code for old API/design (like setting event functions
3669           on sink pads and so on).
3670
3671 2004-01-06  Jan Schmidt  <thaytan@mad.scientist.com>
3672
3673         * gst/gstcaps.c: (gst_caps_append_structure):
3674           Move the poisoning to allow a NULL structure
3675         * gst/gstevent.c: (_gst_event_free):
3676           When freeing a navigation event, free the structure
3677           also
3678
3679 2004-01-04  David Schleef  <ds@schleef.org>
3680
3681         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
3682         Remove usage of gst_pad_proxy_fixate.
3683         * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
3684         (gst_caps_split_one), (gst_caps_replace):
3685         Add poisoning code.
3686         * gst/gstmarshal.list:
3687         Add pointer__pointer for fixate signal
3688         * gst/gstpad.c: (gst_real_pad_class_init),
3689         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
3690         (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
3691         (gst_pad_set_explicit_caps), (gst_pad_template_new):
3692         Add poisoning code. Add fixate signal on RealPad. Change
3693         set_explicit_caps() to take const GstCaps, like try_set_caps().
3694         * gst/gstpad.h:
3695         * testsuite/caps/Makefile.am:
3696         * testsuite/caps/app_fixate.c: Add a test for the fixate signal
3697
3698 2004-01-03  David Schleef  <ds@schleef.org>
3699
3700         * gst/elements/gsttypefindelement.c:
3701         (gst_type_find_element_have_type), (gst_type_find_element_init):
3702         Use gst_pad_use_explicit_caps for src pad.
3703         * gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
3704         before using it.
3705
3706 2004-01-03  David Schleef  <ds@schleef.org>
3707
3708         * gst/gstelement.c: (gst_element_link_pads_filtered),
3709         (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
3710         that linking was successful.
3711         * gst/gstpad.c: (gst_pad_link_free),
3712         (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
3713         (gst_pad_link_try), (gst_pad_link_unnegotiate),
3714         (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
3715         GstPadLinkReturn correctly between functions, and don't fail
3716         when DELAYED is used (DELAYED is very important).  Better
3717         cleanup on unlinking and unnegotiation.  Should fix some spider
3718         bugs.
3719
3720 2004-01-02  David Schleef  <ds@schleef.org>
3721
3722         * gst/gstelement.c: (gst_element_class_init),
3723         (gst_element_base_class_init): ->padtemplates should be cleared
3724         in base_init, since we need to have a fresh list for every
3725         class.  (Alternately, we chould copy the list and share the
3726         actual pad templates (not the list), but that would require
3727         changing every plugin to move pad template registration from
3728         base_init to class_init.)
3729
3730 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3731
3732         * gst/gstelement.c: (gst_element_class_add_pad_template):
3733           Refuse registering a pad template if another pad template
3734           with the same name already exists (#114715).
3735
3736 2004-01-02  David Schleef  <ds@schleef.org>
3737
3738         * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
3739         (gst_caps_is_equal_fixed): Add new function.
3740         * gst/gstcaps.h: ditto.
3741         * gst/gstpad.c: (gst_real_pad_class_init),
3742         (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
3743         (gst_pad_set_explicit_caps), (gst_pad_get_caps):  In try_set_caps,
3744         check new caps against existing caps -- if they're the same, return
3745         OK without renegotiating.  caps-nego-failed signal fixed so that
3746         the marshaller isn't VOID__OBJECT.  Also changed to G_TYPE_POINTER
3747         to save an extra caps copy.  Don't complete negotiation if a pad
3748         link function returns DELAYED.
3749
3750 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3751
3752         * gst/gstpad.c: (gst_pad_try_relink_filtered):
3753           Fix wrong g_return_if_fail
3754
3755 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
3756
3757         * gst/gstbin.c: (gst_bin_class_init):
3758         Change the marshalling of element_added/element_removed
3759         to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER 
3760         complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
3761
3762 2004-01-01  David Schleef  <ds@schleef.org>
3763
3764         * gst/gstpad.c: (gst_pad_set_explicit_caps),
3765         (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
3766         (gst_pad_use_explicit_caps):
3767         * gst/gstpad.h:
3768         Add new functions.  gst_pad_use_explicit_caps() sets up a pad
3769         to use an internal getcaps and link fuction so that negotiation
3770         always results in the explicitly set caps.
3771         gst_pad_set_explicit_caps() sets the explicit caps.  These functions
3772         are particularly useful for decoders.
3773
3774 2003-12-31  David Schleef  <ds@schleef.org>
3775
3776         * gst/elements/gstidentity.c: (gst_identity_class_init),
3777         (gst_identity_init), (gst_identity_chain),
3778         (gst_identity_set_property), (gst_identity_get_property):
3779         * gst/elements/gstidentity.h:
3780         * gst/gstqueue.c: (gst_queue_init):
3781           Negotiation fixes.
3782
3783 2003-12-31  David Schleef  <ds@schleef.org>
3784
3785         * gst/gstcaps.c: (gst_caps_intersect),
3786         (_gst_caps_normalize_foreach), (gst_caps_normalize):
3787           Implement gst_caps_normalize().
3788         * testsuite/caps/normalisation.c: (main):
3789           Add an additional test
3790
3791 2003-12-31  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3792
3793         * gst/gstqueue.c: (gst_queue_init):
3794           use gst_pad_proxy_getcaps()
3795
3796 2003-12-31  David Schleef  <ds@schleef.org>
3797
3798         * gst/elements/gstshaper.c: (gst_shaper_link):
3799         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
3800         * gst/gstqueue.c: (gst_queue_link):
3801           Negotiation fixes.
3802
3803 2003-12-31  David Schleef  <ds@schleef.org>
3804
3805         * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
3806         * gst/gstpad.h: Add functions that are useful as default pad
3807         link and fixate functions for elements.
3808
3809 2003-12-30  David Schleef  <ds@schleef.org>
3810
3811         * gst/gstpad.c: (gst_pad_link_try):
3812           Fix segfault when attempting to return to old caps
3813
3814 2003-12-29  David Schleef  <ds@schleef.org>
3815
3816         * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
3817         (gst_caps_structure_simplify), (gst_caps_simplify):
3818         * gst/gstcaps.h:
3819           Add simplify function
3820         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
3821         (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
3822         * gst/gstpad.h:
3823           Copy over srcnotify, sinknotify when calling old pad_link
3824           functions.  Add new is_negotiated() function.
3825         * gst/gststructure.c: (gst_structure_copy):
3826           Fix an incredibly stupid bug that should have been noticed
3827           weeks ago.  _copy() returned the argument, not the new copy.
3828
3829 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3830
3831         * gst/gstcaps.c: (gst_caps_append):
3832           add sanity checks
3833         * gst/gstcaps.h: (gst_caps_debug):
3834           remove, it doesn't exist anymore.
3835         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
3836         (gst_element_threadsafe_properties_post_run):
3837           make debugging messages not clutter up THREAD debug category
3838         (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
3839         (gst_element_change_state):
3840           update to new caps API
3841         * gst/gstinterface.c: (gst_implements_interface_cast):
3842           don't put vital code in g_return_if_fail
3843         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps), 
3844         (gst_pad_link_filtered):
3845           add pst_pad_try_link and use it.
3846         (gst_pad_perform_negotiate), (gst_pad_renegotiate):
3847           implement correctly, deprecate first one.
3848         (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
3849           add and implement.
3850         (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
3851           implement.
3852         (gst_pad_get_negotiated_caps):
3853           add and implement. Make GST_PAD_CAPS call this function.
3854         (gst_pad_get_caps):
3855           remove unneeded check..
3856         (gst_pad_recover_caps_error):
3857           disable, always return FALSE.
3858         (gst_real_pad_dispose):
3859           don't free caps and appfilter anymore, they're unused.
3860         * gst/gstpad.h:
3861           Reflect changes mentioned above.
3862         * gst/gstsystemclock.c: (gst_system_clock_wait):
3863           Make 'clock is way behind' a debugging message.
3864         * gst/gstthread.c: (gst_thread_change_state):
3865           Fix debugging message
3866
3867 2003-12-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3868
3869         * gst/gstinfo.h:
3870           fix GST_DEBUG_CATEGORY_INIT gtk-doc description
3871         * docs/gst/tmpl/gstreamer-unused.sgml:
3872           removed all traces of cvs conflicts
3873
3874 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3875
3876         * configure.ac:
3877         * gst/schedulers/cothreads_compat.h:
3878         * libs/Makefile.am:
3879           remove last instances of wingo cothread usage
3880
3881 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3882
3883         * gst/gstplugin.c:
3884         * gst/gstversion.h.in:
3885         * gst/parse/grammar.y:
3886           change comment block from /** to /* when not gtk-doc comments
3887
3888 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3889
3890         * gst/gst.c: whitespace and doc style fixes
3891
3892 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3893
3894         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
3895
3896 2003-12-24  Colin Walters  <walters@verbum.org>
3897
3898         * gst/elements/gsttypefindelement.c:
3899           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
3900           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
3901           Don't double-free caps.
3902
3903 2003-12-23  David Schleef  <ds@schleef.org>
3904
3905         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
3906           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
3907           Many little fixes and additions of debug statements to
3908           get rhythmbox working.
3909
3910 2003-12-23  Colin Walters  <walters@verbum.org>
3911
3912         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
3913         Use GST_PAD_LINK_SUCCESSFUL.
3914
3915 2003-12-23  David Schleef  <ds@schleef.org>
3916
3917         * gst/elements/gstaggregator.c:
3918         * gst/elements/gsttee.c:
3919           Use gst_pad_proxy_getcaps().
3920         * gst/gstpad.c:
3921         * gst/gstpad.h:
3922           Add gst_pad_proxy_getcaps(), which filter elements can use
3923           as a generic getcaps implementation.
3924           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
3925           was advertised.
3926
3927 2003-12-23  David Schleef  <ds@schleef.org>
3928
3929         * gst/gstpad.c:
3930           Rearrange/rewrite much of the pad negotiation code, since it
3931           resembled pasta.  This actually changes the way some
3932           negotiation works, since the previous code was inconsistent
3933           depending on how it was invoked.  Add (internal) structure
3934           GstPadLink, which is used to hold some information (more in
3935           the future) about the link between two pads.  Fixes a number
3936           of bugs, including random lossage of filter caps when the
3937           initial negotiation is delayed.  A few functions are still
3938           unimplemented.
3939         * gst/gstpad.h:
3940           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
3941           these when testing GstPadLinkReturn values instead of comparing
3942           directly.
3943
3944 2003-12-23  David Schleef  <ds@schleef.org>
3945
3946         * gst/gstvalue.c: 
3947         * gst/gstvalue.h:
3948           Rearrange lots of code.  Change registration of compare function
3949           into registration of compare/serialize/deserialize functions.
3950           Doesn't include implementation of gst_value_[de]serialize(),
3951           but that should be easy.
3952
3953 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3954
3955         * docs/gst/gstreamer-sections.txt:
3956         * docs/gst/tmpl/gstprops.sgml: removed
3957         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
3958           David removed props and caps code, so let's remove their docs as well.
3959           Removed all no longer existing symbols from gstreamer-sections.txt
3960           
3961 2003-12-22  Colin Walters  <walters@verbum.org>
3962
3963         * gst/gsttaginterface.c, gst/gsttaginterface.h,
3964           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
3965           of tags directly.
3966
3967 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3968
3969         * gst/elements/gstelements.c:
3970           Set ranks of elements to NONE, so the autoplugger doesn't use them.
3971         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
3972           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
3973           gst_caps (peer).
3974
3975 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3976
3977         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
3978         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
3979         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
3980         (gst_spider_identity_sink_loop_type_finding):
3981         * gst/autoplug/gstspideridentity.h:
3982           Fix autoplugging in spider element, so it works with new caps.
3983           This was mainly caused by identifying empty caps incorrectly.
3984
3985 2003-12-22  David Schleef  <ds@schleef.org>
3986
3987         * gststructure.c, gstvalue.c, gstvalue.h: Add
3988           gst_value_init_and_copy() and use it, to avoid silly mistakes in
3989           using g_value_copy()
3990
3991 2003-12-21  David Schleef  <ds@schleef.org>
3992
3993         * many, many files: Merge CAPS branch.  This includes:
3994           - implemention of GstValue and several GstValue types
3995           - implemention of GstStructure
3996           - entire rewrite of GstCaps
3997           - removal of GstProps
3998           - many changes to GstPad to compensate for new caps paradigm
3999           - removal of GstBufferpool
4000         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
4001         gstvalue.h, gst/gstcaps[2]*.[ch]:
4002           - rename gstcaps2.[ch] to gstcaps.[ch]
4003
4004 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4005
4006         * gst/gstqueue.c: (gst_queue_handle_pending_events),
4007         (gst_queue_chain), (gst_queue_handle_src_event):
4008           implement timeout for sending events. Workaround for if the
4009           pipeline on this queue is not passing any data.
4010
4011 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
4012                                                                                 
4013         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
4014         * moved CVS to freedesktop.org
4015