diff options
Diffstat (limited to 'ext/xine')
-rw-r--r-- | ext/xine/xine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xine/xine.c b/ext/xine/xine.c index 5225f0cf..e1380b90 100644 --- a/ext/xine/xine.c +++ b/ext/xine/xine.c @@ -169,4 +169,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "xine", "wrapper for libxine (version " XINE_VERSION ") plugins", - plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN) + plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) |