diff --git a/omvs_gst_plugin.c b/omvs_gst_plugin.c index d68ef91..a1ba236 100644 --- a/omvs_gst_plugin.c +++ b/omvs_gst_plugin.c @@ -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)