mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-14 12:18:57 +00:00
info: fix compiler warning when debugging disabled
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=688130
This commit is contained in:
parent
a47e5c72d0
commit
7691a82f3a
1 changed files with 1 additions and 1 deletions
|
@ -1978,7 +1978,7 @@ gst_debug_is_colored (void)
|
|||
}
|
||||
|
||||
void
|
||||
gst_debug_set_threshold_from_string (const gchar * list)
|
||||
gst_debug_set_threshold_from_string (const gchar * list, gboolean reset)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue