Skip to content

Commit

Permalink
Add: simple st20tx plugin for gstreamer (#1015)
Browse files Browse the repository at this point in the history
Add simple st20tx plugin for GStreamer to enable ST2110-20 TX
stream creation

- Implement a basic st20tx sink plugin for GStreamer.
- Add structures for raw video parsing to support future raw
video parsing from filesrc.
- Add support for partial frames from GStreamer as long as they
add up to the correct frame size.
- Support "waiting" for MTL library by transitioning the plugin to the
PLAYING state when MTL framebuffers are unavailable.

Known Issues:
- Small corruption (~73 pixels) in the top left corner of the stream during
v210 -> internal conversion device to yuv422_10le -> transmission 
receive -> yuv422_10le -> internal conversion device to v210.
  • Loading branch information
DawidWesierski4 authored Dec 6, 2024
1 parent 353b64b commit 0de0be7
Show file tree
Hide file tree
Showing 3 changed files with 831 additions and 0 deletions.
Loading

0 comments on commit 0de0be7

Please sign in to comment.