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