mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
fsvalve: Rename valve to fsvalve
20071024224246-3e2dc-c54216af2ef0ef3f1a2206d723e87be2a23ab8ed.gz
This commit is contained in:
parent
5ddbaf15d5
commit
32b5931ae2
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue