Functions
gst_riff_create_audio_caps ()
GstCaps *
gst_riff_create_audio_caps (guint16 codec_id
,
gst_riff_strh *strh
,
gst_riff_strf_auds *strf
,
GstBuffer *strf_data
,
GstBuffer *strd_data
,
char **codec_name
,
gint channel_reorder_map[18]
);
gst_riff_create_audio_template_caps ()
GstCaps *
gst_riff_create_audio_template_caps (void
);
gst_riff_create_iavs_caps ()
GstCaps *
gst_riff_create_iavs_caps (guint32 codec_fcc
,
gst_riff_strh *strh
,
gst_riff_strf_iavs *strf
,
GstBuffer *strf_data
,
GstBuffer *strd_data
,
char **codec_name
);
gst_riff_create_iavs_template_caps ()
GstCaps *
gst_riff_create_iavs_template_caps (void
);
gst_riff_create_video_caps ()
GstCaps *
gst_riff_create_video_caps (guint32 codec_fcc
,
gst_riff_strh *strh
,
gst_riff_strf_vids *strf
,
GstBuffer *strf_data
,
GstBuffer *strd_data
,
char **codec_name
);
gst_riff_create_video_template_caps ()
GstCaps *
gst_riff_create_video_template_caps (void
);
gst_riff_init ()
void
gst_riff_init (void
);