Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Dröge
gst-plugins-base
Commits
361eb99a
Commit
361eb99a
authored
Sep 29, 2005
by
Wim Taymans
Browse files
g_debug build fix.
Original commit message from CVS: g_debug build fix.
parent
68a093a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
gst/playback/test5.c
View file @
361eb99a
...
...
@@ -24,13 +24,13 @@ static GMainLoop *loop;
static
void
new_pad
(
GstElement
*
element
,
GstPad
*
pad
,
gboolean
last
,
GstElement
*
sink
)
{
g_
debug
(
"New pad..."
);
g_
print
(
"New pad..."
);
}
static
void
no_more_pads
(
GstElement
*
element
)
{
g_
debug
(
"No more pads..."
);
g_
print
(
"No more pads..."
);
g_main_loop_quit
(
loop
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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