mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
parent
bddf9f9ca3
commit
96e837ae9f
@ -696,7 +696,7 @@ gtk_gst_sink_class_init (GtkGstSinkClass * klass)
|
|||||||
*/
|
*/
|
||||||
properties[PROP_GL_CONTEXT] =
|
properties[PROP_GL_CONTEXT] =
|
||||||
g_param_spec_object ("gl-context",
|
g_param_spec_object ("gl-context",
|
||||||
P_("gl-context"),
|
P_("GL context"),
|
||||||
P_("GL context to use for rendering"),
|
P_("GL context to use for rendering"),
|
||||||
GDK_TYPE_GL_CONTEXT,
|
GDK_TYPE_GL_CONTEXT,
|
||||||
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
|
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
|
||||||
|
Loading…
Reference in New Issue
Block a user