summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <tester@tester.ca>2009-06-13 21:02:45 -0400
committerOlivier CrĂȘte <tester@tester.ca>2009-06-13 21:02:45 -0400
commit4c782db81d3f7bb897c14a8f862064d96de43e0f (patch)
tree7c34d91d369fe7fb7580ee1873b665602ea4da38
parente284f0cb29b2689d6e9c01b658f8fb8db4d0d179 (diff)
rtpsirenpay: Remove deprecated symbol
Patch by: Luis Menina
m---------common0
-rw-r--r--gst/rtp/gstrtpsirenpay.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/common b/common
-Subproject f3bb51b867ff403f70d36fc772861d8e57c703e
+Subproject 6ab11d17cb8e4d1ed755da7accac9630d567a09
diff --git a/gst/rtp/gstrtpsirenpay.c b/gst/rtp/gstrtpsirenpay.c
index 211663e09..ecc91ad81 100644
--- a/gst/rtp/gstrtpsirenpay.c
+++ b/gst/rtp/gstrtpsirenpay.c
@@ -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",