Go to the source code of this file.
Data Structures | |
struct | _GstNvStreamDemux |
struct | _GstNvStreamDemuxClass |
Macros | |
#define | GST_TYPE_NVSTREAMDEMUX (gst_nvstreamdemux_2_get_type ()) |
#define | GST_NVSTREAMDEMUX(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVSTREAMDEMUX,GstNvStreamDemux)) |
#define | GST_NVSTREAMDEMUX_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVSTREAMDEMUX,GstNvStreamDemuxClass)) |
#define | GST_IS_NVSTREAMDEMUX(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVSTREAMDEMUX)) |
#define | GST_IS_NVSTREAMDEMUX_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVSTREAMDEMUX)) |
Typedefs | |
typedef struct _GstNvStreamDemux | GstNvStreamDemux |
typedef struct _GstNvStreamDemuxClass | GstNvStreamDemuxClass |
Functions | |
G_GNUC_INTERNAL GType | gst_nvstreamdemux_2_get_type (void) |
#define GST_IS_NVSTREAMDEMUX | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVSTREAMDEMUX)) |
Definition at line 25 of file gstnvstreamdemux.h.
#define GST_IS_NVSTREAMDEMUX_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVSTREAMDEMUX)) |
Definition at line 27 of file gstnvstreamdemux.h.
#define GST_NVSTREAMDEMUX | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVSTREAMDEMUX,GstNvStreamDemux)) |
Definition at line 21 of file gstnvstreamdemux.h.
#define GST_NVSTREAMDEMUX_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVSTREAMDEMUX,GstNvStreamDemuxClass)) |
Definition at line 23 of file gstnvstreamdemux.h.
#define GST_TYPE_NVSTREAMDEMUX (gst_nvstreamdemux_2_get_type ()) |
Definition at line 19 of file gstnvstreamdemux.h.
typedef struct _GstNvStreamDemux GstNvStreamDemux |
Definition at line 29 of file gstnvstreamdemux.h.
typedef struct _GstNvStreamDemuxClass GstNvStreamDemuxClass |
Definition at line 30 of file gstnvstreamdemux.h.
G_GNUC_INTERNAL GType gst_nvstreamdemux_2_get_type | ( | void | ) |