mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
gst-libs/gst/pbutils/install-plugins.c: Fix docs: type and missing word.
Original commit message from CVS: * gst-libs/gst/pbutils/install-plugins.c: Fix docs: type and missing word.
This commit is contained in:
parent
fed34307db
commit
1482332184
2 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-05-11 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||||
|
|
||||||
|
* gst-libs/gst/pbutils/install-plugins.c:
|
||||||
|
Fix docs: type and missing word.
|
||||||
|
|
||||||
2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
|
2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||||
|
|
||||||
* gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
|
* gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
|
||||||
|
|
|
@ -144,7 +144,7 @@
|
||||||
* as interlocutor to the real installer though, even more so if command line
|
* as interlocutor to the real installer though, even more so if command line
|
||||||
* argument munging is required to transform the command line arguments
|
* argument munging is required to transform the command line arguments
|
||||||
* passed by GStreamer to the helper application into arguments that are
|
* passed by GStreamer to the helper application into arguments that are
|
||||||
* understood by the reeal installer.
|
* understood by the real installer.
|
||||||
* </para>
|
* </para>
|
||||||
* <para>
|
* <para>
|
||||||
* The helper application path defined at compile time can be overriden at
|
* The helper application path defined at compile time can be overriden at
|
||||||
|
@ -389,8 +389,9 @@ struct _GstInstallPluginsContext
|
||||||
*
|
*
|
||||||
* This function is for X11-based applications (such as most Gtk/Qt
|
* This function is for X11-based applications (such as most Gtk/Qt
|
||||||
* applications on linux/unix) only. You can use it to tell the external
|
* applications on linux/unix) only. You can use it to tell the external
|
||||||
* the XID of your main application window, so the installer can make its
|
* installer the XID of your main application window. That way the installer
|
||||||
* own window transient to your application windonw during the installation.
|
* can make its own window transient to your application window during the
|
||||||
|
* installation.
|
||||||
*
|
*
|
||||||
* If set, the XID will be passed to the installer via a --transient-for=XID
|
* If set, the XID will be passed to the installer via a --transient-for=XID
|
||||||
* command line option.
|
* command line option.
|
||||||
|
|
Loading…
Reference in a new issue