Bug 111842 - [Qt] QtMultimedia not used when GStreamer is not found
Summary: [Qt] QtMultimedia not used when GStreamer is not found
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-08 03:36 PST by Allan Sandfeld Jensen
Modified: 2013-04-15 02:15 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.26 KB, patch)
2013-03-08 03:38 PST, Allan Sandfeld Jensen
no flags Details | Formatted Diff | Diff
Patch (2.32 KB, patch)
2013-03-08 03:46 PST, Allan Sandfeld Jensen
no flags Details | Formatted Diff | Diff
Patch (2.37 KB, patch)
2013-03-08 03:50 PST, Allan Sandfeld Jensen
pnormand: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Sandfeld Jensen 2013-03-08 03:36:55 PST
On linux we currently only search for gstreamer libraries and tries to use that directly. QtMultimedia does however also work and could be used when gstreamer can not be used directly.
Comment 1 Allan Sandfeld Jensen 2013-03-08 03:38:55 PST
Created attachment 192194 [details]
Patch
Comment 2 Allan Sandfeld Jensen 2013-03-08 03:46:13 PST
Created attachment 192195 [details]
Patch

Fix wrong indent
Comment 3 Allan Sandfeld Jensen 2013-03-08 03:50:45 PST
Created attachment 192197 [details]
Patch

Fix typo as well
Comment 4 Allan Sandfeld Jensen 2013-04-15 02:15:16 PDT
Committed r148422: <http://trac.webkit.org/changeset/148422>