projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d416865
)
ges/ges-track-transition.c: was freeing same GstController twice in _dispose()
author
Brandon Lewis
<brandon@collabora.co.uk>
Wed, 9 Jun 2010 09:21:26 +0000
(11:21 +0200)
committer
Edward Hervey
<edward.hervey@collabora.co.uk>
Wed, 9 Jun 2010 09:28:46 +0000
(11:28 +0200)
ges/ges-track-transition.c
patch
|
blob
|
history
diff --git
a/ges/ges-track-transition.c
b/ges/ges-track-transition.c
index c9038e5f26f46db6cdd1c36624953cb037f4252b..c27316776731d0acf8bdd5cb29e088fa965920b1 100644
(file)
--- a/
ges/ges-track-transition.c
+++ b/
ges/ges-track-transition.c
@@
-172,7
+172,7
@@
ges_track_transition_dispose (GObject * object)
}
if (self->a_bcontroller) {
- g_object_unref (self->a_
a
controller);
+ g_object_unref (self->a_
b
controller);
self->a_bcontroller = NULL;
if (self->a_bcontrol_source)
gst_object_unref (self->a_bcontrol_source);