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