Hi SARA,
       The question is that there only MPEG2Engine.x64P file,no *.cfg file int 
the directories of the release version of davincidsp gstreamer,  I just write 
the test code in the same way other CE Servers,like 
MPEG4Engine.x64P,H264Engine.x64P etc, and they are work well. 
     So I doubt that why it did not include the mpeg-2 deocder support in the 
released plugins. 
 
     anyhow, thank you!

    Best regards! 
    Votler

   

 

在2008-03-27,"Saravanan S" <[EMAIL PROTECTED]> 写道:


Volter,

 

            It seems the Engine name used in the application and the 
configuration (.cfg ) file are different. Please check the engine name in the 
.cfg file (line Engine.create("<engine name>") is “MPEG2Engine”  or not. It 
should be

            Eninge.create(“MPEG2Engine”) 

 

 

Regards,

SARA

 

-----Original Message-----
From:[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Volter Yen
Sent: Thursday, March 27, 2008 12:16 PM
To: davinci-linux-open-source
Subject: MPEG2Combo.x64P and Engine_open fails

 

Hi,
    Does any one has used the evaluation CE packet,MPEG2Combo.x64P in its 
release, I made some tried with failure:

when the following codes were excuted:  
ce = Engine_open("MPEG2Engine", NULL, &errorcode);
   if(gdecoder->ce == NULL)
   printf("Error: could not open engine \"%s\";Error code %d.\n", 
"MPEG2Engine", errorcode);

   it gave out:
Opening MPEG2 Engine...
Error: could not open engine "MPEG2Engine";Error code 1.
  according to the Errorcode in the CE application guide, Engine_EEXIST---Name 
does not exist.

   it seems that the first parameter I passed is not correct? and what is it?
   
   Any idea? Thank you!
 
   Volter





中 国 最 强 网 游 --- 网 易 梦 幻 西 游 ,166 万 玩 家 同 时 在 线
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to