docs/pwg/advanced_interfaces.xml: Add documentation on propertyprobing.
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
2
3         * docs/pwg/advanced_interfaces.xml:
4           Add documentation on propertyprobing.
5         * docs/pwg/advanced_events.xml:
6         * docs/pwg/advanced_tagging.xml:
7         * docs/pwg/building_boiler.xml:
8         * docs/pwg/building_filterfactory.xml:
9         * docs/pwg/pwg.xml:
10           Move filterfactory and tagging into their own chapter, add a chapter
11           on events. all these are empty placeholders that will be filled in
12           some day.
13
14 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15
16         * docs/pwg/advanced_interfaces.xml:
17           Docs for mixer interface. Also a check for website uploading.
18
19 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20
21         * docs/HACKING:
22         * docs/Makefile.am:
23         * docs/faq/Makefile.am:
24         * docs/gst/Makefile.am:
25         * docs/gst/tmpl/gstelement.sgml:
26         * docs/gst/tmpl/gstplugin.sgml:
27         * docs/gst/tmpl/gstreamer-unused.sgml:
28         * docs/libs/Makefile.am:
29         * docs/manual/Makefile.am:
30         * docs/manuals.mak:
31         * docs/pwg/Makefile.am:
32         * docs/upload.mak:
33           Separate out upload target and make it similar for
34           both docbook and gtk-doc docs
35
36 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
37
38         * docs/manuals.mak:
39           Fix upload target to work with freedesktop
40
41 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
42
43         * docs/pwg/advanced_types.xml:
44           Add notes on creating your own types.
45         * docs/pwg/building_boiler.xml:
46         * docs/pwg/building_pads.xml:
47         * docs/pwg/building_state.xml:
48           Add some stuff about how to retrieve values from structures, how
49           that relates to types and change layout slightly again to be almost
50           perfect.
51
52 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
53
54         * docs/pwg/advanced_dparams.xml:
55         * docs/pwg/advanced_scheduling.xml:
56           Change index layout slightly.
57
58 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
59
60         * docs/pwg/advanced_clock.xml:
61         * docs/pwg/advanced_interfaces.xml:
62         * docs/pwg/advanced_midi.xml:
63           General placeholders for now.
64         * docs/pwg/advanced_request.xml:
65           Explanation about sometimes and request pads.
66         * docs/pwg/advanced_scheduling.xml:
67           Concept of bytestream, loopfunctions and schedulers.
68         * docs/pwg/building_boiler.xml:
69           Add something about plugin-init.
70
71 2004-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
72
73         * docs/pwg/building_pads.xml:
74           Fix broken docbook
75
76 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
77
78         * docs/pwg/advanced_interfaces.xml:
79         * docs/pwg/pwg.xml:
80           Add as a placeholder for future filling-in.
81         * docs/pwg/basics_autoplugging.xml:
82         * docs/pwg/basics_buffers.xml:
83         * docs/pwg/basics_elements.xml:
84         * docs/pwg/basics_events.xml:
85         * docs/pwg/basics_plugins.xml:
86         * docs/pwg/basics_types.xml:
87           Remove, because unused (this is all in intro_basics.xml).
88         * docs/pwg/building_signals.xml:
89           Short intro to signals + reference to GObject docs - we really
90           shouldn't go into these sort of things to deply because we don't
91           use them that extensively anyway.
92         * docs/pwg/building_state.xml:
93           Explanation of states. Benjamin, please check.
94         * docs/pwg/building_testapp.xml:
95           Put everything in one page - putting only a few lines of content
96           per page doesn't really make sense.
97
98           Time to get into the advanced topics. ;).
99
100 2004-01-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
101
102         * docs/pwg/advanced_types.xml:
103           Finish documenting the current state of mimetypes.
104         * docs/pwg/building_boiler.xml:
105         * docs/pwg/building_chainfn.xml:
106         * docs/pwg/building_pads.xml:
107         * docs/pwg/building_props.xml:
108         * docs/pwg/building_testapp.xml:
109           Start documenting the "how to build a simple audio filter" part
110           of the PWG. Most stuff is ready by now. Stuff remaining: signals,
111           states and (maybe?) a short introduction to capsnego in the chapter
112           on pads (building_pads.xml). Capsnego should probably be explained
113           fully in advanced_capsnego.xml or so.
114
115 2004-01-26  David Schleef  <ds@schleef.org>
116
117         * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
118         * gst/gstpad.h: Add new function to allow element to (somewhat)
119         specify non-fixed caps on a pad.
120         * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
121         that I added a few weeks ago.
122
123 2004-01-26  David Schleef  <ds@schleef.org>
124
125         * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
126           making try_set_caps() work with non-fixed caps.
127
128 2004-01-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
129
130         * docs/pwg/advanced_types.xml:
131         * docs/pwg/intro_basics.xml:
132         * docs/pwg/intro_preface.xml:
133         * docs/pwg/pwg.xml:
134         * docs/pwg/titlepage.xml:
135           First try to resurrect the PWG. I'm halfway integrating the mimetypes
136           in here (docs/random/mimetypes), and will from there on work on both
137           updating outdated parts and adding missing parts.
138           That doesn't mean I'll fix it completely, but I'll try at least. ;).
139
140 2004-01-26  Thomas Vander Stichele  <thomas at apestaart dot org>
141
142         * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
143           policy is set
144
145 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
146
147         * gst/gstelement.h:
148           remove gst_element_factory_get_version. It doesn't exist anymore.
149         * gst/gstplugin.c:
150         * gst/gstplugin.h:
151           remove gst_plugin_set_name and change gst_plugin_get_longname to
152           gst_plugin_get_description to match code.
153         * gst/gsterror.h:
154           remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
155         * gst/gstpad.c: (gst_pad_try_set_caps):
156           make it work with nonfixed caps.
157           Note that even in the nonfixed case the link function of the pad
158           that tries to set caps isn't called.
159
160 2004-01-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
161
162         * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
163           fix bug where buffer was not assembled correctly
164         * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
165           silence by default
166         * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
167           only seek if there's no more buffers that could work without seeking
168
169 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
170
171         * gst/gsttag.c: (_gst_tag_initialize):
172         * gst/gsttag.h:
173           Add application tag (for encoding/muxing app).
174
175 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
176
177         * autogen.sh:
178           make autopoint force, and libtoolize not copy
179         * common/m4/as-docbook.m4:
180           added docbook xml catalog setup check
181         * common/m4/gst-doc.m4:
182           use docbook check
183
184 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
185
186         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
187         * gst/gsttag.h:
188           add GstTagFlag
189
190 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
191
192         * docs/gst/gstreamer-sections.txt:
193         * docs/gst/tmpl/gst.sgml:
194         * docs/gst/tmpl/gstbuffer.sgml:
195         * docs/gst/tmpl/gstclock.sgml:
196         * docs/gst/tmpl/gstelement.sgml:
197         * docs/gst/tmpl/gstreamer-unused.sgml:
198         * docs/gst/tmpl/gstxml.sgml:
199           sync latest API changes to docs
200
201 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
202
203         * gst/gstpluginfeature.c:
204           fix doc snippet
205         * tools/gst-inspect.c: (print_element_list):
206           fix output of typefind
207           add GPL header
208         * tools/gst-launch.c:
209           add GPL header
210
211 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
212
213         * gst/elements/Makefile.am:
214         * gst/elements/gstelements.c:
215         * gst/elements/gsttypefindelement.c:
216         * gst/elements/gsttypefindelement.h:
217         * po/POTFILES.in:
218         * po/fr.po:
219         * po/nl.po:
220           renamed gsttypefindelement to gsttypefind, conserving CVS history
221
222 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
223
224         * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
225         * gst/gsttag.h:
226           add some tags used in ogg as well
227           fix _ in replaygain tags
228
229 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
230
231         * gst/gsterror.h:
232           fix wrong GST_LIBRARY_ERROR_ENCODE addition
233
234 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
235
236         * gst/gstelement.c: (gst_element_error_full):
237         * gst/gstelement.h:
238           change _extended to _full
239
240 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
241
242         reviewed by: <delete if not using a buddy>
243
244         * docs/gst/tmpl/gst.sgml:
245         * docs/gst/tmpl/gstbuffer.sgml:
246         * docs/gst/tmpl/gstclock.sgml:
247         * docs/gst/tmpl/gstelement.sgml:
248         * docs/gst/tmpl/gstreamer-unused.sgml:
249         * docs/gst/tmpl/gstxml.sgml:
250         * gst/gstelement.c: (gst_element_error_full):
251         * gst/gstelement.h:
252
253 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
254
255         * gst/gstelement.h: fix _gst_element_error_printf prototype
256
257 2004-01-20  David Schleef  <ds@schleef.org>
258
259         * gst/gststructure.c: (gst_structure_to_string):
260         Convert function to use gst_value_serialize().
261         * gst/gstvalue.c: (gst_value_serialize_list),
262         (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
263         (gst_value_serialize_double_range), (gst_value_serialize_boolean),
264         (gst_value_serialize_int), (gst_value_serialize_double),
265         (gst_string_wrap), (gst_value_serialize_string),
266         (gst_value_serialize), (gst_value_deserialize):
267         * gst/gstvalue.h:
268         Add implementations for serialize.
269
270 2004-01-20  Julien MOUTTE  <julien@moutte.net>
271
272         * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
273         we want to keep that one in the future or change xvidenc.c to use 
274         another error.
275
276 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
277
278         * gst/gstelement.c: (_gst_element_error_printf):
279         * gst/gstelement.h:
280           privatise function
281
282 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
283
284         * docs/random/error:
285           doc explaining error system
286         * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
287           cleanup
288
289 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
290
291         * gst/gst-i18n-app.h:
292         * gst/gst-i18n-lib.h:
293           remove inclusion of config.h
294         * po/POTFILES.in:
295         * po/nl.po:
296           add gst/gstelement.c
297
298 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
299
300         * po/nl.po: updated Dutch translation
301
302 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
303
304         * gst/gsterror.c: (_gst_core_errors_init),
305         (_gst_library_errors_init), (_gst_resource_errors_init),
306         (_gst_stream_errors_init):
307         remove ending punctuation dots
308
309 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
310
311         * gst/elements/gstfilesink.c: (gst_filesink_open_file):
312         * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
313         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
314         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
315         (gst_pipefilter_chain), (gst_pipefilter_open_file):
316         use GST_ERROR_SYSTEM
317
318 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
319
320         * gst/gstelement.c: (gst_element_error_printf),
321         (gst_element_error_extended):
322         * gst/gstelement.h:
323           add a helper printf function so we can have NULL values passed.
324
325 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
326
327         * gst/gstelement.h:
328           add G_STMT macros to gst_element_error, which isn't strictly
329           necessary but people tell me to anyway.
330
331 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
332
333         * gst/Makefile.am:
334         * gst/autoplug/gstspideridentity.c:
335         (gst_spider_identity_sink_loop_type_finding):
336         * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
337         * gst/elements/gstfilesink.c: (gst_filesink_open_file),
338         (gst_filesink_close_file), (gst_filesink_handle_event),
339         (gst_filesink_chain):
340         * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
341         (gst_filesrc_map_region), (gst_filesrc_get_read),
342         (gst_filesrc_open_file):
343         * gst/elements/gstidentity.c: (gst_identity_chain):
344         * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
345         * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
346         (gst_pipefilter_chain), (gst_pipefilter_open_file):
347         * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
348         * gst/gst.h:
349         * gst/gst_private.h:
350         * gst/gstelement.c: (gst_element_class_init),
351         (gst_element_default_error), (gst_element_error_func),
352         (gst_element_error_extended):
353         * gst/gstelement.h:
354         * gst/gsterror.c: (_gst_core_errors_init),
355         (_gst_library_errors_init), (_gst_resource_errors_init),
356         (_gst_stream_errors_init), (gst_error_get_message):
357         * gst/gsterror.h:
358         * gst/gstinfo.c: (_gst_debug_init):
359         * gst/gstmarshal.list:
360         * gst/gstpad.c: (gst_pad_set_explicit_caps),
361         (gst_pad_recover_caps_error), (gst_pad_pull):
362         * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
363         * gst/schedulers/gstbasicscheduler.c:
364         (gst_basic_scheduler_chainhandler_proxy),
365         (gst_basic_scheduler_gethandler_proxy),
366         (gst_basic_scheduler_cothreaded_chain):
367         * po/POTFILES.in:
368         * po/fr.po:
369         * po/nl.po:
370           change error signal
371           add error categories
372
373 2004-01-18  Jeremy Simon  <jesimon@libertysurf.fr>
374
375         * gst/gsttag.c: (_gst_tag_initialize):
376         * gst/gsttag.h:
377         Add replaygain tag
378
379 2004-01-18  Colin Walters  <walters@verbum.org>
380
381         * examples/retag/retag.c: Call gst_init before processing
382         program args.  Add g_assert to _link_many call.
383
384 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
385
386         * gst/gstpad.c: (gst_pad_alloc_buffer):
387           Return a newly allocated buffer when the pad has no peer.
388
389 2004-01-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
390
391         * gst/gstclock.c: (gst_clock_get_time):
392           make it compile with gcc 2.95 again.
393           Patch by Scott Wheeler
394
395 2004-01-15  David Schleef  <ds@schleef.org>
396
397         * gst/gstcaps.h:
398         Added gst_caps_is_simple() macro.
399         * testsuite/caps/caps.c: (test1):
400         * testsuite/caps/intersect2.c: (main):
401         * testsuite/caps/intersection.c: (main):
402         Fixes to make 'make check' work again after removing
403         gst_caps_is_chained().
404
405 2004-01-15  Leif Johnson <leif@ambient.2y.net>
406
407         * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
408         and additions to the MIDI document.
409
410 2004-01-15  David Schleef  <ds@schleef.org>
411
412         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
413         (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
414         of GST_RPAD_, since we don't know if it's a real or ghost pad.
415
416 2004-01-15  David Schleef  <ds@schleef.org>
417
418         * gst/gstqueue.c:
419         * gst/gstqueue.h:
420         Fix the spelling of "treshold" and make min_threshold actually
421         affect the queue.
422
423 2004-01-15  David Schleef  <ds@schleef.org>
424
425         * gst/gstcaps.c:
426         Add lots of documentation.
427         * gst/gstcaps.h:
428         Deprecate a few functions.
429         * gst/gstpad.c:
430         Removed use of deprecated functions.
431
432 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
433
434         * gst/gstpad.c: (gst_pad_is_linked):
435         * gst/gstpad.h:
436           implement gst_pad_is_linked
437         * gst/gstelement.h:
438           reserve space for initiate_state_change
439
440 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
441
442         * gst/autoplug/gstspideridentity.c:
443         (gst_spider_identity_sink_loop_type_finding):
444           break infinite loop by just returning instead of looping
445         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
446           set event time difference correctly. Set it to 1 second instead
447           of 100ms to be more tolerant
448         * gst/gstelement.c: (gst_element_set_time):
449           add debugging output
450
451 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
452
453         * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
454           query if buffers are inside the pool, ignore events
455
456 2004-01-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
457
458         * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
459         (gst_clock_set_speed), (gst_clock_set_active),
460         (gst_clock_is_active), (gst_clock_reset),
461         (gst_clock_handle_discont):
462         * gst/gstclock.h:
463           deprecate old interface and disable functions that aren't in use
464           anymore.
465         * gst/gstelement.h:
466         * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
467         (gst_element_set_time), (gst_element_adjust_time):
468           add concept of "element time" and functions to get/set this time.
469         * gst/gstelement.c: (gst_element_change_state):
470           update element time correctly.
471         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
472           This is a debug message, not a g_critical.
473         * gst/gstpad.c: (gst_pad_event_default):
474           handle discontinuous events right with element time.
475         * gst/gstscheduler.c: (gst_scheduler_state_transition):
476           update to clocking fixes.
477           set clocks on elements in READY=>PAUSED. The old behaviour caused
478           a wrong element time on the first element that started playing.
479         * gst/schedulers/gstbasicscheduler.c:
480         (gst_basic_scheduler_class_init):
481         * gst/schedulers/gstoptimalscheduler.c:
482         (gst_opt_scheduler_class_init):
483           remove code that just implements the default behaviour.
484         * gst/elements/gstfakesink.c: (gst_fakesink_chain):
485           update to use new clocking functions
486         * testsuite/clock/clock1.c: (gst_clock_debug), (main):
487         * testsuite/clock/clock2.c: (gst_clock_debug), (main):
488           update to test new element time.
489         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
490           use _get_allowed_caps instead of _get_caps. This catches filtered
491           caps correctly.
492         * testsuite/debug/commandline.c:
493           update for new GST_DEBUG syntax.
494         * testsuite/threads/Makefile.am:
495           disable a test that only works sometimes.
496
497 2004-01-13  Julien MOUTTE <julien@moutte.net>
498
499         * po/LINGUAS: Adding fr.
500         * po/fr.po: Adding french translation.
501
502 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
503
504         * gst/parse/grammar.y:
505         * po/POTFILES.in:
506         * po/nl.po:
507         * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
508           translate parsing error messages
509
510 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
511
512         * po/POTFILES.in: adding gst-launch
513         * po/nl.po: updated translation, all 99 strings translated
514         * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
515         (found_tag), (sigint_handler_sighandler), (play_handler), (main):
516           fix strings for translation
517
518 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
519
520         * gst/gst.c:
521           - capitalize beginnings of popt options
522           - fix strings for translation
523           - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
524
525 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
526
527         * po/README: add some notes on how to update translations
528
529 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
530
531         * ABOUT-NLS: removed, is autogenerated from autopoint
532         * autogen.sh: add autopoint stuff
533         * configure.ac: fix up gettext stuff
534         * gst/Makefile.am: add i18n headers to noinst_HEADERS
535         * gst/elements/gsttypefindelement.c: add header include
536         * gst/gettext.h: add header, copy from system-installed header
537         * gst/gst-i18n-app.h: to be included by each app having translations
538         * gst/gst-i18n-lib.h: to be included by each lib having translations
539         * gst/gst.c: (init_pre): fix up gettext calls
540         * gst/gst_private.h: remove i18n stuff, moving to separate headers
541         * po/LINGUAS: the new way to specify translations present
542         * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
543         * po/Makevars: the variables filled in for GStreamer
544         * po/POTFILES.in: added new files with translations
545         * po/de.po: has new strings
546         * po/nl.po: readded, has new strings
547
548 2004-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
549
550         * gst/gsttag.c: fix some strings marked for translation
551
552 2004-01-13  Iain <iain@prettypeople.org>
553
554         * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
555         group when we add an element to it, cos we unref it when we remove one
556
557 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
558
559         * testsuite/debug/commandline.c: (debug_not_reached):
560         * testsuite/debug/output.c: (check_message):
561           fix testsuite
562
563 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
564
565         * examples/cutter/.cvsignore:
566         * examples/helloworld/.cvsignore:
567         * examples/launch/.cvsignore:
568         * examples/manual/.cvsignore:
569         * examples/mixer/.cvsignore:
570         * examples/pingpong/.cvsignore:
571         * examples/plugins/.cvsignore:
572         * examples/queue/.cvsignore:
573         * examples/queue2/.cvsignore:
574         * examples/queue3/.cvsignore:
575         * examples/queue4/.cvsignore:
576         * examples/retag/.cvsignore:
577         * examples/thread/.cvsignore:
578         * examples/typefind/.cvsignore:
579         * examples/xml/.cvsignore:
580         * gst/.cvsignore:
581         * gst/autoplug/.cvsignore:
582         * gst/elements/.cvsignore:
583         * gst/indexers/.cvsignore:
584         * gst/parse/.cvsignore:
585         * gst/registries/.cvsignore:
586         * gst/schedulers/.cvsignore:
587         * libs/gst/bytestream/.cvsignore:
588         * libs/gst/control/.cvsignore:
589         * libs/gst/getbits/.cvsignore:
590         * tests/.cvsignore:
591         * tests/bufspeed/.cvsignore:
592         * tests/instantiate/.cvsignore:
593         * tests/memchunk/.cvsignore:
594         * tests/muxing/.cvsignore:
595         * tests/sched/.cvsignore:
596         * tests/seeking/.cvsignore:
597         * tests/threadstate/.cvsignore:
598         * testsuite/.cvsignore:
599         * testsuite/caps/.cvsignore:
600         * testsuite/cleanup/.cvsignore:
601         * testsuite/dynparams/.cvsignore:
602         * testsuite/plugin/.cvsignore:
603         * tools/.cvsignore:
604           update - this is huge, because it includes *.bb, *.bbg and *.da files
605           which are generated for gcov.
606
607 2004-01-11  David Schleef  <ds@schleef.org>
608
609         * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
610         a function to parse integers in ways that strto[u]l() does not.
611
612 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
613
614         * tools/gst-inspect.c: (print_caps):
615           improve output of caps a bit
616
617 2004-01-11  David Schleef  <ds@schleef.org>
618
619         * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
620         inherit correct flags (READONLY and DONTKEEP).
621
622 2004-01-11  David Schleef  <ds@schleef.org>
623
624         * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
625         (gst_filesrc_map_region):
626         * gst/gstbuffer.c: (_gst_buffer_initialize),
627         (_gst_buffer_sub_free), (gst_buffer_default_copy),
628         (gst_buffer_new), (gst_buffer_create_sub),
629         (gst_buffer_is_span_fast), (gst_buffer_span):
630         * gst/gstbuffer.h:
631         Change GstBuffer private structure element names. (all files)
632         * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
633         (gst_queue_link):
634         * gst/gstqueue.h:
635         Implement getcaps/pad_link functions that handle the case where
636         there are data in the queue.
637
638 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
639
640         * gst/elements/gstbufferstore.c:
641           initialize debugging structure correctly
642         * gst/elements/gsttee.c: (gst_tee_set_property):
643           g_object_notify when property was changed
644         * gst/elements/gsttypefindelement.c:
645         (gst_type_find_element_change_state):
646           clear caps correctly
647
648 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
649
650         * gst/gstqueue.c: (gst_queue_init):
651           Use better defaults for when a queue should block. This
652           gets rid of jerky playback for quite a few files.
653           It takes more memory.
654
655 2004-01-10  Thomas Vander Stichele  <thomas at apestaart dot org>
656
657         (gst_xml_registry_parse_padtemplate):
658           make critical message slightly more useful
659
660 2004-01-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
661
662         * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
663         (gst_debug_message_get), (gst_debug_log_default):
664         * gst/gstinfo.h:
665           Change gst_debug_log(_valist) to take a const format string.
666           Change prototype of log function and functions using those to 
667           take a GstDebugMessage instead of a string that requires using
668           gst_debug_message_get.
669
670 2004-01-08  David Schleef  <ds@schleef.org>
671
672         * Makefile.am:
673         * configure.ac:
674         Add option --enable-gcov to build GStreamer with -fprofile-arcs
675         and -ftest-coverage, which allows gcov to show information about
676         testsuite coverage.
677
678 2004-01-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
679
680         * gst/gstutils.h:
681           Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
682           GST_PARENT_CALL_WITH_DEFAULT
683         * gst/elements/gstaggregator.c: 
684         * gst/elements/gstbufferstore.c: 
685         * gst/elements/gstfakesink.c: 
686         * gst/elements/gstfakesrc.c: 
687         * gst/elements/gstfdsink.c: 
688         * gst/elements/gstfdsrc.c: 
689         * gst/elements/gstfilesink.c: 
690         * gst/elements/gstfilesrc.c: 
691         * gst/elements/gstidentity.c: 
692         * gst/elements/gstmd5sink.c: 
693         * gst/elements/gstmultidisksrc.c:
694         * gst/elements/gstpipefilter.c: 
695         * gst/elements/gstshaper.c:
696         * gst/elements/gststatistics.c:
697         * gst/elements/gsttee.c:
698         * gst/elements/gsttypefindelement.c:
699           use them.
700
701 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
702
703         * docs/gst/gstreamer-docs.sgml: remove props
704         * docs/gst/gstreamer-sections.txt: remove props
705         * docs/gst/tmpl/gst.sgml:
706         * docs/gst/tmpl/gstbin.sgml:
707         * docs/gst/tmpl/gstbuffer.sgml:
708         * docs/gst/tmpl/gstcaps.sgml:
709         * docs/gst/tmpl/gstclock.sgml:
710         * docs/gst/tmpl/gstelement.sgml:
711         * docs/gst/tmpl/gstindex.sgml:
712         * docs/gst/tmpl/gstobject.sgml:
713         * docs/gst/tmpl/gstpad.sgml:
714         * docs/gst/tmpl/gstpadtemplate.sgml:
715         * docs/gst/tmpl/gstreamer-unused.sgml:
716         * docs/gst/tmpl/gstthread.sgml:
717         * docs/gst/tmpl/gstxml.sgml:
718           sync with code reorganization
719
720 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
721
722         * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
723         Make the 'Could not find compatible pad' message more informative.
724
725 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
726                                                                                 
727         * gst/elements/gstfilesink.c: (gst_filesink_set_location):
728           Fix for if we pass NULL as property to location.
729         * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
730         (gst_pipefilter_handle_event), (gst_pipefilter_chain):
731           Fix for instantiate-test (see below).
732         * gst/gststructure.c: (_gst_structure_parse_value):
733           Fix compile error on gcc-2.96.
734         * configure.ac:
735         * tests/Makefile.am:
736         * tests/instantiate/Makefile.am:
737         * tests/instantiate/create.c: (create_all_elements), (main):
738           Add a test that instantiates all elements. This makes it easy to
739           track dead code for old API/design (like setting event functions
740           on sink pads and so on).
741
742 2004-01-06  Jan Schmidt  <thaytan@mad.scientist.com>
743
744         * gst/gstcaps.c: (gst_caps_append_structure):
745           Move the poisoning to allow a NULL structure
746         * gst/gstevent.c: (_gst_event_free):
747           When freeing a navigation event, free the structure
748           also
749
750 2004-01-04  David Schleef  <ds@schleef.org>
751
752         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
753         Remove usage of gst_pad_proxy_fixate.
754         * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
755         (gst_caps_split_one), (gst_caps_replace):
756         Add poisoning code.
757         * gst/gstmarshal.list:
758         Add pointer__pointer for fixate signal
759         * gst/gstpad.c: (gst_real_pad_class_init),
760         (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
761         (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
762         (gst_pad_set_explicit_caps), (gst_pad_template_new):
763         Add poisoning code. Add fixate signal on RealPad. Change
764         set_explicit_caps() to take const GstCaps, like try_set_caps().
765         * gst/gstpad.h:
766         * testsuite/caps/Makefile.am:
767         * testsuite/caps/app_fixate.c: Add a test for the fixate signal
768
769 2004-01-03  David Schleef  <ds@schleef.org>
770
771         * gst/elements/gsttypefindelement.c:
772         (gst_type_find_element_have_type), (gst_type_find_element_init):
773         Use gst_pad_use_explicit_caps for src pad.
774         * gst/gstpad.c: (gst_pad_try_set_caps):  Check that link exists
775         before using it.
776
777 2004-01-03  David Schleef  <ds@schleef.org>
778
779         * gst/gstelement.c: (gst_element_link_pads_filtered),
780         (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
781         that linking was successful.
782         * gst/gstpad.c: (gst_pad_link_free),
783         (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
784         (gst_pad_link_try), (gst_pad_link_unnegotiate),
785         (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
786         GstPadLinkReturn correctly between functions, and don't fail
787         when DELAYED is used (DELAYED is very important).  Better
788         cleanup on unlinking and unnegotiation.  Should fix some spider
789         bugs.
790
791 2004-01-02  David Schleef  <ds@schleef.org>
792
793         * gst/gstelement.c: (gst_element_class_init),
794         (gst_element_base_class_init): ->padtemplates should be cleared
795         in base_init, since we need to have a fresh list for every
796         class.  (Alternately, we chould copy the list and share the
797         actual pad templates (not the list), but that would require
798         changing every plugin to move pad template registration from
799         base_init to class_init.)
800
801 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
802
803         * gst/gstelement.c: (gst_element_class_add_pad_template):
804           Refuse registering a pad template if another pad template
805           with the same name already exists (#114715).
806
807 2004-01-02  David Schleef  <ds@schleef.org>
808
809         * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
810         (gst_caps_is_equal_fixed): Add new function.
811         * gst/gstcaps.h: ditto.
812         * gst/gstpad.c: (gst_real_pad_class_init),
813         (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
814         (gst_pad_set_explicit_caps), (gst_pad_get_caps):  In try_set_caps,
815         check new caps against existing caps -- if they're the same, return
816         OK without renegotiating.  caps-nego-failed signal fixed so that
817         the marshaller isn't VOID__OBJECT.  Also changed to G_TYPE_POINTER
818         to save an extra caps copy.  Don't complete negotiation if a pad
819         link function returns DELAYED.
820
821 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
822
823         * gst/gstpad.c: (gst_pad_try_relink_filtered):
824           Fix wrong g_return_if_fail
825
826 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
827
828         * gst/gstbin.c: (gst_bin_class_init):
829         Change the marshalling of element_added/element_removed
830         to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER 
831         complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
832
833 2004-01-01  David Schleef  <ds@schleef.org>
834
835         * gst/gstpad.c: (gst_pad_set_explicit_caps),
836         (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
837         (gst_pad_use_explicit_caps):
838         * gst/gstpad.h:
839         Add new functions.  gst_pad_use_explicit_caps() sets up a pad
840         to use an internal getcaps and link fuction so that negotiation
841         always results in the explicitly set caps.
842         gst_pad_set_explicit_caps() sets the explicit caps.  These functions
843         are particularly useful for decoders.
844
845 2003-12-31  David Schleef  <ds@schleef.org>
846
847         * gst/elements/gstidentity.c: (gst_identity_class_init),
848         (gst_identity_init), (gst_identity_chain),
849         (gst_identity_set_property), (gst_identity_get_property):
850         * gst/elements/gstidentity.h:
851         * gst/gstqueue.c: (gst_queue_init):
852           Negotiation fixes.
853
854 2003-12-31  David Schleef  <ds@schleef.org>
855
856         * gst/gstcaps.c: (gst_caps_intersect),
857         (_gst_caps_normalize_foreach), (gst_caps_normalize):
858           Implement gst_caps_normalize().
859         * testsuite/caps/normalisation.c: (main):
860           Add an additional test
861
862 2003-12-31  Ronald Bultje  <rbultje@ronald.bitfreak.net>
863
864         * gst/gstqueue.c: (gst_queue_init):
865           use gst_pad_proxy_getcaps()
866
867 2003-12-31  David Schleef  <ds@schleef.org>
868
869         * gst/elements/gstshaper.c: (gst_shaper_link):
870         * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
871         * gst/gstqueue.c: (gst_queue_link):
872           Negotiation fixes.
873
874 2003-12-31  David Schleef  <ds@schleef.org>
875
876         * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
877         * gst/gstpad.h: Add functions that are useful as default pad
878         link and fixate functions for elements.
879
880 2003-12-30  David Schleef  <ds@schleef.org>
881
882         * gst/gstpad.c: (gst_pad_link_try):
883           Fix segfault when attempting to return to old caps
884
885 2003-12-29  David Schleef  <ds@schleef.org>
886
887         * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
888         (gst_caps_structure_simplify), (gst_caps_simplify):
889         * gst/gstcaps.h:
890           Add simplify function
891         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
892         (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
893         * gst/gstpad.h:
894           Copy over srcnotify, sinknotify when calling old pad_link
895           functions.  Add new is_negotiated() function.
896         * gst/gststructure.c: (gst_structure_copy):
897           Fix an incredibly stupid bug that should have been noticed
898           weeks ago.  _copy() returned the argument, not the new copy.
899
900 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
901
902         * gst/gstcaps.c: (gst_caps_append):
903           add sanity checks
904         * gst/gstcaps.h: (gst_caps_debug):
905           remove, it doesn't exist anymore.
906         * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
907         (gst_element_threadsafe_properties_post_run):
908           make debugging messages not clutter up THREAD debug category
909         (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
910         (gst_element_change_state):
911           update to new caps API
912         * gst/gstinterface.c: (gst_implements_interface_cast):
913           don't put vital code in g_return_if_fail
914         * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps), 
915         (gst_pad_link_filtered):
916           add pst_pad_try_link and use it.
917         (gst_pad_perform_negotiate), (gst_pad_renegotiate):
918           implement correctly, deprecate first one.
919         (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
920           add and implement.
921         (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
922           implement.
923         (gst_pad_get_negotiated_caps):
924           add and implement. Make GST_PAD_CAPS call this function.
925         (gst_pad_get_caps):
926           remove unneeded check..
927         (gst_pad_recover_caps_error):
928           disable, always return FALSE.
929         (gst_real_pad_dispose):
930           don't free caps and appfilter anymore, they're unused.
931         * gst/gstpad.h:
932           Reflect changes mentioned above.
933         * gst/gstsystemclock.c: (gst_system_clock_wait):
934           Make 'clock is way behind' a debugging message.
935         * gst/gstthread.c: (gst_thread_change_state):
936           Fix debugging message
937
938 2003-12-25  Thomas Vander Stichele  <thomas at apestaart dot org>
939
940         * gst/gstinfo.h:
941           fix GST_DEBUG_CATEGORY_INIT gtk-doc description
942         * docs/gst/tmpl/gstreamer-unused.sgml:
943           removed all traces of cvs conflicts
944
945 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
946
947         * configure.ac:
948         * gst/schedulers/cothreads_compat.h:
949         * libs/Makefile.am:
950           remove last instances of wingo cothread usage
951
952 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
953
954         * gst/gstplugin.c:
955         * gst/gstversion.h.in:
956         * gst/parse/grammar.y:
957           change comment block from /** to /* when not gtk-doc comments
958
959 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
960
961         * gst/gst.c: whitespace and doc style fixes
962
963 2003-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
964
965         * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
966
967 2003-12-24  Colin Walters  <walters@verbum.org>
968
969         * gst/elements/gsttypefindelement.c:
970           gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
971           Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
972           Don't double-free caps.
973
974 2003-12-23  David Schleef  <ds@schleef.org>
975
976         * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
977           gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
978           Many little fixes and additions of debug statements to
979           get rhythmbox working.
980
981 2003-12-23  Colin Walters  <walters@verbum.org>
982
983         * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
984         Use GST_PAD_LINK_SUCCESSFUL.
985
986 2003-12-23  David Schleef  <ds@schleef.org>
987
988         * gst/elements/gstaggregator.c:
989         * gst/elements/gsttee.c:
990           Use gst_pad_proxy_getcaps().
991         * gst/gstpad.c:
992         * gst/gstpad.h:
993           Add gst_pad_proxy_getcaps(), which filter elements can use
994           as a generic getcaps implementation.
995           Fix gst_pad_get_allowed_caps().  It just wasn't doing what
996           was advertised.
997
998 2003-12-23  David Schleef  <ds@schleef.org>
999
1000         * gst/gstpad.c:
1001           Rearrange/rewrite much of the pad negotiation code, since it
1002           resembled pasta.  This actually changes the way some
1003           negotiation works, since the previous code was inconsistent
1004           depending on how it was invoked.  Add (internal) structure
1005           GstPadLink, which is used to hold some information (more in
1006           the future) about the link between two pads.  Fixes a number
1007           of bugs, including random lossage of filter caps when the
1008           initial negotiation is delayed.  A few functions are still
1009           unimplemented.
1010         * gst/gstpad.h:
1011           Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros.  Please use
1012           these when testing GstPadLinkReturn values instead of comparing
1013           directly.
1014
1015 2003-12-23  David Schleef  <ds@schleef.org>
1016
1017         * gst/gstvalue.c: 
1018         * gst/gstvalue.h:
1019           Rearrange lots of code.  Change registration of compare function
1020           into registration of compare/serialize/deserialize functions.
1021           Doesn't include implementation of gst_value_[de]serialize(),
1022           but that should be easy.
1023
1024 2003-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1025
1026         * docs/gst/gstreamer-sections.txt:
1027         * docs/gst/tmpl/gstprops.sgml: removed
1028         * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
1029           David removed props and caps code, so let's remove their docs as well.
1030           Removed all no longer existing symbols from gstreamer-sections.txt
1031           
1032 2003-12-22  Colin Walters  <walters@verbum.org>
1033
1034         * gst/gsttaginterface.c, gst/gsttaginterface.h,
1035           gst/gsttag.c, gst/gsttag.h:  Add interface to setting GValues
1036           of tags directly.
1037
1038 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1039
1040         * gst/elements/gstelements.c:
1041           Set ranks of elements to NONE, so the autoplugger doesn't use them.
1042         * gst/elements/gstshaper.c: (gst_shaper_getcaps):
1043           Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
1044           gst_caps (peer).
1045
1046 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1047
1048         * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
1049         * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
1050         (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
1051         (gst_spider_identity_sink_loop_type_finding):
1052         * gst/autoplug/gstspideridentity.h:
1053           Fix autoplugging in spider element, so it works with new caps.
1054           This was mainly caused by identifying empty caps incorrectly.
1055
1056 2003-12-22  David Schleef  <ds@schleef.org>
1057
1058         * gststructure.c, gstvalue.c, gstvalue.h: Add
1059           gst_value_init_and_copy() and use it, to avoid silly mistakes in
1060           using g_value_copy()
1061
1062 2003-12-21  David Schleef  <ds@schleef.org>
1063
1064         * many, many files: Merge CAPS branch.  This includes:
1065           - implemention of GstValue and several GstValue types
1066           - implemention of GstStructure
1067           - entire rewrite of GstCaps
1068           - removal of GstProps
1069           - many changes to GstPad to compensate for new caps paradigm
1070           - removal of GstBufferpool
1071         * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
1072         gstvalue.h, gst/gstcaps[2]*.[ch]:
1073           - rename gstcaps2.[ch] to gstcaps.[ch]
1074
1075 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
1076
1077         * gst/gstqueue.c: (gst_queue_handle_pending_events),
1078         (gst_queue_chain), (gst_queue_handle_src_event):
1079           implement timeout for sending events. Workaround for if the
1080           pipeline on this queue is not passing any data.
1081
1082 2003-12-21  Ronald Bultje <rbultje@ronald.bitfreak.net>
1083                                                                                 
1084         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
1085         * moved CVS to freedesktop.org
1086