gst_plugins_base/gst/playback/gstplay-enum.h
changeset 19 24ed0baaf8e5
parent 16 8e837d1bf446
equal deleted inserted replaced
18:5824eee55f42 19:24ed0baaf8e5
    37   GST_AUTOPLUG_SELECT_EXPOSE,
    37   GST_AUTOPLUG_SELECT_EXPOSE,
    38   GST_AUTOPLUG_SELECT_SKIP
    38   GST_AUTOPLUG_SELECT_SKIP
    39 } GstAutoplugSelectResult;
    39 } GstAutoplugSelectResult;
    40 
    40 
    41 #define GST_TYPE_AUTOPLUG_SELECT_RESULT (gst_autoplug_select_result_get_type())
    41 #define GST_TYPE_AUTOPLUG_SELECT_RESULT (gst_autoplug_select_result_get_type())
       
    42 
       
    43 #ifdef __SYMBIAN32__
       
    44 IMPORT_C
       
    45 #endif
    42 GType gst_autoplug_select_result_get_type (void);
    46 GType gst_autoplug_select_result_get_type (void);
    43 
    47 
    44 /**
    48 /**
    45  * GstPlayFlags:
    49  * GstPlayFlags:
    46  * @GST_PLAY_FLAG_VIDEO: Enable rendering of the video stream
    50  * @GST_PLAY_FLAG_VIDEO: Enable rendering of the video stream
    68   GST_PLAY_FLAG_NATIVE_VIDEO  = (1 << 6),
    72   GST_PLAY_FLAG_NATIVE_VIDEO  = (1 << 6),
    69   GST_PLAY_FLAG_DOWNLOAD      = (1 << 7)
    73   GST_PLAY_FLAG_DOWNLOAD      = (1 << 7)
    70 } GstPlayFlags;
    74 } GstPlayFlags;
    71 
    75 
    72 #define GST_TYPE_PLAY_FLAGS (gst_play_flags_get_type())
    76 #define GST_TYPE_PLAY_FLAGS (gst_play_flags_get_type())
       
    77 
       
    78 #ifdef __SYMBIAN32__
       
    79 IMPORT_C
       
    80 #endif
    73 GType gst_play_flags_get_type (void);
    81 GType gst_play_flags_get_type (void);
    74 
    82 
    75 G_END_DECLS
    83 G_END_DECLS
    76 
    84 
    77 #endif /* __GST_PLAY_ENUM_H__ */
    85 #endif /* __GST_PLAY_ENUM_H__ */