mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
dshowsrcwrapper: remove unused extern C
This commit is contained in:
parent
910376e8dd
commit
d3c88d637d
1 changed files with 0 additions and 4 deletions
|
@ -38,12 +38,8 @@ plugin_init (GstPlugin * plugin)
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
|
||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
"dshowsrcwrapper",
|
||||
"DirectShow sources wrapper plugin",
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue