mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
rtpsirenpay: Remove deprecated symbol
Patch by: Luis Menina
This commit is contained in:
parent
e284f0cb29
commit
4c782db81d
2 changed files with 2 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit f3bb51b867ff403f70d36fc772861d8e57c703ed
|
||||
Subproject commit 6ab11d17cb8e4d1ed755da7accac9630d567a097
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue