diff options
Diffstat (limited to 'gst/debug/negotiation.c')
-rw-r--r-- | gst/debug/negotiation.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/debug/negotiation.c b/gst/debug/negotiation.c index a01be1b1..e28b2cf5 100644 --- a/gst/debug/negotiation.c +++ b/gst/debug/negotiation.c @@ -60,7 +60,8 @@ struct _GstNegotiationClass GType gst_gst_negotiation_get_type (void); -static GstElementDetails plugin_details = GST_ELEMENT_DETAILS ("Negotiation", +static const GstElementDetails plugin_details = +GST_ELEMENT_DETAILS ("Negotiation", "Testing", "This element acts like identity, except that one can control how " "negotiation works", |