mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Fix typo connect -> link, you have been warned
Original commit message from CVS: Fix typo connect -> link, you have been warned
This commit is contained in:
parent
e8b63df877
commit
7b087348ac
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ gst_xml_make_element (xmlNodePtr cur, GstObject *parent)
|
|||
g_return_val_if_fail (element != NULL, NULL);
|
||||
|
||||
/* ne need to set the parent on this object bacause the pads */
|
||||
/* will go through the hierarchy to connect to thier peers */
|
||||
/* will go through the hierarchy to link to their peers */
|
||||
if (parent)
|
||||
gst_object_set_parent (GST_OBJECT (element), parent);
|
||||
|
||||
|
|
Loading…
Reference in a new issue