summaryrefslogtreecommitdiff
path: root/src/include/mm_player_attrs.h
diff options
context:
space:
mode:
authorAndrey Shelest <a.shelest@samsung.com>2014-06-27 11:48:01 +0300
committerAndrey Shelest <a.shelest@samsung.com>2014-07-07 13:22:24 +0300
commite865c59135d3733bc69ab1116cced53c4bd61e30 (patch)
tree9bec0033545e9b0b7eddbed8c0b74064c1f9aa03 /src/include/mm_player_attrs.h
parent7a97ce895b719ae4cf99bb0d6ca1715c1f4c265b (diff)
downloadlibmm-player-e865c59135d3733bc69ab1116cced53c4bd61e30.tar.gz
libmm-player-e865c59135d3733bc69ab1116cced53c4bd61e30.tar.bz2
libmm-player-e865c59135d3733bc69ab1116cced53c4bd61e30.zip
Updated to version 0.2.27
Removed dependency of gstreamer-0.10 Change-Id: If5a945ab33b1d67f8e15e9b7dd717bca0dbdb1bc
Diffstat (limited to 'src/include/mm_player_attrs.h')
-rw-r--r--src/include/mm_player_attrs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/mm_player_attrs.h b/src/include/mm_player_attrs.h
index 846bbba..a752297 100644
--- a/src/include/mm_player_attrs.h
+++ b/src/include/mm_player_attrs.h
@@ -63,7 +63,7 @@ int _mmplayer_get_attribute(MMHandleType handle, char **err_atr_name, const cha
* @see
*
*/
-int _mmplayer_get_attribute_info(MMHandleType handle, const char *attribute_name, MMPlayerAttrsInfo *info);
+int _mmplayer_get_attributes_info(MMHandleType handle, const char *attribute_name, MMPlayerAttrsInfo *info);
/**
* This function allocates structure of attributes and sets initial values.
*