gstreamer_test_apps/gstplayer/src/GSTPlayer.cpp
changeset 27 d43ce56a1534
parent 9 2a0f36a70380
equal deleted inserted replaced
23:29ecd5cb86b3 27:d43ce56a1534
    31 * ==============================================================================
    31 * ==============================================================================
    32 */
    32 */
    33 
    33 
    34 // INCLUDE FILES
    34 // INCLUDE FILES
    35 #include <eikstart.h>
    35 #include <eikstart.h>
    36 #include "GSTPlayerApplication.h"
    36 #include "gstplayerapplication.h"
    37  
    37  
    38 
    38 
    39 LOCAL_C CApaApplication* NewApplication()
    39 LOCAL_C CApaApplication* NewApplication()
    40 	{
    40 	{
    41 	return new CGSTPlayerApplication;
    41 	return new CGSTPlayerApplication;