diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-05-18 10:58:20 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-05-18 10:58:20 +0100 |
commit | 80d66dfec8e5db1438a5cb3cae623043445e1fbc (patch) | |
tree | 424eb2ed8755d2d3d719cace1c06bd679d33fe94 /sys/vdpau | |
parent | 2ced01cc9fdde150e6441205ec98e20fd205fb96 (diff) |
Fix up package name and origin in some plugins
Diffstat (limited to 'sys/vdpau')
-rw-r--r-- | sys/vdpau/gstvdpau.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vdpau/gstvdpau.c b/sys/vdpau/gstvdpau.c index 64fd4a2ff..49207e507 100644 --- a/sys/vdpau/gstvdpau.c +++ b/sys/vdpau/gstvdpau.c @@ -46,4 +46,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, vdpau, "Various elements utilizing VDPAU", - vdpau_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/") + vdpau_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) |