Object Hierarchy
GBoxed
╰── GstParseContext
Includes
#include <gst/gst.h>
Functions
gst_parse_error_quark ()
GQuark
gst_parse_error_quark (void
);
gst_parse_bin_from_description ()
GstElement *
gst_parse_bin_from_description (const gchar *bin_description
,
gboolean ghost_unlinked_pads
,
GError **err
);
gst_parse_context_free ()
void
gst_parse_context_free (GstParseContext *context
);
gst_parse_context_get_missing_elements ()
gchar **
gst_parse_context_get_missing_elements
(GstParseContext *context
);
Types and Values
GST_PARSE_ERROR
#define GST_PARSE_ERROR gst_parse_error_quark ()
GstParseContext
typedef struct _GstParseContext GstParseContext;