mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
gst_debug: Add missing gst_debug_log_id_literal() dummy with gst_debug=false
E.g. gst_debug_log_literal() already has a dummy variant. gst_debug_log_id_literal() is simply missing, which can cause link errors for project using gstreamer with gst_debug=false. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6972>
This commit is contained in:
parent
7bbf5fd801
commit
5d2421b8c8
1 changed files with 7 additions and 0 deletions
|
@ -2719,6 +2719,13 @@ gst_debug_log_literal (GstDebugCategory * category, GstDebugLevel level,
|
|||
{
|
||||
}
|
||||
|
||||
void
|
||||
gst_debug_log_id_literal (GstDebugCategory * category, GstDebugLevel level,
|
||||
const gchar * file, const gchar * function, gint line,
|
||||
const gchar * id, const gchar * message_string)
|
||||
{
|
||||
}
|
||||
|
||||
const gchar *
|
||||
gst_debug_message_get (GstDebugMessage * message)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue