Tim-Philipp Müller
f3324e5350
meson: fix Tizonia build
...
Was failing for release versions with
meson.build:414:10: ERROR: Can not set values on configuration object that has been used.
Caused by !69 , but CI didn't notice at the time because it was set to a git version.
2020-08-27 17:23:01 +01:00
Tim-Philipp Müller
e8a4500d75
Remove autotools build
2019-10-14 00:58:55 +01:00
Julien Isorce
cefbbbc8bf
config: add OMX.Aratelia.audio_decoder.aac to Tizonia config
...
Useful mostly for testing/debugging purpose as this is a software
based decoder (libfaad) for which GStreamer provides a direct
wrapper.
https://bugzilla.gnome.org/show_bug.cgi?id=791482
2017-12-11 15:09:38 +00:00
Gurkirpal Singh
ac6f3ab3d3
config: expose OMX.mesa h264 decoder and encoder in Tizonia config
...
https://bugzilla.gnome.org/show_bug.cgi?id=783976
2017-08-17 14:09:53 +01:00
Julien Isorce
a9a3087021
config: add OMX.Aratelia.video_decoder.vp8 to Tizonia config
...
Useful mostly for testing/debugging purpose as this is a software
based encoder (libvpxdec) for which GStreamer provides a direct
wrapper.
https://bugzilla.gnome.org/show_bug.cgi?id=783976
2017-07-18 23:45:11 +01:00
Julien Isorce
709d91ea2b
config: set rank to 0 for Tizonia's mp3 decoder
...
Should have been 0 from the initial commit
eed49b4231
2017-07-18 23:45:11 +01:00
Julien Isorce
8cd77b04a6
config: add OMX.Aratelia.audio_encoder.mp3 to Tizonia config
...
Useful mostly for testing/debugging purpose as this is a software
based encoder (libmp3lame) for which GStreamer provides a direct
wrapper.
https://bugzilla.gnome.org/show_bug.cgi?id=782988
2017-07-12 14:29:44 +01:00
Gurkirpal Singh
043b417717
meson: Add tizonia option
...
https://bugzilla.gnome.org/show_bug.cgi?id=782800
2017-07-05 17:27:27 -04:00
Gurkirpal Singh
eed49b4231
config: add omxmp3dec config for tizonia
...
GST_OMX_CONFIG_DIR=$HOME/gst/master/gst-omx/config/tizonia/ \
gst-launch-1.0 filesrc location=mpthreetest.mp3 ! id3demux ! \
mpegaudioparse ! omxmp3dec ! audioconvert ! pulsesink
v2: [Nicolas] Use template to create gstomx.conf using pkg-config
v3: [Nicolas] Ignore only config/tizonia/gstomx.conf
v4: [Nicolas] Add "/" for single occurence
https://bugzilla.gnome.org/show_bug.cgi?id=782800
2017-07-05 17:27:27 -04:00