Skip to content
Snippets Groups Projects
Commit f53c2be9 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

MediaSettings: pass arguments to method

Change-Id: I9c751dbc1e9557b95c8d34e80e1e43cbe26d57d4
parent 36e5bdb8
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ ColumnLayout { ...@@ -118,7 +118,7 @@ ColumnLayout {
mediaListWidget.currentIndex = index; mediaListWidget.currentIndex = index;
} }
onMediaCodecStateChange: { onMediaCodecStateChange: function(idToSet, isToBeEnabled) {
AvAdapter.enableCodec(idToSet, isToBeEnabled); AvAdapter.enableCodec(idToSet, isToBeEnabled);
updateCodecs(); updateCodecs();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment