fsvalve: Rename valve to fsvalve

20071024224246-3e2dc-c54216af2ef0ef3f1a2206d723e87be2a23ab8ed.gz
This commit is contained in:
Olivier Crete 2007-10-24 22:42:46 +00:00 committed by Tim-Philipp Müller
parent 5ddbaf15d5
commit 32b5931ae2

View file

@ -221,12 +221,12 @@ gst_valve_event (GstBaseTransform *trans, GstEvent *event)
gboolean
gst_valve_plugin_init (GstPlugin *plugin)
{
return gst_element_register (plugin, "valve",
return gst_element_register (plugin, "fsvalve",
GST_RANK_MARGINAL, GST_TYPE_VALVE);
}
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"valve",
"fsvalve",
"Valve",
gst_valve_plugin_init, VERSION, "LGPL", "Farsight", "http://farsight.sf.net")