Searched refs:v_bytes (Results 1 – 1 of 1) sorted by relevance
118 GBytes *v_bytes; member165 node->value.v_bytes = g_bytes_ref (empty_bytes); in node_new()243 copy->value.v_bytes = g_bytes_ref (node->value.v_bytes); in gst_amf_node_copy()282 g_bytes_unref (node->value.v_bytes); in gst_amf_node_free()344 return g_bytes_get_data (node->value.v_bytes, size); in gst_amf_node_peek_string()434 g_bytes_unref (node->value.v_bytes); in gst_amf_node_take_string()435 node->value.v_bytes = g_bytes_new_take (value, size); in gst_amf_node_take_string()545 dump_bytes (string, node->value.v_bytes); in dump_node()860 node->value.v_bytes = parse_string (parser); in parse_value()863 node->value.v_bytes = parse_long_string (parser); in parse_value()[all …]