[Bug 781786] Add omxmp3dec config for Bellagio

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun May 21 14:44:10 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=781786

Julien Isorce <julien.isorce at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #352204|none                        |committed
             status|                            |

--- Comment #4 from Julien Isorce <julien.isorce at gmail.com> ---
Comment on attachment 352204
  --> https://bugzilla.gnome.org/attachment.cgi?id=352204
config: add omxmp3dec for Bellagio config

commit 29ce1d91529a4aebdff199999920a5def5f9c56f
Author: Gurkirpal Singh <gurkirpal204 at gmail.com>
Date:   Wed Apr 26 22:52:17 2017 +0530

    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 at gmail.com>
    Signed-off-by: Julien Isorce <jisorce at oblong.com>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list