mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
gtk, qt, gl: fix typo in debug and error messages
This commit is contained in:
parent
69c4630f1d
commit
f96d22bd45
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ _get_gl_context (GtkGstGLWidget * gst_widget)
|
|||
|
||||
gst_gl_context_activate (priv->other_context, TRUE);
|
||||
if (!gst_gl_context_fill_info (priv->other_context, &error)) {
|
||||
GST_ERROR ("failed to retreive gdk context info: %s", error->message);
|
||||
GST_ERROR ("failed to retrieve gdk context info: %s", error->message);
|
||||
g_object_unref (priv->other_context);
|
||||
priv->other_context = NULL;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue