rjhowell44

Results 81 issues of rjhowell44

Currently, DSL Pipelines and Branches link components by position. This allows Pipelines to be defined in steps, and over time. However, this requires the Pipeline to be aware of all...

enhancement

New DSL GStreamer API to allow users to create Custom GStreamer Bins with Elements created from proprietary or other GStreamer plugins. Using a [Queue](https://gstreamer.freedesktop.org/documentation/coreelements/queue.html?gi-language=c) and [Identify](https://gstreamer.freedesktop.org/documentation/coreelements/identity.html?gi-language=c) plugin for example. ```python...

enhancement

New GST Element Services to set and get an Element's property of type caps. See all * #1234 * #1233 ```c /** * @brief Creates a named GST Caps Object...

enhancement

Custom Sources, Sinks, and Components will need to include/use GStreamer caps-filters and other plugins that support a "caps" property. GStreamer Caps Objects are created, passed, and unrefed by pointer type...

enhancement

New Source type. Clients can create a Custom Source and add GST Elements to it. Elements will be linked in the order added. The last element will be linked to...

enhancement

Want to rename the GST Bin Component to Custom Component and refactor by deriving from QBintr to include input queue and all component queue services (leaky, current-level, max-size, etc.)... as...

enhancement

Refactoring includes: * Move the VideoSource's queue (thread boundary) from after the caps filter to before the buffer-out video converter. * Move the optional Dewarper before the queue * Dewarper...

enhancement

All DSL Components include a Queue as the first element to create a thread boundary for the other elements in the component. There are cases where monitoring (overrun and underrun...

enhancement