<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>WPFMediaKit Issue Tracker Rss Feed</title><link>http://www.codeplex.com/WPFMediaKit/WorkItem/List.aspx</link><description>WPFMediaKit Issue Tracker Rss Description</description><item><title>Closed Issue: Two MediaUriElements in one application flickers / shows black screen in both MediaElements [11712]</title><link>http://wpfmediakit.codeplex.com/workitem/11712</link><description>Hi,&lt;br /&gt;&lt;br /&gt;using 2 MediaUriElements in one application flickers &amp;#47; shows black screen in both MediaElements.&lt;br /&gt;&lt;br /&gt;The bug is reproducable, simply adding a second MediaUriElement in the SampleApplication MediaUriPlayerWindow.xaml.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Change&amp;#58;&lt;br /&gt;&amp;#60;code&amp;#62;&lt;br /&gt;&amp;#60;Border x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayerContainer&amp;#34;&lt;br /&gt;                    HorizontalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    VerticalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    Width&amp;#61;&amp;#34;Auto&amp;#34;&lt;br /&gt;                    Height&amp;#61;&amp;#34;Auto&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;DirectShowControls&amp;#58;MediaUriElement x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayer&amp;#34;&lt;br /&gt;                                                    Volume&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                                                    Source&amp;#61;&amp;#34;&amp;#123;Binding ElementName&amp;#61;fileDialog, Path&amp;#61;FilePath&amp;#125;&amp;#34;&lt;br /&gt;                                                    Stretch&amp;#61;&amp;#34;Uniform&amp;#34;&lt;br /&gt;                                                    VideoRenderer&amp;#61;&amp;#34;VideoMixingRenderer9&amp;#34;&lt;br /&gt;                                                    LoadedBehavior&amp;#61;&amp;#34;Play&amp;#34;&lt;br /&gt;                                                    SpeedRatio&amp;#61;&amp;#34;1.0&amp;#34;&lt;br /&gt;                                                    Loop&amp;#61;&amp;#34;True&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Border&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#47;code&amp;#62;&lt;br /&gt;to&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;code&amp;#62;&lt;br /&gt;&amp;#60;StackPanel&amp;#62;&lt;br /&gt;            &amp;#60;Border x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayerContainer&amp;#34;&lt;br /&gt;                    HorizontalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    VerticalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    Width&amp;#61;&amp;#34;Auto&amp;#34;&lt;br /&gt;                    Height&amp;#61;&amp;#34;Auto&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;DirectShowControls&amp;#58;MediaUriElement x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayer&amp;#34;&lt;br /&gt;                                                    Volume&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                                                    Source&amp;#61;&amp;#34;&amp;#123;Binding ElementName&amp;#61;fileDialog, Path&amp;#61;FilePath&amp;#125;&amp;#34;&lt;br /&gt;                                                    Stretch&amp;#61;&amp;#34;Uniform&amp;#34;&lt;br /&gt;                                                    VideoRenderer&amp;#61;&amp;#34;VideoMixingRenderer9&amp;#34;&lt;br /&gt;                                                    LoadedBehavior&amp;#61;&amp;#34;Play&amp;#34;&lt;br /&gt;                                                    SpeedRatio&amp;#61;&amp;#34;1.0&amp;#34;&lt;br /&gt;                                                    Loop&amp;#61;&amp;#34;True&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Border&amp;#62;&lt;br /&gt;            &amp;#60;Border x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayerContainer2&amp;#34;&lt;br /&gt;                    HorizontalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    VerticalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    Width&amp;#61;&amp;#34;Auto&amp;#34;&lt;br /&gt;                    Height&amp;#61;&amp;#34;Auto&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;DirectShowControls&amp;#58;MediaUriElement x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayer2&amp;#34;&lt;br /&gt;                                                    Volume&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                                                    Source&amp;#61;&amp;#34;&amp;#123;Binding ElementName&amp;#61;fileDialog, Path&amp;#61;FilePath&amp;#125;&amp;#34;&lt;br /&gt;                                                    Stretch&amp;#61;&amp;#34;Uniform&amp;#34;&lt;br /&gt;                                                    VideoRenderer&amp;#61;&amp;#34;VideoMixingRenderer9&amp;#34;&lt;br /&gt;                                                    LoadedBehavior&amp;#61;&amp;#34;Play&amp;#34;&lt;br /&gt;                                                    SpeedRatio&amp;#61;&amp;#34;1.0&amp;#34;&lt;br /&gt;                                                    Loop&amp;#61;&amp;#34;True&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Border&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;StackPanel&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#47;code&amp;#62;&lt;br /&gt;and set the height to 800 or resize the window. &lt;br /&gt;&lt;br /&gt;The changed xaml file is attached.&lt;br /&gt;&lt;br /&gt;Any idea how to fix this &amp;#63;&lt;br /&gt;&lt;br /&gt;Greetings Dominik&lt;br /&gt;</description><author>boehserhaluter</author><pubDate>Thu, 16 May 2013 11:26:45 GMT</pubDate><guid isPermaLink="false">Closed Issue: Two MediaUriElements in one application flickers / shows black screen in both MediaElements [11712] 20130516112645A</guid></item><item><title>Created Issue: VideoCaptureElement do not work [11767]</title><link>http://wpfmediakit.codeplex.com/workitem/11767</link><description>when i use vs2012 debug ,it can show the video&lt;br /&gt;but when i execute the exe,it can not work,no video &lt;br /&gt;I hope have someone can understand .&lt;br /&gt;thanks&lt;br /&gt;my email&amp;#58;LoveNear&amp;#64;outlook.com&lt;br /&gt;</description><author>lchl</author><pubDate>Thu, 09 May 2013 14:31:42 GMT</pubDate><guid isPermaLink="false">Created Issue: VideoCaptureElement do not work [11767] 20130509023142P</guid></item><item><title>Commented Issue: Two MediaUriElements in one application flickers / shows black screen in both MediaElements [11712]</title><link>http://wpfmediakit.codeplex.com/workitem/11712</link><description>Hi,&lt;br /&gt;&lt;br /&gt;using 2 MediaUriElements in one application flickers &amp;#47; shows black screen in both MediaElements.&lt;br /&gt;&lt;br /&gt;The bug is reproducable, simply adding a second MediaUriElement in the SampleApplication MediaUriPlayerWindow.xaml.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Change&amp;#58;&lt;br /&gt;&amp;#60;code&amp;#62;&lt;br /&gt;&amp;#60;Border x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayerContainer&amp;#34;&lt;br /&gt;                    HorizontalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    VerticalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    Width&amp;#61;&amp;#34;Auto&amp;#34;&lt;br /&gt;                    Height&amp;#61;&amp;#34;Auto&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;DirectShowControls&amp;#58;MediaUriElement x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayer&amp;#34;&lt;br /&gt;                                                    Volume&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                                                    Source&amp;#61;&amp;#34;&amp;#123;Binding ElementName&amp;#61;fileDialog, Path&amp;#61;FilePath&amp;#125;&amp;#34;&lt;br /&gt;                                                    Stretch&amp;#61;&amp;#34;Uniform&amp;#34;&lt;br /&gt;                                                    VideoRenderer&amp;#61;&amp;#34;VideoMixingRenderer9&amp;#34;&lt;br /&gt;                                                    LoadedBehavior&amp;#61;&amp;#34;Play&amp;#34;&lt;br /&gt;                                                    SpeedRatio&amp;#61;&amp;#34;1.0&amp;#34;&lt;br /&gt;                                                    Loop&amp;#61;&amp;#34;True&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Border&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#47;code&amp;#62;&lt;br /&gt;to&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;code&amp;#62;&lt;br /&gt;&amp;#60;StackPanel&amp;#62;&lt;br /&gt;            &amp;#60;Border x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayerContainer&amp;#34;&lt;br /&gt;                    HorizontalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    VerticalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    Width&amp;#61;&amp;#34;Auto&amp;#34;&lt;br /&gt;                    Height&amp;#61;&amp;#34;Auto&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;DirectShowControls&amp;#58;MediaUriElement x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayer&amp;#34;&lt;br /&gt;                                                    Volume&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                                                    Source&amp;#61;&amp;#34;&amp;#123;Binding ElementName&amp;#61;fileDialog, Path&amp;#61;FilePath&amp;#125;&amp;#34;&lt;br /&gt;                                                    Stretch&amp;#61;&amp;#34;Uniform&amp;#34;&lt;br /&gt;                                                    VideoRenderer&amp;#61;&amp;#34;VideoMixingRenderer9&amp;#34;&lt;br /&gt;                                                    LoadedBehavior&amp;#61;&amp;#34;Play&amp;#34;&lt;br /&gt;                                                    SpeedRatio&amp;#61;&amp;#34;1.0&amp;#34;&lt;br /&gt;                                                    Loop&amp;#61;&amp;#34;True&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Border&amp;#62;&lt;br /&gt;            &amp;#60;Border x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayerContainer2&amp;#34;&lt;br /&gt;                    HorizontalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    VerticalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    Width&amp;#61;&amp;#34;Auto&amp;#34;&lt;br /&gt;                    Height&amp;#61;&amp;#34;Auto&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;DirectShowControls&amp;#58;MediaUriElement x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayer2&amp;#34;&lt;br /&gt;                                                    Volume&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                                                    Source&amp;#61;&amp;#34;&amp;#123;Binding ElementName&amp;#61;fileDialog, Path&amp;#61;FilePath&amp;#125;&amp;#34;&lt;br /&gt;                                                    Stretch&amp;#61;&amp;#34;Uniform&amp;#34;&lt;br /&gt;                                                    VideoRenderer&amp;#61;&amp;#34;VideoMixingRenderer9&amp;#34;&lt;br /&gt;                                                    LoadedBehavior&amp;#61;&amp;#34;Play&amp;#34;&lt;br /&gt;                                                    SpeedRatio&amp;#61;&amp;#34;1.0&amp;#34;&lt;br /&gt;                                                    Loop&amp;#61;&amp;#34;True&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Border&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;StackPanel&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#47;code&amp;#62;&lt;br /&gt;and set the height to 800 or resize the window. &lt;br /&gt;&lt;br /&gt;The changed xaml file is attached.&lt;br /&gt;&lt;br /&gt;Any idea how to fix this &amp;#63;&lt;br /&gt;&lt;br /&gt;Greetings Dominik&lt;br /&gt;Comments: ** Comment from web user: boehserhaluter ** &lt;p&gt;Thanks, works well !&lt;br&gt;&lt;/p&gt;</description><author>boehserhaluter</author><pubDate>Thu, 09 May 2013 06:03:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: Two MediaUriElements in one application flickers / shows black screen in both MediaElements [11712] 20130509060331A</guid></item><item><title>Edited Issue: Two MediaUriElements in one application flickers / shows black screen in both MediaElements [11712]</title><link>http://wpfmediakit.codeplex.com/workitem/11712</link><description>Hi,&lt;br /&gt;&lt;br /&gt;using 2 MediaUriElements in one application flickers &amp;#47; shows black screen in both MediaElements.&lt;br /&gt;&lt;br /&gt;The bug is reproducable, simply adding a second MediaUriElement in the SampleApplication MediaUriPlayerWindow.xaml.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Change&amp;#58;&lt;br /&gt;&amp;#60;code&amp;#62;&lt;br /&gt;&amp;#60;Border x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayerContainer&amp;#34;&lt;br /&gt;                    HorizontalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    VerticalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    Width&amp;#61;&amp;#34;Auto&amp;#34;&lt;br /&gt;                    Height&amp;#61;&amp;#34;Auto&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;DirectShowControls&amp;#58;MediaUriElement x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayer&amp;#34;&lt;br /&gt;                                                    Volume&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                                                    Source&amp;#61;&amp;#34;&amp;#123;Binding ElementName&amp;#61;fileDialog, Path&amp;#61;FilePath&amp;#125;&amp;#34;&lt;br /&gt;                                                    Stretch&amp;#61;&amp;#34;Uniform&amp;#34;&lt;br /&gt;                                                    VideoRenderer&amp;#61;&amp;#34;VideoMixingRenderer9&amp;#34;&lt;br /&gt;                                                    LoadedBehavior&amp;#61;&amp;#34;Play&amp;#34;&lt;br /&gt;                                                    SpeedRatio&amp;#61;&amp;#34;1.0&amp;#34;&lt;br /&gt;                                                    Loop&amp;#61;&amp;#34;True&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Border&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#47;code&amp;#62;&lt;br /&gt;to&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;code&amp;#62;&lt;br /&gt;&amp;#60;StackPanel&amp;#62;&lt;br /&gt;            &amp;#60;Border x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayerContainer&amp;#34;&lt;br /&gt;                    HorizontalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    VerticalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    Width&amp;#61;&amp;#34;Auto&amp;#34;&lt;br /&gt;                    Height&amp;#61;&amp;#34;Auto&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;DirectShowControls&amp;#58;MediaUriElement x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayer&amp;#34;&lt;br /&gt;                                                    Volume&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                                                    Source&amp;#61;&amp;#34;&amp;#123;Binding ElementName&amp;#61;fileDialog, Path&amp;#61;FilePath&amp;#125;&amp;#34;&lt;br /&gt;                                                    Stretch&amp;#61;&amp;#34;Uniform&amp;#34;&lt;br /&gt;                                                    VideoRenderer&amp;#61;&amp;#34;VideoMixingRenderer9&amp;#34;&lt;br /&gt;                                                    LoadedBehavior&amp;#61;&amp;#34;Play&amp;#34;&lt;br /&gt;                                                    SpeedRatio&amp;#61;&amp;#34;1.0&amp;#34;&lt;br /&gt;                                                    Loop&amp;#61;&amp;#34;True&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Border&amp;#62;&lt;br /&gt;            &amp;#60;Border x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayerContainer2&amp;#34;&lt;br /&gt;                    HorizontalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    VerticalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    Width&amp;#61;&amp;#34;Auto&amp;#34;&lt;br /&gt;                    Height&amp;#61;&amp;#34;Auto&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;DirectShowControls&amp;#58;MediaUriElement x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayer2&amp;#34;&lt;br /&gt;                                                    Volume&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                                                    Source&amp;#61;&amp;#34;&amp;#123;Binding ElementName&amp;#61;fileDialog, Path&amp;#61;FilePath&amp;#125;&amp;#34;&lt;br /&gt;                                                    Stretch&amp;#61;&amp;#34;Uniform&amp;#34;&lt;br /&gt;                                                    VideoRenderer&amp;#61;&amp;#34;VideoMixingRenderer9&amp;#34;&lt;br /&gt;                                                    LoadedBehavior&amp;#61;&amp;#34;Play&amp;#34;&lt;br /&gt;                                                    SpeedRatio&amp;#61;&amp;#34;1.0&amp;#34;&lt;br /&gt;                                                    Loop&amp;#61;&amp;#34;True&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Border&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;StackPanel&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#47;code&amp;#62;&lt;br /&gt;and set the height to 800 or resize the window. &lt;br /&gt;&lt;br /&gt;The changed xaml file is attached.&lt;br /&gt;&lt;br /&gt;Any idea how to fix this &amp;#63;&lt;br /&gt;&lt;br /&gt;Greetings Dominik&lt;br /&gt;</description><author>jmorrill</author><pubDate>Wed, 08 May 2013 19:27:12 GMT</pubDate><guid isPermaLink="false">Edited Issue: Two MediaUriElements in one application flickers / shows black screen in both MediaElements [11712] 20130508072712P</guid></item><item><title>Commented Issue: Two MediaUriElements in one application flickers / shows black screen in both MediaElements [11712]</title><link>http://wpfmediakit.codeplex.com/workitem/11712</link><description>Hi,&lt;br /&gt;&lt;br /&gt;using 2 MediaUriElements in one application flickers &amp;#47; shows black screen in both MediaElements.&lt;br /&gt;&lt;br /&gt;The bug is reproducable, simply adding a second MediaUriElement in the SampleApplication MediaUriPlayerWindow.xaml.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Change&amp;#58;&lt;br /&gt;&amp;#60;code&amp;#62;&lt;br /&gt;&amp;#60;Border x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayerContainer&amp;#34;&lt;br /&gt;                    HorizontalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    VerticalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    Width&amp;#61;&amp;#34;Auto&amp;#34;&lt;br /&gt;                    Height&amp;#61;&amp;#34;Auto&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;DirectShowControls&amp;#58;MediaUriElement x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayer&amp;#34;&lt;br /&gt;                                                    Volume&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                                                    Source&amp;#61;&amp;#34;&amp;#123;Binding ElementName&amp;#61;fileDialog, Path&amp;#61;FilePath&amp;#125;&amp;#34;&lt;br /&gt;                                                    Stretch&amp;#61;&amp;#34;Uniform&amp;#34;&lt;br /&gt;                                                    VideoRenderer&amp;#61;&amp;#34;VideoMixingRenderer9&amp;#34;&lt;br /&gt;                                                    LoadedBehavior&amp;#61;&amp;#34;Play&amp;#34;&lt;br /&gt;                                                    SpeedRatio&amp;#61;&amp;#34;1.0&amp;#34;&lt;br /&gt;                                                    Loop&amp;#61;&amp;#34;True&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Border&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#47;code&amp;#62;&lt;br /&gt;to&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;code&amp;#62;&lt;br /&gt;&amp;#60;StackPanel&amp;#62;&lt;br /&gt;            &amp;#60;Border x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayerContainer&amp;#34;&lt;br /&gt;                    HorizontalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    VerticalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    Width&amp;#61;&amp;#34;Auto&amp;#34;&lt;br /&gt;                    Height&amp;#61;&amp;#34;Auto&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;DirectShowControls&amp;#58;MediaUriElement x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayer&amp;#34;&lt;br /&gt;                                                    Volume&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                                                    Source&amp;#61;&amp;#34;&amp;#123;Binding ElementName&amp;#61;fileDialog, Path&amp;#61;FilePath&amp;#125;&amp;#34;&lt;br /&gt;                                                    Stretch&amp;#61;&amp;#34;Uniform&amp;#34;&lt;br /&gt;                                                    VideoRenderer&amp;#61;&amp;#34;VideoMixingRenderer9&amp;#34;&lt;br /&gt;                                                    LoadedBehavior&amp;#61;&amp;#34;Play&amp;#34;&lt;br /&gt;                                                    SpeedRatio&amp;#61;&amp;#34;1.0&amp;#34;&lt;br /&gt;                                                    Loop&amp;#61;&amp;#34;True&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Border&amp;#62;&lt;br /&gt;            &amp;#60;Border x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayerContainer2&amp;#34;&lt;br /&gt;                    HorizontalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    VerticalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    Width&amp;#61;&amp;#34;Auto&amp;#34;&lt;br /&gt;                    Height&amp;#61;&amp;#34;Auto&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;DirectShowControls&amp;#58;MediaUriElement x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayer2&amp;#34;&lt;br /&gt;                                                    Volume&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                                                    Source&amp;#61;&amp;#34;&amp;#123;Binding ElementName&amp;#61;fileDialog, Path&amp;#61;FilePath&amp;#125;&amp;#34;&lt;br /&gt;                                                    Stretch&amp;#61;&amp;#34;Uniform&amp;#34;&lt;br /&gt;                                                    VideoRenderer&amp;#61;&amp;#34;VideoMixingRenderer9&amp;#34;&lt;br /&gt;                                                    LoadedBehavior&amp;#61;&amp;#34;Play&amp;#34;&lt;br /&gt;                                                    SpeedRatio&amp;#61;&amp;#34;1.0&amp;#34;&lt;br /&gt;                                                    Loop&amp;#61;&amp;#34;True&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Border&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;StackPanel&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#47;code&amp;#62;&lt;br /&gt;and set the height to 800 or resize the window. &lt;br /&gt;&lt;br /&gt;The changed xaml file is attached.&lt;br /&gt;&lt;br /&gt;Any idea how to fix this &amp;#63;&lt;br /&gt;&lt;br /&gt;Greetings Dominik&lt;br /&gt;Comments: ** Comment from web user: jmorrill ** &lt;p&gt;Get the latest VMR9Allocator.cs.&lt;/p&gt;&lt;p&gt;This should be fixed now&lt;/p&gt;</description><author>jmorrill</author><pubDate>Wed, 08 May 2013 19:26:30 GMT</pubDate><guid isPermaLink="false">Commented Issue: Two MediaUriElements in one application flickers / shows black screen in both MediaElements [11712] 20130508072630P</guid></item><item><title>Created Issue: Two MediaUriElements in one application flickers / shows black screen in both MediaElements [11712]</title><link>http://wpfmediakit.codeplex.com/workitem/11712</link><description>Hi,&lt;br /&gt;&lt;br /&gt;using 2 MediaUriElements in one application flickers &amp;#47; shows black screen in both MediaElements.&lt;br /&gt;&lt;br /&gt;The bug is reproducable, simply adding a second MediaUriElement in the SampleApplication MediaUriPlayerWindow.xaml.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Change&amp;#58;&lt;br /&gt;&amp;#60;code&amp;#62;&lt;br /&gt;&amp;#60;Border x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayerContainer&amp;#34;&lt;br /&gt;                    HorizontalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    VerticalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    Width&amp;#61;&amp;#34;Auto&amp;#34;&lt;br /&gt;                    Height&amp;#61;&amp;#34;Auto&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;DirectShowControls&amp;#58;MediaUriElement x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayer&amp;#34;&lt;br /&gt;                                                    Volume&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                                                    Source&amp;#61;&amp;#34;&amp;#123;Binding ElementName&amp;#61;fileDialog, Path&amp;#61;FilePath&amp;#125;&amp;#34;&lt;br /&gt;                                                    Stretch&amp;#61;&amp;#34;Uniform&amp;#34;&lt;br /&gt;                                                    VideoRenderer&amp;#61;&amp;#34;VideoMixingRenderer9&amp;#34;&lt;br /&gt;                                                    LoadedBehavior&amp;#61;&amp;#34;Play&amp;#34;&lt;br /&gt;                                                    SpeedRatio&amp;#61;&amp;#34;1.0&amp;#34;&lt;br /&gt;                                                    Loop&amp;#61;&amp;#34;True&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Border&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#47;code&amp;#62;&lt;br /&gt;to&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;code&amp;#62;&lt;br /&gt;&amp;#60;StackPanel&amp;#62;&lt;br /&gt;            &amp;#60;Border x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayerContainer&amp;#34;&lt;br /&gt;                    HorizontalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    VerticalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    Width&amp;#61;&amp;#34;Auto&amp;#34;&lt;br /&gt;                    Height&amp;#61;&amp;#34;Auto&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;DirectShowControls&amp;#58;MediaUriElement x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayer&amp;#34;&lt;br /&gt;                                                    Volume&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                                                    Source&amp;#61;&amp;#34;&amp;#123;Binding ElementName&amp;#61;fileDialog, Path&amp;#61;FilePath&amp;#125;&amp;#34;&lt;br /&gt;                                                    Stretch&amp;#61;&amp;#34;Uniform&amp;#34;&lt;br /&gt;                                                    VideoRenderer&amp;#61;&amp;#34;VideoMixingRenderer9&amp;#34;&lt;br /&gt;                                                    LoadedBehavior&amp;#61;&amp;#34;Play&amp;#34;&lt;br /&gt;                                                    SpeedRatio&amp;#61;&amp;#34;1.0&amp;#34;&lt;br /&gt;                                                    Loop&amp;#61;&amp;#34;True&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Border&amp;#62;&lt;br /&gt;            &amp;#60;Border x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayerContainer2&amp;#34;&lt;br /&gt;                    HorizontalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    VerticalAlignment&amp;#61;&amp;#34;Stretch&amp;#34;&lt;br /&gt;                    Width&amp;#61;&amp;#34;Auto&amp;#34;&lt;br /&gt;                    Height&amp;#61;&amp;#34;Auto&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;DirectShowControls&amp;#58;MediaUriElement x&amp;#58;Name&amp;#61;&amp;#34;mediaPlayer2&amp;#34;&lt;br /&gt;                                                    Volume&amp;#61;&amp;#34;1&amp;#34;&lt;br /&gt;                                                    Source&amp;#61;&amp;#34;&amp;#123;Binding ElementName&amp;#61;fileDialog, Path&amp;#61;FilePath&amp;#125;&amp;#34;&lt;br /&gt;                                                    Stretch&amp;#61;&amp;#34;Uniform&amp;#34;&lt;br /&gt;                                                    VideoRenderer&amp;#61;&amp;#34;VideoMixingRenderer9&amp;#34;&lt;br /&gt;                                                    LoadedBehavior&amp;#61;&amp;#34;Play&amp;#34;&lt;br /&gt;                                                    SpeedRatio&amp;#61;&amp;#34;1.0&amp;#34;&lt;br /&gt;                                                    Loop&amp;#61;&amp;#34;True&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;Border&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;StackPanel&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#47;code&amp;#62;&lt;br /&gt;and set the height to 800 or resize the window. &lt;br /&gt;&lt;br /&gt;The changed xaml file is attached.&lt;br /&gt;&lt;br /&gt;Any idea how to fix this &amp;#63;&lt;br /&gt;&lt;br /&gt;Greetings Dominik&lt;br /&gt;</description><author>boehserhaluter</author><pubDate>Wed, 17 Apr 2013 09:30:44 GMT</pubDate><guid isPermaLink="false">Created Issue: Two MediaUriElements in one application flickers / shows black screen in both MediaElements [11712] 20130417093044A</guid></item><item><title>Commented Issue: Stuttering Video [11523]</title><link>http://wpfmediakit.codeplex.com/workitem/11523</link><description>We have been using the MediaKit to play out video in our production application.  It has worked well on a number of systems.  We have one system in a remote location where the video will repeatedly pause and then fast forward to try and catch up.  We have re-introduced the WPF MediaElement to verify that the problem lies with MediaKit.  We can&amp;#39;t use MediaElement because it does not play out video as smoothly.  Does anyone know what might be causing this&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: Johnwrnd ** &lt;p&gt;Stuttering Video is mostly caused by the ValueChanged Event of your slider. Most People use the slider to Show and Change the Position of the current media. However that causes stuttering Video as well. Reasons??? quite simple:&lt;/p&gt;&lt;p&gt;1. On every value changed the media Position is set&lt;br&gt;2. Timers used to update the slider value Triggers the value changed continuesly changing the media Position value over and over&lt;/p&gt;&lt;p&gt;This two Points lead to one thing.. Stutter ;) if that's the case handle value changed on slider mouse_down or mouse_up instead of slider_value_changed. Hope it helps.&lt;/p&gt;</description><author>Johnwrnd</author><pubDate>Sun, 17 Mar 2013 20:15:59 GMT</pubDate><guid isPermaLink="false">Commented Issue: Stuttering Video [11523] 20130317081559P</guid></item><item><title>Created Issue: Stuttering Video [11523]</title><link>http://wpfmediakit.codeplex.com/workitem/11523</link><description>We have been using the MediaKit to play out video in our production application.  It has worked well on a number of systems.  We have one system in a remote location where the video will repeatedly pause and then fast forward to try and catch up.  We have re-introduced the WPF MediaElement to verify that the problem lies with MediaKit.  We can&amp;#39;t use MediaElement because it does not play out video as smoothly.  Does anyone know what might be causing this&amp;#63;&lt;br /&gt;</description><author>markgenovese</author><pubDate>Fri, 25 Jan 2013 13:51:03 GMT</pubDate><guid isPermaLink="false">Created Issue: Stuttering Video [11523] 20130125015103P</guid></item><item><title>Commented Issue: unable to replay a clip with MediaElement more than once [10468]</title><link>http://wpfmediakit.codeplex.com/workitem/10468</link><description>&amp;#60;p&amp;#62;There&amp;#38;&amp;#35;39&amp;#59;s a bug in MediaElement where setting the MediaPosition to 0 and calling Play&amp;#40;&amp;#41; will only work once. After this the MediaElement will fail to replay the clip.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;As well to note, the MediaPosition property after the initial play will have a value of the length of the clip, but after the replay it will have a value of 0 or whatever it was set to even though the clip played to the end.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: ixvorb ** &lt;p&gt;Hi. I have recently going into similar issue. Try to add call to StartGraphPollTimer() into MediaPlayerBase.Play() method.&lt;/p&gt;</description><author>ixvorb</author><pubDate>Tue, 18 Dec 2012 15:16:19 GMT</pubDate><guid isPermaLink="false">Commented Issue: unable to replay a clip with MediaElement more than once [10468] 20121218031619P</guid></item><item><title>Created Issue: How to properly add a reference to WPF MediaKit? [11188]</title><link>http://wpfmediakit.codeplex.com/workitem/11188</link><description>Since I&amp;#39;m interested in using DirectShow and &amp;#47; or Media Foundation in WPF, the WPF MediaKit seems like a good library for my needs. However, I haven&amp;#39;t got it to work yet.&lt;br /&gt;&lt;br /&gt;2 out of 5 .dlls can&amp;#39;t be added as reference to my project. To following error is shown&amp;#58;&lt;br /&gt;&lt;br /&gt;A reference to &amp;#39;....dll&amp;#39; could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component.&lt;br /&gt;&lt;br /&gt;The other dlls seem to work just fine, in code. But in the XAML designer, the WPF Media Kit doesn&amp;#39;t seem to be usable at all.&lt;br /&gt;&lt;br /&gt;xmlns&amp;#58;mk&amp;#61;&amp;#34;clr-namespace&amp;#58;WPFMediaKit.DirectShow.Controls&amp;#59;assembly&amp;#61;WPFMediaKit&amp;#34;&lt;br /&gt;&lt;br /&gt;The above line generates the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;Unable to load the metadata for assembly &amp;#39;WPFMediaKit&amp;#39;. This assembly may have been downloaded from the web. See http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;179545. The following error was encountered during load&amp;#58; Could not load file or assembly &amp;#39;WPFMediaKit, Version&amp;#61;1.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;null&amp;#39; or one of its dependencies. The system cannot find the file specified.&lt;br /&gt;&lt;br /&gt;Despite of this error, running my project is no problem.&lt;br /&gt;&lt;br /&gt;What&amp;#39;s happening here&amp;#63; And since when can you run projects whilst having errors in it&amp;#63;&lt;br /&gt;</description><author>ruudlenders</author><pubDate>Fri, 14 Sep 2012 07:18:47 GMT</pubDate><guid isPermaLink="false">Created Issue: How to properly add a reference to WPF MediaKit? [11188] 20120914071847A</guid></item><item><title>Commented Issue: SetRate() using IMediaSeeking interface doesn't work [10723]</title><link>http://wpfmediakit.codeplex.com/workitem/10723</link><description>SetRate&amp;#40;&amp;#41; in IMediaSeeking interface to set different playback rate. When I call SetRate&amp;#40;1&amp;#41;, it works and return value is zero.But when I set other than &amp;#39;1&amp;#39; like SetRate&amp;#40;2&amp;#41;, SetRate call Failed and return value is -2147024809 .   How do make this works&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: johnsonvictor ** &lt;p&gt;I found the problem .I just did the following&lt;/p&gt;&lt;p&gt;Comment the following line in  &amp;#65279;&amp;#65279;OpenSource&amp;#40;&amp;#41; menthod from MediaUriPlayer.cs&lt;/p&gt;&lt;p&gt; InsertAudioRenderer&amp;#40;AudioRenderer&amp;#41;&lt;/p&gt;&lt;p&gt;It works for me.&lt;/p&gt;</description><author>johnsonvictor</author><pubDate>Fri, 18 May 2012 12:34:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: SetRate() using IMediaSeeking interface doesn't work [10723] 20120518123422P</guid></item><item><title>Commented Issue: SetRate() using IMediaSeeking interface doesn't work [10723]</title><link>http://wpfmediakit.codeplex.com/workitem/10723</link><description>SetRate&amp;#40;&amp;#41; in IMediaSeeking interface to set different playback rate. When I call SetRate&amp;#40;1&amp;#41;, it works and return value is zero.But when I set other than &amp;#39;1&amp;#39; like SetRate&amp;#40;2&amp;#41;, SetRate call Failed and return value is -2147024809 .   How do make this works&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: sunnyyao ** &lt;p&gt;However, for a same WMV file, using Windows 7 Media Player, I can play with a rate ranging from 0.5 to 2. With WPFMediaKit, I cannot play with any other ratio than 1. Do you know why&amp;#63;&lt;br /&gt;&lt;/p&gt;</description><author>sunnyyao</author><pubDate>Fri, 18 May 2012 05:22:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: SetRate() using IMediaSeeking interface doesn't work [10723] 20120518052238A</guid></item><item><title>Commented Issue: SetRate() using IMediaSeeking interface doesn't work [10723]</title><link>http://wpfmediakit.codeplex.com/workitem/10723</link><description>SetRate&amp;#40;&amp;#41; in IMediaSeeking interface to set different playback rate. When I call SetRate&amp;#40;1&amp;#41;, it works and return value is zero.But when I set other than &amp;#39;1&amp;#39; like SetRate&amp;#40;2&amp;#41;, SetRate call Failed and return value is -2147024809 .   How do make this works&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: schungx ** &lt;p&gt;Setting playback rates in DiectShow &amp;#40;which is what WPF MediaKit uses&amp;#41; depends on the decoding filter.  Some video formats &amp;#40;I believe MPEG-I&amp;#41; supports rates up to 4x, some supports rates up to 2x, most others not at all.  The SetRate may fail or succeed but does nothing -- I&amp;#39;ve encountered both cases.&lt;/p&gt;</description><author>schungx</author><pubDate>Fri, 04 May 2012 05:29:34 GMT</pubDate><guid isPermaLink="false">Commented Issue: SetRate() using IMediaSeeking interface doesn't work [10723] 20120504052934A</guid></item><item><title>Created Issue: SetRate() using IMediaSeeking interface doesn't work [10723]</title><link>http://wpfmediakit.codeplex.com/workitem/10723</link><description>SetRate&amp;#40;&amp;#41; in IMediaSeeking interface to set different playback rate. When I call SetRate&amp;#40;1&amp;#41;, it works and return value is zero.But when I set other than &amp;#39;1&amp;#39; like SetRate&amp;#40;2&amp;#41;, SetRate call Failed and return value is -2147024809 .   How do make this works&amp;#63;&lt;br /&gt;</description><author>johnsonvictor</author><pubDate>Wed, 02 May 2012 19:38:31 GMT</pubDate><guid isPermaLink="false">Created Issue: SetRate() using IMediaSeeking interface doesn't work [10723] 20120502073831P</guid></item><item><title>Created Issue: unable to replay a clip with MediaElement more than once [10468]</title><link>http://wpfmediakit.codeplex.com/workitem/10468</link><description>There&amp;#39;s a bug in MediaElement where setting the MediaPosition to 0 and calling Play&amp;#40;&amp;#41; will only work once. After this the MediaElement will fail to replay the clip.&lt;br /&gt;&lt;br /&gt;As well to note, the MediaPosition property after the initial play will have a value of the length of the clip, but after the replay it will have a value of 0 or whatever it was set to even though the clip played to the end.&lt;br /&gt;</description><author>jpchow</author><pubDate>Mon, 05 Mar 2012 18:55:55 GMT</pubDate><guid isPermaLink="false">Created Issue: unable to replay a clip with MediaElement more than once [10468] 20120305065555P</guid></item><item><title>Commented Issue: Play video/audio stream from byte[] [4255]</title><link>http://wpfmediakit.codeplex.com/workitem/4255</link><description>It would be awesome if one could visualize a stream through a byte array.&lt;br /&gt;Comments: ** Comment from web user: kore_sar ** &lt;p&gt;Than I would recommend you to use AForge framework. You can find examples of using it for visualization in iSpy opensource project.&lt;/p&gt;</description><author>kore_sar</author><pubDate>Fri, 27 Jan 2012 10:41:29 GMT</pubDate><guid isPermaLink="false">Commented Issue: Play video/audio stream from byte[] [4255] 20120127104129A</guid></item><item><title>Commented Issue: Play video/audio stream from byte[] [4255]</title><link>http://wpfmediakit.codeplex.com/workitem/4255</link><description>It would be awesome if one could visualize a stream through a byte array.&lt;br /&gt;Comments: ** Comment from web user: MihaMarkic ** &lt;p&gt;Whatever format is supported with files.&lt;/p&gt;</description><author>MihaMarkic</author><pubDate>Thu, 26 Jan 2012 17:14:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Play video/audio stream from byte[] [4255] 20120126051415P</guid></item><item><title>Commented Issue: Play video/audio stream from byte[] [4255]</title><link>http://wpfmediakit.codeplex.com/workitem/4255</link><description>It would be awesome if one could visualize a stream through a byte array.&lt;br /&gt;Comments: ** Comment from web user: kore_sar ** &lt;p&gt;Of what format&amp;#63;&lt;/p&gt;</description><author>kore_sar</author><pubDate>Thu, 26 Jan 2012 15:02:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: Play video/audio stream from byte[] [4255] 20120126030210P</guid></item><item><title>Commented Issue: EnableSampleGrabbing not working on Vista Machine [8625]</title><link>http://wpfmediakit.codeplex.com/workitem/8625</link><description>I tried to get the code running on two of my machines here &amp;#40;on 32 bit W7, the other 32 bit Vista&amp;#41;.&lt;br /&gt;&lt;br /&gt;At first, neither would sample grab.  Then I got the latest source, and rebuilt, and the W7 machine would, but the Vista one would not with the same camera.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m trying to figure out what&amp;#39;s going on, and I saw the message here, http&amp;#58;&amp;#47;&amp;#47;wpfmediakit.codeplex.com&amp;#47;discussions&amp;#47;78215 which seems to be partialy incorporated in VideoCapturePlayer.cs changeset 31686, but then removed in changeset 41623.&lt;br /&gt;&lt;br /&gt;Any suggestions on how to go about debugging this&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: kore_sar ** &lt;p&gt;Please, see my purpose here&amp;#58; http&amp;#58;&amp;#47;&amp;#47;wpfmediakit.codeplex.com&amp;#47;discussions&amp;#47;78215&lt;br /&gt;That might help you.&lt;/p&gt;</description><author>kore_sar</author><pubDate>Thu, 26 Jan 2012 14:57:52 GMT</pubDate><guid isPermaLink="false">Commented Issue: EnableSampleGrabbing not working on Vista Machine [8625] 20120126025752P</guid></item><item><title>Commented Issue: EnableSampleGrabbing not working on Vista Machine [8625]</title><link>http://wpfmediakit.codeplex.com/workitem/8625</link><description>I tried to get the code running on two of my machines here &amp;#40;on 32 bit W7, the other 32 bit Vista&amp;#41;.&lt;br /&gt;&lt;br /&gt;At first, neither would sample grab.  Then I got the latest source, and rebuilt, and the W7 machine would, but the Vista one would not with the same camera.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m trying to figure out what&amp;#39;s going on, and I saw the message here, http&amp;#58;&amp;#47;&amp;#47;wpfmediakit.codeplex.com&amp;#47;discussions&amp;#47;78215 which seems to be partialy incorporated in VideoCapturePlayer.cs changeset 31686, but then removed in changeset 41623.&lt;br /&gt;&lt;br /&gt;Any suggestions on how to go about debugging this&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: kore_sar ** &lt;p&gt;I am not agree about changeset numbers, but I truly share your concerns about sample grabbing callback, which is not working at my Win7 64bit.&lt;/p&gt;</description><author>kore_sar</author><pubDate>Thu, 26 Jan 2012 13:49:58 GMT</pubDate><guid isPermaLink="false">Commented Issue: EnableSampleGrabbing not working on Vista Machine [8625] 20120126014958P</guid></item></channel></rss>