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