Bug 170596 - [GTK] Fix ASSERT about missing codecs in OWR
Summary: [GTK] Fix ASSERT about missing codecs in OWR
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-07 04:14 PDT by Xan Lopez
Modified: 2017-04-07 08:01 PDT (History)
5 users (show)

See Also:


Attachments
Add message to ASSERT about missing codec (2.24 KB, patch)
2017-04-07 04:15 PDT, Xan Lopez
no flags Details | Formatted Diff | Diff
Also fix the codec name, this was actually subtly broken. (2.29 KB, patch)
2017-04-07 06:17 PDT, Xan Lopez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xan Lopez 2017-04-07 04:14:35 PDT
This should make debugging for missing codecs a bit easier for developers.
Comment 1 Xan Lopez 2017-04-07 04:15:44 PDT
Created attachment 306486 [details]
Add message to ASSERT about missing codec
Comment 2 WebKit Commit Bot 2017-04-07 05:01:03 PDT
Comment on attachment 306486 [details]
Add message to ASSERT about missing codec

Clearing flags on attachment: 306486

Committed r215090: <http://trac.webkit.org/changeset/215090>
Comment 3 WebKit Commit Bot 2017-04-07 05:01:04 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Xan Lopez 2017-04-07 06:17:42 PDT
Created attachment 306492 [details]
Also fix the codec name, this was actually subtly broken.