mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
schroedinger, mpegtsmux: fix plugin names
This commit is contained in:
parent
955e50449e
commit
c031f5bd27
2 changed files with 2 additions and 2 deletions
|
@ -46,6 +46,6 @@ plugin_init (GstPlugin * plugin)
|
|||
|
||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
"schro",
|
||||
schro,
|
||||
"Schroedinger plugin",
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
|
|
|
@ -1688,5 +1688,5 @@ plugin_init (GstPlugin * plugin)
|
|||
}
|
||||
|
||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR,
|
||||
"mpegtsmux", "MPEG-TS muxer",
|
||||
mpegtsmux, "MPEG-TS muxer",
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
|
||||
|
|
Loading…
Reference in a new issue