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