diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-10-17 17:34:26 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-10-17 17:46:34 +0100 |
commit | 32ba17cd0f37d407ab810858f356de386c50b7b9 (patch) | |
tree | 794351ffb8e0c764d1896ee9a505b76616738719 /ext/gme | |
parent | a7258842ab7a68514011298c1038cca5c6e1f9a5 (diff) | |
download | gstreamer-plugins-bad-32ba17cd0f37d407ab810858f356de386c50b7b9.tar.gz |
Use gst_element_class_set_static_metadata()
where possible. Avoids some string copies. Also re-indent
some stuff. Also some indent fixes here and there.
Diffstat (limited to 'ext/gme')
-rw-r--r-- | ext/gme/gstgme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gme/gstgme.c b/ext/gme/gstgme.c index 6e7f15a0f..0afe568e0 100644 --- a/ext/gme/gstgme.c +++ b/ext/gme/gstgme.c @@ -86,7 +86,7 @@ gst_gme_dec_class_init (GstGmeDecClass * klass) gobject_class->dispose = gst_gme_dec_dispose; - gst_element_class_set_metadata (element_class, + gst_element_class_set_static_metadata (element_class, "Gaming console music file decoder", "Codec/Audio/Decoder", "Uses libgme to emulate a gaming console sound processors", "Chris Lee <clee@kde.org>, Brian Koropoff <bkoropoff@gmail.com>, " |