added params for deprecation guards documented some more enums
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-01-21  Stefan Kost  <ensonic@users.sf.net>
2
3         * docs/gst/Makefile.am:
4         * docs/libs/Makefile.am:
5       added params for deprecation guards
6         * gst/gst.c:
7         * gst/gst.h:
8         * gst/gsterror.c: (_gst_resource_errors_init),
9         (_gst_stream_errors_init):
10         * gst/gsterror.h:
11       documented some more enums
12
13 2005-01-19  Jan Schmidt  <thaytan@mad.scientist.com>
14         * gst/autoplug/gstspideridentity.c:
15         Cosmetic fix - spider_find_peek should be static
16         * gst/parse/parse.l:
17         Applying fix for #164261
18
19 2005-01-18  Stefan Kost  <ensonic@users.sf.net>
20
21         * docs/gst/gstreamer-sections.txt:
22         * docs/gst/tmpl/gstplugin.sgml:
23         * docs/libs/gstreamer-libs-sections.txt:
24         * docs/libs/tmpl/gstcontrol.sgml:
25         * gst/gstbuffer.h:
26         * gst/gsttag.h:
27         * gst/gstvalue.c:
28       added docs for the TAG defines
29
30 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31
32         * gst/schedulers/gstoptimalscheduler.c: (schedule_group):
33           Only unref entry if there is an entry.
34
35 2005-01-17  Wim Taymans  <wim@fluendo.com>
36
37         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
38         (remove_from_group), (schedule_group), (normalize_group),
39         (gst_opt_scheduler_iterate):
40         Also ref/unref decoupled elements before iterating the
41         group since they are not added to the list of elements.
42
43 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
44
45         * docs/manual/highlevel-components.xml:
46           Add subtitle/streamselection as new features to playbin.
47
48 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
49
50         * docs/manual/manual.xml:
51           Re-enable dataaccess docs (oops).
52
53 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
54
55         * docs/pwg/advanced-types.xml:
56         * docs/random/mimetypes:
57           Add documentation on libsndfile types (#163309), by Steve Baker
58           <steve@stevebaker.org>.
59         * gst/gstelement.c: (gst_element_release_request_pad):
60           If an element has no explicit function, just remove the pad.
61
62 2005-01-17  Luca Ognibene  <luogni@tin.it>
63
64         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
65
66         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
67           Fix memleak (#163801).
68
69 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
70
71         * gst/elements/gsttee.c: (gst_tee_getcaps), (gst_tee_link):
72           I think this is actually moer correct...
73
74 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
75
76         * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
77           Another workaround for memory access while destroyed in callback.
78           Please, someone with refcount knowledge, have a look at this.
79
80 2005-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
81
82         * docs/faq/faq.xml:
83         * docs/faq/legal.xml:
84           move the legal Q&A here
85
86 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
87
88         * gst/elements/gsttee.c: (gst_tee_getcaps), (gst_tee_link),
89         (gst_tee_request_new_pad):
90           Fix negotiation.
91
92 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
93
94         * docs/random/omega/caps2:
95         * testsuite/caps/caps_strings:
96           replace framerate aproximations by their real value
97           (24000/1001, 30000/1001, 60000/1001)
98           Partially fixes bug #164049
99
100 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
101
102         * docs/gst/Makefile.am:
103           don't fail on the stupid GstPoptOption
104
105 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
106
107         * gst/gstpad.h:
108         * gst/gstprobe.c:
109           allow probes to work on ghost pads by realizing the pad
110           probe debugging
111
112 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
113
114         * docs/gst/gstreamer-sections.txt:
115         * docs/gst/tmpl/gstpad.sgml:
116         * gst/gstpad.c: (gst_pad_set_active_recursive):
117         * gst/gstpad.h:
118           Add gst_pad_set_active_recursive().
119
120 2005-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
121
122         * docs/random/release:
123           updates
124         * gst/gst_private.h:
125         * gst/gstinfo.c:
126         * gst/gstobject.c:
127           move deep_notify logging to a new category
128         * gst/gstprobe.c:
129         * gst/gstprobe.h:
130           add stuff so bindings can wrap probes
131
132 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
133
134         * gst/gstplugin.c: (gst_plugin_load):
135           Fix plugin loading if plugin/lib was already loaded. Fixes
136           #163383
137
138 2005-01-09  Sebastien Cote  <sc5@hermes.usherb.ca>
139
140         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
141
142         * gst/gstpluginfeature.c: (gst_plugin_feature_ensure_loaded):
143           Protect plugin loading by a mutex so it's threadsafe. Fixes
144           #163234.
145
146 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
147
148         * gst/gstevent.c: (_gst_event_copy):
149           Reference source object when copying events, since it'll be
150           dereferenced on event dereferencing as well.
151
152 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
153
154         * docs/gst/gstreamer-sections.txt:
155         * docs/gst/tmpl/gstevent.sgml:
156         * gst/gstevent.c: (gst_event_new_filler_stamped),
157         (gst_event_filler_get_duration):
158         * gst/gstevent.h:
159           Add two new functions for filler events (which are used to
160           synchronize streams if one of them is not having any data
161           for a while) without interrupting the actual data-stream.
162           Basically a no-op.
163         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
164         (gst_queue_link_sink), (gst_queue_link_src),
165         (gst_queue_change_state):
166           Allow for renegotiation while filled. Required for stream
167           switching while playing.
168
169 2005-01-08  Benjamin Otte  <otte@gnome.org>
170
171         * gst/gstelement.c: (gst_element_link_many):
172           fix up g_return_if_fail's
173         * po/LINGUAS:
174         * po/de.po:
175           add German translation, that was somehow not included
176
177 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
178
179         * docs/random/mimetypes:
180           add 2 more 4CC code for DV (HDTV and SDTV-LongPlay profiles)
181           do not add them to riff-lib as they are not common
182
183 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
184
185         * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
186           Check for existence of probe after performing the probe before
187           re-accessing it to prevent segfaults caused by removal of the
188           probe in the callback.
189
190 2005-01-05  David Schleef  <ds@schleef.org>
191
192         * testsuite/registry/Makefile.am:
193         * testsuite/registry/gst-print-formats.c:
194         (print_pad_templates_info), (print_element_list),
195         (print_typefind_list), (list_sort_func), (get_typefind_mime_list),
196         (g_list_uniqify), (get_pad_templates_info),
197         (get_element_mime_list), (print_mime_list), (main): A little
198         program that looks through the registry to find elements of
199         a given type.  Not particularly interesting as a test, except
200         that there's no other test covering the same area.
201
202 2005-01-05  David Schleef  <ds@schleef.org>
203
204         * tools/gst-launch.c: (idle_func), (fault_handler_sighandler),
205         (fault_handler_sigaction), (fault_spin),
206         (sigint_handler_sighandler), (play_handler), (main): Fix deadlocks
207         in signal.h-type signal handlers by not calling forbidden functions,
208         including gst_element_set_state().
209
210 2005-01-05  David Schleef  <ds@schleef.org>
211
212         * gst/gstvalue.h: Mark _gst_reserved[] as private
213
214 2005-01-05  David Schleef  <ds@schleef.org>
215
216         * gst/gstvalue.c: Fix doc build problem.
217
218 2005-01-05  David Schleef  <ds@schleef.org>
219
220         * gst/gstvalue.c: Add some documentation
221
222 2005-01-05  Stefan Kost  <ensonic@users.sf.net>
223
224         * docs/README:
225     another shell oneliner for empty return value docs
226         * gst/gstcaps.c:
227         * gst/gstvalue.c:
228         * libs/gst/control/dparam.c:
229     more doc fixes (parameters and return values)
230
231 2005-01-05  Vincent Torri  <torri@iecn.u-nancy.fr>
232
233         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
234
235         * gst/gstregistry.h:
236         * gst/registries/gstxmlregistry.c:
237           Fix macro's for Mingw (fixes #162276).
238
239 2005-01-04  Stefan Kost  <ensonic@users.sf.net>
240
241         * docs/README:
242           quick shell oneliner to find undocumented members
243         * docs/gst/tmpl/gstplugin.sgml:
244         * docs/gst/tmpl/gstscheduler.sgml:
245         * docs/gst/tmpl/gstthread.sgml:
246           more enumtypes cleanup
247         * gst/gsterror.h:
248           activated documentation comments, now someone needs to document
249           the enums :(
250
251 2005-01-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
252
253         * docs/manual/manual.xml:
254           Add dataaccess part (doh!).
255
256 2005-01-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
257
258         * docs/manual/advanced-autoplugging.xml:
259           Fix typo (intiate -> initiate).
260
261 2005-01-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
262
263         * docs/random/bbb/streamselection:
264           Add some notes on how to handle multi-subtitle/-audio streams.
265
266 2004-12-30  Stefan Kost  <ensonic@users.sf.net>
267
268         * docs/gst/gstreamer-docs.sgml:
269         * docs/gst/gstreamer-sections.txt:
270         * docs/gst/tmpl/gstenumtypes.sgml:
271         * docs/gst/tmpl/gsterror.sgml:
272         * docs/gst/tmpl/gstevent.sgml:
273         * docs/gst/tmpl/gstpad.sgml:
274         * docs/gst/tmpl/gstpadtemplate.sgml:
275         * docs/gst/tmpl/gstthread.sgml:
276           removed gstenumtypes section from docs and put all the enums into
277           their sections
278
279 2004-12-27  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
280
281         * gst/gstplugin.c:
282           document gst_library_load a bit more (riff special case + return
283           value if already loaded)
284         * testsuite/bytestream/filepadsink.c:
285           plugin name is 'gstbytestream', not 'bytestream'
286
287 2004-12-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
288
289         * docs/random/bbb/subtitles:
290           Add some first mind rumblings on proper subtitle support.
291
292 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
293
294         * po/ca.po:
295         * po/sv.po:
296           updated translations
297
298 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
299
300         * docs/manual/advanced-dataaccess.xml:
301           Add section on how to use fakesrc/fakesink/identity in your
302           application, plus section on how to embed plugins. Also mention
303           probes.
304         * docs/manual/appendix-checklist.xml:
305         * docs/manual/appendix-debugging.xml:
306         * docs/manual/appendix-gnome.xml:
307         * docs/manual/appendix-integration.xml:
308           Debug -> checklist, GNOME -> integration, add sections on Linux,
309           KDE integration and add other things useful for application
310           development.
311         * docs/manual/manual.xml:
312           Remove some fixmes, update some file pointers.
313         * docs/pwg/appendix-checklist.xml:
314           Fix typo.
315         * docs/pwg/building-boiler.xml:
316           Remove ugly header and add commented fixme.
317         * docs/pwg/pwg.xml:
318           Add fixme.
319         * examples/manual/Makefile.am:
320           Add example for added docs.
321
322 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
323
324         * configure.ac:
325           back to HEAD
326
327 === release 0.8.8 ===
328
329 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
330
331         * NEWS:
332         * RELEASE:
333         * configure.ac:
334           Releasing 0.8.8, "I'll Take Care Of You"
335
336 2004-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
337
338         * configure.ac:
339           second prerelease
340
341 2004-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
342
343         patch by: Wim Taymans
344
345         * gst/gstbin.c:
346           Fix for #159852 - make iterate emission threadsafe
347
348 2004-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
349
350         * docs/faq/cvs.xml:
351           notes about new fdo account request
352
353 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
354
355         * docs/gst/gstreamer-docs.sgml:
356         * docs/gst/tmpl/gstenumtypes.sgml:
357         * docs/gst/tmpl/gstplugin.sgml:
358         * docs/libs/gstreamer-libs-docs.sgml:
359           Added missing short docs. Added ids for navigation.
360
361 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
362
363         * docs/manual/advanced-autoplugging.xml:
364         * docs/manual/advanced-schedulers.xml:
365         * docs/manual/advanced-threads.xml:
366           Rewrites. Remove cothreads, go a bit into opt specifically,
367           document threads and their gotchas, and do some technical stuff
368           on autoplugging plus add some working examples. Fixes #157395.
369         * examples/manual/Makefile.am:
370           Add typefind/autoplugger example (one that actually works).
371           Remove queue example since it's a duplicate of the thread one.
372
373 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
374
375         * gst/gstvalue.c: (gst_value_deserialize_string):
376           use deprecated g_value_set_string_take_ownership to keep compatible
377           with glib 2.2
378
379 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
380
381         * gst/gstvalue.c: (gst_value_deserialize_string):
382           revert last patch, only dom a g_utf8_validate now before accepting
383           the string - caps parsing strips " from strings so we can't rely on
384           them
385         * testsuite/caps/value_serialize.c: (test_string_deserialization):
386           disable a test that tested the above and comment it
387
388 2004-12-16  Steve Lhomme <steve.lhomme@free.fr>
389
390         Patch reviewed by David Schleef  <ds@schleef.org>
391
392         * win32/gstenumtypes.c: Update from gst/gstenumtypes.c (See
393         bug #153882)
394         * win32/gstenumtypes.h: same
395
396 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
397
398         * gst/gstpad.c: (gst_pad_query):
399           Do query on realized pad, similar to how convert/send_event handle
400           this. Also makes sense, since this pad belongs to the function to
401           which this query will be sent. Fixes #158163.
402
403 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
404
405         * docs/manual/appendix-programs.xml: fix pipeline to actually work
406
407 2004-12-16  Christian Fredrik Kalager Schaller  <christian@fluendo.com>
408
409         * docs/faq/general.xml: fix pipeline to actually work
410
411 2004-12-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
412
413         * gst/gstvalue.c: (gst_value_deserialize_string):
414           check that a simple string that gets deserialized does not contain
415           invalid characters
416         * testsuite/caps/value_serialize.c: (test_string_deserialization):
417           remove a test that tested a wring behaviour
418
419 2004-12-16  Matt Kraai  <kraai@alumni.cmu.edu>
420
421         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
422
423         * docs/manual/intro-motivation.xml:
424           Fix typos.
425
426 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
427
428         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
429
430         * docs/gst/tmpl/gstprobe.sgml:
431           Fix documentation of probe callback - it is supposed to return
432           FALSE, not TRUE, to remove data from the stream (#159087).
433
434 2004-12-16  Daniel Gazard  <dany42@free.fr>
435
436         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
437
438         * gst/gstelementfactory.c: (gst_element_factory_create):
439           Fix compile failure if compiling without libxml2 support (#149936).
440
441 2004-12-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
442
443         * docs/manual/advanced-autoplugging.xml:
444         * docs/manual/highlevel-components.xml:
445           Move spider from autoplugging to components. Autoplugging is for
446           internals, not for solutions. ;-).
447
448 2004-12-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
449
450         * docs/random/ds/0.9-suggested-changes:
451           Make note on device/location/uri property names.
452
453 2004-12-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
454
455         * docs/manual/advanced-autoplugging.xml:
456         * docs/manual/advanced-clocks.xml:
457         * docs/manual/advanced-interfaces.xml:
458         * docs/manual/advanced-metadata.xml:
459         * docs/manual/advanced-position.xml:
460         * docs/manual/advanced-schedulers.xml:
461         * docs/manual/advanced-threads.xml:
462         * docs/manual/appendix-gnome.xml:
463         * docs/manual/appendix-programs.xml:
464         * docs/manual/appendix-quotes.xml:
465         * docs/manual/autoplugging.xml:
466         * docs/manual/basics-bins.xml:
467         * docs/manual/basics-data.xml:
468         * docs/manual/basics-elements.xml:
469         * docs/manual/basics-helloworld.xml:
470         * docs/manual/basics-init.xml:
471         * docs/manual/basics-pads.xml:
472         * docs/manual/basics-plugins.xml:
473         * docs/manual/bins-api.xml:
474         * docs/manual/bins.xml:
475         * docs/manual/buffers-api.xml:
476         * docs/manual/buffers.xml:
477         * docs/manual/clocks.xml:
478         * docs/manual/components.xml:
479         * docs/manual/cothreads.xml:
480         * docs/manual/debugging.xml:
481         * docs/manual/dparams-app.xml:
482         * docs/manual/dynamic.xml:
483         * docs/manual/elements-api.xml:
484         * docs/manual/elements.xml:
485         * docs/manual/factories.xml:
486         * docs/manual/gnome.xml:
487         * docs/manual/goals.xml:
488         * docs/manual/helloworld.xml:
489         * docs/manual/helloworld2.xml:
490         * docs/manual/highlevel-components.xml:
491         * docs/manual/highlevel-xml.xml:
492         * docs/manual/init-api.xml:
493         * docs/manual/intro-basics.xml:
494         * docs/manual/intro-motivation.xml:
495         * docs/manual/intro-preface.xml:
496         * docs/manual/intro.xml:
497         * docs/manual/links-api.xml:
498         * docs/manual/links.xml:
499         * docs/manual/manual.xml:
500         * docs/manual/motivation.xml:
501         * docs/manual/pads-api.xml:
502         * docs/manual/pads.xml:
503         * docs/manual/plugins-api.xml:
504         * docs/manual/plugins.xml:
505         * docs/manual/programs.xml:
506         * docs/manual/queues.xml:
507         * docs/manual/quotes.xml:
508         * docs/manual/schedulers.xml:
509         * docs/manual/states-api.xml:
510         * docs/manual/states.xml:
511         * docs/manual/threads.xml:
512         * docs/manual/typedetection.xml:
513         * docs/manual/win32.xml:
514         * docs/manual/xml.xml:
515           Try 2. This time, include a short preface as a "general
516           introduction", also add code blocks around all code samples
517           so they get compiled. We still need a way to tell readers
518           the filename of the code sample. In some cases, don't show
519           all code in the documentation, but do include it in the generated
520           code. This allows for focussing on specific bits in the docs,
521           while still having a full test application available.
522         * examples/manual/Makefile.am:
523           Fix up examples for new ADM. Add several of the new examples that
524           were either added or were missing from the build system.
525         * examples/manual/extract.pl:
526           Allow nameless blocks.
527
528 2004-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
529
530         * docs/manual/elements-api.xml:
531         * docs/manual/helloworld.xml:
532         * examples/manual/extract.pl:
533           fix last example.  Add example of adding code blocks that are not
534           shown in docbook output.
535
536 2004-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
537
538         * docs/manual/dynamic.xml:
539         * docs/manual/elements-api.xml:
540         * docs/manual/gnome.xml:
541         * docs/manual/helloworld2.xml:
542         * docs/manual/init-api.xml:
543         * docs/manual/queues.xml:
544         * docs/manual/threads.xml:
545         * docs/manual/xml.xml:
546         * examples/manual/extract.pl:
547           Make it possible to extract example code from separate blocks.
548           Should make Ronald happy.
549
550 2004-12-15  Wim Taymans  <wim@fluendo.com>
551
552         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
553         (remove_from_group), (group_elements_set_visited),
554         (normalize_group), (gst_opt_scheduler_iterate):
555         Fix bug where a flag was not updated on a decoupled entry point 
556         because we were just checking the group element list and decoupled
557         elements are not in that list..
558
559 2004-12-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
560
561         * docs/manual/advanced-autoplugging.xml:
562         * docs/manual/advanced-clocks.xml:
563         * docs/manual/advanced-dparams.xml:
564         * docs/manual/advanced-interfaces.xml:
565         * docs/manual/advanced-metadata.xml:
566         * docs/manual/advanced-position.xml:
567         * docs/manual/advanced-schedulers.xml:
568         * docs/manual/advanced-threads.xml:
569         * docs/manual/appendix-debugging.xml:
570         * docs/manual/appendix-gnome.xml:
571         * docs/manual/appendix-programs.xml:
572         * docs/manual/appendix-quotes.xml:
573         * docs/manual/appendix-win32.xml:
574         * docs/manual/autoplugging.xml:
575         * docs/manual/basics-bins.xml:
576         * docs/manual/basics-data.xml:
577         * docs/manual/basics-elements.xml:
578         * docs/manual/basics-helloworld.xml:
579         * docs/manual/basics-init.xml:
580         * docs/manual/basics-pads.xml:
581         * docs/manual/basics-plugins.xml:
582         * docs/manual/bins-api.xml:
583         * docs/manual/bins.xml:
584         * docs/manual/buffers-api.xml:
585         * docs/manual/buffers.xml:
586         * docs/manual/clocks.xml:
587         * docs/manual/components.xml:
588         * docs/manual/cothreads.xml:
589         * docs/manual/debugging.xml:
590         * docs/manual/dparams-app.xml:
591         * docs/manual/dynamic.xml:
592         * docs/manual/elements-api.xml:
593         * docs/manual/elements.xml:
594         * docs/manual/factories.xml:
595         * docs/manual/gnome.xml:
596         * docs/manual/goals.xml:
597         * docs/manual/helloworld.xml:
598         * docs/manual/helloworld2.xml:
599         * docs/manual/highlevel-components.xml:
600         * docs/manual/highlevel-xml.xml:
601         * docs/manual/init-api.xml:
602         * docs/manual/intro-motivation.xml:
603         * docs/manual/intro-preface.xml:
604         * docs/manual/intro.xml:
605         * docs/manual/links-api.xml:
606         * docs/manual/links.xml:
607         * docs/manual/manual.xml:
608         * docs/manual/motivation.xml:
609         * docs/manual/pads-api.xml:
610         * docs/manual/pads.xml:
611         * docs/manual/plugins-api.xml:
612         * docs/manual/plugins.xml:
613         * docs/manual/programs.xml:
614         * docs/manual/queues.xml:
615         * docs/manual/quotes.xml:
616         * docs/manual/schedulers.xml:
617         * docs/manual/states-api.xml:
618         * docs/manual/states.xml:
619         * docs/manual/threads.xml:
620         * docs/manual/typedetection.xml:
621         * docs/manual/win32.xml:
622         * docs/manual/xml.xml:
623           First try at rewriting the ADM. Needs lotsamore work, but some
624           parts might already be somewhat useful.
625         * docs/pwg/advanced-interfaces.xml:
626           Remove properties interface, it never actually existed (except for
627           on my HD...).
628
629 2004-12-13  David Schleef  <ds@schleef.org>
630
631         * gst/gstpad.c: (gst_pad_set_explicit_caps): Allow caps to
632         be NULL (bug #160220).
633
634 2004-12-13  David Schleef  <ds@schleef.org>
635
636         * configure.ac: remove all mmx stuff, because it's not used.
637         * docs/random/ds/0.9-suggested-changes: additional notes
638         * include/Makefile.am: we don't use these anymore
639         * include/mmx.h: remove
640         * include/sse.h: remove
641
642 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
643
644         * docs/random/mimetypes:
645           Add FOURCC code for h264 codec (VSSH)
646           Add alternate FOURCC codes for h263 related codecs
647
648 2004-12-10  Stefan Kost  <ensonic@users.sf.net>
649
650         * docs/manual/programs.xml:
651           Added more gst-launch examples.
652
653 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
654
655         * gst/gstqueue.c: (gst_queue_handle_src_query):
656           Check for availability again.
657
658 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
659
660         * gst/gstcaps.c: (gst_caps_compare_structures):
661           Simple caps go first. This has the nice side-effect of fixing an
662           obscure warning.
663
664 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
665
666         * gst/gstversion.h.in:
667           Protect header.
668
669 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
670
671         * gst/schedulers/gstoptimalscheduler.c:
672         (gst_opt_scheduler_schedule_run_queue), (schedule_chain),
673         (gst_opt_scheduler_get_wrapper):
674           When we're recursing into a chain run, only run the directly
675           related group, not all queued ones. This will fix a possible
676           deadlock in chains with more than two groups.
677
678 2004-12-08  Thomas Vander Stichele  <thomas at apestaart dot org>
679
680         * autogen.sh:
681           remove patch if autopoint fails
682
683 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
684
685         * docs/gst/gstreamer-sections.txt:
686           Document Thomas' addition, fix build, make Luis the sheriff happy.
687
688 2004-12-07  Thomas Vander Stichele  <thomas at apestaart dot org>
689
690         * gst/gstplugin.c:
691         * gst/gstplugin.h:
692           add accessor for version field
693
694 2004-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
695
696         submitted by: Luca Ferretti <elle.uca@infinito.it>
697
698         * po/LINGUAS:
699         * po/it.po:
700           New tranlation added: Italian
701
702 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
703
704         * gst/gstpad.c: (gst_pad_is_negotiated),
705         (gst_pad_get_negotiated_caps):
706           GST_RPAD_* will only operate on a RealPad (it casts the pointer,
707           it doesn't actually check the contents), so be sure to hand it
708           a RealPad else we'll crash.
709
710 2004-12-03  Wim Taymans  <wim@fluendo.com>
711
712         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
713         (gst_queue_link), (gst_queue_handle_src_query):
714         Reverted to 1.110 until this makes the testsuite and various
715         apps work.
716
717 2004-12-01  Christian Fredrik Kalager Schaller <christian@fluendo.com>
718
719         * docs/upload.mak: fix included CVS conflict strings
720
721 2004-12-01  William Jon McCann  <mccann@jhu.edu>
722
723         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
724
725         * gst/gstelement.c: (gst_element_error_full):
726           Use g_error_new_literal because error text may have
727           percentage signs in it. Fixes #160019.
728
729 2004-12-01  Benjamin Otte  <otte@gnome.org>
730
731         * gst/elements/gstbufferstore.c:
732         (gst_buffer_store_add_buffer_func):
733           don't try to make subbuffers bigger than they can be. (fixes
734           #159970)
735
736 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
737
738         * docs/gst/gstreamer-sections.txt:
739         * docs/gst/tmpl/gstvalue.sgml:
740           Add new function to docs to fix build.
741
742 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
743
744         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
745         * gst/gstpad.c: (_gst_pad_default_fixate_value),
746         (_gst_pad_default_fixate_foreach):
747         * gst/gstvalue.c: (gst_type_is_fixed), (gst_value_is_fixed):
748         * gst/gstvalue.h:
749           Deprecate _type_is_fixed, use _value_is_fixed instead, since
750           in some cases (arrays), the fixedness depends on the content.
751         * gst/gstqueue.c: (gst_queue_handle_src_query):
752           Check for availability before doing something.
753
754 2004-11-29  Wim Taymans  <wim@fluendo.com>
755
756         * testsuite/threads/Makefile.am:
757         * testsuite/threads/signals.c: (gst_test_get_type),
758         (gst_test_class_init), (gst_test_init), (gst_test_dispose),
759         (gst_test_set_property), (gst_test_get_property),
760         (gst_test_do_signal1), (signal2_handler), (gst_test_do_signal2),
761         (gst_test_do_prop), (run_thread), (main):
762         Added a bunch of testcases that show threadsafety bugs in glib.
763
764 2004-11-29  Stefan Kost  <ensonic@users.sf.net>
765
766         * docs/manual/programs.xml:
767           Added a first batch of gst-launch examples, as provided by Ronald
768           and others from the devel-mlist
769
770 2004-11-28  Benjamin Otte  <otte@gnome.org>
771
772         * gst/gstelement.c: (gst_element_negotiate_pads):
773           simplify
774         * gst/gstvalue.c: (gst_string_wrap), (gst_string_unwrap),
775         (gst_value_serialize_string), (gst_value_deserialize_string):
776           add unwrapping of previously wrapped strings. Fix bug in wrapping
777           while at it.
778         * testsuite/caps/value_serialize.c: (test1),
779         (test_string_serialization), (test_string_deserialization), (main):
780           add tests for string (de)serialization
781
782 2004-11-26  Wim Taymans  <wim@fluendo.com>
783
784         * testsuite/threads/159566.c: (object_deep_notify), (main):
785         * testsuite/threads/Makefile.am:
786         Added testsuite to show bug #159566
787
788 2004-11-25  Wim Taymans  <wim@fluendo.com>
789
790         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_change_state),
791         (gst_thread_child_state_change), (gst_thread_main_loop):
792         Ref the thread object in the GThread mainloop. Break out of the
793         thread mainloop if it holds the last ref. This properly exits
794         the threads when disposing the thread from its own context. It
795         also avoids possible deadlocks in the dispose function.
796
797 2004-11-24  Martin Soto  <martinsoto@users.sourceforge.net>
798
799         * gst/gstqueue.c (gst_queue_link_sink): Grab the lock only when
800         it is necessary to wait.
801
802 2004-11-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
803
804         * docs/pwg/building-boiler.xml:
805           Make description somewhat clearer.
806
807 2004-11-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
808
809         * docs/upload.mak:
810           Apparently docs changed location on FDO's server.
811
812 2004-11-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
813
814         * docs/pwg/appendix-checklist.xml:
815           Add some random notes on things to check when writing an element.
816           This list can be extended as people see fit.
817
818 2004-11-23  Martin Soto  <martinsoto@users.sourceforge.net>
819
820         * gst/gstqueue.c (gst_queue_init, gst_queue_link_sink)
821         (gst_queue_link_src): Allow for renegotiating the caps of the sink
822         pad. The queue will now wait until it is empty and forward the new
823         caps to the source.
824         * gst/gstbin.c (gst_bin_set_element_sched)
825         (gst_bin_unset_element_sched): Make sure that all elements and
826         links are registered and unregistered with the scheduler exactly
827         once. This elaborates on a fix by Benjamin Otte, but
828         guarantees that decoupled elements are also registered.
829
830 2004-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
831
832         * docs/manual/quotes.xml:
833           add a quote
834         * configure.ac:
835         * gst/gst.c:
836         * gst/gstinfo.c:
837           add LIBDIR and move init message higher up so it's at the start
838
839 2004-11-08  Christian Fredrik Kalager Schaller  <christian@fluendo.com>
840
841         * gst/schedulers/Makefile.am: fix disted build fair by including .h file
842         * gstreamer.spec.in: add fair
843
844 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
845
846         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
847         * gst/elements/gstidentity.c: (gst_identity_class_init):
848           Use G_SIGNAL_TYPE_STATIC_SCOPE, patch by Christophe Fergeau
849           <teuf@gnome.org> (#157263).
850         * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
851         (gst_type_find_handle_src_query):
852           Subtract size of internally stored data from position queries.
853
854 2004-11-07  Martin Soto  <martinsoto@users.sourceforge.net>
855
856         * gst/schedulers/fairscheduler.c:
857         * gst/schedulers/faircothreads.c:
858         * gst/schedulers/faircothreads.h:
859         New cothread based scheduler: Fair scheduler.
860         * gst/schedulers/gthread-cothreads.h: 
861         Add the standard #if around the whole file.
862         Defining symbol GTHREAD_COTHREADS_NO_DEFINITIONS will now prevent
863         compilation of the functions defined in this file. This is
864         necessary to be able to use this file as a normal header.
865         * gst/schedulers/Makefile.am: Add compiling support for fair
866         scheduler.
867         * docs/gst/Makefile.am (IGNORE_HFILES): Exclude internal fair
868         scheduler cothreads layer from documentation generation.
869
870 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
871
872         * gst/autoplug/gstspideridentity.c:
873         (gst_spider_identity_sink_loop_type_finding):
874           Don't crash if that function is not implemented.
875
876 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
877
878         * docs/pwg/advanced-types.xml:
879           Another typo.
880
881 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
882
883         * docs/pwg/intro-preface.xml:
884           Hm, ok, so the brackets weren't really useful...
885         * docs/pwg/other-ntoone.xml:
886           Fix embarassing typo.
887
888 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
889
890         * docs/pwg/intro-preface.xml:
891           Rewrite preface.
892
893 2004-11-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
894
895         * docs/pwg/advanced-scheduling.xml:
896         * docs/pwg/advanced-tagging.xml:
897         * docs/pwg/advanced-types.xml:
898         * docs/pwg/building-boiler.xml:
899         * docs/pwg/building-chainfn.xml:
900         * docs/pwg/building-signals.xml:
901         * docs/pwg/building-state.xml:
902         * docs/pwg/building-testapp.xml:
903         * docs/pwg/intro-basics.xml:
904         * docs/pwg/other-manager.xml:
905         * docs/pwg/other-source.xml:
906           Typo fixes.
907         * docs/pwg/other-manager.xml:
908           Add some first content. No example code yet.
909         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
910           Remove double newlines.
911
912 2004-11-04  Wim Taymans  <wim@fluendo.com>
913
914         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
915         (remove_from_group), (normalize_group), (group_migrate_connected),
916         (gst_opt_scheduler_iterate):
917         * testsuite/schedulers/.cvsignore:
918         * testsuite/schedulers/Makefile.am:
919         * testsuite/schedulers/queue_link.c: (main):
920         Added testcase for scheduler segfault.
921         Fix scheduler segfault when removing a decoupled
922         entry point as the last element from a group.
923
924 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
925
926         * gst/gstmarshal.list: add missing marshaller, fixes build
927
928 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
929
930         * docs/random/signal: added notes about using BOXED for GstBuffer
931         signal marshallers, not POINTER
932
933 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
934
935         * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
936         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init): more
937         POINTER=>BOXED changes to marshal GstBuffers
938
939 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
940
941         * gst/elements/gstidentity.c: (gst_identity_class_init): GstBuffer is 
942         a boxed type, marshal the signal with VOID__BOXED, not VOID__POINTER
943
944 2004-11-03  Stefan Kost  <ensonic@users.sf.net>
945
946         * docs/gst/gstreamer-sections.txt:
947         * docs/gst/tmpl/gstcaps.sgml:
948         * docs/gst/tmpl/gsterror.sgml:
949         * docs/gst/tmpl/gstinfo.sgml:
950         * docs/gst/tmpl/gstmacros.sgml:
951         * docs/gst/tmpl/gstutils.sgml:
952         * docs/random/ensonic/interfaces.txt:
953         * gst/gstinfo.h:
954           added some more docs, removed two obsolete defines
955
956 2004-11-02  Kjartan Maraas <as at gnome.org>
957
958         reviewed by: Wim Taymans, Ronald Bultje.
959
960         * gst/cothreads.c: (cothread_create):
961         * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
962         (gst_bin_child_state_change_func):
963         * gst/gstbuffer.c: (gst_buffer_span):
964         * gst/gstelement.c: (gst_element_get_index),
965         (gst_element_get_event_masks), (gst_element_get_query_types),
966         (gst_element_get_formats):
967         * gst/gsterror.c: (_gst_core_errors_init),
968         (_gst_library_errors_init), (_gst_resource_errors_init),
969         (_gst_stream_errors_init):
970         * gst/gstobject.c: (gst_object_default_deep_notify):
971         * gst/gstpad.c: (gst_pad_get_event_masks),
972         (gst_pad_get_internal_links_default):
973         * gst/gstplugin.c: (gst_plugin_register_func),
974         (gst_plugin_get_module):
975         * gst/gststructure.c: (gst_structure_get_string),
976         (gst_structure_get_abbrs), (gst_structure_from_abbr),
977         (gst_structure_to_abbr):
978         * gst/gstutils.c: (gst_print_element_args):
979         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
980         (setup_group_scheduler), (gst_opt_scheduler_iterate):
981         Aplied part of patch #157127: Cleanup of issues reported by 
982         sparse.
983         Also do not try to use cothreads when there is no cothread
984         context yet.
985
986 2004-11-02  Sebastien Cote <sc5 at hermes.usherb.ca>
987
988         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
989         (gst_opt_scheduler_iterate):
990         Applied patch #154061. Running a pipeline in which an element 
991         calls GST_ELEMENT_ERROR in the chain function, the opt 
992         scheduler doesn't unref the chain so it never gets freed.
993
994 2004-11-02  Wim Taymans  <wim@fluendo.com>
995
996         * gst/gststructure.c: (gst_structure_get_abbrs),
997         (gst_structure_from_abbr), (gst_structure_to_abbr):
998         Remove that ugly if-then thing in the code that converts
999         between strings and types.
1000
1001 2004-11-02  Wim Taymans  <wim@fluendo.com>
1002
1003         * gst/gstscheduler.c: (gst_scheduler_add_element),
1004         (gst_scheduler_remove_element), (gst_scheduler_state_transition):
1005         Aplied clock distribution patch, this should fix bug
1006         #148787.
1007
1008 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1009
1010         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
1011
1012         * po/LINGUAS:
1013         * po/nb.po:
1014           Added Norwegian Bokmaal translation
1015
1016 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1017
1018         * tools/gst-inspect.c: (print_signal_info):
1019           print signal arguments as pointers if they are
1020
1021 2004-10-22  Stefan Kost  <ensonic@users.sf.net>
1022
1023         * docs/pwg/building-boiler.xml:
1024           exchanged GTK_ macros with G_TYPE macros (as pointed out by mathrick)
1025
1026 2004-10-19  Wim Taymans  <wim at fluendo dot com>
1027
1028         * gst/parse/parse.l:
1029         * testsuite/parse/parse1.c: (main):
1030         Since parse can do 'element name=a:b' make 'a:b.' work as
1031         well. 
1032         Added testcase to verify fix.
1033
1034 2004-10-19  Wim Taymans  <wim at fluendo dot com>
1035
1036         * tools/gst-inspect.c: (print_pad_info), (print_plugin_features):
1037         Use the realpad when printing the direction.
1038         Add extra \n when printing extensions of typefind factories.
1039
1040 2004-10-13  David Schleef  <ds@schleef.org>
1041
1042         * examples/manual/Makefile.am: $< isn't portable in Makefile
1043         rules.
1044
1045 2004-10-13  Stefan Kost  <ensonic@users.sf.net>
1046
1047         * docs/gst/tmpl/gstobject.sgml:
1048         * docs/gst/tmpl/gstplugin.sgml:
1049         * docs/gst/tmpl/gstpluginfeature.sgml:
1050         * docs/gst/tmpl/gstregistry.sgml:
1051         * docs/gst/tmpl/gstversion.sgml:
1052         * gst/gstbin.c:
1053           more api documentation
1054         * gst/gstplugin.c: (gst_plugin_register_func),
1055         (gst_plugin_check_file), (gst_plugin_load_file):
1056           better error signaling and logging
1057
1058 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1059
1060         * gst/gstqueue.c: (gst_queue_init), (gst_queue_handle_src_query):
1061           Subtract current queue contents from position queries.
1062
1063 2004-10-11  Johan Dahlin  <johan@gnome.org>
1064
1065         * gst/gsturi.c (gst_uri_get_location): unescape string
1066         (gst_uri_construct): escape string.
1067
1068 2004-10-11  Benjamin Otte  <otte@gnome.org>
1069
1070         * gst/gstpad.c: (gst_pad_renegotiate), (gst_pad_try_set_caps),
1071         (gst_pad_try_set_caps_nonfixed):
1072           allow renegotiation of unconnected pads (as inside spider). Simply
1073           return OK if unconnected - mimic try_set_caps there.
1074
1075 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1076
1077         * gst/gstbin.c: (gst_bin_sync_children_state):
1078           Add missing break.
1079
1080 2004-10-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1081
1082         * gst/elements/gstfakesrc.c: (gst_fakesrc_get):
1083         Set element to EOS before sending EOS event
1084
1085 2004-10-08  Wim Taymans  <wim at fluendo dot com>
1086
1087         * gst/elements/gsttypefindelement.c:
1088         (gst_type_find_element_handle_event):
1089         Handle EOS events when doing the transition from
1090         typefind to data passing. This should fix the
1091         infinite loops in short files.
1092
1093 2004-10-07  Wim Taymans  <wim at fluendo dot com>
1094
1095         * gst/gstthread.c: (gst_thread_change_state),
1096         (gst_thread_child_state_change):
1097         Make sure no iteration happens while performing
1098         the state change as it could mess up the internal
1099         consistency of the thread state.
1100
1101 2004-10-07  Wim Taymans  <wim at fluendo dot com>
1102
1103         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_sync),
1104         (gst_thread_change_state), (gst_thread_child_state_change):
1105         Do not try to grab the iterate lock in the state change method
1106         when we are in the same thread as the iterate or else we
1107         could deadlock. Some other cleanups.
1108
1109 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1110
1111         * configure.ac:
1112           bump nano to cvs
1113
1114 === release 0.8.7 ===
1115
1116 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1117
1118         * configure.ac:
1119         * NEWS:
1120         * RELEASE:
1121         * configure.ac:
1122           releasing 0.8.7, "A Cruise"
1123
1124 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1125
1126         * docs/random/mimetypes:
1127         Add an entry for Sony ATRAC3 audio format with mime-type
1128         used by rmdemux et riff-read
1129
1130 2004-10-06  Wim Taymans  <wim at fluendo dot com>
1131
1132         * gst/elements/gsttypefindelement.c: (stop_typefinding):
1133         Push the buffer store instead of clearing it in case that
1134         the stream is not seekable.
1135
1136 2004-10-06  Wim Taymans  <wim at fluendo dot com>
1137
1138         * gst/gstthread.c: (gst_thread_init), (gst_thread_change_state),
1139         (gst_thread_main_loop):
1140         Lock the iteration and the state change so that automatic
1141         negotiation and fixation does not happen at the same time
1142         as the in stream negotiation.
1143
1144 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1145
1146         * configure.ac:
1147           bump nano to cvs
1148
1149 === release 0.8.6 ===
1150
1151 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1152
1153         * configure.ac:
1154         * NEWS:
1155         * RELEASE:
1156         * configure.ac:
1157           releasing 0.8.6, "Narc"
1158
1159 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1160
1161         * configure.ac:
1162           prerel bump
1163
1164 2004-10-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1165
1166         patch by: Steve Lhomme
1167
1168         * gst/elements/gstfakesrc.c:
1169         * gst/elements/gstidentity.c:
1170         * gst/gstthread.c:
1171           Fix for #153881
1172
1173 2004-10-01  Wim Taymans  <wim at fluendo dot com>
1174
1175         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc):
1176         Fix threadsafety of the crc checking function.
1177
1178 2004-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1179
1180         patch by: Ronald Bultje
1181
1182         * gst/elements/gsttypefindelement.c: (stop_typefinding),
1183         (gst_type_find_element_handle_event),
1184         (gst_type_find_element_chain):
1185         * gst/elements/gsttypefindelement.h:
1186          #153657.
1187          Filter out discont event from seekable sources when typefind
1188          asks them to seek.  Fixes typefind with demuxers for
1189          avi, asf and matroska.
1190
1191 2004-09-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1192
1193         * docs/gst/gstreamer-sections.txt:
1194         * gst/gstcaps.c:
1195         * gst/gstcaps.h:
1196         * gst/gstpad.c:
1197           Revert preferred caps: (#147789)
1198
1199 2004-09-19  Steve Lhomme  <steve.lhomme@free.fr>
1200
1201         * win32/dirent.c:
1202           fix a memory leak
1203
1204 2004-09-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1205
1206         * configure.ac:
1207           bump for prerelease
1208
1209 2004-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1210
1211         * docs/Makefile.am:
1212         * docs/manual/elements-api.xml:
1213           restructure so that common stuff is shown first
1214         * docs/manual/init-api.xml:
1215           convert to examples
1216         * docs/manual/manual.xml:
1217         * docs/manuals.mak:
1218         * docs/url.entities:
1219           link to API on the website, possibly override later in build
1220         * examples/manual/.cvsignore:
1221           ignore more
1222         * examples/manual/Makefile.am:
1223           add more examples
1224         * examples/manual/extract.pl:
1225           error out on failure
1226
1227 2004-09-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1228
1229         * docs/gst/tmpl/gstthread.sgml:
1230         * docs/manual/init-api.xml:
1231         * examples/manual/Makefile.am:
1232           convert two code bits to examples
1233
1234 2004-09-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1235
1236         * gst/gstelement.c: (gst_element_change_state):
1237           Well, actually, I was about to remove this insane assert when
1238           I noticed Wim already did that. A warning is nice so we can
1239           fix actual ugs (using --g-fatal-warnings and backtraces), so
1240           I added that instead.
1241
1242 2004-09-06  Wim Taymans  <wim@fluendo.com>
1243
1244         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
1245         (gst_element_threadsafe_properties_post_run),
1246         (gst_element_set_state), (gst_element_change_state):
1247         Added extra refcounting around various places. 
1248
1249 2004-09-06  Wim Taymans  <wim@fluendo.com>
1250
1251         * gst/gstpad.c: (gst_pad_link_call_link_functions):
1252         Fix debug info.
1253
1254 2004-09-06  Wim Taymans  <wim@fluendo.com>
1255
1256         * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
1257         (remove_from_group):
1258         Some more debug info.
1259
1260 2004-09-03  Wim Taymans  <wim@fluendo.com>
1261
1262         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
1263         (gst_fakesrc_init), (gst_fakesrc_set_clock),
1264         (gst_fakesrc_set_property), (gst_fakesrc_get_property),
1265         (gst_fakesrc_get), (gst_fakesrc_change_state):
1266         * gst/elements/gstfakesrc.h:
1267         * gst/elements/gstidentity.c: (gst_identity_class_init),
1268         (gst_identity_init), (gst_identity_chain),
1269         (gst_identity_set_property), (gst_identity_get_property),
1270         (gst_identity_change_state):
1271         * gst/elements/gstidentity.h:
1272         Added datarate properties to limit the datarate.
1273
1274 >>>>>>> 1.808
1275 2004-08-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1276
1277         * gst/autoplug/gstspider.c: (plugin_init):
1278           don't set a rank. We don't want to autoplug by inserting spiders.
1279
1280 2004-08-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1281
1282         * gst/autoplug/gstspider.c: (gst_spider_class_init),
1283         (gst_spider_identity_plug):
1284           add a template for spider's sink
1285         * gst/gst.c: (gst_register_core_elements):
1286           queue's rank should be NULL, we don't want spider to add it.
1287
1288 2004-08-18  David Schleef  <ds@schleef.org>
1289
1290         * docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331)
1291         * docs/libs/Makefile.am: same
1292         * docs/gst/tmpl/gstxml.sgml: Remove GstXMLNs
1293         * docs/random/ds/0.9-planning: random additions
1294         * docs/random/ds/0.9-suggested-changes: same
1295         * gst/gstxml.h: remove vestigal GstXMLNs definition
1296
1297         Preferred caps: (#147789)
1298         * docs/gst/gstreamer-sections.txt: Add symbols
1299         * docs/gst/tmpl/gstcaps.sgml: Add symbols
1300         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
1301         (gst_caps_append), (gst_caps_copy_1), (gst_caps_intersect),
1302         (gst_caps_union), (gst_caps_save_thyself), (gst_caps_load_thyself),
1303         (gst_caps_get_preferred), (gst_caps_set_preferred),
1304         (gst_caps_get_structure_by_id), (gst_caps_prefer_foreach),
1305         (gst_caps_use_preferred): Handle caps preferences
1306         * gst/gstcaps.h: Add caps preferences
1307         * gst/gstpad.c: (gst_pad_link_get_preferred),
1308         (gst_pad_link_fixate), (gst_pad_link_call_link_functions),
1309         (gst_pad_renegotiate), (gst_pad_guess_preferred),
1310         (gst_pad_get_caps), (gst_pad_push):  Use caps preferences for
1311         negotiation.
1312
1313 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1314
1315         * gst/autoplug/gstspideridentity.c:
1316         (gst_spider_identity_request_new_pad):
1317         * gst/elements/gstaggregator.c: (gst_aggregator_base_init),
1318         (gst_aggregator_init):
1319         * gst/elements/gstfakesink.c: (gst_fakesink_base_init),
1320         (gst_fakesink_init):
1321         * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
1322         (gst_fakesrc_init):
1323         * gst/elements/gstfdsink.c: (gst_fdsink_base_init),
1324         (gst_fdsink_init):
1325         * gst/elements/gstfdsrc.c: (gst_fdsrc_base_init), (gst_fdsrc_init):
1326         * gst/elements/gstfilesink.c: (gst_filesink_base_init),
1327         (gst_filesink_init):
1328         * gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
1329         (gst_filesrc_init):
1330         * gst/elements/gstidentity.c: (gst_identity_base_init),
1331         (gst_identity_init):
1332         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
1333         (gst_multifilesrc_init):
1334         * gst/elements/gstpipefilter.c: (gst_pipefilter_base_init),
1335         (gst_pipefilter_init):
1336         * gst/elements/gststatistics.c: (gst_statistics_base_init),
1337         (gst_statistics_init):
1338         * gst/elements/gsttee.c: (gst_tee_base_init), (gst_tee_init):
1339         * gst/gstqueue.c: (gst_queue_base_init), (gst_queue_init):
1340           s/gst_pad_new/&_from_template/
1341           register pad templates in the base_init function
1342           add static pad template definitions
1343
1344 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1345
1346         * testsuite/bytestream/gstbstest.c: (gst_bstest_init):
1347         * testsuite/dynparams/dparamstest.c: (gst_dptest_init):
1348         * testsuite/refcounting/pad.c: (main):
1349         * testsuite/refcounting/thread.c: (create_thread_ghostpads):
1350           s/gst_pad_new/&_from_template/
1351           prepare deprecation of gst_pad_new
1352
1353 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1354
1355         patch by: Luca Ognibene <skaboy81@virgilio.it>
1356
1357         * gst/gstcaps.c:
1358         * gst/gstelement.c:
1359         * gst/gstpad.c:
1360         * gst/gstxml.c:
1361           fix memleaks.  Fixes #150001
1362
1363 2004-08-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1364
1365         * docs/random/ds/0.9-suggested-changes:
1366           add notes - mostly about pad templates
1367
1368 2004-08-16  Steve Lhomme  <steve.lhomme@free.fr>
1369
1370         * win32/GStreamer.vcproj:
1371           temporary locale files are .gmo not .mo
1372
1373 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1374
1375         * configure.ac: bump nano to cvs
1376
1377 === release 0.8.5 ===
1378
1379 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1380
1381         * configure.ac:
1382           releasing 0.8.5, "Stuttgart"
1383         * NEWS:
1384         * RELEASE:
1385         * configure.ac:
1386         * docs/random/release:
1387           updates for release
1388
1389 2004-08-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1390
1391         patch by: Wim Taymans (wim@fluendo.com)
1392
1393         * gst/gstbuffer.c:
1394         * gst/gstindex.h:
1395         * libs/gst/dataprotocol/dataprotocol.c:
1396           copy KEY_UNIT and DELTA_UNIT flags correctly.  Fixes #150242
1397
1398 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1399
1400         * Makefile.am:
1401         * win32/MANIFEST:
1402           add win32 dir to the build.  Fixes #149981.
1403
1404 2004-08-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1405
1406         * configure.ac:
1407           bump libtool versioning
1408         * gst/gststructure.c:
1409           mark function as static
1410         * po/af.po:
1411         * po/az.po:
1412         * po/ca.po:
1413         * po/cs.po:
1414         * po/en_GB.po:
1415         * po/fr.po:
1416         * po/nl.po:
1417         * po/sq.po:
1418         * po/sr.po:
1419         * po/sv.po:
1420         * po/tr.po:
1421         * po/uk.po:
1422           translations update
1423         * win32/README.txt:
1424           trademark protection
1425
1426 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1427
1428         * configure.ac:
1429           fix GST_ORIGIN
1430           set GST_PACKAGE to source, and distinguish between release and other
1431         * tools/gst-inspect.c:
1432           print out plugin an element factory is part of so we see this info
1433
1434 2004-08-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1435
1436         * docs/gst/gstreamer-sections.txt:
1437         * docs/gst/tmpl/gstbuffer.sgml:
1438         * docs/gst/tmpl/gstschedulerfactory.sgml:
1439           reorder docs a little, make GstBuffer's more sensible.
1440         * gst/gstbuffer.h:
1441           API: added GST_BUFFER_FLAG_DELTA_UNIT
1442         * gst/gstscheduler.c:
1443           comment API addition
1444
1445 2004-08-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1446
1447         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
1448           work with non-regular files that can be mmapped (like /dev/zero)
1449         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
1450           get rid of typefinds that require a seek when we can't seek instead
1451           of trying them over and over again
1452         * tools/gst-launch.c: (idle_func), (error_cb), (main):
1453           return non-zero failure value when the pipeline was interrupted or
1454           an error occurred
1455
1456 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
1457
1458         * win32/config.h:
1459         * win32/GStreamer.vcproj:
1460           compile and install the locales
1461
1462 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
1463
1464         * gst/gstvalue.c:
1465           fix a possible memory leak under Windows
1466
1467 2004-08-11  Steve Lhomme  <steve.lhomme@free.fr>
1468
1469         * win32/GStreamer.vcproj:
1470           fix a memory leak that occured under Windows
1471         * win32/gstreamer.def:
1472           add gst_scheduler_register
1473
1474 2004-08-11  Benjamin Otte  <otte@gnome.org>
1475
1476         * docs/gst/gstreamer-sections.txt:
1477         * gst/gstscheduler.c: (gst_scheduler_register):
1478         * gst/gstscheduler.h:
1479           API:
1480           add gst_scheduler_register shortcut similar to gst_element_register
1481         * gst/schedulers/entryscheduler.c: (plugin_init):
1482         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
1483         * gst/schedulers/gstoptimalscheduler.c: (plugin_init):
1484           use it
1485
1486 2004-08-10  Steve Lhomme  <steve.lhomme@free.fr>
1487
1488         * gst/gstvalue.h:
1489           fix a memory leak that occured under Windows
1490
1491 2004-08-10  Colin Walters  <walters@redhat.com>
1492
1493         * gst/registries/gstxmlregistry.c (gst_xml_registry_open_func):
1494         Don't use O_EXCL to open temporary registry.  It will prevent
1495         registry creation if a temporary one already exists, which
1496         is unnecessary.
1497
1498 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
1499
1500         * docs/gst/gstreamer-sections.txt:
1501         * docs/gst/tmpl/gstvalue.sgml:
1502           remove some valuable stuff from the documentation due to the use of GST_EXPORT
1503
1504 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
1505
1506         * win32/gstbytestream.vcproj:
1507         * win32/gstelements.vcproj:
1508         * win32/gstgetbits.vcproj:
1509         * win32/gst-inspect.vcproj:
1510         * win32/gst-launch.vcproj:
1511         * win32/gstoptimalscheduler.vcproj:
1512         * win32/GStreamer.vcproj:
1513         * win32/gst-register.vcproj:
1514         * win32/gstspider.vcproj:
1515           update the include and lib dirs to fit standard libraries as
1516           described in the Win32 manual
1517
1518 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
1519
1520         * win32/config.h:
1521         * win32/gstversion.h:
1522           enable NLS again, push the version number for the coming 0.8.5 release
1523
1524 2004-08-09  Steve Lhomme  <steve.lhomme@free.fr>
1525
1526         * gst/gstvalue.h:
1527           export gst_type_XXX for windows DLLs
1528
1529 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1530
1531         * docs/faq/gst-uninstalled:
1532           fix PKG_CONFIG_PATH and PYTHONPATH
1533         * gst/schedulers/Makefile.am:
1534           cleanup
1535         * libs/gst/bytestream/bytestream.c:
1536           remove newline
1537         * po/LINGUAS:
1538         * po/sq.po:
1539           adding Albanian translation (Laurent Dhima)
1540         * po/cs.po:
1541           updated
1542
1543 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1544
1545         * po/ca.po:
1546         * po/sv.po:
1547           updated translations
1548
1549 2004-08-04  Benjamin Otte  <otte@gnome.org>
1550
1551         * tests/mass_elements.c: (main):
1552           allow specifying src and sink element explicitly, so I can test
1553           videotestsrc instead of fakesrc
1554
1555 2004-08-04  Benjamin Otte  <otte@gnome.org>
1556
1557         * gst/gststructure.c: (gst_structure_id_empty_new_with_size),
1558         (gst_structure_id_empty_new), (gst_structure_empty_new),
1559         (gst_structure_copy):
1560           add gst_structure_id_empty_new_with_size to allow preallocating
1561           value array sizes. Use this in gst_structure_copy to get rid of
1562           reallocs.
1563           don't do quark=>string=>quark when copying structures
1564
1565 2004-08-03  Steve Lhomme  <steve.lhomme@free.fr>
1566
1567         * docs/manual/win32.xml:
1568         * win32/README.txt:
1569           update documentation with the clean version of dependencies
1570
1571 2004-08-03  Benjamin Otte  <otte@gnome.org>
1572
1573         * gst/schedulers/entryscheduler.c:
1574         (gst_entry_scheduler_remove_element):
1575           fix for GST_DISABLE_DEBUG
1576         * tools/gst-launch.c: (print_tag):
1577           fixes for G_DISABLE_ASSERT
1578
1579 2004-08-03  Benjamin Otte  <otte@gnome.org>
1580
1581         * gst/gst.c: (gst_register_core_elements):
1582           fix for G_DISABLE_ASSERT
1583         * gst/gstinfo.c: (__gst_in_valgrind):
1584           add for GST_DISABLE_DEBUG
1585
1586 2004-08-03  Benjamin Otte  <otte@gnome.org>
1587
1588         * gst/parse/parse.l:
1589           fix for G_DISABLE_ASSERT
1590
1591 2004-08-03  Wim Taymans  <wim@fluendo.com>
1592
1593         * gst/gstbin.c: (gst_bin_get_type),
1594         (gst_bin_child_state_change_func):
1595         * gst/gstthread.c: (gst_thread_change_state):
1596         Backported some debug logging from a reverted patch
1597         Don't try to destroy the thread twice. Added some more
1598         debugging in GstThread. Unlock and signal even if we
1599         are in the thread context.
1600
1601 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1602
1603         * po/uk.po:
1604           updated translation
1605
1606 2004-07-30  David Schleef  <ds@schleef.org>
1607
1608         * gst/gstatomic_impl.h: Enable atomic code for x86_64
1609
1610 2004-07-29  David Schleef  <ds@schleef.org>
1611
1612         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test):
1613         Use GST_READ_GUINTxx_BE(), since it accesses unaligned memory.
1614
1615 2004-07-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1616
1617         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
1618         (gst_bin_add_func), (gst_bin_remove_func),
1619         (gst_bin_child_state_change), (gst_bin_child_state_change_func),
1620         (set_kid_state_func), (gst_bin_change_state), (gst_bin_set_state),
1621         (gst_bin_change_state_norecurse), (gst_bin_dispose),
1622         (gst_bin_sync_children_state):
1623         * gst/gstbin.h:
1624         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_release),
1625         (gst_thread_change_state):
1626         * testsuite/states/Makefile.am:
1627           revert state change patches as agreed so we can rework them
1628           gradually
1629
1630 2004-07-29  Benjamin Otte  <otte@gnome.org>
1631
1632         * libs/gst/control/Makefile.am:
1633           link to libgstreamer (fixes Debian bug 262019, see
1634           http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=262019 )
1635
1636 2004-07-29  Wim Taymans  <wim@fluendo.com>
1637
1638         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
1639         (check_from_fraction_convert), (transform_test), (main):
1640         Make the test less pedantic about float roundoff errors.
1641
1642 2004-07-29  Benjamin Otte  <otte@gnome.org>
1643
1644         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file),
1645         (gst_filesrc_srcpad_event):
1646           make seek events to before start/after end of file not fail, but
1647           seek to start/end instead
1648         * testsuite/caps/fraction-convert.c: (check_from_double_convert):
1649           add more output
1650
1651 2004-07-29  Benjamin Otte  <otte@gnome.org>
1652
1653         * gst/gstpad.c: (gst_pad_set_explicit_caps):
1654           check that caps are fixed
1655         * gst/gstpad.c: (gst_pad_template_new):
1656           don't try to simplify caps, costs too much time on gst_init
1657         * gst/gstplugin.c: (gst_plugin_add_feature):
1658           G_ERROR if features are added twice
1659         * gst/gsttypefind.c: (gst_type_find_register):
1660         * gst/gstelementfactory.c: (gst_element_register):
1661           don't add features twice
1662         * docs/random/ds/0.9-suggested-changes:
1663           add note about possible gst_init optimization
1664
1665 2004-07-28  David Schleef  <ds@schleef.org>
1666
1667         * testsuite/elements/Makefile.am:
1668         * testsuite/elements/struct_i386.h:
1669         * testsuite/elements/struct_size.c: (main):  A little test
1670         to keep distcheck from working if someone changes a structure
1671         size accidentally.
1672
1673 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1674
1675         * docs/libs/Makefile.am:
1676         * docs/libs/gstreamer-libs-docs.sgml:
1677         * docs/libs/gstreamer-libs-sections.txt:
1678         * docs/libs/tmpl/gstbytestream.sgml:
1679         * docs/libs/tmpl/gstcontrol.sgml:
1680         * docs/libs/tmpl/gstdataprotocol.sgml:
1681         * docs/libs/tmpl/gstgetbits.sgml:
1682         * libs/gst/bytestream/Makefile.am:
1683         * libs/gst/bytestream/bytestream.c:
1684         * libs/gst/bytestream/bytestream.h:
1685         * libs/gst/control/Makefile.am:
1686         * libs/gst/dataprotocol/Makefile.am:
1687         * libs/gst/getbits/Makefile.am:
1688         * libs/gst/getbits/getbits.h:
1689           various doc and style fixes, adding bytestream to libs docs.
1690
1691 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1692
1693         * docs/gst/gstreamer-docs.sgml:
1694         * docs/libs/Makefile.am:
1695         * docs/libs/gstreamer-libs-docs.sgml:
1696         * docs/libs/gstreamer-libs-sections.txt:
1697         * libs/gst/control/dparam.c:
1698           more doc fixes.  gst-libs docs now build the same way as gst.
1699
1700 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1701
1702         * configure.ac:
1703         * testsuite/Makefile.am:
1704         * testsuite/bins/Makefile.am:
1705         * testsuite/caps/Makefile.am:
1706         * testsuite/cleanup/Makefile.am:
1707         * testsuite/clock/Makefile.am:
1708         * testsuite/debug/Makefile.am:
1709         * testsuite/dlopen/Makefile.am:
1710         * testsuite/dynparams/Makefile.am:
1711         * testsuite/elements/.cvsignore:
1712         * testsuite/elements/Makefile.am:
1713         * testsuite/enumcaps/Makefile.am:
1714         * testsuite/enumcaps/enumcaps.c:
1715         * testsuite/ghostpads/Makefile.am:
1716         * testsuite/indexers/Makefile.am:
1717         * testsuite/negotiation/Makefile.am:
1718         * testsuite/parse/Makefile.am:
1719         * testsuite/plugin/Makefile.am:
1720         * testsuite/refcounting/Makefile.am:
1721         * testsuite/schedulers/.cvsignore:
1722         * testsuite/states/Makefile.am:
1723         * testsuite/tags/Makefile.am:
1724         * testsuite/threads/Makefile.am:
1725           fold enumcaps into caps dir
1726           clean up Makefile.am's for testsuite
1727
1728 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1729
1730         * docs/gst/Makefile.am:
1731         * docs/libs/Makefile.am:
1732           clean up docs build.  Fixes needless rebuilding of template files.
1733
1734 2004-07-28  Wim Taymans  <wim@fluendo.com>
1735
1736         * gst/gstbin.c: (set_kid_state_func), (gst_bin_set_state):
1737         * gst/gstthread.c: (gst_thread_release), (gst_thread_set_state):
1738         Make sure that a bin state change tries to keep the children
1739         in sync. 
1740         Added debug logging to the thread.
1741
1742 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
1743
1744         * win32/GStreamer.vcproj:
1745         * win32/gstreamer.def:
1746           more exports for the plugins
1747
1748 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
1749
1750         * win32/gstgetbits.vcproj:
1751         * win32/gstgetbits.def:
1752         * win32/msvc71.sln:
1753           add support for the getbits plugin
1754
1755 2004-07-27  Wim Taymans  <wim@fluendo.com>
1756
1757         * gst/gstvalue.c: (gst_value_transform_double_fraction),
1758         (gst_value_transform_fraction_double), (_gst_value_initialize):
1759         * testsuite/caps/Makefile.am:
1760         * testsuite/caps/fraction-convert.c: (check_from_double_convert),
1761         (check_from_fraction_convert), (transform_test), (main):
1762         Added transform functions between double and fraction.
1763         Added testcase to verify transforms
1764
1765 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1766
1767         * win32/GStreamer.vcproj:
1768           rename GStreamer-0.8.lib to libgstreamer.lib
1769
1770 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1771
1772         * win32/gstelements.vcproj:
1773         * win32/gstoptimalscheduler.vcproj:
1774           fixes for the Release build
1775
1776 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1777
1778         * win32/config.h:
1779           update the version number
1780
1781 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1782
1783         * win32/GStreamer.vcproj:
1784           add gstinterface to the build
1785
1786 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
1787
1788         * win32/gstreamer.def:
1789           add many definitions needed by plugins,
1790           GST_CAT_DEFAULT only available in the Debug build ?
1791
1792 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1793
1794         * gst/gstelement.c: (gst_element_set_eos_recursive):
1795           various whitespace fixes.
1796           doc fix, fixes #148497
1797
1798 2004-07-25  Benjamin Otte  <otte@gnome.org>
1799
1800         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
1801           don't delay links on the sink elements, it causes unnegotiated
1802           links.
1803         * gst/elements/gsttypefindelement.c:
1804         (gst_type_find_element_base_init):
1805           add our padtemplates, we indeed do have some.
1806         * gst/elements/gsttypefindelement.c:
1807         (gst_type_find_element_handle_event),
1808         (gst_type_find_element_chain):
1809           don't push data when typefinding failed.
1810         * gst/gstpad.c: (gst_pad_link_fixate):
1811           check that no fixate function returns empty caps.
1812         * gst/gstpad.c: (gst_pad_push):
1813           check that the link is negotiated before data gets pushed.
1814         * tools/gst-register.c: (main):
1815           don't assert (fixes #148283)
1816
1817 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1818
1819         * docs/gst/gstreamer-sections.txt:
1820         * docs/gst/tmpl/gstconfig.sgml:
1821           add GST_PLUGIN_EXPORT definition
1822
1823 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1824
1825         * gst/gstplugin.h:
1826         * gst/gstconfig.h.in:
1827         * win32/gstconfig.h:
1828         * win32/gstelements.def:
1829         * win32/gstelements.vcproj:
1830         * win32/gstoptimalscheduler.def:
1831         * win32/gstoptimalscheduler.vcproj:
1832         * win32/gstspider.def:
1833         * win32/gstspider.vcproj:
1834           remove unused .def files and export symbols using GST_PLUGIN_DEFINE
1835
1836 2004-07-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1837
1838         * docs/gst/gstreamer-sections.txt:
1839           remove GST_CAT_DEFAULT because the type has changed
1840
1841 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1842
1843         * win32/gstbytestream.vcproj:
1844         * win32/gstelements.vcproj:
1845         * win32/gst-inspect.vcproj:
1846         * win32/gst-launch.vcproj:
1847         * win32/gstoptimalscheduler.vcproj:
1848         * win32/GStreamer.vcproj:
1849         * win32/gst-register.vcproj:
1850         * win32/gstspider.vcproj:
1851         * win32/msvc71.sln:
1852           Copy the files where needed after building, The testsuite will be
1853           built separately
1854
1855 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
1856
1857         * win32/config.h:
1858         * win32/README.txt:
1859         * docs/manual/win32.xml:
1860         Fixed the plugin and GStreamer location
1861
1862 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1863
1864         * win32/gstreamer.def:
1865         More exports for the plugins
1866
1867 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1868
1869         * gst/gstinfo.h:
1870         Marc was right, we need to export literally GST_CAT_DEFAULT
1871
1872 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1873
1874         * win32/config.h:
1875         NLS crashes in gettext, disabled until this is solved
1876
1877 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1878
1879         * win32/gst-inspect.vcproj:
1880         * win32/gst-launch.vcproj:
1881         Should use NLS when available
1882
1883 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1884
1885         * gst/registries/gstxmlregistry.c:
1886         removing the file doesn't seem to be a good idea on Linux
1887
1888 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
1889
1890         * gst/registries/gstxmlregistry.c:
1891         Remove the registry before renaming the tempfile (needed for Windows)
1892
1893 2004-07-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1894
1895         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init),
1896         (gst_multifilesrc_init), (gst_multifilesrc_set_property),
1897         (gst_multifilesrc_get_property), (gst_multifilesrc_get):
1898         * gst/elements/gstmultifilesrc.h:
1899         Added newmedia property so it generates newmedia events between each
1900         file when property is set, as well as fixed eos handling
1901
1902 2004-07-22  David Schleef  <ds@schleef.org>
1903
1904         * gst/gststructure.c: (gst_structure_id_empty_new),
1905         (gst_structure_empty_new):  Set type field correctly.
1906         * gst/gststructure.h: Check type field correctly.
1907         * testsuite/caps/Makefile.am:
1908         * testsuite/caps/structure.c: (test1), (main): Add a very small
1909         test for structures.
1910
1911 2004-07-22  David Schleef  <ds@schleef.org>
1912
1913         * docs/random/ds/0.9-suggested-changes: more comments
1914         * tools/gst-launch.c: (idle_func): Fix hard-to-translate string.
1915
1916 2004-07-22  Benjamin Otte  <otte@gnome.org>
1917
1918         * gst/gstelementfactory.c: (gst_element_register):
1919           set the factory in the class struct, so gst_element_get_factory
1920           actually works
1921         * gst/parse/grammar.y:
1922           set element to playing when it gets unlocked as we can't rely on the
1923           bin state - all elements in the bin state might still be locked in
1924           NULL)
1925
1926 2004-07-22  Benjamin Otte  <otte@gnome.org>
1927
1928         * gst/gstelement.c: (gst_element_set_state_func):
1929           make this a static function
1930
1931 2004-07-22  Wim Taymans  <wim@fluendo.com>
1932
1933         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
1934         (gst_opt_scheduler_pad_link):
1935         fix 147894-2 and the group_link problem.
1936
1937 2004-07-22  Wim Taymans  <wim@fluendo.com>
1938
1939         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
1940         (handoff_identity), (main):
1941         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
1942         (handoff_identity), (main):
1943         * testsuite/schedulers/Makefile.am:
1944         * testsuite/schedulers/group_link.c: (main):
1945         Show bug in scheduler when linking chain and loop based element 
1946         where the chain based element was not yet in a group.
1947
1948 2004-07-21  Benjamin Otte  <otte@gnome.org>
1949
1950         * gst/.cvsignore:
1951         * gst/autoplug/.cvsignore:
1952         * gst/elements/.cvsignore:
1953         * gst/indexers/.cvsignore:
1954         * libs/gst/bytestream/.cvsignore:
1955         * libs/gst/control/.cvsignore:
1956         * libs/gst/getbits/.cvsignore:
1957         * testsuite/states/.cvsignore:
1958         * testsuite/threads/.cvsignore:
1959           keep this up to date, since I seem to be the only one who cares
1960           about not missing files on commits (editor's note: no you don't,
1961           but feel free to change them at the time you add stuff instead
1962           of later on)
1963
1964 2004-07-21  Benjamin Otte  <otte@gnome.org>
1965
1966         * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
1967         (gst_bin_fix_state), (gst_bin_add_func), (gst_bin_remove_func),
1968         (gst_bin_child_state_change_func), (set_kid_state_func),
1969         (gst_bin_set_state), (gst_bin_change_state_norecurse):
1970           make state changes work correctly and reentrant (so removing
1971           elements from bins during state changes of bins doesn't cause
1972           segfaults or even wrong states)
1973           add debugging category and debugging output to print children states
1974         * gst/gstbin.c: (gst_bin_dispose): 
1975           add some assertion checks
1976         * gst/gstbin.h:
1977         * gst/gstbin.c: (gst_bin_sync_children_state):
1978           deprecate this function - it just does gst_bin_set_state (bin,
1979           GST_STATE (bin)) 
1980         * testsuite/threads/queue.c: (main):
1981           don't use gst_bin_sync_children_state anymore
1982         * testsuite/states/Makefile.am:
1983         * testsuite/states/bin.c:
1984           test that the state changes of bins work as expected
1985         * gst/gstthread.c: (gst_thread_class_init), (gst_thread_set_state):
1986           some adjustments to change states correctly, too
1987         * gst/gstthread.c: (gst_thread_change_state):
1988           don't enable/disable "threadsafe" properties, they're unused and
1989           cause random segfaults
1990         * testsuite/threads/Makefile.am:
1991           the queue check randomly passes now, ignore it
1992
1993 2004-07-21  Benjamin Otte  <otte@gnome.org>
1994
1995         * gst/gstpad.c:
1996           check if data is NULL before outputting debug info. (fixes #145100)
1997
1998 2004-07-21  Benjamin Otte  <otte@gnome.org>
1999
2000         * gst/schedulers/entryscheduler.c:
2001         (gst_entry_scheduler_loop_wrapper),
2002         (gst_entry_scheduler_chain_wrapper),
2003         (gst_entry_scheduler_get_wrapper):
2004           reset the state when the cothread starts, so we don't get assertion
2005           failures on restarting of cothreads
2006
2007 2004-07-20  Benjamin Otte  <otte@gnome.org>
2008
2009         * gst/gstelement.c: (gst_element_link_pads_filtered):
2010           use correct sinkpad, if only sinkpad is specified, but not srcpad
2011           (fixes #147889)
2012         * gst/gstelement.c: (gst_element_set_state_func),
2013         (gst_element_change_state): ref/unref the element, signal handlers
2014         could get rid of the element otherwise
2015
2016 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2017
2018         * docs/random/ds/0.9-suggested-changes:
2019           Make note about renaming fixed-list to array.
2020         * gst/gstvalue.c: (gst_value_intersect_fixed_list),
2021         (_gst_value_initialize):
2022           Add array intersections.
2023         * testsuite/caps/intersect2.c: (main):
2024           Add test for array intersections.
2025
2026 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2027
2028         * configure.ac: back to cvs
2029
2030 === release 0.8.4 ===
2031
2032 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2033
2034         * configure.ac:
2035           releasing 0.8.4, "Paella"
2036           bump libtool versioning
2037
2038 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2039
2040         * po/LINGUAS:
2041         * po/ca.po:
2042           adding Catalan translation (Jordi Mallach)
2043
2044 2004-07-20  Wim Taymans  <wim@fluendo.com>
2045
2046         * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
2047         (handoff_identity), (main):
2048         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
2049         (handoff_identity), (main):
2050         * testsuite/schedulers/Makefile.am:
2051         Added failing testcase for variant of #147894
2052
2053 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2054
2055         patch by: David Moore
2056
2057         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
2058         (schedule_group), (gst_opt_scheduler_schedule_run_queue),
2059         (group_migrate_connected):
2060         * testsuite/schedulers/Makefile.am:
2061           fix for #142813 (Deadlock in optimal scheduler)
2062
2063 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2064
2065         patch by: Wim Taymans
2066
2067         * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
2068         (gst_opt_scheduler_schedule_run_queue),
2069         (gst_opt_scheduler_get_wrapper), (get_group),
2070         (group_migrate_connected):
2071         * testsuite/schedulers/Makefile.am:
2072           fix for #147819 (Add some checks in the opt scheduler)
2073
2074 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2075
2076         patch by: Benjamin Otte
2077
2078         * gst/gstelementfactory.c: (__gst_element_details_set):
2079           fix for #147929: running gst-register in non-utf8 locale can cause
2080           invalid registry
2081
2082 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2083
2084         patch by: Wim Taymans
2085
2086         * gst/schedulers/gstoptimalscheduler.c: (group_num_elements),
2087         (group_has_element), (element_get_reachables_func),
2088         (group_migrate_connected):
2089           fix for #147894 (opt scheduler decoupled elements mismanagement)
2090         * testsuite/schedulers/Makefile.am:
2091           testsuite app now passes
2092
2093 2004-07-19  Wim Taymans  <wim@fluendo.com>
2094
2095         * testsuite/schedulers/147819.c: (handoff_identity1),
2096         (handoff_identity2), (main):
2097         * testsuite/schedulers/Makefile.am:
2098         Added testcase for bug 147819
2099
2100 2004-07-19  Wim Taymans  <wim@fluendo.com>
2101
2102         * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
2103         (handoff_identity), (main):
2104         * testsuite/schedulers/Makefile.am:
2105         Added testcase for bug 147894
2106
2107 2004-07-16  Wim Taymans  <wim@fluendo.com>
2108
2109         * testsuite/schedulers/142183-2.c: (handoff_identity), (main):
2110         * testsuite/schedulers/142183.c: (handoff_identity), (main):
2111         * testsuite/schedulers/Makefile.am:
2112         Added testsuite for bug 142183 in its two incarnations. Refcount
2113         is not increased for scheduled elements and threadsafe properties
2114         mutexes are not properly unlocked.
2115
2116 2004-07-16  Wim Taymans  <wim@fluendo.com>
2117
2118         * gst/schedulers/gstoptimalscheduler.c: (gst_opt_scheduler_init),
2119         (create_chain), (destroy_chain), (create_group), (destroy_group),
2120         (add_to_group), (merge_groups), (group_elements), (group_inc_link),
2121         (group_dec_link), (gst_opt_scheduler_pad_link),
2122         (group_inc_links_for_element), (group_migrate_connected):
2123         Call group_inc_link with the proper src->sink ordering -- 
2124         break this, and we break sort_chain. patch from wingo for bug
2125         147713.
2126         Partially revert patch 1.89. When adding a loop based element to 
2127         the scheduler, the links to other groups are automatically followed
2128         and incremented. This should not happen because the bin will call
2129         pad_link explicitly for those connection, resulting in them counted 
2130         twice. Results in assertion failure on pipeline cleanup.
2131
2132 2004-07-16  Wim Taymans  <wim@fluendo.com>
2133
2134         * testsuite/schedulers/143777-2.c: (main):
2135         * testsuite/schedulers/147713.c: (handoff_src), (handoff_sink),
2136         (main):
2137         * testsuite/schedulers/Makefile.am:
2138         Added cleanup code to testcase 143777-2.
2139         Added testcase to show bug 147713, does not really show the
2140         deadlock as I can't figure out how to trigger it, but it does
2141         demonstrate bad ordering in the scheduler.
2142
2143 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2144
2145         * gst/gstvalue.c: (gst_value_deserialize_fraction):
2146           change strndup to g_strndup.  Fixes #147707
2147
2148 2004-07-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2149
2150         * po/af.po:
2151         * po/az.po:
2152         * po/cs.po:
2153         * po/en_GB.po:
2154         * po/fr.po:
2155         * po/nl.po:
2156         * po/sr.po:
2157         * po/sv.po:
2158         * po/tr.po:
2159         * po/uk.po:
2160           updated translations
2161
2162 2004-07-16  Benjamin Otte  <otte@gnome.org>
2163
2164         * gst/gstvalue.c: (gst_greatest_common_divisor):
2165           use ints and return ints, fractions only use ints, too, so this
2166           avoids accidently casting multiplications to unsigned
2167         (gst_value_lcopy_fraction): it's ints, not uint32
2168         (gst_value_set_fraction): disallow minint, multiplying and negation
2169           are broken with it
2170         (gst_value_fraction_multiply): fix to make large numbers work and get
2171         rid of the assumption that the multiplication of two ints fits an
2172         int64 - dunno if that's true for all systems
2173         * testsuite/caps/Makefile.am:
2174         * testsuite/caps/fraction-multiply-and-zero.c:
2175         (check_multiplication), (check_equal), (zero_test), (main):
2176           add tests for all the stuff above
2177         * testsuite/caps/value_compare.c: (test1):
2178           fix comment
2179         * tests/.cvsignore:
2180         * testsuite/caps/.cvsignore:
2181         * testsuite/debug/.cvsignore:
2182         * testsuite/dlopen/.cvsignore:
2183         * testsuite/states/.cvsignore:
2184           get up to date
2185
2186 2004-07-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2187
2188         * docs/manual/bins-api.xml:
2189         * docs/manual/factories.xml:
2190         * docs/manual/helloworld.xml:
2191         * docs/manual/links-api.xml: 
2192           fixes for out of date info, incorrect info and grammar
2193
2194 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2195
2196         * docs/manual/pads.xml:
2197         * docs/manual/pads-api.xml: grammar fix
2198
2199 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2200
2201         * docs/manual/pads-api.xml: typo + grammar fix
2202
2203 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2204
2205         * docs/gst/gstreamer-sections.txt:
2206           add new symbols
2207         * docs/gst/tmpl/gstelement.sgml:
2208         * docs/gst/tmpl/gstpad.sgml:
2209         * docs/gst/tmpl/gsttypes.sgml:
2210         * docs/gst/tmpl/gstvalue.sgml:
2211           update docs
2212         * gst/gststructure.c: (gst_structure_set_valist),
2213         (gst_structure_from_abbr), (gst_structure_to_abbr):
2214         * gst/gstvalue.c: (gst_value_compare_double), (gst_type_is_fixed),
2215         (gst_greatest_common_divisor), (gst_value_init_fraction),
2216         (gst_value_copy_fraction), (gst_value_collect_fraction),
2217         (gst_value_lcopy_fraction), (gst_value_set_fraction),
2218         (gst_value_get_fraction_numerator),
2219         (gst_value_get_fraction_denominator),
2220         (gst_value_fraction_multiply), (gst_value_serialize_fraction),
2221         (gst_value_deserialize_fraction),
2222         (gst_value_transform_fraction_string),
2223         (gst_value_transform_string_fraction),
2224         (gst_value_compare_fraction), (_gst_value_initialize):
2225         * gst/gstvalue.h:
2226           adding GstFraction GValue type, get/set, and multiply
2227         * testsuite/caps/Makefile.am:
2228         * testsuite/caps/fraction.c: (test), (main):
2229         * testsuite/caps/string-conversions.c: (main):
2230         * testsuite/caps/value_compare.c: (test1), (main):
2231           add regression tests for GstFraction
2232
2233 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2234         
2235         * docs/manual/init-api.xml: Grammar fix
2236
2237 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2238
2239         * docs/manual/states.xml: Fix inconsistent information
2240
2241 2004-07-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2242
2243         * gst/gstelement.c: (gst_element_set_state):
2244         * gst/gstpad.c: (gst_pad_try_set_caps):
2245         * gst/gststructure.c:
2246         * gst/gstthread.c: (gst_thread_child_state_change):
2247         * gst/gstvalue.c: (gst_value_compare_double):
2248         * gst/gstvalue.h:
2249         * testsuite/parse/parse1.c: (main):
2250           debugging additions and style cleanups
2251
2252 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2253
2254         * docs/manual/states.xml: Grammar fix
2255
2256 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2257
2258         * docs/manual/pads.xml: Grammar fix
2259
2260 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2261
2262         * docs/manual/elements.xml: Fixed image reference
2263
2264 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2265
2266         * docs/manual/goals.xml: Grammar fix
2267
2268 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2269
2270         * docs/manual/motivation.xml:
2271         Bonobo is no longer "emerging" and added sentence regarding tcp plugins
2272
2273 2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2274
2275         * docs/manual/motivation.xml: Fix spelling
2276
2277 2004-07-15  Benjamin Otte  <otte@gnome.org>
2278
2279         * gst/gstelement.h: 
2280           Don't GST_ERROR_OBJECT empty strings - Solaris doesn't like NULL
2281           strings.
2282         * gst/gstelement.c (gst_element_class_init):
2283           GError's are boxed, not objects
2284         * gst/gstmarshal.list:
2285           update list for the fixed error signal
2286
2287 2004-07-14  Andy Wingo  <wingo@pobox.com>
2288
2289         * gst/gsttag.c: Add a tag merge func for pointers. The header was
2290         there all along, but the function wasn't. (guile-gstreamer's build
2291         system uses the address of the function -- I wasn't actually
2292         trying to use this.)
2293
2294 2004-07-14  Andy Wingo  <wingo@pobox.com>
2295
2296         * gst/gstpad.c (gst_pad_try_set_caps): Naive link functions (such
2297         as gst_pad_proxy_pad_link) just link to every other pad when they
2298         are called. In the case where the graph has cycles, this will mean
2299         that a call to try_set_caps will recurse. Allow this recursion
2300         and return OK, while we wait for the first try_set_caps to give a
2301         proper return value.
2302         (gst_pad_link_call_link_functions): Since this function is the
2303         only one to set the NEGOTIATING flag on a pad, if the flag is set
2304         it means that the link functions have indirectly recursed. If this
2305         happens, error out to avoid infinite recursion and an eventual
2306         SEGV.
2307         (gst_real_pad_class_init): Remove a crufty GtkObject comment.
2308         (gst_pad_proxy_getcaps): Intersect the result with the template
2309         caps to ensure that the return value is valid.
2310
2311 2004-07-14  Andy Wingo  <wingo@pobox.com>
2312
2313         * gst/gstdata.c (gst_data_is_writable): s/>=/>/. If there is only
2314         one refcount, the calling function is the owner of the buffer.
2315
2316 2004-07-14  Wim Taymans  <wim@fluendo.com>
2317
2318         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
2319         (gst_opt_scheduler_pad_link), (group_migrate_connected):
2320         Fix stupid warning when an element is to be migrated but
2321         is already migrated.
2322
2323 2004-07-14  Wim Taymans  <wim@fluendo.com>
2324
2325         * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
2326         (gst_opt_scheduler_pad_link), (group_migrate_connected):
2327         Make sure that a single non-loop-based element does not 
2328         end up in a group. This fixes the testsuite again.
2329
2330 2004-07-14  Wim Taymans  <wim@fluendo.com>
2331
2332         * gst/schedulers/gstoptimalscheduler.c: (create_group),
2333         (add_to_group), (merge_groups), (schedule_group),
2334         (gst_opt_scheduler_get_wrapper), (group_elements),
2335         (group_dec_link), (gst_opt_scheduler_pad_link),
2336         (group_migrate_connected), (gst_opt_scheduler_pad_unlink),
2337         (gst_opt_scheduler_iterate):
2338         move isolated groups to a new chain.
2339         Emit a warning instead of segfaulting in some error cases.
2340         Fix a bug where the link count between groups was not calculated 
2341         correctly. Fixes #144510.
2342
2343 2004-07-13  Steve Lhomme  <steve.lhomme@free.fr>
2344         * gst/elements/gstfilesrc.c:
2345           Binary files support under Windows now OK
2346       
2347 2004-07-13  Benjamin Otte  <otte@gnome.org>
2348
2349           compatibility fixes for Solaris 8/gcc 2.95
2350         * configure.ac:
2351           include libintl libs in LDFLAGS
2352         * gstvalue.c (gst_value_deserialize_buffer):
2353           cast isxdigit stuff to int to silence compiler warning
2354
2355 2004-07-12  Benjamin Otte  <otte@gnome.org>
2356
2357         * gst/gsttypes.h:
2358           get rid of GST_O_READONLY, GST_FILE_MODE_READ and
2359           GST_FILE_MODE_WRITE, I don't want them in the exported headers. It
2360           just causes support madness
2361         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
2362           make it work without this
2363         * gst/indexers/gstfileindex.c: (_file_index_id_save_entries),
2364         (gst_file_index_commit):
2365           glib IO channels don't want binary mode
2366         * testsuite/bytestream/filepadsink.c: (main):
2367         * testsuite/bytestream/test1.c: (read_param_file):
2368           use "rb" instead of GST_FILE_MODE_READ, it works on POSIX systems
2369
2370 2004-07-12  Benjamin Otte  <otte@gnome.org>
2371
2372         * gst/gstelement.c: (gst_element_class_init),
2373         (gst_element_set_state), (gst_element_set_state_func):
2374           virutalize gst_element_set_state, use set_state member in class
2375           struct that was already added in 0.7 for this.
2376         * gst/gstbin.c: (gst_bin_foreach), (set_kid_state_func), 
2377         (gst_bin_change_state):
2378           make gst_bin_foreach works similar to other foreach functions, plug
2379           memleaks in it. Make functions using it work with the new approach.
2380           Document gst_bin_foreach, so it can be exported if we want to
2381         * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_state):
2382           use virtualized set_state to make set_state on bins set the state of
2383           all its children.
2384
2385 2004-07-12  Benjamin Otte  <otte@gnome.org>
2386
2387         * configure.ac:
2388           require valgrind >= 2.1 (fixes Gentoo bug 53967, see
2389           http://bugs.gentoo.org/show_bug.cgi?id=53967)
2390         * gst/gstpad.c: (gst_pad_alloc_buffer):
2391           allow buffer_alloc functions to return NULL and allocate a normal
2392           buffer in that case
2393
2394 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
2395         * gst/elements/gstfilesink.c:
2396         * gst/elements/gstfilesrc.c:
2397         * gst/indexers/gstfileindex.c:
2398         * gst/gsttypes.h:
2399         * testsuite/bytestream/filepadsink.c:
2400         * testsuite/bytestream/test1.c:
2401           Handle binary files under Windows
2402
2403 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
2404         * docs/manual/win32.xml:
2405         * win32/config.h:
2406         * win32/gst-register.vcproj:
2407         * win32/gstreamer.def:
2408           Update to another gettext public build
2409
2410 2004-07-12  Steve Lhomme  <steve.lhomme@free.fr>
2411         * gst/gstplugin.c:
2412           Fix an impossible C syntax
2413         * win32/config.h:
2414           Disable i18n under Windows for the moment
2415         * win32/gst-register.vcproj:
2416           Use this configuration
2417
2418 2004-07-12  Jan Schmidt  <thaytan@mad.scientis.com>
2419         * docs/manual/quotes.xml:
2420           Keep the quotes file alive
2421         * docs/random/ds/0.9-suggested-changes:
2422           Add the suggestion of including a 'rowstride' as part of video
2423           format caps
2424
2425 2004-07-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2426
2427         * gst/gstelement.c: (gst_element_set_state),
2428         (gst_element_change_state):
2429           d'oh.  Set PENDING state correctly before forcing bin to change.
2430         * gst/gststructure.c: (gst_structure_value_get_generic_type),
2431         (gst_structure_parse_fixed_list):
2432         * gst/schedulers/gstoptimalscheduler.c:
2433         (gst_opt_scheduler_state_transition):
2434         * testsuite/states/parent.c: (main):
2435           remove comment now that it's fixed.
2436
2437 2004-07-11  Benjamin Otte  <otte@gnome.org>
2438
2439         * gst/gstclock.h:
2440           GST_SECOND shouldn't cause a conversion to unsigned.
2441         * testsuite/clock/.cvsignore:
2442         * testsuite/clock/Makefile.am:
2443         * testsuite/clock/signedness.c: (main):
2444           make sure it never will again
2445
2446 2004-07-11  Andy Wingo  <wingo@pobox.com>
2447
2448         * gst/gstbin.c (gst_bin_add_func): If we're adding an element
2449         whose state is higher than the bin state, raise the bin state to
2450         ensure that bin state := highest child state.
2451         
2452 2004-07-11  Andy Wingo  <wingo@pobox.com>
2453
2454         * gst/gstbin.c (gst_bin_foreach): New static function. Calls a
2455         procedure on the children of a bin. Assumes that the procedure can
2456         change the set of children.
2457         (set_kid_state_func): New static function.
2458         (gst_bin_change_state): Use gst_bin_foreach to call
2459         set_kid_state_func. Fixes a bug: if a child had a state-change
2460         handler that removes it from the bin, there would be a segfault.
2461         Hopefully it should also work in the case where the state-change
2462         handler on one child adds or removes other children. In any case,
2463         fixes should go to gst_bin_foreach.
2464
2465 2004-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2466
2467         * gst/gstelement.c: (gst_element_set_state):
2468           compatibility fix for latest plugins release.  Change loop back
2469           to while {}
2470
2471 2004-07-09  Wim Taymans  <wim@fluendo.com>
2472
2473         * gst/gstbin.c: (gst_bin_remove), (gst_bin_dispose):
2474         * gst/gstthread.c: (gst_thread_dispose), (gst_thread_catch),
2475         (gst_thread_main_loop):
2476         Since remove is virtual in GstBin we must not assume the 
2477         elements GList to have anothing useful.
2478         Add some more logging to GstThread and be a bit more paranoid
2479         when resetting the scheduler.
2480         Set the state of the bin to NULL before removing the children.
2481
2482 2004-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2483
2484         * testsuite/threads/Makefile.am:
2485         * testsuite/threads/threadg.c:
2486           added test to check if problem when removing all elements from a
2487           GstThread before setting GstThread state to NULL
2488
2489 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2490
2491         * docs/gst/tmpl/gstelement.sgml:
2492         * docs/gst/tmpl/gsttypes.sgml:
2493         * gst/gstbin.c: (gst_bin_change_state):
2494         * gst/gstelement.c: (gst_element_set_state),
2495         (gst_element_change_state):
2496           rework so that for bins we try to set the state on all children
2497           as well even if the bin is in the correct state already.
2498           change while to do so at least one iteration is done.
2499           For regular elements, we fall back to the previous behaviour for
2500           now since we first need a new plugins release.
2501         * testsuite/states/parent.c: (main):
2502           test for this case
2503           Fixes #123774
2504
2505 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2506
2507         * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_finalize),
2508         (gst_queue_chain), (gst_queue_get), (gst_queue_handle_src_event),
2509         (gst_queue_release_locks), (gst_queue_change_state),
2510         (gst_queue_set_property):
2511           add proper lock debugging.  Change dispose to finalize, since
2512           we're freeing mutexes and other stuff which should happen only once.
2513
2514 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2515
2516         * docs/gst/tmpl/gstelement.sgml:
2517         * docs/gst/tmpl/gstplugin.sgml:
2518         * docs/gst/tmpl/gsttypes.sgml:
2519         * docs/pwg/building-state.xml:
2520         * gst/elements/gstfakesrc.c: (gst_fakesrc_change_state):
2521         * gst/gstelement.c: (gst_element_change_state):
2522         * gst/gstthread.c: (gst_thread_change_state):
2523           catch wrong state changes in element base class.
2524
2525 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2526
2527         * gst/gstinfo.h:
2528           clean up layout a little.
2529
2530 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2531
2532         * configure.ac:
2533         * testsuite/Makefile.am:
2534         * testsuite/states/Makefile.am:
2535         * testsuite/states/parent.c: (main):
2536           re-enable states testsuite dir.  Add test for state changes and
2537           parent behaviour
2538
2539 2004-07-09  Wim Taymans  <wim@fluendo.com>
2540
2541         * gst/schedulers/gstoptimalscheduler.c:
2542         (gst_opt_scheduler_pad_link), (group_elements_set_visited),
2543         (element_get_reachables_func), (element_get_reachables),
2544         (debug_element), (rechain_group), (group_migrate_connected),
2545         (gst_opt_scheduler_pad_unlink):
2546         Do not try to migrate decoupled elements to a new group since
2547         they are not added to groups.
2548
2549 2004-07-08  Benjamin Otte  <otte@gnome.org>
2550
2551         * gst/gstelement.c: (gst_element_error_func):
2552           make reentrant (= allow removing elements in error handler)
2553
2554 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2555
2556         * gst/gstpad.c: (gst_pad_event_default_dispatch),
2557         (gst_pad_send_event), (gst_pad_call_chain_function):
2558           events sent to elements below PAUSED cannot be handled, so
2559           don't try to
2560
2561 2004-07-08  Wim Taymans  <wim@fluendo.com>
2562
2563         * gst/schedulers/gstoptimalscheduler.c:
2564         (chain_recursively_migrate_group), (create_group),
2565         (schedule_group), (gst_opt_scheduler_pad_link),
2566         (group_elements_set_visited), (element_get_reachables_func),
2567         (element_get_reachables), (group_can_reach_group), (debug_element),
2568         (rechain_group), (group_migrate_connected),
2569         (gst_opt_scheduler_pad_unlink):
2570         * testsuite/schedulers/Makefile.am:
2571         Implemented group splitting and rechaining.
2572         Fixes 143777 and 143777-2 in the testsuite.
2573
2574 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2575
2576         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
2577           extra debugging
2578         * gst/gstevent.h:
2579         * gst/gstinfo.c: (gst_debug_log_default):
2580           print time nicely.  add thread pointer until someone figures out
2581           a completely portable way of getting at thread id's.
2582         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_try),
2583         (_invent_event), (gst_pad_pull), (gst_pad_event_default_dispatch),
2584         (gst_pad_call_chain_function):
2585           extra debugging
2586         * gst/schedulers/gstoptimalscheduler.c:
2587         (get_group_schedule_function), (loop_group_schedule_function),
2588         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
2589         (pad_clear_queued), (gst_opt_scheduler_iterate):
2590           rename BUFPEN and friends to DATAPEN since that's what they are.
2591
2592 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2593
2594         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
2595         * gst/gstbuffer.h:
2596         * gst/gstpad.c:
2597           cleanups and debugging
2598
2599 2004-07-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2600
2601         * configure.ac:
2602         * gst/gstvalue.c: (gst_value_compare_enum),
2603         (gst_value_serialize_enum), (gst_value_deserialize_enum),
2604         (gst_value_can_compare), (gst_value_compare):
2605         * testsuite/Makefile.am:
2606         * testsuite/enumcaps/Makefile.am:
2607         * testsuite/enumcaps/enumcaps.c:
2608           Fix enum serialization, deserialization, comparison in caps, add
2609           a test to ensure that this continues working in the future.
2610
2611 2004-07-06  David Schleef  <ds@schleef.org>
2612
2613         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
2614         Fix memleak.
2615
2616 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2617
2618         * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
2619         * gst/gstplugin.h:
2620         * gst/registries/gstxmlregistry.c:
2621         (plugin_times_older_than_recurse), (plugin_times_older_than),
2622         (gst_xml_registry_parse_padtemplate):
2623           only rebuild registry when actual plugins have a newer time than
2624           the registry.  Fixes #145520
2625
2626 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2627
2628         * docs/manual/manual.xml:
2629         * docs/manual/win32.xml:
2630           add chapter on win32 building.  fixes #142422
2631
2632 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2633
2634         patch by: Sebastien Cote <sc5 at hermes.usherb.ca>
2635
2636         * gst/autoplug/gstspider.c: (gst_spider_init),
2637         (gst_spider_dispose):
2638           fix spider memleaks.  fixes #137863
2639
2640 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2641
2642         patch by: Joe Marcus Clarke <marcus at freebsd dot org>
2643
2644         * gst/schedulers/gstoptimalscheduler.c:
2645         (gst_opt_scheduler_pad_unlink):
2646           fix SIGBUS error, fixes #145338
2647
2648 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2649
2650         * gst/gstobject.c: (gst_object_replace):
2651         * gst/gstscheduler.c: (gst_scheduler_get_clock):
2652         * gst/gstsystemclock.c: (gst_system_clock_obtain):
2653           clean up clock lifecycle.  Fixes #109831
2654
2655 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2656
2657         * po/LINGUAS:
2658         * po/cs.po:
2659           added Czech translation (Miloslav Trmac)
2660
2661 2004-07-04  David Schleef  <ds@schleef.org>
2662
2663         * tools/Makefile.am:
2664         * tools/gst-xmlinspect.1.in:  Add man page. (bug #140219)
2665
2666 2004-07-04  David Schleef  <ds@schleef.org>
2667
2668         * common/m4/gst-doc.m4: Check for docbook2html 0.6.10 (bug #139909)
2669
2670 2004-07-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2671
2672         * gst/gstbin.c: (gst_bin_restore_thyself):
2673           chain to parent restore so the bins get restored correctly
2674           in the editor
2675
2676 2004-07-03  David Schleef  <ds@schleef.org>
2677
2678         * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
2679         Actually do something in these functions, like before the big
2680         caps change.  (bug #145137)
2681
2682 2004-07-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2683
2684         * gst/gstelement.c: (gst_element_get_compatible_pad_template),
2685         (gst_element_get_compatible_pad_filtered):
2686         * gst/gstthread.c: (gst_thread_main_loop):
2687           more debugging
2688
2689 2004-07-02  David Schleef  <ds@schleef.org>
2690
2691         * gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler
2692         * gst/gstobject.h:
2693         * gst/gstparse.h:
2694         * gst/gsttrace.h:
2695         * gst/gstxml.h:
2696
2697 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2698
2699         * gst/gstpad.c: (gst_pad_check_schedulers),
2700         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
2701         (gst_pad_link_prepare):
2702           revert until testsuite is fixed
2703
2704 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2705
2706         * testsuite/Makefile.am:
2707         * testsuite/caps/filtercaps.c: (main):
2708         * testsuite/clock/clock1.c: (main):
2709         * testsuite/dynparams/dparamstest.c: (gst_dptest_chain), (main):
2710           fix some more tests
2711
2712 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2713
2714         * testsuite/cleanup/cleanup1.c: (create_pipeline):
2715         * testsuite/cleanup/cleanup2.c: (create_pipeline):
2716         * testsuite/cleanup/cleanup4.c: (main):
2717           fix testsuite
2718
2719 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2720
2721         * libs/gst/control/control.c:
2722         * libs/gst/control/dparam.c:
2723         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_get_type):
2724         * libs/gst/control/dparammanager.c:
2725         * libs/gst/control/dparammanager.h:
2726         * testsuite/dynparams/Makefile.am:
2727         * testsuite/dynparams/dparamstest.c: (gst_dptest_base_init),
2728         (gst_dptest_change_state), (gst_dptest_chain), (main):
2729           fix testcase for dparams
2730           add debugging category
2731
2732 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2733
2734         * testsuite/Rules:
2735           change path
2736
2737 2004-07-02  Benjamin Otte  <otte@gnome.org>
2738
2739         * tests/.cvsignore:
2740         * tests/Makefile.am:
2741         * tests/mass_elements.c: (gst_get_current_time), (main):
2742           add simple benchmark to test various speeds of fakesrc ! identity !
2743           identity ! ... ! fakesink.
2744           Usage: mass_elements [num_identities] [num_buffers]
2745           If not specified they default to 1000.
2746
2747 2004-07-02  Benjamin Otte  <otte@gnome.org>
2748
2749         * gst/gstpad.c: (gst_pad_check_schedulers),
2750         (gst_pad_can_link_filtered), (gst_pad_link_filtered),
2751         (gst_pad_link_prepare):
2752           check that pads that get linked belong to the same manager. The old
2753           code allowed linking elements before putting them into bins, so it
2754           worked to link them and then put them in different threads, which
2755           lead to weird behaviour.
2756           Since this effectively disallows linking elements before putting
2757           them in a bin, some applications might not work after this and error
2758           out. If these applications are too critical, we might need to revert
2759           that patch. Please test this before the next release...
2760
2761 2004-06-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2762
2763         * gst/gstpad.c: (gst_pad_get_caps):
2764           throw an error if the getcaps function does not return a subset of
2765           the template caps.
2766         * libs/gst/bytestream/filepad.c: (gst_file_pad_chain):
2767           make disconts without position info an error in debugging
2768         * tests/spidey_bench.c: (handoff), (main):
2769           don't count first try when averaging
2770
2771 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2772
2773         * gst/gstplugin.c: (gst_plugin_load_file):
2774           figure out problem with dynamic test
2775
2776 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2777
2778         * docs/gst/Makefile.am:
2779           fix docs build
2780
2781 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2782
2783         * po/POTFILES.in:
2784         * po/af.po:
2785         * po/az.po:
2786         * po/en_GB.po:
2787         * po/fr.po:
2788         * po/nl.po:
2789         * po/sr.po:
2790         * po/sv.po:
2791         * po/tr.po:
2792         * po/uk.po:
2793         * tools/gst-register.c: (plugin_added_func), (main):
2794           i18n-ize -register, fix plural
2795
2796 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2797
2798         * gst/elements/gstidentity.c: (gst_identity_class_init),
2799         (gst_identity_init), (gst_identity_chain),
2800         (gst_identity_set_property), (gst_identity_get_property):
2801         * gst/elements/gstidentity.h:
2802           check for perfect stream
2803
2804 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2805
2806         * gst/elements/gstidentity.c: (gst_identity_chain):
2807           print offset_end
2808
2809 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2810
2811         * docs/gst/Makefile.am:
2812         * docs/gst/gstreamer-docs.sgml:
2813           doc fixes
2814
2815 2004-06-24  David Schleef  <ds@schleef.org>
2816
2817         * autogen.sh:  Remove call to env, since the buildbot isn't
2818         broken anymore.
2819
2820 2004-06-24  Wim Taymans  <wim@fluendo.com>
2821
2822         * gst/elements/Makefile.am:
2823         * gst/elements/gstelements.c:
2824         * gst/elements/gstmultifdsink.c: (gst_multifdsink_base_init),
2825         (gst_multifdsink_class_init), (gst_multifdsink_init),
2826         (gst_multifdsink_add), (gst_multifdsink_remove),
2827         (gst_multifdsink_clear), (gst_multifdsink_chain),
2828         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
2829         * gst/elements/gstmultifdsink.h:
2830         Added an element that writes to multiple filedescriptors at once.
2831
2832 2004-06-24  Benjamin Otte  <otte@gnome.org>
2833
2834         * gst/parse/grammar.y:
2835           don't try to link elements before they have been added to bins
2836
2837 2004-06-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2838
2839         * libs/gst/bytestream/filepad.c: (gst_file_pad_available),
2840         (gst_file_pad_get_length):
2841         * libs/gst/bytestream/filepad.h:
2842           add 2 new functions
2843
2844 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2845
2846         * docs/gst/gstreamer-sections.txt:
2847         remove from docs, the define that Benjamin removed from gstelement.h
2848
2849 2004-06-22  Benjamin Otte  <otte@gnome.org>
2850
2851         * gst/gstelement.h:
2852           remove define that referenced a nonexisting GstElement struct member
2853
2854 2004-06-20  Benjamin Otte  <otte@gnome.org>
2855
2856         * gst/gstdata.c: (gst_data_is_writable):
2857           whoops, return values were wrong, so writable data was marked as
2858           non-writable and vice versa. (fixes #143953, spotted by Francis
2859           Labonte)
2860           Shows how rarely we need to copy data ;)
2861
2862 2004-06-20  Benjamin Otte  <otte@gnome.org>
2863
2864         * testsuite/schedulers/.cvsignore:
2865         * testsuite/schedulers/Makefile.am:
2866         * testsuite/schedulers/143777-2.c: (main):
2867           add test for opt breakage in bug #143777
2868
2869 2004-06-20  Benjamin Otte  <otte@gnome.org>
2870
2871         * gst/gstpad.c: (gst_pad_call_chain_function):
2872           check for if we were unlinked while inside the chainfunction (fixes
2873           entrygthread having issues with #143777)
2874         * testsuite/schedulers/143777.c: (main):
2875         * testsuite/schedulers/Makefile.am:
2876           add a test for that fix
2877
2878 2004-06-20  Benjamin Otte  <otte@gnome.org>
2879
2880         * gst/gstvalue.c: (gst_value_set_int_range):
2881           test that start is smaller then end
2882         * libs/gst/bytestream/Makefile.am:
2883         * libs/gst/bytestream/filepad.c: 
2884         * libs/gst/bytestream/filepad.h:
2885           add GstFilePad - a pad that behaves like a FILE*
2886         * testsuite/bytestream/.cvsignore:
2887         * testsuite/bytestream/Makefile.am:
2888         * testsuite/bytestream/filepadsink.c: 
2889           test for the GstFilePad
2890
2891 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
2892
2893         * gst/elements/gstidentity.c: (gst_identity_class_init),
2894         (gst_identity_init), (gst_identity_set_clock),
2895         (gst_identity_chain), (gst_identity_set_property),
2896         (gst_identity_get_property):
2897         * gst/elements/gstidentity.h:
2898         * gst/gstclock.c: (gst_clock_id_wait):
2899           add a "sync" property to sync to the clock
2900
2901 2004-06-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2902
2903         * gst/gstelementfactory.c: (gst_element_factory_create):
2904           make the freakin "elementfactory bla has no type" message more
2905           useful. So we actually can do something when someone shows up
2906           complaining about it.
2907
2908 2004-06-15  Johan Dahlin  <johan@gnome.org>
2909
2910         * tools/gst-inspect.c (main): Fallback to plugin if no element is
2911         found. This matches the old behavior better. Thanks to Thomas for
2912         pointing out.
2913
2914 2004-06-14  David Schleef  <ds@schleef.org>
2915
2916         * gst/gstcpu.c: (gst_cpuid_i386): Fix problem when using
2917         -fomit-frame-pointer.  Appears to generate correct code in
2918         other cases as well.
2919
2920 2004-06-14  Johan Dahlin  <johan@gnome.org>
2921
2922         * tools/gst-inspect.c (main): Add two new command line options: -a
2923         to print all elements and -n to print the name on each line. Also
2924         fix some error reporting.
2925         (main): Simplify, remove -n and always print names if -a is specified
2926
2927 2004-06-13  Steve Lhomme  <steve.lhomme@free.fr>
2928
2929         * win32/gstconfig.h:
2930         * win32/GSTreamer.vcproj:
2931         * win32/Makefile:
2932         * gst/gstconfig.h.in:
2933         * gst/gst.h:
2934         * gst/gstbin.h:
2935         * gst/gstelement.h:
2936         * gst/gstevent.h:
2937         * gst/gstobject.h:
2938         * gst/gstpad.h:
2939         * docs/gst/gstreamer-sections.txt:
2940         * docs/gst/tmpl/gstconfig.sgml:
2941           rename GSTREAMER_EXPORT(S) to GST_EXPORT(S)
2942
2943 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
2944         * docs/gst/gstreamer-sections.txt:
2945         * docs/gst/tmpl/gstconfig.sgml:
2946         Add the GSTREAMER_EXPORT macro to the docs
2947
2948 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
2949
2950         * tools/gst-compprep.c: (handle_xmlerror), (main):
2951         Add a check for the version that introduced SetStructuredError to fix
2952         the build on FC1
2953
2954 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2955
2956         * win32/msvc71.sln:
2957         * win32/testsuite/:
2958           prepare to compile the testsuite with MSVC
2959
2960 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2961
2962         * docs/manual/win32.xml:
2963           attempt to transform the Win32 README into an XML doc
2964
2965 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2966
2967         * gst/gst.c:
2968         * gst/gstbin.*:
2969         * gst/config.h.in:
2970         * gst/gstelement.*:
2971         * gst/gstevent.h:
2972         * gst/gstobject.*:
2973         * gst/gstpad.h:
2974         * tools/gst-register.c:
2975         * win32/gstreamer.def:
2976           extern symbols are now exported for the Windows DLL
2977
2978 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2979
2980         * gst/gstinfo.h:
2981           fix a problem to enable/disable DEBUG under MSVC
2982
2983 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2984
2985         * win32/:
2986           enable more debug code in DEBUG build
2987
2988 2004-06-12  Steve Lhomme  <steve.lhomme@free.fr>
2989
2990         * win32/config.h:
2991         * gst/gst-i18n-app.h:
2992           enable NLS under Windows
2993
2994 2004-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2995         * tools/gst-compprep.c: (handle_xmlerror), (main):
2996           Make an error that baffled me a bit clearer
2997
2998 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
2999
3000         * gst/gstqueue.c:
3001           don't use g_queue_get_length () because it's 2.4, use ->length
3002
3003 2004-06-11  Steve Lhomme  <steve.lhomme@free.fr>
3004
3005         reviewed by Benjamin Otte  <in7y118@public.uni-hamburg.de>
3006
3007         * tools/gst-inspect.c: (print_signal_info):
3008           don't free random data twice. (fixes #144185)
3009
3010 2004-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3011
3012         * gst/gstqueue.c:
3013         * gst/gstqueue.h:
3014           fix removing from the wrong queue on event timeout
3015           fix disposing of the event queue by casting correctly
3016           add mutexes for handling the event queue
3017           someone was sleeping when fixing queue last time around :)
3018
3019 2004-06-10  Johan Dahlin  <johan@gnome.org>
3020
3021         * gst/gst.c (gst_init_check_with_popt_table): Do not fail on
3022         errors, like gtk. It makes it more useful in bindings.  Fixes #141692.
3023
3024 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3025
3026         * docs/random/gdp:
3027         * libs/gst/dataprotocol/dataprotocol-test.c: (buffer_test):
3028         * libs/gst/dataprotocol/dataprotocol.c:
3029         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
3030         (gst_dp_buffer_from_header):
3031         * libs/gst/dataprotocol/dataprotocol.h:
3032         * libs/gst/dataprotocol/dp-private.h:
3033           rev version to 0.1, add buffer flags and copy them
3034
3035 2004-06-09  Johan Dahlin  <johan@gnome.org>
3036
3037         * gst/gstbuffer.c (gst_buffer_default_copy): Don't forget to merge
3038         the flags from the buffer we're copying.
3039
3040 2004-06-09  Wim Taymans  <wim@fluendo.com>
3041
3042         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
3043         * gst/elements/gstidentity.c: (gst_identity_init),
3044         (gst_identity_chain):
3045         Print more buffer info in fakesink.
3046         Make identity output similar to fakesink.
3047
3048 2004-06-07  Daniel Gazard  <dany42@free.fr>
3049
3050         reviewed by Benjamin Otte  <otte@gnome.org>
3051
3052         * configure.ac:
3053           fix cross compiling not working. (fixes #143741)
3054
3055 2004-06-07  Benjamin Otte  <otte@gnome.org>
3056
3057         * gst/gstelement.c: (gst_element_set_time_delay):
3058           add failure check
3059         * gst/gstinfo.h:
3060           put brackets around macro arguments of GST_TIME_ARGS, add note to
3061           move it to correct header in 0.9
3062
3063 2004-06-07  Benjamin Otte  <otte@gnome.org>
3064
3065         * gst/indexers/gstfileindex.c: (gst_file_index_get_writer_id),
3066         (gst_file_index_load), (_file_index_id_save_entries),
3067         (gst_file_index_commit), (gst_file_index_add_association),
3068         (gst_file_index_add_entry), (gst_file_index_get_assoc_entry),
3069         (gst_file_index_plugin_init):
3070           make debugging use a default category
3071
3072 2004-06-06  David Moore  <dcm@acm.org>
3073
3074         reviewed by Benjamin Otte  <otte@gnome.org>
3075
3076         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
3077         (gst_fdsrc_change_state):
3078           reset offset counter when going READY => PAUSED. (fixes #142903)
3079
3080 2004-06-06  ed@catmur.co.uk
3081
3082         reviewed by Benjamin Otte  <otte@gnome.org>
3083
3084         * gst/registries/gstxmlregistry.c:
3085         (gst_xml_registry_rebuild_recurse):
3086           don't rely on g_dir_open to figure out if a file is a directory, use
3087           explicit G_TEST_IS_DIR. Reiserfs4 allows opening files as
3088           directories. (fixes #142850)
3089
3090 2004-06-06  Benjamin Otte  <otte@gnome.org>
3091
3092         * gst/gstqueue.c: (gst_queue_dispose), (gst_queue_change_state):
3093           fix memory leaks (fixes #142795). Initial patch by Sebastien Cote
3094         * libs/gst/bytestream/adapter.c:
3095         * libs/gst/bytestream/adapter.h:
3096           fix copyright in header and typo in debugging category name
3097
3098 2004-06-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3099
3100         * configure.ac:
3101           bump nano to cvs
3102
3103 === release 0.8.3 ===
3104
3105 2004-06-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3106
3107         * configure.ac:
3108           update libtool versioning
3109           do a new release
3110         * docs/gst/tmpl/gstelement.sgml:
3111         * docs/gst/tmpl/gsttypes.sgml:
3112         * gst/gstinfo.c: (_gst_debug_init):
3113           put back GST_CAT_DATAFLOW to fix API breakage
3114
3115 2004-06-04  David Schleef  <ds@schleef.org>
3116
3117         * autogen.sh: Add a temporary 'env' to test buildbot problems.
3118
3119 2004-06-04  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3120
3121         * configure.ac:
3122           bump nano to cvs
3123
3124 === release 0.8.2 ===
3125
3126 2004-06-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3127
3128         * gst/gst.c: (parse_debug_list), (gst_init_check_with_popt_table):
3129           check GST_DEBUG environment variable which is parsed the same way
3130           as --gst-debug=
3131
3132 2004-05-28  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3133
3134         * gst/elements    : gstaggregator.c gstfakesink.c gstfakesrc.c
3135                             gstmd5sink.c gstshaper.c gsttee.c
3136                             gsttypefindelement.c
3137         * gst/schedulers  : gstbasicscheduler.c gstoptimalscheduler.c
3138
3139           - removing trailing commas at end of enums
3140             it is correct C99 code but C90 compilers would complain
3141             (AIX, Forte, ...)
3142             ('should' fix #143290, at least partially)
3143
3144 2004-05-27  Wim Taymans  <wim@fluendo.com>
3145
3146         * gst/schedulers/gstoptimalscheduler.c: (remove_from_chain),
3147         (chain_group_set_enabled), (create_group), (add_to_group),
3148         (merge_groups), (setup_group_scheduler), (group_elements),
3149         (gst_opt_scheduler_iterate), (gst_opt_scheduler_show):
3150         Don't try to follow the pad connections with other groups
3151         when a loop based element is added to the scheduler because
3152         the bin will inform the scheduler about the pad links a little
3153         later.
3154
3155 2004-05-27  Wim Taymans  <wim@fluendo.com>
3156
3157         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
3158         (remove_from_chain), (chain_group_set_enabled),
3159         (setup_group_scheduler), (group_element_set_enabled),
3160         (gst_opt_scheduler_state_transition), (gst_opt_scheduler_iterate),
3161         (gst_opt_scheduler_show):
3162         Elements without a group can do a state change as well, just wait
3163         with the setup of the scheduling function when it is added to a
3164         chain.
3165
3166 2004-05-27  Wim Taymans  <wim@fluendo.com>
3167
3168         * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
3169         (remove_from_chain), (chain_group_set_enabled), (add_to_group),
3170         (merge_groups), (setup_group_scheduler),
3171         (group_inc_links_for_element), (gst_opt_scheduler_iterate),
3172         (gst_opt_scheduler_show):
3173         Fixes to maintain internal consistency of the scheduler data
3174         structures. 
3175          - adding an enabled group to a chain should increment the
3176            number of enabled elements in that chain.
3177          - removing an enabled group from a chain could disable the
3178            chain.
3179          - removing a disabled group from a chain could enable the
3180            chain.
3181          - add g_assert when internal inconsistency is detected.
3182          - adding an element to a group could increase the number of
3183            links this group has with other groups.
3184          - merging two groups also merges the chains.
3185          - also show group links in the _show method.
3186            
3187
3188 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3189
3190         * gst/gstcaps.c: (gst_caps_structure_simplify):
3191           don't print error messages when there is no error
3192         * gst/gstvalue.c: (gst_value_compare_int_range):
3193           compare the second value, too
3194         * testsuite/caps/Makefile.am:
3195         * testsuite/caps/random.c: (assert_on_error), (main):
3196           add tests to make sure the two things above are checked for
3197
3198 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3199
3200         * configure.ac:
3201         * libs/gst/dataprotocol/Makefile.am:
3202         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps):
3203         * libs/gst/dataprotocol/dataprotocol.h:
3204           wrap header in GST_ENABLE_NEW.  make code use it
3205
3206 2004-05-23  Johan Dahlin  <johan@gnome.org>
3207
3208         * tools/gst-inspect.c (main): Cleanup most parts of it, don't be
3209         so verbose and print GstElement signal names all the time.
3210
3211 2004-05-22  David Schleef  <ds@schleef.org>
3212
3213         * gst/registries/gstxmlregistry.c:
3214         (gst_xml_registry_parse_padtemplate): Fix warning on OS X.
3215         (bug #142957)
3216
3217 2004-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3218
3219         * configure.ac:
3220           scrub cflags for glib2 so gcc doesn't complain when glib is in
3221           /usr/local
3222
3223 2004-05-21  Johan Dahlin  <johan@gnome.org>
3224
3225         * gst/gstcpu.c (gst_cpuid_i386): Protect some gcc asm stuff with
3226         __GNUC__, patch from Brian Cameron, fixes bug #142804
3227
3228 2004-05-20  David Schleef  <ds@schleef.org>
3229
3230         * gst/gstindex.c: (gst_index_compare_func): Fix overflows in
3231         comparison code.  (bug #142819)
3232
3233 2004-05-20  Wim Taymans  <wim@fluendo.com>
3234
3235         * gst/gstbuffer.c: (gst_buffer_default_copy):
3236         * gst/gstbuffer.h:
3237         Added Comment to a flag.
3238         copy relevant flags in _buffer_copy.
3239
3240 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3241
3242         reviewed by: Wim Taymans <wim at fluendo dot com>
3243
3244         * gst/gstbuffer.h:
3245           add GST_BUFFER_IN_CAPS buffer flag
3246         * gst/gststructure.c: (gst_structure_value_get_generic_type),
3247         (gst_structure_parse_any_list), (gst_structure_parse_list),
3248         (gst_structure_parse_fixed_list), (gst_structure_parse_value):
3249         * gst/gstvalue.c: (gst_value_serialize_any_list),
3250         (gst_value_transform_any_list_string),
3251         (gst_value_list_prepend_value), (gst_value_list_append_value),
3252         (gst_value_list_get_size), (gst_value_list_get_value),
3253         (gst_value_transform_list_string),
3254         (gst_value_transform_fixed_list_string),
3255         (gst_value_serialize_list), (gst_value_serialize_fixed_list),
3256         (gst_value_deserialize_fixed_list), (gst_type_is_fixed),
3257         (_gst_value_initialize):
3258         * gst/gstvalue.h:
3259           add a GST_TYPE_FIXED_LIST which is fixed by definition and uses
3260           < , > as a format.
3261         * testsuite/caps/string-conversions.c: (main):
3262           add regression tests for < >
3263
3264 2004-05-20  Johan Dahlin  <johan@gnome.org>
3265
3266         * docs/gst/Makefile.am (all-local): Re-add
3267
3268 2004-05-20  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3269
3270         * docs/gst/Makefile.am:
3271         * docs/gst/gstreamer-docs.sgml:
3272         * docs/libs/Makefile.am:
3273         * docs/libs/gstreamer-libs-docs.sgml:
3274           fix distcheck issues
3275
3276 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3277
3278         * libs/gst/dataprotocol/Makefile.am:
3279           add to autotest
3280
3281 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3282
3283         * libs/gst/dataprotocol/Makefile.am:
3284         * libs/gst/dataprotocol/dataprotocol.c:
3285         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
3286         (gst_dp_packet_from_event), (gst_dp_event_from_packet):
3287         * libs/gst/dataprotocol/dp-private.h:
3288           use GST macros to read/write fixed length ints
3289           add some more asserts
3290
3291 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3292
3293         * docs/libs/gstreamer-libs-docs.sgml:
3294         * docs/libs/gstreamer-libs-sections.txt:
3295           remove idct and putbits
3296         * configure.ac:
3297         * docs/libs/tmpl/gstdataprotocol.sgml:
3298         * libs/gst/Makefile.am:
3299         * libs/gst/dataprotocol/Makefile.am:
3300         * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test),
3301         (buffer_test), (caps_test), (event_test), (main):
3302         * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
3303         (gst_dp_dump_byte_array), (gst_dp_init),
3304         (gst_dp_header_payload_length), (gst_dp_header_payload_type),
3305         (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
3306         (gst_dp_packet_from_event), (gst_dp_buffer_from_header),
3307         (gst_dp_caps_from_packet), (gst_dp_event_from_packet),
3308         (gst_dp_validate_header), (gst_dp_validate_payload),
3309         (gst_dp_validate_packet), (plugin_init):
3310         * libs/gst/dataprotocol/dataprotocol.h:
3311         * libs/gst/dataprotocol/dp-private.h:
3312           add dataprotocol
3313
3314 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3315
3316         * gst/gstvalue.c: (gst_value_deserialize_int_helper):
3317           fix int variable deserialization and add a helper so we can actually
3318           debug this.
3319
3320 2004-05-18  David Schleef  <ds@schleef.org>
3321
3322         * testsuite/debug/commandline.c: (main): Call ./commandline, not
3323           argv[0].  Calling yourself is probably not the best way to
3324           construct a test like this, btw.
3325
3326 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3327
3328         * gst/gstbin.c: (gst_bin_iterate_func), (gst_bin_iterate):
3329           don't claim to be more intelligent than a scheduler when the
3330           scheduler claims the pipeline is stopped
3331         * gst/schedulers/entryscheduler.c: (safe_cothread_switch),
3332         (safe_cothread_destroy),
3333         (gst_entry_scheduler_remove_all_cothreads),
3334         (gst_entry_scheduler_reset), (_remove_cothread),
3335         (gst_entry_scheduler_state_transition):
3336           hold off cothread destruction if we're not in main cothread
3337         * configure.ac:
3338         * testsuite/Makefile.am:
3339           add new test dir
3340         * testsuite/schedulers/.cvsignore:
3341         * testsuite/schedulers/Makefile.am:
3342           add tests
3343         * testsuite/schedulers/relink.c: (cb_handoff), (main):
3344           check relinking and adding/removing elements from a running pipeline
3345         * testsuite/schedulers/unlink.c: (cb_handoff), (main):
3346           check unlinking in a running pipeline
3347         * testsuite/schedulers/unref.c: (cb_handoff), (main):
3348           check unreffing a running pipeline
3349         * testsuite/schedulers/useless_iteration.c: (main):
3350           check iterating a pipeline that contains running threads works
3351
3352 2004-05-18  David Schleef  <ds@schleef.org>
3353
3354         * docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC
3355           is false.
3356
3357 2004-05-18  Wim Taymans  <wim@fluendo.com>
3358
3359         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
3360         (setup_group_scheduler), (gst_opt_scheduler_pad_link):
3361         Fixed an error introduced with patch for 1.63. When setting
3362         a get based element as the entry point in a group, make sure
3363         to mark the group as GET based.
3364
3365 2004-05-18  Wim Taymans  <wim@fluendo.com>
3366
3367         * gst/schedulers/gstoptimalscheduler.c: (create_group),
3368         (setup_group_scheduler), (loop_group_schedule_function),
3369         (gst_opt_scheduler_pad_link):
3370         Added some more debug info and fixed a bug where the group
3371         type was set to LOOP but it was in fact unknown.
3372
3373 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3374
3375         * gst/schedulers/entryscheduler.c: (gst_entry_scheduler_reset):
3376           make resetting scheduler work twice in a row
3377
3378 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3379
3380         * gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
3381         (CREATE_USERIALIZATION), (_gst_value_initialize),
3382         (gst_value_compare_float), (gst_value_serialize_float),
3383         (gst_value_deserialize_float), (gst_value_compare_enum),
3384         (gst_value_serialize_enum), (gst_value_deserialize_enum):
3385           add serialization and comparison functions for long, int64, enum and
3386           float values
3387         * gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
3388           use best serialization function in type hierarchy instead of only a
3389           matching one. This is required for enums to work.
3390         * gst/parse/grammar.y:
3391           use gst_caps_deserialize
3392         * testsuite/parse/Makefile.am:
3393           parse1 now works
3394         * testsuite/parse/parse1.c: (main):
3395           remove aggregator check, aggregator is broken, this test works now
3396           but fails because of bug #138012
3397         * testsuite/parse/parse2.c: (main):
3398           s/xvideosink/xvimagesink - this test looks a lot like we should
3399           disable it
3400
3401 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3402
3403         * gst/gstelement.c: (gst_element_class_init):
3404           whoops, store the signal id correctly
3405         * gst/schedulers/gstbasicscheduler.c:
3406         (gst_basic_scheduler_chain_wrapper):
3407           detect infinfinfinfinfinf^Cinite loops in chain wrapper when the
3408           chain function isn't linked
3409
3410 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
3411         * configure.ac:
3412         Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file
3413         support until we decide where the flags should be used
3414         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_query):
3415         Use GST_FORMAT_BYTES when GST_FORMAT_DEFAULT is passed
3416         * gst/gstpad.c: (gst_pad_link_call_link_functions):
3417         Output refused caps in the debug info
3418
3419 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3420
3421         * gst/elements/gstidentity.c: (gst_identity_chain):
3422           add duration debug
3423         * gst/gstinfo.c: (gst_debug_log_default):
3424           add timestamp
3425
3426 2004-05-13  Benjamin Otte  <otte@gnome.org>
3427
3428         * gst/gstpipeline.c: (gst_pipeline_dispose),
3429         (gst_pipeline_change_state):
3430           call gst_scheduler_reset on dispose (fixes #141416)
3431
3432 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3433
3434         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
3435           compute mapsize correctly
3436         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
3437           use correct datatypes when calling a varargs function
3438         * gst/elements/gsttypefindelement.c: (stop_typefinding):
3439           push a DISCONT event as first thing
3440         * gst/gst_private.h:
3441         * gst/gstinfo.c: (_gst_debug_init):
3442           remove GST_DATAFLOW debugging category
3443         * gst/gstbin.c: (gst_bin_iterate):
3444           use GST_SCHEDULING category
3445         * gst/gstpad.c: (gst_pad_get_type), (_invent_event),
3446         (gst_pad_push), (gst_pad_pull), (gst_pad_call_chain_function),
3447         (gst_pad_call_get_function):
3448           add GST_DATAFLOW to easily track flow of buffers or events.
3449         * gst/gstqueue.c: (gst_queue_get_type),
3450         (gst_queue_handle_pending_events), (gst_queue_chain),
3451         (gst_queue_get), (gst_queue_handle_src_event):
3452           use own static debugging category GST_DATAFLOW for dataflow,
3453           use DEBUG category for showing which path events go, use LOG
3454           category for buffers.
3455
3456 2004-05-10  David Schleef  <ds@schleef.org>
3457
3458         * docs/gst/gstreamer-sections.txt: Add gst_element_no_more_pads.
3459
3460 2004-05-10  David Schleef  <ds@schleef.org>
3461
3462         * docs/gst/Makefile.am: Dear gtk-doc, please print out the unused
3463         symbols, because otherwise we don't know what they are.  Thanks,
3464         the GStreamer team.
3465         * gst/registries/gstxmlregistry.c: (make_dir): Remove a spurious ;
3466
3467 2004-05-10  David Schleef  <ds@schleef.org>
3468
3469         (from Steve Lhomme)
3470         * win32/Makefile: When using make clean the MS Visual Studio makefiles
3471         are deleted.  Fix.
3472         * win32/Makefile.inspect:
3473         * win32/Makefile.launch:
3474         * win32/Makefile.register:
3475
3476 2004-05-10  David Schleef  <ds@schleef.org>
3477
3478         * gst/gstinfo.h: Add missing inline function.
3479         * gst/gsttrace.c: add include
3480         * gst/parse/grammar.y: remove unused code
3481         * gst/registries/gstxmlregistry.c: (make_dir): make mkdir call
3482         more portable.
3483         * tools/gst-register.c: wrap unistd.h
3484         
3485         More additions/fixes from Steve for the MSVC build.
3486         * win32/GStreamer.vcproj:
3487         * win32/Makefile:
3488         * win32/Makefile.inspect:
3489         * win32/Makefile.launch:
3490         * win32/Makefile.register:
3491         * win32/README.txt:
3492         * win32/gst-inspect.vcproj:
3493         * win32/gst-launch.vcproj:
3494         * win32/gst-register.vcproj:
3495         * win32/gstbytestream.def:
3496         * win32/gstbytestream.vcproj:
3497         * win32/gstconfig.h:
3498         * win32/gstelements.def:
3499         * win32/gstelements.vcproj:
3500         * win32/gstenumtypes.c:
3501         * win32/gstenumtypes.h:
3502         * win32/gstoptimalscheduler.def:
3503         * win32/gstoptimalscheduler.vcproj:
3504         * win32/gstreamer.def:
3505         * win32/gstspider.def:
3506         * win32/gstspider.vcproj:
3507         * win32/gstversion.h:
3508         * win32/msvc71.sln:
3509
3510 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3511
3512         * gst/gstelement.c: (gst_element_class_init),
3513         (gst_element_no_more_pads):
3514         * gst/gstelement.h:
3515           add gst_element_no_more_pads and the "no-more-pads" signal
3516
3517 2004-05-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3518
3519         * gst/gstregistry.c: (gst_registry_add_plugin):
3520           refuse to add plugins when a plugin with same name is already
3521           registered. Fixes a bunch of "How to remove plugins?" issues.
3522           May lead to other problems though, let's test
3523
3524 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3525
3526         * testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
3527         * docs/manual/pads-api.xml : audio/wav => audio/x-wav
3528         * docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav
3529
3530 2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3531
3532         * tests/Makefile.am: fix am16 issue
3533
3534 2004-05-09  Benjamin Otte  <otte@gnome.org>
3535
3536         * libs/gst/bytestream/Makefile.am:
3537           we should indeed add .c files to makefiles or they won't be built
3538           (d'oh)
3539
3540 2004-05-08  Benjamin Otte  <otte@gnome.org>
3541
3542         * gst/gstpad.c: (gst_pad_proxy_fixate):
3543           really reduce the set of caps
3544
3545 2004-05-08  Benjamin Otte  <otte@gnome.org>
3546
3547         * tests/Makefile.am:
3548         * tests/spidey_bench.c: (handoff), (main):
3549           add benchmark to test how long spider needs to create a pipeline
3550
3551 2004-05-08  Benjamin Otte  <otte@gnome.org>
3552
3553         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_unnegotiate):
3554           mark links as unengaged when unnegotiating instead of deactivating.
3555           This way pads aren't marked as unengaged when going PLAYING=>PAUSED
3556
3557 2004-05-08  Benjamin Otte  <otte@gnome.org>
3558
3559         * docs/manual/helloworld.xml:
3560           s/audiosink/osssink (patch by Patrick Guimond)
3561
3562 2004-05-07  David Schleef  <ds@schleef.org>
3563
3564         * configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
3565         since it contains important stuff.
3566
3567 2004-05-07  David Schleef  <ds@schleef.org>
3568
3569         * testsuite/caps/caps.c: (test3), (main): A check for appending
3570         ANY caps.
3571
3572 2004-05-07  David Schleef  <ds@schleef.org>
3573
3574         * common/m4/as-compiler-flag.m4: Properly quote arguments,
3575         which may contain commas.  Fixes detection of -Wa,-mregnames
3576
3577 2004-05-06  David Schleef  <ds@schleef.org>
3578
3579         Changes to handle compilers that don't have variadic macro
3580         support.  In particular, glib headers define some inlines
3581         that need G_LOG_DOMAIN defined.  Additional fixes for MSVC
3582         builds.
3583         * gst/Makefile.am:
3584         * gst/cothreads.c:
3585         * gst/elements/gstfdsink.c:
3586         * gst/elements/gstfdsrc.c:
3587         * gst/elements/gstfilesink.c:
3588         * gst/elements/gstfilesrc.c:
3589         * gst/gst_private.h:
3590         * gst/gstatomic.c:
3591         * gst/gstcaps.c: (gst_caps_append):
3592         * gst/gstcpu.c: (gst_cpuid_i386):
3593         * gst/gstelement.c:
3594         * gst/gsterror.c:
3595         * gst/gstfilter.c:
3596         * gst/gstinfo.h:
3597         * gst/gstprobe.c:
3598         * gst/gstquery.c:
3599         * gst/gstregistry.c:
3600         * gst/gststructure.c:
3601         * gst/gsttaginterface.c:
3602         * gst/gsttrace.c: (gst_trace_new):
3603         * gst/gsttrashstack.c:
3604         * gst/gsturi.c:
3605         * gst/gstvalue.c:
3606         * gst/parse/grammar.y:
3607         * gst/parse/parse.l:
3608         * tools/gst-inspect.c: (main):
3609         * tools/gst-launch.c: (main):
3610         * tools/gst-xmlinspect.c: (PUT_STRING):
3611
3612 2004-05-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3613
3614         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
3615         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
3616         * gst/elements/gstfilesrc.h:
3617           send NEW_MEDIA events correctly
3618         * gst/elements/gsttypefindelement.c: (start_typefinding),
3619         (gst_type_find_element_handle_event):
3620           restart typefinding when we get a NEW_MEDIA event
3621         * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_change_state),
3622         (gst_bin_dispose):
3623           don't die when someone removes elements in callbacks
3624         * gst/gstelement.c: (gst_element_change_state):
3625           improve debugging
3626         * gst/gstpad.c: (gst_pad_pull), (gst_pad_call_chain_function):
3627           we need a NEW_MEDIA event to engage a link
3628         * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
3629           don't g_print debugging stuff
3630         * testsuite/caps/simplify.c: (check_caps):
3631
3632 2004-05-04  Benjamin Otte  <otte@gnome.org>
3633
3634         * gst/parse/grammar.y:
3635           use GST_ERROR instead of g_warning, and always throw a GST_ERROR 
3636
3637 2004-05-04  Benjamin Otte  <otte@gnome.org>
3638
3639         * testsuite/caps/renegotiate.c: (main):
3640           improve output in error case
3641
3642 2004-05-04  Benjamin Otte  <otte@gnome.org>
3643
3644         * gst/parse/grammar.y:
3645           fix assert to not trigger when there's no error argument
3646         * gst/parse/parse.l:
3647           fix definition of caps to allow more than two structures
3648         * testsuite/caps/Makefile.am:
3649         * testsuite/caps/renegotiate.c: (main):
3650           it's sinesrc and works in that case
3651
3652 2004-05-04  Wim Taymans  <wim@fluendo.com>
3653
3654         * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
3655         (group_dec_link), (gst_opt_scheduler_pad_unlink):
3656         when removing an element from a group, we always need to
3657         decrement the link count that this group had with other 
3658         groups through the element.
3659         added an extra assert to catch inconsistencies when decrementing
3660         the link count.
3661
3662 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3663
3664         * configure.ac:
3665         * docs/gst/Makefile.am:
3666         * docs/gst/gstreamer-sections.txt:
3667         * docs/gst/tmpl/gstcompat.sgml:
3668         * examples/appreader/Makefile.am:
3669         * examples/cutter/Makefile.am:
3670         * examples/events/Makefile.am:
3671         * examples/helloworld/Makefile.am:
3672         * examples/helloworld2/Makefile.am:
3673         * examples/launch/Makefile.am:
3674         * examples/manual/Makefile.am:
3675         * examples/mixer/Makefile.am:
3676         * examples/pingpong/Makefile.am:
3677         * examples/plugins/Makefile.am:
3678         * examples/queue/Makefile.am:
3679         * examples/queue2/Makefile.am:
3680         * examples/queue3/Makefile.am:
3681         * examples/queue4/Makefile.am:
3682         * examples/retag/Makefile.am:
3683         * examples/thread/Makefile.am:
3684         * examples/typefind/Makefile.am:
3685         * examples/xml/Makefile.am:
3686         * gst/Makefile.am:
3687         * gst/autoplug/Makefile.am:
3688         * gst/elements/Makefile.am:
3689         * gst/gstcompat.h:
3690         * gst/indexers/Makefile.am:
3691         * gst/parse/Makefile.am:
3692         * gst/registries/Makefile.am:
3693         * gst/schedulers/Makefile.am:
3694         * libs/gst/bytestream/Makefile.am:
3695         * libs/gst/control/Makefile.am:
3696         * libs/gst/getbits/Makefile.am:
3697         * po/af.po:
3698         * po/az.po:
3699         * po/en_GB.po:
3700         * po/fr.po:
3701         * po/nl.po:
3702         * po/sr.po:
3703         * po/sv.po:
3704         * po/tr.po:
3705         * po/uk.po:
3706         * tests/Makefile.am:
3707         * tests/bufspeed/Makefile.am:
3708         * tests/instantiate/Makefile.am:
3709         * tests/memchunk/Makefile.am:
3710         * tests/muxing/Makefile.am:
3711         * tests/negotiation/Makefile.am:
3712         * tests/probes/Makefile.am:
3713         * tests/sched/Makefile.am:
3714         * tests/seeking/Makefile.am:
3715         * tests/threadstate/Makefile.am:
3716         * testsuite/caps/Makefile.am:
3717         * testsuite/cleanup/Makefile.am:
3718         * testsuite/dlopen/Makefile.am:
3719         * testsuite/dynparams/Makefile.am:
3720         * testsuite/plugin/Makefile.am:
3721         * testsuite/states/Makefile.am:
3722         * tools/Makefile.am:
3723           reorganize compile/link flags to be consistent
3724           put gst_info in gstcompat.h and actually use GST_DISABLE_DEPRECATED
3725
3726 2004-05-04  David Schleef  <ds@schleef.org>
3727
3728         The "once more, with feeling" check-in.
3729         * testsuite/caps/Makefile.am: dist caps_strings
3730         * testsuite/caps/renegotiate.c: (main): This test triggers a
3731           segfault in the core.  Marking as failing.
3732
3733 2004-05-03  David Schleef  <ds@schleef.org>
3734
3735         * testsuite/caps/deserialize.c: (main): Fix problems noticed
3736           by the build bots.
3737         * testsuite/caps/renegotiate.c: (main): Same.
3738
3739 2004-05-03  David Schleef  <ds@schleef.org>
3740
3741         * testsuite/caps/renegotiate.c: (my_fixate), (main): Another test.
3742
3743 2004-05-03  David Schleef  <ds@schleef.org>
3744
3745         * testsuite/caps/deserialize.c: (main): Use the srcdir environment
3746           variable to find our source file.
3747
3748 2004-05-03  David Schleef  <ds@schleef.org>
3749
3750         * configure.ac:  Link plugins with libgstreamer and dependent
3751           libraries
3752         * testsuite/caps/Makefile.am:
3753         * testsuite/caps/caps_strings:
3754         * testsuite/caps/deserialize.c: (main): Add a little test to slog
3755           through a file of caps strings and test each one
3756
3757 2004-05-04  Benjamin Otte  <otte@gnome.org>
3758
3759         * libs/gst/bytestream/Makefile.am:
3760         * libs/gst/bytestream/adapter.c: 
3761         * libs/gst/bytestream/adapter.h:
3762           add GstAdapter, similar to bytestream, but doesn't require ugly event
3763           handling or uglier loopbased elements
3764
3765 2004-05-03  David Schleef  <ds@schleef.org>
3766
3767         * testsuite/caps/Makefile.am: Fix spelling of Ηρατοσθενες
3768         * testsuite/caps/erathostenes.c:
3769         * testsuite/caps/eratosthenes.c: (eratosthenes), (main):
3770
3771 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3772
3773         * docs/pwg/pwg.xml:
3774           remove hardcoded stylesheet path (duh)
3775         * docs/random/release:
3776         * docs/gst/gstreamer-sections.txt:
3777         * gst/Makefile.am:
3778         * gst/gst.h:
3779         * gst/gst_private.h:
3780         * gst/gstcaps.c:
3781         * gst/gstevent.c:
3782         * gst/gstformat.c:
3783         * gst/gstinfo.c:
3784         * gst/gstinfo.h:
3785         * gst/gstinterface.c:
3786         * gst/gstmemchunk.c:
3787         * gst/gstprobe.c:
3788         * gst/gstquery.c:
3789         * gst/gstregistry.c:
3790         * gst/gstregistrypool.c:
3791         * gst/gststructure.c:
3792         * gst/gsttaginterface.c:
3793         * gst/gstthread.c:
3794         * gst/gsttrace.c:
3795         * gst/gsttypefind.c: (gst_type_find_factory_get_type):
3796         * gst/gsturi.c:
3797         * gst/gstvalue.c:
3798           deprecate gst_info; remove gstlog.h
3799    
3800
3801 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
3802
3803         * Makefile.am:
3804         * po/en_GB.po:
3805         * po/sv.po:
3806         * po/uk.po:
3807           updated translations
3808
3809 2004-05-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3810
3811         * gst/gstbin.c: (gst_bin_dispose):
3812           better debugging
3813
3814 2004-05-03  Johan Dahlin  <johan@gnome.org>
3815
3816         * gst/schedulers/gstoptimalscheduler.c
3817         (gst_opt_scheduler_pad_unlink): Check if element is non-NULL and
3818         really is a GstElement. Avoids critical when running gst-launch -v
3819         and a oggdemux/decoding pipeline.
3820
3821 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3822
3823         * docs/gst/tmpl/gstpipeline.sgml :
3824         * docs/manual/elements-api.xml :
3825                 doc fix by Patrick Guimond (Protector) from devel ML
3826                 reviewed by ronald
3827
3828 2004-05-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3829
3830         * docs/gst/Makefile.am :
3831         * docs/libs/Makefile.am :
3832                 apply a patch from Arwed v. Merkatz so that gtk-doc
3833                 generated docs install (same for .devhelp file)
3834                 (fixes part 1 of #138836)
3835
3836 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3837
3838         * docs/faq/dependencies.xml: typo
3839         * docs/faq/getting.xml :
3840             - fix download URL for new gstreamer site
3841             - hide sf.net download page as latest version aren't there
3842             - fix apt URLs
3843             - fill "get via CVS" paragraph (link to dev page on the site)
3844         * docs/faq/general.xml:
3845             hide status tables as they no more exists
3846             change case on plugins license file to reflect reality
3847         * docs/faq/troubleshooting.xml:
3848             remove the wiki question/answer as there is no more wiki
3849
3850 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3851
3852         * gst/gsterror.h:
3853           include the headers needed for declarations used in this header
3854
3855 2004-04-30  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3856
3857         * docs/random/uraeus/gstreamer_and_midi.txt :
3858           add .kar (midi + karaoke/lyrics 'track') doc to midi doc.
3859           (fixes #132288)
3860
3861 2004-04-30  Sebastien Cote  <sc5@hermes.usherb.ca>
3862
3863         reviewed by Benjamin Otte  <otte@gnome.org>
3864
3865         * gst/schedulers/gthread-cothreads.h:
3866           free allocated data for main cothread, too when destroying context
3867           (fixes #141417)
3868
3869 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3870
3871         * docs/manual/goals.xml : remove duplicated paragraph at end 
3872         of doc page (fixes #141448)
3873
3874 2004-04-29  David Schleef  <ds@schleef.org>
3875
3876         * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
3877         Patch from Sebastien Cote to fix leakage of events. (bug #141414)
3878
3879 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3880
3881         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
3882           fix property
3883         * gst/gstcaps.c:
3884           fix doc string
3885         * po/POTFILES.in:
3886           rename typefind source file
3887
3888 2004-04-28  David Schleef  <ds@schleef.org>
3889
3890         Several new files from Steve Lhomme's MSVC patch (bug #141317):
3891         * win32/GStreamer.vcproj:
3892         * win32/Makefile:
3893         * win32/config.h:
3894         * win32/dirent.c: (_topendir), (_treaddir), (_tclosedir),
3895         (_trewinddir), (_ttelldir), (_tseekdir):
3896         * win32/dirent.h:
3897         * win32/gst-inspect.vcproj:
3898         * win32/gst-launch.vcproj:
3899         * win32/gst-register.vcproj:
3900         * win32/gstbytestream.vcproj:
3901         * win32/gstelements.vcproj:
3902         * win32/gstoptimalscheduler.vcproj:
3903         * win32/gstspider.vcproj:
3904         * win32/gtchar.h:
3905         * win32/mman.c: (mmap), (mprotect), (msync), (munmap):
3906         * win32/mman.h:
3907         * win32/mman.inl:
3908         * win32/msvc71.sln:
3909
3910 2004-04-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3911
3912         * gst/gst.c: (init_post):
3913         * gst/gstinfo.c:
3914           remove useless _gst_progname stuff
3915         * tools/gst-inspect.c: (print_field), (print_caps):
3916           improve caps output
3917
3918 2004-04-28  David Schleef  <ds@schleef.org>
3919
3920         Disable parsing of a lot of files that aren't part of the
3921         exported API.  Move corresponding template files to old/,
3922         waiting for removal when they don't contain anything
3923         interesting.
3924         * docs/gst/Makefile.am:
3925         * docs/gst/gstreamer-sections.txt:
3926         * docs/gst/tmpl/cothreads.sgml:
3927         * docs/gst/tmpl/cothreads_compat.sgml:
3928         * docs/gst/tmpl/gettext.sgml:
3929         * docs/gst/tmpl/gobject2gtk.sgml:
3930         * docs/gst/tmpl/grammar.tab.sgml:
3931         * docs/gst/tmpl/gst-i18n-app.sgml:
3932         * docs/gst/tmpl/gst-i18n-lib.sgml:
3933         * docs/gst/tmpl/gst_private.sgml:
3934         * docs/gst/tmpl/gstaggregator.sgml:
3935         * docs/gst/tmpl/gstarch.sgml:
3936         * docs/gst/tmpl/gstatomic_impl.sgml:
3937         * docs/gst/tmpl/gstbufferstore.sgml:
3938         * docs/gst/tmpl/gstdata_private.sgml:
3939         * docs/gst/tmpl/gstdisksink.sgml:
3940         * docs/gst/tmpl/gstdisksrc.sgml:
3941         * docs/gst/tmpl/gstelementfactory.sgml:
3942         * docs/gst/tmpl/gstextratypes.sgml:
3943         * docs/gst/tmpl/gstfakesink.sgml:
3944         * docs/gst/tmpl/gstfakesrc.sgml:
3945         * docs/gst/tmpl/gstfdsink.sgml:
3946         * docs/gst/tmpl/gstfdsrc.sgml:
3947         * docs/gst/tmpl/gstfilesink.sgml:
3948         * docs/gst/tmpl/gstfilesrc.sgml:
3949         * docs/gst/tmpl/gsthttpsrc.sgml:
3950         * docs/gst/tmpl/gstidentity.sgml:
3951         * docs/gst/tmpl/gstindexfactory.sgml:
3952         * docs/gst/tmpl/gstmarshal.sgml:
3953         * docs/gst/tmpl/gstmd5sink.sgml:
3954         * docs/gst/tmpl/gstmultidisksrc.sgml:
3955         * docs/gst/tmpl/gstmultifilesrc.sgml:
3956         * docs/gst/tmpl/gstpadtemplate.sgml:
3957         * docs/gst/tmpl/gstpipefilter.sgml:
3958         * docs/gst/tmpl/gstschedulerfactory.sgml:
3959         * docs/gst/tmpl/gstsearchfuncs.sgml:
3960         * docs/gst/tmpl/gstshaper.sgml:
3961         * docs/gst/tmpl/gstspider.sgml:
3962         * docs/gst/tmpl/gstspideridentity.sgml:
3963         * docs/gst/tmpl/gststatistics.sgml:
3964         * docs/gst/tmpl/gsttee.sgml:
3965         * docs/gst/tmpl/gsttimecache.sgml:
3966         * docs/gst/tmpl/gsttypefind.sgml:
3967         * docs/gst/tmpl/gsttypefindfactory.sgml:
3968         * docs/gst/tmpl/gstxmlregistry.sgml:
3969         * docs/gst/tmpl/gthread-cothreads.sgml:
3970         * docs/gst/tmpl/old/cothreads.sgml:
3971         * docs/gst/tmpl/old/cothreads_compat.sgml:
3972         * docs/gst/tmpl/old/gettext.sgml:
3973         * docs/gst/tmpl/old/gobject2gtk.sgml:
3974         * docs/gst/tmpl/old/grammar.tab.sgml:
3975         * docs/gst/tmpl/old/gst-i18n-app.sgml:
3976         * docs/gst/tmpl/old/gst-i18n-lib.sgml:
3977         * docs/gst/tmpl/old/gst_private.sgml:
3978         * docs/gst/tmpl/old/gstaggregator.sgml:
3979         * docs/gst/tmpl/old/gstarch.sgml:
3980         * docs/gst/tmpl/old/gstatomic_impl.sgml:
3981         * docs/gst/tmpl/old/gstbufferstore.sgml:
3982         * docs/gst/tmpl/old/gstdata_private.sgml:
3983         * docs/gst/tmpl/old/gstdisksink.sgml:
3984         * docs/gst/tmpl/old/gstdisksrc.sgml:
3985         * docs/gst/tmpl/old/gstelementfactory.sgml:
3986         * docs/gst/tmpl/old/gstextratypes.sgml:
3987         * docs/gst/tmpl/old/gstfakesink.sgml:
3988         * docs/gst/tmpl/old/gstfakesrc.sgml:
3989         * docs/gst/tmpl/old/gstfdsink.sgml:
3990         * docs/gst/tmpl/old/gstfdsrc.sgml:
3991         * docs/gst/tmpl/old/gstfilesink.sgml:
3992         * docs/gst/tmpl/old/gstfilesrc.sgml:
3993         * docs/gst/tmpl/old/gsthttpsrc.sgml:
3994         * docs/gst/tmpl/old/gstidentity.sgml:
3995         * docs/gst/tmpl/old/gstindexfactory.sgml:
3996         * docs/gst/tmpl/old/gstmarshal.sgml:
3997         * docs/gst/tmpl/old/gstmd5sink.sgml:
3998         * docs/gst/tmpl/old/gstmultidisksrc.sgml:
3999         * docs/gst/tmpl/old/gstmultifilesrc.sgml:
4000         * docs/gst/tmpl/old/gstpadtemplate.sgml:
4001         * docs/gst/tmpl/old/gstpipefilter.sgml:
4002         * docs/gst/tmpl/old/gstschedulerfactory.sgml:
4003         * docs/gst/tmpl/old/gstsearchfuncs.sgml:
4004         * docs/gst/tmpl/old/gstshaper.sgml:
4005         * docs/gst/tmpl/old/gstspider.sgml:
4006         * docs/gst/tmpl/old/gstspideridentity.sgml:
4007         * docs/gst/tmpl/old/gststatistics.sgml:
4008         * docs/gst/tmpl/old/gsttee.sgml:
4009         * docs/gst/tmpl/old/gsttimecache.sgml:
4010         * docs/gst/tmpl/old/gsttypefindfactory.sgml:
4011         * docs/gst/tmpl/old/gstxmlregistry.sgml:
4012         * docs/gst/tmpl/old/gthread-cothreads.sgml:
4013         * docs/gst/tmpl/old/types.sgml:
4014         * docs/gst/tmpl/types.sgml:
4015
4016         Rename gsttypefind.[ch] back to gsttypefindelement.[ch], since
4017         gtkdoc-scan doesn't like files with the same name in different
4018         directories.
4019         * gst/elements/Makefile.am:
4020         * gst/elements/gstelements.c:
4021         * gst/elements/gsttypefind.c: 
4022         * gst/elements/gsttypefind.h:
4023         * gst/elements/gsttypefindelement.c:
4024         * gst/elements/gsttypefindelement.h:
4025
4026 2004-04-28  David Schleef  <ds@schleef.org>
4027
4028         A bunch of portability fixes, derived from Steve Lhomme's MSVC
4029         patch (bug #141317):
4030         * gst/gst-i18n-lib.h: Allow disabling gettext.
4031         * gst/gstatomic_impl.h: disable warning when it's dumb.
4032         * gst/gstclock.c: fix include
4033         * gst/gstcompat.h: fix variadic macro
4034         * gst/gstinfo.c: fix include
4035         * gst/gstmacros.h: add defines for inlines on MSVC
4036         * gst/gstplugin.c: fix includes
4037         * gst/gstregistry.c: fix includes
4038         * gst/gstregistry.h: use S_IREAD, etc., if S_IRUSR isn't defined
4039         * gst/gstsystemclock.c: fix include
4040         * gst/gsttrace.c: (gst_trace_new), (gst_trace_text_flush): use
4041         S_IREAD if S_IRUSR isn't defined.  fix use of non-portable functions
4042         * gst/registries/gstxmlregistry.c:
4043         (gst_xml_registry_parse_element_factory): fix use of non-portable
4044         functions
4045         * libs/gst/control/dparam.h: Remove trailing comma in enum definition
4046         * libs/gst/control/dparammanager.h: same
4047
4048 2004-04-28  David Schleef  <ds@schleef.org>
4049
4050         Move a bunch of unused files to old/ with names that are
4051         not case-insensitive-unique.  These files still contain some
4052         useful information that needs to be merged into gstbin.sgml,
4053         etc., so they shouldn't be deleted yet.
4054         * docs/gst/tmpl/GstBin.sgml:
4055         * docs/gst/tmpl/GstBuffer.sgml:
4056         * docs/gst/tmpl/GstCaps.sgml:
4057         * docs/gst/tmpl/GstClock.sgml:
4058         * docs/gst/tmpl/GstCompat.sgml:
4059         * docs/gst/tmpl/GstData.sgml:
4060         * docs/gst/tmpl/GstElement.sgml:
4061         * docs/gst/tmpl/GstEvent.sgml:
4062         * docs/gst/tmpl/GstIndex.sgml:
4063         * docs/gst/tmpl/GstStructure.sgml:
4064         * docs/gst/tmpl/GstTag.sgml:
4065         * docs/gst/tmpl/old/GstBin.sgml:
4066         * docs/gst/tmpl/old/GstBuffer.sgml:
4067         * docs/gst/tmpl/old/GstCaps.sgml:
4068         * docs/gst/tmpl/old/GstClock.sgml:
4069         * docs/gst/tmpl/old/GstCompat.sgml:
4070         * docs/gst/tmpl/old/GstData.sgml:
4071         * docs/gst/tmpl/old/GstElement.sgml:
4072         * docs/gst/tmpl/old/GstEvent.sgml:
4073         * docs/gst/tmpl/old/GstIndex.sgml:
4074         * docs/gst/tmpl/old/GstStructure.sgml:
4075         * docs/gst/tmpl/old/GstTag.sgml:
4076
4077 2004-04-28  David Schleef  <ds@schleef.org>
4078
4079         * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
4080         (gst_caps_append), (gst_caps_append_structure),
4081         (gst_caps_get_size), (gst_caps_get_structure), (gst_caps_copy_1),
4082         (gst_caps_set_simple), (gst_caps_set_simple_valist),
4083         (gst_caps_is_any), (gst_caps_is_empty), (gst_caps_is_chained),
4084         (gst_caps_is_fixed), (gst_caps_is_always_compatible),
4085         (gst_caps_intersect), (gst_caps_normalize),
4086         (gst_caps_transform_to_string):  Patch from Tim-Philipp Müller
4087         to fix GST_CAPS() and GST_IS_CAPS(). (bug #141304)
4088         * gst/gstcaps.h: use GST_IS_CAPS().
4089
4090 2004-04-26  David Schleef  <ds@schleef.org>
4091
4092         * gst/gstcpu.c: (gst_cpuid_i386): Don't clobber ebx in inline
4093         assembly.  gcc doesn't handle it correctly. (bug #141083)
4094         * gst/gsttrashstack.h: same
4095
4096 2004-04-25  Benjamin Otte  <otte@gnome.org>
4097
4098         * gst/gstelement.c: (gst_element_change_state):
4099           fix assertion to do an int comparison
4100
4101 2004-04-25  Benjamin Otte  <otte@gnome.org>
4102
4103         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
4104           better debugging output on error
4105
4106 2004-04-25  Benjamin Otte  <otte@gnome.org>
4107
4108         * gst/gstcaps.c: (gst_caps_subtract):
4109           fix memleak
4110
4111 2004-04-23  Benjamin Otte  <otte@gnome.org>
4112
4113         * gst/gstvalue.c: (gst_value_compare_buffer),
4114         (_gst_value_initialize):
4115           add comparison function for buffers
4116
4117 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4118
4119         * docs/pwg/pwg.xml:
4120           Just found out that this so-called "ima-wav" format is really
4121           just "dvi adpcm" (according to the MS WAV documentation). So
4122           renaming it. We didn't use it yet anyway.
4123
4124 2004-04-23  Benjamin Otte  <otte@gnome.org>
4125
4126         * gst/gstcaps.c: (gst_caps_is_always_compatible):
4127           call gst_caps_is_subset
4128
4129 2004-04-23  Benjamin Otte  <otte@gnome.org>
4130
4131         * gst/gstcaps.c: (gst_caps_subtract), (gst_caps_is_equal), 
4132         (gst_caps_is_subset):
4133           add documentation
4134
4135 2004-04-23  Benjamin Otte  <otte@gnome.org>
4136           
4137         * gst/gstcaps.c: (gst_caps_structure_subtract_field),
4138         (gst_caps_structure_subtract), (gst_caps_subtract),
4139         (gst_caps_structure_figure_out_union),
4140         (gst_caps_structure_simplify), (gst_caps_do_simplify):
4141           fix simplifying and subtracting not working correctly with optional
4142           properties
4143           solve assorted problems that make it now simplify ebven more
4144         * docs/gst/tmpl/gstcaps.sgml:
4145         * gst/gstcaps.h:
4146           make gst_caps_do_simplify return a bool to indicate if it simplified
4147         * testsuite/caps/simplify.c: (main):
4148           add more checks. The tests is quite a bit useless right now because
4149           the core is heavily simplifying itself.
4150         * testsuite/caps/caps.h:
4151           fix caps to contain all optional properties
4152
4153 2004-04-22  Benjamin Otte  <otte@gnome.org>
4154
4155         * docs/gst/tmpl/gstcaps.sgml:
4156         * docs/gst/tmpl/gstfilesrc.sgml:
4157         * docs/gst/tmpl/gststructure.sgml:
4158         * docs/gst/tmpl/gstvalue.sgml:
4159           update for recent API changes
4160         * gst/gstcaps.c: (gst_caps_do_simplify):
4161           fix to stop trying with a freed structure
4162         * gst/gstpad.c: (gst_pad_link_fixate):
4163           simplify caps
4164         * gst/gstpad.c: (gst_pad_template_get_caps_by_name):
4165           remove C++ comment
4166         * gst/gstpad.h:
4167           deprecate gst_pad_template_get_caps_by_name, it doesn't work anyway
4168         * gst/gststructure.c: (gst_structure_value_get_generic_type),
4169         (gst_structure_to_string):
4170           keep the correct type when using lists of ranges
4171         * gst/gstvalue.c: (gst_value_list_prepend_value),
4172         (gst_value_list_append_value):
4173           copy the value before adding to the list (d'oh)
4174         * gst/gstvalue.c: (gst_value_subtract_int_range_int),
4175         (gst_value_subtract_int_range_int_range):
4176           handle overflows correctly
4177         * gst/gstvalue.c: (gst_value_subtract_from_list):
4178           fix memleak
4179         * testsuite/caps/caps.h:
4180           add a caps that caused segfaults
4181
4182 2004-04-22  Benjamin Otte  <otte@gnome.org>
4183
4184         * testsuite/refcounting/pad.c: (main):
4185           fix test
4186
4187 2004-04-22  Benjamin Otte  <otte@gnome.org>
4188
4189         * gst/gstcaps.c: (gst_caps_subtract):
4190           allow subtracting ANY and EMPTY from ANY caps
4191
4192 2004-04-22  Benjamin Otte  <otte@gnome.org>
4193
4194         * gst/gstcaps.c: (gst_caps_append), (gst_caps_intersect),
4195         (gst_caps_union):
4196           only simplify in functions that create new caps. Simplifying in
4197           gst_caps_append breaks tests.
4198
4199 2004-04-22  Benjamin Otte  <otte@gnome.org>
4200
4201         * gst/gstcaps.c: (gst_caps_structure_simplify):
4202           unset GValue after use
4203         * gst/gstcaps.c: (gst_caps_append), 
4204         * gst/gstpad.c: (gst_pad_link_fixate), (gst_pad_template_new):
4205           use gst_caps_simplify (reduces registry size by 30%)
4206         * gst/gstpad.c: (gst_pad_template_new):
4207           don't allow NULL caps
4208
4209 2004-04-22  Benjamin Otte  <otte@gnome.org>
4210
4211         * docs/gst/gstreamer-sections.txt:
4212           add gst_caps_do_simplify
4213         * gst/gstcaps.c:
4214           add documentation for gst_caps_do_simplify
4215         * gst/gstvalue.h:
4216           fix typo in gst_value_register_subtract_func declaration for gst-doc
4217
4218 2004-04-22  Benjamin Otte  <otte@gnome.org>
4219
4220         * gst/gstcaps.c: (gst_caps_from_string_inplace):
4221           fix bug when converting from empty string.
4222         * gst/gstcaps.c: (gst_caps_new_any), (gst_caps_new_simple),
4223         (gst_caps_new_full_valist), (gst_caps_copy), (gst_caps_copy_1):
4224           use gst_caps_new_empty to allocate a new caps. Only that function
4225           allocates memory for caps now.
4226         * gst/gstcaps.c: (gst_caps_remove_and_get_structure),
4227         (gst_caps_remove_structure):
4228           add ability to remove one structure (but not to header yet)
4229         * gst/gstcaps.c: (gst_caps_compare_structures),
4230         (gst_caps_simplify), (gst_caps_structure_figure_out_union),
4231         (gst_caps_structure_simplify), (gst_caps_do_simplify),
4232         * gst/gstcaps.h:
4233           add gst_caps_do_simplify that tries to simplify a caps in place.
4234           Deprecate old gst_caps_simplify function.
4235         * testsuite/caps/caps.h:
4236           add caps.h containing a common set of caps to test against.
4237         * testsuite/caps/sets.c: (check_caps), (main):
4238           use it.
4239         * testsuite/caps/.cvsignore:
4240         * testsuite/caps/Makefile.am:
4241         * testsuite/caps/simplify.c: (check_caps), (main):
4242           add test to check correctness and efficency of caps simplification.
4243
4244 2004-04-22  Sebastien Cote <sc5@hermes.usherb.ca>
4245
4246         reviewed by Benjamin Otte  <otte@gnome.org>
4247
4248         * gst/gstparse.c: (_gst_parse_escape):
4249           Free the GString used in _gst_parse_escape()
4250
4251 2004-04-21  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4252
4253         * gst/gstpad.c: (gst_pad_link_negotiate):
4254           refuse to link if the link is not possible
4255         * configure.ac:
4256         * testsuite/Makefile.am:
4257         * testsuite/negotiation/.cvsignore:
4258         * testsuite/negotiation/Makefile.am:
4259         * testsuite/negotiation/pad_link.c: (main):
4260           add test that checks the above behaviour
4261
4262 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4263
4264         * docs/gst/gstreamer-sections.txt:
4265           add newly added API
4266
4267 2004-04-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4268
4269         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
4270         (gst_filesrc_get_mmap), (gst_filesrc_get_read), (gst_filesrc_get),
4271         (gst_filesrc_open_file), (gst_filesrc_close_file),
4272         (gst_filesrc_srcpad_query), (gst_filesrc_srcpad_event):
4273         * gst/elements/gstfilesrc.h:
4274           add support for non-regular files (#140734)
4275
4276 2004-04-21  Benjamin Otte  <otte@gnome.org>
4277
4278         * gst/gstpad.c: (gst_pad_link_fixate):
4279           add sophisticated error checking code to see if fixation functions
4280           did their fixation right
4281
4282 2004-04-21  Benjamin Otte  <otte@gnome.org>
4283
4284         * gst/gstcaps.c: (gst_caps_append), (gst_caps_union):
4285           check for ANY caps before appending/unioning
4286         * gst/gstcaps.c: (gst_caps_is_subset),
4287         (gst_caps_is_equal), (gst_caps_structure_subtract_field),
4288         (gst_caps_structure_subtract), (gst_caps_subtract):
4289         * gst/gstcaps.h:
4290           add gst_caps_is_equal, gst_caps_is_subset and gst_caps_subtract to
4291           the API. deprecate gst_caps_is_equal_fixed
4292         * gst/gstpad.c: (gst_pad_try_set_caps):
4293         * gst/gstqueue.c: (gst_queue_link):
4294           s/gst_caps_is_equal_fixed/gst_caps_is_equal/
4295         * gst/gststructure.c: (gst_structure_get_name_id):
4296         * gst/gststructure.h:
4297           add function gst_structure_get_name_id
4298         * gst/gstvalue.c: (gst_value_subtract_int_int_range),
4299         (gst_value_create_new_range), (gst_value_subtract_int_range_int),
4300         (gst_value_subtract_int_range_int_range),
4301         (gst_value_subtract_double_double_range),
4302         (gst_value_subtract_double_range_double),
4303         (gst_value_subtract_double_range_double_range),
4304         (gst_value_subtract_from_list), (gst_value_subtract_list),
4305         (gst_value_can_intersect), (gst_value_subtract),
4306         (gst_value_can_subtract), (gst_value_register_subtract_func),
4307         (_gst_value_initialize):
4308         * gst/gstvalue.h:
4309           add support for subtracting values from each other. Note that
4310           subtracting means subtracting as in set theory. Required for caps
4311           stuff above.
4312         * testsuite/caps/.cvsignore:
4313         * testsuite/caps/Makefile.am:
4314         * testsuite/caps/erathostenes.c: (erathostenes), (main):
4315         * testsuite/caps/sets.c: (check_caps), (main):
4316         * testsuite/caps/subtract.c: (check_caps), (main):
4317           add tests for subtraction and equality code.
4318
4319 2004-04-20  David Schleef  <ds@schleef.org>
4320
4321         * gst/autoplug/Makefile.am:  Fix some little buglets in last checkin.
4322         * gst/indexers/Makefile.am:
4323         * gst/schedulers/Makefile.am:
4324         * libs/gst/bytestream/Makefile.am:
4325         * libs/gst/control/Makefile.am:
4326         * libs/gst/getbits/Makefile.am:
4327
4328 2004-04-20  David Schleef  <ds@schleef.org>
4329
4330         * common/as-libtool.mak: Fine-tune DLL building.
4331         * configure.ac: Link plugins against libgstreamer.  Define plugindir
4332         (like gst-plugins)
4333         * examples/plugins/Makefile.am: remove plugindir
4334         * gst/autoplug/Makefile.am: DLL building fixes
4335         * gst/elements/Makefile.am: DLL building fixes.  Disable pipefilter on
4336         Windows.
4337         * gst/elements/gstelements.c: Conditionally disable pipefilter.
4338         * gst/indexers/Makefile.am: DLL building fixes
4339         * gst/schedulers/Makefile.am: DLL building fixes.
4340         * libs/gst/bytestream/Makefile.am: DLL building fixes.
4341         * libs/gst/control/Makefile.am: same
4342         * libs/gst/getbits/Makefile.am: same
4343         * testsuite/Makefile.am: New dlopen directory
4344         * testsuite/dlopen/Makefile.am: Tests to check if libgstreamer works
4345         when dlopened.
4346         * testsuite/dlopen/dlopen_gst.c: (main): same
4347         * testsuite/dlopen/loadgst.c: (do_test): same
4348
4349 2004-04-20  David Schleef  <ds@schleef.org>
4350
4351         * gst/parse/grammar.y:  Apply patch from Sebastien Cote
4352         <sc5@hermes.usherb.ca> to fix a memleak. (bug #140594)
4353
4354 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4355
4356         * gst/gstelement.c: (gst_element_wait),
4357         (gst_element_set_time_delay), (gst_element_change_state):
4358           Use GST_TIME_*
4359
4360 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4361
4362         * gst/autoplug/gstspider.c: (gst_spider_link_sometimes),
4363         (gst_spider_identity_plug):
4364           improve debugging messages
4365         * gst/gstbin.c: (gst_bin_remove_func):
4366           make sure the state_change function is only called with simple state
4367           transitions
4368
4369 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4370
4371         * gst/elements/gstfakesink.c: (gst_fakesink_state_error_get_type),
4372         (gst_fakesink_set_property), (gst_fakesink_chain):
4373         * gst/elements/gstfakesrc.c: (gst_fakesrc_set_property):
4374         * gst/elements/gstfdsrc.c: (gst_fdsrc_set_property):
4375         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property):
4376         * gst/elements/gstidentity.c: (gst_identity_chain),
4377         (gst_identity_set_property):
4378         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_set_property):
4379         * gst/elements/gstpipefilter.c: (gst_pipefilter_set_property):
4380           add warnings to _set_property for unknown arguments
4381           use GST_TIME_FORMAT/GST_TIME_ARGS for timestamp printing
4382
4383 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4384
4385         * Makefile.am:
4386         * docs/manuals.mak:
4387           add .po file download snippet
4388           fix a bug in the doc makefile
4389
4390 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4391
4392         * Makefile.am:
4393         * po/LINGUAS:
4394         * po/en_GB.po:
4395           Added en_GB translation (Gareth Owen)
4396
4397 2004-04-20  Johan Dahlin  <johan@gnome.org>
4398
4399         * gst/gstpad.c (_invent_event): Clean up
4400
4401 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4402
4403         * testsuite/caps/filtercaps.c: (main):
4404           fix test to test things correctly (caps are complicated)
4405
4406 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4407
4408         * testsuite/caps/Makefile.am:
4409         * testsuite/caps/filtercaps.c: (main):
4410           add test (that doesn't work right now, but should)
4411
4412 2004-04-19  David Schleef  <ds@schleef.org>
4413
4414         * configure.ac: Add test for allowing unaligned access.  Add define
4415         to put in gstconfig.h.
4416         * docs/gst/gstreamer-sections.txt: New symbols
4417         * docs/gst/tmpl/gstcompat.sgml: Check in changes made by gtkdoc
4418         * docs/gst/tmpl/gstfilesrc.sgml:
4419         * docs/gst/tmpl/gstparse.sgml:
4420         * docs/gst/tmpl/gsttypes.sgml:
4421         * docs/gst/tmpl/gstutils.sgml:
4422         * docs/gst/tmpl/gstvalue.sgml:
4423         * gst/gstconfig.h.in: Add GST_HAVE_UNALIGNED_ACCESS
4424         * gst/gstutils.h: Add macros for unaligned memory access.  Useful
4425         on most !i386/!powerpc architectures.  From Daniel Gazard
4426         <daniel.gazard@free.fr>.  (bug #140156)
4427         * po/af.po: Check in changes made by gettext.
4428         * po/az.po:
4429         * po/fr.po:
4430         * po/nl.po:
4431         * po/sr.po:
4432         * po/sv.po:
4433
4434 2004-04-20  Benjamin Otte  <otte@gnome.org>
4435
4436         * gst/schedulers/entryscheduler.c: 
4437         (gst_entry_scheduler_yield):
4438           refuse to yield when decoupled elements insist on doing that.
4439           At least it's better than crashing
4440
4441 2004-04-19  David Schleef  <ds@schleef.org>
4442
4443         * docs/libs/Makefile.am: Change sinclude to include
4444         * docs/gst/Makefile.am: same
4445         * pkgconfig/Makefile.am:  Remove GNU-ism from makefile target
4446
4447 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4448
4449         * po/LINGUAS:
4450         * po/uk.po:
4451           Added Ukrainian translation (Maxim V. Dziumanenko)
4452
4453 2004-04-19  Johan Dahlin  <johan@gnome.org>
4454
4455         * gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
4456         checking here, do it before calling the function.
4457         Clean up, use for loops instead of while loops while iterating
4458         over lists.
4459
4460         * gst/autoplug/gstspider.c (gst_spider_request_new_pad): Fix typo
4461         in debug message.
4462         (gst_spider_create_and_plug): Improve debug message.
4463         General: Replace while loops which iterates over GLists with for
4464         loops. Which are much cleaner, improves readability, especially
4465         for gst_spider_identity_plug
4466
4467         * gst/gstpad.c (_invent_event): Fix parameters to warning macros,
4468         fixes bug 140477
4469
4470 2004-04-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4471
4472         * po/LINGUAS:
4473         * po/tr.po:
4474           Added Turkish translation (Baris Cicek)
4475
4476 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4477
4478         * docs/faq/troubleshooting.xml:
4479           Mention gst-register in the FAQ (fixes 139045).
4480
4481 2004-04-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4482
4483         * docs/gst/gstreamer-sections.txt:
4484
4485 2004-04-17  Benjamin Otte  <otte@gnome.org>
4486
4487         * gst/gstelement.c: (gst_element_dispose):
4488           simplify
4489         * gst/gstpad.c: (gst_pad_call_chain_function):
4490           don't create loads of events due to bad macro usage
4491
4492 2004-04-16  David Schleef  <ds@schleef.org>
4493
4494         * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
4495         * gst/gstpad.c: (_gst_pad_default_fixate_foreach):
4496         * gst/gstvalue.c: (gst_value_serialize_buffer),
4497         (gst_value_deserialize_buffer), (gst_type_is_fixed),
4498         (_gst_value_initialize): Create a new function gst_type_is_fixed()
4499         to indicate types that are fixed wrt caps or not.  Switching to
4500         this function fixes (bug #140298).
4501         * gst/gstvalue.h:
4502
4503 2004-04-16  David Schleef  <ds@schleef.org>
4504
4505         * common/m4/gst-arch.m4:  Implmenent a whitelist and blacklist
4506         for GST_UNALIGNED_ACESS, since we essentially know which archs
4507         are ok.
4508
4509 2004-04-17  Benjamin Otte  <otte@gnome.org>
4510
4511         * docs/gst/Makefile.am:
4512           ignore gst/parse directory when building docs (fixes #140205)
4513
4514 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4515
4516         * testsuite/refcounting/mem.c: (vmsize):
4517           do error checking
4518
4519 2004-04-16  Johan Dahlin  <johan@gnome.org>
4520
4521         * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
4522         and gst_pad_call_get_function.
4523
4524 2004-04-15  David Schleef  <ds@schleef.org>
4525
4526         * common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
4527         checks if we can access unaligned memory.
4528         * configure.ac: Use it.
4529
4530 2004-04-16  Benjamin Otte  <otte@gnome.org>
4531
4532         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
4533         (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
4534         * gst/elements/gstfilesrc.h:
4535           s/seek_happened/need_discont/ and require discont before sending any
4536           data
4537
4538 2004-04-15  David Schleef  <ds@schleef.org>
4539
4540         * gst/gstvalue.c: (gst_value_serialize_buffer),
4541         (gst_value_deserialize_buffer), (_gst_value_initialize):
4542         Register these types as fundamental types. (bug #140015)
4543
4544 2004-04-16  Benjamin Otte  <otte@gnome.org>
4545
4546         * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
4547         (gst_pad_link_free), (gst_pad_link_try), (_invent_event),
4548         (gst_pad_pull):
4549           implement enforcing discont events before buffers are passed. This
4550           allows state changes of only some elements and later correctly going
4551           on where they left off (or in short: you can now set audio sinks to
4552           NULL to release the device when the pipeline is paused)
4553         * gst/gstpad.c: (gst_pad_call_chain_function),
4554         (gst_pad_call_get_function):
4555         * gst/gstpad.h:
4556           add gst_pad_call_chain_function and gst_pad_call_get_function for
4557           scheduler interaction. They are required because of the changes
4558           above.
4559         * gst/schedulers/entryscheduler.c: (get_buffer),
4560         (gst_entry_scheduler_chain_wrapper),
4561         (gst_entry_scheduler_get_wrapper),
4562         (gst_entry_scheduler_state_transition),
4563         (gst_entry_scheduler_pad_link):
4564         * gst/schedulers/gstbasicscheduler.c:
4565         (gst_basic_scheduler_chain_wrapper),
4566         (gst_basic_scheduler_src_wrapper),
4567         (gst_basic_scheduler_chainhandler_proxy),
4568         (gst_basic_scheduler_gethandler_proxy),
4569         (gst_basic_scheduler_cothreaded_chain),
4570         (gst_basic_scheduler_chain_elements):
4571         * gst/schedulers/gstoptimalscheduler.c:
4572         (get_group_schedule_function), (pad_clear_queued),
4573         (gst_opt_scheduler_pad_link):
4574           use the new functions instead of calling get/chain-functions
4575           directly.
4576
4577 2004-04-15  David Schleef  <ds@schleef.org>
4578
4579         * docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
4580         * docs/gst/tmpl/gstinfo.sgml: same
4581         * docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
4582         gtk-doc put here.
4583         * gst/gstutils.h: Remove the \ that was confusing gtk-doc.
4584         * examples/queue/queue.c: (main):  We iterate pipelines, not
4585         bins.  (bug #139996)
4586
4587 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4588
4589         * docs/pwg/advanced-types.xml:
4590           Add MS RLE support. Also document Qt RLE although I have no sample
4591           files for that yet. And document an extra property for ADPCM.
4592
4593 2004-04-15  David Schleef  <ds@schleef.org>
4594
4595         * gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
4596         (_gst_plugin_fault_handler_setup):  Disable more stuff on
4597         Windows.
4598
4599 2004-04-15  David Schleef  <ds@schleef.org>
4600
4601         * gst/gstinfo.c: (_gst_debug_init): Change some internal
4602         symbol names to not conflict with new gstinfo.h symbols.
4603         * gst/gstinfo.h: Add inline functions for all those crazy
4604         compilers that don't know how to handle variadic macros (MSVC).
4605
4606 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4607
4608         * configure.ac: bump nano to 1
4609
4610 === release 0.8.1 ===
4611
4612 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4613
4614         * NEWS:
4615         * RELEASE:
4616         * configure.ac:
4617           releasing 0.8.1, "Snow Brigade"
4618
4619 2004-04-14  David Schleef  <ds@schleef.org>
4620
4621         * testsuite/Makefile.am: define tests_ignore
4622         * testsuite/Rules: Added new tests_ignore, which get compiled,
4623         but not run (generally because they're inconsistent or have
4624         heisenbugs).  Now we can ensure all the .c files compile in
4625         testsuite/.
4626         * testsuite/bins/Makefile.am: define tests_ignore
4627         * testsuite/bytestream/Makefile.am:
4628         * testsuite/caps/Makefile.am:
4629         * testsuite/clock/Makefile.am:
4630         * testsuite/debug/Makefile.am:
4631         * testsuite/debug/global.c: (gst_debug_log_one),
4632         (gst_debug_log_two): Fix compilation problem.
4633         * testsuite/dynparams/Makefile.am:
4634         * testsuite/elements/Makefile.am:
4635         * testsuite/ghostpads/Makefile.am:
4636         * testsuite/indexers/Makefile.am:
4637         * testsuite/parse/Makefile.am:
4638         * testsuite/plugin/Makefile.am:
4639         * testsuite/refcounting/Makefile.am:
4640         * testsuite/refcounting/element_pad.c: (main): Don't return leak
4641         results, because it's not calculated correctly.
4642         * testsuite/refcounting/pad.c: (main): same
4643         * testsuite/states/Makefile.am:
4644         * testsuite/tags/Makefile.am:
4645         * testsuite/threads/Makefile.am:
4646
4647 2004-04-14  David Schleef  <ds@schleef.org>
4648
4649         * gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
4650         generating bad code around the cpu detection asm code.
4651
4652 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4653
4654         * tools/gst-inspect.c: (print_element_info):
4655           print numeric version of rank as well, since we added some - 1
4656           rank values to elements
4657
4658 2004-04-13  David Schleef  <ds@schleef.org>
4659
4660         * configure.ac:  Disable various code when compiling for MinGW.
4661         * gst/elements/Makefile.am:
4662         * gst/elements/gstelements.c:
4663         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
4664         * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
4665         * gst/registries/gstxmlregistry.c: (make_dir):
4666
4667 2004-04-13  David Schleef  <ds@schleef.org>
4668
4669         * gst/Makefile.am:
4670         * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
4671         assembly.
4672         * gst/gstcpuid_i386.s: remove
4673
4674 2004-04-13  David Schleef  <ds@schleef.org>
4675
4676         * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
4677         seems to think it needs to be done.
4678         * docs/gst/tmpl/gstfakesink.sgml:
4679         * docs/gst/tmpl/gstfakesrc.sgml:
4680         * docs/gst/tmpl/gstfdsink.sgml:
4681         * docs/gst/tmpl/gstfdsrc.sgml:
4682         * docs/gst/tmpl/gstfilesink.sgml:
4683         * docs/gst/tmpl/gstfilesrc.sgml:
4684         * docs/gst/tmpl/gstidentity.sgml:
4685         * docs/gst/tmpl/gstmd5sink.sgml:
4686         * docs/gst/tmpl/gstmultifilesrc.sgml:
4687         * docs/gst/tmpl/gstpipefilter.sgml:
4688         * docs/gst/tmpl/gstshaper.sgml:
4689         * docs/gst/tmpl/gstspider.sgml:
4690         * docs/gst/tmpl/gstspideridentity.sgml:
4691         * docs/gst/tmpl/gststatistics.sgml:
4692         * docs/gst/tmpl/gsttee.sgml:
4693         * docs/gst/tmpl/gsttypefind.sgml:
4694         * docs/gst/tmpl/gstutils.sgml:
4695
4696 2004-04-13  David Schleef  <ds@schleef.org>
4697
4698         * configure.ac: Changes to remove POSIXisms (mmap in this case)
4699         and to build DLLs on Windows.
4700         * gst/Makefile.am:
4701         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
4702         (gst_filesrc_open_file):
4703         * gst/schedulers/Makefile.am:
4704
4705 2004-04-13  David Schleef  <ds@schleef.org>
4706
4707         * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
4708         (gst_caps_structure_fixate_field_nearest_double):  Fix bug in
4709         fixating lists.
4710
4711 2004-04-12  David Schleef  <ds@schleef.org>
4712
4713         * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
4714         (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
4715         to using it.
4716         * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
4717         * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
4718         * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
4719         * gst/gststructure.c: (gst_structure_set_valist),
4720         (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
4721         support for buffers.
4722         * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
4723         intended to be const.
4724         * gst/gsttag.h: same
4725         * gst/gstvalue.c: (gst_value_serialize_buffer),
4726         (gst_value_deserialize_buffer), (_gst_value_initialize):  Add code
4727         to (de)serialize buffers.
4728         * testsuite/caps/Makefile.am:  Add a bit of buffer testing
4729         * testsuite/caps/string-conversions.c: (main):
4730         * testsuite/caps/value_serialize.c: add new test
4731
4732 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4733
4734         * docs/pwg/advanced-types.xml:
4735           Document MS video 1 (video/x-msvideocodec) mimetype/format.
4736
4737 2004-04-11  Benjamin Otte  <otte@gnome.org>
4738
4739         * gst/schedulers/gstbasicscheduler.c: (plugin_init):
4740           rename categories to basic_*
4741         * gst/schedulers/gstbasicscheduler.c: 
4742         (gst_basic_scheduler_chain_wrapper),
4743         (gst_basic_scheduler_chainhandler_proxy),
4744         (gst_basic_scheduler_gethandler_proxy),
4745         (gst_basic_scheduler_eventhandler_proxy):
4746           debugging category fixes - put common stuff in log category
4747         * gst/schedulers/gstbasicscheduler.c: 
4748         (gst_basic_scheduler_chain_elements):
4749           dirty fix: call gst_basic_scheduler_cothreaded_chain when already
4750           active and linking two active chains
4751
4752 2004-04-10  Benjamin Otte  <otte@gnome.org>
4753
4754         * docs/pwg/intro-preface.xml:
4755           fix dead links and remove reference to Wiki
4756
4757 2004-04-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4758
4759         * gst/schedulers/gstbasicscheduler.c:
4760           make sure we can switch back to the main function if we're still in
4761           the main function (supposed to fix #139617)
4762         * gst/schedulers/gthread-cothreads.h:
4763           don't throw an error when switching to the same cothread
4764
4765 2004-04-09  Benjamin Otte  <otte@gnome.org>
4766
4767         * gst/gstbin.c: (gst_bin_get_type):
4768         * gst/gstclock.c: (gst_clock_get_type):
4769         * gst/gstindex.c: (gst_index_get_type):
4770         * gst/gstobject.c: (gst_object_get_type),
4771         (gst_signal_object_get_type):
4772         * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
4773         (gst_pad_template_get_type), (gst_ghost_pad_get_type):
4774         * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
4775         * gst/gstqueue.c: (gst_queue_get_type):
4776         * gst/gstregistry.c: (gst_registry_get_type):
4777         * gst/gstsystemclock.c: (gst_system_clock_get_type):
4778         * gst/gstthread.c: (gst_thread_get_type):
4779           don't use memchunks for these objects, use malloc instead
4780
4781 2004-04-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4782
4783         * docs/gst/.cvsignore:
4784         * docs/gst/Makefile.am:
4785         * docs/gst/gstreamer-sections.txt:
4786         * docs/gst/tmpl/gstaggregator.sgml:
4787         * docs/gst/tmpl/gstbuffer.sgml:
4788         * docs/gst/tmpl/gstclock.sgml:
4789         * docs/gst/tmpl/gstelement.sgml:
4790         * docs/gst/tmpl/gstfakesink.sgml:
4791         * docs/gst/tmpl/gstfakesrc.sgml:
4792         * docs/gst/tmpl/gstfdsink.sgml:
4793         * docs/gst/tmpl/gstfdsrc.sgml:
4794         * docs/gst/tmpl/gstfilesink.sgml:
4795         * docs/gst/tmpl/gstfilesrc.sgml:
4796         * docs/gst/tmpl/gstidentity.sgml:
4797         * docs/gst/tmpl/gstindex.sgml:
4798         * docs/gst/tmpl/gstinfo.sgml:
4799         * docs/gst/tmpl/gstmd5sink.sgml:
4800         * docs/gst/tmpl/gstmultifilesrc.sgml:
4801         * docs/gst/tmpl/gstpad.sgml:
4802         * docs/gst/tmpl/gstpipefilter.sgml:
4803         * docs/gst/tmpl/gstpipeline.sgml:
4804         * docs/gst/tmpl/gstpluginfeature.sgml:
4805         * docs/gst/tmpl/gstqueue.sgml:
4806         * docs/gst/tmpl/gstregistry.sgml:
4807         * docs/gst/tmpl/gstscheduler.sgml:
4808         * docs/gst/tmpl/gstshaper.sgml:
4809         * docs/gst/tmpl/gstspider.sgml:
4810         * docs/gst/tmpl/gstspideridentity.sgml:
4811         * docs/gst/tmpl/gststatistics.sgml:
4812         * docs/gst/tmpl/gstsystemclock.sgml:
4813         * docs/gst/tmpl/gsttee.sgml:
4814         * docs/gst/tmpl/gstthread.sgml:
4815         * docs/gst/tmpl/gsttypefind.sgml:
4816         * docs/gst/tmpl/gstutils.sgml:
4817           further doc build fixes
4818
4819 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4820
4821         * docs/gst/Makefile.am:
4822           make docs exit on scanning problems
4823           fix nonsrcdir build issues
4824         * docs/gst/gstreamer-sections.txt:
4825           adding stuff from -unused
4826         * gst/gstqueue.h:
4827           create GstQueueSize
4828         * gst/schedulers/cothreads_compat.h:
4829           fix cothread warnings
4830
4831 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4832
4833         * docs/gst/gstreamer-sections.txt:
4834           remove defines deprecated by Benjamin
4835
4836 2004-04-07  Benjamin Otte  <otte@gnome.org>
4837
4838         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
4839           when the buffer is complete, don't check if other buffers are needed
4840         * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
4841           check that the offset is >0 so we don't try to read before the
4842           beginning of the file
4843         * gst/gstpad.c: (gst_pad_set_pad_template):
4844           sink the template, so we don't end up with 130k pad templates
4845
4846 2004-04-06  Benjamin Otte  <otte@gnome.org>
4847
4848         * gst/autoplug/gstspider.c: (gst_spider_link_add):
4849           don't ref the element, adding already reffed it. And we didn't unref
4850           it later anyway... (huge memleak when you used many spider elements)
4851         * gst/gstelement.c: (gst_element_base_class_finalize):
4852         * gst/gstelementfactory.c: (gst_element_factory_cleanup),
4853         (gst_element_register):
4854         * gst/gsturi.c: (gst_element_make_from_uri):
4855           use gst_object_(un)ref instead of g_object(un)ref
4856
4857 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4858
4859         * gst/gstbuffer.h:
4860           remove macro that wouldn't work anymore because struct member has
4861           been removed.
4862         * gst/schedulers/entryscheduler.c: (schedule_forward):
4863           fix segfault for unconnected pads
4864         
4865 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
4866
4867         reviewed by David Schleef <ds@schleef.org>
4868
4869         * gst/gstinfo.h:
4870           *_FORMAT modifiers should require putting a % in front of them for
4871           consistency reasons.
4872
4873 2004-04-05  Colin Walters  <walters@redhat.com>
4874
4875         * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
4876         space.
4877
4878 2004-04-05  Benjamin Otte  <otte@gnome.org>
4879
4880         * configure.ac:
4881         * gst/Makefile.am:
4882         * gst/gst_private.h:
4883         * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
4884           add support for detecting if GStreamer runs inside valgrind.
4885           requires valgrind (d'oh) and --enable-debug for correct cdetection.
4886           print a big message in valgrind that GStreamer has detected it's
4887           running inside and might now use different code.
4888         * gst/gstmemchunk.c: (populate), (free_area),
4889         (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
4890         (gst_mem_chunk_free):
4891           flag memchunks for valgrind, so it can detect leaking of chunks.
4892           This allows detecting leaks of GstBuffer and GstEvent correctly
4893           inside valgrind.
4894
4895 2004-04-05  David Schleef  <ds@schleef.org>
4896
4897         * gst/gsttrace.h:  Fix #ifdef nesting (bug #139109) Patch from
4898           jensgr@gmx.net (Jens Granseuer)
4899
4900 2004-04-05  David Schleef  <ds@schleef.org>
4901
4902         * gst/gstbuffer.c: (_gst_buffer_sub_free),
4903         (gst_buffer_default_free), (gst_buffer_default_copy),
4904         (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
4905         (gst_buffer_new), (gst_buffer_create_sub):  Allocate GstBuffer
4906         structures in one place.
4907
4908 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4909
4910         * gst/gstinfo.h: adding Ronald's timestamp debugging defines
4911           (GST_TIME_FORMAT, GST_TIME_ARGS)
4912
4913 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4914
4915         * testsuite/elements/Makefile.am:
4916           disable test until it stops breaking make distcheck
4917
4918 2004-04-05  Johan Dahlin  <johan@gnome.org>
4919
4920         * po/sv.po: Updated translation
4921
4922 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4923
4924         * gst/gstplugin.c: (gst_plugin_load_file):
4925           fix segfault for when original plugin was loaded statically
4926
4927 2004-04-05  Benjamin Otte  <otte@gnome.org>
4928
4929         * testsuite/debug/category.c: (main):
4930         * testsuite/debug/commandline.c: (main):
4931         * testsuite/debug/output.c: (main):
4932           fix tests to work again with debugging enabled
4933
4934 2004-04-05  Benjamin Otte  <otte@gnome.org>
4935
4936         * gst/schedulers/gstbasicscheduler.c:
4937         (gst_basic_scheduler_pad_link):
4938           fix to work with recent scheduling changes
4939
4940 2004-04-05  Benjamin Otte  <otte@gnome.org>
4941
4942         * gst/schedulers/entryscheduler.c: (some functions, dunno which,
4943         prepareChangeLog doesn't work when cvs indents):
4944           don't throw an error when no element can be scheduled, there's too
4945           many weird reasons why it doesn't work. Return STOPPED instead.
4946           decoupled elemts' schedulability doesn't depend on bufpens.
4947
4948 2004-04-04  Benjamin Otte  <otte@gnome.org>
4949
4950         * gst/schedulers/gstbasicscheduler.c:
4951         (gst_basic_scheduler_pad_select):
4952           fix uninitialized variable warnings
4953
4954 2004-04-04  Benjamin Otte  <otte@gnome.org>
4955
4956         * gst/gstpad.c: (gst_pad_collect_valist):
4957           fix uninitialized variable warning
4958         * gst/schedulers/entryscheduler.c: (schedule_forward):
4959           fix shadowed variable
4960
4961 2004-04-04  Benjamin Otte  <otte@gnome.org>
4962
4963         * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
4964         (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
4965         (gst_pad_select):
4966         * gst/gstpad.h:
4967         * gst/gstscheduler.c: (gst_scheduler_pad_select),
4968         (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
4969         * gst/gstscheduler.h:
4970           implement gst_pad_collect as replacement for gst_pad_select.
4971           deprecate gst_pad_select and gst_scheduler_(un)lock_element
4972           add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
4973           new pad_select, lock and unlock calls.
4974         * gst/cothreads.c: (cothread_destroy), (cothread_switch):
4975         * gst/cothreads.h:
4976         * gst/schedulers/cothreads_compat.h:
4977         * gst/schedulers/gthread-cothreads.h:
4978           remove unused cothread_lock and cothread_unlock calls
4979         * gst/schedulers/entryscheduler.c:
4980         (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
4981         (_can_schedule_loop), (gst_entry_scheduler_get_handler),
4982         (gst_entry_scheduler_pad_select):
4983           update to new API
4984         * gst/schedulers/gstbasicscheduler.c:
4985         (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
4986         (gst_basic_scheduler_pad_select):
4987           remove useless lock and unlock calls, update pad_select to new API
4988           (untested)
4989         * gst/schedulers/gstoptimalscheduler.c:
4990         (gst_opt_scheduler_class_init):
4991           remove useless select, lock and unlock function calls
4992         * gst/elements/gstaggregator.c: (gst_aggregator_loop):
4993           use gst_pad_collect instead of gst_pad_select
4994
4995 2004-04-04  Benjamin Otte  <otte@gnome.org>
4996
4997         * gst/schedulers/entryscheduler.c: (_can_schedule_get),
4998         (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
4999         (schedule_next_element), (print_entry):
5000           add can_schedule_pad to handle element states.
5001           add schedule_forward to select the correct entry to schedule next
5002
5003 2004-04-03  Benjamin Otte  <otte@gnome.org>
5004
5005         * gst/schedulers/entryscheduler.c: 
5006           remove unused variable, fix error inside Rb, fix compile warning in
5007           unreachable code
5008
5009 2004-04-03  Benjamin Otte  <otte@gnome.org>
5010
5011         * gst/schedulers/entryscheduler.c:
5012           completely revamp the inner workings, so it's a lot easier to
5013           understand and extend
5014
5015 2004-04-03  Andy Wingo  <wingo@pobox.com>
5016
5017         * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
5018         Rename ->group1 and ->group2 to ->src and ->sink, respectively.
5019         This allows better introspection of pipeline topology.
5020         (add_to_chain): Don't do trickery to put loop elements first;
5021         rather, queue a chain sort by marking the chain as dirty.
5022         (remove_from_chain): Mark the chain dirty.
5023         (sort_chain): New function. Sorts the group list so that terminal
5024         sinks are first. This means elements on the sink side will be
5025         preferentially sscheduled before elements on the src side of the
5026         pipeline.
5027         (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
5028         (schedule_chain): If the chain is marked DIRTY, call sort_chain.
5029         (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
5030         (group_inc_link): Change argument and variable names to match the
5031         new link structure member names (src and sink).
5032         (group_dec_link): Add some description
5033
5034 2004-04-03  Benjamin Otte  <otte@gnome.org>
5035
5036         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
5037         * gst/gstinfo.h:
5038         * testsuite/debug/category.c: (main):
5039         * testsuite/debug/commandline.c: (main):
5040         * testsuite/debug/output.c: (main):
5041         * testsuite/debug/printf_extension.c: (main):
5042           fix to successfully build and test with --disable-gst-debug
5043           configure switch (fixes #138705)
5044
5045 2004-04-03  Benjamin Otte  <otte@gnome.org>
5046
5047         * docs/pwg/building-boiler.xml:
5048           add cvs login line and s/anonymous/anoncvs/
5049
5050 2004-04-03  Tim-Phillip Müller  <t.i.m@zen.co.uk>
5051
5052         reviewed by Benjamin Otte  <otte@gnome.org>
5053
5054         * gst/gststructure.c: (gst_structure_free):
5055           memleak fix: free fields array (partial fix for #134839)
5056
5057 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5058
5059         * docs/random/ds/0.9-suggested-changes:
5060           Add a note to change handoff use in fakesrc to be usable in
5061           a more generic way (fakesrc should be renamed to appsrc or so).
5062         * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
5063           Change signal type to scope, so we can fill the buffer in the
5064           handoff handler (that's the whole use of this signal...).
5065
5066 2004-04-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5067
5068         * docs/pwg/other-ntoone.xml:
5069           Document muxers and n-to-1 elements.
5070
5071 2004-04-01  Martin Soto  <martinsoto@users.sourceforge.net>
5072
5073         * gst/registries/gstxmlregistry.c
5074         (gst_xml_registry_rebuild_recurse): Fix the algorithm to
5075         determine if a file is a G_MODULE. The old one discards paths
5076         containing "so" somewhere in the middle. My home directory is
5077         called "soto". Go figure...
5078
5079 2004-03-31  David Schleef  <ds@schleef.org>
5080
5081         * gst/gstbuffer.c: (gst_buffer_join):  Add function gst_buffer_join()
5082         to eventually deprecate gst_buffer_merge().  (bug: #136408)
5083         * gst/gstbuffer.h:
5084
5085 2004-03-31  David Schleef  <ds@schleef.org>
5086
5087         * gst/gstvalue.c: (gst_value_union_int_int_range),
5088         (gst_value_union_int_range_int_range), (gst_value_can_union),
5089         (gst_value_union), (_gst_value_initialize):  Add some union
5090         implementations.  We didn't have any previously.
5091         * testsuite/caps/Makefile.am:
5092         * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
5093         (gst_audioscale_getcaps), (test_caps), (main): A little test
5094         that is the same as the caps manipulation in audioscale.
5095
5096 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5097
5098         * docs/faq/general.xml:
5099           add entry about "does gst support format X?"
5100
5101 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5102
5103         * gst/gstthread.c:
5104           fix docs
5105         * gst/gstutils.h:
5106           fix GST_BOILERPLATE_FULL to not throw casting errors on C++
5107
5108 2004-03-30  Benjamin Otte  <otte@gnome.org>
5109
5110         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
5111           set the offset of the buffer to the requested offset
5112         * gst/elements/gsttypefind.c: (stop_typefinding):
5113           revert patch 1.18 (which I unfortunately don't know the reason for).
5114           This is needed to allow downstream elements to seek. Otherwise
5115           typefind might overwrite a previous seek by downstream elements.
5116           This lead to errors with id3tag and typefind on some mp3s.
5117         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
5118         (gst_entry_scheduler_iterate):
5119           be more verbose when debugging
5120
5121 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5122
5123         * gst/gstcaps.c: (gst_caps_from_string_inplace):
5124           make sure we don't get NULL strings
5125
5126 2004-03-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5127
5128         * gst/gstcaps.c:
5129         * gst/gstelement.c:
5130         * gst/gstelementfactory.c: (gst_element_factory_get_type):
5131         * gst/gstindex.c: (gst_index_resolver_get_type),
5132         (gst_index_get_type), (gst_index_factory_get_type):
5133         * gst/gstinfo.c:
5134         * gst/gstpad.c:
5135         * gst/gstplugin.c:
5136         * gst/gsturi.c: (gst_uri_handler_get_type):
5137         * gst/gstvalue.c:
5138           first batch of documentation fixes
5139
5140 2004-03-29  David Schleef  <ds@schleef.org>
5141
5142         * docs/gst/Makefile.am:  Disable a bunch of headers from being scanned
5143         * docs/gst/gstreamer-docs.sgml:  More hacking
5144         * docs/gst/gstreamer-sections.txt:
5145         * docs/gst/tmpl/cothreads_compat.sgml:
5146         * docs/gst/tmpl/gstcaps.sgml:
5147         * docs/gst/tmpl/gstclock.sgml:
5148         * docs/gst/tmpl/gstelement.sgml:
5149         * docs/gst/tmpl/gstevent.sgml:
5150         * docs/gst/tmpl/gstpad.sgml:
5151         * docs/gst/tmpl/gstutils.sgml:
5152         * docs/gst/tmpl/gstxml.sgml:
5153         * docs/gst/tmpl/gthread-cothreads.sgml:
5154         * docs/random/ds/0.9-suggested-changes:
5155         * gst/elements/gstfakesink.h: doc fixes
5156         * gst/elements/gstfakesrc.h: doc fixes
5157         * gst/gstcaps.c: doc fixes
5158         * gst/gstcaps.h: doc fixes
5159         * gst/gstelement.c: doc fixes
5160         * gst/gstelement.h: doc fixes
5161         * gst/gstindex.c: doc fixes
5162         * gst/gstinfo.c: doc fixes
5163         * gst/gstpad.c: doc fixes
5164         * gst/gstpad.h: doc fixes
5165         * gst/gstplugin.c: doc fixes
5166         * gst/gsttypefind.h: doc fixes
5167         * gst/gsturi.c: doc fixes
5168         * gst/gstvalue.c: doc fixes
5169
5170 2004-03-29  Colin Walters  <walters@redhat.com>
5171
5172         * gst/registries/gstxmlregistry.c (get_time)
5173         (plugin_times_older_than_recurse):
5174         Use the result of stat to determine whether a path is a file,
5175         so we don't attempt to opendir() files.
5176
5177 2004-03-29  Benjamin Otte  <otte@gnome.org>
5178
5179         * gst/gstpad.c: (gst_pad_set_explicit_caps):
5180           print caps in debugging output when setting caps failed
5181         * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
5182         (schedule_next_element), (get_buffer), (run_chainhandler),
5183         (element_may_start), (gst_entry_scheduler_chain_handler),
5184         (gst_entry_scheduler_get_handler),
5185         (gst_entry_scheduler_state_transition),
5186         (gst_entry_scheduler_pad_link):
5187           make this scheduler a testcase for mandatory
5188           discont-before-first-buffer which is needed if we want to allow apps
5189           to release the sound device.
5190           add SCHED_ASSERT macro to print scheduler state before an assertion
5191           triggers.
5192
5193 2004-03-29  Benjamin Otte  <otte@gnome.org>
5194
5195         * COPYING:
5196           replace by LGPL (former COPYING.LIB). The core is completely
5197           licensed LGPL.
5198         * COPYING.LIB:
5199           remove
5200
5201 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5202
5203         * po/af.po:
5204         * po/sv.po:
5205           updated Afrikaans and Swedish
5206
5207 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5208
5209         * po/LINGUAS:
5210         * po/az.po:
5211           adding Azerbaijani (Mətin Əmirov)
5212
5213 2004-03-28  Martin Soto  <martinsoto@users.sourceforge.net>
5214
5215         * gst/gstelement.h: 
5216         * gst/gstelement.c (gst_element_set_time_delay): New function for
5217         setting element time taking into account a hardware buffering
5218         delay.
5219         (gst_element_set_time): Now just an invocation of
5220         gst_element_set_time_delay.
5221         * gst/gstclock.h: 
5222         * gst/gstclock.c (gst_clock_get_event_time_delay): New function
5223         allowing to set event times in the future.
5224         (gst_clock_get_event_time): Now just an invocation of
5225         gst_clock_get_event_time_delay.
5226
5227 2004-03-28  Benjamin Otte  <otte@gnome.org>
5228
5229         * gst/gstbin.c: (gst_bin_set_element_sched),
5230         (gst_bin_unset_element_sched):
5231           don't add decoupled elements to schedulers - otherwise it's
5232           impossible to control if a link to a decoupled element was already
5233           removed from a scheduler or not.
5234         * gst/schedulers/cothreads_compat.h:
5235         * gst/schedulers/gthread-cothreads.h:
5236           add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
5237           is no "unused" warning.
5238         * gst/schedulers/Makefile.am:
5239         * gst/schedulers/entryscheduler.c:
5240           add new scheduler, based on ideas from talking to David and Martin.
5241           It's supposed to be small and correct. Currently it's also slow (but
5242           it's not noticable)
5243         * examples/retag/retag.c: (main):
5244         * testsuite/bytestream/test1.c: (main):
5245           fix missing NULLs at end of variadic functions
5246         * testsuite/elements/.cvsignore:
5247           update
5248
5249 2004-03-28  Jan Schmidt  <thaytan@mad.scientist.com>
5250
5251         * gst/gstevent.h:
5252         Added GST_EVENT_ANY for GstEvents that pass a GstStructure
5253
5254 2004-03-25  David Schleef  <ds@schleef.org>
5255
5256         * docs/gst/gstreamer-sections.txt:  More doc hacking.
5257         * docs/gst/tmpl/gstaggregator.sgml:
5258         * docs/gst/tmpl/gstautoplugfactory.sgml:
5259         * docs/gst/tmpl/gstbin.sgml:
5260         * docs/gst/tmpl/gstbuffer.sgml:
5261         * docs/gst/tmpl/gstbufferstore.sgml:
5262         * docs/gst/tmpl/gstfakesink.sgml:
5263         * docs/gst/tmpl/gstfakesrc.sgml:
5264         * docs/gst/tmpl/gstmd5sink.sgml:
5265         * docs/gst/tmpl/gstreamer-unused.sgml:
5266         * docs/gst/tmpl/gstsearchfuncs.sgml:
5267         * docs/gst/tmpl/gstshaper.sgml:
5268         * docs/gst/tmpl/gstspider.sgml:
5269         * docs/gst/tmpl/gsttee.sgml:
5270         * docs/gst/tmpl/gstutils.sgml:
5271         * docs/gst/tmpl/gstvalue.sgml:
5272         * docs/gst/tmpl/gstxml.sgml:
5273         * gst/Makefile.am:  Remove gstthreaddummy.c.  It never worked,
5274         and we don't support it.
5275         * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
5276         (gst_use_threads), (gst_has_threads): same
5277         * gst/gstthreaddummy.c: same
5278         * gst/autoplug/gstspider.c: Make gst_spider_details static.
5279         * gst/autoplug/gstspider.h: same
5280         * gst/elements/gstaggregator.h: Remove bogus function from header
5281         * gst/elements/gstfakesink.h: same
5282         * gst/elements/gstfakesrc.h: same
5283         * gst/elements/gstmd5sink.h: same
5284         * gst/elements/gstshaper.h: same
5285         * gst/elements/gsttee.h: same
5286         * gst/gstbin.c: doc fixes
5287         * gst/gstbin.h: Remove unused definition.
5288         * gst/gstbuffer.c: doc fixes
5289         * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
5290         * gst/gstfilter.c: doc fixes
5291         * gst/gsttag.c: doc fixes
5292         * gst/gstvalue.c: doc fixes
5293
5294 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5295
5296         * docs/pwg/advanced-types.xml:
5297           Document typefinding.
5298         * docs/pwg/other-oneton.xml:
5299           Document one-to-n elements, demuxers and parsers.
5300
5301 2004-03-25  Tim-Philipp Müller <t.i.m@zen.co.uk>
5302
5303         reviewed by: David Schleef  <ds@schleef.org>
5304
5305         * configure.ac: Check bison version (bug #127838)
5306
5307 2004-03-25  David Schleef  <ds@schleef.org>
5308
5309         * docs/gst/gstreamer-docs.sgml: More fine tuning.
5310         * docs/gst/gstreamer-sections.txt:
5311         * docs/gst/tmpl/gstautoplug.sgml:
5312         * docs/gst/tmpl/gststaticautoplug.sgml:
5313         * docs/gst/tmpl/gststaticautoplugrender.sgml:
5314         * docs/gst/tmpl/gstutils.sgml:
5315         * docs/gst/tmpl/gstxml.sgml:
5316
5317 2004-03-24  David Schleef  <ds@schleef.org>
5318
5319         * docs/gst/gstreamer-docs.sgml:  I got tired of the reference
5320         manual being such complete crap, that I decided to do major
5321         hacking of it.  This checkin replaces any fine tuning that
5322         may have been done previously, with the benefit of actually
5323         being complete for much of the API that was changed since
5324         0.6.  Further fine tuning will occur shortly.  (bug #134721)
5325         * docs/gst/gstreamer-sections.txt:
5326         * docs/gst/tmpl/GstBin.sgml:
5327         * docs/gst/tmpl/GstBuffer.sgml:
5328         * docs/gst/tmpl/GstCaps.sgml:
5329         * docs/gst/tmpl/GstClock.sgml:
5330         * docs/gst/tmpl/GstCompat.sgml:
5331         * docs/gst/tmpl/GstData.sgml:
5332         * docs/gst/tmpl/GstElement.sgml:
5333         * docs/gst/tmpl/GstEvent.sgml:
5334         * docs/gst/tmpl/GstIndex.sgml:
5335         * docs/gst/tmpl/GstStructure.sgml:
5336         * docs/gst/tmpl/GstTag.sgml:
5337         * docs/gst/tmpl/cothreads.sgml:
5338         * docs/gst/tmpl/cothreads_compat.sgml:
5339         * docs/gst/tmpl/gettext.sgml:
5340         * docs/gst/tmpl/grammar.tab.sgml:
5341         * docs/gst/tmpl/gst-i18n-app.sgml:
5342         * docs/gst/tmpl/gst-i18n-lib.sgml:
5343         * docs/gst/tmpl/gst.sgml:
5344         * docs/gst/tmpl/gst_private.sgml:
5345         * docs/gst/tmpl/gstaggregator.sgml:
5346         * docs/gst/tmpl/gstarch.sgml:
5347         * docs/gst/tmpl/gstatomic.sgml:
5348         * docs/gst/tmpl/gstatomic_impl.sgml:
5349         * docs/gst/tmpl/gstbin.sgml:
5350         * docs/gst/tmpl/gstbuffer.sgml:
5351         * docs/gst/tmpl/gstbufferstore.sgml:
5352         * docs/gst/tmpl/gstcaps.sgml:
5353         * docs/gst/tmpl/gstclock.sgml:
5354         * docs/gst/tmpl/gstcompat.sgml:
5355         * docs/gst/tmpl/gstconfig.sgml:
5356         * docs/gst/tmpl/gstcpu.sgml:
5357         * docs/gst/tmpl/gstdata.sgml:
5358         * docs/gst/tmpl/gstdata_private.sgml:
5359         * docs/gst/tmpl/gstelement.sgml:
5360         * docs/gst/tmpl/gstenumtypes.sgml:
5361         * docs/gst/tmpl/gsterror.sgml:
5362         * docs/gst/tmpl/gstevent.sgml:
5363         * docs/gst/tmpl/gstfakesink.sgml:
5364         * docs/gst/tmpl/gstfakesrc.sgml:
5365         * docs/gst/tmpl/gstfilesink.sgml:
5366         * docs/gst/tmpl/gstfilter.sgml:
5367         * docs/gst/tmpl/gstindex.sgml:
5368         * docs/gst/tmpl/gstinfo.sgml:
5369         * docs/gst/tmpl/gstinterface.sgml:
5370         * docs/gst/tmpl/gstlog.sgml:
5371         * docs/gst/tmpl/gstmacros.sgml:
5372         * docs/gst/tmpl/gstmarshal.sgml:
5373         * docs/gst/tmpl/gstmd5sink.sgml:
5374         * docs/gst/tmpl/gstmultifilesrc.sgml:
5375         * docs/gst/tmpl/gstobject.sgml:
5376         * docs/gst/tmpl/gstpad.sgml:
5377         * docs/gst/tmpl/gstparse.sgml:
5378         * docs/gst/tmpl/gstpipeline.sgml:
5379         * docs/gst/tmpl/gstplugin.sgml:
5380         * docs/gst/tmpl/gstpluginfeature.sgml:
5381         * docs/gst/tmpl/gstqueue.sgml:
5382         * docs/gst/tmpl/gstreamer-unused.sgml:
5383         * docs/gst/tmpl/gstregistry.sgml:
5384         * docs/gst/tmpl/gstregistrypool.sgml:
5385         * docs/gst/tmpl/gstscheduler.sgml:
5386         * docs/gst/tmpl/gstsearchfuncs.sgml:
5387         * docs/gst/tmpl/gstshaper.sgml:
5388         * docs/gst/tmpl/gstspider.sgml:
5389         * docs/gst/tmpl/gstspideridentity.sgml:
5390         * docs/gst/tmpl/gststructure.sgml:
5391         * docs/gst/tmpl/gstsystemclock.sgml:
5392         * docs/gst/tmpl/gsttag.sgml:
5393         * docs/gst/tmpl/gsttaginterface.sgml:
5394         * docs/gst/tmpl/gsttee.sgml:
5395         * docs/gst/tmpl/gstthread.sgml:
5396         * docs/gst/tmpl/gsttrace.sgml:
5397         * docs/gst/tmpl/gsttrashstack.sgml:
5398         * docs/gst/tmpl/gsttypefind.sgml:
5399         * docs/gst/tmpl/gsttypes.sgml:
5400         * docs/gst/tmpl/gsturi.sgml:
5401         * docs/gst/tmpl/gsturitype.sgml:
5402         * docs/gst/tmpl/gstutils.sgml:
5403         * docs/gst/tmpl/gstvalue.sgml:
5404         * docs/gst/tmpl/gstversion.sgml:
5405         * docs/gst/tmpl/gstxml.sgml:
5406         * docs/gst/tmpl/gstxmlregistry.sgml:
5407         * docs/gst/tmpl/gthread-cothreads.sgml:
5408         * docs/gst/tmpl/types.sgml:
5409
5410 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5411
5412         * docs/pwg/other-sink.xml:
5413         * docs/pwg/other-source.xml:
5414           Documentation on how to write source and sink elements. Other
5415           stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
5416           manager, autoplugger) are all still pending.
5417
5418 2004-03-25  Benjamin Otte  <otte@gnome.org>
5419
5420         * testsuite/elements/Makefile.am:
5421         * testsuite/elements/gst-compprep-check:
5422           add check to make sure gst-compprep works
5423         * testsuite/elements/gst-inspect-check.in:
5424           improve initialization output
5425         * testsuite/Makefile.am:
5426         * testsuite/gst-inspect-check:
5427           remove old file
5428
5429 2004-03-24  David Schleef  <ds@schleef.org>
5430
5431         * testsuite/elements/Makefile.am:
5432         * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
5433         to the testsuite.
5434
5435 2004-03-24  Benjamin Otte  <otte@gnome.org>
5436
5437         * libs/gst/control/dparam.c: (gst_dparam_attach),
5438         (gst_dparam_detach):
5439         * libs/gst/control/dparammanager.c: (gst_dpman_init):
5440           fix lvalue casts for real
5441
5442 2004-03-24  Benjamin Otte  <otte@gnome.org>
5443
5444         * gst/schedulers/gstbasicscheduler.c:
5445         (gst_basic_scheduler_src_wrapper):
5446         * gst/schedulers/gstoptimalscheduler.c:
5447         (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
5448         (pad_clear_queued), (gst_opt_scheduler_add_element),
5449         (gst_opt_scheduler_remove_element):
5450           fix GStreamer to not have issues with lvalue casts anymore (fixes
5451           #136841)
5452
5453 2004-03-24  Benjamin Otte  <otte@gnome.org>
5454
5455         * gst/gstelement.c:
5456           add documentation about a gobject quirk where the object hasn't the
5457           correct class pointer set on initialization
5458         * gst/schedulers/gstbasicscheduler.c:
5459         (gst_basic_scheduler_src_wrapper):
5460           make sure to not run into an infinite loop
5461
5462 2004-03-22  Benjamin Otte  <otte@gnome.org>
5463
5464         * gst/gstutils.c: (gst_util_dump_mem):
5465         * gst/gstutils.h:
5466           first argument of gst_util_dump_mem should be const
5467
5468 2004-03-22  Johan Dahlin  <johan@gnome.org>
5469
5470         * gst/gstvalue.h: Clean up a little bit.
5471
5472 2004-03-21  Tim-Philipp Müller <t.i.m@zen.co.uk>
5473
5474         reviewed by Benjamin Otte  <otte@gnome.org>
5475
5476         * gst/autoplug/gstspider.c: (gst_spider_dispose):
5477         * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
5478         (gst_aggregator_class_init), (gst_aggregator_init):
5479         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
5480         (gst_filesrc_dispose), (gst_filesrc_set_location):
5481         * gst/elements/gstidentity.c: (gst_identity_finalize),
5482         (gst_identity_class_init), (gst_identity_chain):
5483         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
5484         * gst/elements/gststatistics.c: (gst_statistics_finalize),
5485         (gst_statistics_class_init):
5486         * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
5487         (gst_tee_get_property):
5488           clean up used memory in this elements correctly on teardown (closes
5489           #137279)
5490
5491 2004-03-20  Colin Walters  <walters@redhat.com>
5492
5493         * gst/registries/gstxmlregistry.c:
5494         (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
5495         registry saving atomic.
5496
5497 2004-03-20  Colin Walters  <walters@redhat.com>
5498
5499         * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
5500         Just use
5501         access() instead of actually creating and deleting files.
5502
5503 2004-03-18  David Schleef  <ds@schleef.org>
5504
5505         * configure.ac:  Remove HAVE_ATOMIC_H test, since it's unused.
5506         (bug #137625)
5507
5508 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
5509
5510         * po/sv.po: updated translation (Christian Rose)
5511
5512 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
5513
5514         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
5515         (gst_filesink_get_query_types), (_do_init),
5516         (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
5517           return FALSE silently
5518         * po/af.po: updated translation (Petri Jooste)
5519
5520 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
5521
5522         * Makefile.am:
5523         * configure.ac:
5524           dist common properly
5525         * po/af.po:
5526         * po/fr.po:
5527         * po/nl.po:
5528         * po/sr.po:
5529         * po/sv.po:
5530           refreshing translations
5531
5532 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5533
5534         * po/LINGUAS:
5535         * po/sv.po:
5536         * po/af.po:
5537           adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
5538
5539 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5540
5541         * Makefile.am: use common/release.mak
5542
5543 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5544
5545         * docs/faq/gst-uninstalled:
5546           adding gst-monkeysaudio to the list of possible plugin dirs
5547
5548 2004-03-16  David Schleef  <ds@schleef.org>
5549
5550         * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
5551         (gst_init_check_with_popt_table):  Fix some gettext strings to
5552         make them easier to translate.  Required making the strings
5553         non-const.
5554
5555 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5556
5557         * configure.ac: bump nano to 1
5558
5559 === release 0.8.0 ===
5560
5561 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5562
5563         * configure.ac: release 0.8.0, "Executive Slacks"
5564
5565 2004-03-16  Johan Dahlin  <johan@gnome.org>
5566
5567         * gst/schedulers/gstoptimalscheduler.c
5568         (gst_opt_scheduler_pad_unlink): Remove double ;,
5569         spotted by Scott Wheeler
5570
5571 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5572
5573         * configure.ac: bump libtool version
5574
5575 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5576
5577         * gst/gstcaps.h:
5578         * gst/gststructure.h:
5579           add reserved padding
5580
5581 2004-03-15  Benjamin Otte  <otte@gnome.org>
5582
5583         * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
5584           set the first parameter for select call correctly.
5585           (fixes #137230)
5586
5587 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5588
5589         * *.c,*.h: don't mix tabs and spaces
5590
5591 2004-03-15  Johan Dahlin  <johan@gnome.org>
5592
5593         * gst/schedulers/gstoptimalscheduler.c
5594         (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
5595         crash on MPEG playback. My boolean arithmetic is a bit rusty.
5596
5597         * tools/Makefile.am (EXTRA_DIST): Add gst-indent
5598         
5599 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5600
5601         * testsuite/Rules:
5602           fix gst-register rules
5603
5604 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5605
5606         * testsuite/Rules:
5607           use versioned gst-register
5608
5609 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5610
5611         * docs/libs/gstreamer-libs-sections.txt:
5612           remove </SUBSECTION>
5613         * gst/gstplugin.c:
5614         * gst/gstregistry.c: (gst_registry_add_plugin):
5615         * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
5616         (gst_xml_registry_open_func), (gst_xml_registry_close_func):
5617           add debugging and fix some comment blocks
5618
5619 2004-03-15  Johan Dahlin  <johan@gnome.org>
5620
5621         * *.h: Revert indent changes.
5622         
5623 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5624
5625         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
5626           g_error_free the g_error
5627         * tools/gst-feedback-m.m:
5628           check for other versions of gstreamer
5629         * tools/gst-indent:
5630           use sh, not bash
5631
5632 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5633
5634         * tools/gst-register.c: do not spill paths when registries are not
5635           writable, until we fix the "user running gst-register" case.
5636
5637 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5638
5639         * *.c, *.h: commit of gst-indent run on core
5640
5641 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5642
5643         * tools/gst-indent:
5644         * tools/Makefile.am:
5645           add our indentation style as a script
5646
5647 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5648
5649         * po/sr.po:
5650         * po/LINGUAS:
5651           added Serbian translation
5652
5653 2004-03-13  Benjamin Otte  <otte@gnome.org>
5654
5655         * gst/gstelement.c:
5656           add documentation note about gst_element_found_tags_for_pad not
5657           being usable in getfunctions. (see #137042)
5658
5659 2004-03-12  David Schleef  <ds@schleef.org>
5660
5661         * gst/gstcaps.h: jdahlin, what are you smoking?  We can't just
5662         change API right now!  Readd gst_caps_is_simple() macro.
5663         * gst/gstelement.c: (gst_element_base_class_finalize): Fix
5664         uninitialized variable.  I'd bet this caused crashes.
5665         * gst/gstinfo.c: (gst_debug_print_object):  Fix 64-bit cleanliness.
5666
5667 2004-03-12  Johan Dahlin  <johan@gnome.org>
5668
5669         * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
5670         * gst/gstcaps.h: Clean up
5671
5672         * gst/gst.c (init_post): call gst_caps_get_type() instead of
5673         _gst_caps_initalize()
5674
5675         * gst/gstcaps.c: Style fixes, stay closer to glib and friends
5676         (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
5677
5678         * gst/gststructure.c (gst_structure_get_type): Ditto
5679
5680         * gst/gststructure.h: Ditto
5681         
5682 2004-03-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5683
5684         * gst/gstqueue.c: (gst_queue_init):
5685           Reset default max. values in queues. Reason is simply to avoid
5686           braindead use. If you want wider values, use the properties. The
5687           default is supposed to always work. Wider values would make this
5688           beast a memory hog by default (250 full-PAL RGB32 video frames?
5689           That's 440 MB! No thank you).
5690
5691 2004-03-10  David Schleef  <ds@schleef.org>
5692
5693         * tools/gst-run.c: (main):  Fix crash when no relevant tools
5694         were found.  (bug #136793)
5695
5696 2004-03-10  Johan Dahlin  <johan@gnome.org>
5697
5698         * gst/schedulers/gstoptimalscheduler.c
5699         (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
5700         links to elements within the same group, so we can finally remove
5701         that annoying warning. Refactor the code a little bit
5702         (group_dec_links_for_element): Split out
5703
5704 2004-03-09  David Schleef  <ds@schleef.org>
5705
5706         * docs/manual/dparams-app.xml:  Fix to handle double dparams.
5707         (bug #134863)
5708
5709 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5710
5711         * configure.ac: first bug fix due to major/minor bump
5712
5713 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5714
5715         * configure.ac: bump nano to 1
5716
5717 === release 0.7.6 ===
5718
5719 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5720
5721         * NEWS:
5722         * RELEASE:
5723         * configure.ac:
5724           releasing 0.7.6, "Almost"
5725         * po/fr.po:
5726         * po/nl.po:
5727         * tools/Makefile.am:
5728         * tools/gst-feedback-m.m:
5729           unversioned source
5730
5731 2004-03-09  Johan Dahlin  <johan@gnome.org>
5732
5733         Reviewed by: Thomas Vander Stichele
5734
5735         * gst/gstelement.c (gst_element_class_init): register second
5736         parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
5737         language bindings can (de)marshall correctly.
5738
5739         * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
5740
5741         * gst/gsterror.c (gst_g_error_get_type): New function
5742
5743         * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
5744         with VOID:OBJECT,OBJECT,STRING 
5745
5746 2004-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
5747
5748         * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
5749         Free a leaked g_timer on early returns.
5750
5751 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5752
5753         * docs/pwg/advanced-types.xml:
5754           Add cinepak description.
5755
5756 2004-03-07  David Schleef  <ds@schleef.org>
5757
5758         * docs/random/mimetypes:  Added cinepak description
5759
5760 2004-03-07  Andy Wingo  <wingo@pobox.com>
5761
5762         * gst/gstbin.c (gst_bin_remove): Debugging fixes.
5763
5764         * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
5765         there are no links to other groups when a group is destroyed.
5766         (gst_opt_scheduler_pad_unlink): If the unlink means an element is
5767         removed from a group, make sure the link count to elements linked
5768         to other pads is appropriately decremented. This really fixes
5769         #135672.
5770
5771         The 1.60->1.61 patch has been reapplied in light of this fix.
5772
5773         * gst/gstelement.c (gst_element_dispose): Really protect against
5774         multiple invocations this time.
5775
5776 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5777
5778         * docs/gst/gstreamer-sections.txt:
5779         * docs/gst/tmpl/gsttag.sgml:
5780           remove some deprecated functions, document some existing ones
5781         * gst/gsttag.c: (gst_tag_get_flag):
5782         * gst/gsttag.h:
5783           add accessor function
5784
5785 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5786
5787         * docs/gst/gstreamer-sections.txt:
5788         * docs/gst/tmpl/gsttag.sgml:
5789         * docs/gst/tmpl/gstxml.sgml:
5790         * gst/gsttag.c: (gst_tag_get_flag):
5791         * gst/gsttag.h:
5792
5793 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
5794
5795         * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
5796         leak
5797
5798 2004-03-05  David Schleef  <ds@schleef.org>
5799
5800         * REQUIREMENTS: Add bison and flex.
5801         * configure.ac: Fix comment about bison.
5802         * docs/random/ds/0.9-suggested-changes: yer ma
5803         * tools/gst-inspect.c: (print_element_info):  Fix warning.
5804
5805 2004-03-05  Benjamin Otte  <otte@gnome.org>
5806
5807         * gst/gstelement.c: (gst_element_error_full):
5808           revert recent recursive state changing commit - messing with other
5809           elements' states is evil and should be done by apps only.
5810
5811 2004-03-05  Benjamin Otte  <otte@gnome.org>
5812
5813         * gst/gstelement.c: (gst_element_get_compatible_pad_template):
5814           check for empty intersection instead of NULL caps
5815         (gst_element_get_compatible_pad_filtered):
5816           remove old workaround that is only a bug nowadays
5817
5818 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5819
5820         * gst/gstelement.c: (gst_element_error_full):
5821           make elements try to recursively change state to PAUSED on all
5822           parents after an error to suppress ensuing warnings
5823         * gst/parse/grammar.y:
5824           make it check if it was able to sync the state, and throw an error
5825           if not, so stuff like
5826           oggdemux ! vorbisdec ! osssink gets caught
5827
5828 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5829
5830         * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
5831           it contains lib64; use AS_AC_EXPAND to handle it properly
5832
5833 2004-03-05  David Schleef  <ds@schleef.org>
5834
5835         * gst/gstcpuid_i386.s:  Remove unused code
5836         * libs/gst/getbits/getbits.c: (gst_getbits_init),
5837         (gst_getbits_newbuf): Remove MMX code
5838         * libs/gst/getbits/getbits.h: Remove MMX code
5839
5840 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
5841
5842         * debian/.cvsignore:
5843         * debian/README.Debian:
5844         * debian/changelog:
5845         * debian/control:
5846         * debian/control.in:
5847         * debian/copyright:
5848         * debian/gstreamer-core-libs-dev.files:
5849         * debian/gstreamer-core-libs.files:
5850         * debian/gstreamer-core.files:
5851         * debian/gstreamer-core.postinst:
5852         * debian/gstreamer-core.postrm:
5853         * debian/gstreamer-doc.files:
5854         * debian/gstreamer-doc.links:
5855         * debian/gstreamer-doc.lintian:
5856         * debian/gstreamer-runtime.files:
5857         * debian/gstreamer-runtime.manpages:
5858         * debian/gstreamer-runtime.postinst:
5859         * debian/gstreamer-runtime.postrm:
5860         * debian/gstreamer-tools.files:
5861         * debian/gstreamer-tools.manpages:
5862         * debian/libgstreamer-dev.files:
5863         * debian/libgstreamer0.4.1.files:
5864         * debian/libgstreamerVERSION.files:
5865         * debian/rules:
5866         Debian package info not maintained here.
5867
5868 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5869
5870         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
5871         * gst/gstbin.c: (gst_bin_class_init):
5872         * gst/gstelement.c: (gst_element_class_init):
5873         * gst/gstindex.c: (gst_index_class_init):
5874         * gst/gstobject.c: (gst_object_class_init),
5875         (gst_signal_object_class_init):
5876         * gst/gstpad.c: (gst_pad_template_class_init):
5877         * gst/gstregistry.c: (gst_registry_class_init):
5878         * gst/gsturi.c: (gst_uri_handler_base_init):
5879         * gst/gstxml.c: (gst_xml_class_init):
5880         * libs/gst/control/dparam.c: (gst_dparam_class_init):
5881         * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
5882           make all signal names use dashes instead of underscore
5883
5884 2004-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5885
5886         * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
5887
5888 2004-03-03  Benjamin Otte  <otte@gnome.org>
5889
5890         * gst/schedulers/gstoptimalscheduler.c:
5891           revert last commit by Andy Wingo. It causes segfaults on unreffing
5892           in Rhythmbox. (see bug #135672)
5893
5894 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
5895
5896         * po/fr.po: fix typo
5897
5898 2004-03-02  Christophe Fergeau  <teuf@gnome.org>
5899
5900         * tools/gst-inspect.c: (main): 
5901         * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
5902
5903 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5904
5905         * configure.ac:
5906           get GLIB_ONLY and POPT flags for the nonversioned binaries
5907         * tools/Makefile.am:
5908           use them
5909
5910 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5911
5912         * gst/gst.c: (init_post):
5913           change so that GST_REGISTRY now is where the global registry gets
5914           saved, since that is where plugins now get attached to first, and
5915           spilled over to the user registry.  Note that in the case of using
5916           GST_REGISTRY env var, we don't want to affect any real registries
5917           beyond the one given by this var, and thus we don't set a user
5918           registry to spill to.  So make sure GST_REGISTRY is writable.
5919
5920 2004-03-01  David Schleef  <ds@schleef.org>
5921
5922         * AUTHORS:  Added some names.  Add yourself if you're missing.
5923
5924 2004-03-01  David Schleef  <ds@schleef.org>
5925
5926         * MAINTAINERS: Add
5927
5928 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5929
5930         * configure.ac:
5931           remove whitespace
5932         * docs/gst/tmpl/gstbuffer.sgml:
5933         * docs/gst/tmpl/gstdata.sgml:
5934         * docs/gst/tmpl/gstreamer-unused.sgml:
5935         * docs/gst/tmpl/gstxml.sgml:
5936           doc update
5937         * docs/manuals.mak:
5938           add a FIXME
5939         * docs/pwg/intro-preface.xml:
5940         * docs/pwg/pwg.xml:
5941           remove GNOME
5942         * gst/gst.c: (init_post):
5943           try GST_PLUGIN_PATH paths for the _global_registry first
5944         * gst/gstelement.h:
5945           add the error message as well, otherwise (null) debug info doesn't
5946           make much sense
5947         * tools/gst-register.c: (main):
5948           spill paths to next registry if this registry is not writable
5949         * po/fr.po:
5950         * po/nl.po:
5951           translation updates
5952
5953 2004-03-01  Johan Dahlin  <johan@gnome.org>
5954
5955         * gst/gstbuffer.c (_gst_buffer_initialize): 
5956         * gst/gstdata.c (gst_data_get_type): 
5957         * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
5958         instead of ref, since some applications that uses GBoxed
5959         routines depends on a function that actually returns a copy.
5960
5961 2004-02-27  Benjamin Otte  <otte@gnome.org>
5962
5963         * gst/gstbuffer.h:
5964           remove gst_buffer_free, use gst_data_unref
5965         * gst/gstdata.c: (gst_data_get_type):
5966           use refcounting in GstData GBoxed registration
5967         * gst/gstdata.h:
5968           remove gst_data_free, use gst_data_unref
5969
5970 2004-02-27  Johan Dahlin  <johan@gnome.org>
5971
5972         * gst/gstdata.c (gst_data_get_type): New function, register
5973         GstData as a GBoxed type.
5974
5975         * gst/gstdata.h (GST_TYPE_DATA): New macro
5976
5977 2004-02-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5978
5979         * Makefile.am:
5980         * gstreamer.spec.in:
5981           put back RELEASE
5982         * gst/Makefile.am:
5983           clean up non-disting of built files
5984         * testsuite/debug/commandline.c:
5985           test fix for option rename
5986
5987 2004-02-26  David Schleef  <ds@schleef.org>
5988
5989         * configure.ac:  We don't really need glib-2.3.  Also remove
5990         some unneeded checks for library functions.
5991         * gst/Makefile.am:  Instead, we need to not dist files created
5992         by glib-genmarshal.
5993
5994 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5995
5996         * configure.ac:
5997           bump glib required version to 2.3.0 for g_value_takes_boxed
5998
5999  2004-02-25  Christian Fredrik Kalager Schaller <uraeus@gnome.org>
6000
6001         * common/m4/gst-docs.m4
6002         change flavour text from enable to disable as enable is our default
6003         closes bug Bug 135304
6004
6005 === release 0.7.5 ===
6006  
6007  2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6008  
6009         * NEWS:
6010           instate NEWS file
6011         * Makefile.am:
6012         * gstreamer.spec.in:
6013         * RELEASE:
6014           put back release
6015         * configure.ac:
6016         * docs/random/release:
6017           more updates
6018
6019 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6020
6021         * gst/gsttag.c: (_gst_tag_initialize):
6022         * po/fr.po:
6023         * po/nl.po:
6024           remove hyphen from codec tags
6025
6026 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6027
6028         * gst/parse/Makefile.am:
6029           fix dependency so that a make from a clean build works the first
6030           time
6031
6032 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6033
6034         * docs/random/release:
6035           update release strategy
6036         * po/fr.po:
6037           auto-update po file
6038         * po/nl.po:
6039           update dutch translation
6040
6041 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6042
6043         * docs/manual/debugging.xml:
6044         fix manual for new debugging system
6045
6046 2004-02-25  Andy Wingo  <wingo@pobox.com>
6047
6048         * gst/gstpad.c (gst_pad_link_prepare): Re-add
6049         gst_pad_link_prepare. Please email the list with specific reasons
6050         for reverting.
6051
6052 2004-02-24  Andy Wingo  <wingo@pobox.com>
6053
6054         * gst/gstelement.c (gst_element_dispose): Protect against multiple
6055         invocations.
6056
6057         * gst/schedulers/gstoptimalscheduler.c:
6058         I added a mess of prototypes at the top of the file by way of
6059         documentation. Some of the operations on chains and groups were
6060         re-organized.
6061
6062         (create_group): Added a type argument so if the group is enabled,
6063         the setup_group_scheduler knows what to do.
6064         (group_elements): Added a type argument here, too, to be passed on
6065         to create_group.
6066         (group_element_set_enabled): If an unlinked PLAYING element is
6067         added to a bin, we have to create a new group to hold the element,
6068         and this function will be called before the group is added to the
6069         chain. Thus we have a valid case for group->chain==NULL. Instead
6070         of calling chain_group_set_enabled, just set the flag on the group
6071         (the chain's status will be set when the group is added to it).
6072         (gst_opt_scheduler_state_transition, chain_group_set_enabled):
6073         Setup the group scheduler when the group is enabled, not
6074         specifically when an element goes PAUSED->PLAYING. This means
6075         PLAYING elements can be added, linked, and scheduled into a
6076         PLAYING pipeline, as was intended.
6077         (add_to_group): Don't ref the group twice. I don't know when this
6078         double-ref got in here. Removing it has the potential to cause
6079         segfaults if other parts of the scheduler are buggy. If you find
6080         that the scheduler is segfaulting for you, put in an extra ref
6081         here and see if that hacks over the underlying issue. Of course,
6082         then find out what code is unreffing a group it doesn't own...
6083         (create_group): Make the extra refcount floating, and remove it
6084         after adding the element. This means that...
6085         (unref_group): Destroy when the refcount reaches 0, not 1, like
6086         every other refcounted object in the known universe.
6087         (remove_from_group): When a group becomes empty, set it to be not
6088         active, and remove it from its chain. Don't unref it again,
6089         there's no floating reference any more.
6090         (destroy_group): We have to remove the group from the chain in
6091         remove_from_group (rather than here) to break refcounting cycles
6092         (the chain always has a ref on the group). So assert that
6093         group->chain==NULL.
6094         (ref_group_by_count): Removed, it was commented out anyway.
6095         (merge_chains): Use the remove_from_chain and add_to_chain
6096         primitives to do the reparenting, instead of rolling our own
6097         implementation.
6098         (add_to_chain): The first non-disabled group in the chain's group
6099         list will be the entry point for the chain. Because buffers can
6100         accumulate in loop elements' peer bufpens, we preferentially
6101         schedule loop groups before get groups to avoid unnecessary
6102         execution of get-based groups when the bufpens are already full.
6103         (gst_opt_scheduler_schedule_run_queue): Debug fixes.
6104         (get_group_schedule_function): Ditto.
6105         (loop_group_schedule_function): Ditto.
6106         (gst_opt_scheduler_loop_wrapper): Ditto.
6107         (gst_opt_scheduler_iterate): Ditto.
6108
6109         I understand the opt scheduler now, yippee!
6110
6111         * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
6112         (gst_pad_get_name, gst_pad_set_chain_function) 
6113         (gst_pad_set_get_function, gst_pad_set_event_function) 
6114         (gst_pad_set_event_mask_function, gst_pad_get_event_masks) 
6115         (gst_pad_get_event_masks_default, gst_pad_set_convert_function) 
6116         (gst_pad_set_query_function, gst_pad_get_query_types) 
6117         (gst_pad_get_query_types_default) 
6118         (gst_pad_set_internal_link_function) 
6119         (gst_pad_set_formats_function, gst_pad_set_link_function) 
6120         (gst_pad_set_fixate_function, gst_pad_set_getcaps_function) 
6121         (gst_pad_set_bufferalloc_function, gst_pad_unlink) 
6122         (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent) 
6123         (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps) 
6124         (gst_pad_proxy_pad_link, gst_pad_proxy_fixate) 
6125         (gst_pad_get_pad_template_caps, gst_pad_check_compatibility) 
6126         (gst_pad_get_peer, gst_pad_get_allowed_caps) 
6127         (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull) 
6128         (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps) 
6129         (gst_pad_event_default_dispatch, gst_pad_event_default) 
6130         (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default) 
6131         (gst_pad_convert, gst_pad_query_default, gst_pad_query) 
6132         (gst_pad_get_formats_default, gst_pad_get_formats): Better
6133         argument checks, and some doc fixes.
6134
6135         (gst_pad_custom_new_from_template): Um, does anyone
6136         use these functions? Actually make a custom pad instead of a
6137         normal one.
6138         (gst_pad_try_set_caps): Transpose some checks.
6139         (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
6140         the pad is in negotiation.
6141         (gst_pad_try_relink_filtered): Use pad_link_prepare.
6142         
6143         * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
6144
6145         * gst/gstelement.h: 
6146         * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
6147         on the list.
6148
6149 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6150
6151         * gst/gstbin.c: (gst_bin_add):
6152           add error for not being able to add elements
6153
6154 2004-02-22  Julien MOUTTE <julien@moutte.net>
6155
6156         * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
6157         audio-codec and video-codec.
6158
6159 2004-02-22  Benjamin Otte  <otte@gnome.org>
6160
6161         reported by: Padraig O'Briain <padraig.obriain@sun.com>
6162
6163         * autogen.sh:
6164           replace test -e with test -x for mkinstalldirs to be more portable.
6165           (fixes #134816)
6166
6167 2004-02-22  Benjamin Otte  <otte@gnome.org>
6168
6169         * gst/gstpad.c:
6170           revert last patch from Andy, it makes gst_pad_can_link_filtered much
6171           too noisy
6172         * gst/gsttag.c: (_gst_tag_initialize):
6173         * gst/gsttag.h:
6174           add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
6175         * libs/gst/control/dparam.c: (gst_dparam_attach):
6176         * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
6177           check that types for attached dparams match
6178
6179 2004-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6180
6181         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
6182         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
6183         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
6184           fix errors
6185
6186 2004-02-20  Andy Wingo  <wingo@pobox.com>
6187
6188         * gst/gstbin.c:
6189         * gst/gstbuffer.c:
6190         * gst/gstplugin.c:
6191         * gst/registries/gstxmlregistry.c: 
6192         * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
6193
6194         * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
6195         (gst_element_add_pad): DEBUG->INFO, some fixes.
6196         (gst_element_get_compatible_pad_template): Just see if the
6197         templates' caps intersect, not if one is a strict subset of the
6198         other. This conforms more to what gst_pad_link_intersect() does.
6199         (gst_element_class_add_pad_template): Don't memcpy the pad
6200         template, just ref it.
6201         (gst_element_get_compatible_pad_filtered): Clean up debug messages
6202
6203         * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
6204         (gst_pad_link_filtered): Debug changes.
6205         (gst_pad_link_prepare): New function, consolidated from
6206         can_link_filtered and link_filtered.
6207
6208         * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
6209         look more like that of the functions in gstelement.c
6210
6211         * gst/gstinfo.c (gst_debug_print_object): Put a space before the
6212         object, and return the empty string if object is NULL.
6213
6214         * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
6215         * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
6216         LOG, not DEBUG. We still get flex info on debug.
6217
6218         * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
6219         debug string more verbose.
6220         (plugin_times_older_than): DEBUG->LOG.
6221
6222 2004-02-20  Julien MOUTTE <julien@moutte.net>
6223
6224         * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
6225         will emit found_tag for each stream they demux with the codec.
6226
6227 2004-02-20  Benjamin Otte  <otte@gnome.org>
6228
6229         * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
6230           copy navigation event correctly. Check freeing tag lists. 
6231         * gst/gstthread.c: (gst_thread_change_state):
6232           don't abort() on state changing mess - it might happen because of
6233           bugs.
6234         * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
6235           use boxed functions
6236         * gst/gstvalue.h:
6237           fix GST_VALUE_HOLDS_CAPS
6238
6239 2004-02-19  David Schleef  <ds@schleef.org>
6240
6241         * gst/gstinfo.h:  Copy G_STRFUNC implementation from glib-2.4
6242         and use it for GST_FUNCTION.  (bug #134750)
6243
6244 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6245
6246         * po/fr.po:
6247         * po/nl.po:
6248           updating translations
6249
6250 2004-02-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6251
6252         * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
6253
6254 2004-02-18  kost@imn.htwk-leipzig.de
6255
6256         reviewed by: David Schleef  <ds@schleef.org>
6257
6258         * docs/libs/gstreamer-libs-sections.txt:  Add missing sections
6259         for libgstcontrol.
6260
6261 2004-02-18  David Schleef  <ds@schleef.org>
6262
6263         * libs/gst/control/dparam.c: (gst_dparam_class_init):
6264         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
6265         (gst_dpsmooth_new): Additional fixes to get double dparams working.
6266         * tools/gst-inspect.c: (print_element_info): Support dumping of
6267         double dparam information.
6268
6269 2004-02-17  David Schleef  <ds@schleef.org>
6270
6271         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
6272         Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
6273         * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
6274         Use GST_TYPE_CAPS in signal prototype.
6275         * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
6276         Convert GST_TYPE_CAPS to boxed.
6277         * gst/gstelement.c: (gst_element_class_init):
6278         Use GST_TYPE_TAG_LIST in signal prototype.
6279         * gst/gstindex.c: (gst_index_class_init):
6280         * gst/gstindex.h:
6281         Add GST_TYPE_INDEX_ENTRY type.
6282         * gst/gstmarshal.list:
6283         Add necessary marshal types.
6284         * gst/gstpad.c: (gst_real_pad_class_init),
6285         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
6286         (gst_pad_recover_caps_error):
6287         Use GST_TYPE_CAPS in signal prototypes.  Fix some debugging strings.
6288         * gst/gststructure.c: (_gst_structure_initialize),
6289         (gst_structure_copy), (_gst_structure_copy_conditional):
6290         * gst/gststructure.h:
6291         Convert GST_TYPE_STRUCTURE to boxed.
6292         * gst/gsttag.c: (gst_tag_list_get_type):
6293         * gst/gsttag.h:
6294         Add GST_TYPE_TAG_LIST type.
6295
6296 2004-02-17  Julien MOUTTE  <julien@moutte.net>
6297
6298         * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
6299         to what we agreed with david.
6300         * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
6301
6302 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6303
6304         * po/nl.po: update translation
6305
6306 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6307
6308         * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
6309           throw an error if spider is trying to play a mime type there is
6310           no decoder for
6311         * po/POTFILES.in:
6312           add gst/autoplug/gstspider.c for translation
6313
6314 2004-02-17  Julien MOUTTE  <julien@moutte.net>
6315
6316         * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return 
6317         silently when the pad is negotiating.
6318
6319 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6320
6321         * docs/faq/Makefile.am:
6322           add script to run gstreamer uninstalled 
6323         * docs/faq/faq.xml:
6324         * docs/faq/developing.xml:
6325         * docs/faq/gst-uninstalled:
6326           extract script to run gstreamer uninstalled
6327         * docs/manuals.mak:
6328           add EXTRA_SOURCES variable for Makefile.am's to set to
6329           use additional SOURCE files for the doc build
6330
6331 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6332
6333         * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
6334
6335 2004-02-15  Julien MOUTTE  <julien@moutte.net>
6336
6337         * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
6338         bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
6339         an error was thrown by osssink. Basically a state change failure for
6340         an element in a different scheduling group was considered as
6341         successful, which means that caps nego was going on and weird stuff
6342         happened. Like I wrote in the comment there, if someone wants to
6343         revert that please drop me a mail explaining why because I really see
6344         no point in keeping that broken behaviour there.
6345         * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
6346         be empty, we then return NULL which will trigger a nice error when 
6347         pulling from the pad.
6348
6349 2004-02-13  David Schleef  <ds@schleef.org>
6350
6351         * libs/gst/control/dparam.c: (gst_dparam_class_init),
6352         (gst_dparam_get_property), (gst_dparam_set_property),
6353         (gst_dparam_do_update_default):
6354         * libs/gst/control/dparam.h:
6355         * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
6356         (gst_dpsmooth_new), (gst_dpsmooth_set_property),
6357         (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
6358         (gst_dpsmooth_do_update_double):
6359         * libs/gst/control/dparam_smooth.h:
6360         * libs/gst/control/dparammanager.c:
6361         (gst_dpman_inline_direct_update):
6362         Add support for double dparams.
6363
6364 2004-02-13  David Schleef  <ds@schleef.org>
6365
6366         * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
6367         * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
6368
6369 2004-02-13  Mattias Wadman  <mattias@sudac.org>
6370
6371         reviewed by: David Schleef  <ds@schleef.org>
6372
6373         * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
6374         (gst_fdsrc_init), (gst_fdsrc_set_property),
6375         (gst_fdsrc_get_property), (gst_fdsrc_get):
6376         * gst/elements/gstfdsrc.h:  Adds timeout property to fdsrc,
6377         and sends an EOS event if file descriptor reading times out.
6378
6379 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6380
6381         * configure.ac:
6382           add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
6383
6384 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6385
6386         * configure.ac: pass required libxml version as argument
6387         (bug reported by Christophe Fergeau)
6388
6389 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6390   
6391         * docs/gst/gstreamer-docs.sgml:
6392         * docs/gst/tmpl/gstxml.sgml:
6393         * docs/libs/gstreamer-libs-docs.sgml:
6394           version API docs
6395
6396 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6397
6398         * gst/gstinfo.c:
6399         * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
6400         (gst_registry_pool_feature_filter):
6401         * gst/gstthread.c: (gst_thread_class_init):
6402         * gst/gstvalue.c:
6403           add includes exposed by building without libxml
6404         * gst/indexers/Makefile.am:
6405           do not build fileindex when LOADSAVE disabled; we should have
6406           a better libxml check later since fileindex depends on xml, not
6407           LOADSAVE or REGISTRY
6408         * libs/gst/control/Makefile.am:
6409           link with m
6410         * tools/Makefile.am:
6411           fix wrong source code for gst-xmlinspect
6412
6413 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6414
6415         * configure.ac:
6416           fix gcov help output
6417           move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
6418         * docs/random/release:
6419           some updated releasing notes
6420         * gstreamer.spec.in:
6421           more updates
6422
6423 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6424
6425         * docs/faq/faq.xml:
6426         * docs/manual/manual.xml:
6427         * docs/pwg/pwg.xml:
6428         * docs/pwg/titlepage.xml:
6429           put version in documentation
6430
6431 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6432
6433         * tools/Makefile.am: fix man page installation
6434
6435 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6436
6437         * configure.ac:
6438           don't check for libxml when load/save and registry disabled (#105844)
6439         * gstreamer.spec.in:
6440           sync with fedora candidate spec
6441
6442 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6443
6444         * po/fr.po:
6445         * po/nl.po:
6446           replace multidisksrc with multifilesrc
6447
6448 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6449
6450         * po/POTFILES.in:
6451           update to multidisksrc => multifilesrc file renaming (#134145)
6452
6453 2004-02-11  David Schleef  <ds@schleef.org>
6454
6455         * docs/gst/tmpl/gstcaps.sgml:  Fix stuff that mentions GstProps
6456         * docs/gst/tmpl/gstpadtemplate.sgml: same
6457         * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
6458         * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
6459         fixing dance.
6460         * gst/gstutils.c: Remove disabled code that uses GstProps.
6461         * gst/registries/gstxmlregistry.h: same
6462         * docs/random/ds/0.9-suggested-changes: random notes
6463
6464 2004-02-11  kost@imn.htwk-leipzig.de
6465
6466         reviewed by: David Schleef  <ds@schleef.org>
6467
6468         * gst/gstclock.c: (gst_clock_entry_new): fixes structure
6469         initialisation of clock (bug #134128)
6470
6471 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6472
6473         * configure.ac:
6474         * gst/elements/Makefile.am:
6475         * gst/elements/gstelements.c:
6476         * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
6477         (gst_multifilesrc_class_init), (gst_multifilesrc_init),
6478         (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
6479         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
6480         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
6481         * gst/elements/gstmultifilesrc.h:
6482           rename multidisksrc to multifilesrc (part of #122200)
6483
6484 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6485
6486         * docs/manuals.mak:
6487           fix automake complaints
6488         * gst-element-check.m4:
6489           fix unquotedness
6490
6491 2004-02-11  David Schleef  <ds@schleef.org>
6492
6493         * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
6494         * gst/gstatomic_impl.h: Disable sparc implementation.
6495
6496 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6497
6498         * gst-element-check.m4:
6499           fix underquoted macros as reported by automake 1.8.x (#133800)
6500         * configure.ac:
6501           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
6502           by autopoint (fixes #132996)
6503
6504 2004-02-10  Andy Wingo  <wingo@pobox.com>
6505
6506         * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
6507         way to do inheritance.
6508         (gst_pad_get_event_masks, gst_pad_get_event_masks_default) 
6509         (gst_pad_get_query_types, gst_pad_get_query_types_default):
6510         Routine docs.
6511         (gst_pad_set_link_function, gst_pad_set_fixate_function) 
6512         (gst_pad_set_getcaps_function): Doc from Dave's negotation random
6513         doc.
6514         (gst_pad_unlink, gst_pad_is_linked): Docs.
6515         (gst_pad_renegotiate): A brief description of capsnego.
6516         (gst_pad_try_set_caps): Document.
6517         (gst_pad_try_set_caps_nonfixed): Document.
6518         (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
6519         (gst_pad_set_parent): Deprecated (although not out of the API).
6520         (gst_pad_get_parent): Deprecated, although many plugins use this.
6521         (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
6522         are private and will go away in 0.9.
6523         (gst_pad_perform_negotiate): Doc.
6524         (gst_pad_link_unnegotiate): I think this is meant to be static.
6525         (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps) 
6526         (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility) 
6527         (gst_pad_get_peer): Doc updates.
6528         (gst_pad_caps_change_notify): Doc.
6529         (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get) 
6530         (gst_ghost_pad_new): Doc fixes.
6531
6532         * gst/gstobject.c (gst_object_get_parent, gst_object_unparent) 
6533         (gst_object_check_uniqueness): 
6534
6535         * gst/gstelement.c (gst_element_add_pad) 
6536         (gst_element_add_ghost_pad, gst_element_remove_pad) 
6537         (gst_element_remove_ghost_pad, gst_element_get_pad) 
6538         (gst_element_get_static_pad, gst_element_get_pad_list) 
6539         (gst_element_class_get_pad_template_list) 
6540         (gst_element_class_get_pad_template): Work on the docs.
6541         (gst_element_get_pad_template_list): Uses the class method.
6542         (gst_element_get_compatible_pad_template): Docs, and consolidate
6543         some test conditions. 
6544         (gst_element_get_pad_from_template): New static function.
6545         (gst_element_request_compatible_pad): Docs, and work with
6546         non-request compatible templates. 
6547         (gst_element_get_compatible_pad_filtered): Docs and remove
6548         redundant checks.
6549         (gst_element_get_compatible_pad, gst_element_link_pads_filtered) 
6550         (gst_element_link_filtered, gst_element_link_many) 
6551         (gst_element_link, gst_element_link_pads) 
6552         (gst_element_unlink_many): Docs.
6553
6554 2004-02-05  Andy Wingo  <wingo@pobox.com>
6555
6556         * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
6557         s/pointer/boxed/.
6558
6559         * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
6560
6561         * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
6562         marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
6563         with the type=GST_TYPE_CAPS. This allows language bindings to know
6564         what kind of data they're dealing with.
6565
6566         * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
6567         to NULL when g_value_init is called. GstCaps, which rolls its own
6568         type implementation, now does the same instead of allocating empty
6569         caps.
6570         (_gst_caps_initialize, _gst_caps_collect_value,
6571         _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
6572         table methods. This allows G_VALUE_COLLECT to work.
6573
6574 2004-02-05  Andy Wingo  <wingo@pobox.com>
6575
6576         * configure.ac:
6577         * testsuite/Makefile.am (SUBDIRS): 
6578         * testsuite/ghostpads/Makefile.am: 
6579         * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
6580
6581         * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
6582         These two routines are the only ones that set
6583         GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
6584         pad template. They should be made static, depending on ABI needs.
6585         (gst_real_pad_dispose): Handle the case of ghost pads without a
6586         parent. Assert after dealing with ghost pads that the ghost pad
6587         list is empty.
6588         (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
6589         set after creation.
6590         (gst_ghost_pad_dispose): Set ::real-pad to NULL.
6591         (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
6592         functions. set_property will call add_ghost_pad/remove_ghost_pad
6593         as appropriate.
6594         (gst_ghost_pad_new): All the work is offloaded to g_object_new.
6595
6596         * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
6597         (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
6598         (gst_element_remove_pad): Handle ghost pads as well.
6599         (gst_element_remove_ghost_pad): Deprecated (could be removed,
6600         depending on API-stability needs).
6601
6602 2004-02-05  Andy Wingo  <wingo@pobox.com>
6603
6604         * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
6605         of course they're const
6606
6607 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6608
6609         * tools/Makefile.am:
6610         * tools/gst-feedback:
6611         * tools/gst-feedback-0.7:
6612           make gst-feedback versioned too for consistency
6613
6614 2004-02-11  David Schleef  <ds@schleef.org>
6615
6616         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
6617         (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
6618
6619 2004-02-10  Julien MOUTTE <julien@moutte.net>
6620
6621         * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
6622         the structure does not contain a valid tag list. Adding a safety check
6623         to remove a noisy warning in that case.
6624
6625 2004-02-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6626
6627         * gst/gst.c: fix name to be in line with others
6628
6629 2004-02-09  Julien MOUTTE <julien@moutte.net>
6630
6631         * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
6632         not shout that loud when len is 0. Just return 0 silently.
6633
6634 2004-02-09  Julien MOUTTE  <julien@moutte.net>
6635
6636         * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
6637         because data_unref has one and I prefer the debug to be symetric.
6638         * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
6639         were refed when added to the queue and unrefed only once when the queue
6640         was flushed. Now the flush handler unref the buffers two times : first
6641         unref for the ref added when pushing in the queue's tail and second
6642         unref to destroy the flushed buffer.
6643
6644 2004-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6645
6646         * docs/pwg/building-boiler.xml: fix cvs checkout documentation
6647
6648 2004-02-06  David Schleef  <ds@schleef.org>
6649
6650         * docs/random/ds/0.9-suggested-changes: Random ramblings
6651         * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
6652         to int before printing.
6653         * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
6654         * gst/parse/parse.l: same.  See bug #129600
6655
6656 2004-02-06  David Schleef  <ds@schleef.org>
6657
6658         * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
6659         (gst_index_add_entry), (gst_index_add_associationv),
6660         (gst_index_add_association): Add gst_index_add_associationv()
6661         and clean up gst_index_add_association(). #127133
6662
6663 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6664
6665         * autogen.sh: check out common with right tag if CVS/Tag exists
6666
6667 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6668
6669         * testsuite/ghostpads/ghostpads.c: (main):
6670           fix testsuite from segfaulting
6671
6672 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6673
6674         * Makefile.am: add release target
6675         * configure.ac: bump nano to 1
6676         * docs/random/release:
6677
6678 2004-02-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6679
6680         * gst/gstcaps.h:
6681         * gst/gstelement.c: (gst_element_base_class_init),
6682         (gst_element_class_set_details), (gst_element_clear_pad_caps):
6683         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
6684         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
6685         (gst_real_pad_dispose):
6686         * gst/gststructure.c: (gst_structure_free),
6687         (gst_structure_from_string):
6688           put reverted patch back in
6689         * gst/gstelement.c: (gst_element_remove_pad):
6690           free explicit caps if they're set
6691         * gst/gstpad.c: (_gst_pad_default_fixate_func):
6692           copy the structure when fixating
6693
6694 2004-02-05  David Schleef  <ds@schleef.org>
6695
6696         * gst/gstmarshal.list:
6697         * gst/gstpad.c: (gst_real_pad_class_init),
6698         (_gst_real_pad_fixate_accumulator):
6699         Revert POINTER->BOXED change in signal marshaller.
6700
6701 === release 0.7.4 ===
6702                                                                                 
6703 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6704                                                                                 
6705         * NEWS: GStreamer 0.7.4 "Wooden Eels" released
6706         * configure.ac: changed for release
6707
6708 2004-02-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
6709
6710         * gstreamer.spec.in:
6711           bump required version of gtk-doc
6712
6713 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6714
6715         * gst/gstcaps.h:
6716         * gst/gstelement.c: (gst_element_base_class_init),
6717         (gst_element_class_set_details), (gst_element_clear_pad_caps):
6718         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
6719         (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
6720         (gst_real_pad_dispose):
6721         * gst/gststructure.c: (gst_structure_free),
6722         (gst_structure_from_string):
6723           revert patch that breaks applications, reapply after release
6724           to get this fixed properly
6725
6726 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6727
6728         * gst/gsttag.c: (_gst_tag_initialize):
6729         * gst/gsttag.h:
6730           remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
6731
6732 2004-02-04  David Schleef  <ds@schleef.org>
6733
6734         Fix some memleaks:
6735         * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
6736         (gst_spider_plug_from_srcpad):
6737         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
6738
6739 2004-02-04  David Schleef  <ds@schleef.org>
6740
6741         * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
6742         a GstRealPad before accessing its structure members.
6743
6744 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6745
6746         * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
6747         (gst_clock_get_speed):
6748         * gst/gstclock.h:
6749           reset padding, remove unused fields
6750
6751 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6752
6753         * gst/autoplug/gstspideridentity.c:
6754         (gst_spider_identity_sink_loop_type_finding):
6755           use get_allowed_caps, not get_caps (fixes #132519)
6756         * gst/elements/gsttypefind.c: (stop_typefinding):
6757           use correct order when sending buffers and seeking
6758
6759 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6760
6761         * configure.ac:
6762         * gst/gstelement.h:
6763         * gst/gstpad.h:
6764         * gst/gstqueue.h:
6765           upgrade libtool CURRENT, reset padding
6766
6767 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6768
6769         * configure.ac:
6770           bump to prerelease
6771           put back AM_PROG_LIBTOOL to make libtoolize stop complaining
6772
6773 2004-02-04  David Schleef  <ds@schleef.org>
6774
6775         * docs/random/ds/0.9-suggested-changes: random notes
6776         * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
6777         (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
6778         Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
6779         expansion.
6780         * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
6781         (gst_filesink_get_query_types): same
6782         * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
6783         (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
6784         * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
6785         to use new GST_PTR_FORMAT.
6786         * gst/gstelement.h: deprecate function factory macros
6787         GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
6788         These are our last variadic macros that can't be replaced with
6789         inlines.  Celebrate!  Also fix a typo in an #ifdef that was
6790         attempting to deprecate gst_element_clock_wait().
6791         * gst/gstevent.h: same
6792         * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
6793         (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
6794         * gst/gstpad.h: deprecate function factory macros similar to above.
6795
6796 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6797
6798         * configure.ac:
6799         * tools/Makefile.am:
6800         * tools/gst-run.c: (popt_callback), (hash_print_key),
6801         (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
6802         (get_candidates), (main):
6803           add new source file to generate non-versioned wrapper binaries
6804           for our tools.
6805
6806 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6807
6808         * gst/gstevent.c: (_gst_event_free):
6809           actually break; inside the switch statement
6810         * gst/parse/grammar.y:
6811           fix memleak where GValues weren't unset
6812
6813 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6814
6815         * gst/gststructure.c: (gst_structure_from_string):
6816           fix huge memleak
6817         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
6818         (new_entry), (gst_type_find_element_chain):
6819         * gst/gstelement.c: (gst_element_base_class_init),
6820         (gst_element_class_set_details):
6821         * gst/gstpad.c: (gst_pad_can_link_filtered):
6822           fix smaller memleaks
6823         * gst/gstpad.c: (gst_real_pad_dispose):
6824           check that explicit caps are gone
6825         * gst/gststructure.c: (gst_structure_free):
6826           actually free the structure
6827         * gst/gstelement.c: (gst_element_clear_pad_caps):
6828           unset explicit caps
6829
6830 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6831
6832         * tools/Makefile.am:
6833           use AM_CFLAGS since all the CFLAGS are the same
6834           use AM_LDFAGS
6835
6836 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6837
6838         * docs/manual/gnome.xml:
6839           expand example a little
6840         * gst/gst.c: (gst_init_with_popt_table),
6841         (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
6842           make sure popt option displays are done with right textdomain
6843           use GstPoptOption type
6844         * gst/gst.h:
6845           create GstPoptOption type
6846
6847 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6848
6849         * gst/gsterror.c: (_gst_stream_errors_init):
6850         * gst/gsterror.h:
6851           adding error type for no codec
6852         * po/POTFILES.in:
6853           add gst-inspect
6854         * po/nl.po:
6855           update dutch translation
6856         * tools/gst-inspect.c: (print_element_list), (main):
6857           do proper internationalization
6858         * tools/gst-launch.c: (idle_func):
6859           remove commented out function call
6860
6861 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6862
6863         * docs/README:
6864           add some error fixing notes
6865         * docs/gst/gstreamer-sections.txt:
6866           remove double entries
6867         * docs/gst/tmpl/gstbin.sgml:
6868         * docs/gst/tmpl/gstclock.sgml:
6869           remove override
6870         * docs/gst/tmpl/gstelement.sgml:
6871         * docs/gst/tmpl/gstindex.sgml:
6872         * docs/gst/tmpl/gstobject.sgml:
6873         * docs/gst/tmpl/gstpadtemplate.sgml:
6874         * docs/gst/tmpl/gstreamer-unused.sgml:
6875         * docs/gst/tmpl/gsttag.sgml:
6876         * docs/gst/tmpl/gstthread.sgml:
6877         * docs/gst/tmpl/gstxml.sgml:
6878         * gst/gsttag.h:
6879           sync header prototypes with c decls
6880         * gst/gsttaginterface.c:
6881           fix doc headers
6882
6883 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6884
6885         * gst/parse/Makefile.am:
6886         * gst/gstobject.h:
6887           get rid of gstmarshal.h dependency. It's not needed.
6888         * gst/gst.h:
6889         * gst/elements/gstfakesink.c:
6890         * gst/elements/gstfakesrc.c:
6891         * gst/elements/gstidentity.c:
6892         * gst/gstbin.c:
6893         * gst/gstelement.c:
6894         * gst/gstindex.c:
6895         * gst/gstobject.c:
6896         * gst/gstpad.c:
6897         * gst/gstthread.c:
6898         * gst/gstxml.c:
6899         * libs/gst/control/dparam.c:
6900         * libs/gst/control/dparammanager.c:
6901           include gstmarshal.h.
6902         Fixes #132045
6903
6904 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6905
6906         * gst/elements/gstfilesrc.c: (gst_filesrc_init),
6907         (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
6908         (gst_filesrc_map_region), (gst_filesrc_get_mmap):
6909         * gst/elements/gstfilesrc.h:
6910           don't ref the filesrc when creating mmaped buffers. Don't keep a
6911           list of not-yet-destroyed buffers.
6912         * gst/gstbuffer.h:
6913           Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
6914
6915 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6916
6917         * gst/gst.c: (init_pre):
6918           remove textdomain
6919
6920 2004-02-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6921
6922         * docs/pwg/advanced-events.xml:
6923         * docs/pwg/advanced-scheduling.xml:
6924         * docs/pwg/intro-basics.xml:
6925         * docs/pwg/other-manager.xml:
6926         * docs/pwg/other-nton.xml:
6927         * docs/pwg/other-ntoone.xml:
6928         * docs/pwg/other-oneton.xml:
6929         * docs/pwg/pwg.xml:
6930           All sort of documentation... Forgot what. Point is that I want this
6931           in before I leave. The 'other-*' will be the last section and will
6932           explain issues specific to these type of elements.
6933
6934 2004-02-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6935
6936         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
6937         (gst_filesrc_get_read):
6938           set all the values on buffers that we can
6939
6940 2004-02-02  David Schleef  <ds@schleef.org>
6941
6942         Change usage of isblah() to g_ascii_isblah() to be more locale
6943         independent.  (#133076)
6944         * gst/gsturi.c: (gst_uri_protocol_check_internal):
6945         * gst/gstutils.c:
6946         * gst/parse/parse.l:
6947
6948 2004-02-02  Jon Trowbridge  <trow@gnu.org>
6949
6950         reviewed by: David Schleef  <ds@schleef.org>
6951
6952         Fix memory leaks:
6953         * gst/gstcaps.c: (gst_caps_to_string):
6954         * gst/registries/gstxmlregistry.c:
6955         (gst_xml_registry_add_path_list_func),
6956         (gst_xml_registry_parse_padtemplate):
6957
6958 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
6959
6960         * gst/gstelement.c: (gst_element_default_error):
6961           suffix error messages with period
6962
6963 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6964
6965         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
6966         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6967         * gst/gsterror.c: (gst_error_get_message):
6968           Suffix with dots
6969         * po/fr.po:
6970         * po/nl.po:
6971           Update translation files
6972
6973 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
6974
6975         * gst/autoplug/gstspideridentity.c:
6976         (gst_spider_identity_sink_loop_type_finding):
6977         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
6978         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
6979         (gst_filesink_close_file), (gst_filesink_handle_event),
6980         (gst_filesink_chain):
6981         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
6982         (gst_filesrc_get_read), (gst_filesrc_open_file):
6983         * gst/elements/gstidentity.c: (gst_identity_chain):
6984         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6985         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6986         (gst_pipefilter_chain), (gst_pipefilter_open_file):
6987         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
6988         * gst/gsterror.c: (_gst_core_errors_init),
6989         (_gst_library_errors_init), (_gst_resource_errors_init),
6990         (_gst_stream_errors_init), (gst_error_get_message):
6991         * gst/gstpad.c: (gst_pad_set_explicit_caps),
6992         (gst_pad_recover_caps_error), (gst_pad_pull):
6993         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
6994         * gst/schedulers/gstbasicscheduler.c:
6995         (gst_basic_scheduler_chainhandler_proxy),
6996         (gst_basic_scheduler_gethandler_proxy),
6997         (gst_basic_scheduler_cothreaded_chain):
6998           Suffix error messages with period.
6999           Use (NULL) instead of NULL
7000
7001 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7002
7003         * docs/gst/tmpl/gstelement.sgml:
7004         * docs/gst/tmpl/gstxml.sgml:
7005         * gst/gstelement.c: (gst_element_error_full):
7006           add element path to error
7007
7008 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7009
7010         * docs/random/mimetypes:
7011           update raw int/float info
7012         * gst/gsttag.c: (_gst_tag_initialize):
7013         * gst/gsttag.h:
7014           add GST_TAG_ENCODER
7015
7016 2004-01-30  David Schleef  <ds@schleef.org>
7017
7018         * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
7019           missing (#132991)
7020
7021 2004-01-30  Laurent Vivier <Laurent.Vivier@bull.net>
7022
7023         reviewed by Benjamin Otte 
7024           parts of the patch submitted in bug #113913
7025
7026         * configure.ac:
7027           use AC_C_INLINE. Use = instead of == with test
7028         * examples/plugins/example.c:
7029         * gst/autoplug/gstspideridentity.c:
7030         * gst/elements/gstfdsrc.c:
7031         * gst/elements/gstfilesrc.c:
7032         * gst/elements/gstidentity.c:
7033         * gst/elements/gstmultidisksrc.c:
7034         * gst/elements/gststatistics.c:
7035         * gst/gstelement.c:
7036         * gst/gstobject.c:
7037         * gst/gstpad.c:
7038         * gst/gstpipeline.c:
7039         * gst/gstthread.c:
7040           don't end enums with a comma
7041         * gst/gstindex.c: (gst_index_compare_func):
7042           do explicit casting to gint
7043         * gst/gsttrace.c: (gst_trace_text_flush):
7044           #define strsize as a macro
7045
7046 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7047
7048         * docs/README:
7049         * docs/gst/gstreamer-docs.sgml:
7050         * docs/gst/gstreamer-sections.txt:
7051         * docs/gst/tmpl/gstelement.sgml:
7052         * docs/gst/tmpl/gsterror.sgml:
7053         * docs/gst/tmpl/gstinterface.sgml:
7054         * docs/gst/tmpl/gstreamer-unused.sgml:
7055         * docs/gst/tmpl/gststructure.sgml:
7056         * docs/gst/tmpl/gsttag.sgml:
7057         * docs/gst/tmpl/gsttaginterface.sgml:
7058         * docs/gst/tmpl/gstvalue.sgml:
7059         make sure all API ends up in the built docs
7060         * gst/gstinterface.c:
7061         * gst/gststructure.c: (gst_structure_id_set_value),
7062         (gst_structure_set_value), (gst_structure_id_get_value):
7063         * gst/gststructure.h:
7064         * gst/gstvalue.h:
7065         sync .h with .c declarations
7066
7067 2004-01-30  Julien Moutte  <julien@moutte.net>
7068
7069         * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
7070         Ronald will fix riffread.
7071
7072 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7073
7074         * docs/pwg/advanced-interfaces.xml:
7075           Added tuner interface docs.
7076
7077 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7078
7079         * docs/random/mimetypes:
7080           correct Theora information
7081         * gst/gstelement.h:
7082           make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
7083
7084 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7085
7086         * gst/gstelement.c: (gst_element_error_full):
7087         * gst/gstelement.h:
7088           GST_ELEMENT_ERROR in enum -> _IN_ERROR
7089
7090 2004-01-29  Julien MOUTTE  <julien@moutte.net>
7091
7092         * gst/elements/gstfilesrc.c: (gst_filesrc_get),
7093         (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
7094         again and even before DISCONT.
7095         * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
7096         * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
7097         bytestream so that it's not stopping to fill the bytestream if events
7098         different than EOS or DISCONT are received. Instead it process them so
7099         that they go downstream.
7100
7101 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7102
7103         * docs/gst/tmpl/gstelement.sgml:
7104         * docs/gst/tmpl/gstreamer-unused.sgml:
7105         * docs/gst/tmpl/gstxml.sgml:
7106         * gst/autoplug/gstspideridentity.c:
7107         (gst_spider_identity_sink_loop_type_finding):
7108         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
7109         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
7110         (gst_filesink_close_file), (gst_filesink_handle_event),
7111         (gst_filesink_chain):
7112         * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
7113         (gst_filesrc_get_read), (gst_filesrc_open_file):
7114         * gst/elements/gstidentity.c: (gst_identity_chain):
7115         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
7116         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
7117         (gst_pipefilter_chain), (gst_pipefilter_open_file):
7118         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
7119         * gst/gstelement.h:
7120         * gst/gstpad.c: (gst_pad_set_explicit_caps),
7121         (gst_pad_recover_caps_error), (gst_pad_pull):
7122         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
7123         * gst/schedulers/gstbasicscheduler.c:
7124         (gst_basic_scheduler_chainhandler_proxy),
7125         (gst_basic_scheduler_gethandler_proxy),
7126         (gst_basic_scheduler_cothreaded_chain):
7127           gst_element_error -> GST_ELEMENT_ERROR
7128
7129 2004-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7130
7131         * docs/Makefile.am:
7132         * docs/gst/tmpl/gstelement.sgml:
7133         * docs/gst/tmpl/gstxml.sgml:
7134         * docs/manuals.mak:
7135         * docs/pwg/advanced-request.xml:
7136         * docs/pwg/advanced-scheduling.xml:
7137         * docs/pwg/advanced-tagging.xml:
7138           fix non-validating docbook using CDATA
7139           make sure make check-local gets run first to check if it validates
7140
7141 2004-01-29  Julien MOUTTE <julien@moutte.net>
7142
7143         * docs/pwg/advanced-events.xml: Adding documentation on advanced event
7144         handling (up and downstream).
7145         * docs/pwg/advanced-interfaces.xml: Make it coherent with the
7146         my_filter thing.
7147
7148 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7149
7150         * docs/pwg/advanced-tagging.xml:
7151           Add docs about tag writing.
7152
7153 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7154
7155         * docs/pwg/advanced-tagging.xml:
7156           Add a part about tag reading and application signalling... Tag
7157           writing still needs to be documented.
7158         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
7159           We can set file locations in READY, too.
7160
7161 2004-01-29  Julien MOUTTE <julien@moutte.net>
7162
7163         * docs/random/ds/element-checklist: Adding some notes about src
7164         events.
7165
7166 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7167
7168         * docs/random/mimetypes:
7169           Update docs to point to correct elements for various mimetypes, and
7170           some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
7171           <stephane.loeuillet@tiscali.fr>.
7172
7173 2004-01-28  David Schleef  <ds@schleef.org>
7174
7175         * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
7176
7177 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7178
7179         * docs/random/mimetypes:
7180           update docs for audio/x-raw-float. Add "buffer-frames=0 means
7181           undefined"
7182         * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
7183           make it only work in NULL.
7184         * gst/gstcaps.c:
7185           don't posion NULL caps
7186         * gst/gstelement.c: (gst_element_set_time):
7187           add debugging statement
7188         * gst/gstelement.c: (gst_element_emit_found_tag),
7189         (gst_element_found_tag_func), (gst_element_found_tags):
7190         * gst/gstelement.h:
7191           These functions take const taglists
7192         * gst/gstpad.c: (gst_pad_proxy_getcaps):
7193           fix memleak
7194         * gst/gstpad.c: (gst_pad_event_default):
7195           make more effort on handling discont and clocks, g_warn if everything
7196           fails
7197         * gst/gststructure.c: (gst_structure_remove_fields),
7198         (gst_structure_remove_fields_valist):
7199         * gst/gststructure.h:
7200           add gst_structure_remove_fields(_valist)
7201         * gst/gsttag.c:
7202           fix doc glitch
7203
7204 2004-01-28  David Schleef  <ds@schleef.org>
7205
7206         * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
7207         * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
7208         Fix memory leakage of gst_caps_to_string().
7209
7210         Use GST_PTR_FORMAT instead of gst_caps_to_string():
7211         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
7212         * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
7213         (gst_spider_identity_sink_loop_type_finding):
7214         * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
7215         (find_suggest):
7216         * gst/gstpad.c: (gst_pad_try_relink_filtered),
7217         (gst_pad_set_explicit_caps):
7218         * gst/parse/grammar.y:
7219
7220 2004-01-28  David Schleef  <ds@schleef.org>
7221
7222         * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
7223         GST_PRINTF_EXTENSION_FORMAT_DEFINE.
7224         * docs/random/ds/0.9-suggested-changes: Notes from Company.
7225         * gst/gstcaps.c: (gst_caps_to_string): Add comment.
7226         * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
7227         * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
7228         (gst_debug_log_default), (_gst_info_printf_extension),
7229         (_gst_info_printf_extension_arginfo):  Add printf extension.
7230         * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
7231         * gst/gststructure.c: (gst_structure_to_string),
7232         (_gst_structure_parse_value): Use gst_value_deserialize() and
7233         remove old code.
7234         * gst/gstvalue.c: (gst_value_deserialize_fourcc),
7235         (gst_value_deserialize_boolean), (gst_strtoi),
7236         (gst_value_deserialize_int), (gst_value_deserialize_double),
7237         (gst_value_deserialize_string), (gst_value_deserialize): Implement
7238         a bunch of deserialize functions and gst_value_deserialize.
7239         * gst/gstvalue.h: er, _de_serialize, not unserialize
7240         * testsuite/caps/string-conversions.c: (main): We don't currently
7241         handle (float) in caps, so convert these to (double).
7242         * testsuite/debug/Makefile.am: Add new test for the printf extension
7243         * testsuite/debug/printf_extension.c: (main): same
7244
7245 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7246
7247         * docs/random/company/time:
7248           Add some docs about clocking and time
7249
7250 2004-01-28  Julien MOUTTE <julien@moutte.net>
7251
7252         * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
7253
7254 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7255
7256         * docs/pwg/advanced-clock.xml:
7257         * docs/pwg/advanced-dparams.xml:
7258         * docs/pwg/advanced-events.xml:
7259         * docs/pwg/advanced-interfaces.xml:
7260         * docs/pwg/advanced-midi.xml:
7261         * docs/pwg/advanced-request.xml:
7262         * docs/pwg/advanced-scheduling.xml:
7263         * docs/pwg/advanced-tagging.xml:
7264         * docs/pwg/advanced-types.xml:
7265         * docs/pwg/appendix-checklist.xml:
7266         * docs/pwg/building-boiler.xml:
7267         * docs/pwg/building-chainfn.xml:
7268         * docs/pwg/building-filterfactory.xml:
7269         * docs/pwg/building-pads.xml:
7270         * docs/pwg/building-props.xml:
7271         * docs/pwg/building-signals.xml:
7272         * docs/pwg/building-state.xml:
7273         * docs/pwg/building-testapp.xml:
7274         * docs/pwg/intro-basics.xml:
7275         * docs/pwg/intro-preface.xml:
7276         * docs/pwg/other-autoplugger.xml:
7277         * docs/pwg/other-sink.xml:
7278         * docs/pwg/other-source.xml:
7279         * docs/pwg/titlepage.xml:
7280           fix up id's
7281
7282 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7283
7284         * docs/95NonPath:
7285         * docs/HACKING:
7286         * docs/README:
7287         * docs/building-the-docs-on-debian:
7288           collect relevant bits of doc info
7289
7290 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7291
7292         * docs/pwg/advanced_tagging.xml:
7293           Half-assed commit so Thomas can re-arrange document IDs here to be
7294           consistent, too.
7295
7296 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7297
7298         * docs/manual/autoplugging.xml:
7299         * docs/manual/bins-api.xml:
7300         * docs/manual/bins.xml:
7301         * docs/manual/buffers-api.xml:
7302         * docs/manual/buffers.xml:
7303         * docs/manual/clocks.xml:
7304         * docs/manual/components.xml:
7305         * docs/manual/cothreads.xml:
7306         * docs/manual/debugging.xml:
7307         * docs/manual/dparams-app.xml:
7308         * docs/manual/dynamic.xml:
7309         * docs/manual/elements-api.xml:
7310         * docs/manual/elements.xml:
7311         * docs/manual/factories.xml:
7312         * docs/manual/gnome.xml:
7313         * docs/manual/goals.xml:
7314         * docs/manual/helloworld.xml:
7315         * docs/manual/helloworld2.xml:
7316         * docs/manual/init-api.xml:
7317         * docs/manual/intro.xml:
7318         * docs/manual/links-api.xml:
7319         * docs/manual/links.xml:
7320         * docs/manual/manual.xml:
7321         * docs/manual/motivation.xml:
7322         * docs/manual/pads-api.xml:
7323         * docs/manual/pads.xml:
7324         * docs/manual/plugins-api.xml:
7325         * docs/manual/plugins.xml:
7326         * docs/manual/programs.xml:
7327         * docs/manual/queues.xml:
7328         * docs/manual/quotes.xml:
7329         * docs/manual/schedulers.xml:
7330         * docs/manual/states-api.xml:
7331         * docs/manual/states.xml:
7332         * docs/manual/threads.xml:
7333         * docs/manual/typedetection.xml:
7334         * docs/manual/xml.xml:
7335           use chapter, part, section or misc as id starts for all bits
7336
7337 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7338
7339         * docs/gst/gstreamer-sections.txt:
7340           Fix up TITLE of the sections
7341
7342 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7343
7344         * docs/pwg/advanced_interfaces.xml:
7345           Add documentation on propertyprobing.
7346         * docs/pwg/advanced_events.xml:
7347         * docs/pwg/advanced_tagging.xml:
7348         * docs/pwg/building_boiler.xml:
7349         * docs/pwg/building_filterfactory.xml:
7350         * docs/pwg/pwg.xml:
7351           Move filterfactory and tagging into their own chapter, add a chapter
7352           on events. all these are empty placeholders that will be filled in
7353           some day.
7354
7355 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7356
7357         * docs/pwg/advanced_interfaces.xml:
7358           Docs for mixer interface. Also a check for website uploading.
7359
7360 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7361
7362         * docs/HACKING:
7363         * docs/Makefile.am:
7364         * docs/faq/Makefile.am:
7365         * docs/gst/Makefile.am:
7366         * docs/gst/tmpl/gstelement.sgml:
7367         * docs/gst/tmpl/gstplugin.sgml:
7368         * docs/gst/tmpl/gstreamer-unused.sgml:
7369         * docs/libs/Makefile.am:
7370         * docs/manual/Makefile.am:
7371         * docs/manuals.mak:
7372         * docs/pwg/Makefile.am:
7373         * docs/upload.mak:
7374           Separate out upload target and make it similar for
7375           both docbook and gtk-doc docs
7376
7377 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7378
7379         * docs/manuals.mak:
7380           Fix upload target to work with freedesktop
7381
7382 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7383
7384         * docs/pwg/advanced_types.xml:
7385           Add notes on creating your own types.
7386         * docs/pwg/building_boiler.xml:
7387         * docs/pwg/building_pads.xml:
7388         * docs/pwg/building_state.xml:
7389           Add some stuff about how to retrieve values from structures, how
7390           that relates to types and change layout slightly again to be almost
7391           perfect.
7392
7393 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7394
7395         * docs/pwg/advanced_dparams.xml:
7396         * docs/pwg/advanced_scheduling.xml:
7397           Change index layout slightly.
7398
7399 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7400
7401         * docs/pwg/advanced_clock.xml:
7402         * docs/pwg/advanced_interfaces.xml:
7403         * docs/pwg/advanced_midi.xml:
7404           General placeholders for now.
7405         * docs/pwg/advanced_request.xml:
7406           Explanation about sometimes and request pads.
7407         * docs/pwg/advanced_scheduling.xml:
7408           Concept of bytestream, loopfunctions and schedulers.
7409         * docs/pwg/building_boiler.xml:
7410           Add something about plugin-init.
7411
7412 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7413
7414         * docs/pwg/building_pads.xml:
7415           Fix broken docbook
7416
7417 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7418
7419         * docs/pwg/advanced_interfaces.xml:
7420         * docs/pwg/pwg.xml:
7421           Add as a placeholder for future filling-in.
7422         * docs/pwg/basics_autoplugging.xml:
7423         * docs/pwg/basics_buffers.xml:
7424         * docs/pwg/basics_elements.xml:
7425         * docs/pwg/basics_events.xml:
7426         * docs/pwg/basics_plugins.xml:
7427         * docs/pwg/basics_types.xml:
7428           Remove, because unused (this is all in intro_basics.xml).
7429         * docs/pwg/building_signals.xml:
7430           Short intro to signals + reference to GObject docs - we really
7431           shouldn't go into these sort of things to deply because we don't
7432           use them that extensively anyway.
7433         * docs/pwg/building_state.xml:
7434           Explanation of states. Benjamin, please check.
7435         * docs/pwg/building_testapp.xml:
7436           Put everything in one page - putting only a few lines of content
7437           per page doesn't really make sense.
7438
7439           Time to get into the advanced topics. ;).
7440
7441 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7442
7443         * docs/pwg/advanced_types.xml:
7444           Finish documenting the current state of mimetypes.
7445         * docs/pwg/building_boiler.xml:
7446         * docs/pwg/building_chainfn.xml:
7447         * docs/pwg/building_pads.xml:
7448         * docs/pwg/building_props.xml:
7449         * docs/pwg/building_testapp.xml:
7450           Start documenting the "how to build a simple audio filter" part
7451           of the PWG. Most stuff is ready by now. Stuff remaining: signals,
7452           states and (maybe?) a short introduction to capsnego in the chapter
7453           on pads (building_pads.xml). Capsnego should probably be explained
7454           fully in advanced_capsnego.xml or so.
7455
7456 2004-01-26  David Schleef  <ds@schleef.org>
7457
7458         * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
7459         * gst/gstpad.h: Add new function to allow element to (somewhat)
7460         specify non-fixed caps on a pad.
7461         * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
7462         that I added a few weeks ago.
7463
7464 2004-01-26  David Schleef  <ds@schleef.org>
7465
7466         * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
7467           making try_set_caps() work with non-fixed caps.
7468
7469 2004-01-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7470
7471         * docs/pwg/advanced_types.xml:
7472         * docs/pwg/intro_basics.xml:
7473         * docs/pwg/intro_preface.xml:
7474         * docs/pwg/pwg.xml:
7475         * docs/pwg/titlepage.xml:
7476           First try to resurrect the PWG. I'm halfway integrating the mimetypes
7477           in here (docs/random/mimetypes), and will from there on work on both
7478           updating outdated parts and adding missing parts.
7479           That doesn't mean I'll fix it completely, but I'll try at least. ;).
7480
7481 2004-01-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7482
7483         * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
7484           policy is set
7485
7486 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7487
7488         * gst/gstelement.h:
7489           remove gst_element_factory_get_version. It doesn't exist anymore.
7490         * gst/gstplugin.c:
7491         * gst/gstplugin.h:
7492           remove gst_plugin_set_name and change gst_plugin_get_longname to
7493           gst_plugin_get_description to match code.
7494         * gst/gsterror.h:
7495           remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
7496         * gst/gstpad.c: (gst_pad_try_set_caps):
7497           make it work with nonfixed caps.
7498           Note that even in the nonfixed case the link function of the pad
7499           that tries to set caps isn't called.
7500
7501 2004-01-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7502
7503         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
7504           fix bug where buffer was not assembled correctly
7505         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
7506           silence by default
7507         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
7508           only seek if there's no more buffers that could work without seeking
7509
7510 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7511
7512         * gst/gsttag.c: (_gst_tag_initialize):
7513         * gst/gsttag.h:
7514           Add application tag (for encoding/muxing app).
7515
7516 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7517
7518         * autogen.sh:
7519           make autopoint force, and libtoolize not copy
7520         * common/m4/as-docbook.m4:
7521           added docbook xml catalog setup check
7522         * common/m4/gst-doc.m4:
7523           use docbook check
7524
7525 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7526
7527         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
7528         * gst/gsttag.h:
7529           add GstTagFlag
7530
7531 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7532
7533         * docs/gst/gstreamer-sections.txt:
7534         * docs/gst/tmpl/gst.sgml:
7535         * docs/gst/tmpl/gstbuffer.sgml:
7536         * docs/gst/tmpl/gstclock.sgml:
7537         * docs/gst/tmpl/gstelement.sgml:
7538         * docs/gst/tmpl/gstreamer-unused.sgml:
7539         * docs/gst/tmpl/gstxml.sgml:
7540           sync latest API changes to docs
7541
7542 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7543
7544         * gst/gstpluginfeature.c:
7545           fix doc snippet
7546         * tools/gst-inspect.c: (print_element_list):
7547           fix output of typefind
7548           add GPL header
7549         * tools/gst-launch.c:
7550           add GPL header
7551
7552 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7553
7554         * gst/elements/Makefile.am:
7555         * gst/elements/gstelements.c:
7556         * gst/elements/gsttypefindelement.c:
7557         * gst/elements/gsttypefindelement.h:
7558         * po/POTFILES.in:
7559         * po/fr.po:
7560         * po/nl.po:
7561           renamed gsttypefindelement to gsttypefind, conserving CVS history
7562
7563 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7564
7565         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
7566         * gst/gsttag.h:
7567           add some tags used in ogg as well
7568           fix _ in replaygain tags
7569
7570 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7571
7572         * gst/gsterror.h:
7573           fix wrong GST_LIBRARY_ERROR_ENCODE addition
7574
7575 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7576
7577         * gst/gstelement.c: (gst_element_error_full):
7578         * gst/gstelement.h:
7579           change _extended to _full
7580
7581 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7582
7583         reviewed by: <delete if not using a buddy>
7584
7585         * docs/gst/tmpl/gst.sgml:
7586         * docs/gst/tmpl/gstbuffer.sgml:
7587         * docs/gst/tmpl/gstclock.sgml:
7588         * docs/gst/tmpl/gstelement.sgml:
7589         * docs/gst/tmpl/gstreamer-unused.sgml:
7590         * docs/gst/tmpl/gstxml.sgml:
7591         * gst/gstelement.c: (gst_element_error_full):
7592         * gst/gstelement.h:
7593
7594 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7595
7596         * gst/gstelement.h: fix _gst_element_error_printf prototype
7597
7598 2004-01-20  David Schleef  <ds@schleef.org>
7599
7600         * gst/gststructure.c: (gst_structure_to_string):
7601         Convert function to use gst_value_serialize().
7602         * gst/gstvalue.c: (gst_value_serialize_list),
7603         (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
7604         (gst_value_serialize_double_range), (gst_value_serialize_boolean),
7605         (gst_value_serialize_int), (gst_value_serialize_double),
7606         (gst_string_wrap), (gst_value_serialize_string),
7607         (gst_value_serialize), (gst_value_deserialize):
7608         * gst/gstvalue.h:
7609         Add implementations for serialize.
7610
7611 2004-01-20  Julien MOUTTE  <julien@moutte.net>
7612
7613         * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
7614         we want to keep that one in the future or change xvidenc.c to use 
7615         another error.
7616
7617 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7618
7619         * gst/gstelement.c: (_gst_element_error_printf):
7620         * gst/gstelement.h:
7621           privatise function
7622
7623 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7624
7625         * docs/random/error:
7626           doc explaining error system
7627         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
7628           cleanup
7629
7630 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7631
7632         * gst/gst-i18n-app.h:
7633         * gst/gst-i18n-lib.h:
7634           remove inclusion of config.h
7635         * po/POTFILES.in:
7636         * po/nl.po:
7637           add gst/gstelement.c
7638
7639 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7640
7641         * po/nl.po: updated Dutch translation
7642
7643 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7644
7645         * gst/gsterror.c: (_gst_core_errors_init),
7646         (_gst_library_errors_init), (_gst_resource_errors_init),
7647         (_gst_stream_errors_init):
7648         remove ending punctuation dots
7649
7650 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7651
7652         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
7653         * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
7654         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
7655         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
7656         (gst_pipefilter_chain), (gst_pipefilter_open_file):
7657         use GST_ERROR_SYSTEM
7658
7659 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7660
7661         * gst/gstelement.c: (gst_element_error_printf),
7662         (gst_element_error_extended):
7663         * gst/gstelement.h:
7664           add a helper printf function so we can have NULL values passed.
7665
7666 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7667
7668         * gst/gstelement.h:
7669           add G_STMT macros to gst_element_error, which isn't strictly
7670           necessary but people tell me to anyway.
7671
7672 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7673
7674         * gst/Makefile.am:
7675         * gst/autoplug/gstspideridentity.c:
7676         (gst_spider_identity_sink_loop_type_finding):
7677         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
7678         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
7679         (gst_filesink_close_file), (gst_filesink_handle_event),
7680         (gst_filesink_chain):
7681         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
7682         (gst_filesrc_map_region), (gst_filesrc_get_read),
7683         (gst_filesrc_open_file):
7684         * gst/elements/gstidentity.c: (gst_identity_chain):
7685         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
7686         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
7687         (gst_pipefilter_chain), (gst_pipefilter_open_file):
7688         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
7689         * gst/gst.h:
7690         * gst/gst_private.h:
7691         * gst/gstelement.c: (gst_element_class_init),
7692         (gst_element_default_error), (gst_element_error_func),
7693         (gst_element_error_extended):
7694         * gst/gstelement.h:
7695         * gst/gsterror.c: (_gst_core_errors_init),
7696         (_gst_library_errors_init), (_gst_resource_errors_init),
7697         (_gst_stream_errors_init), (gst_error_get_message):
7698         * gst/gsterror.h:
7699         * gst/gstinfo.c: (_gst_debug_init):
7700         * gst/gstmarshal.list:
7701         * gst/gstpad.c: (gst_pad_set_explicit_caps),
7702         (gst_pad_recover_caps_error), (gst_pad_pull):
7703         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
7704         * gst/schedulers/gstbasicscheduler.c:
7705         (gst_basic_scheduler_chainhandler_proxy),
7706         (gst_basic_scheduler_gethandler_proxy),
7707         (gst_basic_scheduler_cothreaded_chain):
7708         * po/POTFILES.in:
7709         * po/fr.po:
7710         * po/nl.po:
7711           change error signal
7712           add error categories
7713
7714 2004-01-18  Jeremy Simon  <jesimon@libertysurf.fr>
7715
7716         * gst/gsttag.c: (_gst_tag_initialize):
7717         * gst/gsttag.h:
7718         Add replaygain tag
7719
7720 2004-01-18  Colin Walters  <walters@verbum.org>
7721
7722         * examples/retag/retag.c: Call gst_init before processing
7723         program args.  Add g_assert to _link_many call.
7724
7725 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7726
7727         * gst/gstpad.c: (gst_pad_alloc_buffer):
7728           Return a newly allocated buffer when the pad has no peer.
7729
7730 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7731
7732         * gst/gstclock.c: (gst_clock_get_time):
7733           make it compile with gcc 2.95 again.
7734           Patch by Scott Wheeler
7735
7736 2004-01-15  David Schleef  <ds@schleef.org>
7737
7738         * gst/gstcaps.h:
7739         Added gst_caps_is_simple() macro.
7740         * testsuite/caps/caps.c: (test1):
7741         * testsuite/caps/intersect2.c: (main):
7742         * testsuite/caps/intersection.c: (main):
7743         Fixes to make 'make check' work again after removing
7744         gst_caps_is_chained().
7745
7746 2004-01-15  Leif Johnson <leif@ambient.2y.net>
7747
7748         * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
7749         and additions to the MIDI document.
7750
7751 2004-01-15  David Schleef  <ds@schleef.org>
7752
7753         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
7754         (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
7755         of GST_RPAD_, since we don't know if it's a real or ghost pad.
7756
7757 2004-01-15  David Schleef  <ds@schleef.org>
7758
7759         * gst/gstqueue.c:
7760         * gst/gstqueue.h:
7761         Fix the spelling of "treshold" and make min_threshold actually
7762         affect the queue.
7763
7764 2004-01-15  David Schleef  <ds@schleef.org>
7765
7766         * gst/gstcaps.c:
7767         Add lots of documentation.
7768         * gst/gstcaps.h:
7769         Deprecate a few functions.
7770         * gst/gstpad.c:
7771         Removed use of deprecated functions.
7772
7773 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7774
7775         * gst/gstpad.c: (gst_pad_is_linked):
7776         * gst/gstpad.h:
7777           implement gst_pad_is_linked
7778         * gst/gstelement.h:
7779           reserve space for initiate_state_change
7780
7781 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7782
7783         * gst/autoplug/gstspideridentity.c:
7784         (gst_spider_identity_sink_loop_type_finding):
7785           break infinite loop by just returning instead of looping
7786         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
7787           set event time difference correctly. Set it to 1 second instead
7788           of 100ms to be more tolerant
7789         * gst/gstelement.c: (gst_element_set_time):
7790           add debugging output
7791
7792 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7793
7794         * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
7795           query if buffers are inside the pool, ignore events
7796
7797 2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7798
7799         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
7800         (gst_clock_set_speed), (gst_clock_set_active),
7801         (gst_clock_is_active), (gst_clock_reset),
7802         (gst_clock_handle_discont):
7803         * gst/gstclock.h:
7804           deprecate old interface and disable functions that aren't in use
7805           anymore.
7806         * gst/gstelement.h:
7807         * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
7808         (gst_element_set_time), (gst_element_adjust_time):
7809           add concept of "element time" and functions to get/set this time.
7810         * gst/gstelement.c: (gst_element_change_state):
7811           update element time correctly.
7812         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
7813           This is a debug message, not a g_critical.
7814         * gst/gstpad.c: (gst_pad_event_default):
7815           handle discontinuous events right with element time.
7816         * gst/gstscheduler.c: (gst_scheduler_state_transition):
7817           update to clocking fixes.
7818           set clocks on elements in READY=>PAUSED. The old behaviour caused
7819           a wrong element time on the first element that started playing.
7820         * gst/schedulers/gstbasicscheduler.c:
7821         (gst_basic_scheduler_class_init):
7822         * gst/schedulers/gstoptimalscheduler.c:
7823         (gst_opt_scheduler_class_init):
7824           remove code that just implements the default behaviour.
7825         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
7826           update to use new clocking functions
7827         * testsuite/clock/clock1.c: (gst_clock_debug), (main):
7828         * testsuite/clock/clock2.c: (gst_clock_debug), (main):
7829           update to test new element time.
7830         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
7831           use _get_allowed_caps instead of _get_caps. This catches filtered
7832           caps correctly.
7833         * testsuite/debug/commandline.c:
7834           update for new GST_DEBUG syntax.
7835         * testsuite/threads/Makefile.am:
7836           disable a test that only works sometimes.
7837
7838 2004-01-13  Julien MOUTTE <julien@moutte.net>
7839
7840         * po/LINGUAS: Adding fr.
7841         * po/fr.po: Adding french translation.
7842
7843 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7844
7845         * gst/parse/grammar.y:
7846         * po/POTFILES.in:
7847         * po/nl.po:
7848         * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
7849           translate parsing error messages
7850
7851 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7852
7853         * po/POTFILES.in: adding gst-launch
7854         * po/nl.po: updated translation, all 99 strings translated
7855         * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
7856         (found_tag), (sigint_handler_sighandler), (play_handler), (main):
7857           fix strings for translation
7858
7859 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7860
7861         * gst/gst.c:
7862           - capitalize beginnings of popt options
7863           - fix strings for translation
7864           - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
7865
7866 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7867
7868         * po/README: add some notes on how to update translations
7869
7870 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7871
7872         * ABOUT-NLS: removed, is autogenerated from autopoint
7873         * autogen.sh: add autopoint stuff
7874         * configure.ac: fix up gettext stuff
7875         * gst/Makefile.am: add i18n headers to noinst_HEADERS
7876         * gst/elements/gsttypefindelement.c: add header include
7877         * gst/gettext.h: add header, copy from system-installed header
7878         * gst/gst-i18n-app.h: to be included by each app having translations
7879         * gst/gst-i18n-lib.h: to be included by each lib having translations
7880         * gst/gst.c: (init_pre): fix up gettext calls
7881         * gst/gst_private.h: remove i18n stuff, moving to separate headers
7882         * po/LINGUAS: the new way to specify translations present
7883         * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
7884         * po/Makevars: the variables filled in for GStreamer
7885         * po/POTFILES.in: added new files with translations
7886         * po/de.po: has new strings
7887         * po/nl.po: readded, has new strings
7888
7889 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7890
7891         * gst/gsttag.c: fix some strings marked for translation
7892
7893 2004-01-13  Iain <iain@prettypeople.org>
7894
7895         * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
7896         group when we add an element to it, cos we unref it when we remove one
7897
7898 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
7899
7900         * testsuite/debug/commandline.c: (debug_not_reached):
7901         * testsuite/debug/output.c: (check_message):
7902           fix testsuite
7903
7904 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7905
7906         * examples/cutter/.cvsignore:
7907         * examples/helloworld/.cvsignore:
7908         * examples/launch/.cvsignore:
7909         * examples/manual/.cvsignore:
7910         * examples/mixer/.cvsignore:
7911         * examples/pingpong/.cvsignore:
7912         * examples/plugins/.cvsignore:
7913         * examples/queue/.cvsignore:
7914         * examples/queue2/.cvsignore:
7915         * examples/queue3/.cvsignore:
7916         * examples/queue4/.cvsignore:
7917         * examples/retag/.cvsignore:
7918         * examples/thread/.cvsignore:
7919         * examples/typefind/.cvsignore:
7920         * examples/xml/.cvsignore:
7921         * gst/.cvsignore:
7922         * gst/autoplug/.cvsignore:
7923         * gst/elements/.cvsignore:
7924         * gst/indexers/.cvsignore:
7925         * gst/parse/.cvsignore:
7926         * gst/registries/.cvsignore:
7927         * gst/schedulers/.cvsignore:
7928         * libs/gst/bytestream/.cvsignore:
7929         * libs/gst/control/.cvsignore:
7930         * libs/gst/getbits/.cvsignore:
7931         * tests/.cvsignore:
7932         * tests/bufspeed/.cvsignore:
7933         * tests/instantiate/.cvsignore:
7934         * tests/memchunk/.cvsignore:
7935         * tests/muxing/.cvsignore:
7936         * tests/sched/.cvsignore:
7937         * tests/seeking/.cvsignore:
7938         * tests/threadstate/.cvsignore:
7939         * testsuite/.cvsignore:
7940         * testsuite/caps/.cvsignore:
7941         * testsuite/cleanup/.cvsignore:
7942         * testsuite/dynparams/.cvsignore:
7943         * testsuite/plugin/.cvsignore:
7944         * tools/.cvsignore:
7945           update - this is huge, because it includes *.bb, *.bbg and *.da files
7946           which are generated for gcov.
7947
7948 2004-01-11  David Schleef  <ds@schleef.org>
7949
7950         * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
7951         a function to parse integers in ways that strto[u]l() does not.
7952
7953 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7954
7955         * tools/gst-inspect.c: (print_caps):
7956           improve output of caps a bit
7957
7958 2004-01-11  David Schleef  <ds@schleef.org>
7959
7960         * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
7961         inherit correct flags (READONLY and DONTKEEP).
7962
7963 2004-01-11  David Schleef  <ds@schleef.org>
7964
7965         * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
7966         (gst_filesrc_map_region):
7967         * gst/gstbuffer.c: (_gst_buffer_initialize),
7968         (_gst_buffer_sub_free), (gst_buffer_default_copy),
7969         (gst_buffer_new), (gst_buffer_create_sub),
7970         (gst_buffer_is_span_fast), (gst_buffer_span):
7971         * gst/gstbuffer.h:
7972         Change GstBuffer private structure element names. (all files)
7973         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
7974         (gst_queue_link):
7975         * gst/gstqueue.h:
7976         Implement getcaps/pad_link functions that handle the case where
7977         there are data in the queue.
7978
7979 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7980
7981         * gst/elements/gstbufferstore.c:
7982           initialize debugging structure correctly
7983         * gst/elements/gsttee.c: (gst_tee_set_property):
7984           g_object_notify when property was changed
7985         * gst/elements/gsttypefindelement.c:
7986         (gst_type_find_element_change_state):
7987           clear caps correctly
7988
7989 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7990
7991         * gst/gstqueue.c: (gst_queue_init):
7992           Use better defaults for when a queue should block. This
7993           gets rid of jerky playback for quite a few files.
7994           It takes more memory.
7995
7996 2004-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7997
7998         (gst_xml_registry_parse_padtemplate):
7999           make critical message slightly more useful
8000
8001 2004-01-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8002
8003         * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
8004         (gst_debug_message_get), (gst_debug_log_default):
8005         * gst/gstinfo.h:
8006           Change gst_debug_log(_valist) to take a const format string.
8007           Change prototype of log function and functions using those to 
8008           take a GstDebugMessage instead of a string that requires using
8009           gst_debug_message_get.
8010
8011 2004-01-08  David Schleef  <ds@schleef.org>
8012
8013         * Makefile.am:
8014         * configure.ac:
8015         Add option --enable-gcov to build GStreamer with -fprofile-arcs
8016         and -ftest-coverage, which allows gcov to show information about
8017         testsuite coverage.
8018
8019 2004-01-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8020
8021         * gst/gstutils.h:
8022           Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
8023           GST_PARENT_CALL_WITH_DEFAULT
8024         * gst/elements/gstaggregator.c: 
8025         * gst/elements/gstbufferstore.c: 
8026         * gst/elements/gstfakesink.c: 
8027         * gst/elements/gstfakesrc.c: 
8028         * gst/elements/gstfdsink.c: 
8029         * gst/elements/gstfdsrc.c: 
8030         * gst/elements/gstfilesink.c: 
8031         * gst/elements/gstfilesrc.c: 
8032         * gst/elements/gstidentity.c: 
8033         * gst/elements/gstmd5sink.c: 
8034         * gst/elements/gstmultidisksrc.c:
8035         * gst/elements/gstpipefilter.c: 
8036         * gst/elements/gstshaper.c:
8037         * gst/elements/gststatistics.c:
8038         * gst/elements/gsttee.c:
8039         * gst/elements/gsttypefindelement.c:
8040           use them.
8041
8042 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8043
8044         * docs/gst/gstreamer-docs.sgml: remove props
8045         * docs/gst/gstreamer-sections.txt: remove props
8046         * docs/gst/tmpl/gst.sgml:
8047         * docs/gst/tmpl/gstbin.sgml:
8048         * docs/gst/tmpl/gstbuffer.sgml:
8049         * docs/gst/tmpl/gstcaps.sgml:
8050         * docs/gst/tmpl/gstclock.sgml:
8051         * docs/gst/tmpl/gstelement.sgml:
8052         * docs/gst/tmpl/gstindex.sgml:
8053         * docs/gst/tmpl/gstobject.sgml:
8054         * docs/gst/tmpl/gstpad.sgml:
8055         * docs/gst/tmpl/gstpadtemplate.sgml:
8056         * docs/gst/tmpl/gstreamer-unused.sgml:
8057         * docs/gst/tmpl/gstthread.sgml:
8058         * docs/gst/tmpl/gstxml.sgml:
8059           sync with code reorganization
8060
8061 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
8062
8063         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
8064         Make the 'Could not find compatible pad' message more informative.
8065
8066 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8067                                                                                 
8068         * gst/elements/gstfilesink.c: (gst_filesink_set_location):
8069           Fix for if we pass NULL as property to location.
8070         * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
8071         (gst_pipefilter_handle_event), (gst_pipefilter_chain):
8072           Fix for instantiate-test (see below).
8073         * gst/gststructure.c: (_gst_structure_parse_value):
8074           Fix compile error on gcc-2.96.
8075         * configure.ac:
8076         * tests/Makefile.am:
8077         * tests/instantiate/Makefile.am:
8078         * tests/instantiate/create.c: (create_all_elements), (main):
8079           Add a test that instantiates all elements. This makes it easy to
8080           track dead code for old API/design (like setting event functions
8081           on sink pads and so on).
8082
8083 2004-01-06  Jan Schmidt  <thaytan@mad.scientist.com>
8084
8085         * gst/gstcaps.c: (gst_caps_append_structure):
8086           Move the poisoning to allow a NULL structure
8087         * gst/gstevent.c: (_gst_event_free):
8088           When freeing a navigation event, free the structure
8089           also
8090
8091 2004-01-04  David Schleef  <ds@schleef.org>
8092
8093         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
8094         Remove usage of gst_pad_proxy_fixate.
8095         * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
8096         (gst_caps_split_one), (gst_caps_replace):
8097         Add poisoning code.
8098         * gst/gstmarshal.list:
8099         Add pointer__pointer for fixate signal
8100         * gst/gstpad.c: (gst_real_pad_class_init),
8101         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
8102         (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
8103         (gst_pad_set_explicit_caps), (gst_pad_template_new):
8104         Add poisoning code. Add fixate signal on RealPad. Change
8105         set_explicit_caps() to take const GstCaps, like try_set_caps().
8106         * gst/gstpad.h:
8107         * testsuite/caps/Makefile.am:
8108         * testsuite/caps/app_fixate.c: Add a test for the fixate signal
8109
8110 2004-01-03  David Schleef  <ds@schleef.org>
8111
8112         * gst/elements/gsttypefindelement.c:
8113         (gst_type_find_element_have_type), (gst_type_find_element_init):
8114         Use gst_pad_use_explicit_caps for src pad.
8115         * gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
8116         before using it.
8117
8118 2004-01-03  David Schleef  <ds@schleef.org>
8119
8120         * gst/gstelement.c: (gst_element_link_pads_filtered),
8121         (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
8122         that linking was successful.
8123         * gst/gstpad.c: (gst_pad_link_free),
8124         (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
8125         (gst_pad_link_try), (gst_pad_link_unnegotiate),
8126         (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
8127         GstPadLinkReturn correctly between functions, and don't fail
8128         when DELAYED is used (DELAYED is very important).  Better
8129         cleanup on unlinking and unnegotiation.  Should fix some spider
8130         bugs.
8131
8132 2004-01-02  David Schleef  <ds@schleef.org>
8133
8134         * gst/gstelement.c: (gst_element_class_init),
8135         (gst_element_base_class_init): ->padtemplates should be cleared
8136         in base_init, since we need to have a fresh list for every
8137         class.  (Alternately, we chould copy the list and share the
8138         actual pad templates (not the list), but that would require
8139         changing every plugin to move pad template registration from
8140         base_init to class_init.)
8141
8142 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8143
8144         * gst/gstelement.c: (gst_element_class_add_pad_template):
8145           Refuse registering a pad template if another pad template
8146           with the same name already exists (#114715).
8147
8148 2004-01-02  David Schleef  <ds@schleef.org>
8149
8150         * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
8151         (gst_caps_is_equal_fixed): Add new function.
8152         * gst/gstcaps.h: ditto.
8153         * gst/gstpad.c: (gst_real_pad_class_init),
8154         (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
8155         (gst_pad_set_explicit_caps), (gst_pad_get_caps):  In try_set_caps,
8156         check new caps against existing caps -- if they're the same, return
8157         OK without renegotiating.  caps-nego-failed signal fixed so that
8158         the marshaller isn't VOID__OBJECT.  Also changed to G_TYPE_POINTER
8159         to save an extra caps copy.  Don't complete negotiation if a pad
8160         link function returns DELAYED.
8161
8162 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8163
8164         * gst/gstpad.c: (gst_pad_try_relink_filtered):
8165           Fix wrong g_return_if_fail
8166
8167 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
8168
8169         * gst/gstbin.c: (gst_bin_class_init):
8170         Change the marshalling of element_added/element_removed
8171         to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER 
8172         complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
8173
8174 2004-01-01  David Schleef  <ds@schleef.org>
8175
8176         * gst/gstpad.c: (gst_pad_set_explicit_caps),
8177         (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
8178         (gst_pad_use_explicit_caps):
8179         * gst/gstpad.h:
8180         Add new functions.  gst_pad_use_explicit_caps() sets up a pad
8181         to use an internal getcaps and link fuction so that negotiation
8182         always results in the explicitly set caps.
8183         gst_pad_set_explicit_caps() sets the explicit caps.  These functions
8184         are particularly useful for decoders.
8185
8186 2003-12-31  David Schleef  <ds@schleef.org>
8187
8188         * gst/elements/gstidentity.c: (gst_identity_class_init),
8189         (gst_identity_init), (gst_identity_chain),
8190         (gst_identity_set_property), (gst_identity_get_property):
8191         * gst/elements/gstidentity.h:
8192         * gst/gstqueue.c: (gst_queue_init):
8193           Negotiation fixes.
8194
8195 2003-12-31  David Schleef  <ds@schleef.org>
8196
8197         * gst/gstcaps.c: (gst_caps_intersect),
8198         (_gst_caps_normalize_foreach), (gst_caps_normalize):
8199           Implement gst_caps_normalize().
8200         * testsuite/caps/normalisation.c: (main):
8201           Add an additional test
8202
8203 2003-12-31  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8204
8205         * gst/gstqueue.c: (gst_queue_init):
8206           use gst_pad_proxy_getcaps()
8207
8208 2003-12-31  David Schleef  <ds@schleef.org>
8209
8210         * gst/elements/gstshaper.c: (gst_shaper_link):
8211         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
8212         * gst/gstqueue.c: (gst_queue_link):
8213           Negotiation fixes.
8214
8215 2003-12-31  David Schleef  <ds@schleef.org>
8216
8217         * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
8218         * gst/gstpad.h: Add functions that are useful as default pad
8219         link and fixate functions for elements.
8220
8221 2003-12-30  David Schleef  <ds@schleef.org>
8222
8223         * gst/gstpad.c: (gst_pad_link_try):
8224           Fix segfault when attempting to return to old caps
8225
8226 2003-12-29  David Schleef  <ds@schleef.org>
8227
8228         * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
8229         (gst_caps_structure_simplify), (gst_caps_simplify):
8230         * gst/gstcaps.h:
8231           Add simplify function
8232         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
8233         (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
8234         * gst/gstpad.h:
8235           Copy over srcnotify, sinknotify when calling old pad_link
8236           functions.  Add new is_negotiated() function.
8237         * gst/gststructure.c: (gst_structure_copy):
8238           Fix an incredibly stupid bug that should have been noticed
8239           weeks ago.  _copy() returned the argument, not the new copy.
8240
8241 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8242
8243         * gst/gstcaps.c: (gst_caps_append):
8244           add sanity checks
8245         * gst/gstcaps.h: (gst_caps_debug):
8246           remove, it doesn't exist anymore.
8247         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
8248         (gst_element_threadsafe_properties_post_run):
8249           make debugging messages not clutter up THREAD debug category
8250         (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
8251         (gst_element_change_state):
8252           update to new caps API
8253         * gst/gstinterface.c: (gst_implements_interface_cast):
8254           don't put vital code in g_return_if_fail
8255         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps), 
8256         (gst_pad_link_filtered):
8257           add pst_pad_try_link and use it.
8258         (gst_pad_perform_negotiate), (gst_pad_renegotiate):
8259           implement correctly, deprecate first one.
8260         (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
8261           add and implement.
8262         (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
8263           implement.
8264         (gst_pad_get_negotiated_caps):
8265           add and implement. Make GST_PAD_CAPS call this function.
8266         (gst_pad_get_caps):
8267           remove unneeded check..
8268         (gst_pad_recover_caps_error):
8269           disable, always return FALSE.
8270         (gst_real_pad_dispose):
8271           don't free caps and appfilter anymore, they're unused.
8272         * gst/gstpad.h:
8273           Reflect changes mentioned above.
8274         * gst/gstsystemclock.c: (gst_system_clock_wait):
8275           Make 'clock is way behind' a debugging message.
8276         * gst/gstthread.c: (gst_thread_change_state):
8277           Fix debugging message
8278
8279 2003-12-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8280
8281         * gst/gstinfo.h:
8282           fix GST_DEBUG_CATEGORY_INIT gtk-doc description
8283         * docs/gst/tmpl/gstreamer-unused.sgml:
8284           removed all traces of cvs conflicts
8285
8286 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8287
8288         * configure.ac:
8289         * gst/schedulers/cothreads_compat.h:
8290         * libs/Makefile.am:
8291           remove last instances of wingo cothread usage
8292
8293 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8294
8295         * gst/gstplugin.c:
8296         * gst/gstversion.h.in:
8297         * gst/parse/grammar.y:
8298           change comment block from /** to /* when not gtk-doc comments
8299
8300 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8301
8302         * gst/gst.c: whitespace and doc style fixes
8303
8304 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8305
8306         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
8307
8308 2003-12-24  Colin Walters  <walters@verbum.org>
8309
8310         * gst/elements/gsttypefindelement.c:
8311           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
8312           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
8313           Don't double-free caps.
8314
8315 2003-12-23  David Schleef  <ds@schleef.org>
8316
8317         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
8318           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
8319           Many little fixes and additions of debug statements to
8320           get rhythmbox working.
8321
8322 2003-12-23  Colin Walters  <walters@verbum.org>
8323
8324         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
8325         Use GST_PAD_LINK_SUCCESSFUL.
8326
8327 2003-12-23  David Schleef  <ds@schleef.org>
8328
8329         * gst/elements/gstaggregator.c:
8330         * gst/elements/gsttee.c:
8331           Use gst_pad_proxy_getcaps().
8332         * gst/gstpad.c:
8333         * gst/gstpad.h:
8334           Add gst_pad_proxy_getcaps(), which filter elements can use
8335           as a generic getcaps implementation.
8336           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
8337           was advertised.
8338
8339 2003-12-23  David Schleef  <ds@schleef.org>
8340
8341         * gst/gstpad.c:
8342           Rearrange/rewrite much of the pad negotiation code, since it
8343           resembled pasta.  This actually changes the way some
8344           negotiation works, since the previous code was inconsistent
8345           depending on how it was invoked.  Add (internal) structure
8346           GstPadLink, which is used to hold some information (more in
8347           the future) about the link between two pads.  Fixes a number
8348           of bugs, including random lossage of filter caps when the
8349           initial negotiation is delayed.  A few functions are still
8350           unimplemented.
8351         * gst/gstpad.h:
8352           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
8353           these when testing GstPadLinkReturn values instead of comparing
8354           directly.
8355
8356 2003-12-23  David Schleef  <ds@schleef.org>
8357
8358         * gst/gstvalue.c: 
8359         * gst/gstvalue.h:
8360           Rearrange lots of code.  Change registration of compare function
8361           into registration of compare/serialize/deserialize functions.
8362           Doesn't include implementation of gst_value_[de]serialize(),
8363           but that should be easy.
8364
8365 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8366
8367         * docs/gst/gstreamer-sections.txt:
8368         * docs/gst/tmpl/gstprops.sgml: removed
8369         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
8370           David removed props and caps code, so let's remove their docs as well.
8371           Removed all no longer existing symbols from gstreamer-sections.txt
8372           
8373 2003-12-22  Colin Walters  <walters@verbum.org>
8374
8375         * gst/gsttaginterface.c, gst/gsttaginterface.h,
8376           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
8377           of tags directly.
8378
8379 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8380
8381         * gst/elements/gstelements.c:
8382           Set ranks of elements to NONE, so the autoplugger doesn't use them.
8383         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
8384           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
8385           gst_caps (peer).
8386
8387 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8388
8389         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
8390         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
8391         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
8392         (gst_spider_identity_sink_loop_type_finding):
8393         * gst/autoplug/gstspideridentity.h:
8394           Fix autoplugging in spider element, so it works with new caps.
8395           This was mainly caused by identifying empty caps incorrectly.
8396
8397 2003-12-22  David Schleef  <ds@schleef.org>
8398
8399         * gststructure.c, gstvalue.c, gstvalue.h: Add
8400           gst_value_init_and_copy() and use it, to avoid silly mistakes in
8401           using g_value_copy()
8402
8403 2003-12-21  David Schleef  <ds@schleef.org>
8404
8405         * many, many files: Merge CAPS branch.  This includes:
8406           - implemention of GstValue and several GstValue types
8407           - implemention of GstStructure
8408           - entire rewrite of GstCaps
8409           - removal of GstProps
8410           - many changes to GstPad to compensate for new caps paradigm
8411           - removal of GstBufferpool
8412         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
8413         gstvalue.h, gst/gstcaps[2]*.[ch]:
8414           - rename gstcaps2.[ch] to gstcaps.[ch]
8415
8416 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8417
8418         * gst/gstqueue.c: (gst_queue_handle_pending_events),
8419         (gst_queue_chain), (gst_queue_handle_src_event):
8420           implement timeout for sending events. Workaround for if the
8421           pipeline on this queue is not passing any data.
8422
8423 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
8424                                                                                 
8425         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
8426         * moved CVS to freedesktop.org
8427