Home
last modified time | relevance | path

Searched refs:GstParseContext (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstparse.h95 typedef struct _GstParseContext GstParseContext; typedef
103 GstParseContext * gst_parse_context_new (void) G_GNUC_MALLOC;
106 gchar ** gst_parse_context_get_missing_elements (GstParseContext * context) G_GNUC_MALLOC;
109 void gst_parse_context_free (GstParseContext * context);
112 GstParseContext * gst_parse_context_copy (const GstParseContext * context);
125 GstParseContext * context,
130 GstParseContext * context,
134 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstParseContext, gst_parse_context_free)
Dgstparse.c48 G_DEFINE_BOXED_TYPE (GstParseContext, gst_parse_context,
81 GstParseContext *
85 GstParseContext *ctx; in gst_parse_context_new()
87 ctx = g_slice_new (GstParseContext); in gst_parse_context_new()
106 GstParseContext *
107 gst_parse_context_copy (const GstParseContext * context) in gst_parse_context_copy()
109 GstParseContext *ret = NULL; in gst_parse_context_copy()
133 gst_parse_context_free (GstParseContext * context) in gst_parse_context_free()
139 g_slice_free (GstParseContext, context); in gst_parse_context_free()
157 gst_parse_context_get_missing_elements (GstParseContext * context) in gst_parse_context_get_missing_elements()
[all …]
Dgstutils.h1154 GstParseContext * context,
Dgstutils.c3448 gboolean ghost_unlinked_pads, GstParseContext * context, in gst_parse_bin_from_description_full()
/third_party/gstreamer/gstreamer/gst/parse/
Dtypes.h32 GstParseContext *ctx; /* may be NULL */
106 GstParseContext * ctx,
Dgrammar.y1181 priv_gst_parse_launch (const gchar *str, GError **error, GstParseContext *ctx,
Dgrammar.y.in1181 priv_gst_parse_launch (const gchar *str, GError **error, GstParseContext *ctx,
Dgrammar.tab.c2858 priv_gst_parse_launch (const gchar *str, GError **error, GstParseContext *ctx, in priv_gst_parse_launch()
/third_party/gstreamer/gstreamer/tests/check/pipelines/
Dparse-launch.c608 GstParseContext *ctx; in GST_START_TEST()
/third_party/gstreamer/gstreamer/
DChangeLog67274 win32: Add exports for the GstParseContext and GstBufferListIterator types
67364 parse: Add boxed type for GstParseContext for gobject-introspection
94082 (GstParseFlags), (GstParseContext):