1 2004-08-13 Thomas Vander Stichele <thomas at apestaart dot org>
5 add win32 dir to the build. Fixes #149981.
7 2004-08-13 Thomas Vander Stichele <thomas at apestaart dot org>
10 bump libtool versioning
12 mark function as static
29 2004-08-12 Thomas Vander Stichele <thomas at apestaart dot org>
33 set GST_PACKAGE to source, and distinguish between release and other
34 * tools/gst-inspect.c:
35 print out plugin an element factory is part of so we see this info
37 2004-08-12 Thomas Vander Stichele <thomas at apestaart dot org>
39 * docs/gst/gstreamer-sections.txt:
40 * docs/gst/tmpl/gstbuffer.sgml:
41 * docs/gst/tmpl/gstschedulerfactory.sgml:
42 reorder docs a little, make GstBuffer's more sensible.
44 API: added GST_BUFFER_FLAG_DELTA_UNIT
48 2004-08-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
50 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
51 work with non-regular files that can be mmapped (like /dev/zero)
52 * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
53 get rid of typefinds that require a seek when we can't seek instead
54 of trying them over and over again
55 * tools/gst-launch.c: (idle_func), (error_cb), (main):
56 return non-zero failure value when the pipeline was interrupted or
59 2004-08-11 Steve Lhomme <steve.lhomme@free.fr>
62 * win32/GStreamer.vcproj:
63 compile and install the locales
65 2004-08-11 Steve Lhomme <steve.lhomme@free.fr>
68 fix a possible memory leak under Windows
70 2004-08-11 Steve Lhomme <steve.lhomme@free.fr>
72 * win32/GStreamer.vcproj:
73 fix a memory leak that occured under Windows
74 * win32/gstreamer.def:
75 add gst_scheduler_register
77 2004-08-11 Benjamin Otte <otte@gnome.org>
79 * docs/gst/gstreamer-sections.txt:
80 * gst/gstscheduler.c: (gst_scheduler_register):
83 add gst_scheduler_register shortcut similar to gst_element_register
84 * gst/schedulers/entryscheduler.c: (plugin_init):
85 * gst/schedulers/gstbasicscheduler.c: (plugin_init):
86 * gst/schedulers/gstoptimalscheduler.c: (plugin_init):
89 2004-08-10 Steve Lhomme <steve.lhomme@free.fr>
92 fix a memory leak that occured under Windows
94 2004-08-10 Colin Walters <walters@redhat.com>
96 * gst/registries/gstxmlregistry.c (gst_xml_registry_open_func):
97 Don't use O_EXCL to open temporary registry. It will prevent
98 registry creation if a temporary one already exists, which
101 2004-08-09 Steve Lhomme <steve.lhomme@free.fr>
103 * docs/gst/gstreamer-sections.txt:
104 * docs/gst/tmpl/gstvalue.sgml:
105 remove some valuable stuff from the documentation due to the use of GST_EXPORT
107 2004-08-09 Steve Lhomme <steve.lhomme@free.fr>
109 * win32/gstbytestream.vcproj:
110 * win32/gstelements.vcproj:
111 * win32/gstgetbits.vcproj:
112 * win32/gst-inspect.vcproj:
113 * win32/gst-launch.vcproj:
114 * win32/gstoptimalscheduler.vcproj:
115 * win32/GStreamer.vcproj:
116 * win32/gst-register.vcproj:
117 * win32/gstspider.vcproj:
118 update the include and lib dirs to fit standard libraries as
119 described in the Win32 manual
121 2004-08-09 Steve Lhomme <steve.lhomme@free.fr>
124 * win32/gstversion.h:
125 enable NLS again, push the version number for the coming 0.8.5 release
127 2004-08-09 Steve Lhomme <steve.lhomme@free.fr>
130 export gst_type_XXX for windows DLLs
132 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
134 * docs/faq/gst-uninstalled:
135 fix PKG_CONFIG_PATH and PYTHONPATH
136 * gst/schedulers/Makefile.am:
138 * libs/gst/bytestream/bytestream.c:
142 adding Albanian translation (Laurent Dhima)
146 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
152 2004-08-04 Benjamin Otte <otte@gnome.org>
154 * tests/mass_elements.c: (main):
155 allow specifying src and sink element explicitly, so I can test
156 videotestsrc instead of fakesrc
158 2004-08-04 Benjamin Otte <otte@gnome.org>
160 * gst/gststructure.c: (gst_structure_id_empty_new_with_size),
161 (gst_structure_id_empty_new), (gst_structure_empty_new),
162 (gst_structure_copy):
163 add gst_structure_id_empty_new_with_size to allow preallocating
164 value array sizes. Use this in gst_structure_copy to get rid of
166 don't do quark=>string=>quark when copying structures
168 2004-08-03 Steve Lhomme <steve.lhomme@free.fr>
170 * docs/manual/win32.xml:
172 update documentation with the clean version of dependencies
174 2004-08-03 Benjamin Otte <otte@gnome.org>
176 * gst/schedulers/entryscheduler.c:
177 (gst_entry_scheduler_remove_element):
178 fix for GST_DISABLE_DEBUG
179 * tools/gst-launch.c: (print_tag):
180 fixes for G_DISABLE_ASSERT
182 2004-08-03 Benjamin Otte <otte@gnome.org>
184 * gst/gst.c: (gst_register_core_elements):
185 fix for G_DISABLE_ASSERT
186 * gst/gstinfo.c: (__gst_in_valgrind):
187 add for GST_DISABLE_DEBUG
189 2004-08-03 Benjamin Otte <otte@gnome.org>
192 fix for G_DISABLE_ASSERT
194 2004-08-03 Wim Taymans <wim@fluendo.com>
196 * gst/gstbin.c: (gst_bin_get_type),
197 (gst_bin_child_state_change_func):
198 * gst/gstthread.c: (gst_thread_change_state):
199 Backported some debug logging from a reverted patch
200 Don't try to destroy the thread twice. Added some more
201 debugging in GstThread. Unlock and signal even if we
202 are in the thread context.
204 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
209 2004-07-30 David Schleef <ds@schleef.org>
211 * gst/gstatomic_impl.h: Enable atomic code for x86_64
213 2004-07-29 David Schleef <ds@schleef.org>
215 * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test):
216 Use GST_READ_GUINTxx_BE(), since it accesses unaligned memory.
218 2004-07-29 Thomas Vander Stichele <thomas at apestaart dot org>
220 * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
221 (gst_bin_add_func), (gst_bin_remove_func),
222 (gst_bin_child_state_change), (gst_bin_child_state_change_func),
223 (set_kid_state_func), (gst_bin_change_state), (gst_bin_set_state),
224 (gst_bin_change_state_norecurse), (gst_bin_dispose),
225 (gst_bin_sync_children_state):
227 * gst/gstthread.c: (gst_thread_class_init), (gst_thread_release),
228 (gst_thread_change_state):
229 * testsuite/states/Makefile.am:
230 revert state change patches as agreed so we can rework them
233 2004-07-29 Benjamin Otte <otte@gnome.org>
235 * libs/gst/control/Makefile.am:
236 link to libgstreamer (fixes Debian bug 262019, see
237 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=262019 )
239 2004-07-29 Wim Taymans <wim@fluendo.com>
241 * testsuite/caps/fraction-convert.c: (check_from_double_convert),
242 (check_from_fraction_convert), (transform_test), (main):
243 Make the test less pedantic about float roundoff errors.
245 2004-07-29 Benjamin Otte <otte@gnome.org>
247 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file),
248 (gst_filesrc_srcpad_event):
249 make seek events to before start/after end of file not fail, but
250 seek to start/end instead
251 * testsuite/caps/fraction-convert.c: (check_from_double_convert):
254 2004-07-29 Benjamin Otte <otte@gnome.org>
256 * gst/gstpad.c: (gst_pad_set_explicit_caps):
257 check that caps are fixed
258 * gst/gstpad.c: (gst_pad_template_new):
259 don't try to simplify caps, costs too much time on gst_init
260 * gst/gstplugin.c: (gst_plugin_add_feature):
261 G_ERROR if features are added twice
262 * gst/gsttypefind.c: (gst_type_find_register):
263 * gst/gstelementfactory.c: (gst_element_register):
264 don't add features twice
265 * docs/random/ds/0.9-suggested-changes:
266 add note about possible gst_init optimization
268 2004-07-28 David Schleef <ds@schleef.org>
270 * testsuite/elements/Makefile.am:
271 * testsuite/elements/struct_i386.h:
272 * testsuite/elements/struct_size.c: (main): A little test
273 to keep distcheck from working if someone changes a structure
276 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
278 * docs/libs/Makefile.am:
279 * docs/libs/gstreamer-libs-docs.sgml:
280 * docs/libs/gstreamer-libs-sections.txt:
281 * docs/libs/tmpl/gstbytestream.sgml:
282 * docs/libs/tmpl/gstcontrol.sgml:
283 * docs/libs/tmpl/gstdataprotocol.sgml:
284 * docs/libs/tmpl/gstgetbits.sgml:
285 * libs/gst/bytestream/Makefile.am:
286 * libs/gst/bytestream/bytestream.c:
287 * libs/gst/bytestream/bytestream.h:
288 * libs/gst/control/Makefile.am:
289 * libs/gst/dataprotocol/Makefile.am:
290 * libs/gst/getbits/Makefile.am:
291 * libs/gst/getbits/getbits.h:
292 various doc and style fixes, adding bytestream to libs docs.
294 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
296 * docs/gst/gstreamer-docs.sgml:
297 * docs/libs/Makefile.am:
298 * docs/libs/gstreamer-libs-docs.sgml:
299 * docs/libs/gstreamer-libs-sections.txt:
300 * libs/gst/control/dparam.c:
301 more doc fixes. gst-libs docs now build the same way as gst.
303 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
306 * testsuite/Makefile.am:
307 * testsuite/bins/Makefile.am:
308 * testsuite/caps/Makefile.am:
309 * testsuite/cleanup/Makefile.am:
310 * testsuite/clock/Makefile.am:
311 * testsuite/debug/Makefile.am:
312 * testsuite/dlopen/Makefile.am:
313 * testsuite/dynparams/Makefile.am:
314 * testsuite/elements/.cvsignore:
315 * testsuite/elements/Makefile.am:
316 * testsuite/enumcaps/Makefile.am:
317 * testsuite/enumcaps/enumcaps.c:
318 * testsuite/ghostpads/Makefile.am:
319 * testsuite/indexers/Makefile.am:
320 * testsuite/negotiation/Makefile.am:
321 * testsuite/parse/Makefile.am:
322 * testsuite/plugin/Makefile.am:
323 * testsuite/refcounting/Makefile.am:
324 * testsuite/schedulers/.cvsignore:
325 * testsuite/states/Makefile.am:
326 * testsuite/tags/Makefile.am:
327 * testsuite/threads/Makefile.am:
328 fold enumcaps into caps dir
329 clean up Makefile.am's for testsuite
331 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
333 * docs/gst/Makefile.am:
334 * docs/libs/Makefile.am:
335 clean up docs build. Fixes needless rebuilding of template files.
337 2004-07-28 Wim Taymans <wim@fluendo.com>
339 * gst/gstbin.c: (set_kid_state_func), (gst_bin_set_state):
340 * gst/gstthread.c: (gst_thread_release), (gst_thread_set_state):
341 Make sure that a bin state change tries to keep the children
343 Added debug logging to the thread.
345 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
347 * win32/GStreamer.vcproj:
348 * win32/gstreamer.def:
349 more exports for the plugins
351 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
353 * win32/gstgetbits.vcproj:
354 * win32/gstgetbits.def:
356 add support for the getbits plugin
358 2004-07-27 Wim Taymans <wim@fluendo.com>
360 * gst/gstvalue.c: (gst_value_transform_double_fraction),
361 (gst_value_transform_fraction_double), (_gst_value_initialize):
362 * testsuite/caps/Makefile.am:
363 * testsuite/caps/fraction-convert.c: (check_from_double_convert),
364 (check_from_fraction_convert), (transform_test), (main):
365 Added transform functions between double and fraction.
366 Added testcase to verify transforms
368 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
370 * win32/GStreamer.vcproj:
371 rename GStreamer-0.8.lib to libgstreamer.lib
373 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
375 * win32/gstelements.vcproj:
376 * win32/gstoptimalscheduler.vcproj:
377 fixes for the Release build
379 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
382 update the version number
384 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
386 * win32/GStreamer.vcproj:
387 add gstinterface to the build
389 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
391 * win32/gstreamer.def:
392 add many definitions needed by plugins,
393 GST_CAT_DEFAULT only available in the Debug build ?
395 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
397 * gst/gstelement.c: (gst_element_set_eos_recursive):
398 various whitespace fixes.
399 doc fix, fixes #148497
401 2004-07-25 Benjamin Otte <otte@gnome.org>
403 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
404 don't delay links on the sink elements, it causes unnegotiated
406 * gst/elements/gsttypefindelement.c:
407 (gst_type_find_element_base_init):
408 add our padtemplates, we indeed do have some.
409 * gst/elements/gsttypefindelement.c:
410 (gst_type_find_element_handle_event),
411 (gst_type_find_element_chain):
412 don't push data when typefinding failed.
413 * gst/gstpad.c: (gst_pad_link_fixate):
414 check that no fixate function returns empty caps.
415 * gst/gstpad.c: (gst_pad_push):
416 check that the link is negotiated before data gets pushed.
417 * tools/gst-register.c: (main):
418 don't assert (fixes #148283)
420 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
422 * docs/gst/gstreamer-sections.txt:
423 * docs/gst/tmpl/gstconfig.sgml:
424 add GST_PLUGIN_EXPORT definition
426 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
429 * gst/gstconfig.h.in:
431 * win32/gstelements.def:
432 * win32/gstelements.vcproj:
433 * win32/gstoptimalscheduler.def:
434 * win32/gstoptimalscheduler.vcproj:
435 * win32/gstspider.def:
436 * win32/gstspider.vcproj:
437 remove unused .def files and export symbols using GST_PLUGIN_DEFINE
439 2004-07-25 Thomas Vander Stichele <thomas at apestaart dot org>
441 * docs/gst/gstreamer-sections.txt:
442 remove GST_CAT_DEFAULT because the type has changed
444 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
446 * win32/gstbytestream.vcproj:
447 * win32/gstelements.vcproj:
448 * win32/gst-inspect.vcproj:
449 * win32/gst-launch.vcproj:
450 * win32/gstoptimalscheduler.vcproj:
451 * win32/GStreamer.vcproj:
452 * win32/gst-register.vcproj:
453 * win32/gstspider.vcproj:
455 Copy the files where needed after building, The testsuite will be
458 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
462 * docs/manual/win32.xml:
463 Fixed the plugin and GStreamer location
465 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
467 * win32/gstreamer.def:
468 More exports for the plugins
470 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
473 Marc was right, we need to export literally GST_CAT_DEFAULT
475 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
478 NLS crashes in gettext, disabled until this is solved
480 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
482 * win32/gst-inspect.vcproj:
483 * win32/gst-launch.vcproj:
484 Should use NLS when available
486 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
488 * gst/registries/gstxmlregistry.c:
489 removing the file doesn't seem to be a good idea on Linux
491 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
493 * gst/registries/gstxmlregistry.c:
494 Remove the registry before renaming the tempfile (needed for Windows)
496 2004-07-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
498 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init),
499 (gst_multifilesrc_init), (gst_multifilesrc_set_property),
500 (gst_multifilesrc_get_property), (gst_multifilesrc_get):
501 * gst/elements/gstmultifilesrc.h:
502 Added newmedia property so it generates newmedia events between each
503 file when property is set, as well as fixed eos handling
505 2004-07-22 David Schleef <ds@schleef.org>
507 * gst/gststructure.c: (gst_structure_id_empty_new),
508 (gst_structure_empty_new): Set type field correctly.
509 * gst/gststructure.h: Check type field correctly.
510 * testsuite/caps/Makefile.am:
511 * testsuite/caps/structure.c: (test1), (main): Add a very small
514 2004-07-22 David Schleef <ds@schleef.org>
516 * docs/random/ds/0.9-suggested-changes: more comments
517 * tools/gst-launch.c: (idle_func): Fix hard-to-translate string.
519 2004-07-22 Benjamin Otte <otte@gnome.org>
521 * gst/gstelementfactory.c: (gst_element_register):
522 set the factory in the class struct, so gst_element_get_factory
524 * gst/parse/grammar.y:
525 set element to playing when it gets unlocked as we can't rely on the
526 bin state - all elements in the bin state might still be locked in
529 2004-07-22 Benjamin Otte <otte@gnome.org>
531 * gst/gstelement.c: (gst_element_set_state_func):
532 make this a static function
534 2004-07-22 Wim Taymans <wim@fluendo.com>
536 * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
537 (gst_opt_scheduler_pad_link):
538 fix 147894-2 and the group_link problem.
540 2004-07-22 Wim Taymans <wim@fluendo.com>
542 * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
543 (handoff_identity), (main):
544 * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
545 (handoff_identity), (main):
546 * testsuite/schedulers/Makefile.am:
547 * testsuite/schedulers/group_link.c: (main):
548 Show bug in scheduler when linking chain and loop based element
549 where the chain based element was not yet in a group.
551 2004-07-21 Benjamin Otte <otte@gnome.org>
554 * gst/autoplug/.cvsignore:
555 * gst/elements/.cvsignore:
556 * gst/indexers/.cvsignore:
557 * libs/gst/bytestream/.cvsignore:
558 * libs/gst/control/.cvsignore:
559 * libs/gst/getbits/.cvsignore:
560 * testsuite/states/.cvsignore:
561 * testsuite/threads/.cvsignore:
562 keep this up to date, since I seem to be the only one who cares
563 about not missing files on commits (editor's note: no you don't,
564 but feel free to change them at the time you add stuff instead
567 2004-07-21 Benjamin Otte <otte@gnome.org>
569 * gst/gstbin.c: (gst_bin_get_type), (gst_bin_class_init),
570 (gst_bin_fix_state), (gst_bin_add_func), (gst_bin_remove_func),
571 (gst_bin_child_state_change_func), (set_kid_state_func),
572 (gst_bin_set_state), (gst_bin_change_state_norecurse):
573 make state changes work correctly and reentrant (so removing
574 elements from bins during state changes of bins doesn't cause
575 segfaults or even wrong states)
576 add debugging category and debugging output to print children states
577 * gst/gstbin.c: (gst_bin_dispose):
578 add some assertion checks
580 * gst/gstbin.c: (gst_bin_sync_children_state):
581 deprecate this function - it just does gst_bin_set_state (bin,
583 * testsuite/threads/queue.c: (main):
584 don't use gst_bin_sync_children_state anymore
585 * testsuite/states/Makefile.am:
586 * testsuite/states/bin.c:
587 test that the state changes of bins work as expected
588 * gst/gstthread.c: (gst_thread_class_init), (gst_thread_set_state):
589 some adjustments to change states correctly, too
590 * gst/gstthread.c: (gst_thread_change_state):
591 don't enable/disable "threadsafe" properties, they're unused and
592 cause random segfaults
593 * testsuite/threads/Makefile.am:
594 the queue check randomly passes now, ignore it
596 2004-07-21 Benjamin Otte <otte@gnome.org>
599 check if data is NULL before outputting debug info. (fixes #145100)
601 2004-07-21 Benjamin Otte <otte@gnome.org>
603 * gst/schedulers/entryscheduler.c:
604 (gst_entry_scheduler_loop_wrapper),
605 (gst_entry_scheduler_chain_wrapper),
606 (gst_entry_scheduler_get_wrapper):
607 reset the state when the cothread starts, so we don't get assertion
608 failures on restarting of cothreads
610 2004-07-20 Benjamin Otte <otte@gnome.org>
612 * gst/gstelement.c: (gst_element_link_pads_filtered):
613 use correct sinkpad, if only sinkpad is specified, but not srcpad
615 * gst/gstelement.c: (gst_element_set_state_func),
616 (gst_element_change_state): ref/unref the element, signal handlers
617 could get rid of the element otherwise
619 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
621 * docs/random/ds/0.9-suggested-changes:
622 Make note about renaming fixed-list to array.
623 * gst/gstvalue.c: (gst_value_intersect_fixed_list),
624 (_gst_value_initialize):
625 Add array intersections.
626 * testsuite/caps/intersect2.c: (main):
627 Add test for array intersections.
629 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
631 * configure.ac: back to cvs
633 === release 0.8.4 ===
635 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
638 releasing 0.8.4, "Paella"
639 bump libtool versioning
641 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
645 adding Catalan translation (Jordi Mallach)
647 2004-07-20 Wim Taymans <wim@fluendo.com>
649 * testsuite/schedulers/147894-2.c: (queue_empty), (queue_filled),
650 (handoff_identity), (main):
651 * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
652 (handoff_identity), (main):
653 * testsuite/schedulers/Makefile.am:
654 Added failing testcase for variant of #147894
656 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
658 patch by: David Moore
660 * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
661 (schedule_group), (gst_opt_scheduler_schedule_run_queue),
662 (group_migrate_connected):
663 * testsuite/schedulers/Makefile.am:
664 fix for #142813 (Deadlock in optimal scheduler)
666 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
668 patch by: Wim Taymans
670 * gst/schedulers/gstoptimalscheduler.c: (group_has_element),
671 (gst_opt_scheduler_schedule_run_queue),
672 (gst_opt_scheduler_get_wrapper), (get_group),
673 (group_migrate_connected):
674 * testsuite/schedulers/Makefile.am:
675 fix for #147819 (Add some checks in the opt scheduler)
677 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
679 patch by: Benjamin Otte
681 * gst/gstelementfactory.c: (__gst_element_details_set):
682 fix for #147929: running gst-register in non-utf8 locale can cause
685 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
687 patch by: Wim Taymans
689 * gst/schedulers/gstoptimalscheduler.c: (group_num_elements),
690 (group_has_element), (element_get_reachables_func),
691 (group_migrate_connected):
692 fix for #147894 (opt scheduler decoupled elements mismanagement)
693 * testsuite/schedulers/Makefile.am:
694 testsuite app now passes
696 2004-07-19 Wim Taymans <wim@fluendo.com>
698 * testsuite/schedulers/147819.c: (handoff_identity1),
699 (handoff_identity2), (main):
700 * testsuite/schedulers/Makefile.am:
701 Added testcase for bug 147819
703 2004-07-19 Wim Taymans <wim@fluendo.com>
705 * testsuite/schedulers/147894.c: (queue_empty), (queue_filled),
706 (handoff_identity), (main):
707 * testsuite/schedulers/Makefile.am:
708 Added testcase for bug 147894
710 2004-07-16 Wim Taymans <wim@fluendo.com>
712 * testsuite/schedulers/142183-2.c: (handoff_identity), (main):
713 * testsuite/schedulers/142183.c: (handoff_identity), (main):
714 * testsuite/schedulers/Makefile.am:
715 Added testsuite for bug 142183 in its two incarnations. Refcount
716 is not increased for scheduled elements and threadsafe properties
717 mutexes are not properly unlocked.
719 2004-07-16 Wim Taymans <wim@fluendo.com>
721 * gst/schedulers/gstoptimalscheduler.c: (gst_opt_scheduler_init),
722 (create_chain), (destroy_chain), (create_group), (destroy_group),
723 (add_to_group), (merge_groups), (group_elements), (group_inc_link),
724 (group_dec_link), (gst_opt_scheduler_pad_link),
725 (group_inc_links_for_element), (group_migrate_connected):
726 Call group_inc_link with the proper src->sink ordering --
727 break this, and we break sort_chain. patch from wingo for bug
729 Partially revert patch 1.89. When adding a loop based element to
730 the scheduler, the links to other groups are automatically followed
731 and incremented. This should not happen because the bin will call
732 pad_link explicitly for those connection, resulting in them counted
733 twice. Results in assertion failure on pipeline cleanup.
735 2004-07-16 Wim Taymans <wim@fluendo.com>
737 * testsuite/schedulers/143777-2.c: (main):
738 * testsuite/schedulers/147713.c: (handoff_src), (handoff_sink),
740 * testsuite/schedulers/Makefile.am:
741 Added cleanup code to testcase 143777-2.
742 Added testcase to show bug 147713, does not really show the
743 deadlock as I can't figure out how to trigger it, but it does
744 demonstrate bad ordering in the scheduler.
746 2004-07-16 Thomas Vander Stichele <thomas at apestaart dot org>
748 * gst/gstvalue.c: (gst_value_deserialize_fraction):
749 change strndup to g_strndup. Fixes #147707
751 2004-07-16 Thomas Vander Stichele <thomas at apestaart dot org>
765 2004-07-16 Benjamin Otte <otte@gnome.org>
767 * gst/gstvalue.c: (gst_greatest_common_divisor):
768 use ints and return ints, fractions only use ints, too, so this
769 avoids accidently casting multiplications to unsigned
770 (gst_value_lcopy_fraction): it's ints, not uint32
771 (gst_value_set_fraction): disallow minint, multiplying and negation
773 (gst_value_fraction_multiply): fix to make large numbers work and get
774 rid of the assumption that the multiplication of two ints fits an
775 int64 - dunno if that's true for all systems
776 * testsuite/caps/Makefile.am:
777 * testsuite/caps/fraction-multiply-and-zero.c:
778 (check_multiplication), (check_equal), (zero_test), (main):
779 add tests for all the stuff above
780 * testsuite/caps/value_compare.c: (test1):
783 * testsuite/caps/.cvsignore:
784 * testsuite/debug/.cvsignore:
785 * testsuite/dlopen/.cvsignore:
786 * testsuite/states/.cvsignore:
789 2004-07-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
791 * docs/manual/bins-api.xml:
792 * docs/manual/factories.xml:
793 * docs/manual/helloworld.xml:
794 * docs/manual/links-api.xml:
795 fixes for out of date info, incorrect info and grammar
797 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot>
799 * docs/manual/pads.xml:
800 * docs/manual/pads-api.xml: grammar fix
802 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
804 * docs/manual/pads-api.xml: typo + grammar fix
806 2004-07-15 Thomas Vander Stichele <thomas at apestaart dot org>
808 * docs/gst/gstreamer-sections.txt:
810 * docs/gst/tmpl/gstelement.sgml:
811 * docs/gst/tmpl/gstpad.sgml:
812 * docs/gst/tmpl/gsttypes.sgml:
813 * docs/gst/tmpl/gstvalue.sgml:
815 * gst/gststructure.c: (gst_structure_set_valist),
816 (gst_structure_from_abbr), (gst_structure_to_abbr):
817 * gst/gstvalue.c: (gst_value_compare_double), (gst_type_is_fixed),
818 (gst_greatest_common_divisor), (gst_value_init_fraction),
819 (gst_value_copy_fraction), (gst_value_collect_fraction),
820 (gst_value_lcopy_fraction), (gst_value_set_fraction),
821 (gst_value_get_fraction_numerator),
822 (gst_value_get_fraction_denominator),
823 (gst_value_fraction_multiply), (gst_value_serialize_fraction),
824 (gst_value_deserialize_fraction),
825 (gst_value_transform_fraction_string),
826 (gst_value_transform_string_fraction),
827 (gst_value_compare_fraction), (_gst_value_initialize):
829 adding GstFraction GValue type, get/set, and multiply
830 * testsuite/caps/Makefile.am:
831 * testsuite/caps/fraction.c: (test), (main):
832 * testsuite/caps/string-conversions.c: (main):
833 * testsuite/caps/value_compare.c: (test1), (main):
834 add regression tests for GstFraction
836 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
838 * docs/manual/init-api.xml: Grammar fix
840 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
842 * docs/manual/states.xml: Fix inconsistent information
844 2004-07-15 Thomas Vander Stichele <thomas at apestaart dot org>
846 * gst/gstelement.c: (gst_element_set_state):
847 * gst/gstpad.c: (gst_pad_try_set_caps):
848 * gst/gststructure.c:
849 * gst/gstthread.c: (gst_thread_child_state_change):
850 * gst/gstvalue.c: (gst_value_compare_double):
852 * testsuite/parse/parse1.c: (main):
853 debugging additions and style cleanups
855 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
857 * docs/manual/states.xml: Grammar fix
859 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
861 * docs/manual/pads.xml: Grammar fix
863 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
865 * docs/manual/elements.xml: Fixed image reference
867 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
869 * docs/manual/goals.xml: Grammar fix
871 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
873 * docs/manual/motivation.xml:
874 Bonobo is no longer "emerging" and added sentence regarding tcp plugins
876 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali.org>
878 * docs/manual/motivation.xml: Fix spelling
880 2004-07-15 Benjamin Otte <otte@gnome.org>
883 Don't GST_ERROR_OBJECT empty strings - Solaris doesn't like NULL
885 * gst/gstelement.c (gst_element_class_init):
886 GError's are boxed, not objects
887 * gst/gstmarshal.list:
888 update list for the fixed error signal
890 2004-07-14 Andy Wingo <wingo@pobox.com>
892 * gst/gsttag.c: Add a tag merge func for pointers. The header was
893 there all along, but the function wasn't. (guile-gstreamer's build
894 system uses the address of the function -- I wasn't actually
897 2004-07-14 Andy Wingo <wingo@pobox.com>
899 * gst/gstpad.c (gst_pad_try_set_caps): Naive link functions (such
900 as gst_pad_proxy_pad_link) just link to every other pad when they
901 are called. In the case where the graph has cycles, this will mean
902 that a call to try_set_caps will recurse. Allow this recursion
903 and return OK, while we wait for the first try_set_caps to give a
905 (gst_pad_link_call_link_functions): Since this function is the
906 only one to set the NEGOTIATING flag on a pad, if the flag is set
907 it means that the link functions have indirectly recursed. If this
908 happens, error out to avoid infinite recursion and an eventual
910 (gst_real_pad_class_init): Remove a crufty GtkObject comment.
911 (gst_pad_proxy_getcaps): Intersect the result with the template
912 caps to ensure that the return value is valid.
914 2004-07-14 Andy Wingo <wingo@pobox.com>
916 * gst/gstdata.c (gst_data_is_writable): s/>=/>/. If there is only
917 one refcount, the calling function is the owner of the buffer.
919 2004-07-14 Wim Taymans <wim@fluendo.com>
921 * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
922 (gst_opt_scheduler_pad_link), (group_migrate_connected):
923 Fix stupid warning when an element is to be migrated but
926 2004-07-14 Wim Taymans <wim@fluendo.com>
928 * gst/schedulers/gstoptimalscheduler.c: (group_dec_link),
929 (gst_opt_scheduler_pad_link), (group_migrate_connected):
930 Make sure that a single non-loop-based element does not
931 end up in a group. This fixes the testsuite again.
933 2004-07-14 Wim Taymans <wim@fluendo.com>
935 * gst/schedulers/gstoptimalscheduler.c: (create_group),
936 (add_to_group), (merge_groups), (schedule_group),
937 (gst_opt_scheduler_get_wrapper), (group_elements),
938 (group_dec_link), (gst_opt_scheduler_pad_link),
939 (group_migrate_connected), (gst_opt_scheduler_pad_unlink),
940 (gst_opt_scheduler_iterate):
941 move isolated groups to a new chain.
942 Emit a warning instead of segfaulting in some error cases.
943 Fix a bug where the link count between groups was not calculated
944 correctly. Fixes #144510.
946 2004-07-13 Steve Lhomme <steve.lhomme@free.fr>
947 * gst/elements/gstfilesrc.c:
948 Binary files support under Windows now OK
950 2004-07-13 Benjamin Otte <otte@gnome.org>
952 compatibility fixes for Solaris 8/gcc 2.95
954 include libintl libs in LDFLAGS
955 * gstvalue.c (gst_value_deserialize_buffer):
956 cast isxdigit stuff to int to silence compiler warning
958 2004-07-12 Benjamin Otte <otte@gnome.org>
961 get rid of GST_O_READONLY, GST_FILE_MODE_READ and
962 GST_FILE_MODE_WRITE, I don't want them in the exported headers. It
963 just causes support madness
964 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
965 make it work without this
966 * gst/indexers/gstfileindex.c: (_file_index_id_save_entries),
967 (gst_file_index_commit):
968 glib IO channels don't want binary mode
969 * testsuite/bytestream/filepadsink.c: (main):
970 * testsuite/bytestream/test1.c: (read_param_file):
971 use "rb" instead of GST_FILE_MODE_READ, it works on POSIX systems
973 2004-07-12 Benjamin Otte <otte@gnome.org>
975 * gst/gstelement.c: (gst_element_class_init),
976 (gst_element_set_state), (gst_element_set_state_func):
977 virutalize gst_element_set_state, use set_state member in class
978 struct that was already added in 0.7 for this.
979 * gst/gstbin.c: (gst_bin_foreach), (set_kid_state_func),
980 (gst_bin_change_state):
981 make gst_bin_foreach works similar to other foreach functions, plug
982 memleaks in it. Make functions using it work with the new approach.
983 Document gst_bin_foreach, so it can be exported if we want to
984 * gst/gstbin.c: (gst_bin_class_init), (gst_bin_set_state):
985 use virtualized set_state to make set_state on bins set the state of
988 2004-07-12 Benjamin Otte <otte@gnome.org>
991 require valgrind >= 2.1 (fixes Gentoo bug 53967, see
992 http://bugs.gentoo.org/show_bug.cgi?id=53967)
993 * gst/gstpad.c: (gst_pad_alloc_buffer):
994 allow buffer_alloc functions to return NULL and allocate a normal
997 2004-07-12 Steve Lhomme <steve.lhomme@free.fr>
998 * gst/elements/gstfilesink.c:
999 * gst/elements/gstfilesrc.c:
1000 * gst/indexers/gstfileindex.c:
1002 * testsuite/bytestream/filepadsink.c:
1003 * testsuite/bytestream/test1.c:
1004 Handle binary files under Windows
1006 2004-07-12 Steve Lhomme <steve.lhomme@free.fr>
1007 * docs/manual/win32.xml:
1009 * win32/gst-register.vcproj:
1010 * win32/gstreamer.def:
1011 Update to another gettext public build
1013 2004-07-12 Steve Lhomme <steve.lhomme@free.fr>
1015 Fix an impossible C syntax
1017 Disable i18n under Windows for the moment
1018 * win32/gst-register.vcproj:
1019 Use this configuration
1021 2004-07-12 Jan Schmidt <thaytan@mad.scientis.com>
1022 * docs/manual/quotes.xml:
1023 Keep the quotes file alive
1024 * docs/random/ds/0.9-suggested-changes:
1025 Add the suggestion of including a 'rowstride' as part of video
1028 2004-07-12 Thomas Vander Stichele <thomas at apestaart dot org>
1030 * gst/gstelement.c: (gst_element_set_state),
1031 (gst_element_change_state):
1032 d'oh. Set PENDING state correctly before forcing bin to change.
1033 * gst/gststructure.c: (gst_structure_value_get_generic_type),
1034 (gst_structure_parse_fixed_list):
1035 * gst/schedulers/gstoptimalscheduler.c:
1036 (gst_opt_scheduler_state_transition):
1037 * testsuite/states/parent.c: (main):
1038 remove comment now that it's fixed.
1040 2004-07-11 Benjamin Otte <otte@gnome.org>
1043 GST_SECOND shouldn't cause a conversion to unsigned.
1044 * testsuite/clock/.cvsignore:
1045 * testsuite/clock/Makefile.am:
1046 * testsuite/clock/signedness.c: (main):
1047 make sure it never will again
1049 2004-07-11 Andy Wingo <wingo@pobox.com>
1051 * gst/gstbin.c (gst_bin_add_func): If we're adding an element
1052 whose state is higher than the bin state, raise the bin state to
1053 ensure that bin state := highest child state.
1055 2004-07-11 Andy Wingo <wingo@pobox.com>
1057 * gst/gstbin.c (gst_bin_foreach): New static function. Calls a
1058 procedure on the children of a bin. Assumes that the procedure can
1059 change the set of children.
1060 (set_kid_state_func): New static function.
1061 (gst_bin_change_state): Use gst_bin_foreach to call
1062 set_kid_state_func. Fixes a bug: if a child had a state-change
1063 handler that removes it from the bin, there would be a segfault.
1064 Hopefully it should also work in the case where the state-change
1065 handler on one child adds or removes other children. In any case,
1066 fixes should go to gst_bin_foreach.
1068 2004-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
1070 * gst/gstelement.c: (gst_element_set_state):
1071 compatibility fix for latest plugins release. Change loop back
1074 2004-07-09 Wim Taymans <wim@fluendo.com>
1076 * gst/gstbin.c: (gst_bin_remove), (gst_bin_dispose):
1077 * gst/gstthread.c: (gst_thread_dispose), (gst_thread_catch),
1078 (gst_thread_main_loop):
1079 Since remove is virtual in GstBin we must not assume the
1080 elements GList to have anothing useful.
1081 Add some more logging to GstThread and be a bit more paranoid
1082 when resetting the scheduler.
1083 Set the state of the bin to NULL before removing the children.
1085 2004-07-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
1087 * testsuite/threads/Makefile.am:
1088 * testsuite/threads/threadg.c:
1089 added test to check if problem when removing all elements from a
1090 GstThread before setting GstThread state to NULL
1092 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1094 * docs/gst/tmpl/gstelement.sgml:
1095 * docs/gst/tmpl/gsttypes.sgml:
1096 * gst/gstbin.c: (gst_bin_change_state):
1097 * gst/gstelement.c: (gst_element_set_state),
1098 (gst_element_change_state):
1099 rework so that for bins we try to set the state on all children
1100 as well even if the bin is in the correct state already.
1101 change while to do so at least one iteration is done.
1102 For regular elements, we fall back to the previous behaviour for
1103 now since we first need a new plugins release.
1104 * testsuite/states/parent.c: (main):
1108 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1110 * gst/gstqueue.c: (gst_queue_class_init), (gst_queue_finalize),
1111 (gst_queue_chain), (gst_queue_get), (gst_queue_handle_src_event),
1112 (gst_queue_release_locks), (gst_queue_change_state),
1113 (gst_queue_set_property):
1114 add proper lock debugging. Change dispose to finalize, since
1115 we're freeing mutexes and other stuff which should happen only once.
1117 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1119 * docs/gst/tmpl/gstelement.sgml:
1120 * docs/gst/tmpl/gstplugin.sgml:
1121 * docs/gst/tmpl/gsttypes.sgml:
1122 * docs/pwg/building-state.xml:
1123 * gst/elements/gstfakesrc.c: (gst_fakesrc_change_state):
1124 * gst/gstelement.c: (gst_element_change_state):
1125 * gst/gstthread.c: (gst_thread_change_state):
1126 catch wrong state changes in element base class.
1128 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1131 clean up layout a little.
1133 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1136 * testsuite/Makefile.am:
1137 * testsuite/states/Makefile.am:
1138 * testsuite/states/parent.c: (main):
1139 re-enable states testsuite dir. Add test for state changes and
1142 2004-07-09 Wim Taymans <wim@fluendo.com>
1144 * gst/schedulers/gstoptimalscheduler.c:
1145 (gst_opt_scheduler_pad_link), (group_elements_set_visited),
1146 (element_get_reachables_func), (element_get_reachables),
1147 (debug_element), (rechain_group), (group_migrate_connected),
1148 (gst_opt_scheduler_pad_unlink):
1149 Do not try to migrate decoupled elements to a new group since
1150 they are not added to groups.
1152 2004-07-08 Benjamin Otte <otte@gnome.org>
1154 * gst/gstelement.c: (gst_element_error_func):
1155 make reentrant (= allow removing elements in error handler)
1157 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1159 * gst/gstpad.c: (gst_pad_event_default_dispatch),
1160 (gst_pad_send_event), (gst_pad_call_chain_function):
1161 events sent to elements below PAUSED cannot be handled, so
1164 2004-07-08 Wim Taymans <wim@fluendo.com>
1166 * gst/schedulers/gstoptimalscheduler.c:
1167 (chain_recursively_migrate_group), (create_group),
1168 (schedule_group), (gst_opt_scheduler_pad_link),
1169 (group_elements_set_visited), (element_get_reachables_func),
1170 (element_get_reachables), (group_can_reach_group), (debug_element),
1171 (rechain_group), (group_migrate_connected),
1172 (gst_opt_scheduler_pad_unlink):
1173 * testsuite/schedulers/Makefile.am:
1174 Implemented group splitting and rechaining.
1175 Fixes 143777 and 143777-2 in the testsuite.
1177 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1179 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
1182 * gst/gstinfo.c: (gst_debug_log_default):
1183 print time nicely. add thread pointer until someone figures out
1184 a completely portable way of getting at thread id's.
1185 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_try),
1186 (_invent_event), (gst_pad_pull), (gst_pad_event_default_dispatch),
1187 (gst_pad_call_chain_function):
1189 * gst/schedulers/gstoptimalscheduler.c:
1190 (get_group_schedule_function), (loop_group_schedule_function),
1191 (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
1192 (pad_clear_queued), (gst_opt_scheduler_iterate):
1193 rename BUFPEN and friends to DATAPEN since that's what they are.
1195 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1197 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_chain):
1200 cleanups and debugging
1202 2004-07-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
1205 * gst/gstvalue.c: (gst_value_compare_enum),
1206 (gst_value_serialize_enum), (gst_value_deserialize_enum),
1207 (gst_value_can_compare), (gst_value_compare):
1208 * testsuite/Makefile.am:
1209 * testsuite/enumcaps/Makefile.am:
1210 * testsuite/enumcaps/enumcaps.c:
1211 Fix enum serialization, deserialization, comparison in caps, add
1212 a test to ensure that this continues working in the future.
1214 2004-07-06 David Schleef <ds@schleef.org>
1216 * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
1219 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
1221 * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
1223 * gst/registries/gstxmlregistry.c:
1224 (plugin_times_older_than_recurse), (plugin_times_older_than),
1225 (gst_xml_registry_parse_padtemplate):
1226 only rebuild registry when actual plugins have a newer time than
1227 the registry. Fixes #145520
1229 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
1231 * docs/manual/manual.xml:
1232 * docs/manual/win32.xml:
1233 add chapter on win32 building. fixes #142422
1235 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
1237 patch by: Sebastien Cote <sc5 at hermes.usherb.ca>
1239 * gst/autoplug/gstspider.c: (gst_spider_init),
1240 (gst_spider_dispose):
1241 fix spider memleaks. fixes #137863
1243 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
1245 patch by: Joe Marcus Clarke <marcus at freebsd dot org>
1247 * gst/schedulers/gstoptimalscheduler.c:
1248 (gst_opt_scheduler_pad_unlink):
1249 fix SIGBUS error, fixes #145338
1251 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
1253 * gst/gstobject.c: (gst_object_replace):
1254 * gst/gstscheduler.c: (gst_scheduler_get_clock):
1255 * gst/gstsystemclock.c: (gst_system_clock_obtain):
1256 clean up clock lifecycle. Fixes #109831
1258 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
1262 added Czech translation (Miloslav Trmac)
1264 2004-07-04 David Schleef <ds@schleef.org>
1266 * tools/Makefile.am:
1267 * tools/gst-xmlinspect.1.in: Add man page. (bug #140219)
1269 2004-07-04 David Schleef <ds@schleef.org>
1271 * common/m4/gst-doc.m4: Check for docbook2html 0.6.10 (bug #139909)
1273 2004-07-04 Thomas Vander Stichele <thomas at apestaart dot org>
1275 * gst/gstbin.c: (gst_bin_restore_thyself):
1276 chain to parent restore so the bins get restored correctly
1279 2004-07-03 David Schleef <ds@schleef.org>
1281 * gst/gstcaps.c: (gst_caps_save_thyself), (gst_caps_load_thyself):
1282 Actually do something in these functions, like before the big
1283 caps change. (bug #145137)
1285 2004-07-03 Thomas Vander Stichele <thomas at apestaart dot org>
1287 * gst/gstelement.c: (gst_element_get_compatible_pad_template),
1288 (gst_element_get_compatible_pad_filtered):
1289 * gst/gstthread.c: (gst_thread_main_loop):
1292 2004-07-02 David Schleef <ds@schleef.org>
1294 * gst/gstinfo.h: wrap #pragmas in #ifdefs for the correct compiler
1300 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
1302 * gst/gstpad.c: (gst_pad_check_schedulers),
1303 (gst_pad_can_link_filtered), (gst_pad_link_filtered),
1304 (gst_pad_link_prepare):
1305 revert until testsuite is fixed
1307 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
1309 * testsuite/Makefile.am:
1310 * testsuite/caps/filtercaps.c: (main):
1311 * testsuite/clock/clock1.c: (main):
1312 * testsuite/dynparams/dparamstest.c: (gst_dptest_chain), (main):
1315 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
1317 * testsuite/cleanup/cleanup1.c: (create_pipeline):
1318 * testsuite/cleanup/cleanup2.c: (create_pipeline):
1319 * testsuite/cleanup/cleanup4.c: (main):
1322 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
1324 * libs/gst/control/control.c:
1325 * libs/gst/control/dparam.c:
1326 * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_get_type):
1327 * libs/gst/control/dparammanager.c:
1328 * libs/gst/control/dparammanager.h:
1329 * testsuite/dynparams/Makefile.am:
1330 * testsuite/dynparams/dparamstest.c: (gst_dptest_base_init),
1331 (gst_dptest_change_state), (gst_dptest_chain), (main):
1332 fix testcase for dparams
1333 add debugging category
1335 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
1340 2004-07-02 Benjamin Otte <otte@gnome.org>
1343 * tests/Makefile.am:
1344 * tests/mass_elements.c: (gst_get_current_time), (main):
1345 add simple benchmark to test various speeds of fakesrc ! identity !
1346 identity ! ... ! fakesink.
1347 Usage: mass_elements [num_identities] [num_buffers]
1348 If not specified they default to 1000.
1350 2004-07-02 Benjamin Otte <otte@gnome.org>
1352 * gst/gstpad.c: (gst_pad_check_schedulers),
1353 (gst_pad_can_link_filtered), (gst_pad_link_filtered),
1354 (gst_pad_link_prepare):
1355 check that pads that get linked belong to the same manager. The old
1356 code allowed linking elements before putting them into bins, so it
1357 worked to link them and then put them in different threads, which
1358 lead to weird behaviour.
1359 Since this effectively disallows linking elements before putting
1360 them in a bin, some applications might not work after this and error
1361 out. If these applications are too critical, we might need to revert
1362 that patch. Please test this before the next release...
1364 2004-06-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
1366 * gst/gstpad.c: (gst_pad_get_caps):
1367 throw an error if the getcaps function does not return a subset of
1369 * libs/gst/bytestream/filepad.c: (gst_file_pad_chain):
1370 make disconts without position info an error in debugging
1371 * tests/spidey_bench.c: (handoff), (main):
1372 don't count first try when averaging
1374 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
1376 * gst/gstplugin.c: (gst_plugin_load_file):
1377 figure out problem with dynamic test
1379 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
1381 * docs/gst/Makefile.am:
1384 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
1396 * tools/gst-register.c: (plugin_added_func), (main):
1397 i18n-ize -register, fix plural
1399 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
1401 * gst/elements/gstidentity.c: (gst_identity_class_init),
1402 (gst_identity_init), (gst_identity_chain),
1403 (gst_identity_set_property), (gst_identity_get_property):
1404 * gst/elements/gstidentity.h:
1405 check for perfect stream
1407 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
1409 * gst/elements/gstidentity.c: (gst_identity_chain):
1412 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
1414 * docs/gst/Makefile.am:
1415 * docs/gst/gstreamer-docs.sgml:
1418 2004-06-24 David Schleef <ds@schleef.org>
1420 * autogen.sh: Remove call to env, since the buildbot isn't
1423 2004-06-24 Wim Taymans <wim@fluendo.com>
1425 * gst/elements/Makefile.am:
1426 * gst/elements/gstelements.c:
1427 * gst/elements/gstmultifdsink.c: (gst_multifdsink_base_init),
1428 (gst_multifdsink_class_init), (gst_multifdsink_init),
1429 (gst_multifdsink_add), (gst_multifdsink_remove),
1430 (gst_multifdsink_clear), (gst_multifdsink_chain),
1431 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
1432 * gst/elements/gstmultifdsink.h:
1433 Added an element that writes to multiple filedescriptors at once.
1435 2004-06-24 Benjamin Otte <otte@gnome.org>
1437 * gst/parse/grammar.y:
1438 don't try to link elements before they have been added to bins
1440 2004-06-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
1442 * libs/gst/bytestream/filepad.c: (gst_file_pad_available),
1443 (gst_file_pad_get_length):
1444 * libs/gst/bytestream/filepad.h:
1447 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
1449 * docs/gst/gstreamer-sections.txt:
1450 remove from docs, the define that Benjamin removed from gstelement.h
1452 2004-06-22 Benjamin Otte <otte@gnome.org>
1455 remove define that referenced a nonexisting GstElement struct member
1457 2004-06-20 Benjamin Otte <otte@gnome.org>
1459 * gst/gstdata.c: (gst_data_is_writable):
1460 whoops, return values were wrong, so writable data was marked as
1461 non-writable and vice versa. (fixes #143953, spotted by Francis
1463 Shows how rarely we need to copy data ;)
1465 2004-06-20 Benjamin Otte <otte@gnome.org>
1467 * testsuite/schedulers/.cvsignore:
1468 * testsuite/schedulers/Makefile.am:
1469 * testsuite/schedulers/143777-2.c: (main):
1470 add test for opt breakage in bug #143777
1472 2004-06-20 Benjamin Otte <otte@gnome.org>
1474 * gst/gstpad.c: (gst_pad_call_chain_function):
1475 check for if we were unlinked while inside the chainfunction (fixes
1476 entrygthread having issues with #143777)
1477 * testsuite/schedulers/143777.c: (main):
1478 * testsuite/schedulers/Makefile.am:
1479 add a test for that fix
1481 2004-06-20 Benjamin Otte <otte@gnome.org>
1483 * gst/gstvalue.c: (gst_value_set_int_range):
1484 test that start is smaller then end
1485 * libs/gst/bytestream/Makefile.am:
1486 * libs/gst/bytestream/filepad.c:
1487 * libs/gst/bytestream/filepad.h:
1488 add GstFilePad - a pad that behaves like a FILE*
1489 * testsuite/bytestream/.cvsignore:
1490 * testsuite/bytestream/Makefile.am:
1491 * testsuite/bytestream/filepadsink.c:
1492 test for the GstFilePad
1494 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
1496 * gst/elements/gstidentity.c: (gst_identity_class_init),
1497 (gst_identity_init), (gst_identity_set_clock),
1498 (gst_identity_chain), (gst_identity_set_property),
1499 (gst_identity_get_property):
1500 * gst/elements/gstidentity.h:
1501 * gst/gstclock.c: (gst_clock_id_wait):
1502 add a "sync" property to sync to the clock
1504 2004-06-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
1506 * gst/gstelementfactory.c: (gst_element_factory_create):
1507 make the freakin "elementfactory bla has no type" message more
1508 useful. So we actually can do something when someone shows up
1509 complaining about it.
1511 2004-06-15 Johan Dahlin <johan@gnome.org>
1513 * tools/gst-inspect.c (main): Fallback to plugin if no element is
1514 found. This matches the old behavior better. Thanks to Thomas for
1517 2004-06-14 David Schleef <ds@schleef.org>
1519 * gst/gstcpu.c: (gst_cpuid_i386): Fix problem when using
1520 -fomit-frame-pointer. Appears to generate correct code in
1521 other cases as well.
1523 2004-06-14 Johan Dahlin <johan@gnome.org>
1525 * tools/gst-inspect.c (main): Add two new command line options: -a
1526 to print all elements and -n to print the name on each line. Also
1527 fix some error reporting.
1528 (main): Simplify, remove -n and always print names if -a is specified
1530 2004-06-13 Steve Lhomme <steve.lhomme@free.fr>
1532 * win32/gstconfig.h:
1533 * win32/GSTreamer.vcproj:
1535 * gst/gstconfig.h.in:
1542 * docs/gst/gstreamer-sections.txt:
1543 * docs/gst/tmpl/gstconfig.sgml:
1544 rename GSTREAMER_EXPORT(S) to GST_EXPORT(S)
1546 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
1547 * docs/gst/gstreamer-sections.txt:
1548 * docs/gst/tmpl/gstconfig.sgml:
1549 Add the GSTREAMER_EXPORT macro to the docs
1551 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
1553 * tools/gst-compprep.c: (handle_xmlerror), (main):
1554 Add a check for the version that introduced SetStructuredError to fix
1557 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
1561 prepare to compile the testsuite with MSVC
1563 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
1565 * docs/manual/win32.xml:
1566 attempt to transform the Win32 README into an XML doc
1568 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
1577 * tools/gst-register.c:
1578 * win32/gstreamer.def:
1579 extern symbols are now exported for the Windows DLL
1581 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
1584 fix a problem to enable/disable DEBUG under MSVC
1586 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
1589 enable more debug code in DEBUG build
1591 2004-06-12 Steve Lhomme <steve.lhomme@free.fr>
1594 * gst/gst-i18n-app.h:
1595 enable NLS under Windows
1597 2004-06-12 Jan Schmidt <thaytan@mad.scientist.com>
1598 * tools/gst-compprep.c: (handle_xmlerror), (main):
1599 Make an error that baffled me a bit clearer
1601 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
1604 don't use g_queue_get_length () because it's 2.4, use ->length
1606 2004-06-11 Steve Lhomme <steve.lhomme@free.fr>
1608 reviewed by Benjamin Otte <in7y118@public.uni-hamburg.de>
1610 * tools/gst-inspect.c: (print_signal_info):
1611 don't free random data twice. (fixes #144185)
1613 2004-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
1617 fix removing from the wrong queue on event timeout
1618 fix disposing of the event queue by casting correctly
1619 add mutexes for handling the event queue
1620 someone was sleeping when fixing queue last time around :)
1622 2004-06-10 Johan Dahlin <johan@gnome.org>
1624 * gst/gst.c (gst_init_check_with_popt_table): Do not fail on
1625 errors, like gtk. It makes it more useful in bindings. Fixes #141692.
1627 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
1630 * libs/gst/dataprotocol/dataprotocol-test.c: (buffer_test):
1631 * libs/gst/dataprotocol/dataprotocol.c:
1632 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
1633 (gst_dp_buffer_from_header):
1634 * libs/gst/dataprotocol/dataprotocol.h:
1635 * libs/gst/dataprotocol/dp-private.h:
1636 rev version to 0.1, add buffer flags and copy them
1638 2004-06-09 Johan Dahlin <johan@gnome.org>
1640 * gst/gstbuffer.c (gst_buffer_default_copy): Don't forget to merge
1641 the flags from the buffer we're copying.
1643 2004-06-09 Wim Taymans <wim@fluendo.com>
1645 * gst/elements/gstfakesink.c: (gst_fakesink_chain):
1646 * gst/elements/gstidentity.c: (gst_identity_init),
1647 (gst_identity_chain):
1648 Print more buffer info in fakesink.
1649 Make identity output similar to fakesink.
1651 2004-06-07 Daniel Gazard <dany42@free.fr>
1653 reviewed by Benjamin Otte <otte@gnome.org>
1656 fix cross compiling not working. (fixes #143741)
1658 2004-06-07 Benjamin Otte <otte@gnome.org>
1660 * gst/gstelement.c: (gst_element_set_time_delay):
1663 put brackets around macro arguments of GST_TIME_ARGS, add note to
1664 move it to correct header in 0.9
1666 2004-06-07 Benjamin Otte <otte@gnome.org>
1668 * gst/indexers/gstfileindex.c: (gst_file_index_get_writer_id),
1669 (gst_file_index_load), (_file_index_id_save_entries),
1670 (gst_file_index_commit), (gst_file_index_add_association),
1671 (gst_file_index_add_entry), (gst_file_index_get_assoc_entry),
1672 (gst_file_index_plugin_init):
1673 make debugging use a default category
1675 2004-06-06 David Moore <dcm@acm.org>
1677 reviewed by Benjamin Otte <otte@gnome.org>
1679 * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
1680 (gst_fdsrc_change_state):
1681 reset offset counter when going READY => PAUSED. (fixes #142903)
1683 2004-06-06 ed@catmur.co.uk
1685 reviewed by Benjamin Otte <otte@gnome.org>
1687 * gst/registries/gstxmlregistry.c:
1688 (gst_xml_registry_rebuild_recurse):
1689 don't rely on g_dir_open to figure out if a file is a directory, use
1690 explicit G_TEST_IS_DIR. Reiserfs4 allows opening files as
1691 directories. (fixes #142850)
1693 2004-06-06 Benjamin Otte <otte@gnome.org>
1695 * gst/gstqueue.c: (gst_queue_dispose), (gst_queue_change_state):
1696 fix memory leaks (fixes #142795). Initial patch by Sebastien Cote
1697 * libs/gst/bytestream/adapter.c:
1698 * libs/gst/bytestream/adapter.h:
1699 fix copyright in header and typo in debugging category name
1701 2004-06-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1706 === release 0.8.3 ===
1708 2004-06-05 Thomas Vander Stichele <thomas at apestaart dot org>
1711 update libtool versioning
1713 * docs/gst/tmpl/gstelement.sgml:
1714 * docs/gst/tmpl/gsttypes.sgml:
1715 * gst/gstinfo.c: (_gst_debug_init):
1716 put back GST_CAT_DATAFLOW to fix API breakage
1718 2004-06-04 David Schleef <ds@schleef.org>
1720 * autogen.sh: Add a temporary 'env' to test buildbot problems.
1722 2004-06-04 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1727 === release 0.8.2 ===
1729 2004-06-03 Thomas Vander Stichele <thomas at apestaart dot org>
1731 * gst/gst.c: (parse_debug_list), (gst_init_check_with_popt_table):
1732 check GST_DEBUG environment variable which is parsed the same way
1735 2004-05-28 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1737 * gst/elements : gstaggregator.c gstfakesink.c gstfakesrc.c
1738 gstmd5sink.c gstshaper.c gsttee.c
1739 gsttypefindelement.c
1740 * gst/schedulers : gstbasicscheduler.c gstoptimalscheduler.c
1742 - removing trailing commas at end of enums
1743 it is correct C99 code but C90 compilers would complain
1745 ('should' fix #143290, at least partially)
1747 2004-05-27 Wim Taymans <wim@fluendo.com>
1749 * gst/schedulers/gstoptimalscheduler.c: (remove_from_chain),
1750 (chain_group_set_enabled), (create_group), (add_to_group),
1751 (merge_groups), (setup_group_scheduler), (group_elements),
1752 (gst_opt_scheduler_iterate), (gst_opt_scheduler_show):
1753 Don't try to follow the pad connections with other groups
1754 when a loop based element is added to the scheduler because
1755 the bin will inform the scheduler about the pad links a little
1758 2004-05-27 Wim Taymans <wim@fluendo.com>
1760 * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
1761 (remove_from_chain), (chain_group_set_enabled),
1762 (setup_group_scheduler), (group_element_set_enabled),
1763 (gst_opt_scheduler_state_transition), (gst_opt_scheduler_iterate),
1764 (gst_opt_scheduler_show):
1765 Elements without a group can do a state change as well, just wait
1766 with the setup of the scheduling function when it is added to a
1769 2004-05-27 Wim Taymans <wim@fluendo.com>
1771 * gst/schedulers/gstoptimalscheduler.c: (add_to_chain),
1772 (remove_from_chain), (chain_group_set_enabled), (add_to_group),
1773 (merge_groups), (setup_group_scheduler),
1774 (group_inc_links_for_element), (gst_opt_scheduler_iterate),
1775 (gst_opt_scheduler_show):
1776 Fixes to maintain internal consistency of the scheduler data
1778 - adding an enabled group to a chain should increment the
1779 number of enabled elements in that chain.
1780 - removing an enabled group from a chain could disable the
1782 - removing a disabled group from a chain could enable the
1784 - add g_assert when internal inconsistency is detected.
1785 - adding an element to a group could increase the number of
1786 links this group has with other groups.
1787 - merging two groups also merges the chains.
1788 - also show group links in the _show method.
1791 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
1793 * gst/gstcaps.c: (gst_caps_structure_simplify):
1794 don't print error messages when there is no error
1795 * gst/gstvalue.c: (gst_value_compare_int_range):
1796 compare the second value, too
1797 * testsuite/caps/Makefile.am:
1798 * testsuite/caps/random.c: (assert_on_error), (main):
1799 add tests to make sure the two things above are checked for
1801 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
1804 * libs/gst/dataprotocol/Makefile.am:
1805 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps):
1806 * libs/gst/dataprotocol/dataprotocol.h:
1807 wrap header in GST_ENABLE_NEW. make code use it
1809 2004-05-23 Johan Dahlin <johan@gnome.org>
1811 * tools/gst-inspect.c (main): Cleanup most parts of it, don't be
1812 so verbose and print GstElement signal names all the time.
1814 2004-05-22 David Schleef <ds@schleef.org>
1816 * gst/registries/gstxmlregistry.c:
1817 (gst_xml_registry_parse_padtemplate): Fix warning on OS X.
1820 2004-05-22 Thomas Vander Stichele <thomas at apestaart dot org>
1823 scrub cflags for glib2 so gcc doesn't complain when glib is in
1826 2004-05-21 Johan Dahlin <johan@gnome.org>
1828 * gst/gstcpu.c (gst_cpuid_i386): Protect some gcc asm stuff with
1829 __GNUC__, patch from Brian Cameron, fixes bug #142804
1831 2004-05-20 David Schleef <ds@schleef.org>
1833 * gst/gstindex.c: (gst_index_compare_func): Fix overflows in
1834 comparison code. (bug #142819)
1836 2004-05-20 Wim Taymans <wim@fluendo.com>
1838 * gst/gstbuffer.c: (gst_buffer_default_copy):
1840 Added Comment to a flag.
1841 copy relevant flags in _buffer_copy.
1843 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
1845 reviewed by: Wim Taymans <wim at fluendo dot com>
1848 add GST_BUFFER_IN_CAPS buffer flag
1849 * gst/gststructure.c: (gst_structure_value_get_generic_type),
1850 (gst_structure_parse_any_list), (gst_structure_parse_list),
1851 (gst_structure_parse_fixed_list), (gst_structure_parse_value):
1852 * gst/gstvalue.c: (gst_value_serialize_any_list),
1853 (gst_value_transform_any_list_string),
1854 (gst_value_list_prepend_value), (gst_value_list_append_value),
1855 (gst_value_list_get_size), (gst_value_list_get_value),
1856 (gst_value_transform_list_string),
1857 (gst_value_transform_fixed_list_string),
1858 (gst_value_serialize_list), (gst_value_serialize_fixed_list),
1859 (gst_value_deserialize_fixed_list), (gst_type_is_fixed),
1860 (_gst_value_initialize):
1862 add a GST_TYPE_FIXED_LIST which is fixed by definition and uses
1864 * testsuite/caps/string-conversions.c: (main):
1865 add regression tests for < >
1867 2004-05-20 Johan Dahlin <johan@gnome.org>
1869 * docs/gst/Makefile.am (all-local): Re-add
1871 2004-05-20 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1873 * docs/gst/Makefile.am:
1874 * docs/gst/gstreamer-docs.sgml:
1875 * docs/libs/Makefile.am:
1876 * docs/libs/gstreamer-libs-docs.sgml:
1877 fix distcheck issues
1879 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
1881 * libs/gst/dataprotocol/Makefile.am:
1884 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
1886 * libs/gst/dataprotocol/Makefile.am:
1887 * libs/gst/dataprotocol/dataprotocol.c:
1888 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
1889 (gst_dp_packet_from_event), (gst_dp_event_from_packet):
1890 * libs/gst/dataprotocol/dp-private.h:
1891 use GST macros to read/write fixed length ints
1892 add some more asserts
1894 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
1896 * docs/libs/gstreamer-libs-docs.sgml:
1897 * docs/libs/gstreamer-libs-sections.txt:
1898 remove idct and putbits
1900 * docs/libs/tmpl/gstdataprotocol.sgml:
1901 * libs/gst/Makefile.am:
1902 * libs/gst/dataprotocol/Makefile.am:
1903 * libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test),
1904 (buffer_test), (caps_test), (event_test), (main):
1905 * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc),
1906 (gst_dp_dump_byte_array), (gst_dp_init),
1907 (gst_dp_header_payload_length), (gst_dp_header_payload_type),
1908 (gst_dp_header_from_buffer), (gst_dp_packet_from_caps),
1909 (gst_dp_packet_from_event), (gst_dp_buffer_from_header),
1910 (gst_dp_caps_from_packet), (gst_dp_event_from_packet),
1911 (gst_dp_validate_header), (gst_dp_validate_payload),
1912 (gst_dp_validate_packet), (plugin_init):
1913 * libs/gst/dataprotocol/dataprotocol.h:
1914 * libs/gst/dataprotocol/dp-private.h:
1917 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
1919 * gst/gstvalue.c: (gst_value_deserialize_int_helper):
1920 fix int variable deserialization and add a helper so we can actually
1923 2004-05-18 David Schleef <ds@schleef.org>
1925 * testsuite/debug/commandline.c: (main): Call ./commandline, not
1926 argv[0]. Calling yourself is probably not the best way to
1927 construct a test like this, btw.
1929 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
1931 * gst/gstbin.c: (gst_bin_iterate_func), (gst_bin_iterate):
1932 don't claim to be more intelligent than a scheduler when the
1933 scheduler claims the pipeline is stopped
1934 * gst/schedulers/entryscheduler.c: (safe_cothread_switch),
1935 (safe_cothread_destroy),
1936 (gst_entry_scheduler_remove_all_cothreads),
1937 (gst_entry_scheduler_reset), (_remove_cothread),
1938 (gst_entry_scheduler_state_transition):
1939 hold off cothread destruction if we're not in main cothread
1941 * testsuite/Makefile.am:
1943 * testsuite/schedulers/.cvsignore:
1944 * testsuite/schedulers/Makefile.am:
1946 * testsuite/schedulers/relink.c: (cb_handoff), (main):
1947 check relinking and adding/removing elements from a running pipeline
1948 * testsuite/schedulers/unlink.c: (cb_handoff), (main):
1949 check unlinking in a running pipeline
1950 * testsuite/schedulers/unref.c: (cb_handoff), (main):
1951 check unreffing a running pipeline
1952 * testsuite/schedulers/useless_iteration.c: (main):
1953 check iterating a pipeline that contains running threads works
1955 2004-05-18 David Schleef <ds@schleef.org>
1957 * docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC
1960 2004-05-18 Wim Taymans <wim@fluendo.com>
1962 * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
1963 (setup_group_scheduler), (gst_opt_scheduler_pad_link):
1964 Fixed an error introduced with patch for 1.63. When setting
1965 a get based element as the entry point in a group, make sure
1966 to mark the group as GET based.
1968 2004-05-18 Wim Taymans <wim@fluendo.com>
1970 * gst/schedulers/gstoptimalscheduler.c: (create_group),
1971 (setup_group_scheduler), (loop_group_schedule_function),
1972 (gst_opt_scheduler_pad_link):
1973 Added some more debug info and fixed a bug where the group
1974 type was set to LOOP but it was in fact unknown.
1976 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
1978 * gst/schedulers/entryscheduler.c: (gst_entry_scheduler_reset):
1979 make resetting scheduler work twice in a row
1981 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
1983 * gst/gstvalue.c: (gst_strtoll), (CREATE_SERIALIZATION),
1984 (CREATE_USERIALIZATION), (_gst_value_initialize),
1985 (gst_value_compare_float), (gst_value_serialize_float),
1986 (gst_value_deserialize_float), (gst_value_compare_enum),
1987 (gst_value_serialize_enum), (gst_value_deserialize_enum):
1988 add serialization and comparison functions for long, int64, enum and
1990 * gst/gstvalue.c: (gst_value_serialize), (gst_value_deserialize):
1991 use best serialization function in type hierarchy instead of only a
1992 matching one. This is required for enums to work.
1993 * gst/parse/grammar.y:
1994 use gst_caps_deserialize
1995 * testsuite/parse/Makefile.am:
1997 * testsuite/parse/parse1.c: (main):
1998 remove aggregator check, aggregator is broken, this test works now
1999 but fails because of bug #138012
2000 * testsuite/parse/parse2.c: (main):
2001 s/xvideosink/xvimagesink - this test looks a lot like we should
2004 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
2006 * gst/gstelement.c: (gst_element_class_init):
2007 whoops, store the signal id correctly
2008 * gst/schedulers/gstbasicscheduler.c:
2009 (gst_basic_scheduler_chain_wrapper):
2010 detect infinfinfinfinfinf^Cinite loops in chain wrapper when the
2011 chain function isn't linked
2013 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
2015 Add $GST_PKG_CFLAGS back into GST_INT_CFLAGS so I have large file
2016 support until we decide where the flags should be used
2017 * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_query):
2018 Use GST_FORMAT_BYTES when GST_FORMAT_DEFAULT is passed
2019 * gst/gstpad.c: (gst_pad_link_call_link_functions):
2020 Output refused caps in the debug info
2022 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
2024 * gst/elements/gstidentity.c: (gst_identity_chain):
2026 * gst/gstinfo.c: (gst_debug_log_default):
2029 2004-05-13 Benjamin Otte <otte@gnome.org>
2031 * gst/gstpipeline.c: (gst_pipeline_dispose),
2032 (gst_pipeline_change_state):
2033 call gst_scheduler_reset on dispose (fixes #141416)
2035 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
2037 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
2038 compute mapsize correctly
2039 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap):
2040 use correct datatypes when calling a varargs function
2041 * gst/elements/gsttypefindelement.c: (stop_typefinding):
2042 push a DISCONT event as first thing
2043 * gst/gst_private.h:
2044 * gst/gstinfo.c: (_gst_debug_init):
2045 remove GST_DATAFLOW debugging category
2046 * gst/gstbin.c: (gst_bin_iterate):
2047 use GST_SCHEDULING category
2048 * gst/gstpad.c: (gst_pad_get_type), (_invent_event),
2049 (gst_pad_push), (gst_pad_pull), (gst_pad_call_chain_function),
2050 (gst_pad_call_get_function):
2051 add GST_DATAFLOW to easily track flow of buffers or events.
2052 * gst/gstqueue.c: (gst_queue_get_type),
2053 (gst_queue_handle_pending_events), (gst_queue_chain),
2054 (gst_queue_get), (gst_queue_handle_src_event):
2055 use own static debugging category GST_DATAFLOW for dataflow,
2056 use DEBUG category for showing which path events go, use LOG
2057 category for buffers.
2059 2004-05-10 David Schleef <ds@schleef.org>
2061 * docs/gst/gstreamer-sections.txt: Add gst_element_no_more_pads.
2063 2004-05-10 David Schleef <ds@schleef.org>
2065 * docs/gst/Makefile.am: Dear gtk-doc, please print out the unused
2066 symbols, because otherwise we don't know what they are. Thanks,
2068 * gst/registries/gstxmlregistry.c: (make_dir): Remove a spurious ;
2070 2004-05-10 David Schleef <ds@schleef.org>
2073 * win32/Makefile: When using make clean the MS Visual Studio makefiles
2075 * win32/Makefile.inspect:
2076 * win32/Makefile.launch:
2077 * win32/Makefile.register:
2079 2004-05-10 David Schleef <ds@schleef.org>
2081 * gst/gstinfo.h: Add missing inline function.
2082 * gst/gsttrace.c: add include
2083 * gst/parse/grammar.y: remove unused code
2084 * gst/registries/gstxmlregistry.c: (make_dir): make mkdir call
2086 * tools/gst-register.c: wrap unistd.h
2088 More additions/fixes from Steve for the MSVC build.
2089 * win32/GStreamer.vcproj:
2091 * win32/Makefile.inspect:
2092 * win32/Makefile.launch:
2093 * win32/Makefile.register:
2095 * win32/gst-inspect.vcproj:
2096 * win32/gst-launch.vcproj:
2097 * win32/gst-register.vcproj:
2098 * win32/gstbytestream.def:
2099 * win32/gstbytestream.vcproj:
2100 * win32/gstconfig.h:
2101 * win32/gstelements.def:
2102 * win32/gstelements.vcproj:
2103 * win32/gstenumtypes.c:
2104 * win32/gstenumtypes.h:
2105 * win32/gstoptimalscheduler.def:
2106 * win32/gstoptimalscheduler.vcproj:
2107 * win32/gstreamer.def:
2108 * win32/gstspider.def:
2109 * win32/gstspider.vcproj:
2110 * win32/gstversion.h:
2113 2004-05-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
2115 * gst/gstelement.c: (gst_element_class_init),
2116 (gst_element_no_more_pads):
2118 add gst_element_no_more_pads and the "no-more-pads" signal
2120 2004-05-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
2122 * gst/gstregistry.c: (gst_registry_add_plugin):
2123 refuse to add plugins when a plugin with same name is already
2124 registered. Fixes a bunch of "How to remove plugins?" issues.
2125 May lead to other problems though, let's test
2127 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2129 * testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
2130 * docs/manual/pads-api.xml : audio/wav => audio/x-wav
2131 * docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav
2133 2004-05-09 Thomas Vander Stichele <thomas at apestaart dot org>
2135 * tests/Makefile.am: fix am16 issue
2137 2004-05-09 Benjamin Otte <otte@gnome.org>
2139 * libs/gst/bytestream/Makefile.am:
2140 we should indeed add .c files to makefiles or they won't be built
2143 2004-05-08 Benjamin Otte <otte@gnome.org>
2145 * gst/gstpad.c: (gst_pad_proxy_fixate):
2146 really reduce the set of caps
2148 2004-05-08 Benjamin Otte <otte@gnome.org>
2150 * tests/Makefile.am:
2151 * tests/spidey_bench.c: (handoff), (main):
2152 add benchmark to test how long spider needs to create a pipeline
2154 2004-05-08 Benjamin Otte <otte@gnome.org>
2156 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_unnegotiate):
2157 mark links as unengaged when unnegotiating instead of deactivating.
2158 This way pads aren't marked as unengaged when going PLAYING=>PAUSED
2160 2004-05-08 Benjamin Otte <otte@gnome.org>
2162 * docs/manual/helloworld.xml:
2163 s/audiosink/osssink (patch by Patrick Guimond)
2165 2004-05-07 David Schleef <ds@schleef.org>
2167 * configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
2168 since it contains important stuff.
2170 2004-05-07 David Schleef <ds@schleef.org>
2172 * testsuite/caps/caps.c: (test3), (main): A check for appending
2175 2004-05-07 David Schleef <ds@schleef.org>
2177 * common/m4/as-compiler-flag.m4: Properly quote arguments,
2178 which may contain commas. Fixes detection of -Wa,-mregnames
2180 2004-05-06 David Schleef <ds@schleef.org>
2182 Changes to handle compilers that don't have variadic macro
2183 support. In particular, glib headers define some inlines
2184 that need G_LOG_DOMAIN defined. Additional fixes for MSVC
2188 * gst/elements/gstfdsink.c:
2189 * gst/elements/gstfdsrc.c:
2190 * gst/elements/gstfilesink.c:
2191 * gst/elements/gstfilesrc.c:
2192 * gst/gst_private.h:
2194 * gst/gstcaps.c: (gst_caps_append):
2195 * gst/gstcpu.c: (gst_cpuid_i386):
2202 * gst/gstregistry.c:
2203 * gst/gststructure.c:
2204 * gst/gsttaginterface.c:
2205 * gst/gsttrace.c: (gst_trace_new):
2206 * gst/gsttrashstack.c:
2209 * gst/parse/grammar.y:
2210 * gst/parse/parse.l:
2211 * tools/gst-inspect.c: (main):
2212 * tools/gst-launch.c: (main):
2213 * tools/gst-xmlinspect.c: (PUT_STRING):
2215 2004-05-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
2217 * gst/elements/gstfilesrc.c: (gst_filesrc_get),
2218 (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
2219 * gst/elements/gstfilesrc.h:
2220 send NEW_MEDIA events correctly
2221 * gst/elements/gsttypefindelement.c: (start_typefinding),
2222 (gst_type_find_element_handle_event):
2223 restart typefinding when we get a NEW_MEDIA event
2224 * gst/gstbin.c: (gst_bin_remove_func), (gst_bin_change_state),
2226 don't die when someone removes elements in callbacks
2227 * gst/gstelement.c: (gst_element_change_state):
2229 * gst/gstpad.c: (gst_pad_pull), (gst_pad_call_chain_function):
2230 we need a NEW_MEDIA event to engage a link
2231 * gst/gsttrace.c: (gst_trace_new), (gst_alloc_trace_set_flags_all):
2232 don't g_print debugging stuff
2233 * testsuite/caps/simplify.c: (check_caps):
2235 2004-05-04 Benjamin Otte <otte@gnome.org>
2237 * gst/parse/grammar.y:
2238 use GST_ERROR instead of g_warning, and always throw a GST_ERROR
2240 2004-05-04 Benjamin Otte <otte@gnome.org>
2242 * testsuite/caps/renegotiate.c: (main):
2243 improve output in error case
2245 2004-05-04 Benjamin Otte <otte@gnome.org>
2247 * gst/parse/grammar.y:
2248 fix assert to not trigger when there's no error argument
2249 * gst/parse/parse.l:
2250 fix definition of caps to allow more than two structures
2251 * testsuite/caps/Makefile.am:
2252 * testsuite/caps/renegotiate.c: (main):
2253 it's sinesrc and works in that case
2255 2004-05-04 Wim Taymans <wim@fluendo.com>
2257 * gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
2258 (group_dec_link), (gst_opt_scheduler_pad_unlink):
2259 when removing an element from a group, we always need to
2260 decrement the link count that this group had with other
2261 groups through the element.
2262 added an extra assert to catch inconsistencies when decrementing
2265 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
2268 * docs/gst/Makefile.am:
2269 * docs/gst/gstreamer-sections.txt:
2270 * docs/gst/tmpl/gstcompat.sgml:
2271 * examples/appreader/Makefile.am:
2272 * examples/cutter/Makefile.am:
2273 * examples/events/Makefile.am:
2274 * examples/helloworld/Makefile.am:
2275 * examples/helloworld2/Makefile.am:
2276 * examples/launch/Makefile.am:
2277 * examples/manual/Makefile.am:
2278 * examples/mixer/Makefile.am:
2279 * examples/pingpong/Makefile.am:
2280 * examples/plugins/Makefile.am:
2281 * examples/queue/Makefile.am:
2282 * examples/queue2/Makefile.am:
2283 * examples/queue3/Makefile.am:
2284 * examples/queue4/Makefile.am:
2285 * examples/retag/Makefile.am:
2286 * examples/thread/Makefile.am:
2287 * examples/typefind/Makefile.am:
2288 * examples/xml/Makefile.am:
2290 * gst/autoplug/Makefile.am:
2291 * gst/elements/Makefile.am:
2293 * gst/indexers/Makefile.am:
2294 * gst/parse/Makefile.am:
2295 * gst/registries/Makefile.am:
2296 * gst/schedulers/Makefile.am:
2297 * libs/gst/bytestream/Makefile.am:
2298 * libs/gst/control/Makefile.am:
2299 * libs/gst/getbits/Makefile.am:
2309 * tests/Makefile.am:
2310 * tests/bufspeed/Makefile.am:
2311 * tests/instantiate/Makefile.am:
2312 * tests/memchunk/Makefile.am:
2313 * tests/muxing/Makefile.am:
2314 * tests/negotiation/Makefile.am:
2315 * tests/probes/Makefile.am:
2316 * tests/sched/Makefile.am:
2317 * tests/seeking/Makefile.am:
2318 * tests/threadstate/Makefile.am:
2319 * testsuite/caps/Makefile.am:
2320 * testsuite/cleanup/Makefile.am:
2321 * testsuite/dlopen/Makefile.am:
2322 * testsuite/dynparams/Makefile.am:
2323 * testsuite/plugin/Makefile.am:
2324 * testsuite/states/Makefile.am:
2325 * tools/Makefile.am:
2326 reorganize compile/link flags to be consistent
2327 put gst_info in gstcompat.h and actually use GST_DISABLE_DEPRECATED
2329 2004-05-04 David Schleef <ds@schleef.org>
2331 The "once more, with feeling" check-in.
2332 * testsuite/caps/Makefile.am: dist caps_strings
2333 * testsuite/caps/renegotiate.c: (main): This test triggers a
2334 segfault in the core. Marking as failing.
2336 2004-05-03 David Schleef <ds@schleef.org>
2338 * testsuite/caps/deserialize.c: (main): Fix problems noticed
2340 * testsuite/caps/renegotiate.c: (main): Same.
2342 2004-05-03 David Schleef <ds@schleef.org>
2344 * testsuite/caps/renegotiate.c: (my_fixate), (main): Another test.
2346 2004-05-03 David Schleef <ds@schleef.org>
2348 * testsuite/caps/deserialize.c: (main): Use the srcdir environment
2349 variable to find our source file.
2351 2004-05-03 David Schleef <ds@schleef.org>
2353 * configure.ac: Link plugins with libgstreamer and dependent
2355 * testsuite/caps/Makefile.am:
2356 * testsuite/caps/caps_strings:
2357 * testsuite/caps/deserialize.c: (main): Add a little test to slog
2358 through a file of caps strings and test each one
2360 2004-05-04 Benjamin Otte <otte@gnome.org>
2362 * libs/gst/bytestream/Makefile.am:
2363 * libs/gst/bytestream/adapter.c:
2364 * libs/gst/bytestream/adapter.h:
2365 add GstAdapter, similar to bytestream, but doesn't require ugly event
2366 handling or uglier loopbased elements
2368 2004-05-03 David Schleef <ds@schleef.org>
2370 * testsuite/caps/Makefile.am: Fix spelling of Ηρατοσθενες
2371 * testsuite/caps/erathostenes.c:
2372 * testsuite/caps/eratosthenes.c: (eratosthenes), (main):
2374 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
2377 remove hardcoded stylesheet path (duh)
2378 * docs/random/release:
2379 * docs/gst/gstreamer-sections.txt:
2382 * gst/gst_private.h:
2388 * gst/gstinterface.c:
2389 * gst/gstmemchunk.c:
2392 * gst/gstregistry.c:
2393 * gst/gstregistrypool.c:
2394 * gst/gststructure.c:
2395 * gst/gsttaginterface.c:
2398 * gst/gsttypefind.c: (gst_type_find_factory_get_type):
2401 deprecate gst_info; remove gstlog.h
2404 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
2410 updated translations
2412 2004-05-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
2414 * gst/gstbin.c: (gst_bin_dispose):
2417 2004-05-03 Johan Dahlin <johan@gnome.org>
2419 * gst/schedulers/gstoptimalscheduler.c
2420 (gst_opt_scheduler_pad_unlink): Check if element is non-NULL and
2421 really is a GstElement. Avoids critical when running gst-launch -v
2422 and a oggdemux/decoding pipeline.
2424 2004-05-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2426 * docs/gst/tmpl/gstpipeline.sgml :
2427 * docs/manual/elements-api.xml :
2428 doc fix by Patrick Guimond (Protector) from devel ML
2431 2004-05-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2433 * docs/gst/Makefile.am :
2434 * docs/libs/Makefile.am :
2435 apply a patch from Arwed v. Merkatz so that gtk-doc
2436 generated docs install (same for .devhelp file)
2437 (fixes part 1 of #138836)
2439 2004-04-30 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2441 * docs/faq/dependencies.xml: typo
2442 * docs/faq/getting.xml :
2443 - fix download URL for new gstreamer site
2444 - hide sf.net download page as latest version aren't there
2446 - fill "get via CVS" paragraph (link to dev page on the site)
2447 * docs/faq/general.xml:
2448 hide status tables as they no more exists
2449 change case on plugins license file to reflect reality
2450 * docs/faq/troubleshooting.xml:
2451 remove the wiki question/answer as there is no more wiki
2453 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
2456 include the headers needed for declarations used in this header
2458 2004-04-30 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2460 * docs/random/uraeus/gstreamer_and_midi.txt :
2461 add .kar (midi + karaoke/lyrics 'track') doc to midi doc.
2464 2004-04-30 Sebastien Cote <sc5@hermes.usherb.ca>
2466 reviewed by Benjamin Otte <otte@gnome.org>
2468 * gst/schedulers/gthread-cothreads.h:
2469 free allocated data for main cothread, too when destroying context
2472 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2474 * docs/manual/goals.xml : remove duplicated paragraph at end
2475 of doc page (fixes #141448)
2477 2004-04-29 David Schleef <ds@schleef.org>
2479 * gst/elements/gstfilesink.c: (gst_filesink_handle_event):
2480 Patch from Sebastien Cote to fix leakage of events. (bug #141414)
2482 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
2484 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
2489 rename typefind source file
2491 2004-04-28 David Schleef <ds@schleef.org>
2493 Several new files from Steve Lhomme's MSVC patch (bug #141317):
2494 * win32/GStreamer.vcproj:
2497 * win32/dirent.c: (_topendir), (_treaddir), (_tclosedir),
2498 (_trewinddir), (_ttelldir), (_tseekdir):
2500 * win32/gst-inspect.vcproj:
2501 * win32/gst-launch.vcproj:
2502 * win32/gst-register.vcproj:
2503 * win32/gstbytestream.vcproj:
2504 * win32/gstelements.vcproj:
2505 * win32/gstoptimalscheduler.vcproj:
2506 * win32/gstspider.vcproj:
2508 * win32/mman.c: (mmap), (mprotect), (msync), (munmap):
2513 2004-04-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
2515 * gst/gst.c: (init_post):
2517 remove useless _gst_progname stuff
2518 * tools/gst-inspect.c: (print_field), (print_caps):
2521 2004-04-28 David Schleef <ds@schleef.org>
2523 Disable parsing of a lot of files that aren't part of the
2524 exported API. Move corresponding template files to old/,
2525 waiting for removal when they don't contain anything
2527 * docs/gst/Makefile.am:
2528 * docs/gst/gstreamer-sections.txt:
2529 * docs/gst/tmpl/cothreads.sgml:
2530 * docs/gst/tmpl/cothreads_compat.sgml:
2531 * docs/gst/tmpl/gettext.sgml:
2532 * docs/gst/tmpl/gobject2gtk.sgml:
2533 * docs/gst/tmpl/grammar.tab.sgml:
2534 * docs/gst/tmpl/gst-i18n-app.sgml:
2535 * docs/gst/tmpl/gst-i18n-lib.sgml:
2536 * docs/gst/tmpl/gst_private.sgml:
2537 * docs/gst/tmpl/gstaggregator.sgml:
2538 * docs/gst/tmpl/gstarch.sgml:
2539 * docs/gst/tmpl/gstatomic_impl.sgml:
2540 * docs/gst/tmpl/gstbufferstore.sgml:
2541 * docs/gst/tmpl/gstdata_private.sgml:
2542 * docs/gst/tmpl/gstdisksink.sgml:
2543 * docs/gst/tmpl/gstdisksrc.sgml:
2544 * docs/gst/tmpl/gstelementfactory.sgml:
2545 * docs/gst/tmpl/gstextratypes.sgml:
2546 * docs/gst/tmpl/gstfakesink.sgml:
2547 * docs/gst/tmpl/gstfakesrc.sgml:
2548 * docs/gst/tmpl/gstfdsink.sgml:
2549 * docs/gst/tmpl/gstfdsrc.sgml:
2550 * docs/gst/tmpl/gstfilesink.sgml:
2551 * docs/gst/tmpl/gstfilesrc.sgml:
2552 * docs/gst/tmpl/gsthttpsrc.sgml:
2553 * docs/gst/tmpl/gstidentity.sgml:
2554 * docs/gst/tmpl/gstindexfactory.sgml:
2555 * docs/gst/tmpl/gstmarshal.sgml:
2556 * docs/gst/tmpl/gstmd5sink.sgml:
2557 * docs/gst/tmpl/gstmultidisksrc.sgml:
2558 * docs/gst/tmpl/gstmultifilesrc.sgml:
2559 * docs/gst/tmpl/gstpadtemplate.sgml:
2560 * docs/gst/tmpl/gstpipefilter.sgml:
2561 * docs/gst/tmpl/gstschedulerfactory.sgml:
2562 * docs/gst/tmpl/gstsearchfuncs.sgml:
2563 * docs/gst/tmpl/gstshaper.sgml:
2564 * docs/gst/tmpl/gstspider.sgml:
2565 * docs/gst/tmpl/gstspideridentity.sgml:
2566 * docs/gst/tmpl/gststatistics.sgml:
2567 * docs/gst/tmpl/gsttee.sgml:
2568 * docs/gst/tmpl/gsttimecache.sgml:
2569 * docs/gst/tmpl/gsttypefind.sgml:
2570 * docs/gst/tmpl/gsttypefindfactory.sgml:
2571 * docs/gst/tmpl/gstxmlregistry.sgml:
2572 * docs/gst/tmpl/gthread-cothreads.sgml:
2573 * docs/gst/tmpl/old/cothreads.sgml:
2574 * docs/gst/tmpl/old/cothreads_compat.sgml:
2575 * docs/gst/tmpl/old/gettext.sgml:
2576 * docs/gst/tmpl/old/gobject2gtk.sgml:
2577 * docs/gst/tmpl/old/grammar.tab.sgml:
2578 * docs/gst/tmpl/old/gst-i18n-app.sgml:
2579 * docs/gst/tmpl/old/gst-i18n-lib.sgml:
2580 * docs/gst/tmpl/old/gst_private.sgml:
2581 * docs/gst/tmpl/old/gstaggregator.sgml:
2582 * docs/gst/tmpl/old/gstarch.sgml:
2583 * docs/gst/tmpl/old/gstatomic_impl.sgml:
2584 * docs/gst/tmpl/old/gstbufferstore.sgml:
2585 * docs/gst/tmpl/old/gstdata_private.sgml:
2586 * docs/gst/tmpl/old/gstdisksink.sgml:
2587 * docs/gst/tmpl/old/gstdisksrc.sgml:
2588 * docs/gst/tmpl/old/gstelementfactory.sgml:
2589 * docs/gst/tmpl/old/gstextratypes.sgml:
2590 * docs/gst/tmpl/old/gstfakesink.sgml:
2591 * docs/gst/tmpl/old/gstfakesrc.sgml:
2592 * docs/gst/tmpl/old/gstfdsink.sgml:
2593 * docs/gst/tmpl/old/gstfdsrc.sgml:
2594 * docs/gst/tmpl/old/gstfilesink.sgml:
2595 * docs/gst/tmpl/old/gstfilesrc.sgml:
2596 * docs/gst/tmpl/old/gsthttpsrc.sgml:
2597 * docs/gst/tmpl/old/gstidentity.sgml:
2598 * docs/gst/tmpl/old/gstindexfactory.sgml:
2599 * docs/gst/tmpl/old/gstmarshal.sgml:
2600 * docs/gst/tmpl/old/gstmd5sink.sgml:
2601 * docs/gst/tmpl/old/gstmultidisksrc.sgml:
2602 * docs/gst/tmpl/old/gstmultifilesrc.sgml:
2603 * docs/gst/tmpl/old/gstpadtemplate.sgml:
2604 * docs/gst/tmpl/old/gstpipefilter.sgml:
2605 * docs/gst/tmpl/old/gstschedulerfactory.sgml:
2606 * docs/gst/tmpl/old/gstsearchfuncs.sgml:
2607 * docs/gst/tmpl/old/gstshaper.sgml:
2608 * docs/gst/tmpl/old/gstspider.sgml:
2609 * docs/gst/tmpl/old/gstspideridentity.sgml:
2610 * docs/gst/tmpl/old/gststatistics.sgml:
2611 * docs/gst/tmpl/old/gsttee.sgml:
2612 * docs/gst/tmpl/old/gsttimecache.sgml:
2613 * docs/gst/tmpl/old/gsttypefindfactory.sgml:
2614 * docs/gst/tmpl/old/gstxmlregistry.sgml:
2615 * docs/gst/tmpl/old/gthread-cothreads.sgml:
2616 * docs/gst/tmpl/old/types.sgml:
2617 * docs/gst/tmpl/types.sgml:
2619 Rename gsttypefind.[ch] back to gsttypefindelement.[ch], since
2620 gtkdoc-scan doesn't like files with the same name in different
2622 * gst/elements/Makefile.am:
2623 * gst/elements/gstelements.c:
2624 * gst/elements/gsttypefind.c:
2625 * gst/elements/gsttypefind.h:
2626 * gst/elements/gsttypefindelement.c:
2627 * gst/elements/gsttypefindelement.h:
2629 2004-04-28 David Schleef <ds@schleef.org>
2631 A bunch of portability fixes, derived from Steve Lhomme's MSVC
2632 patch (bug #141317):
2633 * gst/gst-i18n-lib.h: Allow disabling gettext.
2634 * gst/gstatomic_impl.h: disable warning when it's dumb.
2635 * gst/gstclock.c: fix include
2636 * gst/gstcompat.h: fix variadic macro
2637 * gst/gstinfo.c: fix include
2638 * gst/gstmacros.h: add defines for inlines on MSVC
2639 * gst/gstplugin.c: fix includes
2640 * gst/gstregistry.c: fix includes
2641 * gst/gstregistry.h: use S_IREAD, etc., if S_IRUSR isn't defined
2642 * gst/gstsystemclock.c: fix include
2643 * gst/gsttrace.c: (gst_trace_new), (gst_trace_text_flush): use
2644 S_IREAD if S_IRUSR isn't defined. fix use of non-portable functions
2645 * gst/registries/gstxmlregistry.c:
2646 (gst_xml_registry_parse_element_factory): fix use of non-portable
2648 * libs/gst/control/dparam.h: Remove trailing comma in enum definition
2649 * libs/gst/control/dparammanager.h: same
2651 2004-04-28 David Schleef <ds@schleef.org>
2653 Move a bunch of unused files to old/ with names that are
2654 not case-insensitive-unique. These files still contain some
2655 useful information that needs to be merged into gstbin.sgml,
2656 etc., so they shouldn't be deleted yet.
2657 * docs/gst/tmpl/GstBin.sgml:
2658 * docs/gst/tmpl/GstBuffer.sgml:
2659 * docs/gst/tmpl/GstCaps.sgml:
2660 * docs/gst/tmpl/GstClock.sgml:
2661 * docs/gst/tmpl/GstCompat.sgml:
2662 * docs/gst/tmpl/GstData.sgml:
2663 * docs/gst/tmpl/GstElement.sgml:
2664 * docs/gst/tmpl/GstEvent.sgml:
2665 * docs/gst/tmpl/GstIndex.sgml:
2666 * docs/gst/tmpl/GstStructure.sgml:
2667 * docs/gst/tmpl/GstTag.sgml:
2668 * docs/gst/tmpl/old/GstBin.sgml:
2669 * docs/gst/tmpl/old/GstBuffer.sgml:
2670 * docs/gst/tmpl/old/GstCaps.sgml:
2671 * docs/gst/tmpl/old/GstClock.sgml:
2672 * docs/gst/tmpl/old/GstCompat.sgml:
2673 * docs/gst/tmpl/old/GstData.sgml:
2674 * docs/gst/tmpl/old/GstElement.sgml:
2675 * docs/gst/tmpl/old/GstEvent.sgml:
2676 * docs/gst/tmpl/old/GstIndex.sgml:
2677 * docs/gst/tmpl/old/GstStructure.sgml:
2678 * docs/gst/tmpl/old/GstTag.sgml:
2680 2004-04-28 David Schleef <ds@schleef.org>
2682 * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
2683 (gst_caps_append), (gst_caps_append_structure),
2684 (gst_caps_get_size), (gst_caps_get_structure), (gst_caps_copy_1),
2685 (gst_caps_set_simple), (gst_caps_set_simple_valist),
2686 (gst_caps_is_any), (gst_caps_is_empty), (gst_caps_is_chained),
2687 (gst_caps_is_fixed), (gst_caps_is_always_compatible),
2688 (gst_caps_intersect), (gst_caps_normalize),
2689 (gst_caps_transform_to_string): Patch from Tim-Philipp Müller
2690 to fix GST_CAPS() and GST_IS_CAPS(). (bug #141304)
2691 * gst/gstcaps.h: use GST_IS_CAPS().
2693 2004-04-26 David Schleef <ds@schleef.org>
2695 * gst/gstcpu.c: (gst_cpuid_i386): Don't clobber ebx in inline
2696 assembly. gcc doesn't handle it correctly. (bug #141083)
2697 * gst/gsttrashstack.h: same
2699 2004-04-25 Benjamin Otte <otte@gnome.org>
2701 * gst/gstelement.c: (gst_element_change_state):
2702 fix assertion to do an int comparison
2704 2004-04-25 Benjamin Otte <otte@gnome.org>
2706 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
2707 better debugging output on error
2709 2004-04-25 Benjamin Otte <otte@gnome.org>
2711 * gst/gstcaps.c: (gst_caps_subtract):
2714 2004-04-23 Benjamin Otte <otte@gnome.org>
2716 * gst/gstvalue.c: (gst_value_compare_buffer),
2717 (_gst_value_initialize):
2718 add comparison function for buffers
2720 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
2723 Just found out that this so-called "ima-wav" format is really
2724 just "dvi adpcm" (according to the MS WAV documentation). So
2725 renaming it. We didn't use it yet anyway.
2727 2004-04-23 Benjamin Otte <otte@gnome.org>
2729 * gst/gstcaps.c: (gst_caps_is_always_compatible):
2730 call gst_caps_is_subset
2732 2004-04-23 Benjamin Otte <otte@gnome.org>
2734 * gst/gstcaps.c: (gst_caps_subtract), (gst_caps_is_equal),
2735 (gst_caps_is_subset):
2738 2004-04-23 Benjamin Otte <otte@gnome.org>
2740 * gst/gstcaps.c: (gst_caps_structure_subtract_field),
2741 (gst_caps_structure_subtract), (gst_caps_subtract),
2742 (gst_caps_structure_figure_out_union),
2743 (gst_caps_structure_simplify), (gst_caps_do_simplify):
2744 fix simplifying and subtracting not working correctly with optional
2746 solve assorted problems that make it now simplify ebven more
2747 * docs/gst/tmpl/gstcaps.sgml:
2749 make gst_caps_do_simplify return a bool to indicate if it simplified
2750 * testsuite/caps/simplify.c: (main):
2751 add more checks. The tests is quite a bit useless right now because
2752 the core is heavily simplifying itself.
2753 * testsuite/caps/caps.h:
2754 fix caps to contain all optional properties
2756 2004-04-22 Benjamin Otte <otte@gnome.org>
2758 * docs/gst/tmpl/gstcaps.sgml:
2759 * docs/gst/tmpl/gstfilesrc.sgml:
2760 * docs/gst/tmpl/gststructure.sgml:
2761 * docs/gst/tmpl/gstvalue.sgml:
2762 update for recent API changes
2763 * gst/gstcaps.c: (gst_caps_do_simplify):
2764 fix to stop trying with a freed structure
2765 * gst/gstpad.c: (gst_pad_link_fixate):
2767 * gst/gstpad.c: (gst_pad_template_get_caps_by_name):
2770 deprecate gst_pad_template_get_caps_by_name, it doesn't work anyway
2771 * gst/gststructure.c: (gst_structure_value_get_generic_type),
2772 (gst_structure_to_string):
2773 keep the correct type when using lists of ranges
2774 * gst/gstvalue.c: (gst_value_list_prepend_value),
2775 (gst_value_list_append_value):
2776 copy the value before adding to the list (d'oh)
2777 * gst/gstvalue.c: (gst_value_subtract_int_range_int),
2778 (gst_value_subtract_int_range_int_range):
2779 handle overflows correctly
2780 * gst/gstvalue.c: (gst_value_subtract_from_list):
2782 * testsuite/caps/caps.h:
2783 add a caps that caused segfaults
2785 2004-04-22 Benjamin Otte <otte@gnome.org>
2787 * testsuite/refcounting/pad.c: (main):
2790 2004-04-22 Benjamin Otte <otte@gnome.org>
2792 * gst/gstcaps.c: (gst_caps_subtract):
2793 allow subtracting ANY and EMPTY from ANY caps
2795 2004-04-22 Benjamin Otte <otte@gnome.org>
2797 * gst/gstcaps.c: (gst_caps_append), (gst_caps_intersect),
2799 only simplify in functions that create new caps. Simplifying in
2800 gst_caps_append breaks tests.
2802 2004-04-22 Benjamin Otte <otte@gnome.org>
2804 * gst/gstcaps.c: (gst_caps_structure_simplify):
2805 unset GValue after use
2806 * gst/gstcaps.c: (gst_caps_append),
2807 * gst/gstpad.c: (gst_pad_link_fixate), (gst_pad_template_new):
2808 use gst_caps_simplify (reduces registry size by 30%)
2809 * gst/gstpad.c: (gst_pad_template_new):
2810 don't allow NULL caps
2812 2004-04-22 Benjamin Otte <otte@gnome.org>
2814 * docs/gst/gstreamer-sections.txt:
2815 add gst_caps_do_simplify
2817 add documentation for gst_caps_do_simplify
2819 fix typo in gst_value_register_subtract_func declaration for gst-doc
2821 2004-04-22 Benjamin Otte <otte@gnome.org>
2823 * gst/gstcaps.c: (gst_caps_from_string_inplace):
2824 fix bug when converting from empty string.
2825 * gst/gstcaps.c: (gst_caps_new_any), (gst_caps_new_simple),
2826 (gst_caps_new_full_valist), (gst_caps_copy), (gst_caps_copy_1):
2827 use gst_caps_new_empty to allocate a new caps. Only that function
2828 allocates memory for caps now.
2829 * gst/gstcaps.c: (gst_caps_remove_and_get_structure),
2830 (gst_caps_remove_structure):
2831 add ability to remove one structure (but not to header yet)
2832 * gst/gstcaps.c: (gst_caps_compare_structures),
2833 (gst_caps_simplify), (gst_caps_structure_figure_out_union),
2834 (gst_caps_structure_simplify), (gst_caps_do_simplify),
2836 add gst_caps_do_simplify that tries to simplify a caps in place.
2837 Deprecate old gst_caps_simplify function.
2838 * testsuite/caps/caps.h:
2839 add caps.h containing a common set of caps to test against.
2840 * testsuite/caps/sets.c: (check_caps), (main):
2842 * testsuite/caps/.cvsignore:
2843 * testsuite/caps/Makefile.am:
2844 * testsuite/caps/simplify.c: (check_caps), (main):
2845 add test to check correctness and efficency of caps simplification.
2847 2004-04-22 Sebastien Cote <sc5@hermes.usherb.ca>
2849 reviewed by Benjamin Otte <otte@gnome.org>
2851 * gst/gstparse.c: (_gst_parse_escape):
2852 Free the GString used in _gst_parse_escape()
2854 2004-04-21 Benjamin Otte <in7y118@public.uni-hamburg.de>
2856 * gst/gstpad.c: (gst_pad_link_negotiate):
2857 refuse to link if the link is not possible
2859 * testsuite/Makefile.am:
2860 * testsuite/negotiation/.cvsignore:
2861 * testsuite/negotiation/Makefile.am:
2862 * testsuite/negotiation/pad_link.c: (main):
2863 add test that checks the above behaviour
2865 2004-04-21 Thomas Vander Stichele <thomas at apestaart dot org>
2867 * docs/gst/gstreamer-sections.txt:
2870 2004-04-21 Thomas Vander Stichele <thomas at apestaart dot org>
2872 * gst/elements/gstfilesrc.c: (gst_filesrc_init),
2873 (gst_filesrc_get_mmap), (gst_filesrc_get_read), (gst_filesrc_get),
2874 (gst_filesrc_open_file), (gst_filesrc_close_file),
2875 (gst_filesrc_srcpad_query), (gst_filesrc_srcpad_event):
2876 * gst/elements/gstfilesrc.h:
2877 add support for non-regular files (#140734)
2879 2004-04-21 Benjamin Otte <otte@gnome.org>
2881 * gst/gstpad.c: (gst_pad_link_fixate):
2882 add sophisticated error checking code to see if fixation functions
2883 did their fixation right
2885 2004-04-21 Benjamin Otte <otte@gnome.org>
2887 * gst/gstcaps.c: (gst_caps_append), (gst_caps_union):
2888 check for ANY caps before appending/unioning
2889 * gst/gstcaps.c: (gst_caps_is_subset),
2890 (gst_caps_is_equal), (gst_caps_structure_subtract_field),
2891 (gst_caps_structure_subtract), (gst_caps_subtract):
2893 add gst_caps_is_equal, gst_caps_is_subset and gst_caps_subtract to
2894 the API. deprecate gst_caps_is_equal_fixed
2895 * gst/gstpad.c: (gst_pad_try_set_caps):
2896 * gst/gstqueue.c: (gst_queue_link):
2897 s/gst_caps_is_equal_fixed/gst_caps_is_equal/
2898 * gst/gststructure.c: (gst_structure_get_name_id):
2899 * gst/gststructure.h:
2900 add function gst_structure_get_name_id
2901 * gst/gstvalue.c: (gst_value_subtract_int_int_range),
2902 (gst_value_create_new_range), (gst_value_subtract_int_range_int),
2903 (gst_value_subtract_int_range_int_range),
2904 (gst_value_subtract_double_double_range),
2905 (gst_value_subtract_double_range_double),
2906 (gst_value_subtract_double_range_double_range),
2907 (gst_value_subtract_from_list), (gst_value_subtract_list),
2908 (gst_value_can_intersect), (gst_value_subtract),
2909 (gst_value_can_subtract), (gst_value_register_subtract_func),
2910 (_gst_value_initialize):
2912 add support for subtracting values from each other. Note that
2913 subtracting means subtracting as in set theory. Required for caps
2915 * testsuite/caps/.cvsignore:
2916 * testsuite/caps/Makefile.am:
2917 * testsuite/caps/erathostenes.c: (erathostenes), (main):
2918 * testsuite/caps/sets.c: (check_caps), (main):
2919 * testsuite/caps/subtract.c: (check_caps), (main):
2920 add tests for subtraction and equality code.
2922 2004-04-20 David Schleef <ds@schleef.org>
2924 * gst/autoplug/Makefile.am: Fix some little buglets in last checkin.
2925 * gst/indexers/Makefile.am:
2926 * gst/schedulers/Makefile.am:
2927 * libs/gst/bytestream/Makefile.am:
2928 * libs/gst/control/Makefile.am:
2929 * libs/gst/getbits/Makefile.am:
2931 2004-04-20 David Schleef <ds@schleef.org>
2933 * common/as-libtool.mak: Fine-tune DLL building.
2934 * configure.ac: Link plugins against libgstreamer. Define plugindir
2936 * examples/plugins/Makefile.am: remove plugindir
2937 * gst/autoplug/Makefile.am: DLL building fixes
2938 * gst/elements/Makefile.am: DLL building fixes. Disable pipefilter on
2940 * gst/elements/gstelements.c: Conditionally disable pipefilter.
2941 * gst/indexers/Makefile.am: DLL building fixes
2942 * gst/schedulers/Makefile.am: DLL building fixes.
2943 * libs/gst/bytestream/Makefile.am: DLL building fixes.
2944 * libs/gst/control/Makefile.am: same
2945 * libs/gst/getbits/Makefile.am: same
2946 * testsuite/Makefile.am: New dlopen directory
2947 * testsuite/dlopen/Makefile.am: Tests to check if libgstreamer works
2949 * testsuite/dlopen/dlopen_gst.c: (main): same
2950 * testsuite/dlopen/loadgst.c: (do_test): same
2952 2004-04-20 David Schleef <ds@schleef.org>
2954 * gst/parse/grammar.y: Apply patch from Sebastien Cote
2955 <sc5@hermes.usherb.ca> to fix a memleak. (bug #140594)
2957 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
2959 * gst/gstelement.c: (gst_element_wait),
2960 (gst_element_set_time_delay), (gst_element_change_state):
2963 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
2965 * gst/autoplug/gstspider.c: (gst_spider_link_sometimes),
2966 (gst_spider_identity_plug):
2967 improve debugging messages
2968 * gst/gstbin.c: (gst_bin_remove_func):
2969 make sure the state_change function is only called with simple state
2972 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
2974 * gst/elements/gstfakesink.c: (gst_fakesink_state_error_get_type),
2975 (gst_fakesink_set_property), (gst_fakesink_chain):
2976 * gst/elements/gstfakesrc.c: (gst_fakesrc_set_property):
2977 * gst/elements/gstfdsrc.c: (gst_fdsrc_set_property):
2978 * gst/elements/gstfilesrc.c: (gst_filesrc_set_property):
2979 * gst/elements/gstidentity.c: (gst_identity_chain),
2980 (gst_identity_set_property):
2981 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_set_property):
2982 * gst/elements/gstpipefilter.c: (gst_pipefilter_set_property):
2983 add warnings to _set_property for unknown arguments
2984 use GST_TIME_FORMAT/GST_TIME_ARGS for timestamp printing
2986 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
2990 add .po file download snippet
2991 fix a bug in the doc makefile
2993 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
2998 Added en_GB translation (Gareth Owen)
3000 2004-04-20 Johan Dahlin <johan@gnome.org>
3002 * gst/gstpad.c (_invent_event): Clean up
3004 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
3006 * testsuite/caps/filtercaps.c: (main):
3007 fix test to test things correctly (caps are complicated)
3009 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
3011 * testsuite/caps/Makefile.am:
3012 * testsuite/caps/filtercaps.c: (main):
3013 add test (that doesn't work right now, but should)
3015 2004-04-19 David Schleef <ds@schleef.org>
3017 * configure.ac: Add test for allowing unaligned access. Add define
3018 to put in gstconfig.h.
3019 * docs/gst/gstreamer-sections.txt: New symbols
3020 * docs/gst/tmpl/gstcompat.sgml: Check in changes made by gtkdoc
3021 * docs/gst/tmpl/gstfilesrc.sgml:
3022 * docs/gst/tmpl/gstparse.sgml:
3023 * docs/gst/tmpl/gsttypes.sgml:
3024 * docs/gst/tmpl/gstutils.sgml:
3025 * docs/gst/tmpl/gstvalue.sgml:
3026 * gst/gstconfig.h.in: Add GST_HAVE_UNALIGNED_ACCESS
3027 * gst/gstutils.h: Add macros for unaligned memory access. Useful
3028 on most !i386/!powerpc architectures. From Daniel Gazard
3029 <daniel.gazard@free.fr>. (bug #140156)
3030 * po/af.po: Check in changes made by gettext.
3037 2004-04-20 Benjamin Otte <otte@gnome.org>
3039 * gst/schedulers/entryscheduler.c:
3040 (gst_entry_scheduler_yield):
3041 refuse to yield when decoupled elements insist on doing that.
3042 At least it's better than crashing
3044 2004-04-19 David Schleef <ds@schleef.org>
3046 * docs/libs/Makefile.am: Change sinclude to include
3047 * docs/gst/Makefile.am: same
3048 * pkgconfig/Makefile.am: Remove GNU-ism from makefile target
3050 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
3054 Added Ukrainian translation (Maxim V. Dziumanenko)
3056 2004-04-19 Johan Dahlin <johan@gnome.org>
3058 * gst/parse/grammar.y (__gst_parse_chain_free): Don't do null
3059 checking here, do it before calling the function.
3060 Clean up, use for loops instead of while loops while iterating
3063 * gst/autoplug/gstspider.c (gst_spider_request_new_pad): Fix typo
3065 (gst_spider_create_and_plug): Improve debug message.
3066 General: Replace while loops which iterates over GLists with for
3067 loops. Which are much cleaner, improves readability, especially
3068 for gst_spider_identity_plug
3070 * gst/gstpad.c (_invent_event): Fix parameters to warning macros,
3073 2004-04-18 Thomas Vander Stichele <thomas at apestaart dot org>
3077 Added Turkish translation (Baris Cicek)
3079 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
3081 * docs/faq/troubleshooting.xml:
3082 Mention gst-register in the FAQ (fixes 139045).
3084 2004-04-17 Thomas Vander Stichele <thomas at apestaart dot org>
3086 * docs/gst/gstreamer-sections.txt:
3088 2004-04-17 Benjamin Otte <otte@gnome.org>
3090 * gst/gstelement.c: (gst_element_dispose):
3092 * gst/gstpad.c: (gst_pad_call_chain_function):
3093 don't create loads of events due to bad macro usage
3095 2004-04-16 David Schleef <ds@schleef.org>
3097 * gst/gstcaps.c: (gst_caps_is_fixed_foreach):
3098 * gst/gstpad.c: (_gst_pad_default_fixate_foreach):
3099 * gst/gstvalue.c: (gst_value_serialize_buffer),
3100 (gst_value_deserialize_buffer), (gst_type_is_fixed),
3101 (_gst_value_initialize): Create a new function gst_type_is_fixed()
3102 to indicate types that are fixed wrt caps or not. Switching to
3103 this function fixes (bug #140298).
3106 2004-04-16 David Schleef <ds@schleef.org>
3108 * common/m4/gst-arch.m4: Implmenent a whitelist and blacklist
3109 for GST_UNALIGNED_ACESS, since we essentially know which archs
3112 2004-04-17 Benjamin Otte <otte@gnome.org>
3114 * docs/gst/Makefile.am:
3115 ignore gst/parse directory when building docs (fixes #140205)
3117 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
3119 * testsuite/refcounting/mem.c: (vmsize):
3122 2004-04-16 Johan Dahlin <johan@gnome.org>
3124 * docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
3125 and gst_pad_call_get_function.
3127 2004-04-15 David Schleef <ds@schleef.org>
3129 * common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
3130 checks if we can access unaligned memory.
3131 * configure.ac: Use it.
3133 2004-04-16 Benjamin Otte <otte@gnome.org>
3135 * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
3136 (gst_filesrc_change_state), (gst_filesrc_srcpad_event):
3137 * gst/elements/gstfilesrc.h:
3138 s/seek_happened/need_discont/ and require discont before sending any
3141 2004-04-15 David Schleef <ds@schleef.org>
3143 * gst/gstvalue.c: (gst_value_serialize_buffer),
3144 (gst_value_deserialize_buffer), (_gst_value_initialize):
3145 Register these types as fundamental types. (bug #140015)
3147 2004-04-16 Benjamin Otte <otte@gnome.org>
3149 * gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
3150 (gst_pad_link_free), (gst_pad_link_try), (_invent_event),
3152 implement enforcing discont events before buffers are passed. This
3153 allows state changes of only some elements and later correctly going
3154 on where they left off (or in short: you can now set audio sinks to
3155 NULL to release the device when the pipeline is paused)
3156 * gst/gstpad.c: (gst_pad_call_chain_function),
3157 (gst_pad_call_get_function):
3159 add gst_pad_call_chain_function and gst_pad_call_get_function for
3160 scheduler interaction. They are required because of the changes
3162 * gst/schedulers/entryscheduler.c: (get_buffer),
3163 (gst_entry_scheduler_chain_wrapper),
3164 (gst_entry_scheduler_get_wrapper),
3165 (gst_entry_scheduler_state_transition),
3166 (gst_entry_scheduler_pad_link):
3167 * gst/schedulers/gstbasicscheduler.c:
3168 (gst_basic_scheduler_chain_wrapper),
3169 (gst_basic_scheduler_src_wrapper),
3170 (gst_basic_scheduler_chainhandler_proxy),
3171 (gst_basic_scheduler_gethandler_proxy),
3172 (gst_basic_scheduler_cothreaded_chain),
3173 (gst_basic_scheduler_chain_elements):
3174 * gst/schedulers/gstoptimalscheduler.c:
3175 (get_group_schedule_function), (pad_clear_queued),
3176 (gst_opt_scheduler_pad_link):
3177 use the new functions instead of calling get/chain-functions
3180 2004-04-15 David Schleef <ds@schleef.org>
3182 * docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
3183 * docs/gst/tmpl/gstinfo.sgml: same
3184 * docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
3186 * gst/gstutils.h: Remove the \ that was confusing gtk-doc.
3187 * examples/queue/queue.c: (main): We iterate pipelines, not
3190 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
3192 * docs/pwg/advanced-types.xml:
3193 Add MS RLE support. Also document Qt RLE although I have no sample
3194 files for that yet. And document an extra property for ADPCM.
3196 2004-04-15 David Schleef <ds@schleef.org>
3198 * gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
3199 (_gst_plugin_fault_handler_setup): Disable more stuff on
3202 2004-04-15 David Schleef <ds@schleef.org>
3204 * gst/gstinfo.c: (_gst_debug_init): Change some internal
3205 symbol names to not conflict with new gstinfo.h symbols.
3206 * gst/gstinfo.h: Add inline functions for all those crazy
3207 compilers that don't know how to handle variadic macros (MSVC).
3209 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
3211 * configure.ac: bump nano to 1
3213 === release 0.8.1 ===
3215 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
3220 releasing 0.8.1, "Snow Brigade"
3222 2004-04-14 David Schleef <ds@schleef.org>
3224 * testsuite/Makefile.am: define tests_ignore
3225 * testsuite/Rules: Added new tests_ignore, which get compiled,
3226 but not run (generally because they're inconsistent or have
3227 heisenbugs). Now we can ensure all the .c files compile in
3229 * testsuite/bins/Makefile.am: define tests_ignore
3230 * testsuite/bytestream/Makefile.am:
3231 * testsuite/caps/Makefile.am:
3232 * testsuite/clock/Makefile.am:
3233 * testsuite/debug/Makefile.am:
3234 * testsuite/debug/global.c: (gst_debug_log_one),
3235 (gst_debug_log_two): Fix compilation problem.
3236 * testsuite/dynparams/Makefile.am:
3237 * testsuite/elements/Makefile.am:
3238 * testsuite/ghostpads/Makefile.am:
3239 * testsuite/indexers/Makefile.am:
3240 * testsuite/parse/Makefile.am:
3241 * testsuite/plugin/Makefile.am:
3242 * testsuite/refcounting/Makefile.am:
3243 * testsuite/refcounting/element_pad.c: (main): Don't return leak
3244 results, because it's not calculated correctly.
3245 * testsuite/refcounting/pad.c: (main): same
3246 * testsuite/states/Makefile.am:
3247 * testsuite/tags/Makefile.am:
3248 * testsuite/threads/Makefile.am:
3250 2004-04-14 David Schleef <ds@schleef.org>
3252 * gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
3253 generating bad code around the cpu detection asm code.
3255 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
3257 * tools/gst-inspect.c: (print_element_info):
3258 print numeric version of rank as well, since we added some - 1
3259 rank values to elements
3261 2004-04-13 David Schleef <ds@schleef.org>
3263 * configure.ac: Disable various code when compiling for MinGW.
3264 * gst/elements/Makefile.am:
3265 * gst/elements/gstelements.c:
3266 * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
3267 * gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
3268 * gst/registries/gstxmlregistry.c: (make_dir):
3270 2004-04-13 David Schleef <ds@schleef.org>
3273 * gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
3275 * gst/gstcpuid_i386.s: remove
3277 2004-04-13 David Schleef <ds@schleef.org>
3279 * docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
3280 seems to think it needs to be done.
3281 * docs/gst/tmpl/gstfakesink.sgml:
3282 * docs/gst/tmpl/gstfakesrc.sgml:
3283 * docs/gst/tmpl/gstfdsink.sgml:
3284 * docs/gst/tmpl/gstfdsrc.sgml:
3285 * docs/gst/tmpl/gstfilesink.sgml:
3286 * docs/gst/tmpl/gstfilesrc.sgml:
3287 * docs/gst/tmpl/gstidentity.sgml:
3288 * docs/gst/tmpl/gstmd5sink.sgml:
3289 * docs/gst/tmpl/gstmultifilesrc.sgml:
3290 * docs/gst/tmpl/gstpipefilter.sgml:
3291 * docs/gst/tmpl/gstshaper.sgml:
3292 * docs/gst/tmpl/gstspider.sgml:
3293 * docs/gst/tmpl/gstspideridentity.sgml:
3294 * docs/gst/tmpl/gststatistics.sgml:
3295 * docs/gst/tmpl/gsttee.sgml:
3296 * docs/gst/tmpl/gsttypefind.sgml:
3297 * docs/gst/tmpl/gstutils.sgml:
3299 2004-04-13 David Schleef <ds@schleef.org>
3301 * configure.ac: Changes to remove POSIXisms (mmap in this case)
3302 and to build DLLs on Windows.
3304 * gst/elements/gstfilesrc.c: (gst_filesrc_get),
3305 (gst_filesrc_open_file):
3306 * gst/schedulers/Makefile.am:
3308 2004-04-13 David Schleef <ds@schleef.org>
3310 * gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
3311 (gst_caps_structure_fixate_field_nearest_double): Fix bug in
3314 2004-04-12 David Schleef <ds@schleef.org>
3316 * gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
3317 (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
3319 * gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
3320 * gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
3321 * gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
3322 * gst/gststructure.c: (gst_structure_set_valist),
3323 (gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
3324 support for buffers.
3325 * gst/gsttag.c: (gst_tag_register): Constify a prototype that was
3326 intended to be const.
3327 * gst/gsttag.h: same
3328 * gst/gstvalue.c: (gst_value_serialize_buffer),
3329 (gst_value_deserialize_buffer), (_gst_value_initialize): Add code
3330 to (de)serialize buffers.
3331 * testsuite/caps/Makefile.am: Add a bit of buffer testing
3332 * testsuite/caps/string-conversions.c: (main):
3333 * testsuite/caps/value_serialize.c: add new test
3335 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
3337 * docs/pwg/advanced-types.xml:
3338 Document MS video 1 (video/x-msvideocodec) mimetype/format.
3340 2004-04-11 Benjamin Otte <otte@gnome.org>
3342 * gst/schedulers/gstbasicscheduler.c: (plugin_init):
3343 rename categories to basic_*
3344 * gst/schedulers/gstbasicscheduler.c:
3345 (gst_basic_scheduler_chain_wrapper),
3346 (gst_basic_scheduler_chainhandler_proxy),
3347 (gst_basic_scheduler_gethandler_proxy),
3348 (gst_basic_scheduler_eventhandler_proxy):
3349 debugging category fixes - put common stuff in log category
3350 * gst/schedulers/gstbasicscheduler.c:
3351 (gst_basic_scheduler_chain_elements):
3352 dirty fix: call gst_basic_scheduler_cothreaded_chain when already
3353 active and linking two active chains
3355 2004-04-10 Benjamin Otte <otte@gnome.org>
3357 * docs/pwg/intro-preface.xml:
3358 fix dead links and remove reference to Wiki
3360 2004-04-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
3362 * gst/schedulers/gstbasicscheduler.c:
3363 make sure we can switch back to the main function if we're still in
3364 the main function (supposed to fix #139617)
3365 * gst/schedulers/gthread-cothreads.h:
3366 don't throw an error when switching to the same cothread
3368 2004-04-09 Benjamin Otte <otte@gnome.org>
3370 * gst/gstbin.c: (gst_bin_get_type):
3371 * gst/gstclock.c: (gst_clock_get_type):
3372 * gst/gstindex.c: (gst_index_get_type):
3373 * gst/gstobject.c: (gst_object_get_type),
3374 (gst_signal_object_get_type):
3375 * gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
3376 (gst_pad_template_get_type), (gst_ghost_pad_get_type):
3377 * gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
3378 * gst/gstqueue.c: (gst_queue_get_type):
3379 * gst/gstregistry.c: (gst_registry_get_type):
3380 * gst/gstsystemclock.c: (gst_system_clock_get_type):
3381 * gst/gstthread.c: (gst_thread_get_type):
3382 don't use memchunks for these objects, use malloc instead
3384 2004-04-08 Thomas Vander Stichele <thomas at apestaart dot org>
3386 * docs/gst/.cvsignore:
3387 * docs/gst/Makefile.am:
3388 * docs/gst/gstreamer-sections.txt:
3389 * docs/gst/tmpl/gstaggregator.sgml:
3390 * docs/gst/tmpl/gstbuffer.sgml:
3391 * docs/gst/tmpl/gstclock.sgml:
3392 * docs/gst/tmpl/gstelement.sgml:
3393 * docs/gst/tmpl/gstfakesink.sgml:
3394 * docs/gst/tmpl/gstfakesrc.sgml:
3395 * docs/gst/tmpl/gstfdsink.sgml:
3396 * docs/gst/tmpl/gstfdsrc.sgml:
3397 * docs/gst/tmpl/gstfilesink.sgml:
3398 * docs/gst/tmpl/gstfilesrc.sgml:
3399 * docs/gst/tmpl/gstidentity.sgml:
3400 * docs/gst/tmpl/gstindex.sgml:
3401 * docs/gst/tmpl/gstinfo.sgml:
3402 * docs/gst/tmpl/gstmd5sink.sgml:
3403 * docs/gst/tmpl/gstmultifilesrc.sgml:
3404 * docs/gst/tmpl/gstpad.sgml:
3405 * docs/gst/tmpl/gstpipefilter.sgml:
3406 * docs/gst/tmpl/gstpipeline.sgml:
3407 * docs/gst/tmpl/gstpluginfeature.sgml:
3408 * docs/gst/tmpl/gstqueue.sgml:
3409 * docs/gst/tmpl/gstregistry.sgml:
3410 * docs/gst/tmpl/gstscheduler.sgml:
3411 * docs/gst/tmpl/gstshaper.sgml:
3412 * docs/gst/tmpl/gstspider.sgml:
3413 * docs/gst/tmpl/gstspideridentity.sgml:
3414 * docs/gst/tmpl/gststatistics.sgml:
3415 * docs/gst/tmpl/gstsystemclock.sgml:
3416 * docs/gst/tmpl/gsttee.sgml:
3417 * docs/gst/tmpl/gstthread.sgml:
3418 * docs/gst/tmpl/gsttypefind.sgml:
3419 * docs/gst/tmpl/gstutils.sgml:
3420 further doc build fixes
3422 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
3424 * docs/gst/Makefile.am:
3425 make docs exit on scanning problems
3426 fix nonsrcdir build issues
3427 * docs/gst/gstreamer-sections.txt:
3428 adding stuff from -unused
3431 * gst/schedulers/cothreads_compat.h:
3432 fix cothread warnings
3434 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
3436 * docs/gst/gstreamer-sections.txt:
3437 remove defines deprecated by Benjamin
3439 2004-04-07 Benjamin Otte <otte@gnome.org>
3441 * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
3442 when the buffer is complete, don't check if other buffers are needed
3443 * gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
3444 check that the offset is >0 so we don't try to read before the
3445 beginning of the file
3446 * gst/gstpad.c: (gst_pad_set_pad_template):
3447 sink the template, so we don't end up with 130k pad templates
3449 2004-04-06 Benjamin Otte <otte@gnome.org>
3451 * gst/autoplug/gstspider.c: (gst_spider_link_add):
3452 don't ref the element, adding already reffed it. And we didn't unref
3453 it later anyway... (huge memleak when you used many spider elements)
3454 * gst/gstelement.c: (gst_element_base_class_finalize):
3455 * gst/gstelementfactory.c: (gst_element_factory_cleanup),
3456 (gst_element_register):
3457 * gst/gsturi.c: (gst_element_make_from_uri):
3458 use gst_object_(un)ref instead of g_object(un)ref
3460 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
3463 remove macro that wouldn't work anymore because struct member has
3465 * gst/schedulers/entryscheduler.c: (schedule_forward):
3466 fix segfault for unconnected pads
3468 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
3470 reviewed by David Schleef <ds@schleef.org>
3473 *_FORMAT modifiers should require putting a % in front of them for
3474 consistency reasons.
3476 2004-04-05 Colin Walters <walters@redhat.com>
3478 * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
3481 2004-04-05 Benjamin Otte <otte@gnome.org>
3485 * gst/gst_private.h:
3486 * gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
3487 add support for detecting if GStreamer runs inside valgrind.
3488 requires valgrind (d'oh) and --enable-debug for correct cdetection.
3489 print a big message in valgrind that GStreamer has detected it's
3490 running inside and might now use different code.
3491 * gst/gstmemchunk.c: (populate), (free_area),
3492 (gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
3493 (gst_mem_chunk_free):
3494 flag memchunks for valgrind, so it can detect leaking of chunks.
3495 This allows detecting leaks of GstBuffer and GstEvent correctly
3498 2004-04-05 David Schleef <ds@schleef.org>
3500 * gst/gsttrace.h: Fix #ifdef nesting (bug #139109) Patch from
3501 jensgr@gmx.net (Jens Granseuer)
3503 2004-04-05 David Schleef <ds@schleef.org>
3505 * gst/gstbuffer.c: (_gst_buffer_sub_free),
3506 (gst_buffer_default_free), (gst_buffer_default_copy),
3507 (gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
3508 (gst_buffer_new), (gst_buffer_create_sub): Allocate GstBuffer
3509 structures in one place.
3511 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
3513 * gst/gstinfo.h: adding Ronald's timestamp debugging defines
3514 (GST_TIME_FORMAT, GST_TIME_ARGS)
3516 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
3518 * testsuite/elements/Makefile.am:
3519 disable test until it stops breaking make distcheck
3521 2004-04-05 Johan Dahlin <johan@gnome.org>
3523 * po/sv.po: Updated translation
3525 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
3527 * gst/gstplugin.c: (gst_plugin_load_file):
3528 fix segfault for when original plugin was loaded statically
3530 2004-04-05 Benjamin Otte <otte@gnome.org>
3532 * testsuite/debug/category.c: (main):
3533 * testsuite/debug/commandline.c: (main):
3534 * testsuite/debug/output.c: (main):
3535 fix tests to work again with debugging enabled
3537 2004-04-05 Benjamin Otte <otte@gnome.org>
3539 * gst/schedulers/gstbasicscheduler.c:
3540 (gst_basic_scheduler_pad_link):
3541 fix to work with recent scheduling changes
3543 2004-04-05 Benjamin Otte <otte@gnome.org>
3545 * gst/schedulers/entryscheduler.c: (some functions, dunno which,
3546 prepareChangeLog doesn't work when cvs indents):
3547 don't throw an error when no element can be scheduled, there's too
3548 many weird reasons why it doesn't work. Return STOPPED instead.
3549 decoupled elemts' schedulability doesn't depend on bufpens.
3551 2004-04-04 Benjamin Otte <otte@gnome.org>
3553 * gst/schedulers/gstbasicscheduler.c:
3554 (gst_basic_scheduler_pad_select):
3555 fix uninitialized variable warnings
3557 2004-04-04 Benjamin Otte <otte@gnome.org>
3559 * gst/gstpad.c: (gst_pad_collect_valist):
3560 fix uninitialized variable warning
3561 * gst/schedulers/entryscheduler.c: (schedule_forward):
3562 fix shadowed variable
3564 2004-04-04 Benjamin Otte <otte@gnome.org>
3566 * gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
3567 (gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
3570 * gst/gstscheduler.c: (gst_scheduler_pad_select),
3571 (gst_scheduler_lock_element), (gst_scheduler_unlock_element):
3572 * gst/gstscheduler.h:
3573 implement gst_pad_collect as replacement for gst_pad_select.
3574 deprecate gst_pad_select and gst_scheduler_(un)lock_element
3575 add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
3576 new pad_select, lock and unlock calls.
3577 * gst/cothreads.c: (cothread_destroy), (cothread_switch):
3579 * gst/schedulers/cothreads_compat.h:
3580 * gst/schedulers/gthread-cothreads.h:
3581 remove unused cothread_lock and cothread_unlock calls
3582 * gst/schedulers/entryscheduler.c:
3583 (gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
3584 (_can_schedule_loop), (gst_entry_scheduler_get_handler),
3585 (gst_entry_scheduler_pad_select):
3587 * gst/schedulers/gstbasicscheduler.c:
3588 (gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
3589 (gst_basic_scheduler_pad_select):
3590 remove useless lock and unlock calls, update pad_select to new API
3592 * gst/schedulers/gstoptimalscheduler.c:
3593 (gst_opt_scheduler_class_init):
3594 remove useless select, lock and unlock function calls
3595 * gst/elements/gstaggregator.c: (gst_aggregator_loop):
3596 use gst_pad_collect instead of gst_pad_select
3598 2004-04-04 Benjamin Otte <otte@gnome.org>
3600 * gst/schedulers/entryscheduler.c: (_can_schedule_get),
3601 (can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
3602 (schedule_next_element), (print_entry):
3603 add can_schedule_pad to handle element states.
3604 add schedule_forward to select the correct entry to schedule next
3606 2004-04-03 Benjamin Otte <otte@gnome.org>
3608 * gst/schedulers/entryscheduler.c:
3609 remove unused variable, fix error inside Rb, fix compile warning in
3612 2004-04-03 Benjamin Otte <otte@gnome.org>
3614 * gst/schedulers/entryscheduler.c:
3615 completely revamp the inner workings, so it's a lot easier to
3616 understand and extend
3618 2004-04-03 Andy Wingo <wingo@pobox.com>
3620 * gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
3621 Rename ->group1 and ->group2 to ->src and ->sink, respectively.
3622 This allows better introspection of pipeline topology.
3623 (add_to_chain): Don't do trickery to put loop elements first;
3624 rather, queue a chain sort by marking the chain as dirty.
3625 (remove_from_chain): Mark the chain dirty.
3626 (sort_chain): New function. Sorts the group list so that terminal
3627 sinks are first. This means elements on the sink side will be
3628 preferentially sscheduled before elements on the src side of the
3630 (chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
3631 (schedule_chain): If the chain is marked DIRTY, call sort_chain.
3632 (gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
3633 (group_inc_link): Change argument and variable names to match the
3634 new link structure member names (src and sink).
3635 (group_dec_link): Add some description
3637 2004-04-03 Benjamin Otte <otte@gnome.org>
3639 * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
3641 * testsuite/debug/category.c: (main):
3642 * testsuite/debug/commandline.c: (main):
3643 * testsuite/debug/output.c: (main):
3644 * testsuite/debug/printf_extension.c: (main):
3645 fix to successfully build and test with --disable-gst-debug
3646 configure switch (fixes #138705)
3648 2004-04-03 Benjamin Otte <otte@gnome.org>
3650 * docs/pwg/building-boiler.xml:
3651 add cvs login line and s/anonymous/anoncvs/
3653 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
3655 reviewed by Benjamin Otte <otte@gnome.org>
3657 * gst/gststructure.c: (gst_structure_free):
3658 memleak fix: free fields array (partial fix for #134839)
3660 2004-04-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
3662 * docs/random/ds/0.9-suggested-changes:
3663 Add a note to change handoff use in fakesrc to be usable in
3664 a more generic way (fakesrc should be renamed to appsrc or so).
3665 * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
3666 Change signal type to scope, so we can fill the buffer in the
3667 handoff handler (that's the whole use of this signal...).
3669 2004-04-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
3671 * docs/pwg/other-ntoone.xml:
3672 Document muxers and n-to-1 elements.
3674 2004-04-01 Martin Soto <martinsoto@users.sourceforge.net>
3676 * gst/registries/gstxmlregistry.c
3677 (gst_xml_registry_rebuild_recurse): Fix the algorithm to
3678 determine if a file is a G_MODULE. The old one discards paths
3679 containing "so" somewhere in the middle. My home directory is
3680 called "soto". Go figure...
3682 2004-03-31 David Schleef <ds@schleef.org>
3684 * gst/gstbuffer.c: (gst_buffer_join): Add function gst_buffer_join()
3685 to eventually deprecate gst_buffer_merge(). (bug: #136408)
3688 2004-03-31 David Schleef <ds@schleef.org>
3690 * gst/gstvalue.c: (gst_value_union_int_int_range),
3691 (gst_value_union_int_range_int_range), (gst_value_can_union),
3692 (gst_value_union), (_gst_value_initialize): Add some union
3693 implementations. We didn't have any previously.
3694 * testsuite/caps/Makefile.am:
3695 * testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
3696 (gst_audioscale_getcaps), (test_caps), (main): A little test
3697 that is the same as the caps manipulation in audioscale.
3699 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
3701 * docs/faq/general.xml:
3702 add entry about "does gst support format X?"
3704 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
3709 fix GST_BOILERPLATE_FULL to not throw casting errors on C++
3711 2004-03-30 Benjamin Otte <otte@gnome.org>
3713 * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
3714 set the offset of the buffer to the requested offset
3715 * gst/elements/gsttypefind.c: (stop_typefinding):
3716 revert patch 1.18 (which I unfortunately don't know the reason for).
3717 This is needed to allow downstream elements to seek. Otherwise
3718 typefind might overwrite a previous seek by downstream elements.
3719 This lead to errors with id3tag and typefind on some mp3s.
3720 * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
3721 (gst_entry_scheduler_iterate):
3722 be more verbose when debugging
3724 2004-03-30 Thomas Vander Stichele <thomas at apestaart dot org>
3726 * gst/gstcaps.c: (gst_caps_from_string_inplace):
3727 make sure we don't get NULL strings
3729 2004-03-30 Thomas Vander Stichele <thomas at apestaart dot org>
3733 * gst/gstelementfactory.c: (gst_element_factory_get_type):
3734 * gst/gstindex.c: (gst_index_resolver_get_type),
3735 (gst_index_get_type), (gst_index_factory_get_type):
3739 * gst/gsturi.c: (gst_uri_handler_get_type):
3741 first batch of documentation fixes
3743 2004-03-29 David Schleef <ds@schleef.org>
3745 * docs/gst/Makefile.am: Disable a bunch of headers from being scanned
3746 * docs/gst/gstreamer-docs.sgml: More hacking
3747 * docs/gst/gstreamer-sections.txt:
3748 * docs/gst/tmpl/cothreads_compat.sgml:
3749 * docs/gst/tmpl/gstcaps.sgml:
3750 * docs/gst/tmpl/gstclock.sgml:
3751 * docs/gst/tmpl/gstelement.sgml:
3752 * docs/gst/tmpl/gstevent.sgml:
3753 * docs/gst/tmpl/gstpad.sgml:
3754 * docs/gst/tmpl/gstutils.sgml:
3755 * docs/gst/tmpl/gstxml.sgml:
3756 * docs/gst/tmpl/gthread-cothreads.sgml:
3757 * docs/random/ds/0.9-suggested-changes:
3758 * gst/elements/gstfakesink.h: doc fixes
3759 * gst/elements/gstfakesrc.h: doc fixes
3760 * gst/gstcaps.c: doc fixes
3761 * gst/gstcaps.h: doc fixes
3762 * gst/gstelement.c: doc fixes
3763 * gst/gstelement.h: doc fixes
3764 * gst/gstindex.c: doc fixes
3765 * gst/gstinfo.c: doc fixes
3766 * gst/gstpad.c: doc fixes
3767 * gst/gstpad.h: doc fixes
3768 * gst/gstplugin.c: doc fixes
3769 * gst/gsttypefind.h: doc fixes
3770 * gst/gsturi.c: doc fixes
3771 * gst/gstvalue.c: doc fixes
3773 2004-03-29 Colin Walters <walters@redhat.com>
3775 * gst/registries/gstxmlregistry.c (get_time)
3776 (plugin_times_older_than_recurse):
3777 Use the result of stat to determine whether a path is a file,
3778 so we don't attempt to opendir() files.
3780 2004-03-29 Benjamin Otte <otte@gnome.org>
3782 * gst/gstpad.c: (gst_pad_set_explicit_caps):
3783 print caps in debugging output when setting caps failed
3784 * gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
3785 (schedule_next_element), (get_buffer), (run_chainhandler),
3786 (element_may_start), (gst_entry_scheduler_chain_handler),
3787 (gst_entry_scheduler_get_handler),
3788 (gst_entry_scheduler_state_transition),
3789 (gst_entry_scheduler_pad_link):
3790 make this scheduler a testcase for mandatory
3791 discont-before-first-buffer which is needed if we want to allow apps
3792 to release the sound device.
3793 add SCHED_ASSERT macro to print scheduler state before an assertion
3796 2004-03-29 Benjamin Otte <otte@gnome.org>
3799 replace by LGPL (former COPYING.LIB). The core is completely
3804 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
3808 updated Afrikaans and Swedish
3810 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
3814 adding Azerbaijani (Mətin Əmirov)
3816 2004-03-28 Martin Soto <martinsoto@users.sourceforge.net>
3819 * gst/gstelement.c (gst_element_set_time_delay): New function for
3820 setting element time taking into account a hardware buffering
3822 (gst_element_set_time): Now just an invocation of
3823 gst_element_set_time_delay.
3825 * gst/gstclock.c (gst_clock_get_event_time_delay): New function
3826 allowing to set event times in the future.
3827 (gst_clock_get_event_time): Now just an invocation of
3828 gst_clock_get_event_time_delay.
3830 2004-03-28 Benjamin Otte <otte@gnome.org>
3832 * gst/gstbin.c: (gst_bin_set_element_sched),
3833 (gst_bin_unset_element_sched):
3834 don't add decoupled elements to schedulers - otherwise it's
3835 impossible to control if a link to a decoupled element was already
3836 removed from a scheduler or not.
3837 * gst/schedulers/cothreads_compat.h:
3838 * gst/schedulers/gthread-cothreads.h:
3839 add COTHREADS_TYPE macro. Make do_cothread_set_func a macro so there
3840 is no "unused" warning.
3841 * gst/schedulers/Makefile.am:
3842 * gst/schedulers/entryscheduler.c:
3843 add new scheduler, based on ideas from talking to David and Martin.
3844 It's supposed to be small and correct. Currently it's also slow (but
3846 * examples/retag/retag.c: (main):
3847 * testsuite/bytestream/test1.c: (main):
3848 fix missing NULLs at end of variadic functions
3849 * testsuite/elements/.cvsignore:
3852 2004-03-28 Jan Schmidt <thaytan@mad.scientist.com>
3855 Added GST_EVENT_ANY for GstEvents that pass a GstStructure
3857 2004-03-25 David Schleef <ds@schleef.org>
3859 * docs/gst/gstreamer-sections.txt: More doc hacking.
3860 * docs/gst/tmpl/gstaggregator.sgml:
3861 * docs/gst/tmpl/gstautoplugfactory.sgml:
3862 * docs/gst/tmpl/gstbin.sgml:
3863 * docs/gst/tmpl/gstbuffer.sgml:
3864 * docs/gst/tmpl/gstbufferstore.sgml:
3865 * docs/gst/tmpl/gstfakesink.sgml:
3866 * docs/gst/tmpl/gstfakesrc.sgml:
3867 * docs/gst/tmpl/gstmd5sink.sgml:
3868 * docs/gst/tmpl/gstreamer-unused.sgml:
3869 * docs/gst/tmpl/gstsearchfuncs.sgml:
3870 * docs/gst/tmpl/gstshaper.sgml:
3871 * docs/gst/tmpl/gstspider.sgml:
3872 * docs/gst/tmpl/gsttee.sgml:
3873 * docs/gst/tmpl/gstutils.sgml:
3874 * docs/gst/tmpl/gstvalue.sgml:
3875 * docs/gst/tmpl/gstxml.sgml:
3876 * gst/Makefile.am: Remove gstthreaddummy.c. It never worked,
3877 and we don't support it.
3878 * gst/gst.c: (gst_init_get_popt_table), (init_pre), (init_post),
3879 (gst_use_threads), (gst_has_threads): same
3880 * gst/gstthreaddummy.c: same
3881 * gst/autoplug/gstspider.c: Make gst_spider_details static.
3882 * gst/autoplug/gstspider.h: same
3883 * gst/elements/gstaggregator.h: Remove bogus function from header
3884 * gst/elements/gstfakesink.h: same
3885 * gst/elements/gstfakesrc.h: same
3886 * gst/elements/gstmd5sink.h: same
3887 * gst/elements/gstshaper.h: same
3888 * gst/elements/gsttee.h: same
3889 * gst/gstbin.c: doc fixes
3890 * gst/gstbin.h: Remove unused definition.
3891 * gst/gstbuffer.c: doc fixes
3892 * gst/gstcaps.c: (gst_caps_is_always_compatible): doc fixes
3893 * gst/gstfilter.c: doc fixes
3894 * gst/gsttag.c: doc fixes
3895 * gst/gstvalue.c: doc fixes
3897 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
3899 * docs/pwg/advanced-types.xml:
3900 Document typefinding.
3901 * docs/pwg/other-oneton.xml:
3902 Document one-to-n elements, demuxers and parsers.
3904 2004-03-25 Tim-Philipp Müller <t.i.m@zen.co.uk>
3906 reviewed by: David Schleef <ds@schleef.org>
3908 * configure.ac: Check bison version (bug #127838)
3910 2004-03-25 David Schleef <ds@schleef.org>
3912 * docs/gst/gstreamer-docs.sgml: More fine tuning.
3913 * docs/gst/gstreamer-sections.txt:
3914 * docs/gst/tmpl/gstautoplug.sgml:
3915 * docs/gst/tmpl/gststaticautoplug.sgml:
3916 * docs/gst/tmpl/gststaticautoplugrender.sgml:
3917 * docs/gst/tmpl/gstutils.sgml:
3918 * docs/gst/tmpl/gstxml.sgml:
3920 2004-03-24 David Schleef <ds@schleef.org>
3922 * docs/gst/gstreamer-docs.sgml: I got tired of the reference
3923 manual being such complete crap, that I decided to do major
3924 hacking of it. This checkin replaces any fine tuning that
3925 may have been done previously, with the benefit of actually
3926 being complete for much of the API that was changed since
3927 0.6. Further fine tuning will occur shortly. (bug #134721)
3928 * docs/gst/gstreamer-sections.txt:
3929 * docs/gst/tmpl/GstBin.sgml:
3930 * docs/gst/tmpl/GstBuffer.sgml:
3931 * docs/gst/tmpl/GstCaps.sgml:
3932 * docs/gst/tmpl/GstClock.sgml:
3933 * docs/gst/tmpl/GstCompat.sgml:
3934 * docs/gst/tmpl/GstData.sgml:
3935 * docs/gst/tmpl/GstElement.sgml:
3936 * docs/gst/tmpl/GstEvent.sgml:
3937 * docs/gst/tmpl/GstIndex.sgml:
3938 * docs/gst/tmpl/GstStructure.sgml:
3939 * docs/gst/tmpl/GstTag.sgml:
3940 * docs/gst/tmpl/cothreads.sgml:
3941 * docs/gst/tmpl/cothreads_compat.sgml:
3942 * docs/gst/tmpl/gettext.sgml:
3943 * docs/gst/tmpl/grammar.tab.sgml:
3944 * docs/gst/tmpl/gst-i18n-app.sgml:
3945 * docs/gst/tmpl/gst-i18n-lib.sgml:
3946 * docs/gst/tmpl/gst.sgml:
3947 * docs/gst/tmpl/gst_private.sgml:
3948 * docs/gst/tmpl/gstaggregator.sgml:
3949 * docs/gst/tmpl/gstarch.sgml:
3950 * docs/gst/tmpl/gstatomic.sgml:
3951 * docs/gst/tmpl/gstatomic_impl.sgml:
3952 * docs/gst/tmpl/gstbin.sgml:
3953 * docs/gst/tmpl/gstbuffer.sgml:
3954 * docs/gst/tmpl/gstbufferstore.sgml:
3955 * docs/gst/tmpl/gstcaps.sgml:
3956 * docs/gst/tmpl/gstclock.sgml:
3957 * docs/gst/tmpl/gstcompat.sgml:
3958 * docs/gst/tmpl/gstconfig.sgml:
3959 * docs/gst/tmpl/gstcpu.sgml:
3960 * docs/gst/tmpl/gstdata.sgml:
3961 * docs/gst/tmpl/gstdata_private.sgml:
3962 * docs/gst/tmpl/gstelement.sgml:
3963 * docs/gst/tmpl/gstenumtypes.sgml:
3964 * docs/gst/tmpl/gsterror.sgml:
3965 * docs/gst/tmpl/gstevent.sgml:
3966 * docs/gst/tmpl/gstfakesink.sgml:
3967 * docs/gst/tmpl/gstfakesrc.sgml:
3968 * docs/gst/tmpl/gstfilesink.sgml:
3969 * docs/gst/tmpl/gstfilter.sgml:
3970 * docs/gst/tmpl/gstindex.sgml:
3971 * docs/gst/tmpl/gstinfo.sgml:
3972 * docs/gst/tmpl/gstinterface.sgml:
3973 * docs/gst/tmpl/gstlog.sgml:
3974 * docs/gst/tmpl/gstmacros.sgml:
3975 * docs/gst/tmpl/gstmarshal.sgml:
3976 * docs/gst/tmpl/gstmd5sink.sgml:
3977 * docs/gst/tmpl/gstmultifilesrc.sgml:
3978 * docs/gst/tmpl/gstobject.sgml:
3979 * docs/gst/tmpl/gstpad.sgml:
3980 * docs/gst/tmpl/gstparse.sgml:
3981 * docs/gst/tmpl/gstpipeline.sgml:
3982 * docs/gst/tmpl/gstplugin.sgml:
3983 * docs/gst/tmpl/gstpluginfeature.sgml:
3984 * docs/gst/tmpl/gstqueue.sgml:
3985 * docs/gst/tmpl/gstreamer-unused.sgml:
3986 * docs/gst/tmpl/gstregistry.sgml:
3987 * docs/gst/tmpl/gstregistrypool.sgml:
3988 * docs/gst/tmpl/gstscheduler.sgml:
3989 * docs/gst/tmpl/gstsearchfuncs.sgml:
3990 * docs/gst/tmpl/gstshaper.sgml:
3991 * docs/gst/tmpl/gstspider.sgml:
3992 * docs/gst/tmpl/gstspideridentity.sgml:
3993 * docs/gst/tmpl/gststructure.sgml:
3994 * docs/gst/tmpl/gstsystemclock.sgml:
3995 * docs/gst/tmpl/gsttag.sgml:
3996 * docs/gst/tmpl/gsttaginterface.sgml:
3997 * docs/gst/tmpl/gsttee.sgml:
3998 * docs/gst/tmpl/gstthread.sgml:
3999 * docs/gst/tmpl/gsttrace.sgml:
4000 * docs/gst/tmpl/gsttrashstack.sgml:
4001 * docs/gst/tmpl/gsttypefind.sgml:
4002 * docs/gst/tmpl/gsttypes.sgml:
4003 * docs/gst/tmpl/gsturi.sgml:
4004 * docs/gst/tmpl/gsturitype.sgml:
4005 * docs/gst/tmpl/gstutils.sgml:
4006 * docs/gst/tmpl/gstvalue.sgml:
4007 * docs/gst/tmpl/gstversion.sgml:
4008 * docs/gst/tmpl/gstxml.sgml:
4009 * docs/gst/tmpl/gstxmlregistry.sgml:
4010 * docs/gst/tmpl/gthread-cothreads.sgml:
4011 * docs/gst/tmpl/types.sgml:
4013 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
4015 * docs/pwg/other-sink.xml:
4016 * docs/pwg/other-source.xml:
4017 Documentation on how to write source and sink elements. Other
4018 stuff in chapter 4 (1-to-n/demuxer, n-to-1/muxer, n-to-n,
4019 manager, autoplugger) are all still pending.
4021 2004-03-25 Benjamin Otte <otte@gnome.org>
4023 * testsuite/elements/Makefile.am:
4024 * testsuite/elements/gst-compprep-check:
4025 add check to make sure gst-compprep works
4026 * testsuite/elements/gst-inspect-check.in:
4027 improve initialization output
4028 * testsuite/Makefile.am:
4029 * testsuite/gst-inspect-check:
4032 2004-03-24 David Schleef <ds@schleef.org>
4034 * testsuite/elements/Makefile.am:
4035 * testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
4038 2004-03-24 Benjamin Otte <otte@gnome.org>
4040 * libs/gst/control/dparam.c: (gst_dparam_attach),
4041 (gst_dparam_detach):
4042 * libs/gst/control/dparammanager.c: (gst_dpman_init):
4043 fix lvalue casts for real
4045 2004-03-24 Benjamin Otte <otte@gnome.org>
4047 * gst/schedulers/gstbasicscheduler.c:
4048 (gst_basic_scheduler_src_wrapper):
4049 * gst/schedulers/gstoptimalscheduler.c:
4050 (gst_opt_scheduler_loop_wrapper), (gst_opt_scheduler_get_wrapper),
4051 (pad_clear_queued), (gst_opt_scheduler_add_element),
4052 (gst_opt_scheduler_remove_element):
4053 fix GStreamer to not have issues with lvalue casts anymore (fixes
4056 2004-03-24 Benjamin Otte <otte@gnome.org>
4059 add documentation about a gobject quirk where the object hasn't the
4060 correct class pointer set on initialization
4061 * gst/schedulers/gstbasicscheduler.c:
4062 (gst_basic_scheduler_src_wrapper):
4063 make sure to not run into an infinite loop
4065 2004-03-22 Benjamin Otte <otte@gnome.org>
4067 * gst/gstutils.c: (gst_util_dump_mem):
4069 first argument of gst_util_dump_mem should be const
4071 2004-03-22 Johan Dahlin <johan@gnome.org>
4073 * gst/gstvalue.h: Clean up a little bit.
4075 2004-03-21 Tim-Philipp Müller <t.i.m@zen.co.uk>
4077 reviewed by Benjamin Otte <otte@gnome.org>
4079 * gst/autoplug/gstspider.c: (gst_spider_dispose):
4080 * gst/elements/gstaggregator.c: (gst_aggregator_finalize),
4081 (gst_aggregator_class_init), (gst_aggregator_init):
4082 * gst/elements/gstfilesrc.c: (gst_filesrc_init),
4083 (gst_filesrc_dispose), (gst_filesrc_set_location):
4084 * gst/elements/gstidentity.c: (gst_identity_finalize),
4085 (gst_identity_class_init), (gst_identity_chain):
4086 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
4087 * gst/elements/gststatistics.c: (gst_statistics_finalize),
4088 (gst_statistics_class_init):
4089 * gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
4090 (gst_tee_get_property):
4091 clean up used memory in this elements correctly on teardown (closes
4094 2004-03-20 Colin Walters <walters@redhat.com>
4096 * gst/registries/gstxmlregistry.c:
4097 (gst_xml_registry_open_func, gst_xml_registry_close_func): Make
4098 registry saving atomic.
4100 2004-03-20 Colin Walters <walters@redhat.com>
4102 * gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func):
4104 access() instead of actually creating and deleting files.
4106 2004-03-18 David Schleef <ds@schleef.org>
4108 * configure.ac: Remove HAVE_ATOMIC_H test, since it's unused.
4111 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
4113 * po/sv.po: updated translation (Christian Rose)
4115 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
4117 * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
4118 (gst_filesink_get_query_types), (_do_init),
4119 (gst_filesink_handle_event), (gst_filesink_uri_get_protocols):
4120 return FALSE silently
4121 * po/af.po: updated translation (Petri Jooste)
4123 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
4127 dist common properly
4133 refreshing translations
4135 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
4140 adding Swedish (Christian Rose) and Afrikaans (Petri Jooste)
4142 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
4144 * Makefile.am: use common/release.mak
4146 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
4148 * docs/faq/gst-uninstalled:
4149 adding gst-monkeysaudio to the list of possible plugin dirs
4151 2004-03-16 David Schleef <ds@schleef.org>
4153 * gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
4154 (gst_init_check_with_popt_table): Fix some gettext strings to
4155 make them easier to translate. Required making the strings
4158 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
4160 * configure.ac: bump nano to 1
4162 === release 0.8.0 ===
4164 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
4166 * configure.ac: release 0.8.0, "Executive Slacks"
4168 2004-03-16 Johan Dahlin <johan@gnome.org>
4170 * gst/schedulers/gstoptimalscheduler.c
4171 (gst_opt_scheduler_pad_unlink): Remove double ;,
4172 spotted by Scott Wheeler
4174 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
4176 * configure.ac: bump libtool version
4178 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
4181 * gst/gststructure.h:
4182 add reserved padding
4184 2004-03-15 Benjamin Otte <otte@gnome.org>
4186 * gst/elements/gstfdsrc.c: (gst_fdsrc_get):
4187 set the first parameter for select call correctly.
4190 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
4192 * *.c,*.h: don't mix tabs and spaces
4194 2004-03-15 Johan Dahlin <johan@gnome.org>
4196 * gst/schedulers/gstoptimalscheduler.c
4197 (gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
4198 crash on MPEG playback. My boolean arithmetic is a bit rusty.
4200 * tools/Makefile.am (EXTRA_DIST): Add gst-indent
4202 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
4205 fix gst-register rules
4207 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
4210 use versioned gst-register
4212 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
4214 * docs/libs/gstreamer-libs-sections.txt:
4215 remove </SUBSECTION>
4217 * gst/gstregistry.c: (gst_registry_add_plugin):
4218 * gst/registries/gstxmlregistry.c: (gst_xml_registry_get_type),
4219 (gst_xml_registry_open_func), (gst_xml_registry_close_func):
4220 add debugging and fix some comment blocks
4222 2004-03-15 Johan Dahlin <johan@gnome.org>
4224 * *.h: Revert indent changes.
4226 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
4228 * gst/registries/gstxmlregistry.c: (gst_xml_registry_load_plugin):
4229 g_error_free the g_error
4230 * tools/gst-feedback-m.m:
4231 check for other versions of gstreamer
4235 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
4237 * tools/gst-register.c: do not spill paths when registries are not
4238 writable, until we fix the "user running gst-register" case.
4240 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
4242 * *.c, *.h: commit of gst-indent run on core
4244 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
4247 * tools/Makefile.am:
4248 add our indentation style as a script
4250 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
4254 added Serbian translation
4256 2004-03-13 Benjamin Otte <otte@gnome.org>
4259 add documentation note about gst_element_found_tags_for_pad not
4260 being usable in getfunctions. (see #137042)
4262 2004-03-12 David Schleef <ds@schleef.org>
4264 * gst/gstcaps.h: jdahlin, what are you smoking? We can't just
4265 change API right now! Readd gst_caps_is_simple() macro.
4266 * gst/gstelement.c: (gst_element_base_class_finalize): Fix
4267 uninitialized variable. I'd bet this caused crashes.
4268 * gst/gstinfo.c: (gst_debug_print_object): Fix 64-bit cleanliness.
4270 2004-03-12 Johan Dahlin <johan@gnome.org>
4272 * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
4273 * gst/gstcaps.h: Clean up
4275 * gst/gst.c (init_post): call gst_caps_get_type() instead of
4276 _gst_caps_initalize()
4278 * gst/gstcaps.c: Style fixes, stay closer to glib and friends
4279 (_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
4281 * gst/gststructure.c (gst_structure_get_type): Ditto
4283 * gst/gststructure.h: Ditto
4285 2004-03-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
4287 * gst/gstqueue.c: (gst_queue_init):
4288 Reset default max. values in queues. Reason is simply to avoid
4289 braindead use. If you want wider values, use the properties. The
4290 default is supposed to always work. Wider values would make this
4291 beast a memory hog by default (250 full-PAL RGB32 video frames?
4292 That's 440 MB! No thank you).
4294 2004-03-10 David Schleef <ds@schleef.org>
4296 * tools/gst-run.c: (main): Fix crash when no relevant tools
4297 were found. (bug #136793)
4299 2004-03-10 Johan Dahlin <johan@gnome.org>
4301 * gst/schedulers/gstoptimalscheduler.c
4302 (gst_opt_scheduler_pad_unlink): Implement unlink for elements with
4303 links to elements within the same group, so we can finally remove
4304 that annoying warning. Refactor the code a little bit
4305 (group_dec_links_for_element): Split out
4307 2004-03-09 David Schleef <ds@schleef.org>
4309 * docs/manual/dparams-app.xml: Fix to handle double dparams.
4312 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
4314 * configure.ac: first bug fix due to major/minor bump
4316 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
4318 * configure.ac: bump nano to 1
4320 === release 0.7.6 ===
4322 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
4327 releasing 0.7.6, "Almost"
4330 * tools/Makefile.am:
4331 * tools/gst-feedback-m.m:
4334 2004-03-09 Johan Dahlin <johan@gnome.org>
4336 Reviewed by: Thomas Vander Stichele
4338 * gst/gstelement.c (gst_element_class_init): register second
4339 parameter as GST_TYPE_G_ERROR instead of G_TYPE_POINTER, so
4340 language bindings can (de)marshall correctly.
4342 * gst/gsterror.h: Add GST_TYPE_G_ERROR and cleanup a little bit
4344 * gst/gsterror.c (gst_g_error_get_type): New function
4346 * gst/gstmarshal.list: Remove VOID:OBJECT,POINTER,STRING, replace
4347 with VOID:OBJECT,OBJECT,STRING
4349 2004-03-10 Jan Schmidt <thaytan@mad.scientist.com>
4351 * gst/registries/gstxmlregistry.c: (gst_xml_registry_load):
4352 Free a leaked g_timer on early returns.
4354 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
4356 * docs/pwg/advanced-types.xml:
4357 Add cinepak description.
4359 2004-03-07 David Schleef <ds@schleef.org>
4361 * docs/random/mimetypes: Added cinepak description
4363 2004-03-07 Andy Wingo <wingo@pobox.com>
4365 * gst/gstbin.c (gst_bin_remove): Debugging fixes.
4367 * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert
4368 there are no links to other groups when a group is destroyed.
4369 (gst_opt_scheduler_pad_unlink): If the unlink means an element is
4370 removed from a group, make sure the link count to elements linked
4371 to other pads is appropriately decremented. This really fixes
4374 The 1.60->1.61 patch has been reapplied in light of this fix.
4376 * gst/gstelement.c (gst_element_dispose): Really protect against
4377 multiple invocations this time.
4379 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
4381 * docs/gst/gstreamer-sections.txt:
4382 * docs/gst/tmpl/gsttag.sgml:
4383 remove some deprecated functions, document some existing ones
4384 * gst/gsttag.c: (gst_tag_get_flag):
4386 add accessor function
4388 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
4390 * docs/gst/gstreamer-sections.txt:
4391 * docs/gst/tmpl/gsttag.sgml:
4392 * docs/gst/tmpl/gstxml.sgml:
4393 * gst/gsttag.c: (gst_tag_get_flag):
4396 2004-03-06 Christophe Fergeau <teuf@gnome.org>
4398 * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps
4401 2004-03-05 David Schleef <ds@schleef.org>
4403 * REQUIREMENTS: Add bison and flex.
4404 * configure.ac: Fix comment about bison.
4405 * docs/random/ds/0.9-suggested-changes: yer ma
4406 * tools/gst-inspect.c: (print_element_info): Fix warning.
4408 2004-03-05 Benjamin Otte <otte@gnome.org>
4410 * gst/gstelement.c: (gst_element_error_full):
4411 revert recent recursive state changing commit - messing with other
4412 elements' states is evil and should be done by apps only.
4414 2004-03-05 Benjamin Otte <otte@gnome.org>
4416 * gst/gstelement.c: (gst_element_get_compatible_pad_template):
4417 check for empty intersection instead of NULL caps
4418 (gst_element_get_compatible_pad_filtered):
4419 remove old workaround that is only a bug nowadays
4421 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
4423 * gst/gstelement.c: (gst_element_error_full):
4424 make elements try to recursively change state to PAUSED on all
4425 parents after an error to suppress ensuing warnings
4426 * gst/parse/grammar.y:
4427 make it check if it was able to sync the state, and throw an error
4428 if not, so stuff like
4429 oggdemux ! vorbisdec ! osssink gets caught
4431 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
4433 * configure.ac: use ${libdir} for PLUGINS_DIR since on 64bit
4434 it contains lib64; use AS_AC_EXPAND to handle it properly
4436 2004-03-05 David Schleef <ds@schleef.org>
4438 * gst/gstcpuid_i386.s: Remove unused code
4439 * libs/gst/getbits/getbits.c: (gst_getbits_init),
4440 (gst_getbits_newbuf): Remove MMX code
4441 * libs/gst/getbits/getbits.h: Remove MMX code
4443 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
4445 * debian/.cvsignore:
4446 * debian/README.Debian:
4449 * debian/control.in:
4451 * debian/gstreamer-core-libs-dev.files:
4452 * debian/gstreamer-core-libs.files:
4453 * debian/gstreamer-core.files:
4454 * debian/gstreamer-core.postinst:
4455 * debian/gstreamer-core.postrm:
4456 * debian/gstreamer-doc.files:
4457 * debian/gstreamer-doc.links:
4458 * debian/gstreamer-doc.lintian:
4459 * debian/gstreamer-runtime.files:
4460 * debian/gstreamer-runtime.manpages:
4461 * debian/gstreamer-runtime.postinst:
4462 * debian/gstreamer-runtime.postrm:
4463 * debian/gstreamer-tools.files:
4464 * debian/gstreamer-tools.manpages:
4465 * debian/libgstreamer-dev.files:
4466 * debian/libgstreamer0.4.1.files:
4467 * debian/libgstreamerVERSION.files:
4469 Debian package info not maintained here.
4471 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
4473 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
4474 * gst/gstbin.c: (gst_bin_class_init):
4475 * gst/gstelement.c: (gst_element_class_init):
4476 * gst/gstindex.c: (gst_index_class_init):
4477 * gst/gstobject.c: (gst_object_class_init),
4478 (gst_signal_object_class_init):
4479 * gst/gstpad.c: (gst_pad_template_class_init):
4480 * gst/gstregistry.c: (gst_registry_class_init):
4481 * gst/gsturi.c: (gst_uri_handler_base_init):
4482 * gst/gstxml.c: (gst_xml_class_init):
4483 * libs/gst/control/dparam.c: (gst_dparam_class_init):
4484 * libs/gst/control/dparammanager.c: (gst_dpman_class_init):
4485 make all signal names use dashes instead of underscore
4487 2004-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
4489 * configure.ac: AC_SUBST GLIB_ONLY CFLAGS and LIBS
4491 2004-03-03 Benjamin Otte <otte@gnome.org>
4493 * gst/schedulers/gstoptimalscheduler.c:
4494 revert last commit by Andy Wingo. It causes segfaults on unreffing
4495 in Rhythmbox. (see bug #135672)
4497 2004-03-02 Christophe Fergeau <teuf@gnome.org>
4499 * po/fr.po: fix typo
4501 2004-03-02 Christophe Fergeau <teuf@gnome.org>
4503 * tools/gst-inspect.c: (main):
4504 * tools/gst-launch.c: (main): add calls to bind_textdomain_codeset
4506 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
4509 get GLIB_ONLY and POPT flags for the nonversioned binaries
4510 * tools/Makefile.am:
4513 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
4515 * gst/gst.c: (init_post):
4516 change so that GST_REGISTRY now is where the global registry gets
4517 saved, since that is where plugins now get attached to first, and
4518 spilled over to the user registry. Note that in the case of using
4519 GST_REGISTRY env var, we don't want to affect any real registries
4520 beyond the one given by this var, and thus we don't set a user
4521 registry to spill to. So make sure GST_REGISTRY is writable.
4523 2004-03-01 David Schleef <ds@schleef.org>
4525 * AUTHORS: Added some names. Add yourself if you're missing.
4527 2004-03-01 David Schleef <ds@schleef.org>
4531 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
4535 * docs/gst/tmpl/gstbuffer.sgml:
4536 * docs/gst/tmpl/gstdata.sgml:
4537 * docs/gst/tmpl/gstreamer-unused.sgml:
4538 * docs/gst/tmpl/gstxml.sgml:
4542 * docs/pwg/intro-preface.xml:
4545 * gst/gst.c: (init_post):
4546 try GST_PLUGIN_PATH paths for the _global_registry first
4548 add the error message as well, otherwise (null) debug info doesn't
4550 * tools/gst-register.c: (main):
4551 spill paths to next registry if this registry is not writable
4556 2004-03-01 Johan Dahlin <johan@gnome.org>
4558 * gst/gstbuffer.c (_gst_buffer_initialize):
4559 * gst/gstdata.c (gst_data_get_type):
4560 * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy,
4561 instead of ref, since some applications that uses GBoxed
4562 routines depends on a function that actually returns a copy.
4564 2004-02-27 Benjamin Otte <otte@gnome.org>
4567 remove gst_buffer_free, use gst_data_unref
4568 * gst/gstdata.c: (gst_data_get_type):
4569 use refcounting in GstData GBoxed registration
4571 remove gst_data_free, use gst_data_unref
4573 2004-02-27 Johan Dahlin <johan@gnome.org>
4575 * gst/gstdata.c (gst_data_get_type): New function, register
4576 GstData as a GBoxed type.
4578 * gst/gstdata.h (GST_TYPE_DATA): New macro
4580 2004-02-27 Thomas Vander Stichele <thomas at apestaart dot org>
4583 * gstreamer.spec.in:
4586 clean up non-disting of built files
4587 * testsuite/debug/commandline.c:
4588 test fix for option rename
4590 2004-02-26 David Schleef <ds@schleef.org>
4592 * configure.ac: We don't really need glib-2.3. Also remove
4593 some unneeded checks for library functions.
4594 * gst/Makefile.am: Instead, we need to not dist files created
4597 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
4600 bump glib required version to 2.3.0 for g_value_takes_boxed
4602 2004-02-25 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
4604 * common/m4/gst-docs.m4
4605 change flavour text from enable to disable as enable is our default
4606 closes bug Bug 135304
4608 === release 0.7.5 ===
4610 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
4615 * gstreamer.spec.in:
4619 * docs/random/release:
4622 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
4624 * gst/gsttag.c: (_gst_tag_initialize):
4627 remove hyphen from codec tags
4629 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
4631 * gst/parse/Makefile.am:
4632 fix dependency so that a make from a clean build works the first
4635 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
4637 * docs/random/release:
4638 update release strategy
4642 update dutch translation
4644 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
4646 * docs/manual/debugging.xml:
4647 fix manual for new debugging system
4649 2004-02-25 Andy Wingo <wingo@pobox.com>
4651 * gst/gstpad.c (gst_pad_link_prepare): Re-add
4652 gst_pad_link_prepare. Please email the list with specific reasons
4655 2004-02-24 Andy Wingo <wingo@pobox.com>
4657 * gst/gstelement.c (gst_element_dispose): Protect against multiple
4660 * gst/schedulers/gstoptimalscheduler.c:
4661 I added a mess of prototypes at the top of the file by way of
4662 documentation. Some of the operations on chains and groups were
4665 (create_group): Added a type argument so if the group is enabled,
4666 the setup_group_scheduler knows what to do.
4667 (group_elements): Added a type argument here, too, to be passed on
4669 (group_element_set_enabled): If an unlinked PLAYING element is
4670 added to a bin, we have to create a new group to hold the element,
4671 and this function will be called before the group is added to the
4672 chain. Thus we have a valid case for group->chain==NULL. Instead
4673 of calling chain_group_set_enabled, just set the flag on the group
4674 (the chain's status will be set when the group is added to it).
4675 (gst_opt_scheduler_state_transition, chain_group_set_enabled):
4676 Setup the group scheduler when the group is enabled, not
4677 specifically when an element goes PAUSED->PLAYING. This means
4678 PLAYING elements can be added, linked, and scheduled into a
4679 PLAYING pipeline, as was intended.
4680 (add_to_group): Don't ref the group twice. I don't know when this
4681 double-ref got in here. Removing it has the potential to cause
4682 segfaults if other parts of the scheduler are buggy. If you find
4683 that the scheduler is segfaulting for you, put in an extra ref
4684 here and see if that hacks over the underlying issue. Of course,
4685 then find out what code is unreffing a group it doesn't own...
4686 (create_group): Make the extra refcount floating, and remove it
4687 after adding the element. This means that...
4688 (unref_group): Destroy when the refcount reaches 0, not 1, like
4689 every other refcounted object in the known universe.
4690 (remove_from_group): When a group becomes empty, set it to be not
4691 active, and remove it from its chain. Don't unref it again,
4692 there's no floating reference any more.
4693 (destroy_group): We have to remove the group from the chain in
4694 remove_from_group (rather than here) to break refcounting cycles
4695 (the chain always has a ref on the group). So assert that
4697 (ref_group_by_count): Removed, it was commented out anyway.
4698 (merge_chains): Use the remove_from_chain and add_to_chain
4699 primitives to do the reparenting, instead of rolling our own
4701 (add_to_chain): The first non-disabled group in the chain's group
4702 list will be the entry point for the chain. Because buffers can
4703 accumulate in loop elements' peer bufpens, we preferentially
4704 schedule loop groups before get groups to avoid unnecessary
4705 execution of get-based groups when the bufpens are already full.
4706 (gst_opt_scheduler_schedule_run_queue): Debug fixes.
4707 (get_group_schedule_function): Ditto.
4708 (loop_group_schedule_function): Ditto.
4709 (gst_opt_scheduler_loop_wrapper): Ditto.
4710 (gst_opt_scheduler_iterate): Ditto.
4712 I understand the opt scheduler now, yippee!
4714 * gst/gstpad.c: All throughout, added FIXMEs to look at for 0.9.
4715 (gst_pad_get_name, gst_pad_set_chain_function)
4716 (gst_pad_set_get_function, gst_pad_set_event_function)
4717 (gst_pad_set_event_mask_function, gst_pad_get_event_masks)
4718 (gst_pad_get_event_masks_default, gst_pad_set_convert_function)
4719 (gst_pad_set_query_function, gst_pad_get_query_types)
4720 (gst_pad_get_query_types_default)
4721 (gst_pad_set_internal_link_function)
4722 (gst_pad_set_formats_function, gst_pad_set_link_function)
4723 (gst_pad_set_fixate_function, gst_pad_set_getcaps_function)
4724 (gst_pad_set_bufferalloc_function, gst_pad_unlink)
4725 (gst_pad_renegotiate, gst_pad_set_parent, gst_pad_get_parent)
4726 (gst_pad_add_ghost_pad, gst_pad_proxy_getcaps)
4727 (gst_pad_proxy_pad_link, gst_pad_proxy_fixate)
4728 (gst_pad_get_pad_template_caps, gst_pad_check_compatibility)
4729 (gst_pad_get_peer, gst_pad_get_allowed_caps)
4730 (gst_pad_alloc_buffer, gst_pad_push, gst_pad_pull)
4731 (gst_pad_selectv, gst_pad_select, gst_pad_template_get_caps)
4732 (gst_pad_event_default_dispatch, gst_pad_event_default)
4733 (gst_pad_dispatcher, gst_pad_send_event, gst_pad_convert_default)
4734 (gst_pad_convert, gst_pad_query_default, gst_pad_query)
4735 (gst_pad_get_formats_default, gst_pad_get_formats): Better
4736 argument checks, and some doc fixes.
4738 (gst_pad_custom_new_from_template): Um, does anyone
4739 use these functions? Actually make a custom pad instead of a
4741 (gst_pad_try_set_caps): Transpose some checks.
4742 (gst_pad_try_set_caps_nonfixed): Same, and use a macro to check if
4743 the pad is in negotiation.
4744 (gst_pad_try_relink_filtered): Use pad_link_prepare.
4746 * gst/gstelement.c: Remove prototypes also defined in gstclock.h.
4749 * gst/gstclock.h: Un-deprecate the old clocking API, as discussed
4752 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
4754 * gst/gstbin.c: (gst_bin_add):
4755 add error for not being able to add elements
4757 2004-02-22 Julien MOUTTE <julien@moutte.net>
4759 * gst/gsttag.c: (_gst_tag_initialize): Registering 2 new tags,
4760 audio-codec and video-codec.
4762 2004-02-22 Benjamin Otte <otte@gnome.org>
4764 reported by: Padraig O'Briain <padraig.obriain@sun.com>
4767 replace test -e with test -x for mkinstalldirs to be more portable.
4770 2004-02-22 Benjamin Otte <otte@gnome.org>
4773 revert last patch from Andy, it makes gst_pad_can_link_filtered much
4775 * gst/gsttag.c: (_gst_tag_initialize):
4777 add GST_TAG_ALBUM_VOLUME_{COUNT,NUMBER}
4778 * libs/gst/control/dparam.c: (gst_dparam_attach):
4779 * libs/gst/control/dparammanager.c: (gst_dpman_attach_dparam):
4780 check that types for attached dparams match
4782 2004-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
4784 * gst/elements/gstfilesink.c: (gst_filesink_open_file):
4785 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
4786 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
4789 2004-02-20 Andy Wingo <wingo@pobox.com>
4794 * gst/registries/gstxmlregistry.c:
4795 * gst/schedulers/gstoptimalscheduler.c: Debugging tweaks.
4797 * gst/gstelement.c (gst_element_set_scheduler): Debugging fixes.
4798 (gst_element_add_pad): DEBUG->INFO, some fixes.
4799 (gst_element_get_compatible_pad_template): Just see if the
4800 templates' caps intersect, not if one is a strict subset of the
4801 other. This conforms more to what gst_pad_link_intersect() does.
4802 (gst_element_class_add_pad_template): Don't memcpy the pad
4803 template, just ref it.
4804 (gst_element_get_compatible_pad_filtered): Clean up debug messages
4806 * gst/gstpad.c (gst_pad_can_link_filtered): Debug a true result.
4807 (gst_pad_link_filtered): Debug changes.
4808 (gst_pad_link_prepare): New function, consolidated from
4809 can_link_filtered and link_filtered.
4811 * gst/parse/grammar.y (gst_parse_perform_link): Made INFO output
4812 look more like that of the functions in gstelement.c
4814 * gst/gstinfo.c (gst_debug_print_object): Put a space before the
4815 object, and return the empty string if object is NULL.
4817 * gst/parse/parse.l: Remove trailing newlines when calling PRINT.
4818 * gst/parse/grammar.y (YYFPRINTF): Log bison debugging info via
4819 LOG, not DEBUG. We still get flex info on debug.
4821 * gst/registries/gstxmlregistry.c (gst_xml_registry_load): Make
4822 debug string more verbose.
4823 (plugin_times_older_than): DEBUG->LOG.
4825 2004-02-20 Julien MOUTTE <julien@moutte.net>
4827 * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
4828 will emit found_tag for each stream they demux with the codec.
4830 2004-02-20 Benjamin Otte <otte@gnome.org>
4832 * gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
4833 copy navigation event correctly. Check freeing tag lists.
4834 * gst/gstthread.c: (gst_thread_change_state):
4835 don't abort() on state changing mess - it might happen because of
4837 * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps):
4840 fix GST_VALUE_HOLDS_CAPS
4842 2004-02-19 David Schleef <ds@schleef.org>
4844 * gst/gstinfo.h: Copy G_STRFUNC implementation from glib-2.4
4845 and use it for GST_FUNCTION. (bug #134750)
4847 2004-02-19 Thomas Vander Stichele <thomas at apestaart dot org>
4851 updating translations
4853 2004-02-19 Thomas Vander Stichele <thomas at apestaart dot org>
4855 * tools/gst-run.c: (get_candidates), (main): some fixes from jdahlin
4857 2004-02-18 kost@imn.htwk-leipzig.de
4859 reviewed by: David Schleef <ds@schleef.org>
4861 * docs/libs/gstreamer-libs-sections.txt: Add missing sections
4864 2004-02-18 David Schleef <ds@schleef.org>
4866 * libs/gst/control/dparam.c: (gst_dparam_class_init):
4867 * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
4868 (gst_dpsmooth_new): Additional fixes to get double dparams working.
4869 * tools/gst-inspect.c: (print_element_info): Support dumping of
4870 double dparam information.
4872 2004-02-17 David Schleef <ds@schleef.org>
4874 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_class_init):
4875 Use G_TYPE_STRING in signal prototype instead of G_TYPE_POINTER.
4876 * gst/elements/gsttypefind.c: (gst_type_find_element_class_init):
4877 Use GST_TYPE_CAPS in signal prototype.
4878 * gst/gstcaps.c: (_gst_caps_initialize), (gst_caps_copy_conditional):
4879 Convert GST_TYPE_CAPS to boxed.
4880 * gst/gstelement.c: (gst_element_class_init):
4881 Use GST_TYPE_TAG_LIST in signal prototype.
4882 * gst/gstindex.c: (gst_index_class_init):
4884 Add GST_TYPE_INDEX_ENTRY type.
4885 * gst/gstmarshal.list:
4886 Add necessary marshal types.
4887 * gst/gstpad.c: (gst_real_pad_class_init),
4888 (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
4889 (gst_pad_recover_caps_error):
4890 Use GST_TYPE_CAPS in signal prototypes. Fix some debugging strings.
4891 * gst/gststructure.c: (_gst_structure_initialize),
4892 (gst_structure_copy), (_gst_structure_copy_conditional):
4893 * gst/gststructure.h:
4894 Convert GST_TYPE_STRUCTURE to boxed.
4895 * gst/gsttag.c: (gst_tag_list_get_type):
4897 Add GST_TYPE_TAG_LIST type.
4899 2004-02-17 Julien MOUTTE <julien@moutte.net>
4901 * gst/gstpad.c: (gst_pad_try_set_caps): Reverting my change according
4902 to what we agreed with david.
4903 * gst/gstpad.h: adding GST_PAD_IS_NEGOTIATING macro.
4905 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
4907 * po/nl.po: update translation
4909 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
4911 * gst/autoplug/gstspider.c: (gst_spider_identity_plug):
4912 throw an error if spider is trying to play a mime type there is
4915 add gst/autoplug/gstspider.c for translation
4917 2004-02-17 Julien MOUTTE <julien@moutte.net>
4919 * gst/gstpad.c: (gst_pad_try_set_caps): We are nice people. Return
4920 silently when the pad is negotiating.
4922 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
4924 * docs/faq/Makefile.am:
4925 add script to run gstreamer uninstalled
4927 * docs/faq/developing.xml:
4928 * docs/faq/gst-uninstalled:
4929 extract script to run gstreamer uninstalled
4931 add EXTRA_SOURCES variable for Makefile.am's to set to
4932 use additional SOURCE files for the doc build
4934 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
4936 * gst/gstatomic_impl.h: Fedora 2 test package patch for S390
4938 2004-02-15 Julien MOUTTE <julien@moutte.net>
4940 * gst/gstbin.c: (gst_bin_change_state), (gst_bin_iterate): Fix a big
4941 bug that was breaking pipelines like sinesrc ! { queue ! osssink } when
4942 an error was thrown by osssink. Basically a state change failure for
4943 an element in a different scheduling group was considered as
4944 successful, which means that caps nego was going on and weird stuff
4945 happened. Like I wrote in the comment there, if someone wants to
4946 revert that please drop me a mail explaining why because I really see
4947 no point in keeping that broken behaviour there.
4948 * gst/gstqueue.c: (gst_queue_get): Add a safety check as the queue CAN
4949 be empty, we then return NULL which will trigger a nice error when
4950 pulling from the pad.
4952 2004-02-13 David Schleef <ds@schleef.org>
4954 * libs/gst/control/dparam.c: (gst_dparam_class_init),
4955 (gst_dparam_get_property), (gst_dparam_set_property),
4956 (gst_dparam_do_update_default):
4957 * libs/gst/control/dparam.h:
4958 * libs/gst/control/dparam_smooth.c: (gst_dpsmooth_class_init),
4959 (gst_dpsmooth_new), (gst_dpsmooth_set_property),
4960 (gst_dpsmooth_get_property), (gst_dpsmooth_value_changed_double),
4961 (gst_dpsmooth_do_update_double):
4962 * libs/gst/control/dparam_smooth.h:
4963 * libs/gst/control/dparammanager.c:
4964 (gst_dpman_inline_direct_update):
4965 Add support for double dparams.
4967 2004-02-13 David Schleef <ds@schleef.org>
4969 * gst/elements/gstfdsrc.c: (gst_fdsrc_get): Use GST_TIME_TO_TIMEVAL()
4970 * gst/gstclock.h: Avoid using 64-bit % operator (slow!)
4972 2004-02-13 Mattias Wadman <mattias@sudac.org>
4974 reviewed by: David Schleef <ds@schleef.org>
4976 * gst/elements/gstfdsrc.c: (gst_fdsrc_class_init),
4977 (gst_fdsrc_init), (gst_fdsrc_set_property),
4978 (gst_fdsrc_get_property), (gst_fdsrc_get):
4979 * gst/elements/gstfdsrc.h: Adds timeout property to fdsrc,
4980 and sends an EOS event if file descriptor reading times out.
4982 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
4985 add calls to AM_CONDITIONAL for subsystems for automake 1.6.x
4987 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
4989 * configure.ac: pass required libxml version as argument
4990 (bug reported by Christophe Fergeau)
4992 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
4994 * docs/gst/gstreamer-docs.sgml:
4995 * docs/gst/tmpl/gstxml.sgml:
4996 * docs/libs/gstreamer-libs-docs.sgml:
4999 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
5002 * gst/gstregistrypool.c: (gst_registry_pool_plugin_filter),
5003 (gst_registry_pool_feature_filter):
5004 * gst/gstthread.c: (gst_thread_class_init):
5006 add includes exposed by building without libxml
5007 * gst/indexers/Makefile.am:
5008 do not build fileindex when LOADSAVE disabled; we should have
5009 a better libxml check later since fileindex depends on xml, not
5010 LOADSAVE or REGISTRY
5011 * libs/gst/control/Makefile.am:
5013 * tools/Makefile.am:
5014 fix wrong source code for gst-xmlinspect
5016 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
5019 fix gcov help output
5020 move calls to and use new GST_CHECK_DISABLE_SUBSYSTEM
5021 * docs/random/release:
5022 some updated releasing notes
5023 * gstreamer.spec.in:
5026 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
5029 * docs/manual/manual.xml:
5031 * docs/pwg/titlepage.xml:
5032 put version in documentation
5034 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
5036 * tools/Makefile.am: fix man page installation
5038 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
5041 don't check for libxml when load/save and registry disabled (#105844)
5042 * gstreamer.spec.in:
5043 sync with fedora candidate spec
5045 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
5049 replace multidisksrc with multifilesrc
5051 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
5054 update to multidisksrc => multifilesrc file renaming (#134145)
5056 2004-02-11 David Schleef <ds@schleef.org>
5058 * docs/gst/tmpl/gstcaps.sgml: Fix stuff that mentions GstProps
5059 * docs/gst/tmpl/gstpadtemplate.sgml: same
5060 * docs/gst/tmpl/gstreamer-unused.sgml: Remove GstProps
5061 * gst/gstobject.c: (gst_object_set_name_default): Do the memleak
5063 * gst/gstutils.c: Remove disabled code that uses GstProps.
5064 * gst/registries/gstxmlregistry.h: same
5065 * docs/random/ds/0.9-suggested-changes: random notes
5067 2004-02-11 kost@imn.htwk-leipzig.de
5069 reviewed by: David Schleef <ds@schleef.org>
5071 * gst/gstclock.c: (gst_clock_entry_new): fixes structure
5072 initialisation of clock (bug #134128)
5074 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
5077 * gst/elements/Makefile.am:
5078 * gst/elements/gstelements.c:
5079 * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
5080 (gst_multifilesrc_class_init), (gst_multifilesrc_init),
5081 (gst_multifilesrc_set_property), (gst_multifilesrc_get_property),
5082 (gst_multifilesrc_get), (gst_multifilesrc_open_file),
5083 (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
5084 * gst/elements/gstmultifilesrc.h:
5085 rename multidisksrc to multifilesrc (part of #122200)
5087 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
5090 fix automake complaints
5091 * gst-element-check.m4:
5094 2004-02-11 David Schleef <ds@schleef.org>
5096 * docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
5097 * gst/gstatomic_impl.h: Disable sparc implementation.
5099 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
5101 * gst-element-check.m4:
5102 fix underquoted macros as reported by automake 1.8.x (#133800)
5104 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
5105 by autopoint (fixes #132996)
5107 2004-02-10 Andy Wingo <wingo@pobox.com>
5109 * gst/gstpad.c (gst_pad_custom_new): Add a FIXME, this is a hacky
5110 way to do inheritance.
5111 (gst_pad_get_event_masks, gst_pad_get_event_masks_default)
5112 (gst_pad_get_query_types, gst_pad_get_query_types_default):
5114 (gst_pad_set_link_function, gst_pad_set_fixate_function)
5115 (gst_pad_set_getcaps_function): Doc from Dave's negotation random
5117 (gst_pad_unlink, gst_pad_is_linked): Docs.
5118 (gst_pad_renegotiate): A brief description of capsnego.
5119 (gst_pad_try_set_caps): Document.
5120 (gst_pad_try_set_caps_nonfixed): Document.
5121 (gst_pad_can_link_filtered, gst_pad_link_filtered): Doc fixes.
5122 (gst_pad_set_parent): Deprecated (although not out of the API).
5123 (gst_pad_get_parent): Deprecated, although many plugins use this.
5124 (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad): Doc that these
5125 are private and will go away in 0.9.
5126 (gst_pad_perform_negotiate): Doc.
5127 (gst_pad_link_unnegotiate): I think this is meant to be static.
5128 (gst_pad_get_negotiated_caps, gst_pad_get_pad_template_caps)
5129 (gst_pad_template_get_caps_by_name, gst_pad_check_compatibility)
5130 (gst_pad_get_peer): Doc updates.
5131 (gst_pad_caps_change_notify): Doc.
5132 (gst_pad_alloc_buffer, gst_pad_push, gst_static_pad_template_get)
5133 (gst_ghost_pad_new): Doc fixes.
5135 * gst/gstobject.c (gst_object_get_parent, gst_object_unparent)
5136 (gst_object_check_uniqueness):
5138 * gst/gstelement.c (gst_element_add_pad)
5139 (gst_element_add_ghost_pad, gst_element_remove_pad)
5140 (gst_element_remove_ghost_pad, gst_element_get_pad)
5141 (gst_element_get_static_pad, gst_element_get_pad_list)
5142 (gst_element_class_get_pad_template_list)
5143 (gst_element_class_get_pad_template): Work on the docs.
5144 (gst_element_get_pad_template_list): Uses the class method.
5145 (gst_element_get_compatible_pad_template): Docs, and consolidate
5146 some test conditions.
5147 (gst_element_get_pad_from_template): New static function.
5148 (gst_element_request_compatible_pad): Docs, and work with
5149 non-request compatible templates.
5150 (gst_element_get_compatible_pad_filtered): Docs and remove
5152 (gst_element_get_compatible_pad, gst_element_link_pads_filtered)
5153 (gst_element_link_filtered, gst_element_link_many)
5154 (gst_element_link, gst_element_link_pads)
5155 (gst_element_unlink_many): Docs.
5157 2004-02-05 Andy Wingo <wingo@pobox.com>
5159 * gst/gstpad.c (_gst_real_pad_fixate_accumulator):
5162 * gst/gstmarshal.list (VOID:BOXED, BOXED:BOXED): New marshallers.
5164 * gst/gstpad.c (gst_real_pad_class_init): Use a BOXED:BOXED
5165 marshaller for ::fixate, and VOID:BOXED for ::caps-nego-failed,
5166 with the type=GST_TYPE_CAPS. This allows language bindings to know
5167 what kind of data they're dealing with.
5169 * gst/gstcaps.c (_gst_caps_value_init): GBoxed values initialize
5170 to NULL when g_value_init is called. GstCaps, which rolls its own
5171 type implementation, now does the same instead of allocating empty
5173 (_gst_caps_initialize, _gst_caps_collect_value,
5174 _gst_caps_lcopy_value): Provide collect_value and lcopy_value type
5175 table methods. This allows G_VALUE_COLLECT to work.
5177 2004-02-05 Andy Wingo <wingo@pobox.com>
5180 * testsuite/Makefile.am (SUBDIRS):
5181 * testsuite/ghostpads/Makefile.am:
5182 * testsuite/ghostpads/ghostpads.c: A new test for ghost pads.
5184 * gst/gstpad.c (gst_pad_add_ghost_pad, gst_pad_remove_ghost_pad):
5185 These two routines are the only ones that set
5186 GST_GPAD_REALPAD(gpad), the ghost pad list, and the ghost pad's
5187 pad template. They should be made static, depending on ABI needs.
5188 (gst_real_pad_dispose): Handle the case of ghost pads without a
5189 parent. Assert after dealing with ghost pads that the ghost pad
5191 (gst_ghost_pad_class_init): New property added, ::real-pad. Can be
5193 (gst_ghost_pad_dispose): Set ::real-pad to NULL.
5194 (gst_ghost_pad_set_property, gst_ghost_pad_get_property): New
5195 functions. set_property will call add_ghost_pad/remove_ghost_pad
5197 (gst_ghost_pad_new): All the work is offloaded to g_object_new.
5199 * gst/gstelement.c (gst_element_add_pad): Handle ghost pads as well.
5200 (gst_element_add_ghost_pad): Remove code duplicated from _add_pad.
5201 (gst_element_remove_pad): Handle ghost pads as well.
5202 (gst_element_remove_ghost_pad): Deprecated (could be removed,
5203 depending on API-stability needs).
5205 2004-02-05 Andy Wingo <wingo@pobox.com>
5207 * gst/gstbin.[ch]: (gst_bin_get_by_interface): GTypes are scalars,
5208 of course they're const
5210 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
5212 * tools/Makefile.am:
5213 * tools/gst-feedback:
5214 * tools/gst-feedback-0.7:
5215 make gst-feedback versioned too for consistency
5217 2004-02-11 David Schleef <ds@schleef.org>
5219 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5220 (gst_pad_try_set_caps): Fix format strings for GST_PTR_FORMAT.
5222 2004-02-10 Julien MOUTTE <julien@moutte.net>
5224 * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but
5225 the structure does not contain a valid tag list. Adding a safety check
5226 to remove a noisy warning in that case.
5228 2004-02-10 Thomas Vander Stichele <thomas at apestaart dot org>
5230 * gst/gst.c: fix name to be in line with others
5232 2004-02-09 Julien MOUTTE <julien@moutte.net>
5234 * libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
5235 not shout that loud when len is 0. Just return 0 silently.
5237 2004-02-09 Julien MOUTTE <julien@moutte.net>
5239 * gst/gstdata.c: (gst_data_ref): Adding a categorized debug on data_ref
5240 because data_unref has one and I prefer the debug to be symetric.
5241 * gst/gstqueue.c: (gst_queue_locked_flush): Fix a huge memleak. Buffers
5242 were refed when added to the queue and unrefed only once when the queue
5243 was flushed. Now the flush handler unref the buffers two times : first
5244 unref for the ref added when pushing in the queue's tail and second
5245 unref to destroy the flushed buffer.
5247 2004-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
5249 * docs/pwg/building-boiler.xml: fix cvs checkout documentation
5251 2004-02-06 David Schleef <ds@schleef.org>
5253 * docs/random/ds/0.9-suggested-changes: Random ramblings
5254 * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): Cast size_t
5255 to int before printing.
5256 * gst/parse/grammar.y: Fix gcc-2.95 style variadic macros.
5257 * gst/parse/parse.l: same. See bug #129600
5259 2004-02-06 David Schleef <ds@schleef.org>
5261 * gst/gstindex.c: (gst_index_add_format), (gst_index_add_id),
5262 (gst_index_add_entry), (gst_index_add_associationv),
5263 (gst_index_add_association): Add gst_index_add_associationv()
5264 and clean up gst_index_add_association(). #127133
5266 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
5268 * autogen.sh: check out common with right tag if CVS/Tag exists
5270 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
5272 * testsuite/ghostpads/ghostpads.c: (main):
5273 fix testsuite from segfaulting
5275 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
5277 * Makefile.am: add release target
5278 * configure.ac: bump nano to 1
5279 * docs/random/release:
5281 2004-02-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
5284 * gst/gstelement.c: (gst_element_base_class_init),
5285 (gst_element_class_set_details), (gst_element_clear_pad_caps):
5286 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5287 (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
5288 (gst_real_pad_dispose):
5289 * gst/gststructure.c: (gst_structure_free),
5290 (gst_structure_from_string):
5291 put reverted patch back in
5292 * gst/gstelement.c: (gst_element_remove_pad):
5293 free explicit caps if they're set
5294 * gst/gstpad.c: (_gst_pad_default_fixate_func):
5295 copy the structure when fixating
5297 2004-02-05 David Schleef <ds@schleef.org>
5299 * gst/gstmarshal.list:
5300 * gst/gstpad.c: (gst_real_pad_class_init),
5301 (_gst_real_pad_fixate_accumulator):
5302 Revert POINTER->BOXED change in signal marshaller.
5304 === release 0.7.4 ===
5306 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
5308 * NEWS: GStreamer 0.7.4 "Wooden Eels" released
5309 * configure.ac: changed for release
5311 2004-02-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
5313 * gstreamer.spec.in:
5314 bump required version of gtk-doc
5316 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
5319 * gst/gstelement.c: (gst_element_base_class_init),
5320 (gst_element_class_set_details), (gst_element_clear_pad_caps):
5321 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5322 (gst_pad_try_set_caps), (gst_pad_can_link_filtered),
5323 (gst_real_pad_dispose):
5324 * gst/gststructure.c: (gst_structure_free),
5325 (gst_structure_from_string):
5326 revert patch that breaks applications, reapply after release
5327 to get this fixed properly
5329 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
5331 * gst/gsttag.c: (_gst_tag_initialize):
5333 remove duplicated field GST_TAG_APPLICATION. It's GST_TAG_ENCODER
5335 2004-02-04 David Schleef <ds@schleef.org>
5338 * gst/autoplug/gstspider.c: (gst_spider_request_new_pad),
5339 (gst_spider_plug_from_srcpad):
5340 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link):
5342 2004-02-04 David Schleef <ds@schleef.org>
5344 * gst/gstelement.c: (gst_element_clear_pad_caps): Make sure we have
5345 a GstRealPad before accessing its structure members.
5347 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
5349 * gst/gstclock.c: (gst_clock_init), (gst_clock_set_speed),
5350 (gst_clock_get_speed):
5352 reset padding, remove unused fields
5354 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
5356 * gst/autoplug/gstspideridentity.c:
5357 (gst_spider_identity_sink_loop_type_finding):
5358 use get_allowed_caps, not get_caps (fixes #132519)
5359 * gst/elements/gsttypefind.c: (stop_typefinding):
5360 use correct order when sending buffers and seeking
5362 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
5368 upgrade libtool CURRENT, reset padding
5370 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
5374 put back AM_PROG_LIBTOOL to make libtoolize stop complaining
5376 2004-02-04 David Schleef <ds@schleef.org>
5378 * docs/random/ds/0.9-suggested-changes: random notes
5379 * gst/elements/gstfakesrc.c: (gst_fakesrc_get_formats),
5380 (gst_fakesrc_get_query_types), (gst_fakesrc_get_event_mask):
5381 Replace GST_PAD_EVENT_MASK_FUNCTION() (et al.) with its
5383 * gst/elements/gstfilesink.c: (gst_filesink_get_formats),
5384 (gst_filesink_get_query_types): same
5385 * gst/elements/gstfilesrc.c: (gst_filesrc_get_event_mask),
5386 (gst_filesrc_get_query_types), (gst_filesrc_get_formats): same
5387 * gst/gstcaps.h: deprecate GST_DEBUG_CAPS(), and fix the macro
5388 to use new GST_PTR_FORMAT.
5389 * gst/gstelement.h: deprecate function factory macros
5390 GST_ELEMENT_QUERY_TYPE_FUNCTION(), GST_ELEMENT_EVENT_MASK_FUNCTION().
5391 These are our last variadic macros that can't be replaced with
5392 inlines. Celebrate! Also fix a typo in an #ifdef that was
5393 attempting to deprecate gst_element_clock_wait().
5394 * gst/gstevent.h: same
5395 * gst/gstpad.c: (gst_pad_link_intersect), (gst_pad_link_fixate),
5396 (gst_pad_try_set_caps): replace GST_DEBUG_CAPS() with GST_DEBUG()
5397 * gst/gstpad.h: deprecate function factory macros similar to above.
5399 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
5402 * tools/Makefile.am:
5403 * tools/gst-run.c: (popt_callback), (hash_print_key),
5404 (find_highest_version), (unmangle_libtool), (get_dir_of_binary),
5405 (get_candidates), (main):
5406 add new source file to generate non-versioned wrapper binaries
5409 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
5411 * gst/gstevent.c: (_gst_event_free):
5412 actually break; inside the switch statement
5413 * gst/parse/grammar.y:
5414 fix memleak where GValues weren't unset
5416 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
5418 * gst/gststructure.c: (gst_structure_from_string):
5420 * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
5421 (new_entry), (gst_type_find_element_chain):
5422 * gst/gstelement.c: (gst_element_base_class_init),
5423 (gst_element_class_set_details):
5424 * gst/gstpad.c: (gst_pad_can_link_filtered):
5425 fix smaller memleaks
5426 * gst/gstpad.c: (gst_real_pad_dispose):
5427 check that explicit caps are gone
5428 * gst/gststructure.c: (gst_structure_free):
5429 actually free the structure
5430 * gst/gstelement.c: (gst_element_clear_pad_caps):
5433 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
5435 * tools/Makefile.am:
5436 use AM_CFLAGS since all the CFLAGS are the same
5439 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
5441 * docs/manual/gnome.xml:
5442 expand example a little
5443 * gst/gst.c: (gst_init_with_popt_table),
5444 (gst_init_check_with_popt_table), (init_pre), (init_popt_callback):
5445 make sure popt option displays are done with right textdomain
5446 use GstPoptOption type
5448 create GstPoptOption type
5450 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
5452 * gst/gsterror.c: (_gst_stream_errors_init):
5454 adding error type for no codec
5458 update dutch translation
5459 * tools/gst-inspect.c: (print_element_list), (main):
5460 do proper internationalization
5461 * tools/gst-launch.c: (idle_func):
5462 remove commented out function call
5464 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
5467 add some error fixing notes
5468 * docs/gst/gstreamer-sections.txt:
5469 remove double entries
5470 * docs/gst/tmpl/gstbin.sgml:
5471 * docs/gst/tmpl/gstclock.sgml:
5473 * docs/gst/tmpl/gstelement.sgml:
5474 * docs/gst/tmpl/gstindex.sgml:
5475 * docs/gst/tmpl/gstobject.sgml:
5476 * docs/gst/tmpl/gstpadtemplate.sgml:
5477 * docs/gst/tmpl/gstreamer-unused.sgml:
5478 * docs/gst/tmpl/gsttag.sgml:
5479 * docs/gst/tmpl/gstthread.sgml:
5480 * docs/gst/tmpl/gstxml.sgml:
5482 sync header prototypes with c decls
5483 * gst/gsttaginterface.c:
5486 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
5488 * gst/parse/Makefile.am:
5490 get rid of gstmarshal.h dependency. It's not needed.
5492 * gst/elements/gstfakesink.c:
5493 * gst/elements/gstfakesrc.c:
5494 * gst/elements/gstidentity.c:
5502 * libs/gst/control/dparam.c:
5503 * libs/gst/control/dparammanager.c:
5504 include gstmarshal.h.
5507 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
5509 * gst/elements/gstfilesrc.c: (gst_filesrc_init),
5510 (gst_filesrc_dispose), (gst_filesrc_free_parent_mmap),
5511 (gst_filesrc_map_region), (gst_filesrc_get_mmap):
5512 * gst/elements/gstfilesrc.h:
5513 don't ref the filesrc when creating mmaped buffers. Don't keep a
5514 list of not-yet-destroyed buffers.
5516 Deprecated BST_BUFFER_FREE_FUNC and GST_BUFFER_COPY_FUNC
5518 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
5520 * gst/gst.c: (init_pre):
5523 2004-02-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
5525 * docs/pwg/advanced-events.xml:
5526 * docs/pwg/advanced-scheduling.xml:
5527 * docs/pwg/intro-basics.xml:
5528 * docs/pwg/other-manager.xml:
5529 * docs/pwg/other-nton.xml:
5530 * docs/pwg/other-ntoone.xml:
5531 * docs/pwg/other-oneton.xml:
5533 All sort of documentation... Forgot what. Point is that I want this
5534 in before I leave. The 'other-*' will be the last section and will
5535 explain issues specific to these type of elements.
5537 2004-02-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
5539 * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
5540 (gst_filesrc_get_read):
5541 set all the values on buffers that we can
5543 2004-02-02 David Schleef <ds@schleef.org>
5545 Change usage of isblah() to g_ascii_isblah() to be more locale
5546 independent. (#133076)
5547 * gst/gsturi.c: (gst_uri_protocol_check_internal):
5549 * gst/parse/parse.l:
5551 2004-02-02 Jon Trowbridge <trow@gnu.org>
5553 reviewed by: David Schleef <ds@schleef.org>
5556 * gst/gstcaps.c: (gst_caps_to_string):
5557 * gst/registries/gstxmlregistry.c:
5558 (gst_xml_registry_add_path_list_func),
5559 (gst_xml_registry_parse_padtemplate):
5561 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
5563 * gst/gstelement.c: (gst_element_default_error):
5564 suffix error messages with period
5566 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
5568 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
5569 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
5570 * gst/gsterror.c: (gst_error_get_message):
5574 Update translation files
5576 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
5578 * gst/autoplug/gstspideridentity.c:
5579 (gst_spider_identity_sink_loop_type_finding):
5580 * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
5581 * gst/elements/gstfilesink.c: (gst_filesink_open_file),
5582 (gst_filesink_close_file), (gst_filesink_handle_event),
5583 (gst_filesink_chain):
5584 * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
5585 (gst_filesrc_get_read), (gst_filesrc_open_file):
5586 * gst/elements/gstidentity.c: (gst_identity_chain):
5587 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
5588 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
5589 (gst_pipefilter_chain), (gst_pipefilter_open_file):
5590 * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
5591 * gst/gsterror.c: (_gst_core_errors_init),
5592 (_gst_library_errors_init), (_gst_resource_errors_init),
5593 (_gst_stream_errors_init), (gst_error_get_message):
5594 * gst/gstpad.c: (gst_pad_set_explicit_caps),
5595 (gst_pad_recover_caps_error), (gst_pad_pull):
5596 * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
5597 * gst/schedulers/gstbasicscheduler.c:
5598 (gst_basic_scheduler_chainhandler_proxy),
5599 (gst_basic_scheduler_gethandler_proxy),
5600 (gst_basic_scheduler_cothreaded_chain):
5601 Suffix error messages with period.
5602 Use (NULL) instead of NULL
5604 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
5606 * docs/gst/tmpl/gstelement.sgml:
5607 * docs/gst/tmpl/gstxml.sgml:
5608 * gst/gstelement.c: (gst_element_error_full):
5609 add element path to error
5611 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
5613 * docs/random/mimetypes:
5614 update raw int/float info
5615 * gst/gsttag.c: (_gst_tag_initialize):
5619 2004-01-30 David Schleef <ds@schleef.org>
5621 * gst/cothreads.c: Add another fallback if MAP_ANONYMOUS is
5624 2004-01-30 Laurent Vivier <Laurent.Vivier@bull.net>
5626 reviewed by Benjamin Otte
5627 parts of the patch submitted in bug #113913
5630 use AC_C_INLINE. Use = instead of == with test
5631 * examples/plugins/example.c:
5632 * gst/autoplug/gstspideridentity.c:
5633 * gst/elements/gstfdsrc.c:
5634 * gst/elements/gstfilesrc.c:
5635 * gst/elements/gstidentity.c:
5636 * gst/elements/gstmultidisksrc.c:
5637 * gst/elements/gststatistics.c:
5641 * gst/gstpipeline.c:
5643 don't end enums with a comma
5644 * gst/gstindex.c: (gst_index_compare_func):
5645 do explicit casting to gint
5646 * gst/gsttrace.c: (gst_trace_text_flush):
5647 #define strsize as a macro
5649 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
5652 * docs/gst/gstreamer-docs.sgml:
5653 * docs/gst/gstreamer-sections.txt:
5654 * docs/gst/tmpl/gstelement.sgml:
5655 * docs/gst/tmpl/gsterror.sgml:
5656 * docs/gst/tmpl/gstinterface.sgml:
5657 * docs/gst/tmpl/gstreamer-unused.sgml:
5658 * docs/gst/tmpl/gststructure.sgml:
5659 * docs/gst/tmpl/gsttag.sgml:
5660 * docs/gst/tmpl/gsttaginterface.sgml:
5661 * docs/gst/tmpl/gstvalue.sgml:
5662 make sure all API ends up in the built docs
5663 * gst/gstinterface.c:
5664 * gst/gststructure.c: (gst_structure_id_set_value),
5665 (gst_structure_set_value), (gst_structure_id_get_value):
5666 * gst/gststructure.h:
5668 sync .h with .c declarations
5670 2004-01-30 Julien Moutte <julien@moutte.net>
5672 * libs/gst/bytestream/bytestream.c: Reverting my event handling patch.
5673 Ronald will fix riffread.
5675 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
5677 * docs/pwg/advanced-interfaces.xml:
5678 Added tuner interface docs.
5680 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
5682 * docs/random/mimetypes:
5683 correct Theora information
5685 make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
5687 2004-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
5689 * gst/gstelement.c: (gst_element_error_full):
5691 GST_ELEMENT_ERROR in enum -> _IN_ERROR
5693 2004-01-29 Julien MOUTTE <julien@moutte.net>
5695 * gst/elements/gstfilesrc.c: (gst_filesrc_get),
5696 (gst_filesrc_uri_handler_init): Fixing seeking by making FLUSH happen
5697 again and even before DISCONT.
5698 * gst/gstpad.c: (gst_pad_event_default): Remove a unused switch case.
5699 * libs/gst/bytestream/bytestream.c: (gst_bytestream_get_next_buf): Fix
5700 bytestream so that it's not stopping to fill the bytestream if events
5701 different than EOS or DISCONT are received. Instead it process them so
5702 that they go downstream.
5704 2004-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
5706 * docs/gst/tmpl/gstelement.sgml:
5707 * docs/gst/tmpl/gstreamer-unused.sgml:
5708 * docs/gst/tmpl/gstxml.sgml:
5709 * gst/autoplug/gstspideridentity.c:
5710 (gst_spider_identity_sink_loop_type_finding):
5711 * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
5712 * gst/elements/gstfilesink.c: (gst_filesink_open_file),
5713 (gst_filesink_close_file), (gst_filesink_handle_event),
5714 (gst_filesink_chain):
5715 * gst/elements/gstfilesrc.c: (gst_filesrc_map_region),
5716 (gst_filesrc_get_read), (gst_filesrc_open_file):
5717 * gst/elements/gstidentity.c: (gst_identity_chain):
5718 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
5719 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
5720 (gst_pipefilter_chain), (gst_pipefilter_open_file):
5721 * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
5723 * gst/gstpad.c: (gst_pad_set_explicit_caps),
5724 (gst_pad_recover_caps_error), (gst_pad_pull):
5725 * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
5726 * gst/schedulers/gstbasicscheduler.c:
5727 (gst_basic_scheduler_chainhandler_proxy),
5728 (gst_basic_scheduler_gethandler_proxy),
5729 (gst_basic_scheduler_cothreaded_chain):
5730 gst_element_error -> GST_ELEMENT_ERROR
5732 2004-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
5735 * docs/gst/tmpl/gstelement.sgml:
5736 * docs/gst/tmpl/gstxml.sgml:
5738 * docs/pwg/advanced-request.xml:
5739 * docs/pwg/advanced-scheduling.xml:
5740 * docs/pwg/advanced-tagging.xml:
5741 fix non-validating docbook using CDATA
5742 make sure make check-local gets run first to check if it validates
5744 2004-01-29 Julien MOUTTE <julien@moutte.net>
5746 * docs/pwg/advanced-events.xml: Adding documentation on advanced event
5747 handling (up and downstream).
5748 * docs/pwg/advanced-interfaces.xml: Make it coherent with the
5751 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
5753 * docs/pwg/advanced-tagging.xml:
5754 Add docs about tag writing.
5756 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
5758 * docs/pwg/advanced-tagging.xml:
5759 Add a part about tag reading and application signalling... Tag
5760 writing still needs to be documented.
5761 * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
5762 We can set file locations in READY, too.
5764 2004-01-29 Julien MOUTTE <julien@moutte.net>
5766 * docs/random/ds/element-checklist: Adding some notes about src
5769 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
5771 * docs/random/mimetypes:
5772 Update docs to point to correct elements for various mimetypes, and
5773 some more errors pointed out by Stéphane LOEUILLET (aka LeRoutier)
5774 <stephane.loeuillet@tiscali.fr>.
5776 2004-01-28 David Schleef <ds@schleef.org>
5778 * docs/pwg/intro-basics.xml: rewrite bufferpool stuff.
5780 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
5782 * docs/random/mimetypes:
5783 update docs for audio/x-raw-float. Add "buffer-frames=0 means
5785 * gst/elements/gstfilesrc.c: (gst_filesrc_set_location):
5786 make it only work in NULL.
5788 don't posion NULL caps
5789 * gst/gstelement.c: (gst_element_set_time):
5790 add debugging statement
5791 * gst/gstelement.c: (gst_element_emit_found_tag),
5792 (gst_element_found_tag_func), (gst_element_found_tags):
5794 These functions take const taglists
5795 * gst/gstpad.c: (gst_pad_proxy_getcaps):
5797 * gst/gstpad.c: (gst_pad_event_default):
5798 make more effort on handling discont and clocks, g_warn if everything
5800 * gst/gststructure.c: (gst_structure_remove_fields),
5801 (gst_structure_remove_fields_valist):
5802 * gst/gststructure.h:
5803 add gst_structure_remove_fields(_valist)
5807 2004-01-28 David Schleef <ds@schleef.org>
5809 * docs/random/ds/element-checklist: Notes about gst_caps_to_string()
5810 * gst/registries/gstxmlregistry.c: (gst_xml_registry_save_caps):
5811 Fix memory leakage of gst_caps_to_string().
5813 Use GST_PTR_FORMAT instead of gst_caps_to_string():
5814 * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_sp):
5815 * gst/autoplug/gstspideridentity.c: (spider_find_suggest),
5816 (gst_spider_identity_sink_loop_type_finding):
5817 * gst/elements/gsttypefind.c: (gst_type_find_element_have_type),
5819 * gst/gstpad.c: (gst_pad_try_relink_filtered),
5820 (gst_pad_set_explicit_caps):
5821 * gst/parse/grammar.y:
5823 2004-01-28 David Schleef <ds@schleef.org>
5825 * configure.ac: Add detection for HAVE_PRINTF_EXTENSION and
5826 GST_PRINTF_EXTENSION_FORMAT_DEFINE.
5827 * docs/random/ds/0.9-suggested-changes: Notes from Company.
5828 * gst/gstcaps.c: (gst_caps_to_string): Add comment.
5829 * gst/gstconfig.h.in: Add define for GST_PTR_FORMAT
5830 * gst/gstinfo.c: (_gst_debug_init), (gst_debug_print_object),
5831 (gst_debug_log_default), (_gst_info_printf_extension),
5832 (_gst_info_printf_extension_arginfo): Add printf extension.
5833 * gst/gstinfo.h: remove G_GNUC_PRINTF, because it doesn't work with %P
5834 * gst/gststructure.c: (gst_structure_to_string),
5835 (_gst_structure_parse_value): Use gst_value_deserialize() and
5837 * gst/gstvalue.c: (gst_value_deserialize_fourcc),
5838 (gst_value_deserialize_boolean), (gst_strtoi),
5839 (gst_value_deserialize_int), (gst_value_deserialize_double),
5840 (gst_value_deserialize_string), (gst_value_deserialize): Implement
5841 a bunch of deserialize functions and gst_value_deserialize.
5842 * gst/gstvalue.h: er, _de_serialize, not unserialize
5843 * testsuite/caps/string-conversions.c: (main): We don't currently
5844 handle (float) in caps, so convert these to (double).
5845 * testsuite/debug/Makefile.am: Add new test for the printf extension
5846 * testsuite/debug/printf_extension.c: (main): same
5848 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
5850 * docs/random/company/time:
5851 Add some docs about clocking and time
5853 2004-01-28 Julien MOUTTE <julien@moutte.net>
5855 * docs/pwg/advanced-interfaces.xml: Adding XOverlay documentation.
5857 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
5859 * docs/pwg/advanced-clock.xml:
5860 * docs/pwg/advanced-dparams.xml:
5861 * docs/pwg/advanced-events.xml:
5862 * docs/pwg/advanced-interfaces.xml:
5863 * docs/pwg/advanced-midi.xml:
5864 * docs/pwg/advanced-request.xml:
5865 * docs/pwg/advanced-scheduling.xml:
5866 * docs/pwg/advanced-tagging.xml:
5867 * docs/pwg/advanced-types.xml:
5868 * docs/pwg/appendix-checklist.xml:
5869 * docs/pwg/building-boiler.xml:
5870 * docs/pwg/building-chainfn.xml:
5871 * docs/pwg/building-filterfactory.xml:
5872 * docs/pwg/building-pads.xml:
5873 * docs/pwg/building-props.xml:
5874 * docs/pwg/building-signals.xml:
5875 * docs/pwg/building-state.xml:
5876 * docs/pwg/building-testapp.xml:
5877 * docs/pwg/intro-basics.xml:
5878 * docs/pwg/intro-preface.xml:
5879 * docs/pwg/other-autoplugger.xml:
5880 * docs/pwg/other-sink.xml:
5881 * docs/pwg/other-source.xml:
5882 * docs/pwg/titlepage.xml:
5885 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
5890 * docs/building-the-docs-on-debian:
5891 collect relevant bits of doc info
5893 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
5895 * docs/pwg/advanced_tagging.xml:
5896 Half-assed commit so Thomas can re-arrange document IDs here to be
5899 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
5901 * docs/manual/autoplugging.xml:
5902 * docs/manual/bins-api.xml:
5903 * docs/manual/bins.xml:
5904 * docs/manual/buffers-api.xml:
5905 * docs/manual/buffers.xml:
5906 * docs/manual/clocks.xml:
5907 * docs/manual/components.xml:
5908 * docs/manual/cothreads.xml:
5909 * docs/manual/debugging.xml:
5910 * docs/manual/dparams-app.xml:
5911 * docs/manual/dynamic.xml:
5912 * docs/manual/elements-api.xml:
5913 * docs/manual/elements.xml:
5914 * docs/manual/factories.xml:
5915 * docs/manual/gnome.xml:
5916 * docs/manual/goals.xml:
5917 * docs/manual/helloworld.xml:
5918 * docs/manual/helloworld2.xml:
5919 * docs/manual/init-api.xml:
5920 * docs/manual/intro.xml:
5921 * docs/manual/links-api.xml:
5922 * docs/manual/links.xml:
5923 * docs/manual/manual.xml:
5924 * docs/manual/motivation.xml:
5925 * docs/manual/pads-api.xml:
5926 * docs/manual/pads.xml:
5927 * docs/manual/plugins-api.xml:
5928 * docs/manual/plugins.xml:
5929 * docs/manual/programs.xml:
5930 * docs/manual/queues.xml:
5931 * docs/manual/quotes.xml:
5932 * docs/manual/schedulers.xml:
5933 * docs/manual/states-api.xml:
5934 * docs/manual/states.xml:
5935 * docs/manual/threads.xml:
5936 * docs/manual/typedetection.xml:
5937 * docs/manual/xml.xml:
5938 use chapter, part, section or misc as id starts for all bits
5940 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
5942 * docs/gst/gstreamer-sections.txt:
5943 Fix up TITLE of the sections
5945 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
5947 * docs/pwg/advanced_interfaces.xml:
5948 Add documentation on propertyprobing.
5949 * docs/pwg/advanced_events.xml:
5950 * docs/pwg/advanced_tagging.xml:
5951 * docs/pwg/building_boiler.xml:
5952 * docs/pwg/building_filterfactory.xml:
5954 Move filterfactory and tagging into their own chapter, add a chapter
5955 on events. all these are empty placeholders that will be filled in
5958 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
5960 * docs/pwg/advanced_interfaces.xml:
5961 Docs for mixer interface. Also a check for website uploading.
5963 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
5967 * docs/faq/Makefile.am:
5968 * docs/gst/Makefile.am:
5969 * docs/gst/tmpl/gstelement.sgml:
5970 * docs/gst/tmpl/gstplugin.sgml:
5971 * docs/gst/tmpl/gstreamer-unused.sgml:
5972 * docs/libs/Makefile.am:
5973 * docs/manual/Makefile.am:
5975 * docs/pwg/Makefile.am:
5977 Separate out upload target and make it similar for
5978 both docbook and gtk-doc docs
5980 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
5983 Fix upload target to work with freedesktop
5985 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
5987 * docs/pwg/advanced_types.xml:
5988 Add notes on creating your own types.
5989 * docs/pwg/building_boiler.xml:
5990 * docs/pwg/building_pads.xml:
5991 * docs/pwg/building_state.xml:
5992 Add some stuff about how to retrieve values from structures, how
5993 that relates to types and change layout slightly again to be almost
5996 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
5998 * docs/pwg/advanced_dparams.xml:
5999 * docs/pwg/advanced_scheduling.xml:
6000 Change index layout slightly.
6002 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
6004 * docs/pwg/advanced_clock.xml:
6005 * docs/pwg/advanced_interfaces.xml:
6006 * docs/pwg/advanced_midi.xml:
6007 General placeholders for now.
6008 * docs/pwg/advanced_request.xml:
6009 Explanation about sometimes and request pads.
6010 * docs/pwg/advanced_scheduling.xml:
6011 Concept of bytestream, loopfunctions and schedulers.
6012 * docs/pwg/building_boiler.xml:
6013 Add something about plugin-init.
6015 2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
6017 * docs/pwg/building_pads.xml:
6020 2004-01-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
6022 * docs/pwg/advanced_interfaces.xml:
6024 Add as a placeholder for future filling-in.
6025 * docs/pwg/basics_autoplugging.xml:
6026 * docs/pwg/basics_buffers.xml:
6027 * docs/pwg/basics_elements.xml:
6028 * docs/pwg/basics_events.xml:
6029 * docs/pwg/basics_plugins.xml:
6030 * docs/pwg/basics_types.xml:
6031 Remove, because unused (this is all in intro_basics.xml).
6032 * docs/pwg/building_signals.xml:
6033 Short intro to signals + reference to GObject docs - we really
6034 shouldn't go into these sort of things to deply because we don't
6035 use them that extensively anyway.
6036 * docs/pwg/building_state.xml:
6037 Explanation of states. Benjamin, please check.
6038 * docs/pwg/building_testapp.xml:
6039 Put everything in one page - putting only a few lines of content
6040 per page doesn't really make sense.
6042 Time to get into the advanced topics. ;).
6044 2004-01-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
6046 * docs/pwg/advanced_types.xml:
6047 Finish documenting the current state of mimetypes.
6048 * docs/pwg/building_boiler.xml:
6049 * docs/pwg/building_chainfn.xml:
6050 * docs/pwg/building_pads.xml:
6051 * docs/pwg/building_props.xml:
6052 * docs/pwg/building_testapp.xml:
6053 Start documenting the "how to build a simple audio filter" part
6054 of the PWG. Most stuff is ready by now. Stuff remaining: signals,
6055 states and (maybe?) a short introduction to capsnego in the chapter
6056 on pads (building_pads.xml). Capsnego should probably be explained
6057 fully in advanced_capsnego.xml or so.
6059 2004-01-26 David Schleef <ds@schleef.org>
6061 * gst/gstpad.c: (gst_pad_try_set_caps_nonfixed):
6062 * gst/gstpad.h: Add new function to allow element to (somewhat)
6063 specify non-fixed caps on a pad.
6064 * gst/gstqueue.c: (gst_queue_chain): Remove noisy g_object_notify()
6065 that I added a few weeks ago.
6067 2004-01-26 David Schleef <ds@schleef.org>
6069 * gst/gstpad.c: (gst_pad_try_set_caps): Revert last change
6070 making try_set_caps() work with non-fixed caps.
6072 2004-01-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
6074 * docs/pwg/advanced_types.xml:
6075 * docs/pwg/intro_basics.xml:
6076 * docs/pwg/intro_preface.xml:
6078 * docs/pwg/titlepage.xml:
6079 First try to resurrect the PWG. I'm halfway integrating the mimetypes
6080 in here (docs/random/mimetypes), and will from there on work on both
6081 updating outdated parts and adding missing parts.
6082 That doesn't mean I'll fix it completely, but I'll try at least. ;).
6084 2004-01-26 Thomas Vander Stichele <thomas at apestaart dot org>
6086 * gst/gsterror.h: reinstate GST_LIBRARY_ERROR_ENCODE until
6089 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
6092 remove gst_element_factory_get_version. It doesn't exist anymore.
6095 remove gst_plugin_set_name and change gst_plugin_get_longname to
6096 gst_plugin_get_description to match code.
6098 remove GST_LIBRARY_ERROR_ENCODE. It's GST_STREAM_ERROR_ENCODE.
6099 * gst/gstpad.c: (gst_pad_try_set_caps):
6100 make it work with nonfixed caps.
6101 Note that even in the nonfixed case the link function of the pad
6102 that tries to set caps isn't called.
6104 2004-01-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
6106 * gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
6107 fix bug where buffer was not assembled correctly
6108 * gst/elements/gsttee.c: (gst_tee_class_init), (gst_tee_init):
6110 * gst/elements/gsttypefind.c: (gst_type_find_element_chain):
6111 only seek if there's no more buffers that could work without seeking
6113 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
6115 * gst/gsttag.c: (_gst_tag_initialize):
6117 Add application tag (for encoding/muxing app).
6119 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
6122 make autopoint force, and libtoolize not copy
6123 * common/m4/as-docbook.m4:
6124 added docbook xml catalog setup check
6125 * common/m4/gst-doc.m4:
6128 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
6130 * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_register):
6134 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
6136 * docs/gst/gstreamer-sections.txt:
6137 * docs/gst/tmpl/gst.sgml:
6138 * docs/gst/tmpl/gstbuffer.sgml:
6139 * docs/gst/tmpl/gstclock.sgml:
6140 * docs/gst/tmpl/gstelement.sgml:
6141 * docs/gst/tmpl/gstreamer-unused.sgml:
6142 * docs/gst/tmpl/gstxml.sgml:
6143 sync latest API changes to docs
6145 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
6147 * gst/gstpluginfeature.c:
6149 * tools/gst-inspect.c: (print_element_list):
6150 fix output of typefind
6152 * tools/gst-launch.c:
6155 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
6157 * gst/elements/Makefile.am:
6158 * gst/elements/gstelements.c:
6159 * gst/elements/gsttypefindelement.c:
6160 * gst/elements/gsttypefindelement.h:
6164 renamed gsttypefindelement to gsttypefind, conserving CVS history
6166 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
6168 * gst/gsttag.c: (_gst_tag_initialize), (gst_tag_list_add_valist):
6170 add some tags used in ogg as well
6171 fix _ in replaygain tags
6173 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
6176 fix wrong GST_LIBRARY_ERROR_ENCODE addition
6178 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
6180 * gst/gstelement.c: (gst_element_error_full):
6182 change _extended to _full
6184 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
6186 reviewed by: <delete if not using a buddy>
6188 * docs/gst/tmpl/gst.sgml:
6189 * docs/gst/tmpl/gstbuffer.sgml:
6190 * docs/gst/tmpl/gstclock.sgml:
6191 * docs/gst/tmpl/gstelement.sgml:
6192 * docs/gst/tmpl/gstreamer-unused.sgml:
6193 * docs/gst/tmpl/gstxml.sgml:
6194 * gst/gstelement.c: (gst_element_error_full):
6197 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
6199 * gst/gstelement.h: fix _gst_element_error_printf prototype
6201 2004-01-20 David Schleef <ds@schleef.org>
6203 * gst/gststructure.c: (gst_structure_to_string):
6204 Convert function to use gst_value_serialize().
6205 * gst/gstvalue.c: (gst_value_serialize_list),
6206 (gst_value_serialize_fourcc), (gst_value_serialize_int_range),
6207 (gst_value_serialize_double_range), (gst_value_serialize_boolean),
6208 (gst_value_serialize_int), (gst_value_serialize_double),
6209 (gst_string_wrap), (gst_value_serialize_string),
6210 (gst_value_serialize), (gst_value_deserialize):
6212 Add implementations for serialize.
6214 2004-01-20 Julien MOUTTE <julien@moutte.net>
6216 * gst/gsterror.h: xvidenc.c needs GST_LIBRARY_ERROR_ENCODE. Dunno if
6217 we want to keep that one in the future or change xvidenc.c to use
6220 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
6222 * gst/gstelement.c: (_gst_element_error_printf):
6226 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
6228 * docs/random/error:
6229 doc explaining error system
6230 * gst/elements/gstfilesrc.c: (gst_filesrc_open_file):
6233 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
6235 * gst/gst-i18n-app.h:
6236 * gst/gst-i18n-lib.h:
6237 remove inclusion of config.h
6240 add gst/gstelement.c
6242 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
6244 * po/nl.po: updated Dutch translation
6246 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
6248 * gst/gsterror.c: (_gst_core_errors_init),
6249 (_gst_library_errors_init), (_gst_resource_errors_init),
6250 (_gst_stream_errors_init):
6251 remove ending punctuation dots
6253 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
6255 * gst/elements/gstfilesink.c: (gst_filesink_open_file):
6256 * gst/elements/gstfilesrc.c: (gst_filesrc_get_read):
6257 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6258 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6259 (gst_pipefilter_chain), (gst_pipefilter_open_file):
6260 use GST_ERROR_SYSTEM
6262 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
6264 * gst/gstelement.c: (gst_element_error_printf),
6265 (gst_element_error_extended):
6267 add a helper printf function so we can have NULL values passed.
6269 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
6272 add G_STMT macros to gst_element_error, which isn't strictly
6273 necessary but people tell me to anyway.
6275 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
6278 * gst/autoplug/gstspideridentity.c:
6279 (gst_spider_identity_sink_loop_type_finding):
6280 * gst/elements/gstfakesink.c: (gst_fakesink_change_state):
6281 * gst/elements/gstfilesink.c: (gst_filesink_open_file),
6282 (gst_filesink_close_file), (gst_filesink_handle_event),
6283 (gst_filesink_chain):
6284 * gst/elements/gstfilesrc.c: (gst_filesrc_set_property),
6285 (gst_filesrc_map_region), (gst_filesrc_get_read),
6286 (gst_filesrc_open_file):
6287 * gst/elements/gstidentity.c: (gst_identity_chain):
6288 * gst/elements/gstmultidisksrc.c: (gst_multidisksrc_open_file):
6289 * gst/elements/gstpipefilter.c: (gst_pipefilter_get),
6290 (gst_pipefilter_chain), (gst_pipefilter_open_file):
6291 * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain):
6293 * gst/gst_private.h:
6294 * gst/gstelement.c: (gst_element_class_init),
6295 (gst_element_default_error), (gst_element_error_func),
6296 (gst_element_error_extended):
6298 * gst/gsterror.c: (_gst_core_errors_init),
6299 (_gst_library_errors_init), (_gst_resource_errors_init),
6300 (_gst_stream_errors_init), (gst_error_get_message):
6302 * gst/gstinfo.c: (_gst_debug_init):
6303 * gst/gstmarshal.list:
6304 * gst/gstpad.c: (gst_pad_set_explicit_caps),
6305 (gst_pad_recover_caps_error), (gst_pad_pull):
6306 * gst/gstqueue.c: (gst_queue_chain), (gst_queue_get):
6307 * gst/schedulers/gstbasicscheduler.c:
6308 (gst_basic_scheduler_chainhandler_proxy),
6309 (gst_basic_scheduler_gethandler_proxy),
6310 (gst_basic_scheduler_cothreaded_chain):
6315 add error categories
6317 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
6319 * gst/gsttag.c: (_gst_tag_initialize):
6323 2004-01-18 Colin Walters <walters@verbum.org>
6325 * examples/retag/retag.c: Call gst_init before processing
6326 program args. Add g_assert to _link_many call.
6328 2004-01-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
6330 * gst/gstpad.c: (gst_pad_alloc_buffer):
6331 Return a newly allocated buffer when the pad has no peer.
6333 2004-01-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
6335 * gst/gstclock.c: (gst_clock_get_time):
6336 make it compile with gcc 2.95 again.
6337 Patch by Scott Wheeler
6339 2004-01-15 David Schleef <ds@schleef.org>
6342 Added gst_caps_is_simple() macro.
6343 * testsuite/caps/caps.c: (test1):
6344 * testsuite/caps/intersect2.c: (main):
6345 * testsuite/caps/intersection.c: (main):
6346 Fixes to make 'make check' work again after removing
6347 gst_caps_is_chained().
6349 2004-01-15 Leif Johnson <leif@ambient.2y.net>
6351 * docs/random/uraeus/gstreamer_and_midi.txt: Rather large edits
6352 and additions to the MIDI document.
6354 2004-01-15 David Schleef <ds@schleef.org>
6356 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered),
6357 (gst_element_link_pads_filtered): Use GST_PAD_ macros instead
6358 of GST_RPAD_, since we don't know if it's a real or ghost pad.
6360 2004-01-15 David Schleef <ds@schleef.org>
6364 Fix the spelling of "treshold" and make min_threshold actually
6367 2004-01-15 David Schleef <ds@schleef.org>
6370 Add lots of documentation.
6372 Deprecate a few functions.
6374 Removed use of deprecated functions.
6376 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
6378 * gst/gstpad.c: (gst_pad_is_linked):
6380 implement gst_pad_is_linked
6382 reserve space for initiate_state_change
6384 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
6386 * gst/autoplug/gstspideridentity.c:
6387 (gst_spider_identity_sink_loop_type_finding):
6388 break infinite loop by just returning instead of looping
6389 * gst/gstclock.c: (gst_clock_class_init), (gst_clock_set_property):
6390 set event time difference correctly. Set it to 1 second instead
6391 of 100ms to be more tolerant
6392 * gst/gstelement.c: (gst_element_set_time):
6393 add debugging output
6395 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
6397 * gst/gstqueue.c: (gst_queue_getcaps), (gst_queue_link):
6398 query if buffers are inside the pool, ignore events
6400 2004-01-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
6402 * gst/gstclock.c: (gst_clock_class_init), (gst_clock_init),
6403 (gst_clock_set_speed), (gst_clock_set_active),
6404 (gst_clock_is_active), (gst_clock_reset),
6405 (gst_clock_handle_discont):
6407 deprecate old interface and disable functions that aren't in use
6410 * gst/gstelement.c: (gst_element_get_time), (gst_element_wait),
6411 (gst_element_set_time), (gst_element_adjust_time):
6412 add concept of "element time" and functions to get/set this time.
6413 * gst/gstelement.c: (gst_element_change_state):
6414 update element time correctly.
6415 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
6416 This is a debug message, not a g_critical.
6417 * gst/gstpad.c: (gst_pad_event_default):
6418 handle discontinuous events right with element time.
6419 * gst/gstscheduler.c: (gst_scheduler_state_transition):
6420 update to clocking fixes.
6421 set clocks on elements in READY=>PAUSED. The old behaviour caused
6422 a wrong element time on the first element that started playing.
6423 * gst/schedulers/gstbasicscheduler.c:
6424 (gst_basic_scheduler_class_init):
6425 * gst/schedulers/gstoptimalscheduler.c:
6426 (gst_opt_scheduler_class_init):
6427 remove code that just implements the default behaviour.
6428 * gst/elements/gstfakesink.c: (gst_fakesink_chain):
6429 update to use new clocking functions
6430 * testsuite/clock/clock1.c: (gst_clock_debug), (main):
6431 * testsuite/clock/clock2.c: (gst_clock_debug), (main):
6432 update to test new element time.
6433 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_getcaps):
6434 use _get_allowed_caps instead of _get_caps. This catches filtered
6436 * testsuite/debug/commandline.c:
6437 update for new GST_DEBUG syntax.
6438 * testsuite/threads/Makefile.am:
6439 disable a test that only works sometimes.
6441 2004-01-13 Julien MOUTTE <julien@moutte.net>
6443 * po/LINGUAS: Adding fr.
6444 * po/fr.po: Adding french translation.
6446 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
6448 * gst/parse/grammar.y:
6451 * tools/gst-launch.c: (xmllaunch_parse_cmdline), (main):
6452 translate parsing error messages
6454 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
6456 * po/POTFILES.in: adding gst-launch
6457 * po/nl.po: updated translation, all 99 strings translated
6458 * tools/gst-launch.c: (idle_func), (xmllaunch_parse_cmdline),
6459 (found_tag), (sigint_handler_sighandler), (play_handler), (main):
6460 fix strings for translation
6462 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
6465 - capitalize beginnings of popt options
6466 - fix strings for translation
6467 - change gst-debug format from =N1=V1:N2=V2 to =N1:V1,N2:V2
6469 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
6471 * po/README: add some notes on how to update translations
6473 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
6475 * ABOUT-NLS: removed, is autogenerated from autopoint
6476 * autogen.sh: add autopoint stuff
6477 * configure.ac: fix up gettext stuff
6478 * gst/Makefile.am: add i18n headers to noinst_HEADERS
6479 * gst/elements/gsttypefindelement.c: add header include
6480 * gst/gettext.h: add header, copy from system-installed header
6481 * gst/gst-i18n-app.h: to be included by each app having translations
6482 * gst/gst-i18n-lib.h: to be included by each lib having translations
6483 * gst/gst.c: (init_pre): fix up gettext calls
6484 * gst/gst_private.h: remove i18n stuff, moving to separate headers
6485 * po/LINGUAS: the new way to specify translations present
6486 * po/Makefile.in.in: removed from cvs, autogenerated from autopoint
6487 * po/Makevars: the variables filled in for GStreamer
6488 * po/POTFILES.in: added new files with translations
6489 * po/de.po: has new strings
6490 * po/nl.po: readded, has new strings
6492 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
6494 * gst/gsttag.c: fix some strings marked for translation
6496 2004-01-13 Iain <iain@prettypeople.org>
6498 * gst/schedulers/gstoptimalscheduler.c (add_to_group): Reference the
6499 group when we add an element to it, cos we unref it when we remove one
6501 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
6503 * testsuite/debug/commandline.c: (debug_not_reached):
6504 * testsuite/debug/output.c: (check_message):
6507 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
6509 * examples/cutter/.cvsignore:
6510 * examples/helloworld/.cvsignore:
6511 * examples/launch/.cvsignore:
6512 * examples/manual/.cvsignore:
6513 * examples/mixer/.cvsignore:
6514 * examples/pingpong/.cvsignore:
6515 * examples/plugins/.cvsignore:
6516 * examples/queue/.cvsignore:
6517 * examples/queue2/.cvsignore:
6518 * examples/queue3/.cvsignore:
6519 * examples/queue4/.cvsignore:
6520 * examples/retag/.cvsignore:
6521 * examples/thread/.cvsignore:
6522 * examples/typefind/.cvsignore:
6523 * examples/xml/.cvsignore:
6525 * gst/autoplug/.cvsignore:
6526 * gst/elements/.cvsignore:
6527 * gst/indexers/.cvsignore:
6528 * gst/parse/.cvsignore:
6529 * gst/registries/.cvsignore:
6530 * gst/schedulers/.cvsignore:
6531 * libs/gst/bytestream/.cvsignore:
6532 * libs/gst/control/.cvsignore:
6533 * libs/gst/getbits/.cvsignore:
6535 * tests/bufspeed/.cvsignore:
6536 * tests/instantiate/.cvsignore:
6537 * tests/memchunk/.cvsignore:
6538 * tests/muxing/.cvsignore:
6539 * tests/sched/.cvsignore:
6540 * tests/seeking/.cvsignore:
6541 * tests/threadstate/.cvsignore:
6542 * testsuite/.cvsignore:
6543 * testsuite/caps/.cvsignore:
6544 * testsuite/cleanup/.cvsignore:
6545 * testsuite/dynparams/.cvsignore:
6546 * testsuite/plugin/.cvsignore:
6548 update - this is huge, because it includes *.bb, *.bbg and *.da files
6549 which are generated for gcov.
6551 2004-01-11 David Schleef <ds@schleef.org>
6553 * gst/gststructure.c: (gst_strtoi), (gst_value_from_string): Add
6554 a function to parse integers in ways that strto[u]l() does not.
6556 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
6558 * tools/gst-inspect.c: (print_caps):
6559 improve output of caps a bit
6561 2004-01-11 David Schleef <ds@schleef.org>
6563 * gst/gstbuffer.c: (gst_buffer_create_sub): Subbuffers should
6564 inherit correct flags (READONLY and DONTKEEP).
6566 2004-01-11 David Schleef <ds@schleef.org>
6568 * gst/elements/gstfilesrc.c: (gst_filesrc_free_parent_mmap),
6569 (gst_filesrc_map_region):
6570 * gst/gstbuffer.c: (_gst_buffer_initialize),
6571 (_gst_buffer_sub_free), (gst_buffer_default_copy),
6572 (gst_buffer_new), (gst_buffer_create_sub),
6573 (gst_buffer_is_span_fast), (gst_buffer_span):
6575 Change GstBuffer private structure element names. (all files)
6576 * gst/gstqueue.c: (gst_queue_init), (gst_queue_getcaps),
6579 Implement getcaps/pad_link functions that handle the case where
6580 there are data in the queue.
6582 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
6584 * gst/elements/gstbufferstore.c:
6585 initialize debugging structure correctly
6586 * gst/elements/gsttee.c: (gst_tee_set_property):
6587 g_object_notify when property was changed
6588 * gst/elements/gsttypefindelement.c:
6589 (gst_type_find_element_change_state):
6590 clear caps correctly
6592 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
6594 * gst/gstqueue.c: (gst_queue_init):
6595 Use better defaults for when a queue should block. This
6596 gets rid of jerky playback for quite a few files.
6597 It takes more memory.
6599 2004-01-10 Thomas Vander Stichele <thomas at apestaart dot org>
6601 (gst_xml_registry_parse_padtemplate):
6602 make critical message slightly more useful
6604 2004-01-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
6606 * gst/gstinfo.c: (gst_debug_log), (gst_debug_log_valist),
6607 (gst_debug_message_get), (gst_debug_log_default):
6609 Change gst_debug_log(_valist) to take a const format string.
6610 Change prototype of log function and functions using those to
6611 take a GstDebugMessage instead of a string that requires using
6612 gst_debug_message_get.
6614 2004-01-08 David Schleef <ds@schleef.org>
6618 Add option --enable-gcov to build GStreamer with -fprofile-arcs
6619 and -ftest-coverage, which allows gcov to show information about
6622 2004-01-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
6625 Add GST_BOILERPLATE(_FULL), GST_PARENT_CALL and
6626 GST_PARENT_CALL_WITH_DEFAULT
6627 * gst/elements/gstaggregator.c:
6628 * gst/elements/gstbufferstore.c:
6629 * gst/elements/gstfakesink.c:
6630 * gst/elements/gstfakesrc.c:
6631 * gst/elements/gstfdsink.c:
6632 * gst/elements/gstfdsrc.c:
6633 * gst/elements/gstfilesink.c:
6634 * gst/elements/gstfilesrc.c:
6635 * gst/elements/gstidentity.c:
6636 * gst/elements/gstmd5sink.c:
6637 * gst/elements/gstmultidisksrc.c:
6638 * gst/elements/gstpipefilter.c:
6639 * gst/elements/gstshaper.c:
6640 * gst/elements/gststatistics.c:
6641 * gst/elements/gsttee.c:
6642 * gst/elements/gsttypefindelement.c:
6645 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
6647 * docs/gst/gstreamer-docs.sgml: remove props
6648 * docs/gst/gstreamer-sections.txt: remove props
6649 * docs/gst/tmpl/gst.sgml:
6650 * docs/gst/tmpl/gstbin.sgml:
6651 * docs/gst/tmpl/gstbuffer.sgml:
6652 * docs/gst/tmpl/gstcaps.sgml:
6653 * docs/gst/tmpl/gstclock.sgml:
6654 * docs/gst/tmpl/gstelement.sgml:
6655 * docs/gst/tmpl/gstindex.sgml:
6656 * docs/gst/tmpl/gstobject.sgml:
6657 * docs/gst/tmpl/gstpad.sgml:
6658 * docs/gst/tmpl/gstpadtemplate.sgml:
6659 * docs/gst/tmpl/gstreamer-unused.sgml:
6660 * docs/gst/tmpl/gstthread.sgml:
6661 * docs/gst/tmpl/gstxml.sgml:
6662 sync with code reorganization
6664 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
6666 * gst/gstelement.c: (gst_element_get_compatible_pad_filtered):
6667 Make the 'Could not find compatible pad' message more informative.
6669 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
6671 * gst/elements/gstfilesink.c: (gst_filesink_set_location):
6672 Fix for if we pass NULL as property to location.
6673 * gst/elements/gstpipefilter.c: (gst_pipefilter_init),
6674 (gst_pipefilter_handle_event), (gst_pipefilter_chain):
6675 Fix for instantiate-test (see below).
6676 * gst/gststructure.c: (_gst_structure_parse_value):
6677 Fix compile error on gcc-2.96.
6679 * tests/Makefile.am:
6680 * tests/instantiate/Makefile.am:
6681 * tests/instantiate/create.c: (create_all_elements), (main):
6682 Add a test that instantiates all elements. This makes it easy to
6683 track dead code for old API/design (like setting event functions
6684 on sink pads and so on).
6686 2004-01-06 Jan Schmidt <thaytan@mad.scientist.com>
6688 * gst/gstcaps.c: (gst_caps_append_structure):
6689 Move the poisoning to allow a NULL structure
6690 * gst/gstevent.c: (_gst_event_free):
6691 When freeing a navigation event, free the structure
6694 2004-01-04 David Schleef <ds@schleef.org>
6696 * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
6697 Remove usage of gst_pad_proxy_fixate.
6698 * gst/gstcaps.c: (gst_caps_append), (gst_caps_append_structure),
6699 (gst_caps_split_one), (gst_caps_replace):
6701 * gst/gstmarshal.list:
6702 Add pointer__pointer for fixate signal
6703 * gst/gstpad.c: (gst_real_pad_class_init),
6704 (_gst_real_pad_fixate_accumulator), (gst_pad_link_fixate),
6705 (_gst_pad_default_fixate_func), (gst_pad_proxy_fixate),
6706 (gst_pad_set_explicit_caps), (gst_pad_template_new):
6707 Add poisoning code. Add fixate signal on RealPad. Change
6708 set_explicit_caps() to take const GstCaps, like try_set_caps().
6710 * testsuite/caps/Makefile.am:
6711 * testsuite/caps/app_fixate.c: Add a test for the fixate signal
6713 2004-01-03 David Schleef <ds@schleef.org>
6715 * gst/elements/gsttypefindelement.c:
6716 (gst_type_find_element_have_type), (gst_type_find_element_init):
6717 Use gst_pad_use_explicit_caps for src pad.
6718 * gst/gstpad.c: (gst_pad_try_set_caps): Check that link exists
6721 2004-01-03 David Schleef <ds@schleef.org>
6723 * gst/gstelement.c: (gst_element_link_pads_filtered),
6724 (gst_element_negotiate_pads): Fix to allow DELAYED to indicate
6725 that linking was successful.
6726 * gst/gstpad.c: (gst_pad_link_free),
6727 (gst_pad_link_call_link_functions), (gst_pad_link_negotiate),
6728 (gst_pad_link_try), (gst_pad_link_unnegotiate),
6729 (gst_pad_unnegotiate), (gst_pad_set_explicit_caps): Pass
6730 GstPadLinkReturn correctly between functions, and don't fail
6731 when DELAYED is used (DELAYED is very important). Better
6732 cleanup on unlinking and unnegotiation. Should fix some spider
6735 2004-01-02 David Schleef <ds@schleef.org>
6737 * gst/gstelement.c: (gst_element_class_init),
6738 (gst_element_base_class_init): ->padtemplates should be cleared
6739 in base_init, since we need to have a fresh list for every
6740 class. (Alternately, we chould copy the list and share the
6741 actual pad templates (not the list), but that would require
6742 changing every plugin to move pad template registration from
6743 base_init to class_init.)
6745 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
6747 * gst/gstelement.c: (gst_element_class_add_pad_template):
6748 Refuse registering a pad template if another pad template
6749 with the same name already exists (#114715).
6751 2004-01-02 David Schleef <ds@schleef.org>
6753 * gst/gstcaps.c: (_gst_structure_is_equal_foreach),
6754 (gst_caps_is_equal_fixed): Add new function.
6755 * gst/gstcaps.h: ditto.
6756 * gst/gstpad.c: (gst_real_pad_class_init),
6757 (gst_pad_link_call_link_functions), (gst_pad_try_set_caps),
6758 (gst_pad_set_explicit_caps), (gst_pad_get_caps): In try_set_caps,
6759 check new caps against existing caps -- if they're the same, return
6760 OK without renegotiating. caps-nego-failed signal fixed so that
6761 the marshaller isn't VOID__OBJECT. Also changed to G_TYPE_POINTER
6762 to save an extra caps copy. Don't complete negotiation if a pad
6763 link function returns DELAYED.
6765 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
6767 * gst/gstpad.c: (gst_pad_try_relink_filtered):
6768 Fix wrong g_return_if_fail
6770 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
6772 * gst/gstbin.c: (gst_bin_class_init):
6773 Change the marshalling of element_added/element_removed
6774 to use gst_marshal_VOID__OBJECT, since gst_marshal_VOID__POINTER
6775 complains that GST_TYPE_ELEMENT is not G_TYPE_POINTER
6777 2004-01-01 David Schleef <ds@schleef.org>
6779 * gst/gstpad.c: (gst_pad_set_explicit_caps),
6780 (gst_pad_explicit_getcaps), (gst_pad_explicit_link),
6781 (gst_pad_use_explicit_caps):
6783 Add new functions. gst_pad_use_explicit_caps() sets up a pad
6784 to use an internal getcaps and link fuction so that negotiation
6785 always results in the explicitly set caps.
6786 gst_pad_set_explicit_caps() sets the explicit caps. These functions
6787 are particularly useful for decoders.
6789 2003-12-31 David Schleef <ds@schleef.org>
6791 * gst/elements/gstidentity.c: (gst_identity_class_init),
6792 (gst_identity_init), (gst_identity_chain),
6793 (gst_identity_set_property), (gst_identity_get_property):
6794 * gst/elements/gstidentity.h:
6795 * gst/gstqueue.c: (gst_queue_init):
6798 2003-12-31 David Schleef <ds@schleef.org>
6800 * gst/gstcaps.c: (gst_caps_intersect),
6801 (_gst_caps_normalize_foreach), (gst_caps_normalize):
6802 Implement gst_caps_normalize().
6803 * testsuite/caps/normalisation.c: (main):
6804 Add an additional test
6806 2003-12-31 Ronald Bultje <rbultje@ronald.bitfreak.net>
6808 * gst/gstqueue.c: (gst_queue_init):
6809 use gst_pad_proxy_getcaps()
6811 2003-12-31 David Schleef <ds@schleef.org>
6813 * gst/elements/gstshaper.c: (gst_shaper_link):
6814 * gst/elements/gsttee.c: (gst_tee_init), (gst_tee_request_new_pad):
6815 * gst/gstqueue.c: (gst_queue_link):
6818 2003-12-31 David Schleef <ds@schleef.org>
6820 * gst/gstpad.c: (gst_pad_proxy_pad_link), (gst_pad_proxy_fixate):
6821 * gst/gstpad.h: Add functions that are useful as default pad
6822 link and fixate functions for elements.
6824 2003-12-30 David Schleef <ds@schleef.org>
6826 * gst/gstpad.c: (gst_pad_link_try):
6827 Fix segfault when attempting to return to old caps
6829 2003-12-29 David Schleef <ds@schleef.org>
6831 * gst/gstcaps.c: (gst_caps_normalize), (simplify_foreach),
6832 (gst_caps_structure_simplify), (gst_caps_simplify):
6834 Add simplify function
6835 * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
6836 (gst_pad_perform_negotiate), (gst_pad_is_negotiated):
6838 Copy over srcnotify, sinknotify when calling old pad_link
6839 functions. Add new is_negotiated() function.
6840 * gst/gststructure.c: (gst_structure_copy):
6841 Fix an incredibly stupid bug that should have been noticed
6842 weeks ago. _copy() returned the argument, not the new copy.
6844 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
6846 * gst/gstcaps.c: (gst_caps_append):
6848 * gst/gstcaps.h: (gst_caps_debug):
6849 remove, it doesn't exist anymore.
6850 * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
6851 (gst_element_threadsafe_properties_post_run):
6852 make debugging messages not clutter up THREAD debug category
6853 (gst_element_negotiate_pads), (gst_element_clear_pad_caps),
6854 (gst_element_change_state):
6855 update to new caps API
6856 * gst/gstinterface.c: (gst_implements_interface_cast):
6857 don't put vital code in g_return_if_fail
6858 * gst/gstpad.c: (gst_pad_link_try), (gst_pad_try_set_caps),
6859 (gst_pad_link_filtered):
6860 add pst_pad_try_link and use it.
6861 (gst_pad_perform_negotiate), (gst_pad_renegotiate):
6862 implement correctly, deprecate first one.
6863 (gst_pad_link_unnegotiate), (gst_pad_unnegotiate):
6865 (gst_pad_try_relink_filtered), (gst_pad_relink_filtered):
6867 (gst_pad_get_negotiated_caps):
6868 add and implement. Make GST_PAD_CAPS call this function.
6870 remove unneeded check..
6871 (gst_pad_recover_caps_error):
6872 disable, always return FALSE.
6873 (gst_real_pad_dispose):
6874 don't free caps and appfilter anymore, they're unused.
6876 Reflect changes mentioned above.
6877 * gst/gstsystemclock.c: (gst_system_clock_wait):
6878 Make 'clock is way behind' a debugging message.
6879 * gst/gstthread.c: (gst_thread_change_state):
6880 Fix debugging message
6882 2003-12-25 Thomas Vander Stichele <thomas at apestaart dot org>
6885 fix GST_DEBUG_CATEGORY_INIT gtk-doc description
6886 * docs/gst/tmpl/gstreamer-unused.sgml:
6887 removed all traces of cvs conflicts
6889 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
6892 * gst/schedulers/cothreads_compat.h:
6894 remove last instances of wingo cothread usage
6896 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
6899 * gst/gstversion.h.in:
6900 * gst/parse/grammar.y:
6901 change comment block from /** to /* when not gtk-doc comments
6903 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
6905 * gst/gst.c: whitespace and doc style fixes
6907 2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
6909 * gst/gstformat.h: remove trailing whitespace from enum for gtk-doc
6911 2003-12-24 Colin Walters <walters@verbum.org>
6913 * gst/elements/gsttypefindelement.c:
6914 gst/elements/gsttypefindelement.h: Make GstCaps parameter const.
6915 Copy caps parameter. Use _POINTER to marshal caps instead of _BOXED.
6916 Don't double-free caps.
6918 2003-12-23 David Schleef <ds@schleef.org>
6920 * gst/gstelement.c, gst/gstpad.c, gst/parse/grammar.y,
6921 gst/gstcaps.c, gst/autoplug/gstspideridentity.c:
6922 Many little fixes and additions of debug statements to
6923 get rhythmbox working.
6925 2003-12-23 Colin Walters <walters@verbum.org>
6927 * gst/autoplug/gstspideridentity.c (gst_spider_identity_sink_loop_type_finding):
6928 Use GST_PAD_LINK_SUCCESSFUL.
6930 2003-12-23 David Schleef <ds@schleef.org>
6932 * gst/elements/gstaggregator.c:
6933 * gst/elements/gsttee.c:
6934 Use gst_pad_proxy_getcaps().
6937 Add gst_pad_proxy_getcaps(), which filter elements can use
6938 as a generic getcaps implementation.
6939 Fix gst_pad_get_allowed_caps(). It just wasn't doing what
6942 2003-12-23 David Schleef <ds@schleef.org>
6945 Rearrange/rewrite much of the pad negotiation code, since it
6946 resembled pasta. This actually changes the way some
6947 negotiation works, since the previous code was inconsistent
6948 depending on how it was invoked. Add (internal) structure
6949 GstPadLink, which is used to hold some information (more in
6950 the future) about the link between two pads. Fixes a number
6951 of bugs, including random lossage of filter caps when the
6952 initial negotiation is delayed. A few functions are still
6955 Add GST_PAD_LINK_{SUCESSFUL|FAILED}() macros. Please use
6956 these when testing GstPadLinkReturn values instead of comparing
6959 2003-12-23 David Schleef <ds@schleef.org>
6963 Rearrange lots of code. Change registration of compare function
6964 into registration of compare/serialize/deserialize functions.
6965 Doesn't include implementation of gst_value_[de]serialize(),
6966 but that should be easy.
6968 2003-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
6970 * docs/gst/gstreamer-sections.txt:
6971 * docs/gst/tmpl/gstprops.sgml: removed
6972 * docs/gst/tmpl/gstreamer-bufferpool.sgml: removed
6973 David removed props and caps code, so let's remove their docs as well.
6974 Removed all no longer existing symbols from gstreamer-sections.txt
6976 2003-12-22 Colin Walters <walters@verbum.org>
6978 * gst/gsttaginterface.c, gst/gsttaginterface.h,
6979 gst/gsttag.c, gst/gsttag.h: Add interface to setting GValues
6982 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
6984 * gst/elements/gstelements.c:
6985 Set ranks of elements to NONE, so the autoplugger doesn't use them.
6986 * gst/elements/gstshaper.c: (gst_shaper_getcaps):
6987 Fix proxying to new CAPS stuff. Don't call get_allowed_caps but
6990 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
6992 * gst/autoplug/gstsearchfuncs.c: (gst_autoplug_caps_intersect):
6993 * gst/autoplug/gstspideridentity.c: (gst_spider_identity_link),
6994 (gst_spider_identity_getcaps), (gst_spider_identity_change_state),
6995 (gst_spider_identity_sink_loop_type_finding):
6996 * gst/autoplug/gstspideridentity.h:
6997 Fix autoplugging in spider element, so it works with new caps.
6998 This was mainly caused by identifying empty caps incorrectly.
7000 2003-12-22 David Schleef <ds@schleef.org>
7002 * gststructure.c, gstvalue.c, gstvalue.h: Add
7003 gst_value_init_and_copy() and use it, to avoid silly mistakes in
7004 using g_value_copy()
7006 2003-12-21 David Schleef <ds@schleef.org>
7008 * many, many files: Merge CAPS branch. This includes:
7009 - implemention of GstValue and several GstValue types
7010 - implemention of GstStructure
7011 - entire rewrite of GstCaps
7012 - removal of GstProps
7013 - many changes to GstPad to compensate for new caps paradigm
7014 - removal of GstBufferpool
7015 * gst/Makefile.am, gst/gst.h, gst/gstpad.h, gst/gsttypefind.h,
7016 gstvalue.h, gst/gstcaps[2]*.[ch]:
7017 - rename gstcaps2.[ch] to gstcaps.[ch]
7019 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
7021 * gst/gstqueue.c: (gst_queue_handle_pending_events),
7022 (gst_queue_chain), (gst_queue_handle_src_event):
7023 implement timeout for sending events. Workaround for if the
7024 pipeline on this queue is not passing any data.
7026 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
7028 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gstreamer
7029 * moved CVS to freedesktop.org