gst_caps_to_string() is not always only MIME type
authorPhilip Chimento <philip.chimento@gmail.com>
Sun, 23 Feb 2014 20:55:13 +0000 (12:55 -0800)
committerPhilip Chimento <philip.chimento@gmail.com>
Sun, 23 Feb 2014 20:55:13 +0000 (12:55 -0800)
commit10f6655d3991cd16366c7a5e2939b3e463df4dc2
tree1ac4adb60b00c572b6c9a0cea969460e04dfc6e0
parent2db73091e1776256b53bd90eb4d954d52478c38f
gst_caps_to_string() is not always only MIME type

In the case of audio/x-mod, other information may follow, so use
g_str_has_prefix() instead of strcmp().
libchimara/schannel.c