mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
gstplay: don't print error log in warning_cb
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2069>
This commit is contained in:
parent
599257bf10
commit
630acb40f0
1 changed files with 1 additions and 1 deletions
|
@ -1042,7 +1042,7 @@ warning_cb (G_GNUC_UNUSED GstBus * bus, GstMessage * msg, gpointer user_data)
|
|||
play_err =
|
||||
g_error_new_literal (GST_PLAY_ERROR, GST_PLAY_ERROR_FAILED, full_message);
|
||||
|
||||
GST_ERROR_OBJECT (self, "Warning: %s (%s, %d)", err->message,
|
||||
GST_WARNING_OBJECT (self, "Warning: %s (%s, %d)", err->message,
|
||||
g_quark_to_string (err->domain), err->code);
|
||||
|
||||
api_bus_post_message (self, GST_PLAY_MESSAGE_WARNING,
|
||||
|
|
Loading…
Reference in a new issue