H264CapsFixup Class
Helper Node that fills in missing H.264 RTP caps fields with fallbacks. More...
Declaration
class simaai::neat::H264CapsFixup { ... }
Included Headers
#include <H264CapsFixup.h>
Base class
| class | Node |
Public Constructors Index
| H264CapsFixup (int fallback_fps, int fallback_width, int fallback_height) | |
|
Construct with fallback framerate and frame geometry to inject when missing. More... | |
Public Member Functions Index
| std::string | kind () const override |
|
Type label for this Node kind. More... | |
| NodeCapsBehavior | caps_behavior () const override |
|
Whether the Node negotiates static or dynamic caps. More... | |
| std::string | backend_fragment (int node_index) const override |
|
GStreamer fragment this Node emits. More... | |
| std::vector< std::string > | element_names (int node_index) const override |
|
Deterministic element names this Node will create. More... | |
| int | fallback_fps () const |
|
Fallback framerate, in frames per second. More... | |
| int | fallback_width () const |
|
Fallback frame width, in pixels. More... | |
| int | fallback_height () const |
|
Fallback frame height, in pixels. More... | |
Private Member Attributes Index
| int | fallback_fps_ = 30 |
| int | fallback_width_ = 1280 |
| int | fallback_height_ = 720 |