mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
v4l2bufferpool: Fix typo in error message
https://bugzilla.gnome.org/show_bug.cgi?id=583890
This commit is contained in:
parent
77c052f0e8
commit
73555b5440
1 changed files with 1 additions and 1 deletions
|
@ -903,7 +903,7 @@ start_failed:
|
|||
}
|
||||
other_pool_failed:
|
||||
{
|
||||
GST_ERROR_OBJECT (pool, "failed to active the other pool %"
|
||||
GST_ERROR_OBJECT (pool, "failed to activate the other pool %"
|
||||
GST_PTR_FORMAT, pool->other_pool);
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue