Closed
Bug 1037317
Opened 11 years ago
Closed 11 years ago
Move GMPBufferType to be a property of GMPVideoFrameEncoded
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: cpearce, Assigned: cpearce)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
26.61 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
1.36 KB,
patch
|
ehugg
:
review+
|
Details | Diff | Splinter Review |
It would be better for GMPVideoEncodedFrame to have a GMPBufferType property, rather than us having to pass around a (GMPVideoEncodedFrame, GMPBufferType) pair all the time.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8454254 -
Flags: review?(rjesup)
Comment 2•11 years ago
|
||
Comment on attachment 8454254 [details] [diff] [review]
Patch
Review of attachment 8454254 [details] [diff] [review]:
-----------------------------------------------------------------
::: content/media/gmp/GMPTypes.ipdlh
@@ +3,5 @@
> * License, v. 2.0. If a copy of the MPL was not distributed with this
> * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
>
> +using GMPBufferType from "gmp-video-codec.h";
> +
ws
Attachment #8454254 -
Flags: review?(rjesup) → review+
Comment 3•11 years ago
|
||
OpenH264 changes to match - putting here until I figure out why reviewboard didn't work for me
Attachment #8454440 -
Flags: review?(ethanhugg)
Updated•11 years ago
|
Blocks: WebRTC-OpenH264
Comment 4•11 years ago
|
||
(In reply to Randell Jesup [:jesup] from comment #3)
> Created attachment 8454440 [details] [diff] [review]
> OpenH264 buffertype changes
>
> OpenH264 changes to match - putting here until I figure out why reviewboard
> didn't work for me
Don't worry about reviewboard. I will add this to the diff in 1020760 and post on rbcommons assuming it still works.
Comment 5•11 years ago
|
||
Target Milestone: --- → mozilla33
Comment 6•11 years ago
|
||
Comment on attachment 8454440 [details] [diff] [review]
OpenH264 buffertype changes
Worked for me. Posted to rbcommons here - https://rbcommons.com/s/OpenH264/r/670/
Attachment #8454440 -
Flags: review?(ethanhugg) → review+
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•