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 Talk
Importing Recordings
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="snakeman65" data-source="post: 234943" data-attributes="member: 29882"><p>Please bear in mind that this changes anything rendered by this file to use the default graph rather than the mp created one. I don't know what affect this will have (other than fixing the bug!) but as the svn change was listed as dvd navigation not working I suspect this will break dvd navigation!</p><p></p><p>In the latest svn, take a look at core/dshownew/helper/directshowutil.cs around line 599.</p><p></p><p>change: </p><p></p><p> hr = 0;</p><p> if (TryConnect(graphBuilder, info.achName, pins[0]))</p><p> //if ((hr=graphBuilder.Render(pins[0])) == 0)</p><p> {</p><p> Log.Info(" render ok");</p><p> }</p><p> else</p><p> {</p><p> Log.Error(" render {0} failed:{1:x}", pinInfo.name, hr);</p><p></p><p>to: </p><p></p><p> if ((hr=graphBuilder.Render(pins[0])) == 0)</p><p> {</p><p> Log.Info(" render ok");</p><p> }</p><p> else</p><p> {</p><p> Log.Error(" render failed:{0:x}", hr);</p></blockquote><p></p>
[QUOTE="snakeman65, post: 234943, member: 29882"] Please bear in mind that this changes anything rendered by this file to use the default graph rather than the mp created one. I don't know what affect this will have (other than fixing the bug!) but as the svn change was listed as dvd navigation not working I suspect this will break dvd navigation! In the latest svn, take a look at core/dshownew/helper/directshowutil.cs around line 599. change: hr = 0; if (TryConnect(graphBuilder, info.achName, pins[0])) //if ((hr=graphBuilder.Render(pins[0])) == 0) { Log.Info(" render ok"); } else { Log.Error(" render {0} failed:{1:x}", pinInfo.name, hr); to: if ((hr=graphBuilder.Render(pins[0])) == 0) { Log.Info(" render ok"); } else { Log.Error(" render failed:{0:x}", hr); [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Talk
Importing Recordings
Contact us
RSS
Top
Bottom