<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - Multimedia - Comments</title>
 <link>http://www.newlc.com/forums/multimedia</link>
 <description>Comments for &quot;Multimedia&quot;</description>
 <language>en</language>
<item>
 <title>Re: KERN EXEC 0</title>
 <link>http://www.newlc.com/forum/kern-exec-0-0#comment-48333</link>
 <description>&lt;p&gt;Thanks rbunner................. i am very beginner with Symbian.......just started 4 days back.&lt;/p&gt;</description>
 <pubDate>Fri, 29 Aug 2008 10:13:41 +0200</pubDate>
 <dc:creator>Ashish_java</dc:creator>
 <guid isPermaLink="false">comment 48333 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: KERN EXEC 0</title>
 <link>http://www.newlc.com/forum/kern-exec-0-0#comment-48332</link>
 <description>&lt;p&gt;Not related to the immediate problem at hand, but probably another error that I saw looking at the code:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;CVideoTest1VideoRenderer::~CVideoTest1VideoRenderer()&lt;br /&gt;{&lt;br /&gt;iFileHandler=NULL;&lt;br /&gt;delete iFileHandler;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
Setting NULL *before* you delete is not what you want. (And setting the pointer NULL *after* the delete is unnecessary inside a destructor.)&lt;/p&gt;</description>
 <pubDate>Fri, 29 Aug 2008 09:53:12 +0200</pubDate>
 <dc:creator>rbrunner</dc:creator>
 <guid isPermaLink="false">comment 48332 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: KERN EXEC 0</title>
 <link>http://www.newlc.com/forum/kern-exec-0-0#comment-48331</link>
 <description>&lt;p&gt;i guess u need to check seekpos. May be offset specified is greater than the size of the file&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Fri, 29 Aug 2008 08:52:57 +0200</pubDate>
 <dc:creator>Amitkhare</dc:creator>
 <guid isPermaLink="false">comment 48331 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: KERN EXEC 0</title>
 <link>http://www.newlc.com/forum/kern-exec-0-0#comment-48329</link>
 <description>&lt;p&gt;Hi Amit,&lt;/p&gt;

&lt;p&gt;Thanks for your reply, I have also read the same about KERN-EXEC 0 on the forums, but didn&#039;t able to solve the issue &lt;img src=&quot;/sites/all/modules/smileys/packs/example/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; /&gt;.&lt;/p&gt;

&lt;p&gt;-Ashish Garg&lt;/p&gt;</description>
 <pubDate>Fri, 29 Aug 2008 08:40:30 +0200</pubDate>
 <dc:creator>Ashish_java</dc:creator>
 <guid isPermaLink="false">comment 48329 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: KERN EXEC 0</title>
 <link>http://www.newlc.com/forum/kern-exec-0-0#comment-48328</link>
 <description>&lt;p&gt;KERN EXEC 0&lt;br /&gt;
This panic is raised when the Kernel Executive cannot find an object in the object index for the current process or current thread using the specified object index number (the raw handle number).&lt;/p&gt;</description>
 <pubDate>Fri, 29 Aug 2008 08:37:18 +0200</pubDate>
 <dc:creator>Amitkhare</dc:creator>
 <guid isPermaLink="false">comment 48328 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Loading mmfcontroller</title>
 <link>http://www.newlc.com/forum/loading-mmfcontroller#comment-48325</link>
 <description>&lt;p&gt;Hi&lt;br /&gt;
Can you share some details,&lt;br /&gt;
I need help, I want to write a player, but dont want to use CVideoPlayerUtility.&lt;br /&gt;
I want to use DevVideo .&lt;/p&gt;

&lt;p&gt;Any help would be great.&lt;/p&gt;

&lt;p&gt;Thanks &lt;br /&gt;
Pradeep&lt;/p&gt;</description>
 <pubDate>Thu, 28 Aug 2008 14:25:48 +0200</pubDate>
 <dc:creator>paijwar</dc:creator>
 <guid isPermaLink="false">comment 48325 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to play back to back video</title>
 <link>http://www.newlc.com/forum/how-play-back-back-video#comment-48324</link>
 <description>&lt;p&gt;hi,&lt;br /&gt;
to playback back2back, you can use MvpuoPlayComplete function.&lt;br /&gt;
but you can play fast in local media file.&lt;/p&gt;

&lt;p&gt;in case of streaming video it take 4-8 sec for rtsp syncronization.&lt;/p&gt;</description>
 <pubDate>Thu, 28 Aug 2008 14:23:11 +0200</pubDate>
 <dc:creator>paijwar</dc:creator>
 <guid isPermaLink="false">comment 48324 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: CVideoPlayerUtility - MvloLoadingComplete never called</title>
 <link>http://www.newlc.com/forum/cvideoplayerutility-mvloloadingcomplete-never-called#comment-48148</link>
 <description>&lt;p&gt;interestingly enough, my problem was solved by not using MVideoLoadingObserver at all. &lt;br /&gt;
Oh where do they get the ideas for all those fancy interfaces?&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Wed, 20 Aug 2008 13:23:02 +0200</pubDate>
 <dc:creator>astu</dc:creator>
 <guid isPermaLink="false">comment 48148 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: MMF ECOM Controller plugins</title>
 <link>http://www.newlc.com/forum/mmf-ecom-controller-plugins#comment-48076</link>
 <description>&lt;p&gt;In simple &lt;span style=&quot;font-style:italic&quot;&gt;MMF COntroller ECOM plugins&lt;/span&gt;  acts as a interface between the UI and a back end(engine/DLL). The main advantage of this is:&lt;/p&gt;

&lt;p&gt;&lt;div class=&quot;bb-quote&quot;&gt;&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;br /&gt;
You can have a single plugin but can develop multiple UIs for it.  For example u might need to have the same application on multiple platforms UIQ ,S60 . you can retain the plugin(because the back end logic does not change much) but you can have different UIs for UIQ and S60&lt;br /&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 14 Aug 2008 11:21:16 +0200</pubDate>
 <dc:creator>gmsk19</dc:creator>
 <guid isPermaLink="false">comment 48076 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: CVideoPlayerUtility - MvloLoadingComplete never called</title>
 <link>http://www.newlc.com/forum/cvideoplayerutility-mvloloadingcomplete-never-called#comment-47887</link>
 <description>&lt;p&gt;i totally forgot to mention that basically whole the code is based on this &lt;a href=&quot;http://wiki.forum.nokia.com/index.php/How_to_play_a_video_file_using_CVideoPlayerUtility&quot;&gt;http://wiki.forum.nokia.com/index.php/How_to_play_a_video_file_using_CVideoPlayerUtility&lt;/a&gt;&lt;br /&gt;
except that i added error checking and created MVideoLoadingObserver to see if video is really loaded.&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Wed, 06 Aug 2008 14:35:48 +0200</pubDate>
 <dc:creator>astu</dc:creator>
 <guid isPermaLink="false">comment 47887 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: CVideoPlayerUtility - MvloLoadingComplete never called</title>
 <link>http://www.newlc.com/forum/cvideoplayerutility-mvloloadingcomplete-never-called#comment-47874</link>
 <description>&lt;p&gt;So.... might be a bit of code would help, don&#039;t you think ?&lt;/p&gt;</description>
 <pubDate>Wed, 06 Aug 2008 10:23:16 +0200</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">comment 47874 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to play back to back video</title>
 <link>http://www.newlc.com/forum/how-play-back-back-video#comment-47866</link>
 <description>&lt;p&gt;The example crashes on 3rd Editon MR sdk but works fine on FP1.&lt;br /&gt;
Now,&lt;br /&gt;
I am able to play video back to back , i get a white screen in between the two videos as the player starts to prepare the controller for playing . Can this be avoided and played without any glitch ?&lt;/p&gt;

&lt;p&gt;Any comment  will be appreciated.&lt;br /&gt;
 &lt;br /&gt;
Pramod&lt;/p&gt;</description>
 <pubDate>Tue, 05 Aug 2008 12:33:44 +0200</pubDate>
 <dc:creator>murthy.pramod</dc:creator>
 <guid isPermaLink="false">comment 47866 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Technology Architect position at symbian bangalore</title>
 <link>http://www.newlc.com/forum/technology-architect-position-symbian-bangalore#comment-47758</link>
 <description>&lt;p&gt;Dear Hiring Manager:&lt;/p&gt;

&lt;p&gt;I was interested to see your job posting on Monster for a Senior Embedded Software Engineer job position and would like to learn more about this opportunity.&lt;/p&gt;

&lt;p&gt;I am a Tech Lead with extensive experience Symbian device driver and embedded software development for Freescale semiconductor. I have 5.4 years of experience.&lt;br /&gt;
. I have been involved with the device driver development and Security aspects of mobile handsets.  &lt;br /&gt;
I am currently leading enthusiastic team of five engineers. &lt;/p&gt;

&lt;p&gt;I own the responsibility for the complete baseport package delivery of SIM, Panic Daemon and NVM modules delivery on Symbian 9.2 package integrated onto Freescale MXC300-30 reference board to Nokia customer.&lt;/p&gt;

&lt;p&gt;I feel that my skills of Symbian would be an asset in this role. &lt;/p&gt;

&lt;p&gt;Thank you for your time and consideration. I hope to have the opportunity to discuss the opening with you in person.&lt;/p&gt;

&lt;p&gt;Sincerely&lt;br /&gt;
Deepa Dadmode&lt;br /&gt;
+91 9886677240&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Wed, 30 Jul 2008 06:52:06 +0200</pubDate>
 <dc:creator>deepa_g_d</dc:creator>
 <guid isPermaLink="false">comment 47758 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: YUV Format for N95</title>
 <link>http://www.newlc.com/forum/yuv-format-n95#comment-47441</link>
 <description>&lt;p&gt;I have done it &lt;/p&gt;

&lt;p&gt;Thanks &lt;/p&gt;</description>
 <pubDate>Fri, 11 Jul 2008 06:55:34 +0200</pubDate>
 <dc:creator>sulabh120881</dc:creator>
 <guid isPermaLink="false">comment 47441 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Inheritance in symbian</title>
 <link>http://www.newlc.com/forum/inheritance-symbian#comment-47208</link>
 <description>&lt;p&gt;To put this simply, always inherit your C classes only from one other C class, and additionally, you can inherit from M -classes (interfaces).&lt;/p&gt;

&lt;p&gt;So this is NOT OK:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;class CMyClass : public CActive, public CCoeControl {&lt;br /&gt;...&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
But this is OK&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;class CMyClass : public CActive, public MCoeControlObserver {&lt;br /&gt;...&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
This follows the Java style -- you can extend (inherit from) one class and additionally implement 0..n interfaces in a class.&lt;/p&gt;

&lt;p&gt;Instead of using multiple inheritance, you can use delegation.&lt;/p&gt;</description>
 <pubDate>Fri, 27 Jun 2008 13:01:19 +0200</pubDate>
 <dc:creator>Andreas</dc:creator>
 <guid isPermaLink="false">comment 47208 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
