summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-05-03 09:59:10 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-05-03 09:59:10 +0000
commit1c087c8a15062bec8bd616e9dfff7a7d4498f908 (patch)
tree09383f7a7a515aababe319fd1fd35df89b1c0bec /gst
parent5b1cd15706e0f7a5ad73fb0bfefd64395a610004 (diff)
downloadgst-plugins-bad-1c087c8a15062bec8bd616e9dfff7a7d4498f908.tar.gz
gst-plugins-bad-1c087c8a15062bec8bd616e9dfff7a7d4498f908.tar.bz2
gst-plugins-bad-1c087c8a15062bec8bd616e9dfff7a7d4498f908.zip
various name fixes and sundry
Original commit message from CVS: various name fixes and sundry
Diffstat (limited to 'gst')
-rw-r--r--gst/y4m/gsty4mencode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/y4m/gsty4mencode.c b/gst/y4m/gsty4mencode.c
index 3a913b72..65343337 100644
--- a/gst/y4m/gsty4mencode.c
+++ b/gst/y4m/gsty4mencode.c
@@ -240,7 +240,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
{
GstElementFactory *factory;
- factory = gst_element_factory_new("lavencode",GST_TYPE_LAVENCODE,
+ factory = gst_element_factory_new("lavenc",GST_TYPE_LAVENCODE,
&lavencode_details);
g_return_val_if_fail(factory != NULL, FALSE);
@@ -257,6 +257,6 @@ plugin_init (GModule *module, GstPlugin *plugin)
GstPluginDesc plugin_desc = {
GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "lavencode",
+ "lavenc",
plugin_init
};