mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
g_debug build fix.
Original commit message from CVS: g_debug build fix.
This commit is contained in:
parent
68a093a6ae
commit
361eb99af9
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue