home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
OnlineVideos
[1.3.0.0] YT Videos frequently don't start on first attempt
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="georgius" data-source="post: 940731" data-attributes="member: 107951"><p>Just overriden GetState() method and returning VFW_S_CANT_CUE when in paused state (like written on <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/dd373798%28v=vs.85%29.aspx" target="_blank">msdn</a> page):</p><p>[CODE]STDMETHODIMP CLAVSplitter::GetState(DWORD dwMSecs, __out FILTER_STATE *State)</p><p>{</p><p> CheckPointer (State, E_POINTER);</p><p> </p><p> HRESULT result = __super::GetState(dwMSecs, State);</p><p> result = (SUCCEEDED(result) && (m_State == State_Paused)) ? VFW_S_CANT_CUE : result;</p><p> </p><p> return result;</p><p>}[/CODE]</p></blockquote><p></p>
[QUOTE="georgius, post: 940731, member: 107951"] Just overriden GetState() method and returning VFW_S_CANT_CUE when in paused state (like written on [URL='http://msdn.microsoft.com/en-us/library/windows/desktop/dd373798%28v=vs.85%29.aspx']msdn[/URL] page): [CODE]STDMETHODIMP CLAVSplitter::GetState(DWORD dwMSecs, __out FILTER_STATE *State) { CheckPointer (State, E_POINTER); HRESULT result = __super::GetState(dwMSecs, State); result = (SUCCEEDED(result) && (m_State == State_Paused)) ? VFW_S_CANT_CUE : result; return result; }[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
OnlineVideos
[1.3.0.0] YT Videos frequently don't start on first attempt
Contact us
RSS
Top
Bottom