1 2005-01-18 Stefan Kost <ensonic@users.sf.net>
3 * docs/gst/gstreamer-sections.txt:
4 * docs/gst/tmpl/gstplugin.sgml:
5 * docs/libs/gstreamer-libs-sections.txt:
6 * docs/libs/tmpl/gstcontrol.sgml:
10 added docs for the TAG defines
12 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14 * gst/schedulers/gstoptimalscheduler.c: (schedule_group):
15 Only unref entry if there is an entry.
17 2005-01-17 Wim Taymans <wim@fluendo.com>
19 * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
20 (remove_from_group), (schedule_group), (normalize_group),
21 (gst_opt_scheduler_iterate):
22 Also ref/unref decoupled elements before iterating the
23 group since they are not added to the list of elements.
25 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27 * docs/manual/highlevel-components.xml:
28 Add subtitle/streamselection as new features to playbin.
30 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
32 * docs/manual/manual.xml:
33 Re-enable dataaccess docs (oops).
35 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
37 * docs/pwg/advanced-types.xml:
38 * docs/random/mimetypes:
39 Add documentation on libsndfile types (#163309), by Steve Baker
40 <steve@stevebaker.org>.
41 * gst/gstelement.c: (gst_element_release_request_pad):
42 If an element has no explicit function, just remove the pad.
44 2005-01-17 Luca Ognibene <luogni@tin.it>
46 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
48 * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
49 Fix memleak (#163801).
51 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
53 * gst/elements/gsttee.c: (gst_tee_getcaps), (gst_tee_link):
54 I think this is actually moer correct...
56 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
58 * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
59 Another workaround for memory access while destroyed in callback.
60 Please, someone with refcount knowledge, have a look at this.
62 2005-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
66 move the legal Q&A here
68 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
70 * gst/elements/gsttee.c: (gst_tee_getcaps), (gst_tee_link),
71 (gst_tee_request_new_pad):
74 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
76 * docs/random/omega/caps2:
77 * testsuite/caps/caps_strings:
78 replace framerate aproximations by their real value
79 (24000/1001, 30000/1001, 60000/1001)
80 Partially fixes bug #164049
82 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
84 * docs/gst/Makefile.am:
85 don't fail on the stupid GstPoptOption
87 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
91 allow probes to work on ghost pads by realizing the pad
94 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
96 * docs/gst/gstreamer-sections.txt:
97 * docs/gst/tmpl/gstpad.sgml:
98 * gst/gstpad.c: (gst_pad_set_active_recursive):
100 Add gst_pad_set_active_recursive().
102 2005-01-10 Thomas Vander Stichele <thomas at apestaart dot org>
104 * docs/random/release:
109 move deep_notify logging to a new category
112 add stuff so bindings can wrap probes
114 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
116 * gst/gstplugin.c: (gst_plugin_load):
117 Fix plugin loading if plugin/lib was already loaded. Fixes
120 2005-01-09 Sebastien Cote <sc5@hermes.usherb.ca>
122 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
124 * gst/gstpluginfeature.c: (gst_plugin_feature_ensure_loaded):
125 Protect plugin loading by a mutex so it's threadsafe. Fixes
128 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
130 * gst/gstevent.c: (_gst_event_copy):
131 Reference source object when copying events, since it'll be
132 dereferenced on event dereferencing as well.
134 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
136 * docs/gst/gstreamer-sections.txt:
137 * docs/gst/tmpl/gstevent.sgml:
138 * gst/gstevent.c: (gst_event_new_filler_stamped),
139 (gst_event_filler_get_duration):
141 Add two new functions for filler events (which are used to
142 synchronize streams if one of them is not having any data
143 for a while) without interrupting the actual data-stream.
145 * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
146 (gst_queue_link_sink), (gst_queue_link_src),
147 (gst_queue_change_state):
148 Allow for renegotiation while filled. Required for stream
149 switching while playing.
151 2005-01-08 Benjamin Otte <otte@gnome.org>
153 * gst/gstelement.c: (gst_element_link_many):
154 fix up g_return_if_fail's
157 add German translation, that was somehow not included
159 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
161 * docs/random/mimetypes:
162 add 2 more 4CC code for DV (HDTV and SDTV-LongPlay profiles)
163 do not add them to riff-lib as they are not common
165 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
167 * gst/gstprobe.c: (gst_probe_dispatcher_dispatch):
168 Check for existence of probe after performing the probe before
169 re-accessing it to prevent segfaults caused by removal of the
170 probe in the callback.
172 2005-01-05 David Schleef <ds@schleef.org>
174 * testsuite/registry/Makefile.am:
175 * testsuite/registry/gst-print-formats.c:
176 (print_pad_templates_info), (print_element_list),
177 (print_typefind_list), (list_sort_func), (get_typefind_mime_list),
178 (g_list_uniqify), (get_pad_templates_info),
179 (get_element_mime_list), (print_mime_list), (main): A little
180 program that looks through the registry to find elements of
181 a given type. Not particularly interesting as a test, except
182 that there's no other test covering the same area.
184 2005-01-05 David Schleef <ds@schleef.org>
186 * tools/gst-launch.c: (idle_func), (fault_handler_sighandler),
187 (fault_handler_sigaction), (fault_spin),
188 (sigint_handler_sighandler), (play_handler), (main): Fix deadlocks
189 in signal.h-type signal handlers by not calling forbidden functions,
190 including gst_element_set_state().
192 2005-01-05 David Schleef <ds@schleef.org>
194 * gst/gstvalue.h: Mark _gst_reserved[] as private
196 2005-01-05 David Schleef <ds@schleef.org>
198 * gst/gstvalue.c: Fix doc build problem.
200 2005-01-05 David Schleef <ds@schleef.org>
202 * gst/gstvalue.c: Add some documentation
204 2005-01-05 Stefan Kost <ensonic@users.sf.net>
207 another shell oneliner for empty return value docs
210 * libs/gst/control/dparam.c:
211 more doc fixes (parameters and return values)
213 2005-01-05 Vincent Torri <torri@iecn.u-nancy.fr>
215 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
218 * gst/registries/gstxmlregistry.c:
219 Fix macro's for Mingw (fixes #162276).
221 2005-01-04 Stefan Kost <ensonic@users.sf.net>
224 quick shell oneliner to find undocumented members
225 * docs/gst/tmpl/gstplugin.sgml:
226 * docs/gst/tmpl/gstscheduler.sgml:
227 * docs/gst/tmpl/gstthread.sgml:
228 more enumtypes cleanup
230 activated documentation comments, now someone needs to document
233 2005-01-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
235 * docs/manual/manual.xml:
236 Add dataaccess part (doh!).
238 2005-01-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
240 * docs/manual/advanced-autoplugging.xml:
241 Fix typo (intiate -> initiate).
243 2005-01-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
245 * docs/random/bbb/streamselection:
246 Add some notes on how to handle multi-subtitle/-audio streams.
248 2004-12-30 Stefan Kost <ensonic@users.sf.net>
250 * docs/gst/gstreamer-docs.sgml:
251 * docs/gst/gstreamer-sections.txt:
252 * docs/gst/tmpl/gstenumtypes.sgml:
253 * docs/gst/tmpl/gsterror.sgml:
254 * docs/gst/tmpl/gstevent.sgml:
255 * docs/gst/tmpl/gstpad.sgml:
256 * docs/gst/tmpl/gstpadtemplate.sgml:
257 * docs/gst/tmpl/gstthread.sgml:
258 removed gstenumtypes section from docs and put all the enums into
261 2004-12-27 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
264 document gst_library_load a bit more (riff special case + return
265 value if already loaded)
266 * testsuite/bytestream/filepadsink.c:
267 plugin name is 'gstbytestream', not 'bytestream'
269 2004-12-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
271 * docs/random/bbb/subtitles:
272 Add some first mind rumblings on proper subtitle support.
274 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
280 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
282 * docs/manual/advanced-dataaccess.xml:
283 Add section on how to use fakesrc/fakesink/identity in your
284 application, plus section on how to embed plugins. Also mention
286 * docs/manual/appendix-checklist.xml:
287 * docs/manual/appendix-debugging.xml:
288 * docs/manual/appendix-gnome.xml:
289 * docs/manual/appendix-integration.xml:
290 Debug -> checklist, GNOME -> integration, add sections on Linux,
291 KDE integration and add other things useful for application
293 * docs/manual/manual.xml:
294 Remove some fixmes, update some file pointers.
295 * docs/pwg/appendix-checklist.xml:
297 * docs/pwg/building-boiler.xml:
298 Remove ugly header and add commented fixme.
301 * examples/manual/Makefile.am:
302 Add example for added docs.
304 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
309 === release 0.8.8 ===
311 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
316 Releasing 0.8.8, "I'll Take Care Of You"
318 2004-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
323 2004-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
325 patch by: Wim Taymans
328 Fix for #159852 - make iterate emission threadsafe
330 2004-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
333 notes about new fdo account request
335 2004-12-20 Stefan Kost <ensonic@users.sf.net>
337 * docs/gst/gstreamer-docs.sgml:
338 * docs/gst/tmpl/gstenumtypes.sgml:
339 * docs/gst/tmpl/gstplugin.sgml:
340 * docs/libs/gstreamer-libs-docs.sgml:
341 Added missing short docs. Added ids for navigation.
343 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
345 * docs/manual/advanced-autoplugging.xml:
346 * docs/manual/advanced-schedulers.xml:
347 * docs/manual/advanced-threads.xml:
348 Rewrites. Remove cothreads, go a bit into opt specifically,
349 document threads and their gotchas, and do some technical stuff
350 on autoplugging plus add some working examples. Fixes #157395.
351 * examples/manual/Makefile.am:
352 Add typefind/autoplugger example (one that actually works).
353 Remove queue example since it's a duplicate of the thread one.
355 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
357 * gst/gstvalue.c: (gst_value_deserialize_string):
358 use deprecated g_value_set_string_take_ownership to keep compatible
361 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
363 * gst/gstvalue.c: (gst_value_deserialize_string):
364 revert last patch, only dom a g_utf8_validate now before accepting
365 the string - caps parsing strips " from strings so we can't rely on
367 * testsuite/caps/value_serialize.c: (test_string_deserialization):
368 disable a test that tested the above and comment it
370 2004-12-16 Steve Lhomme <steve.lhomme@free.fr>
372 Patch reviewed by David Schleef <ds@schleef.org>
374 * win32/gstenumtypes.c: Update from gst/gstenumtypes.c (See
376 * win32/gstenumtypes.h: same
378 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
380 * gst/gstpad.c: (gst_pad_query):
381 Do query on realized pad, similar to how convert/send_event handle
382 this. Also makes sense, since this pad belongs to the function to
383 which this query will be sent. Fixes #158163.
385 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
387 * docs/manual/appendix-programs.xml: fix pipeline to actually work
389 2004-12-16 Christian Fredrik Kalager Schaller <christian@fluendo.com>
391 * docs/faq/general.xml: fix pipeline to actually work
393 2004-12-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
395 * gst/gstvalue.c: (gst_value_deserialize_string):
396 check that a simple string that gets deserialized does not contain
398 * testsuite/caps/value_serialize.c: (test_string_deserialization):
399 remove a test that tested a wring behaviour
401 2004-12-16 Matt Kraai <kraai@alumni.cmu.edu>
403 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
405 * docs/manual/intro-motivation.xml:
408 2004-12-16 Edward Hervey <bilboed@bilboed.com>
410 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
412 * docs/gst/tmpl/gstprobe.sgml:
413 Fix documentation of probe callback - it is supposed to return
414 FALSE, not TRUE, to remove data from the stream (#159087).
416 2004-12-16 Daniel Gazard <dany42@free.fr>
418 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
420 * gst/gstelementfactory.c: (gst_element_factory_create):
421 Fix compile failure if compiling without libxml2 support (#149936).
423 2004-12-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
425 * docs/manual/advanced-autoplugging.xml:
426 * docs/manual/highlevel-components.xml:
427 Move spider from autoplugging to components. Autoplugging is for
428 internals, not for solutions. ;-).
430 2004-12-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
432 * docs/random/ds/0.9-suggested-changes:
433 Make note on device/location/uri property names.
435 2004-12-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
437 * docs/manual/advanced-autoplugging.xml:
438 * docs/manual/advanced-clocks.xml:
439 * docs/manual/advanced-interfaces.xml:
440 * docs/manual/advanced-metadata.xml:
441 * docs/manual/advanced-position.xml:
442 * docs/manual/advanced-schedulers.xml:
443 * docs/manual/advanced-threads.xml:
444 * docs/manual/appendix-gnome.xml:
445 * docs/manual/appendix-programs.xml:
446 * docs/manual/appendix-quotes.xml:
447 * docs/manual/autoplugging.xml:
448 * docs/manual/basics-bins.xml:
449 * docs/manual/basics-data.xml:
450 * docs/manual/basics-elements.xml:
451 * docs/manual/basics-helloworld.xml:
452 * docs/manual/basics-init.xml:
453 * docs/manual/basics-pads.xml:
454 * docs/manual/basics-plugins.xml:
455 * docs/manual/bins-api.xml:
456 * docs/manual/bins.xml:
457 * docs/manual/buffers-api.xml:
458 * docs/manual/buffers.xml:
459 * docs/manual/clocks.xml:
460 * docs/manual/components.xml:
461 * docs/manual/cothreads.xml:
462 * docs/manual/debugging.xml:
463 * docs/manual/dparams-app.xml:
464 * docs/manual/dynamic.xml:
465 * docs/manual/elements-api.xml:
466 * docs/manual/elements.xml:
467 * docs/manual/factories.xml:
468 * docs/manual/gnome.xml:
469 * docs/manual/goals.xml:
470 * docs/manual/helloworld.xml:
471 * docs/manual/helloworld2.xml:
472 * docs/manual/highlevel-components.xml:
473 * docs/manual/highlevel-xml.xml:
474 * docs/manual/init-api.xml:
475 * docs/manual/intro-basics.xml:
476 * docs/manual/intro-motivation.xml:
477 * docs/manual/intro-preface.xml:
478 * docs/manual/intro.xml:
479 * docs/manual/links-api.xml:
480 * docs/manual/links.xml:
481 * docs/manual/manual.xml:
482 * docs/manual/motivation.xml:
483 * docs/manual/pads-api.xml:
484 * docs/manual/pads.xml:
485 * docs/manual/plugins-api.xml:
486 * docs/manual/plugins.xml:
487 * docs/manual/programs.xml:
488 * docs/manual/queues.xml:
489 * docs/manual/quotes.xml:
490 * docs/manual/schedulers.xml:
491 * docs/manual/states-api.xml:
492 * docs/manual/states.xml:
493 * docs/manual/threads.xml:
494 * docs/manual/typedetection.xml:
495 * docs/manual/win32.xml:
496 * docs/manual/xml.xml:
497 Try 2. This time, include a short preface as a "general
498 introduction", also add code blocks around all code samples
499 so they get compiled. We still need a way to tell readers
500 the filename of the code sample. In some cases, don't show
501 all code in the documentation, but do include it in the generated
502 code. This allows for focussing on specific bits in the docs,
503 while still having a full test application available.
504 * examples/manual/Makefile.am:
505 Fix up examples for new ADM. Add several of the new examples that
506 were either added or were missing from the build system.
507 * examples/manual/extract.pl:
508 Allow nameless blocks.
510 2004-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
512 * docs/manual/elements-api.xml:
513 * docs/manual/helloworld.xml:
514 * examples/manual/extract.pl:
515 fix last example. Add example of adding code blocks that are not
516 shown in docbook output.
518 2004-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
520 * docs/manual/dynamic.xml:
521 * docs/manual/elements-api.xml:
522 * docs/manual/gnome.xml:
523 * docs/manual/helloworld2.xml:
524 * docs/manual/init-api.xml:
525 * docs/manual/queues.xml:
526 * docs/manual/threads.xml:
527 * docs/manual/xml.xml:
528 * examples/manual/extract.pl:
529 Make it possible to extract example code from separate blocks.
530 Should make Ronald happy.
532 2004-12-15 Wim Taymans <wim@fluendo.com>
534 * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
535 (remove_from_group), (group_elements_set_visited),
536 (normalize_group), (gst_opt_scheduler_iterate):
537 Fix bug where a flag was not updated on a decoupled entry point
538 because we were just checking the group element list and decoupled
539 elements are not in that list..
541 2004-12-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
543 * docs/manual/advanced-autoplugging.xml:
544 * docs/manual/advanced-clocks.xml:
545 * docs/manual/advanced-dparams.xml:
546 * docs/manual/advanced-interfaces.xml:
547 * docs/manual/advanced-metadata.xml:
548 * docs/manual/advanced-position.xml:
549 * docs/manual/advanced-schedulers.xml:
550 * docs/manual/advanced-threads.xml:
551 * docs/manual/appendix-debugging.xml:
552 * docs/manual/appendix-gnome.xml:
553 * docs/manual/appendix-programs.xml:
554 * docs/manual/appendix-quotes.xml:
555 * docs/manual/appendix-win32.xml:
556 * docs/manual/autoplugging.xml:
557 * docs/manual/basics-bins.xml:
558 * docs/manual/basics-data.xml:
559 * docs/manual/basics-elements.xml:
560 * docs/manual/basics-helloworld.xml:
561 * docs/manual/basics-init.xml:
562 * docs/manual/basics-pads.xml:
563 * docs/manual/basics-plugins.xml:
564 * docs/manual/bins-api.xml:
565 * docs/manual/bins.xml:
566 * docs/manual/buffers-api.xml:
567 * docs/manual/buffers.xml:
568 * docs/manual/clocks.xml:
569 * docs/manual/components.xml:
570 * docs/manual/cothreads.xml:
571 * docs/manual/debugging.xml:
572 * docs/manual/dparams-app.xml:
573 * docs/manual/dynamic.xml:
574 * docs/manual/elements-api.xml:
575 * docs/manual/elements.xml:
576 * docs/manual/factories.xml:
577 * docs/manual/gnome.xml:
578 * docs/manual/goals.xml:
579 * docs/manual/helloworld.xml:
580 * docs/manual/helloworld2.xml:
581 * docs/manual/highlevel-components.xml:
582 * docs/manual/highlevel-xml.xml:
583 * docs/manual/init-api.xml:
584 * docs/manual/intro-motivation.xml:
585 * docs/manual/intro-preface.xml:
586 * docs/manual/intro.xml:
587 * docs/manual/links-api.xml:
588 * docs/manual/links.xml:
589 * docs/manual/manual.xml:
590 * docs/manual/motivation.xml:
591 * docs/manual/pads-api.xml:
592 * docs/manual/pads.xml:
593 * docs/manual/plugins-api.xml:
594 * docs/manual/plugins.xml:
595 * docs/manual/programs.xml:
596 * docs/manual/queues.xml:
597 * docs/manual/quotes.xml:
598 * docs/manual/schedulers.xml:
599 * docs/manual/states-api.xml:
600 * docs/manual/states.xml:
601 * docs/manual/threads.xml:
602 * docs/manual/typedetection.xml:
603 * docs/manual/win32.xml:
604 * docs/manual/xml.xml:
605 First try at rewriting the ADM. Needs lotsamore work, but some
606 parts might already be somewhat useful.
607 * docs/pwg/advanced-interfaces.xml:
608 Remove properties interface, it never actually existed (except for
611 2004-12-13 David Schleef <ds@schleef.org>
613 * gst/gstpad.c: (gst_pad_set_explicit_caps): Allow caps to
614 be NULL (bug #160220).
616 2004-12-13 David Schleef <ds@schleef.org>
618 * configure.ac: remove all mmx stuff, because it's not used.
619 * docs/random/ds/0.9-suggested-changes: additional notes
620 * include/Makefile.am: we don't use these anymore
621 * include/mmx.h: remove
622 * include/sse.h: remove
624 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
626 * docs/random/mimetypes:
627 Add FOURCC code for h264 codec (VSSH)
628 Add alternate FOURCC codes for h263 related codecs
630 2004-12-10 Stefan Kost <ensonic@users.sf.net>
632 * docs/manual/programs.xml:
633 Added more gst-launch examples.
635 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
637 * gst/gstqueue.c: (gst_queue_handle_src_query):
638 Check for availability again.
640 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
642 * gst/gstcaps.c: (gst_caps_compare_structures):
643 Simple caps go first. This has the nice side-effect of fixing an
646 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
648 * gst/gstversion.h.in:
651 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
653 * gst/schedulers/gstoptimalscheduler.c:
654 (gst_opt_scheduler_schedule_run_queue), (schedule_chain),
655 (gst_opt_scheduler_get_wrapper):
656 When we're recursing into a chain run, only run the directly
657 related group, not all queued ones. This will fix a possible
658 deadlock in chains with more than two groups.
660 2004-12-08 Thomas Vander Stichele <thomas at apestaart dot org>
663 remove patch if autopoint fails
665 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
667 * docs/gst/gstreamer-sections.txt:
668 Document Thomas' addition, fix build, make Luis the sheriff happy.
670 2004-12-07 Thomas Vander Stichele <thomas at apestaart dot org>
674 add accessor for version field
676 2004-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
678 submitted by: Luca Ferretti <elle.uca@infinito.it>
682 New tranlation added: Italian
684 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
686 * gst/gstpad.c: (gst_pad_is_negotiated),
687 (gst_pad_get_negotiated_caps):
688 GST_RPAD_* will only operate on a RealPad (it casts the pointer,
689 it doesn't actually check the contents), so be sure to hand it
690 a RealPad else we'll crash.
692 2004-12-03 Wim Taymans <wim@fluendo.com>
694 * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
695 (gst_queue_link), (gst_queue_handle_src_query):
696 Reverted to 1.110 until this makes the testsuite and various
699 2004-12-01 Christian Fredrik Kalager Schaller <christian@fluendo.com>
701 * docs/upload.mak: fix included CVS conflict strings
703 2004-12-01 William Jon McCann <mccann@jhu.edu>
705 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
707 * gst/gstelement.c: (gst_element_error_full):
708 Use g_error_new_literal because error text may have
709 percentage signs in it. Fixes #160019.
711 2004-12-01 Benjamin Otte <otte@gnome.org>
713 * gst/elements/gstbufferstore.c:
714 (gst_buffer_store_add_buffer_func):
715 don't try to make subbuffers bigger than they can be. (fixes
718 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
720 * docs/gst/gstreamer-sections.txt:
721 * docs/gst/tmpl/gstvalue.sgml:
722 Add new function to docs to fix build.
724 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
726 * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
727 * gst/gstpad.c: (_gst_pad_default_fixate_value),
728 (_gst_pad_default_fixate_foreach):
729 * gst/gstvalue.c: (gst_type_is_fixed), (gst_value_is_fixed):
731 Deprecate _type_is_fixed, use _value_is_fixed instead, since
732 in some cases (arrays), the fixedness depends on the content.
733 * gst/gstqueue.c: (gst_queue_handle_src_query):
734 Check for availability before doing something.
736 2004-11-29 Wim Taymans <wim@fluendo.com>
738 * testsuite/threads/Makefile.am:
739 * testsuite/threads/signals.c: (gst_test_get_type),
740 (gst_test_class_init), (gst_test_init), (gst_test_dispose),
741 (gst_test_set_property), (gst_test_get_property),
742 (gst_test_do_signal1), (signal2_handler), (gst_test_do_signal2),
743 (gst_test_do_prop), (run_thread), (main):
744 Added a bunch of testcases that show threadsafety bugs in glib.
746 2004-11-29 Stefan Kost <ensonic@users.sf.net>
748 * docs/manual/programs.xml:
749 Added a first batch of gst-launch examples, as provided by Ronald
750 and others from the devel-mlist
752 2004-11-28 Benjamin Otte <otte@gnome.org>
754 * gst/gstelement.c: (gst_element_negotiate_pads):
756 * gst/gstvalue.c: (gst_string_wrap), (gst_string_unwrap),
757 (gst_value_serialize_string), (gst_value_deserialize_string):
758 add unwrapping of previously wrapped strings. Fix bug in wrapping
760 * testsuite/caps/value_serialize.c: (test1),
761 (test_string_serialization), (test_string_deserialization), (main):
762 add tests for string (de)serialization
764 2004-11-26 Wim Taymans <wim@fluendo.com>
766 * testsuite/threads/159566.c: (object_deep_notify), (main):
767 * testsuite/threads/Makefile.am:
768 Added testsuite to show bug #159566
770 2004-11-25 Wim Taymans <wim@fluendo.com>
772 * gst/gstthread.c: (gst_thread_dispose), (gst_thread_change_state),
773 (gst_thread_child_state_change), (gst_thread_main_loop):
774 Ref the thread object in the GThread mainloop. Break out of the
775 thread mainloop if it holds the last ref. This properly exits
776 the threads when disposing the thread from its own context. It
777 also avoids possible deadlocks in the dispose function.
779 2004-11-24 Martin Soto <martinsoto@users.sourceforge.net>
781 * gst/gstqueue.c (gst_queue_link_sink): Grab the lock only when
782 it is necessary to wait.
784 2004-11-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
786 * docs/pwg/building-boiler.xml:
787 Make description somewhat clearer.
789 2004-11-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
792 Apparently docs changed location on FDO's server.
794 2004-11-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
796 * docs/pwg/appendix-checklist.xml:
797 Add some random notes on things to check when writing an element.
798 This list can be extended as people see fit.
800 2004-11-23 Martin Soto <martinsoto@users.sourceforge.net>
802 * gst/gstqueue.c (gst_queue_init, gst_queue_link_sink)
803 (gst_queue_link_src): Allow for renegotiating the caps of the sink
804 pad. The queue will now wait until it is empty and forward the new
806 * gst/gstbin.c (gst_bin_set_element_sched)
807 (gst_bin_unset_element_sched): Make sure that all elements and
808 links are registered and unregistered with the scheduler exactly
809 once. This elaborates on a fix by Benjamin Otte, but
810 guarantees that decoupled elements are also registered.
812 2004-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
814 * docs/manual/quotes.xml:
819 add LIBDIR and move init message higher up so it's at the start
821 2004-11-08 Christian Fredrik Kalager Schaller <christian@fluendo.com>
823 * gst/schedulers/Makefile.am: fix disted build fair by including .h file
824 * gstreamer.spec.in: add fair
826 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
828 * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
829 * gst/elements/gstidentity.c: (gst_identity_class_init):
830 Use G_SIGNAL_TYPE_STATIC_SCOPE, patch by Christophe Fergeau
831 <teuf@gnome.org> (#157263).
832 * gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
833 (gst_type_find_handle_src_query):
834 Subtract size of internally stored data from position queries.
836 2004-11-07 Martin Soto <martinsoto@users.sourceforge.net>
838 * gst/schedulers/fairscheduler.c:
839 * gst/schedulers/faircothreads.c:
840 * gst/schedulers/faircothreads.h:
841 New cothread based scheduler: Fair scheduler.
842 * gst/schedulers/gthread-cothreads.h:
843 Add the standard #if around the whole file.
844 Defining symbol GTHREAD_COTHREADS_NO_DEFINITIONS will now prevent
845 compilation of the functions defined in this file. This is
846 necessary to be able to use this file as a normal header.
847 * gst/schedulers/Makefile.am: Add compiling support for fair
849 * docs/gst/Makefile.am (IGNORE_HFILES): Exclude internal fair
850 scheduler cothreads layer from documentation generation.
852 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
854 * gst/autoplug/gstspideridentity.c:
855 (gst_spider_identity_sink_loop_type_finding):
856 Don't crash if that function is not implemented.
858 2004-11-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
860 * docs/pwg/advanced-types.xml:
863 2004-11-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
865 * docs/pwg/intro-preface.xml:
866 Hm, ok, so the brackets weren't really useful...
867 * docs/pwg/other-ntoone.xml:
868 Fix embarassing typo.
870 2004-11-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
872 * docs/pwg/intro-preface.xml:
875 2004-11-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
877 * docs/pwg/advanced-scheduling.xml:
878 * docs/pwg/advanced-tagging.xml:
879 * docs/pwg/advanced-types.xml:
880 * docs/pwg/building-boiler.xml:
881 * docs/pwg/building-chainfn.xml:
882 * docs/pwg/building-signals.xml:
883 * docs/pwg/building-state.xml:
884 * docs/pwg/building-testapp.xml:
885 * docs/pwg/intro-basics.xml:
886 * docs/pwg/other-manager.xml:
887 * docs/pwg/other-source.xml:
889 * docs/pwg/other-manager.xml:
890 Add some first content. No example code yet.
891 * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
892 Remove double newlines.
894 2004-11-04 Wim Taymans <wim@fluendo.com>
896 * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
897 (remove_from_group), (normalize_group), (group_migrate_connected),
898 (gst_opt_scheduler_iterate):
899 * testsuite/schedulers/.cvsignore:
900 * testsuite/schedulers/Makefile.am:
901 * testsuite/schedulers/queue_link.c: (main):
902 Added testcase for scheduler segfault.
903 Fix scheduler segfault when removing a decoupled
904 entry point as the last element from a group.
906 2004-11-03 Christophe Fergeau <teuf@gnome.org>
908 * gst/gstmarshal.list: add missing marshaller, fixes build
910 2004-11-03 Christophe Fergeau <teuf@gnome.org>
912 * docs/random/signal: added notes about using BOXED for GstBuffer
913 signal marshallers, not POINTER
915 2004-11-03 Christophe Fergeau <teuf@gnome.org>
917 * gst/elements/gstfakesink.c: (gst_fakesink_class_init):
918 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init): more
919 POINTER=>BOXED changes to marshal GstBuffers
921 2004-11-03 Christophe Fergeau <teuf@gnome.org>
923 * gst/elements/gstidentity.c: (gst_identity_class_init): GstBuffer is
924 a boxed type, marshal the signal with VOID__BOXED, not VOID__POINTER
926 2004-11-03 Stefan Kost <ensonic@users.sf.net>
928 * docs/gst/gstreamer-sections.txt:
929 * docs/gst/tmpl/gstcaps.sgml:
930 * docs/gst/tmpl/gsterror.sgml:
931 * docs/gst/tmpl/gstinfo.sgml:
932 * docs/gst/tmpl/gstmacros.sgml:
933 * docs/gst/tmpl/gstutils.sgml:
934 * docs/random/ensonic/interfaces.txt:
936 added some more docs, removed two obsolete defines
938 2004-11-02 Kjartan Maraas <as at gnome.org>
940 reviewed by: Wim Taymans, Ronald Bultje.
942 * gst/cothreads.c: (cothread_create):
943 * gst/gstbin.c: (gst_bin_add_func), (gst_bin_remove_func),
944 (gst_bin_child_state_change_func):
945 * gst/gstbuffer.c: (gst_buffer_span):
946 * gst/gstelement.c: (gst_element_get_index),
947 (gst_element_get_event_masks), (gst_element_get_query_types),
948 (gst_element_get_formats):
949 * gst/gsterror.c: (_gst_core_errors_init),
950 (_gst_library_errors_init), (_gst_resource_errors_init),
951 (_gst_stream_errors_init):
952 * gst/gstobject.c: (gst_object_default_deep_notify):
953 * gst/gstpad.c: (gst_pad_get_event_masks),
954 (gst_pad_get_internal_links_default):
955 * gst/gstplugin.c: (gst_plugin_register_func),
956 (gst_plugin_get_module):
957 * gst/gststructure.c: (gst_structure_get_string),
958 (gst_structure_get_abbrs), (gst_structure_from_abbr),
959 (gst_structure_to_abbr):
960 * gst/gstutils.c: (gst_print_element_args):
961 * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
962 (setup_group_scheduler), (gst_opt_scheduler_iterate):
963 Aplied part of patch #157127: Cleanup of issues reported by
965 Also do not try to use cothreads when there is no cothread
968 2004-11-02 Sebastien Cote <sc5 at hermes.usherb.ca>
970 * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
971 (gst_opt_scheduler_iterate):
972 Applied patch #154061. Running a pipeline in which an element
973 calls GST_ELEMENT_ERROR in the chain function, the opt
974 scheduler doesn't unref the chain so it never gets freed.
976 2004-11-02 Wim Taymans <wim@fluendo.com>
978 * gst/gststructure.c: (gst_structure_get_abbrs),
979 (gst_structure_from_abbr), (gst_structure_to_abbr):
980 Remove that ugly if-then thing in the code that converts
981 between strings and types.
983 2004-11-02 Wim Taymans <wim@fluendo.com>
985 * gst/gstscheduler.c: (gst_scheduler_add_element),
986 (gst_scheduler_remove_element), (gst_scheduler_state_transition):
987 Aplied clock distribution patch, this should fix bug
990 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
992 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
996 Added Norwegian Bokmaal translation
998 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
1000 * tools/gst-inspect.c: (print_signal_info):
1001 print signal arguments as pointers if they are
1003 2004-10-22 Stefan Kost <ensonic@users.sf.net>
1005 * docs/pwg/building-boiler.xml:
1006 exchanged GTK_ macros with G_TYPE macros (as pointed out by mathrick)
1008 2004-10-19 Wim Taymans <wim at fluendo dot com>
1010 * gst/parse/parse.l:
1011 * testsuite/parse/parse1.c: (main):
1012 Since parse can do 'element name=a:b' make 'a:b.' work as
1014 Added testcase to verify fix.
1016 2004-10-19 Wim Taymans <wim at fluendo dot com>
1018 * tools/gst-inspect.c: (print_pad_info), (print_plugin_features):
1019 Use the realpad when printing the direction.
1020 Add extra \n when printing extensions of typefind factories.
1022 2004-10-13 David Schleef <ds@schleef.org>
1024 * examples/manual/Makefile.am: $< isn't portable in Makefile
1027 2004-10-13 Stefan Kost <ensonic@users.sf.net>
1029 * docs/gst/tmpl/gstobject.sgml:
1030 * docs/gst/tmpl/gstplugin.sgml:
1031 * docs/gst/tmpl/gstpluginfeature.sgml:
1032 * docs/gst/tmpl/gstregistry.sgml:
1033 * docs/gst/tmpl/gstversion.sgml:
1035 more api documentation
1036 * gst/gstplugin.c: (gst_plugin_register_func),
1037 (gst_plugin_check_file), (gst_plugin_load_file):
1038 better error signaling and logging
1040 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1042 * gst/gstqueue.c: (gst_queue_init), (gst_queue_handle_src_query):
1043 Subtract current queue contents from position queries.
1045 2004-10-11 Johan Dahlin <johan@gnome.org>
1047 * gst/gsturi.c (gst_uri_get_location): unescape string
1048 (gst_uri_construct): escape string.
1050 2004-10-11 Benjamin Otte <otte@gnome.org>
1052 * gst/gstpad.c: (gst_pad_renegotiate), (gst_pad_try_set_caps),
1053 (gst_pad_try_set_caps_nonfixed):
1054 allow renegotiation of unconnected pads (as inside spider). Simply
1055 return OK if unconnected - mimic try_set_caps there.
1057 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1059 * gst/gstbin.c: (gst_bin_sync_children_state):
1062 2004-10-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
1064 * gst/elements/gstfakesrc.c: (gst_fakesrc_get):
1065 Set element to EOS before sending EOS event
1067 2004-10-08 Wim Taymans <wim at fluendo dot com>
1069 * gst/elements/gsttypefindelement.c:
1070 (gst_type_find_element_handle_event):
1071 Handle EOS events when doing the transition from
1072 typefind to data passing. This should fix the
1073 infinite loops in short files.
1075 2004-10-07 Wim Taymans <wim at fluendo dot com>
1077 * gst/gstthread.c: (gst_thread_change_state),
1078 (gst_thread_child_state_change):
1079 Make sure no iteration happens while performing
1080 the state change as it could mess up the internal
1081 consistency of the thread state.
1083 2004-10-07 Wim Taymans <wim at fluendo dot com>
1085 * gst/gstthread.c: (gst_thread_dispose), (gst_thread_sync),
1086 (gst_thread_change_state), (gst_thread_child_state_change):
1087 Do not try to grab the iterate lock in the state change method
1088 when we are in the same thread as the iterate or else we
1089 could deadlock. Some other cleanups.
1091 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
1096 === release 0.8.7 ===
1098 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
1104 releasing 0.8.7, "A Cruise"
1106 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1108 * docs/random/mimetypes:
1109 Add an entry for Sony ATRAC3 audio format with mime-type
1110 used by rmdemux et riff-read
1112 2004-10-06 Wim Taymans <wim at fluendo dot com>
1114 * gst/elements/gsttypefindelement.c: (stop_typefinding):
1115 Push the buffer store instead of clearing it in case that
1116 the stream is not seekable.
1118 2004-10-06 Wim Taymans <wim at fluendo dot com>
1120 * gst/gstthread.c: (gst_thread_init), (gst_thread_change_state),
1121 (gst_thread_main_loop):
1122 Lock the iteration and the state change so that automatic
1123 negotiation and fixation does not happen at the same time
1124 as the in stream negotiation.
1126 2004-10-05 Thomas Vander Stichele <thomas at apestaart dot org>
1131 === release 0.8.6 ===
1133 2004-10-05 Thomas Vander Stichele <thomas at apestaart dot org>
1139 releasing 0.8.6, "Narc"
1141 2004-10-05 Thomas Vander Stichele <thomas at apestaart dot org>
1146 2004-10-05 Thomas Vander Stichele <thomas at apestaart dot org>
1148 patch by: Steve Lhomme
1150 * gst/elements/gstfakesrc.c:
1151 * gst/elements/gstidentity.c:
1155 2004-10-01 Wim Taymans <wim at fluendo dot com>
1157 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc):
1158 Fix threadsafety of the crc checking function.
1160 2004-09-26 Thomas Vander Stichele <thomas at apestaart dot org>
1162 patch by: Ronald Bultje
1164 * gst/elements/gsttypefindelement.c: (stop_typefinding),
1165 (gst_type_find_element_handle_event),
1166 (gst_type_find_element_chain):
1167 * gst/elements/gsttypefindelement.h:
1169 Filter out discont event from seekable sources when typefind
1170 asks them to seek. Fixes typefind with demuxers for
1171 avi, asf and matroska.
1173 2004-09-26 Thomas Vander Stichele <thomas at apestaart dot org>
1175 * docs/gst/gstreamer-sections.txt:
1179 Revert preferred caps: (#147789)
1181 2004-09-19 Steve Lhomme <steve.lhomme@free.fr>
1186 2004-09-10 Thomas Vander Stichele <thomas at apestaart dot org>
1191 2004-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
1194 * docs/manual/elements-api.xml:
1195 restructure so that common stuff is shown first
1196 * docs/manual/init-api.xml:
1198 * docs/manual/manual.xml:
1200 * docs/url.entities:
1201 link to API on the website, possibly override later in build
1202 * examples/manual/.cvsignore:
1204 * examples/manual/Makefile.am:
1206 * examples/manual/extract.pl:
1207 error out on failure
1209 2004-09-08 Thomas Vander Stichele <thomas at apestaart dot org>
1211 * docs/gst/tmpl/gstthread.sgml:
1212 * docs/manual/init-api.xml:
1213 * examples/manual/Makefile.am:
1214 convert two code bits to examples
1216 2004-09-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
1218 * gst/gstelement.c: (gst_element_change_state):
1219 Well, actually, I was about to remove this insane assert when
1220 I noticed Wim already did that. A warning is nice so we can
1221 fix actual ugs (using --g-fatal-warnings and backtraces), so
1222 I added that instead.
1224 2004-09-06 Wim Taymans <wim@fluendo.com>
1226 * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
1227 (gst_element_threadsafe_properties_post_run),
1228 (gst_element_set_state), (gst_element_change_state):
1229 Added extra refcounting around various places.
1231 2004-09-06 Wim Taymans <wim@fluendo.com>
1233 * gst/gstpad.c: (gst_pad_link_call_link_functions):
1236 2004-09-06 Wim Taymans <wim@fluendo.com>
1238 * gst/schedulers/gstoptimalscheduler.c: (add_to_group),
1239 (remove_from_group):
1240 Some more debug info.
1242 2004-09-03 Wim Taymans <wim@fluendo.com>
1244 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
1245 (gst_fakesrc_init), (gst_fakesrc_set_clock),
1246 (gst_fakesrc_set_property), (gst_fakesrc_get_property),
1247 (gst_fakesrc_get), (gst_fakesrc_change_state):
1248 * gst/elements/gstfakesrc.h:
1249 * gst/elements/gstidentity.c: (gst_identity_class_init),
1250 (gst_identity_init), (gst_identity_chain),
1251 (gst_identity_set_property), (gst_identity_get_property),
1252 (gst_identity_change_state):
1253 * gst/elements/gstidentity.h:
1254 Added datarate properties to limit the datarate.
1257 2004-08-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
1259 * gst/autoplug/gstspider.c: (plugin_init):
1260 don't set a rank. We don't want to autoplug by inserting spiders.
1262 2004-08-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
1264 * gst/autoplug/gstspider.c: (gst_spider_class_init),
1265 (gst_spider_identity_plug):
1266 add a template for spider's sink
1267 * gst/gst.c: (gst_register_core_elements):
1268 queue's rank should be NULL, we don't want spider to add it.
1270 2004-08-18 David Schleef <ds@schleef.org>
1272 * docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331)
1273 * docs/libs/Makefile.am: same
1274 * docs/gst/tmpl/gstxml.sgml: Remove GstXMLNs
1275 * docs/random/ds/0.9-planning: random additions
1276 * docs/random/ds/0.9-suggested-changes: same
1277 * gst/gstxml.h: remove vestigal GstXMLNs definition
1279 Preferred caps: (#147789)
1280 * docs/gst/gstreamer-sections.txt: Add symbols
1281 * docs/gst/tmpl/gstcaps.sgml: Add symbols
1282 * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
1283 (gst_caps_append), (gst_caps_copy_1), (gst_caps_intersect),
1284 (gst_caps_union), (gst_caps_save_thyself), (gst_caps_load_thyself),
1285 (gst_caps_get_preferred), (gst_caps_set_preferred),
1286 (gst_caps_get_structure_by_id), (gst_caps_prefer_foreach),
1287 (gst_caps_use_preferred): Handle caps preferences
1288 * gst/gstcaps.h: Add caps preferences
1289 * gst/gstpad.c: (gst_pad_link_get_preferred),
1290 (gst_pad_link_fixate), (gst_pad_link_call_link_functions),
1291 (gst_pad_renegotiate), (gst_pad_guess_preferred),
1292 (gst_pad_get_caps), (gst_pad_push): Use caps preferences for
1295 2004-08-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
1297 * gst/autoplug/gstspideridentity.c:
1298 (gst_spider_identity_request_new_pad):
1299 * gst/elements/gstaggregator.c: (gst_aggregator_base_init),
1300 (gst_aggregator_init):
1301 * gst/elements/gstfakesink.c: (gst_fakesink_base_init),
1302 (gst_fakesink_init):
1303 * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
1305 * gst/elements/gstfdsink.c: (gst_fdsink_base_init),
1307 * gst/elements/gstfdsrc.c: (gst_fdsrc_base_init), (gst_fdsrc_init):
1308 * gst/elements/gstfilesink.c: (gst_filesink_base_init),
1309 (gst_filesink_init):
1310 * gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
1312 * gst/elements/gstidentity.c: (gst_identity_base_init),
1313 (gst_identity_init):
1314 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
1315 (gst_multifilesrc_init):
1316 * gst/elements/gstpipefilter.c: (gst_pipefilter_base_init),
1317 (gst_pipefilter_init):
1318 * gst/elements/gststatistics.c: (gst_statistics_base_init),
1319 (gst_statistics_init):
1320 * gst/elements/gsttee.c: (gst_tee_base_init), (gst_tee_init):
1321 * gst/gstqueue.c: (gst_queue_base_init), (gst_queue_init):
1322 s/gst_pad_new/&_from_template/
1323 register pad templates in the base_init function
1324 add static pad template definitions
1326 2004-08-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
1328 * testsuite/bytestream/gstbstest.c: (gst_bstest_init):
1329 * testsuite/dynparams/dparamstest.c: (gst_dptest_init):
1330 * testsuite/refcounting/pad.c: (main):
1331 * testsuite/refcounting/thread.c: (create_thread_ghostpads):
1332 s/gst_pad_new/&_from_template/
1333 prepare deprecation of gst_pad_new
1335 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
1337 patch by: Luca Ognibene <skaboy81@virgilio.it>
1343 fix memleaks. Fixes #150001
1345 2004-08-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
1347 * docs/random/ds/0.9-suggested-changes:
1348 add notes - mostly about pad templates
1350 2004-08-16 Steve Lhomme <steve.lhomme@free.fr>
1352 * win32/GStreamer.vcproj:
1353 temporary locale files are .gmo not .mo
1355 2004-08-16 Thomas Vander Stichele <thomas at apestaart dot org>
1357 * configure.ac: bump nano to cvs
1359 === release 0.8.5 ===
1361 2004-08-16 Thomas Vander Stichele <thomas at apestaart dot org>
1364 releasing 0.8.5, "Stuttgart"
1368 * docs/random/release:
1371 2004-08-16 Thomas Vander Stichele <thomas at apestaart dot org>
1373 patch by: Wim Taymans (wim@fluendo.com)
1377 * libs/gst/dataprotocol/dataprotocol.c:
1378 copy KEY_UNIT and DELTA_UNIT flags correctly. Fixes #150242
1380 2004-08-13 Thomas Vander Stichele <thomas at apestaart dot org>
1384 add win32 dir to the build. Fixes #149981.
1386 2004-08-13 Thomas Vander Stichele <thomas at apestaart dot org>
1389 bump libtool versioning
1390 * gst/gststructure.c:
1391 mark function as static
1406 trademark protection
1408 2004-08-12 Thomas Vander Stichele <thomas at apestaart dot org>
1412 set GST_PACKAGE to source, and distinguish between release and other
1413 * tools/gst-inspect.c:
1414 print out plugin an element factory is part of so we see this info
1416 2004-08-12 Thomas Vander Stichele <thomas at apestaart dot org>
1418 * docs/gst/gstreamer-sections.txt:
1419 * docs/gst/tmpl/gstbuffer.sgml:
1420 * docs/gst/tmpl/gstschedulerfactory.sgml:
1421 reorder docs a little, make GstBuffer's more sensible.
1423 API: added GST_BUFFER_FLAG_DELTA_UNIT
1424 * gst/gstscheduler.c:
1425 comment API addition
1427 2004-08-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
1429 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
1430 work with non-regular files that can be mmapped (like /dev/zero)
1431 * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
1432 get rid of typefinds that require a seek when we can't seek instead
1433 of trying them over and over again
1434 * tools/gst-launch.c: (idle_func), (error_cb), (main):
1435 return non-zero failure value when the pipeline was interrupted or
1438 2004-08-11 Steve Lhomme <steve.lhomme@free.fr>
1441 * win32/GStreamer.vcproj:
1442 compile and install the locales
1444 2004-08-11 Steve Lhomme <steve.lhomme@free.fr>
1447 fix a possible memory leak under Windows
1449 2004-08-11 Steve Lhomme <steve.lhomme@free.fr>
1451 * win32/GStreamer.vcproj:
1452 fix a memory leak that occured under Windows
1453 * win32/gstreamer.def:
1454 add gst_scheduler_register
1456 2004-08-11 Benjamin Otte <otte@gnome.org>
1458 * docs/gst/gstreamer-sections.txt:
1459 * gst/gstscheduler.c: (gst_scheduler_register):
1460 * gst/gstscheduler.h:
1462 add gst_scheduler_register shortcut similar to gst_element_register
1463 * gst/schedulers/entryscheduler.c: (plugin_init):
1464 * gst/schedulers/gstbasicscheduler.c: (plugin_init):
1465 * gst/schedulers/gstoptimalscheduler.c: (plugin_init):
1468 2004-08-10 Steve Lhomme <steve.lhomme@free.fr>
1471 fix a memory leak that occured under Windows
1473 2004-08-10 Colin Walters <walters@redhat.com>
1475 * gst/registries/gstxmlregistry.c (gst_xml_registry_open_func):
1476 Don't use O_EXCL to open temporary registry. It will prevent
1477 registry creation if a temporary one already exists, which
1480 2004-08-09 Steve Lhomme <steve.lhomme@free.fr>
1482 * docs/gst/gstreamer-sections.txt:
1483 * docs/gst/tmpl/gstvalue.sgml:
1484 remove some valuable stuff from the documentation due to the use of GST_EXPORT
1486 2004-08-09 Steve Lhomme <steve.lhomme@free.fr>
1488 * win32/gstbytestream.vcproj:
1489 * win32/gstelements.vcproj:
1490 * win32/gstgetbits.vcproj:
1491 * win32/gst-inspect.vcproj:
1492 * win32/gst-launch.vcproj:
1493 * win32/gstoptimalscheduler.vcproj:
1494 * win32/GStreamer.vcproj:
1495 * win32/gst-register.vcproj:
1496 * win32/gstspider.vcproj:
1497 update the include and lib dirs to fit standard libraries as
1498 described in the Win32 manual
1500 2004-08-09 Steve Lhomme <steve.lhomme@free.fr>
1503 * win32/gstversion.h:
1504 enable NLS again, push the version number for the coming 0.8.5 release
1506 2004-08-09 Steve Lhomme <steve.lhomme@free.fr>
1509 export gst_type_XXX for windows DLLs
1511 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
1513 * docs/faq/gst-uninstalled:
1514 fix PKG_CONFIG_PATH and PYTHONPATH
1515 * gst/schedulers/Makefile.am:
1517 * libs/gst/bytestream/bytestream.c:
1521 adding Albanian translation (Laurent Dhima)
1525 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
1529 updated translations
1531 2004-08-04 Benjamin Otte <otte@gnome.org>
1533 * tests/mass_elements.c: (main):
1534 allow specifying src and sink element explicitly, so I can test
1535 videotestsrc instead of fakesrc
1537 2004-08-04 Benjamin Otte <otte@gnome.org>
1539 * gst/gststructure.c: (gst_structure_id_empty_new_with_size),
1540 (gst_structure_id_empty_new), (gst_structure_empty_new),
1541 (gst_structure_copy):
1542 add gst_structure_id_empty_new_with_size to allow preallocating
1543 value array sizes. Use this in gst_structure_copy to get rid of
1545 don't do quark=>string=>quark when copying structures
1547 2004-08-03 Steve Lhomme <steve.lhomme@free.fr>
1549 * docs/manual/win32.xml:
1551 update documentation with the clean version of dependencies
1553 2004-08-03 Benjamin Otte <otte@gnome.org>
1555 * gst/schedulers/entryscheduler.c:
1556 (gst_entry_scheduler_remove_element):
1557 fix for GST_DISABLE_DEBUG
1558 * tools/gst-launch.c: (print_tag):
1559 fixes for G_DISABLE_ASSERT
1561 2004-08-03 Benjamin Otte <otte@gnome.org>
1563 * gst/gst.c: (gst_register_core_elements):
1564 fix for G_DISABLE_ASSERT
1565 * gst/gstinfo.c: (__gst_in_valgrind):
1566 add for GST_DISABLE_DEBUG
1568 2004-08-03 Benjamin Otte <otte@gnome.org>
1570 * gst/parse/parse.l:
1571 fix for G_DISABLE_ASSERT
1573 2004-08-03 Wim Taymans <wim@fluendo.com>
1575 * gst/gstbin.c: (gst_bin_get_type),
1576 (gst_bin_child_state_change_func):
1577 * gst/gstthread.c: (gst_thread_change_state):
1578 Backported some debug logging from a reverted patch
1579 Don't try to destroy the thread twice. Added some more
1580 debugging in GstThread. Unlock and signal even if we
1581 are in the thread context.
1583 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
1588 2004-07-30 David Schleef <ds@schleef.org>
1590 * gst/gstatomic_impl.h: Enable atomic code for x86_64
1592 2004-07-29 David Schleef <ds@schleef.org>
1594 * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test):
1595 Use GST_READ_GUINTxx_BE(), since it accesses unaligned memory.
1597 2004-07-29 Thomas Vander Stichele <thomas at apestaart dot org>
1599 * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
1600 (gst_bin_add_func), (gst_bin_remove_func),
1601 (gst_bin_child_state_change), (gst_bin_child_state_change_func),
1602 (set_kid_state_func), (gst_bin_change_state), (gst_bin_set_state),
1603 (gst_bin_change_state_norecurse), (gst_bin_dispose),
1604 (gst_bin_sync_children_state):
1606 * gst/gstthread.c: (gst_thread_class_init), (gst_thread_release),
1607 (gst_thread_change_state):
1608 * testsuite/states/Makefile.am:
1609 revert state change patches as agreed so we can rework them
1612 2004-07-29 Benjamin Otte <otte@gnome.org>
1614 * libs/gst/control/Makefile.am:
1615 link to libgstreamer (fixes Debian bug 262019, see
1616 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=262019 )
1618 2004-07-29 Wim Taymans <wim@fluendo.com>
1620 * testsuite/caps/fraction-convert.c: (check_from_double_convert),
1621 (check_from_fraction_convert), (transform_test), (main):
1622 Make the test less pedantic about float roundoff errors.
1624 2004-07-29 Benjamin Otte <otte@gnome.org>
1626 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file),
1627 (gst_filesrc_srcpad_event):
1628 make seek events to before start/after end of file not fail, but
1629 seek to start/end instead
1630 * testsuite/caps/fraction-convert.c: (check_from_double_convert):
1633 2004-07-29 Benjamin Otte <otte@gnome.org>
1635 * gst/gstpad.c: (gst_pad_set_explicit_caps):
1636 check that caps are fixed
1637 * gst/gstpad.c: (gst_pad_template_new):
1638 don't try to simplify caps, costs too much time on gst_init
1639 * gst/gstplugin.c: (gst_plugin_add_feature):
1640 G_ERROR if features are added twice
1641 * gst/gsttypefind.c: (gst_type_find_register):
1642 * gst/gstelementfactory.c: (gst_element_register):
1643 don't add features twice
1644 * docs/random/ds/0.9-suggested-changes:
1645 add note about possible gst_init optimization
1647 2004-07-28 David Schleef <ds@schleef.org>
1649 * testsuite/elements/Makefile.am:
1650 * testsuite/elements/struct_i386.h:
1651 * testsuite/elements/struct_size.c: (main): A little test
1652 to keep distcheck from working if someone changes a structure
1655 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
1657 * docs/libs/Makefile.am:
1658 * docs/libs/gstreamer-libs-docs.sgml:
1659 * docs/libs/gstreamer-libs-sections.txt:
1660 * docs/libs/tmpl/gstbytestream.sgml:
1661 * docs/libs/tmpl/gstcontrol.sgml:
1662 * docs/libs/tmpl/gstdataprotocol.sgml:
1663 * docs/libs/tmpl/gstgetbits.sgml:
1664 * libs/gst/bytestream/Makefile.am:
1665 * libs/gst/bytestream/bytestream.c:
1666 * libs/gst/bytestream/bytestream.h:
1667 * libs/gst/control/Makefile.am:
1668 * libs/gst/dataprotocol/Makefile.am:
1669 * libs/gst/getbits/Makefile.am:
1670 * libs/gst/getbits/getbits.h:
1671 various doc and style fixes, adding bytestream to libs docs.
1673 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
1675 * docs/gst/gstreamer-docs.sgml:
1676 * docs/libs/Makefile.am:
1677 * docs/libs/gstreamer-libs-docs.sgml:
1678 * docs/libs/gstreamer-libs-sections.txt:
1679 * libs/gst/control/dparam.c:
1680 more doc fixes. gst-libs docs now build the same way as gst.
1682 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
1685 * testsuite/Makefile.am:
1686 * testsuite/bins/Makefile.am:
1687 * testsuite/caps/Makefile.am:
1688 * testsuite/cleanup/Makefile.am:
1689 * testsuite/clock/Makefile.am:
1690 * testsuite/debug/Makefile.am:
1691 * testsuite/dlopen/Makefile.am:
1692 * testsuite/dynparams/Makefile.am:
1693 * testsuite/elements/.cvsignore:
1694 * testsuite/elements/Makefile.am:
1695 * testsuite/enumcaps/Makefile.am:
1696 * testsuite/enumcaps/enumcaps.c:
1697 * testsuite/ghostpads/Makefile.am:
1698 * testsuite/indexers/Makefile.am:
1699 * testsuite/negotiation/Makefile.am:
1700 * testsuite/parse/Makefile.am:
1701 * testsuite/plugin/Makefile.am:
1702 * testsuite/refcounting/Makefile.am:
1703 * testsuite/schedulers/.cvsignore:
1704 * testsuite/states/Makefile.am:
1705 * testsuite/tags/Makefile.am:
1706 * testsuite/threads/Makefile.am:
1707 fold enumcaps into caps dir
1708 clean up Makefile.am's for testsuite
1710 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
1712 * docs/gst/Makefile.am:
1713 * docs/libs/Makefile.am:
1714 clean up docs build. Fixes needless rebuilding of template files.
1716 2004-07-28 Wim Taymans <wim@fluendo.com>
1718 * gst/gstbin.c: (set_kid_state_func), (gst_bin_set_state):
1719 * gst/gstthread.c: (gst_thread_release), (gst_thread_set_state):
1720 Make sure that a bin state change tries to keep the children
1722 Added debug logging to the thread.
1724 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
1726 * win32/GStreamer.vcproj:
1727 * win32/gstreamer.def:
1728 more exports for the plugins
1730 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
1732 * win32/gstgetbits.vcproj:
1733 * win32/gstgetbits.def:
1735 add support for the getbits plugin
1737 2004-07-27 Wim Taymans <wim@fluendo.com>
1739 * gst/gstvalue.c: (gst_value_transform_double_fraction),
1740 (gst_value_transform_fraction_double), (_gst_value_initialize):
1741 * testsuite/caps/Makefile.am:
1742 * testsuite/caps/fraction-convert.c: (check_from_double_convert),
1743 (check_from_fraction_convert), (transform_test), (main):
1744 Added transform functions between double and fraction.
1745 Added testcase to verify transforms
1747 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
1749 * win32/GStreamer.vcproj:
1750 rename GStreamer-0.8.lib to libgstreamer.lib
1752 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
1754 * win32/gstelements.vcproj:
1755 * win32/gstoptimalscheduler.vcproj:
1756 fixes for the Release build
1758 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
1761 update the version number
1763 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
1765 * win32/GStreamer.vcproj:
1766 add gstinterface to the build
1768 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
1770 * win32/gstreamer.def:
1771 add many definitions needed by plugins,
1772 GST_CAT_DEFAULT only available in the Debug build ?
1774 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
1776 * gst/gstelement.c: (gst_element_set_eos_recursive):
1777 various whitespace fixes.
1778 doc fix, fixes #148497
1780 2004-07-25 Benjamin Otte <otte@gnome.org>
1782 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
1783 don't delay links on the sink elements, it causes unnegotiated
1785 * gst/elements/gsttypefindelement.c:
1786 (gst_type_find_element_base_init):
1787 add our padtemplates, we indeed do have some.
1788 * gst/elements/gsttypefindelement.c:
1789 (gst_type_find_element_handle_event),
1790 (gst_type_find_element_chain):
1791 don't push data when typefinding failed.
1792 * gst/gstpad.c: (gst_pad_link_fixate):
1793 check that no fixate function returns empty caps.
1794 * gst/gstpad.c: (gst_pad_push):
1795 check that the link is negotiated before data gets pushed.
1796 * tools/gst-register.c: (main):
1797 don't assert (fixes #148283)
1799 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
1801 * docs/gst/gstreamer-sections.txt:
1802 * docs/gst/tmpl/gstconfig.sgml:
1803 add GST_PLUGIN_EXPORT definition
1805 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
1808 * gst/gstconfig.h.in:
1809 * win32/gstconfig.h:
1810 * win32/gstelements.def:
1811 * win32/gstelements.vcproj:
1812 * win32/gstoptimalscheduler.def:
1813 * win32/gstoptimalscheduler.vcproj:
1814 * win32/gstspider.def:
1815 * win32/gstspider.vcproj:
1816 remove unused .def files and export symbols using GST_PLUGIN_DEFINE
1818 2004-07-25 Thomas Vander Stichele <thomas at apestaart dot org>
1820 * docs/gst/gstreamer-sections.txt:
1821 remove GST_CAT_DEFAULT because the type has changed
1823 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
1825 * win32/gstbytestream.vcproj:
1826 * win32/gstelements.vcproj:
1827 * win32/gst-inspect.vcproj:
1828 * win32/gst-launch.vcproj:
1829 * win32/gstoptimalscheduler.vcproj:
1830 * win32/GStreamer.vcproj:
1831 * win32/gst-register.vcproj:
1832 * win32/gstspider.vcproj:
1834 Copy the files where needed after building, The testsuite will be
1837 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
1841 * docs/manual/win32.xml:
1842 Fixed the plugin and GStreamer location
1844 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
1846 * win32/gstreamer.def:
1847 More exports for the plugins
1849 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
1852 Marc was right, we need to export literally GST_CAT_DEFAULT
1854 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
1857 NLS crashes in gettext, disabled until this is solved
1859 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
1861 * win32/gst-inspect.vcproj:
1862 * win32/gst-launch.vcproj:
1863 Should use NLS when available
1865 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
1867 * gst/registries/gstxmlregistry.c:
1868 removing the file doesn't seem to be a good idea on Linux
1870 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
1872 * gst/registries/gstxmlregistry.c:
1873 Remove the registry before renaming the tempfile (needed for Windows)
1875 2004-07-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
1877 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init),
1878 (gst_multifilesrc_init), (gst_multifilesrc_set_property),
1879 (gst_multifilesrc_get_property), (gst_multifilesrc_get):
1880 * gst/elements/gstmultifilesrc.h:
1881 Added newmedia property so it generates newmedia events between each
1882 file when property is set, as well as fixed eos handling
1884 2004-07-22 David Schleef <ds@schleef.org>
1886 * gst/gststructure.c: (gst_structure_id_empty_new),
1887 (gst_structure_empty_new): Set type field correctly.
1888 * gst/gststructure.h: Check type field correctly.
1889 * testsuite/caps/Makefile.am:
1890 * testsuite/caps/structure.c: (test1), (main): Add a very small
1891 test for structures.
1893 2004-07-22 David Schleef <ds@schleef.org>
1895 * docs/random/ds/0.9-suggested-changes: more comments
1896 * tools/gst-launch.c: (idle_func): Fix hard-to-translate string.
1898 2004-07-22 Benjamin Otte <otte@gnome.org>
1900 * gst/gstelementfactory.c: (gst_element_register):
1901 set the factory in the class struct, so gst_element_get_factory
1903 * gst/parse/grammar.y:
1904 set element to playing when it gets unlocked as we can't rely on the
1905 bin state - all elements in the bin state might still be locked in
1908 2004-07-22 Benjamin Otte <otte@gnome.org>
1910 * gst/gstelement.c: (gst_element_set_state_func):
1911 make this a static function
1913 2004-07-22 Wim Taymans <wim@fluendo.com>
1915 * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
1916 (gst_opt_scheduler_pad_link):
1917 fix 147894-2 and the group_link problem.
1919 2004-07-22 Wim Taymans <wim@fluendo.com>
1921 * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
1922 (handoff_identity), (main):
1923 * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
1924 (handoff_identity), (main):
1925 * testsuite/schedulers/Makefile.am:
1926 * testsuite/schedulers/group_link.c: (main):
1927 Show bug in scheduler when linking chain and loop based element
1928 where the chain based element was not yet in a group.
1930 2004-07-21 Benjamin Otte <otte@gnome.org>
1933 * gst/autoplug/.cvsignore:
1934 * gst/elements/.cvsignore:
1935 * gst/indexers/.cvsignore:
1936 * libs/gst/bytestream/.cvsignore:
1937 * libs/gst/control/.cvsignore:
1938 * libs/gst/getbits/.cvsignore:
1939 * testsuite/states/.cvsignore:
1940 * testsuite/threads/.cvsignore:
1941 keep this up to date, since I seem to be the only one who cares
1942 about not missing files on commits (editor's note: no you don't,
1943 but feel free to change them at the time you add stuff instead
1946 2004-07-21 Benjamin Otte <otte@gnome.org>
1948 * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
1949 (gst_bin_fix_state), (gst_bin_add_func), (gst_bin_remove_func),
1950 (gst_bin_child_state_change_func), (set_kid_state_func),
1951 (gst_bin_set_state), (gst_bin_change_state_norecurse):
1952 make state changes work correctly and reentrant (so removing
1953 elements from bins during state changes of bins doesn't cause
1954 segfaults or even wrong states)
1955 add debugging category and debugging output to print children states
1956 * gst/gstbin.c: (gst_bin_dispose):
1957 add some assertion checks
1959 * gst/gstbin.c: (gst_bin_sync_children_state):
1960 deprecate this function - it just does gst_bin_set_state (bin,
1962 * testsuite/threads/queue.c: (main):
1963 don't use gst_bin_sync_children_state anymore
1964 * testsuite/states/Makefile.am:
1965 * testsuite/states/bin.c:
1966 test that the state changes of bins work as expected
1967 * gst/gstthread.c: (gst_thread_class_init), (gst_thread_set_state):
1968 some adjustments to change states correctly, too
1969 * gst/gstthread.c: (gst_thread_change_state):
1970 don't enable/disable "threadsafe" properties, they're unused and
1971 cause random segfaults
1972 * testsuite/threads/Makefile.am:
1973 the queue check randomly passes now, ignore it
1975 2004-07-21 Benjamin Otte <otte@gnome.org>
1978 check if data is NULL before outputting debug info. (fixes #145100)
1980 2004-07-21 Benjamin Otte <otte@gnome.org>
1982 * gst/schedulers/entryscheduler.c:
1983 (gst_entry_scheduler_loop_wrapper),
1984 (gst_entry_scheduler_chain_wrapper),
1985 (gst_entry_scheduler_get_wrapper):
1986 reset the state when the cothread starts, so we don't get assertion
1987 failures on restarting of cothreads
1989 2004-07-20 Benjamin Otte <otte@gnome.org>
1991 * gst/gstelement.c: (gst_element_link_pads_filtered):
1992 use correct sinkpad, if only sinkpad is specified, but not srcpad
1994 * gst/gstelement.c: (gst_element_set_state_func),
1995 (gst_element_change_state): ref/unref the element, signal handlers
1996 could get rid of the element otherwise
1998 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
2000 * docs/random/ds/0.9-suggested-changes:
2001 Make note about renaming fixed-list to array.
2002 * gst/gstvalue.c: (gst_value_intersect_fixed_list),
2003 (_gst_value_initialize):
2004 Add array intersections.
2005 * testsuite/caps/intersect2.c: (main):
2006 Add test for array intersections.
2008 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
2010 * configure.ac: back to cvs
2012 === release 0.8.4 ===
2014 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
2017 releasing 0.8.4, "Paella"
2018 bump libtool versioning
2020 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
2024 adding Catalan translation (Jordi Mallach)
2026 2004-07-20 Wim Taymans <wim@fluendo.com>
2028 * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
2029 (handoff_identity), (main):
2030 * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
2031 (handoff_identity), (main):
2032 * testsuite/schedulers/Makefile.am:
2033 Added failing testcase for variant of #147894
2035 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
2037 patch by: David Moore
2039 * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
2040 (schedule_group), (gst_opt_scheduler_schedule_run_queue),
2041 (group_migrate_connected):
2042 * testsuite/schedulers/Makefile.am:
2043 fix for #142813 (Deadlock in optimal scheduler)
2045 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
2047 patch by: Wim Taymans
2049 * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
2050 (gst_opt_scheduler_schedule_run_queue),
2051 (gst_opt_scheduler_get_wrapper), (get_group),
2052 (group_migrate_connected):
2053 * testsuite/schedulers/Makefile.am:
2054 fix for #147819 (Add some checks in the opt scheduler)
2056 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
2058 patch by: Benjamin Otte
2060 * gst/gstelementfactory.c: (__gst_element_details_set):
2061 fix for #147929: running gst-register in non-utf8 locale can cause
2064 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
2066 patch by: Wim Taymans
2068 * gst/schedulers/gstoptimalscheduler.c: (group_num_elements),
2069 (group_has_element), (element_get_reachables_func),
2070 (group_migrate_connected):
2071 fix for #147894 (opt scheduler decoupled elements mismanagement)
2072 * testsuite/schedulers/Makefile.am:
2073 testsuite app now passes
2075 2004-07-19 Wim Taymans <wim@fluendo.com>
2077 * testsuite/schedulers/147819.c: (handoff_identity1),
2078 (handoff_identity2), (main):
2079 * testsuite/schedulers/Makefile.am:
2080 Added testcase for bug 147819
2082 2004-07-19 Wim Taymans <wim@fluendo.com>
2084 * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
2085 (handoff_identity), (main):
2086 * testsuite/schedulers/Makefile.am:
2087 Added testcase for bug 147894
2089 2004-07-16 Wim Taymans <wim@fluendo.com>
2091 * testsuite/schedulers/142183-2.c: (handoff_identity), (main):
2092 * testsuite/schedulers/142183.c: (handoff_identity), (main):
2093 * testsuite/schedulers/Makefile.am:
2094 Added testsuite for bug 142183 in its two incarnations. Refcount
2095 is not increased for scheduled elements and threadsafe properties
2096 mutexes are not properly unlocked.
2098 2004-07-16 Wim Taymans <wim@fluendo.com>
2100 * gst/schedulers/gstoptimalscheduler.c: (gst_opt_scheduler_init),
2101 (create_chain), (destroy_chain), (create_group), (destroy_group),
2102 (add_to_group), (merge_groups), (group_elements), (group_inc_link),
2103 (group_dec_link), (gst_opt_scheduler_pad_link),
2104 (group_inc_links_for_element), (group_migrate_connected):
2105 Call group_inc_link with the proper src->sink ordering --
2106 break this, and we break sort_chain. patch from wingo for bug
2108 Partially revert patch 1.89. When adding a loop based element to
2109 the scheduler, the links to other groups are automatically followed
2110 and incremented. This should not happen because the bin will call
2111 pad_link explicitly for those connection, resulting in them counted
2112 twice. Results in assertion failure on pipeline cleanup.
2114 2004-07-16 Wim Taymans <wim@fluendo.com>
2116 * testsuite/schedulers/143777-2.c: (main):
2117 * testsuite/schedulers/147713.c: (handoff_src), (handoff_sink),
2119 * testsuite/schedulers/Makefile.am:
2120 Added cleanup code to testcase 143777-2.
2121 Added testcase to show bug 147713, does not really show the
2122 deadlock as I can't figure out how to trigger it, but it does
2123 demonstrate bad ordering in the scheduler.
2125 2004-07-16 Thomas Vander Stichele <thomas at apestaart dot org>
2127 * gst/gstvalue.c: (gst_value_deserialize_fraction):
2128 change strndup to g_strndup. Fixes #147707
2130 2004-07-16 Thomas Vander Stichele <thomas at apestaart dot org>
2142 updated translations
2144 2004-07-16 Benjamin Otte <otte@gnome.org>
2146 * gst/gstvalue.c: (gst_greatest_common_divisor):
2147 use ints and return ints, fractions only use ints, too, so this
2148 avoids accidently casting multiplications to unsigned
2149 (gst_value_lcopy_fraction): it's ints, not uint32
2150 (gst_value_set_fraction): disallow minint, multiplying and negation
2152 (gst_value_fraction_multiply): fix to make large numbers work and get
2153 rid of the assumption that the multiplication of two ints fits an
2154 int64 - dunno if that's true for all systems
2155 * testsuite/caps/Makefile.am:
2156 * testsuite/caps/fraction-multiply-and-zero.c:
2157 (check_multiplication), (check_equal), (zero_test), (main):
2158 add tests for all the stuff above
2159 * testsuite/caps/value_compare.c: (test1):
2162 * testsuite/caps/.cvsignore:
2163 * testsuite/debug/.cvsignore:
2164 * testsuite/dlopen/.cvsignore:
2165 * testsuite/states/.cvsignore:
2168 2004-07-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2170 * docs/manual/bins-api.xml:
2171 * docs/manual/factories.xml:
2172 * docs/manual/helloworld.xml:
2173 * docs/manual/links-api.xml:
2174 fixes for out of date info, incorrect info and grammar
2176 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2178 * docs/manual/pads.xml:
2179 * docs/manual/pads-api.xml: grammar fix
2181 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2183 * docs/manual/pads-api.xml: typo + grammar fix
2185 2004-07-15 Thomas Vander Stichele <thomas at apestaart dot org>
2187 * docs/gst/gstreamer-sections.txt:
2189 * docs/gst/tmpl/gstelement.sgml:
2190 * docs/gst/tmpl/gstpad.sgml:
2191 * docs/gst/tmpl/gsttypes.sgml:
2192 * docs/gst/tmpl/gstvalue.sgml:
2194 * gst/gststructure.c: (gst_structure_set_valist),
2195 (gst_structure_from_abbr), (gst_structure_to_abbr):
2196 * gst/gstvalue.c: (gst_value_compare_double), (gst_type_is_fixed),
2197 (gst_greatest_common_divisor), (gst_value_init_fraction),
2198 (gst_value_copy_fraction), (gst_value_collect_fraction),
2199 (gst_value_lcopy_fraction), (gst_value_set_fraction),
2200 (gst_value_get_fraction_numerator),
2201 (gst_value_get_fraction_denominator),
2202 (gst_value_fraction_multiply), (gst_value_serialize_fraction),
2203 (gst_value_deserialize_fraction),
2204 (gst_value_transform_fraction_string),
2205 (gst_value_transform_string_fraction),
2206 (gst_value_compare_fraction), (_gst_value_initialize):
2208 adding GstFraction GValue type, get/set, and multiply
2209 * testsuite/caps/Makefile.am:
2210 * testsuite/caps/fraction.c: (test), (main):
2211 * testsuite/caps/string-conversions.c: (main):
2212 * testsuite/caps/value_compare.c: (test1), (main):
2213 add regression tests for GstFraction
2215 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2217 * docs/manual/init-api.xml: Grammar fix
2219 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2221 * docs/manual/states.xml: Fix inconsistent information
2223 2004-07-15 Thomas Vander Stichele <thomas at apestaart dot org>
2225 * gst/gstelement.c: (gst_element_set_state):
2226 * gst/gstpad.c: (gst_pad_try_set_caps):
2227 * gst/gststructure.c:
2228 * gst/gstthread.c: (gst_thread_child_state_change):
2229 * gst/gstvalue.c: (gst_value_compare_double):
2231 * testsuite/parse/parse1.c: (main):
2232 debugging additions and style cleanups
2234 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2236 * docs/manual/states.xml: Grammar fix
2238 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2240 * docs/manual/pads.xml: Grammar fix
2242 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2244 * docs/manual/elements.xml: Fixed image reference
2246 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2248 * docs/manual/goals.xml: Grammar fix
2250 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2252 * docs/manual/motivation.xml:
2253 Bonobo is no longer "emerging" and added sentence regarding tcp plugins
2255 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2257 * docs/manual/motivation.xml: Fix spelling
2259 2004-07-15 Benjamin Otte <otte@gnome.org>
2262 Don't GST_ERROR_OBJECT empty strings - Solaris doesn't like NULL
2264 * gst/gstelement.c (gst_element_class_init):
2265 GError's are boxed, not objects
2266 * gst/gstmarshal.list:
2267 update list for the fixed error signal
2269 2004-07-14 Andy Wingo <wingo@pobox.com>
2271 * gst/gsttag.c: Add a tag merge func for pointers. The header was
2272 there all along, but the function wasn't. (guile-gstreamer's build
2273 system uses the address of the function -- I wasn't actually
2274 trying to use this.)
2276 2004-07-14 Andy Wingo <wingo@pobox.com>
2278 * gst/gstpad.c (gst_pad_try_set_caps): Naive link functions (such
2279 as gst_pad_proxy_pad_link) just link to every other pad when they
2280 are called. In the case where the graph has cycles, this will mean
2281 that a call to try_set_caps will recurse. Allow this recursion
2282 and return OK, while we wait for the first try_set_caps to give a
2283 proper return value.
2284 (gst_pad_link_call_link_functions): Since this function is the
2285 only one to set the NEGOTIATING flag on a pad, if the flag is set
2286 it means that the link functions have indirectly recursed. If this
2287 happens, error out to avoid infinite recursion and an eventual
2289 (gst_real_pad_class_init): Remove a crufty GtkObject comment.
2290 (gst_pad_proxy_getcaps): Intersect the result with the template
2291 caps to ensure that the return value is valid.
2293 2004-07-14 Andy Wingo <wingo@pobox.com>
2295 * gst/gstdata.c (gst_data_is_writable): s/>=/>/. If there is only
2296 one refcount, the calling function is the owner of the buffer.
2298 2004-07-14 Wim Taymans <wim@fluendo.com>
2300 * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
2301 (gst_opt_scheduler_pad_link), (group_migrate_connected):
2302 Fix stupid warning when an element is to be migrated but
2303 is already migrated.
2305 2004-07-14 Wim Taymans <wim@fluendo.com>
2307 * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
2308 (gst_opt_scheduler_pad_link), (group_migrate_connected):
2309 Make sure that a single non-loop-based element does not
2310 end up in a group. This fixes the testsuite again.
2312 2004-07-14 Wim Taymans <wim@fluendo.com>
2314 * gst/schedulers/gstoptimalscheduler.c: (create_group),
2315 (add_to_group), (merge_groups), (schedule_group),
2316 (gst_opt_scheduler_get_wrapper), (group_elements),
2317 (group_dec_link), (gst_opt_scheduler_pad_link),
2318 (group_migrate_connected), (gst_opt_scheduler_pad_unlink),
2319 (gst_opt_scheduler_iterate):
2320 move isolated groups to a new chain.
2321 Emit a warning instead of segfaulting in some error cases.
2322 Fix a bug where the link count between groups was not calculated
2323 correctly. Fixes #144510.
2325 2004-07-13 Steve Lhomme <steve.lhomme@free.fr>
2326 * gst/elements/gstfilesrc.c:
2327 Binary files support under Windows now OK
2329 2004-07-13 Benjamin Otte <otte@gnome.org>
2331 compatibility fixes for Solaris 8/gcc 2.95
2333 include libintl libs in LDFLAGS
2334 * gstvalue.c (gst_value_deserialize_buffer):
2335 cast isxdigit stuff to int to silence compiler warning
2337 2004-07-12 Benjamin Otte <otte@gnome.org>
2340 get rid of GST_O_READONLY, GST_FILE_MODE_READ and
2341 GST_FILE_MODE_WRITE, I don't want them in the exported headers. It
2342 just causes support madness
2343 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
2344 make it work without this
2345 * gst/indexers/gstfileindex.c: (_file_index_id_save_entries),
2346 (gst_file_index_commit):
2347 glib IO channels don't want binary mode
2348 * testsuite/bytestream/filepadsink.c: (main):
2349 * testsuite/bytestream/test1.c: (read_param_file):
2350 use "rb" instead of GST_FILE_MODE_READ, it works on POSIX systems
2352 2004-07-12 Benjamin Otte <otte@gnome.org>
2354 * gst/gstelement.c: (gst_element_class_init),
2355 (gst_element_set_state), (gst_element_set_state_func):
2356 virutalize gst_element_set_state, use set_state member in class
2357 struct that was already added in 0.7 for this.
2358 * gst/gstbin.c: (gst_bin_foreach), (set_kid_state_func),
2359 (gst_bin_change_state):
2360 make gst_bin_foreach works similar to other foreach functions, plug
2361 memleaks in it. Make functions using it work with the new approach.
2362 Document gst_bin_foreach, so it can be exported if we want to
2363 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_state):
2364 use virtualized set_state to make set_state on bins set the state of
2367 2004-07-12 Benjamin Otte <otte@gnome.org>
2370 require valgrind >= 2.1 (fixes Gentoo bug 53967, see
2371 http://bugs.gentoo.org/show_bug.cgi?id=53967)
2372 * gst/gstpad.c: (gst_pad_alloc_buffer):
2373 allow buffer_alloc functions to return NULL and allocate a normal
2376 2004-07-12 Steve Lhomme <steve.lhomme@free.fr>
2377 * gst/elements/gstfilesink.c:
2378 * gst/elements/gstfilesrc.c:
2379 * gst/indexers/gstfileindex.c:
2381 * testsuite/bytestream/filepadsink.c:
2382 * testsuite/bytestream/test1.c:
2383 Handle binary files under Windows
2385 2004-07-12 Steve Lhomme <steve.lhomme@free.fr>
2386 * docs/manual/win32.xml:
2388 * win32/gst-register.vcproj:
2389 * win32/gstreamer.def:
2390 Update to another gettext public build
2392 2004-07-12 Steve Lhomme <steve.lhomme@free.fr>
2394 Fix an impossible C syntax
2396 Disable i18n under Windows for the moment
2397 * win32/gst-register.vcproj:
2398 Use this configuration
2400 2004-07-12 Jan Schmidt <thaytan@mad.scientis.com>
2401 * docs/manual/quotes.xml:
2402 Keep the quotes file alive
2403 * docs/random/ds/0.9-suggested-changes:
2404 Add the suggestion of including a 'rowstride' as part of video
2407 2004-07-12 Thomas Vander Stichele <thomas at apestaart dot org>
2409 * gst/gstelement.c: (gst_element_set_state),
2410 (gst_element_change_state):
2411 d'oh. Set PENDING state correctly before forcing bin to change.
2412 * gst/gststructure.c: (gst_structure_value_get_generic_type),
2413 (gst_structure_parse_fixed_list):
2414 * gst/schedulers/gstoptimalscheduler.c:
2415 (gst_opt_scheduler_state_transition):
2416 * testsuite/states/parent.c: (main):
2417 remove comment now that it's fixed.
2419 2004-07-11 Benjamin Otte <otte@gnome.org>
2422 GST_SECOND shouldn't cause a conversion to unsigned.
2423 * testsuite/clock/.cvsignore:
2424 * testsuite/clock/Makefile.am:
2425 * testsuite/clock/signedness.c: (main):
2426 make sure it never will again
2428 2004-07-11 Andy Wingo <wingo@pobox.com>
2430 * gst/gstbin.c (gst_bin_add_func): If we're adding an element
2431 whose state is higher than the bin state, raise the bin state to
2432 ensure that bin state := highest child state.
2434 2004-07-11 Andy Wingo <wingo@pobox.com>
2436 * gst/gstbin.c (gst_bin_foreach): New static function. Calls a
2437 procedure on the children of a bin. Assumes that the procedure can
2438 change the set of children.
2439 (set_kid_state_func): New static function.
2440 (gst_bin_change_state): Use gst_bin_foreach to call
2441 set_kid_state_func. Fixes a bug: if a child had a state-change
2442 handler that removes it from the bin, there would be a segfault.
2443 Hopefully it should also work in the case where the state-change
2444 handler on one child adds or removes other children. In any case,
2445 fixes should go to gst_bin_foreach.
2447 2004-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
2449 * gst/gstelement.c: (gst_element_set_state):
2450 compatibility fix for latest plugins release. Change loop back
2453 2004-07-09 Wim Taymans <wim@fluendo.com>
2455 * gst/gstbin.c: (gst_bin_remove), (gst_bin_dispose):
2456 * gst/gstthread.c: (gst_thread_dispose), (gst_thread_catch),
2457 (gst_thread_main_loop):
2458 Since remove is virtual in GstBin we must not assume the
2459 elements GList to have anothing useful.
2460 Add some more logging to GstThread and be a bit more paranoid
2461 when resetting the scheduler.
2462 Set the state of the bin to NULL before removing the children.
2464 2004-07-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2466 * testsuite/threads/Makefile.am:
2467 * testsuite/threads/threadg.c:
2468 added test to check if problem when removing all elements from a
2469 GstThread before setting GstThread state to NULL
2471 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2473 * docs/gst/tmpl/gstelement.sgml:
2474 * docs/gst/tmpl/gsttypes.sgml:
2475 * gst/gstbin.c: (gst_bin_change_state):
2476 * gst/gstelement.c: (gst_element_set_state),
2477 (gst_element_change_state):
2478 rework so that for bins we try to set the state on all children
2479 as well even if the bin is in the correct state already.
2480 change while to do so at least one iteration is done.
2481 For regular elements, we fall back to the previous behaviour for
2482 now since we first need a new plugins release.
2483 * testsuite/states/parent.c: (main):
2487 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2489 * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_finalize),
2490 (gst_queue_chain), (gst_queue_get), (gst_queue_handle_src_event),
2491 (gst_queue_release_locks), (gst_queue_change_state),
2492 (gst_queue_set_property):
2493 add proper lock debugging. Change dispose to finalize, since
2494 we're freeing mutexes and other stuff which should happen only once.
2496 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2498 * docs/gst/tmpl/gstelement.sgml:
2499 * docs/gst/tmpl/gstplugin.sgml:
2500 * docs/gst/tmpl/gsttypes.sgml:
2501 * docs/pwg/building-state.xml:
2502 * gst/elements/gstfakesrc.c: (gst_fakesrc_change_state):
2503 * gst/gstelement.c: (gst_element_change_state):
2504 * gst/gstthread.c: (gst_thread_change_state):
2505 catch wrong state changes in element base class.
2507 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2510 clean up layout a little.
2512 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2515 * testsuite/Makefile.am:
2516 * testsuite/states/Makefile.am:
2517 * testsuite/states/parent.c: (main):
2518 re-enable states testsuite dir. Add test for state changes and
2521 2004-07-09 Wim Taymans <wim@fluendo.com>
2523 * gst/schedulers/gstoptimalscheduler.c:
2524 (gst_opt_scheduler_pad_link), (group_elements_set_visited),
2525 (element_get_reachables_func), (element_get_reachables),
2526 (debug_element), (rechain_group), (group_migrate_connected),
2527 (gst_opt_scheduler_pad_unlink):
2528 Do not try to migrate decoupled elements to a new group since
2529 they are not added to groups.
2531 2004-07-08 Benjamin Otte <otte@gnome.org>
2533 * gst/gstelement.c: (gst_element_error_func):
2534 make reentrant (= allow removing elements in error handler)
2536 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2538 * gst/gstpad.c: (gst_pad_event_default_dispatch),
2539 (gst_pad_send_event), (gst_pad_call_chain_function):
2540 events sent to elements below PAUSED cannot be handled, so
2543 2004-07-08 Wim Taymans <wim@fluendo.com>
2545 * gst/schedulers/gstoptimalscheduler.c:
2546 (chain_recursively_migrate_group), (create_group),
2547 (schedule_group), (gst_opt_scheduler_pad_link),
2548 (group_elements_set_visited), (element_get_reachables_func),
2549 (element_get_reachables), (group_can_reach_group), (debug_element),
2550 (rechain_group), (group_migrate_connected),
2551 (gst_opt_scheduler_pad_unlink):
2552 * testsuite/schedulers/Makefile.am:
2553 Implemented group splitting and rechaining.
2554 Fixes 143777 and 143777-2 in the testsuite.
2556 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2558 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
2561 * gst/gstinfo.c: (gst_debug_log_default):
2562 print time nicely. add thread pointer until someone figures out
2563 a completely portable way of getting at thread id's.
2564 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_try),
2565 (_invent_event), (gst_pad_pull), (gst_pad_event_default_dispatch),
2566 (gst_pad_call_chain_function):
2568 * gst/schedulers/gstoptimalscheduler.c:
2569 (get_group_schedule_function), (loop_group_schedule_function),
2570 (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
2571 (pad_clear_queued), (gst_opt_scheduler_iterate):
2572 rename BUFPEN and friends to DATAPEN since that's what they are.
2574 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2576 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
2579 cleanups and debugging
2581 2004-07-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
2584 * gst/gstvalue.c: (gst_value_compare_enum),
2585 (gst_value_serialize_enum), (gst_value_deserialize_enum),
2586 (gst_value_can_compare), (gst_value_compare):
2587 * testsuite/Makefile.am:
2588 * testsuite/enumcaps/Makefile.am:
2589 * testsuite/enumcaps/enumcaps.c:
2590 Fix enum serialization, deserialization, comparison in caps, add
2591 a test to ensure that this continues working in the future.
2593 2004-07-06 David Schleef <ds@schleef.org>
2595 * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
2598 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
2600 * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
2602 * gst/registries/gstxmlregistry.c:
2603 (plugin_times_older_than_recurse), (plugin_times_older_than),
2604 (gst_xml_registry_parse_padtemplate):
2605 only rebuild registry when actual plugins have a newer time than
2606 the registry. Fixes #145520
2608 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
2610 * docs/manual/manual.xml:
2611 * docs/manual/win32.xml:
2612 add chapter on win32 building. fixes #142422
2614 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
2616 patch by: Sebastien Cote <sc5 at hermes.usherb.ca>
2618 * gst/autoplug/gstspider.c: (gst_spider_init),
2619 (gst_spider_dispose):
2620 fix spider memleaks. fixes #137863
2622 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
2624 patch by: Joe Marcus Clarke <marcus at freebsd dot org>
2626 * gst/schedulers/gstoptimalscheduler.c:
2627 (gst_opt_scheduler_pad_unlink):
2628 fix SIGBUS error, fixes #145338
2630 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
2632 * gst/gstobject.c: (gst_object_replace):
2633 * gst/gstscheduler.c: (gst_scheduler_get_clock):
2634 * gst/gstsystemclock.c: (gst_system_clock_obtain):
2635 clean up clock lifecycle. Fixes #109831
2637 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
2641 added Czech translation (Miloslav Trmac)
2643 2004-07-04 David Schleef <ds@schleef.org>
2645 * tools/Makefile.am:
2646 * tools/gst-xmlinspect.1.in: Add man page. (bug #140219)
2648 2004-07-04 David Schleef <ds@schleef.org>
2650 * common/m4/gst-doc.m4: Check for docbook2html 0.6.10 (bug #139909)
2652 2004-07-04 Thomas Vander Stichele <thomas at apestaart dot org>
2654 * gst/gstbin.c: (gst_bin_restore_thyself):
2655 chain to parent restore so the bins get restored correctly
2658 2004-07-03 David Schleef <ds@schleef.org>
2660 * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
2661 Actually do something in these functions, like before the big
2662 caps change. (bug #145137)
2664 2004-07-03 Thomas Vander Stichele <thomas at apestaart dot org>
2666 * gst/gstelement.c: (gst_element_get_compatible_pad_template),
2667 (gst_element_get_compatible_pad_filtered):
2668 * gst/gstthread.c: (gst_thread_main_loop):
2671 2004-07-02 David Schleef <ds@schleef.org>
2673 * gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler
2679 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
2681 * gst/gstpad.c: (gst_pad_check_schedulers),
2682 (gst_pad_can_link_filtered), (gst_pad_link_filtered),
2683 (gst_pad_link_prepare):
2684 revert until testsuite is fixed
2686 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
2688 * testsuite/Makefile.am:
2689 * testsuite/caps/filtercaps.c: (main):
2690 * testsuite/clock/clock1.c: (main):
2691 * testsuite/dynparams/dparamstest.c: (gst_dptest_chain), (main):
2694 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
2696 * testsuite/cleanup/cleanup1.c: (create_pipeline):
2697 * testsuite/cleanup/cleanup2.c: (create_pipeline):
2698 * testsuite/cleanup/cleanup4.c: (main):
2701 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
2703 * libs/gst/control/control.c:
2704 * libs/gst/control/dparam.c:
2705 * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_get_type):
2706 * libs/gst/control/dparammanager.c:
2707 * libs/gst/control/dparammanager.h:
2708 * testsuite/dynparams/Makefile.am:
2709 * testsuite/dynparams/dparamstest.c: (gst_dptest_base_init),
2710 (gst_dptest_change_state), (gst_dptest_chain), (main):
2711 fix testcase for dparams
2712 add debugging category
2714 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
2719 2004-07-02 Benjamin Otte <otte@gnome.org>
2722 * tests/Makefile.am:
2723 * tests/mass_elements.c: (gst_get_current_time), (main):
2724 add simple benchmark to test various speeds of fakesrc ! identity !
2725 identity ! ... ! fakesink.
2726 Usage: mass_elements [num_identities] [num_buffers]
2727 If not specified they default to 1000.
2729 2004-07-02 Benjamin Otte <otte@gnome.org>
2731 * gst/gstpad.c: (gst_pad_check_schedulers),
2732 (gst_pad_can_link_filtered), (gst_pad_link_filtered),
2733 (gst_pad_link_prepare):
2734 check that pads that get linked belong to the same manager. The old
2735 code allowed linking elements before putting them into bins, so it
2736 worked to link them and then put them in different threads, which
2737 lead to weird behaviour.
2738 Since this effectively disallows linking elements before putting
2739 them in a bin, some applications might not work after this and error
2740 out. If these applications are too critical, we might need to revert
2741 that patch. Please test this before the next release...
2743 2004-06-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
2745 * gst/gstpad.c: (gst_pad_get_caps):
2746 throw an error if the getcaps function does not return a subset of
2748 * libs/gst/bytestream/filepad.c: (gst_file_pad_chain):
2749 make disconts without position info an error in debugging
2750 * tests/spidey_bench.c: (handoff), (main):
2751 don't count first try when averaging
2753 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
2755 * gst/gstplugin.c: (gst_plugin_load_file):
2756 figure out problem with dynamic test
2758 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
2760 * docs/gst/Makefile.am:
2763 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
2775 * tools/gst-register.c: (plugin_added_func), (main):
2776 i18n-ize -register, fix plural
2778 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
2780 * gst/elements/gstidentity.c: (gst_identity_class_init),
2781 (gst_identity_init), (gst_identity_chain),
2782 (gst_identity_set_property), (gst_identity_get_property):
2783 * gst/elements/gstidentity.h:
2784 check for perfect stream
2786 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
2788 * gst/elements/gstidentity.c: (gst_identity_chain):
2791 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
2793 * docs/gst/Makefile.am:
2794 * docs/gst/gstreamer-docs.sgml:
2797 2004-06-24 David Schleef <ds@schleef.org>
2799 * autogen.sh: Remove call to env, since the buildbot isn't
2802 2004-06-24 Wim Taymans <wim@fluendo.com>
2804 * gst/elements/Makefile.am:
2805 * gst/elements/gstelements.c:
2806 * gst/elements/gstmultifdsink.c: (gst_multifdsink_base_init),
2807 (gst_multifdsink_class_init), (gst_multifdsink_init),
2808 (gst_multifdsink_add), (gst_multifdsink_remove),
2809 (gst_multifdsink_clear), (gst_multifdsink_chain),
2810 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
2811 * gst/elements/gstmultifdsink.h:
2812 Added an element that writes to multiple filedescriptors at once.
2814 2004-06-24 Benjamin Otte <otte@gnome.org>
2816 * gst/parse/grammar.y:
2817 don't try to link elements before they have been added to bins
2819 2004-06-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
2821 * libs/gst/bytestream/filepad.c: (gst_file_pad_available),
2822 (gst_file_pad_get_length):
2823 * libs/gst/bytestream/filepad.h:
2826 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2828 * docs/gst/gstreamer-sections.txt:
2829 remove from docs, the define that Benjamin removed from gstelement.h
2831 2004-06-22 Benjamin Otte <otte@gnome.org>
2834 remove define that referenced a nonexisting GstElement struct member
2836 2004-06-20 Benjamin Otte <otte@gnome.org>
2838 * gst/gstdata.c: (gst_data_is_writable):
2839 whoops, return values were wrong, so writable data was marked as
2840 non-writable and vice versa. (fixes #143953, spotted by Francis
2842 Shows how rarely we need to copy data ;)
2844 2004-06-20 Benjamin Otte <otte@gnome.org>
2846 * testsuite/schedulers/.cvsignore:
2847 * testsuite/schedulers/Makefile.am:
2848 * testsuite/schedulers/143777-2.c: (main):
2849 add test for opt breakage in bug #143777
2851 2004-06-20 Benjamin Otte <otte@gnome.org>
2853 * gst/gstpad.c: (gst_pad_call_chain_function):
2854 check for if we were unlinked while inside the chainfunction (fixes
2855 entrygthread having issues with #143777)
2856 * testsuite/schedulers/143777.c: (main):
2857 * testsuite/schedulers/Makefile.am:
2858 add a test for that fix
2860 2004-06-20 Benjamin Otte <otte@gnome.org>
2862 * gst/gstvalue.c: (gst_value_set_int_range):
2863 test that start is smaller then end
2864 * libs/gst/bytestream/Makefile.am:
2865 * libs/gst/bytestream/filepad.c:
2866 * libs/gst/bytestream/filepad.h:
2867 add GstFilePad - a pad that behaves like a FILE*
2868 * testsuite/bytestream/.cvsignore:
2869 * testsuite/bytestream/Makefile.am:
2870 * testsuite/bytestream/filepadsink.c:
2871 test for the GstFilePad
2873 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
2875 * gst/elements/gstidentity.c: (gst_identity_class_init),
2876 (gst_identity_init), (gst_identity_set_clock),
2877 (gst_identity_chain), (gst_identity_set_property),
2878 (gst_identity_get_property):
2879 * gst/elements/gstidentity.h:
2880 * gst/gstclock.c: (gst_clock_id_wait):
2881 add a "sync" property to sync to the clock
2883 2004-06-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
2885 * gst/gstelementfactory.c: (gst_element_factory_create):
2886 make the freakin "elementfactory bla has no type" message more
2887 useful. So we actually can do something when someone shows up
2888 complaining about it.
2890 2004-06-15 Johan Dahlin <johan@gnome.org>
2892 * tools/gst-inspect.c (main): Fallback to plugin if no element is
2893 found. This matches the old behavior better. Thanks to Thomas for
2896 2004-06-14 David Schleef <ds@schleef.org>
2898 * gst/gstcpu.c: (gst_cpuid_i386): Fix problem when using
2899 -fomit-frame-pointer. Appears to generate correct code in
2900 other cases as well.
2902 2004-06-14 Johan Dahlin <johan@gnome.org>
2904 * tools/gst-inspect.c (main): Add two new command line options: -a
2905 to print all elements and -n to print the name on each line. Also
2906 fix some error reporting.
2907 (main): Simplify, remove -n and always print names if -a is specified
2909 2004-06-13 Steve Lhomme <steve.lhomme@free.fr>
2911 * win32/gstconfig.h:
2912 * win32/GSTreamer.vcproj:
2914 * gst/gstconfig.h.in:
2921 * docs/gst/gstreamer-sections.txt:
2922 * docs/gst/tmpl/gstconfig.sgml:
2923 rename GSTREAMER_EXPORT(S) to GST_EXPORT(S)
2925 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
2926 * docs/gst/gstreamer-sections.txt:
2927 * docs/gst/tmpl/gstconfig.sgml:
2928 Add the GSTREAMER_EXPORT macro to the docs
2930 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
2932 * tools/gst-compprep.c: (handle_xmlerror), (main):
2933 Add a check for the version that introduced SetStructuredError to fix
2936 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
2940 prepare to compile the testsuite with MSVC
2942 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
2944 * docs/manual/win32.xml:
2945 attempt to transform the Win32 README into an XML doc
2947 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
2956 * tools/gst-register.c:
2957 * win32/gstreamer.def:
2958 extern symbols are now exported for the Windows DLL
2960 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
2963 fix a problem to enable/disable DEBUG under MSVC
2965 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
2968 enable more debug code in DEBUG build
2970 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
2973 * gst/gst-i18n-app.h:
2974 enable NLS under Windows
2976 2004-06-12 Jan Schmidt <thaytan@mad.scientist.com>
2977 * tools/gst-compprep.c: (handle_xmlerror), (main):
2978 Make an error that baffled me a bit clearer
2980 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
2983 don't use g_queue_get_length () because it's 2.4, use ->length
2985 2004-06-11 Steve Lhomme <steve.lhomme@free.fr>
2987 reviewed by Benjamin Otte <in7y118@public.uni-hamburg.de>
2989 * tools/gst-inspect.c: (print_signal_info):
2990 don't free random data twice. (fixes #144185)
2992 2004-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
2996 fix removing from the wrong queue on event timeout
2997 fix disposing of the event queue by casting correctly
2998 add mutexes for handling the event queue
2999 someone was sleeping when fixing queue last time around :)
3001 2004-06-10 Johan Dahlin <johan@gnome.org>
3003 * gst/gst.c (gst_init_check_with_popt_table): Do not fail on
3004 errors, like gtk. It makes it more useful in bindings. Fixes #141692.
3006 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
3009 * libs/gst/dataprotocol/dataprotocol-test.c: (buffer_test):
3010 * libs/gst/dataprotocol/dataprotocol.c:
3011 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
3012 (gst_dp_buffer_from_header):
3013 * libs/gst/dataprotocol/dataprotocol.h:
3014 * libs/gst/dataprotocol/dp-private.h:
3015 rev version to 0.1, add buffer flags and copy them
3017 2004-06-09 Johan Dahlin <johan@gnome.org>
3019 * gst/gstbuffer.c (gst_buffer_default_copy): Don't forget to merge
3020 the flags from the buffer we're copying.
3022 2004-06-09 Wim Taymans <wim@fluendo.com>
3024 * gst/elements/gstfakesink.c: (gst_fakesink_chain):
3025 * gst/elements/gstidentity.c: (gst_identity_init),
3026 (gst_identity_chain):
3027 Print more buffer info in fakesink.
3028 Make identity output similar to fakesink.
3030 2004-06-07 Daniel Gazard <dany42@free.fr>
3032 reviewed by Benjamin Otte <otte@gnome.org>
3035 fix cross compiling not working. (fixes #143741)
3037 2004-06-07 Benjamin Otte <otte@gnome.org>
3039 * gst/gstelement.c: (gst_element_set_time_delay):
3042 put brackets around macro arguments of GST_TIME_ARGS, add note to
3043 move it to correct header in 0.9
3045 2004-06-07 Benjamin Otte <otte@gnome.org>
3047 * gst/indexers/gstfileindex.c: (gst_file_index_get_writer_id),
3048 (gst_file_index_load), (_file_index_id_save_entries),
3049 (gst_file_index_commit), (gst_file_index_add_association),
3050 (gst_file_index_add_entry), (gst_file_index_get_assoc_entry),
3051 (gst_file_index_plugin_init):
3052 make debugging use a default category
3054 2004-06-06 David Moore <dcm@acm.org>
3056 reviewed by Benjamin Otte <otte@gnome.org>
3058 * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
3059 (gst_fdsrc_change_state):
3060 reset offset counter when going READY => PAUSED. (fixes #142903)
3062 2004-06-06 ed@catmur.co.uk
3064 reviewed by Benjamin Otte <otte@gnome.org>
3066 * gst/registries/gstxmlregistry.c:
3067 (gst_xml_registry_rebuild_recurse):
3068 don't rely on g_dir_open to figure out if a file is a directory, use
3069 explicit G_TEST_IS_DIR. Reiserfs4 allows opening files as
3070 directories. (fixes #142850)
3072 2004-06-06 Benjamin Otte <otte@gnome.org>
3074 * gst/gstqueue.c: (gst_queue_dispose), (gst_queue_change_state):
3075 fix memory leaks (fixes #142795). Initial patch by Sebastien Cote
3076 * libs/gst/bytestream/adapter.c:
3077 * libs/gst/bytestream/adapter.h:
3078 fix copyright in header and typo in debugging category name
3080 2004-06-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
3085 === release 0.8.3 ===
3087 2004-06-05 Thomas Vander Stichele <thomas at apestaart dot org>
3090 update libtool versioning
3092 * docs/gst/tmpl/gstelement.sgml:
3093 * docs/gst/tmpl/gsttypes.sgml:
3094 * gst/gstinfo.c: (_gst_debug_init):
3095 put back GST_CAT_DATAFLOW to fix API breakage
3097 2004-06-04 David Schleef <ds@schleef.org>
3099 * autogen.sh: Add a temporary 'env' to test buildbot problems.
3101 2004-06-04 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
3106 === release 0.8.2 ===
3108 2004-06-03 Thomas Vander Stichele <thomas at apestaart dot org>
3110 * gst/gst.c: (parse_debug_list), (gst_init_check_with_popt_table):
3111 check GST_DEBUG environment variable which is parsed the same way
3114 2004-05-28 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3116 * gst/elements : gstaggregator.c gstfakesink.c gstfakesrc.c
3117 gstmd5sink.c gstshaper.c gsttee.c
3118 gsttypefindelement.c
3119 * gst/schedulers : gstbasicscheduler.c gstoptimalscheduler.c
3121 - removing trailing commas at end of enums
3122 it is correct C99 code but C90 compilers would complain
3124 ('should' fix #143290, at least partially)
3126 2004-05-27 Wim Taymans <wim@fluendo.com>
3128 * gst/schedulers/gstoptimalscheduler.c: (remove_from_chain),
3129 (chain_group_set_enabled), (create_group), (add_to_group),
3130 (merge_groups), (setup_group_scheduler), (group_elements),
3131 (gst_opt_scheduler_iterate), (gst_opt_scheduler_show):
3132 Don't try to follow the pad connections with other groups
3133 when a loop based element is added to the scheduler because
3134 the bin will inform the scheduler about the pad links a little
3137 2004-05-27 Wim Taymans <wim@fluendo.com>
3139 * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
3140 (remove_from_chain), (chain_group_set_enabled),
3141 (setup_group_scheduler), (group_element_set_enabled),
3142 (gst_opt_scheduler_state_transition), (gst_opt_scheduler_iterate),
3143 (gst_opt_scheduler_show):
3144 Elements without a group can do a state change as well, just wait
3145 with the setup of the scheduling function when it is added to a
3148 2004-05-27 Wim Taymans <wim@fluendo.com>
3150 * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
3151 (remove_from_chain), (chain_group_set_enabled), (add_to_group),
3152 (merge_groups), (setup_group_scheduler),
3153 (group_inc_links_for_element), (gst_opt_scheduler_iterate),
3154 (gst_opt_scheduler_show):
3155 Fixes to maintain internal consistency of the scheduler data
3157 - adding an enabled group to a chain should increment the
3158 number of enabled elements in that chain.
3159 - removing an enabled group from a chain could disable the
3161 - removing a disabled group from a chain could enable the
3163 - add g_assert when internal inconsistency is detected.
3164 - adding an element to a group could increase the number of
3165 links this group has with other groups.
3166 - merging two groups also merges the chains.
3167 - also show group links in the _show method.
3170 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
3172 * gst/gstcaps.c: (gst_caps_structure_simplify):
3173 don't print error messages when there is no error
3174 * gst/gstvalue.c: (gst_value_compare_int_range):
3175 compare the second value, too
3176 * testsuite/caps/Makefile.am:
3177 * testsuite/caps/random.c: (assert_on_error), (main):
3178 add tests to make sure the two things above are checked for
3180 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
3183 * libs/gst/dataprotocol/Makefile.am:
3184 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps):
3185 * libs/gst/dataprotocol/dataprotocol.h:
3186 wrap header in GST_ENABLE_NEW. make code use it
3188 2004-05-23 Johan Dahlin <johan@gnome.org>
3190 * tools/gst-inspect.c (main): Cleanup most parts of it, don't be
3191 so verbose and print GstElement signal names all the time.
3193 2004-05-22 David Schleef <ds@schleef.org>
3195 * gst/registries/gstxmlregistry.c:
3196 (gst_xml_registry_parse_padtemplate): Fix warning on OS X.
3199 2004-05-22 Thomas Vander Stichele <thomas at apestaart dot org>
3202 scrub cflags for glib2 so gcc doesn't complain when glib is in
3205 2004-05-21 Johan Dahlin <johan@gnome.org>
3207 * gst/gstcpu.c (gst_cpuid_i386): Protect some gcc asm stuff with
3208 __GNUC__, patch from Brian Cameron, fixes bug #142804
3210 2004-05-20 David Schleef <ds@schleef.org>
3212 * gst/gstindex.c: (gst_index_compare_func): Fix overflows in
3213 comparison code. (bug #142819)
3215 2004-05-20 Wim Taymans <wim@fluendo.com>
3217 * gst/gstbuffer.c: (gst_buffer_default_copy):
3219 Added Comment to a flag.
3220 copy relevant flags in _buffer_copy.
3222 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
3224 reviewed by: Wim Taymans <wim at fluendo dot com>
3227 add GST_BUFFER_IN_CAPS buffer flag
3228 * gst/gststructure.c: (gst_structure_value_get_generic_type),
3229 (gst_structure_parse_any_list), (gst_structure_parse_list),
3230 (gst_structure_parse_fixed_list), (gst_structure_parse_value):
3231 * gst/gstvalue.c: (gst_value_serialize_any_list),
3232 (gst_value_transform_any_list_string),
3233 (gst_value_list_prepend_value), (gst_value_list_append_value),
3234 (gst_value_list_get_size), (gst_value_list_get_value),
3235 (gst_value_transform_list_string),
3236 (gst_value_transform_fixed_list_string),
3237 (gst_value_serialize_list), (gst_value_serialize_fixed_list),
3238 (gst_value_deserialize_fixed_list), (gst_type_is_fixed),
3239 (_gst_value_initialize):
3241 add a GST_TYPE_FIXED_LIST which is fixed by definition and uses
3243 * testsuite/caps/string-conversions.c: (main):
3244 add regression tests for < >
3246 2004-05-20 Johan Dahlin <johan@gnome.org>
3248 * docs/gst/Makefile.am (all-local): Re-add
3250 2004-05-20 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
3252 * docs/gst/Makefile.am:
3253 * docs/gst/gstreamer-docs.sgml:
3254 * docs/libs/Makefile.am:
3255 * docs/libs/gstreamer-libs-docs.sgml:
3256 fix distcheck issues
3258 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
3260 * libs/gst/dataprotocol/Makefile.am:
3263 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
3265 * libs/gst/dataprotocol/Makefile.am:
3266 * libs/gst/dataprotocol/dataprotocol.c:
3267 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
3268 (gst_dp_packet_from_event), (gst_dp_event_from_packet):
3269 * libs/gst/dataprotocol/dp-private.h:
3270 use GST macros to read/write fixed length ints
3271 add some more asserts
3273 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
3275 * docs/libs/gstreamer-libs-docs.sgml:
3276 * docs/libs/gstreamer-libs-sections.txt:
3277 remove idct and putbits
3279 * docs/libs/tmpl/gstdataprotocol.sgml:
3280 * libs/gst/Makefile.am:
3281 * libs/gst/dataprotocol/Makefile.am:
3282 * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test),
3283 (buffer_test), (caps_test), (event_test), (main):
3284 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
3285 (gst_dp_dump_byte_array), (gst_dp_init),
3286 (gst_dp_header_payload_length), (gst_dp_header_payload_type),
3287 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
3288 (gst_dp_packet_from_event), (gst_dp_buffer_from_header),
3289 (gst_dp_caps_from_packet), (gst_dp_event_from_packet),
3290 (gst_dp_validate_header), (gst_dp_validate_payload),
3291 (gst_dp_validate_packet), (plugin_init):
3292 * libs/gst/dataprotocol/dataprotocol.h:
3293 * libs/gst/dataprotocol/dp-private.h:
3296 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
3298 * gst/gstvalue.c: (gst_value_deserialize_int_helper):
3299 fix int variable deserialization and add a helper so we can actually
3302 2004-05-18 David Schleef <ds@schleef.org>
3304 * testsuite/debug/commandline.c: (main): Call ./commandline, not
3305 argv[0]. Calling yourself is probably not the best way to
3306 construct a test like this, btw.
3308 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
3310 * gst/gstbin.c: (gst_bin_iterate_func), (gst_bin_iterate):
3311 don't claim to be more intelligent than a scheduler when the
3312 scheduler claims the pipeline is stopped
3313 * gst/schedulers/entryscheduler.c: (safe_cothread_switch),
3314 (safe_cothread_destroy),
3315 (gst_entry_scheduler_remove_all_cothreads),
3316 (gst_entry_scheduler_reset), (_remove_cothread),
3317 (gst_entry_scheduler_state_transition):
3318 hold off cothread destruction if we're not in main cothread
3320 * testsuite/Makefile.am:
3322 * testsuite/schedulers/.cvsignore:
3323 * testsuite/schedulers/Makefile.am:
3325 * testsuite/schedulers/relink.c: (cb_handoff), (main):
3326 check relinking and adding/removing elements from a running pipeline
3327 * testsuite/schedulers/unlink.c: (cb_handoff), (main):
3328 check unlinking in a running pipeline
3329 * testsuite/schedulers/unref.c: (cb_handoff), (main):
3330 check unreffing a running pipeline
3331 * testsuite/schedulers/useless_iteration.c: (main):
3332 check iterating a pipeline that contains running threads works
3334 2004-05-18 David Schleef <ds@schleef.org>
3336 * docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC
3339 2004-05-18 Wim Taymans <wim@fluendo.com>
3341 * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
3342 (setup_group_scheduler), (gst_opt_scheduler_pad_link):
3343 Fixed an error introduced with patch for 1.63. When setting
3344 a get based element as the entry point in a group, make sure
3345 to mark the group as GET based.
3347 2004-05-18 Wim Taymans <wim@fluendo.com>
3349 * gst/schedulers/gstoptimalscheduler.c: (create_group),
3350 (setup_group_scheduler), (loop_group_schedule_function),
3351 (gst_opt_scheduler_pad_link):
3352 Added some more debug info and fixed a bug where the group
3353 type was set to LOOP but it was in fact unknown.
3355 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
3357 * gst/schedulers/entryscheduler.c: (gst_entry_scheduler_reset):
3358 make resetting scheduler work twice in a row
3360 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
3362 * gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
3363 (CREATE_USERIALIZATION), (_gst_value_initialize),
3364 (gst_value_compare_float), (gst_value_serialize_float),
3365 (gst_value_deserialize_float), (gst_value_compare_enum),
3366 (gst_value_serialize_enum), (gst_value_deserialize_enum):
3367 add serialization and comparison functions for long, int64, enum and
3369 * gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
3370 use best serialization function in type hierarchy instead of only a
3371 matching one. This is required for enums to work.
3372 * gst/parse/grammar.y:
3373 use gst_caps_deserialize
3374 * testsuite/parse/Makefile.am:
3376 * testsuite/parse/parse1.c: (main):
3377 remove aggregator check, aggregator is broken, this test works now
3378 but fails because of bug #138012
3379 * testsuite/parse/parse2.c: (main):
3380 s/xvideosink/xvimagesink - this test looks a lot like we should
3383 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
3385 * gst/gstelement.c: (gst_element_class_init):
3386 whoops, store the signal id correctly
3387 * gst/schedulers/gstbasicscheduler.c:
3388 (gst_basic_scheduler_chain_wrapper):
3389 detect infinfinfinfinfinf^Cinite loops in chain wrapper when the
3390 chain function isn't linked
3392 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
3394 Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file
3395 support until we decide where the flags should be used
3396 * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_query):
3397 Use GST_FORMAT_BYTES when GST_FORMAT_DEFAULT is passed
3398 * gst/gstpad.c: (gst_pad_link_call_link_functions):
3399 Output refused caps in the debug info
3401 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
3403 * gst/elements/gstidentity.c: (gst_identity_chain):
3405 * gst/gstinfo.c: (gst_debug_log_default):
3408 2004-05-13 Benjamin Otte <otte@gnome.org>
3410 * gst/gstpipeline.c: (gst_pipeline_dispose),
3411 (gst_pipeline_change_state):
3412 call gst_scheduler_reset on dispose (fixes #141416)
3414 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
3416 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
3417 compute mapsize correctly
3418 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
3419 use correct datatypes when calling a varargs function
3420 * gst/elements/gsttypefindelement.c: (stop_typefinding):
3421 push a DISCONT event as first thing
3422 * gst/gst_private.h:
3423 * gst/gstinfo.c: (_gst_debug_init):
3424 remove GST_DATAFLOW debugging category
3425 * gst/gstbin.c: (gst_bin_iterate):
3426 use GST_SCHEDULING category
3427 * gst/gstpad.c: (gst_pad_get_type), (_invent_event),
3428 (gst_pad_push), (gst_pad_pull), (gst_pad_call_chain_function),
3429 (gst_pad_call_get_function):
3430 add GST_DATAFLOW to easily track flow of buffers or events.
3431 * gst/gstqueue.c: (gst_queue_get_type),
3432 (gst_queue_handle_pending_events), (gst_queue_chain),
3433 (gst_queue_get), (gst_queue_handle_src_event):
3434 use own static debugging category GST_DATAFLOW for dataflow,
3435 use DEBUG category for showing which path events go, use LOG
3436 category for buffers.
3438 2004-05-10 David Schleef <ds@schleef.org>
3440 * docs/gst/gstreamer-sections.txt: Add gst_element_no_more_pads.
3442 2004-05-10 David Schleef <ds@schleef.org>
3444 * docs/gst/Makefile.am: Dear gtk-doc, please print out the unused
3445 symbols, because otherwise we don't know what they are. Thanks,
3447 * gst/registries/gstxmlregistry.c: (make_dir): Remove a spurious ;
3449 2004-05-10 David Schleef <ds@schleef.org>
3452 * win32/Makefile: When using make clean the MS Visual Studio makefiles
3454 * win32/Makefile.inspect:
3455 * win32/Makefile.launch:
3456 * win32/Makefile.register:
3458 2004-05-10 David Schleef <ds@schleef.org>
3460 * gst/gstinfo.h: Add missing inline function.
3461 * gst/gsttrace.c: add include
3462 * gst/parse/grammar.y: remove unused code
3463 * gst/registries/gstxmlregistry.c: (make_dir): make mkdir call
3465 * tools/gst-register.c: wrap unistd.h
3467 More additions/fixes from Steve for the MSVC build.
3468 * win32/GStreamer.vcproj:
3470 * win32/Makefile.inspect:
3471 * win32/Makefile.launch:
3472 * win32/Makefile.register:
3474 * win32/gst-inspect.vcproj:
3475 * win32/gst-launch.vcproj:
3476 * win32/gst-register.vcproj:
3477 * win32/gstbytestream.def:
3478 * win32/gstbytestream.vcproj:
3479 * win32/gstconfig.h:
3480 * win32/gstelements.def:
3481 * win32/gstelements.vcproj:
3482 * win32/gstenumtypes.c:
3483 * win32/gstenumtypes.h:
3484 * win32/gstoptimalscheduler.def:
3485 * win32/gstoptimalscheduler.vcproj:
3486 * win32/gstreamer.def:
3487 * win32/gstspider.def:
3488 * win32/gstspider.vcproj:
3489 * win32/gstversion.h:
3492 2004-05-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
3494 * gst/gstelement.c: (gst_element_class_init),
3495 (gst_element_no_more_pads):
3497 add gst_element_no_more_pads and the "no-more-pads" signal
3499 2004-05-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
3501 * gst/gstregistry.c: (gst_registry_add_plugin):
3502 refuse to add plugins when a plugin with same name is already
3503 registered. Fixes a bunch of "How to remove plugins?" issues.
3504 May lead to other problems though, let's test
3506 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3508 * testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
3509 * docs/manual/pads-api.xml : audio/wav => audio/x-wav
3510 * docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav
3512 2004-05-09 Thomas Vander Stichele <thomas at apestaart dot org>
3514 * tests/Makefile.am: fix am16 issue
3516 2004-05-09 Benjamin Otte <otte@gnome.org>
3518 * libs/gst/bytestream/Makefile.am:
3519 we should indeed add .c files to makefiles or they won't be built
3522 2004-05-08 Benjamin Otte <otte@gnome.org>
3524 * gst/gstpad.c: (gst_pad_proxy_fixate):
3525 really reduce the set of caps
3527 2004-05-08 Benjamin Otte <otte@gnome.org>
3529 * tests/Makefile.am:
3530 * tests/spidey_bench.c: (handoff), (main):
3531 add benchmark to test how long spider needs to create a pipeline
3533 2004-05-08 Benjamin Otte <otte@gnome.org>
3535 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_unnegotiate):
3536 mark links as unengaged when unnegotiating instead of deactivating.
3537 This way pads aren't marked as unengaged when going PLAYING=>PAUSED
3539 2004-05-08 Benjamin Otte <otte@gnome.org>
3541 * docs/manual/helloworld.xml:
3542 s/audiosink/osssink (patch by Patrick Guimond)
3544 2004-05-07 David Schleef <ds@schleef.org>
3546 * configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
3547 since it contains important stuff.
3549 2004-05-07 David Schleef <ds@schleef.org>
3551 * testsuite/caps/caps.c: (test3), (main): A check for appending
3554 2004-05-07 David Schleef <ds@schleef.org>
3556 * common/m4/as-compiler-flag.m4: Properly quote arguments,
3557 which may contain commas. Fixes detection of -Wa,-mregnames
3559 2004-05-06 David Schleef <ds@schleef.org>
3561 Changes to handle compilers that don't have variadic macro
3562 support. In particular, glib headers define some inlines
3563 that need G_LOG_DOMAIN defined. Additional fixes for MSVC
3567 * gst/elements/gstfdsink.c:
3568 * gst/elements/gstfdsrc.c:
3569 * gst/elements/gstfilesink.c:
3570 * gst/elements/gstfilesrc.c:
3571 * gst/gst_private.h:
3573 * gst/gstcaps.c: (gst_caps_append):
3574 * gst/gstcpu.c: (gst_cpuid_i386):
3581 * gst/gstregistry.c:
3582 * gst/gststructure.c:
3583 * gst/gsttaginterface.c:
3584 * gst/gsttrace.c: (gst_trace_new):
3585 * gst/gsttrashstack.c:
3588 * gst/parse/grammar.y:
3589 * gst/parse/parse.l:
3590 * tools/gst-inspect.c: (main):
3591 * tools/gst-launch.c: (main):
3592 * tools/gst-xmlinspect.c: (PUT_STRING):
3594 2004-05-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
3596 * gst/elements/gstfilesrc.c: (gst_filesrc_get),
3597 (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
3598 * gst/elements/gstfilesrc.h:
3599 send NEW_MEDIA events correctly
3600 * gst/elements/gsttypefindelement.c: (start_typefinding),
3601 (gst_type_find_element_handle_event):
3602 restart typefinding when we get a NEW_MEDIA event
3603 * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_change_state),
3605 don't die when someone removes elements in callbacks
3606 * gst/gstelement.c: (gst_element_change_state):
3608 * gst/gstpad.c: (gst_pad_pull), (gst_pad_call_chain_function):
3609 we need a NEW_MEDIA event to engage a link
3610 * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
3611 don't g_print debugging stuff
3612 * testsuite/caps/simplify.c: (check_caps):
3614 2004-05-04 Benjamin Otte <otte@gnome.org>
3616 * gst/parse/grammar.y:
3617 use GST_ERROR instead of g_warning, and always throw a GST_ERROR
3619 2004-05-04 Benjamin Otte <otte@gnome.org>
3621 * testsuite/caps/renegotiate.c: (main):
3622 improve output in error case
3624 2004-05-04 Benjamin Otte <otte@gnome.org>
3626 * gst/parse/grammar.y:
3627 fix assert to not trigger when there's no error argument
3628 * gst/parse/parse.l:
3629 fix definition of caps to allow more than two structures
3630 * testsuite/caps/Makefile.am:
3631 * testsuite/caps/renegotiate.c: (main):
3632 it's sinesrc and works in that case
3634 2004-05-04 Wim Taymans <wim@fluendo.com>
3636 * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
3637 (group_dec_link), (gst_opt_scheduler_pad_unlink):
3638 when removing an element from a group, we always need to
3639 decrement the link count that this group had with other
3640 groups through the element.
3641 added an extra assert to catch inconsistencies when decrementing
3644 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
3647 * docs/gst/Makefile.am:
3648 * docs/gst/gstreamer-sections.txt:
3649 * docs/gst/tmpl/gstcompat.sgml:
3650 * examples/appreader/Makefile.am:
3651 * examples/cutter/Makefile.am:
3652 * examples/events/Makefile.am:
3653 * examples/helloworld/Makefile.am:
3654 * examples/helloworld2/Makefile.am:
3655 * examples/launch/Makefile.am:
3656 * examples/manual/Makefile.am:
3657 * examples/mixer/Makefile.am:
3658 * examples/pingpong/Makefile.am:
3659 * examples/plugins/Makefile.am:
3660 * examples/queue/Makefile.am:
3661 * examples/queue2/Makefile.am:
3662 * examples/queue3/Makefile.am:
3663 * examples/queue4/Makefile.am:
3664 * examples/retag/Makefile.am:
3665 * examples/thread/Makefile.am:
3666 * examples/typefind/Makefile.am:
3667 * examples/xml/Makefile.am:
3669 * gst/autoplug/Makefile.am:
3670 * gst/elements/Makefile.am:
3672 * gst/indexers/Makefile.am:
3673 * gst/parse/Makefile.am:
3674 * gst/registries/Makefile.am:
3675 * gst/schedulers/Makefile.am:
3676 * libs/gst/bytestream/Makefile.am:
3677 * libs/gst/control/Makefile.am:
3678 * libs/gst/getbits/Makefile.am:
3688 * tests/Makefile.am:
3689 * tests/bufspeed/Makefile.am:
3690 * tests/instantiate/Makefile.am:
3691 * tests/memchunk/Makefile.am:
3692 * tests/muxing/Makefile.am:
3693 * tests/negotiation/Makefile.am:
3694 * tests/probes/Makefile.am:
3695 * tests/sched/Makefile.am:
3696 * tests/seeking/Makefile.am:
3697 * tests/threadstate/Makefile.am:
3698 * testsuite/caps/Makefile.am:
3699 * testsuite/cleanup/Makefile.am:
3700 * testsuite/dlopen/Makefile.am:
3701 * testsuite/dynparams/Makefile.am:
3702 * testsuite/plugin/Makefile.am:
3703 * testsuite/states/Makefile.am:
3704 * tools/Makefile.am:
3705 reorganize compile/link flags to be consistent
3706 put gst_info in gstcompat.h and actually use GST_DISABLE_DEPRECATED
3708 2004-05-04 David Schleef <ds@schleef.org>
3710 The "once more, with feeling" check-in.
3711 * testsuite/caps/Makefile.am: dist caps_strings
3712 * testsuite/caps/renegotiate.c: (main): This test triggers a
3713 segfault in the core. Marking as failing.
3715 2004-05-03 David Schleef <ds@schleef.org>
3717 * testsuite/caps/deserialize.c: (main): Fix problems noticed
3719 * testsuite/caps/renegotiate.c: (main): Same.
3721 2004-05-03 David Schleef <ds@schleef.org>
3723 * testsuite/caps/renegotiate.c: (my_fixate), (main): Another test.
3725 2004-05-03 David Schleef <ds@schleef.org>
3727 * testsuite/caps/deserialize.c: (main): Use the srcdir environment
3728 variable to find our source file.
3730 2004-05-03 David Schleef <ds@schleef.org>
3732 * configure.ac: Link plugins with libgstreamer and dependent
3734 * testsuite/caps/Makefile.am:
3735 * testsuite/caps/caps_strings:
3736 * testsuite/caps/deserialize.c: (main): Add a little test to slog
3737 through a file of caps strings and test each one
3739 2004-05-04 Benjamin Otte <otte@gnome.org>
3741 * libs/gst/bytestream/Makefile.am:
3742 * libs/gst/bytestream/adapter.c:
3743 * libs/gst/bytestream/adapter.h:
3744 add GstAdapter, similar to bytestream, but doesn't require ugly event
3745 handling or uglier loopbased elements
3747 2004-05-03 David Schleef <ds@schleef.org>
3749 * testsuite/caps/Makefile.am: Fix spelling of Ηρατοσθενες
3750 * testsuite/caps/erathostenes.c:
3751 * testsuite/caps/eratosthenes.c: (eratosthenes), (main):
3753 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
3756 remove hardcoded stylesheet path (duh)
3757 * docs/random/release:
3758 * docs/gst/gstreamer-sections.txt:
3761 * gst/gst_private.h:
3767 * gst/gstinterface.c:
3768 * gst/gstmemchunk.c:
3771 * gst/gstregistry.c:
3772 * gst/gstregistrypool.c:
3773 * gst/gststructure.c:
3774 * gst/gsttaginterface.c:
3777 * gst/gsttypefind.c: (gst_type_find_factory_get_type):
3780 deprecate gst_info; remove gstlog.h
3783 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
3789 updated translations
3791 2004-05-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
3793 * gst/gstbin.c: (gst_bin_dispose):
3796 2004-05-03 Johan Dahlin <johan@gnome.org>
3798 * gst/schedulers/gstoptimalscheduler.c
3799 (gst_opt_scheduler_pad_unlink): Check if element is non-NULL and
3800 really is a GstElement. Avoids critical when running gst-launch -v
3801 and a oggdemux/decoding pipeline.
3803 2004-05-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3805 * docs/gst/tmpl/gstpipeline.sgml :
3806 * docs/manual/elements-api.xml :
3807 doc fix by Patrick Guimond (Protector) from devel ML
3810 2004-05-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3812 * docs/gst/Makefile.am :
3813 * docs/libs/Makefile.am :
3814 apply a patch from Arwed v. Merkatz so that gtk-doc
3815 generated docs install (same for .devhelp file)
3816 (fixes part 1 of #138836)
3818 2004-04-30 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3820 * docs/faq/dependencies.xml: typo
3821 * docs/faq/getting.xml :
3822 - fix download URL for new gstreamer site
3823 - hide sf.net download page as latest version aren't there
3825 - fill "get via CVS" paragraph (link to dev page on the site)
3826 * docs/faq/general.xml:
3827 hide status tables as they no more exists
3828 change case on plugins license file to reflect reality
3829 * docs/faq/troubleshooting.xml:
3830 remove the wiki question/answer as there is no more wiki
3832 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
3835 include the headers needed for declarations used in this header
3837 2004-04-30 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3839 * docs/random/uraeus/gstreamer_and_midi.txt :
3840 add .kar (midi + karaoke/lyrics 'track') doc to midi doc.
3843 2004-04-30 Sebastien Cote <sc5@hermes.usherb.ca>
3845 reviewed by Benjamin Otte <otte@gnome.org>
3847 * gst/schedulers/gthread-cothreads.h:
3848 free allocated data for main cothread, too when destroying context
3851 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3853 * docs/manual/goals.xml : remove duplicated paragraph at end
3854 of doc page (fixes #141448)
3856 2004-04-29 David Schleef <ds@schleef.org>
3858 * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
3859 Patch from Sebastien Cote to fix leakage of events. (bug #141414)
3861 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
3863 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
3868 rename typefind source file
3870 2004-04-28 David Schleef <ds@schleef.org>
3872 Several new files from Steve Lhomme's MSVC patch (bug #141317):
3873 * win32/GStreamer.vcproj:
3876 * win32/dirent.c: (_topendir), (_treaddir), (_tclosedir),
3877 (_trewinddir), (_ttelldir), (_tseekdir):
3879 * win32/gst-inspect.vcproj:
3880 * win32/gst-launch.vcproj:
3881 * win32/gst-register.vcproj:
3882 * win32/gstbytestream.vcproj:
3883 * win32/gstelements.vcproj:
3884 * win32/gstoptimalscheduler.vcproj:
3885 * win32/gstspider.vcproj:
3887 * win32/mman.c: (mmap), (mprotect), (msync), (munmap):
3892 2004-04-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
3894 * gst/gst.c: (init_post):
3896 remove useless _gst_progname stuff
3897 * tools/gst-inspect.c: (print_field), (print_caps):
3900 2004-04-28 David Schleef <ds@schleef.org>
3902 Disable parsing of a lot of files that aren't part of the
3903 exported API. Move corresponding template files to old/,
3904 waiting for removal when they don't contain anything
3906 * docs/gst/Makefile.am:
3907 * docs/gst/gstreamer-sections.txt:
3908 * docs/gst/tmpl/cothreads.sgml:
3909 * docs/gst/tmpl/cothreads_compat.sgml:
3910 * docs/gst/tmpl/gettext.sgml:
3911 * docs/gst/tmpl/gobject2gtk.sgml:
3912 * docs/gst/tmpl/grammar.tab.sgml:
3913 * docs/gst/tmpl/gst-i18n-app.sgml:
3914 * docs/gst/tmpl/gst-i18n-lib.sgml:
3915 * docs/gst/tmpl/gst_private.sgml:
3916 * docs/gst/tmpl/gstaggregator.sgml:
3917 * docs/gst/tmpl/gstarch.sgml:
3918 * docs/gst/tmpl/gstatomic_impl.sgml:
3919 * docs/gst/tmpl/gstbufferstore.sgml:
3920 * docs/gst/tmpl/gstdata_private.sgml:
3921 * docs/gst/tmpl/gstdisksink.sgml:
3922 * docs/gst/tmpl/gstdisksrc.sgml:
3923 * docs/gst/tmpl/gstelementfactory.sgml:
3924 * docs/gst/tmpl/gstextratypes.sgml:
3925 * docs/gst/tmpl/gstfakesink.sgml:
3926 * docs/gst/tmpl/gstfakesrc.sgml:
3927 * docs/gst/tmpl/gstfdsink.sgml:
3928 * docs/gst/tmpl/gstfdsrc.sgml:
3929 * docs/gst/tmpl/gstfilesink.sgml:
3930 * docs/gst/tmpl/gstfilesrc.sgml:
3931 * docs/gst/tmpl/gsthttpsrc.sgml:
3932 * docs/gst/tmpl/gstidentity.sgml:
3933 * docs/gst/tmpl/gstindexfactory.sgml:
3934 * docs/gst/tmpl/gstmarshal.sgml:
3935 * docs/gst/tmpl/gstmd5sink.sgml:
3936 * docs/gst/tmpl/gstmultidisksrc.sgml:
3937 * docs/gst/tmpl/gstmultifilesrc.sgml:
3938 * docs/gst/tmpl/gstpadtemplate.sgml:
3939 * docs/gst/tmpl/gstpipefilter.sgml:
3940 * docs/gst/tmpl/gstschedulerfactory.sgml:
3941 * docs/gst/tmpl/gstsearchfuncs.sgml:
3942 * docs/gst/tmpl/gstshaper.sgml:
3943 * docs/gst/tmpl/gstspider.sgml:
3944 * docs/gst/tmpl/gstspideridentity.sgml:
3945 * docs/gst/tmpl/gststatistics.sgml:
3946 * docs/gst/tmpl/gsttee.sgml:
3947 * docs/gst/tmpl/gsttimecache.sgml:
3948 * docs/gst/tmpl/gsttypefind.sgml:
3949 * docs/gst/tmpl/gsttypefindfactory.sgml:
3950 * docs/gst/tmpl/gstxmlregistry.sgml:
3951 * docs/gst/tmpl/gthread-cothreads.sgml:
3952 * docs/gst/tmpl/old/cothreads.sgml:
3953 * docs/gst/tmpl/old/cothreads_compat.sgml:
3954 * docs/gst/tmpl/old/gettext.sgml:
3955 * docs/gst/tmpl/old/gobject2gtk.sgml:
3956 * docs/gst/tmpl/old/grammar.tab.sgml:
3957 * docs/gst/tmpl/old/gst-i18n-app.sgml:
3958 * docs/gst/tmpl/old/gst-i18n-lib.sgml:
3959 * docs/gst/tmpl/old/gst_private.sgml:
3960 * docs/gst/tmpl/old/gstaggregator.sgml:
3961 * docs/gst/tmpl/old/gstarch.sgml:
3962 * docs/gst/tmpl/old/gstatomic_impl.sgml:
3963 * docs/gst/tmpl/old/gstbufferstore.sgml:
3964 * docs/gst/tmpl/old/gstdata_private.sgml:
3965 * docs/gst/tmpl/old/gstdisksink.sgml:
3966 * docs/gst/tmpl/old/gstdisksrc.sgml:
3967 * docs/gst/tmpl/old/gstelementfactory.sgml:
3968 * docs/gst/tmpl/old/gstextratypes.sgml:
3969 * docs/gst/tmpl/old/gstfakesink.sgml:
3970 * docs/gst/tmpl/old/gstfakesrc.sgml:
3971 * docs/gst/tmpl/old/gstfdsink.sgml:
3972 * docs/gst/tmpl/old/gstfdsrc.sgml:
3973 * docs/gst/tmpl/old/gstfilesink.sgml:
3974 * docs/gst/tmpl/old/gstfilesrc.sgml:
3975 * docs/gst/tmpl/old/gsthttpsrc.sgml:
3976 * docs/gst/tmpl/old/gstidentity.sgml:
3977 * docs/gst/tmpl/old/gstindexfactory.sgml:
3978 * docs/gst/tmpl/old/gstmarshal.sgml:
3979 * docs/gst/tmpl/old/gstmd5sink.sgml:
3980 * docs/gst/tmpl/old/gstmultidisksrc.sgml:
3981 * docs/gst/tmpl/old/gstmultifilesrc.sgml:
3982 * docs/gst/tmpl/old/gstpadtemplate.sgml:
3983 * docs/gst/tmpl/old/gstpipefilter.sgml:
3984 * docs/gst/tmpl/old/gstschedulerfactory.sgml:
3985 * docs/gst/tmpl/old/gstsearchfuncs.sgml:
3986 * docs/gst/tmpl/old/gstshaper.sgml:
3987 * docs/gst/tmpl/old/gstspider.sgml:
3988 * docs/gst/tmpl/old/gstspideridentity.sgml:
3989 * docs/gst/tmpl/old/gststatistics.sgml:
3990 * docs/gst/tmpl/old/gsttee.sgml:
3991 * docs/gst/tmpl/old/gsttimecache.sgml:
3992 * docs/gst/tmpl/old/gsttypefindfactory.sgml:
3993 * docs/gst/tmpl/old/gstxmlregistry.sgml:
3994 * docs/gst/tmpl/old/gthread-cothreads.sgml:
3995 * docs/gst/tmpl/old/types.sgml:
3996 * docs/gst/tmpl/types.sgml:
3998 Rename gsttypefind.[ch] back to gsttypefindelement.[ch], since
3999 gtkdoc-scan doesn't like files with the same name in different
4001 * gst/elements/Makefile.am:
4002 * gst/elements/gstelements.c:
4003 * gst/elements/gsttypefind.c:
4004 * gst/elements/gsttypefind.h:
4005 * gst/elements/gsttypefindelement.c:
4006 * gst/elements/gsttypefindelement.h:
4008 2004-04-28 David Schleef <ds@schleef.org>
4010 A bunch of portability fixes, derived from Steve Lhomme's MSVC
4011 patch (bug #141317):
4012 * gst/gst-i18n-lib.h: Allow disabling gettext.
4013 * gst/gstatomic_impl.h: disable warning when it's dumb.
4014 * gst/gstclock.c: fix include
4015 * gst/gstcompat.h: fix variadic macro
4016 * gst/gstinfo.c: fix include
4017 * gst/gstmacros.h: add defines for inlines on MSVC
4018 * gst/gstplugin.c: fix includes
4019 * gst/gstregistry.c: fix includes
4020 * gst/gstregistry.h: use S_IREAD, etc., if S_IRUSR isn't defined
4021 * gst/gstsystemclock.c: fix include
4022 * gst/gsttrace.c: (gst_trace_new), (gst_trace_text_flush): use
4023 S_IREAD if S_IRUSR isn't defined. fix use of non-portable functions
4024 * gst/registries/gstxmlregistry.c:
4025 (gst_xml_registry_parse_element_factory): fix use of non-portable
4027 * libs/gst/control/dparam.h: Remove trailing comma in enum definition
4028 * libs/gst/control/dparammanager.h: same
4030 2004-04-28 David Schleef <ds@schleef.org>
4032 Move a bunch of unused files to old/ with names that are
4033 not case-insensitive-unique. These files still contain some
4034 useful information that needs to be merged into gstbin.sgml,
4035 etc., so they shouldn't be deleted yet.
4036 * docs/gst/tmpl/GstBin.sgml:
4037 * docs/gst/tmpl/GstBuffer.sgml:
4038 * docs/gst/tmpl/GstCaps.sgml:
4039 * docs/gst/tmpl/GstClock.sgml:
4040 * docs/gst/tmpl/GstCompat.sgml:
4041 * docs/gst/tmpl/GstData.sgml:
4042 * docs/gst/tmpl/GstElement.sgml:
4043 * docs/gst/tmpl/GstEvent.sgml:
4044 * docs/gst/tmpl/GstIndex.sgml:
4045 * docs/gst/tmpl/GstStructure.sgml:
4046 * docs/gst/tmpl/GstTag.sgml:
4047 * docs/gst/tmpl/old/GstBin.sgml:
4048 * docs/gst/tmpl/old/GstBuffer.sgml:
4049 * docs/gst/tmpl/old/GstCaps.sgml:
4050 * docs/gst/tmpl/old/GstClock.sgml:
4051 * docs/gst/tmpl/old/GstCompat.sgml:
4052 * docs/gst/tmpl/old/GstData.sgml:
4053 * docs/gst/tmpl/old/GstElement.sgml:
4054 * docs/gst/tmpl/old/GstEvent.sgml:
4055 * docs/gst/tmpl/old/GstIndex.sgml:
4056 * docs/gst/tmpl/old/GstStructure.sgml:
4057 * docs/gst/tmpl/old/GstTag.sgml:
4059 2004-04-28 David Schleef <ds@schleef.org>
4061 * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
4062 (gst_caps_append), (gst_caps_append_structure),
4063 (gst_caps_get_size), (gst_caps_get_structure), (gst_caps_copy_1),
4064 (gst_caps_set_simple), (gst_caps_set_simple_valist),
4065 (gst_caps_is_any), (gst_caps_is_empty), (gst_caps_is_chained),
4066 (gst_caps_is_fixed), (gst_caps_is_always_compatible),
4067 (gst_caps_intersect), (gst_caps_normalize),
4068 (gst_caps_transform_to_string): Patch from Tim-Philipp Müller
4069 to fix GST_CAPS() and GST_IS_CAPS(). (bug #141304)
4070 * gst/gstcaps.h: use GST_IS_CAPS().
4072 2004-04-26 David Schleef <ds@schleef.org>
4074 * gst/gstcpu.c: (gst_cpuid_i386): Don't clobber ebx in inline
4075 assembly. gcc doesn't handle it correctly. (bug #141083)
4076 * gst/gsttrashstack.h: same
4078 2004-04-25 Benjamin Otte <otte@gnome.org>
4080 * gst/gstelement.c: (gst_element_change_state):
4081 fix assertion to do an int comparison
4083 2004-04-25 Benjamin Otte <otte@gnome.org>
4085 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
4086 better debugging output on error
4088 2004-04-25 Benjamin Otte <otte@gnome.org>
4090 * gst/gstcaps.c: (gst_caps_subtract):
4093 2004-04-23 Benjamin Otte <otte@gnome.org>
4095 * gst/gstvalue.c: (gst_value_compare_buffer),
4096 (_gst_value_initialize):
4097 add comparison function for buffers
4099 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
4102 Just found out that this so-called "ima-wav" format is really
4103 just "dvi adpcm" (according to the MS WAV documentation). So
4104 renaming it. We didn't use it yet anyway.
4106 2004-04-23 Benjamin Otte <otte@gnome.org>
4108 * gst/gstcaps.c: (gst_caps_is_always_compatible):
4109 call gst_caps_is_subset
4111 2004-04-23 Benjamin Otte <otte@gnome.org>
4113 * gst/gstcaps.c: (gst_caps_subtract), (gst_caps_is_equal),
4114 (gst_caps_is_subset):
4117 2004-04-23 Benjamin Otte <otte@gnome.org>
4119 * gst/gstcaps.c: (gst_caps_structure_subtract_field),
4120 (gst_caps_structure_subtract), (gst_caps_subtract),
4121 (gst_caps_structure_figure_out_union),
4122 (gst_caps_structure_simplify), (gst_caps_do_simplify):
4123 fix simplifying and subtracting not working correctly with optional
4125 solve assorted problems that make it now simplify ebven more
4126 * docs/gst/tmpl/gstcaps.sgml:
4128 make gst_caps_do_simplify return a bool to indicate if it simplified
4129 * testsuite/caps/simplify.c: (main):
4130 add more checks. The tests is quite a bit useless right now because
4131 the core is heavily simplifying itself.
4132 * testsuite/caps/caps.h:
4133 fix caps to contain all optional properties
4135 2004-04-22 Benjamin Otte <otte@gnome.org>
4137 * docs/gst/tmpl/gstcaps.sgml:
4138 * docs/gst/tmpl/gstfilesrc.sgml:
4139 * docs/gst/tmpl/gststructure.sgml:
4140 * docs/gst/tmpl/gstvalue.sgml:
4141 update for recent API changes
4142 * gst/gstcaps.c: (gst_caps_do_simplify):
4143 fix to stop trying with a freed structure
4144 * gst/gstpad.c: (gst_pad_link_fixate):
4146 * gst/gstpad.c: (gst_pad_template_get_caps_by_name):
4149 deprecate gst_pad_template_get_caps_by_name, it doesn't work anyway
4150 * gst/gststructure.c: (gst_structure_value_get_generic_type),
4151 (gst_structure_to_string):
4152 keep the correct type when using lists of ranges
4153 * gst/gstvalue.c: (gst_value_list_prepend_value),
4154 (gst_value_list_append_value):
4155 copy the value before adding to the list (d'oh)
4156 * gst/gstvalue.c: (gst_value_subtract_int_range_int),
4157 (gst_value_subtract_int_range_int_range):
4158 handle overflows correctly
4159 * gst/gstvalue.c: (gst_value_subtract_from_list):
4161 * testsuite/caps/caps.h:
4162 add a caps that caused segfaults
4164 2004-04-22 Benjamin Otte <otte@gnome.org>
4166 * testsuite/refcounting/pad.c: (main):
4169 2004-04-22 Benjamin Otte <otte@gnome.org>
4171 * gst/gstcaps.c: (gst_caps_subtract):
4172 allow subtracting ANY and EMPTY from ANY caps
4174 2004-04-22 Benjamin Otte <otte@gnome.org>
4176 * gst/gstcaps.c: (gst_caps_append), (gst_caps_intersect),
4178 only simplify in functions that create new caps. Simplifying in
4179 gst_caps_append breaks tests.
4181 2004-04-22 Benjamin Otte <otte@gnome.org>
4183 * gst/gstcaps.c: (gst_caps_structure_simplify):
4184 unset GValue after use
4185 * gst/gstcaps.c: (gst_caps_append),
4186 * gst/gstpad.c: (gst_pad_link_fixate), (gst_pad_template_new):
4187 use gst_caps_simplify (reduces registry size by 30%)
4188 * gst/gstpad.c: (gst_pad_template_new):
4189 don't allow NULL caps
4191 2004-04-22 Benjamin Otte <otte@gnome.org>
4193 * docs/gst/gstreamer-sections.txt:
4194 add gst_caps_do_simplify
4196 add documentation for gst_caps_do_simplify
4198 fix typo in gst_value_register_subtract_func declaration for gst-doc
4200 2004-04-22 Benjamin Otte <otte@gnome.org>
4202 * gst/gstcaps.c: (gst_caps_from_string_inplace):
4203 fix bug when converting from empty string.
4204 * gst/gstcaps.c: (gst_caps_new_any), (gst_caps_new_simple),
4205 (gst_caps_new_full_valist), (gst_caps_copy), (gst_caps_copy_1):
4206 use gst_caps_new_empty to allocate a new caps. Only that function
4207 allocates memory for caps now.
4208 * gst/gstcaps.c: (gst_caps_remove_and_get_structure),
4209 (gst_caps_remove_structure):
4210 add ability to remove one structure (but not to header yet)
4211 * gst/gstcaps.c: (gst_caps_compare_structures),
4212 (gst_caps_simplify), (gst_caps_structure_figure_out_union),
4213 (gst_caps_structure_simplify), (gst_caps_do_simplify),
4215 add gst_caps_do_simplify that tries to simplify a caps in place.
4216 Deprecate old gst_caps_simplify function.
4217 * testsuite/caps/caps.h:
4218 add caps.h containing a common set of caps to test against.
4219 * testsuite/caps/sets.c: (check_caps), (main):
4221 * testsuite/caps/.cvsignore:
4222 * testsuite/caps/Makefile.am:
4223 * testsuite/caps/simplify.c: (check_caps), (main):
4224 add test to check correctness and efficency of caps simplification.
4226 2004-04-22 Sebastien Cote <sc5@hermes.usherb.ca>
4228 reviewed by Benjamin Otte <otte@gnome.org>
4230 * gst/gstparse.c: (_gst_parse_escape):
4231 Free the GString used in _gst_parse_escape()
4233 2004-04-21 Benjamin Otte <in7y118@public.uni-hamburg.de>
4235 * gst/gstpad.c: (gst_pad_link_negotiate):
4236 refuse to link if the link is not possible
4238 * testsuite/Makefile.am:
4239 * testsuite/negotiation/.cvsignore:
4240 * testsuite/negotiation/Makefile.am:
4241 * testsuite/negotiation/pad_link.c: (main):
4242 add test that checks the above behaviour
4244 2004-04-21 Thomas Vander Stichele <thomas at apestaart dot org>
4246 * docs/gst/gstreamer-sections.txt:
4249 2004-04-21 Thomas Vander Stichele <thomas at apestaart dot org>
4251 * gst/elements/gstfilesrc.c: (gst_filesrc_init),
4252 (gst_filesrc_get_mmap), (gst_filesrc_get_read), (gst_filesrc_get),
4253 (gst_filesrc_open_file), (gst_filesrc_close_file),
4254 (gst_filesrc_srcpad_query), (gst_filesrc_srcpad_event):
4255 * gst/elements/gstfilesrc.h:
4256 add support for non-regular files (#140734)
4258 2004-04-21 Benjamin Otte <otte@gnome.org>
4260 * gst/gstpad.c: (gst_pad_link_fixate):
4261 add sophisticated error checking code to see if fixation functions
4262 did their fixation right
4264 2004-04-21 Benjamin Otte <otte@gnome.org>
4266 * gst/gstcaps.c: (gst_caps_append), (gst_caps_union):
4267 check for ANY caps before appending/unioning
4268 * gst/gstcaps.c: (gst_caps_is_subset),
4269 (gst_caps_is_equal), (gst_caps_structure_subtract_field),
4270 (gst_caps_structure_subtract), (gst_caps_subtract):
4272 add gst_caps_is_equal, gst_caps_is_subset and gst_caps_subtract to
4273 the API. deprecate gst_caps_is_equal_fixed
4274 * gst/gstpad.c: (gst_pad_try_set_caps):
4275 * gst/gstqueue.c: (gst_queue_link):
4276 s/gst_caps_is_equal_fixed/gst_caps_is_equal/
4277 * gst/gststructure.c: (gst_structure_get_name_id):
4278 * gst/gststructure.h:
4279 add function gst_structure_get_name_id
4280 * gst/gstvalue.c: (gst_value_subtract_int_int_range),
4281 (gst_value_create_new_range), (gst_value_subtract_int_range_int),
4282 (gst_value_subtract_int_range_int_range),
4283 (gst_value_subtract_double_double_range),
4284 (gst_value_subtract_double_range_double),
4285 (gst_value_subtract_double_range_double_range),
4286 (gst_value_subtract_from_list), (gst_value_subtract_list),
4287 (gst_value_can_intersect), (gst_value_subtract),
4288 (gst_value_can_subtract), (gst_value_register_subtract_func),
4289 (_gst_value_initialize):
4291 add support for subtracting values from each other. Note that
4292 subtracting means subtracting as in set theory. Required for caps
4294 * testsuite/caps/.cvsignore:
4295 * testsuite/caps/Makefile.am:
4296 * testsuite/caps/erathostenes.c: (erathostenes), (main):
4297 * testsuite/caps/sets.c: (check_caps), (main):
4298 * testsuite/caps/subtract.c: (check_caps), (main):
4299 add tests for subtraction and equality code.
4301 2004-04-20 David Schleef <ds@schleef.org>
4303 * gst/autoplug/Makefile.am: Fix some little buglets in last checkin.
4304 * gst/indexers/Makefile.am:
4305 * gst/schedulers/Makefile.am:
4306 * libs/gst/bytestream/Makefile.am:
4307 * libs/gst/control/Makefile.am:
4308 * libs/gst/getbits/Makefile.am:
4310 2004-04-20 David Schleef <ds@schleef.org>
4312 * common/as-libtool.mak: Fine-tune DLL building.
4313 * configure.ac: Link plugins against libgstreamer. Define plugindir
4315 * examples/plugins/Makefile.am: remove plugindir
4316 * gst/autoplug/Makefile.am: DLL building fixes
4317 * gst/elements/Makefile.am: DLL building fixes. Disable pipefilter on
4319 * gst/elements/gstelements.c: Conditionally disable pipefilter.
4320 * gst/indexers/Makefile.am: DLL building fixes
4321 * gst/schedulers/Makefile.am: DLL building fixes.
4322 * libs/gst/bytestream/Makefile.am: DLL building fixes.
4323 * libs/gst/control/Makefile.am: same
4324 * libs/gst/getbits/Makefile.am: same
4325 * testsuite/Makefile.am: New dlopen directory
4326 * testsuite/dlopen/Makefile.am: Tests to check if libgstreamer works
4328 * testsuite/dlopen/dlopen_gst.c: (main): same
4329 * testsuite/dlopen/loadgst.c: (do_test): same
4331 2004-04-20 David Schleef <ds@schleef.org>
4333 * gst/parse/grammar.y: Apply patch from Sebastien Cote
4334 <sc5@hermes.usherb.ca> to fix a memleak. (bug #140594)
4336 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
4338 * gst/gstelement.c: (gst_element_wait),
4339 (gst_element_set_time_delay), (gst_element_change_state):
4342 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
4344 * gst/autoplug/gstspider.c: (gst_spider_link_sometimes),
4345 (gst_spider_identity_plug):
4346 improve debugging messages
4347 * gst/gstbin.c: (gst_bin_remove_func):
4348 make sure the state_change function is only called with simple state
4351 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
4353 * gst/elements/gstfakesink.c: (gst_fakesink_state_error_get_type),
4354 (gst_fakesink_set_property), (gst_fakesink_chain):
4355 * gst/elements/gstfakesrc.c: (gst_fakesrc_set_property):
4356 * gst/elements/gstfdsrc.c: (gst_fdsrc_set_property):
4357 * gst/elements/gstfilesrc.c: (gst_filesrc_set_property):
4358 * gst/elements/gstidentity.c: (gst_identity_chain),
4359 (gst_identity_set_property):
4360 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_set_property):
4361 * gst/elements/gstpipefilter.c: (gst_pipefilter_set_property):
4362 add warnings to _set_property for unknown arguments
4363 use GST_TIME_FORMAT/GST_TIME_ARGS for timestamp printing
4365 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
4369 add .po file download snippet
4370 fix a bug in the doc makefile
4372 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
4377 Added en_GB translation (Gareth Owen)
4379 2004-04-20 Johan Dahlin <johan@gnome.org>
4381 * gst/gstpad.c (_invent_event): Clean up
4383 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
4385 * testsuite/caps/filtercaps.c: (main):
4386 fix test to test things correctly (caps are complicated)
4388 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
4390 * testsuite/caps/Makefile.am:
4391 * testsuite/caps/filtercaps.c: (main):
4392 add test (that doesn't work right now, but should)
4394 2004-04-19 David Schleef <ds@schleef.org>
4396 * configure.ac: Add test for allowing unaligned access. Add define
4397 to put in gstconfig.h.
4398 * docs/gst/gstreamer-sections.txt: New symbols
4399 * docs/gst/tmpl/gstcompat.sgml: Check in changes made by gtkdoc
4400 * docs/gst/tmpl/gstfilesrc.sgml:
4401 * docs/gst/tmpl/gstparse.sgml:
4402 * docs/gst/tmpl/gsttypes.sgml:
4403 * docs/gst/tmpl/gstutils.sgml:
4404 * docs/gst/tmpl/gstvalue.sgml:
4405 * gst/gstconfig.h.in: Add GST_HAVE_UNALIGNED_ACCESS
4406 * gst/gstutils.h: Add macros for unaligned memory access. Useful
4407 on most !i386/!powerpc architectures. From Daniel Gazard
4408 <daniel.gazard@free.fr>. (bug #140156)
4409 * po/af.po: Check in changes made by gettext.
4416 2004-04-20 Benjamin Otte <otte@gnome.org>
4418 * gst/schedulers/entryscheduler.c:
4419 (gst_entry_scheduler_yield):
4420 refuse to yield when decoupled elements insist on doing that.
4421 At least it's better than crashing
4423 2004-04-19 David Schleef <ds@schleef.org>
4425 * docs/libs/Makefile.am: Change sinclude to include
4426 * docs/gst/Makefile.am: same
4427 * pkgconfig/Makefile.am: Remove GNU-ism from makefile target
4429 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
4433 Added Ukrainian translation (Maxim V. Dziumanenko)
4435 2004-04-19 Johan Dahlin <johan@gnome.org>
4437 * gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
4438 checking here, do it before calling the function.
4439 Clean up, use for loops instead of while loops while iterating
4442 * gst/autoplug/gstspider.c (gst_spider_request_new_pad): Fix typo
4444 (gst_spider_create_and_plug): Improve debug message.
4445 General: Replace while loops which iterates over GLists with for
4446 loops. Which are much cleaner, improves readability, especially
4447 for gst_spider_identity_plug
4449 * gst/gstpad.c (_invent_event): Fix parameters to warning macros,
4452 2004-04-18 Thomas Vander Stichele <thomas at apestaart dot org>
4456 Added Turkish translation (Baris Cicek)
4458 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
4460 * docs/faq/troubleshooting.xml:
4461 Mention gst-register in the FAQ (fixes 139045).
4463 2004-04-17 Thomas Vander Stichele <thomas at apestaart dot org>
4465 * docs/gst/gstreamer-sections.txt:
4467 2004-04-17 Benjamin Otte <otte@gnome.org>
4469 * gst/gstelement.c: (gst_element_dispose):
4471 * gst/gstpad.c: (gst_pad_call_chain_function):
4472 don't create loads of events due to bad macro usage
4474 2004-04-16 David Schleef <ds@schleef.org>
4476 * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
4477 * gst/gstpad.c: (_gst_pad_default_fixate_foreach):
4478 * gst/gstvalue.c: (gst_value_serialize_buffer),
4479 (gst_value_deserialize_buffer), (gst_type_is_fixed),
4480 (_gst_value_initialize): Create a new function gst_type_is_fixed()
4481 to indicate types that are fixed wrt caps or not. Switching to
4482 this function fixes (bug #140298).
4485 2004-04-16 David Schleef <ds@schleef.org>
4487 * common/m4/gst-arch.m4: Implmenent a whitelist and blacklist
4488 for GST_UNALIGNED_ACESS, since we essentially know which archs
4491 2004-04-17 Benjamin Otte <otte@gnome.org>
4493 * docs/gst/Makefile.am:
4494 ignore gst/parse directory when building docs (fixes #140205)
4496 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
4498 * testsuite/refcounting/mem.c: (vmsize):
4501 2004-04-16 Johan Dahlin <johan@gnome.org>
4503 * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
4504 and gst_pad_call_get_function.
4506 2004-04-15 David Schleef <ds@schleef.org>
4508 * common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
4509 checks if we can access unaligned memory.
4510 * configure.ac: Use it.
4512 2004-04-16 Benjamin Otte <otte@gnome.org>
4514 * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
4515 (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
4516 * gst/elements/gstfilesrc.h:
4517 s/seek_happened/need_discont/ and require discont before sending any
4520 2004-04-15 David Schleef <ds@schleef.org>
4522 * gst/gstvalue.c: (gst_value_serialize_buffer),
4523 (gst_value_deserialize_buffer), (_gst_value_initialize):
4524 Register these types as fundamental types. (bug #140015)
4526 2004-04-16 Benjamin Otte <otte@gnome.org>
4528 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
4529 (gst_pad_link_free), (gst_pad_link_try), (_invent_event),
4531 implement enforcing discont events before buffers are passed. This
4532 allows state changes of only some elements and later correctly going
4533 on where they left off (or in short: you can now set audio sinks to
4534 NULL to release the device when the pipeline is paused)
4535 * gst/gstpad.c: (gst_pad_call_chain_function),
4536 (gst_pad_call_get_function):
4538 add gst_pad_call_chain_function and gst_pad_call_get_function for
4539 scheduler interaction. They are required because of the changes
4541 * gst/schedulers/entryscheduler.c: (get_buffer),
4542 (gst_entry_scheduler_chain_wrapper),
4543 (gst_entry_scheduler_get_wrapper),
4544 (gst_entry_scheduler_state_transition),
4545 (gst_entry_scheduler_pad_link):
4546 * gst/schedulers/gstbasicscheduler.c:
4547 (gst_basic_scheduler_chain_wrapper),
4548 (gst_basic_scheduler_src_wrapper),
4549 (gst_basic_scheduler_chainhandler_proxy),
4550 (gst_basic_scheduler_gethandler_proxy),
4551 (gst_basic_scheduler_cothreaded_chain),
4552 (gst_basic_scheduler_chain_elements):
4553 * gst/schedulers/gstoptimalscheduler.c:
4554 (get_group_schedule_function), (pad_clear_queued),
4555 (gst_opt_scheduler_pad_link):
4556 use the new functions instead of calling get/chain-functions
4559 2004-04-15 David Schleef <ds@schleef.org>
4561 * docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
4562 * docs/gst/tmpl/gstinfo.sgml: same
4563 * docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
4565 * gst/gstutils.h: Remove the \ that was confusing gtk-doc.
4566 * examples/queue/queue.c: (main): We iterate pipelines, not
4569 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
4571 * docs/pwg/advanced-types.xml:
4572 Add MS RLE support. Also document Qt RLE although I have no sample
4573 files for that yet. And document an extra property for ADPCM.
4575 2004-04-15 David Schleef <ds@schleef.org>
4577 * gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
4578 (_gst_plugin_fault_handler_setup): Disable more stuff on
4581 2004-04-15 David Schleef <ds@schleef.org>
4583 * gst/gstinfo.c: (_gst_debug_init): Change some internal
4584 symbol names to not conflict with new gstinfo.h symbols.
4585 * gst/gstinfo.h: Add inline functions for all those crazy
4586 compilers that don't know how to handle variadic macros (MSVC).
4588 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
4590 * configure.ac: bump nano to 1
4592 === release 0.8.1 ===
4594 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
4599 releasing 0.8.1, "Snow Brigade"
4601 2004-04-14 David Schleef <ds@schleef.org>
4603 * testsuite/Makefile.am: define tests_ignore
4604 * testsuite/Rules: Added new tests_ignore, which get compiled,
4605 but not run (generally because they're inconsistent or have
4606 heisenbugs). Now we can ensure all the .c files compile in
4608 * testsuite/bins/Makefile.am: define tests_ignore
4609 * testsuite/bytestream/Makefile.am:
4610 * testsuite/caps/Makefile.am:
4611 * testsuite/clock/Makefile.am:
4612 * testsuite/debug/Makefile.am:
4613 * testsuite/debug/global.c: (gst_debug_log_one),
4614 (gst_debug_log_two): Fix compilation problem.
4615 * testsuite/dynparams/Makefile.am:
4616 * testsuite/elements/Makefile.am:
4617 * testsuite/ghostpads/Makefile.am:
4618 * testsuite/indexers/Makefile.am:
4619 * testsuite/parse/Makefile.am:
4620 * testsuite/plugin/Makefile.am:
4621 * testsuite/refcounting/Makefile.am:
4622 * testsuite/refcounting/element_pad.c: (main): Don't return leak
4623 results, because it's not calculated correctly.
4624 * testsuite/refcounting/pad.c: (main): same
4625 * testsuite/states/Makefile.am:
4626 * testsuite/tags/Makefile.am:
4627 * testsuite/threads/Makefile.am:
4629 2004-04-14 David Schleef <ds@schleef.org>
4631 * gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
4632 generating bad code around the cpu detection asm code.
4634 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
4636 * tools/gst-inspect.c: (print_element_info):
4637 print numeric version of rank as well, since we added some - 1
4638 rank values to elements
4640 2004-04-13 David Schleef <ds@schleef.org>
4642 * configure.ac: Disable various code when compiling for MinGW.
4643 * gst/elements/Makefile.am:
4644 * gst/elements/gstelements.c:
4645 * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
4646 * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
4647 * gst/registries/gstxmlregistry.c: (make_dir):
4649 2004-04-13 David Schleef <ds@schleef.org>
4652 * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
4654 * gst/gstcpuid_i386.s: remove
4656 2004-04-13 David Schleef <ds@schleef.org>
4658 * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
4659 seems to think it needs to be done.
4660 * docs/gst/tmpl/gstfakesink.sgml:
4661 * docs/gst/tmpl/gstfakesrc.sgml:
4662 * docs/gst/tmpl/gstfdsink.sgml:
4663 * docs/gst/tmpl/gstfdsrc.sgml:
4664 * docs/gst/tmpl/gstfilesink.sgml:
4665 * docs/gst/tmpl/gstfilesrc.sgml:
4666 * docs/gst/tmpl/gstidentity.sgml:
4667 * docs/gst/tmpl/gstmd5sink.sgml:
4668 * docs/gst/tmpl/gstmultifilesrc.sgml:
4669 * docs/gst/tmpl/gstpipefilter.sgml:
4670 * docs/gst/tmpl/gstshaper.sgml:
4671 * docs/gst/tmpl/gstspider.sgml:
4672 * docs/gst/tmpl/gstspideridentity.sgml:
4673 * docs/gst/tmpl/gststatistics.sgml:
4674 * docs/gst/tmpl/gsttee.sgml:
4675 * docs/gst/tmpl/gsttypefind.sgml:
4676 * docs/gst/tmpl/gstutils.sgml:
4678 2004-04-13 David Schleef <ds@schleef.org>
4680 * configure.ac: Changes to remove POSIXisms (mmap in this case)
4681 and to build DLLs on Windows.
4683 * gst/elements/gstfilesrc.c: (gst_filesrc_get),
4684 (gst_filesrc_open_file):
4685 * gst/schedulers/Makefile.am:
4687 2004-04-13 David Schleef <ds@schleef.org>
4689 * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
4690 (gst_caps_structure_fixate_field_nearest_double): Fix bug in
4693 2004-04-12 David Schleef <ds@schleef.org>
4695 * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
4696 (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
4698 * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
4699 * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
4700 * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
4701 * gst/gststructure.c: (gst_structure_set_valist),
4702 (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
4703 support for buffers.
4704 * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
4705 intended to be const.
4706 * gst/gsttag.h: same
4707 * gst/gstvalue.c: (gst_value_serialize_buffer),
4708 (gst_value_deserialize_buffer), (_gst_value_initialize): Add code
4709 to (de)serialize buffers.
4710 * testsuite/caps/Makefile.am: Add a bit of buffer testing
4711 * testsuite/caps/string-conversions.c: (main):
4712 * testsuite/caps/value_serialize.c: add new test
4714 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
4716 * docs/pwg/advanced-types.xml:
4717 Document MS video 1 (video/x-msvideocodec) mimetype/format.
4719 2004-04-11 Benjamin Otte <otte@gnome.org>
4721 * gst/schedulers/gstbasicscheduler.c: (plugin_init):
4722 rename categories to basic_*
4723 * gst/schedulers/gstbasicscheduler.c:
4724 (gst_basic_scheduler_chain_wrapper),
4725 (gst_basic_scheduler_chainhandler_proxy),
4726 (gst_basic_scheduler_gethandler_proxy),
4727 (gst_basic_scheduler_eventhandler_proxy):
4728 debugging category fixes - put common stuff in log category
4729 * gst/schedulers/gstbasicscheduler.c:
4730 (gst_basic_scheduler_chain_elements):
4731 dirty fix: call gst_basic_scheduler_cothreaded_chain when already
4732 active and linking two active chains
4734 2004-04-10 Benjamin Otte <otte@gnome.org>
4736 * docs/pwg/intro-preface.xml:
4737 fix dead links and remove reference to Wiki
4739 2004-04-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
4741 * gst/schedulers/gstbasicscheduler.c:
4742 make sure we can switch back to the main function if we're still in
4743 the main function (supposed to fix #139617)
4744 * gst/schedulers/gthread-cothreads.h:
4745 don't throw an error when switching to the same cothread
4747 2004-04-09 Benjamin Otte <otte@gnome.org>
4749 * gst/gstbin.c: (gst_bin_get_type):
4750 * gst/gstclock.c: (gst_clock_get_type):
4751 * gst/gstindex.c: (gst_index_get_type):
4752 * gst/gstobject.c: (gst_object_get_type),
4753 (gst_signal_object_get_type):
4754 * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
4755 (gst_pad_template_get_type), (gst_ghost_pad_get_type):
4756 * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
4757 * gst/gstqueue.c: (gst_queue_get_type):
4758 * gst/gstregistry.c: (gst_registry_get_type):
4759 * gst/gstsystemclock.c: (gst_system_clock_get_type):
4760 * gst/gstthread.c: (gst_thread_get_type):
4761 don't use memchunks for these objects, use malloc instead
4763 2004-04-08 Thomas Vander Stichele <thomas at apestaart dot org>
4765 * docs/gst/.cvsignore:
4766 * docs/gst/Makefile.am:
4767 * docs/gst/gstreamer-sections.txt:
4768 * docs/gst/tmpl/gstaggregator.sgml:
4769 * docs/gst/tmpl/gstbuffer.sgml:
4770 * docs/gst/tmpl/gstclock.sgml:
4771 * docs/gst/tmpl/gstelement.sgml:
4772 * docs/gst/tmpl/gstfakesink.sgml:
4773 * docs/gst/tmpl/gstfakesrc.sgml:
4774 * docs/gst/tmpl/gstfdsink.sgml:
4775 * docs/gst/tmpl/gstfdsrc.sgml:
4776 * docs/gst/tmpl/gstfilesink.sgml:
4777 * docs/gst/tmpl/gstfilesrc.sgml:
4778 * docs/gst/tmpl/gstidentity.sgml:
4779 * docs/gst/tmpl/gstindex.sgml:
4780 * docs/gst/tmpl/gstinfo.sgml:
4781 * docs/gst/tmpl/gstmd5sink.sgml:
4782 * docs/gst/tmpl/gstmultifilesrc.sgml:
4783 * docs/gst/tmpl/gstpad.sgml:
4784 * docs/gst/tmpl/gstpipefilter.sgml:
4785 * docs/gst/tmpl/gstpipeline.sgml:
4786 * docs/gst/tmpl/gstpluginfeature.sgml:
4787 * docs/gst/tmpl/gstqueue.sgml:
4788 * docs/gst/tmpl/gstregistry.sgml:
4789 * docs/gst/tmpl/gstscheduler.sgml:
4790 * docs/gst/tmpl/gstshaper.sgml:
4791 * docs/gst/tmpl/gstspider.sgml:
4792 * docs/gst/tmpl/gstspideridentity.sgml:
4793 * docs/gst/tmpl/gststatistics.sgml:
4794 * docs/gst/tmpl/gstsystemclock.sgml:
4795 * docs/gst/tmpl/gsttee.sgml:
4796 * docs/gst/tmpl/gstthread.sgml:
4797 * docs/gst/tmpl/gsttypefind.sgml:
4798 * docs/gst/tmpl/gstutils.sgml:
4799 further doc build fixes
4801 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
4803 * docs/gst/Makefile.am:
4804 make docs exit on scanning problems
4805 fix nonsrcdir build issues
4806 * docs/gst/gstreamer-sections.txt:
4807 adding stuff from -unused
4810 * gst/schedulers/cothreads_compat.h:
4811 fix cothread warnings
4813 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
4815 * docs/gst/gstreamer-sections.txt:
4816 remove defines deprecated by Benjamin
4818 2004-04-07 Benjamin Otte <otte@gnome.org>
4820 * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
4821 when the buffer is complete, don't check if other buffers are needed
4822 * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
4823 check that the offset is >0 so we don't try to read before the
4824 beginning of the file
4825 * gst/gstpad.c: (gst_pad_set_pad_template):
4826 sink the template, so we don't end up with 130k pad templates
4828 2004-04-06 Benjamin Otte <otte@gnome.org>
4830 * gst/autoplug/gstspider.c: (gst_spider_link_add):
4831 don't ref the element, adding already reffed it. And we didn't unref
4832 it later anyway... (huge memleak when you used many spider elements)
4833 * gst/gstelement.c: (gst_element_base_class_finalize):
4834 * gst/gstelementfactory.c: (gst_element_factory_cleanup),
4835 (gst_element_register):
4836 * gst/gsturi.c: (gst_element_make_from_uri):
4837 use gst_object_(un)ref instead of g_object(un)ref
4839 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
4842 remove macro that wouldn't work anymore because struct member has
4844 * gst/schedulers/entryscheduler.c: (schedule_forward):
4845 fix segfault for unconnected pads
4847 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
4849 reviewed by David Schleef <ds@schleef.org>
4852 *_FORMAT modifiers should require putting a % in front of them for
4853 consistency reasons.
4855 2004-04-05 Colin Walters <walters@redhat.com>
4857 * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
4860 2004-04-05 Benjamin Otte <otte@gnome.org>
4864 * gst/gst_private.h:
4865 * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
4866 add support for detecting if GStreamer runs inside valgrind.
4867 requires valgrind (d'oh) and --enable-debug for correct cdetection.
4868 print a big message in valgrind that GStreamer has detected it's
4869 running inside and might now use different code.
4870 * gst/gstmemchunk.c: (populate), (free_area),
4871 (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
4872 (gst_mem_chunk_free):
4873 flag memchunks for valgrind, so it can detect leaking of chunks.
4874 This allows detecting leaks of GstBuffer and GstEvent correctly
4877 2004-04-05 David Schleef <ds@schleef.org>
4879 * gst/gsttrace.h: Fix #ifdef nesting (bug #139109) Patch from
4880 jensgr@gmx.net (Jens Granseuer)
4882 2004-04-05 David Schleef <ds@schleef.org>
4884 * gst/gstbuffer.c: (_gst_buffer_sub_free),
4885 (gst_buffer_default_free), (gst_buffer_default_copy),
4886 (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
4887 (gst_buffer_new), (gst_buffer_create_sub): Allocate GstBuffer
4888 structures in one place.
4890 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
4892 * gst/gstinfo.h: adding Ronald's timestamp debugging defines
4893 (GST_TIME_FORMAT, GST_TIME_ARGS)
4895 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
4897 * testsuite/elements/Makefile.am:
4898 disable test until it stops breaking make distcheck
4900 2004-04-05 Johan Dahlin <johan@gnome.org>
4902 * po/sv.po: Updated translation
4904 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
4906 * gst/gstplugin.c: (gst_plugin_load_file):
4907 fix segfault for when original plugin was loaded statically
4909 2004-04-05 Benjamin Otte <otte@gnome.org>
4911 * testsuite/debug/category.c: (main):
4912 * testsuite/debug/commandline.c: (main):
4913 * testsuite/debug/output.c: (main):
4914 fix tests to work again with debugging enabled
4916 2004-04-05 Benjamin Otte <otte@gnome.org>
4918 * gst/schedulers/gstbasicscheduler.c:
4919 (gst_basic_scheduler_pad_link):
4920 fix to work with recent scheduling changes
4922 2004-04-05 Benjamin Otte <otte@gnome.org>
4924 * gst/schedulers/entryscheduler.c: (some functions, dunno which,
4925 prepareChangeLog doesn't work when cvs indents):
4926 don't throw an error when no element can be scheduled, there's too
4927 many weird reasons why it doesn't work. Return STOPPED instead.
4928 decoupled elemts' schedulability doesn't depend on bufpens.
4930 2004-04-04 Benjamin Otte <otte@gnome.org>
4932 * gst/schedulers/gstbasicscheduler.c:
4933 (gst_basic_scheduler_pad_select):
4934 fix uninitialized variable warnings
4936 2004-04-04 Benjamin Otte <otte@gnome.org>
4938 * gst/gstpad.c: (gst_pad_collect_valist):
4939 fix uninitialized variable warning
4940 * gst/schedulers/entryscheduler.c: (schedule_forward):
4941 fix shadowed variable
4943 2004-04-04 Benjamin Otte <otte@gnome.org>
4945 * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
4946 (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
4949 * gst/gstscheduler.c: (gst_scheduler_pad_select),
4950 (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
4951 * gst/gstscheduler.h:
4952 implement gst_pad_collect as replacement for gst_pad_select.
4953 deprecate gst_pad_select and gst_scheduler_(un)lock_element
4954 add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
4955 new pad_select, lock and unlock calls.
4956 * gst/cothreads.c: (cothread_destroy), (cothread_switch):
4958 * gst/schedulers/cothreads_compat.h:
4959 * gst/schedulers/gthread-cothreads.h:
4960 remove unused cothread_lock and cothread_unlock calls
4961 * gst/schedulers/entryscheduler.c:
4962 (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
4963 (_can_schedule_loop), (gst_entry_scheduler_get_handler),
4964 (gst_entry_scheduler_pad_select):
4966 * gst/schedulers/gstbasicscheduler.c:
4967 (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
4968 (gst_basic_scheduler_pad_select):
4969 remove useless lock and unlock calls, update pad_select to new API
4971 * gst/schedulers/gstoptimalscheduler.c:
4972 (gst_opt_scheduler_class_init):
4973 remove useless select, lock and unlock function calls
4974 * gst/elements/gstaggregator.c: (gst_aggregator_loop):
4975 use gst_pad_collect instead of gst_pad_select
4977 2004-04-04 Benjamin Otte <otte@gnome.org>
4979 * gst/schedulers/entryscheduler.c: (_can_schedule_get),
4980 (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
4981 (schedule_next_element), (print_entry):
4982 add can_schedule_pad to handle element states.
4983 add schedule_forward to select the correct entry to schedule next
4985 2004-04-03 Benjamin Otte <otte@gnome.org>
4987 * gst/schedulers/entryscheduler.c:
4988 remove unused variable, fix error inside Rb, fix compile warning in
4991 2004-04-03 Benjamin Otte <otte@gnome.org>
4993 * gst/schedulers/entryscheduler.c:
4994 completely revamp the inner workings, so it's a lot easier to
4995 understand and extend
4997 2004-04-03 Andy Wingo <wingo@pobox.com>
4999 * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
5000 Rename ->group1 and ->group2 to ->src and ->sink, respectively.
5001 This allows better introspection of pipeline topology.
5002 (add_to_chain): Don't do trickery to put loop elements first;
5003 rather, queue a chain sort by marking the chain as dirty.
5004 (remove_from_chain): Mark the chain dirty.
5005 (sort_chain): New function. Sorts the group list so that terminal
5006 sinks are first. This means elements on the sink side will be
5007 preferentially sscheduled before elements on the src side of the
5009 (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
5010 (schedule_chain): If the chain is marked DIRTY, call sort_chain.
5011 (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
5012 (group_inc_link): Change argument and variable names to match the
5013 new link structure member names (src and sink).
5014 (group_dec_link): Add some description
5016 2004-04-03 Benjamin Otte <otte@gnome.org>
5018 * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
5020 * testsuite/debug/category.c: (main):
5021 * testsuite/debug/commandline.c: (main):
5022 * testsuite/debug/output.c: (main):
5023 * testsuite/debug/printf_extension.c: (main):
5024 fix to successfully build and test with --disable-gst-debug
5025 configure switch (fixes #138705)
5027 2004-04-03 Benjamin Otte <otte@gnome.org>
5029 * docs/pwg/building-boiler.xml:
5030 add cvs login line and s/anonymous/anoncvs/
5032 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
5034 reviewed by Benjamin Otte <otte@gnome.org>
5036 * gst/gststructure.c: (gst_structure_free):
5037 memleak fix: free fields array (partial fix for #134839)
5039 2004-04-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
5041 * docs/random/ds/0.9-suggested-changes:
5042 Add a note to change handoff use in fakesrc to be usable in
5043 a more generic way (fakesrc should be renamed to appsrc or so).
5044 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
5045 Change signal type to scope, so we can fill the buffer in the
5046 handoff handler (that's the whole use of this signal...).
5048 2004-04-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
5050 * docs/pwg/other-ntoone.xml:
5051 Document muxers and n-to-1 elements.
5053 2004-04-01 Martin Soto <martinsoto@users.sourceforge.net>
5055 * gst/registries/gstxmlregistry.c
5056 (gst_xml_registry_rebuild_recurse): Fix the algorithm to
5057 determine if a file is a G_MODULE. The old one discards paths
5058 containing "so" somewhere in the middle. My home directory is
5059 called "soto". Go figure...
5061 2004-03-31 David Schleef <ds@schleef.org>
5063 * gst/gstbuffer.c: (gst_buffer_join): Add function gst_buffer_join()
5064 to eventually deprecate gst_buffer_merge(). (bug: #136408)
5067 2004-03-31 David Schleef <ds@schleef.org>
5069 * gst/gstvalue.c: (gst_value_union_int_int_range),
5070 (gst_value_union_int_range_int_range), (gst_value_can_union),
5071 (gst_value_union), (_gst_value_initialize): Add some union
5072 implementations. We didn't have any previously.
5073 * testsuite/caps/Makefile.am:
5074 * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
5075 (gst_audioscale_getcaps), (test_caps), (main): A little test
5076 that is the same as the caps manipulation in audioscale.
5078 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
5080 * docs/faq/general.xml:
5081 add entry about "does gst support format X?"
5083 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
5088 fix GST_BOILERPLATE_FULL to not throw casting errors on C++
5090 2004-03-30 Benjamin Otte <otte@gnome.org>
5092 * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
5093 set the offset of the buffer to the requested offset
5094 * gst/elements/gsttypefind.c: (stop_typefinding):
5095 revert patch 1.18 (which I unfortunately don't know the reason for).
5096 This is needed to allow downstream elements to seek. Otherwise
5097 typefind might overwrite a previous seek by downstream elements.
5098 This lead to errors with id3tag and typefind on some mp3s.
5099 * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
5100 (gst_entry_scheduler_iterate):
5101 be more verbose when debugging
5103 2004-03-30 Thomas Vander Stichele <thomas at apestaart dot org>
5105 * gst/gstcaps.c: (gst_caps_from_string_inplace):
5106 make sure we don't get NULL strings
5108 2004-03-30 Thomas Vander Stichele <thomas at apestaart dot org>
5112 * gst/gstelementfactory.c: (gst_element_factory_get_type):
5113 * gst/gstindex.c: (gst_index_resolver_get_type),
5114 (gst_index_get_type), (gst_index_factory_get_type):
5118 * gst/gsturi.c: (gst_uri_handler_get_type):
5120 first batch of documentation fixes
5122 2004-03-29 David Schleef <ds@schleef.org>
5124 * docs/gst/Makefile.am: Disable a bunch of headers from being scanned
5125 * docs/gst/gstreamer-docs.sgml: More hacking
5126 * docs/gst/gstreamer-sections.txt:
5127 * docs/gst/tmpl/cothreads_compat.sgml:
5128 * docs/gst/tmpl/gstcaps.sgml:
5129 * docs/gst/tmpl/gstclock.sgml:
5130 * docs/gst/tmpl/gstelement.sgml:
5131 * docs/gst/tmpl/gstevent.sgml:
5132 * docs/gst/tmpl/gstpad.sgml:
5133 * docs/gst/tmpl/gstutils.sgml:
5134 * docs/gst/tmpl/gstxml.sgml:
5135 * docs/gst/tmpl/gthread-cothreads.sgml:
5136 * docs/random/ds/0.9-suggested-changes:
5137 * gst/elements/gstfakesink.h: doc fixes
5138 * gst/elements/gstfakesrc.h: doc fixes
5139 * gst/gstcaps.c: doc fixes
5140 * gst/gstcaps.h: doc fixes
5141 * gst/gstelement.c: doc fixes
5142 * gst/gstelement.h: doc fixes
5143 * gst/gstindex.c: doc fixes
5144 * gst/gstinfo.c: doc fixes
5145 * gst/gstpad.c: doc fixes
5146 * gst/gstpad.h: doc fixes
5147 * gst/gstplugin.c: doc fixes
5148 * gst/gsttypefind.h: doc fixes
5149 * gst/gsturi.c: doc fixes
5150 * gst/gstvalue.c: doc fixes
5152 2004-03-29 Colin Walters <walters@redhat.com>
5154 * gst/registries/gstxmlregistry.c (get_time)
5155 (plugin_times_older_than_recurse):
5156 Use the result of stat to determine whether a path is a file,
5157 so we don't attempt to opendir() files.
5159 2004-03-29 Benjamin Otte <otte@gnome.org>
5161 * gst/gstpad.c: (gst_pad_set_explicit_caps):
5162 print caps in debugging output when setting caps failed
5163 * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
5164 (schedule_next_element), (get_buffer), (run_chainhandler),
5165 (element_may_start), (gst_entry_scheduler_chain_handler),
5166 (gst_entry_scheduler_get_handler),
5167 (gst_entry_scheduler_state_transition),
5168 (gst_entry_scheduler_pad_link):
5169 make this scheduler a testcase for mandatory
5170 discont-before-first-buffer which is needed if we want to allow apps
5171 to release the sound device.
5172 add SCHED_ASSERT macro to print scheduler state before an assertion
5175 2004-03-29 Benjamin Otte <otte@gnome.org>
5178 replace by LGPL (former COPYING.LIB). The core is completely
5183 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
5187 updated Afrikaans and Swedish
5189 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
5193 adding Azerbaijani (Mətin Əmirov)
5195 2004-03-28 Martin Soto <martinsoto@users.sourceforge.net>
5198 * gst/gstelement.c (gst_element_set_time_delay): New function for
5199 setting element time taking into account a hardware buffering
5201 (gst_element_set_time): Now just an invocation of
5202 gst_element_set_time_delay.
5204 * gst/gstclock.c (gst_clock_get_event_time_delay): New function
5205 allowing to set event times in the future.
5206 (gst_clock_get_event_time): Now just an invocation of
5207 gst_clock_get_event_time_delay.
5209 2004-03-28 Benjamin Otte <otte@gnome.org>
5211 * gst/gstbin.c: (gst_bin_set_element_sched),
5212 (gst_bin_unset_element_sched):
5213 don't add decoupled elements to schedulers - otherwise it's
5214 impossible to control if a link to a decoupled element was already
5215 removed from a scheduler or not.
5216 * gst/schedulers/cothreads_compat.h:
5217 * gst/schedulers/gthread-cothreads.h:
5218 add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
5219 is no "unused" warning.
5220 * gst/schedulers/Makefile.am:
5221 * gst/schedulers/entryscheduler.c:
5222 add new scheduler, based on ideas from talking to David and Martin.
5223 It's supposed to be small and correct. Currently it's also slow (but
5225 * examples/retag/retag.c: (main):
5226 * testsuite/bytestream/test1.c: (main):
5227 fix missing NULLs at end of variadic functions
5228 * testsuite/elements/.cvsignore:
5231 2004-03-28 Jan Schmidt <thaytan@mad.scientist.com>
5234 Added GST_EVENT_ANY for GstEvents that pass a GstStructure
5236 2004-03-25 David Schleef <ds@schleef.org>
5238 * docs/gst/gstreamer-sections.txt: More doc hacking.
5239 * docs/gst/tmpl/gstaggregator.sgml:
5240 * docs/gst/tmpl/gstautoplugfactory.sgml:
5241 * docs/gst/tmpl/gstbin.sgml:
5242 * docs/gst/tmpl/gstbuffer.sgml:
5243 * docs/gst/tmpl/gstbufferstore.sgml:
5244 * docs/gst/tmpl/gstfakesink.sgml:
5245 * docs/gst/tmpl/gstfakesrc.sgml:
5246 * docs/gst/tmpl/gstmd5sink.sgml:
5247 * docs/gst/tmpl/gstreamer-unused.sgml:
5248 * docs/gst/tmpl/gstsearchfuncs.sgml:
5249 * docs/gst/tmpl/gstshaper.sgml:
5250 * docs/gst/tmpl/gstspider.sgml:
5251 * docs/gst/tmpl/gsttee.sgml:
5252 * docs/gst/tmpl/gstutils.sgml:
5253 * docs/gst/tmpl/gstvalue.sgml:
5254 * docs/gst/tmpl/gstxml.sgml:
5255 * gst/Makefile.am: Remove gstthreaddummy.c. It never worked,
5256 and we don't support it.
5257 * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
5258 (gst_use_threads), (gst_has_threads): same
5259 * gst/gstthreaddummy.c: same
5260 * gst/autoplug/gstspider.c: Make gst_spider_details static.
5261 * gst/autoplug/gstspider.h: same
5262 * gst/elements/gstaggregator.h: Remove bogus function from header
5263 * gst/elements/gstfakesink.h: same
5264 * gst/elements/gstfakesrc.h: same
5265 * gst/elements/gstmd5sink.h: same
5266 * gst/elements/gstshaper.h: same
5267 * gst/elements/gsttee.h: same
5268 * gst/gstbin.c: doc fixes
5269 * gst/gstbin.h: Remove unused definition.
5270 * gst/gstbuffer.c: doc fixes
5271 * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
5272 * gst/gstfilter.c: doc fixes
5273 * gst/gsttag.c: doc fixes
5274 * gst/gstvalue.c: doc fixes
5276 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
5278 * docs/pwg/advanced-types.xml:
5279 Document typefinding.
5280 * docs/pwg/other-oneton.xml:
5281 Document one-to-n elements, demuxers and parsers.
5283 2004-03-25 Tim-Philipp Müller <t.i.m@zen.co.uk>
5285 reviewed by: David Schleef <ds@schleef.org>
5287 * configure.ac: Check bison version (bug #127838)
5289 2004-03-25 David Schleef <ds@schleef.org>
5291 * docs/gst/gstreamer-docs.sgml: More fine tuning.
5292 * docs/gst/gstreamer-sections.txt:
5293 * docs/gst/tmpl/gstautoplug.sgml:
5294 * docs/gst/tmpl/gststaticautoplug.sgml:
5295 * docs/gst/tmpl/gststaticautoplugrender.sgml:
5296 * docs/gst/tmpl/gstutils.sgml:
5297 * docs/gst/tmpl/gstxml.sgml:
5299 2004-03-24 David Schleef <ds@schleef.org>
5301 * docs/gst/gstreamer-docs.sgml: I got tired of the reference
5302 manual being such complete crap, that I decided to do major
5303 hacking of it. This checkin replaces any fine tuning that
5304 may have been done previously, with the benefit of actually
5305 being complete for much of the API that was changed since
5306 0.6. Further fine tuning will occur shortly. (bug #134721)
5307 * docs/gst/gstreamer-sections.txt:
5308 * docs/gst/tmpl/GstBin.sgml:
5309 * docs/gst/tmpl/GstBuffer.sgml:
5310 * docs/gst/tmpl/GstCaps.sgml:
5311 * docs/gst/tmpl/GstClock.sgml:
5312 * docs/gst/tmpl/GstCompat.sgml:
5313 * docs/gst/tmpl/GstData.sgml:
5314 * docs/gst/tmpl/GstElement.sgml:
5315 * docs/gst/tmpl/GstEvent.sgml:
5316 * docs/gst/tmpl/GstIndex.sgml:
5317 * docs/gst/tmpl/GstStructure.sgml:
5318 * docs/gst/tmpl/GstTag.sgml:
5319 * docs/gst/tmpl/cothreads.sgml:
5320 * docs/gst/tmpl/cothreads_compat.sgml:
5321 * docs/gst/tmpl/gettext.sgml:
5322 * docs/gst/tmpl/grammar.tab.sgml:
5323 * docs/gst/tmpl/gst-i18n-app.sgml:
5324 * docs/gst/tmpl/gst-i18n-lib.sgml:
5325 * docs/gst/tmpl/gst.sgml:
5326 * docs/gst/tmpl/gst_private.sgml:
5327 * docs/gst/tmpl/gstaggregator.sgml:
5328 * docs/gst/tmpl/gstarch.sgml:
5329 * docs/gst/tmpl/gstatomic.sgml:
5330 * docs/gst/tmpl/gstatomic_impl.sgml:
5331 * docs/gst/tmpl/gstbin.sgml:
5332 * docs/gst/tmpl/gstbuffer.sgml:
5333 * docs/gst/tmpl/gstbufferstore.sgml:
5334 * docs/gst/tmpl/gstcaps.sgml:
5335 * docs/gst/tmpl/gstclock.sgml:
5336 * docs/gst/tmpl/gstcompat.sgml:
5337 * docs/gst/tmpl/gstconfig.sgml:
5338 * docs/gst/tmpl/gstcpu.sgml:
5339 * docs/gst/tmpl/gstdata.sgml:
5340 * docs/gst/tmpl/gstdata_private.sgml:
5341 * docs/gst/tmpl/gstelement.sgml:
5342 * docs/gst/tmpl/gstenumtypes.sgml:
5343 * docs/gst/tmpl/gsterror.sgml:
5344 * docs/gst/tmpl/gstevent.sgml:
5345 * docs/gst/tmpl/gstfakesink.sgml:
5346 * docs/gst/tmpl/gstfakesrc.sgml:
5347 * docs/gst/tmpl/gstfilesink.sgml:
5348 * docs/gst/tmpl/gstfilter.sgml:
5349 * docs/gst/tmpl/gstindex.sgml:
5350 * docs/gst/tmpl/gstinfo.sgml:
5351 * docs/gst/tmpl/gstinterface.sgml:
5352 * docs/gst/tmpl/gstlog.sgml:
5353 * docs/gst/tmpl/gstmacros.sgml:
5354 * docs/gst/tmpl/gstmarshal.sgml:
5355 * docs/gst/tmpl/gstmd5sink.sgml:
5356 * docs/gst/tmpl/gstmultifilesrc.sgml:
5357 * docs/gst/tmpl/gstobject.sgml:
5358 * docs/gst/tmpl/gstpad.sgml:
5359 * docs/gst/tmpl/gstparse.sgml:
5360 * docs/gst/tmpl/gstpipeline.sgml:
5361 * docs/gst/tmpl/gstplugin.sgml:
5362 * docs/gst/tmpl/gstpluginfeature.sgml:
5363 * docs/gst/tmpl/gstqueue.sgml:
5364 * docs/gst/tmpl/gstreamer-unused.sgml:
5365 * docs/gst/tmpl/gstregistry.sgml:
5366 * docs/gst/tmpl/gstregistrypool.sgml:
5367 * docs/gst/tmpl/gstscheduler.sgml:
5368 * docs/gst/tmpl/gstsearchfuncs.sgml:
5369 * docs/gst/tmpl/gstshaper.sgml:
5370 * docs/gst/tmpl/gstspider.sgml:
5371 * docs/gst/tmpl/gstspideridentity.sgml:
5372 * docs/gst/tmpl/gststructure.sgml:
5373 * docs/gst/tmpl/gstsystemclock.sgml:
5374 * docs/gst/tmpl/gsttag.sgml:
5375 * docs/gst/tmpl/gsttaginterface.sgml:
5376 * docs/gst/tmpl/gsttee.sgml:
5377 * docs/gst/tmpl/gstthread.sgml:
5378 * docs/gst/tmpl/gsttrace.sgml:
5379 * docs/gst/tmpl/gsttrashstack.sgml:
5380 * docs/gst/tmpl/gsttypefind.sgml:
5381 * docs/gst/tmpl/gsttypes.sgml:
5382 * docs/gst/tmpl/gsturi.sgml:
5383 * docs/gst/tmpl/gsturitype.sgml:
5384 * docs/gst/tmpl/gstutils.sgml:
5385 * docs/gst/tmpl/gstvalue.sgml:
5386 * docs/gst/tmpl/gstversion.sgml:
5387 * docs/gst/tmpl/gstxml.sgml:
5388 * docs/gst/tmpl/gstxmlregistry.sgml:
5389 * docs/gst/tmpl/gthread-cothreads.sgml:
5390 * docs/gst/tmpl/types.sgml:
5392 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
5394 * docs/pwg/other-sink.xml:
5395 * docs/pwg/other-source.xml:
5396 Documentation on how to write source and sink elements. Other
5397 stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
5398 manager, autoplugger) are all still pending.
5400 2004-03-25 Benjamin Otte <otte@gnome.org>
5402 * testsuite/elements/Makefile.am:
5403 * testsuite/elements/gst-compprep-check:
5404 add check to make sure gst-compprep works
5405 * testsuite/elements/gst-inspect-check.in:
5406 improve initialization output
5407 * testsuite/Makefile.am:
5408 * testsuite/gst-inspect-check:
5411 2004-03-24 David Schleef <ds@schleef.org>
5413 * testsuite/elements/Makefile.am:
5414 * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
5417 2004-03-24 Benjamin Otte <otte@gnome.org>
5419 * libs/gst/control/dparam.c: (gst_dparam_attach),
5420 (gst_dparam_detach):
5421 * libs/gst/control/dparammanager.c: (gst_dpman_init):
5422 fix lvalue casts for real
5424 2004-03-24 Benjamin Otte <otte@gnome.org>
5426 * gst/schedulers/gstbasicscheduler.c:
5427 (gst_basic_scheduler_src_wrapper):
5428 * gst/schedulers/gstoptimalscheduler.c:
5429 (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
5430 (pad_clear_queued), (gst_opt_scheduler_add_element),
5431 (gst_opt_scheduler_remove_element):
5432 fix GStreamer to not have issues with lvalue casts anymore (fixes
5435 2004-03-24 Benjamin Otte <otte@gnome.org>
5438 add documentation about a gobject quirk where the object hasn't the
5439 correct class pointer set on initialization
5440 * gst/schedulers/gstbasicscheduler.c:
5441 (gst_basic_scheduler_src_wrapper):
5442 make sure to not run into an infinite loop
5444 2004-03-22 Benjamin Otte <otte@gnome.org>
5446 * gst/gstutils.c: (gst_util_dump_mem):
5448 first argument of gst_util_dump_mem should be const
5450 2004-03-22 Johan Dahlin <johan@gnome.org>
5452 * gst/gstvalue.h: Clean up a little bit.
5454 2004-03-21 Tim-Philipp Müller <t.i.m@zen.co.uk>
5456 reviewed by Benjamin Otte <otte@gnome.org>
5458 * gst/autoplug/gstspider.c: (gst_spider_dispose):
5459 * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
5460 (gst_aggregator_class_init), (gst_aggregator_init):
5461 * gst/elements/gstfilesrc.c: (gst_filesrc_init),
5462 (gst_filesrc_dispose), (gst_filesrc_set_location):
5463 * gst/elements/gstidentity.c: (gst_identity_finalize),
5464 (gst_identity_class_init), (gst_identity_chain):
5465 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
5466 * gst/elements/gststatistics.c: (gst_statistics_finalize),
5467 (gst_statistics_class_init):
5468 * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
5469 (gst_tee_get_property):
5470 clean up used memory in this elements correctly on teardown (closes
5473 2004-03-20 Colin Walters <walters@redhat.com>
5475 * gst/registries/gstxmlregistry.c:
5476 (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
5477 registry saving atomic.
5479 2004-03-20 Colin Walters <walters@redhat.com>
5481 * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
5483 access() instead of actually creating and deleting files.
5485 2004-03-18 David Schleef <ds@schleef.org>
5487 * configure.ac: Remove HAVE_ATOMIC_H test, since it's unused.
5490 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
5492 * po/sv.po: updated translation (Christian Rose)
5494 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
5496 * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
5497 (gst_filesink_get_query_types), (_do_init),
5498 (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
5499 return FALSE silently
5500 * po/af.po: updated translation (Petri Jooste)
5502 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
5506 dist common properly
5512 refreshing translations
5514 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
5519 adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
5521 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
5523 * Makefile.am: use common/release.mak
5525 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
5527 * docs/faq/gst-uninstalled:
5528 adding gst-monkeysaudio to the list of possible plugin dirs
5530 2004-03-16 David Schleef <ds@schleef.org>
5532 * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
5533 (gst_init_check_with_popt_table): Fix some gettext strings to
5534 make them easier to translate. Required making the strings
5537 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5539 * configure.ac: bump nano to 1
5541 === release 0.8.0 ===
5543 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5545 * configure.ac: release 0.8.0, "Executive Slacks"
5547 2004-03-16 Johan Dahlin <johan@gnome.org>
5549 * gst/schedulers/gstoptimalscheduler.c
5550 (gst_opt_scheduler_pad_unlink): Remove double ;,
5551 spotted by Scott Wheeler
5553 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5555 * configure.ac: bump libtool version
5557 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5560 * gst/gststructure.h:
5561 add reserved padding
5563 2004-03-15 Benjamin Otte <otte@gnome.org>
5565 * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
5566 set the first parameter for select call correctly.
5569 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5571 * *.c,*.h: don't mix tabs and spaces
5573 2004-03-15 Johan Dahlin <johan@gnome.org>
5575 * gst/schedulers/gstoptimalscheduler.c
5576 (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
5577 crash on MPEG playback. My boolean arithmetic is a bit rusty.
5579 * tools/Makefile.am (EXTRA_DIST): Add gst-indent
5581 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5584 fix gst-register rules
5586 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5589 use versioned gst-register
5591 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5593 * docs/libs/gstreamer-libs-sections.txt:
5594 remove </SUBSECTION>
5596 * gst/gstregistry.c: (gst_registry_add_plugin):
5597 * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
5598 (gst_xml_registry_open_func), (gst_xml_registry_close_func):
5599 add debugging and fix some comment blocks
5601 2004-03-15 Johan Dahlin <johan@gnome.org>
5603 * *.h: Revert indent changes.
5605 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
5607 * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
5608 g_error_free the g_error
5609 * tools/gst-feedback-m.m:
5610 check for other versions of gstreamer
5614 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
5616 * tools/gst-register.c: do not spill paths when registries are not
5617 writable, until we fix the "user running gst-register" case.
5619 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
5621 * *.c, *.h: commit of gst-indent run on core
5623 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
5626 * tools/Makefile.am:
5627 add our indentation style as a script
5629 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
5633 added Serbian translation
5635 2004-03-13 Benjamin Otte <otte@gnome.org>
5638 add documentation note about gst_element_found_tags_for_pad not
5639 being usable in getfunctions. (see #137042)
5641 2004-03-12 David Schleef <ds@schleef.org>
5643 * gst/gstcaps.h: jdahlin, what are you smoking? We can't just
5644 change API right now! Readd gst_caps_is_simple() macro.
5645 * gst/gstelement.c: (gst_element_base_class_finalize): Fix
5646 uninitialized variable. I'd bet this caused crashes.
5647 * gst/gstinfo.c: (gst_debug_print_object): Fix 64-bit cleanliness.
5649 2004-03-12 Johan Dahlin <johan@gnome.org>
5651 * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
5652 * gst/gstcaps.h: Clean up
5654 * gst/gst.c (init_post): call gst_caps_get_type() instead of
5655 _gst_caps_initalize()
5657 * gst/gstcaps.c: Style fixes, stay closer to glib and friends
5658 (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
5660 * gst/gststructure.c (gst_structure_get_type): Ditto
5662 * gst/gststructure.h: Ditto
5664 2004-03-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
5666 * gst/gstqueue.c: (gst_queue_init):
5667 Reset default max. values in queues. Reason is simply to avoid
5668 braindead use. If you want wider values, use the properties. The
5669 default is supposed to always work. Wider values would make this
5670 beast a memory hog by default (250 full-PAL RGB32 video frames?
5671 That's 440 MB! No thank you).
5673 2004-03-10 David Schleef <ds@schleef.org>
5675 * tools/gst-run.c: (main): Fix crash when no relevant tools
5676 were found. (bug #136793)
5678 2004-03-10 Johan Dahlin <johan@gnome.org>
5680 * gst/schedulers/gstoptimalscheduler.c
5681 (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
5682 links to elements within the same group, so we can finally remove
5683 that annoying warning. Refactor the code a little bit
5684 (group_dec_links_for_element): Split out
5686 2004-03-09 David Schleef <ds@schleef.org>
5688 * docs/manual/dparams-app.xml: Fix to handle double dparams.
5691 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5693 * configure.ac: first bug fix due to major/minor bump
5695 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5697 * configure.ac: bump nano to 1
5699 === release 0.7.6 ===
5701 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5706 releasing 0.7.6, "Almost"
5709 * tools/Makefile.am:
5710 * tools/gst-feedback-m.m:
5713 2004-03-09 Johan Dahlin <johan@gnome.org>
5715 Reviewed by: Thomas Vander Stichele
5717 * gst/gstelement.c (gst_element_class_init): register second
5718 parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
5719 language bindings can (de)marshall correctly.
5721 * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
5723 * gst/gsterror.c (gst_g_error_get_type): New function
5725 * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
5726 with VOID:OBJECT,OBJECT,STRING
5728 2004-03-10 Jan Schmidt <thaytan@mad.scientist.com>
5730 * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
5731 Free a leaked g_timer on early returns.
5733 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
5735 * docs/pwg/advanced-types.xml:
5736 Add cinepak description.
5738 2004-03-07 David Schleef <ds@schleef.org>
5740 * docs/random/mimetypes: Added cinepak description
5742 2004-03-07 Andy Wingo <wingo@pobox.com>
5744 * gst/gstbin.c (gst_bin_remove): Debugging fixes.
5746 * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
5747 there are no links to other groups when a group is destroyed.
5748 (gst_opt_scheduler_pad_unlink): If the unlink means an element is
5749 removed from a group, make sure the link count to elements linked
5750 to other pads is appropriately decremented. This really fixes
5753 The 1.60->1.61 patch has been reapplied in light of this fix.
5755 * gst/gstelement.c (gst_element_dispose): Really protect against
5756 multiple invocations this time.
5758 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
5760 * docs/gst/gstreamer-sections.txt:
5761 * docs/gst/tmpl/gsttag.sgml:
5762 remove some deprecated functions, document some existing ones
5763 * gst/gsttag.c: (gst_tag_get_flag):
5765 add accessor function
5767 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
5769 * docs/gst/gstreamer-sections.txt:
5770 * docs/gst/tmpl/gsttag.sgml:
5771 * docs/gst/tmpl/gstxml.sgml:
5772 * gst/gsttag.c: (gst_tag_get_flag):
5775 2004-03-06 Christophe Fergeau <teuf@gnome.org>
5777 * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
5780 2004-03-05 David Schleef <ds@schleef.org>
5782 * REQUIREMENTS: Add bison and flex.
5783 * configure.ac: Fix comment about bison.
5784 * docs/random/ds/0.9-suggested-changes: yer ma
5785 * tools/gst-inspect.c: (print_element_info): Fix warning.
5787 2004-03-05 Benjamin Otte <otte@gnome.org>
5789 * gst/gstelement.c: (gst_element_error_full):
5790 revert recent recursive state changing commit - messing with other
5791 elements' states is evil and should be done by apps only.
5793 2004-03-05 Benjamin Otte <otte@gnome.org>
5795 * gst/gstelement.c: (gst_element_get_compatible_pad_template):
5796 check for empty intersection instead of NULL caps
5797 (gst_element_get_compatible_pad_filtered):
5798 remove old workaround that is only a bug nowadays
5800 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
5802 * gst/gstelement.c: (gst_element_error_full):
5803 make elements try to recursively change state to PAUSED on all
5804 parents after an error to suppress ensuing warnings
5805 * gst/parse/grammar.y:
5806 make it check if it was able to sync the state, and throw an error
5807 if not, so stuff like
5808 oggdemux ! vorbisdec ! osssink gets caught
5810 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
5812 * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
5813 it contains lib64; use AS_AC_EXPAND to handle it properly
5815 2004-03-05 David Schleef <ds@schleef.org>
5817 * gst/gstcpuid_i386.s: Remove unused code
5818 * libs/gst/getbits/getbits.c: (gst_getbits_init),
5819 (gst_getbits_newbuf): Remove MMX code
5820 * libs/gst/getbits/getbits.h: Remove MMX code
5822 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
5824 * debian/.cvsignore:
5825 * debian/README.Debian:
5828 * debian/control.in:
5830 * debian/gstreamer-core-libs-dev.files:
5831 * debian/gstreamer-core-libs.files:
5832 * debian/gstreamer-core.files:
5833 * debian/gstreamer-core.postinst:
5834 * debian/gstreamer-core.postrm:
5835 * debian/gstreamer-doc.files:
5836 * debian/gstreamer-doc.links:
5837 * debian/gstreamer-doc.lintian:
5838 * debian/gstreamer-runtime.files:
5839 * debian/gstreamer-runtime.manpages:
5840 * debian/gstreamer-runtime.postinst:
5841 * debian/gstreamer-runtime.postrm:
5842 * debian/gstreamer-tools.files:
5843 * debian/gstreamer-tools.manpages:
5844 * debian/libgstreamer-dev.files:
5845 * debian/libgstreamer0.4.1.files:
5846 * debian/libgstreamerVERSION.files:
5848 Debian package info not maintained here.
5850 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
5852 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
5853 * gst/gstbin.c: (gst_bin_class_init):
5854 * gst/gstelement.c: (gst_element_class_init):
5855 * gst/gstindex.c: (gst_index_class_init):
5856 * gst/gstobject.c: (gst_object_class_init),
5857 (gst_signal_object_class_init):
5858 * gst/gstpad.c: (gst_pad_template_class_init):
5859 * gst/gstregistry.c: (gst_registry_class_init):
5860 * gst/gsturi.c: (gst_uri_handler_base_init):
5861 * gst/gstxml.c: (gst_xml_class_init):
5862 * libs/gst/control/dparam.c: (gst_dparam_class_init):
5863 * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
5864 make all signal names use dashes instead of underscore
5866 2004-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
5868 * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
5870 2004-03-03 Benjamin Otte <otte@gnome.org>
5872 * gst/schedulers/gstoptimalscheduler.c:
5873 revert last commit by Andy Wingo. It causes segfaults on unreffing
5874 in Rhythmbox. (see bug #135672)
5876 2004-03-02 Christophe Fergeau <teuf@gnome.org>
5878 * po/fr.po: fix typo
5880 2004-03-02 Christophe Fergeau <teuf@gnome.org>
5882 * tools/gst-inspect.c: (main):
5883 * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
5885 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
5888 get GLIB_ONLY and POPT flags for the nonversioned binaries
5889 * tools/Makefile.am:
5892 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
5894 * gst/gst.c: (init_post):
5895 change so that GST_REGISTRY now is where the global registry gets
5896 saved, since that is where plugins now get attached to first, and
5897 spilled over to the user registry. Note that in the case of using
5898 GST_REGISTRY env var, we don't want to affect any real registries
5899 beyond the one given by this var, and thus we don't set a user
5900 registry to spill to. So make sure GST_REGISTRY is writable.
5902 2004-03-01 David Schleef <ds@schleef.org>
5904 * AUTHORS: Added some names. Add yourself if you're missing.
5906 2004-03-01 David Schleef <ds@schleef.org>
5910 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
5914 * docs/gst/tmpl/gstbuffer.sgml:
5915 * docs/gst/tmpl/gstdata.sgml:
5916 * docs/gst/tmpl/gstreamer-unused.sgml:
5917 * docs/gst/tmpl/gstxml.sgml:
5921 * docs/pwg/intro-preface.xml:
5924 * gst/gst.c: (init_post):
5925 try GST_PLUGIN_PATH paths for the _global_registry first
5927 add the error message as well, otherwise (null) debug info doesn't
5929 * tools/gst-register.c: (main):
5930 spill paths to next registry if this registry is not writable
5935 2004-03-01 Johan Dahlin <johan@gnome.org>
5937 * gst/gstbuffer.c (_gst_buffer_initialize):
5938 * gst/gstdata.c (gst_data_get_type):
5939 * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
5940 instead of ref, since some applications that uses GBoxed
5941 routines depends on a function that actually returns a copy.
5943 2004-02-27 Benjamin Otte <otte@gnome.org>
5946 remove gst_buffer_free, use gst_data_unref
5947 * gst/gstdata.c: (gst_data_get_type):
5948 use refcounting in GstData GBoxed registration
5950 remove gst_data_free, use gst_data_unref
5952 2004-02-27 Johan Dahlin <johan@gnome.org>
5954 * gst/gstdata.c (gst_data_get_type): New function, register
5955 GstData as a GBoxed type.
5957 * gst/gstdata.h (GST_TYPE_DATA): New macro
5959 2004-02-27 Thomas Vander Stichele <thomas at apestaart dot org>
5962 * gstreamer.spec.in:
5965 clean up non-disting of built files
5966 * testsuite/debug/commandline.c:
5967 test fix for option rename
5969 2004-02-26 David Schleef <ds@schleef.org>
5971 * configure.ac: We don't really need glib-2.3. Also remove
5972 some unneeded checks for library functions.
5973 * gst/Makefile.am: Instead, we need to not dist files created
5976 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
5979 bump glib required version to 2.3.0 for g_value_takes_boxed
5981 2004-02-25 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
5983 * common/m4/gst-docs.m4
5984 change flavour text from enable to disable as enable is our default
5985 closes bug Bug 135304
5987 === release 0.7.5 ===
5989 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
5994 * gstreamer.spec.in:
5998 * docs/random/release:
6001 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
6003 * gst/gsttag.c: (_gst_tag_initialize):
6006 remove hyphen from codec tags
6008 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
6010 * gst/parse/Makefile.am:
6011 fix dependency so that a make from a clean build works the first
6014 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
6016 * docs/random/release:
6017 update release strategy
6021 update dutch translation
6023 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
6025 * docs/manual/debugging.xml:
6026 fix manual for new debugging system
6028 2004-02-25 Andy Wingo <wingo@pobox.com>
6030 * gst/gstpad.c (gst_pad_link_prepare): Re-add
6031 gst_pad_link_prepare. Please email the list with specific reasons
6034 2004-02-24 Andy Wingo <wingo@pobox.com>
6036 * gst/gstelement.c (gst_element_dispose): Protect against multiple
6039 * gst/schedulers/gstoptimalscheduler.c:
6040 I added a mess of prototypes at the top of the file by way of
6041 documentation. Some of the operations on chains and groups were
6044 (create_group): Added a type argument so if the group is enabled,
6045 the setup_group_scheduler knows what to do.
6046 (group_elements): Added a type argument here, too, to be passed on
6048 (group_element_set_enabled): If an unlinked PLAYING element is
6049 added to a bin, we have to create a new group to hold the element,
6050 and this function will be called before the group is added to the
6051 chain. Thus we have a valid case for group->chain==NULL. Instead
6052 of calling chain_group_set_enabled, just set the flag on the group
6053 (the chain's status will be set when the group is added to it).
6054 (gst_opt_scheduler_state_transition, chain_group_set_enabled):
6055 Setup the group scheduler when the group is enabled, not
6056 specifically when an element goes PAUSED->PLAYING. This means
6057 PLAYING elements can be added, linked, and scheduled into a
6058 PLAYING pipeline, as was intended.
6059 (add_to_group): Don't ref the group twice. I don't know when this
6060 double-ref got in here. Removing it has the potential to cause
6061 segfaults if other parts of the scheduler are buggy. If you find
6062 that the scheduler is segfaulting for you, put in an extra ref
6063 here and see if that hacks over the underlying issue. Of course,
6064 then find out what code is unreffing a group it doesn't own...
6065 (create_group): Make the extra refcount floating, and remove it
6066 after adding the element. This means that...
6067 (unref_group): Destroy when the refcount reaches 0, not 1, like
6068 every other refcounted object in the known universe.
6069 (remove_from_group): When a group becomes empty, set it to be not
6070 active, and remove it from its chain. Don't unref it again,
6071 there's no floating reference any more.
6072 (destroy_group): We have to remove the group from the chain in
6073 remove_from_group (rather than here) to break refcounting cycles
6074 (the chain always has a ref on the group). So assert that
6076 (ref_group_by_count): Removed, it was commented out anyway.
6077 (merge_chains): Use the remove_from_chain and add_to_chain
6078 primitives to do the reparenting, instead of rolling our own
6080 (add_to_chain): The first non-disabled group in the chain's group
6081 list will be the entry point for the chain. Because buffers can
6082 accumulate in loop elements' peer bufpens, we preferentially
6083 schedule loop groups before get groups to avoid unnecessary
6084 execution of get-based groups when the bufpens are already full.
6085 (gst_opt_scheduler_schedule_run_queue): Debug fixes.
6086 (get_group_schedule_function): Ditto.
6087 (loop_group_schedule_function): Ditto.
6088 (gst_opt_scheduler_loop_wrapper): Ditto.
6089 (gst_opt_scheduler_iterate): Ditto.
6091 I understand the opt scheduler now, yippee!
6093 * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
6094 (gst_pad_get_name, gst_pad_set_chain_function)
6095 (gst_pad_set_get_function, gst_pad_set_event_function)
6096 (gst_pad_set_event_mask_function, gst_pad_get_event_masks)
6097 (gst_pad_get_event_masks_default, gst_pad_set_convert_function)
6098 (gst_pad_set_query_function, gst_pad_get_query_types)
6099 (gst_pad_get_query_types_default)
6100 (gst_pad_set_internal_link_function)
6101 (gst_pad_set_formats_function, gst_pad_set_link_function)
6102 (gst_pad_set_fixate_function, gst_pad_set_getcaps_function)
6103 (gst_pad_set_bufferalloc_function, gst_pad_unlink)
6104 (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent)
6105 (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps)
6106 (gst_pad_proxy_pad_link, gst_pad_proxy_fixate)
6107 (gst_pad_get_pad_template_caps, gst_pad_check_compatibility)
6108 (gst_pad_get_peer, gst_pad_get_allowed_caps)
6109 (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull)
6110 (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps)
6111 (gst_pad_event_default_dispatch, gst_pad_event_default)
6112 (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default)
6113 (gst_pad_convert, gst_pad_query_default, gst_pad_query)
6114 (gst_pad_get_formats_default, gst_pad_get_formats): Better
6115 argument checks, and some doc fixes.
6117 (gst_pad_custom_new_from_template): Um, does anyone
6118 use these functions? Actually make a custom pad instead of a
6120 (gst_pad_try_set_caps): Transpose some checks.
6121 (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
6122 the pad is in negotiation.
6123 (gst_pad_try_relink_filtered): Use pad_link_prepare.
6125 * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
6128 * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
6131 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
6133 * gst/gstbin.c: (gst_bin_add):
6134 add error for not being able to add elements
6136 2004-02-22 Julien MOUTTE <julien@moutte.net>
6138 * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
6139 audio-codec and video-codec.
6141 2004-02-22 Benjamin Otte <otte@gnome.org>
6143 reported by: Padraig O'Briain <padraig.obriain@sun.com>
6146 replace test -e with test -x for mkinstalldirs to be more portable.
6149 2004-02-22 Benjamin Otte <otte@gnome.org>
6152 revert last patch from Andy, it makes gst_pad_can_link_filtered much
6154 * gst/gsttag.c: (_gst_tag_initialize):
6156 add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
6157 * libs/gst/control/dparam.c: (gst_dparam_attach):
6158 * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
6159 check that types for attached dparams match
6161 2004-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
6163 * gst/elements/gstfilesink.c: (gst_filesink_open_file):
6164 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
6165 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
6168 2004-02-20 Andy Wingo <wingo@pobox.com>
6173 * gst/registries/gstxmlregistry.c:
6174 * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
6176 * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
6177 (gst_element_add_pad): DEBUG->INFO, some fixes.
6178 (gst_element_get_compatible_pad_template): Just see if the
6179 templates' caps intersect, not if one is a strict subset of the
6180 other. This conforms more to what gst_pad_link_intersect() does.
6181 (gst_element_class_add_pad_template): Don't memcpy the pad
6182 template, just ref it.
6183 (gst_element_get_compatible_pad_filtered): Clean up debug messages
6185 * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
6186 (gst_pad_link_filtered): Debug changes.
6187 (gst_pad_link_prepare): New function, consolidated from
6188 can_link_filtered and link_filtered.
6190 * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
6191 look more like that of the functions in gstelement.c
6193 * gst/gstinfo.c (gst_debug_print_object): Put a space before the
6194 object, and return the empty string if object is NULL.
6196 * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
6197 * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
6198 LOG, not DEBUG. We still get flex info on debug.
6200 * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
6201 debug string more verbose.
6202 (plugin_times_older_than): DEBUG->LOG.
6204 2004-02-20 Julien MOUTTE <julien@moutte.net>
6206 * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
6207 will emit found_tag for each stream they demux with the codec.
6209 2004-02-20 Benjamin Otte <otte@gnome.org>
6211 * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
6212 copy navigation event correctly. Check freeing tag lists.
6213 * gst/gstthread.c: (gst_thread_change_state):
6214 don't abort() on state changing mess - it might happen because of
6216 * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
6219 fix GST_VALUE_HOLDS_CAPS
6221 2004-02-19 David Schleef <ds@schleef.org>
6223 * gst/gstinfo.h: Copy G_STRFUNC implementation from glib-2.4
6224 and use it for GST_FUNCTION. (bug #134750)
6226 2004-02-19 Thomas Vander Stichele <thomas at apestaart dot org>
6230 updating translations
6232 2004-02-19 Thomas Vander Stichele <thomas at apestaart dot org>
6234 * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
6236 2004-02-18 kost@imn.htwk-leipzig.de
6238 reviewed by: David Schleef <ds@schleef.org>
6240 * docs/libs/gstreamer-libs-sections.txt: Add missing sections
6243 2004-02-18 David Schleef <ds@schleef.org>
6245 * libs/gst/control/dparam.c: (gst_dparam_class_init):
6246 * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
6247 (gst_dpsmooth_new): Additional fixes to get double dparams working.
6248 * tools/gst-inspect.c: (print_element_info): Support dumping of
6249 double dparam information.
6251 2004-02-17 David Schleef <ds@schleef.org>
6253 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
6254 Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
6255 * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
6256 Use GST_TYPE_CAPS in signal prototype.
6257 * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
6258 Convert GST_TYPE_CAPS to boxed.
6259 * gst/gstelement.c: (gst_element_class_init):
6260 Use GST_TYPE_TAG_LIST in signal prototype.
6261 * gst/gstindex.c: (gst_index_class_init):
6263 Add GST_TYPE_INDEX_ENTRY type.
6264 * gst/gstmarshal.list:
6265 Add necessary marshal types.
6266 * gst/gstpad.c: (gst_real_pad_class_init),
6267 (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
6268 (gst_pad_recover_caps_error):
6269 Use GST_TYPE_CAPS in signal prototypes. Fix some debugging strings.
6270 * gst/gststructure.c: (_gst_structure_initialize),
6271 (gst_structure_copy), (_gst_structure_copy_conditional):
6272 * gst/gststructure.h:
6273 Convert GST_TYPE_STRUCTURE to boxed.
6274 * gst/gsttag.c: (gst_tag_list_get_type):
6276 Add GST_TYPE_TAG_LIST type.
6278 2004-02-17 Julien MOUTTE <julien@moutte.net>
6280 * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
6281 to what we agreed with david.
6282 * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
6284 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
6286 * po/nl.po: update translation
6288 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
6290 * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
6291 throw an error if spider is trying to play a mime type there is
6294 add gst/autoplug/gstspider.c for translation
6296 2004-02-17 Julien MOUTTE <julien@moutte.net>
6298 * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return
6299 silently when the pad is negotiating.
6301 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
6303 * docs/faq/Makefile.am:
6304 add script to run gstreamer uninstalled
6306 * docs/faq/developing.xml:
6307 * docs/faq/gst-uninstalled:
6308 extract script to run gstreamer uninstalled
6310 add EXTRA_SOURCES variable for Makefile.am's to set to
6311 use additional SOURCE files for the doc build
6313 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
6315 * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
6317 2004-02-15 Julien MOUTTE <julien@moutte.net>
6319 * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
6320 bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
6321 an error was thrown by osssink. Basically a state change failure for
6322 an element in a different scheduling group was considered as
6323 successful, which means that caps nego was going on and weird stuff
6324 happened. Like I wrote in the comment there, if someone wants to
6325 revert that please drop me a mail explaining why because I really see
6326 no point in keeping that broken behaviour there.
6327 * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
6328 be empty, we then return NULL which will trigger a nice error when
6329 pulling from the pad.
6331 2004-02-13 David Schleef <ds@schleef.org>
6333 * libs/gst/control/dparam.c: (gst_dparam_class_init),
6334 (gst_dparam_get_property), (gst_dparam_set_property),
6335 (gst_dparam_do_update_default):
6336 * libs/gst/control/dparam.h:
6337 * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
6338 (gst_dpsmooth_new), (gst_dpsmooth_set_property),
6339 (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
6340 (gst_dpsmooth_do_update_double):
6341 * libs/gst/control/dparam_smooth.h:
6342 * libs/gst/control/dparammanager.c:
6343 (gst_dpman_inline_direct_update):
6344 Add support for double dparams.
6346 2004-02-13 David Schleef <ds@schleef.org>
6348 * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
6349 * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
6351 2004-02-13 Mattias Wadman <mattias@sudac.org>
6353 reviewed by: David Schleef <ds@schleef.org>
6355 * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
6356 (gst_fdsrc_init), (gst_fdsrc_set_property),
6357 (gst_fdsrc_get_property), (gst_fdsrc_get):
6358 * gst/elements/gstfdsrc.h: Adds timeout property to fdsrc,
6359 and sends an EOS event if file descriptor reading times out.
6361 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
6364 add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
6366 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
6368 * configure.ac: pass required libxml version as argument
6369 (bug reported by Christophe Fergeau)
6371 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
6373 * docs/gst/gstreamer-docs.sgml:
6374 * docs/gst/tmpl/gstxml.sgml:
6375 * docs/libs/gstreamer-libs-docs.sgml:
6378 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
6381 * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
6382 (gst_registry_pool_feature_filter):
6383 * gst/gstthread.c: (gst_thread_class_init):
6385 add includes exposed by building without libxml
6386 * gst/indexers/Makefile.am:
6387 do not build fileindex when LOADSAVE disabled; we should have
6388 a better libxml check later since fileindex depends on xml, not
6389 LOADSAVE or REGISTRY
6390 * libs/gst/control/Makefile.am:
6392 * tools/Makefile.am:
6393 fix wrong source code for gst-xmlinspect
6395 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
6398 fix gcov help output
6399 move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
6400 * docs/random/release:
6401 some updated releasing notes
6402 * gstreamer.spec.in:
6405 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
6408 * docs/manual/manual.xml:
6410 * docs/pwg/titlepage.xml:
6411 put version in documentation
6413 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
6415 * tools/Makefile.am: fix man page installation
6417 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
6420 don't check for libxml when load/save and registry disabled (#105844)
6421 * gstreamer.spec.in:
6422 sync with fedora candidate spec
6424 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
6428 replace multidisksrc with multifilesrc
6430 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
6433 update to multidisksrc => multifilesrc file renaming (#134145)
6435 2004-02-11 David Schleef <ds@schleef.org>
6437 * docs/gst/tmpl/gstcaps.sgml: Fix stuff that mentions GstProps
6438 * docs/gst/tmpl/gstpadtemplate.sgml: same
6439 * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
6440 * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
6442 * gst/gstutils.c: Remove disabled code that uses GstProps.
6443 * gst/registries/gstxmlregistry.h: same
6444 * docs/random/ds/0.9-suggested-changes: random notes
6446 2004-02-11 kost@imn.htwk-leipzig.de
6448 reviewed by: David Schleef <ds@schleef.org>
6450 * gst/gstclock.c: (gst_clock_entry_new): fixes structure
6451 initialisation of clock (bug #134128)
6453 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
6456 * gst/elements/Makefile.am:
6457 * gst/elements/gstelements.c:
6458 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
6459 (gst_multifilesrc_class_init), (gst_multifilesrc_init),
6460 (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
6461 (gst_multifilesrc_get), (gst_multifilesrc_open_file),
6462 (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
6463 * gst/elements/gstmultifilesrc.h:
6464 rename multidisksrc to multifilesrc (part of #122200)
6466 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
6469 fix automake complaints
6470 * gst-element-check.m4:
6473 2004-02-11 David Schleef <ds@schleef.org>
6475 * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
6476 * gst/gstatomic_impl.h: Disable sparc implementation.
6478 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
6480 * gst-element-check.m4:
6481 fix underquoted macros as reported by automake 1.8.x (#133800)
6483 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
6484 by autopoint (fixes #132996)
6486 2004-02-10 Andy Wingo <wingo@pobox.com>
6488 * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
6489 way to do inheritance.
6490 (gst_pad_get_event_masks, gst_pad_get_event_masks_default)
6491 (gst_pad_get_query_types, gst_pad_get_query_types_default):
6493 (gst_pad_set_link_function, gst_pad_set_fixate_function)
6494 (gst_pad_set_getcaps_function): Doc from Dave's negotation random
6496 (gst_pad_unlink, gst_pad_is_linked): Docs.
6497 (gst_pad_renegotiate): A brief description of capsnego.
6498 (gst_pad_try_set_caps): Document.
6499 (gst_pad_try_set_caps_nonfixed): Document.
6500 (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
6501 (gst_pad_set_parent): Deprecated (although not out of the API).
6502 (gst_pad_get_parent): Deprecated, although many plugins use this.
6503 (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
6504 are private and will go away in 0.9.
6505 (gst_pad_perform_negotiate): Doc.
6506 (gst_pad_link_unnegotiate): I think this is meant to be static.
6507 (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps)
6508 (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility)
6509 (gst_pad_get_peer): Doc updates.
6510 (gst_pad_caps_change_notify): Doc.
6511 (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get)
6512 (gst_ghost_pad_new): Doc fixes.
6514 * gst/gstobject.c (gst_object_get_parent, gst_object_unparent)
6515 (gst_object_check_uniqueness):
6517 * gst/gstelement.c (gst_element_add_pad)
6518 (gst_element_add_ghost_pad, gst_element_remove_pad)
6519 (gst_element_remove_ghost_pad, gst_element_get_pad)
6520 (gst_element_get_static_pad, gst_element_get_pad_list)
6521 (gst_element_class_get_pad_template_list)
6522 (gst_element_class_get_pad_template): Work on the docs.
6523 (gst_element_get_pad_template_list): Uses the class method.
6524 (gst_element_get_compatible_pad_template): Docs, and consolidate
6525 some test conditions.
6526 (gst_element_get_pad_from_template): New static function.
6527 (gst_element_request_compatible_pad): Docs, and work with
6528 non-request compatible templates.
6529 (gst_element_get_compatible_pad_filtered): Docs and remove
6531 (gst_element_get_compatible_pad, gst_element_link_pads_filtered)
6532 (gst_element_link_filtered, gst_element_link_many)
6533 (gst_element_link, gst_element_link_pads)
6534 (gst_element_unlink_many): Docs.
6536 2004-02-05 Andy Wingo <wingo@pobox.com>
6538 * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
6541 * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
6543 * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
6544 marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
6545 with the type=GST_TYPE_CAPS. This allows language bindings to know
6546 what kind of data they're dealing with.
6548 * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
6549 to NULL when g_value_init is called. GstCaps, which rolls its own
6550 type implementation, now does the same instead of allocating empty
6552 (_gst_caps_initialize, _gst_caps_collect_value,
6553 _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
6554 table methods. This allows G_VALUE_COLLECT to work.
6556 2004-02-05 Andy Wingo <wingo@pobox.com>
6559 * testsuite/Makefile.am (SUBDIRS):
6560 * testsuite/ghostpads/Makefile.am:
6561 * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
6563 * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
6564 These two routines are the only ones that set
6565 GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
6566 pad template. They should be made static, depending on ABI needs.
6567 (gst_real_pad_dispose): Handle the case of ghost pads without a
6568 parent. Assert after dealing with ghost pads that the ghost pad
6570 (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
6572 (gst_ghost_pad_dispose): Set ::real-pad to NULL.
6573 (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
6574 functions. set_property will call add_ghost_pad/remove_ghost_pad
6576 (gst_ghost_pad_new): All the work is offloaded to g_object_new.
6578 * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
6579 (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
6580 (gst_element_remove_pad): Handle ghost pads as well.
6581 (gst_element_remove_ghost_pad): Deprecated (could be removed,
6582 depending on API-stability needs).
6584 2004-02-05 Andy Wingo <wingo@pobox.com>
6586 * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
6587 of course they're const
6589 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
6591 * tools/Makefile.am:
6592 * tools/gst-feedback:
6593 * tools/gst-feedback-0.7:
6594 make gst-feedback versioned too for consistency
6596 2004-02-11 David Schleef <ds@schleef.org>
6598 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
6599 (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
6601 2004-02-10 Julien MOUTTE <julien@moutte.net>
6603 * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
6604 the structure does not contain a valid tag list. Adding a safety check
6605 to remove a noisy warning in that case.
6607 2004-02-10 Thomas Vander Stichele <thomas at apestaart dot org>
6609 * gst/gst.c: fix name to be in line with others
6611 2004-02-09 Julien MOUTTE <julien@moutte.net>
6613 * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
6614 not shout that loud when len is 0. Just return 0 silently.
6616 2004-02-09 Julien MOUTTE <julien@moutte.net>
6618 * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
6619 because data_unref has one and I prefer the debug to be symetric.
6620 * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
6621 were refed when added to the queue and unrefed only once when the queue
6622 was flushed. Now the flush handler unref the buffers two times : first
6623 unref for the ref added when pushing in the queue's tail and second
6624 unref to destroy the flushed buffer.
6626 2004-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
6628 * docs/pwg/building-boiler.xml: fix cvs checkout documentation
6630 2004-02-06 David Schleef <ds@schleef.org>
6632 * docs/random/ds/0.9-suggested-changes: Random ramblings
6633 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
6634 to int before printing.
6635 * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
6636 * gst/parse/parse.l: same. See bug #129600
6638 2004-02-06 David Schleef <ds@schleef.org>
6640 * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
6641 (gst_index_add_entry), (gst_index_add_associationv),
6642 (gst_index_add_association): Add gst_index_add_associationv()
6643 and clean up gst_index_add_association(). #127133
6645 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
6647 * autogen.sh: check out common with right tag if CVS/Tag exists
6649 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
6651 * testsuite/ghostpads/ghostpads.c: (main):
6652 fix testsuite from segfaulting
6654 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
6656 * Makefile.am: add release target
6657 * configure.ac: bump nano to 1
6658 * docs/random/release:
6660 2004-02-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
6663 * gst/gstelement.c: (gst_element_base_class_init),
6664 (gst_element_class_set_details), (gst_element_clear_pad_caps):
6665 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
6666 (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
6667 (gst_real_pad_dispose):
6668 * gst/gststructure.c: (gst_structure_free),
6669 (gst_structure_from_string):
6670 put reverted patch back in
6671 * gst/gstelement.c: (gst_element_remove_pad):
6672 free explicit caps if they're set
6673 * gst/gstpad.c: (_gst_pad_default_fixate_func):
6674 copy the structure when fixating
6676 2004-02-05 David Schleef <ds@schleef.org>
6678 * gst/gstmarshal.list:
6679 * gst/gstpad.c: (gst_real_pad_class_init),
6680 (_gst_real_pad_fixate_accumulator):
6681 Revert POINTER->BOXED change in signal marshaller.
6683 === release 0.7.4 ===
6685 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
6687 * NEWS: GStreamer 0.7.4 "Wooden Eels" released
6688 * configure.ac: changed for release
6690 2004-02-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
6692 * gstreamer.spec.in:
6693 bump required version of gtk-doc
6695 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
6698 * gst/gstelement.c: (gst_element_base_class_init),
6699 (gst_element_class_set_details), (gst_element_clear_pad_caps):
6700 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
6701 (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
6702 (gst_real_pad_dispose):
6703 * gst/gststructure.c: (gst_structure_free),
6704 (gst_structure_from_string):
6705 revert patch that breaks applications, reapply after release
6706 to get this fixed properly
6708 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
6710 * gst/gsttag.c: (_gst_tag_initialize):
6712 remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
6714 2004-02-04 David Schleef <ds@schleef.org>
6717 * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
6718 (gst_spider_plug_from_srcpad):
6719 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
6721 2004-02-04 David Schleef <ds@schleef.org>
6723 * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
6724 a GstRealPad before accessing its structure members.
6726 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
6728 * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
6729 (gst_clock_get_speed):
6731 reset padding, remove unused fields
6733 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
6735 * gst/autoplug/gstspideridentity.c:
6736 (gst_spider_identity_sink_loop_type_finding):
6737 use get_allowed_caps, not get_caps (fixes #132519)
6738 * gst/elements/gsttypefind.c: (stop_typefinding):
6739 use correct order when sending buffers and seeking
6741 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
6747 upgrade libtool CURRENT, reset padding
6749 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
6753 put back AM_PROG_LIBTOOL to make libtoolize stop complaining
6755 2004-02-04 David Schleef <ds@schleef.org>
6757 * docs/random/ds/0.9-suggested-changes: random notes
6758 * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
6759 (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
6760 Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
6762 * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
6763 (gst_filesink_get_query_types): same
6764 * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
6765 (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
6766 * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
6767 to use new GST_PTR_FORMAT.
6768 * gst/gstelement.h: deprecate function factory macros
6769 GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
6770 These are our last variadic macros that can't be replaced with
6771 inlines. Celebrate! Also fix a typo in an #ifdef that was
6772 attempting to deprecate gst_element_clock_wait().
6773 * gst/gstevent.h: same
6774 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
6775 (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
6776 * gst/gstpad.h: deprecate function factory macros similar to above.
6778 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
6781 * tools/Makefile.am:
6782 * tools/gst-run.c: (popt_callback), (hash_print_key),
6783 (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
6784 (get_candidates), (main):
6785 add new source file to generate non-versioned wrapper binaries
6788 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
6790 * gst/gstevent.c: (_gst_event_free):
6791 actually break; inside the switch statement
6792 * gst/parse/grammar.y:
6793 fix memleak where GValues weren't unset
6795 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
6797 * gst/gststructure.c: (gst_structure_from_string):
6799 * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
6800 (new_entry), (gst_type_find_element_chain):
6801 * gst/gstelement.c: (gst_element_base_class_init),
6802 (gst_element_class_set_details):
6803 * gst/gstpad.c: (gst_pad_can_link_filtered):
6804 fix smaller memleaks
6805 * gst/gstpad.c: (gst_real_pad_dispose):
6806 check that explicit caps are gone
6807 * gst/gststructure.c: (gst_structure_free):
6808 actually free the structure
6809 * gst/gstelement.c: (gst_element_clear_pad_caps):
6812 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
6814 * tools/Makefile.am:
6815 use AM_CFLAGS since all the CFLAGS are the same
6818 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
6820 * docs/manual/gnome.xml:
6821 expand example a little
6822 * gst/gst.c: (gst_init_with_popt_table),
6823 (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
6824 make sure popt option displays are done with right textdomain
6825 use GstPoptOption type
6827 create GstPoptOption type
6829 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
6831 * gst/gsterror.c: (_gst_stream_errors_init):
6833 adding error type for no codec
6837 update dutch translation
6838 * tools/gst-inspect.c: (print_element_list), (main):
6839 do proper internationalization
6840 * tools/gst-launch.c: (idle_func):
6841 remove commented out function call
6843 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
6846 add some error fixing notes
6847 * docs/gst/gstreamer-sections.txt:
6848 remove double entries
6849 * docs/gst/tmpl/gstbin.sgml:
6850 * docs/gst/tmpl/gstclock.sgml:
6852 * docs/gst/tmpl/gstelement.sgml:
6853 * docs/gst/tmpl/gstindex.sgml:
6854 * docs/gst/tmpl/gstobject.sgml:
6855 * docs/gst/tmpl/gstpadtemplate.sgml:
6856 * docs/gst/tmpl/gstreamer-unused.sgml:
6857 * docs/gst/tmpl/gsttag.sgml:
6858 * docs/gst/tmpl/gstthread.sgml:
6859 * docs/gst/tmpl/gstxml.sgml:
6861 sync header prototypes with c decls
6862 * gst/gsttaginterface.c:
6865 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
6867 * gst/parse/Makefile.am:
6869 get rid of gstmarshal.h dependency. It's not needed.
6871 * gst/elements/gstfakesink.c:
6872 * gst/elements/gstfakesrc.c:
6873 * gst/elements/gstidentity.c:
6881 * libs/gst/control/dparam.c:
6882 * libs/gst/control/dparammanager.c:
6883 include gstmarshal.h.
6886 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
6888 * gst/elements/gstfilesrc.c: (gst_filesrc_init),
6889 (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
6890 (gst_filesrc_map_region), (gst_filesrc_get_mmap):
6891 * gst/elements/gstfilesrc.h:
6892 don't ref the filesrc when creating mmaped buffers. Don't keep a
6893 list of not-yet-destroyed buffers.
6895 Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
6897 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
6899 * gst/gst.c: (init_pre):
6902 2004-02-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
6904 * docs/pwg/advanced-events.xml:
6905 * docs/pwg/advanced-scheduling.xml:
6906 * docs/pwg/intro-basics.xml:
6907 * docs/pwg/other-manager.xml:
6908 * docs/pwg/other-nton.xml:
6909 * docs/pwg/other-ntoone.xml:
6910 * docs/pwg/other-oneton.xml:
6912 All sort of documentation... Forgot what. Point is that I want this
6913 in before I leave. The 'other-*' will be the last section and will
6914 explain issues specific to these type of elements.
6916 2004-02-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
6918 * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
6919 (gst_filesrc_get_read):
6920 set all the values on buffers that we can
6922 2004-02-02 David Schleef <ds@schleef.org>
6924 Change usage of isblah() to g_ascii_isblah() to be more locale
6925 independent. (#133076)
6926 * gst/gsturi.c: (gst_uri_protocol_check_internal):
6928 * gst/parse/parse.l:
6930 2004-02-02 Jon Trowbridge <trow@gnu.org>
6932 reviewed by: David Schleef <ds@schleef.org>
6935 * gst/gstcaps.c: (gst_caps_to_string):
6936 * gst/registries/gstxmlregistry.c:
6937 (gst_xml_registry_add_path_list_func),
6938 (gst_xml_registry_parse_padtemplate):
6940 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
6942 * gst/gstelement.c: (gst_element_default_error):
6943 suffix error messages with period
6945 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
6947 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
6948 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6949 * gst/gsterror.c: (gst_error_get_message):
6953 Update translation files
6955 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
6957 * gst/autoplug/gstspideridentity.c:
6958 (gst_spider_identity_sink_loop_type_finding):
6959 * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
6960 * gst/elements/gstfilesink.c: (gst_filesink_open_file),
6961 (gst_filesink_close_file), (gst_filesink_handle_event),
6962 (gst_filesink_chain):
6963 * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
6964 (gst_filesrc_get_read), (gst_filesrc_open_file):
6965 * gst/elements/gstidentity.c: (gst_identity_chain):
6966 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6967 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6968 (gst_pipefilter_chain), (gst_pipefilter_open_file):
6969 * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
6970 * gst/gsterror.c: (_gst_core_errors_init),
6971 (_gst_library_errors_init), (_gst_resource_errors_init),
6972 (_gst_stream_errors_init), (gst_error_get_message):
6973 * gst/gstpad.c: (gst_pad_set_explicit_caps),
6974 (gst_pad_recover_caps_error), (gst_pad_pull):
6975 * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
6976 * gst/schedulers/gstbasicscheduler.c:
6977 (gst_basic_scheduler_chainhandler_proxy),
6978 (gst_basic_scheduler_gethandler_proxy),
6979 (gst_basic_scheduler_cothreaded_chain):
6980 Suffix error messages with period.
6981 Use (NULL) instead of NULL
6983 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
6985 * docs/gst/tmpl/gstelement.sgml:
6986 * docs/gst/tmpl/gstxml.sgml:
6987 * gst/gstelement.c: (gst_element_error_full):
6988 add element path to error
6990 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
6992 * docs/random/mimetypes:
6993 update raw int/float info
6994 * gst/gsttag.c: (_gst_tag_initialize):
6998 2004-01-30 David Schleef <ds@schleef.org>
7000 * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
7003 2004-01-30 Laurent Vivier <Laurent.Vivier@bull.net>
7005 reviewed by Benjamin Otte
7006 parts of the patch submitted in bug #113913
7009 use AC_C_INLINE. Use = instead of == with test
7010 * examples/plugins/example.c:
7011 * gst/autoplug/gstspideridentity.c:
7012 * gst/elements/gstfdsrc.c:
7013 * gst/elements/gstfilesrc.c:
7014 * gst/elements/gstidentity.c:
7015 * gst/elements/gstmultidisksrc.c:
7016 * gst/elements/gststatistics.c:
7020 * gst/gstpipeline.c:
7022 don't end enums with a comma
7023 * gst/gstindex.c: (gst_index_compare_func):
7024 do explicit casting to gint
7025 * gst/gsttrace.c: (gst_trace_text_flush):
7026 #define strsize as a macro
7028 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
7031 * docs/gst/gstreamer-docs.sgml:
7032 * docs/gst/gstreamer-sections.txt:
7033 * docs/gst/tmpl/gstelement.sgml:
7034 * docs/gst/tmpl/gsterror.sgml:
7035 * docs/gst/tmpl/gstinterface.sgml:
7036 * docs/gst/tmpl/gstreamer-unused.sgml:
7037 * docs/gst/tmpl/gststructure.sgml:
7038 * docs/gst/tmpl/gsttag.sgml:
7039 * docs/gst/tmpl/gsttaginterface.sgml:
7040 * docs/gst/tmpl/gstvalue.sgml:
7041 make sure all API ends up in the built docs
7042 * gst/gstinterface.c:
7043 * gst/gststructure.c: (gst_structure_id_set_value),
7044 (gst_structure_set_value), (gst_structure_id_get_value):
7045 * gst/gststructure.h:
7047 sync .h with .c declarations
7049 2004-01-30 Julien Moutte <julien@moutte.net>
7051 * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
7052 Ronald will fix riffread.
7054 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
7056 * docs/pwg/advanced-interfaces.xml:
7057 Added tuner interface docs.
7059 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
7061 * docs/random/mimetypes:
7062 correct Theora information
7064 make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
7066 2004-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
7068 * gst/gstelement.c: (gst_element_error_full):
7070 GST_ELEMENT_ERROR in enum -> _IN_ERROR
7072 2004-01-29 Julien MOUTTE <julien@moutte.net>
7074 * gst/elements/gstfilesrc.c: (gst_filesrc_get),
7075 (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
7076 again and even before DISCONT.
7077 * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
7078 * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
7079 bytestream so that it's not stopping to fill the bytestream if events
7080 different than EOS or DISCONT are received. Instead it process them so
7081 that they go downstream.
7083 2004-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
7085 * docs/gst/tmpl/gstelement.sgml:
7086 * docs/gst/tmpl/gstreamer-unused.sgml:
7087 * docs/gst/tmpl/gstxml.sgml:
7088 * gst/autoplug/gstspideridentity.c:
7089 (gst_spider_identity_sink_loop_type_finding):
7090 * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
7091 * gst/elements/gstfilesink.c: (gst_filesink_open_file),
7092 (gst_filesink_close_file), (gst_filesink_handle_event),
7093 (gst_filesink_chain):
7094 * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
7095 (gst_filesrc_get_read), (gst_filesrc_open_file):
7096 * gst/elements/gstidentity.c: (gst_identity_chain):
7097 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
7098 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
7099 (gst_pipefilter_chain), (gst_pipefilter_open_file):
7100 * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
7102 * gst/gstpad.c: (gst_pad_set_explicit_caps),
7103 (gst_pad_recover_caps_error), (gst_pad_pull):
7104 * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
7105 * gst/schedulers/gstbasicscheduler.c:
7106 (gst_basic_scheduler_chainhandler_proxy),
7107 (gst_basic_scheduler_gethandler_proxy),
7108 (gst_basic_scheduler_cothreaded_chain):
7109 gst_element_error -> GST_ELEMENT_ERROR
7111 2004-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
7114 * docs/gst/tmpl/gstelement.sgml:
7115 * docs/gst/tmpl/gstxml.sgml:
7117 * docs/pwg/advanced-request.xml:
7118 * docs/pwg/advanced-scheduling.xml:
7119 * docs/pwg/advanced-tagging.xml:
7120 fix non-validating docbook using CDATA
7121 make sure make check-local gets run first to check if it validates
7123 2004-01-29 Julien MOUTTE <julien@moutte.net>
7125 * docs/pwg/advanced-events.xml: Adding documentation on advanced event
7126 handling (up and downstream).
7127 * docs/pwg/advanced-interfaces.xml: Make it coherent with the
7130 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
7132 * docs/pwg/advanced-tagging.xml:
7133 Add docs about tag writing.
7135 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
7137 * docs/pwg/advanced-tagging.xml:
7138 Add a part about tag reading and application signalling... Tag
7139 writing still needs to be documented.
7140 * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
7141 We can set file locations in READY, too.
7143 2004-01-29 Julien MOUTTE <julien@moutte.net>
7145 * docs/random/ds/element-checklist: Adding some notes about src
7148 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
7150 * docs/random/mimetypes:
7151 Update docs to point to correct elements for various mimetypes, and
7152 some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
7153 <stephane.loeuillet@tiscali.fr>.
7155 2004-01-28 David Schleef <ds@schleef.org>
7157 * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
7159 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
7161 * docs/random/mimetypes:
7162 update docs for audio/x-raw-float. Add "buffer-frames=0 means
7164 * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
7165 make it only work in NULL.
7167 don't posion NULL caps
7168 * gst/gstelement.c: (gst_element_set_time):
7169 add debugging statement
7170 * gst/gstelement.c: (gst_element_emit_found_tag),
7171 (gst_element_found_tag_func), (gst_element_found_tags):
7173 These functions take const taglists
7174 * gst/gstpad.c: (gst_pad_proxy_getcaps):
7176 * gst/gstpad.c: (gst_pad_event_default):
7177 make more effort on handling discont and clocks, g_warn if everything
7179 * gst/gststructure.c: (gst_structure_remove_fields),
7180 (gst_structure_remove_fields_valist):
7181 * gst/gststructure.h:
7182 add gst_structure_remove_fields(_valist)
7186 2004-01-28 David Schleef <ds@schleef.org>
7188 * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
7189 * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
7190 Fix memory leakage of gst_caps_to_string().
7192 Use GST_PTR_FORMAT instead of gst_caps_to_string():
7193 * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
7194 * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
7195 (gst_spider_identity_sink_loop_type_finding):
7196 * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
7198 * gst/gstpad.c: (gst_pad_try_relink_filtered),
7199 (gst_pad_set_explicit_caps):
7200 * gst/parse/grammar.y:
7202 2004-01-28 David Schleef <ds@schleef.org>
7204 * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
7205 GST_PRINTF_EXTENSION_FORMAT_DEFINE.
7206 * docs/random/ds/0.9-suggested-changes: Notes from Company.
7207 * gst/gstcaps.c: (gst_caps_to_string): Add comment.
7208 * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
7209 * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
7210 (gst_debug_log_default), (_gst_info_printf_extension),
7211 (_gst_info_printf_extension_arginfo): Add printf extension.
7212 * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
7213 * gst/gststructure.c: (gst_structure_to_string),
7214 (_gst_structure_parse_value): Use gst_value_deserialize() and
7216 * gst/gstvalue.c: (gst_value_deserialize_fourcc),
7217 (gst_value_deserialize_boolean), (gst_strtoi),
7218 (gst_value_deserialize_int), (gst_value_deserialize_double),
7219 (gst_value_deserialize_string), (gst_value_deserialize): Implement
7220 a bunch of deserialize functions and gst_value_deserialize.
7221 * gst/gstvalue.h: er, _de_serialize, not unserialize
7222 * testsuite/caps/string-conversions.c: (main): We don't currently
7223 handle (float) in caps, so convert these to (double).
7224 * testsuite/debug/Makefile.am: Add new test for the printf extension
7225 * testsuite/debug/printf_extension.c: (main): same
7227 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
7229 * docs/random/company/time:
7230 Add some docs about clocking and time
7232 2004-01-28 Julien MOUTTE <julien@moutte.net>
7234 * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
7236 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
7238 * docs/pwg/advanced-clock.xml:
7239 * docs/pwg/advanced-dparams.xml:
7240 * docs/pwg/advanced-events.xml:
7241 * docs/pwg/advanced-interfaces.xml:
7242 * docs/pwg/advanced-midi.xml:
7243 * docs/pwg/advanced-request.xml:
7244 * docs/pwg/advanced-scheduling.xml:
7245 * docs/pwg/advanced-tagging.xml:
7246 * docs/pwg/advanced-types.xml:
7247 * docs/pwg/appendix-checklist.xml:
7248 * docs/pwg/building-boiler.xml:
7249 * docs/pwg/building-chainfn.xml:
7250 * docs/pwg/building-filterfactory.xml:
7251 * docs/pwg/building-pads.xml:
7252 * docs/pwg/building-props.xml:
7253 * docs/pwg/building-signals.xml:
7254 * docs/pwg/building-state.xml:
7255 * docs/pwg/building-testapp.xml:
7256 * docs/pwg/intro-basics.xml:
7257 * docs/pwg/intro-preface.xml:
7258 * docs/pwg/other-autoplugger.xml:
7259 * docs/pwg/other-sink.xml:
7260 * docs/pwg/other-source.xml:
7261 * docs/pwg/titlepage.xml:
7264 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
7269 * docs/building-the-docs-on-debian:
7270 collect relevant bits of doc info
7272 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
7274 * docs/pwg/advanced_tagging.xml:
7275 Half-assed commit so Thomas can re-arrange document IDs here to be
7278 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
7280 * docs/manual/autoplugging.xml:
7281 * docs/manual/bins-api.xml:
7282 * docs/manual/bins.xml:
7283 * docs/manual/buffers-api.xml:
7284 * docs/manual/buffers.xml:
7285 * docs/manual/clocks.xml:
7286 * docs/manual/components.xml:
7287 * docs/manual/cothreads.xml:
7288 * docs/manual/debugging.xml:
7289 * docs/manual/dparams-app.xml:
7290 * docs/manual/dynamic.xml:
7291 * docs/manual/elements-api.xml:
7292 * docs/manual/elements.xml:
7293 * docs/manual/factories.xml:
7294 * docs/manual/gnome.xml:
7295 * docs/manual/goals.xml:
7296 * docs/manual/helloworld.xml:
7297 * docs/manual/helloworld2.xml:
7298 * docs/manual/init-api.xml:
7299 * docs/manual/intro.xml:
7300 * docs/manual/links-api.xml:
7301 * docs/manual/links.xml:
7302 * docs/manual/manual.xml:
7303 * docs/manual/motivation.xml:
7304 * docs/manual/pads-api.xml:
7305 * docs/manual/pads.xml:
7306 * docs/manual/plugins-api.xml:
7307 * docs/manual/plugins.xml:
7308 * docs/manual/programs.xml:
7309 * docs/manual/queues.xml:
7310 * docs/manual/quotes.xml:
7311 * docs/manual/schedulers.xml:
7312 * docs/manual/states-api.xml:
7313 * docs/manual/states.xml:
7314 * docs/manual/threads.xml:
7315 * docs/manual/typedetection.xml:
7316 * docs/manual/xml.xml:
7317 use chapter, part, section or misc as id starts for all bits
7319 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
7321 * docs/gst/gstreamer-sections.txt:
7322 Fix up TITLE of the sections
7324 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
7326 * docs/pwg/advanced_interfaces.xml:
7327 Add documentation on propertyprobing.
7328 * docs/pwg/advanced_events.xml:
7329 * docs/pwg/advanced_tagging.xml:
7330 * docs/pwg/building_boiler.xml:
7331 * docs/pwg/building_filterfactory.xml:
7333 Move filterfactory and tagging into their own chapter, add a chapter
7334 on events. all these are empty placeholders that will be filled in
7337 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
7339 * docs/pwg/advanced_interfaces.xml:
7340 Docs for mixer interface. Also a check for website uploading.
7342 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
7346 * docs/faq/Makefile.am:
7347 * docs/gst/Makefile.am:
7348 * docs/gst/tmpl/gstelement.sgml:
7349 * docs/gst/tmpl/gstplugin.sgml:
7350 * docs/gst/tmpl/gstreamer-unused.sgml:
7351 * docs/libs/Makefile.am:
7352 * docs/manual/Makefile.am:
7354 * docs/pwg/Makefile.am:
7356 Separate out upload target and make it similar for
7357 both docbook and gtk-doc docs
7359 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
7362 Fix upload target to work with freedesktop
7364 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
7366 * docs/pwg/advanced_types.xml:
7367 Add notes on creating your own types.
7368 * docs/pwg/building_boiler.xml:
7369 * docs/pwg/building_pads.xml:
7370 * docs/pwg/building_state.xml:
7371 Add some stuff about how to retrieve values from structures, how
7372 that relates to types and change layout slightly again to be almost
7375 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
7377 * docs/pwg/advanced_dparams.xml:
7378 * docs/pwg/advanced_scheduling.xml:
7379 Change index layout slightly.
7381 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
7383 * docs/pwg/advanced_clock.xml:
7384 * docs/pwg/advanced_interfaces.xml:
7385 * docs/pwg/advanced_midi.xml:
7386 General placeholders for now.
7387 * docs/pwg/advanced_request.xml:
7388 Explanation about sometimes and request pads.
7389 * docs/pwg/advanced_scheduling.xml:
7390 Concept of bytestream, loopfunctions and schedulers.
7391 * docs/pwg/building_boiler.xml:
7392 Add something about plugin-init.
7394 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
7396 * docs/pwg/building_pads.xml:
7399 2004-01-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
7401 * docs/pwg/advanced_interfaces.xml:
7403 Add as a placeholder for future filling-in.
7404 * docs/pwg/basics_autoplugging.xml:
7405 * docs/pwg/basics_buffers.xml:
7406 * docs/pwg/basics_elements.xml:
7407 * docs/pwg/basics_events.xml:
7408 * docs/pwg/basics_plugins.xml:
7409 * docs/pwg/basics_types.xml:
7410 Remove, because unused (this is all in intro_basics.xml).
7411 * docs/pwg/building_signals.xml:
7412 Short intro to signals + reference to GObject docs - we really
7413 shouldn't go into these sort of things to deply because we don't
7414 use them that extensively anyway.
7415 * docs/pwg/building_state.xml:
7416 Explanation of states. Benjamin, please check.
7417 * docs/pwg/building_testapp.xml:
7418 Put everything in one page - putting only a few lines of content
7419 per page doesn't really make sense.
7421 Time to get into the advanced topics. ;).
7423 2004-01-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
7425 * docs/pwg/advanced_types.xml:
7426 Finish documenting the current state of mimetypes.
7427 * docs/pwg/building_boiler.xml:
7428 * docs/pwg/building_chainfn.xml:
7429 * docs/pwg/building_pads.xml:
7430 * docs/pwg/building_props.xml:
7431 * docs/pwg/building_testapp.xml:
7432 Start documenting the "how to build a simple audio filter" part
7433 of the PWG. Most stuff is ready by now. Stuff remaining: signals,
7434 states and (maybe?) a short introduction to capsnego in the chapter
7435 on pads (building_pads.xml). Capsnego should probably be explained
7436 fully in advanced_capsnego.xml or so.
7438 2004-01-26 David Schleef <ds@schleef.org>
7440 * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
7441 * gst/gstpad.h: Add new function to allow element to (somewhat)
7442 specify non-fixed caps on a pad.
7443 * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
7444 that I added a few weeks ago.
7446 2004-01-26 David Schleef <ds@schleef.org>
7448 * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
7449 making try_set_caps() work with non-fixed caps.
7451 2004-01-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
7453 * docs/pwg/advanced_types.xml:
7454 * docs/pwg/intro_basics.xml:
7455 * docs/pwg/intro_preface.xml:
7457 * docs/pwg/titlepage.xml:
7458 First try to resurrect the PWG. I'm halfway integrating the mimetypes
7459 in here (docs/random/mimetypes), and will from there on work on both
7460 updating outdated parts and adding missing parts.
7461 That doesn't mean I'll fix it completely, but I'll try at least. ;).
7463 2004-01-26 Thomas Vander Stichele <thomas at apestaart dot org>
7465 * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
7468 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
7471 remove gst_element_factory_get_version. It doesn't exist anymore.
7474 remove gst_plugin_set_name and change gst_plugin_get_longname to
7475 gst_plugin_get_description to match code.
7477 remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
7478 * gst/gstpad.c: (gst_pad_try_set_caps):
7479 make it work with nonfixed caps.
7480 Note that even in the nonfixed case the link function of the pad
7481 that tries to set caps isn't called.
7483 2004-01-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
7485 * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
7486 fix bug where buffer was not assembled correctly
7487 * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
7489 * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
7490 only seek if there's no more buffers that could work without seeking
7492 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7494 * gst/gsttag.c: (_gst_tag_initialize):
7496 Add application tag (for encoding/muxing app).
7498 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
7501 make autopoint force, and libtoolize not copy
7502 * common/m4/as-docbook.m4:
7503 added docbook xml catalog setup check
7504 * common/m4/gst-doc.m4:
7507 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
7509 * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
7513 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7515 * docs/gst/gstreamer-sections.txt:
7516 * docs/gst/tmpl/gst.sgml:
7517 * docs/gst/tmpl/gstbuffer.sgml:
7518 * docs/gst/tmpl/gstclock.sgml:
7519 * docs/gst/tmpl/gstelement.sgml:
7520 * docs/gst/tmpl/gstreamer-unused.sgml:
7521 * docs/gst/tmpl/gstxml.sgml:
7522 sync latest API changes to docs
7524 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7526 * gst/gstpluginfeature.c:
7528 * tools/gst-inspect.c: (print_element_list):
7529 fix output of typefind
7531 * tools/gst-launch.c:
7534 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7536 * gst/elements/Makefile.am:
7537 * gst/elements/gstelements.c:
7538 * gst/elements/gsttypefindelement.c:
7539 * gst/elements/gsttypefindelement.h:
7543 renamed gsttypefindelement to gsttypefind, conserving CVS history
7545 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7547 * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
7549 add some tags used in ogg as well
7550 fix _ in replaygain tags
7552 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7555 fix wrong GST_LIBRARY_ERROR_ENCODE addition
7557 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7559 * gst/gstelement.c: (gst_element_error_full):
7561 change _extended to _full
7563 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7565 reviewed by: <delete if not using a buddy>
7567 * docs/gst/tmpl/gst.sgml:
7568 * docs/gst/tmpl/gstbuffer.sgml:
7569 * docs/gst/tmpl/gstclock.sgml:
7570 * docs/gst/tmpl/gstelement.sgml:
7571 * docs/gst/tmpl/gstreamer-unused.sgml:
7572 * docs/gst/tmpl/gstxml.sgml:
7573 * gst/gstelement.c: (gst_element_error_full):
7576 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7578 * gst/gstelement.h: fix _gst_element_error_printf prototype
7580 2004-01-20 David Schleef <ds@schleef.org>
7582 * gst/gststructure.c: (gst_structure_to_string):
7583 Convert function to use gst_value_serialize().
7584 * gst/gstvalue.c: (gst_value_serialize_list),
7585 (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
7586 (gst_value_serialize_double_range), (gst_value_serialize_boolean),
7587 (gst_value_serialize_int), (gst_value_serialize_double),
7588 (gst_string_wrap), (gst_value_serialize_string),
7589 (gst_value_serialize), (gst_value_deserialize):
7591 Add implementations for serialize.
7593 2004-01-20 Julien MOUTTE <julien@moutte.net>
7595 * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
7596 we want to keep that one in the future or change xvidenc.c to use
7599 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7601 * gst/gstelement.c: (_gst_element_error_printf):
7605 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7607 * docs/random/error:
7608 doc explaining error system
7609 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
7612 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7614 * gst/gst-i18n-app.h:
7615 * gst/gst-i18n-lib.h:
7616 remove inclusion of config.h
7619 add gst/gstelement.c
7621 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7623 * po/nl.po: updated Dutch translation
7625 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7627 * gst/gsterror.c: (_gst_core_errors_init),
7628 (_gst_library_errors_init), (_gst_resource_errors_init),
7629 (_gst_stream_errors_init):
7630 remove ending punctuation dots
7632 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7634 * gst/elements/gstfilesink.c: (gst_filesink_open_file):
7635 * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
7636 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
7637 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
7638 (gst_pipefilter_chain), (gst_pipefilter_open_file):
7639 use GST_ERROR_SYSTEM
7641 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7643 * gst/gstelement.c: (gst_element_error_printf),
7644 (gst_element_error_extended):
7646 add a helper printf function so we can have NULL values passed.
7648 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7651 add G_STMT macros to gst_element_error, which isn't strictly
7652 necessary but people tell me to anyway.
7654 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
7657 * gst/autoplug/gstspideridentity.c:
7658 (gst_spider_identity_sink_loop_type_finding):
7659 * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
7660 * gst/elements/gstfilesink.c: (gst_filesink_open_file),
7661 (gst_filesink_close_file), (gst_filesink_handle_event),
7662 (gst_filesink_chain):
7663 * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
7664 (gst_filesrc_map_region), (gst_filesrc_get_read),
7665 (gst_filesrc_open_file):
7666 * gst/elements/gstidentity.c: (gst_identity_chain):
7667 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
7668 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
7669 (gst_pipefilter_chain), (gst_pipefilter_open_file):
7670 * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
7672 * gst/gst_private.h:
7673 * gst/gstelement.c: (gst_element_class_init),
7674 (gst_element_default_error), (gst_element_error_func),
7675 (gst_element_error_extended):
7677 * gst/gsterror.c: (_gst_core_errors_init),
7678 (_gst_library_errors_init), (_gst_resource_errors_init),
7679 (_gst_stream_errors_init), (gst_error_get_message):
7681 * gst/gstinfo.c: (_gst_debug_init):
7682 * gst/gstmarshal.list:
7683 * gst/gstpad.c: (gst_pad_set_explicit_caps),
7684 (gst_pad_recover_caps_error), (gst_pad_pull):
7685 * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
7686 * gst/schedulers/gstbasicscheduler.c:
7687 (gst_basic_scheduler_chainhandler_proxy),
7688 (gst_basic_scheduler_gethandler_proxy),
7689 (gst_basic_scheduler_cothreaded_chain):
7694 add error categories
7696 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
7698 * gst/gsttag.c: (_gst_tag_initialize):
7702 2004-01-18 Colin Walters <walters@verbum.org>
7704 * examples/retag/retag.c: Call gst_init before processing
7705 program args. Add g_assert to _link_many call.
7707 2004-01-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
7709 * gst/gstpad.c: (gst_pad_alloc_buffer):
7710 Return a newly allocated buffer when the pad has no peer.
7712 2004-01-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
7714 * gst/gstclock.c: (gst_clock_get_time):
7715 make it compile with gcc 2.95 again.
7716 Patch by Scott Wheeler
7718 2004-01-15 David Schleef <ds@schleef.org>
7721 Added gst_caps_is_simple() macro.
7722 * testsuite/caps/caps.c: (test1):
7723 * testsuite/caps/intersect2.c: (main):
7724 * testsuite/caps/intersection.c: (main):
7725 Fixes to make 'make check' work again after removing
7726 gst_caps_is_chained().
7728 2004-01-15 Leif Johnson <leif@ambient.2y.net>
7730 * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
7731 and additions to the MIDI document.
7733 2004-01-15 David Schleef <ds@schleef.org>
7735 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
7736 (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
7737 of GST_RPAD_, since we don't know if it's a real or ghost pad.
7739 2004-01-15 David Schleef <ds@schleef.org>
7743 Fix the spelling of "treshold" and make min_threshold actually
7746 2004-01-15 David Schleef <ds@schleef.org>
7749 Add lots of documentation.
7751 Deprecate a few functions.
7753 Removed use of deprecated functions.
7755 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
7757 * gst/gstpad.c: (gst_pad_is_linked):
7759 implement gst_pad_is_linked
7761 reserve space for initiate_state_change
7763 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
7765 * gst/autoplug/gstspideridentity.c:
7766 (gst_spider_identity_sink_loop_type_finding):
7767 break infinite loop by just returning instead of looping
7768 * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
7769 set event time difference correctly. Set it to 1 second instead
7770 of 100ms to be more tolerant
7771 * gst/gstelement.c: (gst_element_set_time):
7772 add debugging output
7774 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
7776 * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
7777 query if buffers are inside the pool, ignore events
7779 2004-01-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
7781 * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
7782 (gst_clock_set_speed), (gst_clock_set_active),
7783 (gst_clock_is_active), (gst_clock_reset),
7784 (gst_clock_handle_discont):
7786 deprecate old interface and disable functions that aren't in use
7789 * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
7790 (gst_element_set_time), (gst_element_adjust_time):
7791 add concept of "element time" and functions to get/set this time.
7792 * gst/gstelement.c: (gst_element_change_state):
7793 update element time correctly.
7794 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
7795 This is a debug message, not a g_critical.
7796 * gst/gstpad.c: (gst_pad_event_default):
7797 handle discontinuous events right with element time.
7798 * gst/gstscheduler.c: (gst_scheduler_state_transition):
7799 update to clocking fixes.
7800 set clocks on elements in READY=>PAUSED. The old behaviour caused
7801 a wrong element time on the first element that started playing.
7802 * gst/schedulers/gstbasicscheduler.c:
7803 (gst_basic_scheduler_class_init):
7804 * gst/schedulers/gstoptimalscheduler.c:
7805 (gst_opt_scheduler_class_init):
7806 remove code that just implements the default behaviour.
7807 * gst/elements/gstfakesink.c: (gst_fakesink_chain):
7808 update to use new clocking functions
7809 * testsuite/clock/clock1.c: (gst_clock_debug), (main):
7810 * testsuite/clock/clock2.c: (gst_clock_debug), (main):
7811 update to test new element time.
7812 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
7813 use _get_allowed_caps instead of _get_caps. This catches filtered
7815 * testsuite/debug/commandline.c:
7816 update for new GST_DEBUG syntax.
7817 * testsuite/threads/Makefile.am:
7818 disable a test that only works sometimes.
7820 2004-01-13 Julien MOUTTE <julien@moutte.net>
7822 * po/LINGUAS: Adding fr.
7823 * po/fr.po: Adding french translation.
7825 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
7827 * gst/parse/grammar.y:
7830 * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
7831 translate parsing error messages
7833 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
7835 * po/POTFILES.in: adding gst-launch
7836 * po/nl.po: updated translation, all 99 strings translated
7837 * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
7838 (found_tag), (sigint_handler_sighandler), (play_handler), (main):
7839 fix strings for translation
7841 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
7844 - capitalize beginnings of popt options
7845 - fix strings for translation
7846 - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
7848 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
7850 * po/README: add some notes on how to update translations
7852 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
7854 * ABOUT-NLS: removed, is autogenerated from autopoint
7855 * autogen.sh: add autopoint stuff
7856 * configure.ac: fix up gettext stuff
7857 * gst/Makefile.am: add i18n headers to noinst_HEADERS
7858 * gst/elements/gsttypefindelement.c: add header include
7859 * gst/gettext.h: add header, copy from system-installed header
7860 * gst/gst-i18n-app.h: to be included by each app having translations
7861 * gst/gst-i18n-lib.h: to be included by each lib having translations
7862 * gst/gst.c: (init_pre): fix up gettext calls
7863 * gst/gst_private.h: remove i18n stuff, moving to separate headers
7864 * po/LINGUAS: the new way to specify translations present
7865 * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
7866 * po/Makevars: the variables filled in for GStreamer
7867 * po/POTFILES.in: added new files with translations
7868 * po/de.po: has new strings
7869 * po/nl.po: readded, has new strings
7871 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
7873 * gst/gsttag.c: fix some strings marked for translation
7875 2004-01-13 Iain <iain@prettypeople.org>
7877 * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
7878 group when we add an element to it, cos we unref it when we remove one
7880 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
7882 * testsuite/debug/commandline.c: (debug_not_reached):
7883 * testsuite/debug/output.c: (check_message):
7886 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
7888 * examples/cutter/.cvsignore:
7889 * examples/helloworld/.cvsignore:
7890 * examples/launch/.cvsignore:
7891 * examples/manual/.cvsignore:
7892 * examples/mixer/.cvsignore:
7893 * examples/pingpong/.cvsignore:
7894 * examples/plugins/.cvsignore:
7895 * examples/queue/.cvsignore:
7896 * examples/queue2/.cvsignore:
7897 * examples/queue3/.cvsignore:
7898 * examples/queue4/.cvsignore:
7899 * examples/retag/.cvsignore:
7900 * examples/thread/.cvsignore:
7901 * examples/typefind/.cvsignore:
7902 * examples/xml/.cvsignore:
7904 * gst/autoplug/.cvsignore:
7905 * gst/elements/.cvsignore:
7906 * gst/indexers/.cvsignore:
7907 * gst/parse/.cvsignore:
7908 * gst/registries/.cvsignore:
7909 * gst/schedulers/.cvsignore:
7910 * libs/gst/bytestream/.cvsignore:
7911 * libs/gst/control/.cvsignore:
7912 * libs/gst/getbits/.cvsignore:
7914 * tests/bufspeed/.cvsignore:
7915 * tests/instantiate/.cvsignore:
7916 * tests/memchunk/.cvsignore:
7917 * tests/muxing/.cvsignore:
7918 * tests/sched/.cvsignore:
7919 * tests/seeking/.cvsignore:
7920 * tests/threadstate/.cvsignore:
7921 * testsuite/.cvsignore:
7922 * testsuite/caps/.cvsignore:
7923 * testsuite/cleanup/.cvsignore:
7924 * testsuite/dynparams/.cvsignore:
7925 * testsuite/plugin/.cvsignore:
7927 update - this is huge, because it includes *.bb, *.bbg and *.da files
7928 which are generated for gcov.
7930 2004-01-11 David Schleef <ds@schleef.org>
7932 * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
7933 a function to parse integers in ways that strto[u]l() does not.
7935 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
7937 * tools/gst-inspect.c: (print_caps):
7938 improve output of caps a bit
7940 2004-01-11 David Schleef <ds@schleef.org>
7942 * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
7943 inherit correct flags (READONLY and DONTKEEP).
7945 2004-01-11 David Schleef <ds@schleef.org>
7947 * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
7948 (gst_filesrc_map_region):
7949 * gst/gstbuffer.c: (_gst_buffer_initialize),
7950 (_gst_buffer_sub_free), (gst_buffer_default_copy),
7951 (gst_buffer_new), (gst_buffer_create_sub),
7952 (gst_buffer_is_span_fast), (gst_buffer_span):
7954 Change GstBuffer private structure element names. (all files)
7955 * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
7958 Implement getcaps/pad_link functions that handle the case where
7959 there are data in the queue.
7961 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
7963 * gst/elements/gstbufferstore.c:
7964 initialize debugging structure correctly
7965 * gst/elements/gsttee.c: (gst_tee_set_property):
7966 g_object_notify when property was changed
7967 * gst/elements/gsttypefindelement.c:
7968 (gst_type_find_element_change_state):
7969 clear caps correctly
7971 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
7973 * gst/gstqueue.c: (gst_queue_init):
7974 Use better defaults for when a queue should block. This
7975 gets rid of jerky playback for quite a few files.
7976 It takes more memory.
7978 2004-01-10 Thomas Vander Stichele <thomas at apestaart dot org>
7980 (gst_xml_registry_parse_padtemplate):
7981 make critical message slightly more useful
7983 2004-01-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
7985 * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
7986 (gst_debug_message_get), (gst_debug_log_default):
7988 Change gst_debug_log(_valist) to take a const format string.
7989 Change prototype of log function and functions using those to
7990 take a GstDebugMessage instead of a string that requires using
7991 gst_debug_message_get.
7993 2004-01-08 David Schleef <ds@schleef.org>
7997 Add option --enable-gcov to build GStreamer with -fprofile-arcs
7998 and -ftest-coverage, which allows gcov to show information about
8001 2004-01-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
8004 Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
8005 GST_PARENT_CALL_WITH_DEFAULT
8006 * gst/elements/gstaggregator.c:
8007 * gst/elements/gstbufferstore.c:
8008 * gst/elements/gstfakesink.c:
8009 * gst/elements/gstfakesrc.c:
8010 * gst/elements/gstfdsink.c:
8011 * gst/elements/gstfdsrc.c:
8012 * gst/elements/gstfilesink.c:
8013 * gst/elements/gstfilesrc.c:
8014 * gst/elements/gstidentity.c:
8015 * gst/elements/gstmd5sink.c:
8016 * gst/elements/gstmultidisksrc.c:
8017 * gst/elements/gstpipefilter.c:
8018 * gst/elements/gstshaper.c:
8019 * gst/elements/gststatistics.c:
8020 * gst/elements/gsttee.c:
8021 * gst/elements/gsttypefindelement.c:
8024 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
8026 * docs/gst/gstreamer-docs.sgml: remove props
8027 * docs/gst/gstreamer-sections.txt: remove props
8028 * docs/gst/tmpl/gst.sgml:
8029 * docs/gst/tmpl/gstbin.sgml:
8030 * docs/gst/tmpl/gstbuffer.sgml:
8031 * docs/gst/tmpl/gstcaps.sgml:
8032 * docs/gst/tmpl/gstclock.sgml:
8033 * docs/gst/tmpl/gstelement.sgml:
8034 * docs/gst/tmpl/gstindex.sgml:
8035 * docs/gst/tmpl/gstobject.sgml:
8036 * docs/gst/tmpl/gstpad.sgml:
8037 * docs/gst/tmpl/gstpadtemplate.sgml:
8038 * docs/gst/tmpl/gstreamer-unused.sgml:
8039 * docs/gst/tmpl/gstthread.sgml:
8040 * docs/gst/tmpl/gstxml.sgml:
8041 sync with code reorganization
8043 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
8045 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
8046 Make the 'Could not find compatible pad' message more informative.
8048 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
8050 * gst/elements/gstfilesink.c: (gst_filesink_set_location):
8051 Fix for if we pass NULL as property to location.
8052 * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
8053 (gst_pipefilter_handle_event), (gst_pipefilter_chain):
8054 Fix for instantiate-test (see below).
8055 * gst/gststructure.c: (_gst_structure_parse_value):
8056 Fix compile error on gcc-2.96.
8058 * tests/Makefile.am:
8059 * tests/instantiate/Makefile.am:
8060 * tests/instantiate/create.c: (create_all_elements), (main):
8061 Add a test that instantiates all elements. This makes it easy to
8062 track dead code for old API/design (like setting event functions
8063 on sink pads and so on).
8065 2004-01-06 Jan Schmidt <thaytan@mad.scientist.com>
8067 * gst/gstcaps.c: (gst_caps_append_structure):
8068 Move the poisoning to allow a NULL structure
8069 * gst/gstevent.c: (_gst_event_free):
8070 When freeing a navigation event, free the structure
8073 2004-01-04 David Schleef <ds@schleef.org>
8075 * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
8076 Remove usage of gst_pad_proxy_fixate.
8077 * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
8078 (gst_caps_split_one), (gst_caps_replace):
8080 * gst/gstmarshal.list:
8081 Add pointer__pointer for fixate signal
8082 * gst/gstpad.c: (gst_real_pad_class_init),
8083 (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
8084 (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
8085 (gst_pad_set_explicit_caps), (gst_pad_template_new):
8086 Add poisoning code. Add fixate signal on RealPad. Change
8087 set_explicit_caps() to take const GstCaps, like try_set_caps().
8089 * testsuite/caps/Makefile.am:
8090 * testsuite/caps/app_fixate.c: Add a test for the fixate signal
8092 2004-01-03 David Schleef <ds@schleef.org>
8094 * gst/elements/gsttypefindelement.c:
8095 (gst_type_find_element_have_type), (gst_type_find_element_init):
8096 Use gst_pad_use_explicit_caps for src pad.
8097 * gst/gstpad.c: (gst_pad_try_set_caps): Check that link exists
8100 2004-01-03 David Schleef <ds@schleef.org>
8102 * gst/gstelement.c: (gst_element_link_pads_filtered),
8103 (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
8104 that linking was successful.
8105 * gst/gstpad.c: (gst_pad_link_free),
8106 (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
8107 (gst_pad_link_try), (gst_pad_link_unnegotiate),
8108 (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
8109 GstPadLinkReturn correctly between functions, and don't fail
8110 when DELAYED is used (DELAYED is very important). Better
8111 cleanup on unlinking and unnegotiation. Should fix some spider
8114 2004-01-02 David Schleef <ds@schleef.org>
8116 * gst/gstelement.c: (gst_element_class_init),
8117 (gst_element_base_class_init): ->padtemplates should be cleared
8118 in base_init, since we need to have a fresh list for every
8119 class. (Alternately, we chould copy the list and share the
8120 actual pad templates (not the list), but that would require
8121 changing every plugin to move pad template registration from
8122 base_init to class_init.)
8124 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
8126 * gst/gstelement.c: (gst_element_class_add_pad_template):
8127 Refuse registering a pad template if another pad template
8128 with the same name already exists (#114715).
8130 2004-01-02 David Schleef <ds@schleef.org>
8132 * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
8133 (gst_caps_is_equal_fixed): Add new function.
8134 * gst/gstcaps.h: ditto.
8135 * gst/gstpad.c: (gst_real_pad_class_init),
8136 (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
8137 (gst_pad_set_explicit_caps), (gst_pad_get_caps): In try_set_caps,
8138 check new caps against existing caps -- if they're the same, return
8139 OK without renegotiating. caps-nego-failed signal fixed so that
8140 the marshaller isn't VOID__OBJECT. Also changed to G_TYPE_POINTER
8141 to save an extra caps copy. Don't complete negotiation if a pad
8142 link function returns DELAYED.
8144 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
8146 * gst/gstpad.c: (gst_pad_try_relink_filtered):
8147 Fix wrong g_return_if_fail
8149 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
8151 * gst/gstbin.c: (gst_bin_class_init):
8152 Change the marshalling of element_added/element_removed
8153 to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER
8154 complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
8156 2004-01-01 David Schleef <ds@schleef.org>
8158 * gst/gstpad.c: (gst_pad_set_explicit_caps),
8159 (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
8160 (gst_pad_use_explicit_caps):
8162 Add new functions. gst_pad_use_explicit_caps() sets up a pad
8163 to use an internal getcaps and link fuction so that negotiation
8164 always results in the explicitly set caps.
8165 gst_pad_set_explicit_caps() sets the explicit caps. These functions
8166 are particularly useful for decoders.
8168 2003-12-31 David Schleef <ds@schleef.org>
8170 * gst/elements/gstidentity.c: (gst_identity_class_init),
8171 (gst_identity_init), (gst_identity_chain),
8172 (gst_identity_set_property), (gst_identity_get_property):
8173 * gst/elements/gstidentity.h:
8174 * gst/gstqueue.c: (gst_queue_init):
8177 2003-12-31 David Schleef <ds@schleef.org>
8179 * gst/gstcaps.c: (gst_caps_intersect),
8180 (_gst_caps_normalize_foreach), (gst_caps_normalize):
8181 Implement gst_caps_normalize().
8182 * testsuite/caps/normalisation.c: (main):
8183 Add an additional test
8185 2003-12-31 Ronald Bultje <rbultje@ronald.bitfreak.net>
8187 * gst/gstqueue.c: (gst_queue_init):
8188 use gst_pad_proxy_getcaps()
8190 2003-12-31 David Schleef <ds@schleef.org>
8192 * gst/elements/gstshaper.c: (gst_shaper_link):
8193 * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
8194 * gst/gstqueue.c: (gst_queue_link):
8197 2003-12-31 David Schleef <ds@schleef.org>
8199 * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
8200 * gst/gstpad.h: Add functions that are useful as default pad
8201 link and fixate functions for elements.
8203 2003-12-30 David Schleef <ds@schleef.org>
8205 * gst/gstpad.c: (gst_pad_link_try):
8206 Fix segfault when attempting to return to old caps
8208 2003-12-29 David Schleef <ds@schleef.org>
8210 * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
8211 (gst_caps_structure_simplify), (gst_caps_simplify):
8213 Add simplify function
8214 * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
8215 (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
8217 Copy over srcnotify, sinknotify when calling old pad_link
8218 functions. Add new is_negotiated() function.
8219 * gst/gststructure.c: (gst_structure_copy):
8220 Fix an incredibly stupid bug that should have been noticed
8221 weeks ago. _copy() returned the argument, not the new copy.
8223 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
8225 * gst/gstcaps.c: (gst_caps_append):
8227 * gst/gstcaps.h: (gst_caps_debug):
8228 remove, it doesn't exist anymore.
8229 * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
8230 (gst_element_threadsafe_properties_post_run):
8231 make debugging messages not clutter up THREAD debug category
8232 (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
8233 (gst_element_change_state):
8234 update to new caps API
8235 * gst/gstinterface.c: (gst_implements_interface_cast):
8236 don't put vital code in g_return_if_fail
8237 * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
8238 (gst_pad_link_filtered):
8239 add pst_pad_try_link and use it.
8240 (gst_pad_perform_negotiate), (gst_pad_renegotiate):
8241 implement correctly, deprecate first one.
8242 (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
8244 (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
8246 (gst_pad_get_negotiated_caps):
8247 add and implement. Make GST_PAD_CAPS call this function.
8249 remove unneeded check..
8250 (gst_pad_recover_caps_error):
8251 disable, always return FALSE.
8252 (gst_real_pad_dispose):
8253 don't free caps and appfilter anymore, they're unused.
8255 Reflect changes mentioned above.
8256 * gst/gstsystemclock.c: (gst_system_clock_wait):
8257 Make 'clock is way behind' a debugging message.
8258 * gst/gstthread.c: (gst_thread_change_state):
8259 Fix debugging message
8261 2003-12-25 Thomas Vander Stichele <thomas at apestaart dot org>
8264 fix GST_DEBUG_CATEGORY_INIT gtk-doc description
8265 * docs/gst/tmpl/gstreamer-unused.sgml:
8266 removed all traces of cvs conflicts
8268 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
8271 * gst/schedulers/cothreads_compat.h:
8273 remove last instances of wingo cothread usage
8275 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
8278 * gst/gstversion.h.in:
8279 * gst/parse/grammar.y:
8280 change comment block from /** to /* when not gtk-doc comments
8282 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
8284 * gst/gst.c: whitespace and doc style fixes
8286 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
8288 * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
8290 2003-12-24 Colin Walters <walters@verbum.org>
8292 * gst/elements/gsttypefindelement.c:
8293 gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
8294 Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
8295 Don't double-free caps.
8297 2003-12-23 David Schleef <ds@schleef.org>
8299 * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
8300 gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
8301 Many little fixes and additions of debug statements to
8302 get rhythmbox working.
8304 2003-12-23 Colin Walters <walters@verbum.org>
8306 * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
8307 Use GST_PAD_LINK_SUCCESSFUL.
8309 2003-12-23 David Schleef <ds@schleef.org>
8311 * gst/elements/gstaggregator.c:
8312 * gst/elements/gsttee.c:
8313 Use gst_pad_proxy_getcaps().
8316 Add gst_pad_proxy_getcaps(), which filter elements can use
8317 as a generic getcaps implementation.
8318 Fix gst_pad_get_allowed_caps(). It just wasn't doing what
8321 2003-12-23 David Schleef <ds@schleef.org>
8324 Rearrange/rewrite much of the pad negotiation code, since it
8325 resembled pasta. This actually changes the way some
8326 negotiation works, since the previous code was inconsistent
8327 depending on how it was invoked. Add (internal) structure
8328 GstPadLink, which is used to hold some information (more in
8329 the future) about the link between two pads. Fixes a number
8330 of bugs, including random lossage of filter caps when the
8331 initial negotiation is delayed. A few functions are still
8334 Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros. Please use
8335 these when testing GstPadLinkReturn values instead of comparing
8338 2003-12-23 David Schleef <ds@schleef.org>
8342 Rearrange lots of code. Change registration of compare function
8343 into registration of compare/serialize/deserialize functions.
8344 Doesn't include implementation of gst_value_[de]serialize(),
8345 but that should be easy.
8347 2003-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
8349 * docs/gst/gstreamer-sections.txt:
8350 * docs/gst/tmpl/gstprops.sgml: removed
8351 * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
8352 David removed props and caps code, so let's remove their docs as well.
8353 Removed all no longer existing symbols from gstreamer-sections.txt
8355 2003-12-22 Colin Walters <walters@verbum.org>
8357 * gst/gsttaginterface.c, gst/gsttaginterface.h,
8358 gst/gsttag.c, gst/gsttag.h: Add interface to setting GValues
8361 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
8363 * gst/elements/gstelements.c:
8364 Set ranks of elements to NONE, so the autoplugger doesn't use them.
8365 * gst/elements/gstshaper.c: (gst_shaper_getcaps):
8366 Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
8369 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
8371 * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
8372 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
8373 (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
8374 (gst_spider_identity_sink_loop_type_finding):
8375 * gst/autoplug/gstspideridentity.h:
8376 Fix autoplugging in spider element, so it works with new caps.
8377 This was mainly caused by identifying empty caps incorrectly.
8379 2003-12-22 David Schleef <ds@schleef.org>
8381 * gststructure.c, gstvalue.c, gstvalue.h: Add
8382 gst_value_init_and_copy() and use it, to avoid silly mistakes in
8383 using g_value_copy()
8385 2003-12-21 David Schleef <ds@schleef.org>
8387 * many, many files: Merge CAPS branch. This includes:
8388 - implemention of GstValue and several GstValue types
8389 - implemention of GstStructure
8390 - entire rewrite of GstCaps
8391 - removal of GstProps
8392 - many changes to GstPad to compensate for new caps paradigm
8393 - removal of GstBufferpool
8394 * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
8395 gstvalue.h, gst/gstcaps[2]*.[ch]:
8396 - rename gstcaps2.[ch] to gstcaps.[ch]
8398 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
8400 * gst/gstqueue.c: (gst_queue_handle_pending_events),
8401 (gst_queue_chain), (gst_queue_handle_src_event):
8402 implement timeout for sending events. Workaround for if the
8403 pipeline on this queue is not passing any data.
8405 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
8407 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
8408 * moved CVS to freedesktop.org