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