rtpsirenpay: Remove deprecated symbol
authorOlivier Crête <tester@tester.ca>
Sun, 14 Jun 2009 01:02:45 +0000 (21:02 -0400)
committerOlivier Crête <tester@tester.ca>
Sun, 14 Jun 2009 01:02:45 +0000 (21:02 -0400)
Patch by: Luis Menina

common
gst/rtp/gstrtpsirenpay.c

diff --git a/common b/common
index f3bb51b..6ab11d1 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit f3bb51b867ff403f70d36fc772861d8e57c703ed
+Subproject commit 6ab11d17cb8e4d1ed755da7accac9630d567a097
index 211663e..ecc91ad 100644 (file)
@@ -125,7 +125,7 @@ gst_rtpsirenpay_setcaps (GstBaseRTPPayload * basertppayload, GstCaps * caps)
     goto wrong_dct;
 
   payload_name = gst_structure_get_name (structure);
-  if (g_strcasecmp ("audio/x-siren", payload_name))
+  if (g_ascii_strcasecmp ("audio/x-siren", payload_name))
     goto wrong_caps;
 
   gst_basertppayload_set_options (basertppayload, "audio", TRUE, "SIREN",