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:
23ff3a8
)
basetransform: avoid caps leak
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 27 Jan 2012 10:40:05 +0000
(11:40 +0100)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 27 Jan 2012 10:41:33 +0000
(11:41 +0100)
libs/gst/base/gstbasetransform.c
patch
|
blob
|
history
diff --git
a/libs/gst/base/gstbasetransform.c
b/libs/gst/base/gstbasetransform.c
index 2013a96a060128f57ef60814aae9d3588cff4019..698ce31316d21d181612c675a6ca06a3daf6eade 100644
(file)
--- a/
libs/gst/base/gstbasetransform.c
+++ b/
libs/gst/base/gstbasetransform.c
@@
-692,7
+692,7
@@
gst_base_transform_query_caps (GstBaseTransform * trans, GstPad * pad,
GST_DEBUG_OBJECT (pad, "intersected %" GST_PTR_FORMAT, temp);
gst_caps_unref (templ);
} else {
- temp = gst_
caps_copy (gst_pad_get_pad_template_caps (otherpad)
);
+ temp = gst_
pad_get_pad_template_caps (otherpad
);
}
/* then see what we can transform this to */