NVIDIA DeepStream SDK API Reference

7.0 Release
nvds3d_gst_ptr.h File Reference

Go to the source code of this file.

Data Structures

struct  ds3d::gst::GstObjectFunc
 
struct  ds3d::gst::GstMiniObjectFunc< GstMiniObjDerived >
 
class  ds3d::gst::GstPtr< GstObjT, ObjFunc >
 
class  ds3d::gst::PadPtr
 
class  ds3d::gst::ElePtr
 
class  ds3d::gst::BinPtr
 

Namespaces

 ds3d
 
 ds3d::gst
 

Typedefs

template<class GstObj >
using ds3d::gst::GstObjPtr = GstPtr< GstObj, GstObjectFunc >
 
template<class GstMiniObj >
using ds3d::gst::GstMiniObjPtr = GstPtr< GstMiniObj, GstMiniObjectFunc< GstMiniObj > >
 
using ds3d::gst::BusPtr = GstObjPtr< GstBus >
 
using ds3d::gst::CapsPtr = GstMiniObjPtr< GstCaps >
 
using ds3d::gst::BufferPtr = GstMiniObjPtr< GstBuffer >
 

Functions

ElePtr ds3d::gst::elementMake (const std::string &factoryName, const std::string &name="")