nle: Minor typo fixes

This commit is contained in:
Thibault Saunier 2020-02-06 12:37:37 -03:00
parent 1a111e95eb
commit 17500f6836
2 changed files with 2 additions and 2 deletions

View 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

View 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;