diff options
Diffstat (limited to 'sys/osxvideo/osxvideoplugin.c')
-rw-r--r-- | sys/osxvideo/osxvideoplugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/osxvideo/osxvideoplugin.c b/sys/osxvideo/osxvideoplugin.c index 89530cd5c..0f2f737bb 100644 --- a/sys/osxvideo/osxvideoplugin.c +++ b/sys/osxvideo/osxvideoplugin.c @@ -45,6 +45,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "osxvideosrc", + osxvideosrc, "OSX native video input plugin", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) |