Bug 1161077

Summary: Build Firefox with gstreamer
Product: Red Hat Enterprise Linux 7 Reporter: Martin Stransky <stransky>
Component: firefoxAssignee: Martin Stransky <stransky>
Status: CLOSED ERRATA QA Contact: Desktop QE <desktop-qa-list>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 7.0CC: mcepl
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
URL: http://www.quirksmode.org/html5/tests/video.html
Whiteboard:
Fixed In Version: firefox-31.2.0-5.el7_0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 843583 Environment:
Last Closed: 2015-01-05 12:23:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin Stransky 2014-11-06 10:53:52 UTC
Firefox 14 has a build option --enable-gstreamer that allows it to playback html5 videos using codecs from gstreamer. This allows users to add codecs that are not shipped by default (notably H.264).

This is not enabled in current fedora builds (as can be seen by putting about:buildconfig in the URL bar), hence only theora and webm videos can be played.

This would increase the number of sites on which the html5 video can be used instead of flash.

I assume that this would be equivalent licence-wise to rhythmbox and gstreamer, that can have additional codecs added by the user through gstreamer plugins. 

Reproducible: Always

Steps to Reproduce:
1. open the page http://www.quirksmode.org/html5/tests/video.html
2. only the theora and webm videos play


Expected Results:  
With --enable-gstreamer and the correct gstreamer plugins added the H.264 video should also play