mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
fix stupid copy/paste typo
This commit is contained in:
parent
e417c4c656
commit
da566f9521
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,8 @@ ges_track_video_title_src_dispose (GObject * object)
|
|||
self->text_el = NULL;
|
||||
}
|
||||
|
||||
if (self->text_el) {
|
||||
g_object_unref (self->text_el);
|
||||
if (self->background_el) {
|
||||
g_object_unref (self->background_el);
|
||||
self->background_el = NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue