Searched refs:gst_value_deserialize_with_pspec (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | videoflip.c | 241 fail_unless (gst_value_deserialize_with_pspec (&direction_identity, in GST_START_TEST() 243 fail_unless (gst_value_deserialize_with_pspec (&direction_90r, "90r", pspec)); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstvalue.h | 568 gboolean gst_value_deserialize_with_pspec (GValue *dest,
|
D | gstutils.c | 216 if (!gst_value_deserialize_with_pspec (&v, value, pspec)) in gst_util_set_object_arg()
|
D | gstvalue.c | 2853 ret = gst_value_deserialize_with_pspec (value, value_s, pspec); in _priv_gst_value_parse_value() 6655 gst_value_deserialize_with_pspec (GValue * dest, const gchar * src, in gst_value_deserialize_with_pspec() function
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | grammar.y | 331 if (gst_value_deserialize_with_pspec (&v, set->value_str, pspec)) in gst_parse_new_child() 427 if (gst_value_deserialize_with_pspec (&v, pos, pspec)) in gst_parse_element_set()
|
D | grammar.y.in | 331 if (gst_value_deserialize_with_pspec (&v, set->value_str, pspec)) 427 if (gst_value_deserialize_with_pspec (&v, pos, pspec))
|
D | grammar.tab.c | 405 if (gst_value_deserialize_with_pspec (&v, set->value_str, pspec)) in gst_parse_new_child() 501 if (gst_value_deserialize_with_pspec (&v, pos, pspec)) in gst_parse_element_set()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstvalue.c | 3685 fail_unless (gst_value_deserialize_with_pspec (&value, str, pspec), in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 1371 - gst_value_deserialize_with_pspec() allows deserialisation with a
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 1371 - gst_value_deserialize_with_pspec() allows deserialisation with a
|
D | ChangeLog | 3237 gstvalue: expose gst_value_deserialize_with_pspec()
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 1371 - gst_value_deserialize_with_pspec() allows deserialisation with a
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 1371 - gst_value_deserialize_with_pspec() allows deserialisation with a
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 1371 - gst_value_deserialize_with_pspec() allows deserialisation with a
|