Doxygen Book
gstjoin.h File Reference

Select the out that arrived first among the input streams. More...

#include <gst/gst.h>
Include dependency graph for gstjoin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _GstJoin
 Internal data structure for join instances. More...
 
struct  _GstJoinClass
 GstJoinClass inherits GstElementClass. More...
 

Macros

#define GST_TYPE_JOIN   (gst_join_get_type())
 
#define GST_JOIN(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_JOIN, GstJoin))
 
#define GST_JOIN_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_JOIN, GstJoinClass))
 
#define GST_IS_JOIN(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_JOIN))
 
#define GST_IS_JOIN_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_JOIN))
 

Typedefs

typedef struct _GstJoin GstJoin
 
typedef struct _GstJoinClass GstJoinClass
 

Functions

G_GNUC_INTERNAL GType gst_join_get_type (void)
 Get Type function required for gst elements. More...
 

Detailed Description

Select the out that arrived first among the input streams.

Copyright (C) 2020 Gichan Jang gicha.nosp@m.n2.j.nosp@m.ang@s.nosp@m.amsu.nosp@m.ng.co.nosp@m.m

Date
10 Nov 2020
See also
https://github.com/nnstreamer/nnstreamer
Author
Gichan Jang gicha.nosp@m.n2.j.nosp@m.ang@s.nosp@m.amsu.nosp@m.ng.co.nosp@m.m
Bug:
No known bugs except for NYI items

Definition in file gstjoin.h.

Macro Definition Documentation

◆ GST_IS_JOIN

#define GST_IS_JOIN (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_JOIN))

Definition at line 26 of file gstjoin.h.

◆ GST_IS_JOIN_CLASS

#define GST_IS_JOIN_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_JOIN))

Definition at line 28 of file gstjoin.h.

◆ GST_JOIN

#define GST_JOIN (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_JOIN, GstJoin))

Definition at line 22 of file gstjoin.h.

◆ GST_JOIN_CLASS

#define GST_JOIN_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_JOIN, GstJoinClass))

Definition at line 24 of file gstjoin.h.

◆ GST_TYPE_JOIN

#define GST_TYPE_JOIN   (gst_join_get_type())

Definition at line 20 of file gstjoin.h.

Typedef Documentation

◆ GstJoin

typedef struct _GstJoin GstJoin

Definition at line 30 of file gstjoin.h.

◆ GstJoinClass

typedef struct _GstJoinClass GstJoinClass

Definition at line 31 of file gstjoin.h.

Function Documentation

◆ gst_join_get_type()

G_GNUC_INTERNAL GType gst_join_get_type ( void  )

Get Type function required for gst elements.