mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
0aa4c9db4e
This information can be useful to zynqultrascaleplus decoders. They may use this information to reduce startup latency by configuring itself before receiving the first frames. We also have a custom OMX extension allowing the decoder to report the latency. The profile/level information helps it reporting a more accurate latency earlier. https://bugzilla.gnome.org/show_bug.cgi?id=783114
17 lines
401 B
Text
17 lines
401 B
Text
[omxh264enc]
|
|
type-name=GstOMXH264Enc
|
|
core-name=/usr/lib/libOMX.allegro.core.so.1
|
|
component-name=OMX.allegro.h264.encoder
|
|
in-port-index=0
|
|
out-port-index=1
|
|
rank=257
|
|
hacks=no-disable-outport
|
|
|
|
[omxh264dec]
|
|
type-name=GstOMXH264Dec
|
|
core-name=/usr/lib/libOMX.allegro.core.so.1
|
|
component-name=OMX.allegro.h264.decoder
|
|
in-port-index=0
|
|
out-port-index=1
|
|
rank=257
|
|
hacks=no-disable-outport;pass-profile-to-decoder
|