Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Thibault Saunier
gst-plugins-good
Commits
c541e56b
Commit
c541e56b
authored
Jul 06, 2014
by
Sebastian Rasmussen
Committed by
Tim-Philipp Müller
Jul 10, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: fix pipeline leak in videocrop test
Fixes
https://bugzilla.gnome.org/show_bug.cgi?id=732976
parent
5cd0261f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/icles/videocrop-test.c
tests/icles/videocrop-test.c
+1
-0
No files found.
tests/icles/videocrop-test.c
View file @
c541e56b
...
@@ -127,6 +127,7 @@ test_with_caps (GstElement * src, GstElement * videocrop, GstCaps * caps)
...
@@ -127,6 +127,7 @@ test_with_caps (GstElement * src, GstElement * videocrop, GstCaps * caps)
g_timer_destroy
(
timer
);
g_timer_destroy
(
timer
);
gst_object_unref
(
bus
);
gst_object_unref
(
bus
);
gst_object_unref
(
pad
);
gst_object_unref
(
pad
);
gst_object_unref
(
pipeline
);
}
}
/* return a list of caps where we only need to set
/* return a list of caps where we only need to set
...
...
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