From 17500f68361a516367a4ee0a0e205c68e531cfca Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 6 Feb 2020 12:37:37 -0300 Subject: [PATCH] nle: Minor typo fixes --- plugins/nle/nlecomposition.c | 2 +- plugins/nle/nleghostpad.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/nle/nlecomposition.c b/plugins/nle/nlecomposition.c index d1242a061b..f0cf426f4d 100644 --- a/plugins/nle/nlecomposition.c +++ b/plugins/nle/nlecomposition.c @@ -43,7 +43,7 @@ GST_DEBUG_CATEGORY_STATIC (nlecomposition_debug); #define GST_CAT_DEFAULT nlecomposition_debug #define _do_init \ - GST_DEBUG_CATEGORY_INIT (nlecomposition_debug,"nlecomposition", GST_DEBUG_FG_BLUE | GST_DEBUG_BOLD, "GNonLin Composition"); + GST_DEBUG_CATEGORY_INIT (nlecomposition_debug,"nlecomposition", GST_DEBUG_FG_BLUE | GST_DEBUG_BOLD, "NLE Composition"); #define nle_composition_parent_class parent_class enum diff --git a/plugins/nle/nleghostpad.c b/plugins/nle/nleghostpad.c index cda0b0d5b4..75778c9a28 100644 --- a/plugins/nle/nleghostpad.c +++ b/plugins/nle/nleghostpad.c @@ -492,7 +492,7 @@ ghostpad_event_function (GstPad * ghostpad, GstObject * parent, event = nle_object_translate_incoming_seek (object, event); if (!(target = gst_ghost_pad_get_target (GST_GHOST_PAD (ghostpad)))) { - g_assert ("Seeked a pad with not target SHOULD NOT HAPPEND"); + g_assert ("Seeked a pad with no target SHOULD NOT HAPPEN"); ret = FALSE; gst_event_unref (event); event = NULL;