mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
docs: typo fixes
convinience -> convenience
This commit is contained in:
parent
b923b7f901
commit
c71241d9dd
3 changed files with 4 additions and 4 deletions
|
@ -123,7 +123,7 @@ gboolean gst_registry_xml_read_cache (GstRegistry * registry, const char *loc
|
|||
gboolean gst_registry_xml_write_cache (GstRegistry * registry, const char *location);
|
||||
#endif
|
||||
|
||||
/* convinience defines for the default registry */
|
||||
/* convenience defines for the default registry */
|
||||
|
||||
/**
|
||||
* gst_default_registry_add_plugin:
|
||||
|
|
|
@ -1554,7 +1554,7 @@ pad_link_maybe_ghosting (GstPad * src, GstPad * sink, GstPadLinkCheck flags)
|
|||
* is the same as calling gst_element_link_pads() and the recommended way of
|
||||
* linking pads with safety checks applied.
|
||||
*
|
||||
* This is a convinience function for gst_pad_link_full().
|
||||
* This is a convenience function for gst_pad_link_full().
|
||||
*
|
||||
* Returns: TRUE if the pads could be linked, FALSE otherwise.
|
||||
*
|
||||
|
@ -2015,7 +2015,7 @@ gst_element_link_filtered (GstElement * src, GstElement * dest,
|
|||
*
|
||||
* Unlinks the two named pads of the source and destination elements.
|
||||
*
|
||||
* This is a convinience function for gst_pad_unlink().
|
||||
* This is a convenience function for gst_pad_unlink().
|
||||
*/
|
||||
void
|
||||
gst_element_unlink_pads (GstElement * src, const gchar * srcpadname,
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
/**
|
||||
* SECTION:gstcontrollergobject
|
||||
* @short_description: #GObject convinience methods for using dynamic properties
|
||||
* @short_description: #GObject convenience methods for using dynamic properties
|
||||
* @see_also: #GstController
|
||||
*
|
||||
* These methods allow to use some #GstController functionallity directly from
|
||||
|
|
Loading…
Reference in a new issue