Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Seungha Yang
gst-editing-services
Commits
3b0da061
Commit
3b0da061
authored
Jan 09, 2019
by
Seungha Yang
🐑
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pipeline: Ensure timeline state to be NULL on dispose
The GESTimeline's state might not be synced with parent
parent
fd10d69b
Pipeline
#14416
passed with stages
in 160 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ges/ges-pipeline.c
ges/ges-pipeline.c
+1
-0
No files found.
ges/ges-pipeline.c
View file @
3b0da061
...
...
@@ -278,6 +278,7 @@ ges_pipeline_dispose (GObject * object)
_timeline_track_added_cb
,
self
);
g_signal_handlers_disconnect_by_func
(
self
->
priv
->
timeline
,
_timeline_track_removed_cb
,
self
);
gst_element_set_state
(
GST_ELEMENT
(
self
->
priv
->
timeline
),
GST_STATE_NULL
);
}
G_OBJECT_CLASS
(
ges_pipeline_parent_class
)
->
dispose
(
object
);
...
...
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