diff options
Diffstat (limited to 'gst/xingheader/gstxingmux.c')
-rw-r--r-- | gst/xingheader/gstxingmux.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gst/xingheader/gstxingmux.c b/gst/xingheader/gstxingmux.c index 206b474b..9bfc7d19 100644 --- a/gst/xingheader/gstxingmux.c +++ b/gst/xingheader/gstxingmux.c @@ -84,12 +84,11 @@ gst_xing_mux_base_init (gpointer g_class) { GstElementClass *element_class = GST_ELEMENT_CLASS (g_class); - static GstElementDetails gst_xing_mux_details = { - "MP3 Xing Muxer", - "Formatter/Metadata", - "Adds a Xing header to the beginning of a VBR MP3 file", - "Christophe Fergeau <teuf@gnome.org>" - }; + static GstElementDetails gst_xing_mux_details = + GST_ELEMENT_DETAILS ("MP3 Xing muxer", + "Formatter/Metadata", + "Adds a Xing header to the beginning of a VBR MP3 file", + "Christophe Fergeau <teuf@gnome.org>"); gst_element_class_add_pad_template (element_class, |