Top | ![]() |
![]() |
![]() |
![]() |
GstStream * | gst_stream_new () |
GstCaps * | gst_stream_get_caps () |
GstStreamFlags | gst_stream_get_stream_flags () |
const gchar * | gst_stream_get_stream_id () |
GstStreamType | gst_stream_get_stream_type () |
GstTagList * | gst_stream_get_tags () |
void | gst_stream_set_caps () |
void | gst_stream_set_stream_flags () |
void | gst_stream_set_stream_type () |
void | gst_stream_set_tags () |
const gchar * | gst_stream_type_get_name () |
GstStream * gst_stream_new (const gchar *stream_id
,GstCaps *caps
,GstStreamType type
,GstStreamFlags flags
);
void gst_stream_set_stream_flags (GstStream *stream
,GstStreamFlags flags
);
void gst_stream_set_stream_type (GstStream *stream
,GstStreamType stream_type
);