mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
[MOVED FROM BAD] various name fixes and sundry
Original commit message from CVS: various name fixes and sundry
This commit is contained in:
parent
9c5643a2bd
commit
2df30d532c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue