mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
better warning (?)
Original commit message from CVS: better warning (?)
This commit is contained in:
parent
697c3740d7
commit
f0c104309d
1 changed files with 2 additions and 1 deletions
|
@ -783,7 +783,8 @@ gst_bin_iterate_func (GstBin * bin)
|
|||
}
|
||||
}
|
||||
else {
|
||||
g_warning ("bin \"%s\" can't be iterated on!\n", GST_ELEMENT_NAME (bin));
|
||||
g_warning ("bin \"%s\" is not the managing bin, can't be iterated on!\n",
|
||||
GST_ELEMENT_NAME (bin));
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue