gstreamer_test_apps/gstplayer/src/GSTPlayer.cpp
changeset 26 69c7080681bf
parent 18 5824eee55f42
equal deleted inserted replaced
24:bc39b352897e 26:69c7080681bf
    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;