mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
* Add Cedar HW video decoder support * Add sunxifbsink gstreamer plugin * sunxifbsink: remove warning log gst-omx: remove resolution check after crop * Add gstreamer scripts * review comments fixes * ffmpeg: enable h264_omx encoder * add missing hashes and use defined git commit for libcedar * mv miyoo specific patches to board * make `gst-omx.mk` less platform specfic * Add header python interpreter to gst-raw.py * Add videoscale with nearest-neighbour to play video with higher resolutions fluently * Use HW scaler * libcedarc: fix crash when playing 640x480 video * kernel: Add patch to increase VRAM * Add fast gstreamer player * fix gst-play hangs * Add matroska plugin * remove target --------- Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
23 lines
1013 B
Plaintext
23 lines
1013 B
Plaintext
# Gstreamer 1.x & Plugins
|
|
source "package/gstreamer1/gstreamer1/Config.in"
|
|
|
|
if BR2_PACKAGE_GSTREAMER1
|
|
source "package/gstreamer1/gst1-plugins-base/Config.in"
|
|
source "package/gstreamer1/gst1-plugins-bayer2rgb-neon/Config.in"
|
|
source "package/gstreamer1/gst1-plugins-good/Config.in"
|
|
source "package/gstreamer1/gst1-plugins-bad/Config.in"
|
|
source "package/gstreamer1/gst1-plugins-ugly/Config.in"
|
|
source "package/gstreamer1/gst-fbdev2-plugins/Config.in"
|
|
source "package/gstreamer1/gst1-devtools/Config.in"
|
|
source "package/gstreamer1/gst1-imx/Config.in"
|
|
source "package/gstreamer1/gst1-interpipe/Config.in"
|
|
source "package/gstreamer1/gst1-libav/Config.in"
|
|
source "package/gstreamer1/gst1-python/Config.in"
|
|
source "package/gstreamer1/gst1-rtsp-server/Config.in"
|
|
source "package/gstreamer1/gst1-shark/Config.in"
|
|
source "package/gstreamer1/gst1-vaapi/Config.in"
|
|
source "package/gstreamer1/gst-omx/Config.in"
|
|
source "package/gstreamer1/gstd/Config.in"
|
|
source "package/gstreamer1/gstreamer1-editing-services/Config.in"
|
|
endif
|