Home
last modified time | relevance | path

Searched refs:totem_pl_parser_parse_duration (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/totem-pl-parser/totem-pl-parser-3.26.5/plparse/tests/
H A Dparser.c117 g_assert_cmpint (totem_pl_parser_parse_duration ("500", verbose), ==, 500); in test_duration()
118 g_assert_cmpint (totem_pl_parser_parse_duration ("01:01", verbose), ==, 61); in test_duration()
119 g_assert_cmpint (totem_pl_parser_parse_duration ("00:00:00.01", verbose), ==, 1); in test_duration()
120 g_assert_cmpint (totem_pl_parser_parse_duration ("01:00:01.01", verbose), ==, 3601); in test_duration()
121 g_assert_cmpint (totem_pl_parser_parse_duration ("01:00.01", verbose), ==, 60); in test_duration()
122 g_assert_cmpint (totem_pl_parser_parse_duration ("24.59", verbose), ==, 1499); in test_duration()
123 g_assert_cmpint (totem_pl_parser_parse_duration ("02m25s", verbose), ==, 145); in test_duration()
124 g_assert_cmpint (totem_pl_parser_parse_duration ("2m25s", verbose), ==, 145); in test_duration()
1231 res = totem_pl_parser_parse_duration (value, option_debug); in entry_metadata_foreach()
/dports/multimedia/totem-pl-parser/totem-pl-parser-3.26.5/plparse/
H A Dplparser.map26 totem_pl_parser_parse_duration;
H A Dtotem-pl-parser.h343 gint64 totem_pl_parser_parse_duration (const char *duration, gboolean debug);
H A Dtotem-pl-parser-pls.c277 …length_num = totem_pl_parser_parse_duration (length, totem_pl_parser_is_debugging_enabled (parser)… in totem_pl_parser_add_pls_with_contents()
H A Dtotem-pl-parser-lines.c480 …length_num = totem_pl_parser_parse_duration (length, totem_pl_parser_is_debugging_enabled (parser)… in totem_pl_parser_add_m3u()
H A Dtotem-pl-parser.c2451 totem_pl_parser_parse_duration (const char *duration, gboolean debug) in totem_pl_parser_parse_duration() function
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/src/tracker-extract/
H A Dtracker-extract-playlist.c108 gint64 secs = totem_pl_parser_parse_duration (duration, FALSE); in entry_parsed()
/dports/audio/rhythmbox/rhythmbox-3.4.4/podcast/
H A Drb-podcast-parse.c116 item->duration = totem_pl_parser_parse_duration (value, FALSE);
/dports/multimedia/totem/totem-3.38.2/src/
H A Dtotem-playlist.c815 duration = totem_pl_parser_parse_duration in totem_playlist_entry_parsed()
824 starttime = totem_pl_parser_parse_duration (starttime_str, FALSE); in totem_playlist_entry_parsed()
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/audioscrobbler/
H A Drb-audioscrobbler-radio-source.c939 duration = totem_pl_parser_parse_duration (value, FALSE); in xspf_entry_parsed()
/dports/net/grilo/grilo-0.3.14/libs/pls/
H A Dgrl-pls.c543 …duration = totem_pl_parser_parse_duration (g_hash_table_lookup (metadata, TOTEM_PL_PARSER_FIELD_DU… in grl_media_new_from_pls_entry()
/dports/multimedia/totem-pl-parser/totem-pl-parser-3.26.5/
H A DChangeLog.pre-2.27.21084 (totem_pl_parser_parse_duration): Fix test above, fix crash