mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
y4mdec: add plugin description
https://bugzilla.gnome.org/show_bug.cgi?id=649005
This commit is contained in:
parent
21add205b7
commit
2084044112
1 changed files with 2 additions and 1 deletions
|
@ -744,4 +744,5 @@ plugin_init (GstPlugin * plugin)
|
|||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
"y4mdec",
|
||||
"FIXME", plugin_init, VERSION, "LGPL", PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
"Demuxes/decodes YUV4MPEG streams",
|
||||
plugin_init, VERSION, "LGPL", PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
|
|
Loading…
Reference in a new issue