summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGurkirpal Singh <gurkirpal204@gmail.com>2017-04-26 22:52:17 +0530
committerJulien Isorce <jisorce@oblong.com>2017-05-21 15:40:11 +0100
commit29ce1d91529a4aebdff199999920a5def5f9c56f (patch)
treee50ef798a58eaf56e9c280b3ae59537a8b833100 /config
parente805954f5c58d732a13eceb2534e9bb7187b2440 (diff)
downloadgst-omx-29ce1d91529a4aebdff199999920a5def5f9c56f.tar.gz
config: add OMX.st.audio_decoder.mp3.mad for Bellagio config
MP3 Software decoder (libmad based) but useful for testing and to compare with other targets. GST_OMX_CONFIG_DIR=$HOME/gst/master/gst-omx/config/bellagio/ \ gst-launch-1.0 filesrc location=mpthreetest.mp3 ! id3demux ! \ mpegaudioparse ! omxmp3dec ! audioconvert ! pulsesink Didn't add 'local' in core-name path compared to other components in that same gstomx.conf file because OMX.st.audio_decoder.mp3.mad comes with the Ubuntu package 'libomxil-bellagio0-components-mad'. All other components listed in this gstomx.conf for Bellagio, are not provided by any Ubuntu packages. It could explain the 'local', i.e. requiring to build them from source. dpkg -L libomxil-bellagio0 /usr/lib/libomxil-bellagio.so.0 https://bugzilla.gnome.org/show_bug.cgi?id=781786 Signed-off-by: Gurkirpal Singh <gurkirpal204@gmail.com> Signed-off-by: Julien Isorce <jisorce@oblong.com>
Diffstat (limited to 'config')
-rw-r--r--config/bellagio/gstomx.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/bellagio/gstomx.conf b/config/bellagio/gstomx.conf
index 5ca8ba6..ae76c1c 100644
--- a/config/bellagio/gstomx.conf
+++ b/config/bellagio/gstomx.conf
@@ -33,3 +33,12 @@ rank=0
in-port-index=0
out-port-index=1
hacks=event-port-settings-changed-ndata-parameter-swap
+
+[omxmp3dec]
+type-name=GstOMXMP3Dec
+core-name=/usr/lib/libomxil-bellagio.so.0
+component-name=OMX.st.audio_decoder.mp3.mad
+rank=0
+in-port-index=0
+out-port-index=1
+hacks=event-port-settings-changed-ndata-parameter-swap;no-component-role;no-disable-outport;drain-may-not-return