mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
nle: Minor typo fixes
This commit is contained in:
parent
1a111e95eb
commit
17500f6836
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ GST_DEBUG_CATEGORY_STATIC (nlecomposition_debug);
|
||||||
#define GST_CAT_DEFAULT nlecomposition_debug
|
#define GST_CAT_DEFAULT nlecomposition_debug
|
||||||
|
|
||||||
#define _do_init \
|
#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
|
#define nle_composition_parent_class parent_class
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
|
|
@ -492,7 +492,7 @@ ghostpad_event_function (GstPad * ghostpad, GstObject * parent,
|
||||||
|
|
||||||
event = nle_object_translate_incoming_seek (object, event);
|
event = nle_object_translate_incoming_seek (object, event);
|
||||||
if (!(target = gst_ghost_pad_get_target (GST_GHOST_PAD (ghostpad)))) {
|
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;
|
ret = FALSE;
|
||||||
gst_event_unref (event);
|
gst_event_unref (event);
|
||||||
event = NULL;
|
event = NULL;
|
||||||
|
|
Loading…
Reference in a new issue