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
91ff8a81
Commit
91ff8a81
authored
Jun 28, 2019
by
Thibault Saunier
🌵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nlecomposition: Drop all group-done but the last one
parent
99c45d42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
plugins/nle/nlecomposition.c
plugins/nle/nlecomposition.c
+7
-0
No files found.
plugins/nle/nlecomposition.c
View file @
91ff8a81
...
...
@@ -1347,6 +1347,13 @@ ghost_event_probe_handler (GstPad * ghostpad G_GNUC_UNUSED,
retval
=
GST_PAD_PROBE_DROP
;
}
break
;
case
GST_EVENT_STREAM_GROUP_DONE
:
if
(
GST_EVENT_SEQNUM
(
event
)
!=
comp
->
priv
->
real_eos_seqnum
)
{
GST_INFO_OBJECT
(
comp
,
"Dropping STREAM_GROUP_DONE %d != %d"
,
GST_EVENT_SEQNUM
(
event
),
comp
->
priv
->
real_eos_seqnum
);
retval
=
GST_PAD_PROBE_DROP
;
}
break
;
case
GST_EVENT_SEGMENT
:
{
guint64
rstart
,
rstop
;
...
...
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