From 3c105f64a39ead15b04788479c4f1eeeafc9caa4 Mon Sep 17 00:00:00 2001 From: Eunhye Choi Date: Mon, 16 Sep 2019 16:25:40 +0900 Subject: [PATCH] [player] add audio default codec type - add audio efault codec type - remove unused configuration Change-Id: Icc178915af3b5b4f0728348bac05c1e0118b3b88 --- .../etc/multimedia/mmfw_player.ini | 11 +++++++++-- .../etc/multimedia/mmfw_player.ini | 11 +++++++++-- .../etc/multimedia/mmfw_player.ini | 13 ++++++++++--- .../etc/multimedia/mmfw_player.ini | 11 +++++++++-- .../etc/multimedia/mmfw_player.ini | 11 +++++++++-- .../etc/multimedia/mmfw_player.ini | 11 +++++++++-- .../etc/multimedia/mmfw_player.ini | 11 +++++++++-- .../etc/multimedia/mmfw_player.ini | 11 +++++++++-- .../etc/multimedia/mmfw_player.ini | 11 +++++++++-- .../etc/multimedia/mmfw_player.ini | 11 +++++++++-- .../etc/multimedia/mmfw_player.ini | 13 ++++++++++--- 11 files changed, 101 insertions(+), 24 deletions(-) diff --git a/mmfw-sysconf-simulator/etc/multimedia/mmfw_player.ini b/mmfw-sysconf-simulator/etc/multimedia/mmfw_player.ini index bb37545..659da86 100644 --- a/mmfw-sysconf-simulator/etc/multimedia/mmfw_player.ini +++ b/mmfw-sysconf-simulator/etc/multimedia/mmfw_player.ini @@ -10,7 +10,16 @@ video converter element = ffmpegcolorspace ; decoder element keyword for resource management. video codec element hw = video codec element sw = avdec,maru + +audio codec element hw = audio codec element sw = avdec +audio codec default type = sw ; hw or sw + +; support with HW audio codec +support audio effect = no +support pcm exporting = no +support pitch control = no +support replaygain control = no audiosink element = pulsesink @@ -33,8 +42,6 @@ element exclude keyword = ffdec_, omx_, v4l2 ; comma separated list of tocken unsupported codec keyword = divx -async start = yes - ; parameters for initializing gstreamer ; DEFAULT SET (--gst-debug=*:2) gstparam1 = --gst-debug=*:2 diff --git a/mmfw-sysconf-target-artik10/etc/multimedia/mmfw_player.ini b/mmfw-sysconf-target-artik10/etc/multimedia/mmfw_player.ini index 5c30856..416117f 100644 --- a/mmfw-sysconf-target-artik10/etc/multimedia/mmfw_player.ini +++ b/mmfw-sysconf-target-artik10/etc/multimedia/mmfw_player.ini @@ -10,7 +10,16 @@ video converter element = ; decoder element keyword for resource management. video codec element hw = nxvideodec video codec element sw = avdec + +audio codec element hw = audio codec element sw = avdec +audio codec default type = sw ; hw or sw + +; support with HW audio codec +support audio effect = no +support pcm exporting = no +support pitch control = no +support replaygain control = no audiosink element = pulsesink @@ -33,8 +42,6 @@ element exclude keyword = v4l2,omx ; comma separated list of tocken unsupported codec keyword = divx -async start = yes - ; parameters for initializing gstreamer ; DEFAULT SET (--gst-debug=*:2) gstparam1 = --gst-debug=*:2 diff --git a/mmfw-sysconf-target-hawkp/etc/multimedia/mmfw_player.ini b/mmfw-sysconf-target-hawkp/etc/multimedia/mmfw_player.ini index d85d5e8..77e7b38 100644 --- a/mmfw-sysconf-target-hawkp/etc/multimedia/mmfw_player.ini +++ b/mmfw-sysconf-target-hawkp/etc/multimedia/mmfw_player.ini @@ -8,9 +8,18 @@ videosink element fake = fakesink video converter element = ; decoder element keyword for resource management. -video codec element hw = omx +video codec element hw = ; omx is included in this target but it is not verified. video codec element sw = avdec + +audio codec element hw = audio codec element sw = avdec +audio codec default type = sw ; hw or sw + +; support with HW audio codec +support audio effect = no +support pcm exporting = no +support pitch control = no +support replaygain control = no audiosink element = pulsesink @@ -33,8 +42,6 @@ element exclude keyword = v4l2,omx ; comma separated list of tocken unsupported codec keyword = divx -async start = yes - ; parameters for initializing gstreamer ; DEFAULT SET (--gst-debug=*:2) gstparam1 = --gst-debug=*:2 diff --git a/mmfw-sysconf-target-n4/etc/multimedia/mmfw_player.ini b/mmfw-sysconf-target-n4/etc/multimedia/mmfw_player.ini index c1a3871..4387add 100644 --- a/mmfw-sysconf-target-n4/etc/multimedia/mmfw_player.ini +++ b/mmfw-sysconf-target-n4/etc/multimedia/mmfw_player.ini @@ -10,7 +10,16 @@ video converter element = ; decoder element keyword for resource management. video codec element hw = omx video codec element sw = avdec + +audio codec element hw = audio codec element sw = avdec +audio codec default type = sw ; hw or sw + +; support with HW audio codec +support audio effect = no +support pcm exporting = no +support pitch control = no +support replaygain control = no audiosink element = pulsesink @@ -33,8 +42,6 @@ element exclude keyword = v4l2 ; comma separated list of tocken unsupported codec keyword = divx -async start = yes - ; parameters for initializing gstreamer ; DEFAULT SET (--gst-debug=*:2) gstparam1 = --gst-debug=*:2 diff --git a/mmfw-sysconf-target-rpi3-spk/etc/multimedia/mmfw_player.ini b/mmfw-sysconf-target-rpi3-spk/etc/multimedia/mmfw_player.ini index c1a3871..4387add 100644 --- a/mmfw-sysconf-target-rpi3-spk/etc/multimedia/mmfw_player.ini +++ b/mmfw-sysconf-target-rpi3-spk/etc/multimedia/mmfw_player.ini @@ -10,7 +10,16 @@ video converter element = ; decoder element keyword for resource management. video codec element hw = omx video codec element sw = avdec + +audio codec element hw = audio codec element sw = avdec +audio codec default type = sw ; hw or sw + +; support with HW audio codec +support audio effect = no +support pcm exporting = no +support pitch control = no +support replaygain control = no audiosink element = pulsesink @@ -33,8 +42,6 @@ element exclude keyword = v4l2 ; comma separated list of tocken unsupported codec keyword = divx -async start = yes - ; parameters for initializing gstreamer ; DEFAULT SET (--gst-debug=*:2) gstparam1 = --gst-debug=*:2 diff --git a/mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_player.ini b/mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_player.ini index c1a3871..4387add 100644 --- a/mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_player.ini +++ b/mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_player.ini @@ -10,7 +10,16 @@ video converter element = ; decoder element keyword for resource management. video codec element hw = omx video codec element sw = avdec + +audio codec element hw = audio codec element sw = avdec +audio codec default type = sw ; hw or sw + +; support with HW audio codec +support audio effect = no +support pcm exporting = no +support pitch control = no +support replaygain control = no audiosink element = pulsesink @@ -33,8 +42,6 @@ element exclude keyword = v4l2 ; comma separated list of tocken unsupported codec keyword = divx -async start = yes - ; parameters for initializing gstreamer ; DEFAULT SET (--gst-debug=*:2) gstparam1 = --gst-debug=*:2 diff --git a/mmfw-sysconf-target-tm1/etc/multimedia/mmfw_player.ini b/mmfw-sysconf-target-tm1/etc/multimedia/mmfw_player.ini index 94bfb6e..76e071d 100644 --- a/mmfw-sysconf-target-tm1/etc/multimedia/mmfw_player.ini +++ b/mmfw-sysconf-target-tm1/etc/multimedia/mmfw_player.ini @@ -10,7 +10,16 @@ video converter element = ; decoder element keyword for resource management. video codec element hw = sprd video codec element sw = avdec + +audio codec element hw = audio codec element sw = avdec +audio codec default type = sw ; hw or sw + +; support with HW audio codec +support audio effect = no +support pcm exporting = no +support pitch control = no +support replaygain control = no audiosink element = pulsesink @@ -33,8 +42,6 @@ element exclude keyword = v4l2 ; comma separated list of tocken unsupported codec keyword = divx -async start = yes - ; parameters for initializing gstreamer ; DEFAULT SET (--gst-debug=*:2) gstparam1 = --gst-debug=*:2 diff --git a/mmfw-sysconf-target-tw1/etc/multimedia/mmfw_player.ini b/mmfw-sysconf-target-tw1/etc/multimedia/mmfw_player.ini index c1a3871..4387add 100644 --- a/mmfw-sysconf-target-tw1/etc/multimedia/mmfw_player.ini +++ b/mmfw-sysconf-target-tw1/etc/multimedia/mmfw_player.ini @@ -10,7 +10,16 @@ video converter element = ; decoder element keyword for resource management. video codec element hw = omx video codec element sw = avdec + +audio codec element hw = audio codec element sw = avdec +audio codec default type = sw ; hw or sw + +; support with HW audio codec +support audio effect = no +support pcm exporting = no +support pitch control = no +support replaygain control = no audiosink element = pulsesink @@ -33,8 +42,6 @@ element exclude keyword = v4l2 ; comma separated list of tocken unsupported codec keyword = divx -async start = yes - ; parameters for initializing gstreamer ; DEFAULT SET (--gst-debug=*:2) gstparam1 = --gst-debug=*:2 diff --git a/mmfw-sysconf-target-tw2/etc/multimedia/mmfw_player.ini b/mmfw-sysconf-target-tw2/etc/multimedia/mmfw_player.ini index c1a3871..4387add 100644 --- a/mmfw-sysconf-target-tw2/etc/multimedia/mmfw_player.ini +++ b/mmfw-sysconf-target-tw2/etc/multimedia/mmfw_player.ini @@ -10,7 +10,16 @@ video converter element = ; decoder element keyword for resource management. video codec element hw = omx video codec element sw = avdec + +audio codec element hw = audio codec element sw = avdec +audio codec default type = sw ; hw or sw + +; support with HW audio codec +support audio effect = no +support pcm exporting = no +support pitch control = no +support replaygain control = no audiosink element = pulsesink @@ -33,8 +42,6 @@ element exclude keyword = v4l2 ; comma separated list of tocken unsupported codec keyword = divx -async start = yes - ; parameters for initializing gstreamer ; DEFAULT SET (--gst-debug=*:2) gstparam1 = --gst-debug=*:2 diff --git a/mmfw-sysconf-target-tw3/etc/multimedia/mmfw_player.ini b/mmfw-sysconf-target-tw3/etc/multimedia/mmfw_player.ini index e5bb159..c4e6d25 100644 --- a/mmfw-sysconf-target-tw3/etc/multimedia/mmfw_player.ini +++ b/mmfw-sysconf-target-tw3/etc/multimedia/mmfw_player.ini @@ -10,7 +10,16 @@ video converter element = ; decoder element keyword for resource management. video codec element hw = omx video codec element sw = avdec + +audio codec element hw = audio codec element sw = avdec +audio codec default type = sw ; hw or sw + +; support with HW audio codec +support audio effect = no +support pcm exporting = no +support pitch control = no +support replaygain control = no audiosink element = pulsesink @@ -33,8 +42,6 @@ element exclude keyword = v4l2 ; comma separated list of tocken unsupported codec keyword = divx -async start = yes - ; parameters for initializing gstreamer ; DEFAULT SET (--gst-debug=*:2) gstparam1 = --gst-debug=*:2 diff --git a/mmfw-sysconf-target-u3/etc/multimedia/mmfw_player.ini b/mmfw-sysconf-target-u3/etc/multimedia/mmfw_player.ini index d85d5e8..77e7b38 100644 --- a/mmfw-sysconf-target-u3/etc/multimedia/mmfw_player.ini +++ b/mmfw-sysconf-target-u3/etc/multimedia/mmfw_player.ini @@ -8,9 +8,18 @@ videosink element fake = fakesink video converter element = ; decoder element keyword for resource management. -video codec element hw = omx +video codec element hw = ; omx is included in this target but it is not verified. video codec element sw = avdec + +audio codec element hw = audio codec element sw = avdec +audio codec default type = sw ; hw or sw + +; support with HW audio codec +support audio effect = no +support pcm exporting = no +support pitch control = no +support replaygain control = no audiosink element = pulsesink @@ -33,8 +42,6 @@ element exclude keyword = v4l2,omx ; comma separated list of tocken unsupported codec keyword = divx -async start = yes - ; parameters for initializing gstreamer ; DEFAULT SET (--gst-debug=*:2) gstparam1 = --gst-debug=*:2 -- 2.34.1