Matthew Waters
ed5f63c9ef
build: add meson build definition
...
Currently only been tested on the RPi within gst-build.
2017-01-18 15:23:42 +11:00
George Kiagiadakis
05b137a256
Add a signals-premature-eos hack for egl_render
...
egl_render seems to have a bug and signals EOS before it has finished
pushing out all data; this hack simply makes acquire_buffer() wait
a bit more before signalling EOS, in case egl_render decides to spit
out some more data.
https://bugzilla.gnome.org/show_bug.cgi?id=741856
2016-12-13 11:38:26 +02:00
Peng Liu
d3d0a82ba4
omxvideoenc: Implement the hack flag GST_OMX_HACK_NO_COMPONENT_RECONFIGURE
...
Fix a video encoder stall problem on RPi when changing the aspect ratio.
https://bugzilla.gnome.org/show_bug.cgi?id=732533
2014-08-28 10:45:11 +03:00
Sebastian Dröge
41a7d37fe9
config: Update ranks to PRIMARY+1 to have higher preference than avdec_*
...
See https://bugzilla.gnome.org/show_bug.cgi?id=732161
2014-07-22 09:23:00 +02:00
Sebastian Dröge
d08002841b
rpi: It's 44100Hz, not 41400Hz
2014-06-25 17:14:41 +02:00
Josep Torra
b3eb4d897d
omxaudiosink: Implements OpenMAX based audio sinks
...
Provides omxanalogaudiosink and omxhdmiaudiosink elements on
the Raspberry PI.
- omxanalogaudiosink is capable to render raw mono or stereo audio
through the jack output.
- omxhdmiaudiosink is capable to render raw audio up to 8 channels
and transmit ac3/dts(IEC 61937) through the HDMI output.
- sinks provide a clock derived from rendered samples
- sinks support the GstStreamVolume interface by implementing
the volume and mute properties.
https://bugzilla.gnome.org/show_bug.cgi?id=728962
2014-05-09 13:15:18 +02:00
Sebastian Dröge
b129376a57
rpi: The WMV/VC1 decoder can only do WMV9 and VC1, no older versions
2013-09-25 19:17:17 +02:00
Josep Torra
92098e66af
rpi: fix a copy paste error in the config file
2013-09-20 18:51:04 +02:00
Sebastian Dröge
fbc22bf397
rpi: Fix commit that added the VC1 decoder
2013-03-19 13:46:33 +01:00
Sebastian Dröge
4483581e2a
omx: Add more constraints to the default sink template caps
2013-03-19 13:28:30 +01:00
Sebastian Dröge
c5ed467925
rpi: Add VC1/WMV3 decoder
...
WMV2 and WMV1 (aka WMV 1-8) are not supported by RPi.
2013-03-19 13:10:39 +01:00
Sebastian Dröge
bc0b673066
rpi: Add MJPEG decoder
2013-03-19 12:59:20 +01:00
Sebastian Dröge
d62695f89d
rpi: Add VP8 decoder
2013-03-19 12:56:50 +01:00
Sebastian Dröge
ff5390d7c3
rpi: Add Theora decoder to the config
2013-03-19 12:28:50 +01:00
Sebastian Dröge
36e76faa05
omx: Rename MPEG2 decoder for consistency everywhere
2013-03-18 16:34:51 +01:00
Sebastian Dröge
a2ba5c6713
rpi: Add h263 decoder and rename MPEG2 decoder for consistency
2013-03-18 16:34:51 +01:00
Sebastian Dröge
a5223c3ebb
omx: The MPEG4 encoder is not available on RPi and probably never will
2013-03-14 17:31:17 +01:00
Sebastian Dröge
5bab4a05f0
omx: The hack to disable usage of EOS buffers is not necessary anymore on RPi
2013-03-14 17:01:08 +01:00
Sebastian Dröge
716adfa5be
Revert "omx: use no-component-reconfigure hack on the Raspberry PI"
...
This reverts commit e123b2089f
.
It's not required anymore after the fix from the last commit.
2013-03-07 17:40:21 +01:00
Sebastian Dröge
001b7f0ed9
omx: Remove min buffer count hack for RPi again
...
It's not necessary anymore
2013-03-07 13:56:50 +01:00
Josep Torra
e123b2089f
omx: use no-component-reconfigure hack on the Raspberry PI
2013-03-07 11:02:39 +01:00
Sebastian Dröge
1dd6214f44
omx: Add hack for RPi for the minimum number of buffers required for a port
...
The value in the port definition is invalid and the initial actual
buffer count should be used.
2013-02-28 13:57:43 +01:00
Sebastian Dröge
7d2703570d
Add missing file from last commit
2013-02-21 20:32:42 +01:00
Sebastian Dröge
9ed06008cd
Add OpenMAX IL target for Bellagio
...
Not tested since a very long time though.
2013-02-21 11:03:23 +01:00
Sebastian Dröge
069245e380
Install the RPI config when the RPI target is selected
2013-02-21 10:13:16 +01:00
Sebastian Dröge
0524c41162
config: Add h264 and mpeg2 encoders to the raspberry pi config
...
Not completely working yet though.
2013-02-12 11:09:30 +01:00
Julian Scheel
3d7a50944d
omx: add mpeg2 video decoder
...
This adds a decoder class for mpeg2, as well as an extended
configuration for raspberry pi.
https://bugzilla.gnome.org/show_bug.cgi?id=692446
Signed-off-by: Julian Scheel <julian@jusst.de>
2013-01-24 22:46:52 +00:00
Sebastian Dröge
31bf1c8bd6
config: Add raspberry-pi configuration in a different directory
2012-12-19 11:26:36 +01:00