Lines Matching refs:props_table
154 GHashTable *props_table; in get_nodes_infos() local
157 props_table = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, NULL); in get_nodes_infos()
162 g_hash_table_insert (props_table, g_strdup (name), g_strdup (value)); in get_nodes_infos()
166 return props_table; in get_nodes_infos()
404 set_properties (GObject * obj, GHashTable * props_table) in set_properties() argument
413 valuestr = g_hash_table_lookup (props_table, props[i]); in set_properties()
424 GESTrackElement * track_element, GHashTable * props_table) in track_element_added_cb() argument
428 formatter = GES_PITIVI_FORMATTER (g_hash_table_lookup (props_table, in track_element_added_cb()
435 g_hash_table_steal (props_table, "current-formatter"); in track_element_added_cb()
445 props_table); in track_element_added_cb()
451 GHashTable *props_table, *effect_table; in make_source() local
466 props_table = g_hash_table_lookup (trackelement_table, (gchar *) tmp->data); in make_source()
467 prio_str = (gchar *) g_hash_table_lookup (props_table, "priority"); in make_source()
481 fac_ref = (gchar *) g_hash_table_lookup (props_table, "fac_ref"); in make_source()
482 media_type = (gchar *) g_hash_table_lookup (props_table, "media_type"); in make_source()
495 g_hash_table_insert (props_table, (gchar *) "current-formatter", self); in make_source()
522 set_properties (G_OBJECT (src), props_table); in make_source()
526 G_CALLBACK (track_element_added_cb), props_table); in make_source()
533 gchar *active = (gchar *) g_hash_table_lookup (props_table, "active"); in make_source()
536 g_hash_table_lookup (props_table, (gchar *) "effect_name")); in make_source()
540 g_hash_table_lookup (props_table, (gchar *) "effect_props"); in make_source()