mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
basesrc: Fix typo in debug message
This commit is contained in:
parent
4e777233f5
commit
bfaa7d1b9f
1 changed files with 1 additions and 1 deletions
|
@ -3078,7 +3078,7 @@ gst_base_src_decide_allocation_default (GstBaseSrc * basesrc, GstQuery * query)
|
|||
/* If change are not acceptable, fallback to generic pool */
|
||||
if (!gst_buffer_pool_config_validate_params (config, outcaps, size, min,
|
||||
max)) {
|
||||
GST_DEBUG_OBJECT (basesrc, "unsuported pool, making new pool");
|
||||
GST_DEBUG_OBJECT (basesrc, "unsupported pool, making new pool");
|
||||
|
||||
gst_object_unref (pool);
|
||||
pool = gst_buffer_pool_new ();
|
||||
|
|
Loading…
Reference in a new issue