mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gstinfo: maintain ABI compatibility even if debugging is disabled
This commit is contained in:
parent
7bf3554228
commit
6049559201
1 changed files with 6 additions and 0 deletions
|
@ -1826,6 +1826,12 @@ gst_debug_get_all_categories (void)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
GstDebugCategory *
|
||||
_gst_debug_get_category (const gchar * name)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
gchar *
|
||||
gst_debug_construct_term_color (guint colorinfo)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue