mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +00:00
gst-libs/gst/pbutils/: Small docs fix and addition.
Original commit message from CVS: * gst-libs/gst/pbutils/install-plugins.c: * gst-libs/gst/pbutils/missing-plugins.c: Small docs fix and addition.
This commit is contained in:
parent
1ec11dbc8e
commit
0afe67c9e0
3 changed files with 14 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2007-08-15 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* gst-libs/gst/pbutils/install-plugins.c:
|
||||||
|
* gst-libs/gst/pbutils/missing-plugins.c:
|
||||||
|
Small docs fix and addition.
|
||||||
|
|
||||||
2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
|
2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* tests/icles/.cvsignore:
|
* tests/icles/.cvsignore:
|
||||||
|
|
|
@ -584,6 +584,10 @@ gst_install_plugins_installer_exited (GPid pid, gint status, gpointer data)
|
||||||
* messages that have been caught on a pipeline's bus or created by the
|
* messages that have been caught on a pipeline's bus or created by the
|
||||||
* application via the provided API, such as gst_missing_element_message_new().
|
* application via the provided API, such as gst_missing_element_message_new().
|
||||||
*
|
*
|
||||||
|
* It is possible to request the installation of multiple missing plugins in
|
||||||
|
* one go (as might be required if there is a demuxer for a certain format
|
||||||
|
* installed but no suitable video decoder and no suitable audio decoder).
|
||||||
|
*
|
||||||
* Returns: result code whether an external installer could be started
|
* Returns: result code whether an external installer could be started
|
||||||
*
|
*
|
||||||
* Since: 0.10.12
|
* Since: 0.10.12
|
||||||
|
|
|
@ -383,11 +383,11 @@ missing_structure_get_caps_detail (const GstStructure * s, GstCaps ** p_caps)
|
||||||
* @msg: a missing-plugin #GstMessage of type #GST_MESSAGE_ELEMENT
|
* @msg: a missing-plugin #GstMessage of type #GST_MESSAGE_ELEMENT
|
||||||
*
|
*
|
||||||
* Returns an opaque string containing all the details about the missing
|
* Returns an opaque string containing all the details about the missing
|
||||||
* element to be passed to an external installer or installer library
|
* element to be passed to an external installer called via
|
||||||
* such as libgimme-codec.
|
* gst_install_plugins_async() or gst_install_plugins_sync().
|
||||||
*
|
*
|
||||||
* This function is mainly for applications that use libgimme-codec or
|
* This function is mainly for applications that call external plugin
|
||||||
* other libraries that call external plugin installation mechanisms.
|
* installation mechanisms using one of the two above-mentioned functions.
|
||||||
*
|
*
|
||||||
* Returns: a newly-allocated detail string, or NULL on error. Free string
|
* Returns: a newly-allocated detail string, or NULL on error. Free string
|
||||||
* with g_free() when not needed any longer.
|
* with g_free() when not needed any longer.
|
||||||
|
|
Loading…
Reference in a new issue