projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96aa931
)
mxfmux: Avoid taking unnecessary ref
author
Sebastian Rasmussen
<sebras@hotmail.com>
Sun, 13 Jul 2014 14:07:02 +0000
(16:07 +0200)
committer
Sebastian Dröge
<sebastian@centricular.com>
Wed, 16 Jul 2014 14:47:21 +0000
(16:47 +0200)
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733123
gst/mxf/mxfmux.c
patch
|
blob
|
history
diff --git
a/gst/mxf/mxfmux.c
b/gst/mxf/mxfmux.c
index
64c9c9a
..
a08d05e
100644
(file)
--- a/
gst/mxf/mxfmux.c
+++ b/
gst/mxf/mxfmux.c
@@
-270,7
+270,7
@@
gst_mxf_mux_event_caps (GstPad * pad, GstCaps * caps)
}
cpad->descriptor =
- cpad->writer->get_descriptor (
gst_pad_get_pad_template
(pad), caps,
+ cpad->writer->get_descriptor (
GST_PAD_PAD_TEMPLATE
(pad), caps,
&cpad->write_func, &cpad->mapping_data);
if (!cpad->descriptor) {