Change typo omvp to omvs.

This commit is contained in:
Taeho Oh 2016-02-22 23:54:01 +09:00
parent 15aa054470
commit da327ab47d

View File

@ -34,7 +34,7 @@ static gboolean omvs_gst_plugin_init(GstPlugin *plugin) {
return TRUE;
}
GST_PLUGIN_DEFINE(GST_VERSION_MAJOR, GST_VERSION_MINOR, omvprtp,
GST_PLUGIN_DEFINE(GST_VERSION_MAJOR, GST_VERSION_MINOR, omvsrtp,
"RTP protocol for " PACKAGE, omvs_gst_plugin_init, PACKAGE_VERSION, "GPL",
PACKAGE, PACKAGE_URL)