Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
c44a7056
Commit
c44a7056
authored
Jul 02, 2014
by
Sebastian Rasmussen
Committed by
Sebastian Dröge
Jul 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: codec-select: Plug element name memory leak
https://bugzilla.gnome.org/show_bug.cgi?id=732593
parent
7b791749
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/examples/dynamic/codec-select.c
tests/examples/dynamic/codec-select.c
+1
-0
No files found.
tests/examples/dynamic/codec-select.c
View file @
c44a7056
...
...
@@ -226,6 +226,7 @@ my_bus_callback (GstBus * bus, GstMessage * message, gpointer data)
GMainLoop
*
loop
=
(
GMainLoop
*
)
data
;
g_print
(
"Got %s message from %s
\n
"
,
GST_MESSAGE_TYPE_NAME
(
message
),
name
);
g_free
(
name
);
switch
(
GST_MESSAGE_TYPE
(
message
))
{
...
...
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