apply 'use decodebin' option
[platform/core/multimedia/libmm-player.git] / src / include / mm_player_ini.h
index d92f132..ab4d4a9 100644 (file)
@@ -88,8 +88,7 @@ typedef struct {
        gint localplayback_state_change_timeout;
        gint delay_before_repeat;
        gint eos_delay;
-       gboolean video_playback_supported;
-       gboolean use_uridecodebin3; /* experimental feature */
+       gboolean use_decodebin;
 
        gchar gst_param[5][PLAYER_INI_MAX_PARAM_STRLEN];
        gchar exclude_element_keyword[PLAYER_INI_MAX_ELEMENT][PLAYER_INI_MAX_STRLEN];
@@ -173,11 +172,11 @@ typedef struct {
 #define DEFAULT_NUM_OF_VIDEO_BO                           10
 #define DEFAULT_TIMEOUT_OF_VIDEO_BO                       10 /* sec */
 #define DEFAULT_AUDIO_OFFLOAD_SINK                        ""
-#define DEFAULT_USE_URIDECODEBIN3                         FALSE
 #define DEFAULT_SUPPORT_AUDIO_EFFECT                      FALSE /* with HW audio codec */
 #define DEFAULT_SUPPORT_PCM_EXPORTING                     FALSE /* with HW audio codec */
 #define DEFAULT_SUPPORT_PITCH_CONTROL                     FALSE /* with HW audio codec */
 #define DEFAULT_SUPPORT_REPLAYGAIN_CONTROL                FALSE /* with HW audio codec */
+#define DEFAULT_USE_DECODEBIN                             FALSE
 
 /* http streaming */
 #define DEFAULT_HTTPSRC                                   "souphttpsrc"