diff options
Diffstat (limited to 'ext/shout')
-rw-r--r-- | ext/shout/gstshout.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/ext/shout/gstshout.c b/ext/shout/gstshout.c index 48e0e100..c98b4fc4 100644 --- a/ext/shout/gstshout.c +++ b/ext/shout/gstshout.c @@ -23,12 +23,11 @@ #include "gstshout.h" /* elementfactory information */ -static GstElementDetails icecastsend_details = { - "An Icecast plugin", - "Sink/Network", - "Sends data to an icecast server using libshout", - "Wim Taymans <wim.taymans@chello.be>" -}; +static GstElementDetails icecastsend_details = +GST_ELEMENT_DETAILS ("Icecast network sink", + "Sink/Network", + "Sends data to an icecast server using libshout", + "Wim Taymans <wim.taymans@chello.be>"); static char *SHOUT_ERRORS[] = { "ok", |