mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
gst: Update for GST_PLUGIN_DEFINE() API changes
This commit is contained in:
parent
e6b4176d0a
commit
8061b3ca67
1 changed files with 1 additions and 1 deletions
|
@ -225,6 +225,6 @@ plugin_init (GstPlugin * plugin)
|
|||
|
||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
"stereo",
|
||||
stereo,
|
||||
"Muck with the stereo signal, enhance it's 'stereo-ness'",
|
||||
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
|
|
Loading…
Reference in a new issue