summaryrefslogtreecommitdiffstats
path: root/gst/valve/gstvalve.c
diff options
context:
space:
mode:
authorOlivier Crete <olivier.crete@collabora.co.uk>2007-10-24 22:42:46 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-17 19:29:59 +0100
commita37867ecf08b6f981253afdeb6660f5da3ce869f (patch)
treeb88e1613d6e57dbd830c48b2c6a260165302ec83 /gst/valve/gstvalve.c
parent5f1e214592757c0ed653032023879fed2540d0cc (diff)
downloadgst-plugins-bad-a37867ecf08b6f981253afdeb6660f5da3ce869f.tar.gz
gst-plugins-bad-a37867ecf08b6f981253afdeb6660f5da3ce869f.tar.bz2
gst-plugins-bad-a37867ecf08b6f981253afdeb6660f5da3ce869f.zip
[MOVED FROM GST-P-FARSIGHT] Rename valve to fsvalve
20071024224246-3e2dc-c54216af2ef0ef3f1a2206d723e87be2a23ab8ed.gz
Diffstat (limited to 'gst/valve/gstvalve.c')
-rw-r--r--gst/valve/gstvalve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/valve/gstvalve.c b/gst/valve/gstvalve.c
index 1f754922..feeb22fb 100644
--- a/gst/valve/gstvalve.c
+++ b/gst/valve/gstvalve.c
@@ -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")