mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
glsl: Fix error quark string to be more consistent
This commit is contained in:
parent
fdacdf502b
commit
48e1c8e12d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ _init_debug (void)
|
|||
GQuark
|
||||
gst_glsl_error_quark (void)
|
||||
{
|
||||
return g_quark_from_static_string ("gst-glsl-error");
|
||||
return g_quark_from_static_string ("gst-glsl-error-quark");
|
||||
}
|
||||
|
||||
struct glsl_version_string
|
||||
|
|
Loading…
Reference in a new issue