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)
In the case of audio/x-mod, other information may follow, so use
g_str_has_prefix() instead of strcmp().


No differences found