apply 'use decodebin' option
[platform/core/multimedia/libmm-player.git] / src / include / mm_player_ini.h
index aadf7f8..ab4d4a9 100644 (file)
@@ -88,7 +88,7 @@ typedef struct {
        gint localplayback_state_change_timeout;
        gint delay_before_repeat;
        gint eos_delay;
-       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];
@@ -176,7 +176,7 @@ typedef struct {
 #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_URIDECODEBIN3                         FALSE
+#define DEFAULT_USE_DECODEBIN                             FALSE
 
 /* http streaming */
 #define DEFAULT_HTTPSRC                                   "souphttpsrc"