Closed
      
        Bug 1291629
      
      
        Opened 9 years ago
          Closed 9 years ago
      
        
    
  
Remove RTSP codes from Media Element
Categories
(Firefox OS Graveyard :: RTSP, defect)
Tracking
(firefox51 fixed)
        RESOLVED
        FIXED
        
    
  
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | fixed | 
People
(Reporter: ethan, Assigned: bechen)
References
Details
Attachments
(1 file)
This bug is going to remove RTSP codes within Media Element.
Note that the RTSP component itself will be removed by bug 1291080.
| Reporter | ||
          Comment 1•9 years ago
           
         | 
      ||
Removing RTSP codes in media components should involve code changes in the following files:
- dom/html/HTMLMediaElement.h/cpp
- dom/media/DecoderTraits.h/cpp
- dom/media/MediaDecoder.h/cpp
- dom/media/MediaDecoderOwner.h
- dom/media/MediaResource.h/cpp
- dom/media/omx/OmxDecoder.h
and deletion the following files:
- dom/media/omx/RtspExtractor.h/cpp
- dom/media/omx/RtspOmxDecoder.h/cpp
- dom/media/omx/RtspOmxReader.h/cpp
- dom/media/RtspMediaResource.h/cpp
I could probably miss some places else.
But I'm sure Benjamin will capture all of them. :)
Blocks: 1291080
| Reporter | ||
          Updated•9 years ago
           
         | 
      
Assignee: nobody → bechen
| Reporter | ||
          Updated•9 years ago
           
         | 
      
Summary: Remove RTSP codes in Media Element → Remove RTSP codes from Media Element
| Assignee | ||
          Comment 2•9 years ago
           
         | 
      ||
| Comment hidden (mozreview-request) | 
          Comment 4•9 years ago
           
         | 
      ||
| mozreview-review | ||
Comment on attachment 8779598 [details]
Bug 1291629 - Remove RTSP code.
https://reviewboard.mozilla.org/r/70190/#review67926
        Attachment #8779598 -
        Flags: review?(jwwang) → review+
| Assignee | ||
          Updated•9 years ago
           
         | 
      
Keywords: checkin-needed
Pushed by jhao@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9bf5770798c9
Remove RTSP code. r=jwwang
Keywords: checkin-needed
          Updated•9 years ago
           
         | 
      
          Comment 6•9 years ago
           
         | 
      ||
| bugherder | ||
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•