From 4c782db81d3f7bb897c14a8f862064d96de43e0f Mon Sep 17 00:00:00 2001 From: Olivier CrĂȘte Date: Sat, 13 Jun 2009 21:02:45 -0400 Subject: rtpsirenpay: Remove deprecated symbol Patch by: Luis Menina --- common | 2 +- gst/rtp/gstrtpsirenpay.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common b/common index f3bb51b8..6ab11d17 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit f3bb51b867ff403f70d36fc772861d8e57c703ed +Subproject commit 6ab11d17cb8e4d1ed755da7accac9630d567a097 diff --git a/gst/rtp/gstrtpsirenpay.c b/gst/rtp/gstrtpsirenpay.c index 211663e0..ecc91ad8 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", -- cgit