Closed
Bug 761419
Opened 12 years ago
Closed 12 years ago
Build failure in content/media/gstreamer/nsGStreamerReader.cpp when using clang
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: padenot, Assigned: padenot)
Details
Attachments
(1 file, 1 obsolete file)
1.27 KB,
patch
|
Details | Diff | Splinter Review |
Compilation fails when enabling gstreamer and using clang (version 3.0-6ubuntu3), with the following error :
http://pastebin.mozilla.org/1655529
Assignee | ||
Comment 1•12 years ago
|
||
Possible patch. Untested because of bug 761409.
Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 629982 [details] [diff] [review]
Possible patch.
I could test that applying the patch from bug 761030, seems to do fine.
Attachment #629982 -
Flags: review?(kinetik)
Comment 3•12 years ago
|
||
Comment on attachment 629982 [details] [diff] [review]
Possible patch.
Thanks!
Attachment #629982 -
Flags: review?(kinetik) → review+
Comment 4•12 years ago
|
||
Pasting the error here for anyone searching for this problem:
content/media/gstreamer/nsGStreamerReader.cpp:194:5: error: constant expression evaluates to -3 which cannot be narrowed to type 'guint' (aka 'unsigned int')
~GST_PLAY_FLAG_AUDIO, ~GST_PLAY_FLAG_VIDEO};
Assignee | ||
Comment 5•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•