Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gst-editing-services
Commits
17500f68
Commit
17500f68
authored
Feb 06, 2020
by
Thibault Saunier
🌵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nle: Minor typo fixes
parent
1a111e95
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
plugins/nle/nlecomposition.c
plugins/nle/nlecomposition.c
+1
-1
plugins/nle/nleghostpad.c
plugins/nle/nleghostpad.c
+1
-1
No files found.
plugins/nle/nlecomposition.c
View file @
17500f68
...
...
@@ -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
...
...
plugins/nle/nleghostpad.c
View file @
17500f68
...
...
@@ -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 no
t
target SHOULD NOT HAPPEN
D
"
);
g_assert
(
"Seeked a pad with no target SHOULD NOT HAPPEN"
);
ret
=
FALSE
;
gst_event_unref
(
event
);
event
=
NULL
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment