jpegpay: turn some errors into warnings
[platform/upstream/gstreamer.git] / gst / rtp / gstrtpsirenpay.c
index 3a55eb4..2277fec 100644 (file)
@@ -15,8 +15,8 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #ifdef HAVE_CONFIG_H
@@ -69,7 +69,7 @@ gst_rtp_siren_pay_class_init (GstRTPSirenPayClass * klass)
       gst_static_pad_template_get (&gst_rtp_siren_pay_sink_template));
   gst_element_class_add_pad_template (gstelement_class,
       gst_static_pad_template_get (&gst_rtp_siren_pay_src_template));
-  gst_element_class_set_details_simple (gstelement_class,
+  gst_element_class_set_static_metadata (gstelement_class,
       "RTP Payloader for Siren Audio", "Codec/Payloader/Network/RTP",
       "Packetize Siren audio streams into RTP packets",
       "Youness Alaoui <kakaroto@kakaroto.homelinux.net>");