gstreamer/tests/check
Tim-Philipp Müller 17a02da2fd gst-libs/gst/utils/: API: add API for applications to initiate installation of missing plugins, ie. gst_install_plugi...
Original commit message from CVS:
* gst-libs/gst/utils/Makefile.am:
* gst-libs/gst/utils/base-utils.h:
* gst-libs/gst/utils/install-plugins.c:
(gst_install_plugins_context_set_xid),
(gst_install_plugins_context_new),
(gst_install_plugins_context_free),
(gst_install_plugins_get_helper),
(gst_install_plugins_spawn_child),
(gst_install_plugins_return_from_status),
(gst_install_plugins_installer_exited),
(gst_install_plugins_async), (gst_install_plugins_sync),
(gst_install_plugins_return_get_name),
(gst_install_plugins_installation_in_progress):
* gst-libs/gst/utils/install-plugins.h:
API: add API for applications to initiate installation of missing
plugins, ie. gst_install_plugins_async() primarily.
Based on libgimme-codec by Ryan Lortie.
* configure.ac:
Add --with-install-plugins-helper configure option so distros can specify
the path of the helper script or program to call when plugin installation
is requested (distros: please do any argument munging in this helper
script instead of patching GStreamer to pass arguments differently
to another program directly).
* docs/libs/gst-plugins-base-libs-docs.sgml:
* docs/libs/gst-plugins-base-libs-sections.txt:
Build and document new API.
* tests/check/libs/utils.c: (result_cb),
(test_base_utils_install_plugins_do_callout), (GST_START_TEST),
(libgstbaseutils_suite):
Some simple checks for the new API.
2007-02-02 20:42:08 +00:00
..
elements tests/check/elements/audioconvert.c: Add small test for 32bit float <=> 64bit float conversion (works only one way so... 2007-02-02 14:44:29 +00:00
generic properly fail if we can't make an element 2006-05-30 14:31:43 +00:00
gst tests/check/gst/.cvsignore: Do as buildbot says. 2007-01-29 10:53:06 +00:00
libs gst-libs/gst/utils/: API: add API for applications to initiate installation of missing plugins, ie. gst_install_plugi... 2007-02-02 20:42:08 +00:00
pipelines tests/check/pipelines/theoraenc.c: It would be very bad if, after a discont buffer, we thought every single following... 2006-11-30 12:50:42 +00:00
.gitignore add tests to gst-plugins-base add a volume element test clean up volume a little more for basetransform 2005-08-20 18:07:10 +00:00
gst-plugins-base.supp ext/pango/gsttextoverlay.c: Don't unnecessarily ref (and then leak) upstream events if the text pad is not linked. Fi... 2007-01-24 12:51:20 +00:00
Makefile.am gst/typefind/gsttypefindfunctions.c: Don't go into an endless loop if the file starts with 00 00 01 2X, like quicktim... 2007-01-22 12:03:27 +00:00