[gstreamer-bugs] [Bug 401072] Move libgimme-codec helper functions to GStreamer

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Feb 2 12:47:11 PST 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=401072

  GStreamer | gst-plugins-base | Ver: HEAD CVS


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #81622|0                           |1
        is obsolete|                            |
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.12




------- Comment #6 from Tim-Philipp Müller  2007-02-02 20:45 UTC -------
Committed, with a few more small changes (add 'Since' to docs; document return
enums better, shuffle a few of the return enums around a bit):

2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>

        * 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.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list