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 766117 - cerbero: gstreamer-1.0-capture.package doesn't bundle libgstvideo4linux2.a
cerbero: gstreamer-1.0-capture.package doesn't bundle libgstvideo4linux2.a
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Windows
: Normal normal
: 1.8.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-05-07 19:52 UTC by Ursula Maplehurst
Modified: 2016-05-08 17:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (1.15 KB, patch)
2016-05-07 19:52 UTC, Ursula Maplehurst
committed Details | Review

Description Ursula Maplehurst 2016-05-07 19:52:48 UTC
Created attachment 327454 [details] [review]
Patch

There's a missing comma in packages/gstreamer-1.0-capture.package, this is resulting in the V4L2 static libs not being captured in the package output. Patch attached.

Cheers,
Ursula
Comment 1 Tim-Philipp Müller 2016-05-08 17:14:05 UTC
Thanks a lot for the patch! Pushed to master and 1.8 branch:

commit cd2ebc2051b3eab797849d2cb16bbd6883375905
Author: Ursula Maplehurst <ursula@kangatronix.co.uk>
Date:   Sat May 7 20:48:05 2016 +0100

    packages: fix typo in gstreamer-1.0-capture
    
    libgstvideo4linux2.a wasn't being included as a result
    
    https://bugzilla.gnome.org//show_bug.cgi?id=766117