After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 671142 - vdpau: GPL-3.0+ files in vdpau plugin
vdpau: GPL-3.0+ files in vdpau plugin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.x
Other Linux
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-01 16:33 UTC by Vincent Untz
Modified: 2012-03-01 18:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2012-03-01 16:33:32 UTC
Those files have a GPL-3.0+ header:

sys/vdpau/gstvdp/gstvdpoutputbufferpool.c
sys/vdpau/gstvdp/gstvdpoutputbufferpool.h
sys/vdpau/gstvdp/gstvdpvideobufferpool.c
sys/vdpau/gstvdp/gstvdpvideobufferpool.h

Given the licensing of gstreamer, this is a bit surprising. Is this a mistake, or is this really the license of the files (and hence of this plugin)?
Comment 1 Tim-Philipp Müller 2012-03-01 16:52:23 UTC
It's not what we desire, no.
Comment 2 Carl-Anton Ingmarsson 2012-03-01 17:56:37 UTC
Hmm, it's a mistake from my part. Feel free to change the headers to LGPL-2.0+.
Comment 3 Tim-Philipp Müller 2012-03-01 18:02:03 UTC
That's great, thanks!
Comment 4 Tim-Philipp Müller 2012-03-01 18:52:23 UTC
 commit 044df35560bb095f2d244147928f291a4e65f5d3
 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
 Date:   Thu Mar 1 18:46:51 2012 +0000

    vdpau: relicense four source files from GPL3+ to LGPL2+
    
    These source files were mistakenly licensed as GPL3, the
    author (Carl-Anton Ingmarsson) has given permission to
    relicense them to LGPL2+.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671142