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
4dde5674
Commit
4dde5674
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
Fixes
https://bugzilla.gnome.org/show_bug.cgi?id=734519
parent
9b7314cb
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 @
4dde5674
...
...
@@ -105,6 +105,9 @@ gst_ladspa_filter_type_transform_caps (GstBaseTransform * base,
g_assert_not_reached
();
}
gst_caps_unref
(
srccaps
);
gst_caps_unref
(
sinkcaps
);
GST_DEBUG_OBJECT
(
ladspa_debug
,
"transformed %"
GST_PTR_FORMAT
,
ret
);
if
(
filter
)
{
...
...
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