mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
[MOVED FROM BAD 098/134] vp8: add initial preset file
This is initial preset file, currently with only one profile for realtime encoding. Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
This commit is contained in:
parent
d286b04ee0
commit
772f7b6605
2 changed files with 12 additions and 0 deletions
7
ext/vp8/GstVP8Enc.prs
Normal file
7
ext/vp8/GstVP8Enc.prs
Normal file
|
@ -0,0 +1,7 @@
|
|||
[_presets_]
|
||||
version=0.10
|
||||
element-name=GstVP8Enc
|
||||
|
||||
[Profile Realtime]
|
||||
max-latency=1
|
||||
speed=2
|
|
@ -24,3 +24,8 @@ noinst_HEADERS = \
|
|||
gstvp8dec.h \
|
||||
gstvp8enc.h \
|
||||
gstvp8utils.h
|
||||
|
||||
presetdir = $(datadir)/gstreamer-$(GST_MAJORMINOR)/presets
|
||||
preset_DATA = GstVP8Enc.prs
|
||||
|
||||
EXTRA_DIST = $(preset_DATA)
|
||||
|
|
Loading…
Reference in a new issue