mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
Minor fix
This commit is contained in:
parent
7248077011
commit
53471db56e
1 changed files with 1 additions and 1 deletions
|
@ -2541,7 +2541,7 @@ _relink_children_recursively (NleComposition * comp,
|
|||
GST_ELEMENT_ERROR (comp, STREAM, FAILED,
|
||||
("The NleComposition structure is not valid"),
|
||||
("Operation %" GST_PTR_FORMAT
|
||||
" has no child objects to be connected to"
|
||||
" has no child objects to be connected to "
|
||||
"current toplevel seek: %" GST_PTR_FORMAT, oper, toplevel_seek));
|
||||
}
|
||||
/* Make sure we have enough sinkpads */
|
||||
|
|
Loading…
Reference in a new issue