|
| | QGstImpl::QGST_DEFINE_CAST_TRAITS (GstBin, BIN) |
| | QGstImpl::QGST_DEFINE_CAST_TRAITS (GstClock, CLOCK) |
| | QGstImpl::QGST_DEFINE_CAST_TRAITS (GstElement, ELEMENT) |
| | QGstImpl::QGST_DEFINE_CAST_TRAITS (GstObject, OBJECT) |
| | QGstImpl::QGST_DEFINE_CAST_TRAITS (GstPad, PAD) |
| | QGstImpl::QGST_DEFINE_CAST_TRAITS (GstPipeline, PIPELINE) |
| | QGstImpl::QGST_DEFINE_CAST_TRAITS (GstBaseSink, BASE_SINK) |
| | QGstImpl::QGST_DEFINE_CAST_TRAITS (GstBaseSrc, BASE_SRC) |
| | QGstImpl::QGST_DEFINE_CAST_TRAITS (GstAppSink, APP_SINK) |
| | QGstImpl::QGST_DEFINE_CAST_TRAITS (GstAppSrc, APP_SRC) |
| | QGstImpl::QGST_DEFINE_CAST_TRAITS_FOR_INTERFACE (GstTagSetter, TAG_SETTER) |
| template<typename DestinationType, typename SourceType> |
| bool | qIsGstObjectOfType (SourceType *arg) |
| template<typename DestinationType, typename SourceType> |
| DestinationType * | qGstSafeCast (SourceType *arg) |
| template<typename DestinationType, typename SourceType> |
| DestinationType * | qGstCheckedCast (SourceType *arg) |
| GstVideoFormat | qGstVideoFormatFromPixelFormat (QVideoFrameFormat::PixelFormat format) |
| QVideoFrameFormat::PixelFormat | qPixelFormatFromGstVideoFormat (GstVideoFormat format) |
| template<typename... Ts> |
| std::enable_if_t<(std::is_base_of_v< QGstElement, Ts > &&...), void > | qLinkGstElements (const Ts &...ts) |
| template<typename... Ts> |
| std::enable_if_t<(std::is_base_of_v< QGstElement, Ts > &&...), void > | qUnlinkGstElements (const Ts &...ts) |
| GstClockTime | qGstClockTimeFromChrono (std::chrono::nanoseconds ns) |
| QString | qGstErrorMessageCannotFindElement (std::string_view element) |
| template<typename Arg, typename... Args> |
| std::optional< QString > | qGstErrorMessageIfElementsNotAvailable (const Arg &arg, Args... args) |
| template<typename Functor> |
| void | qForeachStreamInCollection (GstStreamCollection *collection, Functor &&f) |
| template<typename Functor> |
| void | qForeachStreamInCollection (const QGstStreamCollectionHandle &collection, Functor &&f) |
| QVideoFrameFormat | qVideoFrameFormatFromGstVideoInfo (const QGstVideoInfo &vidInfo) |
| QGstCaps::MemoryFormat | qMemoryFormatFromGstBuffer (GstBuffer *buffer) |
| QVideoFrame | qCreateFrameFromGstBuffer (QGstBufferHandle buffer, const QGstVideoInfo &videoInfo) |