diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-03-06 10:59:58 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-03-06 11:00:20 +0100 |
commit | bfaa7d1b9f5aeb17679dc073cbf0dd5f6646c62d (patch) | |
tree | d9bf8a1fe0d73250b7275ed8d8a7ca26dd0fd508 | |
parent | 4e777233f59d6326a5a400d93829dac980a86395 (diff) |
basesrc: Fix typo in debug message
-rw-r--r-- | libs/gst/base/gstbasesrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/base/gstbasesrc.c b/libs/gst/base/gstbasesrc.c index a75b0605e..211a715fe 100644 --- a/libs/gst/base/gstbasesrc.c +++ b/libs/gst/base/gstbasesrc.c @@ -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 (); |