mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
amc: Do not use g_log() for criticals
This commit is contained in:
parent
06fc7880bb
commit
9ab76c73ea
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@ gst_amc_surface_class_init (GstAmcSurfaceClass * klass)
|
||||||
gobject_class->dispose = gst_amc_surface_dispose;
|
gobject_class->dispose = gst_amc_surface_dispose;
|
||||||
|
|
||||||
if (!_cache_java_class (klass, &err)) {
|
if (!_cache_java_class (klass, &err)) {
|
||||||
g_log (G_LOG_DOMAIN, G_LOG_LEVEL_CRITICAL,
|
GST_ERROR ("Could not cache java class android/view/Surface: %s",
|
||||||
"Could not cache java class android/view/Surface: %s", err->message);
|
err->message);
|
||||||
g_clear_error (&err);
|
g_clear_error (&err);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue