diff options
Diffstat (limited to 'gst/debug/negotiation.c')
-rw-r--r-- | gst/debug/negotiation.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gst/debug/negotiation.c b/gst/debug/negotiation.c index c3f2314d..feb62524 100644 --- a/gst/debug/negotiation.c +++ b/gst/debug/negotiation.c @@ -60,13 +60,11 @@ struct _GstNegotiationClass GType gst_gst_negotiation_get_type (void); -static GstElementDetails plugin_details = { - "Negotiation", - "Testing", - "This element acts like identity, except that one can control how " - "negotiation works", - "David A. Schleef <ds@schleef.org>", -}; +static GstElementDetails plugin_details = GST_ELEMENT_DETAILS ("Negotiation", + "Testing", + "This element acts like identity, except that one can control how " + "negotiation works", + "David A. Schleef <ds@schleef.org>"); /* Filter signals and args */ enum |