smartencoder: use gst_quark_from_static_string()
This commit is contained in:
parent
43e4b44bb1
commit
95442368bd
@ -68,7 +68,7 @@ enum
|
||||
static void
|
||||
_do_init (void)
|
||||
{
|
||||
INTERNAL_ELEMENT = g_quark_from_string ("internal-element");
|
||||
INTERNAL_ELEMENT = g_quark_from_static_string ("internal-element");
|
||||
};
|
||||
|
||||
G_DEFINE_TYPE_EXTENDED (GstSmartEncoder, gst_smart_encoder, GST_TYPE_ELEMENT, 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user