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:
e658379
)
bin: Make sure to cache context types that we did not store yet
author
Sebastian Dröge
<slomo@circular-chaos.org>
Tue, 24 Sep 2013 10:46:52 +0000
(12:46 +0200)
committer
Sebastian Dröge
<slomo@circular-chaos.org>
Tue, 24 Sep 2013 10:46:52 +0000
(12:46 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=708668
gst/gstbin.c
patch
|
blob
|
history
diff --git
a/gst/gstbin.c
b/gst/gstbin.c
index c03f9e05299cfd2e06b27b46fa60d37661e6cc1a..4bfd6d54a9eb06fe2a26e9b8ca6f84b4464fe873 100644
(file)
--- a/
gst/gstbin.c
+++ b/
gst/gstbin.c
@@
-3320,7
+3320,7
@@
gst_bin_update_context (GstBin * bin, GstContext * context)
}
}
/* Not found? Add */
- if (l
!
= NULL)
+ if (l
=
= NULL)
bin->priv->contexts =
g_list_prepend (bin->priv->contexts, gst_context_ref (context));
GST_OBJECT_UNLOCK (bin);