release notes
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-06-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * gst/gst.c: (parse_debug_list), (gst_init_check_with_popt_table):
4           check GST_DEBUG environment variable which is parsed the same way
5           as --gst-debug=
6
7 2004-05-28  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8
9         * gst/elements    : gstaggregator.c gstfakesink.c gstfakesrc.c
10                             gstmd5sink.c gstshaper.c gsttee.c
11                             gsttypefindelement.c
12         * gst/schedulers  : gstbasicscheduler.c gstoptimalscheduler.c
13
14           - removing trailing commas at end of enums
15             it is correct C99 code but C90 compilers would complain
16             (AIX, Forte, ...)
17             ('should' fix #143290, at least partially)
18
19 2004-05-27  Wim Taymans  <wim@fluendo.com>
20
21         * gst/schedulers/gstoptimalscheduler.c: (remove_from_chain),
22         (chain_group_set_enabled), (create_group), (add_to_group),
23         (merge_groups), (setup_group_scheduler), (group_elements),
24         (gst_opt_scheduler_iterate), (gst_opt_scheduler_show):
25         Don't try to follow the pad connections with other groups
26         when a loop based element is added to the scheduler because
27         the bin will inform the scheduler about the pad links a little
28         later.
29
30 2004-05-27  Wim Taymans  <wim@fluendo.com>
31
32         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
33         (remove_from_chain), (chain_group_set_enabled),
34         (setup_group_scheduler), (group_element_set_enabled),
35         (gst_opt_scheduler_state_transition), (gst_opt_scheduler_iterate),
36         (gst_opt_scheduler_show):
37         Elements without a group can do a state change as well, just wait
38         with the setup of the scheduling function when it is added to a
39         chain.
40
41 2004-05-27  Wim Taymans  <wim@fluendo.com>
42
43         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
44         (remove_from_chain), (chain_group_set_enabled), (add_to_group),
45         (merge_groups), (setup_group_scheduler),
46         (group_inc_links_for_element), (gst_opt_scheduler_iterate),
47         (gst_opt_scheduler_show):
48         Fixes to maintain internal consistency of the scheduler data
49         structures. 
50          - adding an enabled group to a chain should increment the
51            number of enabled elements in that chain.
52          - removing an enabled group from a chain could disable the
53            chain.
54          - removing a disabled group from a chain could enable the
55            chain.
56          - add g_assert when internal inconsistency is detected.
57          - adding an element to a group could increase the number of
58            links this group has with other groups.
59          - merging two groups also merges the chains.
60          - also show group links in the _show method.
61            
62
63 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
64
65         * gst/gstcaps.c: (gst_caps_structure_simplify):
66           don't print error messages when there is no error
67         * gst/gstvalue.c: (gst_value_compare_int_range):
68           compare the second value, too
69         * testsuite/caps/Makefile.am:
70         * testsuite/caps/random.c: (assert_on_error), (main):
71           add tests to make sure the two things above are checked for
72
73 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
74
75         * configure.ac:
76         * libs/gst/dataprotocol/Makefile.am:
77         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps):
78         * libs/gst/dataprotocol/dataprotocol.h:
79           wrap header in GST_ENABLE_NEW.  make code use it
80
81 2004-05-23  Johan Dahlin  <johan@gnome.org>
82
83         * tools/gst-inspect.c (main): Cleanup most parts of it, don't be
84         so verbose and print GstElement signal names all the time.
85
86 2004-05-22  David Schleef  <ds@schleef.org>
87
88         * gst/registries/gstxmlregistry.c:
89         (gst_xml_registry_parse_padtemplate): Fix warning on OS X.
90         (bug #142957)
91
92 2004-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
93
94         * configure.ac:
95           scrub cflags for glib2 so gcc doesn't complain when glib is in
96           /usr/local
97
98 2004-05-21  Johan Dahlin  <johan@gnome.org>
99
100         * gst/gstcpu.c (gst_cpuid_i386): Protect some gcc asm stuff with
101         __GNUC__, patch from Brian Cameron, fixes bug #142804
102
103 2004-05-20  David Schleef  <ds@schleef.org>
104
105         * gst/gstindex.c: (gst_index_compare_func): Fix overflows in
106         comparison code.  (bug #142819)
107
108 2004-05-20  Wim Taymans  <wim@fluendo.com>
109
110         * gst/gstbuffer.c: (gst_buffer_default_copy):
111         * gst/gstbuffer.h:
112         Added Comment to a flag.
113         copy relevant flags in _buffer_copy.
114
115 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
116
117         reviewed by: Wim Taymans <wim at fluendo dot com>
118
119         * gst/gstbuffer.h:
120           add GST_BUFFER_IN_CAPS buffer flag
121         * gst/gststructure.c: (gst_structure_value_get_generic_type),
122         (gst_structure_parse_any_list), (gst_structure_parse_list),
123         (gst_structure_parse_fixed_list), (gst_structure_parse_value):
124         * gst/gstvalue.c: (gst_value_serialize_any_list),
125         (gst_value_transform_any_list_string),
126         (gst_value_list_prepend_value), (gst_value_list_append_value),
127         (gst_value_list_get_size), (gst_value_list_get_value),
128         (gst_value_transform_list_string),
129         (gst_value_transform_fixed_list_string),
130         (gst_value_serialize_list), (gst_value_serialize_fixed_list),
131         (gst_value_deserialize_fixed_list), (gst_type_is_fixed),
132         (_gst_value_initialize):
133         * gst/gstvalue.h:
134           add a GST_TYPE_FIXED_LIST which is fixed by definition and uses
135           < , > as a format.
136         * testsuite/caps/string-conversions.c: (main):
137           add regression tests for < >
138
139 2004-05-20  Johan Dahlin  <johan@gnome.org>
140
141         * docs/gst/Makefile.am (all-local): Re-add
142
143 2004-05-20  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
144
145         * docs/gst/Makefile.am:
146         * docs/gst/gstreamer-docs.sgml:
147         * docs/libs/Makefile.am:
148         * docs/libs/gstreamer-libs-docs.sgml:
149           fix distcheck issues
150
151 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
152
153         * libs/gst/dataprotocol/Makefile.am:
154           add to autotest
155
156 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
157
158         * libs/gst/dataprotocol/Makefile.am:
159         * libs/gst/dataprotocol/dataprotocol.c:
160         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
161         (gst_dp_packet_from_event), (gst_dp_event_from_packet):
162         * libs/gst/dataprotocol/dp-private.h:
163           use GST macros to read/write fixed length ints
164           add some more asserts
165
166 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
167
168         * docs/libs/gstreamer-libs-docs.sgml:
169         * docs/libs/gstreamer-libs-sections.txt:
170           remove idct and putbits
171         * configure.ac:
172         * docs/libs/tmpl/gstdataprotocol.sgml:
173         * libs/gst/Makefile.am:
174         * libs/gst/dataprotocol/Makefile.am:
175         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test),
176         (buffer_test), (caps_test), (event_test), (main):
177         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
178         (gst_dp_dump_byte_array), (gst_dp_init),
179         (gst_dp_header_payload_length), (gst_dp_header_payload_type),
180         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
181         (gst_dp_packet_from_event), (gst_dp_buffer_from_header),
182         (gst_dp_caps_from_packet), (gst_dp_event_from_packet),
183         (gst_dp_validate_header), (gst_dp_validate_payload),
184         (gst_dp_validate_packet), (plugin_init):
185         * libs/gst/dataprotocol/dataprotocol.h:
186         * libs/gst/dataprotocol/dp-private.h:
187           add dataprotocol
188
189 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
190
191         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
192           fix int variable deserialization and add a helper so we can actually
193           debug this.
194
195 2004-05-18  David Schleef  <ds@schleef.org>
196
197         * testsuite/debug/commandline.c: (main): Call ./commandline, not
198           argv[0].  Calling yourself is probably not the best way to
199           construct a test like this, btw.
200
201 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
202
203         * gst/gstbin.c: (gst_bin_iterate_func), (gst_bin_iterate):
204           don't claim to be more intelligent than a scheduler when the
205           scheduler claims the pipeline is stopped
206         * gst/schedulers/entryscheduler.c: (safe_cothread_switch),
207         (safe_cothread_destroy),
208         (gst_entry_scheduler_remove_all_cothreads),
209         (gst_entry_scheduler_reset), (_remove_cothread),
210         (gst_entry_scheduler_state_transition):
211           hold off cothread destruction if we're not in main cothread
212         * configure.ac:
213         * testsuite/Makefile.am:
214           add new test dir
215         * testsuite/schedulers/.cvsignore:
216         * testsuite/schedulers/Makefile.am:
217           add tests
218         * testsuite/schedulers/relink.c: (cb_handoff), (main):
219           check relinking and adding/removing elements from a running pipeline
220         * testsuite/schedulers/unlink.c: (cb_handoff), (main):
221           check unlinking in a running pipeline
222         * testsuite/schedulers/unref.c: (cb_handoff), (main):
223           check unreffing a running pipeline
224         * testsuite/schedulers/useless_iteration.c: (main):
225           check iterating a pipeline that contains running threads works
226
227 2004-05-18  David Schleef  <ds@schleef.org>
228
229         * docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC
230           is false.
231
232 2004-05-18  Wim Taymans  <wim@fluendo.com>
233
234         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
235         (setup_group_scheduler), (gst_opt_scheduler_pad_link):
236         Fixed an error introduced with patch for 1.63. When setting
237         a get based element as the entry point in a group, make sure
238         to mark the group as GET based.
239
240 2004-05-18  Wim Taymans  <wim@fluendo.com>
241
242         * gst/schedulers/gstoptimalscheduler.c: (create_group),
243         (setup_group_scheduler), (loop_group_schedule_function),
244         (gst_opt_scheduler_pad_link):
245         Added some more debug info and fixed a bug where the group
246         type was set to LOOP but it was in fact unknown.
247
248 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
249
250         * gst/schedulers/entryscheduler.c: (gst_entry_scheduler_reset):
251           make resetting scheduler work twice in a row
252
253 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
254
255         * gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
256         (CREATE_USERIALIZATION), (_gst_value_initialize),
257         (gst_value_compare_float), (gst_value_serialize_float),
258         (gst_value_deserialize_float), (gst_value_compare_enum),
259         (gst_value_serialize_enum), (gst_value_deserialize_enum):
260           add serialization and comparison functions for long, int64, enum and
261           float values
262         * gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
263           use best serialization function in type hierarchy instead of only a
264           matching one. This is required for enums to work.
265         * gst/parse/grammar.y:
266           use gst_caps_deserialize
267         * testsuite/parse/Makefile.am:
268           parse1 now works
269         * testsuite/parse/parse1.c: (main):
270           remove aggregator check, aggregator is broken, this test works now
271           but fails because of bug #138012
272         * testsuite/parse/parse2.c: (main):
273           s/xvideosink/xvimagesink - this test looks a lot like we should
274           disable it
275
276 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
277
278         * gst/gstelement.c: (gst_element_class_init):
279           whoops, store the signal id correctly
280         * gst/schedulers/gstbasicscheduler.c:
281         (gst_basic_scheduler_chain_wrapper):
282           detect infinfinfinfinfinf^Cinite loops in chain wrapper when the
283           chain function isn't linked
284
285 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
286         * configure.ac:
287         Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file
288         support until we decide where the flags should be used
289         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_query):
290         Use GST_FORMAT_BYTES when GST_FORMAT_DEFAULT is passed
291         * gst/gstpad.c: (gst_pad_link_call_link_functions):
292         Output refused caps in the debug info
293
294 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
295
296         * gst/elements/gstidentity.c: (gst_identity_chain):
297           add duration debug
298         * gst/gstinfo.c: (gst_debug_log_default):
299           add timestamp
300
301 2004-05-13  Benjamin Otte  <otte@gnome.org>
302
303         * gst/gstpipeline.c: (gst_pipeline_dispose),
304         (gst_pipeline_change_state):
305           call gst_scheduler_reset on dispose (fixes #141416)
306
307 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
308
309         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
310           compute mapsize correctly
311         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
312           use correct datatypes when calling a varargs function
313         * gst/elements/gsttypefindelement.c: (stop_typefinding):
314           push a DISCONT event as first thing
315         * gst/gst_private.h:
316         * gst/gstinfo.c: (_gst_debug_init):
317           remove GST_DATAFLOW debugging category
318         * gst/gstbin.c: (gst_bin_iterate):
319           use GST_SCHEDULING category
320         * gst/gstpad.c: (gst_pad_get_type), (_invent_event),
321         (gst_pad_push), (gst_pad_pull), (gst_pad_call_chain_function),
322         (gst_pad_call_get_function):
323           add GST_DATAFLOW to easily track flow of buffers or events.
324         * gst/gstqueue.c: (gst_queue_get_type),
325         (gst_queue_handle_pending_events), (gst_queue_chain),
326         (gst_queue_get), (gst_queue_handle_src_event):
327           use own static debugging category GST_DATAFLOW for dataflow,
328           use DEBUG category for showing which path events go, use LOG
329           category for buffers.
330
331 2004-05-10  David Schleef  <ds@schleef.org>
332
333         * docs/gst/gstreamer-sections.txt: Add gst_element_no_more_pads.
334
335 2004-05-10  David Schleef  <ds@schleef.org>
336
337         * docs/gst/Makefile.am: Dear gtk-doc, please print out the unused
338         symbols, because otherwise we don't know what they are.  Thanks,
339         the GStreamer team.
340         * gst/registries/gstxmlregistry.c: (make_dir): Remove a spurious ;
341
342 2004-05-10  David Schleef  <ds@schleef.org>
343
344         (from Steve Lhomme)
345         * win32/Makefile: When using make clean the MS Visual Studio makefiles
346         are deleted.  Fix.
347         * win32/Makefile.inspect:
348         * win32/Makefile.launch:
349         * win32/Makefile.register:
350
351 2004-05-10  David Schleef  <ds@schleef.org>
352
353         * gst/gstinfo.h: Add missing inline function.
354         * gst/gsttrace.c: add include
355         * gst/parse/grammar.y: remove unused code
356         * gst/registries/gstxmlregistry.c: (make_dir): make mkdir call
357         more portable.
358         * tools/gst-register.c: wrap unistd.h
359         
360         More additions/fixes from Steve for the MSVC build.
361         * win32/GStreamer.vcproj:
362         * win32/Makefile:
363         * win32/Makefile.inspect:
364         * win32/Makefile.launch:
365         * win32/Makefile.register:
366         * win32/README.txt:
367         * win32/gst-inspect.vcproj:
368         * win32/gst-launch.vcproj:
369         * win32/gst-register.vcproj:
370         * win32/gstbytestream.def:
371         * win32/gstbytestream.vcproj:
372         * win32/gstconfig.h:
373         * win32/gstelements.def:
374         * win32/gstelements.vcproj:
375         * win32/gstenumtypes.c:
376         * win32/gstenumtypes.h:
377         * win32/gstoptimalscheduler.def:
378         * win32/gstoptimalscheduler.vcproj:
379         * win32/gstreamer.def:
380         * win32/gstspider.def:
381         * win32/gstspider.vcproj:
382         * win32/gstversion.h:
383         * win32/msvc71.sln:
384
385 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
386
387         * gst/gstelement.c: (gst_element_class_init),
388         (gst_element_no_more_pads):
389         * gst/gstelement.h:
390           add gst_element_no_more_pads and the "no-more-pads" signal
391
392 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
393
394         * gst/gstregistry.c: (gst_registry_add_plugin):
395           refuse to add plugins when a plugin with same name is already
396           registered. Fixes a bunch of "How to remove plugins?" issues.
397           May lead to other problems though, let's test
398
399 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
400
401         * testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
402         * docs/manual/pads-api.xml : audio/wav => audio/x-wav
403         * docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav
404
405 2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>
406
407         * tests/Makefile.am: fix am16 issue
408
409 2004-05-09  Benjamin Otte  <otte@gnome.org>
410
411         * libs/gst/bytestream/Makefile.am:
412           we should indeed add .c files to makefiles or they won't be built
413           (d'oh)
414
415 2004-05-08  Benjamin Otte  <otte@gnome.org>
416
417         * gst/gstpad.c: (gst_pad_proxy_fixate):
418           really reduce the set of caps
419
420 2004-05-08  Benjamin Otte  <otte@gnome.org>
421
422         * tests/Makefile.am:
423         * tests/spidey_bench.c: (handoff), (main):
424           add benchmark to test how long spider needs to create a pipeline
425
426 2004-05-08  Benjamin Otte  <otte@gnome.org>
427
428         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_unnegotiate):
429           mark links as unengaged when unnegotiating instead of deactivating.
430           This way pads aren't marked as unengaged when going PLAYING=>PAUSED
431
432 2004-05-08  Benjamin Otte  <otte@gnome.org>
433
434         * docs/manual/helloworld.xml:
435           s/audiosink/osssink (patch by Patrick Guimond)
436
437 2004-05-07  David Schleef  <ds@schleef.org>
438
439         * configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
440         since it contains important stuff.
441
442 2004-05-07  David Schleef  <ds@schleef.org>
443
444         * testsuite/caps/caps.c: (test3), (main): A check for appending
445         ANY caps.
446
447 2004-05-07  David Schleef  <ds@schleef.org>
448
449         * common/m4/as-compiler-flag.m4: Properly quote arguments,
450         which may contain commas.  Fixes detection of -Wa,-mregnames
451
452 2004-05-06  David Schleef  <ds@schleef.org>
453
454         Changes to handle compilers that don't have variadic macro
455         support.  In particular, glib headers define some inlines
456         that need G_LOG_DOMAIN defined.  Additional fixes for MSVC
457         builds.
458         * gst/Makefile.am:
459         * gst/cothreads.c:
460         * gst/elements/gstfdsink.c:
461         * gst/elements/gstfdsrc.c:
462         * gst/elements/gstfilesink.c:
463         * gst/elements/gstfilesrc.c:
464         * gst/gst_private.h:
465         * gst/gstatomic.c:
466         * gst/gstcaps.c: (gst_caps_append):
467         * gst/gstcpu.c: (gst_cpuid_i386):
468         * gst/gstelement.c:
469         * gst/gsterror.c:
470         * gst/gstfilter.c:
471         * gst/gstinfo.h:
472         * gst/gstprobe.c:
473         * gst/gstquery.c:
474         * gst/gstregistry.c:
475         * gst/gststructure.c:
476         * gst/gsttaginterface.c:
477         * gst/gsttrace.c: (gst_trace_new):
478         * gst/gsttrashstack.c:
479         * gst/gsturi.c:
480         * gst/gstvalue.c:
481         * gst/parse/grammar.y:
482         * gst/parse/parse.l:
483         * tools/gst-inspect.c: (main):
484         * tools/gst-launch.c: (main):
485         * tools/gst-xmlinspect.c: (PUT_STRING):
486
487 2004-05-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
488
489         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
490         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
491         * gst/elements/gstfilesrc.h:
492           send NEW_MEDIA events correctly
493         * gst/elements/gsttypefindelement.c: (start_typefinding),
494         (gst_type_find_element_handle_event):
495           restart typefinding when we get a NEW_MEDIA event
496         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_change_state),
497         (gst_bin_dispose):
498           don't die when someone removes elements in callbacks
499         * gst/gstelement.c: (gst_element_change_state):
500           improve debugging
501         * gst/gstpad.c: (gst_pad_pull), (gst_pad_call_chain_function):
502           we need a NEW_MEDIA event to engage a link
503         * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
504           don't g_print debugging stuff
505         * testsuite/caps/simplify.c: (check_caps):
506
507 2004-05-04  Benjamin Otte  <otte@gnome.org>
508
509         * gst/parse/grammar.y:
510           use GST_ERROR instead of g_warning, and always throw a GST_ERROR 
511
512 2004-05-04  Benjamin Otte  <otte@gnome.org>
513
514         * testsuite/caps/renegotiate.c: (main):
515           improve output in error case
516
517 2004-05-04  Benjamin Otte  <otte@gnome.org>
518
519         * gst/parse/grammar.y:
520           fix assert to not trigger when there's no error argument
521         * gst/parse/parse.l:
522           fix definition of caps to allow more than two structures
523         * testsuite/caps/Makefile.am:
524         * testsuite/caps/renegotiate.c: (main):
525           it's sinesrc and works in that case
526
527 2004-05-04  Wim Taymans  <wim@fluendo.com>
528
529         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
530         (group_dec_link), (gst_opt_scheduler_pad_unlink):
531         when removing an element from a group, we always need to
532         decrement the link count that this group had with other 
533         groups through the element.
534         added an extra assert to catch inconsistencies when decrementing
535         the link count.
536
537 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
538
539         * configure.ac:
540         * docs/gst/Makefile.am:
541         * docs/gst/gstreamer-sections.txt:
542         * docs/gst/tmpl/gstcompat.sgml:
543         * examples/appreader/Makefile.am:
544         * examples/cutter/Makefile.am:
545         * examples/events/Makefile.am:
546         * examples/helloworld/Makefile.am:
547         * examples/helloworld2/Makefile.am:
548         * examples/launch/Makefile.am:
549         * examples/manual/Makefile.am:
550         * examples/mixer/Makefile.am:
551         * examples/pingpong/Makefile.am:
552         * examples/plugins/Makefile.am:
553         * examples/queue/Makefile.am:
554         * examples/queue2/Makefile.am:
555         * examples/queue3/Makefile.am:
556         * examples/queue4/Makefile.am:
557         * examples/retag/Makefile.am:
558         * examples/thread/Makefile.am:
559         * examples/typefind/Makefile.am:
560         * examples/xml/Makefile.am:
561         * gst/Makefile.am:
562         * gst/autoplug/Makefile.am:
563         * gst/elements/Makefile.am:
564         * gst/gstcompat.h:
565         * gst/indexers/Makefile.am:
566         * gst/parse/Makefile.am:
567         * gst/registries/Makefile.am:
568         * gst/schedulers/Makefile.am:
569         * libs/gst/bytestream/Makefile.am:
570         * libs/gst/control/Makefile.am:
571         * libs/gst/getbits/Makefile.am:
572         * po/af.po:
573         * po/az.po:
574         * po/en_GB.po:
575         * po/fr.po:
576         * po/nl.po:
577         * po/sr.po:
578         * po/sv.po:
579         * po/tr.po:
580         * po/uk.po:
581         * tests/Makefile.am:
582         * tests/bufspeed/Makefile.am:
583         * tests/instantiate/Makefile.am:
584         * tests/memchunk/Makefile.am:
585         * tests/muxing/Makefile.am:
586         * tests/negotiation/Makefile.am:
587         * tests/probes/Makefile.am:
588         * tests/sched/Makefile.am:
589         * tests/seeking/Makefile.am:
590         * tests/threadstate/Makefile.am:
591         * testsuite/caps/Makefile.am:
592         * testsuite/cleanup/Makefile.am:
593         * testsuite/dlopen/Makefile.am:
594         * testsuite/dynparams/Makefile.am:
595         * testsuite/plugin/Makefile.am:
596         * testsuite/states/Makefile.am:
597         * tools/Makefile.am:
598           reorganize compile/link flags to be consistent
599           put gst_info in gstcompat.h and actually use GST_DISABLE_DEPRECATED
600
601 2004-05-04  David Schleef  <ds@schleef.org>
602
603         The "once more, with feeling" check-in.
604         * testsuite/caps/Makefile.am: dist caps_strings
605         * testsuite/caps/renegotiate.c: (main): This test triggers a
606           segfault in the core.  Marking as failing.
607
608 2004-05-03  David Schleef  <ds@schleef.org>
609
610         * testsuite/caps/deserialize.c: (main): Fix problems noticed
611           by the build bots.
612         * testsuite/caps/renegotiate.c: (main): Same.
613
614 2004-05-03  David Schleef  <ds@schleef.org>
615
616         * testsuite/caps/renegotiate.c: (my_fixate), (main): Another test.
617
618 2004-05-03  David Schleef  <ds@schleef.org>
619
620         * testsuite/caps/deserialize.c: (main): Use the srcdir environment
621           variable to find our source file.
622
623 2004-05-03  David Schleef  <ds@schleef.org>
624
625         * configure.ac:  Link plugins with libgstreamer and dependent
626           libraries
627         * testsuite/caps/Makefile.am:
628         * testsuite/caps/caps_strings:
629         * testsuite/caps/deserialize.c: (main): Add a little test to slog
630           through a file of caps strings and test each one
631
632 2004-05-04  Benjamin Otte  <otte@gnome.org>
633
634         * libs/gst/bytestream/Makefile.am:
635         * libs/gst/bytestream/adapter.c: 
636         * libs/gst/bytestream/adapter.h:
637           add GstAdapter, similar to bytestream, but doesn't require ugly event
638           handling or uglier loopbased elements
639
640 2004-05-03  David Schleef  <ds@schleef.org>
641
642         * testsuite/caps/Makefile.am: Fix spelling of Ηρατοσθενες
643         * testsuite/caps/erathostenes.c:
644         * testsuite/caps/eratosthenes.c: (eratosthenes), (main):
645
646 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
647
648         * docs/pwg/pwg.xml:
649           remove hardcoded stylesheet path (duh)
650         * docs/random/release:
651         * docs/gst/gstreamer-sections.txt:
652         * gst/Makefile.am:
653         * gst/gst.h:
654         * gst/gst_private.h:
655         * gst/gstcaps.c:
656         * gst/gstevent.c:
657         * gst/gstformat.c:
658         * gst/gstinfo.c:
659         * gst/gstinfo.h:
660         * gst/gstinterface.c:
661         * gst/gstmemchunk.c:
662         * gst/gstprobe.c:
663         * gst/gstquery.c:
664         * gst/gstregistry.c:
665         * gst/gstregistrypool.c:
666         * gst/gststructure.c:
667         * gst/gsttaginterface.c:
668         * gst/gstthread.c:
669         * gst/gsttrace.c:
670         * gst/gsttypefind.c: (gst_type_find_factory_get_type):
671         * gst/gsturi.c:
672         * gst/gstvalue.c:
673           deprecate gst_info; remove gstlog.h
674    
675
676 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
677
678         * Makefile.am:
679         * po/en_GB.po:
680         * po/sv.po:
681         * po/uk.po:
682           updated translations
683
684 2004-05-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
685
686         * gst/gstbin.c: (gst_bin_dispose):
687           better debugging
688
689 2004-05-03  Johan Dahlin  <johan@gnome.org>
690
691         * gst/schedulers/gstoptimalscheduler.c
692         (gst_opt_scheduler_pad_unlink): Check if element is non-NULL and
693         really is a GstElement. Avoids critical when running gst-launch -v
694         and a oggdemux/decoding pipeline.
695
696 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
697
698         * docs/gst/tmpl/gstpipeline.sgml :
699         * docs/manual/elements-api.xml :
700                 doc fix by Patrick Guimond (Protector) from devel ML
701                 reviewed by ronald
702
703 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
704
705         * docs/gst/Makefile.am :
706         * docs/libs/Makefile.am :
707                 apply a patch from Arwed v. Merkatz so that gtk-doc
708                 generated docs install (same for .devhelp file)
709                 (fixes part 1 of #138836)
710
711 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
712
713         * docs/faq/dependencies.xml: typo
714         * docs/faq/getting.xml :
715             - fix download URL for new gstreamer site
716             - hide sf.net download page as latest version aren't there
717             - fix apt URLs
718             - fill "get via CVS" paragraph (link to dev page on the site)
719         * docs/faq/general.xml:
720             hide status tables as they no more exists
721             change case on plugins license file to reflect reality
722         * docs/faq/troubleshooting.xml:
723             remove the wiki question/answer as there is no more wiki
724
725 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
726
727         * gst/gsterror.h:
728           include the headers needed for declarations used in this header
729
730 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
731
732         * docs/random/uraeus/gstreamer_and_midi.txt :
733           add .kar (midi + karaoke/lyrics 'track') doc to midi doc.
734           (fixes #132288)
735
736 2004-04-30  Sebastien Cote  <sc5@hermes.usherb.ca>
737
738         reviewed by Benjamin Otte  <otte@gnome.org>
739
740         * gst/schedulers/gthread-cothreads.h:
741           free allocated data for main cothread, too when destroying context
742           (fixes #141417)
743
744 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
745
746         * docs/manual/goals.xml : remove duplicated paragraph at end 
747         of doc page (fixes #141448)
748
749 2004-04-29  David Schleef  <ds@schleef.org>
750
751         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
752         Patch from Sebastien Cote to fix leakage of events. (bug #141414)
753
754 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
755
756         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
757           fix property
758         * gst/gstcaps.c:
759           fix doc string
760         * po/POTFILES.in:
761           rename typefind source file
762
763 2004-04-28  David Schleef  <ds@schleef.org>
764
765         Several new files from Steve Lhomme's MSVC patch (bug #141317):
766         * win32/GStreamer.vcproj:
767         * win32/Makefile:
768         * win32/config.h:
769         * win32/dirent.c: (_topendir), (_treaddir), (_tclosedir),
770         (_trewinddir), (_ttelldir), (_tseekdir):
771         * win32/dirent.h:
772         * win32/gst-inspect.vcproj:
773         * win32/gst-launch.vcproj:
774         * win32/gst-register.vcproj:
775         * win32/gstbytestream.vcproj:
776         * win32/gstelements.vcproj:
777         * win32/gstoptimalscheduler.vcproj:
778         * win32/gstspider.vcproj:
779         * win32/gtchar.h:
780         * win32/mman.c: (mmap), (mprotect), (msync), (munmap):
781         * win32/mman.h:
782         * win32/mman.inl:
783         * win32/msvc71.sln:
784
785 2004-04-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
786
787         * gst/gst.c: (init_post):
788         * gst/gstinfo.c:
789           remove useless _gst_progname stuff
790         * tools/gst-inspect.c: (print_field), (print_caps):
791           improve caps output
792
793 2004-04-28  David Schleef  <ds@schleef.org>
794
795         Disable parsing of a lot of files that aren't part of the
796         exported API.  Move corresponding template files to old/,
797         waiting for removal when they don't contain anything
798         interesting.
799         * docs/gst/Makefile.am:
800         * docs/gst/gstreamer-sections.txt:
801         * docs/gst/tmpl/cothreads.sgml:
802         * docs/gst/tmpl/cothreads_compat.sgml:
803         * docs/gst/tmpl/gettext.sgml:
804         * docs/gst/tmpl/gobject2gtk.sgml:
805         * docs/gst/tmpl/grammar.tab.sgml:
806         * docs/gst/tmpl/gst-i18n-app.sgml:
807         * docs/gst/tmpl/gst-i18n-lib.sgml:
808         * docs/gst/tmpl/gst_private.sgml:
809         * docs/gst/tmpl/gstaggregator.sgml:
810         * docs/gst/tmpl/gstarch.sgml:
811         * docs/gst/tmpl/gstatomic_impl.sgml:
812         * docs/gst/tmpl/gstbufferstore.sgml:
813         * docs/gst/tmpl/gstdata_private.sgml:
814         * docs/gst/tmpl/gstdisksink.sgml:
815         * docs/gst/tmpl/gstdisksrc.sgml:
816         * docs/gst/tmpl/gstelementfactory.sgml:
817         * docs/gst/tmpl/gstextratypes.sgml:
818         * docs/gst/tmpl/gstfakesink.sgml:
819         * docs/gst/tmpl/gstfakesrc.sgml:
820         * docs/gst/tmpl/gstfdsink.sgml:
821         * docs/gst/tmpl/gstfdsrc.sgml:
822         * docs/gst/tmpl/gstfilesink.sgml:
823         * docs/gst/tmpl/gstfilesrc.sgml:
824         * docs/gst/tmpl/gsthttpsrc.sgml:
825         * docs/gst/tmpl/gstidentity.sgml:
826         * docs/gst/tmpl/gstindexfactory.sgml:
827         * docs/gst/tmpl/gstmarshal.sgml:
828         * docs/gst/tmpl/gstmd5sink.sgml:
829         * docs/gst/tmpl/gstmultidisksrc.sgml:
830         * docs/gst/tmpl/gstmultifilesrc.sgml:
831         * docs/gst/tmpl/gstpadtemplate.sgml:
832         * docs/gst/tmpl/gstpipefilter.sgml:
833         * docs/gst/tmpl/gstschedulerfactory.sgml:
834         * docs/gst/tmpl/gstsearchfuncs.sgml:
835         * docs/gst/tmpl/gstshaper.sgml:
836         * docs/gst/tmpl/gstspider.sgml:
837         * docs/gst/tmpl/gstspideridentity.sgml:
838         * docs/gst/tmpl/gststatistics.sgml:
839         * docs/gst/tmpl/gsttee.sgml:
840         * docs/gst/tmpl/gsttimecache.sgml:
841         * docs/gst/tmpl/gsttypefind.sgml:
842         * docs/gst/tmpl/gsttypefindfactory.sgml:
843         * docs/gst/tmpl/gstxmlregistry.sgml:
844         * docs/gst/tmpl/gthread-cothreads.sgml:
845         * docs/gst/tmpl/old/cothreads.sgml:
846         * docs/gst/tmpl/old/cothreads_compat.sgml:
847         * docs/gst/tmpl/old/gettext.sgml:
848         * docs/gst/tmpl/old/gobject2gtk.sgml:
849         * docs/gst/tmpl/old/grammar.tab.sgml:
850         * docs/gst/tmpl/old/gst-i18n-app.sgml:
851         * docs/gst/tmpl/old/gst-i18n-lib.sgml:
852         * docs/gst/tmpl/old/gst_private.sgml:
853         * docs/gst/tmpl/old/gstaggregator.sgml:
854         * docs/gst/tmpl/old/gstarch.sgml:
855         * docs/gst/tmpl/old/gstatomic_impl.sgml:
856         * docs/gst/tmpl/old/gstbufferstore.sgml:
857         * docs/gst/tmpl/old/gstdata_private.sgml:
858         * docs/gst/tmpl/old/gstdisksink.sgml:
859         * docs/gst/tmpl/old/gstdisksrc.sgml:
860         * docs/gst/tmpl/old/gstelementfactory.sgml:
861         * docs/gst/tmpl/old/gstextratypes.sgml:
862         * docs/gst/tmpl/old/gstfakesink.sgml:
863         * docs/gst/tmpl/old/gstfakesrc.sgml:
864         * docs/gst/tmpl/old/gstfdsink.sgml:
865         * docs/gst/tmpl/old/gstfdsrc.sgml:
866         * docs/gst/tmpl/old/gstfilesink.sgml:
867         * docs/gst/tmpl/old/gstfilesrc.sgml:
868         * docs/gst/tmpl/old/gsthttpsrc.sgml:
869         * docs/gst/tmpl/old/gstidentity.sgml:
870         * docs/gst/tmpl/old/gstindexfactory.sgml:
871         * docs/gst/tmpl/old/gstmarshal.sgml:
872         * docs/gst/tmpl/old/gstmd5sink.sgml:
873         * docs/gst/tmpl/old/gstmultidisksrc.sgml:
874         * docs/gst/tmpl/old/gstmultifilesrc.sgml:
875         * docs/gst/tmpl/old/gstpadtemplate.sgml:
876         * docs/gst/tmpl/old/gstpipefilter.sgml:
877         * docs/gst/tmpl/old/gstschedulerfactory.sgml:
878         * docs/gst/tmpl/old/gstsearchfuncs.sgml:
879         * docs/gst/tmpl/old/gstshaper.sgml:
880         * docs/gst/tmpl/old/gstspider.sgml:
881         * docs/gst/tmpl/old/gstspideridentity.sgml:
882         * docs/gst/tmpl/old/gststatistics.sgml:
883         * docs/gst/tmpl/old/gsttee.sgml:
884         * docs/gst/tmpl/old/gsttimecache.sgml:
885         * docs/gst/tmpl/old/gsttypefindfactory.sgml:
886         * docs/gst/tmpl/old/gstxmlregistry.sgml:
887         * docs/gst/tmpl/old/gthread-cothreads.sgml:
888         * docs/gst/tmpl/old/types.sgml:
889         * docs/gst/tmpl/types.sgml:
890
891         Rename gsttypefind.[ch] back to gsttypefindelement.[ch], since
892         gtkdoc-scan doesn't like files with the same name in different
893         directories.
894         * gst/elements/Makefile.am:
895         * gst/elements/gstelements.c:
896         * gst/elements/gsttypefind.c: 
897         * gst/elements/gsttypefind.h:
898         * gst/elements/gsttypefindelement.c:
899         * gst/elements/gsttypefindelement.h:
900
901 2004-04-28  David Schleef  <ds@schleef.org>
902
903         A bunch of portability fixes, derived from Steve Lhomme's MSVC
904         patch (bug #141317):
905         * gst/gst-i18n-lib.h: Allow disabling gettext.
906         * gst/gstatomic_impl.h: disable warning when it's dumb.
907         * gst/gstclock.c: fix include
908         * gst/gstcompat.h: fix variadic macro
909         * gst/gstinfo.c: fix include
910         * gst/gstmacros.h: add defines for inlines on MSVC
911         * gst/gstplugin.c: fix includes
912         * gst/gstregistry.c: fix includes
913         * gst/gstregistry.h: use S_IREAD, etc., if S_IRUSR isn't defined
914         * gst/gstsystemclock.c: fix include
915         * gst/gsttrace.c: (gst_trace_new), (gst_trace_text_flush): use
916         S_IREAD if S_IRUSR isn't defined.  fix use of non-portable functions
917         * gst/registries/gstxmlregistry.c:
918         (gst_xml_registry_parse_element_factory): fix use of non-portable
919         functions
920         * libs/gst/control/dparam.h: Remove trailing comma in enum definition
921         * libs/gst/control/dparammanager.h: same
922
923 2004-04-28  David Schleef  <ds@schleef.org>
924
925         Move a bunch of unused files to old/ with names that are
926         not case-insensitive-unique.  These files still contain some
927         useful information that needs to be merged into gstbin.sgml,
928         etc., so they shouldn't be deleted yet.
929         * docs/gst/tmpl/GstBin.sgml:
930         * docs/gst/tmpl/GstBuffer.sgml:
931         * docs/gst/tmpl/GstCaps.sgml:
932         * docs/gst/tmpl/GstClock.sgml:
933         * docs/gst/tmpl/GstCompat.sgml:
934         * docs/gst/tmpl/GstData.sgml:
935         * docs/gst/tmpl/GstElement.sgml:
936         * docs/gst/tmpl/GstEvent.sgml:
937         * docs/gst/tmpl/GstIndex.sgml:
938         * docs/gst/tmpl/GstStructure.sgml:
939         * docs/gst/tmpl/GstTag.sgml:
940         * docs/gst/tmpl/old/GstBin.sgml:
941         * docs/gst/tmpl/old/GstBuffer.sgml:
942         * docs/gst/tmpl/old/GstCaps.sgml:
943         * docs/gst/tmpl/old/GstClock.sgml:
944         * docs/gst/tmpl/old/GstCompat.sgml:
945         * docs/gst/tmpl/old/GstData.sgml:
946         * docs/gst/tmpl/old/GstElement.sgml:
947         * docs/gst/tmpl/old/GstEvent.sgml:
948         * docs/gst/tmpl/old/GstIndex.sgml:
949         * docs/gst/tmpl/old/GstStructure.sgml:
950         * docs/gst/tmpl/old/GstTag.sgml:
951
952 2004-04-28  David Schleef  <ds@schleef.org>
953
954         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
955         (gst_caps_append), (gst_caps_append_structure),
956         (gst_caps_get_size), (gst_caps_get_structure), (gst_caps_copy_1),
957         (gst_caps_set_simple), (gst_caps_set_simple_valist),
958         (gst_caps_is_any), (gst_caps_is_empty), (gst_caps_is_chained),
959         (gst_caps_is_fixed), (gst_caps_is_always_compatible),
960         (gst_caps_intersect), (gst_caps_normalize),
961         (gst_caps_transform_to_string):  Patch from Tim-Philipp Müller
962         to fix GST_CAPS() and GST_IS_CAPS(). (bug #141304)
963         * gst/gstcaps.h: use GST_IS_CAPS().
964
965 2004-04-26  David Schleef  <ds@schleef.org>
966
967         * gst/gstcpu.c: (gst_cpuid_i386): Don't clobber ebx in inline
968         assembly.  gcc doesn't handle it correctly. (bug #141083)
969         * gst/gsttrashstack.h: same
970
971 2004-04-25  Benjamin Otte  <otte@gnome.org>
972
973         * gst/gstelement.c: (gst_element_change_state):
974           fix assertion to do an int comparison
975
976 2004-04-25  Benjamin Otte  <otte@gnome.org>
977
978         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
979           better debugging output on error
980
981 2004-04-25  Benjamin Otte  <otte@gnome.org>
982
983         * gst/gstcaps.c: (gst_caps_subtract):
984           fix memleak
985
986 2004-04-23  Benjamin Otte  <otte@gnome.org>
987
988         * gst/gstvalue.c: (gst_value_compare_buffer),
989         (_gst_value_initialize):
990           add comparison function for buffers
991
992 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
993
994         * docs/pwg/pwg.xml:
995           Just found out that this so-called "ima-wav" format is really
996           just "dvi adpcm" (according to the MS WAV documentation). So
997           renaming it. We didn't use it yet anyway.
998
999 2004-04-23  Benjamin Otte  <otte@gnome.org>
1000
1001         * gst/gstcaps.c: (gst_caps_is_always_compatible):
1002           call gst_caps_is_subset
1003
1004 2004-04-23  Benjamin Otte  <otte@gnome.org>
1005
1006         * gst/gstcaps.c: (gst_caps_subtract), (gst_caps_is_equal), 
1007         (gst_caps_is_subset):
1008           add documentation
1009
1010 2004-04-23  Benjamin Otte  <otte@gnome.org>
1011           
1012         * gst/gstcaps.c: (gst_caps_structure_subtract_field),
1013         (gst_caps_structure_subtract), (gst_caps_subtract),
1014         (gst_caps_structure_figure_out_union),
1015         (gst_caps_structure_simplify), (gst_caps_do_simplify):
1016           fix simplifying and subtracting not working correctly with optional
1017           properties
1018           solve assorted problems that make it now simplify ebven more
1019         * docs/gst/tmpl/gstcaps.sgml:
1020         * gst/gstcaps.h:
1021           make gst_caps_do_simplify return a bool to indicate if it simplified
1022         * testsuite/caps/simplify.c: (main):
1023           add more checks. The tests is quite a bit useless right now because
1024           the core is heavily simplifying itself.
1025         * testsuite/caps/caps.h:
1026           fix caps to contain all optional properties
1027
1028 2004-04-22  Benjamin Otte  <otte@gnome.org>
1029
1030         * docs/gst/tmpl/gstcaps.sgml:
1031         * docs/gst/tmpl/gstfilesrc.sgml:
1032         * docs/gst/tmpl/gststructure.sgml:
1033         * docs/gst/tmpl/gstvalue.sgml:
1034           update for recent API changes
1035         * gst/gstcaps.c: (gst_caps_do_simplify):
1036           fix to stop trying with a freed structure
1037         * gst/gstpad.c: (gst_pad_link_fixate):
1038           simplify caps
1039         * gst/gstpad.c: (gst_pad_template_get_caps_by_name):
1040           remove C++ comment
1041         * gst/gstpad.h:
1042           deprecate gst_pad_template_get_caps_by_name, it doesn't work anyway
1043         * gst/gststructure.c: (gst_structure_value_get_generic_type),
1044         (gst_structure_to_string):
1045           keep the correct type when using lists of ranges
1046         * gst/gstvalue.c: (gst_value_list_prepend_value),
1047         (gst_value_list_append_value):
1048           copy the value before adding to the list (d'oh)
1049         * gst/gstvalue.c: (gst_value_subtract_int_range_int),
1050         (gst_value_subtract_int_range_int_range):
1051           handle overflows correctly
1052         * gst/gstvalue.c: (gst_value_subtract_from_list):
1053           fix memleak
1054         * testsuite/caps/caps.h:
1055           add a caps that caused segfaults
1056
1057 2004-04-22  Benjamin Otte  <otte@gnome.org>
1058
1059         * testsuite/refcounting/pad.c: (main):
1060           fix test
1061
1062 2004-04-22  Benjamin Otte  <otte@gnome.org>
1063
1064         * gst/gstcaps.c: (gst_caps_subtract):
1065           allow subtracting ANY and EMPTY from ANY caps
1066
1067 2004-04-22  Benjamin Otte  <otte@gnome.org>
1068
1069         * gst/gstcaps.c: (gst_caps_append), (gst_caps_intersect),
1070         (gst_caps_union):
1071           only simplify in functions that create new caps. Simplifying in
1072           gst_caps_append breaks tests.
1073
1074 2004-04-22  Benjamin Otte  <otte@gnome.org>
1075
1076         * gst/gstcaps.c: (gst_caps_structure_simplify):
1077           unset GValue after use
1078         * gst/gstcaps.c: (gst_caps_append), 
1079         * gst/gstpad.c: (gst_pad_link_fixate), (gst_pad_template_new):
1080           use gst_caps_simplify (reduces registry size by 30%)
1081         * gst/gstpad.c: (gst_pad_template_new):
1082           don't allow NULL caps
1083
1084 2004-04-22  Benjamin Otte  <otte@gnome.org>
1085
1086         * docs/gst/gstreamer-sections.txt:
1087           add gst_caps_do_simplify
1088         * gst/gstcaps.c:
1089           add documentation for gst_caps_do_simplify
1090         * gst/gstvalue.h:
1091           fix typo in gst_value_register_subtract_func declaration for gst-doc
1092
1093 2004-04-22  Benjamin Otte  <otte@gnome.org>
1094
1095         * gst/gstcaps.c: (gst_caps_from_string_inplace):
1096           fix bug when converting from empty string.
1097         * gst/gstcaps.c: (gst_caps_new_any), (gst_caps_new_simple),
1098         (gst_caps_new_full_valist), (gst_caps_copy), (gst_caps_copy_1):
1099           use gst_caps_new_empty to allocate a new caps. Only that function
1100           allocates memory for caps now.
1101         * gst/gstcaps.c: (gst_caps_remove_and_get_structure),
1102         (gst_caps_remove_structure):
1103           add ability to remove one structure (but not to header yet)
1104         * gst/gstcaps.c: (gst_caps_compare_structures),
1105         (gst_caps_simplify), (gst_caps_structure_figure_out_union),
1106         (gst_caps_structure_simplify), (gst_caps_do_simplify),
1107         * gst/gstcaps.h:
1108           add gst_caps_do_simplify that tries to simplify a caps in place.
1109           Deprecate old gst_caps_simplify function.
1110         * testsuite/caps/caps.h:
1111           add caps.h containing a common set of caps to test against.
1112         * testsuite/caps/sets.c: (check_caps), (main):
1113           use it.
1114         * testsuite/caps/.cvsignore:
1115         * testsuite/caps/Makefile.am:
1116         * testsuite/caps/simplify.c: (check_caps), (main):
1117           add test to check correctness and efficency of caps simplification.
1118
1119 2004-04-22  Sebastien Cote <sc5@hermes.usherb.ca>
1120
1121         reviewed by Benjamin Otte  <otte@gnome.org>
1122
1123         * gst/gstparse.c: (_gst_parse_escape):
1124           Free the GString used in _gst_parse_escape()
1125
1126 2004-04-21  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1127
1128         * gst/gstpad.c: (gst_pad_link_negotiate):
1129           refuse to link if the link is not possible
1130         * configure.ac:
1131         * testsuite/Makefile.am:
1132         * testsuite/negotiation/.cvsignore:
1133         * testsuite/negotiation/Makefile.am:
1134         * testsuite/negotiation/pad_link.c: (main):
1135           add test that checks the above behaviour
1136
1137 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1138
1139         * docs/gst/gstreamer-sections.txt:
1140           add newly added API
1141
1142 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1143
1144         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
1145         (gst_filesrc_get_mmap), (gst_filesrc_get_read), (gst_filesrc_get),
1146         (gst_filesrc_open_file), (gst_filesrc_close_file),
1147         (gst_filesrc_srcpad_query), (gst_filesrc_srcpad_event):
1148         * gst/elements/gstfilesrc.h:
1149           add support for non-regular files (#140734)
1150
1151 2004-04-21  Benjamin Otte  <otte@gnome.org>
1152
1153         * gst/gstpad.c: (gst_pad_link_fixate):
1154           add sophisticated error checking code to see if fixation functions
1155           did their fixation right
1156
1157 2004-04-21  Benjamin Otte  <otte@gnome.org>
1158
1159         * gst/gstcaps.c: (gst_caps_append), (gst_caps_union):
1160           check for ANY caps before appending/unioning
1161         * gst/gstcaps.c: (gst_caps_is_subset),
1162         (gst_caps_is_equal), (gst_caps_structure_subtract_field),
1163         (gst_caps_structure_subtract), (gst_caps_subtract):
1164         * gst/gstcaps.h:
1165           add gst_caps_is_equal, gst_caps_is_subset and gst_caps_subtract to
1166           the API. deprecate gst_caps_is_equal_fixed
1167         * gst/gstpad.c: (gst_pad_try_set_caps):
1168         * gst/gstqueue.c: (gst_queue_link):
1169           s/gst_caps_is_equal_fixed/gst_caps_is_equal/
1170         * gst/gststructure.c: (gst_structure_get_name_id):
1171         * gst/gststructure.h:
1172           add function gst_structure_get_name_id
1173         * gst/gstvalue.c: (gst_value_subtract_int_int_range),
1174         (gst_value_create_new_range), (gst_value_subtract_int_range_int),
1175         (gst_value_subtract_int_range_int_range),
1176         (gst_value_subtract_double_double_range),
1177         (gst_value_subtract_double_range_double),
1178         (gst_value_subtract_double_range_double_range),
1179         (gst_value_subtract_from_list), (gst_value_subtract_list),
1180         (gst_value_can_intersect), (gst_value_subtract),
1181         (gst_value_can_subtract), (gst_value_register_subtract_func),
1182         (_gst_value_initialize):
1183         * gst/gstvalue.h:
1184           add support for subtracting values from each other. Note that
1185           subtracting means subtracting as in set theory. Required for caps
1186           stuff above.
1187         * testsuite/caps/.cvsignore:
1188         * testsuite/caps/Makefile.am:
1189         * testsuite/caps/erathostenes.c: (erathostenes), (main):
1190         * testsuite/caps/sets.c: (check_caps), (main):
1191         * testsuite/caps/subtract.c: (check_caps), (main):
1192           add tests for subtraction and equality code.
1193
1194 2004-04-20  David Schleef  <ds@schleef.org>
1195
1196         * gst/autoplug/Makefile.am:  Fix some little buglets in last checkin.
1197         * gst/indexers/Makefile.am:
1198         * gst/schedulers/Makefile.am:
1199         * libs/gst/bytestream/Makefile.am:
1200         * libs/gst/control/Makefile.am:
1201         * libs/gst/getbits/Makefile.am:
1202
1203 2004-04-20  David Schleef  <ds@schleef.org>
1204
1205         * common/as-libtool.mak: Fine-tune DLL building.
1206         * configure.ac: Link plugins against libgstreamer.  Define plugindir
1207         (like gst-plugins)
1208         * examples/plugins/Makefile.am: remove plugindir
1209         * gst/autoplug/Makefile.am: DLL building fixes
1210         * gst/elements/Makefile.am: DLL building fixes.  Disable pipefilter on
1211         Windows.
1212         * gst/elements/gstelements.c: Conditionally disable pipefilter.
1213         * gst/indexers/Makefile.am: DLL building fixes
1214         * gst/schedulers/Makefile.am: DLL building fixes.
1215         * libs/gst/bytestream/Makefile.am: DLL building fixes.
1216         * libs/gst/control/Makefile.am: same
1217         * libs/gst/getbits/Makefile.am: same
1218         * testsuite/Makefile.am: New dlopen directory
1219         * testsuite/dlopen/Makefile.am: Tests to check if libgstreamer works
1220         when dlopened.
1221         * testsuite/dlopen/dlopen_gst.c: (main): same
1222         * testsuite/dlopen/loadgst.c: (do_test): same
1223
1224 2004-04-20  David Schleef  <ds@schleef.org>
1225
1226         * gst/parse/grammar.y:  Apply patch from Sebastien Cote
1227         <sc5@hermes.usherb.ca> to fix a memleak. (bug #140594)
1228
1229 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1230
1231         * gst/gstelement.c: (gst_element_wait),
1232         (gst_element_set_time_delay), (gst_element_change_state):
1233           Use GST_TIME_*
1234
1235 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1236
1237         * gst/autoplug/gstspider.c: (gst_spider_link_sometimes),
1238         (gst_spider_identity_plug):
1239           improve debugging messages
1240         * gst/gstbin.c: (gst_bin_remove_func):
1241           make sure the state_change function is only called with simple state
1242           transitions
1243
1244 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1245
1246         * gst/elements/gstfakesink.c: (gst_fakesink_state_error_get_type),
1247         (gst_fakesink_set_property), (gst_fakesink_chain):
1248         * gst/elements/gstfakesrc.c: (gst_fakesrc_set_property):
1249         * gst/elements/gstfdsrc.c: (gst_fdsrc_set_property):
1250         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property):
1251         * gst/elements/gstidentity.c: (gst_identity_chain),
1252         (gst_identity_set_property):
1253         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_set_property):
1254         * gst/elements/gstpipefilter.c: (gst_pipefilter_set_property):
1255           add warnings to _set_property for unknown arguments
1256           use GST_TIME_FORMAT/GST_TIME_ARGS for timestamp printing
1257
1258 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1259
1260         * Makefile.am:
1261         * docs/manuals.mak:
1262           add .po file download snippet
1263           fix a bug in the doc makefile
1264
1265 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1266
1267         * Makefile.am:
1268         * po/LINGUAS:
1269         * po/en_GB.po:
1270           Added en_GB translation (Gareth Owen)
1271
1272 2004-04-20  Johan Dahlin  <johan@gnome.org>
1273
1274         * gst/gstpad.c (_invent_event): Clean up
1275
1276 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1277
1278         * testsuite/caps/filtercaps.c: (main):
1279           fix test to test things correctly (caps are complicated)
1280
1281 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1282
1283         * testsuite/caps/Makefile.am:
1284         * testsuite/caps/filtercaps.c: (main):
1285           add test (that doesn't work right now, but should)
1286
1287 2004-04-19  David Schleef  <ds@schleef.org>
1288
1289         * configure.ac: Add test for allowing unaligned access.  Add define
1290         to put in gstconfig.h.
1291         * docs/gst/gstreamer-sections.txt: New symbols
1292         * docs/gst/tmpl/gstcompat.sgml: Check in changes made by gtkdoc
1293         * docs/gst/tmpl/gstfilesrc.sgml:
1294         * docs/gst/tmpl/gstparse.sgml:
1295         * docs/gst/tmpl/gsttypes.sgml:
1296         * docs/gst/tmpl/gstutils.sgml:
1297         * docs/gst/tmpl/gstvalue.sgml:
1298         * gst/gstconfig.h.in: Add GST_HAVE_UNALIGNED_ACCESS
1299         * gst/gstutils.h: Add macros for unaligned memory access.  Useful
1300         on most !i386/!powerpc architectures.  From Daniel Gazard
1301         <daniel.gazard@free.fr>.  (bug #140156)
1302         * po/af.po: Check in changes made by gettext.
1303         * po/az.po:
1304         * po/fr.po:
1305         * po/nl.po:
1306         * po/sr.po:
1307         * po/sv.po:
1308
1309 2004-04-20  Benjamin Otte  <otte@gnome.org>
1310
1311         * gst/schedulers/entryscheduler.c: 
1312         (gst_entry_scheduler_yield):
1313           refuse to yield when decoupled elements insist on doing that.
1314           At least it's better than crashing
1315
1316 2004-04-19  David Schleef  <ds@schleef.org>
1317
1318         * docs/libs/Makefile.am: Change sinclude to include
1319         * docs/gst/Makefile.am: same
1320         * pkgconfig/Makefile.am:  Remove GNU-ism from makefile target
1321
1322 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
1323
1324         * po/LINGUAS:
1325         * po/uk.po:
1326           Added Ukrainian translation (Maxim V. Dziumanenko)
1327
1328 2004-04-19  Johan Dahlin  <johan@gnome.org>
1329
1330         * gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
1331         checking here, do it before calling the function.
1332         Clean up, use for loops instead of while loops while iterating
1333         over lists.
1334
1335         * gst/autoplug/gstspider.c (gst_spider_request_new_pad): Fix typo
1336         in debug message.
1337         (gst_spider_create_and_plug): Improve debug message.
1338         General: Replace while loops which iterates over GLists with for
1339         loops. Which are much cleaner, improves readability, especially
1340         for gst_spider_identity_plug
1341
1342         * gst/gstpad.c (_invent_event): Fix parameters to warning macros,
1343         fixes bug 140477
1344
1345 2004-04-18  Thomas Vander Stichele  <thomas at apestaart dot org>
1346
1347         * po/LINGUAS:
1348         * po/tr.po:
1349           Added Turkish translation (Baris Cicek)
1350
1351 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1352
1353         * docs/faq/troubleshooting.xml:
1354           Mention gst-register in the FAQ (fixes 139045).
1355
1356 2004-04-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1357
1358         * docs/gst/gstreamer-sections.txt:
1359
1360 2004-04-17  Benjamin Otte  <otte@gnome.org>
1361
1362         * gst/gstelement.c: (gst_element_dispose):
1363           simplify
1364         * gst/gstpad.c: (gst_pad_call_chain_function):
1365           don't create loads of events due to bad macro usage
1366
1367 2004-04-16  David Schleef  <ds@schleef.org>
1368
1369         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
1370         * gst/gstpad.c: (_gst_pad_default_fixate_foreach):
1371         * gst/gstvalue.c: (gst_value_serialize_buffer),
1372         (gst_value_deserialize_buffer), (gst_type_is_fixed),
1373         (_gst_value_initialize): Create a new function gst_type_is_fixed()
1374         to indicate types that are fixed wrt caps or not.  Switching to
1375         this function fixes (bug #140298).
1376         * gst/gstvalue.h:
1377
1378 2004-04-16  David Schleef  <ds@schleef.org>
1379
1380         * common/m4/gst-arch.m4:  Implmenent a whitelist and blacklist
1381         for GST_UNALIGNED_ACESS, since we essentially know which archs
1382         are ok.
1383
1384 2004-04-17  Benjamin Otte  <otte@gnome.org>
1385
1386         * docs/gst/Makefile.am:
1387           ignore gst/parse directory when building docs (fixes #140205)
1388
1389 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1390
1391         * testsuite/refcounting/mem.c: (vmsize):
1392           do error checking
1393
1394 2004-04-16  Johan Dahlin  <johan@gnome.org>
1395
1396         * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
1397         and gst_pad_call_get_function.
1398
1399 2004-04-15  David Schleef  <ds@schleef.org>
1400
1401         * common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
1402         checks if we can access unaligned memory.
1403         * configure.ac: Use it.
1404
1405 2004-04-16  Benjamin Otte  <otte@gnome.org>
1406
1407         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
1408         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
1409         * gst/elements/gstfilesrc.h:
1410           s/seek_happened/need_discont/ and require discont before sending any
1411           data
1412
1413 2004-04-15  David Schleef  <ds@schleef.org>
1414
1415         * gst/gstvalue.c: (gst_value_serialize_buffer),
1416         (gst_value_deserialize_buffer), (_gst_value_initialize):
1417         Register these types as fundamental types. (bug #140015)
1418
1419 2004-04-16  Benjamin Otte  <otte@gnome.org>
1420
1421         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
1422         (gst_pad_link_free), (gst_pad_link_try), (_invent_event),
1423         (gst_pad_pull):
1424           implement enforcing discont events before buffers are passed. This
1425           allows state changes of only some elements and later correctly going
1426           on where they left off (or in short: you can now set audio sinks to
1427           NULL to release the device when the pipeline is paused)
1428         * gst/gstpad.c: (gst_pad_call_chain_function),
1429         (gst_pad_call_get_function):
1430         * gst/gstpad.h:
1431           add gst_pad_call_chain_function and gst_pad_call_get_function for
1432           scheduler interaction. They are required because of the changes
1433           above.
1434         * gst/schedulers/entryscheduler.c: (get_buffer),
1435         (gst_entry_scheduler_chain_wrapper),
1436         (gst_entry_scheduler_get_wrapper),
1437         (gst_entry_scheduler_state_transition),
1438         (gst_entry_scheduler_pad_link):
1439         * gst/schedulers/gstbasicscheduler.c:
1440         (gst_basic_scheduler_chain_wrapper),
1441         (gst_basic_scheduler_src_wrapper),
1442         (gst_basic_scheduler_chainhandler_proxy),
1443         (gst_basic_scheduler_gethandler_proxy),
1444         (gst_basic_scheduler_cothreaded_chain),
1445         (gst_basic_scheduler_chain_elements):
1446         * gst/schedulers/gstoptimalscheduler.c:
1447         (get_group_schedule_function), (pad_clear_queued),
1448         (gst_opt_scheduler_pad_link):
1449           use the new functions instead of calling get/chain-functions
1450           directly.
1451
1452 2004-04-15  David Schleef  <ds@schleef.org>
1453
1454         * docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
1455         * docs/gst/tmpl/gstinfo.sgml: same
1456         * docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
1457         gtk-doc put here.
1458         * gst/gstutils.h: Remove the \ that was confusing gtk-doc.
1459         * examples/queue/queue.c: (main):  We iterate pipelines, not
1460         bins.  (bug #139996)
1461
1462 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1463
1464         * docs/pwg/advanced-types.xml:
1465           Add MS RLE support. Also document Qt RLE although I have no sample
1466           files for that yet. And document an extra property for ADPCM.
1467
1468 2004-04-15  David Schleef  <ds@schleef.org>
1469
1470         * gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
1471         (_gst_plugin_fault_handler_setup):  Disable more stuff on
1472         Windows.
1473
1474 2004-04-15  David Schleef  <ds@schleef.org>
1475
1476         * gst/gstinfo.c: (_gst_debug_init): Change some internal
1477         symbol names to not conflict with new gstinfo.h symbols.
1478         * gst/gstinfo.h: Add inline functions for all those crazy
1479         compilers that don't know how to handle variadic macros (MSVC).
1480
1481 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1482
1483         * configure.ac: bump nano to 1
1484
1485 === release 0.8.1 ===
1486
1487 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1488
1489         * NEWS:
1490         * RELEASE:
1491         * configure.ac:
1492           releasing 0.8.1, "Snow Brigade"
1493
1494 2004-04-14  David Schleef  <ds@schleef.org>
1495
1496         * testsuite/Makefile.am: define tests_ignore
1497         * testsuite/Rules: Added new tests_ignore, which get compiled,
1498         but not run (generally because they're inconsistent or have
1499         heisenbugs).  Now we can ensure all the .c files compile in
1500         testsuite/.
1501         * testsuite/bins/Makefile.am: define tests_ignore
1502         * testsuite/bytestream/Makefile.am:
1503         * testsuite/caps/Makefile.am:
1504         * testsuite/clock/Makefile.am:
1505         * testsuite/debug/Makefile.am:
1506         * testsuite/debug/global.c: (gst_debug_log_one),
1507         (gst_debug_log_two): Fix compilation problem.
1508         * testsuite/dynparams/Makefile.am:
1509         * testsuite/elements/Makefile.am:
1510         * testsuite/ghostpads/Makefile.am:
1511         * testsuite/indexers/Makefile.am:
1512         * testsuite/parse/Makefile.am:
1513         * testsuite/plugin/Makefile.am:
1514         * testsuite/refcounting/Makefile.am:
1515         * testsuite/refcounting/element_pad.c: (main): Don't return leak
1516         results, because it's not calculated correctly.
1517         * testsuite/refcounting/pad.c: (main): same
1518         * testsuite/states/Makefile.am:
1519         * testsuite/tags/Makefile.am:
1520         * testsuite/threads/Makefile.am:
1521
1522 2004-04-14  David Schleef  <ds@schleef.org>
1523
1524         * gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
1525         generating bad code around the cpu detection asm code.
1526
1527 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1528
1529         * tools/gst-inspect.c: (print_element_info):
1530           print numeric version of rank as well, since we added some - 1
1531           rank values to elements
1532
1533 2004-04-13  David Schleef  <ds@schleef.org>
1534
1535         * configure.ac:  Disable various code when compiling for MinGW.
1536         * gst/elements/Makefile.am:
1537         * gst/elements/gstelements.c:
1538         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
1539         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
1540         * gst/registries/gstxmlregistry.c: (make_dir):
1541
1542 2004-04-13  David Schleef  <ds@schleef.org>
1543
1544         * gst/Makefile.am:
1545         * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
1546         assembly.
1547         * gst/gstcpuid_i386.s: remove
1548
1549 2004-04-13  David Schleef  <ds@schleef.org>
1550
1551         * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
1552         seems to think it needs to be done.
1553         * docs/gst/tmpl/gstfakesink.sgml:
1554         * docs/gst/tmpl/gstfakesrc.sgml:
1555         * docs/gst/tmpl/gstfdsink.sgml:
1556         * docs/gst/tmpl/gstfdsrc.sgml:
1557         * docs/gst/tmpl/gstfilesink.sgml:
1558         * docs/gst/tmpl/gstfilesrc.sgml:
1559         * docs/gst/tmpl/gstidentity.sgml:
1560         * docs/gst/tmpl/gstmd5sink.sgml:
1561         * docs/gst/tmpl/gstmultifilesrc.sgml:
1562         * docs/gst/tmpl/gstpipefilter.sgml:
1563         * docs/gst/tmpl/gstshaper.sgml:
1564         * docs/gst/tmpl/gstspider.sgml:
1565         * docs/gst/tmpl/gstspideridentity.sgml:
1566         * docs/gst/tmpl/gststatistics.sgml:
1567         * docs/gst/tmpl/gsttee.sgml:
1568         * docs/gst/tmpl/gsttypefind.sgml:
1569         * docs/gst/tmpl/gstutils.sgml:
1570
1571 2004-04-13  David Schleef  <ds@schleef.org>
1572
1573         * configure.ac: Changes to remove POSIXisms (mmap in this case)
1574         and to build DLLs on Windows.
1575         * gst/Makefile.am:
1576         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
1577         (gst_filesrc_open_file):
1578         * gst/schedulers/Makefile.am:
1579
1580 2004-04-13  David Schleef  <ds@schleef.org>
1581
1582         * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
1583         (gst_caps_structure_fixate_field_nearest_double):  Fix bug in
1584         fixating lists.
1585
1586 2004-04-12  David Schleef  <ds@schleef.org>
1587
1588         * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
1589         (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
1590         to using it.
1591         * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
1592         * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
1593         * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
1594         * gst/gststructure.c: (gst_structure_set_valist),
1595         (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
1596         support for buffers.
1597         * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
1598         intended to be const.
1599         * gst/gsttag.h: same
1600         * gst/gstvalue.c: (gst_value_serialize_buffer),
1601         (gst_value_deserialize_buffer), (_gst_value_initialize):  Add code
1602         to (de)serialize buffers.
1603         * testsuite/caps/Makefile.am:  Add a bit of buffer testing
1604         * testsuite/caps/string-conversions.c: (main):
1605         * testsuite/caps/value_serialize.c: add new test
1606
1607 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1608
1609         * docs/pwg/advanced-types.xml:
1610           Document MS video 1 (video/x-msvideocodec) mimetype/format.
1611
1612 2004-04-11  Benjamin Otte  <otte@gnome.org>
1613
1614         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
1615           rename categories to basic_*
1616         * gst/schedulers/gstbasicscheduler.c: 
1617         (gst_basic_scheduler_chain_wrapper),
1618         (gst_basic_scheduler_chainhandler_proxy),
1619         (gst_basic_scheduler_gethandler_proxy),
1620         (gst_basic_scheduler_eventhandler_proxy):
1621           debugging category fixes - put common stuff in log category
1622         * gst/schedulers/gstbasicscheduler.c: 
1623         (gst_basic_scheduler_chain_elements):
1624           dirty fix: call gst_basic_scheduler_cothreaded_chain when already
1625           active and linking two active chains
1626
1627 2004-04-10  Benjamin Otte  <otte@gnome.org>
1628
1629         * docs/pwg/intro-preface.xml:
1630           fix dead links and remove reference to Wiki
1631
1632 2004-04-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1633
1634         * gst/schedulers/gstbasicscheduler.c:
1635           make sure we can switch back to the main function if we're still in
1636           the main function (supposed to fix #139617)
1637         * gst/schedulers/gthread-cothreads.h:
1638           don't throw an error when switching to the same cothread
1639
1640 2004-04-09  Benjamin Otte  <otte@gnome.org>
1641
1642         * gst/gstbin.c: (gst_bin_get_type):
1643         * gst/gstclock.c: (gst_clock_get_type):
1644         * gst/gstindex.c: (gst_index_get_type):
1645         * gst/gstobject.c: (gst_object_get_type),
1646         (gst_signal_object_get_type):
1647         * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
1648         (gst_pad_template_get_type), (gst_ghost_pad_get_type):
1649         * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
1650         * gst/gstqueue.c: (gst_queue_get_type):
1651         * gst/gstregistry.c: (gst_registry_get_type):
1652         * gst/gstsystemclock.c: (gst_system_clock_get_type):
1653         * gst/gstthread.c: (gst_thread_get_type):
1654           don't use memchunks for these objects, use malloc instead
1655
1656 2004-04-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1657
1658         * docs/gst/.cvsignore:
1659         * docs/gst/Makefile.am:
1660         * docs/gst/gstreamer-sections.txt:
1661         * docs/gst/tmpl/gstaggregator.sgml:
1662         * docs/gst/tmpl/gstbuffer.sgml:
1663         * docs/gst/tmpl/gstclock.sgml:
1664         * docs/gst/tmpl/gstelement.sgml:
1665         * docs/gst/tmpl/gstfakesink.sgml:
1666         * docs/gst/tmpl/gstfakesrc.sgml:
1667         * docs/gst/tmpl/gstfdsink.sgml:
1668         * docs/gst/tmpl/gstfdsrc.sgml:
1669         * docs/gst/tmpl/gstfilesink.sgml:
1670         * docs/gst/tmpl/gstfilesrc.sgml:
1671         * docs/gst/tmpl/gstidentity.sgml:
1672         * docs/gst/tmpl/gstindex.sgml:
1673         * docs/gst/tmpl/gstinfo.sgml:
1674         * docs/gst/tmpl/gstmd5sink.sgml:
1675         * docs/gst/tmpl/gstmultifilesrc.sgml:
1676         * docs/gst/tmpl/gstpad.sgml:
1677         * docs/gst/tmpl/gstpipefilter.sgml:
1678         * docs/gst/tmpl/gstpipeline.sgml:
1679         * docs/gst/tmpl/gstpluginfeature.sgml:
1680         * docs/gst/tmpl/gstqueue.sgml:
1681         * docs/gst/tmpl/gstregistry.sgml:
1682         * docs/gst/tmpl/gstscheduler.sgml:
1683         * docs/gst/tmpl/gstshaper.sgml:
1684         * docs/gst/tmpl/gstspider.sgml:
1685         * docs/gst/tmpl/gstspideridentity.sgml:
1686         * docs/gst/tmpl/gststatistics.sgml:
1687         * docs/gst/tmpl/gstsystemclock.sgml:
1688         * docs/gst/tmpl/gsttee.sgml:
1689         * docs/gst/tmpl/gstthread.sgml:
1690         * docs/gst/tmpl/gsttypefind.sgml:
1691         * docs/gst/tmpl/gstutils.sgml:
1692           further doc build fixes
1693
1694 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
1695
1696         * docs/gst/Makefile.am:
1697           make docs exit on scanning problems
1698           fix nonsrcdir build issues
1699         * docs/gst/gstreamer-sections.txt:
1700           adding stuff from -unused
1701         * gst/gstqueue.h:
1702           create GstQueueSize
1703         * gst/schedulers/cothreads_compat.h:
1704           fix cothread warnings
1705
1706 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
1707
1708         * docs/gst/gstreamer-sections.txt:
1709           remove defines deprecated by Benjamin
1710
1711 2004-04-07  Benjamin Otte  <otte@gnome.org>
1712
1713         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
1714           when the buffer is complete, don't check if other buffers are needed
1715         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
1716           check that the offset is >0 so we don't try to read before the
1717           beginning of the file
1718         * gst/gstpad.c: (gst_pad_set_pad_template):
1719           sink the template, so we don't end up with 130k pad templates
1720
1721 2004-04-06  Benjamin Otte  <otte@gnome.org>
1722
1723         * gst/autoplug/gstspider.c: (gst_spider_link_add):
1724           don't ref the element, adding already reffed it. And we didn't unref
1725           it later anyway... (huge memleak when you used many spider elements)
1726         * gst/gstelement.c: (gst_element_base_class_finalize):
1727         * gst/gstelementfactory.c: (gst_element_factory_cleanup),
1728         (gst_element_register):
1729         * gst/gsturi.c: (gst_element_make_from_uri):
1730           use gst_object_(un)ref instead of g_object(un)ref
1731
1732 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1733
1734         * gst/gstbuffer.h:
1735           remove macro that wouldn't work anymore because struct member has
1736           been removed.
1737         * gst/schedulers/entryscheduler.c: (schedule_forward):
1738           fix segfault for unconnected pads
1739         
1740 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1741
1742         reviewed by David Schleef <ds@schleef.org>
1743
1744         * gst/gstinfo.h:
1745           *_FORMAT modifiers should require putting a % in front of them for
1746           consistency reasons.
1747
1748 2004-04-05  Colin Walters  <walters@redhat.com>
1749
1750         * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
1751         space.
1752
1753 2004-04-05  Benjamin Otte  <otte@gnome.org>
1754
1755         * configure.ac:
1756         * gst/Makefile.am:
1757         * gst/gst_private.h:
1758         * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
1759           add support for detecting if GStreamer runs inside valgrind.
1760           requires valgrind (d'oh) and --enable-debug for correct cdetection.
1761           print a big message in valgrind that GStreamer has detected it's
1762           running inside and might now use different code.
1763         * gst/gstmemchunk.c: (populate), (free_area),
1764         (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
1765         (gst_mem_chunk_free):
1766           flag memchunks for valgrind, so it can detect leaking of chunks.
1767           This allows detecting leaks of GstBuffer and GstEvent correctly
1768           inside valgrind.
1769
1770 2004-04-05  David Schleef  <ds@schleef.org>
1771
1772         * gst/gsttrace.h:  Fix #ifdef nesting (bug #139109) Patch from
1773           jensgr@gmx.net (Jens Granseuer)
1774
1775 2004-04-05  David Schleef  <ds@schleef.org>
1776
1777         * gst/gstbuffer.c: (_gst_buffer_sub_free),
1778         (gst_buffer_default_free), (gst_buffer_default_copy),
1779         (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
1780         (gst_buffer_new), (gst_buffer_create_sub):  Allocate GstBuffer
1781         structures in one place.
1782
1783 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1784
1785         * gst/gstinfo.h: adding Ronald's timestamp debugging defines
1786           (GST_TIME_FORMAT, GST_TIME_ARGS)
1787
1788 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1789
1790         * testsuite/elements/Makefile.am:
1791           disable test until it stops breaking make distcheck
1792
1793 2004-04-05  Johan Dahlin  <johan@gnome.org>
1794
1795         * po/sv.po: Updated translation
1796
1797 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1798
1799         * gst/gstplugin.c: (gst_plugin_load_file):
1800           fix segfault for when original plugin was loaded statically
1801
1802 2004-04-05  Benjamin Otte  <otte@gnome.org>
1803
1804         * testsuite/debug/category.c: (main):
1805         * testsuite/debug/commandline.c: (main):
1806         * testsuite/debug/output.c: (main):
1807           fix tests to work again with debugging enabled
1808
1809 2004-04-05  Benjamin Otte  <otte@gnome.org>
1810
1811         * gst/schedulers/gstbasicscheduler.c:
1812         (gst_basic_scheduler_pad_link):
1813           fix to work with recent scheduling changes
1814
1815 2004-04-05  Benjamin Otte  <otte@gnome.org>
1816
1817         * gst/schedulers/entryscheduler.c: (some functions, dunno which,
1818         prepareChangeLog doesn't work when cvs indents):
1819           don't throw an error when no element can be scheduled, there's too
1820           many weird reasons why it doesn't work. Return STOPPED instead.
1821           decoupled elemts' schedulability doesn't depend on bufpens.
1822
1823 2004-04-04  Benjamin Otte  <otte@gnome.org>
1824
1825         * gst/schedulers/gstbasicscheduler.c:
1826         (gst_basic_scheduler_pad_select):
1827           fix uninitialized variable warnings
1828
1829 2004-04-04  Benjamin Otte  <otte@gnome.org>
1830
1831         * gst/gstpad.c: (gst_pad_collect_valist):
1832           fix uninitialized variable warning
1833         * gst/schedulers/entryscheduler.c: (schedule_forward):
1834           fix shadowed variable
1835
1836 2004-04-04  Benjamin Otte  <otte@gnome.org>
1837
1838         * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
1839         (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
1840         (gst_pad_select):
1841         * gst/gstpad.h:
1842         * gst/gstscheduler.c: (gst_scheduler_pad_select),
1843         (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
1844         * gst/gstscheduler.h:
1845           implement gst_pad_collect as replacement for gst_pad_select.
1846           deprecate gst_pad_select and gst_scheduler_(un)lock_element
1847           add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
1848           new pad_select, lock and unlock calls.
1849         * gst/cothreads.c: (cothread_destroy), (cothread_switch):
1850         * gst/cothreads.h:
1851         * gst/schedulers/cothreads_compat.h:
1852         * gst/schedulers/gthread-cothreads.h:
1853           remove unused cothread_lock and cothread_unlock calls
1854         * gst/schedulers/entryscheduler.c:
1855         (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
1856         (_can_schedule_loop), (gst_entry_scheduler_get_handler),
1857         (gst_entry_scheduler_pad_select):
1858           update to new API
1859         * gst/schedulers/gstbasicscheduler.c:
1860         (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
1861         (gst_basic_scheduler_pad_select):
1862           remove useless lock and unlock calls, update pad_select to new API
1863           (untested)
1864         * gst/schedulers/gstoptimalscheduler.c:
1865         (gst_opt_scheduler_class_init):
1866           remove useless select, lock and unlock function calls
1867         * gst/elements/gstaggregator.c: (gst_aggregator_loop):
1868           use gst_pad_collect instead of gst_pad_select
1869
1870 2004-04-04  Benjamin Otte  <otte@gnome.org>
1871
1872         * gst/schedulers/entryscheduler.c: (_can_schedule_get),
1873         (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
1874         (schedule_next_element), (print_entry):
1875           add can_schedule_pad to handle element states.
1876           add schedule_forward to select the correct entry to schedule next
1877
1878 2004-04-03  Benjamin Otte  <otte@gnome.org>
1879
1880         * gst/schedulers/entryscheduler.c: 
1881           remove unused variable, fix error inside Rb, fix compile warning in
1882           unreachable code
1883
1884 2004-04-03  Benjamin Otte  <otte@gnome.org>
1885
1886         * gst/schedulers/entryscheduler.c:
1887           completely revamp the inner workings, so it's a lot easier to
1888           understand and extend
1889
1890 2004-04-03  Andy Wingo  <wingo@pobox.com>
1891
1892         * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
1893         Rename ->group1 and ->group2 to ->src and ->sink, respectively.
1894         This allows better introspection of pipeline topology.
1895         (add_to_chain): Don't do trickery to put loop elements first;
1896         rather, queue a chain sort by marking the chain as dirty.
1897         (remove_from_chain): Mark the chain dirty.
1898         (sort_chain): New function. Sorts the group list so that terminal
1899         sinks are first. This means elements on the sink side will be
1900         preferentially sscheduled before elements on the src side of the
1901         pipeline.
1902         (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
1903         (schedule_chain): If the chain is marked DIRTY, call sort_chain.
1904         (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
1905         (group_inc_link): Change argument and variable names to match the
1906         new link structure member names (src and sink).
1907         (group_dec_link): Add some description
1908
1909 2004-04-03  Benjamin Otte  <otte@gnome.org>
1910
1911         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
1912         * gst/gstinfo.h:
1913         * testsuite/debug/category.c: (main):
1914         * testsuite/debug/commandline.c: (main):
1915         * testsuite/debug/output.c: (main):
1916         * testsuite/debug/printf_extension.c: (main):
1917           fix to successfully build and test with --disable-gst-debug
1918           configure switch (fixes #138705)
1919
1920 2004-04-03  Benjamin Otte  <otte@gnome.org>
1921
1922         * docs/pwg/building-boiler.xml:
1923           add cvs login line and s/anonymous/anoncvs/
1924
1925 2004-04-03  Tim-Phillip Müller  <t.i.m@zen.co.uk>
1926
1927         reviewed by Benjamin Otte  <otte@gnome.org>
1928
1929         * gst/gststructure.c: (gst_structure_free):
1930           memleak fix: free fields array (partial fix for #134839)
1931
1932 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1933
1934         * docs/random/ds/0.9-suggested-changes:
1935           Add a note to change handoff use in fakesrc to be usable in
1936           a more generic way (fakesrc should be renamed to appsrc or so).
1937         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
1938           Change signal type to scope, so we can fill the buffer in the
1939           handoff handler (that's the whole use of this signal...).
1940
1941 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1942
1943         * docs/pwg/other-ntoone.xml:
1944           Document muxers and n-to-1 elements.
1945
1946 2004-04-01  Martin Soto  <martinsoto@users.sourceforge.net>
1947
1948         * gst/registries/gstxmlregistry.c
1949         (gst_xml_registry_rebuild_recurse): Fix the algorithm to
1950         determine if a file is a G_MODULE. The old one discards paths
1951         containing "so" somewhere in the middle. My home directory is
1952         called "soto". Go figure...
1953
1954 2004-03-31  David Schleef  <ds@schleef.org>
1955
1956         * gst/gstbuffer.c: (gst_buffer_join):  Add function gst_buffer_join()
1957         to eventually deprecate gst_buffer_merge().  (bug: #136408)
1958         * gst/gstbuffer.h:
1959
1960 2004-03-31  David Schleef  <ds@schleef.org>
1961
1962         * gst/gstvalue.c: (gst_value_union_int_int_range),
1963         (gst_value_union_int_range_int_range), (gst_value_can_union),
1964         (gst_value_union), (_gst_value_initialize):  Add some union
1965         implementations.  We didn't have any previously.
1966         * testsuite/caps/Makefile.am:
1967         * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
1968         (gst_audioscale_getcaps), (test_caps), (main): A little test
1969         that is the same as the caps manipulation in audioscale.
1970
1971 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1972
1973         * docs/faq/general.xml:
1974           add entry about "does gst support format X?"
1975
1976 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1977
1978         * gst/gstthread.c:
1979           fix docs
1980         * gst/gstutils.h:
1981           fix GST_BOILERPLATE_FULL to not throw casting errors on C++
1982
1983 2004-03-30  Benjamin Otte  <otte@gnome.org>
1984
1985         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
1986           set the offset of the buffer to the requested offset
1987         * gst/elements/gsttypefind.c: (stop_typefinding):
1988           revert patch 1.18 (which I unfortunately don't know the reason for).
1989           This is needed to allow downstream elements to seek. Otherwise
1990           typefind might overwrite a previous seek by downstream elements.
1991           This lead to errors with id3tag and typefind on some mp3s.
1992         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
1993         (gst_entry_scheduler_iterate):
1994           be more verbose when debugging
1995
1996 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1997
1998         * gst/gstcaps.c: (gst_caps_from_string_inplace):
1999           make sure we don't get NULL strings
2000
2001 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2002
2003         * gst/gstcaps.c:
2004         * gst/gstelement.c:
2005         * gst/gstelementfactory.c: (gst_element_factory_get_type):
2006         * gst/gstindex.c: (gst_index_resolver_get_type),
2007         (gst_index_get_type), (gst_index_factory_get_type):
2008         * gst/gstinfo.c:
2009         * gst/gstpad.c:
2010         * gst/gstplugin.c:
2011         * gst/gsturi.c: (gst_uri_handler_get_type):
2012         * gst/gstvalue.c:
2013           first batch of documentation fixes
2014
2015 2004-03-29  David Schleef  <ds@schleef.org>
2016
2017         * docs/gst/Makefile.am:  Disable a bunch of headers from being scanned
2018         * docs/gst/gstreamer-docs.sgml:  More hacking
2019         * docs/gst/gstreamer-sections.txt:
2020         * docs/gst/tmpl/cothreads_compat.sgml:
2021         * docs/gst/tmpl/gstcaps.sgml:
2022         * docs/gst/tmpl/gstclock.sgml:
2023         * docs/gst/tmpl/gstelement.sgml:
2024         * docs/gst/tmpl/gstevent.sgml:
2025         * docs/gst/tmpl/gstpad.sgml:
2026         * docs/gst/tmpl/gstutils.sgml:
2027         * docs/gst/tmpl/gstxml.sgml:
2028         * docs/gst/tmpl/gthread-cothreads.sgml:
2029         * docs/random/ds/0.9-suggested-changes:
2030         * gst/elements/gstfakesink.h: doc fixes
2031         * gst/elements/gstfakesrc.h: doc fixes
2032         * gst/gstcaps.c: doc fixes
2033         * gst/gstcaps.h: doc fixes
2034         * gst/gstelement.c: doc fixes
2035         * gst/gstelement.h: doc fixes
2036         * gst/gstindex.c: doc fixes
2037         * gst/gstinfo.c: doc fixes
2038         * gst/gstpad.c: doc fixes
2039         * gst/gstpad.h: doc fixes
2040         * gst/gstplugin.c: doc fixes
2041         * gst/gsttypefind.h: doc fixes
2042         * gst/gsturi.c: doc fixes
2043         * gst/gstvalue.c: doc fixes
2044
2045 2004-03-29  Colin Walters  <walters@redhat.com>
2046
2047         * gst/registries/gstxmlregistry.c (get_time)
2048         (plugin_times_older_than_recurse):
2049         Use the result of stat to determine whether a path is a file,
2050         so we don't attempt to opendir() files.
2051
2052 2004-03-29  Benjamin Otte  <otte@gnome.org>
2053
2054         * gst/gstpad.c: (gst_pad_set_explicit_caps):
2055           print caps in debugging output when setting caps failed
2056         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
2057         (schedule_next_element), (get_buffer), (run_chainhandler),
2058         (element_may_start), (gst_entry_scheduler_chain_handler),
2059         (gst_entry_scheduler_get_handler),
2060         (gst_entry_scheduler_state_transition),
2061         (gst_entry_scheduler_pad_link):
2062           make this scheduler a testcase for mandatory
2063           discont-before-first-buffer which is needed if we want to allow apps
2064           to release the sound device.
2065           add SCHED_ASSERT macro to print scheduler state before an assertion
2066           triggers.
2067
2068 2004-03-29  Benjamin Otte  <otte@gnome.org>
2069
2070         * COPYING:
2071           replace by LGPL (former COPYING.LIB). The core is completely
2072           licensed LGPL.
2073         * COPYING.LIB:
2074           remove
2075
2076 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2077
2078         * po/af.po:
2079         * po/sv.po:
2080           updated Afrikaans and Swedish
2081
2082 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2083
2084         * po/LINGUAS:
2085         * po/az.po:
2086           adding Azerbaijani (Mətin Əmirov)
2087
2088 2004-03-28  Martin Soto  <martinsoto@users.sourceforge.net>
2089
2090         * gst/gstelement.h: 
2091         * gst/gstelement.c (gst_element_set_time_delay): New function for
2092         setting element time taking into account a hardware buffering
2093         delay.
2094         (gst_element_set_time): Now just an invocation of
2095         gst_element_set_time_delay.
2096         * gst/gstclock.h: 
2097         * gst/gstclock.c (gst_clock_get_event_time_delay): New function
2098         allowing to set event times in the future.
2099         (gst_clock_get_event_time): Now just an invocation of
2100         gst_clock_get_event_time_delay.
2101
2102 2004-03-28  Benjamin Otte  <otte@gnome.org>
2103
2104         * gst/gstbin.c: (gst_bin_set_element_sched),
2105         (gst_bin_unset_element_sched):
2106           don't add decoupled elements to schedulers - otherwise it's
2107           impossible to control if a link to a decoupled element was already
2108           removed from a scheduler or not.
2109         * gst/schedulers/cothreads_compat.h:
2110         * gst/schedulers/gthread-cothreads.h:
2111           add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
2112           is no "unused" warning.
2113         * gst/schedulers/Makefile.am:
2114         * gst/schedulers/entryscheduler.c:
2115           add new scheduler, based on ideas from talking to David and Martin.
2116           It's supposed to be small and correct. Currently it's also slow (but
2117           it's not noticable)
2118         * examples/retag/retag.c: (main):
2119         * testsuite/bytestream/test1.c: (main):
2120           fix missing NULLs at end of variadic functions
2121         * testsuite/elements/.cvsignore:
2122           update
2123
2124 2004-03-28  Jan Schmidt  <thaytan@mad.scientist.com>
2125
2126         * gst/gstevent.h:
2127         Added GST_EVENT_ANY for GstEvents that pass a GstStructure
2128
2129 2004-03-25  David Schleef  <ds@schleef.org>
2130
2131         * docs/gst/gstreamer-sections.txt:  More doc hacking.
2132         * docs/gst/tmpl/gstaggregator.sgml:
2133         * docs/gst/tmpl/gstautoplugfactory.sgml:
2134         * docs/gst/tmpl/gstbin.sgml:
2135         * docs/gst/tmpl/gstbuffer.sgml:
2136         * docs/gst/tmpl/gstbufferstore.sgml:
2137         * docs/gst/tmpl/gstfakesink.sgml:
2138         * docs/gst/tmpl/gstfakesrc.sgml:
2139         * docs/gst/tmpl/gstmd5sink.sgml:
2140         * docs/gst/tmpl/gstreamer-unused.sgml:
2141         * docs/gst/tmpl/gstsearchfuncs.sgml:
2142         * docs/gst/tmpl/gstshaper.sgml:
2143         * docs/gst/tmpl/gstspider.sgml:
2144         * docs/gst/tmpl/gsttee.sgml:
2145         * docs/gst/tmpl/gstutils.sgml:
2146         * docs/gst/tmpl/gstvalue.sgml:
2147         * docs/gst/tmpl/gstxml.sgml:
2148         * gst/Makefile.am:  Remove gstthreaddummy.c.  It never worked,
2149         and we don't support it.
2150         * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
2151         (gst_use_threads), (gst_has_threads): same
2152         * gst/gstthreaddummy.c: same
2153         * gst/autoplug/gstspider.c: Make gst_spider_details static.
2154         * gst/autoplug/gstspider.h: same
2155         * gst/elements/gstaggregator.h: Remove bogus function from header
2156         * gst/elements/gstfakesink.h: same
2157         * gst/elements/gstfakesrc.h: same
2158         * gst/elements/gstmd5sink.h: same
2159         * gst/elements/gstshaper.h: same
2160         * gst/elements/gsttee.h: same
2161         * gst/gstbin.c: doc fixes
2162         * gst/gstbin.h: Remove unused definition.
2163         * gst/gstbuffer.c: doc fixes
2164         * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
2165         * gst/gstfilter.c: doc fixes
2166         * gst/gsttag.c: doc fixes
2167         * gst/gstvalue.c: doc fixes
2168
2169 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2170
2171         * docs/pwg/advanced-types.xml:
2172           Document typefinding.
2173         * docs/pwg/other-oneton.xml:
2174           Document one-to-n elements, demuxers and parsers.
2175
2176 2004-03-25  Tim-Philipp Müller <t.i.m@zen.co.uk>
2177
2178         reviewed by: David Schleef  <ds@schleef.org>
2179
2180         * configure.ac: Check bison version (bug #127838)
2181
2182 2004-03-25  David Schleef  <ds@schleef.org>
2183
2184         * docs/gst/gstreamer-docs.sgml: More fine tuning.
2185         * docs/gst/gstreamer-sections.txt:
2186         * docs/gst/tmpl/gstautoplug.sgml:
2187         * docs/gst/tmpl/gststaticautoplug.sgml:
2188         * docs/gst/tmpl/gststaticautoplugrender.sgml:
2189         * docs/gst/tmpl/gstutils.sgml:
2190         * docs/gst/tmpl/gstxml.sgml:
2191
2192 2004-03-24  David Schleef  <ds@schleef.org>
2193
2194         * docs/gst/gstreamer-docs.sgml:  I got tired of the reference
2195         manual being such complete crap, that I decided to do major
2196         hacking of it.  This checkin replaces any fine tuning that
2197         may have been done previously, with the benefit of actually
2198         being complete for much of the API that was changed since
2199         0.6.  Further fine tuning will occur shortly.  (bug #134721)
2200         * docs/gst/gstreamer-sections.txt:
2201         * docs/gst/tmpl/GstBin.sgml:
2202         * docs/gst/tmpl/GstBuffer.sgml:
2203         * docs/gst/tmpl/GstCaps.sgml:
2204         * docs/gst/tmpl/GstClock.sgml:
2205         * docs/gst/tmpl/GstCompat.sgml:
2206         * docs/gst/tmpl/GstData.sgml:
2207         * docs/gst/tmpl/GstElement.sgml:
2208         * docs/gst/tmpl/GstEvent.sgml:
2209         * docs/gst/tmpl/GstIndex.sgml:
2210         * docs/gst/tmpl/GstStructure.sgml:
2211         * docs/gst/tmpl/GstTag.sgml:
2212         * docs/gst/tmpl/cothreads.sgml:
2213         * docs/gst/tmpl/cothreads_compat.sgml:
2214         * docs/gst/tmpl/gettext.sgml:
2215         * docs/gst/tmpl/grammar.tab.sgml:
2216         * docs/gst/tmpl/gst-i18n-app.sgml:
2217         * docs/gst/tmpl/gst-i18n-lib.sgml:
2218         * docs/gst/tmpl/gst.sgml:
2219         * docs/gst/tmpl/gst_private.sgml:
2220         * docs/gst/tmpl/gstaggregator.sgml:
2221         * docs/gst/tmpl/gstarch.sgml:
2222         * docs/gst/tmpl/gstatomic.sgml:
2223         * docs/gst/tmpl/gstatomic_impl.sgml:
2224         * docs/gst/tmpl/gstbin.sgml:
2225         * docs/gst/tmpl/gstbuffer.sgml:
2226         * docs/gst/tmpl/gstbufferstore.sgml:
2227         * docs/gst/tmpl/gstcaps.sgml:
2228         * docs/gst/tmpl/gstclock.sgml:
2229         * docs/gst/tmpl/gstcompat.sgml:
2230         * docs/gst/tmpl/gstconfig.sgml:
2231         * docs/gst/tmpl/gstcpu.sgml:
2232         * docs/gst/tmpl/gstdata.sgml:
2233         * docs/gst/tmpl/gstdata_private.sgml:
2234         * docs/gst/tmpl/gstelement.sgml:
2235         * docs/gst/tmpl/gstenumtypes.sgml:
2236         * docs/gst/tmpl/gsterror.sgml:
2237         * docs/gst/tmpl/gstevent.sgml:
2238         * docs/gst/tmpl/gstfakesink.sgml:
2239         * docs/gst/tmpl/gstfakesrc.sgml:
2240         * docs/gst/tmpl/gstfilesink.sgml:
2241         * docs/gst/tmpl/gstfilter.sgml:
2242         * docs/gst/tmpl/gstindex.sgml:
2243         * docs/gst/tmpl/gstinfo.sgml:
2244         * docs/gst/tmpl/gstinterface.sgml:
2245         * docs/gst/tmpl/gstlog.sgml:
2246         * docs/gst/tmpl/gstmacros.sgml:
2247         * docs/gst/tmpl/gstmarshal.sgml:
2248         * docs/gst/tmpl/gstmd5sink.sgml:
2249         * docs/gst/tmpl/gstmultifilesrc.sgml:
2250         * docs/gst/tmpl/gstobject.sgml:
2251         * docs/gst/tmpl/gstpad.sgml:
2252         * docs/gst/tmpl/gstparse.sgml:
2253         * docs/gst/tmpl/gstpipeline.sgml:
2254         * docs/gst/tmpl/gstplugin.sgml:
2255         * docs/gst/tmpl/gstpluginfeature.sgml:
2256         * docs/gst/tmpl/gstqueue.sgml:
2257         * docs/gst/tmpl/gstreamer-unused.sgml:
2258         * docs/gst/tmpl/gstregistry.sgml:
2259         * docs/gst/tmpl/gstregistrypool.sgml:
2260         * docs/gst/tmpl/gstscheduler.sgml:
2261         * docs/gst/tmpl/gstsearchfuncs.sgml:
2262         * docs/gst/tmpl/gstshaper.sgml:
2263         * docs/gst/tmpl/gstspider.sgml:
2264         * docs/gst/tmpl/gstspideridentity.sgml:
2265         * docs/gst/tmpl/gststructure.sgml:
2266         * docs/gst/tmpl/gstsystemclock.sgml:
2267         * docs/gst/tmpl/gsttag.sgml:
2268         * docs/gst/tmpl/gsttaginterface.sgml:
2269         * docs/gst/tmpl/gsttee.sgml:
2270         * docs/gst/tmpl/gstthread.sgml:
2271         * docs/gst/tmpl/gsttrace.sgml:
2272         * docs/gst/tmpl/gsttrashstack.sgml:
2273         * docs/gst/tmpl/gsttypefind.sgml:
2274         * docs/gst/tmpl/gsttypes.sgml:
2275         * docs/gst/tmpl/gsturi.sgml:
2276         * docs/gst/tmpl/gsturitype.sgml:
2277         * docs/gst/tmpl/gstutils.sgml:
2278         * docs/gst/tmpl/gstvalue.sgml:
2279         * docs/gst/tmpl/gstversion.sgml:
2280         * docs/gst/tmpl/gstxml.sgml:
2281         * docs/gst/tmpl/gstxmlregistry.sgml:
2282         * docs/gst/tmpl/gthread-cothreads.sgml:
2283         * docs/gst/tmpl/types.sgml:
2284
2285 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2286
2287         * docs/pwg/other-sink.xml:
2288         * docs/pwg/other-source.xml:
2289           Documentation on how to write source and sink elements. Other
2290           stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
2291           manager, autoplugger) are all still pending.
2292
2293 2004-03-25  Benjamin Otte  <otte@gnome.org>
2294
2295         * testsuite/elements/Makefile.am:
2296         * testsuite/elements/gst-compprep-check:
2297           add check to make sure gst-compprep works
2298         * testsuite/elements/gst-inspect-check.in:
2299           improve initialization output
2300         * testsuite/Makefile.am:
2301         * testsuite/gst-inspect-check:
2302           remove old file
2303
2304 2004-03-24  David Schleef  <ds@schleef.org>
2305
2306         * testsuite/elements/Makefile.am:
2307         * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
2308         to the testsuite.
2309
2310 2004-03-24  Benjamin Otte  <otte@gnome.org>
2311
2312         * libs/gst/control/dparam.c: (gst_dparam_attach),
2313         (gst_dparam_detach):
2314         * libs/gst/control/dparammanager.c: (gst_dpman_init):
2315           fix lvalue casts for real
2316
2317 2004-03-24  Benjamin Otte  <otte@gnome.org>
2318
2319         * gst/schedulers/gstbasicscheduler.c:
2320         (gst_basic_scheduler_src_wrapper):
2321         * gst/schedulers/gstoptimalscheduler.c:
2322         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
2323         (pad_clear_queued), (gst_opt_scheduler_add_element),
2324         (gst_opt_scheduler_remove_element):
2325           fix GStreamer to not have issues with lvalue casts anymore (fixes
2326           #136841)
2327
2328 2004-03-24  Benjamin Otte  <otte@gnome.org>
2329
2330         * gst/gstelement.c:
2331           add documentation about a gobject quirk where the object hasn't the
2332           correct class pointer set on initialization
2333         * gst/schedulers/gstbasicscheduler.c:
2334         (gst_basic_scheduler_src_wrapper):
2335           make sure to not run into an infinite loop
2336
2337 2004-03-22  Benjamin Otte  <otte@gnome.org>
2338
2339         * gst/gstutils.c: (gst_util_dump_mem):
2340         * gst/gstutils.h:
2341           first argument of gst_util_dump_mem should be const
2342
2343 2004-03-22  Johan Dahlin  <johan@gnome.org>
2344
2345         * gst/gstvalue.h: Clean up a little bit.
2346
2347 2004-03-21  Tim-Philipp Müller <t.i.m@zen.co.uk>
2348
2349         reviewed by Benjamin Otte  <otte@gnome.org>
2350
2351         * gst/autoplug/gstspider.c: (gst_spider_dispose):
2352         * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
2353         (gst_aggregator_class_init), (gst_aggregator_init):
2354         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
2355         (gst_filesrc_dispose), (gst_filesrc_set_location):
2356         * gst/elements/gstidentity.c: (gst_identity_finalize),
2357         (gst_identity_class_init), (gst_identity_chain):
2358         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
2359         * gst/elements/gststatistics.c: (gst_statistics_finalize),
2360         (gst_statistics_class_init):
2361         * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
2362         (gst_tee_get_property):
2363           clean up used memory in this elements correctly on teardown (closes
2364           #137279)
2365
2366 2004-03-20  Colin Walters  <walters@redhat.com>
2367
2368         * gst/registries/gstxmlregistry.c:
2369         (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
2370         registry saving atomic.
2371
2372 2004-03-20  Colin Walters  <walters@redhat.com>
2373
2374         * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
2375         Just use
2376         access() instead of actually creating and deleting files.
2377
2378 2004-03-18  David Schleef  <ds@schleef.org>
2379
2380         * configure.ac:  Remove HAVE_ATOMIC_H test, since it's unused.
2381         (bug #137625)
2382
2383 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2384
2385         * po/sv.po: updated translation (Christian Rose)
2386
2387 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2388
2389         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
2390         (gst_filesink_get_query_types), (_do_init),
2391         (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
2392           return FALSE silently
2393         * po/af.po: updated translation (Petri Jooste)
2394
2395 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2396
2397         * Makefile.am:
2398         * configure.ac:
2399           dist common properly
2400         * po/af.po:
2401         * po/fr.po:
2402         * po/nl.po:
2403         * po/sr.po:
2404         * po/sv.po:
2405           refreshing translations
2406
2407 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2408
2409         * po/LINGUAS:
2410         * po/sv.po:
2411         * po/af.po:
2412           adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
2413
2414 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2415
2416         * Makefile.am: use common/release.mak
2417
2418 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2419
2420         * docs/faq/gst-uninstalled:
2421           adding gst-monkeysaudio to the list of possible plugin dirs
2422
2423 2004-03-16  David Schleef  <ds@schleef.org>
2424
2425         * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
2426         (gst_init_check_with_popt_table):  Fix some gettext strings to
2427         make them easier to translate.  Required making the strings
2428         non-const.
2429
2430 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2431
2432         * configure.ac: bump nano to 1
2433
2434 === release 0.8.0 ===
2435
2436 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2437
2438         * configure.ac: release 0.8.0, "Executive Slacks"
2439
2440 2004-03-16  Johan Dahlin  <johan@gnome.org>
2441
2442         * gst/schedulers/gstoptimalscheduler.c
2443         (gst_opt_scheduler_pad_unlink): Remove double ;,
2444         spotted by Scott Wheeler
2445
2446 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2447
2448         * configure.ac: bump libtool version
2449
2450 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2451
2452         * gst/gstcaps.h:
2453         * gst/gststructure.h:
2454           add reserved padding
2455
2456 2004-03-15  Benjamin Otte  <otte@gnome.org>
2457
2458         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
2459           set the first parameter for select call correctly.
2460           (fixes #137230)
2461
2462 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2463
2464         * *.c,*.h: don't mix tabs and spaces
2465
2466 2004-03-15  Johan Dahlin  <johan@gnome.org>
2467
2468         * gst/schedulers/gstoptimalscheduler.c
2469         (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
2470         crash on MPEG playback. My boolean arithmetic is a bit rusty.
2471
2472         * tools/Makefile.am (EXTRA_DIST): Add gst-indent
2473         
2474 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2475
2476         * testsuite/Rules:
2477           fix gst-register rules
2478
2479 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2480
2481         * testsuite/Rules:
2482           use versioned gst-register
2483
2484 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2485
2486         * docs/libs/gstreamer-libs-sections.txt:
2487           remove </SUBSECTION>
2488         * gst/gstplugin.c:
2489         * gst/gstregistry.c: (gst_registry_add_plugin):
2490         * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
2491         (gst_xml_registry_open_func), (gst_xml_registry_close_func):
2492           add debugging and fix some comment blocks
2493
2494 2004-03-15  Johan Dahlin  <johan@gnome.org>
2495
2496         * *.h: Revert indent changes.
2497         
2498 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2499
2500         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
2501           g_error_free the g_error
2502         * tools/gst-feedback-m.m:
2503           check for other versions of gstreamer
2504         * tools/gst-indent:
2505           use sh, not bash
2506
2507 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2508
2509         * tools/gst-register.c: do not spill paths when registries are not
2510           writable, until we fix the "user running gst-register" case.
2511
2512 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2513
2514         * *.c, *.h: commit of gst-indent run on core
2515
2516 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2517
2518         * tools/gst-indent:
2519         * tools/Makefile.am:
2520           add our indentation style as a script
2521
2522 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2523
2524         * po/sr.po:
2525         * po/LINGUAS:
2526           added Serbian translation
2527
2528 2004-03-13  Benjamin Otte  <otte@gnome.org>
2529
2530         * gst/gstelement.c:
2531           add documentation note about gst_element_found_tags_for_pad not
2532           being usable in getfunctions. (see #137042)
2533
2534 2004-03-12  David Schleef  <ds@schleef.org>
2535
2536         * gst/gstcaps.h: jdahlin, what are you smoking?  We can't just
2537         change API right now!  Readd gst_caps_is_simple() macro.
2538         * gst/gstelement.c: (gst_element_base_class_finalize): Fix
2539         uninitialized variable.  I'd bet this caused crashes.
2540         * gst/gstinfo.c: (gst_debug_print_object):  Fix 64-bit cleanliness.
2541
2542 2004-03-12  Johan Dahlin  <johan@gnome.org>
2543
2544         * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
2545         * gst/gstcaps.h: Clean up
2546
2547         * gst/gst.c (init_post): call gst_caps_get_type() instead of
2548         _gst_caps_initalize()
2549
2550         * gst/gstcaps.c: Style fixes, stay closer to glib and friends
2551         (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
2552
2553         * gst/gststructure.c (gst_structure_get_type): Ditto
2554
2555         * gst/gststructure.h: Ditto
2556         
2557 2004-03-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2558
2559         * gst/gstqueue.c: (gst_queue_init):
2560           Reset default max. values in queues. Reason is simply to avoid
2561           braindead use. If you want wider values, use the properties. The
2562           default is supposed to always work. Wider values would make this
2563           beast a memory hog by default (250 full-PAL RGB32 video frames?
2564           That's 440 MB! No thank you).
2565
2566 2004-03-10  David Schleef  <ds@schleef.org>
2567
2568         * tools/gst-run.c: (main):  Fix crash when no relevant tools
2569         were found.  (bug #136793)
2570
2571 2004-03-10  Johan Dahlin  <johan@gnome.org>
2572
2573         * gst/schedulers/gstoptimalscheduler.c
2574         (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
2575         links to elements within the same group, so we can finally remove
2576         that annoying warning. Refactor the code a little bit
2577         (group_dec_links_for_element): Split out
2578
2579 2004-03-09  David Schleef  <ds@schleef.org>
2580
2581         * docs/manual/dparams-app.xml:  Fix to handle double dparams.
2582         (bug #134863)
2583
2584 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2585
2586         * configure.ac: first bug fix due to major/minor bump
2587
2588 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2589
2590         * configure.ac: bump nano to 1
2591
2592 === release 0.7.6 ===
2593
2594 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2595
2596         * NEWS:
2597         * RELEASE:
2598         * configure.ac:
2599           releasing 0.7.6, "Almost"
2600         * po/fr.po:
2601         * po/nl.po:
2602         * tools/Makefile.am:
2603         * tools/gst-feedback-m.m:
2604           unversioned source
2605
2606 2004-03-09  Johan Dahlin  <johan@gnome.org>
2607
2608         Reviewed by: Thomas Vander Stichele
2609
2610         * gst/gstelement.c (gst_element_class_init): register second
2611         parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
2612         language bindings can (de)marshall correctly.
2613
2614         * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
2615
2616         * gst/gsterror.c (gst_g_error_get_type): New function
2617
2618         * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
2619         with VOID:OBJECT,OBJECT,STRING 
2620
2621 2004-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
2622
2623         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
2624         Free a leaked g_timer on early returns.
2625
2626 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2627
2628         * docs/pwg/advanced-types.xml:
2629           Add cinepak description.
2630
2631 2004-03-07  David Schleef  <ds@schleef.org>
2632
2633         * docs/random/mimetypes:  Added cinepak description
2634
2635 2004-03-07  Andy Wingo  <wingo@pobox.com>
2636
2637         * gst/gstbin.c (gst_bin_remove): Debugging fixes.
2638
2639         * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
2640         there are no links to other groups when a group is destroyed.
2641         (gst_opt_scheduler_pad_unlink): If the unlink means an element is
2642         removed from a group, make sure the link count to elements linked
2643         to other pads is appropriately decremented. This really fixes
2644         #135672.
2645
2646         The 1.60->1.61 patch has been reapplied in light of this fix.
2647
2648         * gst/gstelement.c (gst_element_dispose): Really protect against
2649         multiple invocations this time.
2650
2651 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2652
2653         * docs/gst/gstreamer-sections.txt:
2654         * docs/gst/tmpl/gsttag.sgml:
2655           remove some deprecated functions, document some existing ones
2656         * gst/gsttag.c: (gst_tag_get_flag):
2657         * gst/gsttag.h:
2658           add accessor function
2659
2660 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2661
2662         * docs/gst/gstreamer-sections.txt:
2663         * docs/gst/tmpl/gsttag.sgml:
2664         * docs/gst/tmpl/gstxml.sgml:
2665         * gst/gsttag.c: (gst_tag_get_flag):
2666         * gst/gsttag.h:
2667
2668 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
2669
2670         * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
2671         leak
2672
2673 2004-03-05  David Schleef  <ds@schleef.org>
2674
2675         * REQUIREMENTS: Add bison and flex.
2676         * configure.ac: Fix comment about bison.
2677         * docs/random/ds/0.9-suggested-changes: yer ma
2678         * tools/gst-inspect.c: (print_element_info):  Fix warning.
2679
2680 2004-03-05  Benjamin Otte  <otte@gnome.org>
2681
2682         * gst/gstelement.c: (gst_element_error_full):
2683           revert recent recursive state changing commit - messing with other
2684           elements' states is evil and should be done by apps only.
2685
2686 2004-03-05  Benjamin Otte  <otte@gnome.org>
2687
2688         * gst/gstelement.c: (gst_element_get_compatible_pad_template):
2689           check for empty intersection instead of NULL caps
2690         (gst_element_get_compatible_pad_filtered):
2691           remove old workaround that is only a bug nowadays
2692
2693 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2694
2695         * gst/gstelement.c: (gst_element_error_full):
2696           make elements try to recursively change state to PAUSED on all
2697           parents after an error to suppress ensuing warnings
2698         * gst/parse/grammar.y:
2699           make it check if it was able to sync the state, and throw an error
2700           if not, so stuff like
2701           oggdemux ! vorbisdec ! osssink gets caught
2702
2703 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2704
2705         * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
2706           it contains lib64; use AS_AC_EXPAND to handle it properly
2707
2708 2004-03-05  David Schleef  <ds@schleef.org>
2709
2710         * gst/gstcpuid_i386.s:  Remove unused code
2711         * libs/gst/getbits/getbits.c: (gst_getbits_init),
2712         (gst_getbits_newbuf): Remove MMX code
2713         * libs/gst/getbits/getbits.h: Remove MMX code
2714
2715 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
2716
2717         * debian/.cvsignore:
2718         * debian/README.Debian:
2719         * debian/changelog:
2720         * debian/control:
2721         * debian/control.in:
2722         * debian/copyright:
2723         * debian/gstreamer-core-libs-dev.files:
2724         * debian/gstreamer-core-libs.files:
2725         * debian/gstreamer-core.files:
2726         * debian/gstreamer-core.postinst:
2727         * debian/gstreamer-core.postrm:
2728         * debian/gstreamer-doc.files:
2729         * debian/gstreamer-doc.links:
2730         * debian/gstreamer-doc.lintian:
2731         * debian/gstreamer-runtime.files:
2732         * debian/gstreamer-runtime.manpages:
2733         * debian/gstreamer-runtime.postinst:
2734         * debian/gstreamer-runtime.postrm:
2735         * debian/gstreamer-tools.files:
2736         * debian/gstreamer-tools.manpages:
2737         * debian/libgstreamer-dev.files:
2738         * debian/libgstreamer0.4.1.files:
2739         * debian/libgstreamerVERSION.files:
2740         * debian/rules:
2741         Debian package info not maintained here.
2742
2743 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2744
2745         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
2746         * gst/gstbin.c: (gst_bin_class_init):
2747         * gst/gstelement.c: (gst_element_class_init):
2748         * gst/gstindex.c: (gst_index_class_init):
2749         * gst/gstobject.c: (gst_object_class_init),
2750         (gst_signal_object_class_init):
2751         * gst/gstpad.c: (gst_pad_template_class_init):
2752         * gst/gstregistry.c: (gst_registry_class_init):
2753         * gst/gsturi.c: (gst_uri_handler_base_init):
2754         * gst/gstxml.c: (gst_xml_class_init):
2755         * libs/gst/control/dparam.c: (gst_dparam_class_init):
2756         * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
2757           make all signal names use dashes instead of underscore
2758
2759 2004-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2760
2761         * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
2762
2763 2004-03-03  Benjamin Otte  <otte@gnome.org>
2764
2765         * gst/schedulers/gstoptimalscheduler.c:
2766           revert last commit by Andy Wingo. It causes segfaults on unreffing
2767           in Rhythmbox. (see bug #135672)
2768
2769 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
2770
2771         * po/fr.po: fix typo
2772
2773 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
2774
2775         * tools/gst-inspect.c: (main): 
2776         * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
2777
2778 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2779
2780         * configure.ac:
2781           get GLIB_ONLY and POPT flags for the nonversioned binaries
2782         * tools/Makefile.am:
2783           use them
2784
2785 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2786
2787         * gst/gst.c: (init_post):
2788           change so that GST_REGISTRY now is where the global registry gets
2789           saved, since that is where plugins now get attached to first, and
2790           spilled over to the user registry.  Note that in the case of using
2791           GST_REGISTRY env var, we don't want to affect any real registries
2792           beyond the one given by this var, and thus we don't set a user
2793           registry to spill to.  So make sure GST_REGISTRY is writable.
2794
2795 2004-03-01  David Schleef  <ds@schleef.org>
2796
2797         * AUTHORS:  Added some names.  Add yourself if you're missing.
2798
2799 2004-03-01  David Schleef  <ds@schleef.org>
2800
2801         * MAINTAINERS: Add
2802
2803 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2804
2805         * configure.ac:
2806           remove whitespace
2807         * docs/gst/tmpl/gstbuffer.sgml:
2808         * docs/gst/tmpl/gstdata.sgml:
2809         * docs/gst/tmpl/gstreamer-unused.sgml:
2810         * docs/gst/tmpl/gstxml.sgml:
2811           doc update
2812         * docs/manuals.mak:
2813           add a FIXME
2814         * docs/pwg/intro-preface.xml:
2815         * docs/pwg/pwg.xml:
2816           remove GNOME
2817         * gst/gst.c: (init_post):
2818           try GST_PLUGIN_PATH paths for the _global_registry first
2819         * gst/gstelement.h:
2820           add the error message as well, otherwise (null) debug info doesn't
2821           make much sense
2822         * tools/gst-register.c: (main):
2823           spill paths to next registry if this registry is not writable
2824         * po/fr.po:
2825         * po/nl.po:
2826           translation updates
2827
2828 2004-03-01  Johan Dahlin  <johan@gnome.org>
2829
2830         * gst/gstbuffer.c (_gst_buffer_initialize): 
2831         * gst/gstdata.c (gst_data_get_type): 
2832         * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
2833         instead of ref, since some applications that uses GBoxed
2834         routines depends on a function that actually returns a copy.
2835
2836 2004-02-27  Benjamin Otte  <otte@gnome.org>
2837
2838         * gst/gstbuffer.h:
2839           remove gst_buffer_free, use gst_data_unref
2840         * gst/gstdata.c: (gst_data_get_type):
2841           use refcounting in GstData GBoxed registration
2842         * gst/gstdata.h:
2843           remove gst_data_free, use gst_data_unref
2844
2845 2004-02-27  Johan Dahlin  <johan@gnome.org>
2846
2847         * gst/gstdata.c (gst_data_get_type): New function, register
2848         GstData as a GBoxed type.
2849
2850         * gst/gstdata.h (GST_TYPE_DATA): New macro
2851
2852 2004-02-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2853
2854         * Makefile.am:
2855         * gstreamer.spec.in:
2856           put back RELEASE
2857         * gst/Makefile.am:
2858           clean up non-disting of built files
2859         * testsuite/debug/commandline.c:
2860           test fix for option rename
2861
2862 2004-02-26  David Schleef  <ds@schleef.org>
2863
2864         * configure.ac:  We don't really need glib-2.3.  Also remove
2865         some unneeded checks for library functions.
2866         * gst/Makefile.am:  Instead, we need to not dist files created
2867         by glib-genmarshal.
2868
2869 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2870
2871         * configure.ac:
2872           bump glib required version to 2.3.0 for g_value_takes_boxed
2873
2874  2004-02-25  Christian Fredrik Kalager Schaller <uraeus@gnome.org>
2875
2876         * common/m4/gst-docs.m4
2877         change flavour text from enable to disable as enable is our default
2878         closes bug Bug 135304
2879
2880 === release 0.7.5 ===
2881  
2882  2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2883  
2884         * NEWS:
2885           instate NEWS file
2886         * Makefile.am:
2887         * gstreamer.spec.in:
2888         * RELEASE:
2889           put back release
2890         * configure.ac:
2891         * docs/random/release:
2892           more updates
2893
2894 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2895
2896         * gst/gsttag.c: (_gst_tag_initialize):
2897         * po/fr.po:
2898         * po/nl.po:
2899           remove hyphen from codec tags
2900
2901 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2902
2903         * gst/parse/Makefile.am:
2904           fix dependency so that a make from a clean build works the first
2905           time
2906
2907 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2908
2909         * docs/random/release:
2910           update release strategy
2911         * po/fr.po:
2912           auto-update po file
2913         * po/nl.po:
2914           update dutch translation
2915
2916 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2917
2918         * docs/manual/debugging.xml:
2919         fix manual for new debugging system
2920
2921 2004-02-25  Andy Wingo  <wingo@pobox.com>
2922
2923         * gst/gstpad.c (gst_pad_link_prepare): Re-add
2924         gst_pad_link_prepare. Please email the list with specific reasons
2925         for reverting.
2926
2927 2004-02-24  Andy Wingo  <wingo@pobox.com>
2928
2929         * gst/gstelement.c (gst_element_dispose): Protect against multiple
2930         invocations.
2931
2932         * gst/schedulers/gstoptimalscheduler.c:
2933         I added a mess of prototypes at the top of the file by way of
2934         documentation. Some of the operations on chains and groups were
2935         re-organized.
2936
2937         (create_group): Added a type argument so if the group is enabled,
2938         the setup_group_scheduler knows what to do.
2939         (group_elements): Added a type argument here, too, to be passed on
2940         to create_group.
2941         (group_element_set_enabled): If an unlinked PLAYING element is
2942         added to a bin, we have to create a new group to hold the element,
2943         and this function will be called before the group is added to the
2944         chain. Thus we have a valid case for group->chain==NULL. Instead
2945         of calling chain_group_set_enabled, just set the flag on the group
2946         (the chain's status will be set when the group is added to it).
2947         (gst_opt_scheduler_state_transition, chain_group_set_enabled):
2948         Setup the group scheduler when the group is enabled, not
2949         specifically when an element goes PAUSED->PLAYING. This means
2950         PLAYING elements can be added, linked, and scheduled into a
2951         PLAYING pipeline, as was intended.
2952         (add_to_group): Don't ref the group twice. I don't know when this
2953         double-ref got in here. Removing it has the potential to cause
2954         segfaults if other parts of the scheduler are buggy. If you find
2955         that the scheduler is segfaulting for you, put in an extra ref
2956         here and see if that hacks over the underlying issue. Of course,
2957         then find out what code is unreffing a group it doesn't own...
2958         (create_group): Make the extra refcount floating, and remove it
2959         after adding the element. This means that...
2960         (unref_group): Destroy when the refcount reaches 0, not 1, like
2961         every other refcounted object in the known universe.
2962         (remove_from_group): When a group becomes empty, set it to be not
2963         active, and remove it from its chain. Don't unref it again,
2964         there's no floating reference any more.
2965         (destroy_group): We have to remove the group from the chain in
2966         remove_from_group (rather than here) to break refcounting cycles
2967         (the chain always has a ref on the group). So assert that
2968         group->chain==NULL.
2969         (ref_group_by_count): Removed, it was commented out anyway.
2970         (merge_chains): Use the remove_from_chain and add_to_chain
2971         primitives to do the reparenting, instead of rolling our own
2972         implementation.
2973         (add_to_chain): The first non-disabled group in the chain's group
2974         list will be the entry point for the chain. Because buffers can
2975         accumulate in loop elements' peer bufpens, we preferentially
2976         schedule loop groups before get groups to avoid unnecessary
2977         execution of get-based groups when the bufpens are already full.
2978         (gst_opt_scheduler_schedule_run_queue): Debug fixes.
2979         (get_group_schedule_function): Ditto.
2980         (loop_group_schedule_function): Ditto.
2981         (gst_opt_scheduler_loop_wrapper): Ditto.
2982         (gst_opt_scheduler_iterate): Ditto.
2983
2984         I understand the opt scheduler now, yippee!
2985
2986         * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
2987         (gst_pad_get_name, gst_pad_set_chain_function) 
2988         (gst_pad_set_get_function, gst_pad_set_event_function) 
2989         (gst_pad_set_event_mask_function, gst_pad_get_event_masks) 
2990         (gst_pad_get_event_masks_default, gst_pad_set_convert_function) 
2991         (gst_pad_set_query_function, gst_pad_get_query_types) 
2992         (gst_pad_get_query_types_default) 
2993         (gst_pad_set_internal_link_function) 
2994         (gst_pad_set_formats_function, gst_pad_set_link_function) 
2995         (gst_pad_set_fixate_function, gst_pad_set_getcaps_function) 
2996         (gst_pad_set_bufferalloc_function, gst_pad_unlink) 
2997         (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent) 
2998         (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps) 
2999         (gst_pad_proxy_pad_link, gst_pad_proxy_fixate) 
3000         (gst_pad_get_pad_template_caps, gst_pad_check_compatibility) 
3001         (gst_pad_get_peer, gst_pad_get_allowed_caps) 
3002         (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull) 
3003         (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps) 
3004         (gst_pad_event_default_dispatch, gst_pad_event_default) 
3005         (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default) 
3006         (gst_pad_convert, gst_pad_query_default, gst_pad_query) 
3007         (gst_pad_get_formats_default, gst_pad_get_formats): Better
3008         argument checks, and some doc fixes.
3009
3010         (gst_pad_custom_new_from_template): Um, does anyone
3011         use these functions? Actually make a custom pad instead of a
3012         normal one.
3013         (gst_pad_try_set_caps): Transpose some checks.
3014         (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
3015         the pad is in negotiation.
3016         (gst_pad_try_relink_filtered): Use pad_link_prepare.
3017         
3018         * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
3019
3020         * gst/gstelement.h: 
3021         * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
3022         on the list.
3023
3024 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3025
3026         * gst/gstbin.c: (gst_bin_add):
3027           add error for not being able to add elements
3028
3029 2004-02-22  Julien MOUTTE <julien@moutte.net>
3030
3031         * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
3032         audio-codec and video-codec.
3033
3034 2004-02-22  Benjamin Otte  <otte@gnome.org>
3035
3036         reported by: Padraig O'Briain <padraig.obriain@sun.com>
3037
3038         * autogen.sh:
3039           replace test -e with test -x for mkinstalldirs to be more portable.
3040           (fixes #134816)
3041
3042 2004-02-22  Benjamin Otte  <otte@gnome.org>
3043
3044         * gst/gstpad.c:
3045           revert last patch from Andy, it makes gst_pad_can_link_filtered much
3046           too noisy
3047         * gst/gsttag.c: (_gst_tag_initialize):
3048         * gst/gsttag.h:
3049           add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
3050         * libs/gst/control/dparam.c: (gst_dparam_attach):
3051         * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
3052           check that types for attached dparams match
3053
3054 2004-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3055
3056         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
3057         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
3058         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
3059           fix errors
3060
3061 2004-02-20  Andy Wingo  <wingo@pobox.com>
3062
3063         * gst/gstbin.c:
3064         * gst/gstbuffer.c:
3065         * gst/gstplugin.c:
3066         * gst/registries/gstxmlregistry.c: 
3067         * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
3068
3069         * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
3070         (gst_element_add_pad): DEBUG->INFO, some fixes.
3071         (gst_element_get_compatible_pad_template): Just see if the
3072         templates' caps intersect, not if one is a strict subset of the
3073         other. This conforms more to what gst_pad_link_intersect() does.
3074         (gst_element_class_add_pad_template): Don't memcpy the pad
3075         template, just ref it.
3076         (gst_element_get_compatible_pad_filtered): Clean up debug messages
3077
3078         * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
3079         (gst_pad_link_filtered): Debug changes.
3080         (gst_pad_link_prepare): New function, consolidated from
3081         can_link_filtered and link_filtered.
3082
3083         * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
3084         look more like that of the functions in gstelement.c
3085
3086         * gst/gstinfo.c (gst_debug_print_object): Put a space before the
3087         object, and return the empty string if object is NULL.
3088
3089         * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
3090         * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
3091         LOG, not DEBUG. We still get flex info on debug.
3092
3093         * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
3094         debug string more verbose.
3095         (plugin_times_older_than): DEBUG->LOG.
3096
3097 2004-02-20  Julien MOUTTE <julien@moutte.net>
3098
3099         * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
3100         will emit found_tag for each stream they demux with the codec.
3101
3102 2004-02-20  Benjamin Otte  <otte@gnome.org>
3103
3104         * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
3105           copy navigation event correctly. Check freeing tag lists. 
3106         * gst/gstthread.c: (gst_thread_change_state):
3107           don't abort() on state changing mess - it might happen because of
3108           bugs.
3109         * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
3110           use boxed functions
3111         * gst/gstvalue.h:
3112           fix GST_VALUE_HOLDS_CAPS
3113
3114 2004-02-19  David Schleef  <ds@schleef.org>
3115
3116         * gst/gstinfo.h:  Copy G_STRFUNC implementation from glib-2.4
3117         and use it for GST_FUNCTION.  (bug #134750)
3118
3119 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3120
3121         * po/fr.po:
3122         * po/nl.po:
3123           updating translations
3124
3125 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3126
3127         * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
3128
3129 2004-02-18  kost@imn.htwk-leipzig.de
3130
3131         reviewed by: David Schleef  <ds@schleef.org>
3132
3133         * docs/libs/gstreamer-libs-sections.txt:  Add missing sections
3134         for libgstcontrol.
3135
3136 2004-02-18  David Schleef  <ds@schleef.org>
3137
3138         * libs/gst/control/dparam.c: (gst_dparam_class_init):
3139         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
3140         (gst_dpsmooth_new): Additional fixes to get double dparams working.
3141         * tools/gst-inspect.c: (print_element_info): Support dumping of
3142         double dparam information.
3143
3144 2004-02-17  David Schleef  <ds@schleef.org>
3145
3146         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
3147         Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
3148         * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
3149         Use GST_TYPE_CAPS in signal prototype.
3150         * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
3151         Convert GST_TYPE_CAPS to boxed.
3152         * gst/gstelement.c: (gst_element_class_init):
3153         Use GST_TYPE_TAG_LIST in signal prototype.
3154         * gst/gstindex.c: (gst_index_class_init):
3155         * gst/gstindex.h:
3156         Add GST_TYPE_INDEX_ENTRY type.
3157         * gst/gstmarshal.list:
3158         Add necessary marshal types.
3159         * gst/gstpad.c: (gst_real_pad_class_init),
3160         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
3161         (gst_pad_recover_caps_error):
3162         Use GST_TYPE_CAPS in signal prototypes.  Fix some debugging strings.
3163         * gst/gststructure.c: (_gst_structure_initialize),
3164         (gst_structure_copy), (_gst_structure_copy_conditional):
3165         * gst/gststructure.h:
3166         Convert GST_TYPE_STRUCTURE to boxed.
3167         * gst/gsttag.c: (gst_tag_list_get_type):
3168         * gst/gsttag.h:
3169         Add GST_TYPE_TAG_LIST type.
3170
3171 2004-02-17  Julien MOUTTE  <julien@moutte.net>
3172
3173         * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
3174         to what we agreed with david.
3175         * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
3176
3177 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3178
3179         * po/nl.po: update translation
3180
3181 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3182
3183         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
3184           throw an error if spider is trying to play a mime type there is
3185           no decoder for
3186         * po/POTFILES.in:
3187           add gst/autoplug/gstspider.c for translation
3188
3189 2004-02-17  Julien MOUTTE  <julien@moutte.net>
3190
3191         * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return 
3192         silently when the pad is negotiating.
3193
3194 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3195
3196         * docs/faq/Makefile.am:
3197           add script to run gstreamer uninstalled 
3198         * docs/faq/faq.xml:
3199         * docs/faq/developing.xml:
3200         * docs/faq/gst-uninstalled:
3201           extract script to run gstreamer uninstalled
3202         * docs/manuals.mak:
3203           add EXTRA_SOURCES variable for Makefile.am's to set to
3204           use additional SOURCE files for the doc build
3205
3206 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3207
3208         * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
3209
3210 2004-02-15  Julien MOUTTE  <julien@moutte.net>
3211
3212         * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
3213         bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
3214         an error was thrown by osssink. Basically a state change failure for
3215         an element in a different scheduling group was considered as
3216         successful, which means that caps nego was going on and weird stuff
3217         happened. Like I wrote in the comment there, if someone wants to
3218         revert that please drop me a mail explaining why because I really see
3219         no point in keeping that broken behaviour there.
3220         * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
3221         be empty, we then return NULL which will trigger a nice error when 
3222         pulling from the pad.
3223
3224 2004-02-13  David Schleef  <ds@schleef.org>
3225
3226         * libs/gst/control/dparam.c: (gst_dparam_class_init),
3227         (gst_dparam_get_property), (gst_dparam_set_property),
3228         (gst_dparam_do_update_default):
3229         * libs/gst/control/dparam.h:
3230         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
3231         (gst_dpsmooth_new), (gst_dpsmooth_set_property),
3232         (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
3233         (gst_dpsmooth_do_update_double):
3234         * libs/gst/control/dparam_smooth.h:
3235         * libs/gst/control/dparammanager.c:
3236         (gst_dpman_inline_direct_update):
3237         Add support for double dparams.
3238
3239 2004-02-13  David Schleef  <ds@schleef.org>
3240
3241         * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
3242         * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
3243
3244 2004-02-13  Mattias Wadman  <mattias@sudac.org>
3245
3246         reviewed by: David Schleef  <ds@schleef.org>
3247
3248         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
3249         (gst_fdsrc_init), (gst_fdsrc_set_property),
3250         (gst_fdsrc_get_property), (gst_fdsrc_get):
3251         * gst/elements/gstfdsrc.h:  Adds timeout property to fdsrc,
3252         and sends an EOS event if file descriptor reading times out.
3253
3254 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3255
3256         * configure.ac:
3257           add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
3258
3259 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3260
3261         * configure.ac: pass required libxml version as argument
3262         (bug reported by Christophe Fergeau)
3263
3264 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3265   
3266         * docs/gst/gstreamer-docs.sgml:
3267         * docs/gst/tmpl/gstxml.sgml:
3268         * docs/libs/gstreamer-libs-docs.sgml:
3269           version API docs
3270
3271 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3272
3273         * gst/gstinfo.c:
3274         * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
3275         (gst_registry_pool_feature_filter):
3276         * gst/gstthread.c: (gst_thread_class_init):
3277         * gst/gstvalue.c:
3278           add includes exposed by building without libxml
3279         * gst/indexers/Makefile.am:
3280           do not build fileindex when LOADSAVE disabled; we should have
3281           a better libxml check later since fileindex depends on xml, not
3282           LOADSAVE or REGISTRY
3283         * libs/gst/control/Makefile.am:
3284           link with m
3285         * tools/Makefile.am:
3286           fix wrong source code for gst-xmlinspect
3287
3288 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3289
3290         * configure.ac:
3291           fix gcov help output
3292           move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
3293         * docs/random/release:
3294           some updated releasing notes
3295         * gstreamer.spec.in:
3296           more updates
3297
3298 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3299
3300         * docs/faq/faq.xml:
3301         * docs/manual/manual.xml:
3302         * docs/pwg/pwg.xml:
3303         * docs/pwg/titlepage.xml:
3304           put version in documentation
3305
3306 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3307
3308         * tools/Makefile.am: fix man page installation
3309
3310 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3311
3312         * configure.ac:
3313           don't check for libxml when load/save and registry disabled (#105844)
3314         * gstreamer.spec.in:
3315           sync with fedora candidate spec
3316
3317 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3318
3319         * po/fr.po:
3320         * po/nl.po:
3321           replace multidisksrc with multifilesrc
3322
3323 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3324
3325         * po/POTFILES.in:
3326           update to multidisksrc => multifilesrc file renaming (#134145)
3327
3328 2004-02-11  David Schleef  <ds@schleef.org>
3329
3330         * docs/gst/tmpl/gstcaps.sgml:  Fix stuff that mentions GstProps
3331         * docs/gst/tmpl/gstpadtemplate.sgml: same
3332         * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
3333         * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
3334         fixing dance.
3335         * gst/gstutils.c: Remove disabled code that uses GstProps.
3336         * gst/registries/gstxmlregistry.h: same
3337         * docs/random/ds/0.9-suggested-changes: random notes
3338
3339 2004-02-11  kost@imn.htwk-leipzig.de
3340
3341         reviewed by: David Schleef  <ds@schleef.org>
3342
3343         * gst/gstclock.c: (gst_clock_entry_new): fixes structure
3344         initialisation of clock (bug #134128)
3345
3346 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3347
3348         * configure.ac:
3349         * gst/elements/Makefile.am:
3350         * gst/elements/gstelements.c:
3351         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
3352         (gst_multifilesrc_class_init), (gst_multifilesrc_init),
3353         (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
3354         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
3355         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
3356         * gst/elements/gstmultifilesrc.h:
3357           rename multidisksrc to multifilesrc (part of #122200)
3358
3359 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3360
3361         * docs/manuals.mak:
3362           fix automake complaints
3363         * gst-element-check.m4:
3364           fix unquotedness
3365
3366 2004-02-11  David Schleef  <ds@schleef.org>
3367
3368         * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
3369         * gst/gstatomic_impl.h: Disable sparc implementation.
3370
3371 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3372
3373         * gst-element-check.m4:
3374           fix underquoted macros as reported by automake 1.8.x (#133800)
3375         * configure.ac:
3376           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
3377           by autopoint (fixes #132996)
3378
3379 2004-02-10  Andy Wingo  <wingo@pobox.com>
3380
3381         * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
3382         way to do inheritance.
3383         (gst_pad_get_event_masks, gst_pad_get_event_masks_default) 
3384         (gst_pad_get_query_types, gst_pad_get_query_types_default):
3385         Routine docs.
3386         (gst_pad_set_link_function, gst_pad_set_fixate_function) 
3387         (gst_pad_set_getcaps_function): Doc from Dave's negotation random
3388         doc.
3389         (gst_pad_unlink, gst_pad_is_linked): Docs.
3390         (gst_pad_renegotiate): A brief description of capsnego.
3391         (gst_pad_try_set_caps): Document.
3392         (gst_pad_try_set_caps_nonfixed): Document.
3393         (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
3394         (gst_pad_set_parent): Deprecated (although not out of the API).
3395         (gst_pad_get_parent): Deprecated, although many plugins use this.
3396         (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
3397         are private and will go away in 0.9.
3398         (gst_pad_perform_negotiate): Doc.
3399         (gst_pad_link_unnegotiate): I think this is meant to be static.
3400         (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps) 
3401         (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility) 
3402         (gst_pad_get_peer): Doc updates.
3403         (gst_pad_caps_change_notify): Doc.
3404         (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get) 
3405         (gst_ghost_pad_new): Doc fixes.
3406
3407         * gst/gstobject.c (gst_object_get_parent, gst_object_unparent) 
3408         (gst_object_check_uniqueness): 
3409
3410         * gst/gstelement.c (gst_element_add_pad) 
3411         (gst_element_add_ghost_pad, gst_element_remove_pad) 
3412         (gst_element_remove_ghost_pad, gst_element_get_pad) 
3413         (gst_element_get_static_pad, gst_element_get_pad_list) 
3414         (gst_element_class_get_pad_template_list) 
3415         (gst_element_class_get_pad_template): Work on the docs.
3416         (gst_element_get_pad_template_list): Uses the class method.
3417         (gst_element_get_compatible_pad_template): Docs, and consolidate
3418         some test conditions. 
3419         (gst_element_get_pad_from_template): New static function.
3420         (gst_element_request_compatible_pad): Docs, and work with
3421         non-request compatible templates. 
3422         (gst_element_get_compatible_pad_filtered): Docs and remove
3423         redundant checks.
3424         (gst_element_get_compatible_pad, gst_element_link_pads_filtered) 
3425         (gst_element_link_filtered, gst_element_link_many) 
3426         (gst_element_link, gst_element_link_pads) 
3427         (gst_element_unlink_many): Docs.
3428
3429 2004-02-05  Andy Wingo  <wingo@pobox.com>
3430
3431         * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
3432         s/pointer/boxed/.
3433
3434         * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
3435
3436         * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
3437         marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
3438         with the type=GST_TYPE_CAPS. This allows language bindings to know
3439         what kind of data they're dealing with.
3440
3441         * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
3442         to NULL when g_value_init is called. GstCaps, which rolls its own
3443         type implementation, now does the same instead of allocating empty
3444         caps.
3445         (_gst_caps_initialize, _gst_caps_collect_value,
3446         _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
3447         table methods. This allows G_VALUE_COLLECT to work.
3448
3449 2004-02-05  Andy Wingo  <wingo@pobox.com>
3450
3451         * configure.ac:
3452         * testsuite/Makefile.am (SUBDIRS): 
3453         * testsuite/ghostpads/Makefile.am: 
3454         * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
3455
3456         * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
3457         These two routines are the only ones that set
3458         GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
3459         pad template. They should be made static, depending on ABI needs.
3460         (gst_real_pad_dispose): Handle the case of ghost pads without a
3461         parent. Assert after dealing with ghost pads that the ghost pad
3462         list is empty.
3463         (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
3464         set after creation.
3465         (gst_ghost_pad_dispose): Set ::real-pad to NULL.
3466         (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
3467         functions. set_property will call add_ghost_pad/remove_ghost_pad
3468         as appropriate.
3469         (gst_ghost_pad_new): All the work is offloaded to g_object_new.
3470
3471         * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
3472         (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
3473         (gst_element_remove_pad): Handle ghost pads as well.
3474         (gst_element_remove_ghost_pad): Deprecated (could be removed,
3475         depending on API-stability needs).
3476
3477 2004-02-05  Andy Wingo  <wingo@pobox.com>
3478
3479         * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
3480         of course they're const
3481
3482 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3483
3484         * tools/Makefile.am:
3485         * tools/gst-feedback:
3486         * tools/gst-feedback-0.7:
3487           make gst-feedback versioned too for consistency
3488
3489 2004-02-11  David Schleef  <ds@schleef.org>
3490
3491         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
3492         (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
3493
3494 2004-02-10  Julien MOUTTE <julien@moutte.net>
3495
3496         * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
3497         the structure does not contain a valid tag list. Adding a safety check
3498         to remove a noisy warning in that case.
3499
3500 2004-02-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3501
3502         * gst/gst.c: fix name to be in line with others
3503
3504 2004-02-09  Julien MOUTTE <julien@moutte.net>
3505
3506         * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
3507         not shout that loud when len is 0. Just return 0 silently.
3508
3509 2004-02-09  Julien MOUTTE  <julien@moutte.net>
3510
3511         * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
3512         because data_unref has one and I prefer the debug to be symetric.
3513         * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
3514         were refed when added to the queue and unrefed only once when the queue
3515         was flushed. Now the flush handler unref the buffers two times : first
3516         unref for the ref added when pushing in the queue's tail and second
3517         unref to destroy the flushed buffer.
3518
3519 2004-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3520
3521         * docs/pwg/building-boiler.xml: fix cvs checkout documentation
3522
3523 2004-02-06  David Schleef  <ds@schleef.org>
3524
3525         * docs/random/ds/0.9-suggested-changes: Random ramblings
3526         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
3527         to int before printing.
3528         * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
3529         * gst/parse/parse.l: same.  See bug #129600
3530
3531 2004-02-06  David Schleef  <ds@schleef.org>
3532
3533         * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
3534         (gst_index_add_entry), (gst_index_add_associationv),
3535         (gst_index_add_association): Add gst_index_add_associationv()
3536         and clean up gst_index_add_association(). #127133
3537
3538 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3539
3540         * autogen.sh: check out common with right tag if CVS/Tag exists
3541
3542 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3543
3544         * testsuite/ghostpads/ghostpads.c: (main):
3545           fix testsuite from segfaulting
3546
3547 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3548
3549         * Makefile.am: add release target
3550         * configure.ac: bump nano to 1
3551         * docs/random/release:
3552
3553 2004-02-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3554
3555         * gst/gstcaps.h:
3556         * gst/gstelement.c: (gst_element_base_class_init),
3557         (gst_element_class_set_details), (gst_element_clear_pad_caps):
3558         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
3559         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
3560         (gst_real_pad_dispose):
3561         * gst/gststructure.c: (gst_structure_free),
3562         (gst_structure_from_string):
3563           put reverted patch back in
3564         * gst/gstelement.c: (gst_element_remove_pad):
3565           free explicit caps if they're set
3566         * gst/gstpad.c: (_gst_pad_default_fixate_func):
3567           copy the structure when fixating
3568
3569 2004-02-05  David Schleef  <ds@schleef.org>
3570
3571         * gst/gstmarshal.list:
3572         * gst/gstpad.c: (gst_real_pad_class_init),
3573         (_gst_real_pad_fixate_accumulator):
3574         Revert POINTER->BOXED change in signal marshaller.
3575
3576 === release 0.7.4 ===
3577                                                                                 
3578 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3579                                                                                 
3580         * NEWS: GStreamer 0.7.4 "Wooden Eels" released
3581         * configure.ac: changed for release
3582
3583 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3584
3585         * gstreamer.spec.in:
3586           bump required version of gtk-doc
3587
3588 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3589
3590         * gst/gstcaps.h:
3591         * gst/gstelement.c: (gst_element_base_class_init),
3592         (gst_element_class_set_details), (gst_element_clear_pad_caps):
3593         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
3594         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
3595         (gst_real_pad_dispose):
3596         * gst/gststructure.c: (gst_structure_free),
3597         (gst_structure_from_string):
3598           revert patch that breaks applications, reapply after release
3599           to get this fixed properly
3600
3601 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3602
3603         * gst/gsttag.c: (_gst_tag_initialize):
3604         * gst/gsttag.h:
3605           remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
3606
3607 2004-02-04  David Schleef  <ds@schleef.org>
3608
3609         Fix some memleaks:
3610         * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
3611         (gst_spider_plug_from_srcpad):
3612         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
3613
3614 2004-02-04  David Schleef  <ds@schleef.org>
3615
3616         * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
3617         a GstRealPad before accessing its structure members.
3618
3619 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3620
3621         * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
3622         (gst_clock_get_speed):
3623         * gst/gstclock.h:
3624           reset padding, remove unused fields
3625
3626 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3627
3628         * gst/autoplug/gstspideridentity.c:
3629         (gst_spider_identity_sink_loop_type_finding):
3630           use get_allowed_caps, not get_caps (fixes #132519)
3631         * gst/elements/gsttypefind.c: (stop_typefinding):
3632           use correct order when sending buffers and seeking
3633
3634 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3635
3636         * configure.ac:
3637         * gst/gstelement.h:
3638         * gst/gstpad.h:
3639         * gst/gstqueue.h:
3640           upgrade libtool CURRENT, reset padding
3641
3642 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3643
3644         * configure.ac:
3645           bump to prerelease
3646           put back AM_PROG_LIBTOOL to make libtoolize stop complaining
3647
3648 2004-02-04  David Schleef  <ds@schleef.org>
3649
3650         * docs/random/ds/0.9-suggested-changes: random notes
3651         * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
3652         (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
3653         Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
3654         expansion.
3655         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
3656         (gst_filesink_get_query_types): same
3657         * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
3658         (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
3659         * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
3660         to use new GST_PTR_FORMAT.
3661         * gst/gstelement.h: deprecate function factory macros
3662         GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
3663         These are our last variadic macros that can't be replaced with
3664         inlines.  Celebrate!  Also fix a typo in an #ifdef that was
3665         attempting to deprecate gst_element_clock_wait().
3666         * gst/gstevent.h: same
3667         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
3668         (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
3669         * gst/gstpad.h: deprecate function factory macros similar to above.
3670
3671 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3672
3673         * configure.ac:
3674         * tools/Makefile.am:
3675         * tools/gst-run.c: (popt_callback), (hash_print_key),
3676         (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
3677         (get_candidates), (main):
3678           add new source file to generate non-versioned wrapper binaries
3679           for our tools.
3680
3681 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3682
3683         * gst/gstevent.c: (_gst_event_free):
3684           actually break; inside the switch statement
3685         * gst/parse/grammar.y:
3686           fix memleak where GValues weren't unset
3687
3688 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3689
3690         * gst/gststructure.c: (gst_structure_from_string):
3691           fix huge memleak
3692         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
3693         (new_entry), (gst_type_find_element_chain):
3694         * gst/gstelement.c: (gst_element_base_class_init),
3695         (gst_element_class_set_details):
3696         * gst/gstpad.c: (gst_pad_can_link_filtered):
3697           fix smaller memleaks
3698         * gst/gstpad.c: (gst_real_pad_dispose):
3699           check that explicit caps are gone
3700         * gst/gststructure.c: (gst_structure_free):
3701           actually free the structure
3702         * gst/gstelement.c: (gst_element_clear_pad_caps):
3703           unset explicit caps
3704
3705 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3706
3707         * tools/Makefile.am:
3708           use AM_CFLAGS since all the CFLAGS are the same
3709           use AM_LDFAGS
3710
3711 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3712
3713         * docs/manual/gnome.xml:
3714           expand example a little
3715         * gst/gst.c: (gst_init_with_popt_table),
3716         (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
3717           make sure popt option displays are done with right textdomain
3718           use GstPoptOption type
3719         * gst/gst.h:
3720           create GstPoptOption type
3721
3722 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3723
3724         * gst/gsterror.c: (_gst_stream_errors_init):
3725         * gst/gsterror.h:
3726           adding error type for no codec
3727         * po/POTFILES.in:
3728           add gst-inspect
3729         * po/nl.po:
3730           update dutch translation
3731         * tools/gst-inspect.c: (print_element_list), (main):
3732           do proper internationalization
3733         * tools/gst-launch.c: (idle_func):
3734           remove commented out function call
3735
3736 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3737
3738         * docs/README:
3739           add some error fixing notes
3740         * docs/gst/gstreamer-sections.txt:
3741           remove double entries
3742         * docs/gst/tmpl/gstbin.sgml:
3743         * docs/gst/tmpl/gstclock.sgml:
3744           remove override
3745         * docs/gst/tmpl/gstelement.sgml:
3746         * docs/gst/tmpl/gstindex.sgml:
3747         * docs/gst/tmpl/gstobject.sgml:
3748         * docs/gst/tmpl/gstpadtemplate.sgml:
3749         * docs/gst/tmpl/gstreamer-unused.sgml:
3750         * docs/gst/tmpl/gsttag.sgml:
3751         * docs/gst/tmpl/gstthread.sgml:
3752         * docs/gst/tmpl/gstxml.sgml:
3753         * gst/gsttag.h:
3754           sync header prototypes with c decls
3755         * gst/gsttaginterface.c:
3756           fix doc headers
3757
3758 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3759
3760         * gst/parse/Makefile.am:
3761         * gst/gstobject.h:
3762           get rid of gstmarshal.h dependency. It's not needed.
3763         * gst/gst.h:
3764         * gst/elements/gstfakesink.c:
3765         * gst/elements/gstfakesrc.c:
3766         * gst/elements/gstidentity.c:
3767         * gst/gstbin.c:
3768         * gst/gstelement.c:
3769         * gst/gstindex.c:
3770         * gst/gstobject.c:
3771         * gst/gstpad.c:
3772         * gst/gstthread.c:
3773         * gst/gstxml.c:
3774         * libs/gst/control/dparam.c:
3775         * libs/gst/control/dparammanager.c:
3776           include gstmarshal.h.
3777         Fixes #132045
3778
3779 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3780
3781         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
3782         (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
3783         (gst_filesrc_map_region), (gst_filesrc_get_mmap):
3784         * gst/elements/gstfilesrc.h:
3785           don't ref the filesrc when creating mmaped buffers. Don't keep a
3786           list of not-yet-destroyed buffers.
3787         * gst/gstbuffer.h:
3788           Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
3789
3790 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3791
3792         * gst/gst.c: (init_pre):
3793           remove textdomain
3794
3795 2004-02-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3796
3797         * docs/pwg/advanced-events.xml:
3798         * docs/pwg/advanced-scheduling.xml:
3799         * docs/pwg/intro-basics.xml:
3800         * docs/pwg/other-manager.xml:
3801         * docs/pwg/other-nton.xml:
3802         * docs/pwg/other-ntoone.xml:
3803         * docs/pwg/other-oneton.xml:
3804         * docs/pwg/pwg.xml:
3805           All sort of documentation... Forgot what. Point is that I want this
3806           in before I leave. The 'other-*' will be the last section and will
3807           explain issues specific to these type of elements.
3808
3809 2004-02-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3810
3811         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
3812         (gst_filesrc_get_read):
3813           set all the values on buffers that we can
3814
3815 2004-02-02  David Schleef  <ds@schleef.org>
3816
3817         Change usage of isblah() to g_ascii_isblah() to be more locale
3818         independent.  (#133076)
3819         * gst/gsturi.c: (gst_uri_protocol_check_internal):
3820         * gst/gstutils.c:
3821         * gst/parse/parse.l:
3822
3823 2004-02-02  Jon Trowbridge  <trow@gnu.org>
3824
3825         reviewed by: David Schleef  <ds@schleef.org>
3826
3827         Fix memory leaks:
3828         * gst/gstcaps.c: (gst_caps_to_string):
3829         * gst/registries/gstxmlregistry.c:
3830         (gst_xml_registry_add_path_list_func),
3831         (gst_xml_registry_parse_padtemplate):
3832
3833 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3834
3835         * gst/gstelement.c: (gst_element_default_error):
3836           suffix error messages with period
3837
3838 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
3839
3840         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
3841         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
3842         * gst/gsterror.c: (gst_error_get_message):
3843           Suffix with dots
3844         * po/fr.po:
3845         * po/nl.po:
3846           Update translation files
3847
3848 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
3849
3850         * gst/autoplug/gstspideridentity.c:
3851         (gst_spider_identity_sink_loop_type_finding):
3852         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
3853         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
3854         (gst_filesink_close_file), (gst_filesink_handle_event),
3855         (gst_filesink_chain):
3856         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
3857         (gst_filesrc_get_read), (gst_filesrc_open_file):
3858         * gst/elements/gstidentity.c: (gst_identity_chain):
3859         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
3860         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
3861         (gst_pipefilter_chain), (gst_pipefilter_open_file):
3862         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
3863         * gst/gsterror.c: (_gst_core_errors_init),
3864         (_gst_library_errors_init), (_gst_resource_errors_init),
3865         (_gst_stream_errors_init), (gst_error_get_message):
3866         * gst/gstpad.c: (gst_pad_set_explicit_caps),
3867         (gst_pad_recover_caps_error), (gst_pad_pull):
3868         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
3869         * gst/schedulers/gstbasicscheduler.c:
3870         (gst_basic_scheduler_chainhandler_proxy),
3871         (gst_basic_scheduler_gethandler_proxy),
3872         (gst_basic_scheduler_cothreaded_chain):
3873           Suffix error messages with period.
3874           Use (NULL) instead of NULL
3875
3876 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
3877
3878         * docs/gst/tmpl/gstelement.sgml:
3879         * docs/gst/tmpl/gstxml.sgml:
3880         * gst/gstelement.c: (gst_element_error_full):
3881           add element path to error
3882
3883 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3884
3885         * docs/random/mimetypes:
3886           update raw int/float info
3887         * gst/gsttag.c: (_gst_tag_initialize):
3888         * gst/gsttag.h:
3889           add GST_TAG_ENCODER
3890
3891 2004-01-30  David Schleef  <ds@schleef.org>
3892
3893         * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
3894           missing (#132991)
3895
3896 2004-01-30  Laurent Vivier <Laurent.Vivier@bull.net>
3897
3898         reviewed by Benjamin Otte 
3899           parts of the patch submitted in bug #113913
3900
3901         * configure.ac:
3902           use AC_C_INLINE. Use = instead of == with test
3903         * examples/plugins/example.c:
3904         * gst/autoplug/gstspideridentity.c:
3905         * gst/elements/gstfdsrc.c:
3906         * gst/elements/gstfilesrc.c:
3907         * gst/elements/gstidentity.c:
3908         * gst/elements/gstmultidisksrc.c:
3909         * gst/elements/gststatistics.c:
3910         * gst/gstelement.c:
3911         * gst/gstobject.c:
3912         * gst/gstpad.c:
3913         * gst/gstpipeline.c:
3914         * gst/gstthread.c:
3915           don't end enums with a comma
3916         * gst/gstindex.c: (gst_index_compare_func):
3917           do explicit casting to gint
3918         * gst/gsttrace.c: (gst_trace_text_flush):
3919           #define strsize as a macro
3920
3921 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3922
3923         * docs/README:
3924         * docs/gst/gstreamer-docs.sgml:
3925         * docs/gst/gstreamer-sections.txt:
3926         * docs/gst/tmpl/gstelement.sgml:
3927         * docs/gst/tmpl/gsterror.sgml:
3928         * docs/gst/tmpl/gstinterface.sgml:
3929         * docs/gst/tmpl/gstreamer-unused.sgml:
3930         * docs/gst/tmpl/gststructure.sgml:
3931         * docs/gst/tmpl/gsttag.sgml:
3932         * docs/gst/tmpl/gsttaginterface.sgml:
3933         * docs/gst/tmpl/gstvalue.sgml:
3934         make sure all API ends up in the built docs
3935         * gst/gstinterface.c:
3936         * gst/gststructure.c: (gst_structure_id_set_value),
3937         (gst_structure_set_value), (gst_structure_id_get_value):
3938         * gst/gststructure.h:
3939         * gst/gstvalue.h:
3940         sync .h with .c declarations
3941
3942 2004-01-30  Julien Moutte  <julien@moutte.net>
3943
3944         * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
3945         Ronald will fix riffread.
3946
3947 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3948
3949         * docs/pwg/advanced-interfaces.xml:
3950           Added tuner interface docs.
3951
3952 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3953
3954         * docs/random/mimetypes:
3955           correct Theora information
3956         * gst/gstelement.h:
3957           make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
3958
3959 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3960
3961         * gst/gstelement.c: (gst_element_error_full):
3962         * gst/gstelement.h:
3963           GST_ELEMENT_ERROR in enum -> _IN_ERROR
3964
3965 2004-01-29  Julien MOUTTE  <julien@moutte.net>
3966
3967         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
3968         (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
3969         again and even before DISCONT.
3970         * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
3971         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
3972         bytestream so that it's not stopping to fill the bytestream if events
3973         different than EOS or DISCONT are received. Instead it process them so
3974         that they go downstream.
3975
3976 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3977
3978         * docs/gst/tmpl/gstelement.sgml:
3979         * docs/gst/tmpl/gstreamer-unused.sgml:
3980         * docs/gst/tmpl/gstxml.sgml:
3981         * gst/autoplug/gstspideridentity.c:
3982         (gst_spider_identity_sink_loop_type_finding):
3983         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
3984         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
3985         (gst_filesink_close_file), (gst_filesink_handle_event),
3986         (gst_filesink_chain):
3987         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
3988         (gst_filesrc_get_read), (gst_filesrc_open_file):
3989         * gst/elements/gstidentity.c: (gst_identity_chain):
3990         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
3991         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
3992         (gst_pipefilter_chain), (gst_pipefilter_open_file):
3993         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
3994         * gst/gstelement.h:
3995         * gst/gstpad.c: (gst_pad_set_explicit_caps),
3996         (gst_pad_recover_caps_error), (gst_pad_pull):
3997         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
3998         * gst/schedulers/gstbasicscheduler.c:
3999         (gst_basic_scheduler_chainhandler_proxy),
4000         (gst_basic_scheduler_gethandler_proxy),
4001         (gst_basic_scheduler_cothreaded_chain):
4002           gst_element_error -> GST_ELEMENT_ERROR
4003
4004 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4005
4006         * docs/Makefile.am:
4007         * docs/gst/tmpl/gstelement.sgml:
4008         * docs/gst/tmpl/gstxml.sgml:
4009         * docs/manuals.mak:
4010         * docs/pwg/advanced-request.xml:
4011         * docs/pwg/advanced-scheduling.xml:
4012         * docs/pwg/advanced-tagging.xml:
4013           fix non-validating docbook using CDATA
4014           make sure make check-local gets run first to check if it validates
4015
4016 2004-01-29  Julien MOUTTE <julien@moutte.net>
4017
4018         * docs/pwg/advanced-events.xml: Adding documentation on advanced event
4019         handling (up and downstream).
4020         * docs/pwg/advanced-interfaces.xml: Make it coherent with the
4021         my_filter thing.
4022
4023 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4024
4025         * docs/pwg/advanced-tagging.xml:
4026           Add docs about tag writing.
4027
4028 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4029
4030         * docs/pwg/advanced-tagging.xml:
4031           Add a part about tag reading and application signalling... Tag
4032           writing still needs to be documented.
4033         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
4034           We can set file locations in READY, too.
4035
4036 2004-01-29  Julien MOUTTE <julien@moutte.net>
4037
4038         * docs/random/ds/element-checklist: Adding some notes about src
4039         events.
4040
4041 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4042
4043         * docs/random/mimetypes:
4044           Update docs to point to correct elements for various mimetypes, and
4045           some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
4046           <stephane.loeuillet@tiscali.fr>.
4047
4048 2004-01-28  David Schleef  <ds@schleef.org>
4049
4050         * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
4051
4052 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4053
4054         * docs/random/mimetypes:
4055           update docs for audio/x-raw-float. Add "buffer-frames=0 means
4056           undefined"
4057         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
4058           make it only work in NULL.
4059         * gst/gstcaps.c:
4060           don't posion NULL caps
4061         * gst/gstelement.c: (gst_element_set_time):
4062           add debugging statement
4063         * gst/gstelement.c: (gst_element_emit_found_tag),
4064         (gst_element_found_tag_func), (gst_element_found_tags):
4065         * gst/gstelement.h:
4066           These functions take const taglists
4067         * gst/gstpad.c: (gst_pad_proxy_getcaps):
4068           fix memleak
4069         * gst/gstpad.c: (gst_pad_event_default):
4070           make more effort on handling discont and clocks, g_warn if everything
4071           fails
4072         * gst/gststructure.c: (gst_structure_remove_fields),
4073         (gst_structure_remove_fields_valist):
4074         * gst/gststructure.h:
4075           add gst_structure_remove_fields(_valist)
4076         * gst/gsttag.c:
4077           fix doc glitch
4078
4079 2004-01-28  David Schleef  <ds@schleef.org>
4080
4081         * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
4082         * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
4083         Fix memory leakage of gst_caps_to_string().
4084
4085         Use GST_PTR_FORMAT instead of gst_caps_to_string():
4086         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
4087         * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
4088         (gst_spider_identity_sink_loop_type_finding):
4089         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
4090         (find_suggest):
4091         * gst/gstpad.c: (gst_pad_try_relink_filtered),
4092         (gst_pad_set_explicit_caps):
4093         * gst/parse/grammar.y:
4094
4095 2004-01-28  David Schleef  <ds@schleef.org>
4096
4097         * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
4098         GST_PRINTF_EXTENSION_FORMAT_DEFINE.
4099         * docs/random/ds/0.9-suggested-changes: Notes from Company.
4100         * gst/gstcaps.c: (gst_caps_to_string): Add comment.
4101         * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
4102         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
4103         (gst_debug_log_default), (_gst_info_printf_extension),
4104         (_gst_info_printf_extension_arginfo):  Add printf extension.
4105         * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
4106         * gst/gststructure.c: (gst_structure_to_string),
4107         (_gst_structure_parse_value): Use gst_value_deserialize() and
4108         remove old code.
4109         * gst/gstvalue.c: (gst_value_deserialize_fourcc),
4110         (gst_value_deserialize_boolean), (gst_strtoi),
4111         (gst_value_deserialize_int), (gst_value_deserialize_double),
4112         (gst_value_deserialize_string), (gst_value_deserialize): Implement
4113         a bunch of deserialize functions and gst_value_deserialize.
4114         * gst/gstvalue.h: er, _de_serialize, not unserialize
4115         * testsuite/caps/string-conversions.c: (main): We don't currently
4116         handle (float) in caps, so convert these to (double).
4117         * testsuite/debug/Makefile.am: Add new test for the printf extension
4118         * testsuite/debug/printf_extension.c: (main): same
4119
4120 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4121
4122         * docs/random/company/time:
4123           Add some docs about clocking and time
4124
4125 2004-01-28  Julien MOUTTE <julien@moutte.net>
4126
4127         * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
4128
4129 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4130
4131         * docs/pwg/advanced-clock.xml:
4132         * docs/pwg/advanced-dparams.xml:
4133         * docs/pwg/advanced-events.xml:
4134         * docs/pwg/advanced-interfaces.xml:
4135         * docs/pwg/advanced-midi.xml:
4136         * docs/pwg/advanced-request.xml:
4137         * docs/pwg/advanced-scheduling.xml:
4138         * docs/pwg/advanced-tagging.xml:
4139         * docs/pwg/advanced-types.xml:
4140         * docs/pwg/appendix-checklist.xml:
4141         * docs/pwg/building-boiler.xml:
4142         * docs/pwg/building-chainfn.xml:
4143         * docs/pwg/building-filterfactory.xml:
4144         * docs/pwg/building-pads.xml:
4145         * docs/pwg/building-props.xml:
4146         * docs/pwg/building-signals.xml:
4147         * docs/pwg/building-state.xml:
4148         * docs/pwg/building-testapp.xml:
4149         * docs/pwg/intro-basics.xml:
4150         * docs/pwg/intro-preface.xml:
4151         * docs/pwg/other-autoplugger.xml:
4152         * docs/pwg/other-sink.xml:
4153         * docs/pwg/other-source.xml:
4154         * docs/pwg/titlepage.xml:
4155           fix up id's
4156
4157 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4158
4159         * docs/95NonPath:
4160         * docs/HACKING:
4161         * docs/README:
4162         * docs/building-the-docs-on-debian:
4163           collect relevant bits of doc info
4164
4165 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4166
4167         * docs/pwg/advanced_tagging.xml:
4168           Half-assed commit so Thomas can re-arrange document IDs here to be
4169           consistent, too.
4170
4171 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4172
4173         * docs/manual/autoplugging.xml:
4174         * docs/manual/bins-api.xml:
4175         * docs/manual/bins.xml:
4176         * docs/manual/buffers-api.xml:
4177         * docs/manual/buffers.xml:
4178         * docs/manual/clocks.xml:
4179         * docs/manual/components.xml:
4180         * docs/manual/cothreads.xml:
4181         * docs/manual/debugging.xml:
4182         * docs/manual/dparams-app.xml:
4183         * docs/manual/dynamic.xml:
4184         * docs/manual/elements-api.xml:
4185         * docs/manual/elements.xml:
4186         * docs/manual/factories.xml:
4187         * docs/manual/gnome.xml:
4188         * docs/manual/goals.xml:
4189         * docs/manual/helloworld.xml:
4190         * docs/manual/helloworld2.xml:
4191         * docs/manual/init-api.xml:
4192         * docs/manual/intro.xml:
4193         * docs/manual/links-api.xml:
4194         * docs/manual/links.xml:
4195         * docs/manual/manual.xml:
4196         * docs/manual/motivation.xml:
4197         * docs/manual/pads-api.xml:
4198         * docs/manual/pads.xml:
4199         * docs/manual/plugins-api.xml:
4200         * docs/manual/plugins.xml:
4201         * docs/manual/programs.xml:
4202         * docs/manual/queues.xml:
4203         * docs/manual/quotes.xml:
4204         * docs/manual/schedulers.xml:
4205         * docs/manual/states-api.xml:
4206         * docs/manual/states.xml:
4207         * docs/manual/threads.xml:
4208         * docs/manual/typedetection.xml:
4209         * docs/manual/xml.xml:
4210           use chapter, part, section or misc as id starts for all bits
4211
4212 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4213
4214         * docs/gst/gstreamer-sections.txt:
4215           Fix up TITLE of the sections
4216
4217 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4218
4219         * docs/pwg/advanced_interfaces.xml:
4220           Add documentation on propertyprobing.
4221         * docs/pwg/advanced_events.xml:
4222         * docs/pwg/advanced_tagging.xml:
4223         * docs/pwg/building_boiler.xml:
4224         * docs/pwg/building_filterfactory.xml:
4225         * docs/pwg/pwg.xml:
4226           Move filterfactory and tagging into their own chapter, add a chapter
4227           on events. all these are empty placeholders that will be filled in
4228           some day.
4229
4230 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4231
4232         * docs/pwg/advanced_interfaces.xml:
4233           Docs for mixer interface. Also a check for website uploading.
4234
4235 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4236
4237         * docs/HACKING:
4238         * docs/Makefile.am:
4239         * docs/faq/Makefile.am:
4240         * docs/gst/Makefile.am:
4241         * docs/gst/tmpl/gstelement.sgml:
4242         * docs/gst/tmpl/gstplugin.sgml:
4243         * docs/gst/tmpl/gstreamer-unused.sgml:
4244         * docs/libs/Makefile.am:
4245         * docs/manual/Makefile.am:
4246         * docs/manuals.mak:
4247         * docs/pwg/Makefile.am:
4248         * docs/upload.mak:
4249           Separate out upload target and make it similar for
4250           both docbook and gtk-doc docs
4251
4252 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4253
4254         * docs/manuals.mak:
4255           Fix upload target to work with freedesktop
4256
4257 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4258
4259         * docs/pwg/advanced_types.xml:
4260           Add notes on creating your own types.
4261         * docs/pwg/building_boiler.xml:
4262         * docs/pwg/building_pads.xml:
4263         * docs/pwg/building_state.xml:
4264           Add some stuff about how to retrieve values from structures, how
4265           that relates to types and change layout slightly again to be almost
4266           perfect.
4267
4268 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4269
4270         * docs/pwg/advanced_dparams.xml:
4271         * docs/pwg/advanced_scheduling.xml:
4272           Change index layout slightly.
4273
4274 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4275
4276         * docs/pwg/advanced_clock.xml:
4277         * docs/pwg/advanced_interfaces.xml:
4278         * docs/pwg/advanced_midi.xml:
4279           General placeholders for now.
4280         * docs/pwg/advanced_request.xml:
4281           Explanation about sometimes and request pads.
4282         * docs/pwg/advanced_scheduling.xml:
4283           Concept of bytestream, loopfunctions and schedulers.
4284         * docs/pwg/building_boiler.xml:
4285           Add something about plugin-init.
4286
4287 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4288
4289         * docs/pwg/building_pads.xml:
4290           Fix broken docbook
4291
4292 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4293
4294         * docs/pwg/advanced_interfaces.xml:
4295         * docs/pwg/pwg.xml:
4296           Add as a placeholder for future filling-in.
4297         * docs/pwg/basics_autoplugging.xml:
4298         * docs/pwg/basics_buffers.xml:
4299         * docs/pwg/basics_elements.xml:
4300         * docs/pwg/basics_events.xml:
4301         * docs/pwg/basics_plugins.xml:
4302         * docs/pwg/basics_types.xml:
4303           Remove, because unused (this is all in intro_basics.xml).
4304         * docs/pwg/building_signals.xml:
4305           Short intro to signals + reference to GObject docs - we really
4306           shouldn't go into these sort of things to deply because we don't
4307           use them that extensively anyway.
4308         * docs/pwg/building_state.xml:
4309           Explanation of states. Benjamin, please check.
4310         * docs/pwg/building_testapp.xml:
4311           Put everything in one page - putting only a few lines of content
4312           per page doesn't really make sense.
4313
4314           Time to get into the advanced topics. ;).
4315
4316 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4317
4318         * docs/pwg/advanced_types.xml:
4319           Finish documenting the current state of mimetypes.
4320         * docs/pwg/building_boiler.xml:
4321         * docs/pwg/building_chainfn.xml:
4322         * docs/pwg/building_pads.xml:
4323         * docs/pwg/building_props.xml:
4324         * docs/pwg/building_testapp.xml:
4325           Start documenting the "how to build a simple audio filter" part
4326           of the PWG. Most stuff is ready by now. Stuff remaining: signals,
4327           states and (maybe?) a short introduction to capsnego in the chapter
4328           on pads (building_pads.xml). Capsnego should probably be explained
4329           fully in advanced_capsnego.xml or so.
4330
4331 2004-01-26  David Schleef  <ds@schleef.org>
4332
4333         * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
4334         * gst/gstpad.h: Add new function to allow element to (somewhat)
4335         specify non-fixed caps on a pad.
4336         * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
4337         that I added a few weeks ago.
4338
4339 2004-01-26  David Schleef  <ds@schleef.org>
4340
4341         * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
4342           making try_set_caps() work with non-fixed caps.
4343
4344 2004-01-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4345
4346         * docs/pwg/advanced_types.xml:
4347         * docs/pwg/intro_basics.xml:
4348         * docs/pwg/intro_preface.xml:
4349         * docs/pwg/pwg.xml:
4350         * docs/pwg/titlepage.xml:
4351           First try to resurrect the PWG. I'm halfway integrating the mimetypes
4352           in here (docs/random/mimetypes), and will from there on work on both
4353           updating outdated parts and adding missing parts.
4354           That doesn't mean I'll fix it completely, but I'll try at least. ;).
4355
4356 2004-01-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4357
4358         * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
4359           policy is set
4360
4361 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4362
4363         * gst/gstelement.h:
4364           remove gst_element_factory_get_version. It doesn't exist anymore.
4365         * gst/gstplugin.c:
4366         * gst/gstplugin.h:
4367           remove gst_plugin_set_name and change gst_plugin_get_longname to
4368           gst_plugin_get_description to match code.
4369         * gst/gsterror.h:
4370           remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
4371         * gst/gstpad.c: (gst_pad_try_set_caps):
4372           make it work with nonfixed caps.
4373           Note that even in the nonfixed case the link function of the pad
4374           that tries to set caps isn't called.
4375
4376 2004-01-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4377
4378         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
4379           fix bug where buffer was not assembled correctly
4380         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
4381           silence by default
4382         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
4383           only seek if there's no more buffers that could work without seeking
4384
4385 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4386
4387         * gst/gsttag.c: (_gst_tag_initialize):
4388         * gst/gsttag.h:
4389           Add application tag (for encoding/muxing app).
4390
4391 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4392
4393         * autogen.sh:
4394           make autopoint force, and libtoolize not copy
4395         * common/m4/as-docbook.m4:
4396           added docbook xml catalog setup check
4397         * common/m4/gst-doc.m4:
4398           use docbook check
4399
4400 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4401
4402         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
4403         * gst/gsttag.h:
4404           add GstTagFlag
4405
4406 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4407
4408         * docs/gst/gstreamer-sections.txt:
4409         * docs/gst/tmpl/gst.sgml:
4410         * docs/gst/tmpl/gstbuffer.sgml:
4411         * docs/gst/tmpl/gstclock.sgml:
4412         * docs/gst/tmpl/gstelement.sgml:
4413         * docs/gst/tmpl/gstreamer-unused.sgml:
4414         * docs/gst/tmpl/gstxml.sgml:
4415           sync latest API changes to docs
4416
4417 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4418
4419         * gst/gstpluginfeature.c:
4420           fix doc snippet
4421         * tools/gst-inspect.c: (print_element_list):
4422           fix output of typefind
4423           add GPL header
4424         * tools/gst-launch.c:
4425           add GPL header
4426
4427 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4428
4429         * gst/elements/Makefile.am:
4430         * gst/elements/gstelements.c:
4431         * gst/elements/gsttypefindelement.c:
4432         * gst/elements/gsttypefindelement.h:
4433         * po/POTFILES.in:
4434         * po/fr.po:
4435         * po/nl.po:
4436           renamed gsttypefindelement to gsttypefind, conserving CVS history
4437
4438 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4439
4440         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
4441         * gst/gsttag.h:
4442           add some tags used in ogg as well
4443           fix _ in replaygain tags
4444
4445 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4446
4447         * gst/gsterror.h:
4448           fix wrong GST_LIBRARY_ERROR_ENCODE addition
4449
4450 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4451
4452         * gst/gstelement.c: (gst_element_error_full):
4453         * gst/gstelement.h:
4454           change _extended to _full
4455
4456 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4457
4458         reviewed by: <delete if not using a buddy>
4459
4460         * docs/gst/tmpl/gst.sgml:
4461         * docs/gst/tmpl/gstbuffer.sgml:
4462         * docs/gst/tmpl/gstclock.sgml:
4463         * docs/gst/tmpl/gstelement.sgml:
4464         * docs/gst/tmpl/gstreamer-unused.sgml:
4465         * docs/gst/tmpl/gstxml.sgml:
4466         * gst/gstelement.c: (gst_element_error_full):
4467         * gst/gstelement.h:
4468
4469 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4470
4471         * gst/gstelement.h: fix _gst_element_error_printf prototype
4472
4473 2004-01-20  David Schleef  <ds@schleef.org>
4474
4475         * gst/gststructure.c: (gst_structure_to_string):
4476         Convert function to use gst_value_serialize().
4477         * gst/gstvalue.c: (gst_value_serialize_list),
4478         (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
4479         (gst_value_serialize_double_range), (gst_value_serialize_boolean),
4480         (gst_value_serialize_int), (gst_value_serialize_double),
4481         (gst_string_wrap), (gst_value_serialize_string),
4482         (gst_value_serialize), (gst_value_deserialize):
4483         * gst/gstvalue.h:
4484         Add implementations for serialize.
4485
4486 2004-01-20  Julien MOUTTE  <julien@moutte.net>
4487
4488         * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
4489         we want to keep that one in the future or change xvidenc.c to use 
4490         another error.
4491
4492 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4493
4494         * gst/gstelement.c: (_gst_element_error_printf):
4495         * gst/gstelement.h:
4496           privatise function
4497
4498 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4499
4500         * docs/random/error:
4501           doc explaining error system
4502         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
4503           cleanup
4504
4505 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4506
4507         * gst/gst-i18n-app.h:
4508         * gst/gst-i18n-lib.h:
4509           remove inclusion of config.h
4510         * po/POTFILES.in:
4511         * po/nl.po:
4512           add gst/gstelement.c
4513
4514 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4515
4516         * po/nl.po: updated Dutch translation
4517
4518 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4519
4520         * gst/gsterror.c: (_gst_core_errors_init),
4521         (_gst_library_errors_init), (_gst_resource_errors_init),
4522         (_gst_stream_errors_init):
4523         remove ending punctuation dots
4524
4525 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4526
4527         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
4528         * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
4529         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
4530         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
4531         (gst_pipefilter_chain), (gst_pipefilter_open_file):
4532         use GST_ERROR_SYSTEM
4533
4534 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4535
4536         * gst/gstelement.c: (gst_element_error_printf),
4537         (gst_element_error_extended):
4538         * gst/gstelement.h:
4539           add a helper printf function so we can have NULL values passed.
4540
4541 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4542
4543         * gst/gstelement.h:
4544           add G_STMT macros to gst_element_error, which isn't strictly
4545           necessary but people tell me to anyway.
4546
4547 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4548
4549         * gst/Makefile.am:
4550         * gst/autoplug/gstspideridentity.c:
4551         (gst_spider_identity_sink_loop_type_finding):
4552         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
4553         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
4554         (gst_filesink_close_file), (gst_filesink_handle_event),
4555         (gst_filesink_chain):
4556         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
4557         (gst_filesrc_map_region), (gst_filesrc_get_read),
4558         (gst_filesrc_open_file):
4559         * gst/elements/gstidentity.c: (gst_identity_chain):
4560         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
4561         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
4562         (gst_pipefilter_chain), (gst_pipefilter_open_file):
4563         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
4564         * gst/gst.h:
4565         * gst/gst_private.h:
4566         * gst/gstelement.c: (gst_element_class_init),
4567         (gst_element_default_error), (gst_element_error_func),
4568         (gst_element_error_extended):
4569         * gst/gstelement.h:
4570         * gst/gsterror.c: (_gst_core_errors_init),
4571         (_gst_library_errors_init), (_gst_resource_errors_init),
4572         (_gst_stream_errors_init), (gst_error_get_message):
4573         * gst/gsterror.h:
4574         * gst/gstinfo.c: (_gst_debug_init):
4575         * gst/gstmarshal.list:
4576         * gst/gstpad.c: (gst_pad_set_explicit_caps),
4577         (gst_pad_recover_caps_error), (gst_pad_pull):
4578         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
4579         * gst/schedulers/gstbasicscheduler.c:
4580         (gst_basic_scheduler_chainhandler_proxy),
4581         (gst_basic_scheduler_gethandler_proxy),
4582         (gst_basic_scheduler_cothreaded_chain):
4583         * po/POTFILES.in:
4584         * po/fr.po:
4585         * po/nl.po:
4586           change error signal
4587           add error categories
4588
4589 2004-01-18  Jeremy Simon  <jesimon@libertysurf.fr>
4590
4591         * gst/gsttag.c: (_gst_tag_initialize):
4592         * gst/gsttag.h:
4593         Add replaygain tag
4594
4595 2004-01-18  Colin Walters  <walters@verbum.org>
4596
4597         * examples/retag/retag.c: Call gst_init before processing
4598         program args.  Add g_assert to _link_many call.
4599
4600 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4601
4602         * gst/gstpad.c: (gst_pad_alloc_buffer):
4603           Return a newly allocated buffer when the pad has no peer.
4604
4605 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4606
4607         * gst/gstclock.c: (gst_clock_get_time):
4608           make it compile with gcc 2.95 again.
4609           Patch by Scott Wheeler
4610
4611 2004-01-15  David Schleef  <ds@schleef.org>
4612
4613         * gst/gstcaps.h:
4614         Added gst_caps_is_simple() macro.
4615         * testsuite/caps/caps.c: (test1):
4616         * testsuite/caps/intersect2.c: (main):
4617         * testsuite/caps/intersection.c: (main):
4618         Fixes to make 'make check' work again after removing
4619         gst_caps_is_chained().
4620
4621 2004-01-15  Leif Johnson <leif@ambient.2y.net>
4622
4623         * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
4624         and additions to the MIDI document.
4625
4626 2004-01-15  David Schleef  <ds@schleef.org>
4627
4628         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
4629         (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
4630         of GST_RPAD_, since we don't know if it's a real or ghost pad.
4631
4632 2004-01-15  David Schleef  <ds@schleef.org>
4633
4634         * gst/gstqueue.c:
4635         * gst/gstqueue.h:
4636         Fix the spelling of "treshold" and make min_threshold actually
4637         affect the queue.
4638
4639 2004-01-15  David Schleef  <ds@schleef.org>
4640
4641         * gst/gstcaps.c:
4642         Add lots of documentation.
4643         * gst/gstcaps.h:
4644         Deprecate a few functions.
4645         * gst/gstpad.c:
4646         Removed use of deprecated functions.
4647
4648 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4649
4650         * gst/gstpad.c: (gst_pad_is_linked):
4651         * gst/gstpad.h:
4652           implement gst_pad_is_linked
4653         * gst/gstelement.h:
4654           reserve space for initiate_state_change
4655
4656 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4657
4658         * gst/autoplug/gstspideridentity.c:
4659         (gst_spider_identity_sink_loop_type_finding):
4660           break infinite loop by just returning instead of looping
4661         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
4662           set event time difference correctly. Set it to 1 second instead
4663           of 100ms to be more tolerant
4664         * gst/gstelement.c: (gst_element_set_time):
4665           add debugging output
4666
4667 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4668
4669         * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
4670           query if buffers are inside the pool, ignore events
4671
4672 2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4673
4674         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
4675         (gst_clock_set_speed), (gst_clock_set_active),
4676         (gst_clock_is_active), (gst_clock_reset),
4677         (gst_clock_handle_discont):
4678         * gst/gstclock.h:
4679           deprecate old interface and disable functions that aren't in use
4680           anymore.
4681         * gst/gstelement.h:
4682         * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
4683         (gst_element_set_time), (gst_element_adjust_time):
4684           add concept of "element time" and functions to get/set this time.
4685         * gst/gstelement.c: (gst_element_change_state):
4686           update element time correctly.
4687         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
4688           This is a debug message, not a g_critical.
4689         * gst/gstpad.c: (gst_pad_event_default):
4690           handle discontinuous events right with element time.
4691         * gst/gstscheduler.c: (gst_scheduler_state_transition):
4692           update to clocking fixes.
4693           set clocks on elements in READY=>PAUSED. The old behaviour caused
4694           a wrong element time on the first element that started playing.
4695         * gst/schedulers/gstbasicscheduler.c:
4696         (gst_basic_scheduler_class_init):
4697         * gst/schedulers/gstoptimalscheduler.c:
4698         (gst_opt_scheduler_class_init):
4699           remove code that just implements the default behaviour.
4700         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
4701           update to use new clocking functions
4702         * testsuite/clock/clock1.c: (gst_clock_debug), (main):
4703         * testsuite/clock/clock2.c: (gst_clock_debug), (main):
4704           update to test new element time.
4705         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
4706           use _get_allowed_caps instead of _get_caps. This catches filtered
4707           caps correctly.
4708         * testsuite/debug/commandline.c:
4709           update for new GST_DEBUG syntax.
4710         * testsuite/threads/Makefile.am:
4711           disable a test that only works sometimes.
4712
4713 2004-01-13  Julien MOUTTE <julien@moutte.net>
4714
4715         * po/LINGUAS: Adding fr.
4716         * po/fr.po: Adding french translation.
4717
4718 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4719
4720         * gst/parse/grammar.y:
4721         * po/POTFILES.in:
4722         * po/nl.po:
4723         * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
4724           translate parsing error messages
4725
4726 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4727
4728         * po/POTFILES.in: adding gst-launch
4729         * po/nl.po: updated translation, all 99 strings translated
4730         * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
4731         (found_tag), (sigint_handler_sighandler), (play_handler), (main):
4732           fix strings for translation
4733
4734 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4735
4736         * gst/gst.c:
4737           - capitalize beginnings of popt options
4738           - fix strings for translation
4739           - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
4740
4741 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4742
4743         * po/README: add some notes on how to update translations
4744
4745 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4746
4747         * ABOUT-NLS: removed, is autogenerated from autopoint
4748         * autogen.sh: add autopoint stuff
4749         * configure.ac: fix up gettext stuff
4750         * gst/Makefile.am: add i18n headers to noinst_HEADERS
4751         * gst/elements/gsttypefindelement.c: add header include
4752         * gst/gettext.h: add header, copy from system-installed header
4753         * gst/gst-i18n-app.h: to be included by each app having translations
4754         * gst/gst-i18n-lib.h: to be included by each lib having translations
4755         * gst/gst.c: (init_pre): fix up gettext calls
4756         * gst/gst_private.h: remove i18n stuff, moving to separate headers
4757         * po/LINGUAS: the new way to specify translations present
4758         * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
4759         * po/Makevars: the variables filled in for GStreamer
4760         * po/POTFILES.in: added new files with translations
4761         * po/de.po: has new strings
4762         * po/nl.po: readded, has new strings
4763
4764 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4765
4766         * gst/gsttag.c: fix some strings marked for translation
4767
4768 2004-01-13  Iain <iain@prettypeople.org>
4769
4770         * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
4771         group when we add an element to it, cos we unref it when we remove one
4772
4773 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4774
4775         * testsuite/debug/commandline.c: (debug_not_reached):
4776         * testsuite/debug/output.c: (check_message):
4777           fix testsuite
4778
4779 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4780
4781         * examples/cutter/.cvsignore:
4782         * examples/helloworld/.cvsignore:
4783         * examples/launch/.cvsignore:
4784         * examples/manual/.cvsignore:
4785         * examples/mixer/.cvsignore:
4786         * examples/pingpong/.cvsignore:
4787         * examples/plugins/.cvsignore:
4788         * examples/queue/.cvsignore:
4789         * examples/queue2/.cvsignore:
4790         * examples/queue3/.cvsignore:
4791         * examples/queue4/.cvsignore:
4792         * examples/retag/.cvsignore:
4793         * examples/thread/.cvsignore:
4794         * examples/typefind/.cvsignore:
4795         * examples/xml/.cvsignore:
4796         * gst/.cvsignore:
4797         * gst/autoplug/.cvsignore:
4798         * gst/elements/.cvsignore:
4799         * gst/indexers/.cvsignore:
4800         * gst/parse/.cvsignore:
4801         * gst/registries/.cvsignore:
4802         * gst/schedulers/.cvsignore:
4803         * libs/gst/bytestream/.cvsignore:
4804         * libs/gst/control/.cvsignore:
4805         * libs/gst/getbits/.cvsignore:
4806         * tests/.cvsignore:
4807         * tests/bufspeed/.cvsignore:
4808         * tests/instantiate/.cvsignore:
4809         * tests/memchunk/.cvsignore:
4810         * tests/muxing/.cvsignore:
4811         * tests/sched/.cvsignore:
4812         * tests/seeking/.cvsignore:
4813         * tests/threadstate/.cvsignore:
4814         * testsuite/.cvsignore:
4815         * testsuite/caps/.cvsignore:
4816         * testsuite/cleanup/.cvsignore:
4817         * testsuite/dynparams/.cvsignore:
4818         * testsuite/plugin/.cvsignore:
4819         * tools/.cvsignore:
4820           update - this is huge, because it includes *.bb, *.bbg and *.da files
4821           which are generated for gcov.
4822
4823 2004-01-11  David Schleef  <ds@schleef.org>
4824
4825         * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
4826         a function to parse integers in ways that strto[u]l() does not.
4827
4828 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4829
4830         * tools/gst-inspect.c: (print_caps):
4831           improve output of caps a bit
4832
4833 2004-01-11  David Schleef  <ds@schleef.org>
4834
4835         * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
4836         inherit correct flags (READONLY and DONTKEEP).
4837
4838 2004-01-11  David Schleef  <ds@schleef.org>
4839
4840         * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
4841         (gst_filesrc_map_region):
4842         * gst/gstbuffer.c: (_gst_buffer_initialize),
4843         (_gst_buffer_sub_free), (gst_buffer_default_copy),
4844         (gst_buffer_new), (gst_buffer_create_sub),
4845         (gst_buffer_is_span_fast), (gst_buffer_span):
4846         * gst/gstbuffer.h:
4847         Change GstBuffer private structure element names. (all files)
4848         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
4849         (gst_queue_link):
4850         * gst/gstqueue.h:
4851         Implement getcaps/pad_link functions that handle the case where
4852         there are data in the queue.
4853
4854 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4855
4856         * gst/elements/gstbufferstore.c:
4857           initialize debugging structure correctly
4858         * gst/elements/gsttee.c: (gst_tee_set_property):
4859           g_object_notify when property was changed
4860         * gst/elements/gsttypefindelement.c:
4861         (gst_type_find_element_change_state):
4862           clear caps correctly
4863
4864 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4865
4866         * gst/gstqueue.c: (gst_queue_init):
4867           Use better defaults for when a queue should block. This
4868           gets rid of jerky playback for quite a few files.
4869           It takes more memory.
4870
4871 2004-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4872
4873         (gst_xml_registry_parse_padtemplate):
4874           make critical message slightly more useful
4875
4876 2004-01-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4877
4878         * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
4879         (gst_debug_message_get), (gst_debug_log_default):
4880         * gst/gstinfo.h:
4881           Change gst_debug_log(_valist) to take a const format string.
4882           Change prototype of log function and functions using those to 
4883           take a GstDebugMessage instead of a string that requires using
4884           gst_debug_message_get.
4885
4886 2004-01-08  David Schleef  <ds@schleef.org>
4887
4888         * Makefile.am:
4889         * configure.ac:
4890         Add option --enable-gcov to build GStreamer with -fprofile-arcs
4891         and -ftest-coverage, which allows gcov to show information about
4892         testsuite coverage.
4893
4894 2004-01-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4895
4896         * gst/gstutils.h:
4897           Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
4898           GST_PARENT_CALL_WITH_DEFAULT
4899         * gst/elements/gstaggregator.c: 
4900         * gst/elements/gstbufferstore.c: 
4901         * gst/elements/gstfakesink.c: 
4902         * gst/elements/gstfakesrc.c: 
4903         * gst/elements/gstfdsink.c: 
4904         * gst/elements/gstfdsrc.c: 
4905         * gst/elements/gstfilesink.c: 
4906         * gst/elements/gstfilesrc.c: 
4907         * gst/elements/gstidentity.c: 
4908         * gst/elements/gstmd5sink.c: 
4909         * gst/elements/gstmultidisksrc.c:
4910         * gst/elements/gstpipefilter.c: 
4911         * gst/elements/gstshaper.c:
4912         * gst/elements/gststatistics.c:
4913         * gst/elements/gsttee.c:
4914         * gst/elements/gsttypefindelement.c:
4915           use them.
4916
4917 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4918
4919         * docs/gst/gstreamer-docs.sgml: remove props
4920         * docs/gst/gstreamer-sections.txt: remove props
4921         * docs/gst/tmpl/gst.sgml:
4922         * docs/gst/tmpl/gstbin.sgml:
4923         * docs/gst/tmpl/gstbuffer.sgml:
4924         * docs/gst/tmpl/gstcaps.sgml:
4925         * docs/gst/tmpl/gstclock.sgml:
4926         * docs/gst/tmpl/gstelement.sgml:
4927         * docs/gst/tmpl/gstindex.sgml:
4928         * docs/gst/tmpl/gstobject.sgml:
4929         * docs/gst/tmpl/gstpad.sgml:
4930         * docs/gst/tmpl/gstpadtemplate.sgml:
4931         * docs/gst/tmpl/gstreamer-unused.sgml:
4932         * docs/gst/tmpl/gstthread.sgml:
4933         * docs/gst/tmpl/gstxml.sgml:
4934           sync with code reorganization
4935
4936 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
4937
4938         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
4939         Make the 'Could not find compatible pad' message more informative.
4940
4941 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4942                                                                                 
4943         * gst/elements/gstfilesink.c: (gst_filesink_set_location):
4944           Fix for if we pass NULL as property to location.
4945         * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
4946         (gst_pipefilter_handle_event), (gst_pipefilter_chain):
4947           Fix for instantiate-test (see below).
4948         * gst/gststructure.c: (_gst_structure_parse_value):
4949           Fix compile error on gcc-2.96.
4950         * configure.ac:
4951         * tests/Makefile.am:
4952         * tests/instantiate/Makefile.am:
4953         * tests/instantiate/create.c: (create_all_elements), (main):
4954           Add a test that instantiates all elements. This makes it easy to
4955           track dead code for old API/design (like setting event functions
4956           on sink pads and so on).
4957
4958 2004-01-06  Jan Schmidt  <thaytan@mad.scientist.com>
4959
4960         * gst/gstcaps.c: (gst_caps_append_structure):
4961           Move the poisoning to allow a NULL structure
4962         * gst/gstevent.c: (_gst_event_free):
4963           When freeing a navigation event, free the structure
4964           also
4965
4966 2004-01-04  David Schleef  <ds@schleef.org>
4967
4968         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
4969         Remove usage of gst_pad_proxy_fixate.
4970         * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
4971         (gst_caps_split_one), (gst_caps_replace):
4972         Add poisoning code.
4973         * gst/gstmarshal.list:
4974         Add pointer__pointer for fixate signal
4975         * gst/gstpad.c: (gst_real_pad_class_init),
4976         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
4977         (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
4978         (gst_pad_set_explicit_caps), (gst_pad_template_new):
4979         Add poisoning code. Add fixate signal on RealPad. Change
4980         set_explicit_caps() to take const GstCaps, like try_set_caps().
4981         * gst/gstpad.h:
4982         * testsuite/caps/Makefile.am:
4983         * testsuite/caps/app_fixate.c: Add a test for the fixate signal
4984
4985 2004-01-03  David Schleef  <ds@schleef.org>
4986
4987         * gst/elements/gsttypefindelement.c:
4988         (gst_type_find_element_have_type), (gst_type_find_element_init):
4989         Use gst_pad_use_explicit_caps for src pad.
4990         * gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
4991         before using it.
4992
4993 2004-01-03  David Schleef  <ds@schleef.org>
4994
4995         * gst/gstelement.c: (gst_element_link_pads_filtered),
4996         (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
4997         that linking was successful.
4998         * gst/gstpad.c: (gst_pad_link_free),
4999         (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
5000         (gst_pad_link_try), (gst_pad_link_unnegotiate),
5001         (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
5002         GstPadLinkReturn correctly between functions, and don't fail
5003         when DELAYED is used (DELAYED is very important).  Better
5004         cleanup on unlinking and unnegotiation.  Should fix some spider
5005         bugs.
5006
5007 2004-01-02  David Schleef  <ds@schleef.org>
5008
5009         * gst/gstelement.c: (gst_element_class_init),
5010         (gst_element_base_class_init): ->padtemplates should be cleared
5011         in base_init, since we need to have a fresh list for every
5012         class.  (Alternately, we chould copy the list and share the
5013         actual pad templates (not the list), but that would require
5014         changing every plugin to move pad template registration from
5015         base_init to class_init.)
5016
5017 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5018
5019         * gst/gstelement.c: (gst_element_class_add_pad_template):
5020           Refuse registering a pad template if another pad template
5021           with the same name already exists (#114715).
5022
5023 2004-01-02  David Schleef  <ds@schleef.org>
5024
5025         * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
5026         (gst_caps_is_equal_fixed): Add new function.
5027         * gst/gstcaps.h: ditto.
5028         * gst/gstpad.c: (gst_real_pad_class_init),
5029         (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
5030         (gst_pad_set_explicit_caps), (gst_pad_get_caps):  In try_set_caps,
5031         check new caps against existing caps -- if they're the same, return
5032         OK without renegotiating.  caps-nego-failed signal fixed so that
5033         the marshaller isn't VOID__OBJECT.  Also changed to G_TYPE_POINTER
5034         to save an extra caps copy.  Don't complete negotiation if a pad
5035         link function returns DELAYED.
5036
5037 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5038
5039         * gst/gstpad.c: (gst_pad_try_relink_filtered):
5040           Fix wrong g_return_if_fail
5041
5042 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
5043
5044         * gst/gstbin.c: (gst_bin_class_init):
5045         Change the marshalling of element_added/element_removed
5046         to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER 
5047         complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
5048
5049 2004-01-01  David Schleef  <ds@schleef.org>
5050
5051         * gst/gstpad.c: (gst_pad_set_explicit_caps),
5052         (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
5053         (gst_pad_use_explicit_caps):
5054         * gst/gstpad.h:
5055         Add new functions.  gst_pad_use_explicit_caps() sets up a pad
5056         to use an internal getcaps and link fuction so that negotiation
5057         always results in the explicitly set caps.
5058         gst_pad_set_explicit_caps() sets the explicit caps.  These functions
5059         are particularly useful for decoders.
5060
5061 2003-12-31  David Schleef  <ds@schleef.org>
5062
5063         * gst/elements/gstidentity.c: (gst_identity_class_init),
5064         (gst_identity_init), (gst_identity_chain),
5065         (gst_identity_set_property), (gst_identity_get_property):
5066         * gst/elements/gstidentity.h:
5067         * gst/gstqueue.c: (gst_queue_init):
5068           Negotiation fixes.
5069
5070 2003-12-31  David Schleef  <ds@schleef.org>
5071
5072         * gst/gstcaps.c: (gst_caps_intersect),
5073         (_gst_caps_normalize_foreach), (gst_caps_normalize):
5074           Implement gst_caps_normalize().
5075         * testsuite/caps/normalisation.c: (main):
5076           Add an additional test
5077
5078 2003-12-31  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5079
5080         * gst/gstqueue.c: (gst_queue_init):
5081           use gst_pad_proxy_getcaps()
5082
5083 2003-12-31  David Schleef  <ds@schleef.org>
5084
5085         * gst/elements/gstshaper.c: (gst_shaper_link):
5086         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
5087         * gst/gstqueue.c: (gst_queue_link):
5088           Negotiation fixes.
5089
5090 2003-12-31  David Schleef  <ds@schleef.org>
5091
5092         * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
5093         * gst/gstpad.h: Add functions that are useful as default pad
5094         link and fixate functions for elements.
5095
5096 2003-12-30  David Schleef  <ds@schleef.org>
5097
5098         * gst/gstpad.c: (gst_pad_link_try):
5099           Fix segfault when attempting to return to old caps
5100
5101 2003-12-29  David Schleef  <ds@schleef.org>
5102
5103         * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
5104         (gst_caps_structure_simplify), (gst_caps_simplify):
5105         * gst/gstcaps.h:
5106           Add simplify function
5107         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
5108         (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
5109         * gst/gstpad.h:
5110           Copy over srcnotify, sinknotify when calling old pad_link
5111           functions.  Add new is_negotiated() function.
5112         * gst/gststructure.c: (gst_structure_copy):
5113           Fix an incredibly stupid bug that should have been noticed
5114           weeks ago.  _copy() returned the argument, not the new copy.
5115
5116 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5117
5118         * gst/gstcaps.c: (gst_caps_append):
5119           add sanity checks
5120         * gst/gstcaps.h: (gst_caps_debug):
5121           remove, it doesn't exist anymore.
5122         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
5123         (gst_element_threadsafe_properties_post_run):
5124           make debugging messages not clutter up THREAD debug category
5125         (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
5126         (gst_element_change_state):
5127           update to new caps API
5128         * gst/gstinterface.c: (gst_implements_interface_cast):
5129           don't put vital code in g_return_if_fail
5130         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps), 
5131         (gst_pad_link_filtered):
5132           add pst_pad_try_link and use it.
5133         (gst_pad_perform_negotiate), (gst_pad_renegotiate):
5134           implement correctly, deprecate first one.
5135         (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
5136           add and implement.
5137         (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
5138           implement.
5139         (gst_pad_get_negotiated_caps):
5140           add and implement. Make GST_PAD_CAPS call this function.
5141         (gst_pad_get_caps):
5142           remove unneeded check..
5143         (gst_pad_recover_caps_error):
5144           disable, always return FALSE.
5145         (gst_real_pad_dispose):
5146           don't free caps and appfilter anymore, they're unused.
5147         * gst/gstpad.h:
5148           Reflect changes mentioned above.
5149         * gst/gstsystemclock.c: (gst_system_clock_wait):
5150           Make 'clock is way behind' a debugging message.
5151         * gst/gstthread.c: (gst_thread_change_state):
5152           Fix debugging message
5153
5154 2003-12-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5155
5156         * gst/gstinfo.h:
5157           fix GST_DEBUG_CATEGORY_INIT gtk-doc description
5158         * docs/gst/tmpl/gstreamer-unused.sgml:
5159           removed all traces of cvs conflicts
5160
5161 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5162
5163         * configure.ac:
5164         * gst/schedulers/cothreads_compat.h:
5165         * libs/Makefile.am:
5166           remove last instances of wingo cothread usage
5167
5168 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5169
5170         * gst/gstplugin.c:
5171         * gst/gstversion.h.in:
5172         * gst/parse/grammar.y:
5173           change comment block from /** to /* when not gtk-doc comments
5174
5175 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5176
5177         * gst/gst.c: whitespace and doc style fixes
5178
5179 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5180
5181         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
5182
5183 2003-12-24  Colin Walters  <walters@verbum.org>
5184
5185         * gst/elements/gsttypefindelement.c:
5186           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
5187           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
5188           Don't double-free caps.
5189
5190 2003-12-23  David Schleef  <ds@schleef.org>
5191
5192         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
5193           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
5194           Many little fixes and additions of debug statements to
5195           get rhythmbox working.
5196
5197 2003-12-23  Colin Walters  <walters@verbum.org>
5198
5199         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
5200         Use GST_PAD_LINK_SUCCESSFUL.
5201
5202 2003-12-23  David Schleef  <ds@schleef.org>
5203
5204         * gst/elements/gstaggregator.c:
5205         * gst/elements/gsttee.c:
5206           Use gst_pad_proxy_getcaps().
5207         * gst/gstpad.c:
5208         * gst/gstpad.h:
5209           Add gst_pad_proxy_getcaps(), which filter elements can use
5210           as a generic getcaps implementation.
5211           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
5212           was advertised.
5213
5214 2003-12-23  David Schleef  <ds@schleef.org>
5215
5216         * gst/gstpad.c:
5217           Rearrange/rewrite much of the pad negotiation code, since it
5218           resembled pasta.  This actually changes the way some
5219           negotiation works, since the previous code was inconsistent
5220           depending on how it was invoked.  Add (internal) structure
5221           GstPadLink, which is used to hold some information (more in
5222           the future) about the link between two pads.  Fixes a number
5223           of bugs, including random lossage of filter caps when the
5224           initial negotiation is delayed.  A few functions are still
5225           unimplemented.
5226         * gst/gstpad.h:
5227           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
5228           these when testing GstPadLinkReturn values instead of comparing
5229           directly.
5230
5231 2003-12-23  David Schleef  <ds@schleef.org>
5232
5233         * gst/gstvalue.c: 
5234         * gst/gstvalue.h:
5235           Rearrange lots of code.  Change registration of compare function
5236           into registration of compare/serialize/deserialize functions.
5237           Doesn't include implementation of gst_value_[de]serialize(),
5238           but that should be easy.
5239
5240 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5241
5242         * docs/gst/gstreamer-sections.txt:
5243         * docs/gst/tmpl/gstprops.sgml: removed
5244         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
5245           David removed props and caps code, so let's remove their docs as well.
5246           Removed all no longer existing symbols from gstreamer-sections.txt
5247           
5248 2003-12-22  Colin Walters  <walters@verbum.org>
5249
5250         * gst/gsttaginterface.c, gst/gsttaginterface.h,
5251           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
5252           of tags directly.
5253
5254 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5255
5256         * gst/elements/gstelements.c:
5257           Set ranks of elements to NONE, so the autoplugger doesn't use them.
5258         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
5259           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
5260           gst_caps (peer).
5261
5262 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5263
5264         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
5265         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
5266         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
5267         (gst_spider_identity_sink_loop_type_finding):
5268         * gst/autoplug/gstspideridentity.h:
5269           Fix autoplugging in spider element, so it works with new caps.
5270           This was mainly caused by identifying empty caps incorrectly.
5271
5272 2003-12-22  David Schleef  <ds@schleef.org>
5273
5274         * gststructure.c, gstvalue.c, gstvalue.h: Add
5275           gst_value_init_and_copy() and use it, to avoid silly mistakes in
5276           using g_value_copy()
5277
5278 2003-12-21  David Schleef  <ds@schleef.org>
5279
5280         * many, many files: Merge CAPS branch.  This includes:
5281           - implemention of GstValue and several GstValue types
5282           - implemention of GstStructure
5283           - entire rewrite of GstCaps
5284           - removal of GstProps
5285           - many changes to GstPad to compensate for new caps paradigm
5286           - removal of GstBufferpool
5287         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
5288         gstvalue.h, gst/gstcaps[2]*.[ch]:
5289           - rename gstcaps2.[ch] to gstcaps.[ch]
5290
5291 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5292
5293         * gst/gstqueue.c: (gst_queue_handle_pending_events),
5294         (gst_queue_chain), (gst_queue_handle_src_event):
5295           implement timeout for sending events. Workaround for if the
5296           pipeline on this queue is not passing any data.
5297
5298 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
5299                                                                                 
5300         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
5301         * moved CVS to freedesktop.org
5302