[gst-cvs] gst-plugins-good: [MOVED FROM BAD] various name fixes and sundry
Jan Schmidt
thaytan at kemper.freedesktop.org
Fri May 15 16:23:23 PDT 2009
Module: gst-plugins-good
Branch: master
Commit: 2df30d532c09c5235cd07271dc7d473c1dac803c
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=2df30d532c09c5235cd07271dc7d473c1dac803c
Author: Thomas Vander Stichele <thomas at apestaart.org>
Date: Fri May 3 09:59:10 2002 +0000
[MOVED FROM BAD] various name fixes and sundry
Original commit message from CVS:
various name fixes and sundry
---
gst/y4m/gsty4mencode.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gst/y4m/gsty4mencode.c b/gst/y4m/gsty4mencode.c
index 3a913b7..6534333 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
};
More information about the Gstreamer-commits
mailing list