fix location
[platform/upstream/gstreamer.git] / ext / shout2 / gstshout2.c
index 1a687e3..db4831e 100644 (file)
@@ -23,7 +23,7 @@
 /* elementfactory information */
 static GstElementDetails shout2send_details = {
   "An Icecast plugin",
-  "Shout2send",
+  "Sink/Network/Icecast2",
   "LGPL",
   "Sends data to an icecast server",
   VERSION,
@@ -69,7 +69,7 @@ sink_template_factory (void)
        NULL),
       gst_caps_new (
         "shout2send_sink",
-        "audio/mp3",
+        "audio/x-mp3",
        NULL),
       NULL);
   }
@@ -324,7 +324,7 @@ gst_shout2send_connect (GstPad *pad, GstCaps *caps)
 
 {
   
-  if (!strcmp(gst_caps_get_mime (caps), "audio/mp3"))
+  if (!strcmp(gst_caps_get_mime (caps), "audio/x-mp3"))
     {
       audio_format = SHOUT_FORMAT_MP3;
       return GST_PAD_CONNECT_OK;