Bug 1030491 - Missing BuildRequires on gnutls-devel for HLS support
Summary: Missing BuildRequires on gnutls-devel for HLS support
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gstreamer1-plugins-bad-free
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Brian Pepple
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-14 14:41 UTC by Mohamed El Morabity
Modified: 2013-11-14 16:35 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-14 16:35:13 UTC
Type: Bug


Attachments (Terms of Use)

Description Mohamed El Morabity 2013-11-14 14:41:49 UTC
Description of problem:

gst-plugins-bad 1.x supports HLS URLs (HTTP Live Streaming), through the hls plugin. Unfortunately, this plugin isn't enabled by default on Fedora 20, because of a missing BuildRequires on gnutls-devel.

Version-Release number of selected component (if applicable):
gstreamer1-plugins-bad-free-1.2.1-2.fc20.x86_64

Steps to Reproduce:
Launch the following command to check if the hlsdemux element is available:
> gst-inspect-1.0 hlsdemux

Actual results:
No such element or plugin 'hlsdemux'

Expected results:
The command should display informations about the hls element.

Additional info:
Notice that gstreamer-plugins-bad-free-0.10.23-19.fc20.x86_64 provides this plugin:
> gst-inspect-0.10 hlsdemux

I also launched a scratch build of gstreamer1-plugins-bad-free, with gnutls-devel added as BR: the hls plugin is built and provided by the new file %{_libdir}/gstreamer-0.10/libgstfragmented.so.

Comment 1 Brian Pepple 2013-11-14 16:35:13 UTC
Fixed in git commit 10b6d516c6ec490a0739935df9c6c3638669c691 and will be available with the next stable release.


Note You need to log in before you can comment on or make changes to this bug.