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