Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gst-plugins-bad
Commits
9b7314cb
Commit
9b7314cb
authored
Aug 09, 2014
by
Sebastian Rasmussen
Committed by
Tim-Philipp Müller
Aug 10, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ladspa: Unref pad template caps after usage
https://bugzilla.gnome.org/show_bug.cgi?id=734519
parent
1b56e801
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
ext/ladspa/gstladspafilter.c
ext/ladspa/gstladspafilter.c
+3
-0
No files found.
ext/ladspa/gstladspafilter.c
View file @
9b7314cb
...
...
@@ -121,6 +121,9 @@ gst_ladspa_filter_type_transform_caps (GstBaseTransform * base,
GST_DEBUG_OBJECT
(
ladspa_debug
,
"Intersection %"
GST_PTR_FORMAT
,
ret
);
}
gst_caps_unref
(
srccaps
);
gst_caps_unref
(
sinkcaps
);
return
ret
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment