nle: Minor typo fixes
authorThibault Saunier <tsaunier@igalia.com>
Thu, 6 Feb 2020 15:37:37 +0000 (12:37 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Tue, 11 Feb 2020 21:30:13 +0000 (18:30 -0300)
plugins/nle/nlecomposition.c
plugins/nle/nleghostpad.c

index d1242a0..f0cf426 100644 (file)
@@ -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
index cda0b0d..75778c9 100644 (file)
@@ -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;