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