Skip to content

Commit

Permalink
Remove dead PR code.
Browse files Browse the repository at this point in the history
  • Loading branch information
zdobersek committed Nov 20, 2017
1 parent db8ce0b commit d5a3de1
Showing 1 changed file with 0 additions and 14 deletions.
Expand Up @@ -252,20 +252,6 @@ class MediaPlayerPrivateGStreamerBase : public MediaPlayerPrivateInterface
Lock m_drawMutex;
RunLoop::Timer<MediaPlayerPrivateGStreamerBase> m_drawTimer;

#if USE(PLAYREADY)
PlayreadySession* createPlayreadySession(const Vector<uint8_t> &, GstElement* pipeline, bool alreadyLocked = false);
PlayreadySession* prSessionByInitData(const Vector<uint8_t>&, bool alreadyLocked = false) const;
PlayreadySession* prSessionBySessionId(const String&, bool alreadyLocked = false) const;

// Maps each pipeline (playback pipeline for normal videos, append pipeline for MSE) to its latest sessionId.
HashMap<GstElement*, String> m_prSessionIds;

Vector<std::unique_ptr<PlayreadySession>> m_prSessions;

// Protects the previous two HashMaps for concurrent access.
mutable Lock m_prSessionsMutex;
#endif

#if USE(TEXTURE_MAPPER_GL)
RefPtr<GraphicsContext3D> m_context3D;
RefPtr<TextureMapperPlatformLayerProxy> m_platformLayerProxy;
Expand Down

0 comments on commit d5a3de1

Please sign in to comment.