projects
/
projects
/
chimara
/
chimara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e46e161
)
Use gst_object_unref() instead of g_object_unref()
author
Philip Chimento
<philip.chimento@gmail.com>
Tue, 28 Dec 2010 17:03:37 +0000
(18:03 +0100)
committer
Philip Chimento
<philip.chimento@gmail.com>
Tue, 28 Dec 2010 17:03:37 +0000
(18:03 +0100)
libchimara/schannel.c
patch
|
blob
|
history
diff --git
a/libchimara/schannel.c
b/libchimara/schannel.c
index 2e741d3fea1f330e1ba7b3abaa290a16e9fe351b..d93101f1ef543fe082e968cd805cf14286188573 100644
(file)
--- a/
libchimara/schannel.c
+++ b/
libchimara/schannel.c
@@
-92,7
+92,7
@@
glk_schannel_destroy(schanid_t chan)
}
if(chan->pipeline)
- g_object_unref(chan->pipeline);
+ g
st
_object_unref(chan->pipeline);
chan->magic = MAGIC_FREE;
g_free(chan);