Home
last modified time | relevance | path

Searched refs:TOTEM_PL_PARSER_FIELD_PLAYING (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/totem-pl-parser/totem-pl-parser-3.26.5/plparse/
H A Dtotem-pl-parser-xspf.c94 { TOTEM_PL_PARSER_FIELD_PLAYING, NULL },
177 g_str_equal (fields[i].field, TOTEM_PL_PARSER_FIELD_PLAYING) || in totem_pl_parser_save_xspf()
388 TOTEM_PL_PARSER_FIELD_PLAYING, playing, in parse_xspf_track()
409 TOTEM_PL_PARSER_FIELD_PLAYING, playing, in parse_xspf_track()
H A Dtotem-pl-parser.h269 #define TOTEM_PL_PARSER_FIELD_PLAYING "playing" macro
/dports/multimedia/totem/totem-3.38.2/src/
H A Dtotem-playlist.c305 TOTEM_PL_PARSER_FIELD_PLAYING, status != TOTEM_PLAYLIST_STATUS_NONE ? "true" : "", in totem_playlist_save_iter_foreach()
821 playing = parse_bool_str (g_hash_table_lookup (metadata, TOTEM_PL_PARSER_FIELD_PLAYING)); in totem_playlist_entry_parsed()
/dports/multimedia/totem-pl-parser/totem-pl-parser-3.26.5/plparse/tests/
H A Dparser.c1108 TOTEM_PL_PARSER_FIELD_PLAYING, "true", in add_pl_iter_metadata()