TYPE_PLAYLIST     120 src/media_tools/m3u8.c 	case TYPE_PLAYLIST:
TYPE_PLAYLIST     163 src/media_tools/m3u8.c 	if (element_type == TYPE_PLAYLIST) {
TYPE_PLAYLIST     827 src/media_tools/m3u8.c 			curr_playlist = playlist_element_new(TYPE_PLAYLIST, fullURL, attribs);
TYPE_PLAYLIST     859 src/media_tools/m3u8.c 				curr_playlist = playlist_element_new(TYPE_PLAYLIST, baseURL, attribs);
TYPE_PLAYLIST     883 src/media_tools/m3u8.c 				if (curr_playlist->element_type != TYPE_PLAYLIST) {
TYPE_PLAYLIST     884 src/media_tools/m3u8.c 					curr_playlist->element_type = TYPE_PLAYLIST;
TYPE_PLAYLIST    1082 src/media_tools/m3u8.c 			if (ple->element_type == TYPE_PLAYLIST) {
TYPE_PLAYLIST    1228 src/media_tools/mpd.c 				if (pe->element_type != TYPE_PLAYLIST)
TYPE_PLAYLIST    1327 src/media_tools/mpd.c 			} else if (pe->element_type != TYPE_PLAYLIST) {
TYPE_PLAYLIST    1774 src/media_tools/mpd.c 	if (is_end || ((the_pe->element_type == TYPE_PLAYLIST) && the_pe->element.playlist.is_ended)) {