Searched refs:GstParseContext (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstparse.h | 95 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)
|
D | gstparse.c | 48 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 …]
|
D | gstutils.h | 1154 GstParseContext * context,
|
D | gstutils.c | 3448 gboolean ghost_unlinked_pads, GstParseContext * context, in gst_parse_bin_from_description_full()
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | types.h | 32 GstParseContext *ctx; /* may be NULL */ 106 GstParseContext * ctx,
|
D | grammar.y | 1181 priv_gst_parse_launch (const gchar *str, GError **error, GstParseContext *ctx,
|
D | grammar.y.in | 1181 priv_gst_parse_launch (const gchar *str, GError **error, GstParseContext *ctx,
|
D | grammar.tab.c | 2858 priv_gst_parse_launch (const gchar *str, GError **error, GstParseContext *ctx, in priv_gst_parse_launch()
|
/third_party/gstreamer/gstreamer/tests/check/pipelines/ |
D | parse-launch.c | 608 GstParseContext *ctx; in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 67274 win32: Add exports for the GstParseContext and GstBufferListIterator types 67364 parse: Add boxed type for GstParseContext for gobject-introspection 94082 (GstParseFlags), (GstParseContext):
|