gstreamer_test_apps/gstplayer/src/GSTPlayerappui.cpp
changeset 27 d43ce56a1534
parent 9 2a0f36a70380
child 34 1b8125c02661
equal deleted inserted replaced
23:29ecd5cb86b3 27:d43ce56a1534
    32 */
    32 */
    33 
    33 
    34 // INCLUDE FILES
    34 // INCLUDE FILES
    35 #include <avkon.hrh>
    35 #include <avkon.hrh>
    36 #include <aknnotewrappers.h>
    36 #include <aknnotewrappers.h>
    37 #include <stringloader.h>
    37 #include <StringLoader.h>
    38 #include <GSTPlayer.rsg>
    38 #include <gstplayer.rsg>
    39 #include <CAknMemorySelectionDialog.h>
    39 #include <CAknMemorySelectionDialog.h>
    40 #include <f32file.h>
    40 #include <f32file.h>
    41 #include <s32file.h>
    41 #include <s32file.h>
    42 #include <PathInfo.h>
    42 #include <pathinfo.h>
    43 #include <gst/gst.h>
    43 #include <gst/gst.h>
    44 
    44 
    45 #include "GSTPlayer.pan"
    45 #include "gstplayer.pan"
    46 #include "GSTPlayerAppUi.h"
    46 #include "gstplayerappui.h"
    47 #include "GSTPlayerAppView.h"
    47 #include "gstplayerappview.h"
    48 #include "GSTPlayer.hrh"
    48 #include "gstplayer.hrh"
    49 
    49 
    50 #include "GlibEventHandler.h"
    50 #include "GlibEventHandler.h"
    51 #include "gstreamer.h"
    51 #include "gstreamer.h"
    52 
    52 
    53 TFileName fileName;
    53 TFileName fileName;