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 696597 - hls: fails to build with older gnutls versions
hls: fails to build with older gnutls versions
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-25 23:01 UTC by Anton Belka
Modified: 2013-03-26 13:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[LOG] gst-plugins-bad (32.54 KB, text/x-log)
2013-03-25 23:01 UTC, Anton Belka
Details

Description Anton Belka 2013-03-25 23:01:04 UTC
Created attachment 239843 [details]
[LOG] gst-plugins-bad

gsthlsdemux need fix, because it's fail when compile. Make log gst-plugins-bad in attacment. Thanks.
Comment 1 Anton Belka 2013-03-25 23:50:55 UTC
This bug concerns to this commit:
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=5c77ef61edc4804c3a9308184ac4ccc9714a0141

My system version gnutls is 2.6, but minimal version needed 2.10 (I'm not try, but I look at gnutls git log). So, I think that we need check minimal version gnutls before build (add it to autogen).
Comment 2 Anton Belka 2013-03-26 11:17:04 UTC
Today I'm successful build gst-plugins-base and minimal version gnutls for this:
dark-al@dv7:~/gst/master$ pkg-config --modversion gnutls
2.11.3
Comment 3 Tim-Philipp Müller 2013-03-26 13:23:35 UTC
Ok, thanks. I hope this fixes it then:

 commit 64ccb0ffe37b0bc1edfce08aff290a79acc5db60
 Author: Tim-Philipp Müller <tim@centricular.net>
 Date:   Tue Mar 26 13:22:22 2013 +0000

    build: we need a recent-enough gnutls for hls
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696597
Comment 4 Anton Belka 2013-03-26 13:31:43 UTC
Thanks!