gstpbutilsdescriptions

gstpbutilsdescriptions

Functions

Includes

#include <gst/pbutils/descriptions.h>

Description

Functions

gst_pb_utils_get_source_description ()

gchar *
gst_pb_utils_get_source_description (const gchar *protocol);

gst_pb_utils_get_sink_description ()

gchar *
gst_pb_utils_get_sink_description (const gchar *protocol);

gst_pb_utils_get_decoder_description ()

gchar *
gst_pb_utils_get_decoder_description (const GstCaps *caps);

gst_pb_utils_get_encoder_description ()

gchar *
gst_pb_utils_get_encoder_description (const GstCaps *caps);

gst_pb_utils_get_element_description ()

gchar *
gst_pb_utils_get_element_description (const gchar *factory_name);

gst_pb_utils_add_codec_description_to_tag_list ()

gboolean
gst_pb_utils_add_codec_description_to_tag_list
                               (GstTagList *taglist,
                                const gchar *codec_tag,
                                const GstCaps *caps);

gst_pb_utils_get_codec_description ()

gchar *
gst_pb_utils_get_codec_description (const GstCaps *caps);

Types and Values