mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-24 09:34:25 +00:00
rename
Original commit message from CVS: rename
This commit is contained in:
parent
96c88620c1
commit
1dbe462756
1 changed files with 2 additions and 2 deletions
|
@ -595,12 +595,12 @@ plugin_init (GstPlugin * plugin)
|
||||||
if (!gst_library_load ("gstgetbits"))
|
if (!gst_library_load ("gstgetbits"))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
return gst_element_register (plugin, "system_encode",
|
return gst_element_register (plugin, "mpeg1sysenc",
|
||||||
GST_RANK_NONE, GST_TYPE_SYSTEM_ENCODE);
|
GST_RANK_NONE, GST_TYPE_SYSTEM_ENCODE);
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"system_encode",
|
"mpeg1sysenc",
|
||||||
"MPEG-1 system stream encoder",
|
"MPEG-1 system stream encoder",
|
||||||
plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
|
plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
|
||||||
|
|
Loading…
Reference in a new issue