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:56:33 +0000 (12:56 -0800)
commitaeaa9707e7c2cf15cfcfdd38d13fa8aca1ea3115
treec528ab8c6e67718b8919b19e3930ac25c04bbb6d
parent7e717b155e333ee6dff5b3c9b1cc702e486e9e1f
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